]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
bd0e72baeaeb3e1721b7f6471c147a6584bb44f3
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
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}]{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 % increase the bottom float placement fraction
60 \renewcommand{\bottomfraction}{0.5}
61
62 % avoids that floats are placed before their
63 % corresponding section starts
64 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
65
66 % speed up the longtable calculation
67 \setcounter{LTchunksize}{100}
68
69 % used for scaled and rotated boxes
70 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
71
72 % used for colored tables
73 \@ifundefined{textcolor}
74  {\usepackage{color}}{}
75 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
76 \definecolor{lightgrey}{gray}{0.8}
77
78 % check for package colortbl
79 % used for colored table cells
80 \newboolean{colortbl}
81 \IfFileExists{colortbl.sty}
82  {\usepackage{colortbl}
83   \setboolean{colortbl}{true}}
84  {\setboolean{colortbl}{false}}
85
86 % used for book-style tables
87 \usepackage{booktabs}
88
89 % used to have extra space in table cells
90 \@ifundefined{extrarowheight}
91  {\usepackage{array}}{}
92 \setlength{\extrarowheight}{2pt}
93
94 % used for customized tables
95 % ---
96 \newcolumntype{M}[1]
97  {>{\centering\hspace{0pt}}m{#1}}
98
99 \newcolumntype{S}[2]
100  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
101
102 \newcolumntype{K}[1]
103  {>{\columncolor{#1}\hspace{0pt}}c}
104
105 \newcolumntype{V}{!{\vrule width 1.5pt}}
106
107 \newcolumntype{W}{!{\color{green}\vline}}
108 % ---
109
110 % insert additional vertical space of
111 % 1.5 mm between footnotes
112 \let\myFoot\footnote
113 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
114
115 % number algorithm floats within chapters
116 \numberwithin{algorithm}{chapter}
117
118 % ------------------------------------
119 % used to check for needed LaTeX packages
120 \usepackage{ifthen}
121
122 % check for package arydshln
123 % used for tables with dashed lines
124 \newboolean{arydshln}
125 \IfFileExists{arydshln.sty}
126  {\usepackage{arydshln}
127   \setboolean{arydshln}{true}}
128  {\setboolean{arydshln}{false}}
129
130 % check for package marginnote
131 % used for margin notes
132 \newboolean{marginnote}
133 \IfFileExists{marginnote.sty}
134  {\usepackage{marginnote}
135   \let\marginpar\marginnote
136   \setboolean{marginnote}{true}}
137  {\setboolean{marginnote}{false}}
138
139 % check for package sidecap
140 % used for captions on the side
141 \newboolean{sidecap}
142 \IfFileExists{sidecap.sty}
143  {\usepackage{sidecap}
144   \setboolean{sidecap}{true}}
145  {\setboolean{sidecap}{false}}
146
147 % check for picinpar
148 % used for surrounded fixed objects
149 \newboolean{picinpar}
150 \IfFileExists{picinpar.sty}
151  {\usepackage{picinpar}
152   \setboolean{picinpar}{true}}
153  {\setboolean{picinpar}{false}}
154
155 % redefine the \LyX macro for PDF bookmarks
156 \def\LyX{\texorpdfstring{%
157   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
158   {LyX}}
159 \end_preamble
160 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
161 \use_default_options false
162 \begin_modules
163 initials
164 \end_modules
165 \maintain_unincluded_children false
166 \language english
167 \language_package default
168 \inputencoding auto
169 \fontencoding global
170 \font_roman default
171 \font_sans default
172 \font_typewriter default
173 \font_default_family default
174 \use_non_tex_fonts false
175 \font_sc false
176 \font_osf false
177 \font_sf_scale 100
178 \font_tt_scale 100
179
180 \graphics default
181 \default_output_format default
182 \output_sync 0
183 \bibtex_command default
184 \index_command default
185 \paperfontsize 12
186 \spacing single
187 \use_hyperref true
188 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
189 \pdf_author "LyX Team, Uwe Stöhr"
190 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
191 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
192 \pdf_bookmarks true
193 \pdf_bookmarksnumbered true
194 \pdf_bookmarksopen true
195 \pdf_bookmarksopenlevel 1
196 \pdf_breaklinks false
197 \pdf_pdfborder false
198 \pdf_colorlinks true
199 \pdf_backref false
200 \pdf_pdfusetitle false
201 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
202 \papersize default
203 \use_geometry false
204 \use_amsmath 2
205 \use_esint 0
206 \use_mhchem 1
207 \use_mathdots 1
208 \cite_engine basic
209 \use_bibtopic false
210 \use_indices false
211 \paperorientation portrait
212 \suppress_date false
213 \use_refstyle 0
214 \notefontcolor #0000ff
215 \index Index
216 \shortcut idx
217 \color #008000
218 \end_index
219 \secnumdepth 3
220 \tocdepth 3
221 \paragraph_separation skip
222 \defskip medskip
223 \quotes_language english
224 \papercolumns 1
225 \papersides 2
226 \paperpagestyle default
227 \bullet 1 1 34 -1
228 \bullet 2 2 35 -1
229 \bullet 3 2 7 -1
230 \tracking_changes false
231 \output_changes false
232 \html_math_output 0
233 \html_css_as_file 0
234 \html_be_strict false
235 \end_header
236
237 \begin_body
238
239 \begin_layout Title
240 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
241  manual
242 \end_layout
243
244 \begin_layout Author
245 by the LyX Team
246 \begin_inset Foot
247 status collapsed
248
249 \begin_layout Plain Layout
250 \noindent
251 If you have comments or error corrections, please send them to the LyX Documenta
252 tion mailing list: 
253 \begin_inset CommandInset href
254 LatexCommand href
255 name "lyx-docs@lists.lyx.org"
256 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
257 type "mailto:"
258
259 \end_inset
260
261
262 \end_layout
263
264 \end_inset
265
266
267 \begin_inset Note Note
268 status collapsed
269
270 \begin_layout Plain Layout
271 author: Uwe Stöhr
272 \end_layout
273
274 \end_inset
275
276
277 \begin_inset Newline newline
278 \end_inset
279
280
281 \begin_inset Newline newline
282 \end_inset
283
284
285 \family sans
286 Version 2.0.x
287 \end_layout
288
289 \begin_layout Standard
290 \begin_inset CommandInset toc
291 LatexCommand tableofcontents
292
293 \end_inset
294
295
296 \end_layout
297
298 \begin_layout Standard
299 \begin_inset Note Note
300 status open
301
302 \begin_layout Plain Layout
303 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
304  
305 \series bold
306 arydshln
307 \series default
308
309 \series bold
310 colortbl
311 \series default
312
313 \series bold
314 marginnote
315 \series default
316 , and 
317 \series bold
318 sidecap
319 \series default
320  must be installed.
321  If they are not installed you can export the document anyway but the sections
322  where the packages are required won't appear in the output.
323 \end_layout
324
325 \begin_layout Plain Layout
326 The latest PDF-version of this document can be found here:
327 \begin_inset Newline newline
328 \end_inset
329
330
331 \series bold
332 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
333 \end_layout
334
335 \end_inset
336
337
338 \end_layout
339
340 \begin_layout Chapter
341 Figures
342 \begin_inset Index idx
343 status collapsed
344
345 \begin_layout Plain Layout
346 Figures
347 \end_layout
348
349 \end_inset
350
351
352 \begin_inset Index idx
353 status collapsed
354
355 \begin_layout Plain Layout
356 Graphics|see
357 \begin_inset ERT
358 status collapsed
359
360 \begin_layout Plain Layout
361
362 {
363 \end_layout
364
365 \end_inset
366
367 Figures
368 \begin_inset ERT
369 status collapsed
370
371 \begin_layout Plain Layout
372
373 }
374 \end_layout
375
376 \end_inset
377
378
379 \end_layout
380
381 \end_inset
382
383
384 \end_layout
385
386 \begin_layout Section
387 Graphics Dialog
388 \begin_inset Index idx
389 status collapsed
390
391 \begin_layout Plain Layout
392 Figures ! Graphics Dialog
393 \end_layout
394
395 \end_inset
396
397
398 \begin_inset CommandInset label
399 LatexCommand label
400 name "sec:Graphics-Dialog"
401
402 \end_inset
403
404
405 \end_layout
406
407 \begin_layout Standard
408 To insert an image into your document, place the cursor at the text position
409  you want and click on the toolbar icon 
410 \begin_inset Graphics
411         filename ../images/dialog-show-new-inset_graphics.png
412         scale 85
413         scaleBeforeRotation
414
415 \end_inset
416
417  or use the menu 
418 \family sans
419 Insert\SpecialChar \menuseparator
420 Graphics
421 \family default
422 .
423  Then a dialog will appear to choose the file to load.
424  The image will appear in the output exactly at the position where it is
425  in the text.
426 \end_layout
427
428 \begin_layout Standard
429 The graphics dialog can be called at any time by clicking on an image.
430  This dialog has three tabs:
431 \end_layout
432
433 \begin_layout Description
434
435 \family sans
436 Graphics
437 \family default
438  Here you can choose an image file and adjust its appearance in the output.
439  The available units for the image size are explained in appendix
440 \begin_inset space ~
441 \end_inset
442
443
444 \begin_inset CommandInset ref
445 LatexCommand ref
446 reference "cha:Units-available-in"
447
448 \end_inset
449
450 .
451 \begin_inset Newline newline
452 \end_inset
453
454
455 \begin_inset Index idx
456 status collapsed
457
458 \begin_layout Plain Layout
459 Figures ! rotated
460 \end_layout
461
462 \end_inset
463
464 You can rotate images counter-clockwise by setting a rotation angle and
465  a rotation origin.
466  The image will also be rotated inside LyX.
467 \begin_inset Newline newline
468 \end_inset
469
470
471 \begin_inset Index idx
472 status collapsed
473
474 \begin_layout Plain Layout
475 Figures ! scaled
476 \end_layout
477
478 \end_inset
479
480 Images can be scaled by using a percentage value or by setting the width
481  and height explicitly.
482  If you set only the width or only the height, the other size will be determined
483  automatically.
484  If you set both, then the image will be transformed to the given size,
485  possibly distorting it.
486  To prevent the image from distortion, use the option 
487 \family sans
488 Maintain aspect ratio
489 \family default
490 .
491  The image will then be scaled so that its width and height don't exceed
492  the specified dimensions.
493 \begin_inset Newline newline
494 \end_inset
495
496 Images can be opened in a program of your choice by right-clicking on it
497  and choosing the entry 
498 \family sans
499 Edit
500 \begin_inset space ~
501 \end_inset
502
503 externally
504 \family default
505  in the context menu.
506  The program can be set for every image format in the file format settings
507  in LyX's preferences.
508 \end_layout
509
510 \begin_layout Description
511
512 \family sans
513 Clipping
514 \family default
515  Alternatively to the usage of scaling units it is possible to set image
516  coordinates to adjust the height and width of the image in the output.
517  The coordinates can also be calculated automatically by pressing the button
518  
519 \family sans
520 Get
521 \begin_inset space ~
522 \end_inset
523
524 from
525 \begin_inset space ~
526 \end_inset
527
528 File
529 \family default
530 .
531  The option 
532 \family sans
533 Clip
534 \begin_inset space ~
535 \end_inset
536
537 to
538 \begin_inset space ~
539 \end_inset
540
541 bounding
542 \begin_inset space ~
543 \end_inset
544
545 box
546 \family default
547  will only print the image region within the given coordinates.
548  Normally you don't need to take care about image coordinates and can ignore
549  this tab.
550 \end_layout
551
552 \begin_layout Description
553
554 \family sans
555 LaTeX
556 \begin_inset space ~
557 \end_inset
558
559 and
560 \begin_inset space ~
561 \end_inset
562
563 LyX
564 \begin_inset space ~
565 \end_inset
566
567 options
568 \family default
569  In this tab you can modify the appearance of the image within LyX and LaTeX
570  experts can specify additional LaTeX options.
571 \begin_inset Newline newline
572 \end_inset
573
574 The option 
575 \family sans
576 Draft
577 \begin_inset space ~
578 \end_inset
579
580 mode
581 \family default
582  makes the image appear in the output only as a frame with the size of the
583  image.
584 \begin_inset Newline newline
585 \end_inset
586
587 The 
588 \family sans
589 Don't
590 \begin_inset space ~
591 \end_inset
592
593 unzip
594 \begin_inset space ~
595 \end_inset
596
597 on
598 \begin_inset space ~
599 \end_inset
600
601 export
602 \family default
603  option only affects zipped EPS-graphics, e.
604 \begin_inset space \thinspace{}
605 \end_inset
606
607 g.
608 \begin_inset space \space{}
609 \end_inset
610
611
612 \emph on
613 x.eps.gz
614 \emph default
615 .
616  When the option is used the images will not be unzipped on export, since
617  LaTeX can handle them as they are.
618 \begin_inset Newline newline
619 \end_inset
620
621 Zipped EPS-graphics are useful to save disk space when you choose PostScript
622  as output format, see appendix
623 \begin_inset space ~
624 \end_inset
625
626
627 \begin_inset CommandInset ref
628 LatexCommand ref
629 reference "sec:PostScript"
630
631 \end_inset
632
633 .
634  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
635  console:
636 \begin_inset Newline newline
637 \end_inset
638
639
640 \series bold
641 gzip x.eps
642 \series default
643
644 \begin_inset Newline newline
645 \end_inset
646
647
648 \series bold
649 zgrep %%Bounding x.eps.gz > x.eps.bb
650 \series default
651
652 \begin_inset Newline newline
653 \end_inset
654
655 The second command creates the bounding box file 
656 \begin_inset Quotes eld
657 \end_inset
658
659 x.eps.bb
660 \begin_inset Quotes erd
661 \end_inset
662
663  that is needed by LaTeX for zipped graphics.
664 \begin_inset Newline newline
665 \end_inset
666
667 The field 
668 \family sans
669 Initialize
670 \begin_inset space ~
671 \end_inset
672
673 Group
674 \begin_inset space ~
675 \end_inset
676
677 Name
678 \family default
679  allows you define or join an image settings group.
680 \begin_inset Index idx
681 status collapsed
682
683 \begin_layout Plain Layout
684 Figures ! Settings grouping
685 \end_layout
686
687 \end_inset
688
689  Images within such a group share their settings, so adjusting one image
690  of the group automatically also adjusts all other images of the group in
691  the same way.
692  So you can for example change the size for a bunch of images without the
693  need to manually change each of them.
694  Joining an existing group can also be done using the context menu of the
695  image by checking the name of the desired group.
696 \end_layout
697
698 \begin_layout Standard
699 \begin_inset VSpace bigskip
700 \end_inset
701
702
703 \end_layout
704
705 \begin_layout Standard
706 This is an example image in EPS format
707 \begin_inset Foot
708 status collapsed
709
710 \begin_layout Plain Layout
711 Image formats are explained in section
712 \begin_inset space ~
713 \end_inset
714
715
716 \begin_inset CommandInset ref
717 LatexCommand ref
718 reference "sec:Image-Formats"
719
720 \end_inset
721
722 .
723 \end_layout
724
725 \end_inset
726
727  within a separate, horizontally centered paragraph:
728 \end_layout
729
730 \begin_layout Standard
731 \align center
732 \begin_inset Graphics
733         filename clipart/mobius.eps
734         scale 70
735         scaleBeforeRotation
736         rotateOrigin center
737
738 \end_inset
739
740
741 \end_layout
742
743 \begin_layout Standard
744 This is the same image like the one above but in draft mode:
745 \end_layout
746
747 \begin_layout Standard
748 \align center
749 \begin_inset Graphics
750         filename clipart/mobius.eps
751         scale 70
752         draft
753         scaleBeforeRotation
754         rotateOrigin center
755
756 \end_inset
757
758
759 \end_layout
760
761 \begin_layout Standard
762 \begin_inset Newpage newpage
763 \end_inset
764
765
766 \end_layout
767
768 \begin_layout Section
769 Figure Floats
770 \begin_inset CommandInset label
771 LatexCommand label
772 name "sec:Figure-Floats"
773
774 \end_inset
775
776
777 \begin_inset Index idx
778 status collapsed
779
780 \begin_layout Plain Layout
781 Floats ! Figures
782 \end_layout
783
784 \end_inset
785
786
787 \begin_inset Index idx
788 status collapsed
789
790 \begin_layout Plain Layout
791 Figures ! Floats
792 \end_layout
793
794 \end_inset
795
796
797 \end_layout
798
799 \begin_layout Standard
800 For general explanations about floats, have a look at section
801 \begin_inset space ~
802 \end_inset
803
804
805 \begin_inset CommandInset ref
806 LatexCommand ref
807 reference "sec:FloatIntroduction"
808
809 \end_inset
810
811 .
812 \end_layout
813
814 \begin_layout Standard
815 The toolbar button 
816 \begin_inset Graphics
817         filename ../images/float-insert_figure.png
818         scale 85
819         scaleBeforeRotation
820
821 \end_inset
822
823  and the menu 
824 \family sans
825 Insert\SpecialChar \menuseparator
826 Float\SpecialChar \menuseparator
827 Figure
828 \family default
829  inserts a float with a caption that has the label 
830 \begin_inset Quotes eld
831 \end_inset
832
833 Figure
834 \begin_inset space ~
835 \end_inset
836
837 #:
838 \begin_inset Quotes erd
839 \end_inset
840
841  (# is the actual number).
842  You can insert the image above the caption, like in Figure
843 \begin_inset space ~
844 \end_inset
845
846
847 \begin_inset CommandInset ref
848 LatexCommand ref
849 reference "fig:kill-plat"
850
851 \end_inset
852
853  or below the caption, like in Figure
854 \begin_inset space ~
855 \end_inset
856
857
858 \begin_inset CommandInset ref
859 LatexCommand ref
860 reference "fig:escher"
861
862 \end_inset
863
864 .
865  More about caption placement is described in section
866 \begin_inset space ~
867 \end_inset
868
869
870 \begin_inset CommandInset ref
871 LatexCommand ref
872 reference "sec:Caption-Placement"
873
874 \end_inset
875
876 .
877 \end_layout
878
879 \begin_layout Standard
880 \begin_inset Float figure
881 wide false
882 sideways false
883 status open
884
885 \begin_layout Plain Layout
886 \align center
887 \begin_inset Graphics
888         filename clipart/platypus.eps
889         width 50col%
890         scaleBeforeRotation
891         rotateOrigin center
892
893 \end_inset
894
895
896 \end_layout
897
898 \begin_layout Plain Layout
899 \begin_inset Caption
900
901 \begin_layout Plain Layout
902 \begin_inset CommandInset label
903 LatexCommand label
904 name "fig:kill-plat"
905
906 \end_inset
907
908 A severely distorted platypus in a float.
909 \end_layout
910
911 \end_inset
912
913
914 \end_layout
915
916 \end_inset
917
918
919 \end_layout
920
921 \begin_layout Standard
922 \begin_inset Float figure
923 wide false
924 sideways false
925 status open
926
927 \begin_layout Plain Layout
928 \begin_inset Caption
929
930 \begin_layout Plain Layout
931 \begin_inset CommandInset label
932 LatexCommand label
933 name "fig:escher"
934
935 \end_inset
936
937 M.C.
938  Escher on acid.
939 \end_layout
940
941 \end_inset
942
943
944 \end_layout
945
946 \begin_layout Plain Layout
947 \align center
948 \begin_inset Graphics
949         filename clipart/escher-lsd.eps
950         scale 80
951         scaleBeforeRotation
952         rotateOrigin center
953
954 \end_inset
955
956
957 \end_layout
958
959 \end_inset
960
961
962 \end_layout
963
964 \begin_layout Standard
965 \begin_inset Index idx
966 status collapsed
967
968 \begin_layout Plain Layout
969 References ! to Figures
970 \end_layout
971
972 \end_inset
973
974 Figure
975 \begin_inset space ~
976 \end_inset
977
978
979 \begin_inset CommandInset ref
980 LatexCommand ref
981 reference "fig:kill-plat"
982
983 \end_inset
984
985  and 
986 \begin_inset CommandInset ref
987 LatexCommand ref
988 reference "fig:escher"
989
990 \end_inset
991
992  are examples of referenced figures.
993  Figures can be referenced in the text by referencing their label.
994  To do this insert a label in the caption using the menu 
995 \family sans
996 Insert\SpecialChar \menuseparator
997 Label
998 \family default
999  or the toolbar button 
1000 \begin_inset Graphics
1001         filename ../images/label-insert.png
1002         scale 85
1003         scaleBeforeRotation
1004
1005 \end_inset
1006
1007 .
1008  You can now refer to the label using the menu 
1009 \family sans
1010 Insert\SpecialChar \menuseparator
1011 Cross
1012 \begin_inset space ~
1013 \end_inset
1014
1015 reference
1016 \family default
1017  or the toolbar button 
1018 \begin_inset Graphics
1019         filename ../images/dialog-show-new-inset_ref.png
1020         scale 85
1021         scaleBeforeRotation
1022
1023 \end_inset
1024
1025 .
1026  It is important to use references to floats, rather than using vague references
1027  like 
1028 \begin_inset Quotes eld
1029 \end_inset
1030
1031 the figure above
1032 \begin_inset Quotes erd
1033 \end_inset
1034
1035 , because LaTeX will reposition the floats in the final document and it
1036  might not be 
1037 \begin_inset Quotes eld
1038 \end_inset
1039
1040 above
1041 \begin_inset Quotes erd
1042 \end_inset
1043
1044  at all.
1045 \begin_inset Newline newline
1046 \end_inset
1047
1048 Referencing is explained in detail in section
1049 \begin_inset space ~
1050 \end_inset
1051
1052
1053 \begin_inset CommandInset ref
1054 LatexCommand ref
1055 reference "sec:Referencing-Floats"
1056
1057 \end_inset
1058
1059 .
1060 \end_layout
1061
1062 \begin_layout Standard
1063 Normally only one image is inserted to a figure float, but sometimes you
1064  might want to use two images with separate subcaptions.
1065  This can be done by inserting image floats into existing image floats.
1066  Note that only the main caption of the float is added to the List of Figures.
1067  Figure
1068 \begin_inset space ~
1069 \end_inset
1070
1071
1072 \begin_inset CommandInset ref
1073 LatexCommand ref
1074 reference "fig:Two-distorted-images"
1075
1076 \end_inset
1077
1078  is an example of a figure float with two images set side by side.
1079  You can also set the images one below the other.
1080  Figure
1081 \begin_inset space ~
1082 \end_inset
1083
1084
1085 \begin_inset CommandInset ref
1086 LatexCommand ref
1087 reference "fig:Undefinable-structure"
1088
1089 \end_inset
1090
1091  and 
1092 \begin_inset CommandInset ref
1093 LatexCommand ref
1094 reference "fig:A-Platypus"
1095
1096 \end_inset
1097
1098  are the subfigures.
1099 \end_layout
1100
1101 \begin_layout Standard
1102 \begin_inset Float figure
1103 wide false
1104 sideways false
1105 status open
1106
1107 \begin_layout Plain Layout
1108 \begin_inset space \hfill{}
1109 \end_inset
1110
1111
1112 \begin_inset Float figure
1113 wide false
1114 sideways false
1115 status collapsed
1116
1117 \begin_layout Plain Layout
1118 \begin_inset Caption
1119
1120 \begin_layout Plain Layout
1121 \begin_inset CommandInset label
1122 LatexCommand label
1123 name "fig:Undefinable-structure"
1124
1125 \end_inset
1126
1127 Undefinable structure.
1128 \end_layout
1129
1130 \end_inset
1131
1132
1133 \end_layout
1134
1135 \begin_layout Plain Layout
1136 \begin_inset Graphics
1137         filename clipart/escher-lsd.eps
1138         width 45col%
1139         scaleBeforeRotation
1140         groupId distorted
1141
1142 \end_inset
1143
1144
1145 \end_layout
1146
1147 \end_inset
1148
1149
1150 \begin_inset space \hfill{}
1151 \end_inset
1152
1153
1154 \begin_inset Float figure
1155 wide false
1156 sideways false
1157 status collapsed
1158
1159 \begin_layout Plain Layout
1160 \begin_inset Caption
1161
1162 \begin_layout Plain Layout
1163 \begin_inset CommandInset label
1164 LatexCommand label
1165 name "fig:A-Platypus"
1166
1167 \end_inset
1168
1169 A Platypus.
1170 \end_layout
1171
1172 \end_inset
1173
1174
1175 \end_layout
1176
1177 \begin_layout Plain Layout
1178 \begin_inset Graphics
1179         filename clipart/platypus.eps
1180         width 45col%
1181         scaleBeforeRotation
1182         groupId distorted
1183
1184 \end_inset
1185
1186
1187 \end_layout
1188
1189 \end_inset
1190
1191
1192 \begin_inset space \hfill{}
1193 \end_inset
1194
1195
1196 \end_layout
1197
1198 \begin_layout Plain Layout
1199 \begin_inset Caption
1200
1201 \begin_layout Plain Layout
1202 \begin_inset CommandInset label
1203 LatexCommand label
1204 name "fig:Two-distorted-images"
1205
1206 \end_inset
1207
1208
1209 \begin_inset CommandInset label
1210 LatexCommand label
1211 name "fig2:Two-distorted-images-2"
1212
1213 \end_inset
1214
1215 Two distorted images.
1216  Both images are in the image settings group named 
1217 \begin_inset Quotes eld
1218 \end_inset
1219
1220 distorted
1221 \begin_inset Quotes erd
1222 \end_inset
1223
1224 .
1225 \end_layout
1226
1227 \end_inset
1228
1229
1230 \end_layout
1231
1232 \end_inset
1233
1234
1235 \end_layout
1236
1237 \begin_layout Standard
1238 \begin_inset Newpage newpage
1239 \end_inset
1240
1241
1242 \end_layout
1243
1244 \begin_layout Section
1245 Image Formats
1246 \begin_inset CommandInset label
1247 LatexCommand label
1248 name "sec:Image-Formats"
1249
1250 \end_inset
1251
1252
1253 \begin_inset Index idx
1254 status collapsed
1255
1256 \begin_layout Plain Layout
1257 Image Formats
1258 \end_layout
1259
1260 \end_inset
1261
1262
1263 \begin_inset Index idx
1264 status collapsed
1265
1266 \begin_layout Plain Layout
1267 Figures ! Image Formats
1268 \end_layout
1269
1270 \end_inset
1271
1272
1273 \end_layout
1274
1275 \begin_layout Standard
1276 You can insert images in any known file format.
1277  But as explained in appendix
1278 \begin_inset space ~
1279 \end_inset
1280
1281
1282 \begin_inset CommandInset ref
1283 LatexCommand ref
1284 reference "cha:Output-File-Formats"
1285
1286 \end_inset
1287
1288 , each output document format allows only a few image formats.
1289  LyX uses therefore the program 
1290 \family typewriter
1291 ImageMagick
1292 \family default
1293  in the background to convert the images to the right format.
1294  To increase your work flow by avoiding these conversions in the background,
1295  you can use only the image formats that can directly be embedded in the
1296  output file format.
1297  The output file formats are explained in appendix
1298 \begin_inset space ~
1299 \end_inset
1300
1301
1302 \begin_inset CommandInset ref
1303 LatexCommand ref
1304 reference "cha:Output-File-Formats"
1305
1306 \end_inset
1307
1308 .
1309 \end_layout
1310
1311 \begin_layout Standard
1312 Similar to fonts there are two types of image formats:
1313 \end_layout
1314
1315 \begin_layout Description
1316 Bitmap
1317 \begin_inset space ~
1318 \end_inset
1319
1320 images consist of pixel values, often in a compressed form.
1321  They are therefore not fully scalable and look pixelated in large zooms.
1322  Well-known bitmap image formats are 
1323 \begin_inset Quotes eld
1324 \end_inset
1325
1326 Graphics Interchange Format
1327 \begin_inset Quotes erd
1328 \end_inset
1329
1330  (GIF, file extension 
1331 \begin_inset Quotes eld
1332 \end_inset
1333
1334
1335 \family typewriter
1336 .gif
1337 \family default
1338
1339 \begin_inset Quotes erd
1340 \end_inset
1341
1342 )
1343 \begin_inset Index idx
1344 status collapsed
1345
1346 \begin_layout Plain Layout
1347 GIF|see
1348 \begin_inset ERT
1349 status collapsed
1350
1351 \begin_layout Plain Layout
1352
1353 {
1354 \end_layout
1355
1356 \end_inset
1357
1358 Image formats
1359 \begin_inset ERT
1360 status collapsed
1361
1362 \begin_layout Plain Layout
1363
1364 }
1365 \end_layout
1366
1367 \end_inset
1368
1369
1370 \end_layout
1371
1372 \end_inset
1373
1374
1375 \begin_inset Quotes eld
1376 \end_inset
1377
1378 Portable Network Graphics
1379 \begin_inset Quotes erd
1380 \end_inset
1381
1382  (PNG, file extension 
1383 \begin_inset Quotes eld
1384 \end_inset
1385
1386
1387 \family typewriter
1388 .png
1389 \family default
1390
1391 \begin_inset Quotes erd
1392 \end_inset
1393
1394 )
1395 \begin_inset Index idx
1396 status collapsed
1397
1398 \begin_layout Plain Layout
1399 PNG|see
1400 \begin_inset ERT
1401 status collapsed
1402
1403 \begin_layout Plain Layout
1404
1405 {
1406 \end_layout
1407
1408 \end_inset
1409
1410 Image formats
1411 \begin_inset ERT
1412 status collapsed
1413
1414 \begin_layout Plain Layout
1415
1416 }
1417 \end_layout
1418
1419 \end_inset
1420
1421
1422 \end_layout
1423
1424 \end_inset
1425
1426 , and 
1427 \begin_inset Quotes eld
1428 \end_inset
1429
1430 Joint Photographic Experts Group
1431 \begin_inset Quotes erd
1432 \end_inset
1433
1434  (JPG, file extension 
1435 \begin_inset Quotes eld
1436 \end_inset
1437
1438
1439 \family typewriter
1440 .jpg
1441 \family default
1442
1443 \begin_inset Quotes erd
1444 \end_inset
1445
1446  or 
1447 \begin_inset Quotes eld
1448 \end_inset
1449
1450
1451 \family typewriter
1452 .jpeg
1453 \family default
1454
1455 \begin_inset Quotes erd
1456 \end_inset
1457
1458 )
1459 \begin_inset Index idx
1460 status collapsed
1461
1462 \begin_layout Plain Layout
1463 JPG|see
1464 \begin_inset ERT
1465 status collapsed
1466
1467 \begin_layout Plain Layout
1468
1469 {
1470 \end_layout
1471
1472 \end_inset
1473
1474 Image formats
1475 \begin_inset ERT
1476 status collapsed
1477
1478 \begin_layout Plain Layout
1479
1480 }
1481 \end_layout
1482
1483 \end_inset
1484
1485
1486 \end_layout
1487
1488 \end_inset
1489
1490 .
1491 \end_layout
1492
1493 \begin_layout Description
1494 Vector
1495 \begin_inset space ~
1496 \end_inset
1497
1498 images consist of vectors and can therefore be scaled to any size without
1499  data loss.
1500  The scaling ability is necessary if you want to create presentations, because
1501  presentations are always scaled by the video projector.
1502  Scaling is also useful for online documents to let the user zoom into diagrams.
1503 \begin_inset Newline newline
1504 \end_inset
1505
1506 Well-known scalable image formats are 
1507 \begin_inset Quotes eld
1508 \end_inset
1509
1510 Scalable Vector Graphics
1511 \begin_inset Quotes erd
1512 \end_inset
1513
1514  (SVG, file extension 
1515 \begin_inset Quotes eld
1516 \end_inset
1517
1518
1519 \family typewriter
1520 .svg
1521 \family default
1522
1523 \begin_inset Quotes erd
1524 \end_inset
1525
1526 )
1527 \begin_inset Index idx
1528 status collapsed
1529
1530 \begin_layout Plain Layout
1531 SVG|see
1532 \begin_inset ERT
1533 status collapsed
1534
1535 \begin_layout Plain Layout
1536
1537 {
1538 \end_layout
1539
1540 \end_inset
1541
1542 Image formats
1543 \begin_inset ERT
1544 status collapsed
1545
1546 \begin_layout Plain Layout
1547
1548 }
1549 \end_layout
1550
1551 \end_inset
1552
1553
1554 \end_layout
1555
1556 \end_inset
1557
1558
1559 \begin_inset Quotes eld
1560 \end_inset
1561
1562 Encapsulated PostScript
1563 \begin_inset Quotes erd
1564 \end_inset
1565
1566  (EPS, file extension 
1567 \begin_inset Quotes eld
1568 \end_inset
1569
1570
1571 \family typewriter
1572 .eps
1573 \family default
1574
1575 \begin_inset Quotes erd
1576 \end_inset
1577
1578 )
1579 \begin_inset Index idx
1580 status collapsed
1581
1582 \begin_layout Plain Layout
1583 EPS|see
1584 \begin_inset ERT
1585 status collapsed
1586
1587 \begin_layout Plain Layout
1588
1589 {
1590 \end_layout
1591
1592 \end_inset
1593
1594 Image formats
1595 \begin_inset ERT
1596 status collapsed
1597
1598 \begin_layout Plain Layout
1599
1600 }
1601 \end_layout
1602
1603 \end_inset
1604
1605
1606 \end_layout
1607
1608 \end_inset
1609
1610
1611 \begin_inset Quotes eld
1612 \end_inset
1613
1614 Portable Document Format
1615 \begin_inset Quotes erd
1616 \end_inset
1617
1618  (PDF, file extension 
1619 \begin_inset Quotes eld
1620 \end_inset
1621
1622
1623 \family typewriter
1624 .pdf
1625 \family default
1626
1627 \begin_inset Quotes erd
1628 \end_inset
1629
1630 )
1631 \begin_inset Index idx
1632 status collapsed
1633
1634 \begin_layout Plain Layout
1635 PDF
1636 \end_layout
1637
1638 \end_inset
1639
1640 , and 
1641 \begin_inset Quotes eld
1642 \end_inset
1643
1644 Windows Metafile
1645 \begin_inset Quotes erd
1646 \end_inset
1647
1648  (WMF, file extension 
1649 \begin_inset Quotes eld
1650 \end_inset
1651
1652
1653 \family typewriter
1654 .wmf
1655 \family default
1656
1657 \begin_inset Quotes erd
1658 \end_inset
1659
1660 )
1661 \begin_inset Index idx
1662 status collapsed
1663
1664 \begin_layout Plain Layout
1665 SVG|see
1666 \begin_inset ERT
1667 status collapsed
1668
1669 \begin_layout Plain Layout
1670
1671 {
1672 \end_layout
1673
1674 \end_inset
1675
1676 Image formats
1677 \begin_inset ERT
1678 status collapsed
1679
1680 \begin_layout Plain Layout
1681
1682 }
1683 \end_layout
1684
1685 \end_inset
1686
1687
1688 \end_layout
1689
1690 \end_inset
1691
1692 .
1693  We wrote 
1694 \begin_inset Quotes eld
1695 \end_inset
1696
1697 can be
1698 \begin_inset Quotes erd
1699 \end_inset
1700
1701 , because you can convert any bitmap image to a PDF or EPS-image and the
1702  result will still be a bitmap image.
1703  In such cases only a header with the image properties is added to the original
1704  image
1705 \begin_inset Foot
1706 status collapsed
1707
1708 \begin_layout Plain Layout
1709 In the case of PDF, the original image is additionally compressed.
1710 \end_layout
1711
1712 \end_inset
1713
1714 .
1715  The PDF-files generated by 
1716 \family typewriter
1717 Adobe Photoshop
1718 \family default
1719  are for example bitmap images.
1720 \end_layout
1721
1722 \begin_layout Standard
1723 Normally it is not possible to convert a bitmap image into a scalable one,
1724  only vice versa.
1725  Only the image formats PDF and EPS can directly be embedded to PDF and
1726  PostScript output files, respectively.
1727  SVG and WMF-images are recalculated to bitmaps when the output file is
1728  generated because there is currently no adequate WMF/SVG
1729 \begin_inset Formula $\to$
1730 \end_inset
1731
1732 PDF/EPS converter available.
1733 \end_layout
1734
1735 \begin_layout Chapter
1736 Tables
1737 \begin_inset Index idx
1738 status collapsed
1739
1740 \begin_layout Plain Layout
1741 Table
1742 \end_layout
1743
1744 \end_inset
1745
1746
1747 \end_layout
1748
1749 \begin_layout Section
1750 Introduction
1751 \begin_inset Index idx
1752 status collapsed
1753
1754 \begin_layout Plain Layout
1755 Table ! Introduction
1756 \end_layout
1757
1758 \end_inset
1759
1760
1761 \end_layout
1762
1763 \begin_layout Standard
1764 You can insert a table using either the toolbar button 
1765 \begin_inset Graphics
1766         filename ../images/tabular-insert.png
1767         scale 85
1768         scaleBeforeRotation
1769
1770 \end_inset
1771
1772  or the menu 
1773 \family sans
1774 Insert\SpecialChar \menuseparator
1775 Table
1776 \family default
1777 .
1778  The toolbar button offers you a graphical selection: move the mouse to
1779  set the column/row number of the table that should be created and then
1780  press a mouse button.
1781  When you use the menu to create a table, a dialog will appear, asking you
1782  for the number of rows and columns.
1783 \begin_inset Newline newline
1784 \end_inset
1785
1786  The default table has lines around any cell and the first row appears separated
1787  from the rest of the table.
1788  This separation occurs due to a double line: The cells of the first row
1789  have a line below them and the cells of the second row have a line above
1790  them.
1791  Here is an example table:
1792 \end_layout
1793
1794 \begin_layout Standard
1795 \align center
1796 \begin_inset Tabular
1797 <lyxtabular version="3" rows="4" columns="4">
1798 <features tabularvalignment="middle">
1799 <column alignment="center" valignment="top" width="0">
1800 <column alignment="center" valignment="top" width="0">
1801 <column alignment="center" valignment="top" width="0">
1802 <column alignment="center" valignment="top" width="0">
1803 <row>
1804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1805 \begin_inset Text
1806
1807 \begin_layout Plain Layout
1808
1809 \end_layout
1810
1811 \end_inset
1812 </cell>
1813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1814 \begin_inset Text
1815
1816 \begin_layout Plain Layout
1817
1818 \family roman
1819 \series medium
1820 \shape up
1821 \size normal
1822 \emph off
1823 \bar no
1824 \noun off
1825 \color none
1826 1
1827 \end_layout
1828
1829 \end_inset
1830 </cell>
1831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1832 \begin_inset Text
1833
1834 \begin_layout Plain Layout
1835 2
1836 \end_layout
1837
1838 \end_inset
1839 </cell>
1840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1841 \begin_inset Text
1842
1843 \begin_layout Plain Layout
1844 3
1845 \end_layout
1846
1847 \end_inset
1848 </cell>
1849 </row>
1850 <row>
1851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1852 \begin_inset Text
1853
1854 \begin_layout Plain Layout
1855
1856 \family roman
1857 \series medium
1858 \shape up
1859 \size normal
1860 \emph off
1861 \bar no
1862 \noun off
1863 \color none
1864 A
1865 \end_layout
1866
1867 \end_inset
1868 </cell>
1869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1870 \begin_inset Text
1871
1872 \begin_layout Plain Layout
1873
1874 \end_layout
1875
1876 \end_inset
1877 </cell>
1878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1879 \begin_inset Text
1880
1881 \begin_layout Plain Layout
1882
1883 \end_layout
1884
1885 \end_inset
1886 </cell>
1887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1888 \begin_inset Text
1889
1890 \begin_layout Plain Layout
1891
1892 \end_layout
1893
1894 \end_inset
1895 </cell>
1896 </row>
1897 <row>
1898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1899 \begin_inset Text
1900
1901 \begin_layout Plain Layout
1902
1903 \family roman
1904 \series medium
1905 \shape up
1906 \size normal
1907 \emph off
1908 \bar no
1909 \noun off
1910 \color none
1911 B
1912 \end_layout
1913
1914 \end_inset
1915 </cell>
1916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1917 \begin_inset Text
1918
1919 \begin_layout Plain Layout
1920
1921 \end_layout
1922
1923 \end_inset
1924 </cell>
1925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1926 \begin_inset Text
1927
1928 \begin_layout Plain Layout
1929
1930 \end_layout
1931
1932 \end_inset
1933 </cell>
1934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1935 \begin_inset Text
1936
1937 \begin_layout Plain Layout
1938
1939 \end_layout
1940
1941 \end_inset
1942 </cell>
1943 </row>
1944 <row>
1945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1946 \begin_inset Text
1947
1948 \begin_layout Plain Layout
1949
1950 \family roman
1951 \series medium
1952 \shape up
1953 \size normal
1954 \emph off
1955 \bar no
1956 \noun off
1957 \color none
1958 C
1959 \end_layout
1960
1961 \end_inset
1962 </cell>
1963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1964 \begin_inset Text
1965
1966 \begin_layout Plain Layout
1967
1968 \end_layout
1969
1970 \end_inset
1971 </cell>
1972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1973 \begin_inset Text
1974
1975 \begin_layout Plain Layout
1976
1977 \end_layout
1978
1979 \end_inset
1980 </cell>
1981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1982 \begin_inset Text
1983
1984 \begin_layout Plain Layout
1985
1986 \end_layout
1987
1988 \end_inset
1989 </cell>
1990 </row>
1991 </lyxtabular>
1992
1993 \end_inset
1994
1995
1996 \end_layout
1997
1998 \begin_layout Section
1999 Table Dialog
2000 \begin_inset Index idx
2001 status collapsed
2002
2003 \begin_layout Plain Layout
2004 Table ! Dialog
2005 \end_layout
2006
2007 \end_inset
2008
2009
2010 \end_layout
2011
2012 \begin_layout Standard
2013 You can alter a table by clicking on it with the right mouse button, which
2014  brings up the table dialog.
2015  Here you can adjust the settings of that cell and row/column respectively
2016  where the cursor is currently placed.
2017  Most of the dialog options also work on selections.
2018  This means if you select more cells, columns or rows, the action is done
2019  for the whole selection.
2020  Note that there is a difference between selecting the 
2021 \emph on
2022 contents
2023 \emph default
2024  of the cell, and the cell itself.
2025 \begin_inset Newline newline
2026 \end_inset
2027
2028 With the dialog option 
2029 \family sans
2030 Immediate
2031 \begin_inset space ~
2032 \end_inset
2033
2034 Apply
2035 \family default
2036  every change you make in the dialog is directly applied.
2037  If you move the cursor to another table cell the dialog will then also
2038  be updated with the parameters of the new cell.
2039  If you change length values in the dialog you must press return to get
2040  the change applied.
2041 \begin_inset Newline newline
2042 \end_inset
2043
2044 You can alter tables with the following tabs of the table dialog:
2045 \end_layout
2046
2047 \begin_layout Description
2048
2049 \family sans
2050 Table
2051 \begin_inset space ~
2052 \end_inset
2053
2054 Settings
2055 \family default
2056  Here you can set the table width
2057 \begin_inset Index idx
2058 status collapsed
2059
2060 \begin_layout Plain Layout
2061 Table ! Width
2062 \end_layout
2063
2064 \end_inset
2065
2066 , and the horizontal alignment and the width of the current column.
2067  The alignment 
2068 \family sans
2069 At
2070 \begin_inset space ~
2071 \end_inset
2072
2073 Decimal
2074 \begin_inset space ~
2075 \end_inset
2076
2077 Separator
2078 \family default
2079  is described in section
2080 \begin_inset space ~
2081 \end_inset
2082
2083
2084 \begin_inset CommandInset ref
2085 LatexCommand ref
2086 reference "sub:Special-Cell-Alignment"
2087
2088 \end_inset
2089
2090 .
2091  When you have set a width you can also adjust the vertical alignment of
2092  the current row.
2093  A given width will allow the cell to have line breaks and multiple paragraphs
2094  of text, see section
2095 \begin_inset space ~
2096 \end_inset
2097
2098
2099 \begin_inset CommandInset ref
2100 LatexCommand ref
2101 reference "sub:Multiple-Lines-in"
2102
2103 \end_inset
2104
2105 .
2106  If you set no width, the column is as wide as the content of its widest
2107  cell.
2108 \begin_inset Newline newline
2109 \end_inset
2110
2111 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2112  cell, see section
2113 \begin_inset space ~
2114 \end_inset
2115
2116
2117 \begin_inset CommandInset ref
2118 LatexCommand ref
2119 reference "sub:Multicolumns"
2120
2121 \end_inset
2122
2123  or the cells of one column as multirow cell, see section
2124 \begin_inset space ~
2125 \end_inset
2126
2127
2128 \begin_inset CommandInset ref
2129 LatexCommand ref
2130 reference "sub:Multirows"
2131
2132 \end_inset
2133
2134 .
2135 \begin_inset Newline newline
2136 \end_inset
2137
2138 The rotate check boxes rotate the current cell, a selection, or the whole
2139  table counter-clockwise by 90°.
2140  The rotation is not shown within LyX, only in the output.
2141 \begin_inset Newline newline
2142 \end_inset
2143
2144
2145 \begin_inset Note Greyedout
2146 status open
2147
2148 \begin_layout Plain Layout
2149
2150 \series bold
2151 Note:
2152 \series default
2153  Not all DVI-viewers are able to display rotations.
2154 \end_layout
2155
2156 \end_inset
2157
2158
2159 \begin_inset Newline newline
2160 \end_inset
2161
2162 The table-wide vertical alignment is used for tables within text lines:
2163 \begin_inset Newline newline
2164 \end_inset
2165
2166 A line with tables with different alignments: 
2167 \begin_inset Tabular
2168 <lyxtabular version="3" rows="2" columns="2">
2169 <features tabularvalignment="top">
2170 <column alignment="center" valignment="top" width="0pt">
2171 <column alignment="center" valignment="top" width="0">
2172 <row>
2173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2174 \begin_inset Text
2175
2176 \begin_layout Plain Layout
2177
2178 \end_layout
2179
2180 \end_inset
2181 </cell>
2182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2183 \begin_inset Text
2184
2185 \begin_layout Plain Layout
2186
2187 \family roman
2188 \series medium
2189 \shape up
2190 \size normal
2191 \emph off
2192 \bar no
2193 \noun off
2194 \color none
2195 1
2196 \end_layout
2197
2198 \end_inset
2199 </cell>
2200 </row>
2201 <row>
2202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2203 \begin_inset Text
2204
2205 \begin_layout Plain Layout
2206
2207 \family roman
2208 \series medium
2209 \shape up
2210 \size normal
2211 \emph off
2212 \bar no
2213 \noun off
2214 \color none
2215 A
2216 \end_layout
2217
2218 \end_inset
2219 </cell>
2220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2221 \begin_inset Text
2222
2223 \begin_layout Plain Layout
2224
2225 \end_layout
2226
2227 \end_inset
2228 </cell>
2229 </row>
2230 </lyxtabular>
2231
2232 \end_inset
2233
2234  
2235 \begin_inset Tabular
2236 <lyxtabular version="3" rows="2" columns="2">
2237 <features tabularvalignment="middle">
2238 <column alignment="center" valignment="top" width="0">
2239 <column alignment="center" valignment="top" width="0">
2240 <row>
2241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2242 \begin_inset Text
2243
2244 \begin_layout Plain Layout
2245
2246 \end_layout
2247
2248 \end_inset
2249 </cell>
2250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2251 \begin_inset Text
2252
2253 \begin_layout Plain Layout
2254
2255 \family roman
2256 \series medium
2257 \shape up
2258 \size normal
2259 \emph off
2260 \bar no
2261 \noun off
2262 \color none
2263 1
2264 \end_layout
2265
2266 \end_inset
2267 </cell>
2268 </row>
2269 <row>
2270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2271 \begin_inset Text
2272
2273 \begin_layout Plain Layout
2274
2275 \family roman
2276 \series medium
2277 \shape up
2278 \size normal
2279 \emph off
2280 \bar no
2281 \noun off
2282 \color none
2283 A
2284 \end_layout
2285
2286 \end_inset
2287 </cell>
2288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2289 \begin_inset Text
2290
2291 \begin_layout Plain Layout
2292
2293 \end_layout
2294
2295 \end_inset
2296 </cell>
2297 </row>
2298 </lyxtabular>
2299
2300 \end_inset
2301
2302  
2303 \begin_inset Tabular
2304 <lyxtabular version="3" rows="2" columns="2">
2305 <features tabularvalignment="bottom">
2306 <column alignment="center" valignment="top" width="0pt">
2307 <column alignment="center" valignment="top" width="0">
2308 <row>
2309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2310 \begin_inset Text
2311
2312 \begin_layout Plain Layout
2313
2314 \end_layout
2315
2316 \end_inset
2317 </cell>
2318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2319 \begin_inset Text
2320
2321 \begin_layout Plain Layout
2322
2323 \family roman
2324 \series medium
2325 \shape up
2326 \size normal
2327 \emph off
2328 \bar no
2329 \noun off
2330 \color none
2331 1
2332 \end_layout
2333
2334 \end_inset
2335 </cell>
2336 </row>
2337 <row>
2338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2339 \begin_inset Text
2340
2341 \begin_layout Plain Layout
2342
2343 \family roman
2344 \series medium
2345 \shape up
2346 \size normal
2347 \emph off
2348 \bar no
2349 \noun off
2350 \color none
2351 A
2352 \end_layout
2353
2354 \end_inset
2355 </cell>
2356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2357 \begin_inset Text
2358
2359 \begin_layout Plain Layout
2360
2361 \end_layout
2362
2363 \end_inset
2364 </cell>
2365 </row>
2366 </lyxtabular>
2367
2368 \end_inset
2369
2370
2371 \begin_inset Newline newline
2372 \end_inset
2373
2374 It is also possible to enter a LaTeX-argument which is needed for special
2375  table formattings, see section
2376 \begin_inset space ~
2377 \end_inset
2378
2379
2380 \begin_inset CommandInset ref
2381 LatexCommand ref
2382 reference "sub:Multicolumn-Calculations"
2383
2384 \end_inset
2385
2386  and 
2387 \begin_inset CommandInset ref
2388 LatexCommand ref
2389 reference "sec:Colored-Tables"
2390
2391 \end_inset
2392
2393 .
2394 \end_layout
2395
2396 \begin_layout Description
2397
2398 \family sans
2399 Borders
2400 \family default
2401  In this tab you can add and delete border lines for the current row/column.
2402 \begin_inset Newline newline
2403 \end_inset
2404
2405 Using the style option 
2406 \family sans
2407 Formal
2408 \family default
2409  will convert the table to a formal table as described in section
2410 \begin_inset space ~
2411 \end_inset
2412
2413
2414 \begin_inset CommandInset ref
2415 LatexCommand ref
2416 reference "sec:Formal-Tables"
2417
2418 \end_inset
2419
2420 .
2421 \begin_inset Newline newline
2422 \end_inset
2423
2424 You can also add here space to table rows as described in section
2425 \begin_inset space ~
2426 \end_inset
2427
2428
2429 \begin_inset CommandInset ref
2430 LatexCommand ref
2431 reference "sub:Row-Spacing"
2432
2433 \end_inset
2434
2435 .
2436 \end_layout
2437
2438 \begin_layout Description
2439
2440 \family sans
2441 Longtable
2442 \family default
2443  This tab is to make a table a so called 
2444 \begin_inset Quotes eld
2445 \end_inset
2446
2447
2448 \emph on
2449 longtable
2450 \emph default
2451
2452 \begin_inset Quotes erd
2453 \end_inset
2454
2455  that can run over several pages.
2456  Sections
2457 \begin_inset space ~
2458 \end_inset
2459
2460
2461 \begin_inset CommandInset ref
2462 LatexCommand ref
2463 reference "sec:Longtables"
2464
2465 \end_inset
2466
2467  and 
2468 \begin_inset CommandInset ref
2469 LatexCommand ref
2470 reference "sec:Special-Longtable-Issues"
2471
2472 \end_inset
2473
2474  describe the longtable features in detail.
2475 \end_layout
2476
2477 \begin_layout Section
2478 Table Toolbar
2479 \begin_inset Index idx
2480 status collapsed
2481
2482 \begin_layout Plain Layout
2483 Table ! Toolbar
2484 \end_layout
2485
2486 \end_inset
2487
2488
2489 \end_layout
2490
2491 \begin_layout Standard
2492 The table toolbar is an alternative to the table dialog to be able to alter
2493  tables faster.
2494  It should normally appear at the bottom of LyX's main window when the cursor
2495  is inside a table.
2496  You can alternatively switch it on to appear always, by right-clicking
2497  in LyX's main menu bar.
2498 \end_layout
2499
2500 \begin_layout Standard
2501 The toolbar has the following icons:
2502 \end_layout
2503
2504 \begin_layout Labeling
2505 \labelwidthstring 00.00.0000
2506 \begin_inset Graphics
2507         filename ../images/tabular-feature_append-row.png
2508         scaleBeforeRotation
2509
2510 \end_inset
2511
2512  adds a row below the current cell or selection
2513 \end_layout
2514
2515 \begin_layout Labeling
2516 \labelwidthstring 00.00.0000
2517 \begin_inset Graphics
2518         filename ../images/tabular-feature_append-column.png
2519         scaleBeforeRotation
2520
2521 \end_inset
2522
2523  adds a column right beside the current cell or selection
2524 \end_layout
2525
2526 \begin_layout Labeling
2527 \labelwidthstring 00.00.0000
2528 \begin_inset Graphics
2529         filename ../images/tabular-feature_delete-row.png
2530         scaleBeforeRotation
2531
2532 \end_inset
2533
2534  deletes the current row or selection
2535 \end_layout
2536
2537 \begin_layout Labeling
2538 \labelwidthstring 00.00.0000
2539 \begin_inset Graphics
2540         filename ../images/tabular-feature_delete-column.png
2541         scaleBeforeRotation
2542
2543 \end_inset
2544
2545  deletes the current column or selection
2546 \end_layout
2547
2548 \begin_layout Labeling
2549 \labelwidthstring 00.00.0000
2550 \begin_inset Graphics
2551         filename ../images/tabular-feature_toggle-line-top.png
2552         scaleBeforeRotation
2553
2554 \end_inset
2555
2556  adds a line at the top of the current cell / row or of a selection
2557 \end_layout
2558
2559 \begin_layout Labeling
2560 \labelwidthstring 00.00.0000
2561 \begin_inset Graphics
2562         filename ../images/tabular-feature_toggle-line-bottom.png
2563         scaleBeforeRotation
2564
2565 \end_inset
2566
2567  adds a line at the bottom of the current cell / row or of a selection
2568 \end_layout
2569
2570 \begin_layout Labeling
2571 \labelwidthstring 00.00.0000
2572 \begin_inset Graphics
2573         filename ../images/tabular-feature_toggle-line-left.png
2574         scaleBeforeRotation
2575
2576 \end_inset
2577
2578  adds a line at the left side of the current cell / row or of a selection
2579 \end_layout
2580
2581 \begin_layout Labeling
2582 \labelwidthstring 00.00.0000
2583 \begin_inset Graphics
2584         filename ../images/tabular-feature_toggle-line-right.png
2585         scaleBeforeRotation
2586
2587 \end_inset
2588
2589  adds a line at the right side of the current cell / row or of a selection
2590 \end_layout
2591
2592 \begin_layout Labeling
2593 \labelwidthstring 00.00.0000
2594 \begin_inset Graphics
2595         filename ../images/tabular-feature_set-all-lines.png
2596         scaleBeforeRotation
2597
2598 \end_inset
2599
2600  adds lines around the current or selected cells - if the current cell no
2601  multicolumn cell this also affects the current row and column
2602 \end_layout
2603
2604 \begin_layout Labeling
2605 \labelwidthstring 00.00.0000
2606 \begin_inset Graphics
2607         filename ../images/tabular-feature_unset-all-lines.png
2608         scaleBeforeRotation
2609
2610 \end_inset
2611
2612  deletes all lines of the current or selected cells - if the current cell
2613  no multicolumn cell this also affects the current row and column
2614 \end_layout
2615
2616 \begin_layout Labeling
2617 \labelwidthstring 00.00.0000
2618 \begin_inset Graphics
2619         filename ../images/tabular-feature_m-align-left.png
2620         scaleBeforeRotation
2621
2622 \end_inset
2623
2624  left-aligns the content of the current cell / column
2625 \end_layout
2626
2627 \begin_layout Labeling
2628 \labelwidthstring 00.00.0000
2629 \begin_inset Graphics
2630         filename ../images/tabular-feature_m-align-center.png
2631         scaleBeforeRotation
2632
2633 \end_inset
2634
2635  centers the content of the current cell / column horizontally
2636 \end_layout
2637
2638 \begin_layout Labeling
2639 \labelwidthstring 00.00.0000
2640 \begin_inset Graphics
2641         filename ../images/tabular-feature_m-align-right.png
2642         scaleBeforeRotation
2643
2644 \end_inset
2645
2646  right-aligns the content of the current cell / column
2647 \end_layout
2648
2649 \begin_layout Labeling
2650 \labelwidthstring 00.00.0000
2651 \begin_inset Graphics
2652         filename ../images/tabular-feature_align-decimal.png
2653         scaleBeforeRotation
2654
2655 \end_inset
2656
2657  aligns the content of the current column at a character
2658 \end_layout
2659
2660 \begin_layout Labeling
2661 \labelwidthstring 00.00.0000
2662 \begin_inset Graphics
2663         filename ../images/tabular-feature_m-valign-top.png
2664         scaleBeforeRotation
2665
2666 \end_inset
2667
2668  aligns the content of the current cell vertically to the top
2669 \end_layout
2670
2671 \begin_layout Labeling
2672 \labelwidthstring 00.00.0000
2673 \begin_inset Graphics
2674         filename ../images/tabular-feature_m-valign-middle.png
2675         scaleBeforeRotation
2676
2677 \end_inset
2678
2679  centers the content of the current cell vertically
2680 \end_layout
2681
2682 \begin_layout Labeling
2683 \labelwidthstring 00.00.0000
2684 \begin_inset Graphics
2685         filename ../images/tabular-feature_m-valign-bottom.png
2686         scaleBeforeRotation
2687
2688 \end_inset
2689
2690  aligns the content of the current cell vertically to the bottom
2691 \end_layout
2692
2693 \begin_layout Labeling
2694 \labelwidthstring 00.00.0000
2695 \begin_inset Graphics
2696         filename ../images/tabular-feature_set-rotate-cell.png
2697         scaleBeforeRotation
2698
2699 \end_inset
2700
2701  rotates the current cell or selection counter-clockwise by 90°
2702 \end_layout
2703
2704 \begin_layout Labeling
2705 \labelwidthstring 00.00.0000
2706 \begin_inset Graphics
2707         filename ../images/tabular-feature_set-rotate-tabular.png
2708         scaleBeforeRotation
2709
2710 \end_inset
2711
2712  rotates the whole table counter-clockwise by 90°
2713 \end_layout
2714
2715 \begin_layout Labeling
2716 \labelwidthstring 00.00.0000
2717 \begin_inset Graphics
2718         filename ../images/tabular-feature_multicolumn.png
2719         scaleBeforeRotation
2720
2721 \end_inset
2722
2723  sets the current cell or selection as a multicolumn
2724 \end_layout
2725
2726 \begin_layout Labeling
2727 \labelwidthstring 00.00.0000
2728 \begin_inset Graphics
2729         filename ../images/tabular-feature_multirow.png
2730         scaleBeforeRotation
2731
2732 \end_inset
2733
2734  sets the current cell or selection as a multirow
2735 \end_layout
2736
2737 \begin_layout Standard
2738 \begin_inset Note Greyedout
2739 status open
2740
2741 \begin_layout Plain Layout
2742
2743 \series bold
2744 Note:
2745 \series default
2746  For the output the vertical alignment of the first cell in a row is used
2747  for all following cells in the row.
2748 \end_layout
2749
2750 \end_inset
2751
2752
2753 \end_layout
2754
2755 \begin_layout Section
2756 Edit Table Menu
2757 \begin_inset Index idx
2758 status collapsed
2759
2760 \begin_layout Plain Layout
2761 Table ! Edit Menu
2762 \end_layout
2763
2764 \end_inset
2765
2766
2767 \end_layout
2768
2769 \begin_layout Standard
2770 Additionally to the table dialog and toolbar, the menu 
2771 \family sans
2772 Edit\SpecialChar \menuseparator
2773 Table
2774 \family default
2775  allows you to add and delete border lines for the current row/column and
2776  to set the current selection as multicolumn.
2777  The menu is only available when the cursor is inside a table.
2778 \end_layout
2779
2780 \begin_layout Section
2781 Table Floats
2782 \begin_inset CommandInset label
2783 LatexCommand label
2784 name "sec:Table-Floats"
2785
2786 \end_inset
2787
2788
2789 \begin_inset Index idx
2790 status collapsed
2791
2792 \begin_layout Plain Layout
2793 Floats ! Tables
2794 \end_layout
2795
2796 \end_inset
2797
2798
2799 \begin_inset Index idx
2800 status collapsed
2801
2802 \begin_layout Plain Layout
2803 Table ! Floats
2804 \end_layout
2805
2806 \end_inset
2807
2808
2809 \end_layout
2810
2811 \begin_layout Standard
2812 For general explanations about floats, have a look at section
2813 \begin_inset space ~
2814 \end_inset
2815
2816
2817 \begin_inset CommandInset ref
2818 LatexCommand ref
2819 reference "sec:FloatIntroduction"
2820
2821 \end_inset
2822
2823 .
2824 \end_layout
2825
2826 \begin_layout Standard
2827 \begin_inset Float table
2828 placement h
2829 wide false
2830 sideways false
2831 status open
2832
2833 \begin_layout Plain Layout
2834 \begin_inset Caption
2835
2836 \begin_layout Plain Layout
2837 \begin_inset CommandInset label
2838 LatexCommand label
2839 name "tab:a table float"
2840
2841 \end_inset
2842
2843 A table float.
2844 \end_layout
2845
2846 \end_inset
2847
2848
2849 \end_layout
2850
2851 \begin_layout Plain Layout
2852 \align center
2853 \begin_inset Tabular
2854 <lyxtabular version="3" rows="3" columns="3">
2855 <features tabularvalignment="middle">
2856 <column alignment="center" valignment="top" width="0pt">
2857 <column alignment="center" valignment="top" width="0pt">
2858 <column alignment="center" valignment="top" width="0pt">
2859 <row>
2860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2861 \begin_inset Text
2862
2863 \begin_layout Plain Layout
2864
2865 \family roman
2866 \series medium
2867 \shape up
2868 \size normal
2869 \emph off
2870 \bar no
2871 \noun off
2872 \color none
2873 1
2874 \end_layout
2875
2876 \end_inset
2877 </cell>
2878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2879 \begin_inset Text
2880
2881 \begin_layout Plain Layout
2882
2883 \family roman
2884 \series medium
2885 \shape up
2886 \size normal
2887 \emph off
2888 \bar no
2889 \noun off
2890 \color none
2891 2
2892 \end_layout
2893
2894 \end_inset
2895 </cell>
2896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2897 \begin_inset Text
2898
2899 \begin_layout Plain Layout
2900
2901 \family roman
2902 \series medium
2903 \shape up
2904 \size normal
2905 \emph off
2906 \bar no
2907 \noun off
2908 \color none
2909 3
2910 \end_layout
2911
2912 \end_inset
2913 </cell>
2914 </row>
2915 <row>
2916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2917 \begin_inset Text
2918
2919 \begin_layout Plain Layout
2920
2921 \family roman
2922 \series medium
2923 \shape up
2924 \size normal
2925 \emph off
2926 \bar no
2927 \noun off
2928 \color none
2929 Joe
2930 \end_layout
2931
2932 \end_inset
2933 </cell>
2934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2935 \begin_inset Text
2936
2937 \begin_layout Plain Layout
2938
2939 \family roman
2940 \series medium
2941 \shape up
2942 \size normal
2943 \emph off
2944 \bar no
2945 \noun off
2946 \color none
2947 Mary
2948 \end_layout
2949
2950 \end_inset
2951 </cell>
2952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956
2957 \family roman
2958 \series medium
2959 \shape up
2960 \size normal
2961 \emph off
2962 \bar no
2963 \noun off
2964 \color none
2965 Ted
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 </row>
2971 <row>
2972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2973 \begin_inset Text
2974
2975 \begin_layout Plain Layout
2976
2977 \family roman
2978 \series medium
2979 \shape up
2980 \size normal
2981 \emph off
2982 \bar no
2983 \noun off
2984 \color none
2985 \begin_inset Formula $\int x^{2}dx$
2986 \end_inset
2987
2988
2989 \end_layout
2990
2991 \end_inset
2992 </cell>
2993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2994 \begin_inset Text
2995
2996 \begin_layout Plain Layout
2997
2998 \family roman
2999 \series medium
3000 \shape up
3001 \size normal
3002 \emph off
3003 \bar no
3004 \noun off
3005 \color none
3006 \begin_inset Formula $\left[\begin{array}{cc}
3007 a & b\\
3008 c & d
3009 \end{array}\right]$
3010 \end_inset
3011
3012
3013 \end_layout
3014
3015 \end_inset
3016 </cell>
3017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3018 \begin_inset Text
3019
3020 \begin_layout Plain Layout
3021
3022 \family roman
3023 \series medium
3024 \shape up
3025 \size normal
3026 \emph off
3027 \bar no
3028 \noun off
3029 \color none
3030 \begin_inset Formula $1+1=2$
3031 \end_inset
3032
3033
3034 \end_layout
3035
3036 \end_inset
3037 </cell>
3038 </row>
3039 </lyxtabular>
3040
3041 \end_inset
3042
3043
3044 \end_layout
3045
3046 \end_inset
3047
3048
3049 \end_layout
3050
3051 \begin_layout Standard
3052 Table floats can be inserted using the menu 
3053 \family sans
3054 Insert\SpecialChar \menuseparator
3055 Float\SpecialChar \menuseparator
3056 Table
3057 \family default
3058  or the toolbar button 
3059 \begin_inset Graphics
3060         filename ../images/float-insert_table.png
3061         scale 85
3062         scaleBeforeRotation
3063
3064 \end_inset
3065
3066 .
3067 \end_layout
3068
3069 \begin_layout Standard
3070 The float appears as a collapsible box with a caption that has the label
3071  
3072 \begin_inset Quotes eld
3073 \end_inset
3074
3075 Table
3076 \begin_inset space ~
3077 \end_inset
3078
3079 #:
3080 \begin_inset Quotes erd
3081 \end_inset
3082
3083  (# is the actual table number).
3084  You can insert tables in the float above or below the caption.
3085 \end_layout
3086
3087 \begin_layout Standard
3088 Table
3089 \begin_inset space ~
3090 \end_inset
3091
3092
3093 \begin_inset CommandInset ref
3094 LatexCommand ref
3095 reference "tab:a table float"
3096
3097 \end_inset
3098
3099  is an example table within a table float.
3100 \end_layout
3101
3102 \begin_layout Standard
3103 Having the caption above the table is the common rule that is unfortunately
3104  not supported in LaTeX's standard classes.
3105  This means that, if you are using the document classes 
3106 \family sans
3107 article
3108 \family default
3109
3110 \family sans
3111 book
3112 \family default
3113
3114 \family sans
3115 letter
3116 \family default
3117 , or 
3118 \family sans
3119 report
3120 \family default
3121 , there will be no space between the caption and the table.
3122  To insert the needed space, add the following option to the load command
3123  of the LaTeX-package 
3124 \series bold
3125 caption
3126 \series default
3127
3128 \begin_inset Index idx
3129 status collapsed
3130
3131 \begin_layout Plain Layout
3132 LaTeX-packages ! caption
3133 \end_layout
3134
3135 \end_inset
3136
3137  in your document preamble
3138 \begin_inset Foot
3139 status collapsed
3140
3141 \begin_layout Plain Layout
3142 For more information have a look at section
3143 \begin_inset space ~
3144 \end_inset
3145
3146
3147 \begin_inset CommandInset ref
3148 LatexCommand ref
3149 reference "sec:Caption-Placement"
3150
3151 \end_inset
3152
3153 .
3154 \end_layout
3155
3156 \end_inset
3157
3158 :
3159 \end_layout
3160
3161 \begin_layout Standard
3162
3163 \series bold
3164 tableposition=top
3165 \end_layout
3166
3167 \begin_layout Standard
3168 The package 
3169 \series bold
3170 caption
3171 \series default
3172 , which is described in section
3173 \begin_inset space ~
3174 \end_inset
3175
3176
3177 \begin_inset CommandInset ref
3178 LatexCommand ref
3179 reference "sec:Caption-Formatting"
3180
3181 \end_inset
3182
3183 , is used to adjust the caption format.
3184 \end_layout
3185
3186 \begin_layout Standard
3187 \begin_inset Index idx
3188 status collapsed
3189
3190 \begin_layout Plain Layout
3191 References ! to Tables
3192 \end_layout
3193
3194 \end_inset
3195
3196 Tables can be cross-referenced in the text by referencing their label.
3197  To do this insert a label in the caption using the menu 
3198 \family sans
3199 Insert\SpecialChar \menuseparator
3200 Label
3201 \family default
3202  or the toolbar button 
3203 \begin_inset Graphics
3204         filename ../images/label-insert.png
3205         scale 85
3206         scaleBeforeRotation
3207
3208 \end_inset
3209
3210 .
3211  You can now refer to the label using the menu 
3212 \family sans
3213 Insert\SpecialChar \menuseparator
3214 Cross
3215 \begin_inset space ~
3216 \end_inset
3217
3218 reference
3219 \family default
3220  or the toolbar button 
3221 \begin_inset Graphics
3222         filename ../images/dialog-show-new-inset_ref.png
3223         scale 85
3224         scaleBeforeRotation
3225
3226 \end_inset
3227
3228 .
3229 \begin_inset Newline newline
3230 \end_inset
3231
3232 Referencing is explained in detail in section
3233 \begin_inset space ~
3234 \end_inset
3235
3236
3237 \begin_inset CommandInset ref
3238 LatexCommand ref
3239 reference "sec:Referencing-Floats"
3240
3241 \end_inset
3242
3243 .
3244 \end_layout
3245
3246 \begin_layout Section
3247 Longtables
3248 \begin_inset CommandInset label
3249 LatexCommand label
3250 name "sec:Longtables"
3251
3252 \end_inset
3253
3254
3255 \begin_inset Index idx
3256 status collapsed
3257
3258 \begin_layout Plain Layout
3259 Longtables
3260 \end_layout
3261
3262 \end_inset
3263
3264
3265 \begin_inset Index idx
3266 status collapsed
3267
3268 \begin_layout Plain Layout
3269 Table ! Longtables
3270 \end_layout
3271
3272 \end_inset
3273
3274
3275 \end_layout
3276
3277 \begin_layout Standard
3278 If the table is too long to fit on one page, you can use the option 
3279 \family sans
3280 Use
3281 \begin_inset space ~
3282 \end_inset
3283
3284 long
3285 \begin_inset space ~
3286 \end_inset
3287
3288 table
3289 \family default
3290  in the tab 
3291 \family sans
3292 Longtable
3293 \family default
3294  of the table dialog to split the table automatically over more pages.
3295  Doing this enables the following options:
3296 \end_layout
3297
3298 \begin_layout Description
3299 Header: The current row is defined to be a header row that appears on all
3300  pages of the longtable; except for the first page, if 
3301 \family sans
3302 First
3303 \begin_inset space ~
3304 \end_inset
3305
3306 header
3307 \family default
3308  is defined.
3309  This is therefore called the main header.
3310 \end_layout
3311
3312 \begin_layout Description
3313 First
3314 \begin_inset space ~
3315 \end_inset
3316
3317 header: The current row is defined to be a header row that appears on the
3318  first page of the longtable.
3319 \end_layout
3320
3321 \begin_layout Description
3322 Footer: The current row is defined to be a footer row that appears on all
3323  pages of the longtable; except for the last page, if 
3324 \family sans
3325 Last
3326 \begin_inset space ~
3327 \end_inset
3328
3329 footer
3330 \family default
3331  is defined.
3332 \end_layout
3333
3334 \begin_layout Description
3335 Last
3336 \begin_inset space ~
3337 \end_inset
3338
3339 footer: The current row is defined to be a footer row that appears on the
3340  last page of the longtable.
3341 \end_layout
3342
3343 \begin_layout Description
3344 Caption: The current row contains the table caption.
3345  The row is reset as single column and a caption is inserted.
3346  More about longtable captions is explained in sec.
3347 \begin_inset space \thinspace{}
3348 \end_inset
3349
3350
3351 \begin_inset CommandInset ref
3352 LatexCommand ref
3353 reference "sub:Longtable-Captions"
3354
3355 \end_inset
3356
3357 .
3358 \end_layout
3359
3360 \begin_layout Standard
3361 You can also specify a row where the table is split.
3362  See the following longtable to see how it works:
3363 \end_layout
3364
3365 \begin_layout Standard
3366 \align center
3367 \begin_inset Tabular
3368 <lyxtabular version="3" rows="69" columns="3">
3369 <features islongtable="true" longtabularalignment="center">
3370 <column alignment="left" valignment="top" width="0cm">
3371 <column alignment="left" valignment="top" width="0pt">
3372 <column alignment="center" valignment="top" width="0pt">
3373 <row endfirsthead="true">
3374 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378
3379 \series bold
3380 Example Phone List (ignore the names)
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3395 \begin_inset Text
3396
3397 \begin_layout Plain Layout
3398
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 </row>
3404 <row endfirsthead="true">
3405 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Plain Layout
3409
3410 \series bold
3411 NAME
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429
3430 \series bold
3431 TEL.
3432 \end_layout
3433
3434 \end_inset
3435 </cell>
3436 </row>
3437 <row endhead="true">
3438 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442
3443 \series bold
3444 Example Phone List
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 </row>
3468 <row endhead="true">
3469 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473
3474 \series bold
3475 NAME
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493
3494 \series bold
3495 TEL.
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 </row>
3501 <row endfoot="true">
3502 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506  continued on next page
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 </row>
3530 <row>
3531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535
3536 \series bold
3537 Annovi
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 <cell alignment="center" valignment="top" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546 Silvia
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555 111
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 </row>
3561 <row>
3562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566
3567 \series bold
3568 Bertoli
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 Stefano
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586 111
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 </row>
3592 <row>
3593 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597
3598 \series bold
3599 Bozzi
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 <cell alignment="center" valignment="top" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608 Walter
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617 111
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 </row>
3623 <row>
3624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628
3629 \series bold
3630 Cachia
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 <cell alignment="center" valignment="top" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639 Maria
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648 111
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 </row>
3654 <row>
3655 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Plain Layout
3659
3660 \series bold
3661 Cachia
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 <cell alignment="center" valignment="top" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670 Maurizio
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Plain Layout
3679 111
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 </row>
3685 <row>
3686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690
3691 \series bold
3692 Cinquemani
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 <cell alignment="center" valignment="top" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701 Giusi
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710 111
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 </row>
3716 <row>
3717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721
3722 \series bold
3723 Colin
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 <cell alignment="center" valignment="top" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732 Bernard
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Plain Layout
3741 111
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 </row>
3747 <row>
3748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Plain Layout
3752
3753 \series bold
3754 Concli
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 <cell alignment="center" valignment="top" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763 Gianfranco
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772 111
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 </row>
3778 <row>
3779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783
3784 \series bold
3785 Dal Bosco
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 <cell alignment="center" valignment="top" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794 Carolina
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803 111
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 </row>
3809 <row>
3810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814
3815 \series bold
3816 Dalpiaz
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 <cell alignment="center" valignment="top" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825 Annamaria
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834 111
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 </row>
3840 <row>
3841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845
3846 \series bold
3847 Feliciello
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856 Domenico
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865 111
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 </row>
3871 <row>
3872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876
3877 \series bold
3878 Focarelli
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 <cell alignment="center" valignment="top" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887 Paola
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896 111
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 </row>
3902 <row>
3903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907
3908 \series bold
3909 Galletti
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 <cell alignment="center" valignment="top" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918 Oreste
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927 111
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 </row>
3933 <row>
3934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938
3939 \series bold
3940 Gasparini
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 <cell alignment="center" valignment="top" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949 Franca
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Plain Layout
3958 111
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 </row>
3964 <row>
3965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969
3970 \series bold
3971 Rizzardi
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 <cell alignment="center" valignment="top" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980 Paola
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Plain Layout
3989 111
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 </row>
3995 <row>
3996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Plain Layout
4000
4001 \series bold
4002 Lassini
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 <cell alignment="center" valignment="top" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011 Giancarlo
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4017 \begin_inset Text
4018
4019 \begin_layout Plain Layout
4020 111
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 </row>
4026 <row>
4027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031
4032 \series bold
4033 Malfatti
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 <cell alignment="center" valignment="top" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042 Luciano
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Plain Layout
4051 111
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 </row>
4057 <row>
4058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062
4063 \series bold
4064 Malfatti
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 <cell alignment="center" valignment="top" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073 Valeriano
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4079 \begin_inset Text
4080
4081 \begin_layout Plain Layout
4082 111
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 </row>
4088 <row>
4089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093
4094 \series bold
4095 Meneguzzo
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 <cell alignment="center" valignment="top" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104 Roberto
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Plain Layout
4113 111
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 </row>
4119 <row>
4120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124
4125 \series bold
4126 Mezzadra
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 <cell alignment="center" valignment="top" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135 Roberto
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Plain Layout
4144 111
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 </row>
4150 <row>
4151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155
4156 \series bold
4157 Pirpamer
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 <cell alignment="center" valignment="top" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166 Erich
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175 111
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 </row>
4181 <row>
4182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186
4187 \series bold
4188 Pochiesa
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 <cell alignment="center" valignment="top" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Plain Layout
4197 Paolo
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206 111, 222
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 </row>
4212 <row>
4213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217
4218 \series bold
4219 Radina
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 <cell alignment="center" valignment="top" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228 Claudio
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Plain Layout
4237 111
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 </row>
4243 <row>
4244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248
4249 \series bold
4250 Stuffer
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 <cell alignment="center" valignment="top" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259 Oskar
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268 111
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 </row>
4274 <row>
4275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279
4280 \series bold
4281 Tacchelli
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 <cell alignment="center" valignment="top" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290 Ugo
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299 111
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 </row>
4305 <row>
4306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310
4311 \series bold
4312 Tezzele
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 <cell alignment="center" valignment="top" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321 Margit
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330 111
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 </row>
4336 <row>
4337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341
4342 \series bold
4343 Unterkalmsteiner
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 <cell alignment="center" valignment="top" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352 Frieda
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361 111
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 </row>
4367 <row>
4368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372
4373 \series bold
4374 Vieider
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell alignment="center" valignment="top" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383 Hilde
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392 111
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 </row>
4398 <row>
4399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403
4404 \series bold
4405 Vigna
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 Jürgen
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423 111
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 </row>
4429 <row>
4430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434
4435 \series bold
4436 Weber
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 <cell alignment="center" valignment="top" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445 Maurizio
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454 111
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 </row>
4460 <row>
4461 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465
4466 \series bold
4467 Winkler
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476 Franz
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485 111
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 </row>
4491 <row>
4492 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496  
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 </row>
4520 <row>
4521 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525
4526 \series bold
4527 Annovi
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 <cell alignment="center" valignment="top" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536 Silvia
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545 555
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 </row>
4551 <row>
4552 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556
4557 \series bold
4558 Bertoli
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 <cell alignment="center" valignment="top" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567 Stefano
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576 555
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 </row>
4582 <row>
4583 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587
4588 \series bold
4589 Bozzi
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 <cell alignment="center" valignment="top" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598 Walter
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607 555
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 </row>
4613 <row>
4614 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618
4619 \series bold
4620 Cachia
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 <cell alignment="center" valignment="top" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629 Maria
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638 555
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 </row>
4644 <row>
4645 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649
4650 \series bold
4651 Cachia
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 <cell alignment="center" valignment="top" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660 Maurizio
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669 555
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 </row>
4675 <row>
4676 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680
4681 \series bold
4682 Cinquemani
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 <cell alignment="center" valignment="top" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691 Giusi
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Plain Layout
4700 555
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 </row>
4706 <row>
4707 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711
4712 \series bold
4713 Colin
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 <cell alignment="center" valignment="top" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722 Bernard
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731 555
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 </row>
4737 <row>
4738 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742
4743 \series bold
4744 Concli
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 <cell alignment="center" valignment="top" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753 Gianfranco
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Plain Layout
4762 555
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 </row>
4768 <row>
4769 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773
4774 \series bold
4775 Dal Bosco
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 <cell alignment="center" valignment="top" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784 Carolina
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Plain Layout
4793 555
4794 \end_layout
4795
4796 \end_inset
4797 </cell>
4798 </row>
4799 <row>
4800 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804
4805 \series bold
4806 Dalpiaz
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 <cell alignment="center" valignment="top" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815 Annamaria
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824 555
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 </row>
4830 <row>
4831 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835
4836 \series bold
4837 Feliciello
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 <cell alignment="center" valignment="top" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846 Domenico
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4852 \begin_inset Text
4853
4854 \begin_layout Plain Layout
4855 555
4856 \end_layout
4857
4858 \end_inset
4859 </cell>
4860 </row>
4861 <row>
4862 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866
4867 \series bold
4868 Focarelli
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 <cell alignment="center" valignment="top" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877 Paola
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886 555
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 </row>
4892 <row>
4893 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Plain Layout
4897
4898 \series bold
4899 Galletti
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 <cell alignment="center" valignment="top" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908 Oreste
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Plain Layout
4917 555
4918 \end_layout
4919
4920 \end_inset
4921 </cell>
4922 </row>
4923 <row>
4924 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Plain Layout
4928
4929 \series bold
4930 Gasparini
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 <cell alignment="center" valignment="top" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939 Franca
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Plain Layout
4948 555
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 </row>
4954 <row>
4955 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Plain Layout
4959
4960 \series bold
4961 Rizzardi
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 <cell alignment="center" valignment="top" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970 Paola
4971 \end_layout
4972
4973 \end_inset
4974 </cell>
4975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4976 \begin_inset Text
4977
4978 \begin_layout Plain Layout
4979 555
4980 \end_layout
4981
4982 \end_inset
4983 </cell>
4984 </row>
4985 <row>
4986 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Plain Layout
4990
4991 \series bold
4992 Lassini
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 <cell alignment="center" valignment="top" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001 Giancarlo
5002 \end_layout
5003
5004 \end_inset
5005 </cell>
5006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Plain Layout
5010 555
5011 \end_layout
5012
5013 \end_inset
5014 </cell>
5015 </row>
5016 <row>
5017 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Plain Layout
5021
5022 \series bold
5023 Malfatti
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 <cell alignment="center" valignment="top" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032 Luciano
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Plain Layout
5041 555
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 </row>
5047 <row>
5048 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052
5053 \series bold
5054 Malfatti
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 <cell alignment="center" valignment="top" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063 Valeriano
5064 \end_layout
5065
5066 \end_inset
5067 </cell>
5068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5069 \begin_inset Text
5070
5071 \begin_layout Plain Layout
5072 555
5073 \end_layout
5074
5075 \end_inset
5076 </cell>
5077 </row>
5078 <row>
5079 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083
5084 \series bold
5085 Meneguzzo
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 <cell alignment="center" valignment="top" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094 Roberto
5095 \end_layout
5096
5097 \end_inset
5098 </cell>
5099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5100 \begin_inset Text
5101
5102 \begin_layout Plain Layout
5103 555
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 </row>
5109 <row>
5110 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114
5115 \series bold
5116 Mezzadra
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 <cell alignment="center" valignment="top" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125 Roberto
5126 \end_layout
5127
5128 \end_inset
5129 </cell>
5130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Plain Layout
5134 555
5135 \end_layout
5136
5137 \end_inset
5138 </cell>
5139 </row>
5140 <row>
5141 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Plain Layout
5145
5146 \series bold
5147 Pirpamer
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 <cell alignment="center" valignment="top" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Plain Layout
5156 Erich
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Plain Layout
5165 555
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 </row>
5171 <row>
5172 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5173 \begin_inset Text
5174
5175 \begin_layout Plain Layout
5176
5177 \series bold
5178 Pochiesa
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 <cell alignment="center" valignment="top" usebox="none">
5184 \begin_inset Text
5185
5186 \begin_layout Plain Layout
5187 Paolo
5188 \end_layout
5189
5190 \end_inset
5191 </cell>
5192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5193 \begin_inset Text
5194
5195 \begin_layout Plain Layout
5196 555, 222
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 </row>
5202 <row>
5203 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207
5208 \series bold
5209 Radina
5210 \end_layout
5211
5212 \end_inset
5213 </cell>
5214 <cell alignment="center" valignment="top" usebox="none">
5215 \begin_inset Text
5216
5217 \begin_layout Plain Layout
5218 Claudio
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5224 \begin_inset Text
5225
5226 \begin_layout Plain Layout
5227 555
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 </row>
5233 <row>
5234 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5235 \begin_inset Text
5236
5237 \begin_layout Plain Layout
5238
5239 \series bold
5240 Stuffer
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 <cell alignment="center" valignment="top" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249 Oskar
5250 \end_layout
5251
5252 \end_inset
5253 </cell>
5254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5255 \begin_inset Text
5256
5257 \begin_layout Plain Layout
5258 555
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 </row>
5264 <row>
5265 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5266 \begin_inset Text
5267
5268 \begin_layout Plain Layout
5269
5270 \series bold
5271 Tacchelli
5272 \end_layout
5273
5274 \end_inset
5275 </cell>
5276 <cell alignment="center" valignment="top" usebox="none">
5277 \begin_inset Text
5278
5279 \begin_layout Plain Layout
5280 Ugo
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5286 \begin_inset Text
5287
5288 \begin_layout Plain Layout
5289 555
5290 \end_layout
5291
5292 \end_inset
5293 </cell>
5294 </row>
5295 <row>
5296 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5297 \begin_inset Text
5298
5299 \begin_layout Plain Layout
5300
5301 \series bold
5302 Tezzele
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 <cell alignment="center" valignment="top" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311 Margit
5312 \end_layout
5313
5314 \end_inset
5315 </cell>
5316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5317 \begin_inset Text
5318
5319 \begin_layout Plain Layout
5320 555
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 </row>
5326 <row>
5327 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5328 \begin_inset Text
5329
5330 \begin_layout Plain Layout
5331
5332 \series bold
5333 Unterkalmsteiner
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 <cell alignment="center" valignment="top" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342 Frieda
5343 \end_layout
5344
5345 \end_inset
5346 </cell>
5347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5348 \begin_inset Text
5349
5350 \begin_layout Plain Layout
5351 555
5352 \end_layout
5353
5354 \end_inset
5355 </cell>
5356 </row>
5357 <row>
5358 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5359 \begin_inset Text
5360
5361 \begin_layout Plain Layout
5362
5363 \series bold
5364 Vieider
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 <cell alignment="center" valignment="top" usebox="none">
5370 \begin_inset Text
5371
5372 \begin_layout Plain Layout
5373 Hilde
5374 \end_layout
5375
5376 \end_inset
5377 </cell>
5378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5379 \begin_inset Text
5380
5381 \begin_layout Plain Layout
5382 555
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 </row>
5388 <row>
5389 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5390 \begin_inset Text
5391
5392 \begin_layout Plain Layout
5393
5394 \series bold
5395 Vigna
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 <cell alignment="center" valignment="top" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404 Jürgen
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Plain Layout
5413 999
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 </row>
5419 <row>
5420 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5421 \begin_inset Text
5422
5423 \begin_layout Plain Layout
5424
5425 \series bold
5426 Weber
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 <cell alignment="center" valignment="top" usebox="none">
5432 \begin_inset Text
5433
5434 \begin_layout Plain Layout
5435 Maurizio
5436 \end_layout
5437
5438 \end_inset
5439 </cell>
5440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5441 \begin_inset Text
5442
5443 \begin_layout Plain Layout
5444 555
5445 \end_layout
5446
5447 \end_inset
5448 </cell>
5449 </row>
5450 <row>
5451 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5452 \begin_inset Text
5453
5454 \begin_layout Plain Layout
5455
5456 \series bold
5457 Winkler
5458 \end_layout
5459
5460 \end_inset
5461 </cell>
5462 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5463 \begin_inset Text
5464
5465 \begin_layout Plain Layout
5466 Franz
5467 \end_layout
5468
5469 \end_inset
5470 </cell>
5471 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5472 \begin_inset Text
5473
5474 \begin_layout Plain Layout
5475 555
5476 \end_layout
5477
5478 \end_inset
5479 </cell>
5480 </row>
5481 <row endlastfoot="true">
5482 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5483 \begin_inset Text
5484
5485 \begin_layout Plain Layout
5486 end
5487 \end_layout
5488
5489 \end_inset
5490 </cell>
5491 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5492 \begin_inset Text
5493
5494 \begin_layout Plain Layout
5495
5496 \end_layout
5497
5498 \end_inset
5499 </cell>
5500 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Plain Layout
5504
5505 \end_layout
5506
5507 \end_inset
5508 </cell>
5509 </row>
5510 </lyxtabular>
5511
5512 \end_inset
5513
5514
5515 \begin_inset ERT
5516 status collapsed
5517
5518 \begin_layout Plain Layout
5519
5520
5521 \backslash
5522 addtocounter{table}{-1}
5523 \end_layout
5524
5525 \end_inset
5526
5527
5528 \begin_inset Note Note
5529 status collapsed
5530
5531 \begin_layout Plain Layout
5532 See the first greyed-out note in section
5533 \begin_inset space ~
5534 \end_inset
5535
5536
5537 \begin_inset CommandInset ref
5538 LatexCommand ref
5539 reference "sub:Longtable-Captions"
5540
5541 \end_inset
5542
5543  for an explanation of this command.
5544 \end_layout
5545
5546 \end_inset
5547
5548
5549 \end_layout
5550
5551 \begin_layout Subsection
5552 Footnotes in Longtables
5553 \begin_inset CommandInset label
5554 LatexCommand label
5555 name "sub:Footnotes-in-Longtables"
5556
5557 \end_inset
5558
5559
5560 \begin_inset Index idx
5561 status collapsed
5562
5563 \begin_layout Plain Layout
5564 Longtables ! Footnotes
5565 \end_layout
5566
5567 \end_inset
5568
5569
5570 \end_layout
5571
5572 \begin_layout Standard
5573 Footnotes can be inserted to every longtable cell.
5574  They appear at the bottom of the page where the table cell with the footnote
5575  appears.
5576  Table
5577 \begin_inset space ~
5578 \end_inset
5579
5580
5581 \begin_inset CommandInset ref
5582 LatexCommand ref
5583 reference "tab:DiffCaptions"
5584
5585 \end_inset
5586
5587  has for example a footnote.
5588 \end_layout
5589
5590 \begin_layout Subsection
5591 Longtable Alignment
5592 \begin_inset Index idx
5593 status collapsed
5594
5595 \begin_layout Plain Layout
5596 Longtables ! Alignment
5597 \end_layout
5598
5599 \end_inset
5600
5601
5602 \end_layout
5603
5604 \begin_layout Standard
5605 The horizontal alignment of longtables can be set in the table settings
5606  dialog.
5607  For left- and right-alignment the table will be directly at the page border.
5608  To add space between the table and the border one has to set the alignment
5609  to center and change the value of the LaTeX-lengths 
5610 \series bold
5611
5612 \backslash
5613 LTleft 
5614 \series default
5615 or 
5616 \series bold
5617
5618 \backslash
5619 LTright
5620 \series default
5621  by inserting this line as TeX-Code before the longtable:
5622 \end_layout
5623
5624 \begin_layout Standard
5625
5626 \series bold
5627
5628 \backslash
5629 setlength{
5630 \backslash
5631 LTleft}{value}
5632 \end_layout
5633
5634 \begin_layout Standard
5635 The value can have any of the units listed in Table
5636 \begin_inset space ~
5637 \end_inset
5638
5639
5640 \begin_inset CommandInset ref
5641 LatexCommand ref
5642 reference "tab:Units"
5643
5644 \end_inset
5645
5646 .
5647  
5648 \series bold
5649
5650 \backslash
5651 LTleft
5652 \series default
5653  controls the horizontal distance from the left page border to the longtable,
5654  
5655 \series bold
5656
5657 \backslash
5658 LTright
5659 \series default
5660  the distance from the right side.
5661  The default value for both lengths is 
5662 \series bold
5663
5664 \backslash
5665 fill
5666 \series default
5667 , which is in this case the same as an horizontal fill in LyX.
5668 \end_layout
5669
5670 \begin_layout Standard
5671 The following longtable was centered and 
5672 \series bold
5673
5674 \backslash
5675 LTleft
5676 \series default
5677  set to 
5678 \family sans
5679 0.1
5680 \backslash
5681 columnwidth
5682 \family default
5683 :
5684 \begin_inset ERT
5685 status collapsed
5686
5687 \begin_layout Plain Layout
5688
5689
5690 \backslash
5691 setlength{
5692 \backslash
5693 LTleft}{0.1
5694 \backslash
5695 columnwidth}
5696 \end_layout
5697
5698 \end_inset
5699
5700
5701 \end_layout
5702
5703 \begin_layout Standard
5704 \begin_inset Tabular
5705 <lyxtabular version="3" rows="5" columns="5">
5706 <features islongtable="true" longtabularalignment="center">
5707 <column alignment="center" valignment="top" width="0">
5708 <column alignment="center" valignment="top" width="0pt">
5709 <column alignment="center" valignment="top" width="0">
5710 <column alignment="center" valignment="top" width="0">
5711 <column alignment="center" valignment="top" width="0">
5712 <row>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 1
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 2
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 3
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 4
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 5
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 </row>
5759 <row>
5760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 asd
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5770 \begin_inset Text
5771
5772 \begin_layout Plain Layout
5773 s
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Plain Layout
5782 s
5783 \end_layout
5784
5785 \end_inset
5786 </cell>
5787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791 s
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800 asd
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 </row>
5806 <row>
5807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 asd
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 s
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 s
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 s
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847 asd
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 </row>
5853 <row>
5854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Plain Layout
5858 asd
5859 \end_layout
5860
5861 \end_inset
5862 </cell>
5863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5864 \begin_inset Text
5865
5866 \begin_layout Plain Layout
5867 s
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5873 \begin_inset Text
5874
5875 \begin_layout Plain Layout
5876 s
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 s
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894 asd
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 </row>
5900 <row>
5901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5902 \begin_inset Text
5903
5904 \begin_layout Plain Layout
5905 asd
5906 \end_layout
5907
5908 \end_inset
5909 </cell>
5910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Plain Layout
5914 asd
5915 \end_layout
5916
5917 \end_inset
5918 </cell>
5919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5920 \begin_inset Text
5921
5922 \begin_layout Plain Layout
5923 asd
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932 asd
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941 asd
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 </row>
5947 </lyxtabular>
5948
5949 \end_inset
5950
5951
5952 \begin_inset ERT
5953 status collapsed
5954
5955 \begin_layout Plain Layout
5956
5957
5958 \backslash
5959 setlength{
5960 \backslash
5961 LTleft}{
5962 \backslash
5963 fill}
5964 \end_layout
5965
5966 \end_inset
5967
5968
5969 \begin_inset ERT
5970 status collapsed
5971
5972 \begin_layout Plain Layout
5973
5974
5975 \backslash
5976 addtocounter{table}{-1}
5977 \end_layout
5978
5979 \end_inset
5980
5981
5982 \begin_inset Note Note
5983 status collapsed
5984
5985 \begin_layout Plain Layout
5986 See the first greyed-out note in section
5987 \begin_inset space ~
5988 \end_inset
5989
5990
5991 \begin_inset CommandInset ref
5992 LatexCommand ref
5993 reference "sub:Longtable-Captions"
5994
5995 \end_inset
5996
5997  for an explanation of this command.
5998 \end_layout
5999
6000 \end_inset
6001
6002
6003 \end_layout
6004
6005 \begin_layout Subsection
6006 Longtable Captions
6007 \begin_inset Index idx
6008 status collapsed
6009
6010 \begin_layout Plain Layout
6011 Longtables ! Captions
6012 \end_layout
6013
6014 \end_inset
6015
6016
6017 \begin_inset CommandInset label
6018 LatexCommand label
6019 name "sub:Longtable-Captions"
6020
6021 \end_inset
6022
6023
6024 \end_layout
6025
6026 \begin_layout Standard
6027 A longtable cannot be put into a table float because floats can only be
6028  on one page.
6029  But the caption environment of floats can also be used for longtables when
6030  you use the longtable option 
6031 \family sans
6032 Caption
6033 \family default
6034  as described in sec.
6035 \begin_inset space \thinspace{}
6036 \end_inset
6037
6038
6039 \begin_inset CommandInset ref
6040 LatexCommand ref
6041 reference "sec:Longtables"
6042
6043 \end_inset
6044
6045 .
6046  Only one table row can contain the caption.
6047 \end_layout
6048
6049 \begin_layout Standard
6050 Here is a short longtable to see how it works:
6051 \end_layout
6052
6053 \begin_layout Standard
6054 \begin_inset Tabular
6055 <lyxtabular version="3" rows="6" columns="5">
6056 <features islongtable="true" longtabularalignment="center">
6057 <column alignment="center" valignment="top" width="0">
6058 <column alignment="center" valignment="top" width="0">
6059 <column alignment="center" valignment="top" width="0">
6060 <column alignment="center" valignment="top" width="0">
6061 <column alignment="center" valignment="top" width="0">
6062 <row caption="true">
6063 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067 \begin_inset Caption
6068
6069 \begin_layout Plain Layout
6070 Longtable with caption
6071 \begin_inset Argument
6072 status open
6073
6074 \begin_layout Plain Layout
6075 Longtable
6076 \end_layout
6077
6078 \end_inset
6079
6080
6081 \end_layout
6082
6083 \end_inset
6084
6085
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Plain Layout
6094
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6100 \begin_inset Text
6101
6102 \begin_layout Plain Layout
6103
6104 \end_layout
6105
6106 \end_inset
6107 </cell>
6108 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 </row>
6127 <row>
6128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132 1
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141 2
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150 3
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159 4
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 5
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 </row>
6174 <row>
6175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6176 \begin_inset Text
6177
6178 \begin_layout Plain Layout
6179 asd
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Plain Layout
6188 s
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197 s
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 s
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 asd
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 </row>
6221 <row>
6222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6223 \begin_inset Text
6224
6225 \begin_layout Plain Layout
6226 asd
6227 \end_layout
6228
6229 \end_inset
6230 </cell>
6231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6232 \begin_inset Text
6233
6234 \begin_layout Plain Layout
6235 s
6236 \end_layout
6237
6238 \end_inset
6239 </cell>
6240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6241 \begin_inset Text
6242
6243 \begin_layout Plain Layout
6244 s
6245 \end_layout
6246
6247 \end_inset
6248 </cell>
6249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253 s
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 asd
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 </row>
6268 <row>
6269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Plain Layout
6273 asd
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Plain Layout
6282 s
6283 \end_layout
6284
6285 \end_inset
6286 </cell>
6287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6288 \begin_inset Text
6289
6290 \begin_layout Plain Layout
6291 s
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Plain Layout
6300 s
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 asd
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 </row>
6315 <row>
6316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Plain Layout
6320 asd
6321 \end_layout
6322
6323 \end_inset
6324 </cell>
6325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6326 \begin_inset Text
6327
6328 \begin_layout Plain Layout
6329 asd
6330 \end_layout
6331
6332 \end_inset
6333 </cell>
6334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6335 \begin_inset Text
6336
6337 \begin_layout Plain Layout
6338 asd
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347 asd
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Plain Layout
6356 asd
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 </row>
6362 </lyxtabular>
6363
6364 \end_inset
6365
6366
6367 \end_layout
6368
6369 \begin_layout Standard
6370 \begin_inset VSpace medskip
6371 \end_inset
6372
6373
6374 \begin_inset Note Greyedout
6375 status open
6376
6377 \begin_layout Plain Layout
6378
6379 \series bold
6380 Note
6381 \begin_inset space ~
6382 \end_inset
6383
6384 1:
6385 \series default
6386  The table number is increased for for every longtable, even if you did
6387  not set a caption for it.
6388  For this reason you could have the case that e.
6389 \begin_inset space \thinspace{}
6390 \end_inset
6391
6392 g.
6393 \begin_inset space \space{}
6394 \end_inset
6395
6396 Table
6397 \begin_inset space ~
6398 \end_inset
6399
6400 2.4 follows Table
6401 \begin_inset space ~
6402 \end_inset
6403
6404 2.1 in the list of tables if there are two longtables without captions.
6405  To avoid this you can add the following command in TeX-Code after every
6406  longtable without a caption:
6407 \end_layout
6408
6409 \begin_layout Plain Layout
6410
6411 \series bold
6412
6413 \backslash
6414 addtocounter{table}{-1}
6415 \end_layout
6416
6417 \begin_layout Plain Layout
6418 This is not needed when none of your longtables have a caption and you add
6419  the following code to the document preamble:
6420 \end_layout
6421
6422 \begin_layout Plain Layout
6423
6424 \series bold
6425
6426 \backslash
6427 let
6428 \backslash
6429 myEnd
6430 \backslash
6431 endlongtable
6432 \begin_inset Newline newline
6433 \end_inset
6434
6435
6436 \backslash
6437 renewcommand{
6438 \backslash
6439 endlongtable}{
6440 \backslash
6441 myEnd
6442 \backslash
6443 addtocounter{table}{-1}}
6444 \end_layout
6445
6446 \end_inset
6447
6448
6449 \end_layout
6450
6451 \begin_layout Standard
6452 \begin_inset Note Greyedout
6453 status open
6454
6455 \begin_layout Plain Layout
6456
6457 \series bold
6458 Note
6459 \begin_inset space ~
6460 \end_inset
6461
6462 2:
6463 \series default
6464  If you are using
6465 \series bold
6466  hyperref
6467 \series default
6468
6469 \begin_inset Index idx
6470 status collapsed
6471
6472 \begin_layout Plain Layout
6473 LaTeX-packages ! hyperref
6474 \end_layout
6475
6476 \end_inset
6477
6478  in the 
6479 \family sans
6480 PDF Properties
6481 \family default
6482  of the 
6483 \family sans
6484 Document Settings
6485 \family default
6486  dialog to link cross-references, the link to a longtable caption will always
6487  point to the beginning of the document.
6488 \end_layout
6489
6490 \end_inset
6491
6492
6493 \end_layout
6494
6495 \begin_layout Subsubsection
6496 References to Longtables
6497 \begin_inset Index idx
6498 status collapsed
6499
6500 \begin_layout Plain Layout
6501 Longtables ! References
6502 \end_layout
6503
6504 \end_inset
6505
6506
6507 \end_layout
6508
6509 \begin_layout Standard
6510 \begin_inset Tabular
6511 <lyxtabular version="3" rows="6" columns="5">
6512 <features islongtable="true" longtabularalignment="center">
6513 <column alignment="center" valignment="top" width="0">
6514 <column alignment="center" valignment="top" width="0">
6515 <column alignment="center" valignment="top" width="0">
6516 <column alignment="center" valignment="top" width="0">
6517 <column alignment="center" valignment="top" width="0">
6518 <row caption="true">
6519 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6520 \begin_inset Text
6521
6522 \begin_layout Plain Layout
6523 \begin_inset Caption
6524
6525 \begin_layout Plain Layout
6526 Referenced longtable
6527 \begin_inset CommandInset label
6528 LatexCommand label
6529 name "tab:RefExample"
6530
6531 \end_inset
6532
6533
6534 \end_layout
6535
6536 \end_inset
6537
6538
6539 \end_layout
6540
6541 \end_inset
6542 </cell>
6543 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6544 \begin_inset Text
6545
6546 \begin_layout Plain Layout
6547
6548 \end_layout
6549
6550 \end_inset
6551 </cell>
6552 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6553 \begin_inset Text
6554
6555 \begin_layout Plain Layout
6556
6557 \end_layout
6558
6559 \end_inset
6560 </cell>
6561 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6562 \begin_inset Text
6563
6564 \begin_layout Plain Layout
6565
6566 \end_layout
6567
6568 \end_inset
6569 </cell>
6570 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Plain Layout
6574
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 </row>
6580 <row>
6581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6582 \begin_inset Text
6583
6584 \begin_layout Plain Layout
6585 1
6586 \end_layout
6587
6588 \end_inset
6589 </cell>
6590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6591 \begin_inset Text
6592
6593 \begin_layout Plain Layout
6594 2
6595 \end_layout
6596
6597 \end_inset
6598 </cell>
6599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6600 \begin_inset Text
6601
6602 \begin_layout Plain Layout
6603 3
6604 \end_layout
6605
6606 \end_inset
6607 </cell>
6608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6609 \begin_inset Text
6610
6611 \begin_layout Plain Layout
6612 4
6613 \end_layout
6614
6615 \end_inset
6616 </cell>
6617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621 5
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 </row>
6627 <row>
6628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6629 \begin_inset Text
6630
6631 \begin_layout Plain Layout
6632 asd
6633 \end_layout
6634
6635 \end_inset
6636 </cell>
6637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6638 \begin_inset Text
6639
6640 \begin_layout Plain Layout
6641 s
6642 \end_layout
6643
6644 \end_inset
6645 </cell>
6646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6647 \begin_inset Text
6648
6649 \begin_layout Plain Layout
6650 s
6651 \end_layout
6652
6653 \end_inset
6654 </cell>
6655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6656 \begin_inset Text
6657
6658 \begin_layout Plain Layout
6659 s
6660 \end_layout
6661
6662 \end_inset
6663 </cell>
6664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6665 \begin_inset Text
6666
6667 \begin_layout Plain Layout
6668 asd
6669 \end_layout
6670
6671 \end_inset
6672 </cell>
6673 </row>
6674 <row>
6675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6676 \begin_inset Text
6677
6678 \begin_layout Plain Layout
6679 asd
6680 \end_layout
6681
6682 \end_inset
6683 </cell>
6684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6685 \begin_inset Text
6686
6687 \begin_layout Plain Layout
6688 s
6689 \end_layout
6690
6691 \end_inset
6692 </cell>
6693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6694 \begin_inset Text
6695
6696 \begin_layout Plain Layout
6697 s
6698 \end_layout
6699
6700 \end_inset
6701 </cell>
6702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6703 \begin_inset Text
6704
6705 \begin_layout Plain Layout
6706 s
6707 \end_layout
6708
6709 \end_inset
6710 </cell>
6711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6712 \begin_inset Text
6713
6714 \begin_layout Plain Layout
6715 asd
6716 \end_layout
6717
6718 \end_inset
6719 </cell>
6720 </row>
6721 <row>
6722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6723 \begin_inset Text
6724
6725 \begin_layout Plain Layout
6726 asd
6727 \end_layout
6728
6729 \end_inset
6730 </cell>
6731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6732 \begin_inset Text
6733
6734 \begin_layout Plain Layout
6735 s
6736 \end_layout
6737
6738 \end_inset
6739 </cell>
6740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6741 \begin_inset Text
6742
6743 \begin_layout Plain Layout
6744 s
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6750 \begin_inset Text
6751
6752 \begin_layout Plain Layout
6753 s
6754 \end_layout
6755
6756 \end_inset
6757 </cell>
6758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout Plain Layout
6762 asd
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 </row>
6768 <row>
6769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6770 \begin_inset Text
6771
6772 \begin_layout Plain Layout
6773 asd
6774 \end_layout
6775
6776 \end_inset
6777 </cell>
6778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6779 \begin_inset Text
6780
6781 \begin_layout Plain Layout
6782 sad
6783 \end_layout
6784
6785 \end_inset
6786 </cell>
6787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791 asd
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6797 \begin_inset Text
6798
6799 \begin_layout Plain Layout
6800 asd
6801 \end_layout
6802
6803 \end_inset
6804 </cell>
6805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6806 \begin_inset Text
6807
6808 \begin_layout Plain Layout
6809 asd
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 </row>
6815 </lyxtabular>
6816
6817 \end_inset
6818
6819
6820 \end_layout
6821
6822 \begin_layout Standard
6823 To reference a longtable, insert a label into the caption.
6824 \end_layout
6825
6826 \begin_layout Standard
6827 This is a reference to Table
6828 \begin_inset space ~
6829 \end_inset
6830
6831
6832 \begin_inset CommandInset ref
6833 LatexCommand ref
6834 reference "tab:RefExample"
6835
6836 \end_inset
6837
6838 .
6839 \end_layout
6840
6841 \begin_layout Standard
6842 The caption layout can be set together with all other captions of your document
6843  using the LaTeX-package 
6844 \series bold
6845 caption
6846 \series default
6847
6848 \begin_inset Index idx
6849 status collapsed
6850
6851 \begin_layout Plain Layout
6852 LaTeX-packages ! caption
6853 \end_layout
6854
6855 \end_inset
6856
6857 , see section
6858 \begin_inset space ~
6859 \end_inset
6860
6861
6862 \begin_inset CommandInset ref
6863 LatexCommand ref
6864 reference "sec:Caption-Formatting"
6865
6866 \end_inset
6867
6868 .
6869 \end_layout
6870
6871 \begin_layout Subsubsection
6872 Caption Width
6873 \begin_inset Index idx
6874 status collapsed
6875
6876 \begin_layout Plain Layout
6877 Longtables ! Caption Width
6878 \end_layout
6879
6880 \end_inset
6881
6882
6883 \end_layout
6884
6885 \begin_layout Standard
6886 The maximal width of of caption lines is defined by the length 
6887 \series bold
6888
6889 \backslash
6890 LTcapwidth
6891 \series default
6892 .
6893  Its default value is 4
6894 \begin_inset space \thinspace{}
6895 \end_inset
6896
6897 in.
6898  To change it add the following command to your document preamble or as
6899  TeX-Code into your document before the longtable that should be affected
6900 \end_layout
6901
6902 \begin_layout Standard
6903
6904 \series bold
6905
6906 \backslash
6907 setlength{
6908 \backslash
6909 LTcapwidth}{width}
6910 \end_layout
6911
6912 \begin_layout Standard
6913 where the width could have one of the units listed in appendix
6914 \begin_inset space ~
6915 \end_inset
6916
6917
6918 \begin_inset CommandInset ref
6919 LatexCommand ref
6920 reference "cha:Units-available-in"
6921
6922 \end_inset
6923
6924 .
6925 \end_layout
6926
6927 \begin_layout Standard
6928 The following tables show the difference:
6929 \end_layout
6930
6931 \begin_layout Standard
6932 \begin_inset Tabular
6933 <lyxtabular version="3" rows="6" columns="5">
6934 <features islongtable="true" longtabularalignment="center">
6935 <column alignment="center" valignment="top" width="0">
6936 <column alignment="center" valignment="top" width="0">
6937 <column alignment="center" valignment="top" width="0">
6938 <column alignment="center" valignment="top" width="0">
6939 <column alignment="center" valignment="top" width="0">
6940 <row caption="true">
6941 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945 \begin_inset Caption
6946
6947 \begin_layout Plain Layout
6948 long full title with default width long full title with default width long
6949  full title with default width
6950 \begin_inset Argument
6951 status collapsed
6952
6953 \begin_layout Plain Layout
6954 caption with default width
6955 \end_layout
6956
6957 \end_inset
6958
6959
6960 \end_layout
6961
6962 \end_inset
6963
6964
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6970 \begin_inset Text
6971
6972 \begin_layout Plain Layout
6973
6974 \end_layout
6975
6976 \end_inset
6977 </cell>
6978 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6979 \begin_inset Text
6980
6981 \begin_layout Plain Layout
6982
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Plain Layout
6991
6992 \end_layout
6993
6994 \end_inset
6995 </cell>
6996 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 </row>
7006 <row>
7007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011 1
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020 2
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 3
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038 4
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047 5
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 </row>
7053 <row>
7054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058 asd
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Plain Layout
7067 s
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 s
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085 s
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Plain Layout
7094 asd
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 </row>
7100 <row>
7101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7102 \begin_inset Text
7103
7104 \begin_layout Plain Layout
7105 asd
7106 \end_layout
7107
7108 \end_inset
7109 </cell>
7110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7111 \begin_inset Text
7112
7113 \begin_layout Plain Layout
7114 s
7115 \end_layout
7116
7117 \end_inset
7118 </cell>
7119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7120 \begin_inset Text
7121
7122 \begin_layout Plain Layout
7123 s
7124 \end_layout
7125
7126 \end_inset
7127 </cell>
7128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7129 \begin_inset Text
7130
7131 \begin_layout Plain Layout
7132 s
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141 asd
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 </row>
7147 <row>
7148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7149 \begin_inset Text
7150
7151 \begin_layout Plain Layout
7152 asd
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Plain Layout
7161 s
7162 \end_layout
7163
7164 \end_inset
7165 </cell>
7166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7167 \begin_inset Text
7168
7169 \begin_layout Plain Layout
7170 s
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Plain Layout
7179 s
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 asd
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 </row>
7194 <row>
7195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7196 \begin_inset Text
7197
7198 \begin_layout Plain Layout
7199 asd
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7205 \begin_inset Text
7206
7207 \begin_layout Plain Layout
7208 sad
7209 \end_layout
7210
7211 \end_inset
7212 </cell>
7213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7214 \begin_inset Text
7215
7216 \begin_layout Plain Layout
7217 asd
7218 \end_layout
7219
7220 \end_inset
7221 </cell>
7222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Plain Layout
7226 asd
7227 \end_layout
7228
7229 \end_inset
7230 </cell>
7231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235 asd
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 </row>
7241 </lyxtabular>
7242
7243 \end_inset
7244
7245
7246 \end_layout
7247
7248 \begin_layout Standard
7249 \begin_inset ERT
7250 status collapsed
7251
7252 \begin_layout Plain Layout
7253
7254
7255 \backslash
7256 setlength{
7257 \backslash
7258 LTcapwidth}{5cm}
7259 \end_layout
7260
7261 \end_inset
7262
7263
7264 \begin_inset Tabular
7265 <lyxtabular version="3" rows="6" columns="5">
7266 <features islongtable="true" longtabularalignment="center">
7267 <column alignment="center" valignment="top" width="0">
7268 <column alignment="center" valignment="top" width="0">
7269 <column alignment="center" valignment="top" width="0">
7270 <column alignment="center" valignment="top" width="0">
7271 <column alignment="center" valignment="top" width="0">
7272 <row caption="true">
7273 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 \begin_inset Caption
7278
7279 \begin_layout Plain Layout
7280 long full title with width set to 5
7281 \begin_inset space \thinspace{}
7282 \end_inset
7283
7284 cm long full title with width set to 5
7285 \begin_inset space \thinspace{}
7286 \end_inset
7287
7288 cm long full title with width set to 5
7289 \begin_inset space \thinspace{}
7290 \end_inset
7291
7292 cm
7293 \begin_inset Argument
7294 status collapsed
7295
7296 \begin_layout Plain Layout
7297 caption with width
7298 \begin_inset space \thinspace{}
7299 \end_inset
7300
7301 =
7302 \begin_inset space \thinspace{}
7303 \end_inset
7304
7305 5
7306 \begin_inset space \thinspace{}
7307 \end_inset
7308
7309 cm
7310 \end_layout
7311
7312 \end_inset
7313
7314
7315 \end_layout
7316
7317 \end_inset
7318
7319
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7325 \begin_inset Text
7326
7327 \begin_layout Plain Layout
7328
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Plain Layout
7337
7338 \end_layout
7339
7340 \end_inset
7341 </cell>
7342 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7343 \begin_inset Text
7344
7345 \begin_layout Plain Layout
7346
7347 \end_layout
7348
7349 \end_inset
7350 </cell>
7351 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7352 \begin_inset Text
7353
7354 \begin_layout Plain Layout
7355
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 </row>
7361 <row>
7362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7363 \begin_inset Text
7364
7365 \begin_layout Plain Layout
7366 1
7367 \end_layout
7368
7369 \end_inset
7370 </cell>
7371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7372 \begin_inset Text
7373
7374 \begin_layout Plain Layout
7375 2
7376 \end_layout
7377
7378 \end_inset
7379 </cell>
7380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7381 \begin_inset Text
7382
7383 \begin_layout Plain Layout
7384 3
7385 \end_layout
7386
7387 \end_inset
7388 </cell>
7389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7390 \begin_inset Text
7391
7392 \begin_layout Plain Layout
7393 4
7394 \end_layout
7395
7396 \end_inset
7397 </cell>
7398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7399 \begin_inset Text
7400
7401 \begin_layout Plain Layout
7402 5
7403 \end_layout
7404
7405 \end_inset
7406 </cell>
7407 </row>
7408 <row>
7409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7410 \begin_inset Text
7411
7412 \begin_layout Plain Layout
7413 asd
7414 \end_layout
7415
7416 \end_inset
7417 </cell>
7418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7419 \begin_inset Text
7420
7421 \begin_layout Plain Layout
7422 s
7423 \end_layout
7424
7425 \end_inset
7426 </cell>
7427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7428 \begin_inset Text
7429
7430 \begin_layout Plain Layout
7431 s
7432 \end_layout
7433
7434 \end_inset
7435 </cell>
7436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Plain Layout
7440 s
7441 \end_layout
7442
7443 \end_inset
7444 </cell>
7445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449 asd
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 </row>
7455 <row>
7456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460 asd
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Plain Layout
7469 s
7470 \end_layout
7471
7472 \end_inset
7473 </cell>
7474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7475 \begin_inset Text
7476
7477 \begin_layout Plain Layout
7478 s
7479 \end_layout
7480
7481 \end_inset
7482 </cell>
7483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7484 \begin_inset Text
7485
7486 \begin_layout Plain Layout
7487 s
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496 asd
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 </row>
7502 <row>
7503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7504 \begin_inset Text
7505
7506 \begin_layout Plain Layout
7507 asd
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Plain Layout
7516 s
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525 s
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Plain Layout
7534 s
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543 asd
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 </row>
7549 <row>
7550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Plain Layout
7554 asd
7555 \end_layout
7556
7557 \end_inset
7558 </cell>
7559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7560 \begin_inset Text
7561
7562 \begin_layout Plain Layout
7563 sad
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Plain Layout
7572 asd
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581 asd
7582 \end_layout
7583
7584 \end_inset
7585 </cell>
7586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Plain Layout
7590 asd
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 </row>
7596 </lyxtabular>
7597
7598 \end_inset
7599
7600
7601 \end_layout
7602
7603 \begin_layout Standard
7604 \begin_inset ERT
7605 status collapsed
7606
7607 \begin_layout Plain Layout
7608
7609
7610 \backslash
7611 setlength{
7612 \backslash
7613 LTcapwidth}{4in}
7614 \end_layout
7615
7616 \end_inset
7617
7618
7619 \end_layout
7620
7621 \begin_layout Standard
7622 \begin_inset Note Greyedout
7623 status open
7624
7625 \begin_layout Plain Layout
7626
7627 \series bold
7628 Note:
7629 \series default
7630  When the LaTeX-package 
7631 \series bold
7632 caption
7633 \series default
7634
7635 \begin_inset Index idx
7636 status collapsed
7637
7638 \begin_layout Plain Layout
7639 LaTeX-packages ! caption
7640 \end_layout
7641
7642 \end_inset
7643
7644  is used, as in this document, the full page width is used for the caption
7645  when you use the default value of 4
7646 \begin_inset space \thinspace{}
7647 \end_inset
7648
7649 in for 
7650 \series bold
7651
7652 \backslash
7653 LTcapwidth
7654 \series default
7655 .
7656  To get in this case exactly a 4
7657 \begin_inset space \thinspace{}
7658 \end_inset
7659
7660 in wide caption, you can either use a value slightly different from 4.0
7661 \begin_inset space \thinspace{}
7662 \end_inset
7663
7664 in, e.
7665 \begin_inset space \thinspace{}
7666 \end_inset
7667
7668 g.
7669 \begin_inset space \space{}
7670 \end_inset
7671
7672 3.99
7673 \begin_inset space \thinspace{}
7674 \end_inset
7675
7676 in, or the LaTeX-command 
7677 \series bold
7678
7679 \backslash
7680 captionsetup{width=value}
7681 \series default
7682  that is provided by the 
7683 \series bold
7684 caption
7685 \series default
7686 -package.
7687 \end_layout
7688
7689 \end_inset
7690
7691
7692 \end_layout
7693
7694 \begin_layout Subsubsection
7695 Different Captions for Table Pages
7696 \begin_inset Index idx
7697 status collapsed
7698
7699 \begin_layout Plain Layout
7700 Longtables ! Different Captions for Pages
7701 \end_layout
7702
7703 \end_inset
7704
7705
7706 \end_layout
7707
7708 \begin_layout Standard
7709 When the table captions for the following pages should differ from the one
7710  of the first table page, insert a caption with the TeX code command
7711 \end_layout
7712
7713 \begin_layout Standard
7714
7715 \series bold
7716
7717 \backslash
7718 caption*{caption text}
7719 \backslash
7720
7721 \backslash
7722 %
7723 \end_layout
7724
7725 \begin_layout Standard
7726 in a dummy caption row that is marked as a header.
7727  Table
7728 \begin_inset space ~
7729 \end_inset
7730
7731
7732 \begin_inset CommandInset ref
7733 LatexCommand ref
7734 reference "tab:DiffCaptions"
7735
7736 \end_inset
7737
7738  is an example of a longtable with different heading where the second caption
7739  doesn't include the table number.
7740 \end_layout
7741
7742 \begin_layout Standard
7743 \align center
7744 \begin_inset Tabular
7745 <lyxtabular version="3" rows="59" columns="3">
7746 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7747 <column alignment="left" valignment="top" width="0cm">
7748 <column alignment="left" valignment="top" width="0pt">
7749 <column alignment="center" valignment="top" width="0pt">
7750 <row caption="true">
7751 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7752 \begin_inset Text
7753
7754 \begin_layout Plain Layout
7755 \begin_inset Caption
7756
7757 \begin_layout Plain Layout
7758 Example Phone List
7759 \begin_inset CommandInset label
7760 LatexCommand label
7761 name "tab:DiffCaptions"
7762
7763 \end_inset
7764
7765
7766 \begin_inset Argument
7767 status collapsed
7768
7769 \begin_layout Plain Layout
7770 Example Phone List
7771 \end_layout
7772
7773 \end_inset
7774
7775
7776 \end_layout
7777
7778 \end_inset
7779
7780
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7786 \begin_inset Text
7787
7788 \begin_layout Plain Layout
7789
7790 \end_layout
7791
7792 \end_inset
7793 </cell>
7794 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 </row>
7804 <row endfirsthead="true">
7805 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Plain Layout
7809
7810 \series bold
7811 Example Phone List (ignore the names)
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Plain Layout
7820
7821 \end_layout
7822
7823 \end_inset
7824 </cell>
7825 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7826 \begin_inset Text
7827
7828 \begin_layout Plain Layout
7829
7830 \end_layout
7831
7832 \end_inset
7833 </cell>
7834 </row>
7835 <row endfirsthead="true">
7836 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840
7841 \series bold
7842 NAME
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851
7852 \end_layout
7853
7854 \end_inset
7855 </cell>
7856 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Plain Layout
7860
7861 \series bold
7862 TEL.
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 </row>
7868 <row endhead="true">
7869 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Plain Layout
7873 \begin_inset ERT
7874 status open
7875
7876 \begin_layout Plain Layout
7877
7878
7879 \backslash
7880 caption*{Continued Example Phone List}
7881 \backslash
7882
7883 \backslash
7884 %
7885 \end_layout
7886
7887 \end_inset
7888
7889
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 </row>
7913 <row endhead="true">
7914 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918
7919 \series bold
7920 Example Phone List
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 </row>
7944 <row endhead="true">
7945 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949
7950 \series bold
7951 NAME
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969
7970 \series bold
7971 TEL.
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 </row>
7977 <row endfoot="true">
7978 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982 continued on next page
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 </row>
8006 <row>
8007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011
8012 \series bold
8013 Annovi
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022 Silvia
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031 111
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 </row>
8037 <row>
8038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042
8043 \series bold
8044 Bertoli
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053 Stefano
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062 111
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 </row>
8068 <row>
8069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073
8074 \series bold
8075 Bozzi
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084 Walter
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093 111
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 </row>
8099 <row>
8100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104
8105 \series bold
8106 Cachia
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115 Maria
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 111
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 </row>
8130 <row>
8131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135
8136 \series bold
8137 Cachia
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146 Maurizio
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155 111
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 </row>
8161 <row>
8162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166
8167 \series bold
8168 Cinquemani
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 Giusi
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 111
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 </row>
8192 <row>
8193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197
8198 \series bold
8199 Colin
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208 Bernard
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217 111
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 </row>
8223 <row>
8224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228
8229 \series bold
8230 Concli
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 Gianfranco
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248 111
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 </row>
8254 <row>
8255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259
8260 \series bold
8261 Dal Bosco
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270 Carolina
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279 111
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 </row>
8285 <row>
8286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290
8291 \series bold
8292 Dalpiaz
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301 Annamaria
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 111
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 </row>
8316 <row>
8317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8318 \begin_inset Text
8319
8320 \begin_layout Plain Layout
8321
8322 \series bold
8323 Feliciello
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332 Domenico
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 111
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 </row>
8347 <row>
8348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352
8353 \series bold
8354 Focarelli
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363 Paola
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372 111
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 </row>
8378 <row>
8379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383
8384 \series bold
8385 Galletti
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394 Oreste
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403 111
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 </row>
8409 <row>
8410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414
8415 \series bold
8416 Gasparini
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425 Franca
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434 111
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 </row>
8440 <row>
8441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Plain Layout
8445
8446 \series bold
8447 Rizzardi
8448 \series default
8449
8450 \begin_inset Foot
8451 status open
8452
8453 \begin_layout Plain Layout
8454 Example footnote
8455 \end_layout
8456
8457 \end_inset
8458
8459
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468 Paola
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477 111
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 </row>
8483 <row>
8484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488
8489 \series bold
8490 Lassini
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 Giancarlo
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 111
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 </row>
8514 <row>
8515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519
8520 \series bold
8521 Malfatti
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530 Luciano
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539 111
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 </row>
8545 <row>
8546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550
8551 \series bold
8552 Malfatti
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561 Valeriano
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570 111
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 </row>
8576 <row>
8577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581
8582 \series bold
8583 Meneguzzo
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 Roberto
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601 111
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 </row>
8607 <row>
8608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612
8613 \series bold
8614 Mezzadra
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623 Roberto
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632 111
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 </row>
8638 <row>
8639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643
8644 \series bold
8645 Pirpamer
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654 Erich
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663 111
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 </row>
8669 <row>
8670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674
8675 \series bold
8676 Pochiesa
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685 Paolo
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694 111, 222
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 </row>
8700 <row>
8701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705
8706 \series bold
8707 Radina
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716 Claudio
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 111
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 </row>
8731 <row>
8732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Plain Layout
8736
8737 \series bold
8738 Stuffer
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747 Oskar
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 111
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 </row>
8762 <row>
8763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767
8768 \series bold
8769 Tacchelli
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778 Ugo
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 111
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 </row>
8793 <row>
8794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798
8799 \series bold
8800 Tezzele
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809 Margit
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818 111
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 </row>
8824 <row>
8825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829
8830 \series bold
8831 Unterkalmsteiner
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840 Frieda
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849 111
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 </row>
8855 <row>
8856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860
8861 \series bold
8862 Vieider
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871 Hilde
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880 111
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 </row>
8886 <row>
8887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891
8892 \series bold
8893 Vigna
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902 Jürgen
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911 111
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 </row>
8917 <row>
8918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922
8923 \series bold
8924 Weber
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933 Maurizio
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942 111
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 </row>
8948 <row>
8949 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953
8954 \series bold
8955 Winkler
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964 Franz
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 111
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 </row>
8979 <row>
8980 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984  
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 </row>
9008 <row>
9009 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013
9014 \series bold
9015 Annovi
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024 Silvia
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033 555
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 </row>
9039 <row>
9040 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044
9045 \series bold
9046 Bertoli
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055 Stefano
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064 555
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 </row>
9070 <row>
9071 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075
9076 \series bold
9077 Bozzi
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086 Walter
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095 555
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 </row>
9101 <row>
9102 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106
9107 \series bold
9108 Cachia
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117 Maria
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126 555
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 </row>
9132 <row>
9133 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137
9138 \series bold
9139 Cachia
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148 Maurizio
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157 555
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 </row>
9163 <row>
9164 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168
9169 \series bold
9170 Cinquemani
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179 Giusi
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188 555
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 </row>
9194 <row>
9195 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199
9200 \series bold
9201 Colin
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210 Bernard
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219 555
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 </row>
9225 <row>
9226 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230
9231 \series bold
9232 Concli
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Plain Layout
9241 Gianfranco
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250 555
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 </row>
9256 <row>
9257 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261
9262 \series bold
9263 Dal Bosco
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9269 \begin_inset Text
9270
9271 \begin_layout Plain Layout
9272 Carolina
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281 555
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 </row>
9287 <row>
9288 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292
9293 \series bold
9294 Dalpiaz
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9300 \begin_inset Text
9301
9302 \begin_layout Plain Layout
9303 Annamaria
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312 555
9313 \end_layout
9314
9315 \end_inset
9316 </cell>
9317 </row>
9318 <row>
9319 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9320 \begin_inset Text
9321
9322 \begin_layout Plain Layout
9323
9324 \series bold
9325 Feliciello
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9331 \begin_inset Text
9332
9333 \begin_layout Plain Layout
9334 Domenico
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343 555
9344 \end_layout
9345
9346 \end_inset
9347 </cell>
9348 </row>
9349 <row>
9350 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9351 \begin_inset Text
9352
9353 \begin_layout Plain Layout
9354
9355 \series bold
9356 Focarelli
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365 Paola
9366 \end_layout
9367
9368 \end_inset
9369 </cell>
9370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9371 \begin_inset Text
9372
9373 \begin_layout Plain Layout
9374 555
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 </row>
9380 <row>
9381 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385
9386 \series bold
9387 Galletti
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396 Oreste
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405 555
9406 \end_layout
9407
9408 \end_inset
9409 </cell>
9410 </row>
9411 <row>
9412 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9413 \begin_inset Text
9414
9415 \begin_layout Plain Layout
9416
9417 \series bold
9418 Gasparini
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9424 \begin_inset Text
9425
9426 \begin_layout Plain Layout
9427 Franca
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436 555
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 </row>
9442 <row>
9443 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9444 \begin_inset Text
9445
9446 \begin_layout Plain Layout
9447
9448 \series bold
9449 Rizzardi
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458 Paola
9459 \end_layout
9460
9461 \end_inset
9462 </cell>
9463 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467 555
9468 \end_layout
9469
9470 \end_inset
9471 </cell>
9472 </row>
9473 <row>
9474 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9475 \begin_inset Text
9476
9477 \begin_layout Plain Layout
9478
9479 \series bold
9480 Lassini
9481 \end_layout
9482
9483 \end_inset
9484 </cell>
9485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9486 \begin_inset Text
9487
9488 \begin_layout Plain Layout
9489 Giancarlo
9490 \end_layout
9491
9492 \end_inset
9493 </cell>
9494 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9495 \begin_inset Text
9496
9497 \begin_layout Plain Layout
9498 555
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 </row>
9504 <row>
9505 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9506 \begin_inset Text
9507
9508 \begin_layout Plain Layout
9509
9510 \series bold
9511 Malfatti
9512 \end_layout
9513
9514 \end_inset
9515 </cell>
9516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9517 \begin_inset Text
9518
9519 \begin_layout Plain Layout
9520 Luciano
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529 555
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 </row>
9535 <row>
9536 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9537 \begin_inset Text
9538
9539 \begin_layout Plain Layout
9540
9541 \series bold
9542 Malfatti
9543 \end_layout
9544
9545 \end_inset
9546 </cell>
9547 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9548 \begin_inset Text
9549
9550 \begin_layout Plain Layout
9551 Valeriano
9552 \end_layout
9553
9554 \end_inset
9555 </cell>
9556 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9557 \begin_inset Text
9558
9559 \begin_layout Plain Layout
9560 555
9561 \end_layout
9562
9563 \end_inset
9564 </cell>
9565 </row>
9566 <row>
9567 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9568 \begin_inset Text
9569
9570 \begin_layout Plain Layout
9571
9572 \series bold
9573 Meneguzzo
9574 \end_layout
9575
9576 \end_inset
9577 </cell>
9578 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9579 \begin_inset Text
9580
9581 \begin_layout Plain Layout
9582 Roberto
9583 \end_layout
9584
9585 \end_inset
9586 </cell>
9587 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9588 \begin_inset Text
9589
9590 \begin_layout Plain Layout
9591 555
9592 \end_layout
9593
9594 \end_inset
9595 </cell>
9596 </row>
9597 <row>
9598 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9599 \begin_inset Text
9600
9601 \begin_layout Plain Layout
9602
9603 \series bold
9604 Mezzadra
9605 \end_layout
9606
9607 \end_inset
9608 </cell>
9609 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9610 \begin_inset Text
9611
9612 \begin_layout Plain Layout
9613 Roberto
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9619 \begin_inset Text
9620
9621 \begin_layout Plain Layout
9622 555
9623 \end_layout
9624
9625 \end_inset
9626 </cell>
9627 </row>
9628 </lyxtabular>
9629
9630 \end_inset
9631
9632
9633 \end_layout
9634
9635 \begin_layout Section
9636 Special Longtable Issues
9637 \begin_inset CommandInset label
9638 LatexCommand label
9639 name "sec:Special-Longtable-Issues"
9640
9641 \end_inset
9642
9643
9644 \end_layout
9645
9646 \begin_layout Subsection
9647 Longtable Calculation
9648 \begin_inset Index idx
9649 status collapsed
9650
9651 \begin_layout Plain Layout
9652 Longtables ! Calculation
9653 \end_layout
9654
9655 \end_inset
9656
9657
9658 \end_layout
9659
9660 \begin_layout Standard
9661 LaTeX calculates the height of table pages and their page breaks using so
9662  called chunks.
9663  Chunks are parts of tables that held at the same time in LaTeX's memory.
9664  The default value was historically set to only 20 table rows.
9665  If you are using longtables with many pages this may slow down the creation
9666  of your document.
9667  You can safely increase the chunk size to values of 100-1000 by adding
9668  this command line to your document preamble:
9669 \end_layout
9670
9671 \begin_layout Standard
9672
9673 \series bold
9674
9675 \backslash
9676 setcounter{LTchunksize}{100}
9677 \end_layout
9678
9679 \begin_layout Subsection
9680 Floats and Longtables
9681 \begin_inset Index idx
9682 status collapsed
9683
9684 \begin_layout Plain Layout
9685 Longtables ! Floats
9686 \end_layout
9687
9688 \end_inset
9689
9690
9691 \end_layout
9692
9693 \begin_layout Standard
9694 There might be problems when a float appears on the same page where a longtable
9695  starts.
9696  To avoid such a situation, insert a 
9697 \begin_inset Quotes eld
9698 \end_inset
9699
9700 clear page
9701 \begin_inset Quotes erd
9702 \end_inset
9703
9704  (menu 
9705 \family sans
9706 Insert\SpecialChar \menuseparator
9707 Formatting\SpecialChar \menuseparator
9708 Clear
9709 \begin_inset space ~
9710 \end_inset
9711
9712 Page
9713 \family default
9714 ) before your longtable.
9715 \end_layout
9716
9717 \begin_layout Subsection
9718 Forced Page Breaks
9719 \begin_inset Index idx
9720 status collapsed
9721
9722 \begin_layout Plain Layout
9723 Longtables ! Forced Page Breaks
9724 \end_layout
9725
9726 \end_inset
9727
9728
9729 \end_layout
9730
9731 \begin_layout Standard
9732 By default tables are only broken between rows.
9733  If you have a cell with multiples lines and want to have a page break within
9734  the cell, insert the new line command 
9735 \begin_inset Quotes eld
9736 \end_inset
9737
9738
9739 \series bold
9740
9741 \backslash
9742
9743 \backslash
9744
9745 \series default
9746
9747 \begin_inset Quotes erd
9748 \end_inset
9749
9750  as TeX-Code at the point of the cell where it can be broken.
9751  Before the 
9752 \series bold
9753
9754 \backslash
9755
9756 \backslash
9757
9758 \series default
9759  command you have to insert in TeX-Code as many 
9760 \begin_inset Quotes eld
9761 \end_inset
9762
9763
9764 \series bold
9765 &
9766 \series default
9767
9768 \begin_inset Quotes erd
9769 \end_inset
9770
9771  characters as the number of the following table columns.
9772  The 
9773 \series bold
9774 &
9775 \series default
9776  is the character to separate table cells.
9777  Write in TeX-Code after each 
9778 \series bold
9779 &
9780 \series default
9781  the content of the corresponding following cell and delete the content
9782  of these cells.
9783 \begin_inset Newline newline
9784 \end_inset
9785
9786 After the 
9787 \series bold
9788
9789 \backslash
9790
9791 \backslash
9792
9793 \series default
9794  command, insert as many 
9795 \series bold
9796 &
9797 \series default
9798  characters as the number of table columns before the current column.
9799  In Table
9800 \begin_inset space ~
9801 \end_inset
9802
9803
9804 \begin_inset CommandInset ref
9805 LatexCommand ref
9806 reference "tab:ForcedPagebreak"
9807
9808 \end_inset
9809
9810  the cell that should be broken is in the second column followed by another
9811  column.
9812  Therefore the following command was inserted in the cell as TeX-Code after
9813  
9814 \begin_inset Quotes eld
9815 \end_inset
9816
9817
9818 \emph on
9819 Castelchiodato,
9820 \emph default
9821
9822 \begin_inset Quotes erd
9823 \end_inset
9824
9825 :
9826 \end_layout
9827
9828 \begin_layout Standard
9829
9830 \series bold
9831 & 111
9832 \backslash
9833
9834 \backslash
9835  
9836 \backslash
9837 newpage
9838 \begin_inset Newline newline
9839 \end_inset
9840
9841 &
9842 \end_layout
9843
9844 \begin_layout Standard
9845 The 
9846 \begin_inset Quotes eld
9847 \end_inset
9848
9849 111
9850 \begin_inset Quotes erd
9851 \end_inset
9852
9853  in the third column of the row was deleted.
9854  
9855 \series bold
9856
9857 \backslash
9858 newpage
9859 \series default
9860  is only needed when a page break should definitely occur at this position,
9861  otherwise it would be a conditional break.
9862  If your footer row of the longtable has for a certain reason no upper line
9863  but you would have a horizontal line where the cell is broken, use this
9864  command instead:
9865 \end_layout
9866
9867 \begin_layout Standard
9868
9869 \series bold
9870 & 111
9871 \backslash
9872
9873 \backslash
9874
9875 \begin_inset Newline newline
9876 \end_inset
9877
9878
9879 \backslash
9880 hline &
9881 \end_layout
9882
9883 \begin_layout Standard
9884 When the cell to be broken is in the last column, the command
9885 \end_layout
9886
9887 \begin_layout Standard
9888
9889 \series bold
9890
9891 \backslash
9892 setlength{
9893 \backslash
9894 parfillskip}{0pt}
9895 \end_layout
9896
9897 \begin_layout Standard
9898 must be inserted as TeX-Code at the beginning of the cell.
9899  This ensures that the part of the cell that will be displayed on the new
9900  page appears with the full width.
9901 \end_layout
9902
9903 \begin_layout Standard
9904 \align center
9905 \begin_inset Tabular
9906 <lyxtabular version="3" rows="38" columns="3">
9907 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9908 <column alignment="left" valignment="top" width="0cm">
9909 <column alignment="left" valignment="top" width="3cm">
9910 <column alignment="center" valignment="top" width="0pt">
9911 <row caption="true">
9912 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916 \begin_inset Caption
9917
9918 \begin_layout Plain Layout
9919 Table with forced page break in table cell
9920 \begin_inset CommandInset label
9921 LatexCommand label
9922 name "tab:ForcedPagebreak"
9923
9924 \end_inset
9925
9926
9927 \begin_inset Argument
9928 status collapsed
9929
9930 \begin_layout Plain Layout
9931 Table with forced page break in table cell
9932 \end_layout
9933
9934 \end_inset
9935
9936
9937 \end_layout
9938
9939 \end_inset
9940
9941
9942 \end_layout
9943
9944 \end_inset
9945 </cell>
9946 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Plain Layout
9950
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 </row>
9965 <row endfirsthead="true">
9966 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970
9971 \series bold
9972 Example Phone List (ignore the names)
9973 \end_layout
9974
9975 \end_inset
9976 </cell>
9977 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 </row>
9996 <row endfirsthead="true">
9997 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001
10002 \series bold
10003 NAME
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Plain Layout
10021
10022 \series bold
10023 TEL.
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 </row>
10029 <row endhead="true">
10030 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034 \begin_inset ERT
10035 status collapsed
10036
10037 \begin_layout Plain Layout
10038
10039
10040 \backslash
10041 caption*{Continued Example Phone List}
10042 \backslash
10043
10044 \backslash
10045 %
10046 \end_layout
10047
10048 \end_inset
10049
10050
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
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 </row>
10074 <row endhead="true">
10075 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079
10080 \series bold
10081 Example Phone List
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 </row>
10105 <row endhead="true">
10106 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Plain Layout
10110
10111 \series bold
10112 NAME
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Plain Layout
10121
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10127 \begin_inset Text
10128
10129 \begin_layout Plain Layout
10130
10131 \series bold
10132 TEL.
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 </row>
10138 <row endfoot="true">
10139 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143 continued on next page
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161
10162 \end_layout
10163
10164 \end_inset
10165 </cell>
10166 </row>
10167 <row>
10168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10169 \begin_inset Text
10170
10171 \begin_layout Plain Layout
10172
10173 \series bold
10174 Annovi
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 Silvia
10184 \end_layout
10185
10186 \end_inset
10187 </cell>
10188 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192 111
10193 \end_layout
10194
10195 \end_inset
10196 </cell>
10197 </row>
10198 <row>
10199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203
10204 \series bold
10205 Bertoli
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 Stefano
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223 111
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 </row>
10229 <row>
10230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234
10235 \series bold
10236 Bozzi
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 Walter
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254 111
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 </row>
10260 <row>
10261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265
10266 \series bold
10267 Cachia
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 Maria
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285 111
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 </row>
10291 <row>
10292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296
10297 \series bold
10298 Cachia
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 Maurizio
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316 111
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 </row>
10322 <row>
10323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327
10328 \series bold
10329 Cinquemani
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 Giusi
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347 111
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 </row>
10353 <row>
10354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358
10359 \series bold
10360 Colin
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 Bernard
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378 111
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 </row>
10384 <row>
10385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389
10390 \series bold
10391 Concli
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 Gianfranco
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409 111
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 </row>
10415 <row>
10416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420
10421 \series bold
10422 Dal Bosco
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 Carolina
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440 111
10441 \end_layout
10442
10443 \end_inset
10444 </cell>
10445 </row>
10446 <row>
10447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451
10452 \series bold
10453 Dalpiaz
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 Annamaria
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471 111
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 </row>
10477 <row>
10478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482
10483 \series bold
10484 Feliciello
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Plain Layout
10493 Domenico
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502 111
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 </row>
10508 <row>
10509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513
10514 \series bold
10515 Focarelli
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 Paola
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533 111
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 </row>
10539 <row>
10540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544
10545 \series bold
10546 Galletti
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 Oreste
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564 111
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 </row>
10570 <row>
10571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10572 \begin_inset Text
10573
10574 \begin_layout Plain Layout
10575
10576 \series bold
10577 Gasparini
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 Franca
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595 111
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 </row>
10601 <row>
10602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606
10607 \series bold
10608 Lassini
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 Giancarlo
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626 111
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 </row>
10632 <row>
10633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637
10638 \series bold
10639 Malfatti
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 Luciano
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657 111
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 </row>
10663 <row>
10664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668
10669 \series bold
10670 Malfatti
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 Valeriano
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688 111
10689 \end_layout
10690
10691 \end_inset
10692 </cell>
10693 </row>
10694 <row>
10695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Plain Layout
10699
10700 \series bold
10701 Meneguzzo
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 Roberto
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719 111
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 </row>
10725 <row>
10726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10727 \begin_inset Text
10728
10729 \begin_layout Plain Layout
10730
10731 \series bold
10732 Mezzadra
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 Roberto
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750 111
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 </row>
10756 <row>
10757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10758 \begin_inset Text
10759
10760 \begin_layout Plain Layout
10761
10762 \series bold
10763 Pirpamer
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772 Erich
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781 111
10782 \end_layout
10783
10784 \end_inset
10785 </cell>
10786 </row>
10787 <row>
10788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Plain Layout
10792
10793 \series bold
10794 Pochiesa
10795 \end_layout
10796
10797 \end_inset
10798 </cell>
10799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10800 \begin_inset Text
10801
10802 \begin_layout Plain Layout
10803 Paolo
10804 \end_layout
10805
10806 \end_inset
10807 </cell>
10808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10809 \begin_inset Text
10810
10811 \begin_layout Plain Layout
10812 111, 222
10813 \end_layout
10814
10815 \end_inset
10816 </cell>
10817 </row>
10818 <row>
10819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10820 \begin_inset Text
10821
10822 \begin_layout Plain Layout
10823
10824 \series bold
10825 Radina
10826 \end_layout
10827
10828 \end_inset
10829 </cell>
10830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Plain Layout
10834 Claudio
10835 \end_layout
10836
10837 \end_inset
10838 </cell>
10839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10840 \begin_inset Text
10841
10842 \begin_layout Plain Layout
10843 111
10844 \end_layout
10845
10846 \end_inset
10847 </cell>
10848 </row>
10849 <row>
10850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10851 \begin_inset Text
10852
10853 \begin_layout Plain Layout
10854
10855 \series bold
10856 Rizzardi
10857 \end_layout
10858
10859 \end_inset
10860 </cell>
10861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10862 \begin_inset Text
10863
10864 \begin_layout Plain Layout
10865 Paolo, 11.
10866  Fürst von Montecompatri, 11.
10867  Fürst von Sulmona und Vivaro, 10.
10868  Fürst von Rossano, 5.
10869  Herzog von Canemorte, 11.
10870  Herzog von Palombara, 5.
10871  Herzog von Castelchiodato,
10872 \begin_inset ERT
10873 status open
10874
10875 \begin_layout Plain Layout
10876
10877 & 111
10878 \backslash
10879
10880 \backslash
10881  
10882 \backslash
10883 newpage
10884 \end_layout
10885
10886 \begin_layout Plain Layout
10887
10888 &
10889 \end_layout
10890
10891 \end_inset
10892
10893  11.
10894  Herzog von Poggionativo, 11.
10895  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10896  Graf von Valinfreda, 11.
10897  Baron von Cropalati, 11.
10898  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10899 \end_layout
10900
10901 \end_inset
10902 </cell>
10903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907
10908 \end_layout
10909
10910 \end_inset
10911 </cell>
10912 </row>
10913 <row>
10914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918
10919 \series bold
10920 Stuffer
10921 \end_layout
10922
10923 \end_inset
10924 </cell>
10925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929 Oskar
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938 111
10939 \end_layout
10940
10941 \end_inset
10942 </cell>
10943 </row>
10944 <row>
10945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949
10950 \series bold
10951 Tacchelli
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960 Ugo
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969 111
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 </row>
10975 <row>
10976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980
10981 \series bold
10982 Tezzele
10983 \end_layout
10984
10985 \end_inset
10986 </cell>
10987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10988 \begin_inset Text
10989
10990 \begin_layout Plain Layout
10991 Margit
10992 \end_layout
10993
10994 \end_inset
10995 </cell>
10996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000 111
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 </row>
11006 <row>
11007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011
11012 \series bold
11013 Unterkalmsteiner
11014 \end_layout
11015
11016 \end_inset
11017 </cell>
11018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11019 \begin_inset Text
11020
11021 \begin_layout Plain Layout
11022 Frieda
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031 111
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 </row>
11037 <row>
11038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11039 \begin_inset Text
11040
11041 \begin_layout Plain Layout
11042
11043 \series bold
11044 Vieider
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11050 \begin_inset Text
11051
11052 \begin_layout Plain Layout
11053 Hilde
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062 111
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 </row>
11068 <row>
11069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073
11074 \series bold
11075 Vigna
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084 Jürgen
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093 111
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 </row>
11099 <row>
11100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104
11105 \series bold
11106 Weber
11107 \end_layout
11108
11109 \end_inset
11110 </cell>
11111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11112 \begin_inset Text
11113
11114 \begin_layout Plain Layout
11115 Maurizio
11116 \end_layout
11117
11118 \end_inset
11119 </cell>
11120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11121 \begin_inset Text
11122
11123 \begin_layout Plain Layout
11124 111
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 </row>
11130 <row>
11131 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135
11136 \series bold
11137 Winkler
11138 \end_layout
11139
11140 \end_inset
11141 </cell>
11142 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11143 \begin_inset Text
11144
11145 \begin_layout Plain Layout
11146 Franz
11147 \end_layout
11148
11149 \end_inset
11150 </cell>
11151 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155 111
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 </row>
11161 </lyxtabular>
11162
11163 \end_inset
11164
11165
11166 \end_layout
11167
11168 \begin_layout Section
11169 Multiple Lines Columns and Rows
11170 \end_layout
11171
11172 \begin_layout Subsection
11173 Multiple Lines in Table Cells
11174 \begin_inset CommandInset label
11175 LatexCommand label
11176 name "sub:Multiple-Lines-in"
11177
11178 \end_inset
11179
11180
11181 \begin_inset Index idx
11182 status collapsed
11183
11184 \begin_layout Plain Layout
11185 Multiple Lines in Table Cells
11186 \end_layout
11187
11188 \end_inset
11189
11190
11191 \begin_inset Index idx
11192 status collapsed
11193
11194 \begin_layout Plain Layout
11195 Table ! Linebreaks
11196 \end_layout
11197
11198 \end_inset
11199
11200
11201 \end_layout
11202
11203 \begin_layout Standard
11204 \noindent
11205 \begin_inset Float table
11206 placement H
11207 wide false
11208 sideways false
11209 status open
11210
11211 \begin_layout Plain Layout
11212 \begin_inset Caption
11213
11214 \begin_layout Plain Layout
11215 \begin_inset CommandInset label
11216 LatexCommand label
11217 name "tab:Table-with-multiple"
11218
11219 \end_inset
11220
11221 Table with multiple lines in cells
11222 \end_layout
11223
11224 \end_inset
11225
11226
11227 \end_layout
11228
11229 \begin_layout Plain Layout
11230 \align center
11231 \begin_inset Tabular
11232 <lyxtabular version="3" rows="3" columns="3">
11233 <features tabularvalignment="middle">
11234 <column alignment="center" valignment="middle" width="2.5cm">
11235 <column alignment="center" valignment="middle" width="0">
11236 <column alignment="center" valignment="middle" width="0">
11237 <row>
11238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 multiple
11243 \begin_inset Newline linebreak
11244 \end_inset
11245
11246 lines
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255 b
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264 c
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 </row>
11270 <row>
11271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275 d
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284 e
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
11289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293 f
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 </row>
11299 <row>
11300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11301 \begin_inset Text
11302
11303 \begin_layout Plain Layout
11304 g
11305 \end_layout
11306
11307 \end_inset
11308 </cell>
11309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11310 \begin_inset Text
11311
11312 \begin_layout Plain Layout
11313 h
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322 i
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 </row>
11328 </lyxtabular>
11329
11330 \end_inset
11331
11332
11333 \end_layout
11334
11335 \end_inset
11336
11337
11338 \end_layout
11339
11340 \begin_layout Standard
11341 Setting a fixed width for a column enables you to enter text as a paragraph
11342  with multiple lines and hyphenation.
11343 \end_layout
11344
11345 \begin_layout Standard
11346 To produce Table
11347 \begin_inset space ~
11348 \end_inset
11349
11350
11351 \begin_inset CommandInset ref
11352 LatexCommand ref
11353 reference "tab:Table-with-multiple"
11354
11355 \end_inset
11356
11357 , create a 3×3 table, mark the first cell and right-click on it.
11358  In the appearing table dialog we set a cell width of 2.5
11359 \begin_inset space \thinspace{}
11360 \end_inset
11361
11362 cm and choose centered for the vertical and horizontal alignment.
11363  The vertical alignment is used for all cells of the row.
11364  As our text is smaller than 2.5
11365 \begin_inset space \thinspace{}
11366 \end_inset
11367
11368 cm, only one line will appear.
11369  To get two lines, a justified line break (shortcut 
11370 \begin_inset Info
11371 type  "shortcut"
11372 arg   "newline-insert linebreak"
11373 \end_inset
11374
11375 ) was added.
11376  If the text is wider than the set cell width, it will automatically be
11377  broken to several lines.
11378 \end_layout
11379
11380 \begin_layout Standard
11381 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11382  by LaTeX if it is the first entry.
11383  Therefore you need to insert something to prevent the word not being the
11384  first entry.
11385  So add a horizontal space of 0
11386 \begin_inset space \thinspace{}
11387 \end_inset
11388
11389 pt before the word.
11390  As the space is zero, it doesn't change the output.
11391  Table
11392 \begin_inset space ~
11393 \end_inset
11394
11395
11396 \begin_inset CommandInset ref
11397 LatexCommand ref
11398 reference "tab:Table-with-and"
11399
11400 \end_inset
11401
11402  shows the effect.
11403 \end_layout
11404
11405 \begin_layout Standard
11406 \begin_inset Float table
11407 placement h
11408 wide false
11409 sideways false
11410 status open
11411
11412 \begin_layout Plain Layout
11413 \begin_inset Caption
11414
11415 \begin_layout Plain Layout
11416 \begin_inset CommandInset label
11417 LatexCommand label
11418 name "tab:Table-with-and"
11419
11420 \end_inset
11421
11422 Table with and without hyphenation
11423 \end_layout
11424
11425 \end_inset
11426
11427
11428 \end_layout
11429
11430 \begin_layout Plain Layout
11431 \begin_inset space \hfill{}
11432 \end_inset
11433
11434
11435 \begin_inset Tabular
11436 <lyxtabular version="3" rows="3" columns="3">
11437 <features tabularvalignment="middle">
11438 <column alignment="center" valignment="middle" width="2.5cm">
11439 <column alignment="center" valignment="middle" width="0">
11440 <column alignment="center" valignment="middle" width="0">
11441 <row>
11442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Plain Layout
11446 verylongtablecellword
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455 b
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 c
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 </row>
11470 <row>
11471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11472 \begin_inset Text
11473
11474 \begin_layout Plain Layout
11475 d
11476 \end_layout
11477
11478 \end_inset
11479 </cell>
11480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11481 \begin_inset Text
11482
11483 \begin_layout Plain Layout
11484 e
11485 \end_layout
11486
11487 \end_inset
11488 </cell>
11489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11490 \begin_inset Text
11491
11492 \begin_layout Plain Layout
11493 f
11494 \end_layout
11495
11496 \end_inset
11497 </cell>
11498 </row>
11499 <row>
11500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11501 \begin_inset Text
11502
11503 \begin_layout Plain Layout
11504 g
11505 \end_layout
11506
11507 \end_inset
11508 </cell>
11509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11510 \begin_inset Text
11511
11512 \begin_layout Plain Layout
11513 h
11514 \end_layout
11515
11516 \end_inset
11517 </cell>
11518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Plain Layout
11522 i
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 </row>
11528 </lyxtabular>
11529
11530 \end_inset
11531
11532
11533 \begin_inset space \hfill{}
11534 \end_inset
11535
11536
11537 \begin_inset Tabular
11538 <lyxtabular version="3" rows="3" columns="3">
11539 <features tabularvalignment="middle">
11540 <column alignment="center" valignment="middle" width="2.5cm">
11541 <column alignment="center" valignment="middle" width="0">
11542 <column alignment="center" valignment="middle" width="0">
11543 <row>
11544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11545 \begin_inset Text
11546
11547 \begin_layout Plain Layout
11548 \begin_inset space \hspace{}
11549 \length 0pt
11550 \end_inset
11551
11552 verylongtablecellword
11553 \end_layout
11554
11555 \end_inset
11556 </cell>
11557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561 b
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11567 \begin_inset Text
11568
11569 \begin_layout Plain Layout
11570 c
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 </row>
11576 <row>
11577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581 d
11582 \end_layout
11583
11584 \end_inset
11585 </cell>
11586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11587 \begin_inset Text
11588
11589 \begin_layout Plain Layout
11590 e
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599 f
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 </row>
11605 <row>
11606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11607 \begin_inset Text
11608
11609 \begin_layout Plain Layout
11610 g
11611 \end_layout
11612
11613 \end_inset
11614 </cell>
11615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Plain Layout
11619 h
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11625 \begin_inset Text
11626
11627 \begin_layout Plain Layout
11628 i
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 </row>
11634 </lyxtabular>
11635
11636 \end_inset
11637
11638
11639 \begin_inset space \hfill{}
11640 \end_inset
11641
11642
11643 \end_layout
11644
11645 \end_inset
11646
11647
11648 \end_layout
11649
11650 \begin_layout Subsection
11651 Multicolumns
11652 \begin_inset CommandInset label
11653 LatexCommand label
11654 name "sub:Multicolumns"
11655
11656 \end_inset
11657
11658
11659 \begin_inset Index idx
11660 status collapsed
11661
11662 \begin_layout Plain Layout
11663 Multicolumns
11664 \end_layout
11665
11666 \end_inset
11667
11668
11669 \begin_inset Index idx
11670 status collapsed
11671
11672 \begin_layout Plain Layout
11673 Table ! Multicolumns
11674 \end_layout
11675
11676 \end_inset
11677
11678
11679 \end_layout
11680
11681 \begin_layout Subsubsection
11682 Multicolumn Basics
11683 \end_layout
11684
11685 \begin_layout Standard
11686 To merge cells over multiple columns, select as many cells within a row
11687  as you want to merge and use either the table-toolbar button 
11688 \begin_inset Graphics
11689         filename ../images/tabular-feature_multicolumn.png
11690         scale 85
11691         scaleBeforeRotation
11692
11693 \end_inset
11694
11695 , or the menu 
11696 \family sans
11697 Edit\SpecialChar \menuseparator
11698 Table\SpecialChar \menuseparator
11699 Multicolumn
11700 \family default
11701 , or right click on the marked cells and choose 
11702 \family sans
11703 Multicolumn
11704 \family default
11705  in the context menu.
11706 \end_layout
11707
11708 \begin_layout Standard
11709 Multicolumns have there own cell settings.
11710  That means changing cell borders, cell alignment, and the width only affects
11711  the multicolumn.
11712  Here is an example table with a multicolumn cell in the first row and one
11713  in the last row without the upper border:
11714 \end_layout
11715
11716 \begin_layout Standard
11717 \align center
11718 \begin_inset Tabular
11719 <lyxtabular version="3" rows="3" columns="4">
11720 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11721 <column alignment="center" valignment="top" width="0pt">
11722 <column alignment="center" valignment="middle" width="0">
11723 <column alignment="center" valignment="top" width="0in">
11724 <column alignment="center" valignment="top" width="0pt">
11725 <row>
11726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11727 \begin_inset Text
11728
11729 \begin_layout Plain Layout
11730 abc
11731 \end_layout
11732
11733 \end_inset
11734 </cell>
11735 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11736 \begin_inset Text
11737
11738 \begin_layout Plain Layout
11739 def ghi
11740 \end_layout
11741
11742 \end_inset
11743 </cell>
11744 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11745 \begin_inset Text
11746
11747 \begin_layout Plain Layout
11748
11749 \end_layout
11750
11751 \end_inset
11752 </cell>
11753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11754 \begin_inset Text
11755
11756 \begin_layout Plain Layout
11757 jkl
11758 \end_layout
11759
11760 \end_inset
11761 </cell>
11762 </row>
11763 <row>
11764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11765 \begin_inset Text
11766
11767 \begin_layout Plain Layout
11768
11769 \family roman
11770 \series medium
11771 \shape up
11772 \size normal
11773 \emph off
11774 \bar no
11775 \noun off
11776 \color none
11777 A
11778 \end_layout
11779
11780 \end_inset
11781 </cell>
11782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11783 \begin_inset Text
11784
11785 \begin_layout Plain Layout
11786 B
11787 \end_layout
11788
11789 \end_inset
11790 </cell>
11791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11792 \begin_inset Text
11793
11794 \begin_layout Plain Layout
11795 C
11796 \end_layout
11797
11798 \end_inset
11799 </cell>
11800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11801 \begin_inset Text
11802
11803 \begin_layout Plain Layout
11804 D
11805 \end_layout
11806
11807 \end_inset
11808 </cell>
11809 </row>
11810 <row>
11811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11812 \begin_inset Text
11813
11814 \begin_layout Plain Layout
11815 1
11816 \end_layout
11817
11818 \end_inset
11819 </cell>
11820 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11821 \begin_inset Text
11822
11823 \begin_layout Plain Layout
11824 2
11825 \end_layout
11826
11827 \end_inset
11828 </cell>
11829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11830 \begin_inset Text
11831
11832 \begin_layout Plain Layout
11833 3
11834 \end_layout
11835
11836 \end_inset
11837 </cell>
11838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11839 \begin_inset Text
11840
11841 \begin_layout Plain Layout
11842 4
11843 \end_layout
11844
11845 \end_inset
11846 </cell>
11847 </row>
11848 </lyxtabular>
11849
11850 \end_inset
11851
11852
11853 \end_layout
11854
11855 \begin_layout Subsubsection
11856 Multicolumn Calculations
11857 \begin_inset CommandInset label
11858 LatexCommand label
11859 name "sub:Multicolumn-Calculations"
11860
11861 \end_inset
11862
11863
11864 \begin_inset Index idx
11865 status collapsed
11866
11867 \begin_layout Plain Layout
11868 Multicolumns ! Calculations
11869 \end_layout
11870
11871 \end_inset
11872
11873
11874 \end_layout
11875
11876 \begin_layout Standard
11877 LyX supports multicolumns directly, but we have to take account of the cell
11878  width of the columns spanned by the multicolumn cell.
11879 \end_layout
11880
11881 \begin_layout Standard
11882 \begin_inset Float table
11883 placement h
11884 wide false
11885 sideways false
11886 status open
11887
11888 \begin_layout Plain Layout
11889 \begin_inset Caption
11890
11891 \begin_layout Plain Layout
11892 \begin_inset CommandInset label
11893 LatexCommand label
11894 name "tab:Table-with-centered"
11895
11896 \end_inset
11897
11898 Table with centered multicolumn text above two columns that have exactly
11899  half the width of the multicolumn cell
11900 \begin_inset Argument
11901 status collapsed
11902
11903 \begin_layout Plain Layout
11904 Perfect multicolumn table
11905 \end_layout
11906
11907 \end_inset
11908
11909
11910 \end_layout
11911
11912 \end_inset
11913
11914
11915 \end_layout
11916
11917 \begin_layout Plain Layout
11918 \align center
11919 \begin_inset Tabular
11920 <lyxtabular version="3" rows="3" columns="3">
11921 <features tabularvalignment="middle">
11922 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11923 <column alignment="center" valignment="middle" width="0">
11924 <column alignment="center" valignment="top" width="0">
11925 <row>
11926 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930 multiple lines multicolumn
11931 \end_layout
11932
11933 \end_inset
11934 </cell>
11935 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11936 \begin_inset Text
11937
11938 \begin_layout Plain Layout
11939
11940 \end_layout
11941
11942 \end_inset
11943 </cell>
11944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11945 \begin_inset Text
11946
11947 \begin_layout Plain Layout
11948 c
11949 \end_layout
11950
11951 \end_inset
11952 </cell>
11953 </row>
11954 <row>
11955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11956 \begin_inset Text
11957
11958 \begin_layout Plain Layout
11959 d
11960 \end_layout
11961
11962 \end_inset
11963 </cell>
11964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11965 \begin_inset Text
11966
11967 \begin_layout Plain Layout
11968 e
11969 \end_layout
11970
11971 \end_inset
11972 </cell>
11973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11974 \begin_inset Text
11975
11976 \begin_layout Plain Layout
11977 f
11978 \end_layout
11979
11980 \end_inset
11981 </cell>
11982 </row>
11983 <row>
11984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11985 \begin_inset Text
11986
11987 \begin_layout Plain Layout
11988 g
11989 \end_layout
11990
11991 \end_inset
11992 </cell>
11993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11994 \begin_inset Text
11995
11996 \begin_layout Plain Layout
11997 h
11998 \end_layout
11999
12000 \end_inset
12001 </cell>
12002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12003 \begin_inset Text
12004
12005 \begin_layout Plain Layout
12006 i
12007 \end_layout
12008
12009 \end_inset
12010 </cell>
12011 </row>
12012 </lyxtabular>
12013
12014 \end_inset
12015
12016
12017 \end_layout
12018
12019 \end_inset
12020
12021
12022 \end_layout
12023
12024 \begin_layout Standard
12025 To create for example Table
12026 \begin_inset space ~
12027 \end_inset
12028
12029
12030 \begin_inset CommandInset ref
12031 LatexCommand ref
12032 reference "tab:Table-with-centered"
12033
12034 \end_inset
12035
12036 , mark the first two cells in the first row of a 3×3 table and right-click
12037  on them.
12038  Now choose for this cell 
12039 \emph on
12040 multicolumn
12041 \emph default
12042
12043 \emph on
12044 centered alignment
12045 \emph default
12046  and a width of 2.5
12047 \begin_inset space \thinspace{}
12048 \end_inset
12049
12050 cm in the table dialog.
12051  The merged columns should have exactly half the width of the multicolumn
12052  cell, so that you would set a width of 1.25
12053 \begin_inset space \thinspace{}
12054 \end_inset
12055
12056 cm for the first column.
12057  The second column has then automatically a width of 1.25
12058 \begin_inset space \thinspace{}
12059 \end_inset
12060
12061 cm (multicolumn width - width of first column).
12062  This was done for Table
12063 \begin_inset space ~
12064 \end_inset
12065
12066
12067 \begin_inset CommandInset ref
12068 LatexCommand ref
12069 reference "tab:Table-without-half"
12070
12071 \end_inset
12072
12073 .
12074 \end_layout
12075
12076 \begin_layout Standard
12077 \begin_inset Float table
12078 wide false
12079 sideways false
12080 status open
12081
12082 \begin_layout Plain Layout
12083 \begin_inset Caption
12084
12085 \begin_layout Plain Layout
12086 \begin_inset CommandInset label
12087 LatexCommand label
12088 name "tab:Table-without-half"
12089
12090 \end_inset
12091
12092 Table where the spanned table columns are not exactly half the width of
12093  the multicolumn cell
12094 \begin_inset Argument
12095 status collapsed
12096
12097 \begin_layout Plain Layout
12098 Imperfect multicolumn table
12099 \end_layout
12100
12101 \end_inset
12102
12103
12104 \end_layout
12105
12106 \end_inset
12107
12108
12109 \end_layout
12110
12111 \begin_layout Plain Layout
12112 \align center
12113 \begin_inset Tabular
12114 <lyxtabular version="3" rows="3" columns="3">
12115 <features tabularvalignment="middle">
12116 <column alignment="center" valignment="top" width="1.25cm">
12117 <column alignment="center" valignment="top" width="0">
12118 <column alignment="center" valignment="top" width="0">
12119 <row>
12120 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12121 \begin_inset Text
12122
12123 \begin_layout Plain Layout
12124 multiple lines multicolumn
12125 \end_layout
12126
12127 \end_inset
12128 </cell>
12129 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12130 \begin_inset Text
12131
12132 \begin_layout Plain Layout
12133
12134 \end_layout
12135
12136 \end_inset
12137 </cell>
12138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12139 \begin_inset Text
12140
12141 \begin_layout Plain Layout
12142 c
12143 \end_layout
12144
12145 \end_inset
12146 </cell>
12147 </row>
12148 <row>
12149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12150 \begin_inset Text
12151
12152 \begin_layout Plain Layout
12153 d
12154 \end_layout
12155
12156 \end_inset
12157 </cell>
12158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12159 \begin_inset Text
12160
12161 \begin_layout Plain Layout
12162 e
12163 \end_layout
12164
12165 \end_inset
12166 </cell>
12167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12168 \begin_inset Text
12169
12170 \begin_layout Plain Layout
12171 f
12172 \end_layout
12173
12174 \end_inset
12175 </cell>
12176 </row>
12177 <row>
12178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12179 \begin_inset Text
12180
12181 \begin_layout Plain Layout
12182 g
12183 \end_layout
12184
12185 \end_inset
12186 </cell>
12187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12188 \begin_inset Text
12189
12190 \begin_layout Plain Layout
12191 h
12192 \end_layout
12193
12194 \end_inset
12195 </cell>
12196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12197 \begin_inset Text
12198
12199 \begin_layout Plain Layout
12200 i
12201 \end_layout
12202
12203 \end_inset
12204 </cell>
12205 </row>
12206 </lyxtabular>
12207
12208 \end_inset
12209
12210
12211 \end_layout
12212
12213 \end_inset
12214
12215
12216 \end_layout
12217
12218 \begin_layout Standard
12219 You can see that the first column is not half the width of the multicolumn
12220  cell, it is a bit bigger.
12221  The reason is that the specified width of a cell 
12222 \begin_inset Formula $W_{g}$
12223 \end_inset
12224
12225  is not its total width 
12226 \begin_inset Formula $W_{\mathrm{tot}}$
12227 \end_inset
12228
12229  because a cell is always a bit larger than specified.
12230  Appendix
12231 \begin_inset space ~
12232 \end_inset
12233
12234
12235 \begin_inset CommandInset ref
12236 LatexCommand eqref
12237 reference "cha:Explanation-of-Equation"
12238
12239 \end_inset
12240
12241  explains this in detail.
12242 \end_layout
12243
12244 \begin_layout Standard
12245 The width 
12246 \begin_inset Formula $W_{g\, n}$
12247 \end_inset
12248
12249  which the user needs to set when 
12250 \emph on
12251 n
12252 \emph default
12253  columns are spanned can be calculated, so that each column has a total
12254  width of 
12255 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12256 \end_inset
12257
12258 :
12259 \begin_inset Formula 
12260 \begin{equation}
12261 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12262 \end{equation}
12263
12264 \end_inset
12265
12266
12267 \end_layout
12268
12269 \begin_layout Standard
12270 In our case we have 
12271 \begin_inset Formula $n=2$
12272 \end_inset
12273
12274
12275 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12276 \end_inset
12277
12278 cm and the default values for the lengths, so that equation 
12279 \begin_inset CommandInset ref
12280 LatexCommand ref
12281 reference "eq:Wgn"
12282
12283 \end_inset
12284
12285  becomes
12286 \begin_inset Formula 
12287 \begin{equation}
12288 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12289 \end{equation}
12290
12291 \end_inset
12292
12293
12294 \end_layout
12295
12296 \begin_layout Standard
12297 To enable calculations in LaTeX, the LaTeX-package 
12298 \series bold
12299 calc
12300 \series default
12301  must be loaded with the document preamble line
12302 \begin_inset Index idx
12303 status collapsed
12304
12305 \begin_layout Plain Layout
12306 LaTeX-packages ! calc
12307 \end_layout
12308
12309 \end_inset
12310
12311
12312 \end_layout
12313
12314 \begin_layout Standard
12315
12316 \series bold
12317
12318 \backslash
12319 usepackage{calc}
12320 \end_layout
12321
12322 \begin_layout Standard
12323 LyX does not allow you to calculate lengths in the 
12324 \family sans
12325 Width
12326 \family default
12327  field of the table dialog.
12328  Therefore you have to format the column by inserting a LaTeX-argument in
12329  the dialog.
12330  Here is an overview about the arguments:
12331 \end_layout
12332
12333 \begin_layout Itemize
12334
12335 \series bold
12336 p{width}
12337 \series default
12338  creates cell with a fixed width, its text is vertically top-aligned
12339 \end_layout
12340
12341 \begin_layout Itemize
12342
12343 \series bold
12344 m{width}
12345 \series default
12346  creates cell with a fixed width, its text is vertically centered
12347 \end_layout
12348
12349 \begin_layout Itemize
12350
12351 \series bold
12352 b{width}
12353 \series default
12354  creates cell with a fixed width, its text is vertically bottom-aligned
12355 \end_layout
12356
12357 \begin_layout Standard
12358 By entering a LaTeX-argument, all cell settings set in the table dialog
12359  are overwritten.
12360 \end_layout
12361
12362 \begin_layout Standard
12363 \begin_inset Note Greyedout
12364 status open
12365
12366 \begin_layout Plain Layout
12367
12368 \series bold
12369 Note:
12370 \series default
12371  Due to a bug, LyX shows the overwritten settings anyway.
12372 \end_layout
12373
12374 \end_inset
12375
12376
12377 \end_layout
12378
12379 \begin_layout Standard
12380 As the text should be horizontally centered, the command 
12381 \series bold
12382
12383 \backslash
12384 centering
12385 \series default
12386  is added.
12387  You can now enter the following LaTeX-argument for the first spanned column:
12388 \end_layout
12389
12390 \begin_layout Standard
12391
12392 \series bold
12393 >{
12394 \backslash
12395 centering}m{1.25cm-6.2pt}
12396 \end_layout
12397
12398 \begin_layout Standard
12399 The command 
12400 \series bold
12401 >{ }
12402 \series default
12403  means, that the commands inside the braces are applied before the cell
12404  is created.
12405 \end_layout
12406
12407 \begin_layout Standard
12408 Although we have chosen centered alignment for the text of the multicolumn
12409  cell, it is still left aligned.
12410  This is because LyX only applies the alignment to single columns.
12411  So for the multicolumn cell we have to use the LaTeX-argument
12412 \end_layout
12413
12414 \begin_layout Standard
12415
12416 \series bold
12417 >{
12418 \backslash
12419 centering}m{2.5cm}
12420 \end_layout
12421
12422 \begin_layout Subsection
12423 Multirows
12424 \begin_inset CommandInset label
12425 LatexCommand label
12426 name "sub:Multirows"
12427
12428 \end_inset
12429
12430
12431 \begin_inset Index idx
12432 status collapsed
12433
12434 \begin_layout Plain Layout
12435 Multirows
12436 \end_layout
12437
12438 \end_inset
12439
12440
12441 \begin_inset Index idx
12442 status collapsed
12443
12444 \begin_layout Plain Layout
12445 Table ! Multirows
12446 \end_layout
12447
12448 \end_inset
12449
12450
12451 \end_layout
12452
12453 \begin_layout Standard
12454 To merge cells over multiple rows, select as many cells within a column
12455  as you want to merge and use either the table-toolbar button 
12456 \begin_inset Graphics
12457         filename ../images/tabular-feature_multirow.png
12458         scale 85
12459         scaleBeforeRotation
12460
12461 \end_inset
12462
12463 , or the menu 
12464 \family sans
12465 Edit\SpecialChar \menuseparator
12466 Table\SpecialChar \menuseparator
12467 Multirow
12468 \family default
12469 , or right click on the marked cells and choose 
12470 \family sans
12471 Multirow
12472 \family default
12473  in the context menu.
12474 \end_layout
12475
12476 \begin_layout Standard
12477 Here is an example table with a multirow in the first column:
12478 \end_layout
12479
12480 \begin_layout Standard
12481 \align center
12482 \begin_inset Tabular
12483 <lyxtabular version="3" rows="3" columns="3">
12484 <features tabularvalignment="middle">
12485 <column alignment="center" valignment="top" width="0pt">
12486 <column alignment="center" valignment="top" width="0">
12487 <column alignment="center" valignment="top" width="0">
12488 <row>
12489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12490 \begin_inset Text
12491
12492 \begin_layout Plain Layout
12493 a long cell entry
12494 \end_layout
12495
12496 \end_inset
12497 </cell>
12498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12499 \begin_inset Text
12500
12501 \begin_layout Plain Layout
12502 b
12503 \end_layout
12504
12505 \end_inset
12506 </cell>
12507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12508 \begin_inset Text
12509
12510 \begin_layout Plain Layout
12511 c
12512 \end_layout
12513
12514 \end_inset
12515 </cell>
12516 </row>
12517 <row>
12518 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12519 \begin_inset Text
12520
12521 \begin_layout Plain Layout
12522 multirow
12523 \end_layout
12524
12525 \end_inset
12526 </cell>
12527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12528 \begin_inset Text
12529
12530 \begin_layout Plain Layout
12531 e
12532 \end_layout
12533
12534 \end_inset
12535 </cell>
12536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12537 \begin_inset Text
12538
12539 \begin_layout Plain Layout
12540 f
12541 \end_layout
12542
12543 \end_inset
12544 </cell>
12545 </row>
12546 <row>
12547 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12548 \begin_inset Text
12549
12550 \begin_layout Plain Layout
12551
12552 \end_layout
12553
12554 \end_inset
12555 </cell>
12556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12557 \begin_inset Text
12558
12559 \begin_layout Plain Layout
12560 h
12561 \end_layout
12562
12563 \end_inset
12564 </cell>
12565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12566 \begin_inset Text
12567
12568 \begin_layout Plain Layout
12569 i
12570 \end_layout
12571
12572 \end_inset
12573 </cell>
12574 </row>
12575 </lyxtabular>
12576
12577 \end_inset
12578
12579
12580 \end_layout
12581
12582 \begin_layout Standard
12583 The width of multirow cells is set by setting the width and alignment for
12584  the whole column.
12585  The 
12586 \family sans
12587 Vertical Offset
12588 \family default
12589  shifts the content of the multirow up/down if the offset is positive/negative.
12590 \end_layout
12591
12592 \begin_layout Standard
12593 If the column of a multirow cell has no explicit width, the multirow cell
12594  inherits the alignment of the column.
12595  Otherwise it is by default left-aligned.
12596  To override the default, renew the command 
12597 \series bold
12598
12599 \backslash
12600 multirowsetup
12601 \series default
12602  with the command
12603 \end_layout
12604
12605 \begin_layout Standard
12606
12607 \series bold
12608
12609 \backslash
12610 renewcommand{
12611 \backslash
12612 multirowsetup}{
12613 \backslash
12614 centering}
12615 \end_layout
12616
12617 \begin_layout Standard
12618 in the document preamble.
12619  Then all entries of multirow cells in the document are centered.
12620  If centering is only needed for several tables, you can renew the command
12621  in a TeX-Code box just before the table instead of the preamble.
12622  If the text should be right-aligned, replace 
12623 \series bold
12624
12625 \backslash
12626 centering
12627 \series default
12628  by 
12629 \series bold
12630
12631 \backslash
12632 raggedleft
12633 \series default
12634 .
12635  To return to left-alignment 
12636 \series bold
12637
12638 \backslash
12639 raggedright
12640 \series default
12641  is used.
12642 \end_layout
12643
12644 \begin_layout Standard
12645 This is an example table with a right-aligned multirow cell that has a vertical
12646  offset of -4
12647 \begin_inset space \thinspace{}
12648 \end_inset
12649
12650 mm and is in a 3
12651 \begin_inset space \thinspace{}
12652 \end_inset
12653
12654 cm wide column:
12655 \end_layout
12656
12657 \begin_layout Standard
12658 \noindent
12659 \align center
12660 \begin_inset ERT
12661 status collapsed
12662
12663 \begin_layout Plain Layout
12664
12665
12666 \backslash
12667 renewcommand{
12668 \backslash
12669 multirowsetup}{
12670 \backslash
12671 raggedleft}
12672 \end_layout
12673
12674 \end_inset
12675
12676
12677 \begin_inset Tabular
12678 <lyxtabular version="3" rows="4" columns="3">
12679 <features tabularvalignment="middle">
12680 <column alignment="center" valignment="top" width="3cm">
12681 <column alignment="center" valignment="top" width="0">
12682 <column alignment="center" valignment="top" width="0">
12683 <row>
12684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12685 \begin_inset Text
12686
12687 \begin_layout Plain Layout
12688 a long cell entry
12689 \end_layout
12690
12691 \end_inset
12692 </cell>
12693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12694 \begin_inset Text
12695
12696 \begin_layout Plain Layout
12697 b
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12703 \begin_inset Text
12704
12705 \begin_layout Plain Layout
12706 c
12707 \end_layout
12708
12709 \end_inset
12710 </cell>
12711 </row>
12712 <row>
12713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12714 \begin_inset Text
12715
12716 \begin_layout Plain Layout
12717 t
12718 \end_layout
12719
12720 \end_inset
12721 </cell>
12722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12723 \begin_inset Text
12724
12725 \begin_layout Plain Layout
12726 n
12727 \end_layout
12728
12729 \end_inset
12730 </cell>
12731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12732 \begin_inset Text
12733
12734 \begin_layout Plain Layout
12735 m
12736 \end_layout
12737
12738 \end_inset
12739 </cell>
12740 </row>
12741 <row>
12742 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12743 \begin_inset Text
12744
12745 \begin_layout Plain Layout
12746 multirow
12747 \end_layout
12748
12749 \end_inset
12750 </cell>
12751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12752 \begin_inset Text
12753
12754 \begin_layout Plain Layout
12755 e
12756 \end_layout
12757
12758 \end_inset
12759 </cell>
12760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12761 \begin_inset Text
12762
12763 \begin_layout Plain Layout
12764 f
12765 \end_layout
12766
12767 \end_inset
12768 </cell>
12769 </row>
12770 <row>
12771 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12772 \begin_inset Text
12773
12774 \begin_layout Plain Layout
12775
12776 \end_layout
12777
12778 \end_inset
12779 </cell>
12780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12781 \begin_inset Text
12782
12783 \begin_layout Plain Layout
12784 h
12785 \end_layout
12786
12787 \end_inset
12788 </cell>
12789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12790 \begin_inset Text
12791
12792 \begin_layout Plain Layout
12793 i
12794 \end_layout
12795
12796 \end_inset
12797 </cell>
12798 </row>
12799 </lyxtabular>
12800
12801 \end_inset
12802
12803
12804 \begin_inset ERT
12805 status collapsed
12806
12807 \begin_layout Plain Layout
12808
12809
12810 \backslash
12811 renewcommand{
12812 \backslash
12813 multirowsetup}{
12814 \backslash
12815 raggedright}
12816 \end_layout
12817
12818 \end_inset
12819
12820
12821 \end_layout
12822
12823 \begin_layout Section
12824 Formal Tables
12825 \begin_inset CommandInset label
12826 LatexCommand label
12827 name "sec:Formal-Tables"
12828
12829 \end_inset
12830
12831
12832 \begin_inset Index idx
12833 status collapsed
12834
12835 \begin_layout Plain Layout
12836 Table ! Formal
12837 \end_layout
12838
12839 \end_inset
12840
12841
12842 \end_layout
12843
12844 \begin_layout Standard
12845 Tables are often typeset in books similar to Table
12846 \begin_inset space ~
12847 \end_inset
12848
12849
12850 \begin_inset CommandInset ref
12851 LatexCommand ref
12852 reference "tab:Example-booktabs-table"
12853
12854 \end_inset
12855
12856 .
12857  This kind of tables is called 
12858 \begin_inset Quotes eld
12859 \end_inset
12860
12861
12862 \emph on
12863 formal
12864 \emph default
12865
12866 \begin_inset Quotes erd
12867 \end_inset
12868
12869 .
12870  To make a table a formal table use the option 
12871 \family sans
12872 Formal
12873 \family default
12874  in the 
12875 \family sans
12876 Borders
12877 \family default
12878  tab of the table dialog.
12879 \end_layout
12880
12881 \begin_layout Standard
12882 \begin_inset Float table
12883 placement h
12884 wide false
12885 sideways false
12886 status open
12887
12888 \begin_layout Plain Layout
12889 \begin_inset Caption
12890
12891 \begin_layout Plain Layout
12892 \begin_inset CommandInset label
12893 LatexCommand label
12894 name "tab:Example-booktabs-table"
12895
12896 \end_inset
12897
12898 Example booktabs-table
12899 \end_layout
12900
12901 \end_inset
12902
12903
12904 \end_layout
12905
12906 \begin_layout Plain Layout
12907 \align center
12908 \begin_inset Tabular
12909 <lyxtabular version="3" rows="8" columns="4">
12910 <features booktabs="true" tabularvalignment="middle">
12911 <column alignment="center" valignment="top" width="0">
12912 <column alignment="center" valignment="top" width="0">
12913 <column alignment="center" valignment="top" width="0">
12914 <column alignment="center" valignment="top" width="0">
12915 <row>
12916 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12917 \begin_inset Text
12918
12919 \begin_layout Plain Layout
12920 System
12921 \end_layout
12922
12923 \end_inset
12924 </cell>
12925 <cell alignment="center" valignment="top" topline="true" usebox="none">
12926 \begin_inset Text
12927
12928 \begin_layout Plain Layout
12929 Chip
12930 \begin_inset space \thinspace{}
12931 \end_inset
12932
12933 1
12934 \end_layout
12935
12936 \end_inset
12937 </cell>
12938 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12939 \begin_inset Text
12940
12941 \begin_layout Plain Layout
12942 Chip
12943 \begin_inset space \thinspace{}
12944 \end_inset
12945
12946 2
12947 \end_layout
12948
12949 \end_inset
12950 </cell>
12951 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12952 \begin_inset Text
12953
12954 \begin_layout Plain Layout
12955
12956 \end_layout
12957
12958 \end_inset
12959 </cell>
12960 </row>
12961 <row>
12962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12963 \begin_inset Text
12964
12965 \begin_layout Plain Layout
12966 \begin_inset ERT
12967 status collapsed
12968
12969 \begin_layout Plain Layout
12970
12971
12972 \backslash
12973 cmidrule(r){2-2}
12974 \end_layout
12975
12976 \end_inset
12977
12978
12979 \begin_inset ERT
12980 status collapsed
12981
12982 \begin_layout Plain Layout
12983
12984
12985 \backslash
12986 cmidrule(l){3-4}
12987 \end_layout
12988
12989 \end_inset
12990
12991 Detector thickness in Âµm
12992 \end_layout
12993
12994 \end_inset
12995 </cell>
12996 <cell alignment="center" valignment="top" usebox="none">
12997 \begin_inset Text
12998
12999 \begin_layout Plain Layout
13000 300
13001 \end_layout
13002
13003 \end_inset
13004 </cell>
13005 <cell alignment="center" valignment="top" usebox="none">
13006 \begin_inset Text
13007
13008 \begin_layout Plain Layout
13009 300
13010 \end_layout
13011
13012 \end_inset
13013 </cell>
13014 <cell alignment="center" valignment="top" usebox="none">
13015 \begin_inset Text
13016
13017 \begin_layout Plain Layout
13018 700
13019 \end_layout
13020
13021 \end_inset
13022 </cell>
13023 </row>
13024 <row>
13025 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13026 \begin_inset Text
13027
13028 \begin_layout Plain Layout
13029 Edge angle in Â°
13030 \end_layout
13031
13032 \end_inset
13033 </cell>
13034 <cell alignment="center" valignment="top" topline="true" usebox="none">
13035 \begin_inset Text
13036
13037 \begin_layout Plain Layout
13038 3.55
13039 \end_layout
13040
13041 \end_inset
13042 </cell>
13043 <cell alignment="center" valignment="top" topline="true" usebox="none">
13044 \begin_inset Text
13045
13046 \begin_layout Plain Layout
13047 2.71
13048 \end_layout
13049
13050 \end_inset
13051 </cell>
13052 <cell alignment="center" valignment="top" topline="true" usebox="none">
13053 \begin_inset Text
13054
13055 \begin_layout Plain Layout
13056 7.99
13057 \end_layout
13058
13059 \end_inset
13060 </cell>
13061 </row>
13062 <row topspace="default">
13063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13064 \begin_inset Text
13065
13066 \begin_layout Plain Layout
13067 Spatial resolution in Âµm
13068 \end_layout
13069
13070 \end_inset
13071 </cell>
13072 <cell alignment="center" valignment="top" usebox="none">
13073 \begin_inset Text
13074
13075 \begin_layout Plain Layout
13076 4.26
13077 \end_layout
13078
13079 \end_inset
13080 </cell>
13081 <cell alignment="center" valignment="top" usebox="none">
13082 \begin_inset Text
13083
13084 \begin_layout Plain Layout
13085 10.17
13086 \end_layout
13087
13088 \end_inset
13089 </cell>
13090 <cell alignment="center" valignment="top" usebox="none">
13091 \begin_inset Text
13092
13093 \begin_layout Plain Layout
13094 10.56
13095 \end_layout
13096
13097 \end_inset
13098 </cell>
13099 </row>
13100 <row topspace="default">
13101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13102 \begin_inset Text
13103
13104 \begin_layout Plain Layout
13105 MTF at 
13106 \begin_inset Formula $f_{\mathrm{max}}$
13107 \end_inset
13108
13109
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 <cell alignment="center" valignment="top" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118 0.53
13119 \end_layout
13120
13121 \end_inset
13122 </cell>
13123 <cell alignment="center" valignment="top" usebox="none">
13124 \begin_inset Text
13125
13126 \begin_layout Plain Layout
13127 0.37
13128 \end_layout
13129
13130 \end_inset
13131 </cell>
13132 <cell alignment="center" valignment="top" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Plain Layout
13136 0.39
13137 \end_layout
13138
13139 \end_inset
13140 </cell>
13141 </row>
13142 <row topspace="default">
13143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13144 \begin_inset Text
13145
13146 \begin_layout Plain Layout
13147 \begin_inset ERT
13148 status collapsed
13149
13150 \begin_layout Plain Layout
13151
13152
13153 \backslash
13154 cmidrule(l{10pt}){1-1}
13155 \end_layout
13156
13157 \end_inset
13158
13159 LSF-spatial resolution
13160 \end_layout
13161
13162 \end_inset
13163 </cell>
13164 <cell alignment="center" valignment="top" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Plain Layout
13168
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 <cell alignment="center" valignment="top" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 <cell alignment="center" valignment="top" usebox="none">
13183 \begin_inset Text
13184
13185 \begin_layout Plain Layout
13186
13187 \end_layout
13188
13189 \end_inset
13190 </cell>
13191 </row>
13192 <row>
13193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13194 \begin_inset Text
13195
13196 \begin_layout Plain Layout
13197 in Âµm
13198 \end_layout
13199
13200 \end_inset
13201 </cell>
13202 <cell alignment="center" valignment="top" usebox="none">
13203 \begin_inset Text
13204
13205 \begin_layout Plain Layout
13206 129.7
13207 \end_layout
13208
13209 \end_inset
13210 </cell>
13211 <cell alignment="center" valignment="top" usebox="none">
13212 \begin_inset Text
13213
13214 \begin_layout Plain Layout
13215 52.75
13216 \end_layout
13217
13218 \end_inset
13219 </cell>
13220 <cell alignment="center" valignment="top" usebox="none">
13221 \begin_inset Text
13222
13223 \begin_layout Plain Layout
13224 50.78
13225 \end_layout
13226
13227 \end_inset
13228 </cell>
13229 </row>
13230 <row>
13231 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13232 \begin_inset Text
13233
13234 \begin_layout Plain Layout
13235 in % of pixel size
13236 \end_layout
13237
13238 \end_inset
13239 </cell>
13240 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13241 \begin_inset Text
13242
13243 \begin_layout Plain Layout
13244 76.3
13245 \end_layout
13246
13247 \end_inset
13248 </cell>
13249 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13250 \begin_inset Text
13251
13252 \begin_layout Plain Layout
13253 95.9
13254 \end_layout
13255
13256 \end_inset
13257 </cell>
13258 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13259 \begin_inset Text
13260
13261 \begin_layout Plain Layout
13262 92.3
13263 \end_layout
13264
13265 \end_inset
13266 </cell>
13267 </row>
13268 </lyxtabular>
13269
13270 \end_inset
13271
13272
13273 \end_layout
13274
13275 \end_inset
13276
13277
13278 \end_layout
13279
13280 \begin_layout Standard
13281 Spaces to table rows can be added using the 
13282 \family sans
13283 Borders
13284 \family default
13285  tab of the table dialog as described in section
13286 \begin_inset space ~
13287 \end_inset
13288
13289
13290 \begin_inset CommandInset ref
13291 LatexCommand ref
13292 reference "sub:Row-Spacing"
13293
13294 \end_inset
13295
13296 .
13297 \end_layout
13298
13299 \begin_layout Standard
13300 Unlike normal tables, formal tables have no vertical table lines.
13301  The horizontal table lines can be set as for normal tables but they appear
13302  with different widths in the output:
13303 \begin_inset Newline newline
13304 \end_inset
13305
13306 The first and the last table line have a default width of 0.08
13307 \begin_inset space \thinspace{}
13308 \end_inset
13309
13310 em while the other lines have a default width of 0.05
13311 \begin_inset space \thinspace{}
13312 \end_inset
13313
13314 em.
13315 \end_layout
13316
13317 \begin_layout Standard
13318 The default widths can be changed with the following preamble lines
13319 \end_layout
13320
13321 \begin_layout Standard
13322
13323 \series bold
13324
13325 \backslash
13326 let
13327 \backslash
13328 mytoprule
13329 \backslash
13330 toprule
13331 \begin_inset Newline newline
13332 \end_inset
13333
13334
13335 \backslash
13336 renewcommand{
13337 \backslash
13338 toprule}{
13339 \backslash
13340 mytoprule[width]}
13341 \end_layout
13342
13343 \begin_layout Standard
13344 This example is for the first line, the so called 
13345 \series bold
13346 toprule
13347 \series default
13348 .
13349  If you want to change the width for the last line, replace 
13350 \series bold
13351 toprule
13352 \series default
13353  by 
13354 \series bold
13355 bottomrule
13356 \series default
13357 .
13358  To change the width for the other lines replace 
13359 \series bold
13360 toprule
13361 \series default
13362  by 
13363 \series bold
13364 midrule
13365 \series default
13366 .
13367  You can use all units listed in appendix
13368 \begin_inset space ~
13369 \end_inset
13370
13371
13372 \begin_inset CommandInset ref
13373 LatexCommand ref
13374 reference "cha:Units-available-in"
13375
13376 \end_inset
13377
13378  to set the width.
13379 \end_layout
13380
13381 \begin_layout Standard
13382 Lines that do not span all table columns can be created by setting a table
13383  line for multicolumn cells.
13384  LyX will then internally use the command 
13385 \series bold
13386
13387 \backslash
13388 cmidrule
13389 \series default
13390  to create this line.
13391  Its full scheme is
13392 \end_layout
13393
13394 \begin_layout Standard
13395
13396 \series bold
13397
13398 \backslash
13399 cmidrule[width](trim){startcol-endcol}
13400 \end_layout
13401
13402 \begin_layout Standard
13403 The options of 
13404 \series bold
13405
13406 \backslash
13407 cmidrule
13408 \series default
13409  are currently not supported by LyX so you have to use TeX-Code to be able
13410  to use them.
13411  
13412 \series bold
13413
13414 \backslash
13415 cmidrule
13416 \series default
13417 s can manually be created by inserting the command as TeX-Code as the first
13418  cell entry of the first cell of a row.
13419  The line is then drawn in the output above the current row.
13420 \end_layout
13421
13422 \begin_layout Standard
13423 The default for the width is 0.03
13424 \begin_inset space \thinspace{}
13425 \end_inset
13426
13427 em.
13428  Startcol is the number of the column where the line starts and endcol the
13429  column number where the line ends.
13430  The endcol always needs to be specified, also when the line should span
13431  only one column.
13432  The optional parameter trim could be either 
13433 \emph on
13434 l{trimwidth}
13435 \emph default
13436 , or 
13437 \emph on
13438 r{trimwidth}
13439 \emph default
13440  where the trimwidth is also optional.
13441  Using for example the parameter 
13442 \emph on
13443 l{2pt}
13444 \emph default
13445  means that the line is trimmed from its left end by 2
13446 \begin_inset space \thinspace{}
13447 \end_inset
13448
13449 pt.
13450  If you don't specify the trimwidth the lines are trimmed by the default
13451  of 0.5
13452 \begin_inset space \thinspace{}
13453 \end_inset
13454
13455 em.
13456 \end_layout
13457
13458 \begin_layout Standard
13459 \begin_inset VSpace bigskip
13460 \end_inset
13461
13462 Table
13463 \begin_inset space ~
13464 \end_inset
13465
13466
13467 \begin_inset CommandInset ref
13468 LatexCommand ref
13469 reference "tab:Example-booktabs-table"
13470
13471 \end_inset
13472
13473  was created using the commands
13474 \end_layout
13475
13476 \begin_layout Standard
13477
13478 \series bold
13479
13480 \backslash
13481 cmidrule(r){2-2}
13482 \backslash
13483 cmidrule(l){3-4}
13484 \end_layout
13485
13486 \begin_layout Standard
13487 at the beginning of the second row and
13488 \end_layout
13489
13490 \begin_layout Standard
13491
13492 \series bold
13493
13494 \backslash
13495 cmidrule(l{10pt}){1-1}
13496 \end_layout
13497
13498 \begin_layout Standard
13499 in the sixth row.
13500 \end_layout
13501
13502 \begin_layout Standard
13503 \begin_inset VSpace bigskip
13504 \end_inset
13505
13506
13507 \end_layout
13508
13509 \begin_layout Standard
13510 You might want to have overlapping 
13511 \series bold
13512
13513 \backslash
13514 cmidrule
13515 \series default
13516 s as in in Table
13517 \begin_inset space ~
13518 \end_inset
13519
13520
13521 \begin_inset CommandInset ref
13522 LatexCommand ref
13523 reference "tab:Special-booktabs-table"
13524
13525 \end_inset
13526
13527 .
13528  This can be achieved with the TeX-Code command
13529 \end_layout
13530
13531 \begin_layout Standard
13532
13533 \series bold
13534
13535 \backslash
13536 morecmidrules
13537 \end_layout
13538
13539 \begin_layout Standard
13540 The command that was used for the second row of Table
13541 \begin_inset space ~
13542 \end_inset
13543
13544
13545 \begin_inset CommandInset ref
13546 LatexCommand ref
13547 reference "tab:Special-booktabs-table"
13548
13549 \end_inset
13550
13551  is
13552 \end_layout
13553
13554 \begin_layout Standard
13555
13556 \series bold
13557
13558 \backslash
13559 cmidrule(r){2-2}
13560 \backslash
13561 cmidrule(l){3-4}
13562 \backslash
13563 morecmidrules
13564 \backslash
13565 cmidrule{2-4}
13566 \end_layout
13567
13568 \begin_layout Standard
13569 The command for the sixth row is
13570 \end_layout
13571
13572 \begin_layout Standard
13573
13574 \series bold
13575
13576 \backslash
13577 midrule
13578 \backslash
13579 morecmidrules
13580 \backslash
13581 cmidrule{3-4}
13582 \end_layout
13583
13584 \begin_layout Standard
13585 \begin_inset VSpace bigskip
13586 \end_inset
13587
13588
13589 \end_layout
13590
13591 \begin_layout Standard
13592 If you are anyway not satisfied with the border line spacing, you can use
13593  the following command to produce lines that span over all table columns
13594 \series bold
13595 :
13596 \end_layout
13597
13598 \begin_layout Standard
13599
13600 \series bold
13601
13602 \backslash
13603 specialrule{width}{space above}{space below}
13604 \end_layout
13605
13606 \begin_layout Standard
13607 For more information about these features, refer to the manual of the LaTeX-pack
13608 age 
13609 \series bold
13610 booktabs
13611 \series default
13612  
13613 \begin_inset CommandInset citation
13614 LatexCommand cite
13615 key "booktabs"
13616
13617 \end_inset
13618
13619 .
13620 \begin_inset Index idx
13621 status collapsed
13622
13623 \begin_layout Plain Layout
13624 LaTeX-packages ! booktabs
13625 \end_layout
13626
13627 \end_inset
13628
13629
13630 \end_layout
13631
13632 \begin_layout Standard
13633 \begin_inset Float table
13634 placement h
13635 wide false
13636 sideways false
13637 status open
13638
13639 \begin_layout Plain Layout
13640 \begin_inset Caption
13641
13642 \begin_layout Plain Layout
13643 \begin_inset CommandInset label
13644 LatexCommand label
13645 name "tab:Special-booktabs-table"
13646
13647 \end_inset
13648
13649 Special booktabs-table
13650 \end_layout
13651
13652 \end_inset
13653
13654
13655 \end_layout
13656
13657 \begin_layout Plain Layout
13658 \align center
13659 \begin_inset Tabular
13660 <lyxtabular version="3" rows="8" columns="4">
13661 <features booktabs="true" tabularvalignment="middle">
13662 <column alignment="center" valignment="top" width="0">
13663 <column alignment="center" valignment="top" width="0">
13664 <column alignment="center" valignment="top" width="0">
13665 <column alignment="center" valignment="top" width="0">
13666 <row>
13667 <cell alignment="center" valignment="top" topline="true" usebox="none">
13668 \begin_inset Text
13669
13670 \begin_layout Plain Layout
13671 System
13672 \end_layout
13673
13674 \end_inset
13675 </cell>
13676 <cell alignment="center" valignment="top" topline="true" usebox="none">
13677 \begin_inset Text
13678
13679 \begin_layout Plain Layout
13680 Chip
13681 \begin_inset space \thinspace{}
13682 \end_inset
13683
13684 1
13685 \end_layout
13686
13687 \end_inset
13688 </cell>
13689 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13690 \begin_inset Text
13691
13692 \begin_layout Plain Layout
13693 Chip
13694 \begin_inset space \thinspace{}
13695 \end_inset
13696
13697 2
13698 \end_layout
13699
13700 \end_inset
13701 </cell>
13702 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13703 \begin_inset Text
13704
13705 \begin_layout Plain Layout
13706
13707 \end_layout
13708
13709 \end_inset
13710 </cell>
13711 </row>
13712 <row>
13713 <cell alignment="center" valignment="top" usebox="none">
13714 \begin_inset Text
13715
13716 \begin_layout Plain Layout
13717 \begin_inset ERT
13718 status collapsed
13719
13720 \begin_layout Plain Layout
13721
13722
13723 \backslash
13724 cmidrule(r){2-2}
13725 \end_layout
13726
13727 \end_inset
13728
13729
13730 \begin_inset ERT
13731 status collapsed
13732
13733 \begin_layout Plain Layout
13734
13735
13736 \backslash
13737 cmidrule(l){3-4}
13738 \end_layout
13739
13740 \end_inset
13741
13742
13743 \begin_inset ERT
13744 status collapsed
13745
13746 \begin_layout Plain Layout
13747
13748
13749 \backslash
13750 morecmidrules 
13751 \end_layout
13752
13753 \end_inset
13754
13755
13756 \begin_inset ERT
13757 status collapsed
13758
13759 \begin_layout Plain Layout
13760
13761
13762 \backslash
13763 cmidrule{2-4}
13764 \end_layout
13765
13766 \end_inset
13767
13768 Detector thickness in Âµm
13769 \end_layout
13770
13771 \end_inset
13772 </cell>
13773 <cell alignment="center" valignment="top" usebox="none">
13774 \begin_inset Text
13775
13776 \begin_layout Plain Layout
13777 300
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 <cell alignment="center" valignment="top" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Plain Layout
13786 300
13787 \end_layout
13788
13789 \end_inset
13790 </cell>
13791 <cell alignment="center" valignment="top" usebox="none">
13792 \begin_inset Text
13793
13794 \begin_layout Plain Layout
13795 700
13796 \end_layout
13797
13798 \end_inset
13799 </cell>
13800 </row>
13801 <row>
13802 <cell alignment="center" valignment="top" topline="true" usebox="none">
13803 \begin_inset Text
13804
13805 \begin_layout Plain Layout
13806 Edge angle in Â°
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 <cell alignment="center" valignment="top" topline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Plain Layout
13815 3.55
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 <cell alignment="center" valignment="top" topline="true" usebox="none">
13821 \begin_inset Text
13822
13823 \begin_layout Plain Layout
13824 2.71
13825 \end_layout
13826
13827 \end_inset
13828 </cell>
13829 <cell alignment="center" valignment="top" topline="true" usebox="none">
13830 \begin_inset Text
13831
13832 \begin_layout Plain Layout
13833 7.99
13834 \end_layout
13835
13836 \end_inset
13837 </cell>
13838 </row>
13839 <row topspace="default">
13840 <cell alignment="center" valignment="top" usebox="none">
13841 \begin_inset Text
13842
13843 \begin_layout Plain Layout
13844 Spatial resolution in Âµm
13845 \end_layout
13846
13847 \end_inset
13848 </cell>
13849 <cell alignment="center" valignment="top" usebox="none">
13850 \begin_inset Text
13851
13852 \begin_layout Plain Layout
13853 4.26
13854 \end_layout
13855
13856 \end_inset
13857 </cell>
13858 <cell alignment="center" valignment="top" usebox="none">
13859 \begin_inset Text
13860
13861 \begin_layout Plain Layout
13862 10.17
13863 \end_layout
13864
13865 \end_inset
13866 </cell>
13867 <cell alignment="center" valignment="top" usebox="none">
13868 \begin_inset Text
13869
13870 \begin_layout Plain Layout
13871 10.56
13872 \end_layout
13873
13874 \end_inset
13875 </cell>
13876 </row>
13877 <row topspace="default">
13878 <cell alignment="center" valignment="top" usebox="none">
13879 \begin_inset Text
13880
13881 \begin_layout Plain Layout
13882 MTF at 
13883 \begin_inset Formula $f_{\mathrm{max}}$
13884 \end_inset
13885
13886
13887 \end_layout
13888
13889 \end_inset
13890 </cell>
13891 <cell alignment="center" valignment="top" usebox="none">
13892 \begin_inset Text
13893
13894 \begin_layout Plain Layout
13895 0.53
13896 \end_layout
13897
13898 \end_inset
13899 </cell>
13900 <cell alignment="center" valignment="top" usebox="none">
13901 \begin_inset Text
13902
13903 \begin_layout Plain Layout
13904 0.37
13905 \end_layout
13906
13907 \end_inset
13908 </cell>
13909 <cell alignment="center" valignment="top" usebox="none">
13910 \begin_inset Text
13911
13912 \begin_layout Plain Layout
13913 0.39
13914 \end_layout
13915
13916 \end_inset
13917 </cell>
13918 </row>
13919 <row>
13920 <cell alignment="center" valignment="top" topline="true" usebox="none">
13921 \begin_inset Text
13922
13923 \begin_layout Plain Layout
13924 \begin_inset ERT
13925 status collapsed
13926
13927 \begin_layout Plain Layout
13928
13929
13930 \backslash
13931 morecmidrules 
13932 \end_layout
13933
13934 \end_inset
13935
13936
13937 \begin_inset ERT
13938 status collapsed
13939
13940 \begin_layout Plain Layout
13941
13942
13943 \backslash
13944 cmidrule{3-4}
13945 \end_layout
13946
13947 \end_inset
13948
13949 LSF-spatial resolution
13950 \end_layout
13951
13952 \end_inset
13953 </cell>
13954 <cell alignment="center" valignment="top" topline="true" usebox="none">
13955 \begin_inset Text
13956
13957 \begin_layout Plain Layout
13958
13959 \end_layout
13960
13961 \end_inset
13962 </cell>
13963 <cell alignment="center" valignment="top" topline="true" usebox="none">
13964 \begin_inset Text
13965
13966 \begin_layout Plain Layout
13967
13968 \end_layout
13969
13970 \end_inset
13971 </cell>
13972 <cell alignment="center" valignment="top" topline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976
13977 \end_layout
13978
13979 \end_inset
13980 </cell>
13981 </row>
13982 <row>
13983 <cell alignment="center" valignment="top" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987 in Âµm
13988 \end_layout
13989
13990 \end_inset
13991 </cell>
13992 <cell alignment="center" valignment="top" usebox="none">
13993 \begin_inset Text
13994
13995 \begin_layout Plain Layout
13996 129.7
13997 \end_layout
13998
13999 \end_inset
14000 </cell>
14001 <cell alignment="center" valignment="top" usebox="none">
14002 \begin_inset Text
14003
14004 \begin_layout Plain Layout
14005 52.75
14006 \end_layout
14007
14008 \end_inset
14009 </cell>
14010 <cell alignment="center" valignment="top" usebox="none">
14011 \begin_inset Text
14012
14013 \begin_layout Plain Layout
14014 50.78
14015 \end_layout
14016
14017 \end_inset
14018 </cell>
14019 </row>
14020 <row>
14021 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14022 \begin_inset Text
14023
14024 \begin_layout Plain Layout
14025 in % of pixel size
14026 \end_layout
14027
14028 \end_inset
14029 </cell>
14030 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14031 \begin_inset Text
14032
14033 \begin_layout Plain Layout
14034 76.3
14035 \end_layout
14036
14037 \end_inset
14038 </cell>
14039 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14040 \begin_inset Text
14041
14042 \begin_layout Plain Layout
14043 95.9
14044 \end_layout
14045
14046 \end_inset
14047 </cell>
14048 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14049 \begin_inset Text
14050
14051 \begin_layout Plain Layout
14052 92.3
14053 \end_layout
14054
14055 \end_inset
14056 </cell>
14057 </row>
14058 </lyxtabular>
14059
14060 \end_inset
14061
14062
14063 \end_layout
14064
14065 \end_inset
14066
14067
14068 \end_layout
14069
14070 \begin_layout Section
14071 Vertical Table Alignment
14072 \begin_inset Index idx
14073 status collapsed
14074
14075 \begin_layout Plain Layout
14076 Table ! Alignment
14077 \end_layout
14078
14079 \end_inset
14080
14081
14082 \end_layout
14083
14084 \begin_layout Standard
14085 To align tables vertically in a text line the table must be inside a box.
14086  The box can then be vertically aligned as described in section
14087 \begin_inset space ~
14088 \end_inset
14089
14090
14091 \begin_inset CommandInset ref
14092 LatexCommand ref
14093 reference "sec:Box-Dialog"
14094
14095 \end_inset
14096
14097 .
14098 \end_layout
14099
14100 \begin_layout Standard
14101 In the following example the tables are inside a minipage
14102 \begin_inset Foot
14103 status collapsed
14104
14105 \begin_layout Plain Layout
14106 Minipages are described in section
14107 \begin_inset space ~
14108 \end_inset
14109
14110
14111 \begin_inset CommandInset ref
14112 LatexCommand ref
14113 reference "sec:Minipages"
14114
14115 \end_inset
14116
14117 .
14118 \end_layout
14119
14120 \end_inset
14121
14122  box that has a width of 15
14123 \begin_inset space \thinspace{}
14124 \end_inset
14125
14126 col%:
14127 \end_layout
14128
14129 \begin_layout Itemize
14130 test 
14131 \begin_inset Box Frameless
14132 position "t"
14133 hor_pos "c"
14134 has_inner_box 1
14135 inner_pos "c"
14136 use_parbox 0
14137 use_makebox 0
14138 width "15col%"
14139 special "none"
14140 height "1in"
14141 height_special "totalheight"
14142 status collapsed
14143
14144 \begin_layout Plain Layout
14145 \begin_inset Tabular
14146 <lyxtabular version="3" rows="3" columns="3">
14147 <features tabularvalignment="middle">
14148 <column alignment="center" valignment="top" width="0">
14149 <column alignment="center" valignment="top" width="0">
14150 <column alignment="center" valignment="top" width="0">
14151 <row>
14152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14153 \begin_inset Text
14154
14155 \begin_layout Plain Layout
14156 a
14157 \end_layout
14158
14159 \end_inset
14160 </cell>
14161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14162 \begin_inset Text
14163
14164 \begin_layout Plain Layout
14165 d
14166 \end_layout
14167
14168 \end_inset
14169 </cell>
14170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14171 \begin_inset Text
14172
14173 \begin_layout Plain Layout
14174 g
14175 \end_layout
14176
14177 \end_inset
14178 </cell>
14179 </row>
14180 <row>
14181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14182 \begin_inset Text
14183
14184 \begin_layout Plain Layout
14185 b
14186 \end_layout
14187
14188 \end_inset
14189 </cell>
14190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14191 \begin_inset Text
14192
14193 \begin_layout Plain Layout
14194 e
14195 \end_layout
14196
14197 \end_inset
14198 </cell>
14199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14200 \begin_inset Text
14201
14202 \begin_layout Plain Layout
14203 h
14204 \end_layout
14205
14206 \end_inset
14207 </cell>
14208 </row>
14209 <row>
14210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14211 \begin_inset Text
14212
14213 \begin_layout Plain Layout
14214 c
14215 \end_layout
14216
14217 \end_inset
14218 </cell>
14219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14220 \begin_inset Text
14221
14222 \begin_layout Plain Layout
14223 f
14224 \end_layout
14225
14226 \end_inset
14227 </cell>
14228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14229 \begin_inset Text
14230
14231 \begin_layout Plain Layout
14232 i
14233 \end_layout
14234
14235 \end_inset
14236 </cell>
14237 </row>
14238 </lyxtabular>
14239
14240 \end_inset
14241
14242
14243 \end_layout
14244
14245 \end_inset
14246
14247  test 
14248 \begin_inset ERT
14249 status collapsed
14250
14251 \begin_layout Plain Layout
14252
14253
14254 \backslash
14255 raisebox{0.85
14256 \backslash
14257 baselineskip}{
14258 \end_layout
14259
14260 \end_inset
14261
14262
14263 \begin_inset Box Frameless
14264 position "t"
14265 hor_pos "c"
14266 has_inner_box 1
14267 inner_pos "c"
14268 use_parbox 0
14269 use_makebox 0
14270 width "15col%"
14271 special "none"
14272 height "1in"
14273 height_special "totalheight"
14274 status collapsed
14275
14276 \begin_layout Plain Layout
14277 \begin_inset Tabular
14278 <lyxtabular version="3" rows="3" columns="3">
14279 <features tabularvalignment="middle">
14280 <column alignment="center" valignment="top" width="0">
14281 <column alignment="center" valignment="top" width="0">
14282 <column alignment="center" valignment="top" width="0">
14283 <row>
14284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14285 \begin_inset Text
14286
14287 \begin_layout Plain Layout
14288 a
14289 \end_layout
14290
14291 \end_inset
14292 </cell>
14293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14294 \begin_inset Text
14295
14296 \begin_layout Plain Layout
14297 d
14298 \end_layout
14299
14300 \end_inset
14301 </cell>
14302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14303 \begin_inset Text
14304
14305 \begin_layout Plain Layout
14306 g
14307 \end_layout
14308
14309 \end_inset
14310 </cell>
14311 </row>
14312 <row>
14313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14314 \begin_inset Text
14315
14316 \begin_layout Plain Layout
14317 b
14318 \end_layout
14319
14320 \end_inset
14321 </cell>
14322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14323 \begin_inset Text
14324
14325 \begin_layout Plain Layout
14326 e
14327 \end_layout
14328
14329 \end_inset
14330 </cell>
14331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14332 \begin_inset Text
14333
14334 \begin_layout Plain Layout
14335 h
14336 \end_layout
14337
14338 \end_inset
14339 </cell>
14340 </row>
14341 <row>
14342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14343 \begin_inset Text
14344
14345 \begin_layout Plain Layout
14346 c
14347 \end_layout
14348
14349 \end_inset
14350 </cell>
14351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14352 \begin_inset Text
14353
14354 \begin_layout Plain Layout
14355 f
14356 \end_layout
14357
14358 \end_inset
14359 </cell>
14360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14361 \begin_inset Text
14362
14363 \begin_layout Plain Layout
14364 i
14365 \end_layout
14366
14367 \end_inset
14368 </cell>
14369 </row>
14370 </lyxtabular>
14371
14372 \end_inset
14373
14374
14375 \end_layout
14376
14377 \end_inset
14378
14379
14380 \begin_inset ERT
14381 status collapsed
14382
14383 \begin_layout Plain Layout
14384
14385 }
14386 \end_layout
14387
14388 \end_inset
14389
14390
14391 \end_layout
14392
14393 \begin_layout Itemize
14394 test 
14395 \begin_inset Box Frameless
14396 position "c"
14397 hor_pos "c"
14398 has_inner_box 1
14399 inner_pos "c"
14400 use_parbox 0
14401 use_makebox 0
14402 width "15col%"
14403 special "none"
14404 height "1in"
14405 height_special "totalheight"
14406 status collapsed
14407
14408 \begin_layout Plain Layout
14409 \begin_inset Tabular
14410 <lyxtabular version="3" rows="3" columns="3">
14411 <features tabularvalignment="middle">
14412 <column alignment="center" valignment="top" width="0">
14413 <column alignment="center" valignment="top" width="0">
14414 <column alignment="center" valignment="top" width="0">
14415 <row>
14416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14417 \begin_inset Text
14418
14419 \begin_layout Plain Layout
14420 a
14421 \end_layout
14422
14423 \end_inset
14424 </cell>
14425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14426 \begin_inset Text
14427
14428 \begin_layout Plain Layout
14429 d
14430 \end_layout
14431
14432 \end_inset
14433 </cell>
14434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14435 \begin_inset Text
14436
14437 \begin_layout Plain Layout
14438 g
14439 \end_layout
14440
14441 \end_inset
14442 </cell>
14443 </row>
14444 <row>
14445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14446 \begin_inset Text
14447
14448 \begin_layout Plain Layout
14449 b
14450 \end_layout
14451
14452 \end_inset
14453 </cell>
14454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14455 \begin_inset Text
14456
14457 \begin_layout Plain Layout
14458 e
14459 \end_layout
14460
14461 \end_inset
14462 </cell>
14463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14464 \begin_inset Text
14465
14466 \begin_layout Plain Layout
14467 h
14468 \end_layout
14469
14470 \end_inset
14471 </cell>
14472 </row>
14473 <row>
14474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14475 \begin_inset Text
14476
14477 \begin_layout Plain Layout
14478 c
14479 \end_layout
14480
14481 \end_inset
14482 </cell>
14483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14484 \begin_inset Text
14485
14486 \begin_layout Plain Layout
14487 f
14488 \end_layout
14489
14490 \end_inset
14491 </cell>
14492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14493 \begin_inset Text
14494
14495 \begin_layout Plain Layout
14496 i
14497 \end_layout
14498
14499 \end_inset
14500 </cell>
14501 </row>
14502 </lyxtabular>
14503
14504 \end_inset
14505
14506
14507 \end_layout
14508
14509 \end_inset
14510
14511
14512 \end_layout
14513
14514 \begin_layout Itemize
14515 test 
14516 \begin_inset Box Frameless
14517 position "b"
14518 hor_pos "c"
14519 has_inner_box 1
14520 inner_pos "c"
14521 use_parbox 0
14522 use_makebox 0
14523 width "15col%"
14524 special "none"
14525 height "1in"
14526 height_special "totalheight"
14527 status collapsed
14528
14529 \begin_layout Plain Layout
14530 \begin_inset Tabular
14531 <lyxtabular version="3" rows="3" columns="3">
14532 <features tabularvalignment="middle">
14533 <column alignment="center" valignment="top" width="0">
14534 <column alignment="center" valignment="top" width="0">
14535 <column alignment="center" valignment="top" width="0">
14536 <row>
14537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14538 \begin_inset Text
14539
14540 \begin_layout Plain Layout
14541 a
14542 \end_layout
14543
14544 \end_inset
14545 </cell>
14546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14547 \begin_inset Text
14548
14549 \begin_layout Plain Layout
14550 d
14551 \end_layout
14552
14553 \end_inset
14554 </cell>
14555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14556 \begin_inset Text
14557
14558 \begin_layout Plain Layout
14559 g
14560 \end_layout
14561
14562 \end_inset
14563 </cell>
14564 </row>
14565 <row>
14566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14567 \begin_inset Text
14568
14569 \begin_layout Plain Layout
14570 b
14571 \end_layout
14572
14573 \end_inset
14574 </cell>
14575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14576 \begin_inset Text
14577
14578 \begin_layout Plain Layout
14579 e
14580 \end_layout
14581
14582 \end_inset
14583 </cell>
14584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14585 \begin_inset Text
14586
14587 \begin_layout Plain Layout
14588 h
14589 \end_layout
14590
14591 \end_inset
14592 </cell>
14593 </row>
14594 <row>
14595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Plain Layout
14599 c
14600 \end_layout
14601
14602 \end_inset
14603 </cell>
14604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14605 \begin_inset Text
14606
14607 \begin_layout Plain Layout
14608 f
14609 \end_layout
14610
14611 \end_inset
14612 </cell>
14613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14614 \begin_inset Text
14615
14616 \begin_layout Plain Layout
14617 i
14618 \end_layout
14619
14620 \end_inset
14621 </cell>
14622 </row>
14623 </lyxtabular>
14624
14625 \end_inset
14626
14627
14628 \end_layout
14629
14630 \end_inset
14631
14632  test 
14633 \begin_inset ERT
14634 status collapsed
14635
14636 \begin_layout Plain Layout
14637
14638
14639 \backslash
14640 raisebox{-0.32
14641 \backslash
14642 baselineskip}{
14643 \end_layout
14644
14645 \end_inset
14646
14647
14648 \begin_inset Box Frameless
14649 position "b"
14650 hor_pos "c"
14651 has_inner_box 1
14652 inner_pos "c"
14653 use_parbox 0
14654 use_makebox 0
14655 width "15col%"
14656 special "none"
14657 height "1in"
14658 height_special "totalheight"
14659 status collapsed
14660
14661 \begin_layout Plain Layout
14662 \begin_inset Tabular
14663 <lyxtabular version="3" rows="3" columns="3">
14664 <features tabularvalignment="middle">
14665 <column alignment="center" valignment="top" width="0">
14666 <column alignment="center" valignment="top" width="0">
14667 <column alignment="center" valignment="top" width="0">
14668 <row>
14669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14670 \begin_inset Text
14671
14672 \begin_layout Plain Layout
14673 a
14674 \end_layout
14675
14676 \end_inset
14677 </cell>
14678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14679 \begin_inset Text
14680
14681 \begin_layout Plain Layout
14682 d
14683 \end_layout
14684
14685 \end_inset
14686 </cell>
14687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14688 \begin_inset Text
14689
14690 \begin_layout Plain Layout
14691 g
14692 \end_layout
14693
14694 \end_inset
14695 </cell>
14696 </row>
14697 <row>
14698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14699 \begin_inset Text
14700
14701 \begin_layout Plain Layout
14702 b
14703 \end_layout
14704
14705 \end_inset
14706 </cell>
14707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14708 \begin_inset Text
14709
14710 \begin_layout Plain Layout
14711 e
14712 \end_layout
14713
14714 \end_inset
14715 </cell>
14716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14717 \begin_inset Text
14718
14719 \begin_layout Plain Layout
14720 h
14721 \end_layout
14722
14723 \end_inset
14724 </cell>
14725 </row>
14726 <row>
14727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14728 \begin_inset Text
14729
14730 \begin_layout Plain Layout
14731 c
14732 \end_layout
14733
14734 \end_inset
14735 </cell>
14736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14737 \begin_inset Text
14738
14739 \begin_layout Plain Layout
14740 f
14741 \end_layout
14742
14743 \end_inset
14744 </cell>
14745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14746 \begin_inset Text
14747
14748 \begin_layout Plain Layout
14749 i
14750 \end_layout
14751
14752 \end_inset
14753 </cell>
14754 </row>
14755 </lyxtabular>
14756
14757 \end_inset
14758
14759
14760 \end_layout
14761
14762 \end_inset
14763
14764
14765 \begin_inset ERT
14766 status collapsed
14767
14768 \begin_layout Plain Layout
14769
14770 }
14771 \end_layout
14772
14773 \end_inset
14774
14775
14776 \end_layout
14777
14778 \begin_layout Standard
14779 As you will see, the content of the first and last table row is not correctly
14780  aligned.
14781  To get this alignment, the minipage box must be set into a raisebox
14782 \begin_inset Foot
14783 status collapsed
14784
14785 \begin_layout Plain Layout
14786 Raiseboxes are described in section
14787 \begin_inset space ~
14788 \end_inset
14789
14790
14791 \begin_inset CommandInset ref
14792 LatexCommand ref
14793 reference "sub:Vertical-Alignment"
14794
14795 \end_inset
14796
14797 .
14798 \end_layout
14799
14800 \end_inset
14801
14802 .
14803  In the example above the second table in the first item is aligned using
14804  the TeX-Code-command
14805 \end_layout
14806
14807 \begin_layout Standard
14808
14809 \series bold
14810
14811 \backslash
14812 raisebox{0.85
14813 \backslash
14814 baselineskip}{
14815 \end_layout
14816
14817 \begin_layout Standard
14818 before the box.
14819  After the box the closing brace 
14820 \series bold
14821 }
14822 \series default
14823  is inserted as TeX-Code.
14824  For the second table in the last item the command
14825 \end_layout
14826
14827 \begin_layout Standard
14828
14829 \series bold
14830
14831 \backslash
14832 raisebox{-0.32
14833 \backslash
14834 baselineskip}{
14835 \end_layout
14836
14837 \begin_layout Standard
14838 is used.
14839 \end_layout
14840
14841 \begin_layout Standard
14842 \begin_inset Note Greyedout
14843 status open
14844
14845 \begin_layout Plain Layout
14846
14847 \series bold
14848 Note:
14849 \series default
14850  The alignment of the table row content to the surrounding text line is
14851  not exact.
14852  The required value for the 
14853 \series bold
14854
14855 \backslash
14856 raisebox
14857 \series default
14858  command for this alignment depends on the document font, the font size,
14859  and the table line thickness.
14860 \end_layout
14861
14862 \end_inset
14863
14864
14865 \end_layout
14866
14867 \begin_layout Section
14868 Colored Tables
14869 \begin_inset CommandInset label
14870 LatexCommand label
14871 name "sec:Colored-Tables"
14872
14873 \end_inset
14874
14875
14876 \begin_inset Index idx
14877 status collapsed
14878
14879 \begin_layout Plain Layout
14880 Table ! Color
14881 \end_layout
14882
14883 \end_inset
14884
14885
14886 \end_layout
14887
14888 \begin_layout Subsection
14889 Colored Cells
14890 \begin_inset Index idx
14891 status collapsed
14892
14893 \begin_layout Plain Layout
14894 Table Color ! for Cells
14895 \end_layout
14896
14897 \end_inset
14898
14899
14900 \begin_inset Index idx
14901 status collapsed
14902
14903 \begin_layout Plain Layout
14904 Color ! for Table Cells
14905 \end_layout
14906
14907 \end_inset
14908
14909
14910 \end_layout
14911
14912 \begin_layout Standard
14913 \begin_inset Float table
14914 placement h
14915 wide false
14916 sideways false
14917 status open
14918
14919 \begin_layout Plain Layout
14920 \begin_inset Caption
14921
14922 \begin_layout Plain Layout
14923 \begin_inset CommandInset label
14924 LatexCommand label
14925 name "tab:Table-colored-without"
14926
14927 \end_inset
14928
14929 Table colored without using the package 
14930 \series bold
14931 colortbl
14932 \series default
14933
14934 \begin_inset Argument
14935 status collapsed
14936
14937 \begin_layout Plain Layout
14938 Table without colortbl
14939 \end_layout
14940
14941 \end_inset
14942
14943
14944 \end_layout
14945
14946 \end_inset
14947
14948
14949 \end_layout
14950
14951 \begin_layout Plain Layout
14952 \align center
14953 \begin_inset Tabular
14954 <lyxtabular version="3" rows="3" columns="3">
14955 <features tabularvalignment="middle">
14956 <column alignment="center" valignment="top" width="0">
14957 <column alignment="center" valignment="top" width="0">
14958 <column alignment="center" valignment="top" width="0">
14959 <row>
14960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14961 \begin_inset Text
14962
14963 \begin_layout Plain Layout
14964
14965 \color green
14966 a
14967 \end_layout
14968
14969 \end_inset
14970 </cell>
14971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14972 \begin_inset Text
14973
14974 \begin_layout Plain Layout
14975
14976 \color red
14977 b
14978 \end_layout
14979
14980 \end_inset
14981 </cell>
14982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14983 \begin_inset Text
14984
14985 \begin_layout Plain Layout
14986
14987 \color red
14988 c
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 </row>
14994 <row>
14995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14996 \begin_inset Text
14997
14998 \begin_layout Plain Layout
14999
15000 \color green
15001 d
15002 \end_layout
15003
15004 \end_inset
15005 </cell>
15006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15007 \begin_inset Text
15008
15009 \begin_layout Plain Layout
15010
15011 \color blue
15012 e
15013 \end_layout
15014
15015 \end_inset
15016 </cell>
15017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15018 \begin_inset Text
15019
15020 \begin_layout Plain Layout
15021
15022 \color blue
15023 f
15024 \end_layout
15025
15026 \end_inset
15027 </cell>
15028 </row>
15029 <row>
15030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034
15035 \color green
15036 g
15037 \end_layout
15038
15039 \end_inset
15040 </cell>
15041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15042 \begin_inset Text
15043
15044 \begin_layout Plain Layout
15045
15046 \color blue
15047 h
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Plain Layout
15056
15057 \color blue
15058 i
15059 \end_layout
15060
15061 \end_inset
15062 </cell>
15063 </row>
15064 </lyxtabular>
15065
15066 \end_inset
15067
15068
15069 \end_layout
15070
15071 \end_inset
15072
15073
15074 \end_layout
15075
15076 \begin_layout Standard
15077 If you only need colored text, mark the cells and choose a color in the
15078  menu 
15079 \family sans
15080 Edit\SpecialChar \menuseparator
15081 Text
15082 \begin_inset space ~
15083 \end_inset
15084
15085 Style
15086 \family default
15087 .
15088  This was used to create Table
15089 \begin_inset space ~
15090 \end_inset
15091
15092
15093 \begin_inset CommandInset ref
15094 LatexCommand ref
15095 reference "tab:Table-colored-without"
15096
15097 \end_inset
15098
15099 .
15100  In any other case you have to use the LaTeX-package 
15101 \series bold
15102 colortbl
15103 \series default
15104 .
15105 \begin_inset Index idx
15106 status collapsed
15107
15108 \begin_layout Plain Layout
15109 LaTeX-packages ! colortbl
15110 \end_layout
15111
15112 \end_inset
15113
15114
15115 \end_layout
15116
15117 \begin_layout Standard
15118 \begin_inset ERT
15119 status collapsed
15120
15121 \begin_layout Plain Layout
15122
15123
15124 \backslash
15125 ifcolortbl
15126 \end_layout
15127
15128 \end_inset
15129
15130
15131 \begin_inset Note Note
15132 status open
15133
15134 \begin_layout Plain Layout
15135 The following section part will only be displayed when the LaTeX-package
15136  
15137 \series bold
15138 colortbl
15139 \series default
15140  is installed.
15141 \end_layout
15142
15143 \end_inset
15144
15145
15146 \end_layout
15147
15148 \begin_layout Standard
15149 To create colored tables, 
15150 \series bold
15151 colortbl
15152 \series default
15153  must be loaded in the preamble with the line
15154 \end_layout
15155
15156 \begin_layout Standard
15157
15158 \series bold
15159
15160 \backslash
15161 usepackage{colortbl}
15162 \end_layout
15163
15164 \begin_layout Standard
15165 The color of a column is adjusted with the command
15166 \end_layout
15167
15168 \begin_layout Standard
15169
15170 \series bold
15171
15172 \backslash
15173 columncolor{name of color}
15174 \end_layout
15175
15176 \begin_layout Standard
15177 inside the command 
15178 \series bold
15179 >{ }
15180 \series default
15181 .
15182  More about the command 
15183 \series bold
15184 >{}
15185 \series default
15186  is contained in section
15187 \begin_inset space ~
15188 \end_inset
15189
15190
15191 \begin_inset CommandInset ref
15192 LatexCommand ref
15193 reference "sub:Multicolumn-Calculations"
15194
15195 \end_inset
15196
15197 .
15198 \end_layout
15199
15200 \begin_layout Standard
15201 The following color names are predefined:
15202 \end_layout
15203
15204 \begin_layout Standard
15205
15206 \family sans
15207 red
15208 \family default
15209
15210 \family sans
15211 green
15212 \family default
15213
15214 \family sans
15215 yellow
15216 \family default
15217
15218 \family sans
15219 blue
15220 \family default
15221
15222 \family sans
15223 cyan
15224 \family default
15225
15226 \family sans
15227 magenta
15228 \family default
15229
15230 \family sans
15231 black
15232 \family default
15233  and 
15234 \family sans
15235 white
15236 \end_layout
15237
15238 \begin_layout Standard
15239 \begin_inset VSpace medskip
15240 \end_inset
15241
15242
15243 \end_layout
15244
15245 \begin_layout Standard
15246 You can also define your own color with the command
15247 \end_layout
15248
15249 \begin_layout Standard
15250
15251 \series bold
15252
15253 \backslash
15254 definecolor{color name}{color model}{color values}
15255 \end_layout
15256
15257 \begin_layout Standard
15258 The color model can be
15259 \end_layout
15260
15261 \begin_layout Labeling
15262 \labelwidthstring 00.00.0000
15263 cmyk: cyan, magenta, yellow, black
15264 \end_layout
15265
15266 \begin_layout Labeling
15267 \labelwidthstring 00.00.0000
15268 rgb: red, green blue
15269 \end_layout
15270
15271 \begin_layout Labeling
15272 \labelwidthstring 00.00.0000
15273 gray gray
15274 \end_layout
15275
15276 \begin_layout Standard
15277 and the color values are comma separated numbers between 0 and 1 describing
15278  the factor for the corresponding color of the color model.
15279 \end_layout
15280
15281 \begin_layout Standard
15282 You can e.
15283 \begin_inset space \thinspace{}
15284 \end_inset
15285
15286 g.
15287 \begin_inset space \space{}
15288 \end_inset
15289
15290 define the color "
15291 \emph on
15292 darkgreen
15293 \emph default
15294 " in the preamble with
15295 \end_layout
15296
15297 \begin_layout Standard
15298
15299 \series bold
15300
15301 \backslash
15302 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
15303 \end_layout
15304
15305 \begin_layout Standard
15306 and the color "
15307 \emph on
15308 lightgray
15309 \emph default
15310 " with
15311 \end_layout
15312
15313 \begin_layout Standard
15314
15315 \series bold
15316
15317 \backslash
15318 definecolor{lightgray}{gray}{0.8}
15319 \end_layout
15320
15321 \begin_layout Standard
15322 \begin_inset VSpace medskip
15323 \end_inset
15324
15325
15326 \end_layout
15327
15328 \begin_layout Standard
15329 Lines are colored with the command
15330 \end_layout
15331
15332 \begin_layout Standard
15333
15334 \series bold
15335
15336 \backslash
15337 rowcolor{name of color}
15338 \end_layout
15339
15340 \begin_layout Standard
15341 and cells are colored with the command
15342 \end_layout
15343
15344 \begin_layout Standard
15345
15346 \series bold
15347
15348 \backslash
15349 cellcolor{name of color}
15350 \end_layout
15351
15352 \begin_layout Standard
15353 Both commands are inserted at the beginning of a cell as TeX-Code.
15354 \end_layout
15355
15356 \begin_layout Standard
15357 To color characters in the table, mark the cells and use the LyX menu 
15358 \family sans
15359 Edit\SpecialChar \menuseparator
15360 Text
15361 \begin_inset space ~
15362 \end_inset
15363
15364 Style
15365 \family default
15366 .
15367  If a cell contains TeX-Code mark only the characters, otherwise the colored
15368  TeX-Code will cause LaTeX-errors.
15369 \end_layout
15370
15371 \begin_layout Standard
15372 \begin_inset Note Greyedout
15373 status open
15374
15375 \begin_layout Plain Layout
15376
15377 \series bold
15378 Note:
15379 \series default
15380  Not all DVI-viewers are able to display self-defined colors.
15381 \end_layout
15382
15383 \end_inset
15384
15385
15386 \end_layout
15387
15388 \begin_layout Standard
15389 \begin_inset VSpace bigskip
15390 \end_inset
15391
15392
15393 \end_layout
15394
15395 \begin_layout Standard
15396 To create Table
15397 \begin_inset space ~
15398 \end_inset
15399
15400
15401 \begin_inset CommandInset ref
15402 LatexCommand ref
15403 reference "tab:Table-colored-using"
15404
15405 \end_inset
15406
15407  do the following: The color of the first column should be 
15408 \emph on
15409 darkgreen
15410 \emph default
15411 .
15412  So insert
15413 \end_layout
15414
15415 \begin_layout Standard
15416
15417 \series bold
15418 >{
15419 \backslash
15420 columncolor{darkgreen}
15421 \backslash
15422 centering}c
15423 \end_layout
15424
15425 \begin_layout Standard
15426 as LaTeX-argument for this column.
15427  The first row should be blue, therefore the TeX-Code command
15428 \end_layout
15429
15430 \begin_layout Standard
15431
15432 \series bold
15433
15434 \backslash
15435 rowcolor{cyan}
15436 \end_layout
15437
15438 \begin_layout Standard
15439 is inserted to the first cell of this row.
15440  Note that this overwrites the column color for the first cell.
15441  The last cell of the last row is colored magenta by inserting the TeX-Code
15442  command
15443 \end_layout
15444
15445 \begin_layout Standard
15446
15447 \series bold
15448
15449 \backslash
15450 cellcolor{magenta}
15451 \end_layout
15452
15453 \begin_layout Standard
15454 The characters could now be colored using the menu 
15455 \family sans
15456 Edit\SpecialChar \menuseparator
15457 Text
15458 \begin_inset space ~
15459 \end_inset
15460
15461 Style
15462 \family default
15463 .
15464 \end_layout
15465
15466 \begin_layout Standard
15467 \begin_inset Float table
15468 placement h
15469 wide false
15470 sideways false
15471 status open
15472
15473 \begin_layout Plain Layout
15474 \begin_inset Caption
15475
15476 \begin_layout Plain Layout
15477 \begin_inset CommandInset label
15478 LatexCommand label
15479 name "tab:Table-colored-using"
15480
15481 \end_inset
15482
15483 Table colored using the package 
15484 \series bold
15485 colortbl
15486 \series default
15487
15488 \begin_inset Argument
15489 status collapsed
15490
15491 \begin_layout Plain Layout
15492 Table with colortbl
15493 \end_layout
15494
15495 \end_inset
15496
15497
15498 \end_layout
15499
15500 \end_inset
15501
15502
15503 \end_layout
15504
15505 \begin_layout Plain Layout
15506 \align center
15507 \begin_inset Tabular
15508 <lyxtabular version="3" rows="3" columns="3">
15509 <features tabularvalignment="middle">
15510 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15511 <column alignment="center" valignment="top" width="0">
15512 <column alignment="center" valignment="top" width="0">
15513 <row>
15514 <cell alignment="center" valignment="top" usebox="none">
15515 \begin_inset Text
15516
15517 \begin_layout Plain Layout
15518 \begin_inset ERT
15519 status collapsed
15520
15521 \begin_layout Plain Layout
15522
15523
15524 \backslash
15525 rowcolor{cyan}
15526 \end_layout
15527
15528 \end_inset
15529
15530
15531 \color magenta
15532 a
15533 \end_layout
15534
15535 \end_inset
15536 </cell>
15537 <cell alignment="center" valignment="top" usebox="none">
15538 \begin_inset Text
15539
15540 \begin_layout Plain Layout
15541
15542 \color red
15543 b
15544 \end_layout
15545
15546 \end_inset
15547 </cell>
15548 <cell alignment="center" valignment="top" usebox="none">
15549 \begin_inset Text
15550
15551 \begin_layout Plain Layout
15552
15553 \color red
15554 c
15555 \end_layout
15556
15557 \end_inset
15558 </cell>
15559 </row>
15560 <row>
15561 <cell alignment="center" valignment="top" usebox="none">
15562 \begin_inset Text
15563
15564 \begin_layout Plain Layout
15565
15566 \color yellow
15567 d
15568 \end_layout
15569
15570 \end_inset
15571 </cell>
15572 <cell alignment="center" valignment="top" usebox="none">
15573 \begin_inset Text
15574
15575 \begin_layout Plain Layout
15576
15577 \color blue
15578 e
15579 \end_layout
15580
15581 \end_inset
15582 </cell>
15583 <cell alignment="center" valignment="top" usebox="none">
15584 \begin_inset Text
15585
15586 \begin_layout Plain Layout
15587
15588 \color blue
15589 f
15590 \end_layout
15591
15592 \end_inset
15593 </cell>
15594 </row>
15595 <row>
15596 <cell alignment="center" valignment="top" usebox="none">
15597 \begin_inset Text
15598
15599 \begin_layout Plain Layout
15600
15601 \color yellow
15602 g
15603 \end_layout
15604
15605 \end_inset
15606 </cell>
15607 <cell alignment="center" valignment="top" usebox="none">
15608 \begin_inset Text
15609
15610 \begin_layout Plain Layout
15611
15612 \color blue
15613 h
15614 \end_layout
15615
15616 \end_inset
15617 </cell>
15618 <cell alignment="center" valignment="top" usebox="none">
15619 \begin_inset Text
15620
15621 \begin_layout Plain Layout
15622 \begin_inset ERT
15623 status collapsed
15624
15625 \begin_layout Plain Layout
15626
15627
15628 \backslash
15629 cellcolor{magenta}
15630 \end_layout
15631
15632 \end_inset
15633
15634
15635 \color green
15636 i
15637 \end_layout
15638
15639 \end_inset
15640 </cell>
15641 </row>
15642 </lyxtabular>
15643
15644 \end_inset
15645
15646
15647 \end_layout
15648
15649 \end_inset
15650
15651
15652 \end_layout
15653
15654 \begin_layout Standard
15655 \begin_inset ERT
15656 status collapsed
15657
15658 \begin_layout Plain Layout
15659
15660
15661 \backslash
15662 else
15663 \end_layout
15664
15665 \end_inset
15666
15667
15668 \begin_inset Note Note
15669 status open
15670
15671 \begin_layout Plain Layout
15672 The following will be displayed when the LaTeX-package 
15673 \series bold
15674 colortbl
15675 \series default
15676  is not installed:
15677 \end_layout
15678
15679 \end_inset
15680
15681
15682 \end_layout
15683
15684 \begin_layout Standard
15685 You need to install the package 
15686 \series bold
15687 colortbl
15688 \series default
15689  to see the content of this section in the output.
15690 \end_layout
15691
15692 \begin_layout Standard
15693 \begin_inset ERT
15694 status collapsed
15695
15696 \begin_layout Plain Layout
15697
15698
15699 \backslash
15700 fi
15701 \end_layout
15702
15703 \end_inset
15704
15705
15706 \end_layout
15707
15708 \begin_layout Subsection
15709 Colored Lines
15710 \begin_inset Index idx
15711 status collapsed
15712
15713 \begin_layout Plain Layout
15714 Table Color ! for Lines
15715 \end_layout
15716
15717 \end_inset
15718
15719
15720 \begin_inset Index idx
15721 status collapsed
15722
15723 \begin_layout Plain Layout
15724 Color ! for Table Lines
15725 \end_layout
15726
15727 \end_inset
15728
15729
15730 \end_layout
15731
15732 \begin_layout Standard
15733 As described in section
15734 \begin_inset space ~
15735 \end_inset
15736
15737
15738 \begin_inset CommandInset ref
15739 LatexCommand ref
15740 reference "sub:Line-Thickness"
15741
15742 \end_inset
15743
15744 , the line thickness for all lines in a table can be adjusted with the length
15745  
15746 \series bold
15747
15748 \backslash
15749 arrayrulewidth
15750 \series default
15751 .
15752  It is set to 1.5
15753 \begin_inset space \thinspace{}
15754 \end_inset
15755
15756 pt for all tables of this section.
15757 \begin_inset ERT
15758 status collapsed
15759
15760 \begin_layout Plain Layout
15761
15762
15763 \backslash
15764 setlength{
15765 \backslash
15766 arrayrulewidth}{1.5pt}
15767 \end_layout
15768
15769 \end_inset
15770
15771
15772 \end_layout
15773
15774 \begin_layout Standard
15775 To color vertical lines for example with green, create the following column
15776  format in the document preamble, according to the description in section
15777 \begin_inset space ~
15778 \end_inset
15779
15780
15781 \begin_inset CommandInset ref
15782 LatexCommand ref
15783 reference "sub:Customized-Format"
15784
15785 \end_inset
15786
15787 :
15788 \end_layout
15789
15790 \begin_layout Standard
15791
15792 \series bold
15793
15794 \backslash
15795 newcolumntype{W}{!{
15796 \backslash
15797 color{green}
15798 \backslash
15799 vline}}
15800 \end_layout
15801
15802 \begin_layout Standard
15803 For Table
15804 \begin_inset space ~
15805 \end_inset
15806
15807
15808 \begin_inset CommandInset ref
15809 LatexCommand ref
15810 reference "tab:Table-with-vertical-colored"
15811
15812 \end_inset
15813
15814  the LaTeX-argument
15815 \series bold
15816  WcW
15817 \series default
15818  was used for the last column and
15819 \series bold
15820  Wc
15821 \series default
15822  for the other columns.
15823 \end_layout
15824
15825 \begin_layout Standard
15826 If you want to have several colors, define more column formats.
15827 \end_layout
15828
15829 \begin_layout Standard
15830 \begin_inset Float table
15831 placement h
15832 wide false
15833 sideways false
15834 status open
15835
15836 \begin_layout Plain Layout
15837 \begin_inset Caption
15838
15839 \begin_layout Plain Layout
15840 \begin_inset CommandInset label
15841 LatexCommand label
15842 name "tab:Table-with-vertical-colored"
15843
15844 \end_inset
15845
15846 Table with colored vertical lines
15847 \end_layout
15848
15849 \end_inset
15850
15851
15852 \end_layout
15853
15854 \begin_layout Plain Layout
15855 \align center
15856 \begin_inset Tabular
15857 <lyxtabular version="3" rows="3" columns="3">
15858 <features tabularvalignment="middle">
15859 <column alignment="center" valignment="top" width="0" special="Wc">
15860 <column alignment="center" valignment="top" width="0" special="Wc">
15861 <column alignment="center" valignment="top" width="0" special="WcW">
15862 <row>
15863 <cell alignment="center" valignment="top" topline="true" usebox="none">
15864 \begin_inset Text
15865
15866 \begin_layout Plain Layout
15867 sd
15868 \end_layout
15869
15870 \end_inset
15871 </cell>
15872 <cell alignment="center" valignment="top" topline="true" usebox="none">
15873 \begin_inset Text
15874
15875 \begin_layout Plain Layout
15876
15877 \end_layout
15878
15879 \end_inset
15880 </cell>
15881 <cell alignment="center" valignment="top" topline="true" usebox="none">
15882 \begin_inset Text
15883
15884 \begin_layout Plain Layout
15885
15886 \end_layout
15887
15888 \end_inset
15889 </cell>
15890 </row>
15891 <row>
15892 <cell alignment="center" valignment="top" topline="true" usebox="none">
15893 \begin_inset Text
15894
15895 \begin_layout Plain Layout
15896
15897 \end_layout
15898
15899 \end_inset
15900 </cell>
15901 <cell alignment="center" valignment="top" topline="true" usebox="none">
15902 \begin_inset Text
15903
15904 \begin_layout Plain Layout
15905 sd
15906 \end_layout
15907
15908 \end_inset
15909 </cell>
15910 <cell alignment="center" valignment="top" topline="true" usebox="none">
15911 \begin_inset Text
15912
15913 \begin_layout Plain Layout
15914
15915 \end_layout
15916
15917 \end_inset
15918 </cell>
15919 </row>
15920 <row>
15921 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15922 \begin_inset Text
15923
15924 \begin_layout Plain Layout
15925
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Plain Layout
15934
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15940 \begin_inset Text
15941
15942 \begin_layout Plain Layout
15943 sd
15944 \end_layout
15945
15946 \end_inset
15947 </cell>
15948 </row>
15949 </lyxtabular>
15950
15951 \end_inset
15952
15953
15954 \end_layout
15955
15956 \end_inset
15957
15958
15959 \end_layout
15960
15961 \begin_layout Standard
15962 \begin_inset VSpace bigskip
15963 \end_inset
15964
15965 To color horizontal lines for example with red, as in Table
15966 \begin_inset space ~
15967 \end_inset
15968
15969
15970 \begin_inset CommandInset ref
15971 LatexCommand ref
15972 reference "tab:Table-with-horizontal-colored"
15973
15974 \end_inset
15975
15976 , insert these commands in TeX-Code before the table or table float:
15977 \end_layout
15978
15979 \begin_layout Standard
15980
15981 \series bold
15982
15983 \backslash
15984 let
15985 \backslash
15986 myHlineC
15987 \backslash
15988 hline
15989 \begin_inset Newline newline
15990 \end_inset
15991
15992
15993 \backslash
15994 renewcommand{
15995 \backslash
15996 hline}
15997 \begin_inset Newline newline
15998 \end_inset
15999
16000
16001 \begin_inset Phantom HPhantom
16002 status open
16003
16004 \begin_layout Plain Layout
16005
16006 \series bold
16007 \begin_inset space ~
16008 \end_inset
16009
16010
16011 \end_layout
16012
16013 \end_inset
16014
16015 {
16016 \backslash
16017 arrayrulecolor{red}
16018 \backslash
16019 myHlineC
16020 \backslash
16021 arrayrulecolor{black}}
16022 \end_layout
16023
16024 \begin_layout Standard
16025 \begin_inset ERT
16026 status collapsed
16027
16028 \begin_layout Plain Layout
16029
16030
16031 \backslash
16032 let
16033 \backslash
16034 myHlineC
16035 \backslash
16036 hline
16037 \end_layout
16038
16039 \begin_layout Plain Layout
16040
16041
16042 \backslash
16043 renewcommand{
16044 \backslash
16045 hline}
16046 \end_layout
16047
16048 \begin_layout Plain Layout
16049
16050  {
16051 \backslash
16052 arrayrulecolor{red}
16053 \backslash
16054 myHlineC
16055 \backslash
16056 arrayrulecolor{black}}
16057 \end_layout
16058
16059 \end_inset
16060
16061
16062 \begin_inset Float table
16063 placement h
16064 wide false
16065 sideways false
16066 status open
16067
16068 \begin_layout Plain Layout
16069 \begin_inset Caption
16070
16071 \begin_layout Plain Layout
16072 \begin_inset CommandInset label
16073 LatexCommand label
16074 name "tab:Table-with-horizontal-colored"
16075
16076 \end_inset
16077
16078 Table with colored horizontal lines
16079 \end_layout
16080
16081 \end_inset
16082
16083
16084 \end_layout
16085
16086 \begin_layout Plain Layout
16087 \align center
16088 \begin_inset Tabular
16089 <lyxtabular version="3" rows="3" columns="3">
16090 <features tabularvalignment="middle">
16091 <column alignment="center" valignment="top" width="0">
16092 <column alignment="center" valignment="top" width="0">
16093 <column alignment="center" valignment="top" width="0">
16094 <row>
16095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16096 \begin_inset Text
16097
16098 \begin_layout Plain Layout
16099 sd
16100 \end_layout
16101
16102 \end_inset
16103 </cell>
16104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16105 \begin_inset Text
16106
16107 \begin_layout Plain Layout
16108
16109 \end_layout
16110
16111 \end_inset
16112 </cell>
16113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16114 \begin_inset Text
16115
16116 \begin_layout Plain Layout
16117
16118 \end_layout
16119
16120 \end_inset
16121 </cell>
16122 </row>
16123 <row>
16124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16125 \begin_inset Text
16126
16127 \begin_layout Plain Layout
16128
16129 \end_layout
16130
16131 \end_inset
16132 </cell>
16133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16134 \begin_inset Text
16135
16136 \begin_layout Plain Layout
16137 sd
16138 \end_layout
16139
16140 \end_inset
16141 </cell>
16142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16143 \begin_inset Text
16144
16145 \begin_layout Plain Layout
16146
16147 \end_layout
16148
16149 \end_inset
16150 </cell>
16151 </row>
16152 <row>
16153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16154 \begin_inset Text
16155
16156 \begin_layout Plain Layout
16157
16158 \end_layout
16159
16160 \end_inset
16161 </cell>
16162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16163 \begin_inset Text
16164
16165 \begin_layout Plain Layout
16166
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16172 \begin_inset Text
16173
16174 \begin_layout Plain Layout
16175 sd
16176 \end_layout
16177
16178 \end_inset
16179 </cell>
16180 </row>
16181 </lyxtabular>
16182
16183 \end_inset
16184
16185
16186 \end_layout
16187
16188 \end_inset
16189
16190
16191 \end_layout
16192
16193 \begin_layout Standard
16194 To return to the default line color black, insert this command in TeX-Code
16195  after the table or table float:
16196 \end_layout
16197
16198 \begin_layout Standard
16199
16200 \series bold
16201
16202 \backslash
16203 renewcommand{
16204 \backslash
16205 hline}{
16206 \backslash
16207 myHlineC}
16208 \end_layout
16209
16210 \begin_layout Standard
16211 Table
16212 \begin_inset space ~
16213 \end_inset
16214
16215
16216 \begin_inset CommandInset ref
16217 LatexCommand ref
16218 reference "tab:Table-with-colored"
16219
16220 \end_inset
16221
16222  is an example with colored vertical and horizontal lines.
16223 \end_layout
16224
16225 \begin_layout Standard
16226 \begin_inset Float table
16227 placement h
16228 wide false
16229 sideways false
16230 status open
16231
16232 \begin_layout Plain Layout
16233 \begin_inset Caption
16234
16235 \begin_layout Plain Layout
16236 \begin_inset CommandInset label
16237 LatexCommand label
16238 name "tab:Table-with-colored"
16239
16240 \end_inset
16241
16242 Table with colored lines
16243 \end_layout
16244
16245 \end_inset
16246
16247
16248 \end_layout
16249
16250 \begin_layout Plain Layout
16251 \align center
16252 \begin_inset Tabular
16253 <lyxtabular version="3" rows="3" columns="3">
16254 <features tabularvalignment="middle">
16255 <column alignment="center" valignment="top" width="0" special="Wc">
16256 <column alignment="center" valignment="top" width="0" special="Wc">
16257 <column alignment="center" valignment="top" width="0" special="WcW">
16258 <row>
16259 <cell alignment="center" valignment="top" topline="true" usebox="none">
16260 \begin_inset Text
16261
16262 \begin_layout Plain Layout
16263 sd
16264 \end_layout
16265
16266 \end_inset
16267 </cell>
16268 <cell alignment="center" valignment="top" topline="true" usebox="none">
16269 \begin_inset Text
16270
16271 \begin_layout Plain Layout
16272
16273 \end_layout
16274
16275 \end_inset
16276 </cell>
16277 <cell alignment="center" valignment="top" topline="true" usebox="none">
16278 \begin_inset Text
16279
16280 \begin_layout Plain Layout
16281
16282 \end_layout
16283
16284 \end_inset
16285 </cell>
16286 </row>
16287 <row>
16288 <cell alignment="center" valignment="top" topline="true" usebox="none">
16289 \begin_inset Text
16290
16291 \begin_layout Plain Layout
16292
16293 \end_layout
16294
16295 \end_inset
16296 </cell>
16297 <cell alignment="center" valignment="top" topline="true" usebox="none">
16298 \begin_inset Text
16299
16300 \begin_layout Plain Layout
16301 sd
16302 \end_layout
16303
16304 \end_inset
16305 </cell>
16306 <cell alignment="center" valignment="top" topline="true" usebox="none">
16307 \begin_inset Text
16308
16309 \begin_layout Plain Layout
16310
16311 \end_layout
16312
16313 \end_inset
16314 </cell>
16315 </row>
16316 <row topspace="default">
16317 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Plain Layout
16321
16322 \end_layout
16323
16324 \end_inset
16325 </cell>
16326 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16327 \begin_inset Text
16328
16329 \begin_layout Plain Layout
16330
16331 \end_layout
16332
16333 \end_inset
16334 </cell>
16335 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16336 \begin_inset Text
16337
16338 \begin_layout Plain Layout
16339 sd
16340 \end_layout
16341
16342 \end_inset
16343 </cell>
16344 </row>
16345 </lyxtabular>
16346
16347 \end_inset
16348
16349
16350 \end_layout
16351
16352 \end_inset
16353
16354
16355 \end_layout
16356
16357 \begin_layout Standard
16358 \begin_inset ERT
16359 status collapsed
16360
16361 \begin_layout Plain Layout
16362
16363
16364 \backslash
16365 renewcommand{
16366 \backslash
16367 hline}{
16368 \backslash
16369 myHlineC}
16370 \end_layout
16371
16372 \end_inset
16373
16374
16375 \end_layout
16376
16377 \begin_layout Standard
16378 \begin_inset ERT
16379 status collapsed
16380
16381 \begin_layout Plain Layout
16382
16383
16384 \backslash
16385 setlength{
16386 \backslash
16387 arrayrulewidth}{0.4pt}
16388 \end_layout
16389
16390 \end_inset
16391
16392
16393 \end_layout
16394
16395 \begin_layout Section
16396 Table Customization
16397 \begin_inset Index idx
16398 status collapsed
16399
16400 \begin_layout Plain Layout
16401 Table Customization
16402 \end_layout
16403
16404 \end_inset
16405
16406
16407 \begin_inset Index idx
16408 status collapsed
16409
16410 \begin_layout Plain Layout
16411 Table ! Customization
16412 \end_layout
16413
16414 \end_inset
16415
16416
16417 \end_layout
16418
16419 \begin_layout Subsection
16420 Row Spacing
16421 \begin_inset CommandInset label
16422 LatexCommand label
16423 name "sub:Row-Spacing"
16424
16425 \end_inset
16426
16427
16428 \begin_inset Index idx
16429 status collapsed
16430
16431 \begin_layout Plain Layout
16432 Table Customization ! Row Spacing
16433 \end_layout
16434
16435 \end_inset
16436
16437
16438 \end_layout
16439
16440 \begin_layout Standard
16441 You can add vertical space to table rows in the 
16442 \family sans
16443 Borders
16444 \family default
16445  tab of the table dialog.
16446  You find there three possibilities:
16447 \end_layout
16448
16449 \begin_layout Description
16450 Top
16451 \begin_inset space ~
16452 \end_inset
16453
16454 of
16455 \begin_inset space ~
16456 \end_inset
16457
16458 row will add space above the characters of the table row.
16459  If the table is a formal table
16460 \begin_inset Foot
16461 status collapsed
16462
16463 \begin_layout Plain Layout
16464 Formal tables are explained in section
16465 \begin_inset space ~
16466 \end_inset
16467
16468
16469 \begin_inset CommandInset ref
16470 LatexCommand ref
16471 reference "sec:Formal-Tables"
16472
16473 \end_inset
16474
16475 .
16476 \end_layout
16477
16478 \end_inset
16479
16480  LyX will insert as default 0.5
16481 \begin_inset space \thinspace{}
16482 \end_inset
16483
16484 em space.
16485  For normal tables the inserted space will unfortunately destroy the vertical
16486  table lines as in the following table:
16487 \begin_inset VSpace medskip
16488 \end_inset
16489
16490
16491 \begin_inset Newline newline
16492 \end_inset
16493
16494
16495 \begin_inset space \hspace*{}
16496 \length 0pt
16497 \end_inset
16498
16499
16500 \begin_inset space \hfill{}
16501 \end_inset
16502
16503
16504 \begin_inset Tabular
16505 <lyxtabular version="3" rows="3" columns="1">
16506 <features tabularvalignment="middle">
16507 <column alignment="center" valignment="top" width="0">
16508 <row>
16509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16510 \begin_inset Text
16511
16512 \begin_layout Plain Layout
16513 A
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 </row>
16519 <row topspace="3mm">
16520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524 3
16525 \begin_inset space \thinspace{}
16526 \end_inset
16527
16528 mm space top of row
16529 \end_layout
16530
16531 \end_inset
16532 </cell>
16533 </row>
16534 <row>
16535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16536 \begin_inset Text
16537
16538 \begin_layout Plain Layout
16539 C
16540 \end_layout
16541
16542 \end_inset
16543 </cell>
16544 </row>
16545 </lyxtabular>
16546
16547 \end_inset
16548
16549
16550 \begin_inset space \hfill{}
16551 \end_inset
16552
16553
16554 \begin_inset space \hspace*{}
16555 \length 0pt
16556 \end_inset
16557
16558
16559 \begin_inset VSpace medskip
16560 \end_inset
16561
16562
16563 \begin_inset Newline newline
16564 \end_inset
16565
16566 So inserting space in the top of row for normal tables is only useful when
16567  you don't have vertical lines.
16568 \end_layout
16569
16570 \begin_layout Description
16571 Bottom
16572 \begin_inset space ~
16573 \end_inset
16574
16575 of
16576 \begin_inset space ~
16577 \end_inset
16578
16579 row will add space below the characters of the table row.
16580  If the table is a formal table LyX will insert as default 0.5
16581 \begin_inset space \thinspace{}
16582 \end_inset
16583
16584 em space, for normal tables the default size is 2
16585 \begin_inset space \thinspace{}
16586 \end_inset
16587
16588 pt.
16589 \end_layout
16590
16591 \begin_layout Description
16592 Between
16593 \begin_inset space ~
16594 \end_inset
16595
16596 rows adds space between the current and the following row.
16597  If the table is a formal table LyX will insert as default 0.5
16598 \begin_inset space \thinspace{}
16599 \end_inset
16600
16601 em space.
16602  For normal tables the inserted space will unfortunately destroy the vertical
16603  table lines as in the following table:
16604 \begin_inset VSpace medskip
16605 \end_inset
16606
16607
16608 \begin_inset Newline newline
16609 \end_inset
16610
16611
16612 \begin_inset space \hspace*{}
16613 \length 0pt
16614 \end_inset
16615
16616
16617 \begin_inset space \hfill{}
16618 \end_inset
16619
16620
16621 \begin_inset Tabular
16622 <lyxtabular version="3" rows="3" columns="1">
16623 <features tabularvalignment="middle">
16624 <column alignment="center" valignment="top" width="0">
16625 <row>
16626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16627 \begin_inset Text
16628
16629 \begin_layout Plain Layout
16630 A
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 </row>
16636 <row interlinespace="3mm">
16637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Plain Layout
16641 \begin_inset Formula $\downarrow$
16642 \end_inset
16643
16644  3
16645 \begin_inset space \thinspace{}
16646 \end_inset
16647
16648 mm space between row 
16649 \begin_inset Formula $\downarrow$
16650 \end_inset
16651
16652
16653 \end_layout
16654
16655 \end_inset
16656 </cell>
16657 </row>
16658 <row>
16659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16660 \begin_inset Text
16661
16662 \begin_layout Plain Layout
16663 \begin_inset Formula $\uparrow$
16664 \end_inset
16665
16666  3
16667 \begin_inset space \thinspace{}
16668 \end_inset
16669
16670 mm space between row 
16671 \begin_inset Formula $\uparrow$
16672 \end_inset
16673
16674
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 </row>
16680 </lyxtabular>
16681
16682 \end_inset
16683
16684
16685 \begin_inset space \hfill{}
16686 \end_inset
16687
16688
16689 \begin_inset space \hspace*{}
16690 \length 0pt
16691 \end_inset
16692
16693
16694 \begin_inset VSpace medskip
16695 \end_inset
16696
16697
16698 \begin_inset Newline newline
16699 \end_inset
16700
16701 So inserting space between rows for normal tables is only useful when you
16702  don't have vertical lines.
16703 \end_layout
16704
16705 \begin_layout Standard
16706 \begin_inset VSpace bigskip
16707 \end_inset
16708
16709 When you want to add extra height to all cells of all tables, you can do
16710  this with the following preamble lines:
16711 \end_layout
16712
16713 \begin_layout Standard
16714
16715 \series bold
16716
16717 \backslash
16718 @ifundefined{extrarowheight}
16719 \begin_inset Newline newline
16720 \end_inset
16721
16722
16723 \begin_inset Phantom HPhantom
16724 status open
16725
16726 \begin_layout Plain Layout
16727
16728 \series bold
16729 \begin_inset space ~
16730 \end_inset
16731
16732
16733 \end_layout
16734
16735 \end_inset
16736
16737 {
16738 \backslash
16739 usepackage{array}}{}
16740 \begin_inset Newline newline
16741 \end_inset
16742
16743
16744 \backslash
16745 setlength{
16746 \backslash
16747 extrarowheight}{height}
16748 \end_layout
16749
16750 \begin_layout Standard
16751 But this has the disadvantage that the cell texts are no longer exactly
16752  vertically centered.
16753  (The package 
16754 \series bold
16755 array
16756 \series default
16757  will be loaded automatically by LyX when you use self defined table formats.
16758  To avoid that it being loaded twice the command 
16759 \series bold
16760
16761 \backslash
16762 @ifundefined
16763 \series default
16764  is used in the above command.)
16765 \end_layout
16766
16767 \begin_layout Standard
16768 If you are using font sizes larger than the normal size, the table borders
16769  are often too close to the letters.
16770  This can be corrected by inserting the command 
16771 \series bold
16772
16773 \backslash
16774 strut
16775 \series default
16776  in TeX code at the beginning of a table row.
16777  Table
16778 \begin_inset space ~
16779 \end_inset
16780
16781
16782 \begin_inset CommandInset ref
16783 LatexCommand ref
16784 reference "tab:Vertical-alignment-of"
16785
16786 \end_inset
16787
16788  illustrates the effect.
16789 \end_layout
16790
16791 \begin_layout Standard
16792 \noindent
16793 \begin_inset Float table
16794 placement h
16795 wide false
16796 sideways false
16797 status open
16798
16799 \begin_layout Plain Layout
16800 \begin_inset Caption
16801
16802 \begin_layout Plain Layout
16803 \begin_inset CommandInset label
16804 LatexCommand label
16805 name "tab:Vertical-alignment-of"
16806
16807 \end_inset
16808
16809 Vertical alignment of text with large font sizes.
16810 \end_layout
16811
16812 \end_inset
16813
16814
16815 \end_layout
16816
16817 \begin_layout Plain Layout
16818 \begin_inset space \hfill{}
16819 \end_inset
16820
16821
16822 \begin_inset Float table
16823 wide false
16824 sideways false
16825 status collapsed
16826
16827 \begin_layout Plain Layout
16828 \begin_inset Caption
16829
16830 \begin_layout Plain Layout
16831 Normal table.
16832 \end_layout
16833
16834 \end_inset
16835
16836
16837 \end_layout
16838
16839 \begin_layout Plain Layout
16840 \noindent
16841 \align center
16842 \begin_inset Tabular
16843 <lyxtabular version="3" rows="6" columns="1">
16844 <features tabularvalignment="middle">
16845 <column alignment="left" valignment="top" width="0">
16846 <row>
16847 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16848 \begin_inset Text
16849
16850 \begin_layout Plain Layout
16851 Normal, g
16852 \end_layout
16853
16854 \end_inset
16855 </cell>
16856 </row>
16857 <row>
16858 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Plain Layout
16862
16863 \size large
16864 Large
16865 \end_layout
16866
16867 \end_inset
16868 </cell>
16869 </row>
16870 <row>
16871 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Plain Layout
16875
16876 \size larger
16877 Larger
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 </row>
16883 <row>
16884 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16885 \begin_inset Text
16886
16887 \begin_layout Plain Layout
16888
16889 \size largest
16890 Largest
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 </row>
16896 <row>
16897 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Plain Layout
16901
16902 \size huge
16903 Huge
16904 \end_layout
16905
16906 \end_inset
16907 </cell>
16908 </row>
16909 <row>
16910 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914
16915 \size huge
16916 Huger
16917 \end_layout
16918
16919 \end_inset
16920 </cell>
16921 </row>
16922 </lyxtabular>
16923
16924 \end_inset
16925
16926
16927 \end_layout
16928
16929 \end_inset
16930
16931
16932 \begin_inset space \hfill{}
16933 \end_inset
16934
16935
16936 \begin_inset Float table
16937 wide false
16938 sideways false
16939 status collapsed
16940
16941 \begin_layout Plain Layout
16942 \begin_inset Caption
16943
16944 \begin_layout Plain Layout
16945 Table using the command 
16946 \series bold
16947
16948 \backslash
16949 strut
16950 \series default
16951 .
16952 \end_layout
16953
16954 \end_inset
16955
16956
16957 \end_layout
16958
16959 \begin_layout Plain Layout
16960 \noindent
16961 \align center
16962 \begin_inset Tabular
16963 <lyxtabular version="3" rows="6" columns="1">
16964 <features tabularvalignment="middle">
16965 <column alignment="left" valignment="top" width="0">
16966 <row>
16967 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971 Normal, g
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 </row>
16977 <row>
16978 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982
16983 \size large
16984 \begin_inset ERT
16985 status collapsed
16986
16987 \begin_layout Plain Layout
16988
16989
16990 \backslash
16991 strut 
16992 \end_layout
16993
16994 \end_inset
16995
16996 Large
16997 \end_layout
16998
16999 \end_inset
17000 </cell>
17001 </row>
17002 <row>
17003 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007
17008 \size larger
17009 \begin_inset ERT
17010 status collapsed
17011
17012 \begin_layout Plain Layout
17013
17014
17015 \backslash
17016 strut 
17017 \end_layout
17018
17019 \end_inset
17020
17021 Larger
17022 \end_layout
17023
17024 \end_inset
17025 </cell>
17026 </row>
17027 <row>
17028 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032
17033 \size largest
17034 \begin_inset ERT
17035 status collapsed
17036
17037 \begin_layout Plain Layout
17038
17039
17040 \backslash
17041 strut 
17042 \end_layout
17043
17044 \end_inset
17045
17046 Largest
17047 \end_layout
17048
17049 \end_inset
17050 </cell>
17051 </row>
17052 <row>
17053 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Plain Layout
17057
17058 \size huge
17059 \begin_inset ERT
17060 status collapsed
17061
17062 \begin_layout Plain Layout
17063
17064
17065 \backslash
17066 strut 
17067 \end_layout
17068
17069 \end_inset
17070
17071 Huge
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 </row>
17077 <row>
17078 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17079 \begin_inset Text
17080
17081 \begin_layout Plain Layout
17082
17083 \size giant
17084 \begin_inset ERT
17085 status collapsed
17086
17087 \begin_layout Plain Layout
17088
17089
17090 \backslash
17091 strut 
17092 \end_layout
17093
17094 \end_inset
17095
17096
17097 \size huge
17098 Huger
17099 \end_layout
17100
17101 \end_inset
17102 </cell>
17103 </row>
17104 </lyxtabular>
17105
17106 \end_inset
17107
17108
17109 \end_layout
17110
17111 \end_inset
17112
17113
17114 \begin_inset space \hfill{}
17115 \end_inset
17116
17117
17118 \end_layout
17119
17120 \end_inset
17121
17122
17123 \end_layout
17124
17125 \begin_layout Subsection
17126 Special Cell Alignment
17127 \begin_inset CommandInset label
17128 LatexCommand label
17129 name "sub:Special-Cell-Alignment"
17130
17131 \end_inset
17132
17133
17134 \begin_inset Index idx
17135 status collapsed
17136
17137 \begin_layout Plain Layout
17138 Table Customization ! Special Cell Alignment
17139 \end_layout
17140
17141 \end_inset
17142
17143
17144 \end_layout
17145
17146 \begin_layout Standard
17147 Sometimes it looks better when the cell entries of a column are aligned
17148  with a special character, e.
17149 \begin_inset space \thinspace{}
17150 \end_inset
17151
17152 g.
17153 \begin_inset space \space{}
17154 \end_inset
17155
17156 with the decimal separator as in Table
17157 \begin_inset space ~
17158 \end_inset
17159
17160
17161 \begin_inset CommandInset ref
17162 LatexCommand ref
17163 reference "tab:Table-cells-align"
17164
17165 \end_inset
17166
17167 .
17168  This alignment is achieved by setting the cursor into the column and then
17169  either pressing the toolbar button 
17170 \begin_inset Graphics
17171         filename ../images/tabular-feature_align-decimal.png
17172         scale 85
17173         scaleBeforeRotation
17174
17175 \end_inset
17176
17177  or setting the alignment in the table settings to 
17178 \family sans
17179 At
17180 \begin_inset space ~
17181 \end_inset
17182
17183 Decimal
17184 \begin_inset space ~
17185 \end_inset
17186
17187 Separator
17188 \family default
17189 .
17190  The alignment character can be a character of your choice and is specified
17191  in the table settings.
17192 \end_layout
17193
17194 \begin_layout Standard
17195 \begin_inset Float table
17196 placement h
17197 wide false
17198 sideways false
17199 status open
17200
17201 \begin_layout Plain Layout
17202 \begin_inset Caption
17203
17204 \begin_layout Plain Layout
17205 \begin_inset CommandInset label
17206 LatexCommand label
17207 name "tab:Table-cells-align"
17208
17209 \end_inset
17210
17211 Table cells of a column aligned with the decimal separator.
17212 \end_layout
17213
17214 \end_inset
17215
17216
17217 \end_layout
17218
17219 \begin_layout Plain Layout
17220 \align center
17221 \begin_inset Tabular
17222 <lyxtabular version="3" rows="4" columns="1">
17223 <features booktabs="true" tabularvalignment="middle">
17224 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
17225 <row>
17226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17227 \begin_inset Text
17228
17229 \begin_layout Plain Layout
17230 heading
17231 \end_layout
17232
17233 \end_inset
17234 </cell>
17235 </row>
17236 <row>
17237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17238 \begin_inset Text
17239
17240 \begin_layout Plain Layout
17241 12.6
17242 \end_layout
17243
17244 \end_inset
17245 </cell>
17246 </row>
17247 <row>
17248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252 0.68
17253 \end_layout
17254
17255 \end_inset
17256 </cell>
17257 </row>
17258 <row>
17259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263 -123.0
17264 \end_layout
17265
17266 \end_inset
17267 </cell>
17268 </row>
17269 </lyxtabular>
17270
17271 \end_inset
17272
17273
17274 \end_layout
17275
17276 \end_inset
17277
17278
17279 \end_layout
17280
17281 \begin_layout Standard
17282 \begin_inset Float table
17283 placement h
17284 wide false
17285 sideways false
17286 status open
17287
17288 \begin_layout Plain Layout
17289 \begin_inset Caption
17290
17291 \begin_layout Plain Layout
17292 \begin_inset CommandInset label
17293 LatexCommand label
17294 name "tab:Table-align-operator"
17295
17296 \end_inset
17297
17298 Table cells of a column aligned with the operators.
17299 \end_layout
17300
17301 \end_inset
17302
17303
17304 \end_layout
17305
17306 \begin_layout Plain Layout
17307 \align center
17308 \begin_inset Tabular
17309 <lyxtabular version="3" rows="4" columns="2">
17310 <features booktabs="true" tabularvalignment="middle">
17311 <column alignment="right" valignment="top" width="0pt">
17312 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17313 <row>
17314 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17315 \begin_inset Text
17316
17317 \begin_layout Plain Layout
17318 heading
17319 \end_layout
17320
17321 \end_inset
17322 </cell>
17323 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17324 \begin_inset Text
17325
17326 \begin_layout Plain Layout
17327
17328 \end_layout
17329
17330 \end_inset
17331 </cell>
17332 </row>
17333 <row>
17334 <cell alignment="center" valignment="top" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338 \begin_inset Formula $12\,+$
17339 \end_inset
17340
17341
17342 \end_layout
17343
17344 \end_inset
17345 </cell>
17346 <cell alignment="center" valignment="top" usebox="none">
17347 \begin_inset Text
17348
17349 \begin_layout Plain Layout
17350 \begin_inset Formula $\,6$
17351 \end_inset
17352
17353
17354 \end_layout
17355
17356 \end_inset
17357 </cell>
17358 </row>
17359 <row>
17360 <cell alignment="center" valignment="top" usebox="none">
17361 \begin_inset Text
17362
17363 \begin_layout Plain Layout
17364 \begin_inset Formula $0\,-$
17365 \end_inset
17366
17367
17368 \end_layout
17369
17370 \end_inset
17371 </cell>
17372 <cell alignment="center" valignment="top" usebox="none">
17373 \begin_inset Text
17374
17375 \begin_layout Plain Layout
17376 \begin_inset Formula $\,68$
17377 \end_inset
17378
17379
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 </row>
17385 <row>
17386 <cell alignment="center" valignment="top" usebox="none">
17387 \begin_inset Text
17388
17389 \begin_layout Plain Layout
17390 \begin_inset Formula $-123\,/$
17391 \end_inset
17392
17393
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 <cell alignment="center" valignment="top" usebox="none">
17399 \begin_inset Text
17400
17401 \begin_layout Plain Layout
17402 \begin_inset Formula $\,0$
17403 \end_inset
17404
17405
17406 \end_layout
17407
17408 \end_inset
17409 </cell>
17410 </row>
17411 </lyxtabular>
17412
17413 \end_inset
17414
17415
17416 \end_layout
17417
17418 \end_inset
17419
17420
17421 \end_layout
17422
17423 \begin_layout Standard
17424 For alignments at characters in formulas this method does not work because
17425  the field to specify the alignment character does not allow formulas.
17426  In this case one need to use the method from Table
17427 \begin_inset space ~
17428 \end_inset
17429
17430
17431 \begin_inset CommandInset ref
17432 LatexCommand ref
17433 reference "tab:Table-align-operator"
17434
17435 \end_inset
17436
17437 .
17438  This table was created with a 4×2 table.
17439  The heading is a centered multicolumn.
17440  The first column is right-aligned and contains the first part including
17441  the operator.
17442  The second column is left aligned and contains the rest.
17443  A small space was added at the beginning of each cell of the second column
17444  to get the space that is usually around operators.
17445  To omit the space that is normally between two table columns, the following
17446  LaTeX-argument was used for the second column:
17447 \end_layout
17448
17449 \begin_layout Standard
17450
17451 \series bold
17452 @{}l
17453 \end_layout
17454
17455 \begin_layout Standard
17456 Table
17457 \begin_inset space ~
17458 \end_inset
17459
17460
17461 \begin_inset CommandInset ref
17462 LatexCommand ref
17463 reference "tab:Several-table-cell"
17464
17465 \end_inset
17466
17467  shows some example alignments.
17468  For the alignment with the relation sign, a small space was added like
17469  for the second column of Table
17470 \begin_inset space ~
17471 \end_inset
17472
17473
17474 \begin_inset CommandInset ref
17475 LatexCommand ref
17476 reference "tab:Table-align-operator"
17477
17478 \end_inset
17479
17480 .
17481 \end_layout
17482
17483 \begin_layout Standard
17484 \begin_inset Float table
17485 placement h
17486 wide false
17487 sideways false
17488 status open
17489
17490 \begin_layout Plain Layout
17491 \begin_inset Caption
17492
17493 \begin_layout Plain Layout
17494 \begin_inset CommandInset label
17495 LatexCommand label
17496 name "tab:Several-table-cell"
17497
17498 \end_inset
17499
17500 Several table cell alignments.
17501 \end_layout
17502
17503 \end_inset
17504
17505
17506 \end_layout
17507
17508 \begin_layout Plain Layout
17509 \align center
17510 \begin_inset Tabular
17511 <lyxtabular version="3" rows="4" columns="6">
17512 <features tabularvalignment="middle">
17513 <column alignment="right" valignment="top" width="0">
17514 <column alignment="left" valignment="top" width="0" special="@{}l">
17515 <column alignment="right" valignment="top" width="0">
17516 <column alignment="left" valignment="top" width="0" special="@{}l">
17517 <column alignment="right" valignment="top" width="0">
17518 <column alignment="left" valignment="top" width="0" special="@{}l">
17519 <row>
17520 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17521 \begin_inset Text
17522
17523 \begin_layout Plain Layout
17524 units
17525 \end_layout
17526
17527 \end_inset
17528 </cell>
17529 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17530 \begin_inset Text
17531
17532 \begin_layout Plain Layout
17533
17534 \end_layout
17535
17536 \end_inset
17537 </cell>
17538 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542 exponents
17543 \end_layout
17544
17545 \end_inset
17546 </cell>
17547 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17548 \begin_inset Text
17549
17550 \begin_layout Plain Layout
17551
17552 \end_layout
17553
17554 \end_inset
17555 </cell>
17556 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17557 \begin_inset Text
17558
17559 \begin_layout Plain Layout
17560 relations
17561 \end_layout
17562
17563 \end_inset
17564 </cell>
17565 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17566 \begin_inset Text
17567
17568 \begin_layout Plain Layout
17569
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 </row>
17575 <row>
17576 <cell alignment="center" valignment="top" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580 12×
17581 \end_layout
17582
17583 \end_inset
17584 </cell>
17585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17586 \begin_inset Text
17587
17588 \begin_layout Plain Layout
17589 24
17590 \begin_inset space \thinspace{}
17591 \end_inset
17592
17593 bottles
17594 \end_layout
17595
17596 \end_inset
17597 </cell>
17598 <cell alignment="center" valignment="top" usebox="none">
17599 \begin_inset Text
17600
17601 \begin_layout Plain Layout
17602 \begin_inset Formula $10\cdot$
17603 \end_inset
17604
17605
17606 \end_layout
17607
17608 \end_inset
17609 </cell>
17610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17611 \begin_inset Text
17612
17613 \begin_layout Plain Layout
17614 \begin_inset Formula $10^{\mbox{-}17}$
17615 \end_inset
17616
17617
17618 \end_layout
17619
17620 \end_inset
17621 </cell>
17622 <cell alignment="center" valignment="top" usebox="none">
17623 \begin_inset Text
17624
17625 \begin_layout Plain Layout
17626 \begin_inset Formula $\Gamma(t)\propto$
17627 \end_inset
17628
17629
17630 \end_layout
17631
17632 \end_inset
17633 </cell>
17634 <cell alignment="center" valignment="top" usebox="none">
17635 \begin_inset Text
17636
17637 \begin_layout Plain Layout
17638 \begin_inset Formula $\:\Upsilon(t)$
17639 \end_inset
17640
17641
17642 \end_layout
17643
17644 \end_inset
17645 </cell>
17646 </row>
17647 <row>
17648 <cell alignment="center" valignment="top" usebox="none">
17649 \begin_inset Text
17650
17651 \begin_layout Plain Layout
17652 1024×
17653 \end_layout
17654
17655 \end_inset
17656 </cell>
17657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17658 \begin_inset Text
17659
17660 \begin_layout Plain Layout
17661 768
17662 \begin_inset space \thinspace{}
17663 \end_inset
17664
17665 Pixels
17666 \end_layout
17667
17668 \end_inset
17669 </cell>
17670 <cell alignment="center" valignment="top" usebox="none">
17671 \begin_inset Text
17672
17673 \begin_layout Plain Layout
17674 \begin_inset Formula $5.78\cdot$
17675 \end_inset
17676
17677
17678 \end_layout
17679
17680 \end_inset
17681 </cell>
17682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17683 \begin_inset Text
17684
17685 \begin_layout Plain Layout
17686 \begin_inset Formula $10^{7}$
17687 \end_inset
17688
17689
17690 \end_layout
17691
17692 \end_inset
17693 </cell>
17694 <cell alignment="center" valignment="top" usebox="none">
17695 \begin_inset Text
17696
17697 \begin_layout Plain Layout
17698 \begin_inset Formula $A\ne$
17699 \end_inset
17700
17701
17702 \end_layout
17703
17704 \end_inset
17705 </cell>
17706 <cell alignment="center" valignment="top" usebox="none">
17707 \begin_inset Text
17708
17709 \begin_layout Plain Layout
17710 \begin_inset Formula $\: B_{\mathrm{red}}$
17711 \end_inset
17712
17713
17714 \end_layout
17715
17716 \end_inset
17717 </cell>
17718 </row>
17719 <row>
17720 <cell alignment="center" valignment="top" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724 32×
17725 \end_layout
17726
17727 \end_inset
17728 </cell>
17729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17730 \begin_inset Text
17731
17732 \begin_layout Plain Layout
17733 6
17734 \begin_inset space \thinspace{}
17735 \end_inset
17736
17737 cm
17738 \end_layout
17739
17740 \end_inset
17741 </cell>
17742 <cell alignment="center" valignment="top" usebox="none">
17743 \begin_inset Text
17744
17745 \begin_layout Plain Layout
17746 -
17747 \begin_inset Formula $33.5\cdot$
17748 \end_inset
17749
17750
17751 \end_layout
17752
17753 \end_inset
17754 </cell>
17755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17756 \begin_inset Text
17757
17758 \begin_layout Plain Layout
17759 \begin_inset Formula $10^{4}$
17760 \end_inset
17761
17762
17763 \end_layout
17764
17765 \end_inset
17766 </cell>
17767 <cell alignment="center" valignment="top" usebox="none">
17768 \begin_inset Text
17769
17770 \begin_layout Plain Layout
17771 \begin_inset Formula $\sin(\alpha)\ge$
17772 \end_inset
17773
17774
17775 \end_layout
17776
17777 \end_inset
17778 </cell>
17779 <cell alignment="center" valignment="top" usebox="none">
17780 \begin_inset Text
17781
17782 \begin_layout Plain Layout
17783 \begin_inset Formula $\:\sin(\beta)$
17784 \end_inset
17785
17786
17787 \end_layout
17788
17789 \end_inset
17790 </cell>
17791 </row>
17792 </lyxtabular>
17793
17794 \end_inset
17795
17796
17797 \end_layout
17798
17799 \end_inset
17800
17801
17802 \end_layout
17803
17804 \begin_layout Subsection
17805 Customized Cell/Column Format
17806 \begin_inset CommandInset label
17807 LatexCommand label
17808 name "sub:Customized-Format"
17809
17810 \end_inset
17811
17812
17813 \begin_inset Index idx
17814 status collapsed
17815
17816 \begin_layout Plain Layout
17817 Table Customization ! Cell/Column Format
17818 \end_layout
17819
17820 \end_inset
17821
17822
17823 \end_layout
17824
17825 \begin_layout Standard
17826 Calculating the required width for spanned columns as in section
17827 \begin_inset space ~
17828 \end_inset
17829
17830
17831 \begin_inset CommandInset ref
17832 LatexCommand ref
17833 reference "sub:Multicolumn-Calculations"
17834
17835 \end_inset
17836
17837  is very annoying if you have several tables with multicolumn cells.
17838  To make life easier, you can define a cell/column format in the preamble,
17839  so that it can be used in all tables of the document.
17840  The format is defined with the command
17841 \end_layout
17842
17843 \begin_layout Standard
17844
17845 \series bold
17846
17847 \backslash
17848 newcolumntype{name of format}[number of arguments]{commands}
17849 \end_layout
17850
17851 \begin_layout Standard
17852 The format name may only consist of one letter.
17853  The letters 
17854 \emph on
17855 b
17856 \emph default
17857
17858 \emph on
17859 c
17860 \emph default
17861
17862 \emph on
17863 l
17864 \emph default
17865
17866 \emph on
17867 m
17868 \emph default
17869
17870 \emph on
17871 p
17872 \emph default
17873  and 
17874 \emph on
17875 r
17876 \emph default
17877  are predefined and cannot be used.
17878  But all letters are allowed as capitals.
17879 \end_layout
17880
17881 \begin_layout Standard
17882 \begin_inset VSpace medskip
17883 \end_inset
17884
17885
17886 \end_layout
17887
17888 \begin_layout Standard
17889 For vertically and horizontally centered multicolumn cells with a fixed
17890  width you can define the cell format
17891 \end_layout
17892
17893 \begin_layout Standard
17894
17895 \series bold
17896
17897 \backslash
17898 newcolumntype{M}[1]{>{
17899 \backslash
17900 centering
17901 \backslash
17902 hspace{0pt}}m{#1}}
17903 \end_layout
17904
17905 \begin_layout Standard
17906 where 
17907 \series bold
17908
17909 \backslash
17910 hspace{0pt}
17911 \series default
17912  avoids the problem of hyphenating the first word, as described in section
17913 \begin_inset space ~
17914 \end_inset
17915
17916
17917 \begin_inset CommandInset ref
17918 LatexCommand ref
17919 reference "sub:Multiple-Lines-in"
17920
17921 \end_inset
17922
17923 .
17924  Now you can simply enter
17925 \end_layout
17926
17927 \begin_layout Standard
17928
17929 \series bold
17930 M{width}
17931 \end_layout
17932
17933 \begin_layout Standard
17934 as LaTeX-argument in the table dialog to create a multicolumn.
17935 \end_layout
17936
17937 \begin_layout Standard
17938 \begin_inset VSpace bigskip
17939 \end_inset
17940
17941
17942 \end_layout
17943
17944 \begin_layout Standard
17945 For cells spanned by a multicolumn cell, you can define the format
17946 \end_layout
17947
17948 \begin_layout Standard
17949
17950 \series bold
17951
17952 \backslash
17953 newcolumntype{S}[2]{>{
17954 \backslash
17955 centering
17956 \backslash
17957 hspace{0pt}}
17958 \begin_inset Newline newline
17959 \end_inset
17960
17961
17962 \begin_inset Phantom HPhantom
17963 status open
17964
17965 \begin_layout Plain Layout
17966
17967 \series bold
17968
17969 \backslash
17970 newcolumntype
17971 \end_layout
17972
17973 \end_inset
17974
17975 m{(#1+(2
17976 \backslash
17977 tabcolsep+
17978 \backslash
17979 arrayrulewidth)*(1-#2))/#2}}
17980 \end_layout
17981
17982 \begin_layout Standard
17983 This format uses equation 
17984 \begin_inset CommandInset ref
17985 LatexCommand eqref
17986 reference "eq:Wgn"
17987
17988 \end_inset
17989
17990  to calculate the required width so that each spanned cell has the same
17991  width.
17992 \end_layout
17993
17994 \begin_layout Standard
17995 You can now enter
17996 \end_layout
17997
17998 \begin_layout Standard
17999
18000 \series bold
18001 S{width of multicolumn cell}{number of spanned columns}
18002 \end_layout
18003
18004 \begin_layout Standard
18005 as LaTeX-argument of the column.
18006 \end_layout
18007
18008 \begin_layout Standard
18009 \begin_inset VSpace bigskip
18010 \end_inset
18011
18012
18013 \end_layout
18014
18015 \begin_layout Standard
18016 For colored columns, you can define
18017 \end_layout
18018
18019 \begin_layout Standard
18020
18021 \series bold
18022
18023 \backslash
18024 newcolumntype{K}[1]{>{
18025 \backslash
18026 columncolor{#1}
18027 \backslash
18028 hspace{0pt}}c}
18029 \end_layout
18030
18031 \begin_layout Standard
18032 The 
18033 \begin_inset Quotes eld
18034 \end_inset
18035
18036 c
18037 \begin_inset Quotes erd
18038 \end_inset
18039
18040  at the end creates a column with a flexible width whose text is horizontally
18041  centered.
18042  You can now enter
18043 \end_layout
18044
18045 \begin_layout Standard
18046
18047 \series bold
18048 K{color name}
18049 \end_layout
18050
18051 \begin_layout Standard
18052 as LaTeX-argument.
18053 \end_layout
18054
18055 \begin_layout Standard
18056 \begin_inset VSpace bigskip
18057 \end_inset
18058
18059
18060 \end_layout
18061
18062 \begin_layout Standard
18063 To create Table
18064 \begin_inset space ~
18065 \end_inset
18066
18067
18068 \begin_inset CommandInset ref
18069 LatexCommand ref
18070 reference "tab:Table-using-user-defined"
18071
18072 \end_inset
18073
18074  use the LaTeX-arguments
18075 \end_layout
18076
18077 \begin_layout Standard
18078
18079 \series bold
18080 M{2.5cm}
18081 \end_layout
18082
18083 \begin_layout Standard
18084 for the first column and the multicolumn,
18085 \end_layout
18086
18087 \begin_layout Standard
18088
18089 \series bold
18090 K{red}
18091 \end_layout
18092
18093 \begin_layout Standard
18094 for the last column, and
18095 \end_layout
18096
18097 \begin_layout Standard
18098
18099 \series bold
18100 S{2.5cm}{2}
18101 \end_layout
18102
18103 \begin_layout Standard
18104 for the cells in the second column.
18105 \end_layout
18106
18107 \begin_layout Standard
18108 \begin_inset Float table
18109 placement h
18110 wide false
18111 sideways false
18112 status open
18113
18114 \begin_layout Plain Layout
18115 \begin_inset Caption
18116
18117 \begin_layout Plain Layout
18118 \begin_inset CommandInset label
18119 LatexCommand label
18120 name "tab:Table-using-user-defined"
18121
18122 \end_inset
18123
18124 Table using user-defined table formats
18125 \end_layout
18126
18127 \end_inset
18128
18129
18130 \end_layout
18131
18132 \begin_layout Plain Layout
18133 \align center
18134 \begin_inset Tabular
18135 <lyxtabular version="3" rows="3" columns="4">
18136 <features tabularvalignment="middle">
18137 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18138 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18139 <column alignment="center" valignment="middle" width="0">
18140 <column alignment="center" valignment="middle" width="0" special="K{red}">
18141 <row>
18142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18143 \begin_inset Text
18144
18145 \begin_layout Plain Layout
18146 verylongtablecellword
18147 \end_layout
18148
18149 \end_inset
18150 </cell>
18151 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18152 \begin_inset Text
18153
18154 \begin_layout Plain Layout
18155 multiple lines multicolumn
18156 \end_layout
18157
18158 \end_inset
18159 </cell>
18160 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18161 \begin_inset Text
18162
18163 \begin_layout Plain Layout
18164
18165 \end_layout
18166
18167 \end_inset
18168 </cell>
18169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173 c
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 </row>
18179 <row>
18180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184 d
18185 \end_layout
18186
18187 \end_inset
18188 </cell>
18189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18190 \begin_inset Text
18191
18192 \begin_layout Plain Layout
18193 e
18194 \end_layout
18195
18196 \end_inset
18197 </cell>
18198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18199 \begin_inset Text
18200
18201 \begin_layout Plain Layout
18202 f
18203 \end_layout
18204
18205 \end_inset
18206 </cell>
18207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18208 \begin_inset Text
18209
18210 \begin_layout Plain Layout
18211 g
18212 \end_layout
18213
18214 \end_inset
18215 </cell>
18216 </row>
18217 <row>
18218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18219 \begin_inset Text
18220
18221 \begin_layout Plain Layout
18222 h
18223 \end_layout
18224
18225 \end_inset
18226 </cell>
18227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231 i
18232 \end_layout
18233
18234 \end_inset
18235 </cell>
18236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18237 \begin_inset Text
18238
18239 \begin_layout Plain Layout
18240 j
18241 \end_layout
18242
18243 \end_inset
18244 </cell>
18245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18246 \begin_inset Text
18247
18248 \begin_layout Plain Layout
18249 k
18250 \end_layout
18251
18252 \end_inset
18253 </cell>
18254 </row>
18255 </lyxtabular>
18256
18257 \end_inset
18258
18259
18260 \end_layout
18261
18262 \end_inset
18263
18264
18265 \end_layout
18266
18267 \begin_layout Subsection
18268 Line Thickness
18269 \begin_inset CommandInset label
18270 LatexCommand label
18271 name "sub:Line-Thickness"
18272
18273 \end_inset
18274
18275
18276 \begin_inset Index idx
18277 status collapsed
18278
18279 \begin_layout Plain Layout
18280 Table Customization ! Line Thickness
18281 \end_layout
18282
18283 \end_inset
18284
18285
18286 \end_layout
18287
18288 \begin_layout Standard
18289 The line thickness for all lines in a table can be adjusted with the length
18290  
18291 \series bold
18292
18293 \backslash
18294 arrayrulewidth
18295 \series default
18296 .
18297  To set for example a line thickness of 1.5
18298 \begin_inset space \thinspace{}
18299 \end_inset
18300
18301 pt, as in Table
18302 \begin_inset space ~
18303 \end_inset
18304
18305
18306 \begin_inset CommandInset ref
18307 LatexCommand ref
18308 reference "tab:Table-with-1.5"
18309
18310 \end_inset
18311
18312 , insert the command
18313 \end_layout
18314
18315 \begin_layout Standard
18316
18317 \series bold
18318
18319 \backslash
18320 setlength{
18321 \backslash
18322 arrayrulewidth}{1.5pt}
18323 \end_layout
18324
18325 \begin_layout Standard
18326 in TeX-Code before the table or table float.
18327  The changed thickness is valid for all subsequent tables.
18328  To use the default value again, set 
18329 \series bold
18330
18331 \backslash
18332 arrayrulewidth
18333 \series default
18334  to 0.4
18335 \begin_inset space \thinspace{}
18336 \end_inset
18337
18338 pt in TeX-Code after the table or table float.
18339 \end_layout
18340
18341 \begin_layout Standard
18342 \begin_inset ERT
18343 status collapsed
18344
18345 \begin_layout Plain Layout
18346
18347
18348 \backslash
18349 setlength{
18350 \backslash
18351 arrayrulewidth}{1.5pt}
18352 \end_layout
18353
18354 \end_inset
18355
18356
18357 \begin_inset Float table
18358 wide false
18359 sideways false
18360 status open
18361
18362 \begin_layout Plain Layout
18363 \begin_inset Caption
18364
18365 \begin_layout Plain Layout
18366 \begin_inset CommandInset label
18367 LatexCommand label
18368 name "tab:Table-with-1.5"
18369
18370 \end_inset
18371
18372 Table with 1.5
18373 \begin_inset space \thinspace{}
18374 \end_inset
18375
18376 pt thick lines
18377 \end_layout
18378
18379 \end_inset
18380
18381
18382 \end_layout
18383
18384 \begin_layout Plain Layout
18385 \align center
18386 \begin_inset Tabular
18387 <lyxtabular version="3" rows="3" columns="3">
18388 <features tabularvalignment="middle">
18389 <column alignment="center" valignment="top" width="0">
18390 <column alignment="center" valignment="top" width="0">
18391 <column alignment="center" valignment="top" width="0">
18392 <row>
18393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18394 \begin_inset Text
18395
18396 \begin_layout Plain Layout
18397 sd
18398 \end_layout
18399
18400 \end_inset
18401 </cell>
18402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18403 \begin_inset Text
18404
18405 \begin_layout Plain Layout
18406
18407 \end_layout
18408
18409 \end_inset
18410 </cell>
18411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18412 \begin_inset Text
18413
18414 \begin_layout Plain Layout
18415
18416 \end_layout
18417
18418 \end_inset
18419 </cell>
18420 </row>
18421 <row>
18422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18423 \begin_inset Text
18424
18425 \begin_layout Plain Layout
18426
18427 \end_layout
18428
18429 \end_inset
18430 </cell>
18431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18432 \begin_inset Text
18433
18434 \begin_layout Plain Layout
18435 sd
18436 \end_layout
18437
18438 \end_inset
18439 </cell>
18440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18441 \begin_inset Text
18442
18443 \begin_layout Plain Layout
18444
18445 \end_layout
18446
18447 \end_inset
18448 </cell>
18449 </row>
18450 <row>
18451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18452 \begin_inset Text
18453
18454 \begin_layout Plain Layout
18455
18456 \end_layout
18457
18458 \end_inset
18459 </cell>
18460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18461 \begin_inset Text
18462
18463 \begin_layout Plain Layout
18464
18465 \end_layout
18466
18467 \end_inset
18468 </cell>
18469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18470 \begin_inset Text
18471
18472 \begin_layout Plain Layout
18473 sd
18474 \end_layout
18475
18476 \end_inset
18477 </cell>
18478 </row>
18479 </lyxtabular>
18480
18481 \end_inset
18482
18483
18484 \end_layout
18485
18486 \end_inset
18487
18488
18489 \begin_inset ERT
18490 status collapsed
18491
18492 \begin_layout Plain Layout
18493
18494
18495 \backslash
18496 setlength{
18497 \backslash
18498 arrayrulewidth}{0.4pt}
18499 \end_layout
18500
18501 \end_inset
18502
18503
18504 \end_layout
18505
18506 \begin_layout Standard
18507 \begin_inset VSpace bigskip
18508 \end_inset
18509
18510 To set the line thickness to 1.5
18511 \begin_inset space \thinspace{}
18512 \end_inset
18513
18514 pt only for horizontal lines, as in Table
18515 \begin_inset space ~
18516 \end_inset
18517
18518
18519 \begin_inset CommandInset ref
18520 LatexCommand ref
18521 reference "tab:Table-with-horizontal"
18522
18523 \end_inset
18524
18525 , insert these commands in TeX-Code before the table or table float:
18526 \end_layout
18527
18528 \begin_layout Standard
18529
18530 \series bold
18531
18532 \backslash
18533 let
18534 \backslash
18535 myHline
18536 \backslash
18537 hline
18538 \begin_inset Newline newline
18539 \end_inset
18540
18541
18542 \backslash
18543 renewcommand{
18544 \backslash
18545 hline}
18546 \begin_inset Newline newline
18547 \end_inset
18548
18549  {
18550 \backslash
18551 noalign{
18552 \backslash
18553 global
18554 \backslash
18555 arrayrulewidth 1.5pt}
18556 \begin_inset Newline newline
18557 \end_inset
18558
18559  
18560 \backslash
18561 myHline
18562 \backslash
18563 noalign{
18564 \backslash
18565 global
18566 \backslash
18567 arrayrulewidth 0.4pt}}
18568 \end_layout
18569
18570 \begin_layout Standard
18571 To return to the default line thickness, insert this command in TeX-Code
18572  after the table or table float:
18573 \end_layout
18574
18575 \begin_layout Standard
18576
18577 \series bold
18578
18579 \backslash
18580 renewcommand{
18581 \backslash
18582 hline}{
18583 \backslash
18584 myHline}
18585 \end_layout
18586
18587 \begin_layout Standard
18588 \begin_inset ERT
18589 status collapsed
18590
18591 \begin_layout Plain Layout
18592
18593
18594 \backslash
18595 let
18596 \backslash
18597 myHline
18598 \backslash
18599 hline
18600 \end_layout
18601
18602 \begin_layout Plain Layout
18603
18604
18605 \backslash
18606 renewcommand{
18607 \backslash
18608 hline}
18609 \end_layout
18610
18611 \begin_layout Plain Layout
18612
18613  {
18614 \backslash
18615 noalign{
18616 \backslash
18617 global
18618 \backslash
18619 arrayrulewidth 1.5pt}
18620 \end_layout
18621
18622 \begin_layout Plain Layout
18623
18624   
18625 \backslash
18626 myHline
18627 \backslash
18628 noalign{
18629 \backslash
18630 global
18631 \backslash
18632 arrayrulewidth 0.4pt}}
18633 \end_layout
18634
18635 \end_inset
18636
18637
18638 \begin_inset Float table
18639 wide false
18640 sideways false
18641 status open
18642
18643 \begin_layout Plain Layout
18644 \begin_inset Caption
18645
18646 \begin_layout Plain Layout
18647 \begin_inset CommandInset label
18648 LatexCommand label
18649 name "tab:Table-with-horizontal"
18650
18651 \end_inset
18652
18653 Table with 1.5
18654 \begin_inset space \thinspace{}
18655 \end_inset
18656
18657 pt thick horizontal lines
18658 \end_layout
18659
18660 \end_inset
18661
18662
18663 \end_layout
18664
18665 \begin_layout Plain Layout
18666 \align center
18667 \begin_inset Tabular
18668 <lyxtabular version="3" rows="3" columns="3">
18669 <features tabularvalignment="middle">
18670 <column alignment="center" valignment="top" width="0">
18671 <column alignment="center" valignment="top" width="0">
18672 <column alignment="center" valignment="top" width="0">
18673 <row>
18674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18675 \begin_inset Text
18676
18677 \begin_layout Plain Layout
18678 sd
18679 \end_layout
18680
18681 \end_inset
18682 </cell>
18683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18684 \begin_inset Text
18685
18686 \begin_layout Plain Layout
18687
18688 \end_layout
18689
18690 \end_inset
18691 </cell>
18692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18693 \begin_inset Text
18694
18695 \begin_layout Plain Layout
18696
18697 \end_layout
18698
18699 \end_inset
18700 </cell>
18701 </row>
18702 <row>
18703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18704 \begin_inset Text
18705
18706 \begin_layout Plain Layout
18707
18708 \end_layout
18709
18710 \end_inset
18711 </cell>
18712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18713 \begin_inset Text
18714
18715 \begin_layout Plain Layout
18716 sd
18717 \end_layout
18718
18719 \end_inset
18720 </cell>
18721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18722 \begin_inset Text
18723
18724 \begin_layout Plain Layout
18725
18726 \end_layout
18727
18728 \end_inset
18729 </cell>
18730 </row>
18731 <row>
18732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18733 \begin_inset Text
18734
18735 \begin_layout Plain Layout
18736
18737 \end_layout
18738
18739 \end_inset
18740 </cell>
18741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18742 \begin_inset Text
18743
18744 \begin_layout Plain Layout
18745
18746 \end_layout
18747
18748 \end_inset
18749 </cell>
18750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18751 \begin_inset Text
18752
18753 \begin_layout Plain Layout
18754 sd
18755 \end_layout
18756
18757 \end_inset
18758 </cell>
18759 </row>
18760 </lyxtabular>
18761
18762 \end_inset
18763
18764
18765 \end_layout
18766
18767 \end_inset
18768
18769
18770 \begin_inset ERT
18771 status collapsed
18772
18773 \begin_layout Plain Layout
18774
18775
18776 \backslash
18777 renewcommand{
18778 \backslash
18779 hline}{
18780 \backslash
18781 myHline}
18782 \end_layout
18783
18784 \end_inset
18785
18786
18787 \end_layout
18788
18789 \begin_layout Standard
18790 \begin_inset VSpace bigskip
18791 \end_inset
18792
18793 To set the line thickness to 1.5
18794 \begin_inset space \thinspace{}
18795 \end_inset
18796
18797 pt only for vertical lines, create the following column format in the document
18798  preamble, according to the description in section
18799 \begin_inset space ~
18800 \end_inset
18801
18802
18803 \begin_inset CommandInset ref
18804 LatexCommand ref
18805 reference "sub:Customized-Format"
18806
18807 \end_inset
18808
18809 :
18810 \end_layout
18811
18812 \begin_layout Standard
18813
18814 \series bold
18815
18816 \backslash
18817 newcolumntype{V}{!{
18818 \backslash
18819 vrule width 1.5pt}}
18820 \end_layout
18821
18822 \begin_layout Standard
18823 For Table
18824 \begin_inset space ~
18825 \end_inset
18826
18827
18828 \begin_inset CommandInset ref
18829 LatexCommand ref
18830 reference "tab:Table-with-vertical"
18831
18832 \end_inset
18833
18834  the LaTeX-argument
18835 \end_layout
18836
18837 \begin_layout Standard
18838
18839 \series bold
18840 VcV
18841 \end_layout
18842
18843 \begin_layout Standard
18844 was used for the last column and
18845 \end_layout
18846
18847 \begin_layout Standard
18848
18849 \series bold
18850 Vc
18851 \end_layout
18852
18853 \begin_layout Standard
18854 for the other columns.
18855 \end_layout
18856
18857 \begin_layout Standard
18858 \begin_inset Float table
18859 wide false
18860 sideways false
18861 status open
18862
18863 \begin_layout Plain Layout
18864 \begin_inset Caption
18865
18866 \begin_layout Plain Layout
18867 \begin_inset CommandInset label
18868 LatexCommand label
18869 name "tab:Table-with-vertical"
18870
18871 \end_inset
18872
18873 Table with 1.5
18874 \begin_inset space \thinspace{}
18875 \end_inset
18876
18877 pt thick vertical lines
18878 \end_layout
18879
18880 \end_inset
18881
18882
18883 \end_layout
18884
18885 \begin_layout Plain Layout
18886 \align center
18887 \begin_inset Tabular
18888 <lyxtabular version="3" rows="3" columns="3">
18889 <features tabularvalignment="middle">
18890 <column alignment="center" valignment="top" width="0" special="Vc">
18891 <column alignment="center" valignment="top" width="0" special="Vc">
18892 <column alignment="center" valignment="top" width="0" special="VcV">
18893 <row>
18894 <cell alignment="center" valignment="top" topline="true" usebox="none">
18895 \begin_inset Text
18896
18897 \begin_layout Plain Layout
18898 sd
18899 \end_layout
18900
18901 \end_inset
18902 </cell>
18903 <cell alignment="center" valignment="top" topline="true" usebox="none">
18904 \begin_inset Text
18905
18906 \begin_layout Plain Layout
18907
18908 \end_layout
18909
18910 \end_inset
18911 </cell>
18912 <cell alignment="center" valignment="top" topline="true" usebox="none">
18913 \begin_inset Text
18914
18915 \begin_layout Plain Layout
18916
18917 \end_layout
18918
18919 \end_inset
18920 </cell>
18921 </row>
18922 <row>
18923 <cell alignment="center" valignment="top" topline="true" usebox="none">
18924 \begin_inset Text
18925
18926 \begin_layout Plain Layout
18927
18928 \end_layout
18929
18930 \end_inset
18931 </cell>
18932 <cell alignment="center" valignment="top" topline="true" usebox="none">
18933 \begin_inset Text
18934
18935 \begin_layout Plain Layout
18936 sd
18937 \end_layout
18938
18939 \end_inset
18940 </cell>
18941 <cell alignment="center" valignment="top" topline="true" usebox="none">
18942 \begin_inset Text
18943
18944 \begin_layout Plain Layout
18945
18946 \end_layout
18947
18948 \end_inset
18949 </cell>
18950 </row>
18951 <row>
18952 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18953 \begin_inset Text
18954
18955 \begin_layout Plain Layout
18956
18957 \end_layout
18958
18959 \end_inset
18960 </cell>
18961 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18962 \begin_inset Text
18963
18964 \begin_layout Plain Layout
18965
18966 \end_layout
18967
18968 \end_inset
18969 </cell>
18970 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18971 \begin_inset Text
18972
18973 \begin_layout Plain Layout
18974 sd
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 </row>
18980 </lyxtabular>
18981
18982 \end_inset
18983
18984
18985 \end_layout
18986
18987 \end_inset
18988
18989
18990 \end_layout
18991
18992 \begin_layout Subsection
18993 Dashed Lines
18994 \begin_inset Index idx
18995 status collapsed
18996
18997 \begin_layout Plain Layout
18998 Table Customization ! Dashed Lines
18999 \end_layout
19000
19001 \end_inset
19002
19003
19004 \end_layout
19005
19006 \begin_layout Standard
19007 \begin_inset ERT
19008 status collapsed
19009
19010 \begin_layout Plain Layout
19011
19012
19013 \backslash
19014 ifarydshln
19015 \end_layout
19016
19017 \end_inset
19018
19019
19020 \begin_inset Note Note
19021 status open
19022
19023 \begin_layout Plain Layout
19024 The following section will only be displayed when the LaTeX-package 
19025 \series bold
19026 arydshln
19027 \series default
19028  is installed.
19029 \end_layout
19030
19031 \end_inset
19032
19033
19034 \end_layout
19035
19036 \begin_layout Standard
19037 \begin_inset Float table
19038 placement H
19039 wide false
19040 sideways false
19041 status open
19042
19043 \begin_layout Plain Layout
19044 \begin_inset Caption
19045
19046 \begin_layout Plain Layout
19047 \begin_inset CommandInset label
19048 LatexCommand label
19049 name "tab:Table-with-dashed"
19050
19051 \end_inset
19052
19053 Table with dashed lines
19054 \end_layout
19055
19056 \end_inset
19057
19058
19059 \end_layout
19060
19061 \begin_layout Plain Layout
19062 \align center
19063 \begin_inset Tabular
19064 <lyxtabular version="3" rows="5" columns="5">
19065 <features tabularvalignment="middle">
19066 <column alignment="center" valignment="top" width="0">
19067 <column alignment="center" valignment="top" width="0">
19068 <column alignment="center" valignment="top" width="0" special=":c">
19069 <column alignment="center" valignment="top" width="0">
19070 <column alignment="center" valignment="top" width="0">
19071 <row>
19072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19073 \begin_inset Text
19074
19075 \begin_layout Plain Layout
19076 a
19077 \end_layout
19078
19079 \end_inset
19080 </cell>
19081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19082 \begin_inset Text
19083
19084 \begin_layout Plain Layout
19085 b
19086 \end_layout
19087
19088 \end_inset
19089 </cell>
19090 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19091 \begin_inset Text
19092
19093 \begin_layout Plain Layout
19094 c
19095 \end_layout
19096
19097 \end_inset
19098 </cell>
19099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19100 \begin_inset Text
19101
19102 \begin_layout Plain Layout
19103 d
19104 \end_layout
19105
19106 \end_inset
19107 </cell>
19108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19109 \begin_inset Text
19110
19111 \begin_layout Plain Layout
19112 e
19113 \end_layout
19114
19115 \end_inset
19116 </cell>
19117 </row>
19118 <row>
19119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19120 \begin_inset Text
19121
19122 \begin_layout Plain Layout
19123 f
19124 \end_layout
19125
19126 \end_inset
19127 </cell>
19128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19129 \begin_inset Text
19130
19131 \begin_layout Plain Layout
19132 g
19133 \end_layout
19134
19135 \end_inset
19136 </cell>
19137 <cell alignment="center" valignment="top" topline="true" usebox="none">
19138 \begin_inset Text
19139
19140 \begin_layout Plain Layout
19141 h
19142 \end_layout
19143
19144 \end_inset
19145 </cell>
19146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19147 \begin_inset Text
19148
19149 \begin_layout Plain Layout
19150 i
19151 \end_layout
19152
19153 \end_inset
19154 </cell>
19155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19156 \begin_inset Text
19157
19158 \begin_layout Plain Layout
19159 j
19160 \end_layout
19161
19162 \end_inset
19163 </cell>
19164 </row>
19165 <row>
19166 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19167 \begin_inset Text
19168
19169 \begin_layout Plain Layout
19170 \begin_inset ERT
19171 status collapsed
19172
19173 \begin_layout Plain Layout
19174
19175
19176 \backslash
19177 hdashline 
19178 \end_layout
19179
19180 \end_inset
19181
19182 k
19183 \end_layout
19184
19185 \end_inset
19186 </cell>
19187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19188 \begin_inset Text
19189
19190 \begin_layout Plain Layout
19191 l
19192 \end_layout
19193
19194 \end_inset
19195 </cell>
19196 <cell alignment="center" valignment="top" usebox="none">
19197 \begin_inset Text
19198
19199 \begin_layout Plain Layout
19200 m
19201 \end_layout
19202
19203 \end_inset
19204 </cell>
19205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19206 \begin_inset Text
19207
19208 \begin_layout Plain Layout
19209 n
19210 \end_layout
19211
19212 \end_inset
19213 </cell>
19214 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19215 \begin_inset Text
19216
19217 \begin_layout Plain Layout
19218 o
19219 \end_layout
19220
19221 \end_inset
19222 </cell>
19223 </row>
19224 <row>
19225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19226 \begin_inset Text
19227
19228 \begin_layout Plain Layout
19229 \begin_inset ERT
19230 status collapsed
19231
19232 \begin_layout Plain Layout
19233
19234
19235 \backslash
19236 cdashline{4-5}
19237 \end_layout
19238
19239 \end_inset
19240
19241 p
19242 \end_layout
19243
19244 \end_inset
19245 </cell>
19246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19247 \begin_inset Text
19248
19249 \begin_layout Plain Layout
19250 q
19251 \end_layout
19252
19253 \end_inset
19254 </cell>
19255 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19256 \begin_inset Text
19257
19258 \begin_layout Plain Layout
19259 r
19260 \end_layout
19261
19262 \end_inset
19263 </cell>
19264 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19265 \begin_inset Text
19266
19267 \begin_layout Plain Layout
19268 s
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19274 \begin_inset Text
19275
19276 \begin_layout Plain Layout
19277
19278 \end_layout
19279
19280 \end_inset
19281 </cell>
19282 </row>
19283 <row>
19284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288 t
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297 u
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19303 \begin_inset Text
19304
19305 \begin_layout Plain Layout
19306 v
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315 w
19316 \end_layout
19317
19318 \end_inset
19319 </cell>
19320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19321 \begin_inset Text
19322
19323 \begin_layout Plain Layout
19324 x
19325 \end_layout
19326
19327 \end_inset
19328 </cell>
19329 </row>
19330 </lyxtabular>
19331
19332 \end_inset
19333
19334
19335 \end_layout
19336
19337 \end_inset
19338
19339
19340 \end_layout
19341
19342 \begin_layout Standard
19343 LyX does not natively support dashed lines, so you have to use TeX-Code.
19344  As a prerequisite the LaTeX-package 
19345 \series bold
19346 arydshln
19347 \series default
19348
19349 \begin_inset Index idx
19350 status collapsed
19351
19352 \begin_layout Plain Layout
19353 LaTeX-packages ! arydshln
19354 \end_layout
19355
19356 \end_inset
19357
19358  must be loaded in the document preamble with the command
19359 \end_layout
19360
19361 \begin_layout Standard
19362
19363 \series bold
19364
19365 \backslash
19366 usepackage{arydshln}
19367 \end_layout
19368
19369 \begin_layout Standard
19370 To make a vertical line dashed, enter the colon 
19371 \begin_inset Quotes eld
19372 \end_inset
19373
19374 :
19375 \begin_inset Quotes erd
19376 \end_inset
19377
19378  together with the character for the horizontal alignment as LaTeX-argument
19379  in the table cell dialog.
19380 \end_layout
19381
19382 \begin_layout Standard
19383 For a horizontal dashed line add the command
19384 \end_layout
19385
19386 \begin_layout Standard
19387
19388 \series bold
19389
19390 \backslash
19391 hdashline
19392 \end_layout
19393
19394 \begin_layout Standard
19395 in TeX-Code as first element of the first cell in the table row.
19396 \end_layout
19397
19398 \begin_layout Standard
19399 For dashed multicolumn lines use the command
19400 \end_layout
19401
19402 \begin_layout Standard
19403
19404 \series bold
19405
19406 \backslash
19407 cdashline{line number
19408 \series default
19409 }
19410 \end_layout
19411
19412 \begin_layout Standard
19413 in TeX-Code as the first element of the first cell in the table row.
19414  If you have for example a multicolumn spanning columns 2 to 4 and you want
19415  to have a dashed line above, add the command
19416 \end_layout
19417
19418 \begin_layout Standard
19419
19420 \series bold
19421
19422 \backslash
19423 cdashline{2-4}
19424 \end_layout
19425
19426 \begin_layout Standard
19427 as the first element of the first cell in the row of the multicolumn.
19428 \end_layout
19429
19430 \begin_layout Standard
19431 \begin_inset VSpace bigskip
19432 \end_inset
19433
19434
19435 \end_layout
19436
19437 \begin_layout Standard
19438 Table
19439 \begin_inset space ~
19440 \end_inset
19441
19442
19443 \begin_inset CommandInset ref
19444 LatexCommand ref
19445 reference "tab:Table-with-dashed"
19446
19447 \end_inset
19448
19449  was created using 
19450 \begin_inset Quotes eld
19451 \end_inset
19452
19453
19454 \series bold
19455 :c
19456 \series default
19457
19458 \begin_inset Quotes erd
19459 \end_inset
19460
19461  as LaTeX-argument of the third column.
19462  The TeX-Code command 
19463 \series bold
19464
19465 \backslash
19466 hdashline
19467 \series default
19468  was inserted in the first cell of the third row and the TeX-Code command
19469 \begin_inset Newline newline
19470 \end_inset
19471
19472  
19473 \series bold
19474
19475 \backslash
19476 cdashline{4-5}
19477 \series default
19478  was inserted in the first cell of the fourth row.
19479 \end_layout
19480
19481 \begin_layout Standard
19482 \begin_inset Note Greyedout
19483 status open
19484
19485 \begin_layout Plain Layout
19486
19487 \series bold
19488 Note:
19489 \series default
19490  The LaTeX-package 
19491 \series bold
19492 arydshln
19493 \series default
19494  is apparently not compatible with the LaTeX-package 
19495 \series bold
19496 colortbl
19497 \series default
19498
19499 \begin_inset Index idx
19500 status collapsed
19501
19502 \begin_layout Plain Layout
19503 LaTeX-packages ! colortbl
19504 \end_layout
19505
19506 \end_inset
19507
19508  that is used for colored tables in section
19509 \begin_inset space ~
19510 \end_inset
19511
19512
19513 \begin_inset CommandInset ref
19514 LatexCommand ref
19515 reference "sec:Colored-Tables"
19516
19517 \end_inset
19518
19519 .
19520  That means colored tables cannot have dashed lines.
19521 \end_layout
19522
19523 \end_inset
19524
19525
19526 \end_layout
19527
19528 \begin_layout Standard
19529 \begin_inset ERT
19530 status collapsed
19531
19532 \begin_layout Plain Layout
19533
19534
19535 \backslash
19536 else
19537 \end_layout
19538
19539 \end_inset
19540
19541
19542 \begin_inset Note Note
19543 status open
19544
19545 \begin_layout Plain Layout
19546 The following will be displayed when the LaTeX-package 
19547 \series bold
19548 arydshln
19549 \series default
19550  is not installed:
19551 \end_layout
19552
19553 \end_inset
19554
19555
19556 \end_layout
19557
19558 \begin_layout Standard
19559 You need to install the package 
19560 \series bold
19561 arydshln
19562 \series default
19563  to see the content of this section in the output.
19564 \end_layout
19565
19566 \begin_layout Standard
19567 \begin_inset ERT
19568 status collapsed
19569
19570 \begin_layout Plain Layout
19571
19572
19573 \backslash
19574 fi
19575 \end_layout
19576
19577 \end_inset
19578
19579
19580 \end_layout
19581
19582 \begin_layout Chapter
19583 Floats
19584 \begin_inset CommandInset label
19585 LatexCommand label
19586 name "chap:Floats"
19587
19588 \end_inset
19589
19590
19591 \begin_inset Index idx
19592 status collapsed
19593
19594 \begin_layout Plain Layout
19595 Floats
19596 \end_layout
19597
19598 \end_inset
19599
19600
19601 \end_layout
19602
19603 \begin_layout Section
19604 Introduction
19605 \begin_inset CommandInset label
19606 LatexCommand label
19607 name "sec:FloatIntroduction"
19608
19609 \end_inset
19610
19611
19612 \begin_inset Index idx
19613 status collapsed
19614
19615 \begin_layout Plain Layout
19616 Floats ! Introduction
19617 \end_layout
19618
19619 \end_inset
19620
19621
19622 \end_layout
19623
19624 \begin_layout Standard
19625 A float is a block of text associated with some sort of label, which doesn't
19626  have a fixed location.
19627  It can 
19628 \begin_inset Quotes eld
19629 \end_inset
19630
19631 float
19632 \begin_inset Quotes erd
19633 \end_inset
19634
19635  forward or backward a page or two, to wherever it fits best.
19636  
19637 \family sans
19638 Footnotes
19639 \family default
19640  and 
19641 \family sans
19642 Margin
19643 \begin_inset space ~
19644 \end_inset
19645
19646 Notes
19647 \family default
19648  are also floats, because they can float to the next page when there are
19649  too many notes on the page.
19650 \end_layout
19651
19652 \begin_layout Standard
19653 Floats allow a high quality layout.
19654  Images and tables can be spread evenly to the pages to avoid white space
19655  and pages without text.
19656  As the floating often destroys the context between the text and the image/table
19657 , every float can be referenced in the text.
19658  Floats are therefore numbered.
19659  Referencing is described in section
19660 \begin_inset space ~
19661 \end_inset
19662
19663
19664 \begin_inset CommandInset ref
19665 LatexCommand ref
19666 reference "sec:Referencing-Floats"
19667
19668 \end_inset
19669
19670 .
19671 \end_layout
19672
19673 \begin_layout Standard
19674 To insert a float, use the menu 
19675 \family sans
19676 Insert\SpecialChar \menuseparator
19677 Float
19678 \family default
19679 .
19680  This inserts the 
19681 \family sans
19682 Caption
19683 \family default
19684  inset, a box with a label.
19685  The label will automatically be translated to the document language in
19686  the output.
19687  After the label you can insert the caption text.
19688  The image or table is inserted above or below the caption in a separate
19689  paragraph within the float.
19690  More about the caption placement is contained in section
19691 \begin_inset space ~
19692 \end_inset
19693
19694
19695 \begin_inset CommandInset ref
19696 LatexCommand ref
19697 reference "sec:Caption-Placement"
19698
19699 \end_inset
19700
19701 .
19702  To keep your LyX-document readable, you can open and close the float box
19703  by left-clicking on the box label.
19704  A closed float box looks like this: 
19705 \begin_inset Graphics
19706         filename clipart/floatQt4.png
19707         scale 70
19708         scaleBeforeRotation
19709
19710 \end_inset
19711
19712  â€“ a gray button with a red label.
19713 \end_layout
19714
19715 \begin_layout Standard
19716 It is recommended that you insert floats as a separate standard paragraph
19717  to avoid possible LaTeX-errors that can occur when the surrounding text
19718  is specially formatted.
19719 \end_layout
19720
19721 \begin_layout Standard
19722 Existing figures or tables can be put into a float by highlighting them
19723  and then pressing the corresponding toolbar button for a new float.
19724 \end_layout
19725
19726 \begin_layout Section
19727 Float Types
19728 \end_layout
19729
19730 \begin_layout Standard
19731 Besides figure and table floats that are described in sections
19732 \begin_inset space ~
19733 \end_inset
19734
19735
19736 \begin_inset CommandInset ref
19737 LatexCommand ref
19738 reference "sec:Figure-Floats"
19739
19740 \end_inset
19741
19742  and 
19743 \begin_inset CommandInset ref
19744 LatexCommand ref
19745 reference "sec:Table-Floats"
19746
19747 \end_inset
19748
19749  respectively, LyX offers the float types 
19750 \family sans
19751 Algorithm
19752 \family default
19753  and 
19754 \family sans
19755 Wrap
19756 \family default
19757 .
19758  The latter are explained in sec.
19759 \begin_inset space \thinspace{}
19760 \end_inset
19761
19762
19763 \begin_inset CommandInset ref
19764 LatexCommand ref
19765 reference "sec:Wrap-Floats"
19766
19767 \end_inset
19768
19769 .
19770 \end_layout
19771
19772 \begin_layout Subsection
19773 Algorithm Floats
19774 \begin_inset Index idx
19775 status collapsed
19776
19777 \begin_layout Plain Layout
19778 Floats ! Algorithms
19779 \end_layout
19780
19781 \end_inset
19782
19783
19784 \end_layout
19785
19786 \begin_layout Standard
19787 \begin_inset Float algorithm
19788 placement h
19789 wide false
19790 sideways false
19791 status open
19792
19793 \begin_layout Plain Layout
19794 \begin_inset Caption
19795
19796 \begin_layout Plain Layout
19797 \begin_inset CommandInset label
19798 LatexCommand label
19799 name "alg:Example-Algorithm-float"
19800
19801 \end_inset
19802
19803 Example Algorithm float
19804 \end_layout
19805
19806 \end_inset
19807
19808
19809 \end_layout
19810
19811 \begin_layout LyX-Code
19812 for I in 1..N loop
19813 \begin_inset Newline newline
19814 \end_inset
19815
19816  Sum:= Sum + A(I); /*comment*/
19817 \begin_inset Newline newline
19818 \end_inset
19819
19820 end loop
19821 \begin_inset VSpace -4mm
19822 \end_inset
19823
19824
19825 \end_layout
19826
19827 \end_inset
19828
19829
19830 \end_layout
19831
19832 \begin_layout Standard
19833 This float type is inserted with the menu 
19834 \family sans
19835 Insert\SpecialChar \menuseparator
19836 Floats\SpecialChar \menuseparator
19837 Algorithm
19838 \family default
19839 .
19840  It is used for program codes and descriptions of algorithms and can be
19841  seen as an alternative to program code listings that are explained in chapter
19842 \begin_inset space ~
19843 \end_inset
19844
19845
19846 \begin_inset CommandInset ref
19847 LatexCommand ref
19848 reference "cha:Program-Code-Listings"
19849
19850 \end_inset
19851
19852 .
19853  A possible environment for algorithms is the 
19854 \family sans
19855 LyX-Code
19856 \family default
19857 , described in LyX's 
19858 \emph on
19859 Userguide
19860 \emph default
19861 .
19862  Algorithm
19863 \begin_inset space ~
19864 \end_inset
19865
19866
19867 \begin_inset CommandInset ref
19868 LatexCommand ref
19869 reference "alg:Example-Algorithm-float"
19870
19871 \end_inset
19872
19873  is an example of an algorithm float where -4
19874 \begin_inset space \thinspace{}
19875 \end_inset
19876
19877 mm vertical space was added at the end of the float to have the bottom rule
19878  exactly below the last text line.
19879 \end_layout
19880
19881 \begin_layout Standard
19882 The float label is not automatically translated into the document language.
19883  If your document is not in English, you have to do this manually by adding
19884  the following line to the document preamble
19885 \series bold
19886 :
19887 \end_layout
19888
19889 \begin_layout Standard
19890
19891 \series bold
19892
19893 \backslash
19894 floatname{algorithm}{your
19895 \begin_inset space ~
19896 \end_inset
19897
19898 name}
19899 \end_layout
19900
19901 \begin_layout Standard
19902 where 
19903 \family sans
19904 your
19905 \begin_inset space ~
19906 \end_inset
19907
19908 name
19909 \family default
19910  is the word 
19911 \begin_inset Quotes eld
19912 \end_inset
19913
19914
19915 \emph on
19916 algorithm
19917 \emph default
19918
19919 \begin_inset Quotes erd
19920 \end_inset
19921
19922  in your language.
19923 \end_layout
19924
19925 \begin_layout Standard
19926 To insert the list of algorithms you can use the menu 
19927 \family sans
19928 Insert\SpecialChar \menuseparator
19929 List
19930 \begin_inset space \thinspace{}
19931 \end_inset
19932
19933 /
19934 \begin_inset space \thinspace{}
19935 \end_inset
19936
19937 TOC\SpecialChar \menuseparator
19938 List of Algorithms
19939 \family default
19940  when your document has the same language as LyX's menu names.
19941  In other cases use this command in TeX-Code instead:
19942 \end_layout
19943
19944 \begin_layout Standard
19945
19946 \series bold
19947
19948 \backslash
19949 listof{algorithm}{your
19950 \begin_inset space ~
19951 \end_inset
19952
19953 name}
19954 \end_layout
19955
19956 \begin_layout Standard
19957 where 
19958 \family sans
19959 your
19960 \begin_inset space ~
19961 \end_inset
19962
19963 name
19964 \family default
19965  is the word 
19966 \begin_inset Quotes eld
19967 \end_inset
19968
19969
19970 \emph on
19971 List of Algorithm
19972 \emph default
19973 s
19974 \begin_inset Quotes erd
19975 \end_inset
19976
19977  in your language.
19978 \end_layout
19979
19980 \begin_layout Standard
19981 Algorithm floats are not by default numbered in the scheme 
19982 \begin_inset Quotes eld
19983 \end_inset
19984
19985 chapter.algorithm
19986 \begin_inset Quotes erd
19987 \end_inset
19988
19989  as is the case for table and figure floats in many document-classes.
19990  To number algorithm floats in the same scheme, add this command to your
19991  document preamble:
19992 \end_layout
19993
19994 \begin_layout Standard
19995
19996 \series bold
19997
19998 \backslash
19999 numberwithin{algorithm}{chapter}
20000 \end_layout
20001
20002 \begin_layout Standard
20003 To be able to use the command 
20004 \series bold
20005
20006 \backslash
20007 numberwithin
20008 \series default
20009 , set in the tab 
20010 \family sans
20011 Math
20012 \begin_inset space ~
20013 \end_inset
20014
20015 Options
20016 \family default
20017  in the document settings the option 
20018 \family sans
20019 Use
20020 \begin_inset space ~
20021 \end_inset
20022
20023 AMS
20024 \begin_inset space ~
20025 \end_inset
20026
20027 math
20028 \begin_inset space ~
20029 \end_inset
20030
20031 package
20032 \family default
20033 .
20034 \end_layout
20035
20036 \begin_layout Section
20037 Float Numbering
20038 \begin_inset Index idx
20039 status collapsed
20040
20041 \begin_layout Plain Layout
20042 Floats ! Numbering
20043 \end_layout
20044
20045 \end_inset
20046
20047
20048 \end_layout
20049
20050 \begin_layout Standard
20051 Floats are usually numbered either independently from the sections the floats
20052  are in, or in the scheme 
20053 \begin_inset Quotes eld
20054 \end_inset
20055
20056 chapter.number
20057 \begin_inset Quotes erd
20058 \end_inset
20059
20060  or 
20061 \begin_inset Quotes eld
20062 \end_inset
20063
20064 section.number
20065 \begin_inset Quotes erd
20066 \end_inset
20067
20068 .
20069  This depends on the document class used.
20070 \end_layout
20071
20072 \begin_layout Standard
20073 To change section-independent numbering, you can use this command in the
20074  document preamble:
20075 \end_layout
20076
20077 \begin_layout Standard
20078
20079 \series bold
20080
20081 \backslash
20082 renewcommand{
20083 \backslash
20084 thetable}{
20085 \backslash
20086 roman{table}}
20087 \end_layout
20088
20089 \begin_layout Standard
20090
20091 \series bold
20092
20093 \backslash
20094 thetable
20095 \series default
20096  is the command that prints the table number, for figure floats, the command
20097  would be 
20098 \series bold
20099
20100 \backslash
20101 thefigure
20102 \series default
20103 .
20104  
20105 \series bold
20106
20107 \backslash
20108 roman
20109 \series default
20110  in the command above prints the table number as small roman number.
20111 \end_layout
20112
20113 \begin_layout Standard
20114 To change the numbering scheme for example to 
20115 \begin_inset Quotes eld
20116 \end_inset
20117
20118 subsection.number
20119 \begin_inset Quotes erd
20120 \end_inset
20121
20122 , use this command in the preamble:
20123 \end_layout
20124
20125 \begin_layout Standard
20126
20127 \series bold
20128
20129 \backslash
20130 numberwithin{table}{subsection}
20131 \end_layout
20132
20133 \begin_layout Standard
20134 To be able to use the command 
20135 \series bold
20136
20137 \backslash
20138 numberwithin
20139 \series default
20140 , set in the tab 
20141 \family sans
20142 Math
20143 \begin_inset space ~
20144 \end_inset
20145
20146 Options
20147 \family default
20148  in the document settings the option 
20149 \family sans
20150 Use
20151 \begin_inset space ~
20152 \end_inset
20153
20154 AMS
20155 \begin_inset space ~
20156 \end_inset
20157
20158 math
20159 \begin_inset space ~
20160 \end_inset
20161
20162 package
20163 \family default
20164 .
20165 \end_layout
20166
20167 \begin_layout Standard
20168 Please also have a look at section
20169 \begin_inset space ~
20170 \end_inset
20171
20172
20173 \begin_inset CommandInset ref
20174 LatexCommand ref
20175 reference "sub:Footnote-Numbering"
20176
20177 \end_inset
20178
20179  for the details and important notes about the numbering commands.
20180 \end_layout
20181
20182 \begin_layout Section
20183 Referencing Floats
20184 \begin_inset CommandInset label
20185 LatexCommand label
20186 name "sec:Referencing-Floats"
20187
20188 \end_inset
20189
20190
20191 \begin_inset Index idx
20192 status collapsed
20193
20194 \begin_layout Plain Layout
20195 Floats ! References
20196 \end_layout
20197
20198 \end_inset
20199
20200
20201 \begin_inset Index idx
20202 status collapsed
20203
20204 \begin_layout Plain Layout
20205 References ! to Floats
20206 \end_layout
20207
20208 \end_inset
20209
20210
20211 \end_layout
20212
20213 \begin_layout Standard
20214 To reference a float, insert a label into its caption using the menu 
20215 \family sans
20216 Insert\SpecialChar \menuseparator
20217 Label
20218 \family default
20219  or the toolbar button 
20220 \begin_inset Graphics
20221         filename ../images/label-insert.png
20222         scale 85
20223         scaleBeforeRotation
20224
20225 \end_inset
20226
20227 .
20228  A grey label box like this one: 
20229 \begin_inset Graphics
20230         filename clipart/labelQt4.png
20231         scale 85
20232         scaleBeforeRotation
20233
20234 \end_inset
20235
20236  will be inserted and the label window pops up asking for the label text.
20237  LyX offers as text the first words of the caption with a prefix.
20238  The prefix depends on the float type, e.
20239 \begin_inset space \thinspace{}
20240 \end_inset
20241
20242 g.
20243 \begin_inset space \space{}
20244 \end_inset
20245
20246 for figure floats the prefix will be "
20247 \family sans
20248 fig:
20249 \family default
20250 ".
20251 \end_layout
20252
20253 \begin_layout Standard
20254 The label is used as anchor and name for the reference.
20255  You can refer to the label using the menu 
20256 \family sans
20257 Insert\SpecialChar \menuseparator
20258 Cross-reference
20259 \family default
20260  or the toolbar button 
20261 \begin_inset Graphics
20262         filename ../images/dialog-show-new-inset_ref.png
20263         scale 85
20264         scaleBeforeRotation
20265
20266 \end_inset
20267
20268 .
20269  A grey cross-reference box like this one: 
20270 \begin_inset Graphics
20271         filename clipart/referenceQt4.png
20272         scale 85
20273         scaleBeforeRotation
20274
20275 \end_inset
20276
20277  will be inserted and the cross-reference window appear showing all labels
20278  of the document.
20279  If you have multiple LyX-documents opened, choose the one you are working
20280  on from the drop-list at the top of the dialog.
20281  You can now sort the labels alphabetically and then choose one.
20282  At the position of the cross-reference box the float number will appear
20283  in the output.
20284 \end_layout
20285
20286 \begin_layout Standard
20287 It is recommended that you use a protected space between the cross-reference
20288  name and its number to avoid line breaks between them.
20289  If a cross-reference refers to a non-existing label, you will see two question
20290  marks in the output instead of the reference.
20291 \end_layout
20292
20293 \begin_layout Standard
20294 You can change labels at any time by clicking on the label box.
20295  References to the changed label will automatically change its link to the
20296  new label text, so that you don't need to take care about this.
20297 \end_layout
20298
20299 \begin_layout Standard
20300 The button 
20301 \family sans
20302 Go
20303 \begin_inset space ~
20304 \end_inset
20305
20306 to
20307 \begin_inset space ~
20308 \end_inset
20309
20310 Label
20311 \family default
20312  in the cross-reference window sets the cursor before the referred label.
20313  The button text changes then to Go
20314 \begin_inset space ~
20315 \end_inset
20316
20317 Back and you can use it to set the cursor back to the cross-reference.
20318  Right-clicking on a cross-reference box also sets the cursor before the
20319  referenced label but without the possibility of going back.
20320 \end_layout
20321
20322 \begin_layout Subsection
20323 Cross-Reference Formats
20324 \begin_inset CommandInset label
20325 LatexCommand label
20326 name "sub:Cross-Reference-Formats"
20327
20328 \end_inset
20329
20330
20331 \begin_inset Index idx
20332 status collapsed
20333
20334 \begin_layout Plain Layout
20335 References ! Formats
20336 \end_layout
20337
20338 \end_inset
20339
20340
20341 \end_layout
20342
20343 \begin_layout Standard
20344 There are six varieties of cross-references:
20345 \end_layout
20346
20347 \begin_layout Description
20348 <reference>: prints the float number, this is the default: 
20349 \begin_inset CommandInset ref
20350 LatexCommand ref
20351 reference "fig:Two-distorted-images"
20352
20353 \end_inset
20354
20355
20356 \end_layout
20357
20358 \begin_layout Description
20359 (<reference>): prints the float number within two parentheses, this is the
20360  style normally used to reference formulas, especially when the reference
20361  name 
20362 \begin_inset Quotes eld
20363 \end_inset
20364
20365 Equation
20366 \begin_inset Quotes erd
20367 \end_inset
20368
20369  is omitted: 
20370 \begin_inset CommandInset ref
20371 LatexCommand eqref
20372 reference "eq:Wgn"
20373
20374 \end_inset
20375
20376
20377 \end_layout
20378
20379 \begin_layout Description
20380 <page>: prints the page number: Page
20381 \begin_inset space ~
20382 \end_inset
20383
20384
20385 \begin_inset CommandInset ref
20386 LatexCommand pageref
20387 reference "fig:Two-distorted-images"
20388
20389 \end_inset
20390
20391
20392 \end_layout
20393
20394 \begin_layout Description
20395 on
20396 \begin_inset space ~
20397 \end_inset
20398
20399 page
20400 \begin_inset space ~
20401 \end_inset
20402
20403 <page>: prints the text "on page" and the page number: 
20404 \begin_inset CommandInset ref
20405 LatexCommand vpageref
20406 reference "fig:Two-distorted-images"
20407
20408 \end_inset
20409
20410
20411 \end_layout
20412
20413 \begin_layout Description
20414 <reference>
20415 \begin_inset space ~
20416 \end_inset
20417
20418 on
20419 \begin_inset space ~
20420 \end_inset
20421
20422 page
20423 \begin_inset space ~
20424 \end_inset
20425
20426 <page>: prints the float number, the text "on page", and the page number:
20427  
20428 \begin_inset CommandInset ref
20429 LatexCommand vref
20430 reference "fig:Two-distorted-images"
20431
20432 \end_inset
20433
20434
20435 \end_layout
20436
20437 \begin_layout Description
20438 Formatted
20439 \begin_inset space ~
20440 \end_inset
20441
20442 reference: prints a self-defined cross-reference format.
20443 \begin_inset Newline newline
20444 \end_inset
20445
20446
20447 \begin_inset Note Greyedout
20448 status open
20449
20450 \begin_layout Plain Layout
20451
20452 \series bold
20453 Note:
20454 \series default
20455  This feature is only available when you have the LaTeX-package 
20456 \series bold
20457 prettyref
20458 \series default
20459  or 
20460 \series bold
20461 refstyle
20462 \series default
20463
20464 \begin_inset Index idx
20465 status collapsed
20466
20467 \begin_layout Plain Layout
20468 LaTeX-packages ! prettyref
20469 \end_layout
20470
20471 \end_inset
20472
20473
20474 \begin_inset Index idx
20475 status collapsed
20476
20477 \begin_layout Plain Layout
20478 LaTeX-packages ! refstyle
20479 \end_layout
20480
20481 \end_inset
20482
20483  installed.
20484 \end_layout
20485
20486 \end_inset
20487
20488
20489 \begin_inset Newline newline
20490 \end_inset
20491
20492 You can select which LaTeX-package should be used for this feature by setting
20493  the option 
20494 \family sans
20495 Use refstyle (not prettyref) for cross-references
20496 \family default
20497  in the menu 
20498 \family sans
20499 Document\SpecialChar \menuseparator
20500 Settings\SpecialChar \menuseparator
20501 Document Class
20502 \family default
20503 .
20504  The format is specified by adding the command 
20505 \series bold
20506
20507 \backslash
20508 newrefformat
20509 \series default
20510  (prettyref) or 
20511 \series bold
20512
20513 \backslash
20514 newref
20515 \series default
20516  (refstyle) to the preamble of the document.
20517  For example redefining all references to figures (which have the label
20518  shortcut 
20519 \begin_inset Quotes eld
20520 \end_inset
20521
20522
20523 \family sans
20524 fig
20525 \family default
20526
20527 \begin_inset Quotes erd
20528 \end_inset
20529
20530 ) can be done with this command
20531 \begin_inset Newline newline
20532 \end_inset
20533
20534
20535 \series bold
20536
20537 \backslash
20538 newref{fig}{refcmd={Image on page 
20539 \backslash
20540 pageref{#1}}}
20541 \series default
20542
20543 \begin_inset Newline newline
20544 \end_inset
20545
20546 For more information about the format, have a look at the package documentations
20547
20548 \begin_inset CommandInset citation
20549 LatexCommand cite
20550 key "prettyref,refstyle"
20551
20552 \end_inset
20553
20554 .
20555 \end_layout
20556
20557 \begin_layout Description
20558 Textual
20559 \begin_inset space ~
20560 \end_inset
20561
20562 reference: prints the caption of the reference: 
20563 \begin_inset CommandInset ref
20564 LatexCommand nameref
20565 reference "fig:Two-distorted-images"
20566
20567 \end_inset
20568
20569
20570 \end_layout
20571
20572 \begin_layout Standard
20573
20574 \family sans
20575 <page>
20576 \family default
20577  will not print the page number if the label is on the previous, the same,
20578  or the next page.
20579  You will e.
20580 \begin_inset space \thinspace{}
20581 \end_inset
20582
20583 g.
20584 \begin_inset space \space{}
20585 \end_inset
20586
20587 see the text 
20588 \begin_inset Quotes eld
20589 \end_inset
20590
20591
20592 \family sans
20593 on this page
20594 \family default
20595
20596 \begin_inset Quotes erd
20597 \end_inset
20598
20599  instead.
20600  The style 
20601 \family sans
20602 <reference> on page <page>
20603 \family default
20604  will not print anything about the page if the label is on the same page.
20605 \end_layout
20606
20607 \begin_layout Standard
20608 The number and current page of the part of the document referred to in the
20609  output is automatically calculated by LaTeX.
20610  The varieties are adjusted in the field 
20611 \family sans
20612 Format
20613 \family default
20614  of the cross-reference window that appears when you click on the cross-referenc
20615 e box.
20616 \end_layout
20617
20618 \begin_layout Standard
20619 \begin_inset Note Greyedout
20620 status open
20621
20622 \begin_layout Plain Layout
20623
20624 \series bold
20625 Note:
20626 \series default
20627  It is recommended to use the LaTeX-package 
20628 \series bold
20629 refstyle
20630 \series default
20631
20632 \begin_inset Index idx
20633 status collapsed
20634
20635 \begin_layout Plain Layout
20636 LaTeX-packages ! refstyle
20637 \end_layout
20638
20639 \end_inset
20640
20641  because 
20642 \series bold
20643 prettyref
20644 \series default
20645
20646 \begin_inset Index idx
20647 status collapsed
20648
20649 \begin_layout Plain Layout
20650 LaTeX-packages ! prettyref
20651 \end_layout
20652
20653 \end_inset
20654
20655  does not know all of LyX's possible label shortcuts
20656 \begin_inset Foot
20657 status collapsed
20658
20659 \begin_layout Plain Layout
20660 \begin_inset Quotes eld
20661 \end_inset
20662
20663 fig:
20664 \begin_inset Quotes erd
20665 \end_inset
20666
20667  is for example LyX's shortcut for labels in figure captions.
20668 \end_layout
20669
20670 \end_inset
20671
20672  and is not internationalized.
20673 \end_layout
20674
20675 \end_inset
20676
20677
20678 \end_layout
20679
20680 \begin_layout Standard
20681 \begin_inset Note Greyedout
20682 status open
20683
20684 \begin_layout Plain Layout
20685
20686 \series bold
20687 Note:
20688 \series default
20689  Due to a bug in the LaTeX-package 
20690 \series bold
20691 varioref
20692 \series default
20693  version 1.4w, some cross-reference formats will cause LaTeX errors for document
20694  languages that make the period character active (like French).
20695  For a workaround, see
20696 \begin_inset Newline newline
20697 \end_inset
20698
20699
20700 \begin_inset CommandInset href
20701 LatexCommand href
20702 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
20703
20704 \end_inset
20705
20706 .
20707 \end_layout
20708
20709 \end_inset
20710
20711
20712 \end_layout
20713
20714 \begin_layout Subsection
20715 Automatic Reference Naming
20716 \begin_inset Index idx
20717 status collapsed
20718
20719 \begin_layout Plain Layout
20720 References ! Automatic Reference Naming
20721 \end_layout
20722
20723 \end_inset
20724
20725
20726 \end_layout
20727
20728 \begin_layout Standard
20729 The LaTeX-package 
20730 \series bold
20731 hyperref
20732 \series default
20733
20734 \begin_inset Index idx
20735 status collapsed
20736
20737 \begin_layout Plain Layout
20738 LaTeX-packages ! hyperref
20739 \end_layout
20740
20741 \end_inset
20742
20743 , that is enabled in the 
20744 \family sans
20745 PDF Properties
20746 \family default
20747  of the 
20748 \family sans
20749 Document Settings
20750 \family default
20751  dialog, provides a very useful feature that cross-references automatically
20752  include the name of the referenced floats (or text parts like 
20753 \emph on
20754 section
20755 \emph default
20756 ).
20757  So you will save having to write e.
20758 \begin_inset space \thinspace{}
20759 \end_inset
20760
20761 g.
20762 \begin_inset space \space{}
20763 \end_inset
20764
20765 the name 
20766 \begin_inset Quotes eld
20767 \end_inset
20768
20769 Figure
20770 \begin_inset Quotes erd
20771 \end_inset
20772
20773  before every reference to a figure.
20774  To use this feature, enable 
20775 \series bold
20776 hyperref
20777 \series default
20778  and insert this line to the LaTeX preamble:
20779 \end_layout
20780
20781 \begin_layout Standard
20782
20783 \series bold
20784
20785 \backslash
20786 AtBeginDocument{
20787 \backslash
20788 renewcommand{
20789 \backslash
20790 ref}[1]{
20791 \backslash
20792 mbox{
20793 \backslash
20794 autoref{#1}}}}
20795 \end_layout
20796
20797 \begin_layout Standard
20798 When you prefer other reference names than the default ones, for example
20799  you want instead of 
20800 \begin_inset Quotes eld
20801 \end_inset
20802
20803 section
20804 \begin_inset Quotes erd
20805 \end_inset
20806
20807  the name 
20808 \begin_inset Quotes eld
20809 \end_inset
20810
20811 sec.
20812 \begin_inset space \thinspace{}
20813 \end_inset
20814
20815
20816 \begin_inset Quotes eld
20817 \end_inset
20818
20819 , you can redefine the name by inserting this in the preamble:
20820 \end_layout
20821
20822 \begin_layout Standard
20823
20824 \series bold
20825
20826 \backslash
20827 addto
20828 \backslash
20829 extrasenglish{
20830 \backslash
20831 renewcommand{
20832 \backslash
20833 sectionautorefname}
20834 \begin_inset Newline newline
20835 \end_inset
20836
20837
20838 \begin_inset Phantom HPhantom
20839 status open
20840
20841 \begin_layout Plain Layout
20842
20843 \series bold
20844 \begin_inset space ~
20845 \end_inset
20846
20847
20848 \end_layout
20849
20850 \end_inset
20851
20852 {sec.
20853 \backslash
20854 negthinspace}}
20855 \end_layout
20856
20857 \begin_layout Standard
20858 When you are using another document language than English, replace
20859 \begin_inset Newline newline
20860 \end_inset
20861
20862
20863 \series bold
20864
20865 \backslash
20866 extrasenglish
20867 \series default
20868  by 
20869 \series bold
20870
20871 \backslash
20872 extras***
20873 \series default
20874 , where *** is the name of the language used.
20875 \end_layout
20876
20877 \begin_layout Standard
20878 To get automatic names, but not for certain reference types, for example
20879  not for equations, use this preamble code:
20880 \end_layout
20881
20882 \begin_layout Standard
20883
20884 \series bold
20885
20886 \backslash
20887 newlength{
20888 \backslash
20889 abc}
20890 \begin_inset Newline newline
20891 \end_inset
20892
20893
20894 \backslash
20895 settowidth{
20896 \backslash
20897 abc}{
20898 \backslash
20899 space}
20900 \begin_inset Newline newline
20901 \end_inset
20902
20903
20904 \backslash
20905 addto
20906 \backslash
20907 extrasenglish{
20908 \backslash
20909 renewcommand{
20910 \backslash
20911 equationautorefname}
20912 \begin_inset Newline newline
20913 \end_inset
20914
20915
20916 \begin_inset Phantom HPhantom
20917 status open
20918
20919 \begin_layout Plain Layout
20920
20921 \series bold
20922 \begin_inset space ~
20923 \end_inset
20924
20925
20926 \end_layout
20927
20928 \end_inset
20929
20930 {
20931 \backslash
20932 hspace{-
20933 \backslash
20934 abc}}
20935 \end_layout
20936
20937 \begin_layout Standard
20938 More about this topic can be found in 
20939 \series bold
20940 hyperref
20941 \series default
20942 's documentation 
20943 \begin_inset CommandInset citation
20944 LatexCommand cite
20945 key "hyperref"
20946
20947 \end_inset
20948
20949 .
20950 \end_layout
20951
20952 \begin_layout Standard
20953 \begin_inset Note Greyedout
20954 status open
20955
20956 \begin_layout Plain Layout
20957
20958 \series bold
20959 Note:
20960 \series default
20961  Automatic reference naming cannot be used when you use cross-references
20962  in the 
20963 \family sans
20964 Formatted
20965 \begin_inset space ~
20966 \end_inset
20967
20968 reference
20969 \family default
20970  style, as described in section
20971 \begin_inset space ~
20972 \end_inset
20973
20974
20975 \begin_inset CommandInset ref
20976 LatexCommand ref
20977 reference "sub:Cross-Reference-Formats"
20978
20979 \end_inset
20980
20981 .
20982 \end_layout
20983
20984 \end_inset
20985
20986
20987 \end_layout
20988
20989 \begin_layout Standard
20990 The 
20991 \emph on
20992 Math
20993 \emph default
20994  manual is an example where automatic reference naming is used.
20995 \end_layout
20996
20997 \begin_layout Subsection
20998 Reference Position
20999 \begin_inset CommandInset label
21000 LatexCommand label
21001 name "sub:Reference-Position"
21002
21003 \end_inset
21004
21005
21006 \begin_inset Index idx
21007 status collapsed
21008
21009 \begin_layout Plain Layout
21010 References ! Reference Position
21011 \end_layout
21012
21013 \end_inset
21014
21015
21016 \end_layout
21017
21018 \begin_layout Standard
21019 If you use 
21020 \series bold
21021 hyperref
21022 \series default
21023
21024 \begin_inset Index idx
21025 status collapsed
21026
21027 \begin_layout Plain Layout
21028 LaTeX-packages ! hyperref
21029 \end_layout
21030
21031 \end_inset
21032
21033  in the 
21034 \family sans
21035 PDF Properties
21036 \family default
21037  of the 
21038 \family sans
21039 Document Settings
21040 \family default
21041  dialog to link cross-references in the output, you will see that clicking
21042  on an image float reference jumps to the image label.
21043  The caption will be the first text part on the screen, so that you cannot
21044  see the image without scrolling.
21045  This is because the reference link anchor is placed at the position of
21046  the label.
21047  With the use of the package 
21048 \series bold
21049 hypcap
21050 \series default
21051
21052 \begin_inset Index idx
21053 status collapsed
21054
21055 \begin_layout Plain Layout
21056 LaTeX-packages ! hypcap
21057 \end_layout
21058
21059 \end_inset
21060
21061 , which is part of the LaTeX-package 
21062 \series bold
21063 oberdiek
21064 \series default
21065
21066 \begin_inset Index idx
21067 status collapsed
21068
21069 \begin_layout Plain Layout
21070 LaTeX-packages ! oberdiek
21071 \end_layout
21072
21073 \end_inset
21074
21075 , the link anchor is placed at the beginning of a float.
21076  To use this feature for figure floats, load 
21077 \series bold
21078 hypcap
21079 \series default
21080  in the document preamble with the line
21081 \end_layout
21082
21083 \begin_layout Standard
21084
21085 \series bold
21086
21087 \backslash
21088 usepackage[figure]{hypcap}
21089 \end_layout
21090
21091 \begin_layout Standard
21092 You can also use 
21093 \series bold
21094 hypcap
21095 \series default
21096  for all float types but this is not recommended for stability reasons.
21097  For more information, have a look at 
21098 \series bold
21099 hypcap
21100 \series default
21101 's manual 
21102 \begin_inset CommandInset citation
21103 LatexCommand cite
21104 key "hypcap"
21105
21106 \end_inset
21107
21108 .
21109 \end_layout
21110
21111 \begin_layout Standard
21112 \begin_inset Note Greyedout
21113 status open
21114
21115 \begin_layout Plain Layout
21116
21117 \series bold
21118 Note:
21119 \series default
21120  
21121 \series bold
21122 hypcap
21123 \series default
21124  has no effect on references to subfigures.
21125 \end_layout
21126
21127 \end_inset
21128
21129
21130 \end_layout
21131
21132 \begin_layout Section
21133 Float Placement
21134 \begin_inset CommandInset label
21135 LatexCommand label
21136 name "sec:Float-Placement"
21137
21138 \end_inset
21139
21140
21141 \begin_inset Index idx
21142 status collapsed
21143
21144 \begin_layout Plain Layout
21145 Floats ! Placement
21146 \end_layout
21147
21148 \end_inset
21149
21150
21151 \end_layout
21152
21153 \begin_layout Standard
21154 Right-clicking on a float-box opens a dialog where you can alter the placement
21155  options that LaTeX uses for positioning the float.
21156 \begin_inset Newline newline
21157 \end_inset
21158
21159 The option 
21160 \family sans
21161 Span
21162 \begin_inset space ~
21163 \end_inset
21164
21165 columns
21166 \family default
21167  is only useful for two-column documents: If you select it, the float will
21168  span both columns on the page instead of being confined to just one.
21169 \begin_inset Newline newline
21170 \end_inset
21171
21172 The option 
21173 \family sans
21174 Rotate
21175 \begin_inset space ~
21176 \end_inset
21177
21178 sideways
21179 \family default
21180  is used to rotate floats, see section 
21181 \begin_inset CommandInset ref
21182 LatexCommand ref
21183 reference "sec:Rotated-Floats"
21184
21185 \end_inset
21186
21187 .
21188 \end_layout
21189
21190 \begin_layout Standard
21191 You can use one ore more of the following options in the float dialog to
21192  set the placement for a particular float when you uncheck the option 
21193 \family sans
21194 Use
21195 \begin_inset space ~
21196 \end_inset
21197
21198 default
21199 \begin_inset space ~
21200 \end_inset
21201
21202 placement
21203 \family default
21204 :
21205 \end_layout
21206
21207 \begin_layout Description
21208 Here
21209 \begin_inset space ~
21210 \end_inset
21211
21212 if
21213 \begin_inset space ~
21214 \end_inset
21215
21216 possible try to place the float on the position where it has been inserted
21217 \end_layout
21218
21219 \begin_layout Description
21220 Top
21221 \begin_inset space ~
21222 \end_inset
21223
21224 of
21225 \begin_inset space ~
21226 \end_inset
21227
21228 page try to place the float at the top of the current page
21229 \end_layout
21230
21231 \begin_layout Description
21232 Bottom
21233 \begin_inset space ~
21234 \end_inset
21235
21236 of
21237 \begin_inset space ~
21238 \end_inset
21239
21240 page try to place the float at the bottom of the current page
21241 \end_layout
21242
21243 \begin_layout Description
21244 Page
21245 \begin_inset space ~
21246 \end_inset
21247
21248 of
21249 \begin_inset space ~
21250 \end_inset
21251
21252 floats try to place the float on its own page 
21253 \end_layout
21254
21255 \begin_layout Standard
21256 The order of the above option is 
21257 \emph on
21258 always
21259 \emph default
21260  used by LaTeX.
21261  That means, if you use the default placement, LaTeX will first try out
21262  
21263 \family sans
21264 Here
21265 \begin_inset space ~
21266 \end_inset
21267
21268 if
21269 \begin_inset space ~
21270 \end_inset
21271
21272 possible
21273 \family default
21274 , then 
21275 \family sans
21276 Top
21277 \begin_inset space ~
21278 \end_inset
21279
21280 of
21281 \begin_inset space ~
21282 \end_inset
21283
21284 page
21285 \family default
21286 , and then the others.
21287  If you do not use the default, LaTeX will try only the checked options
21288  but in the same order.
21289  If none of the 4
21290 \begin_inset space ~
21291 \end_inset
21292
21293 placements are possible the procedure is internally repeated but it is tried
21294  to put the float on the following page.
21295 \end_layout
21296
21297 \begin_layout Standard
21298 By default, each option has its own rules:
21299 \end_layout
21300
21301 \begin_layout Labeling
21302 \labelwidthstring 00.00.0000
21303
21304 \family sans
21305 Top
21306 \begin_inset space ~
21307 \end_inset
21308
21309 of
21310 \begin_inset space ~
21311 \end_inset
21312
21313 page
21314 \family default
21315  only floats occupying less than 70
21316 \begin_inset space \thinspace{}
21317 \end_inset
21318
21319 % of the page can be placed at the top of a page (
21320 \series bold
21321
21322 \backslash
21323 topfraction
21324 \series default
21325 )
21326 \end_layout
21327
21328 \begin_layout Labeling
21329 \labelwidthstring 00.00.0000
21330
21331 \family sans
21332 Bottom
21333 \begin_inset space ~
21334 \end_inset
21335
21336 of
21337 \begin_inset space ~
21338 \end_inset
21339
21340 page
21341 \family default
21342 : only floats occupying less than 30
21343 \begin_inset space \thinspace{}
21344 \end_inset
21345
21346 % of the page can be placed at the bottom of a page.
21347  (
21348 \series bold
21349
21350 \backslash
21351 bottomfraction
21352 \series default
21353 )
21354 \end_layout
21355
21356 \begin_layout Labeling
21357 \labelwidthstring 00.00.0000
21358
21359 \family sans
21360 Page
21361 \begin_inset space ~
21362 \end_inset
21363
21364 of
21365 \begin_inset space ~
21366 \end_inset
21367
21368 floats
21369 \family default
21370 : only if more than 50
21371 \begin_inset space \thinspace{}
21372 \end_inset
21373
21374 % of the page are occupied by floats, several floats can be set together
21375  on a page.
21376  (
21377 \series bold
21378
21379 \backslash
21380 floatpagefraction
21381 \series default
21382 )
21383 \end_layout
21384
21385 \begin_layout Standard
21386 If you don't like these rules, you can ignore them by using the additional
21387  option 
21388 \family sans
21389 Ignore
21390 \begin_inset space ~
21391 \end_inset
21392
21393 LaTeX
21394 \begin_inset space ~
21395 \end_inset
21396
21397 rules
21398 \family default
21399 .
21400 \begin_inset Newline newline
21401 \end_inset
21402
21403 You can also redefine the rules with LaTeX-commands that are given in parenthese
21404 s after the rules description above.
21405  To increase for example the often too small default of the bottom-rule
21406  to 50
21407 \begin_inset space \thinspace{}
21408 \end_inset
21409
21410 % of the page, add this line to your document preamble:
21411 \end_layout
21412
21413 \begin_layout Standard
21414
21415 \series bold
21416
21417 \backslash
21418 renewcommand{
21419 \backslash
21420 bottomfraction}{0.5}
21421 \end_layout
21422
21423 \begin_layout Standard
21424 Sometimes you might need, under all circumstances, a float to be placed
21425  exactly at the position where it is inserted.
21426  For this case you can use the option 
21427 \family sans
21428 Here
21429 \begin_inset space ~
21430 \end_inset
21431
21432 definitely
21433 \family default
21434 .
21435  Use this option very rarely and only if the document is almost ready to
21436  be printed, because the float is then no longer able to 
21437 \begin_inset Quotes eld
21438 \end_inset
21439
21440 float
21441 \begin_inset Quotes erd
21442 \end_inset
21443
21444  when you change your document and this will often destroy the page layout.
21445 \end_layout
21446
21447 \begin_layout Standard
21448 There are no placement options for text wrap floats, because they are always
21449  surrounded by the text of a certain paragraph.
21450 \begin_inset VSpace bigskip
21451 \end_inset
21452
21453
21454 \end_layout
21455
21456 \begin_layout Standard
21457 Sometimes you have the problem that a float is placed at the top of a page
21458  while its corresponding section starts at the middle of the page, so that
21459  the reader could think the float is part of the previous section.
21460  To avoid this the LaTeX-command 
21461 \series bold
21462
21463 \backslash
21464 suppressfloats
21465 \series default
21466  can be used.
21467  It suppresses a given float placement for the page where it is inserted
21468  and can therefore be used to avoid floats being set before a section starts.
21469  To get this, add these commands to your document preamble:
21470 \end_layout
21471
21472 \begin_layout Standard
21473
21474 \series bold
21475
21476 \backslash
21477 let
21478 \backslash
21479 mySection
21480 \backslash
21481 section
21482 \begin_inset Newline newline
21483 \end_inset
21484
21485
21486 \backslash
21487 renewcommand{
21488 \backslash
21489 section}{
21490 \backslash
21491 suppressfloats[t]
21492 \backslash
21493 mySection}
21494 \end_layout
21495
21496 \begin_layout Standard
21497 You can define the same for all section headings, like chapters and subsections.
21498  This definition is not recommended to be used for small text parts like
21499  subsubsections because LaTeX may then have problems finding a suitable
21500  placement.
21501 \end_layout
21502
21503 \begin_layout Standard
21504 \begin_inset VSpace bigskip
21505 \end_inset
21506
21507 In some cases it is required to have all figures/tables at the end of the
21508  document.
21509  For this purpose the LaTeX-package 
21510 \series bold
21511 endfloat
21512 \series default
21513
21514 \begin_inset Index idx
21515 status collapsed
21516
21517 \begin_layout Plain Layout
21518 LaTeX-packages ! endfloat
21519 \end_layout
21520
21521 \end_inset
21522
21523  was developed.
21524  It puts all figure and table floats at the end of the document into their
21525  own sections.
21526  At the original float position a text hint like 
21527 \begin_inset Quotes eld
21528 \end_inset
21529
21530
21531 \family sans
21532 [Figure
21533 \begin_inset space ~
21534 \end_inset
21535
21536 3.2 about here.]
21537 \family default
21538
21539 \begin_inset Quotes erd
21540 \end_inset
21541
21542  is inserted.
21543  The endfloat-package is loaded in the preamble with the line
21544 \end_layout
21545
21546 \begin_layout Standard
21547
21548 \series bold
21549
21550 \backslash
21551 usepackage[options]{endfloat}
21552 \end_layout
21553
21554 \begin_layout Standard
21555 There are various package options to format the created figure/table sections.
21556  For more information we refer to the 
21557 \series bold
21558 endfloat
21559 \series default
21560  documentation 
21561 \begin_inset CommandInset citation
21562 LatexCommand cite
21563 key "endfloat"
21564
21565 \end_inset
21566
21567 .
21568 \begin_inset Newline newline
21569 \end_inset
21570
21571
21572 \begin_inset Note Greyedout
21573 status open
21574
21575 \begin_layout Plain Layout
21576
21577 \series bold
21578 Note: endfloat
21579 \series default
21580  doesn't provide an automatic translation for the text hint, you have to
21581  do this manually, see section
21582 \begin_inset space ~
21583 \end_inset
21584
21585 4 in 
21586 \begin_inset CommandInset citation
21587 LatexCommand cite
21588 key "endfloat"
21589
21590 \end_inset
21591
21592 .
21593 \end_layout
21594
21595 \end_inset
21596
21597
21598 \begin_inset Newline newline
21599 \end_inset
21600
21601
21602 \begin_inset Note Greyedout
21603 status open
21604
21605 \begin_layout Plain Layout
21606
21607 \series bold
21608 Note:
21609 \series default
21610  There is currently a bug in 
21611 \series bold
21612 endfloat
21613 \series default
21614  when the caption contains a German 
21615 \begin_inset Quotes eld
21616 \end_inset
21617
21618 ß
21619 \begin_inset Quotes erd
21620 \end_inset
21621
21622 .
21623  Use in this case the command 
21624 \begin_inset Quotes eld
21625 \end_inset
21626
21627
21628 \series bold
21629
21630 \backslash
21631 ss
21632 \series default
21633
21634 \begin_inset Quotes erd
21635 \end_inset
21636
21637  in TeX-Code instead of 
21638 \begin_inset Quotes eld
21639 \end_inset
21640
21641 ß
21642 \begin_inset Quotes erd
21643 \end_inset
21644
21645 .
21646 \end_layout
21647
21648 \end_inset
21649
21650
21651 \end_layout
21652
21653 \begin_layout Standard
21654 \begin_inset VSpace bigskip
21655 \end_inset
21656
21657 For more details about float placements, have a look at LaTeX books, 
21658 \begin_inset CommandInset citation
21659 LatexCommand cite
21660 key "latexcompanion,latexguide,latexbook"
21661
21662 \end_inset
21663
21664 .
21665 \end_layout
21666
21667 \begin_layout Section
21668 Rotated Floats
21669 \begin_inset CommandInset label
21670 LatexCommand label
21671 name "sec:Rotated-Floats"
21672
21673 \end_inset
21674
21675
21676 \begin_inset Index idx
21677 status collapsed
21678
21679 \begin_layout Plain Layout
21680 Floats ! Rotating
21681 \end_layout
21682
21683 \end_inset
21684
21685
21686 \end_layout
21687
21688 \begin_layout Standard
21689 Especially for wide tables you might have floats rotated.
21690  To rotate a whole float including the caption, right-click on the float-box
21691  and use the option 
21692 \family sans
21693 Rotate
21694 \begin_inset space ~
21695 \end_inset
21696
21697 sideways
21698 \family default
21699 .
21700 \end_layout
21701
21702 \begin_layout Standard
21703 Rotated floats are always placed on a page of their own (or column of their
21704  own; in case you have a multi-column document).
21705  You can let them span several columns using the float settings option 
21706 \family sans
21707 Span
21708 \begin_inset space ~
21709 \end_inset
21710
21711 columns
21712 \family default
21713 .
21714  Floats are rotated so that you can read them from the outside margin.
21715  To force a certain rotation direction for all pages, you can add either
21716  the option 
21717 \series bold
21718 figuresleft
21719 \series default
21720  or 
21721 \series bold
21722 figuresright
21723 \series default
21724  to the document class options.
21725 \end_layout
21726
21727 \begin_layout Standard
21728 Referencing rotated floats is the same as for normal floats, the caption
21729  format is also the same: Table
21730 \begin_inset space ~
21731 \end_inset
21732
21733
21734 \begin_inset CommandInset ref
21735 LatexCommand ref
21736 reference "tab:Rotated-table"
21737
21738 \end_inset
21739
21740  is an example of a rotated table float.
21741 \end_layout
21742
21743 \begin_layout Standard
21744 \begin_inset Note Greyedout
21745 status open
21746
21747 \begin_layout Plain Layout
21748
21749 \series bold
21750 Note:
21751 \series default
21752  Not all DVI-viewers are able to display rotated floats.
21753 \end_layout
21754
21755 \end_inset
21756
21757
21758 \end_layout
21759
21760 \begin_layout Standard
21761 \begin_inset Float table
21762 wide false
21763 sideways true
21764 status open
21765
21766 \begin_layout Plain Layout
21767 \begin_inset Caption
21768
21769 \begin_layout Plain Layout
21770 \begin_inset CommandInset label
21771 LatexCommand label
21772 name "tab:Rotated-table"
21773
21774 \end_inset
21775
21776  Rotated table
21777 \end_layout
21778
21779 \end_inset
21780
21781
21782 \end_layout
21783
21784 \begin_layout Plain Layout
21785 \align center
21786 \begin_inset Tabular
21787 <lyxtabular version="3" rows="1" columns="5">
21788 <features tabularvalignment="middle">
21789 <column alignment="center" valignment="top" width="0">
21790 <column alignment="center" valignment="top" width="0">
21791 <column alignment="center" valignment="top" width="0">
21792 <column alignment="center" valignment="top" width="0">
21793 <column alignment="center" valignment="top" width="0">
21794 <row>
21795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799 test
21800 \end_layout
21801
21802 \end_inset
21803 </cell>
21804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21805 \begin_inset Text
21806
21807 \begin_layout Plain Layout
21808 b
21809 \end_layout
21810
21811 \end_inset
21812 </cell>
21813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21814 \begin_inset Text
21815
21816 \begin_layout Plain Layout
21817 c
21818 \end_layout
21819
21820 \end_inset
21821 </cell>
21822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21823 \begin_inset Text
21824
21825 \begin_layout Plain Layout
21826 d
21827 \end_layout
21828
21829 \end_inset
21830 </cell>
21831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21832 \begin_inset Text
21833
21834 \begin_layout Plain Layout
21835 e
21836 \end_layout
21837
21838 \end_inset
21839 </cell>
21840 </row>
21841 </lyxtabular>
21842
21843 \end_inset
21844
21845
21846 \end_layout
21847
21848 \end_inset
21849
21850
21851 \end_layout
21852
21853 \begin_layout Section
21854 Subfloats
21855 \begin_inset Index idx
21856 status collapsed
21857
21858 \begin_layout Plain Layout
21859 Floats ! Subfloats
21860 \end_layout
21861
21862 \end_inset
21863
21864
21865 \end_layout
21866
21867 \begin_layout Standard
21868 Subfloats are for example used when a figure consists of several images.
21869  They are created by inserting a float into an existing float.
21870  The placement of the subfloats can be controlled in the same way as for
21871  paragraphs as shown in table
21872 \begin_inset space ~
21873 \end_inset
21874
21875
21876 \begin_inset CommandInset ref
21877 LatexCommand ref
21878 reference "tab:Two-subtables-side"
21879
21880 \end_inset
21881
21882  and 
21883 \begin_inset CommandInset ref
21884 LatexCommand ref
21885 reference "tab:Two-subtables-upon"
21886
21887 \end_inset
21888
21889 .
21890 \end_layout
21891
21892 \begin_layout Standard
21893 Referencing subfloats works as for normal floats: Table
21894 \begin_inset space ~
21895 \end_inset
21896
21897
21898 \begin_inset CommandInset ref
21899 LatexCommand ref
21900 reference "tab:This-is-subtable-a"
21901
21902 \end_inset
21903
21904  and 
21905 \begin_inset CommandInset ref
21906 LatexCommand ref
21907 reference "tab:This-is-subtable-b"
21908
21909 \end_inset
21910
21911  are subtables of table
21912 \begin_inset space ~
21913 \end_inset
21914
21915
21916 \begin_inset CommandInset ref
21917 LatexCommand ref
21918 reference "tab:Two-subtables-side"
21919
21920 \end_inset
21921
21922 .
21923 \end_layout
21924
21925 \begin_layout Standard
21926 \begin_inset Float table
21927 wide false
21928 sideways false
21929 status open
21930
21931 \begin_layout Plain Layout
21932 \begin_inset Caption
21933
21934 \begin_layout Plain Layout
21935 \begin_inset CommandInset label
21936 LatexCommand label
21937 name "tab:Two-subtables-side"
21938
21939 \end_inset
21940
21941 Two subtables placed side by side.
21942 \end_layout
21943
21944 \end_inset
21945
21946
21947 \end_layout
21948
21949 \begin_layout Plain Layout
21950 \align center
21951 \begin_inset space \hfill{}
21952 \end_inset
21953
21954
21955 \begin_inset Float table
21956 wide false
21957 sideways false
21958 status collapsed
21959
21960 \begin_layout Plain Layout
21961 \begin_inset Caption
21962
21963 \begin_layout Plain Layout
21964 \begin_inset CommandInset label
21965 LatexCommand label
21966 name "tab:This-is-subtable-a"
21967
21968 \end_inset
21969
21970 This is subtable a.
21971 \end_layout
21972
21973 \end_inset
21974
21975
21976 \end_layout
21977
21978 \begin_layout Plain Layout
21979 \align center
21980 \begin_inset Tabular
21981 <lyxtabular version="3" rows="1" columns="5">
21982 <features tabularvalignment="middle">
21983 <column alignment="center" valignment="top" width="0">
21984 <column alignment="center" valignment="top" width="0">
21985 <column alignment="center" valignment="top" width="0">
21986 <column alignment="center" valignment="top" width="0">
21987 <column alignment="center" valignment="top" width="0">
21988 <row>
21989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21990 \begin_inset Text
21991
21992 \begin_layout Plain Layout
21993 test
21994 \end_layout
21995
21996 \end_inset
21997 </cell>
21998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002 b
22003 \end_layout
22004
22005 \end_inset
22006 </cell>
22007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22008 \begin_inset Text
22009
22010 \begin_layout Plain Layout
22011 c
22012 \end_layout
22013
22014 \end_inset
22015 </cell>
22016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22017 \begin_inset Text
22018
22019 \begin_layout Plain Layout
22020 d
22021 \end_layout
22022
22023 \end_inset
22024 </cell>
22025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22026 \begin_inset Text
22027
22028 \begin_layout Plain Layout
22029 e
22030 \end_layout
22031
22032 \end_inset
22033 </cell>
22034 </row>
22035 </lyxtabular>
22036
22037 \end_inset
22038
22039
22040 \end_layout
22041
22042 \end_inset
22043
22044
22045 \begin_inset space \hfill{}
22046 \end_inset
22047
22048
22049 \begin_inset Float table
22050 wide false
22051 sideways false
22052 status collapsed
22053
22054 \begin_layout Plain Layout
22055 \begin_inset Caption
22056
22057 \begin_layout Plain Layout
22058 \begin_inset CommandInset label
22059 LatexCommand label
22060 name "tab:This-is-subtable-b"
22061
22062 \end_inset
22063
22064 This is subtable b.
22065 \end_layout
22066
22067 \end_inset
22068
22069
22070 \end_layout
22071
22072 \begin_layout Plain Layout
22073 \align center
22074 \begin_inset Tabular
22075 <lyxtabular version="3" rows="1" columns="5">
22076 <features tabularvalignment="middle">
22077 <column alignment="center" valignment="top" width="0">
22078 <column alignment="center" valignment="top" width="0">
22079 <column alignment="center" valignment="top" width="0">
22080 <column alignment="center" valignment="top" width="0">
22081 <column alignment="center" valignment="top" width="0">
22082 <row>
22083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22084 \begin_inset Text
22085
22086 \begin_layout Plain Layout
22087 e
22088 \end_layout
22089
22090 \end_inset
22091 </cell>
22092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22093 \begin_inset Text
22094
22095 \begin_layout Plain Layout
22096 d
22097 \end_layout
22098
22099 \end_inset
22100 </cell>
22101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22102 \begin_inset Text
22103
22104 \begin_layout Plain Layout
22105 c
22106 \end_layout
22107
22108 \end_inset
22109 </cell>
22110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22111 \begin_inset Text
22112
22113 \begin_layout Plain Layout
22114 b
22115 \end_layout
22116
22117 \end_inset
22118 </cell>
22119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22120 \begin_inset Text
22121
22122 \begin_layout Plain Layout
22123 test
22124 \end_layout
22125
22126 \end_inset
22127 </cell>
22128 </row>
22129 </lyxtabular>
22130
22131 \end_inset
22132
22133
22134 \end_layout
22135
22136 \end_inset
22137
22138
22139 \begin_inset space \hfill{}
22140 \end_inset
22141
22142
22143 \end_layout
22144
22145 \end_inset
22146
22147
22148 \end_layout
22149
22150 \begin_layout Standard
22151 \begin_inset Float table
22152 wide false
22153 sideways false
22154 status open
22155
22156 \begin_layout Plain Layout
22157 \begin_inset Caption
22158
22159 \begin_layout Plain Layout
22160 \begin_inset CommandInset label
22161 LatexCommand label
22162 name "tab:Two-subtables-upon"
22163
22164 \end_inset
22165
22166 Two subtables placed one above the other.
22167  (a) table with 4 cells, (b) table with 5 cells.
22168 \end_layout
22169
22170 \end_inset
22171
22172
22173 \end_layout
22174
22175 \begin_layout Plain Layout
22176 \align center
22177 \begin_inset Float table
22178 wide false
22179 sideways false
22180 status collapsed
22181
22182 \begin_layout Plain Layout
22183 \begin_inset Caption
22184
22185 \begin_layout Plain Layout
22186
22187 \end_layout
22188
22189 \end_inset
22190
22191
22192 \end_layout
22193
22194 \begin_layout Plain Layout
22195 \align center
22196 \begin_inset Tabular
22197 <lyxtabular version="3" rows="1" columns="4">
22198 <features tabularvalignment="middle">
22199 <column alignment="center" valignment="top" width="0">
22200 <column alignment="center" valignment="top" width="0">
22201 <column alignment="center" valignment="top" width="0">
22202 <column alignment="center" valignment="top" width="0">
22203 <row>
22204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22205 \begin_inset Text
22206
22207 \begin_layout Plain Layout
22208 test
22209 \end_layout
22210
22211 \end_inset
22212 </cell>
22213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22214 \begin_inset Text
22215
22216 \begin_layout Plain Layout
22217 test
22218 \end_layout
22219
22220 \end_inset
22221 </cell>
22222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22223 \begin_inset Text
22224
22225 \begin_layout Plain Layout
22226 test
22227 \end_layout
22228
22229 \end_inset
22230 </cell>
22231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22232 \begin_inset Text
22233
22234 \begin_layout Plain Layout
22235 test
22236 \end_layout
22237
22238 \end_inset
22239 </cell>
22240 </row>
22241 </lyxtabular>
22242
22243 \end_inset
22244
22245
22246 \end_layout
22247
22248 \end_inset
22249
22250
22251 \end_layout
22252
22253 \begin_layout Plain Layout
22254 \align center
22255 \begin_inset Float table
22256 wide false
22257 sideways false
22258 status collapsed
22259
22260 \begin_layout Plain Layout
22261 \begin_inset Caption
22262
22263 \begin_layout Plain Layout
22264
22265 \end_layout
22266
22267 \end_inset
22268
22269
22270 \end_layout
22271
22272 \begin_layout Plain Layout
22273 \align center
22274 \begin_inset Tabular
22275 <lyxtabular version="3" rows="1" columns="5">
22276 <features tabularvalignment="middle">
22277 <column alignment="center" valignment="top" width="0">
22278 <column alignment="center" valignment="top" width="0">
22279 <column alignment="center" valignment="top" width="0">
22280 <column alignment="center" valignment="top" width="0">
22281 <column alignment="center" valignment="top" width="0">
22282 <row>
22283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22284 \begin_inset Text
22285
22286 \begin_layout Plain Layout
22287 a
22288 \end_layout
22289
22290 \end_inset
22291 </cell>
22292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22293 \begin_inset Text
22294
22295 \begin_layout Plain Layout
22296 b
22297 \end_layout
22298
22299 \end_inset
22300 </cell>
22301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22302 \begin_inset Text
22303
22304 \begin_layout Plain Layout
22305 c
22306 \end_layout
22307
22308 \end_inset
22309 </cell>
22310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22311 \begin_inset Text
22312
22313 \begin_layout Plain Layout
22314 d
22315 \end_layout
22316
22317 \end_inset
22318 </cell>
22319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22320 \begin_inset Text
22321
22322 \begin_layout Plain Layout
22323 e
22324 \end_layout
22325
22326 \end_inset
22327 </cell>
22328 </row>
22329 </lyxtabular>
22330
22331 \end_inset
22332
22333
22334 \end_layout
22335
22336 \end_inset
22337
22338
22339 \end_layout
22340
22341 \end_inset
22342
22343
22344 \end_layout
22345
22346 \begin_layout Section
22347 Floats Side by Side
22348 \begin_inset Index idx
22349 status collapsed
22350
22351 \begin_layout Plain Layout
22352 Floats ! Side by side
22353 \end_layout
22354
22355 \end_inset
22356
22357
22358 \end_layout
22359
22360 \begin_layout Standard
22361 To place floats side by side, as in Figures
22362 \begin_inset space ~
22363 \end_inset
22364
22365
22366 \begin_inset CommandInset ref
22367 LatexCommand ref
22368 reference "fig:Float-left"
22369
22370 \end_inset
22371
22372  and 
22373 \begin_inset CommandInset ref
22374 LatexCommand ref
22375 reference "fig:Float-right"
22376
22377 \end_inset
22378
22379 , only 
22380 \emph on
22381 one
22382 \emph default
22383  float is used.
22384  In it two minipage boxes are inserted.
22385 \begin_inset Foot
22386 status collapsed
22387
22388 \begin_layout Plain Layout
22389 Minipages are explained in section
22390 \begin_inset space ~
22391 \end_inset
22392
22393
22394 \begin_inset CommandInset ref
22395 LatexCommand ref
22396 reference "sec:Minipages"
22397
22398 \end_inset
22399
22400 .
22401 \end_layout
22402
22403 \end_inset
22404
22405  The width is set to 45
22406 \begin_inset space \thinspace{}
22407 \end_inset
22408
22409 -50
22410 \begin_inset space \thinspace{}
22411 \end_inset
22412
22413 column% and the box alignment to 
22414 \family sans
22415 Bottom
22416 \family default
22417  for each minipage.
22418  The minipage boxes contain the image and the caption in the same way as
22419  they are in a float.
22420  The only difference is that the image unit 
22421 \family sans
22422 Column
22423 \begin_inset space ~
22424 \end_inset
22425
22426 Width
22427 \begin_inset space ~
22428 \end_inset
22429
22430 %
22431 \family default
22432  is now calculated according to the width of the minipage boxes.
22433 \end_layout
22434
22435 \begin_layout Standard
22436 \begin_inset Float figure
22437 wide false
22438 sideways false
22439 status open
22440
22441 \begin_layout Plain Layout
22442 \begin_inset Box Frameless
22443 position "b"
22444 hor_pos "c"
22445 has_inner_box 1
22446 inner_pos "t"
22447 use_parbox 0
22448 use_makebox 0
22449 width "45col%"
22450 special "none"
22451 height "1in"
22452 height_special "totalheight"
22453 status open
22454
22455 \begin_layout Plain Layout
22456 \align center
22457 \begin_inset Graphics
22458         filename clipart/mobius.eps
22459         lyxscale 50
22460         width 100col%
22461         scaleBeforeRotation
22462
22463 \end_inset
22464
22465
22466 \end_layout
22467
22468 \begin_layout Plain Layout
22469 \begin_inset Caption
22470
22471 \begin_layout Plain Layout
22472 \begin_inset CommandInset label
22473 LatexCommand label
22474 name "fig:Float-left"
22475
22476 \end_inset
22477
22478 Float on the left side.
22479 \end_layout
22480
22481 \end_inset
22482
22483
22484 \end_layout
22485
22486 \end_inset
22487
22488
22489 \begin_inset space \hfill{}
22490 \end_inset
22491
22492
22493 \begin_inset Box Frameless
22494 position "b"
22495 hor_pos "c"
22496 has_inner_box 1
22497 inner_pos "t"
22498 use_parbox 0
22499 use_makebox 0
22500 width "45col%"
22501 special "none"
22502 height "1in"
22503 height_special "totalheight"
22504 status open
22505
22506 \begin_layout Plain Layout
22507 \align center
22508 \begin_inset Graphics
22509         filename clipart/platypus.eps
22510         lyxscale 50
22511         width 100col%
22512         scaleBeforeRotation
22513
22514 \end_inset
22515
22516
22517 \end_layout
22518
22519 \begin_layout Plain Layout
22520 \begin_inset Caption
22521
22522 \begin_layout Plain Layout
22523 \begin_inset CommandInset label
22524 LatexCommand label
22525 name "fig:Float-right"
22526
22527 \end_inset
22528
22529 Float on the right side.
22530 \end_layout
22531
22532 \end_inset
22533
22534
22535 \end_layout
22536
22537 \end_inset
22538
22539
22540 \end_layout
22541
22542 \begin_layout Plain Layout
22543
22544 \end_layout
22545
22546 \end_inset
22547
22548
22549 \end_layout
22550
22551 \begin_layout Section
22552 Caption Formatting
22553 \begin_inset Index idx
22554 status collapsed
22555
22556 \begin_layout Plain Layout
22557 Caption ! Formatting
22558 \end_layout
22559
22560 \end_inset
22561
22562
22563 \begin_inset Index idx
22564 status collapsed
22565
22566 \begin_layout Plain Layout
22567 Floats ! Caption Formatting
22568 \end_layout
22569
22570 \end_inset
22571
22572
22573 \begin_inset CommandInset label
22574 LatexCommand label
22575 name "sec:Caption-Formatting"
22576
22577 \end_inset
22578
22579
22580 \end_layout
22581
22582 \begin_layout Standard
22583 The 
22584 \family sans
22585 Caption
22586 \family default
22587  environment is the default paragraph environment for 
22588 \family sans
22589 Floats
22590 \family default
22591 .
22592  On the LyX screen captions appear as label, e.
22593 \begin_inset space \thinspace{}
22594 \end_inset
22595
22596 g.
22597 \begin_inset space \space{}
22598 \end_inset
22599
22600
22601 \begin_inset Quotes eld
22602 \end_inset
22603
22604
22605 \family sans
22606 Figure #:
22607 \family default
22608
22609 \begin_inset Quotes erd
22610 \end_inset
22611
22612  followed by the caption text.
22613  
22614 \begin_inset Quotes eld
22615 \end_inset
22616
22617 #
22618 \begin_inset Quotes erd
22619 \end_inset
22620
22621  is the actual reference number.
22622  By default the label and the number are in the same font as the caption
22623  text and a colon follows the number to divide the label from the text.
22624  This caption format is not suitable for all document formats.
22625  
22626 \end_layout
22627
22628 \begin_layout Standard
22629 To change the default caption format, load the LaTeX-package 
22630 \series bold
22631 caption
22632 \series default
22633
22634 \begin_inset Index idx
22635 status collapsed
22636
22637 \begin_layout Plain Layout
22638 LaTeX-packages ! caption
22639 \end_layout
22640
22641 \end_inset
22642
22643  in the document preamble with this line:
22644 \end_layout
22645
22646 \begin_layout Standard
22647
22648 \series bold
22649
22650 \backslash
22651 usepackage[format definition]{caption}
22652 \end_layout
22653
22654 \begin_layout Standard
22655 To have for example the label and the number in sans-serif bold font and
22656  the table captions always above the table as in this document, use the
22657  following command:
22658 \end_layout
22659
22660 \begin_layout Standard
22661
22662 \series bold
22663
22664 \backslash
22665 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22666 \end_layout
22667
22668 \begin_layout Standard
22669 You can also define different caption formats for the different float types.
22670  In this case load the 
22671 \series bold
22672 caption
22673 \series default
22674  package without format specific options and define the different formats
22675  with the help of the command
22676 \end_layout
22677
22678 \begin_layout Standard
22679
22680 \series bold
22681
22682 \backslash
22683 captionsetup[float type]{format definition}
22684 \end_layout
22685
22686 \begin_layout Standard
22687 in the document preamble.
22688  For example the caption formats of Figure
22689 \begin_inset space ~
22690 \end_inset
22691
22692
22693 \begin_inset CommandInset ref
22694 LatexCommand ref
22695 reference "fig:This-is-an-fig"
22696
22697 \end_inset
22698
22699  and Table
22700 \begin_inset space ~
22701 \end_inset
22702
22703
22704 \begin_inset CommandInset ref
22705 LatexCommand ref
22706 reference "tab:This-is-an-tab"
22707
22708 \end_inset
22709
22710  can be created using these commands in the document preamble:
22711 \end_layout
22712
22713 \begin_layout Standard
22714
22715 \series bold
22716
22717 \backslash
22718 usepackage[tableposition=top]{caption}
22719 \series default
22720
22721 \begin_inset Newline newline
22722 \end_inset
22723
22724
22725 \series bold
22726
22727 \backslash
22728 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22729 \begin_inset Newline newline
22730 \end_inset
22731
22732
22733 \begin_inset Phantom HPhantom
22734 status open
22735
22736 \begin_layout Plain Layout
22737
22738 \series bold
22739
22740 \backslash
22741 captionsetup[figure]{
22742 \end_layout
22743
22744 \end_inset
22745
22746 labelsep=period}
22747 \begin_inset Newline newline
22748 \end_inset
22749
22750
22751 \backslash
22752 captionsetup[table]{labelfont={bf,sf}}
22753 \end_layout
22754
22755 \begin_layout Standard
22756 \begin_inset Note Greyedout
22757 status open
22758
22759 \begin_layout Plain Layout
22760
22761 \series bold
22762 Note:
22763 \series default
22764  The option 
22765 \series bold
22766 tableposition=top
22767 \series default
22768  has no effect when a 
22769 \series bold
22770 KOMA-Script
22771 \series default
22772
22773 \begin_inset Index idx
22774 status collapsed
22775
22776 \begin_layout Plain Layout
22777 LaTeX-packages ! KOMA-Script
22778 \end_layout
22779
22780 \end_inset
22781
22782  document class is used.
22783  In this case the document class option 
22784 \series bold
22785 captions=tableheading
22786 \series default
22787  must be used.
22788 \end_layout
22789
22790 \end_inset
22791
22792
22793 \end_layout
22794
22795 \begin_layout Standard
22796 For more information about the package 
22797 \series bold
22798 caption
22799 \series default
22800  we refer to its documentation 
22801 \begin_inset CommandInset citation
22802 LatexCommand cite
22803 key "caption"
22804
22805 \end_inset
22806
22807 .
22808 \end_layout
22809
22810 \begin_layout Standard
22811 To change the label name from e.
22812 \begin_inset space \thinspace{}
22813 \end_inset
22814
22815 g.
22816 \begin_inset space \space{}
22817 \end_inset
22818
22819
22820 \begin_inset Quotes eld
22821 \end_inset
22822
22823 Figure
22824 \begin_inset Quotes erd
22825 \end_inset
22826
22827  to 
22828 \begin_inset Quotes eld
22829 \end_inset
22830
22831 Image
22832 \begin_inset Quotes erd
22833 \end_inset
22834
22835  use this preamble command:
22836 \end_layout
22837
22838 \begin_layout Standard
22839
22840 \series bold
22841
22842 \backslash
22843 renewcommand{
22844 \backslash
22845 fnum@figure}{Image~
22846 \backslash
22847 thefigure}
22848 \end_layout
22849
22850 \begin_layout Standard
22851 where 
22852 \series bold
22853
22854 \backslash
22855 thefigure
22856 \series default
22857  inserts the figure number and
22858 \series bold
22859  
22860 \begin_inset Quotes eld
22861 \end_inset
22862
22863 ~
22864 \series default
22865
22866 \begin_inset Quotes erd
22867 \end_inset
22868
22869  creates a protected space.
22870 \end_layout
22871
22872 \begin_layout Standard
22873 \begin_inset VSpace bigskip
22874 \end_inset
22875
22876 If you are using a 
22877 \series bold
22878 KOMA-Script
22879 \series default
22880
22881 \begin_inset Index idx
22882 status collapsed
22883
22884 \begin_layout Plain Layout
22885 LaTeX-packages ! KOMA-Script
22886 \end_layout
22887
22888 \end_inset
22889
22890  document class (
22891 \family sans
22892 article (KOMA-Script)
22893 \family default
22894
22895 \family sans
22896 book (KOMA-Script)
22897 \family default
22898
22899 \family sans
22900 letter (KOMA-Script)
22901 \family default
22902 , or 
22903 \family sans
22904 report (KOMA-Script)
22905 \family default
22906
22907 \begin_inset space \thinspace{}
22908 \end_inset
22909
22910 ), you can alternatively to the 
22911 \series bold
22912 caption
22913 \series default
22914  package use 
22915 \series bold
22916 KOMA-Script
22917 \series default
22918 's built-in command 
22919 \series bold
22920
22921 \backslash
22922 setkomafont
22923 \series default
22924 .
22925  For example, to have the caption label in bold, add this command to your
22926  document preamble:
22927 \end_layout
22928
22929 \begin_layout Standard
22930
22931 \series bold
22932
22933 \backslash
22934 setkomafont{captionlabel}{
22935 \backslash
22936 bfseries}
22937 \end_layout
22938
22939 \begin_layout Standard
22940 For more information about 
22941 \series bold
22942
22943 \backslash
22944 setkomafont
22945 \series default
22946  we refer to the 
22947 \series bold
22948 KOMA-Script
22949 \series default
22950  documentation 
22951 \begin_inset CommandInset citation
22952 LatexCommand cite
22953 key "KOMA-Script"
22954
22955 \end_inset
22956
22957 .
22958 \end_layout
22959
22960 \begin_layout Standard
22961 \begin_inset ERT
22962 status collapsed
22963
22964 \begin_layout Plain Layout
22965
22966
22967 \backslash
22968 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22969 }
22970 \end_layout
22971
22972 \end_inset
22973
22974
22975 \begin_inset Note Note
22976 status open
22977
22978 \begin_layout Plain Layout
22979 The caption format is changed only for this example.
22980 \end_layout
22981
22982 \end_inset
22983
22984
22985 \end_layout
22986
22987 \begin_layout Standard
22988 \begin_inset Float figure
22989 placement !p
22990 wide false
22991 sideways false
22992 status open
22993
22994 \begin_layout Plain Layout
22995 \align center
22996 \begin_inset Graphics
22997         filename clipart/mobius.eps
22998         lyxscale 50
22999         scale 50
23000         scaleBeforeRotation
23001
23002 \end_inset
23003
23004
23005 \end_layout
23006
23007 \begin_layout Plain Layout
23008 \begin_inset Caption
23009
23010 \begin_layout Plain Layout
23011 \begin_inset CommandInset label
23012 LatexCommand label
23013 name "fig:This-is-an-fig"
23014
23015 \end_inset
23016
23017 This is an example figure caption that is longer than one line to show the
23018  different caption format.
23019  Here a self-defined caption format is used.
23020 \end_layout
23021
23022 \end_inset
23023
23024
23025 \end_layout
23026
23027 \end_inset
23028
23029
23030 \end_layout
23031
23032 \begin_layout Standard
23033 \begin_inset ERT
23034 status collapsed
23035
23036 \begin_layout Plain Layout
23037
23038
23039 \backslash
23040 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23041 on}
23042 \end_layout
23043
23044 \end_inset
23045
23046
23047 \end_layout
23048
23049 \begin_layout Standard
23050 \begin_inset Float table
23051 placement !p
23052 wide false
23053 sideways false
23054 status open
23055
23056 \begin_layout Plain Layout
23057 \begin_inset Caption
23058
23059 \begin_layout Plain Layout
23060 \begin_inset CommandInset label
23061 LatexCommand label
23062 name "tab:This-is-an-tab"
23063
23064 \end_inset
23065
23066 This is an example table caption that is longer than one line to show the
23067  different caption format.
23068  Here the standard caption format for tables in this document is used.
23069 \end_layout
23070
23071 \end_inset
23072
23073
23074 \end_layout
23075
23076 \begin_layout Plain Layout
23077 \align center
23078 \begin_inset Tabular
23079 <lyxtabular version="3" rows="1" columns="5">
23080 <features tabularvalignment="middle">
23081 <column alignment="center" valignment="top" width="0">
23082 <column alignment="center" valignment="top" width="0">
23083 <column alignment="center" valignment="top" width="0">
23084 <column alignment="center" valignment="top" width="0">
23085 <column alignment="center" valignment="top" width="0">
23086 <row>
23087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23088 \begin_inset Text
23089
23090 \begin_layout Plain Layout
23091 a
23092 \end_layout
23093
23094 \end_inset
23095 </cell>
23096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23097 \begin_inset Text
23098
23099 \begin_layout Plain Layout
23100 b
23101 \end_layout
23102
23103 \end_inset
23104 </cell>
23105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23106 \begin_inset Text
23107
23108 \begin_layout Plain Layout
23109 c
23110 \end_layout
23111
23112 \end_inset
23113 </cell>
23114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23115 \begin_inset Text
23116
23117 \begin_layout Plain Layout
23118 d
23119 \end_layout
23120
23121 \end_inset
23122 </cell>
23123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23124 \begin_inset Text
23125
23126 \begin_layout Plain Layout
23127 e
23128 \end_layout
23129
23130 \end_inset
23131 </cell>
23132 </row>
23133 </lyxtabular>
23134
23135 \end_inset
23136
23137
23138 \end_layout
23139
23140 \end_inset
23141
23142
23143 \end_layout
23144
23145 \begin_layout Section
23146 Caption Placement
23147 \begin_inset Index idx
23148 status collapsed
23149
23150 \begin_layout Plain Layout
23151 Caption ! Placement
23152 \end_layout
23153
23154 \end_inset
23155
23156
23157 \begin_inset Index idx
23158 status collapsed
23159
23160 \begin_layout Plain Layout
23161 Floats ! Caption Placement
23162 \end_layout
23163
23164 \end_inset
23165
23166
23167 \begin_inset CommandInset label
23168 LatexCommand label
23169 name "sec:Caption-Placement"
23170
23171 \end_inset
23172
23173
23174 \end_layout
23175
23176 \begin_layout Standard
23177 The common caption placement rule is:
23178 \end_layout
23179
23180 \begin_layout Description
23181 Figure: Caption is set below the figure
23182 \end_layout
23183
23184 \begin_layout Description
23185 Table: Caption is set above the table
23186 \end_layout
23187
23188 \begin_layout Standard
23189 Having the caption above the table is unfortunately not supported in LaTeX's
23190  standard classes.
23191  That means if you are using the document classes 
23192 \family sans
23193 article
23194 \family default
23195
23196 \family sans
23197 book
23198 \family default
23199
23200 \family sans
23201 letter
23202 \family default
23203 , or 
23204 \family sans
23205 report
23206 \family default
23207  there will be no space between the caption and the table.
23208  To insert the necessary space, add the following option to the load command
23209  of the LaTeX-package 
23210 \series bold
23211 caption
23212 \series default
23213  in your document preamble
23214 \begin_inset Foot
23215 status collapsed
23216
23217 \begin_layout Plain Layout
23218 See section
23219 \begin_inset space ~
23220 \end_inset
23221
23222
23223 \begin_inset CommandInset ref
23224 LatexCommand ref
23225 reference "sec:Caption-Formatting"
23226
23227 \end_inset
23228
23229  for more information of the package 
23230 \series bold
23231 caption
23232 \series default
23233 .
23234 \end_layout
23235
23236 \end_inset
23237
23238 :
23239 \end_layout
23240
23241 \begin_layout Standard
23242
23243 \series bold
23244 tableposition=top
23245 \end_layout
23246
23247 \begin_layout Standard
23248 If you are using a 
23249 \series bold
23250 KOMA-Script
23251 \series default
23252
23253 \begin_inset Index idx
23254 status collapsed
23255
23256 \begin_layout Plain Layout
23257 LaTeX-packages ! KOMA-Script
23258 \end_layout
23259
23260 \end_inset
23261
23262  document class (
23263 \family sans
23264 article (KOMA-Script)
23265 \family default
23266
23267 \family sans
23268 book (KOMA-Script)
23269 \family default
23270
23271 \family sans
23272 letter (KOMA-Script)
23273 \family default
23274 , or 
23275 \family sans
23276 report (KOMA-Script)
23277 \family default
23278
23279 \begin_inset space \thinspace{}
23280 \end_inset
23281
23282 ), you can alternatively to the 
23283 \series bold
23284 caption
23285 \series default
23286  package set the document class option 
23287 \series bold
23288 captions=tableheading
23289 \series default
23290 .
23291 \end_layout
23292
23293 \begin_layout Standard
23294 \begin_inset VSpace bigskip
23295 \end_inset
23296
23297 It is also possible to set the caption beside a figure or table.
23298  To get this the LaTeX-package 
23299 \series bold
23300 sidecap
23301 \series default
23302
23303 \begin_inset Index idx
23304 status collapsed
23305
23306 \begin_layout Plain Layout
23307 LaTeX-packages ! sidecap
23308 \end_layout
23309
23310 \end_inset
23311
23312  has to be loaded in the document preamble with the line
23313 \end_layout
23314
23315 \begin_layout Standard
23316
23317 \series bold
23318
23319 \backslash
23320 usepackage[option]{sidecap}
23321 \end_layout
23322
23323 \begin_layout Standard
23324 If you set no option, the caption is placed on the side of the outer page
23325  margin â€“ to the right on odd pages, to the left on even pages.
23326  You can change the placement to inner margin with the option 
23327 \series bold
23328 innercaption
23329 \series default
23330 .
23331  To force the placement always to the right or left, use the option 
23332 \series bold
23333 rightcaption
23334 \series default
23335  or 
23336 \series bold
23337 leftcaption
23338 \series default
23339 , respectively.
23340 \end_layout
23341
23342 \begin_layout Standard
23343 \begin_inset ERT
23344 status collapsed
23345
23346 \begin_layout Plain Layout
23347
23348
23349 \backslash
23350 ifsidecap
23351 \end_layout
23352
23353 \end_inset
23354
23355
23356 \begin_inset Note Note
23357 status open
23358
23359 \begin_layout Plain Layout
23360 The following section will only be displayed when the LaTeX-package 
23361 \series bold
23362 sidecap
23363 \series default
23364  is installed.
23365 \end_layout
23366
23367 \end_inset
23368
23369
23370 \end_layout
23371
23372 \begin_layout Standard
23373 To place in LyX the caption of a float on the side, it is necessary to add
23374  these commands to the document preamble:
23375 \end_layout
23376
23377 \begin_layout Standard
23378 \noindent
23379 \begin_inset CommandInset line
23380 LatexCommand rule
23381 offset "0.5ex"
23382 width "100line%"
23383 height "1pt"
23384
23385 \end_inset
23386
23387
23388 \end_layout
23389
23390 \begin_layout Standard
23391
23392 \series bold
23393
23394 \backslash
23395 newcommand{
23396 \backslash
23397 TabBesBeg}{%
23398 \begin_inset Newline newline
23399 \end_inset
23400
23401
23402 \begin_inset Phantom HPhantom
23403 status open
23404
23405 \begin_layout Plain Layout
23406
23407 \series bold
23408 \begin_inset space ~
23409 \end_inset
23410
23411
23412 \end_layout
23413
23414 \end_inset
23415
23416
23417 \backslash
23418 let
23419 \backslash
23420 MyTable
23421 \backslash
23422 table
23423 \begin_inset Newline newline
23424 \end_inset
23425
23426
23427 \begin_inset Phantom HPhantom
23428 status open
23429
23430 \begin_layout Plain Layout
23431
23432 \series bold
23433 \begin_inset space ~
23434 \end_inset
23435
23436
23437 \end_layout
23438
23439 \end_inset
23440
23441
23442 \backslash
23443 let
23444 \backslash
23445 MyEndtable
23446 \backslash
23447 endtable
23448 \begin_inset Newline newline
23449 \end_inset
23450
23451
23452 \begin_inset Phantom HPhantom
23453 status open
23454
23455 \begin_layout Plain Layout
23456
23457 \series bold
23458 \begin_inset space ~
23459 \end_inset
23460
23461
23462 \end_layout
23463
23464 \end_inset
23465
23466
23467 \backslash
23468 renewenvironment{table}{
23469 \backslash
23470 begin{SCtable}}{
23471 \backslash
23472 end{SCtable}}}
23473 \end_layout
23474
23475 \begin_layout Standard
23476
23477 \series bold
23478
23479 \backslash
23480 newcommand{
23481 \backslash
23482 TabBesEnd}{%
23483 \begin_inset Newline newline
23484 \end_inset
23485
23486
23487 \begin_inset Phantom HPhantom
23488 status open
23489
23490 \begin_layout Plain Layout
23491
23492 \series bold
23493 \begin_inset space ~
23494 \end_inset
23495
23496
23497 \end_layout
23498
23499 \end_inset
23500
23501
23502 \backslash
23503 let
23504 \backslash
23505 table
23506 \backslash
23507 MyTable
23508 \begin_inset Newline newline
23509 \end_inset
23510
23511
23512 \begin_inset Phantom HPhantom
23513 status open
23514
23515 \begin_layout Plain Layout
23516
23517 \series bold
23518 \begin_inset space ~
23519 \end_inset
23520
23521
23522 \end_layout
23523
23524 \end_inset
23525
23526
23527 \backslash
23528 let
23529 \backslash
23530 endtable
23531 \backslash
23532 MyEndtable
23533 \end_layout
23534
23535 \begin_layout Standard
23536
23537 \series bold
23538
23539 \backslash
23540 newcommand{
23541 \backslash
23542 FigBesBeg}{%
23543 \begin_inset Newline newline
23544 \end_inset
23545
23546
23547 \begin_inset Phantom HPhantom
23548 status open
23549
23550 \begin_layout Plain Layout
23551
23552 \series bold
23553 \begin_inset space ~
23554 \end_inset
23555
23556
23557 \end_layout
23558
23559 \end_inset
23560
23561
23562 \backslash
23563 let
23564 \backslash
23565 MyFigure
23566 \backslash
23567 figure
23568 \begin_inset Newline newline
23569 \end_inset
23570
23571
23572 \begin_inset Phantom HPhantom
23573 status open
23574
23575 \begin_layout Plain Layout
23576
23577 \series bold
23578 \begin_inset space ~
23579 \end_inset
23580
23581
23582 \end_layout
23583
23584 \end_inset
23585
23586
23587 \backslash
23588 let
23589 \backslash
23590 MyEndfigure
23591 \backslash
23592 endfigure
23593 \begin_inset Newline newline
23594 \end_inset
23595
23596
23597 \begin_inset Phantom HPhantom
23598 status open
23599
23600 \begin_layout Plain Layout
23601
23602 \series bold
23603 \begin_inset space ~
23604 \end_inset
23605
23606
23607 \end_layout
23608
23609 \end_inset
23610
23611
23612 \backslash
23613 renewenvironment{figure}{
23614 \backslash
23615 begin{SCfigure}}{
23616 \backslash
23617 end{SCfigure}}}
23618 \end_layout
23619
23620 \begin_layout Standard
23621
23622 \series bold
23623
23624 \backslash
23625 newcommand{
23626 \backslash
23627 FigBesEnd}{%
23628 \begin_inset Newline newline
23629 \end_inset
23630
23631
23632 \begin_inset Phantom HPhantom
23633 status open
23634
23635 \begin_layout Plain Layout
23636
23637 \series bold
23638 \begin_inset space ~
23639 \end_inset
23640
23641
23642 \end_layout
23643
23644 \end_inset
23645
23646
23647 \backslash
23648 let
23649 \backslash
23650 figure
23651 \backslash
23652 MyFigure
23653 \begin_inset Newline newline
23654 \end_inset
23655
23656
23657 \begin_inset Phantom HPhantom
23658 status open
23659
23660 \begin_layout Plain Layout
23661
23662 \series bold
23663 \begin_inset space ~
23664 \end_inset
23665
23666
23667 \end_layout
23668
23669 \end_inset
23670
23671
23672 \backslash
23673 let
23674 \backslash
23675 endfigure
23676 \backslash
23677 MyEndfigure}
23678 \end_layout
23679
23680 \begin_layout Standard
23681 \noindent
23682 \begin_inset CommandInset line
23683 LatexCommand rule
23684 offset "0.5ex"
23685 width "100line%"
23686 height "1pt"
23687
23688 \end_inset
23689
23690
23691 \end_layout
23692
23693 \begin_layout Standard
23694 The commands allow you to redefine the floats so that the caption is set
23695  on the side.
23696  For figure floats use the command
23697 \end_layout
23698
23699 \begin_layout Standard
23700
23701 \series bold
23702
23703 \backslash
23704 FigBesBeg
23705 \end_layout
23706
23707 \begin_layout Standard
23708 in TeX-Code before the float.
23709  After the float insert the command
23710 \end_layout
23711
23712 \begin_layout Standard
23713
23714 \series bold
23715
23716 \backslash
23717 FigBesEnd
23718 \end_layout
23719
23720 \begin_layout Standard
23721 in TeX-Code to get back to the original float definition.
23722 \end_layout
23723
23724 \begin_layout Standard
23725 For table floats use the corresponding commands
23726 \end_layout
23727
23728 \begin_layout Standard
23729
23730 \series bold
23731
23732 \backslash
23733 TabBesBeg
23734 \series default
23735  and 
23736 \series bold
23737
23738 \backslash
23739 TabBesEnd
23740 \end_layout
23741
23742 \begin_layout Standard
23743 Figure
23744 \begin_inset space ~
23745 \end_inset
23746
23747
23748 \begin_inset CommandInset ref
23749 LatexCommand ref
23750 reference "fig:cap-beside-fig"
23751
23752 \end_inset
23753
23754  and Table
23755 \begin_inset space ~
23756 \end_inset
23757
23758
23759 \begin_inset CommandInset ref
23760 LatexCommand ref
23761 reference "tab:cap-beside-tab"
23762
23763 \end_inset
23764
23765  are examples where the caption is set beside.
23766 \end_layout
23767
23768 \begin_layout Standard
23769 You can see in the examples that the caption text appears at the top of
23770  the floats for table floats and at the bottom for figure floats.
23771  To change this, you can use the command
23772 \end_layout
23773
23774 \begin_layout Standard
23775
23776 \series bold
23777
23778 \backslash
23779 sidecaptionvpos{float type}{placement}
23780 \end_layout
23781
23782 \begin_layout Standard
23783 in the document preamble or in TeX-Code before the float.
23784  The float type is either 
23785 \family sans
23786 figure
23787 \family default
23788  or 
23789 \family sans
23790 table
23791 \family default
23792 , the placement can be 
23793 \begin_inset Quotes eld
23794 \end_inset
23795
23796
23797 \family sans
23798 t
23799 \family default
23800
23801 \begin_inset Quotes erd
23802 \end_inset
23803
23804  for top, 
23805 \begin_inset Quotes eld
23806 \end_inset
23807
23808
23809 \family sans
23810 c
23811 \family default
23812
23813 \begin_inset Quotes erd
23814 \end_inset
23815
23816  for center, or 
23817 \begin_inset Quotes eld
23818 \end_inset
23819
23820
23821 \family sans
23822 b
23823 \family default
23824
23825 \begin_inset Quotes erd
23826 \end_inset
23827
23828  for bottom.
23829  To have for example the caption of figure floats vertically centered, use
23830  the command
23831 \end_layout
23832
23833 \begin_layout Standard
23834
23835 \series bold
23836
23837 \backslash
23838 sidecaptionvpos{figure}{c}
23839 \end_layout
23840
23841 \begin_layout Standard
23842 This was used for Figure
23843 \begin_inset space ~
23844 \end_inset
23845
23846
23847 \begin_inset CommandInset ref
23848 LatexCommand ref
23849 reference "fig:cap-beside-fig-2"
23850
23851 \end_inset
23852
23853 .
23854 \end_layout
23855
23856 \begin_layout Standard
23857 \begin_inset VSpace medskip
23858 \end_inset
23859
23860 For more information about the package 
23861 \series bold
23862 sidecap
23863 \series default
23864  we refer to its documentation 
23865 \begin_inset CommandInset citation
23866 LatexCommand cite
23867 key "sidecap"
23868
23869 \end_inset
23870
23871 .
23872 \end_layout
23873
23874 \begin_layout Standard
23875 \begin_inset Note Greyedout
23876 status open
23877
23878 \begin_layout Plain Layout
23879
23880 \series bold
23881 Note:
23882 \series default
23883  The LaTeX-package 
23884 \series bold
23885 hypcap
23886 \series default
23887
23888 \begin_inset Index idx
23889 status collapsed
23890
23891 \begin_layout Plain Layout
23892 LaTeX-packages ! hypcap
23893 \end_layout
23894
23895 \end_inset
23896
23897 , described in section
23898 \begin_inset space ~
23899 \end_inset
23900
23901
23902 \begin_inset CommandInset ref
23903 LatexCommand ref
23904 reference "sub:Reference-Position"
23905
23906 \end_inset
23907
23908 , has no effect on floats with the caption set beside.
23909 \end_layout
23910
23911 \end_inset
23912
23913
23914 \end_layout
23915
23916 \begin_layout Standard
23917 \begin_inset ERT
23918 status collapsed
23919
23920 \begin_layout Plain Layout
23921
23922
23923 \backslash
23924 FigBesBeg 
23925 \end_layout
23926
23927 \end_inset
23928
23929
23930 \end_layout
23931
23932 \begin_layout Standard
23933 \begin_inset Float figure
23934 wide false
23935 sideways false
23936 status open
23937
23938 \begin_layout Plain Layout
23939 \begin_inset Graphics
23940         filename clipart/escher-lsd.eps
23941         scale 75
23942         scaleBeforeRotation
23943
23944 \end_inset
23945
23946
23947 \end_layout
23948
23949 \begin_layout Plain Layout
23950 \begin_inset Caption
23951
23952 \begin_layout Plain Layout
23953 \begin_inset CommandInset label
23954 LatexCommand label
23955 name "fig:cap-beside-fig"
23956
23957 \end_inset
23958
23959 This is a caption beside a figure.
23960 \end_layout
23961
23962 \end_inset
23963
23964
23965 \end_layout
23966
23967 \end_inset
23968
23969
23970 \end_layout
23971
23972 \begin_layout Standard
23973 \begin_inset ERT
23974 status collapsed
23975
23976 \begin_layout Plain Layout
23977
23978
23979 \backslash
23980 TabBesBeg 
23981 \end_layout
23982
23983 \end_inset
23984
23985
23986 \end_layout
23987
23988 \begin_layout Standard
23989 \begin_inset Float table
23990 wide false
23991 sideways false
23992 status open
23993
23994 \begin_layout Plain Layout
23995 \begin_inset Caption
23996
23997 \begin_layout Plain Layout
23998 \begin_inset CommandInset label
23999 LatexCommand label
24000 name "tab:cap-beside-tab"
24001
24002 \end_inset
24003
24004 This is a caption beside a table.
24005 \end_layout
24006
24007 \end_inset
24008
24009
24010 \end_layout
24011
24012 \begin_layout Plain Layout
24013 \begin_inset Tabular
24014 <lyxtabular version="3" rows="4" columns="5">
24015 <features tabularvalignment="middle">
24016 <column alignment="center" valignment="top" width="0">
24017 <column alignment="center" valignment="top" width="0">
24018 <column alignment="center" valignment="top" width="0">
24019 <column alignment="center" valignment="top" width="0">
24020 <column alignment="center" valignment="top" width="0">
24021 <row>
24022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24023 \begin_inset Text
24024
24025 \begin_layout Plain Layout
24026 a
24027 \end_layout
24028
24029 \end_inset
24030 </cell>
24031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24032 \begin_inset Text
24033
24034 \begin_layout Plain Layout
24035
24036 \end_layout
24037
24038 \end_inset
24039 </cell>
24040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24041 \begin_inset Text
24042
24043 \begin_layout Plain Layout
24044 b
24045 \end_layout
24046
24047 \end_inset
24048 </cell>
24049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24050 \begin_inset Text
24051
24052 \begin_layout Plain Layout
24053
24054 \end_layout
24055
24056 \end_inset
24057 </cell>
24058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24059 \begin_inset Text
24060
24061 \begin_layout Plain Layout
24062 c
24063 \end_layout
24064
24065 \end_inset
24066 </cell>
24067 </row>
24068 <row>
24069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24070 \begin_inset Text
24071
24072 \begin_layout Plain Layout
24073
24074 \end_layout
24075
24076 \end_inset
24077 </cell>
24078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24079 \begin_inset Text
24080
24081 \begin_layout Plain Layout
24082 d
24083 \end_layout
24084
24085 \end_inset
24086 </cell>
24087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24088 \begin_inset Text
24089
24090 \begin_layout Plain Layout
24091
24092 \end_layout
24093
24094 \end_inset
24095 </cell>
24096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24097 \begin_inset Text
24098
24099 \begin_layout Plain Layout
24100 e
24101 \end_layout
24102
24103 \end_inset
24104 </cell>
24105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24106 \begin_inset Text
24107
24108 \begin_layout Plain Layout
24109
24110 \end_layout
24111
24112 \end_inset
24113 </cell>
24114 </row>
24115 <row>
24116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24117 \begin_inset Text
24118
24119 \begin_layout Plain Layout
24120 f
24121 \end_layout
24122
24123 \end_inset
24124 </cell>
24125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24126 \begin_inset Text
24127
24128 \begin_layout Plain Layout
24129
24130 \end_layout
24131
24132 \end_inset
24133 </cell>
24134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24135 \begin_inset Text
24136
24137 \begin_layout Plain Layout
24138 g
24139 \end_layout
24140
24141 \end_inset
24142 </cell>
24143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24144 \begin_inset Text
24145
24146 \begin_layout Plain Layout
24147
24148 \end_layout
24149
24150 \end_inset
24151 </cell>
24152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24153 \begin_inset Text
24154
24155 \begin_layout Plain Layout
24156 h
24157 \end_layout
24158
24159 \end_inset
24160 </cell>
24161 </row>
24162 <row>
24163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24164 \begin_inset Text
24165
24166 \begin_layout Plain Layout
24167
24168 \end_layout
24169
24170 \end_inset
24171 </cell>
24172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24173 \begin_inset Text
24174
24175 \begin_layout Plain Layout
24176 i
24177 \end_layout
24178
24179 \end_inset
24180 </cell>
24181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24182 \begin_inset Text
24183
24184 \begin_layout Plain Layout
24185
24186 \end_layout
24187
24188 \end_inset
24189 </cell>
24190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24191 \begin_inset Text
24192
24193 \begin_layout Plain Layout
24194 j
24195 \end_layout
24196
24197 \end_inset
24198 </cell>
24199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24200 \begin_inset Text
24201
24202 \begin_layout Plain Layout
24203
24204 \end_layout
24205
24206 \end_inset
24207 </cell>
24208 </row>
24209 </lyxtabular>
24210
24211 \end_inset
24212
24213
24214 \end_layout
24215
24216 \end_inset
24217
24218
24219 \end_layout
24220
24221 \begin_layout Standard
24222 \begin_inset ERT
24223 status collapsed
24224
24225 \begin_layout Plain Layout
24226
24227
24228 \backslash
24229 TabBesEnd
24230 \end_layout
24231
24232 \end_inset
24233
24234
24235 \end_layout
24236
24237 \begin_layout Standard
24238 \begin_inset ERT
24239 status collapsed
24240
24241 \begin_layout Plain Layout
24242
24243
24244 \backslash
24245 sidecaptionvpos{figure}{c}
24246 \end_layout
24247
24248 \end_inset
24249
24250
24251 \begin_inset Float figure
24252 wide false
24253 sideways false
24254 status open
24255
24256 \begin_layout Plain Layout
24257 \begin_inset Graphics
24258         filename clipart/escher-lsd.eps
24259         scale 75
24260         scaleBeforeRotation
24261
24262 \end_inset
24263
24264
24265 \end_layout
24266
24267 \begin_layout Plain Layout
24268 \begin_inset Caption
24269
24270 \begin_layout Plain Layout
24271 \begin_inset CommandInset label
24272 LatexCommand label
24273 name "fig:cap-beside-fig-2"
24274
24275 \end_inset
24276
24277 This is a vertically centered caption beside a figure.
24278 \end_layout
24279
24280 \end_inset
24281
24282
24283 \end_layout
24284
24285 \end_inset
24286
24287
24288 \end_layout
24289
24290 \begin_layout Standard
24291 \begin_inset ERT
24292 status collapsed
24293
24294 \begin_layout Plain Layout
24295
24296
24297 \backslash
24298 FigBesEnd
24299 \end_layout
24300
24301 \end_inset
24302
24303
24304 \end_layout
24305
24306 \begin_layout Standard
24307 \begin_inset ERT
24308 status collapsed
24309
24310 \begin_layout Plain Layout
24311
24312
24313 \backslash
24314 else
24315 \end_layout
24316
24317 \end_inset
24318
24319
24320 \begin_inset Note Note
24321 status open
24322
24323 \begin_layout Plain Layout
24324 The following will be displayed when the LaTeX-package 
24325 \series bold
24326 sidecap
24327 \series default
24328  is not installed:
24329 \end_layout
24330
24331 \end_inset
24332
24333
24334 \end_layout
24335
24336 \begin_layout Standard
24337 You need to install the LaTeX-package 
24338 \series bold
24339 sidecap
24340 \series default
24341  to see the following part of this section in the output.
24342 \end_layout
24343
24344 \begin_layout Standard
24345 \begin_inset ERT
24346 status collapsed
24347
24348 \begin_layout Plain Layout
24349
24350
24351 \backslash
24352 fi
24353 \end_layout
24354
24355 \end_inset
24356
24357
24358 \end_layout
24359
24360 \begin_layout Section
24361 Listings of Floats
24362 \begin_inset Index idx
24363 status collapsed
24364
24365 \begin_layout Plain Layout
24366 Floats ! Float Lists
24367 \end_layout
24368
24369 \end_inset
24370
24371
24372 \end_layout
24373
24374 \begin_layout Standard
24375 Similar to the table of contents where the sections of the document are
24376  listed, there are listings for all float types, like the figures of the
24377  documents.
24378  You can insert them via the 
24379 \family sans
24380 Insert\SpecialChar \menuseparator
24381 List
24382 \begin_inset space ~
24383 \end_inset
24384
24385 /
24386 \begin_inset space ~
24387 \end_inset
24388
24389 TOC
24390 \family default
24391  sub menus.
24392 \end_layout
24393
24394 \begin_layout Standard
24395 The list entries are the float captions or its short title, the float number,
24396  and the page number where they appear in the document.
24397 \end_layout
24398
24399 \begin_layout Standard
24400 You can find the list of figures and tables at the end of this document.
24401 \end_layout
24402
24403 \begin_layout Chapter
24404 Notes
24405 \end_layout
24406
24407 \begin_layout Section
24408 LyX Notes
24409 \begin_inset Index idx
24410 status collapsed
24411
24412 \begin_layout Plain Layout
24413 Notes ! LyX Notes
24414 \end_layout
24415
24416 \end_inset
24417
24418
24419 \end_layout
24420
24421 \begin_layout Standard
24422 Notes are inserted with the toolbar button 
24423 \begin_inset Graphics
24424         filename ../images/note-insert.png
24425         scale 85
24426         scaleBeforeRotation
24427
24428 \end_inset
24429
24430  or the menu 
24431 \family sans
24432 Insert\SpecialChar \menuseparator
24433 Note
24434 \family default
24435 .
24436  There are three types of notes:
24437 \end_layout
24438
24439 \begin_layout Description
24440 LyX
24441 \begin_inset space ~
24442 \end_inset
24443
24444 Note This note type is for internal notes that won't appear in the output.
24445  Its note-box looks like this:
24446 \begin_inset Newline newline
24447 \end_inset
24448
24449
24450 \begin_inset Newline newline
24451 \end_inset
24452
24453
24454 \begin_inset Graphics
24455         filename clipart/LyXNoteImageQt4.png
24456         display false
24457         scale 85
24458         scaleBeforeRotation
24459
24460 \end_inset
24461
24462  
24463 \begin_inset Note Note
24464 status open
24465
24466 \begin_layout Plain Layout
24467 This is text in a note box that doesn't appear in the output.
24468 \end_layout
24469
24470 \end_inset
24471
24472
24473 \end_layout
24474
24475 \begin_layout Description
24476 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
24477 ent, when you export the document to LaTeX via the menu 
24478 \family sans
24479 File\SpecialChar \menuseparator
24480 Export\SpecialChar \menuseparator
24481 LaTeX (pdflatex) / (plain)
24482 \family default
24483 .
24484  Its note-box looks like this:
24485 \begin_inset Newline newline
24486 \end_inset
24487
24488
24489 \begin_inset Newline newline
24490 \end_inset
24491
24492
24493 \begin_inset Graphics
24494         filename clipart/CommentNoteImageQt4.png
24495         display false
24496         scale 85
24497         scaleBeforeRotation
24498
24499 \end_inset
24500
24501  
24502 \begin_inset Note Comment
24503 status open
24504
24505 \begin_layout Plain Layout
24506 This is text in a note box that only appears as comment in LaTeX-files.
24507 \end_layout
24508
24509 \end_inset
24510
24511
24512 \end_layout
24513
24514 \begin_layout Description
24515 Greyed
24516 \begin_inset space ~
24517 \end_inset
24518
24519 Out This note will appear in the output as grey text.
24520  Its note-box looks like this:
24521 \begin_inset Newline newline
24522 \end_inset
24523
24524
24525 \begin_inset Newline newline
24526 \end_inset
24527
24528
24529 \begin_inset Graphics
24530         filename clipart/GreyedOutNoteImageQt4.png
24531         display false
24532         scale 85
24533         scaleBeforeRotation
24534
24535 \end_inset
24536
24537
24538 \begin_inset Newline newline
24539 \end_inset
24540
24541
24542 \begin_inset ERT
24543 status collapsed
24544
24545 \begin_layout Plain Layout
24546
24547
24548 \backslash
24549 renewenvironment{lyxgreyedout}
24550 \end_layout
24551
24552 \begin_layout Plain Layout
24553
24554 {
24555 \backslash
24556 textcolor[gray]{0.8}
24557 \backslash
24558 bgroup}{
24559 \backslash
24560 egroup}
24561 \end_layout
24562
24563 \end_inset
24564
24565
24566 \begin_inset Note Greyedout
24567 status open
24568
24569 \begin_layout Plain Layout
24570 This is text
24571 \begin_inset Foot
24572 status open
24573
24574 \begin_layout Plain Layout
24575 This is an example footnote within a greyed out note.
24576 \end_layout
24577
24578 \end_inset
24579
24580  of a comment that appears in the output as grey text.
24581 \end_layout
24582
24583 \end_inset
24584
24585
24586 \begin_inset ERT
24587 status collapsed
24588
24589 \begin_layout Plain Layout
24590
24591
24592 \backslash
24593 renewenvironment{lyxgreyedout}
24594 \end_layout
24595
24596 \begin_layout Plain Layout
24597
24598 {
24599 \backslash
24600 textcolor{blue}
24601 \backslash
24602 bgroup}{
24603 \backslash
24604 egroup}
24605 \end_layout
24606
24607 \end_inset
24608
24609
24610 \begin_inset Note Note
24611 status collapsed
24612
24613 \begin_layout Plain Layout
24614 The greyed out note is here redefined to show it with the original LyX definitio
24615 n because greyed out notes are redefined in the preamble of this document,
24616  as described below, to have blue text.
24617 \end_layout
24618
24619 \end_inset
24620
24621
24622 \begin_inset Newline newline
24623 \end_inset
24624
24625
24626 \begin_inset Newline newline
24627 \end_inset
24628
24629 As you can see in the example, the first line of greyed out notes is a bit
24630  indented and greyed out notes can have footnotes.
24631 \end_layout
24632
24633 \begin_layout Standard
24634 \begin_inset VSpace bigskip
24635 \end_inset
24636
24637 When you use the toolbar button 
24638 \begin_inset Graphics
24639         filename ../images/note-insert.png
24640         scale 85
24641         scaleBeforeRotation
24642
24643 \end_inset
24644
24645  to insert notes, a 
24646 \family sans
24647 LyX
24648 \begin_inset space ~
24649 \end_inset
24650
24651 Note
24652 \family default
24653  is inserted.
24654  You can switch between the five note types by right-clicking on the note-box.
24655  
24656 \family roman
24657 \series medium
24658 \bar no
24659 If you want to turn existing text into a note, mark it and click on the
24660  note
24661 \family default
24662 \series default
24663 \bar default
24664  toolbar 
24665 \family roman
24666 \series medium
24667 \bar no
24668 button
24669 \family default
24670 \series default
24671 \bar default
24672 .
24673  To change a note to text, press the backspace key when the cursor is in
24674  the first position of a note, or press the delete key when the cursor is
24675  in the very last position of the note, respectively.
24676 \end_layout
24677
24678 \begin_layout Standard
24679 \begin_inset VSpace bigskip
24680 \end_inset
24681
24682 You can change the text color of the greyed out notes in the menu 
24683 \family sans
24684 Document\SpecialChar \menuseparator
24685 Settings\SpecialChar \menuseparator
24686 Colors
24687 \family default
24688 .
24689 \end_layout
24690
24691 \begin_layout Section
24692 Footnotes
24693 \begin_inset CommandInset label
24694 LatexCommand label
24695 name "sec:Footnotes"
24696
24697 \end_inset
24698
24699
24700 \begin_inset Index idx
24701 status collapsed
24702
24703 \begin_layout Plain Layout
24704 Notes ! Footnotes
24705 \end_layout
24706
24707 \end_inset
24708
24709
24710 \begin_inset Index idx
24711 status collapsed
24712
24713 \begin_layout Plain Layout
24714 Footnotes
24715 \end_layout
24716
24717 \end_inset
24718
24719
24720 \end_layout
24721
24722 \begin_layout Standard
24723 Footnotes can be inserted using the toolbar button 
24724 \begin_inset Graphics
24725         filename ../images/footnote-insert.png
24726         scale 85
24727         scaleBeforeRotation
24728
24729 \end_inset
24730
24731  or the menu 
24732 \family sans
24733 Insert\SpecialChar \menuseparator
24734 Footnote
24735 \family default
24736 .
24737  
24738 \family roman
24739 \series medium
24740 \bar no
24741 You'll see
24742 \family default
24743 \series default
24744 \bar default
24745  then the following footnote-box: 
24746 \begin_inset Graphics
24747         filename clipart/footnoteQt4.png
24748         scale 80
24749         scaleBeforeRotation
24750
24751 \end_inset
24752
24753  
24754 \family roman
24755 \series medium
24756 \bar no
24757 where you can enter the footnote text.
24758  If you want to turn existing text into a footnote, mark it and click on
24759  the footnote
24760 \family default
24761 \series default
24762 \bar default
24763  toolbar 
24764 \family roman
24765 \series medium
24766 \bar no
24767 button
24768 \family default
24769 \series default
24770 \bar default
24771 .
24772  To change a 
24773 \family roman
24774 \series medium
24775 \bar no
24776 footnote
24777 \family default
24778 \series default
24779 \bar default
24780  to text, press the Backspace key when the cursor is in the first position
24781  of a 
24782 \family roman
24783 \series medium
24784 \bar no
24785 footnote
24786 \family default
24787 \series default
24788 \bar default
24789 , or press the Delete key when the cursor is in the very last position of
24790  the 
24791 \family roman
24792 \series medium
24793 \bar no
24794 footnote
24795 \family default
24796 \series default
24797 \bar default
24798 , respectively.
24799 \end_layout
24800
24801 \begin_layout Standard
24802 Here is an example footnote:
24803 \family roman
24804 \series medium
24805 \bar no
24806
24807 \begin_inset Foot
24808 status open
24809
24810 \begin_layout Plain Layout
24811 \begin_inset CommandInset label
24812 LatexCommand label
24813 name "foot:This-is-an"
24814
24815 \end_inset
24816
24817 This is an example footnote.
24818 \end_layout
24819
24820 \end_inset
24821
24822
24823 \family default
24824 \series default
24825 \bar default
24826
24827 \begin_inset ERT
24828 status collapsed
24829
24830 \begin_layout Plain Layout
24831
24832
24833 \backslash
24834 newcounter{MyRepeatFoot}
24835 \end_layout
24836
24837 \begin_layout Plain Layout
24838
24839
24840 \backslash
24841 setcounter{MyRepeatFoot}{
24842 \backslash
24843 thefootnote}
24844 \end_layout
24845
24846 \end_inset
24847
24848
24849 \end_layout
24850
24851 \begin_layout Standard
24852 The footnote will appear in the output as a superscript number at the text
24853  position where the footnote box is placed.
24854  The footnote text is placed at the bottom of the current page.
24855  The footnote number is calculated by LaTeX; the numbers are consecutive.
24856  It depends on your document-class, whether the footnote number is reset
24857  for every chapter.
24858 \end_layout
24859
24860 \begin_layout Standard
24861 Footnotes can be referenced like floats: Insert a label into the footnote
24862  and cross-reference this label in the text as described in section
24863 \begin_inset space ~
24864 \end_inset
24865
24866
24867 \begin_inset CommandInset ref
24868 LatexCommand ref
24869 reference "sec:Referencing-Floats"
24870
24871 \end_inset
24872
24873 .
24874 \begin_inset Newline newline
24875 \end_inset
24876
24877 This is a cross-reference of Footnote
24878 \begin_inset space ~
24879 \end_inset
24880
24881
24882 \begin_inset CommandInset ref
24883 LatexCommand ref
24884 reference "foot:This-is-an"
24885
24886 \end_inset
24887
24888 .
24889 \end_layout
24890
24891 \begin_layout Standard
24892 \begin_inset VSpace defskip
24893 \end_inset
24894
24895 Footnotes in tables are not printed by LaTeX due to technical reasons.
24896  However there exists another method to print them: Instead of the footnote
24897  the command 
24898 \series bold
24899
24900 \backslash
24901 footnotemark{}
24902 \series default
24903  is inserted as TeX-code.
24904  The text of the footnote is entered as an argument of the TeX-code command
24905  
24906 \series bold
24907
24908 \backslash
24909 footnotetext
24910 \series default
24911  after the table.
24912 \begin_inset Newline newline
24913 \end_inset
24914
24915 This was done for the following table with the command
24916 \end_layout
24917
24918 \begin_layout Standard
24919
24920 \series bold
24921
24922 \backslash
24923 footnotetext{
24924 \series default
24925 Printed table footnote.
24926 \series bold
24927 }
24928 \end_layout
24929
24930 \begin_layout Standard
24931 \begin_inset Tabular
24932 <lyxtabular version="3" rows="2" columns="1">
24933 <features tabularvalignment="middle">
24934 <column alignment="center" valignment="top" width="0">
24935 <row>
24936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24937 \begin_inset Text
24938
24939 \begin_layout Plain Layout
24940 This an example text.
24941 \begin_inset Foot
24942 status open
24943
24944 \begin_layout Plain Layout
24945 This footnote will not be printed!
24946 \end_layout
24947
24948 \end_inset
24949
24950
24951 \end_layout
24952
24953 \end_inset
24954 </cell>
24955 </row>
24956 <row>
24957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24958 \begin_inset Text
24959
24960 \begin_layout Plain Layout
24961 This an example text.
24962 \begin_inset ERT
24963 status collapsed
24964
24965 \begin_layout Plain Layout
24966
24967
24968 \backslash
24969 footnotemark{}
24970 \end_layout
24971
24972 \end_inset
24973
24974
24975 \end_layout
24976
24977 \end_inset
24978 </cell>
24979 </row>
24980 </lyxtabular>
24981
24982 \end_inset
24983
24984
24985 \begin_inset ERT
24986 status collapsed
24987
24988 \begin_layout Plain Layout
24989
24990
24991 \backslash
24992 footnotetext{
24993 \end_layout
24994
24995 \end_inset
24996
24997 Printed table footnote.
24998 \begin_inset ERT
24999 status collapsed
25000
25001 \begin_layout Plain Layout
25002
25003 }
25004 \end_layout
25005
25006 \end_inset
25007
25008
25009 \end_layout
25010
25011 \begin_layout Standard
25012 Footnotes in longtables are described in section
25013 \begin_inset space ~
25014 \end_inset
25015
25016
25017 \begin_inset CommandInset ref
25018 LatexCommand ref
25019 reference "sub:Footnotes-in-Longtables"
25020
25021 \end_inset
25022
25023 .
25024 \end_layout
25025
25026 \begin_layout Standard
25027 Footnotes in minipage boxes are printed, but inside the box and with a different
25028  numbering because a minipage box is like a page inside a page.
25029  (For more about minipages, see section
25030 \begin_inset space ~
25031 \end_inset
25032
25033
25034 \begin_inset CommandInset ref
25035 LatexCommand ref
25036 reference "sec:Minipages"
25037
25038 \end_inset
25039
25040 .) To get a footnote in the minipage that is output at the bottom of the
25041  page like normal footnotes, also use the method of 
25042 \series bold
25043
25044 \backslash
25045 footnotemark{}
25046 \series default
25047  and 
25048 \series bold
25049
25050 \backslash
25051 footnotetext
25052 \series default
25053 .
25054 \end_layout
25055
25056 \begin_layout Standard
25057 \begin_inset Box Frameless
25058 position "t"
25059 hor_pos "c"
25060 has_inner_box 1
25061 inner_pos "t"
25062 use_parbox 0
25063 use_makebox 0
25064 width "100col%"
25065 special "none"
25066 height "1in"
25067 height_special "totalheight"
25068 status open
25069
25070 \begin_layout Plain Layout
25071 This an example text in a minipage.
25072 \begin_inset Foot
25073 status open
25074
25075 \begin_layout Plain Layout
25076 Footnote in the minipage.
25077 \end_layout
25078
25079 \end_inset
25080
25081
25082 \end_layout
25083
25084 \begin_layout Plain Layout
25085 This an example text in a minipage.
25086 \begin_inset ERT
25087 status collapsed
25088
25089 \begin_layout Plain Layout
25090
25091
25092 \backslash
25093 footnotemark{}
25094 \end_layout
25095
25096 \end_inset
25097
25098
25099 \end_layout
25100
25101 \end_inset
25102
25103
25104 \end_layout
25105
25106 \begin_layout Standard
25107 \begin_inset ERT
25108 status collapsed
25109
25110 \begin_layout Plain Layout
25111
25112
25113 \backslash
25114 footnotetext{
25115 \end_layout
25116
25117 \end_inset
25118
25119 Footnote outside the minipage.
25120 \begin_inset ERT
25121 status collapsed
25122
25123 \begin_layout Plain Layout
25124
25125 }
25126 \end_layout
25127
25128 \end_inset
25129
25130
25131 \end_layout
25132
25133 \begin_layout Standard
25134 \begin_inset VSpace defskip
25135 \end_inset
25136
25137
25138 \end_layout
25139
25140 \begin_layout Standard
25141 To refer to the same footnote several times without printing the footnote
25142  text every time, use the command 
25143 \series bold
25144
25145 \backslash
25146 footnotemark[number]
25147 \series default
25148  in TeX-code.
25149 \begin_inset Newline newline
25150 \end_inset
25151
25152 As you do not know the number of the repeating footnote while you are writing
25153  the text, you have to store its number.
25154  For the following footnote mark example, these commands were inserted in
25155  TeX-code after Footnote
25156 \begin_inset space ~
25157 \end_inset
25158
25159
25160 \begin_inset CommandInset ref
25161 LatexCommand ref
25162 reference "foot:This-is-an"
25163
25164 \end_inset
25165
25166  to store the footnote number:
25167 \end_layout
25168
25169 \begin_layout Standard
25170
25171 \series bold
25172
25173 \backslash
25174 newcounter{MyRepeatFoot}
25175 \begin_inset Newline newline
25176 \end_inset
25177
25178
25179 \backslash
25180 setcounter{MyRepeatFoot}{
25181 \backslash
25182 thefootnote}
25183 \end_layout
25184
25185 \begin_layout Standard
25186 The footnote mark was then created with this command:
25187 \end_layout
25188
25189 \begin_layout Standard
25190
25191 \series bold
25192
25193 \backslash
25194 footnotemark[
25195 \backslash
25196 theMyRepeatFoot]
25197 \end_layout
25198
25199 \begin_layout Standard
25200 Here is a repeated footnote:
25201 \family roman
25202 \series medium
25203 \bar no
25204
25205 \begin_inset ERT
25206 status collapsed
25207
25208 \begin_layout Plain Layout
25209
25210
25211 \backslash
25212 footnotemark[
25213 \backslash
25214 theMyRepeatFoot]
25215 \end_layout
25216
25217 \end_inset
25218
25219
25220 \end_layout
25221
25222 \begin_layout Standard
25223 If you want to repeat the previous footnote, you can omit the storage of
25224  the footnote number and just use this command instead:
25225 \end_layout
25226
25227 \begin_layout Standard
25228
25229 \series bold
25230
25231 \backslash
25232 footnotemark[
25233 \backslash
25234 thefootnote]
25235 \end_layout
25236
25237 \begin_layout Standard
25238 Here is another repeated footnote:
25239 \family roman
25240 \series medium
25241 \bar no
25242
25243 \begin_inset ERT
25244 status collapsed
25245
25246 \begin_layout Plain Layout
25247
25248
25249 \backslash
25250 footnotemark[
25251 \backslash
25252 thefootnote]
25253 \end_layout
25254
25255 \end_inset
25256
25257
25258 \end_layout
25259
25260 \begin_layout Subsection
25261 Footnote Numbering
25262 \begin_inset CommandInset label
25263 LatexCommand label
25264 name "sub:Footnote-Numbering"
25265
25266 \end_inset
25267
25268
25269 \begin_inset Index idx
25270 status collapsed
25271
25272 \begin_layout Plain Layout
25273 Footnotes ! Numbering
25274 \end_layout
25275
25276 \end_inset
25277
25278
25279 \end_layout
25280
25281 \begin_layout Standard
25282 To reset the footnote number back to 1 after each section
25283 \family roman
25284 , add this command to your document preamble:
25285 \end_layout
25286
25287 \begin_layout Standard
25288
25289 \series bold
25290
25291 \backslash
25292 @addtoreset{footnote}{section}
25293 \end_layout
25294
25295 \begin_layout Standard
25296 \begin_inset VSpace bigskip
25297 \end_inset
25298
25299 The following preamble command changes the footnote numbering style to small
25300  roman numerals:
25301 \end_layout
25302
25303 \begin_layout Standard
25304
25305 \series bold
25306
25307 \backslash
25308 renewcommand{
25309 \backslash
25310 thefootnote}{
25311 \backslash
25312 roman{footnote}}
25313 \end_layout
25314
25315 \begin_layout Standard
25316 \begin_inset ERT
25317 status collapsed
25318
25319 \begin_layout Plain Layout
25320
25321
25322 \backslash
25323 renewcommand{
25324 \backslash
25325 thefootnote}{
25326 \backslash
25327 roman{footnote}}
25328 \end_layout
25329
25330 \end_inset
25331
25332  This is a footnote with roman numbering:
25333 \begin_inset Foot
25334 status open
25335
25336 \begin_layout Plain Layout
25337 This is an example footnote with roman numbering.
25338 \end_layout
25339
25340 \end_inset
25341
25342
25343 \end_layout
25344
25345 \begin_layout Standard
25346 To change the numbering style to capital roman numerals replace in the command
25347  above 
25348 \series bold
25349
25350 \backslash
25351 roman
25352 \series default
25353  by 
25354 \series bold
25355
25356 \backslash
25357 Roman
25358 \series default
25359 .
25360  To 
25361 \begin_inset Quotes eld
25362 \end_inset
25363
25364 number
25365 \begin_inset Quotes erd
25366 \end_inset
25367
25368  footnotes with capital or small Latin letters use 
25369 \series bold
25370
25371 \backslash
25372 Alph
25373 \series default
25374  or 
25375 \series bold
25376
25377 \backslash
25378 alph
25379 \series default
25380 , respectively.
25381  To 
25382 \begin_inset Quotes eld
25383 \end_inset
25384
25385 number
25386 \begin_inset Quotes erd
25387 \end_inset
25388
25389  footnotes with symbols use 
25390 \series bold
25391
25392 \backslash
25393 fnsymbol
25394 \series default
25395 .
25396 \end_layout
25397
25398 \begin_layout Standard
25399 \begin_inset Note Greyedout
25400 status open
25401
25402 \begin_layout Plain Layout
25403
25404 \series bold
25405 Note:
25406 \series default
25407  You can only number 26 footnotes with Latin letters, because this numbering
25408  is limited to single letters.
25409 \end_layout
25410
25411 \end_inset
25412
25413
25414 \begin_inset Newline newline
25415 \end_inset
25416
25417
25418 \begin_inset Note Greyedout
25419 status open
25420
25421 \begin_layout Plain Layout
25422
25423 \series bold
25424 Note:
25425 \series default
25426  You can only number 9 footnotes with symbols.
25427 \end_layout
25428
25429 \end_inset
25430
25431
25432 \end_layout
25433
25434 \begin_layout Standard
25435 To return to the default numbering style after you have changed to another
25436  one, use 
25437 \series bold
25438
25439 \backslash
25440 arabic
25441 \series default
25442  instead of 
25443 \series bold
25444
25445 \backslash
25446 roman
25447 \series default
25448  in the command above.
25449 \begin_inset ERT
25450 status collapsed
25451
25452 \begin_layout Plain Layout
25453
25454
25455 \backslash
25456 renewcommand{
25457 \backslash
25458 thefootnote}{
25459 \backslash
25460 arabic{footnote}}
25461 \end_layout
25462
25463 \end_inset
25464
25465
25466 \end_layout
25467
25468 \begin_layout Standard
25469 \begin_inset VSpace bigskip
25470 \end_inset
25471
25472
25473 \end_layout
25474
25475 \begin_layout Standard
25476 If you want to have footnotes numbered in the scheme 
25477 \begin_inset Quotes eld
25478 \end_inset
25479
25480 chapter.footnote
25481 \begin_inset Quotes erd
25482 \end_inset
25483
25484 , add the following command to your document preamble:
25485 \end_layout
25486
25487 \begin_layout Standard
25488
25489 \series bold
25490
25491 \backslash
25492 numberwithin{footnote}{chapter}
25493 \end_layout
25494
25495 \begin_layout Standard
25496 To be able to use the command 
25497 \series bold
25498
25499 \backslash
25500 numberwithin
25501 \series default
25502 , set in the tab 
25503 \family sans
25504 Math
25505 \begin_inset space ~
25506 \end_inset
25507
25508 Options
25509 \family default
25510  in the document settings the option 
25511 \family sans
25512 Use
25513 \begin_inset space ~
25514 \end_inset
25515
25516 AMS
25517 \begin_inset space ~
25518 \end_inset
25519
25520 math
25521 \begin_inset space ~
25522 \end_inset
25523
25524 package
25525 \family default
25526 .
25527 \end_layout
25528
25529 \begin_layout Standard
25530 \begin_inset ERT
25531 status collapsed
25532
25533 \begin_layout Plain Layout
25534
25535
25536 \backslash
25537 numberwithin{footnote}{chapter}
25538 \end_layout
25539
25540 \end_inset
25541
25542 This is another example footnote:
25543 \series bold
25544
25545 \begin_inset Foot
25546 status open
25547
25548 \begin_layout Plain Layout
25549 This is a footnote numbered in the scheme 
25550 \begin_inset Quotes eld
25551 \end_inset
25552
25553 chapter.footnote
25554 \begin_inset Quotes erd
25555 \end_inset
25556
25557 .
25558 \end_layout
25559
25560 \end_inset
25561
25562
25563 \series default
25564
25565 \begin_inset ERT
25566 status collapsed
25567
25568 \begin_layout Plain Layout
25569
25570
25571 \backslash
25572 renewcommand{
25573 \backslash
25574 thefootnote}{
25575 \backslash
25576 arabic{footnote}}
25577 \end_layout
25578
25579 \end_inset
25580
25581
25582 \end_layout
25583
25584 \begin_layout Standard
25585 \begin_inset Note Greyedout
25586 status open
25587
25588 \begin_layout Plain Layout
25589
25590 \series bold
25591 Note:
25592 \series default
25593  
25594 \series bold
25595
25596 \backslash
25597 numberwithin
25598 \series default
25599  always prints out the footnote number as arabic number; previous redefinitions
25600  to get non-arabic numbers are overwritten.
25601 \end_layout
25602
25603 \end_inset
25604
25605
25606 \end_layout
25607
25608 \begin_layout Standard
25609 So to get for example the scheme 
25610 \begin_inset Quotes eld
25611 \end_inset
25612
25613 chapter.
25614 \backslash
25615 Roman{footnote}
25616 \begin_inset Quotes erd
25617 \end_inset
25618
25619 , use this command instead of 
25620 \series bold
25621
25622 \backslash
25623 numberwithin
25624 \series default
25625 :
25626 \end_layout
25627
25628 \begin_layout Standard
25629
25630 \series bold
25631
25632 \backslash
25633 renewcommand{
25634 \backslash
25635 thefootnote}{
25636 \backslash
25637 thechapter.
25638 \backslash
25639 Roman{footnote}}
25640 \end_layout
25641
25642 \begin_layout Subsection
25643 Footnote Placement
25644 \begin_inset Index idx
25645 status collapsed
25646
25647 \begin_layout Plain Layout
25648 Footnotes ! Placement
25649 \end_layout
25650
25651 \end_inset
25652
25653
25654 \end_layout
25655
25656 \begin_layout Standard
25657 If you have several footnotes in one page, they appear without vertical
25658  space between them at the bottom of the page.
25659  To make them more readable you can e.
25660 \begin_inset space \thinspace{}
25661 \end_inset
25662
25663 g.
25664 \begin_inset space \space{}
25665 \end_inset
25666
25667 add 1.5
25668 \begin_inset space \thinspace{}
25669 \end_inset
25670
25671 mm space with the following preamble command:
25672 \end_layout
25673
25674 \begin_layout Standard
25675
25676 \series bold
25677
25678 \backslash
25679 let
25680 \backslash
25681 myFoot
25682 \backslash
25683 footnote
25684 \begin_inset Newline newline
25685 \end_inset
25686
25687
25688 \backslash
25689 renewcommand{
25690 \backslash
25691 footnote}[1]{
25692 \backslash
25693 myFoot{#1
25694 \backslash
25695 vspace{1.5mm}}}
25696 \end_layout
25697
25698 \begin_layout Standard
25699 \begin_inset VSpace bigskip
25700 \end_inset
25701
25702 In a two-column document the footnotes appear at the bottom of every column,
25703  see Figure
25704 \begin_inset space ~
25705 \end_inset
25706
25707
25708 \begin_inset CommandInset ref
25709 LatexCommand ref
25710 reference "fig:Standard-footnote-placement"
25711
25712 \end_inset
25713
25714 .
25715  If the footnotes should only appear at the bottom of the right column,
25716  as in Figure
25717 \begin_inset space ~
25718 \end_inset
25719
25720
25721 \begin_inset CommandInset ref
25722 LatexCommand ref
25723 reference "fig:Footnote-placement-in"
25724
25725 \end_inset
25726
25727 , use the LaTeX-package 
25728 \series bold
25729 ftnright
25730 \series default
25731
25732 \begin_inset Index idx
25733 status collapsed
25734
25735 \begin_layout Plain Layout
25736 LaTeX-packages ! ftnright
25737 \end_layout
25738
25739 \end_inset
25740
25741  with this command in the document preamble:
25742 \end_layout
25743
25744 \begin_layout Standard
25745
25746 \series bold
25747
25748 \backslash
25749 usepackage{ftnright}
25750 \end_layout
25751
25752 \begin_layout Standard
25753 \begin_inset Float figure
25754 placement !h
25755 wide false
25756 sideways false
25757 status open
25758
25759 \begin_layout Plain Layout
25760 \begin_inset ERT
25761 status collapsed
25762
25763 \begin_layout Plain Layout
25764
25765
25766 \backslash
25767 framebox{
25768 \end_layout
25769
25770 \end_inset
25771
25772
25773 \begin_inset Graphics
25774         filename clipart/without_fntright.pdf
25775         width 100col%
25776         scaleBeforeRotation
25777
25778 \end_inset
25779
25780
25781 \begin_inset ERT
25782 status collapsed
25783
25784 \begin_layout Plain Layout
25785
25786 }
25787 \end_layout
25788
25789 \end_inset
25790
25791
25792 \end_layout
25793
25794 \begin_layout Plain Layout
25795 \begin_inset Caption
25796
25797 \begin_layout Plain Layout
25798 \begin_inset CommandInset label
25799 LatexCommand label
25800 name "fig:Standard-footnote-placement"
25801
25802 \end_inset
25803
25804 Standard footnote placement in two-column documents.
25805 \end_layout
25806
25807 \end_inset
25808
25809
25810 \end_layout
25811
25812 \end_inset
25813
25814
25815 \end_layout
25816
25817 \begin_layout Standard
25818 \begin_inset Float figure
25819 placement !h
25820 wide false
25821 sideways false
25822 status open
25823
25824 \begin_layout Plain Layout
25825 \begin_inset ERT
25826 status collapsed
25827
25828 \begin_layout Plain Layout
25829
25830
25831 \backslash
25832 framebox{
25833 \end_layout
25834
25835 \end_inset
25836
25837
25838 \begin_inset Graphics
25839         filename clipart/with_fntright.pdf
25840         width 100col%
25841         scaleBeforeRotation
25842
25843 \end_inset
25844
25845
25846 \begin_inset ERT
25847 status collapsed
25848
25849 \begin_layout Plain Layout
25850
25851 }
25852 \end_layout
25853
25854 \end_inset
25855
25856
25857 \end_layout
25858
25859 \begin_layout Plain Layout
25860 \begin_inset Caption
25861
25862 \begin_layout Plain Layout
25863 \begin_inset CommandInset label
25864 LatexCommand label
25865 name "fig:Footnote-placement-in"
25866
25867 \end_inset
25868
25869 Footnote placement in two-column documents when the LaTeX-package 
25870 \series bold
25871 ftnright
25872 \series default
25873  is used.
25874 \end_layout
25875
25876 \end_inset
25877
25878
25879 \end_layout
25880
25881 \end_inset
25882
25883
25884 \end_layout
25885
25886 \begin_layout Standard
25887 \begin_inset VSpace bigskip
25888 \end_inset
25889
25890 In some scientific literature it is usual to collect the footnotes and print
25891  them in a separate paragraph at the end of a section, as in Figure
25892 \begin_inset space ~
25893 \end_inset
25894
25895
25896 \begin_inset CommandInset ref
25897 LatexCommand ref
25898 reference "fig:Endnotes"
25899
25900 \end_inset
25901
25902 .
25903  They are then called 
25904 \begin_inset Quotes eld
25905 \end_inset
25906
25907 endnotes
25908 \begin_inset Quotes erd
25909 \end_inset
25910
25911 .
25912 \begin_inset Index idx
25913 status collapsed
25914
25915 \begin_layout Plain Layout
25916 Endnotes
25917 \end_layout
25918
25919 \end_inset
25920
25921  To use endnotes instead of footnotes in your document, load in the menu
25922  
25923 \family sans
25924 Document\SpecialChar \menuseparator
25925 Settings\SpecialChar \menuseparator
25926 Modules 
25927 \family default
25928 the module 
25929 \family sans
25930 Foot
25931 \begin_inset space ~
25932 \end_inset
25933
25934 to
25935 \begin_inset space ~
25936 \end_inset
25937
25938 End
25939 \family default
25940 .
25941  To insert the collected footnotes, insert the command
25942 \end_layout
25943
25944 \begin_layout Standard
25945
25946 \series bold
25947
25948 \backslash
25949 theendnotes
25950 \end_layout
25951
25952 \begin_layout Standard
25953 in TeX-Code at the end of a section or chapter.
25954 \end_layout
25955
25956 \begin_layout Standard
25957 \begin_inset Float figure
25958 wide false
25959 sideways false
25960 status open
25961
25962 \begin_layout Plain Layout
25963 \align center
25964 \begin_inset ERT
25965 status collapsed
25966
25967 \begin_layout Plain Layout
25968
25969
25970 \backslash
25971 framebox{
25972 \end_layout
25973
25974 \end_inset
25975
25976
25977 \begin_inset Graphics
25978         filename clipart/endnotes.pdf
25979         scaleBeforeRotation
25980
25981 \end_inset
25982
25983
25984 \begin_inset ERT
25985 status collapsed
25986
25987 \begin_layout Plain Layout
25988
25989 }
25990 \end_layout
25991
25992 \end_inset
25993
25994
25995 \end_layout
25996
25997 \begin_layout Plain Layout
25998 \begin_inset Caption
25999
26000 \begin_layout Plain Layout
26001 \begin_inset CommandInset label
26002 LatexCommand label
26003 name "fig:Endnotes"
26004
26005 \end_inset
26006
26007 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
26008  or chapters.
26009 \end_layout
26010
26011 \end_inset
26012
26013
26014 \end_layout
26015
26016 \end_inset
26017
26018
26019 \end_layout
26020
26021 \begin_layout Standard
26022 \begin_inset VSpace medskip
26023 \end_inset
26024
26025 The paragraph heading for the endnotes isn't automatically translated into
26026  the document language, this must be done manually.
26027  The following preamble command translates the default English 
26028 \begin_inset Quotes eld
26029 \end_inset
26030
26031 Notes
26032 \begin_inset Quotes erd
26033 \end_inset
26034
26035  into the German 
26036 \begin_inset Quotes eld
26037 \end_inset
26038
26039 Anmerkungen
26040 \begin_inset Quotes erd
26041 \end_inset
26042
26043 :
26044 \end_layout
26045
26046 \begin_layout Standard
26047
26048 \series bold
26049
26050 \backslash
26051 renewcommand{
26052 \backslash
26053 notesname}{Anmerkungen}
26054 \end_layout
26055
26056 \begin_layout Standard
26057 \begin_inset VSpace medskip
26058 \end_inset
26059
26060 The numbering of endnotes can be changed like the footnote numbering as
26061  described in section
26062 \begin_inset space ~
26063 \end_inset
26064
26065
26066 \begin_inset CommandInset ref
26067 LatexCommand ref
26068 reference "sub:Footnote-Numbering"
26069
26070 \end_inset
26071
26072 ; just replace the command 
26073 \series bold
26074
26075 \backslash
26076 thefootnote
26077 \series default
26078  by 
26079 \series bold
26080
26081 \backslash
26082 theendnote
26083 \series default
26084 .
26085  To reset the endnote number use the command 
26086 \series bold
26087
26088 \backslash
26089 @addtoreset
26090 \series default
26091  as described in section
26092 \begin_inset space ~
26093 \end_inset
26094
26095
26096 \begin_inset CommandInset ref
26097 LatexCommand ref
26098 reference "sub:Footnote-Numbering"
26099
26100 \end_inset
26101
26102  and replace the command parameter 
26103 \series bold
26104 footnote
26105 \series default
26106  by 
26107 \series bold
26108 endnote
26109 \series default
26110 .
26111 \end_layout
26112
26113 \begin_layout Standard
26114 For endnotes there is the command 
26115 \series bold
26116
26117 \backslash
26118 endnotemark[number]
26119 \series default
26120  similar to the command 
26121 \series bold
26122
26123 \backslash
26124 footnotemark
26125 \series default
26126 , that is described in section
26127 \begin_inset space ~
26128 \end_inset
26129
26130
26131 \begin_inset CommandInset ref
26132 LatexCommand ref
26133 reference "sec:Footnotes"
26134
26135 \end_inset
26136
26137 .
26138 \end_layout
26139
26140 \begin_layout Standard
26141 \begin_inset VSpace bigskip
26142 \end_inset
26143
26144 Footnotes can also be placed in the page margin and the footnote text alignment
26145  can be changed, see the LaTeX-package 
26146 \series bold
26147 footmisc
26148 \series default
26149
26150 \begin_inset Index idx
26151 status collapsed
26152
26153 \begin_layout Plain Layout
26154 LaTeX-packages ! footmisc
26155 \end_layout
26156
26157 \end_inset
26158
26159
26160 \begin_inset CommandInset citation
26161 LatexCommand cite
26162 key "footmisc"
26163
26164 \end_inset
26165
26166  for more information about this.
26167 \end_layout
26168
26169 \begin_layout Standard
26170 For various further footnote formatting issues have a look at LaTeX-books,
26171  
26172 \begin_inset CommandInset citation
26173 LatexCommand cite
26174 key "latexcompanion,latexguide,latexbook"
26175
26176 \end_inset
26177
26178 .
26179  If you are using a 
26180 \series bold
26181 KOMA-Script
26182 \series default
26183
26184 \begin_inset Index idx
26185 status collapsed
26186
26187 \begin_layout Plain Layout
26188 LaTeX-packages ! KOMA-Script
26189 \end_layout
26190
26191 \end_inset
26192
26193  document class, you can adjust all footnote settings using class-specific
26194  commands, see 
26195 \begin_inset CommandInset citation
26196 LatexCommand cite
26197 key "KOMA-Script"
26198
26199 \end_inset
26200
26201 .
26202 \end_layout
26203
26204 \begin_layout Section
26205 Margin Notes
26206 \begin_inset Index idx
26207 status collapsed
26208
26209 \begin_layout Plain Layout
26210 Notes ! Margin Notes
26211 \end_layout
26212
26213 \end_inset
26214
26215
26216 \end_layout
26217
26218 \begin_layout Standard
26219 Margin notes look and behave in LyX like footnotes.
26220  They are inserted via the menu 
26221 \family sans
26222 Insert\SpecialChar \menuseparator
26223 Marginal
26224 \begin_inset space ~
26225 \end_inset
26226
26227 Note
26228 \family default
26229  or the toolbar button 
26230 \begin_inset Graphics
26231         filename ../images/marginalnote-insert.png
26232         scale 85
26233         scaleBeforeRotation
26234
26235 \end_inset
26236
26237 .
26238  A grey 
26239 \family roman
26240 \series medium
26241 box with the
26242 \family default
26243 \series default
26244  red 
26245 \family roman
26246 \series medium
26247 label 
26248 \begin_inset Quotes eld
26249 \end_inset
26250
26251 margin
26252 \begin_inset Quotes erd
26253 \end_inset
26254
26255  appears where you can enter the text of the margin note.
26256 \end_layout
26257
26258 \begin_layout Standard
26259 At the side is an example margin note.
26260
26261 \family roman
26262 \series medium
26263  
26264 \begin_inset Marginal
26265 status open
26266
26267 \begin_layout Plain Layout
26268 This is a margin note.
26269 \end_layout
26270
26271 \end_inset
26272
26273
26274 \end_layout
26275
26276 \begin_layout Standard
26277 Margin notes appear at the right side in single-sided documents.
26278  In double-sided documents they appear in the outer margin â€“ left on even
26279  pages, right on odd pages.
26280  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
26281 d when the note appears in the left margin.
26282  The first line of the margin note is placed at the position of the text
26283  line where it is inserted in the document.
26284 \end_layout
26285
26286 \begin_layout Standard
26287 \begin_inset VSpace bigskip
26288 \end_inset
26289
26290 To place the margin note in the inner margin, add the command
26291 \end_layout
26292
26293 \begin_layout Standard
26294
26295 \series bold
26296
26297 \backslash
26298 reversemarginpar
26299 \end_layout
26300
26301 \begin_layout Standard
26302 in TeX-Code before a margin note.
26303  The new placement is valid for all subsequent margin notes.
26304  
26305 \begin_inset ERT
26306 status collapsed
26307
26308 \begin_layout Plain Layout
26309
26310
26311 \backslash
26312 reversemarginpar 
26313 \end_layout
26314
26315 \end_inset
26316
26317
26318 \begin_inset Marginal
26319 status open
26320
26321 \begin_layout Plain Layout
26322 This is a margin note in the inner margin.
26323 \end_layout
26324
26325 \end_inset
26326
26327
26328 \series bold
26329
26330 \begin_inset Newline newline
26331 \end_inset
26332
26333
26334 \series default
26335
26336 \begin_inset Note Greyedout
26337 status open
26338
26339 \begin_layout Plain Layout
26340
26341 \series bold
26342 Note:
26343 \series default
26344  There is often not enough space in the inner margin so that the notes are
26345  not correctly displayed in the output.
26346 \end_layout
26347
26348 \end_inset
26349
26350
26351 \end_layout
26352
26353 \begin_layout Standard
26354 To return to the default placement insert the command
26355 \end_layout
26356
26357 \begin_layout Standard
26358
26359 \series bold
26360
26361 \backslash
26362 normalmarginpar
26363 \end_layout
26364
26365 \begin_layout Standard
26366 in TeX-Code.
26367 \begin_inset ERT
26368 status collapsed
26369
26370 \begin_layout Plain Layout
26371
26372
26373 \backslash
26374 normalmarginpar 
26375 \end_layout
26376
26377 \end_inset
26378
26379  
26380 \begin_inset Note Greyedout
26381 status open
26382
26383 \begin_layout Plain Layout
26384
26385 \series bold
26386 Note:
26387 \series default
26388  The command is ignored when it is within a paragraph where also the command
26389  
26390 \series bold
26391
26392 \backslash
26393 reversemarginpar
26394 \series default
26395  is inserted.
26396 \end_layout
26397
26398 \end_inset
26399
26400
26401 \end_layout
26402
26403 \begin_layout Standard
26404 \begin_inset VSpace bigskip
26405 \end_inset
26406
26407
26408 \family roman
26409 \series medium
26410
26411 \begin_inset Marginal
26412 status open
26413
26414 \begin_layout Plain Layout
26415 AVeryLongMarginParWord that isn't hyphenated.
26416 \end_layout
26417
26418 \end_inset
26419
26420
26421 \family default
26422 \series default
26423  Similar to the case described in section
26424 \begin_inset space ~
26425 \end_inset
26426
26427
26428 \begin_inset CommandInset ref
26429 LatexCommand ref
26430 reference "sub:Multiple-Lines-in"
26431
26432 \end_inset
26433
26434 , long words cannot be hyphenated when they are the first word in a margin
26435  note.
26436  To avoid this, insert 0
26437 \begin_inset space \thinspace{}
26438 \end_inset
26439
26440 pt horizontal space before the word
26441 \family roman
26442 \series medium
26443 .
26444  
26445 \begin_inset Marginal
26446 status open
26447
26448 \begin_layout Plain Layout
26449 \begin_inset space \hspace*{}
26450 \length 0pt
26451 \end_inset
26452
26453 AVeryLongMarginParWord that is hyphenated.
26454 \end_layout
26455
26456 \end_inset
26457
26458
26459 \end_layout
26460
26461 \begin_layout Standard
26462 \begin_inset VSpace bigskip
26463 \end_inset
26464
26465
26466 \end_layout
26467
26468 \begin_layout Standard
26469 \begin_inset Note Greyedout
26470 status open
26471
26472 \begin_layout Plain Layout
26473
26474 \series bold
26475 Note:
26476 \series default
26477  Margin notes can normally not be used inside tables, floats, and footnotes.
26478 \end_layout
26479
26480 \end_inset
26481
26482
26483 \end_layout
26484
26485 \begin_layout Standard
26486 \begin_inset VSpace bigskip
26487 \end_inset
26488
26489
26490 \end_layout
26491
26492 \begin_layout Standard
26493 \begin_inset ERT
26494 status collapsed
26495
26496 \begin_layout Plain Layout
26497
26498
26499 \backslash
26500 ifmarginnote
26501 \end_layout
26502
26503 \end_inset
26504
26505
26506 \begin_inset Note Note
26507 status open
26508
26509 \begin_layout Plain Layout
26510 The following section will only be displayed when the LaTeX-package 
26511 \series bold
26512 marginnote
26513 \series default
26514  is installed.
26515 \end_layout
26516
26517 \end_inset
26518
26519
26520 \end_layout
26521
26522 \begin_layout Standard
26523 This restriction can be evaded by using the LaTeX-package 
26524 \series bold
26525 marginnote
26526 \series default
26527
26528 \begin_inset Index idx
26529 status collapsed
26530
26531 \begin_layout Plain Layout
26532 LaTeX-packages ! marginnote
26533 \end_layout
26534
26535 \end_inset
26536
26537 .
26538  By adding these two lines to your document preamble, the command used by
26539  LyX for margin notes is redefined to use the command provided by the 
26540 \series bold
26541 marginnote
26542 \series default
26543 -package:
26544 \end_layout
26545
26546 \begin_layout Standard
26547
26548 \series bold
26549
26550 \backslash
26551 usepackage{marginnote}
26552 \begin_inset Newline newline
26553 \end_inset
26554
26555
26556 \backslash
26557 let
26558 \backslash
26559 marginpar
26560 \backslash
26561 marginnote
26562 \end_layout
26563
26564 \begin_layout Standard
26565 This is also used in this document because 
26566 \series bold
26567 marginnote
26568 \series default
26569  has another useful feature: You can set a vertical offset for the note.
26570  This is often needed when too many margin notes are too close together
26571  or for a better page layout.
26572  The offset is set in LyX as TeX-Code directly after the margin note in
26573  the scheme
26574 \end_layout
26575
26576 \begin_layout Standard
26577
26578 \series bold
26579 [offset]
26580 \end_layout
26581
26582 \begin_layout Standard
26583 where the offset is a length with one of the units listed in Table
26584 \begin_inset space ~
26585 \end_inset
26586
26587
26588 \begin_inset CommandInset ref
26589 LatexCommand ref
26590 reference "tab:Units"
26591
26592 \end_inset
26593
26594 .
26595  A negative value shifts the note up, a positive value shifts it down.
26596  
26597 \family roman
26598 \series medium
26599 For example the margin note beside this text line is shifted up 1.5
26600 \begin_inset space \thinspace{}
26601 \end_inset
26602
26603 cm with the TeX-Code-command 
26604 \begin_inset Quotes eld
26605 \end_inset
26606
26607
26608 \family default
26609 \series bold
26610 [-1.5cm]
26611 \family roman
26612 \series medium
26613
26614 \begin_inset Quotes erd
26615 \end_inset
26616
26617
26618 \begin_inset Marginal
26619 status open
26620
26621 \begin_layout Plain Layout
26622 This margin note is shifted up 1.5
26623 \begin_inset space \thinspace{}
26624 \end_inset
26625
26626 cm from its original position.
26627 \end_layout
26628
26629 \end_inset
26630
26631
26632 \family default
26633 \series default
26634
26635 \begin_inset ERT
26636 status collapsed
26637
26638 \begin_layout Plain Layout
26639
26640 [-1.5cm]
26641 \end_layout
26642
26643 \end_inset
26644
26645
26646 \end_layout
26647
26648 \begin_layout Standard
26649 \begin_inset VSpace medskip
26650 \end_inset
26651
26652 With 
26653 \series bold
26654 marginnote
26655 \series default
26656  you can also change the alignment of the text in the margin note.
26657  For example the commands
26658 \end_layout
26659
26660 \begin_layout Standard
26661
26662 \series bold
26663
26664 \backslash
26665 renewcommand*{
26666 \backslash
26667 raggedleftmarginnote}{
26668 \backslash
26669 centering}
26670 \begin_inset Newline newline
26671 \end_inset
26672
26673
26674 \backslash
26675 renewcommand*{
26676 \backslash
26677 raggedrightmarginnote}{
26678 \backslash
26679 centering}
26680 \end_layout
26681
26682 \begin_layout Standard
26683 set the alignment to centered.
26684  
26685 \series bold
26686
26687 \backslash
26688 raggedleftmarginnote
26689 \series default
26690  denotes margin notes that appear at the left side.
26691 \family roman
26692 \series medium
26693
26694 \begin_inset ERT
26695 status collapsed
26696
26697 \begin_layout Plain Layout
26698
26699
26700 \backslash
26701 renewcommand*{
26702 \backslash
26703 raggedleftmarginnote}{
26704 \backslash
26705 centering}
26706 \end_layout
26707
26708 \begin_layout Plain Layout
26709
26710
26711 \backslash
26712 renewcommand*{
26713 \backslash
26714 raggedrightmarginnote}{
26715 \backslash
26716 centering}
26717 \end_layout
26718
26719 \end_inset
26720
26721
26722 \begin_inset Marginal
26723 status open
26724
26725 \begin_layout Plain Layout
26726 The text of this margin note is centered.
26727 \end_layout
26728
26729 \end_inset
26730
26731
26732 \family default
26733 \series default
26734  The default is
26735 \end_layout
26736
26737 \begin_layout Standard
26738
26739 \series bold
26740
26741 \backslash
26742 renewcommand*{
26743 \backslash
26744 raggedleftmarginnote}{
26745 \backslash
26746 raggedleft}
26747 \begin_inset Newline newline
26748 \end_inset
26749
26750
26751 \backslash
26752 renewcommand*{
26753 \backslash
26754 raggedrightmarginnote}{
26755 \backslash
26756 raggedright}
26757 \family roman
26758 \series medium
26759
26760 \begin_inset ERT
26761 status collapsed
26762
26763 \begin_layout Plain Layout
26764
26765
26766 \backslash
26767 renewcommand*{
26768 \backslash
26769 raggedleftmarginnote}{
26770 \backslash
26771 raggedleft}
26772 \end_layout
26773
26774 \begin_layout Plain Layout
26775
26776
26777 \backslash
26778 renewcommand*{
26779 \backslash
26780 raggedrightmarginnote}{
26781 \backslash
26782 raggedright}
26783 \end_layout
26784
26785 \end_inset
26786
26787
26788 \end_layout
26789
26790 \begin_layout Standard
26791 \begin_inset VSpace medskip
26792 \end_inset
26793
26794 For the other features of 
26795 \series bold
26796 marginnote
26797 \series default
26798  refer to its documentation 
26799 \begin_inset CommandInset citation
26800 LatexCommand cite
26801 key "marginnote"
26802
26803 \end_inset
26804
26805 .
26806 \end_layout
26807
26808 \begin_layout Standard
26809 \begin_inset VSpace bigskip
26810 \end_inset
26811
26812 You can adjust the layout of margin notes by changing its definition.
26813  To create for example a header for all margin notes with the underlined,
26814  sans-serif, and bold header text 
26815 \begin_inset Quotes eld
26816 \end_inset
26817
26818
26819 \family sans
26820 \series bold
26821 \bar under
26822 Attention!
26823 \family default
26824 \series default
26825 \bar default
26826
26827 \begin_inset Quotes erd
26828 \end_inset
26829
26830 , add this to your document preamble:
26831 \end_layout
26832
26833 \begin_layout Standard
26834
26835 \series bold
26836
26837 \backslash
26838 let
26839 \backslash
26840 myMarginpar
26841 \backslash
26842 marginpar
26843 \begin_inset Newline newline
26844 \end_inset
26845
26846
26847 \backslash
26848 renewcommand{
26849 \backslash
26850 marginpar}[1]{
26851 \backslash
26852 myMarginpar{%
26853 \begin_inset Newline newline
26854 \end_inset
26855
26856
26857 \begin_inset Phantom HPhantom
26858 status open
26859
26860 \begin_layout Plain Layout
26861
26862 \series bold
26863 \begin_inset space ~
26864 \end_inset
26865
26866
26867 \end_layout
26868
26869 \end_inset
26870
26871
26872 \backslash
26873 hspace{0pt}
26874 \backslash
26875 textsf{
26876 \backslash
26877 textbf{
26878 \backslash
26879 underbar{Attention!}}}%
26880 \begin_inset Newline newline
26881 \end_inset
26882
26883
26884 \begin_inset Phantom HPhantom
26885 status open
26886
26887 \begin_layout Plain Layout
26888
26889 \series bold
26890 \begin_inset space ~
26891 \end_inset
26892
26893
26894 \end_layout
26895
26896 \end_inset
26897
26898
26899 \backslash
26900 vspace{1.5mm}
26901 \backslash
26902
26903 \backslash
26904 #1}}
26905 \end_layout
26906
26907 \begin_layout Standard
26908
26909 \family roman
26910 \series medium
26911 \begin_inset ERT
26912 status collapsed
26913
26914 \begin_layout Plain Layout
26915
26916
26917 \backslash
26918 let
26919 \backslash
26920 myMarginpar
26921 \backslash
26922 marginpar
26923 \end_layout
26924
26925 \begin_layout Plain Layout
26926
26927
26928 \backslash
26929 renewcommand{
26930 \backslash
26931 marginpar}[1]{
26932 \backslash
26933 myMarginpar{%
26934 \end_layout
26935
26936 \begin_layout Plain Layout
26937
26938    
26939 \backslash
26940 textsf{
26941 \backslash
26942 textbf{
26943 \backslash
26944 underbar{Attention!}}}%
26945 \end_layout
26946
26947 \begin_layout Plain Layout
26948
26949    
26950 \backslash
26951 vspace{1.5mm}
26952 \backslash
26953
26954 \backslash
26955 #1}}
26956 \end_layout
26957
26958 \end_inset
26959
26960
26961 \begin_inset Marginal
26962 status open
26963
26964 \begin_layout Plain Layout
26965 This is a margin note with a defined heading.
26966 \end_layout
26967
26968 \end_inset
26969
26970
26971 \family default
26972 \series default
26973
26974 \begin_inset ERT
26975 status collapsed
26976
26977 \begin_layout Plain Layout
26978
26979 [-1.5cm]
26980 \end_layout
26981
26982 \end_inset
26983
26984
26985 \family roman
26986 \series medium
26987
26988 \begin_inset ERT
26989 status collapsed
26990
26991 \begin_layout Plain Layout
26992
26993
26994 \backslash
26995 renewcommand{
26996 \backslash
26997 marginpar}[1]{
26998 \backslash
26999 myMarginpar{#1}}
27000 \end_layout
27001
27002 \end_inset
27003
27004
27005 \family default
27006 \series default
27007
27008 \begin_inset Note Note
27009 status collapsed
27010
27011 \begin_layout Plain Layout
27012 The margin note format is changed only for this example.
27013 \end_layout
27014
27015 \end_inset
27016
27017
27018 \end_layout
27019
27020 \begin_layout Standard
27021 \begin_inset ERT
27022 status collapsed
27023
27024 \begin_layout Plain Layout
27025
27026
27027 \backslash
27028 else
27029 \end_layout
27030
27031 \end_inset
27032
27033
27034 \begin_inset Note Note
27035 status open
27036
27037 \begin_layout Plain Layout
27038 The following will be displayed when the LaTeX-package 
27039 \series bold
27040 marginnote
27041 \series default
27042  is not installed:
27043 \end_layout
27044
27045 \end_inset
27046
27047
27048 \end_layout
27049
27050 \begin_layout Standard
27051 You need to install the LaTeX-package 
27052 \series bold
27053 marginnote
27054 \series default
27055  to see the following part of this section in the output.
27056 \end_layout
27057
27058 \begin_layout Standard
27059 \begin_inset ERT
27060 status collapsed
27061
27062 \begin_layout Plain Layout
27063
27064
27065 \backslash
27066 fi
27067 \end_layout
27068
27069 \end_inset
27070
27071
27072 \end_layout
27073
27074 \begin_layout Chapter
27075 Boxes
27076 \end_layout
27077
27078 \begin_layout Section
27079 Introduction
27080 \begin_inset Index idx
27081 status collapsed
27082
27083 \begin_layout Plain Layout
27084 Boxes ! Introduction
27085 \end_layout
27086
27087 \end_inset
27088
27089
27090 \end_layout
27091
27092 \begin_layout Standard
27093 Boxes are used to format a block of text.
27094  Boxes can be used to write documents with multiple languages, see section
27095 \begin_inset space ~
27096 \end_inset
27097
27098
27099 \begin_inset CommandInset ref
27100 LatexCommand ref
27101 reference "sec:Minipages"
27102
27103 \end_inset
27104
27105 , to frame texts, see section
27106 \begin_inset space ~
27107 \end_inset
27108
27109
27110 \begin_inset CommandInset ref
27111 LatexCommand ref
27112 reference "sec:Decoration"
27113
27114 \end_inset
27115
27116 , to prevent words from being hyphenated, see section
27117 \begin_inset space ~
27118 \end_inset
27119
27120
27121 \begin_inset CommandInset ref
27122 LatexCommand ref
27123 reference "sec:Prevent-Hyphenation"
27124
27125 \end_inset
27126
27127 , to align text, see section
27128 \begin_inset space ~
27129 \end_inset
27130
27131
27132 \begin_inset CommandInset ref
27133 LatexCommand ref
27134 reference "sub:Vertical-Alignment"
27135
27136 \end_inset
27137
27138 , or to set the background color of texts, see section
27139 \begin_inset space ~
27140 \end_inset
27141
27142
27143 \begin_inset CommandInset ref
27144 LatexCommand ref
27145 reference "sec:Colored-Boxes"
27146
27147 \end_inset
27148
27149 .
27150 \end_layout
27151
27152 \begin_layout Standard
27153 Boxes can be inserted with the menu 
27154 \family sans
27155 Insert\SpecialChar \menuseparator
27156 Box
27157 \family default
27158  or the toolbar button 
27159 \begin_inset Graphics
27160         filename ../images/box-insert.png
27161         scale 85
27162         scaleBeforeRotation
27163
27164 \end_inset
27165
27166 .
27167  A grey box with the label 
27168 \family sans
27169 Box (Minipage)
27170 \family default
27171
27172 \begin_inset Graphics
27173         filename clipart/BoxInsetDefaultQt4.png
27174         scale 85
27175         scaleBeforeRotation
27176
27177 \end_inset
27178
27179  will be inserted.
27180  The box type can be specified by right-clicking on the box and selecting
27181  
27182 \family sans
27183 Settings
27184 \family default
27185 .
27186  The box dialog offers the 
27187 \family sans
27188 Inner
27189 \begin_inset space ~
27190 \end_inset
27191
27192 Box
27193 \family default
27194  types 
27195 \family sans
27196 Makebox
27197 \family default
27198
27199 \family sans
27200 Parbox
27201 \family default
27202  and 
27203 \family sans
27204 Minipage
27205 \family default
27206 .
27207  The type 
27208 \family sans
27209 Minipage
27210 \family default
27211  is the default for new boxes and is explained in section
27212 \begin_inset space ~
27213 \end_inset
27214
27215
27216 \begin_inset CommandInset ref
27217 LatexCommand ref
27218 reference "sec:Minipages"
27219
27220 \end_inset
27221
27222 ; the type 
27223 \family sans
27224 Parbox
27225 \family default
27226  is described in section
27227 \begin_inset space ~
27228 \end_inset
27229
27230
27231 \begin_inset CommandInset ref
27232 LatexCommand ref
27233 reference "sec:Parboxes"
27234
27235 \end_inset
27236
27237  and the type 
27238 \family sans
27239 Makebox
27240 \family default
27241  in 
27242 \begin_inset CommandInset ref
27243 LatexCommand ref
27244 reference "sec:Prevent-Hyphenation"
27245
27246 \end_inset
27247
27248 .
27249 \end_layout
27250
27251 \begin_layout Standard
27252 Boxes are not numbered and can therefore not be referenced like floats or
27253  footnotes.
27254 \end_layout
27255
27256 \begin_layout Standard
27257 \begin_inset Note Greyedout
27258 status open
27259
27260 \begin_layout Plain Layout
27261
27262 \series bold
27263 Note:
27264 \series default
27265  Boxes must not be the item in an 
27266 \family sans
27267 Itemize
27268 \family default
27269  or 
27270 \family sans
27271 Description
27272 \family default
27273  environment.
27274 \end_layout
27275
27276 \end_inset
27277
27278
27279 \end_layout
27280
27281 \begin_layout Standard
27282 \begin_inset Note Greyedout
27283 status open
27284
27285 \begin_layout Plain Layout
27286
27287 \series bold
27288 Note:
27289 \series default
27290  For an unknown reason you can only set the 
27291 \family sans
27292 Inner
27293 \begin_inset space ~
27294 \end_inset
27295
27296 Box
27297 \family default
27298  type to 
27299 \family sans
27300 None
27301 \family default
27302  when you use a framed box.
27303  Boxes without an 
27304 \family sans
27305 Inner
27306 \begin_inset space ~
27307 \end_inset
27308
27309 Box
27310 \family default
27311  type and without frames are explained in section
27312 \begin_inset space ~
27313 \end_inset
27314
27315
27316 \begin_inset CommandInset ref
27317 LatexCommand ref
27318 reference "sec:Prevent-Hyphenation"
27319
27320 \end_inset
27321
27322 .
27323 \end_layout
27324
27325 \end_inset
27326
27327
27328 \end_layout
27329
27330 \begin_layout Section
27331 Box Dialog
27332 \begin_inset CommandInset label
27333 LatexCommand label
27334 name "sec:Box-Dialog"
27335
27336 \end_inset
27337
27338
27339 \begin_inset Index idx
27340 status collapsed
27341
27342 \begin_layout Plain Layout
27343 Boxes ! Box Dialog
27344 \end_layout
27345
27346 \end_inset
27347
27348
27349 \end_layout
27350
27351 \begin_layout Subsection
27352 Size
27353 \begin_inset Index idx
27354 status collapsed
27355
27356 \begin_layout Plain Layout
27357 Boxes ! Size
27358 \end_layout
27359
27360 \end_inset
27361
27362
27363 \end_layout
27364
27365 \begin_layout Standard
27366 In the box dialog you can adjust the box geometry in the fields 
27367 \family sans
27368 Width
27369 \family default
27370  and 
27371 \family sans
27372 Height
27373 \family default
27374 .
27375  The available units for the geometry are explained in Table
27376 \begin_inset space ~
27377 \end_inset
27378
27379
27380 \begin_inset CommandInset ref
27381 LatexCommand ref
27382 reference "tab:Units"
27383
27384 \end_inset
27385
27386 .
27387  The field 
27388 \family sans
27389 Height
27390 \family default
27391  offers the following additional sizes:
27392 \end_layout
27393
27394 \begin_layout Description
27395 Depth This is the plain text 
27396 \begin_inset Quotes eld
27397 \end_inset
27398
27399 height
27400 \begin_inset Quotes erd
27401 \end_inset
27402
27403 .
27404  It ignores the total depth when there are multiple text lines in the box:
27405 \begin_inset Newline newline
27406 \end_inset
27407
27408
27409 \begin_inset Newline newline
27410 \end_inset
27411
27412
27413 \begin_inset Newline newline
27414 \end_inset
27415
27416
27417 \begin_inset Box Boxed
27418 position "c"
27419 hor_pos "c"
27420 has_inner_box 1
27421 inner_pos "c"
27422 use_parbox 0
27423 use_makebox 0
27424 width "12col%"
27425 special "none"
27426 height "1in"
27427 height_special "depth"
27428 status collapsed
27429
27430 \begin_layout Plain Layout
27431 \align center
27432 Box height set to 1
27433 \begin_inset space \thinspace{}
27434 \end_inset
27435
27436 Depth
27437 \end_layout
27438
27439 \end_inset
27440
27441
27442 \begin_inset Newline newline
27443 \end_inset
27444
27445
27446 \begin_inset Newline newline
27447 \end_inset
27448
27449
27450 \end_layout
27451
27452 \begin_layout Description
27453 Height This is the height of the text that is inside the box.
27454  A value of e.
27455 \begin_inset space \thinspace{}
27456 \end_inset
27457
27458 g.
27459 \begin_inset space \space{}
27460 \end_inset
27461
27462 2 for this size will set the box height to 2
27463 \begin_inset space ~
27464 \end_inset
27465
27466 times the text height: 
27467 \begin_inset Box Boxed
27468 position "c"
27469 hor_pos "c"
27470 has_inner_box 1
27471 inner_pos "c"
27472 use_parbox 0
27473 use_makebox 0
27474 width "20col%"
27475 special "none"
27476 height "2in"
27477 height_special "height"
27478 status collapsed
27479
27480 \begin_layout Plain Layout
27481 \align center
27482 Box height set to 2
27483 \begin_inset space \thinspace{}
27484 \end_inset
27485
27486 Height
27487 \end_layout
27488
27489 \end_inset
27490
27491
27492 \end_layout
27493
27494 \begin_layout Description
27495 Total
27496 \begin_inset space ~
27497 \end_inset
27498
27499 Height This is the Height
27500 \begin_inset space \thinspace{}
27501 \end_inset
27502
27503 +
27504 \begin_inset space \thinspace{}
27505 \end_inset
27506
27507 Depth: 
27508 \begin_inset Box Boxed
27509 position "c"
27510 hor_pos "c"
27511 has_inner_box 1
27512 inner_pos "c"
27513 use_parbox 0
27514 use_makebox 0
27515 width "20col%"
27516 special "none"
27517 height "1in"
27518 height_special "totalheight"
27519 status collapsed
27520
27521 \begin_layout Plain Layout
27522 \align center
27523 Box height set to 1
27524 \begin_inset space \thinspace{}
27525 \end_inset
27526
27527 Total
27528 \begin_inset space ~
27529 \end_inset
27530
27531 Height
27532 \end_layout
27533
27534 \end_inset
27535
27536
27537 \end_layout
27538
27539 \begin_layout Description
27540 Width This sets the width of the box as height: 
27541 \begin_inset Box Boxed
27542 position "c"
27543 hor_pos "c"
27544 has_inner_box 1
27545 inner_pos "c"
27546 use_parbox 0
27547 use_makebox 0
27548 width "12col%"
27549 special "none"
27550 height "1in"
27551 height_special "width"
27552 status collapsed
27553
27554 \begin_layout Plain Layout
27555 \align center
27556 Box height set to 1
27557 \begin_inset space \thinspace{}
27558 \end_inset
27559
27560 Width
27561 \end_layout
27562
27563 \end_inset
27564
27565
27566 \end_layout
27567
27568 \begin_layout Subsection
27569 Alignment
27570 \begin_inset Index idx
27571 status collapsed
27572
27573 \begin_layout Plain Layout
27574 Boxes ! Alignment
27575 \end_layout
27576
27577 \end_inset
27578
27579
27580 \end_layout
27581
27582 \begin_layout Standard
27583 When you have chosen an 
27584 \family sans
27585 Inner
27586 \begin_inset space ~
27587 \end_inset
27588
27589 Box
27590 \family default
27591 , the vertical box alignment can be:
27592 \end_layout
27593
27594 \begin_layout Description
27595 Top This is an example text line.
27596  
27597 \begin_inset Box Boxed
27598 position "t"
27599 hor_pos "c"
27600 has_inner_box 1
27601 inner_pos "c"
27602 use_parbox 0
27603 use_makebox 0
27604 width "12col%"
27605 special "none"
27606 height "1in"
27607 height_special "totalheight"
27608 status collapsed
27609
27610 \begin_layout Plain Layout
27611 \align center
27612 This box is top-aligned.
27613 \end_layout
27614
27615 \end_inset
27616
27617  This is an example text line.
27618 \end_layout
27619
27620 \begin_layout Description
27621 Middle This is an example text line.
27622  
27623 \begin_inset Box Boxed
27624 position "c"
27625 hor_pos "c"
27626 has_inner_box 1
27627 inner_pos "c"
27628 use_parbox 0
27629 use_makebox 0
27630 width "12col%"
27631 special "none"
27632 height "1in"
27633 height_special "totalheight"
27634 status collapsed
27635
27636 \begin_layout Plain Layout
27637 \align center
27638 This box is middle-aligned.
27639 \end_layout
27640
27641 \end_inset
27642
27643  This is an example text line.
27644 \end_layout
27645
27646 \begin_layout Description
27647 Bottom This is an example text line.
27648  
27649 \begin_inset Box Boxed
27650 position "b"
27651 hor_pos "c"
27652 has_inner_box 1
27653 inner_pos "c"
27654 use_parbox 0
27655 use_makebox 0
27656 width "12col%"
27657 special "none"
27658 height "1in"
27659 height_special "totalheight"
27660 status collapsed
27661
27662 \begin_layout Plain Layout
27663 \align center
27664 This box is bottom-aligned.
27665 \end_layout
27666
27667 \end_inset
27668
27669  This is an example text line.
27670 \end_layout
27671
27672 \begin_layout Standard
27673 \begin_inset Note Greyedout
27674 status open
27675
27676 \begin_layout Plain Layout
27677
27678 \series bold
27679 Note:
27680 \series default
27681  The vertical box alignment can be lost in the output when you have two
27682  boxes in a line and one has e.
27683 \begin_inset space \thinspace{}
27684 \end_inset
27685
27686 g.
27687 \begin_inset space \space{}
27688 \end_inset
27689
27690 a shadow and the other one not.
27691 \end_layout
27692
27693 \end_inset
27694
27695
27696 \end_layout
27697
27698 \begin_layout Standard
27699 The horizontal box alignment can be set via LyX's paragraph dialog when
27700  you set the box into its own paragraph.
27701 \end_layout
27702
27703 \begin_layout Standard
27704 \begin_inset VSpace bigskip
27705 \end_inset
27706
27707 When you have chosen an 
27708 \family sans
27709 Inner
27710 \begin_inset space ~
27711 \end_inset
27712
27713 Box
27714 \family default
27715 , the box content can be aligned vertically to:
27716 \end_layout
27717
27718 \begin_layout Description
27719 top This is an example text line.
27720  
27721 \begin_inset Box Boxed
27722 position "c"
27723 hor_pos "c"
27724 has_inner_box 1
27725 inner_pos "t"
27726 use_parbox 0
27727 use_makebox 0
27728 width "12col%"
27729 special "none"
27730 height "1.5in"
27731 height_special "totalheight"
27732 status collapsed
27733
27734 \begin_layout Plain Layout
27735 \align center
27736 This box text is top-aligned.
27737 \end_layout
27738
27739 \end_inset
27740
27741  This is an example text line.
27742 \end_layout
27743
27744 \begin_layout Description
27745 middle This is an example text line.
27746  
27747 \begin_inset Box Boxed
27748 position "c"
27749 hor_pos "c"
27750 has_inner_box 1
27751 inner_pos "c"
27752 use_parbox 0
27753 use_makebox 0
27754 width "12col%"
27755 special "none"
27756 height "1.5in"
27757 height_special "totalheight"
27758 status collapsed
27759
27760 \begin_layout Plain Layout
27761 \align center
27762 This box text is middle-aligned.
27763 \end_layout
27764
27765 \end_inset
27766
27767  This is an example text line.
27768 \end_layout
27769
27770 \begin_layout Description
27771 bottom This is an example text line.
27772  
27773 \begin_inset Box Boxed
27774 position "c"
27775 hor_pos "c"
27776 has_inner_box 1
27777 inner_pos "b"
27778 use_parbox 0
27779 use_makebox 0
27780 width "12col%"
27781 special "none"
27782 height "1.5in"
27783 height_special "totalheight"
27784 status collapsed
27785
27786 \begin_layout Plain Layout
27787 \align center
27788 This box text is bottom-aligned.
27789 \end_layout
27790
27791 \end_inset
27792
27793  This is an example text line.
27794 \end_layout
27795
27796 \begin_layout Description
27797 stretch This is an example text line.
27798  
27799 \begin_inset Box Boxed
27800 position "c"
27801 hor_pos "c"
27802 has_inner_box 1
27803 inner_pos "s"
27804 use_parbox 0
27805 use_makebox 0
27806 width "12col%"
27807 special "none"
27808 height "1.5in"
27809 height_special "totalheight"
27810 status collapsed
27811
27812 \begin_layout Plain Layout
27813 \align center
27814 This box
27815 \end_layout
27816
27817 \begin_layout Plain Layout
27818 \align center
27819 text is
27820 \end_layout
27821
27822 \begin_layout Plain Layout
27823 \align center
27824 stretched.
27825 \end_layout
27826
27827 \end_inset
27828
27829  This is an example text line.
27830 \end_layout
27831
27832 \begin_layout Standard
27833 To stretch the box content, it must consist of more than one paragraph.
27834  In the example above every text line is in an own paragraph.
27835 \end_layout
27836
27837 \begin_layout Standard
27838 \begin_inset VSpace bigskip
27839 \end_inset
27840
27841 To align the box content horizontally you can use LyX's paragraph dialog
27842  when you have chosen an 
27843 \family sans
27844 Inner
27845 \begin_inset space ~
27846 \end_inset
27847
27848 Box
27849 \family default
27850 .
27851 \end_layout
27852
27853 \begin_layout Standard
27854 \align center
27855 \begin_inset Box Boxed
27856 position "c"
27857 hor_pos "c"
27858 has_inner_box 1
27859 inner_pos "s"
27860 use_parbox 0
27861 use_makebox 0
27862 width "15col%"
27863 special "none"
27864 height "1.25in"
27865 height_special "totalheight"
27866 status collapsed
27867
27868 \begin_layout Plain Layout
27869 \align left
27870 This box
27871 \end_layout
27872
27873 \begin_layout Plain Layout
27874 \align center
27875 text is
27876 \end_layout
27877
27878 \begin_layout Plain Layout
27879 \align right
27880 stretched.
27881 \end_layout
27882
27883 \end_inset
27884
27885
27886 \end_layout
27887
27888 \begin_layout Standard
27889 If you have not set an 
27890 \family sans
27891 Inner
27892 \begin_inset space ~
27893 \end_inset
27894
27895 Box
27896 \family default
27897 , you can align the box content horizontally in the box dialog.
27898 \end_layout
27899
27900 \begin_layout Standard
27901 \align center
27902 \begin_inset Box Boxed
27903 position "c"
27904 hor_pos "s"
27905 has_inner_box 0
27906 inner_pos "s"
27907 use_parbox 0
27908 use_makebox 0
27909 width "90col%"
27910 special "none"
27911 height "1.25in"
27912 height_special "totalheight"
27913 status collapsed
27914
27915 \begin_layout Plain Layout
27916 This box text is horizontally stretched.
27917 \end_layout
27918
27919 \end_inset
27920
27921
27922 \end_layout
27923
27924 \begin_layout Subsection
27925 Decoration
27926 \begin_inset CommandInset label
27927 LatexCommand label
27928 name "sec:Decoration"
27929
27930 \end_inset
27931
27932
27933 \begin_inset Index idx
27934 status collapsed
27935
27936 \begin_layout Plain Layout
27937 Boxes ! Decoration
27938 \end_layout
27939
27940 \end_inset
27941
27942
27943 \end_layout
27944
27945 \begin_layout Standard
27946 The type of the box can be specified in the box dialog in the drop-down
27947  list 
27948 \family sans
27949 Decoration
27950 \family default
27951 .
27952  The following types are possible:
27953 \end_layout
27954
27955 \begin_layout Description
27956 No
27957 \begin_inset space ~
27958 \end_inset
27959
27960 frame Nothing is drawn.
27961 \end_layout
27962
27963 \begin_layout Description
27964 Simple
27965 \begin_inset space ~
27966 \end_inset
27967
27968 rectangular
27969 \begin_inset space ~
27970 \end_inset
27971
27972 frame This draws a rectangular frame around the box.
27973  The frame line thickness has the size of 
27974 \series bold
27975
27976 \backslash
27977 fboxrule
27978 \series default
27979 .
27980  
27981 \begin_inset Box Boxed
27982 position "c"
27983 hor_pos "c"
27984 has_inner_box 1
27985 inner_pos "c"
27986 use_parbox 0
27987 use_makebox 0
27988 width "20col%"
27989 special "none"
27990 height "1in"
27991 height_special "totalheight"
27992 status collapsed
27993
27994 \begin_layout Plain Layout
27995 \align center
27996 Rectangular box
27997 \end_layout
27998
27999 \end_inset
28000
28001
28002 \end_layout
28003
28004 \begin_layout Description
28005 Oval
28006 \begin_inset space ~
28007 \end_inset
28008
28009 box,
28010 \begin_inset space ~
28011 \end_inset
28012
28013 thin This draws an oval frame around the box.
28014  The frame line thickness has the size 0.4
28015 \begin_inset space \thinspace{}
28016 \end_inset
28017
28018 pt.
28019  
28020 \begin_inset Box ovalbox
28021 position "c"
28022 hor_pos "c"
28023 has_inner_box 1
28024 inner_pos "c"
28025 use_parbox 0
28026 use_makebox 0
28027 width "20col%"
28028 special "none"
28029 height "1in"
28030 height_special "totalheight"
28031 status collapsed
28032
28033 \begin_layout Plain Layout
28034 \align center
28035 Oval box, thin
28036 \end_layout
28037
28038 \end_inset
28039
28040
28041 \end_layout
28042
28043 \begin_layout Description
28044 Oval
28045 \begin_inset space ~
28046 \end_inset
28047
28048 box,
28049 \begin_inset space ~
28050 \end_inset
28051
28052 thick This draws an oval frame around the box.
28053  The frame line thickness has the size 0.8
28054 \begin_inset space \thinspace{}
28055 \end_inset
28056
28057 pt.
28058  
28059 \begin_inset Box Ovalbox
28060 position "c"
28061 hor_pos "c"
28062 has_inner_box 1
28063 inner_pos "c"
28064 use_parbox 0
28065 use_makebox 0
28066 width "20col%"
28067 special "none"
28068 height "1in"
28069 height_special "totalheight"
28070 status collapsed
28071
28072 \begin_layout Plain Layout
28073 \align center
28074 Oval box, thick
28075 \end_layout
28076
28077 \end_inset
28078
28079
28080 \end_layout
28081
28082 \begin_layout Description
28083 Drop
28084 \begin_inset space ~
28085 \end_inset
28086
28087 shadow This draws a rectangular frame with a shadow around the box.
28088  The frame line thickness has the size of 
28089 \series bold
28090
28091 \backslash
28092 fboxrule
28093 \series default
28094 , the shadow has a width of 4
28095 \begin_inset space \thinspace{}
28096 \end_inset
28097
28098 pt.
28099  
28100 \begin_inset Box Shadowbox
28101 position "c"
28102 hor_pos "c"
28103 has_inner_box 1
28104 inner_pos "c"
28105 use_parbox 0
28106 use_makebox 0
28107 width "20col%"
28108 special "none"
28109 height "1in"
28110 height_special "totalheight"
28111 status collapsed
28112
28113 \begin_layout Plain Layout
28114 \align center
28115 Shadow box
28116 \end_layout
28117
28118 \end_inset
28119
28120
28121 \end_layout
28122
28123 \begin_layout Description
28124 Shaded
28125 \begin_inset space ~
28126 \end_inset
28127
28128 background This draws a box with a red background.
28129  Unlike colored boxes
28130 \begin_inset Foot
28131 status collapsed
28132
28133 \begin_layout Plain Layout
28134 see sec.
28135 \begin_inset space \thinspace{}
28136 \end_inset
28137
28138
28139 \begin_inset CommandInset ref
28140 LatexCommand ref
28141 reference "sec:Colored-Boxes"
28142
28143 \end_inset
28144
28145
28146 \end_layout
28147
28148 \end_inset
28149
28150 , it always uses the whole column width and the box is set as its own paragraph.
28151  
28152 \begin_inset Box Shaded
28153 position "t"
28154 hor_pos "c"
28155 has_inner_box 0
28156 inner_pos "t"
28157 use_parbox 0
28158 use_makebox 0
28159 width "50col%"
28160 special "none"
28161 height "1in"
28162 height_special "totalheight"
28163 status collapsed
28164
28165 \begin_layout Plain Layout
28166 Shaded background box
28167 \end_layout
28168
28169 \end_inset
28170
28171
28172 \end_layout
28173
28174 \begin_layout Description
28175 Double
28176 \begin_inset space ~
28177 \end_inset
28178
28179 rectangular
28180 \begin_inset space ~
28181 \end_inset
28182
28183 frame This draws a double-line rectangular frame around the box.
28184  The line thickness of the inner frame is 0.75
28185 \begin_inset space \thinspace{}
28186 \end_inset
28187
28188
28189 \series bold
28190
28191 \backslash
28192 fboxrule
28193 \series default
28194 , the thickness of the outer frame is 1.5
28195 \begin_inset space \thinspace{}
28196 \end_inset
28197
28198
28199 \series bold
28200
28201 \backslash
28202 fboxrule
28203 \series default
28204 .
28205  The distance between the lines is 1.5
28206 \begin_inset space \thinspace{}
28207 \end_inset
28208
28209
28210 \series bold
28211
28212 \backslash
28213 fboxrule
28214 \series default
28215
28216 \begin_inset space \thinspace{}
28217 \end_inset
28218
28219 +
28220 \begin_inset space \thinspace{}
28221 \end_inset
28222
28223 0.5
28224 \begin_inset space \thinspace{}
28225 \end_inset
28226
28227 pt.
28228  
28229 \begin_inset Box Doublebox
28230 position "c"
28231 hor_pos "c"
28232 has_inner_box 1
28233 inner_pos "c"
28234 use_parbox 0
28235 use_makebox 0
28236 width "20col%"
28237 special "none"
28238 height "1in"
28239 height_special "totalheight"
28240 status collapsed
28241
28242 \begin_layout Plain Layout
28243 \align center
28244 Double rectangular box
28245 \end_layout
28246
28247 \end_inset
28248
28249
28250 \end_layout
28251
28252 \begin_layout Standard
28253 \begin_inset VSpace bigskip
28254 \end_inset
28255
28256 LyX's box label will reflect the different frame types.
28257  To be able to use all types, the LaTeX-package 
28258 \series bold
28259 fancybox
28260 \series default
28261
28262 \begin_inset Index idx
28263 status collapsed
28264
28265 \begin_layout Plain Layout
28266 LaTeX-packages ! fancybox
28267 \end_layout
28268
28269 \end_inset
28270
28271  must be installed.
28272 \end_layout
28273
28274 \begin_layout Standard
28275 \begin_inset VSpace bigskip
28276 \end_inset
28277
28278 When you use the decoration 
28279 \family sans
28280 simple rectangular frame
28281 \family default
28282  and no inner box, you can allow page breaks within a box.
28283  Note that then, unlike other framed boxes, the frame always uses the whole
28284  column width, the box is set as its own paragraph, and 
28285 \series bold
28286
28287 \backslash
28288 fboxrule
28289 \series default
28290  and 
28291 \series bold
28292
28293 \backslash
28294 fboxsep
28295 \series default
28296  have no effect on this box type.
28297  The frame line thickness has the size of 
28298 \series bold
28299
28300 \backslash
28301 FrameRule
28302 \series default
28303 .
28304  
28305 \begin_inset Box Framed
28306 position "t"
28307 hor_pos "c"
28308 has_inner_box 0
28309 inner_pos "t"
28310 use_parbox 0
28311 use_makebox 0
28312 width "100col%"
28313 special "none"
28314 height "1in"
28315 height_special "totalheight"
28316 status collapsed
28317
28318 \begin_layout Plain Layout
28319 Allow page break box
28320 \end_layout
28321
28322 \end_inset
28323
28324
28325 \end_layout
28326
28327 \begin_layout Section
28328 Box Customization
28329 \begin_inset Index idx
28330 status collapsed
28331
28332 \begin_layout Plain Layout
28333 Boxes ! Customization
28334 \end_layout
28335
28336 \end_inset
28337
28338
28339 \end_layout
28340
28341 \begin_layout Standard
28342 The default value for the size 
28343 \series bold
28344
28345 \backslash
28346 fboxrule
28347 \series default
28348  is 0.4
28349 \begin_inset space \thinspace{}
28350 \end_inset
28351
28352 pt.
28353  It can be changed with the following command in TeX-code to e.
28354 \begin_inset space \thinspace{}
28355 \end_inset
28356
28357 g.
28358 \begin_inset space \space{}
28359 \end_inset
28360
28361 2
28362 \begin_inset space \thinspace{}
28363 \end_inset
28364
28365 pt:
28366 \end_layout
28367
28368 \begin_layout Standard
28369
28370 \series bold
28371
28372 \backslash
28373 setlength{
28374 \backslash
28375 fboxrule}{2pt}
28376 \end_layout
28377
28378 \begin_layout Standard
28379 \begin_inset ERT
28380 status collapsed
28381
28382 \begin_layout Plain Layout
28383
28384
28385 \backslash
28386 setlength{
28387 \backslash
28388 fboxrule}{2pt}
28389 \end_layout
28390
28391 \end_inset
28392
28393
28394 \begin_inset Box Boxed
28395 position "c"
28396 hor_pos "c"
28397 has_inner_box 1
28398 inner_pos "c"
28399 use_parbox 0
28400 use_makebox 0
28401 width "25col%"
28402 special "none"
28403 height "1in"
28404 height_special "totalheight"
28405 status open
28406
28407 \begin_layout Plain Layout
28408 \align center
28409 Rectangular box with 
28410 \series bold
28411
28412 \backslash
28413 fboxrule
28414 \series default
28415
28416 \begin_inset space \thinspace{}
28417 \end_inset
28418
28419 =
28420 \begin_inset space \thinspace{}
28421 \end_inset
28422
28423 2
28424 \begin_inset space \thinspace{}
28425 \end_inset
28426
28427 pt
28428 \end_layout
28429
28430 \end_inset
28431
28432
28433 \begin_inset ERT
28434 status collapsed
28435
28436 \begin_layout Plain Layout
28437
28438
28439 \backslash
28440 setlength{
28441 \backslash
28442 fboxrule}{0.4pt}
28443 \end_layout
28444
28445 \end_inset
28446
28447
28448 \end_layout
28449
28450 \begin_layout Standard
28451 \begin_inset VSpace bigskip
28452 \end_inset
28453
28454 The space between the frame and the box content is for all frame styles
28455  by default 3
28456 \begin_inset space \thinspace{}
28457 \end_inset
28458
28459 pt.
28460  You can change it by setting the length 
28461 \series bold
28462
28463 \backslash
28464 fboxsep
28465 \series default
28466  to another value.
28467  For example the command
28468 \end_layout
28469
28470 \begin_layout Standard
28471
28472 \series bold
28473
28474 \backslash
28475 setlength{
28476 \backslash
28477 fboxsep}{10pt}
28478 \end_layout
28479
28480 \begin_layout Standard
28481 sets the value to 10
28482 \begin_inset space \thinspace{}
28483 \end_inset
28484
28485 pt, as with the following box:
28486 \end_layout
28487
28488 \begin_layout Standard
28489 \begin_inset ERT
28490 status collapsed
28491
28492 \begin_layout Plain Layout
28493
28494
28495 \backslash
28496 setlength{
28497 \backslash
28498 fboxsep}{10pt}
28499 \end_layout
28500
28501 \end_inset
28502
28503
28504 \begin_inset Box Boxed
28505 position "c"
28506 hor_pos "c"
28507 has_inner_box 1
28508 inner_pos "c"
28509 use_parbox 0
28510 use_makebox 0
28511 width "25col%"
28512 special "none"
28513 height "1in"
28514 height_special "totalheight"
28515 status open
28516
28517 \begin_layout Plain Layout
28518 \align center
28519 Rectangular box with 
28520 \series bold
28521
28522 \backslash
28523 fboxsep
28524 \series default
28525
28526 \begin_inset space \thinspace{}
28527 \end_inset
28528
28529 =
28530 \begin_inset space \thinspace{}
28531 \end_inset
28532
28533 10
28534 \begin_inset space \thinspace{}
28535 \end_inset
28536
28537 pt
28538 \end_layout
28539
28540 \end_inset
28541
28542
28543 \begin_inset ERT
28544 status collapsed
28545
28546 \begin_layout Plain Layout
28547
28548
28549 \backslash
28550 setlength{
28551 \backslash
28552 fboxsep}{3pt}
28553 \end_layout
28554
28555 \end_inset
28556
28557
28558 \end_layout
28559
28560 \begin_layout Standard
28561 \begin_inset VSpace bigskip
28562 \end_inset
28563
28564 The diameter of the round corners of the oval boxes can be set with the
28565  command 
28566 \series bold
28567
28568 \backslash
28569 cornersize
28570 \series default
28571 .
28572  The command
28573 \end_layout
28574
28575 \begin_layout Standard
28576
28577 \series bold
28578
28579 \backslash
28580 cornersize*{1cm}
28581 \end_layout
28582
28583 \begin_layout Standard
28584 sets the diameter to 1
28585 \begin_inset space \thinspace{}
28586 \end_inset
28587
28588 cm.
28589  The command
28590 \end_layout
28591
28592 \begin_layout Standard
28593
28594 \series bold
28595
28596 \backslash
28597 cornersize{num}
28598 \end_layout
28599
28600 \begin_layout Standard
28601 sets the diameter to 
28602 \family sans
28603 num
28604 \begin_inset space \thinspace{}
28605 \end_inset
28606
28607 ×
28608 \begin_inset space \thinspace{}
28609 \end_inset
28610
28611 minimum(width and height of box)
28612 \family default
28613 .
28614  The default is 
28615 \series bold
28616
28617 \backslash
28618 cornersize{0.5}
28619 \series default
28620 .
28621 \end_layout
28622
28623 \begin_layout Standard
28624 \begin_inset ERT
28625 status collapsed
28626
28627 \begin_layout Plain Layout
28628
28629
28630 \backslash
28631 cornersize*{1.5cm}
28632 \end_layout
28633
28634 \end_inset
28635
28636
28637 \begin_inset Box Ovalbox
28638 position "c"
28639 hor_pos "c"
28640 has_inner_box 1
28641 inner_pos "c"
28642 use_parbox 0
28643 use_makebox 0
28644 width "25col%"
28645 special "none"
28646 height "1in"
28647 height_special "totalheight"
28648 status open
28649
28650 \begin_layout Plain Layout
28651 \align center
28652 Oval box with 
28653 \series bold
28654
28655 \backslash
28656 cornersize
28657 \series default
28658
28659 \begin_inset space \thinspace{}
28660 \end_inset
28661
28662 =
28663 \begin_inset space \thinspace{}
28664 \end_inset
28665
28666 1.5
28667 \begin_inset space \thinspace{}
28668 \end_inset
28669
28670 cm
28671 \end_layout
28672
28673 \end_inset
28674
28675
28676 \begin_inset ERT
28677 status collapsed
28678
28679 \begin_layout Plain Layout
28680
28681
28682 \backslash
28683 cornersize{0.5}
28684 \end_layout
28685
28686 \end_inset
28687
28688
28689 \end_layout
28690
28691 \begin_layout Standard
28692 \begin_inset VSpace bigskip
28693 \end_inset
28694
28695 The size of the shadow can be adjusted by changing the length 
28696 \series bold
28697
28698 \backslash
28699 shadowsize
28700 \series default
28701 .
28702  It it set to 2
28703 \begin_inset space \thinspace{}
28704 \end_inset
28705
28706 pt for the following box by this command:
28707 \end_layout
28708
28709 \begin_layout Standard
28710
28711 \series bold
28712
28713 \backslash
28714 setlength{
28715 \backslash
28716 shadowsize}{2pt}
28717 \end_layout
28718
28719 \begin_layout Standard
28720 \begin_inset ERT
28721 status collapsed
28722
28723 \begin_layout Plain Layout
28724
28725
28726 \backslash
28727 setlength{
28728 \backslash
28729 shadowsize}{2pt}
28730 \end_layout
28731
28732 \end_inset
28733
28734
28735 \begin_inset Box Shadowbox
28736 position "c"
28737 hor_pos "c"
28738 has_inner_box 1
28739 inner_pos "c"
28740 use_parbox 0
28741 use_makebox 0
28742 width "25col%"
28743 special "none"
28744 height "1in"
28745 height_special "totalheight"
28746 status open
28747
28748 \begin_layout Plain Layout
28749 \align center
28750 Shadow box with 
28751 \series bold
28752
28753 \backslash
28754 shadowsize
28755 \series default
28756
28757 \begin_inset space \thinspace{}
28758 \end_inset
28759
28760 =
28761 \begin_inset space \thinspace{}
28762 \end_inset
28763
28764 2
28765 \begin_inset space \thinspace{}
28766 \end_inset
28767
28768 pt
28769 \end_layout
28770
28771 \end_inset
28772
28773
28774 \begin_inset ERT
28775 status collapsed
28776
28777 \begin_layout Plain Layout
28778
28779
28780 \backslash
28781 setlength{
28782 \backslash
28783 shadowsize}{4pt}
28784 \end_layout
28785
28786 \end_inset
28787
28788
28789 \end_layout
28790
28791 \begin_layout Standard
28792 \begin_inset VSpace bigskip
28793 \end_inset
28794
28795
28796 \end_layout
28797
28798 \begin_layout Standard
28799 The default value for the size 
28800 \series bold
28801
28802 \backslash
28803 FrameRule
28804 \series default
28805  is 0.4
28806 \begin_inset space \thinspace{}
28807 \end_inset
28808
28809 pt.
28810  The default space between the note content and the frame is 9
28811 \begin_inset space \thinspace{}
28812 \end_inset
28813
28814 pt and can be changed with the value of 
28815 \series bold
28816
28817 \backslash
28818 FrameSep
28819 \series default
28820 .
28821  For example the frame appearance of the following 
28822 \family sans
28823 box
28824 \family default
28825  is set with the TeX-Code commands
28826 \end_layout
28827
28828 \begin_layout Standard
28829
28830 \series bold
28831
28832 \backslash
28833 setlength{
28834 \backslash
28835 FrameRule}{5pt}
28836 \begin_inset Newline newline
28837 \end_inset
28838
28839
28840 \backslash
28841 setlength{
28842 \backslash
28843 FrameSep}{0.5cm}
28844 \end_layout
28845
28846 \begin_layout Standard
28847 \begin_inset ERT
28848 status collapsed
28849
28850 \begin_layout Plain Layout
28851
28852
28853 \backslash
28854 setlength{
28855 \backslash
28856 FrameRule}{5pt}
28857 \end_layout
28858
28859 \begin_layout Plain Layout
28860
28861
28862 \backslash
28863 setlength{
28864 \backslash
28865 FrameSep}{0.5cm}
28866 \end_layout
28867
28868 \end_inset
28869
28870
28871 \begin_inset Box Framed
28872 position "t"
28873 hor_pos "c"
28874 has_inner_box 0
28875 inner_pos "t"
28876 use_parbox 0
28877 use_makebox 0
28878 width "100col%"
28879 special "none"
28880 height "1in"
28881 height_special "totalheight"
28882 status open
28883
28884 \begin_layout Plain Layout
28885 This is text in an 
28886 \family sans
28887 allow page break
28888 \family default
28889  box.
28890 \end_layout
28891
28892 \end_inset
28893
28894
28895 \begin_inset ERT
28896 status collapsed
28897
28898 \begin_layout Plain Layout
28899
28900
28901 \backslash
28902 setlength{
28903 \backslash
28904 FrameRule}{0.4pt}
28905 \end_layout
28906
28907 \begin_layout Plain Layout
28908
28909
28910 \backslash
28911 setlength{
28912 \backslash
28913 FrameSep}{9pt}
28914 \end_layout
28915
28916 \end_inset
28917
28918
28919 \end_layout
28920
28921 \begin_layout Standard
28922 \begin_inset VSpace bigskip
28923 \end_inset
28924
28925
28926 \end_layout
28927
28928 \begin_layout Standard
28929 For 
28930 \family sans
28931 shaded background
28932 \family default
28933  boxes the default space between the box content and the box border is 3
28934 \begin_inset space \thinspace{}
28935 \end_inset
28936
28937 pt and can be changed with the value of 
28938 \series bold
28939
28940 \backslash
28941 fboxsep
28942 \series default
28943 .
28944  The default background color red can either be changed locally with the
28945  command 
28946 \series bold
28947
28948 \backslash
28949 definecolor{shadecolor}
28950 \series default
28951  or globally with the menu 
28952 \family sans
28953 Tools\SpecialChar \menuseparator
28954 Preferences\SpecialChar \menuseparator
28955 Colors\SpecialChar \menuseparator
28956 shaded
28957 \begin_inset space ~
28958 \end_inset
28959
28960 box
28961 \family default
28962 .
28963  The scheme of the 
28964 \series bold
28965
28966 \backslash
28967 definecolor
28968 \series default
28969  command is explained in section
28970 \begin_inset space ~
28971 \end_inset
28972
28973
28974 \begin_inset CommandInset ref
28975 LatexCommand ref
28976 reference "sec:Colored-Tables"
28977
28978 \end_inset
28979
28980 .
28981 \begin_inset Foot
28982 status collapsed
28983
28984 \begin_layout Plain Layout
28985 Note that 
28986 \series bold
28987
28988 \backslash
28989 definecolor
28990 \series default
28991  requires the LaTeX-package 
28992 \series bold
28993 color
28994 \series default
28995  in the preamble, see section
28996 \begin_inset space ~
28997 \end_inset
28998
28999
29000 \begin_inset CommandInset ref
29001 LatexCommand ref
29002 reference "sec:Colored-Boxes"
29003
29004 \end_inset
29005
29006 .
29007 \end_layout
29008
29009 \end_inset
29010
29011  For example the appearance of the following shaded background box is set
29012  with the TeX-Code commands
29013 \end_layout
29014
29015 \begin_layout Standard
29016
29017 \series bold
29018
29019 \backslash
29020 setlength{
29021 \backslash
29022 fboxsep}{0.5cm}
29023 \series default
29024
29025 \begin_inset Newline newline
29026 \end_inset
29027
29028
29029 \series bold
29030
29031 \backslash
29032 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29033 \end_layout
29034
29035 \begin_layout Standard
29036 \begin_inset ERT
29037 status collapsed
29038
29039 \begin_layout Plain Layout
29040
29041
29042 \backslash
29043 setlength{
29044 \backslash
29045 fboxsep}{0.5cm}
29046 \end_layout
29047
29048 \begin_layout Plain Layout
29049
29050
29051 \backslash
29052 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29053 \end_layout
29054
29055 \end_inset
29056
29057
29058 \begin_inset Box Shaded
29059 position "t"
29060 hor_pos "c"
29061 has_inner_box 0
29062 inner_pos "t"
29063 use_parbox 0
29064 use_makebox 0
29065 width "100col%"
29066 special "none"
29067 height "1in"
29068 height_special "totalheight"
29069 status open
29070
29071 \begin_layout Plain Layout
29072
29073 \color yellow
29074 This is yellow text in a
29075 \color none
29076  
29077 \family sans
29078 \color yellow
29079 shaded background
29080 \family default
29081 \color none
29082  
29083 \color yellow
29084 box with dark green background.
29085 \end_layout
29086
29087 \end_inset
29088
29089
29090 \begin_inset ERT
29091 status collapsed
29092
29093 \begin_layout Plain Layout
29094
29095
29096 \backslash
29097 setlength{
29098 \backslash
29099 fboxsep}{3pt}
29100 \end_layout
29101
29102 \begin_layout Plain Layout
29103
29104
29105 \backslash
29106 definecolor{shadecolor}{rgb}{1,0,0}
29107 \end_layout
29108
29109 \end_inset
29110
29111
29112 \end_layout
29113
29114 \begin_layout Standard
29115 \begin_inset VSpace bigskip
29116 \end_inset
29117
29118 Changed lengths and widths are valid for all boxes following the commands
29119  that change them.
29120 \end_layout
29121
29122 \begin_layout Section
29123 Minipages
29124 \begin_inset CommandInset label
29125 LatexCommand label
29126 name "sec:Minipages"
29127
29128 \end_inset
29129
29130
29131 \begin_inset Index idx
29132 status collapsed
29133
29134 \begin_layout Plain Layout
29135 Boxes ! Minipages
29136 \end_layout
29137
29138 \end_inset
29139
29140
29141 \end_layout
29142
29143 \begin_layout Standard
29144 Minipages are treated by LaTeX as pages within pages and can therefore for
29145  example have their own footnotes.
29146 \end_layout
29147
29148 \begin_layout Standard
29149 Minipages are useful when you write documents with different languages.
29150 \end_layout
29151
29152 \begin_layout Standard
29153 Below are two example minipages side by side.
29154  Their width is set to 45
29155 \begin_inset space \thinspace{}
29156 \end_inset
29157
29158 col% and they are separated by a horizontal fill, that was inserted via
29159  the menu 
29160 \family sans
29161 Insert\SpecialChar \menuseparator
29162 Special
29163 \begin_inset space ~
29164 \end_inset
29165
29166 Formatting\SpecialChar \menuseparator
29167 Horizontal
29168 \begin_inset space ~
29169 \end_inset
29170
29171 Fill
29172 \family default
29173 .
29174 \begin_inset Newpage newpage
29175 \end_inset
29176
29177
29178 \end_layout
29179
29180 \begin_layout Standard
29181 \begin_inset Box Frameless
29182 position "t"
29183 hor_pos "c"
29184 has_inner_box 1
29185 inner_pos "c"
29186 use_parbox 0
29187 use_makebox 0
29188 width "45col%"
29189 special "none"
29190 height "1in"
29191 height_special "totalheight"
29192 status open
29193
29194 \begin_layout Plain Layout
29195
29196 \lang german
29197 Dies ist ein deutscher Text.
29198  Dies ist ein deutscher Text.
29199  Dies ist ein deutscher Text.
29200  Dies ist ein deutscher Text.
29201  Dies ist ein deutscher Text.
29202  Dies ist ein deutscher Text.
29203  Dies ist ein deutscher Text.
29204  Dies ist ein deutscher Text.
29205  Dies ist ein deutscher Text.
29206  Dies ist ein deutscher Text.
29207  Dies ist ein deutscher Text.
29208  Dies ist ein deutscher Text.
29209  Dies ist ein deutscher Text
29210 \begin_inset Foot
29211 status collapsed
29212
29213 \begin_layout Plain Layout
29214
29215 \lang german
29216 Dies ist eine deutsche Fußnote.
29217 \end_layout
29218
29219 \end_inset
29220
29221 .
29222  Dies ist ein deutscher Text.
29223  Dies ist ein deutscher Text.
29224 \end_layout
29225
29226 \end_inset
29227
29228
29229 \begin_inset space \hfill{}
29230 \end_inset
29231
29232
29233 \begin_inset Box Frameless
29234 position "t"
29235 hor_pos "c"
29236 has_inner_box 1
29237 inner_pos "c"
29238 use_parbox 0
29239 use_makebox 0
29240 width "45col%"
29241 special "none"
29242 height "1in"
29243 height_special "totalheight"
29244 status open
29245
29246 \begin_layout Plain Layout
29247 This is an English Text.
29248  This is an English Text.
29249  This is an English Text.
29250  This is an English Text.
29251  This is an English Text.
29252  This is an English Text.
29253  This is an English Text.
29254  This is an English Text.
29255  This is an English Text.
29256  This is an English Text.
29257  This is an English Text.
29258  This is an English Text.
29259  This is an English Text.
29260  This is an English Text.
29261  This is an English Text.
29262  This is an English Text.
29263 \begin_inset Foot
29264 status collapsed
29265
29266 \begin_layout Plain Layout
29267 This is an English footnote.
29268 \end_layout
29269
29270 \end_inset
29271
29272  This is an English Text.
29273  
29274 \end_layout
29275
29276 \end_inset
29277
29278
29279 \end_layout
29280
29281 \begin_layout Standard
29282 \begin_inset VSpace bigskip
29283 \end_inset
29284
29285 The document-wide paragraph settings are ignored within minipages.
29286  That means that there will be no space between paragraphs in minipages
29287  although you set it to e.
29288 \begin_inset space \thinspace{}
29289 \end_inset
29290
29291 g.
29292 \begin_inset space \space{}
29293 \end_inset
29294
29295
29296 \family sans
29297 MedSkip
29298 \family default
29299  in the document settings.
29300 \end_layout
29301
29302 \begin_layout Standard
29303 Minipages can also be used to set a background color for text parts, see
29304  section
29305 \begin_inset space ~
29306 \end_inset
29307
29308
29309 \begin_inset CommandInset ref
29310 LatexCommand ref
29311 reference "sub:Color-for-Paragraphs"
29312
29313 \end_inset
29314
29315 .
29316 \end_layout
29317
29318 \begin_layout Standard
29319 \begin_inset Note Greyedout
29320 status open
29321
29322 \begin_layout Plain Layout
29323
29324 \series bold
29325 Note:
29326 \series default
29327  You cannot have floats or margin notes inside minipages but minipages can
29328  be used inside tables, floats, and other boxes.
29329 \end_layout
29330
29331 \end_inset
29332
29333
29334 \end_layout
29335
29336 \begin_layout Section
29337 Parboxes
29338 \begin_inset CommandInset label
29339 LatexCommand label
29340 name "sec:Parboxes"
29341
29342 \end_inset
29343
29344
29345 \begin_inset Index idx
29346 status collapsed
29347
29348 \begin_layout Plain Layout
29349 Boxes ! Parboxes
29350 \end_layout
29351
29352 \end_inset
29353
29354
29355 \end_layout
29356
29357 \begin_layout Standard
29358 Parboxes are very similar to minipages with the difference that they cannot
29359  have footnotes.
29360 \end_layout
29361
29362 \begin_layout Standard
29363 \align center
29364 \begin_inset Box Frameless
29365 position "t"
29366 hor_pos "c"
29367 has_inner_box 1
29368 inner_pos "t"
29369 use_parbox 1
29370 use_makebox 0
29371 width "33col%"
29372 special "none"
29373 height "1in"
29374 height_special "totalheight"
29375 status collapsed
29376
29377 \begin_layout Plain Layout
29378 This a text within a parbox.
29379  This a text within a parbox.
29380 \end_layout
29381
29382 \begin_layout Plain Layout
29383 This footnote won't appear:
29384 \begin_inset Foot
29385 status collapsed
29386
29387 \begin_layout Plain Layout
29388 This footnote is inside a parbox and will therefore not appear.
29389 \end_layout
29390
29391 \end_inset
29392
29393
29394 \end_layout
29395
29396 \end_inset
29397
29398
29399 \end_layout
29400
29401 \begin_layout Section
29402 Boxes for Words and Characters
29403 \begin_inset Index idx
29404 status collapsed
29405
29406 \begin_layout Plain Layout
29407 Boxes ! for Characters
29408 \end_layout
29409
29410 \end_inset
29411
29412
29413 \end_layout
29414
29415 \begin_layout Subsection
29416 Prevent Hyphenation
29417 \begin_inset CommandInset label
29418 LatexCommand label
29419 name "sec:Prevent-Hyphenation"
29420
29421 \end_inset
29422
29423
29424 \begin_inset Index idx
29425 status collapsed
29426
29427 \begin_layout Plain Layout
29428 Boxes ! to Prevent Hyphenation
29429 \end_layout
29430
29431 \end_inset
29432
29433
29434 \end_layout
29435
29436 \begin_layout Standard
29437 You can use the box type 
29438 \family sans
29439 Makebox
29440 \family default
29441  to prevent words or text from being hyphenated.
29442 \begin_inset Newline newline
29443 \end_inset
29444
29445 Here is an example text:
29446 \end_layout
29447
29448 \begin_layout Standard
29449 This line is an example to show how you can prevent the hyphenation of 
29450 \begin_inset Quotes eld
29451 \end_inset
29452
29453 veryverylongword
29454 \begin_inset Quotes erd
29455 \end_inset
29456
29457 .
29458 \end_layout
29459
29460 \begin_layout Standard
29461 To prevent the hyphenation of the word 
29462 \begin_inset Quotes eld
29463 \end_inset
29464
29465 veryverylongword
29466 \begin_inset Quotes erd
29467 \end_inset
29468
29469 , put the word into a box, set the 
29470 \family sans
29471 Inner
29472 \begin_inset space ~
29473 \end_inset
29474
29475 box
29476 \family default
29477  to 
29478 \family sans
29479 Makebox
29480 \family default
29481  and its width to 1
29482 \begin_inset space \thinspace{}
29483 \end_inset
29484
29485 Width.
29486 \end_layout
29487
29488 \begin_layout Standard
29489 This is the result:
29490 \end_layout
29491
29492 \begin_layout Standard
29493 This line is an example to show how you can prevent the hyphenation of 
29494 \begin_inset Box Frameless
29495 position "t"
29496 hor_pos "c"
29497 has_inner_box 1
29498 inner_pos "t"
29499 use_parbox 0
29500 use_makebox 1
29501 width "1in"
29502 special "width"
29503 height "1in"
29504 height_special "totalheight"
29505 status open
29506
29507 \begin_layout Plain Layout
29508 \begin_inset Quotes eld
29509 \end_inset
29510
29511 veryverylongword
29512 \begin_inset Quotes erd
29513 \end_inset
29514
29515
29516 \end_layout
29517
29518 \end_inset
29519
29520 .
29521 \end_layout
29522
29523 \begin_layout Standard
29524 You can alternatively set the command 
29525 \begin_inset Quotes eld
29526 \end_inset
29527
29528
29529 \series bold
29530
29531 \backslash
29532 -
29533 \series default
29534
29535 \begin_inset Quotes grd
29536 \end_inset
29537
29538  as TeX-Code directly before the word:
29539 \end_layout
29540
29541 \begin_layout Standard
29542 This line is an example to show how you can prevent the hyphenation of 
29543 \begin_inset Quotes eld
29544 \end_inset
29545
29546
29547 \begin_inset ERT
29548 status collapsed
29549
29550 \begin_layout Plain Layout
29551
29552
29553 \backslash
29554 -
29555 \end_layout
29556
29557 \end_inset
29558
29559 veryverylongword
29560 \begin_inset Quotes erd
29561 \end_inset
29562
29563 .
29564 \end_layout
29565
29566 \begin_layout Standard
29567 Of course the word now protrudes over the side margin.
29568  To avoid this, add via the menu 
29569 \family sans
29570 Insert\SpecialChar \menuseparator
29571 Formatting\SpecialChar \menuseparator
29572 Ragged
29573 \begin_inset space ~
29574 \end_inset
29575
29576 Line
29577 \begin_inset space ~
29578 \end_inset
29579
29580 Break
29581 \family default
29582  (shortcut 
29583 \begin_inset Info
29584 type  "shortcut"
29585 arg   "newline-insert newline"
29586 \end_inset
29587
29588 ) a line break before the word:
29589 \end_layout
29590
29591 \begin_layout Standard
29592 This line is an example to show how you can prevent the hyphenation of 
29593 \begin_inset Newline newline
29594 \end_inset
29595
29596
29597 \begin_inset Box Frameless
29598 position "t"
29599 hor_pos "c"
29600 has_inner_box 1
29601 inner_pos "t"
29602 use_parbox 0
29603 use_makebox 1
29604 width "1in"
29605 special "width"
29606 height "1in"
29607 height_special "totalheight"
29608 status open
29609
29610 \begin_layout Plain Layout
29611 \begin_inset Quotes eld
29612 \end_inset
29613
29614 veryverylongword
29615 \begin_inset Quotes erd
29616 \end_inset
29617
29618
29619 \end_layout
29620
29621 \end_inset
29622
29623 .
29624 \end_layout
29625
29626 \begin_layout Subsection
29627 Vertical Alignment
29628 \begin_inset CommandInset label
29629 LatexCommand label
29630 name "sub:Vertical-Alignment"
29631
29632 \end_inset
29633
29634
29635 \begin_inset Index idx
29636 status collapsed
29637
29638 \begin_layout Plain Layout
29639 Boxes ! for Vertical Alignment
29640 \end_layout
29641
29642 \end_inset
29643
29644
29645 \begin_inset Index idx
29646 status collapsed
29647
29648 \begin_layout Plain Layout
29649 Boxes ! Raiseboxes
29650 \end_layout
29651
29652 \end_inset
29653
29654
29655 \end_layout
29656
29657 \begin_layout Standard
29658 With the help of the command 
29659 \series bold
29660
29661 \backslash
29662 raisebox
29663 \series default
29664  you can align words, characters or other boxes vertically relative to the
29665  surrounding text.
29666  
29667 \series bold
29668
29669 \backslash
29670 raisebox
29671 \series default
29672  is used with the following scheme:
29673 \end_layout
29674
29675 \begin_layout Standard
29676
29677 \series bold
29678
29679 \backslash
29680 raisebox{lift}[height][depth]{box content}
29681 \end_layout
29682
29683 \begin_layout Standard
29684 The lift can be a positive value to raise the box or a negative value to
29685  lower the box.
29686 \end_layout
29687
29688 \begin_layout Standard
29689 To align for example the word 
29690 \begin_inset Quotes eld
29691 \end_inset
29692
29693 preventing
29694 \begin_inset Quotes erd
29695 \end_inset
29696
29697  so that the bottom of the 
29698 \begin_inset Quotes eld
29699 \end_inset
29700
29701 deepest
29702 \begin_inset Quotes erd
29703 \end_inset
29704
29705  character 
29706 \begin_inset Quotes eld
29707 \end_inset
29708
29709 p
29710 \begin_inset Quotes erd
29711 \end_inset
29712
29713  is at the baseline, insert the command
29714 \end_layout
29715
29716 \begin_layout Standard
29717
29718 \series bold
29719
29720 \backslash
29721 raisebox{
29722 \backslash
29723 depth}{
29724 \end_layout
29725
29726 \begin_layout Standard
29727 in TeX-Code before the word.
29728  After the word insert a closing brace 
29729 \begin_inset Quotes eld
29730 \end_inset
29731
29732
29733 \series bold
29734 }
29735 \series default
29736
29737 \begin_inset Quotes erd
29738 \end_inset
29739
29740  in TeX-Code.
29741 \begin_inset Newline newline
29742 \end_inset
29743
29744 This is the result:
29745 \end_layout
29746
29747 \begin_layout Standard
29748 This is a text line with the word 
29749 \begin_inset ERT
29750 status collapsed
29751
29752 \begin_layout Plain Layout
29753
29754
29755 \backslash
29756 raisebox{
29757 \backslash
29758 depth}{
29759 \end_layout
29760
29761 \end_inset
29762
29763
29764 \begin_inset Quotes eld
29765 \end_inset
29766
29767 preventing
29768 \begin_inset Quotes erd
29769 \end_inset
29770
29771
29772 \begin_inset ERT
29773 status collapsed
29774
29775 \begin_layout Plain Layout
29776
29777 }
29778 \end_layout
29779
29780 \end_inset
29781
29782  as a raised word.
29783 \end_layout
29784
29785 \begin_layout Standard
29786 \begin_inset VSpace bigskip
29787 \end_inset
29788
29789 When you raise or lower characters in a line, the line distance will be
29790  spread:
29791 \end_layout
29792
29793 \begin_layout Standard
29794 This is a text line with the word 
29795 \begin_inset ERT
29796 status collapsed
29797
29798 \begin_layout Plain Layout
29799
29800
29801 \backslash
29802 raisebox{-
29803 \backslash
29804 depth}{
29805 \end_layout
29806
29807 \end_inset
29808
29809
29810 \begin_inset Quotes eld
29811 \end_inset
29812
29813 preventing
29814 \begin_inset Quotes erd
29815 \end_inset
29816
29817
29818 \begin_inset ERT
29819 status collapsed
29820
29821 \begin_layout Plain Layout
29822
29823 }
29824 \end_layout
29825
29826 \end_inset
29827
29828  as a lowered word.
29829 \begin_inset Newline newline
29830 \end_inset
29831
29832 This is a text line with the word 
29833 \begin_inset ERT
29834 status collapsed
29835
29836 \begin_layout Plain Layout
29837
29838
29839 \backslash
29840 raisebox{0.5cm}{
29841 \end_layout
29842
29843 \end_inset
29844
29845
29846 \begin_inset Quotes eld
29847 \end_inset
29848
29849 testing
29850 \begin_inset Quotes erd
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  as a raised word.
29865 \end_layout
29866
29867 \begin_layout Standard
29868 If you want to prevent this for a certain reason, set the box height to
29869  a zero value.
29870  For example use
29871 \end_layout
29872
29873 \begin_layout Standard
29874
29875 \series bold
29876
29877 \backslash
29878 raisebox{-
29879 \backslash
29880 depth}[0pt]{
29881 \end_layout
29882
29883 \begin_layout Standard
29884 This is a text line with the word 
29885 \begin_inset ERT
29886 status collapsed
29887
29888 \begin_layout Plain Layout
29889
29890
29891 \backslash
29892 raisebox{-
29893 \backslash
29894 depth}[0pt]{
29895 \end_layout
29896
29897 \end_inset
29898
29899
29900 \begin_inset Quotes eld
29901 \end_inset
29902
29903 preventing
29904 \begin_inset Quotes erd
29905 \end_inset
29906
29907
29908 \begin_inset ERT
29909 status collapsed
29910
29911 \begin_layout Plain Layout
29912
29913 }
29914 \end_layout
29915
29916 \end_inset
29917
29918  as a lowered word.
29919 \begin_inset Newline newline
29920 \end_inset
29921
29922 This is a text line with the word 
29923 \begin_inset ERT
29924 status collapsed
29925
29926 \begin_layout Plain Layout
29927
29928
29929 \backslash
29930 raisebox{0.5cm}[0pt]{
29931 \end_layout
29932
29933 \end_inset
29934
29935
29936 \begin_inset Quotes eld
29937 \end_inset
29938
29939 testing
29940 \begin_inset Quotes erd
29941 \end_inset
29942
29943
29944 \begin_inset ERT
29945 status collapsed
29946
29947 \begin_layout Plain Layout
29948
29949 }
29950 \end_layout
29951
29952 \end_inset
29953
29954  as a raised word.
29955 \end_layout
29956
29957 \begin_layout Section
29958 Colored Boxes
29959 \begin_inset CommandInset label
29960 LatexCommand label
29961 name "sec:Colored-Boxes"
29962
29963 \end_inset
29964
29965
29966 \begin_inset Index idx
29967 status collapsed
29968
29969 \begin_layout Plain Layout
29970 Boxes ! Color
29971 \end_layout
29972
29973 \end_inset
29974
29975
29976 \end_layout
29977
29978 \begin_layout Subsection
29979 Color for Text
29980 \begin_inset Index idx
29981 status collapsed
29982
29983 \begin_layout Plain Layout
29984 Color ! for Text
29985 \end_layout
29986
29987 \end_inset
29988
29989
29990 \end_layout
29991
29992 \begin_layout Standard
29993 To color the background of text the text must be put into a so called 
29994 \begin_inset Quotes eld
29995 \end_inset
29996
29997 colorbox
29998 \begin_inset Quotes erd
29999 \end_inset
30000
30001 .
30002  This requires that the LaTeX-package 
30003 \series bold
30004 color
30005 \series default
30006
30007 \begin_inset Index idx
30008 status collapsed
30009
30010 \begin_layout Plain Layout
30011 LaTeX-packages ! color
30012 \end_layout
30013
30014 \end_inset
30015
30016  is loaded in the document preamble with the command
30017 \end_layout
30018
30019 \begin_layout Standard
30020
30021 \series bold
30022
30023 \backslash
30024 @ifundefined{textcolor}
30025 \begin_inset Newline newline
30026 \end_inset
30027
30028
30029 \begin_inset Phantom HPhantom
30030 status open
30031
30032 \begin_layout Plain Layout
30033
30034 \series bold
30035 \begin_inset space ~
30036 \end_inset
30037
30038
30039 \end_layout
30040
30041 \end_inset
30042
30043 {
30044 \backslash
30045 usepackage{color}}{}
30046 \end_layout
30047
30048 \begin_layout Standard
30049 The package 
30050 \series bold
30051 color
30052 \series default
30053  will be loaded automatically by LyX when you color text.
30054 \begin_inset Foot
30055 status collapsed
30056
30057 \begin_layout Plain Layout
30058 To avoid it being loaded twice the command 
30059 \series bold
30060
30061 \backslash
30062 @ifundefined
30063 \series default
30064  is used.
30065 \end_layout
30066
30067 \end_inset
30068
30069
30070 \end_layout
30071
30072 \begin_layout Standard
30073 \begin_inset VSpace medskip
30074 \end_inset
30075
30076 Colorboxes are created with the command 
30077 \series bold
30078
30079 \backslash
30080 colorbox
30081 \series default
30082 .
30083  This will be used with the following scheme:
30084 \end_layout
30085
30086 \begin_layout Standard
30087
30088 \series bold
30089
30090 \backslash
30091 colorbox{color}{box content}
30092 \end_layout
30093
30094 \begin_layout Standard
30095 The box content can also be a box and colorboxes can also be within other
30096  boxes.
30097 \end_layout
30098
30099 \begin_layout Standard
30100 The following colors are predefined:
30101 \begin_inset Newline newline
30102 \end_inset
30103
30104
30105 \family sans
30106 black
30107 \family default
30108
30109 \family sans
30110 blue
30111 \family default
30112
30113 \family sans
30114 cyan
30115 \family default
30116 \series bold
30117 ,
30118 \series default
30119  
30120 \family sans
30121 green
30122 \family default
30123
30124 \family sans
30125 magenta
30126 \family default
30127
30128 \family sans
30129 red
30130 \family default
30131
30132 \family sans
30133 white
30134 \family default
30135 , and 
30136 \family sans
30137 yellow
30138 \family default
30139 .
30140 \begin_inset Newline newline
30141 \end_inset
30142
30143 You can also define your own color as described in section
30144 \begin_inset space ~
30145 \end_inset
30146
30147
30148 \begin_inset CommandInset ref
30149 LatexCommand ref
30150 reference "sec:Colored-Tables"
30151
30152 \end_inset
30153
30154 .
30155 \end_layout
30156
30157 \begin_layout Standard
30158 To have e.
30159 \begin_inset space \thinspace{}
30160 \end_inset
30161
30162 g.
30163 \begin_inset space \space{}
30164 \end_inset
30165
30166 a red background for a word, insert the command
30167 \end_layout
30168
30169 \begin_layout Standard
30170
30171 \series bold
30172
30173 \backslash
30174 colorbox{red}{
30175 \end_layout
30176
30177 \begin_layout Standard
30178 before the word in TeX-Code.
30179  After the word insert a closing brace 
30180 \begin_inset Quotes eld
30181 \end_inset
30182
30183
30184 \series bold
30185 }
30186 \series default
30187
30188 \begin_inset Quotes erd
30189 \end_inset
30190
30191  in TeX-Code.
30192 \begin_inset Newline newline
30193 \end_inset
30194
30195 This is the result:
30196 \end_layout
30197
30198 \begin_layout Standard
30199 This is a line where the word 
30200 \begin_inset ERT
30201 status collapsed
30202
30203 \begin_layout Plain Layout
30204
30205
30206 \backslash
30207 colorbox{red}{
30208 \end_layout
30209
30210 \end_inset
30211
30212
30213 \begin_inset Quotes eld
30214 \end_inset
30215
30216 Attention!
30217 \begin_inset Quotes erd
30218 \end_inset
30219
30220
30221 \begin_inset ERT
30222 status collapsed
30223
30224 \begin_layout Plain Layout
30225
30226 }
30227 \end_layout
30228
30229 \end_inset
30230
30231  has a red background.
30232 \end_layout
30233
30234 \begin_layout Standard
30235 \begin_inset VSpace bigskip
30236 \end_inset
30237
30238 If you would like the box frame in a different color, you can use the command
30239  
30240 \series bold
30241
30242 \backslash
30243 fcolorbox
30244 \series default
30245  with the following scheme:
30246 \end_layout
30247
30248 \begin_layout Standard
30249
30250 \series bold
30251
30252 \backslash
30253 fcolorbox{frame color}{box color}{box content}
30254 \end_layout
30255
30256 \begin_layout Standard
30257
30258 \series bold
30259
30260 \backslash
30261 fcolorbox
30262 \series default
30263  is an extension to 
30264 \series bold
30265
30266 \backslash
30267 colorbox
30268 \series default
30269 .
30270  The frame thickness and the space between the frame and the box content
30271  can be adjusted with the lengths 
30272 \series bold
30273
30274 \backslash
30275 fboxrule
30276 \series default
30277  and 
30278 \series bold
30279
30280 \backslash
30281 fboxsep
30282 \series default
30283 , respectively, as described in section
30284 \begin_inset space ~
30285 \end_inset
30286
30287
30288 \begin_inset CommandInset ref
30289 LatexCommand ref
30290 reference "sec:Decoration"
30291
30292 \end_inset
30293
30294 .
30295 \end_layout
30296
30297 \begin_layout Standard
30298 For the following example the command
30299 \end_layout
30300
30301 \begin_layout Standard
30302
30303 \series bold
30304
30305 \backslash
30306 fcolorbox{cyan}{magenta}{
30307 \end_layout
30308
30309 \begin_layout Standard
30310 was used.
30311 \end_layout
30312
30313 \begin_layout Standard
30314 Here is an example where the frame line thickness was set to 1
30315 \begin_inset space \thinspace{}
30316 \end_inset
30317
30318 mm:
30319 \begin_inset Newline newline
30320 \end_inset
30321
30322
30323 \begin_inset ERT
30324 status collapsed
30325
30326 \begin_layout Plain Layout
30327
30328
30329 \backslash
30330 fboxrule 1mm 
30331 \backslash
30332 fboxsep 1mm
30333 \end_layout
30334
30335 \end_inset
30336
30337
30338 \begin_inset ERT
30339 status collapsed
30340
30341 \begin_layout Plain Layout
30342
30343
30344 \backslash
30345 fcolorbox{cyan}{magenta}{
30346 \end_layout
30347
30348 \end_inset
30349
30350 This is text within a colored, framed box.
30351 \begin_inset ERT
30352 status collapsed
30353
30354 \begin_layout Plain Layout
30355
30356 }
30357 \end_layout
30358
30359 \end_inset
30360
30361
30362 \end_layout
30363
30364 \begin_layout Standard
30365 \begin_inset VSpace bigskip
30366 \end_inset
30367
30368 Of course you can also have colored text inside a colorbox:
30369 \begin_inset Newline newline
30370 \end_inset
30371
30372
30373 \begin_inset ERT
30374 status collapsed
30375
30376 \begin_layout Plain Layout
30377
30378
30379 \backslash
30380 fcolorbox{cyan}{magenta}{
30381 \end_layout
30382
30383 \end_inset
30384
30385
30386 \color yellow
30387 This is colored text within a colored, framed box.
30388 \color none
30389
30390 \begin_inset ERT
30391 status collapsed
30392
30393 \begin_layout Plain Layout
30394
30395 }
30396 \end_layout
30397
30398 \end_inset
30399
30400
30401 \begin_inset ERT
30402 status collapsed
30403
30404 \begin_layout Plain Layout
30405
30406
30407 \backslash
30408 fboxrule 0.4pt 
30409 \backslash
30410 fboxsep 3pt
30411 \end_layout
30412
30413 \end_inset
30414
30415
30416 \end_layout
30417
30418 \begin_layout Standard
30419 \begin_inset VSpace medskip
30420 \end_inset
30421
30422
30423 \end_layout
30424
30425 \begin_layout Standard
30426 \begin_inset Note Greyedout
30427 status open
30428
30429 \begin_layout Plain Layout
30430
30431 \series bold
30432 Note:
30433 \series default
30434  Text in colorboxes cannot have line breaks.
30435  To color multiple text lines or paragraphs, use a box inside a colorbox
30436  as described in the following.
30437 \end_layout
30438
30439 \end_inset
30440
30441
30442 \end_layout
30443
30444 \begin_layout Subsection
30445 Color for Paragraphs
30446 \begin_inset CommandInset label
30447 LatexCommand label
30448 name "sub:Color-for-Paragraphs"
30449
30450 \end_inset
30451
30452
30453 \begin_inset Index idx
30454 status collapsed
30455
30456 \begin_layout Plain Layout
30457 Color ! for Paragraphs
30458 \end_layout
30459
30460 \end_inset
30461
30462
30463 \end_layout
30464
30465 \begin_layout Standard
30466 To set the background color for more than one text line, put the text into
30467  a minipage.
30468  Before the minipage insert the 
30469 \series bold
30470
30471 \backslash
30472 colorbox
30473 \series default
30474  command
30475 \end_layout
30476
30477 \begin_layout Standard
30478
30479 \series bold
30480
30481 \backslash
30482 colorbox{color}{
30483 \end_layout
30484
30485 \begin_layout Standard
30486 in TeX-Code.
30487  After the minipage insert a closing brace 
30488 \begin_inset Quotes eld
30489 \end_inset
30490
30491
30492 \series bold
30493 }
30494 \series default
30495
30496 \begin_inset Quotes erd
30497 \end_inset
30498
30499  in TeX-Code.
30500 \end_layout
30501
30502 \begin_layout Standard
30503 \begin_inset ERT
30504 status collapsed
30505
30506 \begin_layout Plain Layout
30507
30508
30509 \backslash
30510 colorbox{lightgrey}{
30511 \end_layout
30512
30513 \end_inset
30514
30515
30516 \begin_inset Box Frameless
30517 position "t"
30518 hor_pos "c"
30519 has_inner_box 1
30520 inner_pos "t"
30521 use_parbox 0
30522 use_makebox 0
30523 width "100col%"
30524 special "none"
30525 height "1in"
30526 height_special "totalheight"
30527 status collapsed
30528
30529 \begin_layout Plain Layout
30530 This is text with background color.
30531  This is text with background color.
30532 \end_layout
30533
30534 \begin_layout Plain Layout
30535 \begin_inset VSpace defskip
30536 \end_inset
30537
30538 The text can have footnotes
30539 \begin_inset Foot
30540 status collapsed
30541
30542 \begin_layout Plain Layout
30543 Another example footnote
30544 \end_layout
30545
30546 \end_inset
30547
30548  and can include tables and figures.
30549 \end_layout
30550
30551 \begin_layout Plain Layout
30552 \align center
30553 \begin_inset Tabular
30554 <lyxtabular version="3" rows="3" columns="3">
30555 <features tabularvalignment="middle">
30556 <column alignment="center" valignment="top" width="0">
30557 <column alignment="center" valignment="top" width="0">
30558 <column alignment="center" valignment="top" width="0">
30559 <row>
30560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30561 \begin_inset Text
30562
30563 \begin_layout Plain Layout
30564 a
30565 \end_layout
30566
30567 \end_inset
30568 </cell>
30569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30570 \begin_inset Text
30571
30572 \begin_layout Plain Layout
30573 !
30574 \end_layout
30575
30576 \end_inset
30577 </cell>
30578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30579 \begin_inset Text
30580
30581 \begin_layout Plain Layout
30582 3
30583 \end_layout
30584
30585 \end_inset
30586 </cell>
30587 </row>
30588 <row>
30589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30590 \begin_inset Text
30591
30592 \begin_layout Plain Layout
30593 <
30594 \end_layout
30595
30596 \end_inset
30597 </cell>
30598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30599 \begin_inset Text
30600
30601 \begin_layout Plain Layout
30602 b2
30603 \begin_inset Quotes erd
30604 \end_inset
30605
30606 |
30607 \end_layout
30608
30609 \end_inset
30610 </cell>
30611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30612 \begin_inset Text
30613
30614 \begin_layout Plain Layout
30615 >
30616 \end_layout
30617
30618 \end_inset
30619 </cell>
30620 </row>
30621 <row>
30622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30623 \begin_inset Text
30624
30625 \begin_layout Plain Layout
30626 1
30627 \end_layout
30628
30629 \end_inset
30630 </cell>
30631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30632 \begin_inset Text
30633
30634 \begin_layout Plain Layout
30635 §
30636 \end_layout
30637
30638 \end_inset
30639 </cell>
30640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30641 \begin_inset Text
30642
30643 \begin_layout Plain Layout
30644 c
30645 \end_layout
30646
30647 \end_inset
30648 </cell>
30649 </row>
30650 </lyxtabular>
30651
30652 \end_inset
30653
30654
30655 \end_layout
30656
30657 \end_inset
30658
30659
30660 \begin_inset ERT
30661 status collapsed
30662
30663 \begin_layout Plain Layout
30664
30665 }
30666 \end_layout
30667
30668 \end_inset
30669
30670
30671 \end_layout
30672
30673 \begin_layout Section
30674 Rotated and Scaled Boxes
30675 \end_layout
30676
30677 \begin_layout Standard
30678 To use the commands described in this section, the LaTeX-package 
30679 \series bold
30680 graphicx
30681 \series default
30682
30683 \begin_inset Index idx
30684 status collapsed
30685
30686 \begin_layout Plain Layout
30687 LaTeX-packages ! graphicx
30688 \end_layout
30689
30690 \end_inset
30691
30692  needs to be loaded in the document preamble with the command
30693 \end_layout
30694
30695 \begin_layout Standard
30696
30697 \series bold
30698
30699 \backslash
30700 @ifundefined{rotatebox}
30701 \begin_inset Newline newline
30702 \end_inset
30703
30704
30705 \begin_inset Phantom HPhantom
30706 status open
30707
30708 \begin_layout Plain Layout
30709
30710 \series bold
30711 \begin_inset space ~
30712 \end_inset
30713
30714
30715 \end_layout
30716
30717 \end_inset
30718
30719 {
30720 \backslash
30721 usepackage{graphicx}}{}
30722 \end_layout
30723
30724 \begin_layout Standard
30725 \begin_inset Note Greyedout
30726 status open
30727
30728 \begin_layout Plain Layout
30729
30730 \series bold
30731 Note:
30732 \series default
30733  Some DVI-viewers can't display rotated or scaled material.
30734 \end_layout
30735
30736 \end_inset
30737
30738
30739 \end_layout
30740
30741 \begin_layout Standard
30742 \begin_inset Note Greyedout
30743 status open
30744
30745 \begin_layout Plain Layout
30746
30747 \series bold
30748 Note:
30749 \series default
30750  Floats mustn't be inside a rotated or scaled box.
30751 \end_layout
30752
30753 \end_inset
30754
30755
30756 \end_layout
30757
30758 \begin_layout Subsection
30759 Rotated Boxes
30760 \begin_inset Index idx
30761 status collapsed
30762
30763 \begin_layout Plain Layout
30764 Boxes ! rotated
30765 \end_layout
30766
30767 \end_inset
30768
30769
30770 \begin_inset Index idx
30771 status collapsed
30772
30773 \begin_layout Plain Layout
30774 Rotated material
30775 \end_layout
30776
30777 \end_inset
30778
30779
30780 \begin_inset Index idx
30781 status collapsed
30782
30783 \begin_layout Plain Layout
30784 Figures ! rotated
30785 \end_layout
30786
30787 \end_inset
30788
30789
30790 \begin_inset Index idx
30791 status collapsed
30792
30793 \begin_layout Plain Layout
30794 Table Customization ! Rotating
30795 \end_layout
30796
30797 \end_inset
30798
30799
30800 \end_layout
30801
30802 \begin_layout Standard
30803 To rotate material, you can put it into a rotated box.
30804  Such a box is created using the command 
30805 \series bold
30806
30807 \backslash
30808 rotatebox
30809 \series default
30810  in TeX-Code with the following scheme:
30811 \end_layout
30812
30813 \begin_layout Standard
30814
30815 \series bold
30816
30817 \backslash
30818 rotatebox[rotation origin]{rotation angle}{box content}
30819 \end_layout
30820
30821 \begin_layout Standard
30822 The rotation origin is specified in the form 
30823 \series bold
30824 origin=position
30825 \series default
30826 .
30827  The following positions are possible: 
30828 \emph on
30829 c
30830 \emph default
30831  (center), 
30832 \emph on
30833 l
30834 \emph default
30835  (left), 
30836 \emph on
30837 r
30838 \emph default
30839  (right), 
30840 \emph on
30841 b
30842 \emph default
30843  (bottom), 
30844 \emph on
30845 t
30846 \emph default
30847  (top), along with meaningful combinations of the four base positions.
30848  For example 
30849 \emph on
30850 lt
30851 \emph default
30852  means that the rotation origin is at the top left corner of the box.
30853  When no rotation origin is specified, the position 
30854 \emph on
30855 l
30856 \emph default
30857  will be used.
30858  The rotation angle is a number that can be negative that specifies the
30859  angle in degrees.
30860  The rotation direction is counterclockwise.
30861 \end_layout
30862
30863 \begin_layout Standard
30864 In the following example the command 
30865 \series bold
30866
30867 \backslash
30868 rotatebox[origin=c]{60}{
30869 \series default
30870  was inserted as TeX-Code before the text 
30871 \begin_inset Quotes eld
30872 \end_inset
30873
30874 with rotated
30875 \begin_inset Quotes erd
30876 \end_inset
30877
30878 ; after the text the box was closed by a closing brace 
30879 \series bold
30880 }
30881 \series default
30882  in TeX-Code.
30883 \end_layout
30884
30885 \begin_layout Standard
30886 This is a line 
30887 \begin_inset ERT
30888 status collapsed
30889
30890 \begin_layout Plain Layout
30891
30892
30893 \backslash
30894 rotatebox[origin=c]{60}{
30895 \end_layout
30896
30897 \end_inset
30898
30899 with rotated
30900 \begin_inset ERT
30901 status collapsed
30902
30903 \begin_layout Plain Layout
30904
30905 }
30906 \end_layout
30907
30908 \end_inset
30909
30910  text.
30911 \end_layout
30912
30913 \begin_layout Standard
30914 The box content can also be another box or an inline formula:
30915 \end_layout
30916
30917 \begin_layout Standard
30918 This is a line
30919 \begin_inset ERT
30920 status collapsed
30921
30922 \begin_layout Plain Layout
30923
30924
30925 \backslash
30926 rotatebox[origin=r]{-60}{
30927 \end_layout
30928
30929 \end_inset
30930
30931
30932 \begin_inset Box Doublebox
30933 position "c"
30934 hor_pos "c"
30935 has_inner_box 0
30936 inner_pos "c"
30937 use_parbox 0
30938 use_makebox 0
30939 width "1in"
30940 special "width"
30941 height "1in"
30942 height_special "totalheight"
30943 status collapsed
30944
30945 \begin_layout Plain Layout
30946 with rotated
30947 \end_layout
30948
30949 \end_inset
30950
30951
30952 \begin_inset ERT
30953 status collapsed
30954
30955 \begin_layout Plain Layout
30956
30957 }
30958 \end_layout
30959
30960 \end_inset
30961
30962  framed text 
30963 \begin_inset ERT
30964 status collapsed
30965
30966 \begin_layout Plain Layout
30967
30968
30969 \backslash
30970 rotatebox[origin=lb]{60}{
30971 \end_layout
30972
30973 \end_inset
30974
30975
30976 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30977 \end_inset
30978
30979
30980 \begin_inset ERT
30981 status collapsed
30982
30983 \begin_layout Plain Layout
30984
30985 }
30986 \end_layout
30987
30988 \end_inset
30989
30990  and a formula.
30991 \end_layout
30992
30993 \begin_layout Standard
30994 or an image or table:
30995 \end_layout
30996
30997 \begin_layout Standard
30998 This is a line
30999 \begin_inset ERT
31000 status collapsed
31001
31002 \begin_layout Plain Layout
31003
31004
31005 \backslash
31006 rotatebox[origin=lb]{90}{
31007 \end_layout
31008
31009 \end_inset
31010
31011
31012 \begin_inset Graphics
31013         filename clipart/platypus.eps
31014         lyxscale 50
31015         width 25col%
31016
31017 \end_inset
31018
31019
31020 \begin_inset ERT
31021 status collapsed
31022
31023 \begin_layout Plain Layout
31024
31025 }
31026 \end_layout
31027
31028 \end_inset
31029
31030  with a rotated image 
31031 \begin_inset ERT
31032 status collapsed
31033
31034 \begin_layout Plain Layout
31035
31036
31037 \backslash
31038 rotatebox[origin=l]{-90}{
31039 \end_layout
31040
31041 \end_inset
31042
31043
31044 \begin_inset Tabular
31045 <lyxtabular version="3" rows="2" columns="2">
31046 <features tabularvalignment="middle">
31047 <column alignment="center" valignment="top" width="0">
31048 <column alignment="center" valignment="top" width="0">
31049 <row>
31050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31051 \begin_inset Text
31052
31053 \begin_layout Plain Layout
31054 q
31055 \end_layout
31056
31057 \end_inset
31058 </cell>
31059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31060 \begin_inset Text
31061
31062 \begin_layout Plain Layout
31063 w
31064 \end_layout
31065
31066 \end_inset
31067 </cell>
31068 </row>
31069 <row>
31070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31071 \begin_inset Text
31072
31073 \begin_layout Plain Layout
31074 e
31075 \end_layout
31076
31077 \end_inset
31078 </cell>
31079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31080 \begin_inset Text
31081
31082 \begin_layout Plain Layout
31083 r
31084 \end_layout
31085
31086 \end_inset
31087 </cell>
31088 </row>
31089 </lyxtabular>
31090
31091 \end_inset
31092
31093
31094 \begin_inset ERT
31095 status collapsed
31096
31097 \begin_layout Plain Layout
31098
31099 }
31100 \end_layout
31101
31102 \end_inset
31103
31104  and table.
31105 \end_layout
31106
31107 \begin_layout Subsection
31108 Scaled Boxes
31109 \begin_inset Index idx
31110 status collapsed
31111
31112 \begin_layout Plain Layout
31113 Boxes ! scaled
31114 \end_layout
31115
31116 \end_inset
31117
31118
31119 \begin_inset Index idx
31120 status collapsed
31121
31122 \begin_layout Plain Layout
31123 Scaled material
31124 \end_layout
31125
31126 \end_inset
31127
31128
31129 \begin_inset Index idx
31130 status collapsed
31131
31132 \begin_layout Plain Layout
31133 Figures ! scaled
31134 \end_layout
31135
31136 \end_inset
31137
31138
31139 \begin_inset Index idx
31140 status collapsed
31141
31142 \begin_layout Plain Layout
31143 Table Customization ! Scaling
31144 \end_layout
31145
31146 \end_inset
31147
31148
31149 \end_layout
31150
31151 \begin_layout Standard
31152 To scale material the commands 
31153 \series bold
31154
31155 \backslash
31156 scalebox
31157 \series default
31158  and 
31159 \series bold
31160
31161 \backslash
31162 resizebox
31163 \series default
31164  can be used as TeX-Code.
31165 \end_layout
31166
31167 \begin_layout Standard
31168
31169 \series bold
31170
31171 \backslash
31172 scalebox
31173 \series default
31174  is used with the following scheme:
31175 \end_layout
31176
31177 \begin_layout Standard
31178
31179 \series bold
31180
31181 \backslash
31182 scalebox{horizontal}[vertical]{box content}
31183 \end_layout
31184
31185 \begin_layout Standard
31186 Horizontal and vertical are the corresponding scaling factors.
31187  If no vertical scaling factor is given, the horizontal factor will also
31188  be used as the vertical one.
31189 \end_layout
31190
31191 \begin_layout Standard
31192 The command 
31193 \series bold
31194
31195 \backslash
31196 scalebox{2}{Hello}
31197 \series default
31198  creates for example a double size 
31199 \begin_inset ERT
31200 status collapsed
31201
31202 \begin_layout Plain Layout
31203
31204
31205 \backslash
31206 scalebox{2}{
31207 \end_layout
31208
31209 \end_inset
31210
31211 Hello
31212 \begin_inset ERT
31213 status collapsed
31214
31215 \begin_layout Plain Layout
31216
31217 }
31218 \end_layout
31219
31220 \end_inset
31221
31222 , compared with the document text size.
31223 \end_layout
31224
31225 \begin_layout Standard
31226
31227 \series bold
31228
31229 \backslash
31230 scalebox{2}[1]{Hello}
31231 \series default
31232  on the other hand distorts the 
31233 \begin_inset ERT
31234 status collapsed
31235
31236 \begin_layout Plain Layout
31237
31238
31239 \backslash
31240 scalebox{2}[1]{
31241 \end_layout
31242
31243 \end_inset
31244
31245 Hello
31246 \begin_inset ERT
31247 status collapsed
31248
31249 \begin_layout Plain Layout
31250
31251 }
31252 \end_layout
31253
31254 \end_inset
31255
31256 .
31257 \end_layout
31258
31259 \begin_layout Standard
31260 If the scaling factor is negative, the box content will be mirrored.
31261  Therefore the command 
31262 \series bold
31263
31264 \backslash
31265 scalebox{-1}[1]{Hello}
31266 \series default
31267  can be used to create mirror writing: 
31268 \begin_inset ERT
31269 status collapsed
31270
31271 \begin_layout Plain Layout
31272
31273
31274 \backslash
31275 scalebox{-1}[1]{
31276 \end_layout
31277
31278 \end_inset
31279
31280 Hello
31281 \begin_inset ERT
31282 status collapsed
31283
31284 \begin_layout Plain Layout
31285
31286 }
31287 \end_layout
31288
31289 \end_inset
31290
31291
31292 \end_layout
31293
31294 \begin_layout Standard
31295
31296 \series bold
31297
31298 \backslash
31299 scalebox{1}[-1]{Hello}
31300 \series default
31301  reflects the 
31302 \begin_inset ERT
31303 status collapsed
31304
31305 \begin_layout Plain Layout
31306
31307
31308 \backslash
31309 scalebox{1}[-1]{
31310 \end_layout
31311
31312 \end_inset
31313
31314 Hello
31315 \begin_inset ERT
31316 status collapsed
31317
31318 \begin_layout Plain Layout
31319
31320 }
31321 \end_layout
31322
31323 \end_inset
31324
31325  at the base line.
31326 \end_layout
31327
31328 \begin_layout Standard
31329 Equivalent to 
31330 \series bold
31331
31332 \backslash
31333 scalebox{-1}[1]{box content}
31334 \series default
31335  there exists the command
31336 \begin_inset Newline newline
31337 \end_inset
31338
31339
31340 \series bold
31341
31342 \backslash
31343 reflectbox{box content}
31344 \series default
31345 .
31346 \end_layout
31347
31348 \begin_layout Standard
31349 \begin_inset VSpace bigskip
31350 \end_inset
31351
31352 The command 
31353 \series bold
31354
31355 \backslash
31356 resizebox
31357 \series default
31358  is used to scale the box to a defined width and height.
31359  The command scheme is:
31360 \end_layout
31361
31362 \begin_layout Standard
31363
31364 \series bold
31365
31366 \backslash
31367 resizebox{width}{height}{box content}
31368 \end_layout
31369
31370 \begin_layout Standard
31371 If one of the two command arguments given is an exclamation mark 
31372 \series bold
31373 !
31374 \series default
31375 , the size is set so that the aspect ratio of the box content is kept.
31376 \end_layout
31377
31378 \begin_layout Standard
31379 The command 
31380 \series bold
31381
31382 \backslash
31383 resizebox{2cm}{1cm}{Hello}
31384 \series default
31385  produces: 
31386 \begin_inset ERT
31387 status collapsed
31388
31389 \begin_layout Plain Layout
31390
31391
31392 \backslash
31393 resizebox{2cm}{1cm}{
31394 \end_layout
31395
31396 \end_inset
31397
31398 Hello
31399 \begin_inset ERT
31400 status collapsed
31401
31402 \begin_layout Plain Layout
31403
31404 }
31405 \end_layout
31406
31407 \end_inset
31408
31409
31410 \begin_inset Newline newline
31411 \end_inset
31412
31413 The command 
31414 \series bold
31415
31416 \backslash
31417 resizebox{2cm}{!}{Hello}
31418 \series default
31419  produces: 
31420 \begin_inset ERT
31421 status collapsed
31422
31423 \begin_layout Plain Layout
31424
31425
31426 \backslash
31427 resizebox{2cm}{!}{
31428 \end_layout
31429
31430 \end_inset
31431
31432 Hello
31433 \begin_inset ERT
31434 status collapsed
31435
31436 \begin_layout Plain Layout
31437
31438 }
31439 \end_layout
31440
31441 \end_inset
31442
31443
31444 \end_layout
31445
31446 \begin_layout Standard
31447 \begin_inset VSpace bigskip
31448 \end_inset
31449
31450
31451 \begin_inset Note Greyedout
31452 status open
31453
31454 \begin_layout Plain Layout
31455
31456 \series bold
31457 Note:
31458 \series default
31459  When arguments of 
31460 \series bold
31461
31462 \backslash
31463 scalebox
31464 \series default
31465  or 
31466 \series bold
31467
31468 \backslash
31469 resizebox
31470 \series default
31471  are set to zero, no LaTeX-errors occur when exporting the document but
31472  the exported files can not or only partly be displayed.
31473 \end_layout
31474
31475 \end_inset
31476
31477
31478 \end_layout
31479
31480 \begin_layout Standard
31481 \begin_inset VSpace bigskip
31482 \end_inset
31483
31484
31485 \end_layout
31486
31487 \begin_layout Standard
31488 The boxes can be combined in any order.
31489  E.
31490 \begin_inset space \thinspace{}
31491 \end_inset
31492
31493 g.
31494 \begin_inset space \space{}
31495 \end_inset
31496
31497 the command
31498 \begin_inset Newline newline
31499 \end_inset
31500
31501
31502 \series bold
31503
31504 \backslash
31505 rotatebox[origin=c]{-45}{
31506 \backslash
31507 resizebox{2cm}{!}{
31508 \backslash
31509 reflectbox{Hello}}}
31510 \begin_inset Newline newline
31511 \end_inset
31512
31513
31514 \series default
31515 produces:
31516 \end_layout
31517
31518 \begin_layout Standard
31519 \align center
31520 \begin_inset ERT
31521 status collapsed
31522
31523 \begin_layout Plain Layout
31524
31525
31526 \backslash
31527 rotatebox[origin=c]{-45}{
31528 \backslash
31529 resizebox{2cm}{!}{
31530 \backslash
31531 reflectbox{
31532 \end_layout
31533
31534 \end_inset
31535
31536 Hello
31537 \begin_inset ERT
31538 status collapsed
31539
31540 \begin_layout Plain Layout
31541
31542 }}}
31543 \end_layout
31544
31545 \end_inset
31546
31547
31548 \end_layout
31549
31550 \begin_layout Standard
31551 \noindent
31552 Images, tables, and inline formulas are allowed as box content:
31553 \end_layout
31554
31555 \begin_layout Standard
31556 \align center
31557 \begin_inset ERT
31558 status collapsed
31559
31560 \begin_layout Plain Layout
31561
31562
31563 \backslash
31564 rotatebox[origin=c]{-30}{
31565 \backslash
31566 resizebox{2cm}{!}{
31567 \backslash
31568 reflectbox{
31569 \end_layout
31570
31571 \end_inset
31572
31573
31574 \begin_inset Graphics
31575         filename clipart/platypus.eps
31576         lyxscale 50
31577         width 25col%
31578
31579 \end_inset
31580
31581
31582 \begin_inset ERT
31583 status collapsed
31584
31585 \begin_layout Plain Layout
31586
31587 }}}
31588 \end_layout
31589
31590 \end_inset
31591
31592
31593 \begin_inset ERT
31594 status collapsed
31595
31596 \begin_layout Plain Layout
31597
31598
31599 \backslash
31600 rotatebox[origin=c]{-45}{
31601 \backslash
31602 resizebox{2cm}{!}{
31603 \backslash
31604 reflectbox{
31605 \end_layout
31606
31607 \end_inset
31608
31609
31610 \begin_inset Tabular
31611 <lyxtabular version="3" rows="2" columns="2">
31612 <features tabularvalignment="middle">
31613 <column alignment="center" valignment="top" width="0">
31614 <column alignment="center" valignment="top" width="0">
31615 <row>
31616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31617 \begin_inset Text
31618
31619 \begin_layout Plain Layout
31620 q
31621 \end_layout
31622
31623 \end_inset
31624 </cell>
31625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31626 \begin_inset Text
31627
31628 \begin_layout Plain Layout
31629 w
31630 \end_layout
31631
31632 \end_inset
31633 </cell>
31634 </row>
31635 <row>
31636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31637 \begin_inset Text
31638
31639 \begin_layout Plain Layout
31640 e
31641 \end_layout
31642
31643 \end_inset
31644 </cell>
31645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31646 \begin_inset Text
31647
31648 \begin_layout Plain Layout
31649 r
31650 \end_layout
31651
31652 \end_inset
31653 </cell>
31654 </row>
31655 </lyxtabular>
31656
31657 \end_inset
31658
31659
31660 \begin_inset ERT
31661 status collapsed
31662
31663 \begin_layout Plain Layout
31664
31665 }}}
31666 \end_layout
31667
31668 \end_inset
31669
31670
31671 \begin_inset ERT
31672 status collapsed
31673
31674 \begin_layout Plain Layout
31675
31676
31677 \backslash
31678 rotatebox[origin=c]{-45}{
31679 \backslash
31680 resizebox{2cm}{!}{
31681 \backslash
31682 reflectbox{
31683 \end_layout
31684
31685 \end_inset
31686
31687
31688 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31689 \end_inset
31690
31691
31692 \begin_inset ERT
31693 status collapsed
31694
31695 \begin_layout Plain Layout
31696
31697 }}}
31698 \end_layout
31699
31700 \end_inset
31701
31702
31703 \end_layout
31704
31705 \begin_layout Standard
31706 When the global formula style 
31707 \series bold
31708 fleqn
31709 \series default
31710  is used in the document
31711 \begin_inset Foot
31712 status collapsed
31713
31714 \begin_layout Plain Layout
31715 When 
31716 \begin_inset Quotes eld
31717 \end_inset
31718
31719 fleqn
31720 \begin_inset Quotes erd
31721 \end_inset
31722
31723  is added to the document class options.
31724 \end_layout
31725
31726 \end_inset
31727
31728 , display style formulas can also be scaled.
31729 \end_layout
31730
31731 \begin_layout Chapter
31732 Objects Surrounded by Text
31733 \begin_inset Index idx
31734 status collapsed
31735
31736 \begin_layout Plain Layout
31737 Surrounded by text
31738 \end_layout
31739
31740 \end_inset
31741
31742
31743 \end_layout
31744
31745 \begin_layout Section
31746 Wrap Floats
31747 \begin_inset CommandInset label
31748 LatexCommand label
31749 name "sec:Wrap-Floats"
31750
31751 \end_inset
31752
31753
31754 \begin_inset Index idx
31755 status collapsed
31756
31757 \begin_layout Plain Layout
31758 Floats ! Wrap Floats
31759 \end_layout
31760
31761 \end_inset
31762
31763
31764 \begin_inset Index idx
31765 status collapsed
31766
31767 \begin_layout Plain Layout
31768 Surrounded by text ! Wrap Floats
31769 \end_layout
31770
31771 \end_inset
31772
31773
31774 \end_layout
31775
31776 \begin_layout Standard
31777 \begin_inset Wrap figure
31778 lines 0
31779 placement l
31780 overhang 1cm
31781 width "40col%"
31782 status open
31783
31784 \begin_layout Plain Layout
31785 \begin_inset Graphics
31786         filename clipart/mobius.eps
31787         width 40col%
31788         scaleBeforeRotation
31789         rotateOrigin center
31790
31791 \end_inset
31792
31793
31794 \end_layout
31795
31796 \begin_layout Plain Layout
31797 \begin_inset Caption
31798
31799 \begin_layout Plain Layout
31800 \begin_inset CommandInset label
31801 LatexCommand label
31802 name "fig:This-is-a"
31803
31804 \end_inset
31805
31806 This is a figure wrap float.
31807 \end_layout
31808
31809 \end_inset
31810
31811
31812 \end_layout
31813
31814 \end_inset
31815
31816  This float type is used if you want to wrap text around a figure or table
31817  so that it only occupies some fraction of the column width.
31818  It can be inserted using the menu 
31819 \family sans
31820 Insert\SpecialChar \menuseparator
31821 Floats\SpecialChar \menuseparator
31822 Figure
31823 \begin_inset space ~
31824 \end_inset
31825
31826 Wrap
31827 \begin_inset space ~
31828 \end_inset
31829
31830 Float
31831 \family default
31832  or 
31833 \family sans
31834 Table
31835 \begin_inset space ~
31836 \end_inset
31837
31838 Wrap
31839 \begin_inset space ~
31840 \end_inset
31841
31842 Float
31843 \family default
31844  if the LaTeX-package 
31845 \series bold
31846 wrapfig
31847 \series default
31848
31849 \begin_inset Index idx
31850 status collapsed
31851
31852 \begin_layout Plain Layout
31853 LaTeX-packages ! wrapfig
31854 \begin_inset ERT
31855 status collapsed
31856
31857 \begin_layout Plain Layout
31858
31859
31860 \backslash
31861 vspace{4mm}
31862 \end_layout
31863
31864 \end_inset
31865
31866
31867 \end_layout
31868
31869 \end_inset
31870
31871  is installed.
31872 \begin_inset Foot
31873 status collapsed
31874
31875 \begin_layout Plain Layout
31876 Installing a LaTeX-package is explained it in the 
31877 \emph on
31878 LaTeX
31879 \begin_inset space ~
31880 \end_inset
31881
31882 Configuration
31883 \emph default
31884  manual.
31885 \end_layout
31886
31887 \end_inset
31888
31889  The settings of the float can be modified by right-clicking on the float
31890  box.
31891  The mandatory settings are the float 
31892 \family sans
31893 Placement
31894 \family default
31895  and its 
31896 \family sans
31897 Width
31898 \family default
31899 .
31900  Optional are the 
31901 \family sans
31902 Overhang
31903 \family default
31904  that specifies how much the float is set into the paragraph
31905 \begin_inset space \thinspace{}
31906 \end_inset
31907
31908 /
31909 \begin_inset space \thinspace{}
31910 \end_inset
31911
31912 page margin, and the 
31913 \family sans
31914 Line
31915 \begin_inset space ~
31916 \end_inset
31917
31918 span
31919 \family default
31920  that specifies how many text lines the float will approximately need.
31921  The line span is often hard to approximate; so it is better only to use
31922  it when you encounter float placement problems.
31923  You can furthermore decide if LaTeX is allowed to let the float float within
31924  the paragraph or to surrounding paragraphs.
31925  Figure
31926 \begin_inset space ~
31927 \end_inset
31928
31929
31930 \begin_inset CommandInset ref
31931 LatexCommand ref
31932 reference "fig:This-is-a"
31933
31934 \end_inset
31935
31936  is an example text wrap float with a width of 40
31937 \begin_inset space \thinspace{}
31938 \end_inset
31939
31940 col%, 1
31941 \begin_inset space \thinspace{}
31942 \end_inset
31943
31944 cm overhang, set to the left.
31945 \end_layout
31946
31947 \begin_layout Standard
31948 \begin_inset Note Greyedout
31949 status open
31950
31951 \begin_layout Plain Layout
31952
31953 \series bold
31954 Note:
31955 \series default
31956  Text
31957 \begin_inset space ~
31958 \end_inset
31959
31960 wrap float floats are fragile! E.
31961 \begin_inset space \thinspace{}
31962 \end_inset
31963
31964 g.
31965 \begin_inset space \space{}
31966 \end_inset
31967
31968 having a figure too close to the bottom of the page can mess things up in
31969  such a way that the float does not appear in the output or that it is placed
31970  over some other text.
31971 \end_layout
31972
31973 \end_inset
31974
31975
31976 \end_layout
31977
31978 \begin_layout Standard
31979 In general, the following applies for wrap floats:
31980 \end_layout
31981
31982 \begin_layout Itemize
31983 They should not be placed in paragraphs that run over a page break.
31984  That means that wrap floats are better inserted in their exact place when
31985  the document is almost finished and you are able to estimate where page
31986  breaks will appear.
31987 \end_layout
31988
31989 \begin_layout Itemize
31990 They should either be placed in their own paragraph before the paragraph
31991  where they should wrap into or within a paragraph.
31992 \end_layout
31993
31994 \begin_layout Itemize
31995 In consecutive paragraphs they may cause troubles, so ensure that there
31996  is a text paragraph between them as separator.
31997 \end_layout
31998
31999 \begin_layout Itemize
32000 They are not allowed in section headings or tables.
32001 \end_layout
32002
32003 \begin_layout Itemize
32004 Their numbering and referencing works as described in chap.
32005 \begin_inset space \thinspace{}
32006 \end_inset
32007
32008
32009 \begin_inset CommandInset ref
32010 LatexCommand ref
32011 reference "chap:Floats"
32012
32013 \end_inset
32014
32015 .
32016 \end_layout
32017
32018 \begin_layout Section
32019 Surrounded Fixed Objects
32020 \begin_inset Index idx
32021 status collapsed
32022
32023 \begin_layout Plain Layout
32024 Surrounded by text ! Fixed objects
32025 \end_layout
32026
32027 \end_inset
32028
32029
32030 \end_layout
32031
32032 \begin_layout Standard
32033 The wrap floats described in sec.
32034 \begin_inset space \thinspace{}
32035 \end_inset
32036
32037
32038 \begin_inset CommandInset ref
32039 LatexCommand ref
32040 reference "sec:Wrap-Floats"
32041
32042 \end_inset
32043
32044  have these positions in the paragraph:
32045 \end_layout
32046
32047 \begin_layout Standard
32048 \noindent
32049 \align center
32050 \begin_inset Tabular
32051 <lyxtabular version="3" rows="2" columns="2">
32052 <features tabularvalignment="middle">
32053 <column alignment="center" valignment="top" width="0">
32054 <column alignment="center" valignment="top" width="0">
32055 <row>
32056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32057 \begin_inset Text
32058
32059 \begin_layout Plain Layout
32060 \begin_inset Graphics
32061         filename ../images/dialog-show-new-inset_graphics.png
32062         scale 70
32063         scaleBeforeRotation
32064         BoundingBox 0bp 6bp 22bp 22bp
32065
32066 \end_inset
32067
32068
32069 \end_layout
32070
32071 \end_inset
32072 </cell>
32073 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32074 \begin_inset Text
32075
32076 \begin_layout Plain Layout
32077 text
32078 \end_layout
32079
32080 \end_inset
32081 </cell>
32082 </row>
32083 <row>
32084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32085 \begin_inset Text
32086
32087 \begin_layout Plain Layout
32088 text
32089 \end_layout
32090
32091 \end_inset
32092 </cell>
32093 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32094 \begin_inset Text
32095
32096 \begin_layout Plain Layout
32097 text
32098 \end_layout
32099
32100 \end_inset
32101 </cell>
32102 </row>
32103 </lyxtabular>
32104
32105 \end_inset
32106
32107  or 
32108 \begin_inset Tabular
32109 <lyxtabular version="3" rows="2" columns="2">
32110 <features tabularvalignment="middle">
32111 <column alignment="center" valignment="top" width="0">
32112 <column alignment="center" valignment="top" width="0">
32113 <row>
32114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32115 \begin_inset Text
32116
32117 \begin_layout Plain Layout
32118 text
32119 \end_layout
32120
32121 \end_inset
32122 </cell>
32123 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32124 \begin_inset Text
32125
32126 \begin_layout Plain Layout
32127 \begin_inset Graphics
32128         filename ../images/dialog-show-new-inset_graphics.png
32129         scale 70
32130         scaleBeforeRotation
32131         BoundingBox 0bp 6bp 22bp 22bp
32132
32133 \end_inset
32134
32135
32136 \end_layout
32137
32138 \end_inset
32139 </cell>
32140 </row>
32141 <row>
32142 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32143 \begin_inset Text
32144
32145 \begin_layout Plain Layout
32146 text
32147 \end_layout
32148
32149 \end_inset
32150 </cell>
32151 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32152 \begin_inset Text
32153
32154 \begin_layout Plain Layout
32155 text
32156 \end_layout
32157
32158 \end_inset
32159 </cell>
32160 </row>
32161 </lyxtabular>
32162
32163 \end_inset
32164
32165
32166 \end_layout
32167
32168 \begin_layout Standard
32169 To get an object exactly at the position where it is inserted, for example
32170  to get one of these positions:
32171 \begin_inset VSpace defskip
32172 \end_inset
32173
32174
32175 \end_layout
32176
32177 \begin_layout Standard
32178 \noindent
32179 \align center
32180 \begin_inset Tabular
32181 <lyxtabular version="3" rows="2" columns="2">
32182 <features tabularvalignment="middle">
32183 <column alignment="center" valignment="top" width="0">
32184 <column alignment="center" valignment="top" width="0">
32185 <row>
32186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32187 \begin_inset Text
32188
32189 \begin_layout Plain Layout
32190 text
32191 \end_layout
32192
32193 \end_inset
32194 </cell>
32195 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32196 \begin_inset Text
32197
32198 \begin_layout Plain Layout
32199 text
32200 \end_layout
32201
32202 \end_inset
32203 </cell>
32204 </row>
32205 <row>
32206 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32207 \begin_inset Text
32208
32209 \begin_layout Plain Layout
32210 \begin_inset Graphics
32211         filename ../images/dialog-show-new-inset_graphics.png
32212         scale 70
32213         scaleBeforeRotation
32214         BoundingBox 0bp 6bp 22bp 22bp
32215
32216 \end_inset
32217
32218
32219 \end_layout
32220
32221 \end_inset
32222 </cell>
32223 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32224 \begin_inset Text
32225
32226 \begin_layout Plain Layout
32227 text
32228 \end_layout
32229
32230 \end_inset
32231 </cell>
32232 </row>
32233 </lyxtabular>
32234
32235 \end_inset
32236
32237  
32238 \begin_inset Tabular
32239 <lyxtabular version="3" rows="2" columns="2">
32240 <features tabularvalignment="middle">
32241 <column alignment="center" valignment="top" width="0">
32242 <column alignment="center" valignment="top" width="0">
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 text
32249 \end_layout
32250
32251 \end_inset
32252 </cell>
32253 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32254 \begin_inset Text
32255
32256 \begin_layout Plain Layout
32257 text
32258 \end_layout
32259
32260 \end_inset
32261 </cell>
32262 </row>
32263 <row>
32264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32265 \begin_inset Text
32266
32267 \begin_layout Plain Layout
32268 text
32269 \end_layout
32270
32271 \end_inset
32272 </cell>
32273 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32274 \begin_inset Text
32275
32276 \begin_layout Plain Layout
32277 \begin_inset Graphics
32278         filename ../images/dialog-show-new-inset_graphics.png
32279         scale 70
32280         scaleBeforeRotation
32281         BoundingBox 0bp 6bp 22bp 22bp
32282
32283 \end_inset
32284
32285
32286 \end_layout
32287
32288 \end_inset
32289 </cell>
32290 </row>
32291 </lyxtabular>
32292
32293 \end_inset
32294
32295  
32296 \begin_inset Tabular
32297 <lyxtabular version="3" rows="2" columns="3">
32298 <features tabularvalignment="middle">
32299 <column alignment="center" valignment="top" width="0">
32300 <column alignment="center" valignment="top" width="0">
32301 <column alignment="center" valignment="top" width="0">
32302 <row>
32303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32304 \begin_inset Text
32305
32306 \begin_layout Plain Layout
32307 text
32308 \end_layout
32309
32310 \end_inset
32311 </cell>
32312 <cell alignment="center" valignment="top" topline="true" usebox="none">
32313 \begin_inset Text
32314
32315 \begin_layout Plain Layout
32316 \begin_inset Graphics
32317         filename ../images/dialog-show-new-inset_graphics.png
32318         scale 70
32319         scaleBeforeRotation
32320         BoundingBox 0bp 6bp 22bp 22bp
32321
32322 \end_inset
32323
32324
32325 \end_layout
32326
32327 \end_inset
32328 </cell>
32329 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32330 \begin_inset Text
32331
32332 \begin_layout Plain Layout
32333 text
32334 \end_layout
32335
32336 \end_inset
32337 </cell>
32338 </row>
32339 <row>
32340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32341 \begin_inset Text
32342
32343 \begin_layout Plain Layout
32344 text
32345 \end_layout
32346
32347 \end_inset
32348 </cell>
32349 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32350 \begin_inset Text
32351
32352 \begin_layout Plain Layout
32353 text
32354 \end_layout
32355
32356 \end_inset
32357 </cell>
32358 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32359 \begin_inset Text
32360
32361 \begin_layout Plain Layout
32362 text
32363 \end_layout
32364
32365 \end_inset
32366 </cell>
32367 </row>
32368 </lyxtabular>
32369
32370 \end_inset
32371
32372  
32373 \begin_inset Tabular
32374 <lyxtabular version="3" rows="2" columns="3">
32375 <features tabularvalignment="middle">
32376 <column alignment="center" valignment="top" width="0">
32377 <column alignment="center" valignment="top" width="0">
32378 <column alignment="center" valignment="top" width="0">
32379 <row>
32380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32381 \begin_inset Text
32382
32383 \begin_layout Plain Layout
32384 text
32385 \end_layout
32386
32387 \end_inset
32388 </cell>
32389 <cell alignment="center" valignment="top" topline="true" usebox="none">
32390 \begin_inset Text
32391
32392 \begin_layout Plain Layout
32393 text
32394 \end_layout
32395
32396 \end_inset
32397 </cell>
32398 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32399 \begin_inset Text
32400
32401 \begin_layout Plain Layout
32402 text
32403 \end_layout
32404
32405 \end_inset
32406 </cell>
32407 </row>
32408 <row>
32409 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32410 \begin_inset Text
32411
32412 \begin_layout Plain Layout
32413 text
32414 \end_layout
32415
32416 \end_inset
32417 </cell>
32418 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32419 \begin_inset Text
32420
32421 \begin_layout Plain Layout
32422 \begin_inset Graphics
32423         filename ../images/dialog-show-new-inset_graphics.png
32424         scale 70
32425         scaleBeforeRotation
32426         BoundingBox 0bp 6bp 22bp 22bp
32427
32428 \end_inset
32429
32430
32431 \end_layout
32432
32433 \end_inset
32434 </cell>
32435 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32436 \begin_inset Text
32437
32438 \begin_layout Plain Layout
32439 text
32440 \end_layout
32441
32442 \end_inset
32443 </cell>
32444 </row>
32445 </lyxtabular>
32446
32447 \end_inset
32448
32449
32450 \end_layout
32451
32452 \begin_layout Standard
32453 \noindent
32454 \align center
32455 \begin_inset Tabular
32456 <lyxtabular version="3" rows="3" columns="2">
32457 <features tabularvalignment="middle">
32458 <column alignment="center" valignment="top" width="0">
32459 <column alignment="center" valignment="top" width="0">
32460 <row>
32461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32462 \begin_inset Text
32463
32464 \begin_layout Plain Layout
32465 text
32466 \end_layout
32467
32468 \end_inset
32469 </cell>
32470 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32471 \begin_inset Text
32472
32473 \begin_layout Plain Layout
32474 text
32475 \end_layout
32476
32477 \end_inset
32478 </cell>
32479 </row>
32480 <row>
32481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32482 \begin_inset Text
32483
32484 \begin_layout Plain Layout
32485 \begin_inset Graphics
32486         filename ../images/dialog-show-new-inset_graphics.png
32487         scale 70
32488         scaleBeforeRotation
32489         BoundingBox 0bp 6bp 22bp 22bp
32490
32491 \end_inset
32492
32493
32494 \end_layout
32495
32496 \end_inset
32497 </cell>
32498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32499 \begin_inset Text
32500
32501 \begin_layout Plain Layout
32502 text
32503 \end_layout
32504
32505 \end_inset
32506 </cell>
32507 </row>
32508 <row>
32509 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32510 \begin_inset Text
32511
32512 \begin_layout Plain Layout
32513 text
32514 \end_layout
32515
32516 \end_inset
32517 </cell>
32518 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32519 \begin_inset Text
32520
32521 \begin_layout Plain Layout
32522 text
32523 \end_layout
32524
32525 \end_inset
32526 </cell>
32527 </row>
32528 </lyxtabular>
32529
32530 \end_inset
32531
32532  
32533 \begin_inset Tabular
32534 <lyxtabular version="3" rows="3" columns="3">
32535 <features tabularvalignment="middle">
32536 <column alignment="center" valignment="top" width="0">
32537 <column alignment="center" valignment="top" width="0">
32538 <column alignment="center" valignment="top" width="0">
32539 <row>
32540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32541 \begin_inset Text
32542
32543 \begin_layout Plain Layout
32544 text
32545 \end_layout
32546
32547 \end_inset
32548 </cell>
32549 <cell alignment="center" valignment="top" topline="true" usebox="none">
32550 \begin_inset Text
32551
32552 \begin_layout Plain Layout
32553 text
32554 \end_layout
32555
32556 \end_inset
32557 </cell>
32558 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32559 \begin_inset Text
32560
32561 \begin_layout Plain Layout
32562 text
32563 \end_layout
32564
32565 \end_inset
32566 </cell>
32567 </row>
32568 <row>
32569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32570 \begin_inset Text
32571
32572 \begin_layout Plain Layout
32573 text
32574 \end_layout
32575
32576 \end_inset
32577 </cell>
32578 <cell alignment="center" valignment="top" usebox="none">
32579 \begin_inset Text
32580
32581 \begin_layout Plain Layout
32582 \begin_inset Graphics
32583         filename ../images/dialog-show-new-inset_graphics.png
32584         scale 70
32585         scaleBeforeRotation
32586         BoundingBox 0bp 6bp 22bp 22bp
32587
32588 \end_inset
32589
32590
32591 \end_layout
32592
32593 \end_inset
32594 </cell>
32595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32596 \begin_inset Text
32597
32598 \begin_layout Plain Layout
32599 text
32600 \end_layout
32601
32602 \end_inset
32603 </cell>
32604 </row>
32605 <row>
32606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32607 \begin_inset Text
32608
32609 \begin_layout Plain Layout
32610 text
32611 \end_layout
32612
32613 \end_inset
32614 </cell>
32615 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32616 \begin_inset Text
32617
32618 \begin_layout Plain Layout
32619 text
32620 \end_layout
32621
32622 \end_inset
32623 </cell>
32624 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32625 \begin_inset Text
32626
32627 \begin_layout Plain Layout
32628 text
32629 \end_layout
32630
32631 \end_inset
32632 </cell>
32633 </row>
32634 </lyxtabular>
32635
32636 \end_inset
32637
32638  
32639 \begin_inset Tabular
32640 <lyxtabular version="3" rows="3" columns="2">
32641 <features tabularvalignment="middle">
32642 <column alignment="center" valignment="top" width="0">
32643 <column alignment="center" valignment="top" width="0">
32644 <row>
32645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32646 \begin_inset Text
32647
32648 \begin_layout Plain Layout
32649 text
32650 \end_layout
32651
32652 \end_inset
32653 </cell>
32654 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32655 \begin_inset Text
32656
32657 \begin_layout Plain Layout
32658 text
32659 \end_layout
32660
32661 \end_inset
32662 </cell>
32663 </row>
32664 <row>
32665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32666 \begin_inset Text
32667
32668 \begin_layout Plain Layout
32669 text
32670 \end_layout
32671
32672 \end_inset
32673 </cell>
32674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32675 \begin_inset Text
32676
32677 \begin_layout Plain Layout
32678 \begin_inset Graphics
32679         filename ../images/dialog-show-new-inset_graphics.png
32680         scale 70
32681         scaleBeforeRotation
32682         BoundingBox 0bp 6bp 22bp 22bp
32683
32684 \end_inset
32685
32686
32687 \end_layout
32688
32689 \end_inset
32690 </cell>
32691 </row>
32692 <row>
32693 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32694 \begin_inset Text
32695
32696 \begin_layout Plain Layout
32697 text
32698 \end_layout
32699
32700 \end_inset
32701 </cell>
32702 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32703 \begin_inset Text
32704
32705 \begin_layout Plain Layout
32706 text
32707 \end_layout
32708
32709 \end_inset
32710 </cell>
32711 </row>
32712 </lyxtabular>
32713
32714 \end_inset
32715
32716
32717 \end_layout
32718
32719 \begin_layout Standard
32720 \noindent
32721 you can use the LaTeX-package 
32722 \series bold
32723 picinpar
32724 \series default
32725
32726 \begin_inset Index idx
32727 status collapsed
32728
32729 \begin_layout Plain Layout
32730 LaTeX-packages ! picinpar
32731 \end_layout
32732
32733 \end_inset
32734
32735 .
32736  Here is an example:
32737 \end_layout
32738
32739 \begin_layout Standard
32740 \begin_inset ERT
32741 status collapsed
32742
32743 \begin_layout Plain Layout
32744
32745
32746 \backslash
32747 ifpicinpar
32748 \end_layout
32749
32750 \end_inset
32751
32752
32753 \begin_inset Note Note
32754 status open
32755
32756 \begin_layout Plain Layout
32757 The following section will only be displayed when the LaTeX-package 
32758 \series bold
32759 picinpar
32760 \series default
32761  is installed.
32762 \end_layout
32763
32764 \end_inset
32765
32766
32767 \end_layout
32768
32769 \begin_layout Standard
32770 \begin_inset ERT
32771 status collapsed
32772
32773 \begin_layout Plain Layout
32774
32775
32776 \backslash
32777 begin{window}[2,c,{
32778 \end_layout
32779
32780 \end_inset
32781
32782
32783 \begin_inset Graphics
32784         filename clipart/mobius.eps
32785         lyxscale 60
32786         width 40col%
32787         scaleBeforeRotation
32788         rotateOrigin center
32789
32790 \end_inset
32791
32792
32793 \begin_inset ERT
32794 status collapsed
32795
32796 \begin_layout Plain Layout
32797
32798 },]
32799 \end_layout
32800
32801 \begin_layout Plain Layout
32802
32803 {}
32804 \end_layout
32805
32806 \end_inset
32807
32808
32809 \size small
32810 It was in the spring of the year 1894 that all London was interested, and
32811  the fashionable world dismayed, by the murder of the Honourable Ronald
32812  Adair under most unusual and inexplicable circumstances.
32813  The public has already learned those particulars of the crime which
32814 \size default
32815
32816 \begin_inset ERT
32817 status collapsed
32818
32819 \begin_layout Plain Layout
32820
32821
32822 \backslash
32823 footnotemark{}
32824 \end_layout
32825
32826 \end_inset
32827
32828
32829 \size small
32830  came out in the police investigation, but a good deal was suppressed upon
32831  that occasion, since the case for the prosecution was so overwhelmingly
32832  strong that it was not necessary to bring forward all the facts.
32833  Only now, at the end of nearly ten years, am I allowed to supply those
32834  missing links which make up the whole of that remarkable chain.
32835 \size default
32836
32837 \begin_inset ERT
32838 status collapsed
32839
32840 \begin_layout Plain Layout
32841
32842
32843 \backslash
32844 end{window}
32845 \end_layout
32846
32847 \end_inset
32848
32849
32850 \end_layout
32851
32852 \begin_layout Standard
32853 \begin_inset ERT
32854 status collapsed
32855
32856 \begin_layout Plain Layout
32857
32858
32859 \backslash
32860 footnotetext{
32861 \end_layout
32862
32863 \end_inset
32864
32865 Footnote of the paragraph with the fixed object.
32866 \begin_inset ERT
32867 status collapsed
32868
32869 \begin_layout Plain Layout
32870
32871 }
32872 \end_layout
32873
32874 \end_inset
32875
32876
32877 \end_layout
32878
32879 \begin_layout Standard
32880 Surrounded fixed objects are used to let text float around them, at which
32881  the object's position in the paragraph can be determined by the number
32882  of lines above it.
32883  In contrary to floats is it not possible to have a numbered caption.
32884 \end_layout
32885
32886 \begin_layout Standard
32887 A fixed object is inserted by adding the command
32888 \end_layout
32889
32890 \begin_layout Standard
32891
32892 \series bold
32893
32894 \backslash
32895 begin{window}[2,c,{
32896 \end_layout
32897
32898 \begin_layout Standard
32899 as TeX Code at the beginning of the paragraph.
32900  The first parameter in the bracket, here '2', defines the number of lines
32901  above the object, the second, here 'c', the position of the object.
32902  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
32903  Behind the command you insert the object.
32904  In this example an image with a width of 40
32905 \begin_inset space \thinspace{}
32906 \end_inset
32907
32908 % of the text column width was inserted.
32909  The object can also be a table, a box or an equation.
32910  Behind the object the command
32911 \end_layout
32912
32913 \begin_layout Standard
32914
32915 \series bold
32916 },description text]
32917 \begin_inset Newline newline
32918 \end_inset
32919
32920 {}
32921 \end_layout
32922
32923 \begin_layout Standard
32924 is inserted.
32925  Note that the 
32926 \begin_inset Quotes eld
32927 \end_inset
32928
32929
32930 \series bold
32931 {}
32932 \series default
32933
32934 \begin_inset Quotes erd
32935 \end_inset
32936
32937  is in the second line.
32938  The description text is optional.
32939  The text surrounding the object must be in the same paragraph as the object,
32940  so it must begin directly after the 
32941 \series bold
32942 {}
32943 \series default
32944 .
32945  At the end of the paragraph insert the command:
32946 \end_layout
32947
32948 \begin_layout Standard
32949
32950 \series bold
32951
32952 \backslash
32953 end{window}
32954 \end_layout
32955
32956 \begin_layout Standard
32957 Within a paragraph with a fixed object, you cannot insert footnotes in the
32958  normal way.
32959  You have to use instead the command 
32960 \series bold
32961
32962 \backslash
32963 footnotemark
32964 \series default
32965  inside the paragraph and outside the command 
32966 \series bold
32967
32968 \backslash
32969 footnotetext
32970 \series default
32971  as described in sec.
32972 \begin_inset space \thinspace{}
32973 \end_inset
32974
32975
32976 \begin_inset CommandInset ref
32977 LatexCommand ref
32978 reference "sec:Footnotes"
32979
32980 \end_inset
32981
32982 .
32983 \end_layout
32984
32985 \begin_layout Standard
32986 \begin_inset ERT
32987 status collapsed
32988
32989 \begin_layout Plain Layout
32990
32991
32992 \backslash
32993 else
32994 \end_layout
32995
32996 \end_inset
32997
32998
32999 \begin_inset Note Note
33000 status open
33001
33002 \begin_layout Plain Layout
33003 The following will be displayed when the LaTeX-package 
33004 \series bold
33005 picinpar
33006 \series default
33007  is not installed:
33008 \end_layout
33009
33010 \end_inset
33011
33012
33013 \end_layout
33014
33015 \begin_layout Standard
33016 You need to install the LaTeX-package 
33017 \series bold
33018 picinpar
33019 \series default
33020  to see the following part of this section in the output.
33021 \end_layout
33022
33023 \begin_layout Standard
33024 \begin_inset ERT
33025 status collapsed
33026
33027 \begin_layout Plain Layout
33028
33029
33030 \backslash
33031 fi
33032 \end_layout
33033
33034 \end_inset
33035
33036
33037 \end_layout
33038
33039 \begin_layout Section
33040 Initials
33041 \begin_inset Index idx
33042 status collapsed
33043
33044 \begin_layout Plain Layout
33045 Initials
33046 \end_layout
33047
33048 \end_inset
33049
33050
33051 \begin_inset Index idx
33052 status collapsed
33053
33054 \begin_layout Plain Layout
33055 Surrounded by text ! Initials
33056 \end_layout
33057
33058 \end_inset
33059
33060
33061 \end_layout
33062
33063 \begin_layout Standard
33064 To use initials, you must have the LaTeX package 
33065 \series bold
33066 lettrine
33067 \series default
33068
33069 \begin_inset Index idx
33070 status collapsed
33071
33072 \begin_layout Plain Layout
33073 LaTeX-packages ! lettrine
33074 \end_layout
33075
33076 \end_inset
33077
33078  installed and use the module 
33079 \family sans
33080 Initials
33081 \family default
33082  in your document (menu 
33083 \family sans
33084 Document\SpecialChar \menuseparator
33085 Settings\SpecialChar \menuseparator
33086 Modules
33087 \family default
33088 ).
33089  To insert an initial, use the style 
33090 \family sans
33091 Initial
33092 \family default
33093 .
33094  This style has a mandatory and an optional argument.
33095  The mandatory argument is inserted via the menu 
33096 \family sans
33097 Insert\SpecialChar \menuseparator
33098 Short
33099 \begin_inset space ~
33100 \end_inset
33101
33102 Title
33103 \family default
33104  and contains the letter that is the initial.
33105  To use the also the optional argument, insert another argument in front
33106  of the mandatory argument.
33107  This one contains parameters to modify the initial.
33108  For more information about the possible parameters see the documentation
33109  of 
33110 \series bold
33111 lettrine
33112 \series default
33113
33114 \begin_inset CommandInset citation
33115 LatexCommand cite
33116 key "lettrine"
33117
33118 \end_inset
33119
33120 .
33121  The style itself contains the text that is surrounding the initial.
33122  The usual style is hereby that the word whose first letter is the initial,
33123  is printed with 
33124 \shape smallcaps
33125 small caps
33126 \shape default
33127 .
33128  To tell LaTeX where this word is finished, add a closing brace '
33129 \series bold
33130 }
33131 \series default
33132 ' as TeX Code behind it.
33133  At the end of the style there must be an opening brace '
33134 \series bold
33135 {
33136 \series default
33137 ' as TeX Code.
33138 \end_layout
33139
33140 \begin_layout Standard
33141 Here are some examples:
33142 \end_layout
33143
33144 \begin_layout Enumerate
33145 No optional argument, the initial is the letter 'I' in the math font 
33146 \begin_inset Formula $\mathfrak{Fraktur}$
33147 \end_inset
33148
33149 :
33150 \end_layout
33151
33152 \begin_deeper
33153 \begin_layout Initial
33154 \begin_inset Argument
33155 status open
33156
33157 \begin_layout Plain Layout
33158 \begin_inset Formula $\mathfrak{I}$
33159 \end_inset
33160
33161
33162 \end_layout
33163
33164 \end_inset
33165
33166 t
33167 \begin_inset ERT
33168 status collapsed
33169
33170 \begin_layout Plain Layout
33171
33172 }
33173 \end_layout
33174
33175 \end_inset
33176
33177  was in the spring of the year 1894 that all London was interested, and
33178  the fashionable world dismayed, by the murder of the Honourable Ronald
33179  Adair under most unusual and inexplicable circumstances.
33180  The public has already learned those particulars of the crime which came
33181  out in the police investigation, but a good deal was suppressed upon that
33182  occasion, since the case for the prosecution was so overwhelmingly strong
33183  that it was not necessary to bring forward all the facts.
33184 \begin_inset ERT
33185 status collapsed
33186
33187 \begin_layout Plain Layout
33188
33189 {
33190 \end_layout
33191
33192 \end_inset
33193
33194
33195 \begin_inset Newpage newpage
33196 \end_inset
33197
33198
33199 \end_layout
33200
33201 \end_deeper
33202 \begin_layout Enumerate
33203 Only one line is surrounding the initial, which is formed by two letters
33204  in standard font and no text is printed in small caps:
33205 \end_layout
33206
33207 \begin_deeper
33208 \begin_layout Initial
33209 \begin_inset Argument
33210 status open
33211
33212 \begin_layout Plain Layout
33213 lines=1
33214 \end_layout
33215
33216 \end_inset
33217
33218
33219 \begin_inset Argument
33220 status open
33221
33222 \begin_layout Plain Layout
33223 It
33224 \end_layout
33225
33226 \end_inset
33227
33228
33229 \begin_inset ERT
33230 status collapsed
33231
33232 \begin_layout Plain Layout
33233
33234 }
33235 \end_layout
33236
33237 \end_inset
33238
33239  was in the spring of the year 1894 that all London was interested, and
33240  the fashionable world dismayed, by the murder of the Honourable Ronald
33241  Adair under most unusual and inexplicable circumstances.
33242  The public has already learned those particulars of the crime which came
33243  out in the police investigation, but a good deal was suppressed upon that
33244  occasion, since the case for the prosecution was so overwhelmingly strong
33245  that it was not necessary to bring forward all the facts.
33246 \begin_inset ERT
33247 status collapsed
33248
33249 \begin_layout Plain Layout
33250
33251 {
33252 \end_layout
33253
33254 \end_inset
33255
33256
33257 \end_layout
33258
33259 \end_deeper
33260 \begin_layout Enumerate
33261 Magenta, hanging initial over 3
33262 \begin_inset space ~
33263 \end_inset
33264
33265 lines in the math font 
33266 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
33267 \end_inset
33268
33269 , the text 
33270 \begin_inset Quotes eld
33271 \end_inset
33272
33273 t was in the spring
33274 \begin_inset Quotes erd
33275 \end_inset
33276
33277  is in 
33278 \shape smallcaps
33279 small caps
33280 \shape default
33281 ; to color the initial, you must insert this command before the initial:
33282 \begin_inset Newline newline
33283 \end_inset
33284
33285
33286 \series bold
33287
33288 \backslash
33289 renewcommand{
33290 \backslash
33291 LettrineFontHook}{
33292 \backslash
33293 color{color}}
33294 \series default
33295
33296 \begin_inset Newline newline
33297 \end_inset
33298
33299 where the second 
33300 \emph on
33301 color
33302 \emph default
33303  can be 
33304 \begin_inset Quotes eld
33305 \end_inset
33306
33307 red
33308 \begin_inset Quotes erd
33309 \end_inset
33310
33311
33312 \begin_inset Quotes eld
33313 \end_inset
33314
33315 blue
33316 \begin_inset Quotes erd
33317 \end_inset
33318
33319
33320 \begin_inset Quotes eld
33321 \end_inset
33322
33323 green
33324 \begin_inset Quotes erd
33325 \end_inset
33326
33327
33328 \begin_inset Quotes eld
33329 \end_inset
33330
33331 yellow
33332 \begin_inset Quotes erd
33333 \end_inset
33334
33335
33336 \begin_inset Quotes eld
33337 \end_inset
33338
33339 cyan
33340 \begin_inset Quotes erd
33341 \end_inset
33342
33343
33344 \begin_inset Quotes eld
33345 \end_inset
33346
33347 magenta
33348 \begin_inset Quotes erd
33349 \end_inset
33350
33351
33352 \begin_inset Quotes eld
33353 \end_inset
33354
33355 black
33356 \begin_inset Quotes erd
33357 \end_inset
33358
33359  or 
33360 \begin_inset Quotes eld
33361 \end_inset
33362
33363 white
33364 \begin_inset Quotes erd
33365 \end_inset
33366
33367 , and add this command to the document preamble:
33368 \begin_inset Newline newline
33369 \end_inset
33370
33371
33372 \series bold
33373
33374 \backslash
33375 @ifundefined{textcolor}
33376 \begin_inset Newline newline
33377 \end_inset
33378
33379
33380 \begin_inset space ~
33381 \end_inset
33382
33383 {
33384 \backslash
33385 usepackage{color}}{}
33386 \end_layout
33387
33388 \begin_deeper
33389 \begin_layout Standard
33390 \begin_inset ERT
33391 status collapsed
33392
33393 \begin_layout Plain Layout
33394
33395
33396 \backslash
33397 renewcommand{
33398 \backslash
33399 LettrineFontHook}{
33400 \backslash
33401 color{magenta}}
33402 \end_layout
33403
33404 \end_inset
33405
33406
33407 \begin_inset Note Note
33408 status collapsed
33409
33410 \begin_layout Plain Layout
33411 makes the initial magenta
33412 \end_layout
33413
33414 \end_inset
33415
33416
33417 \end_layout
33418
33419 \begin_layout Initial
33420 \begin_inset Argument
33421 status open
33422
33423 \begin_layout Plain Layout
33424 lines=3, lhang=0.33, loversize=0.25
33425 \end_layout
33426
33427 \end_inset
33428
33429
33430 \begin_inset Argument
33431 status open
33432
33433 \begin_layout Plain Layout
33434 \begin_inset Formula $\mathcal{I}$
33435 \end_inset
33436
33437
33438 \end_layout
33439
33440 \end_inset
33441
33442 t was in the spring
33443 \begin_inset ERT
33444 status collapsed
33445
33446 \begin_layout Plain Layout
33447
33448 }
33449 \end_layout
33450
33451 \end_inset
33452
33453  of the year 1894 that all London was interested, and the fashionable world
33454  dismayed, by the murder of the Honourable Ronald Adair under most unusual
33455  and inexplicable circumstances.
33456  The public has already learned those particulars of the crime which came
33457  out in the police investigation, but a good deal was suppressed upon that
33458  occasion, since the case for the prosecution was so overwhelmingly strong
33459  that it was not necessary to bring forward all the facts.
33460 \begin_inset ERT
33461 status collapsed
33462
33463 \begin_layout Plain Layout
33464
33465 {
33466 \end_layout
33467
33468 \end_inset
33469
33470
33471 \end_layout
33472
33473 \end_deeper
33474 \begin_layout Chapter
33475 External Document Parts
33476 \begin_inset Index idx
33477 status collapsed
33478
33479 \begin_layout Plain Layout
33480 External Document Parts
33481 \end_layout
33482
33483 \end_inset
33484
33485
33486 \end_layout
33487
33488 \begin_layout Standard
33489 With the menu 
33490 \family sans
33491 Insert\SpecialChar \menuseparator
33492 File
33493 \family default
33494  you can insert external material to your document.
33495  This can be:
33496 \end_layout
33497
33498 \begin_layout Description
33499 LyX
33500 \begin_inset space ~
33501 \end_inset
33502
33503 Document Another LyX document; its content is directly inserted to your
33504  document.
33505 \end_layout
33506
33507 \begin_layout Description
33508 Plain
33509 \begin_inset space ~
33510 \end_inset
33511
33512 Text A text document; each line is inserted in your document as a separate
33513  paragraph.
33514 \end_layout
33515
33516 \begin_layout Description
33517 Plain
33518 \begin_inset space ~
33519 \end_inset
33520
33521 Text,
33522 \begin_inset space ~
33523 \end_inset
33524
33525 Join
33526 \begin_inset space ~
33527 \end_inset
33528
33529 Lines A text document; text lines are inserted in your document continuously
33530  but an empty text line creates a new paragraph.
33531 \end_layout
33532
33533 \begin_layout Description
33534 External
33535 \begin_inset space ~
33536 \end_inset
33537
33538 Material Files in various formats.
33539 \end_layout
33540
33541 \begin_layout Description
33542 Child
33543 \begin_inset space ~
33544 \end_inset
33545
33546 Document LyX or LaTeX-documents.
33547 \end_layout
33548
33549 \begin_layout Section
33550 External Material
33551 \begin_inset Index idx
33552 status collapsed
33553
33554 \begin_layout Plain Layout
33555 External Document Parts ! External Material
33556 \end_layout
33557
33558 \end_inset
33559
33560
33561 \end_layout
33562
33563 \begin_layout Standard
33564 The external material feature allows you to insert files in to your document
33565  without converting them to a format that can be read by the document output
33566  format.
33567  LyX takes care of the necessary conversions.
33568  This is similar to images that can be inserted in various image formats
33569  in LyX documents.
33570  When you have enabled Instant Preview in LyX's preferences under 
33571 \family sans
33572 Look
33573 \begin_inset space ~
33574 \end_inset
33575
33576 and
33577 \begin_inset space ~
33578 \end_inset
33579
33580 feel\SpecialChar \menuseparator
33581 Graphics
33582 \family default
33583 , the external material types Dia and Xfig are directly shown in LyX.
33584 \end_layout
33585
33586 \begin_layout Standard
33587 External material can be inserted via the 
33588 \family sans
33589 External Material
33590 \family default
33591  dialog that is accessible with the menu 
33592 \family sans
33593 Insert\SpecialChar \menuseparator
33594 File\SpecialChar \menuseparator
33595 External
33596 \begin_inset space ~
33597 \end_inset
33598
33599 Material
33600 \family default
33601 .
33602  Currently the following file types (
33603 \family sans
33604 Templates
33605 \family default
33606 ) are allowed:
33607 \end_layout
33608
33609 \begin_layout Description
33610 ChessDiagram This template supports chess position diagrams made with the
33611  program 
33612 \series bold
33613
33614 \begin_inset CommandInset href
33615 LatexCommand href
33616 name "XBoard"
33617 target "http://en.wikipedia.org/wiki/XBoard"
33618
33619 \end_inset
33620
33621
33622 \series default
33623 .
33624 \end_layout
33625
33626 \begin_layout Description
33627 Date This inserts the date in the form 
33628 \emph on
33629 Day-Month-Year
33630 \emph default
33631 .
33632  This is a date inserted as external material: 
33633 \begin_inset External
33634         template Date
33635         filename .
33636
33637 \end_inset
33638
33639
33640 \begin_inset space ~
33641 \end_inset
33642
33643
33644 \begin_inset Note Note
33645 status open
33646
33647 \begin_layout Plain Layout
33648 Remove the protected space when bug 4398 is fixed!
33649 \end_layout
33650
33651 \end_inset
33652
33653
33654 \begin_inset Newline newline
33655 \end_inset
33656
33657 The date is not shown within LyX, only in the output.
33658  There are two other methods of inserting a date: Via menu 
33659 \family sans
33660 Insert\SpecialChar \menuseparator
33661 Date
33662 \family default
33663  and with the LaTeX command 
33664 \series bold
33665
33666 \backslash
33667 today
33668 \series default
33669  as TeX-Code.
33670  The different methods are compared in Table
33671 \begin_inset space ~
33672 \end_inset
33673
33674
33675 \begin_inset CommandInset ref
33676 LatexCommand ref
33677 reference "tab:Comparison-of-the"
33678
33679 \end_inset
33680
33681 .
33682 \end_layout
33683
33684 \begin_layout Description
33685 Dia This template supports diagrams created with the program 
33686 \series bold
33687
33688 \begin_inset CommandInset href
33689 LatexCommand href
33690 name "Dia"
33691 target "http://en.wikipedia.org/wiki/Dia_(software)"
33692
33693 \end_inset
33694
33695
33696 \series default
33697 .
33698 \end_layout
33699
33700 \begin_layout Description
33701 LilyPond This template is used for music notation typeset with the program
33702 \begin_inset Newline linebreak
33703 \end_inset
33704
33705
33706 \series bold
33707
33708 \begin_inset CommandInset href
33709 LatexCommand href
33710 name "LilyPond"
33711 target "http://en.wikipedia.org/wiki/LilyPond"
33712
33713 \end_inset
33714
33715
33716 \series default
33717 .
33718 \end_layout
33719
33720 \begin_layout Description
33721 PDFPages With this template you can insert PDF documents to your document.
33722  To insert certain or all pages of a PDF, use the 
33723 \emph on
33724 pages
33725 \emph default
33726  option in the 
33727 \family sans
33728 Option
33729 \family default
33730  field in the 
33731 \family sans
33732 LaTeX and LyX options
33733 \family default
33734  tab according to the template description in the dialog.
33735  When no 
33736 \emph on
33737 pages
33738 \emph default
33739  option is given, only the first page of the PDF will be inserted.
33740 \end_layout
33741
33742 \begin_layout Description
33743 RasterImage This can be used for bitmap images.
33744  Nearly all popular image formats are supported.
33745  The image can be treated in the 
33746 \family sans
33747 External material
33748 \family default
33749  dialog like the images that are usually included via the 
33750 \family sans
33751 Graphics
33752 \family default
33753  dialog as described in section
33754 \begin_inset space ~
33755 \end_inset
33756
33757
33758 \begin_inset CommandInset ref
33759 LatexCommand ref
33760 reference "sec:Graphics-Dialog"
33761
33762 \end_inset
33763
33764 .
33765  The difference is that only raster images are allowed; that means that
33766  PDF and EPS-images are not supported.
33767 \end_layout
33768
33769 \begin_layout Description
33770 XFig This template supports images created with the program 
33771 \series bold
33772
33773 \begin_inset CommandInset href
33774 LatexCommand href
33775 name "Xfig"
33776 target "http://en.wikipedia.org/wiki/Xfig"
33777
33778 \end_inset
33779
33780
33781 \series default
33782 .
33783 \end_layout
33784
33785 \begin_layout Standard
33786 \begin_inset Float table
33787 placement h
33788 wide false
33789 sideways false
33790 status open
33791
33792 \begin_layout Plain Layout
33793 \begin_inset Caption
33794
33795 \begin_layout Plain Layout
33796 \begin_inset CommandInset label
33797 LatexCommand label
33798 name "tab:Comparison-of-the"
33799
33800 \end_inset
33801
33802 Comparison of the date input methods.
33803 \end_layout
33804
33805 \end_inset
33806
33807
33808 \end_layout
33809
33810 \begin_layout Plain Layout
33811 \align center
33812 \begin_inset Tabular
33813 <lyxtabular version="3" rows="4" columns="4">
33814 <features tabularvalignment="middle">
33815 <column alignment="center" valignment="top" width="0">
33816 <column alignment="center" valignment="top" width="0">
33817 <column alignment="center" valignment="top" width="0">
33818 <column alignment="center" valignment="top" width="0">
33819 <row>
33820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33821 \begin_inset Text
33822
33823 \begin_layout Plain Layout
33824 Document format
33825 \end_layout
33826
33827 \end_inset
33828 </cell>
33829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33830 \begin_inset Text
33831
33832 \begin_layout Plain Layout
33833
33834 \family sans
33835 External Material\SpecialChar \menuseparator
33836 Date
33837 \end_layout
33838
33839 \end_inset
33840 </cell>
33841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33842 \begin_inset Text
33843
33844 \begin_layout Plain Layout
33845
33846 \family sans
33847 Insert\SpecialChar \menuseparator
33848 Date
33849 \end_layout
33850
33851 \end_inset
33852 </cell>
33853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33854 \begin_inset Text
33855
33856 \begin_layout Plain Layout
33857 command 
33858 \series bold
33859
33860 \backslash
33861 today
33862 \end_layout
33863
33864 \end_inset
33865 </cell>
33866 </row>
33867 <row>
33868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33869 \begin_inset Text
33870
33871 \begin_layout Plain Layout
33872 LyX
33873 \end_layout
33874
33875 \end_inset
33876 </cell>
33877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33878 \begin_inset Text
33879
33880 \begin_layout Plain Layout
33881 as inset box
33882 \end_layout
33883
33884 \end_inset
33885 </cell>
33886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33887 \begin_inset Text
33888
33889 \begin_layout Plain Layout
33890 as date
33891 \end_layout
33892
33893 \end_inset
33894 </cell>
33895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33896 \begin_inset Text
33897
33898 \begin_layout Plain Layout
33899 as TeX-Code inset box
33900 \end_layout
33901
33902 \end_inset
33903 </cell>
33904 </row>
33905 <row>
33906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33907 \begin_inset Text
33908
33909 \begin_layout Plain Layout
33910 LaTeX
33911 \end_layout
33912
33913 \end_inset
33914 </cell>
33915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33916 \begin_inset Text
33917
33918 \begin_layout Plain Layout
33919 as date
33920 \end_layout
33921
33922 \end_inset
33923 </cell>
33924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33925 \begin_inset Text
33926
33927 \begin_layout Plain Layout
33928 as date
33929 \end_layout
33930
33931 \end_inset
33932 </cell>
33933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33934 \begin_inset Text
33935
33936 \begin_layout Plain Layout
33937 as command
33938 \end_layout
33939
33940 \end_inset
33941 </cell>
33942 </row>
33943 <row>
33944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33945 \begin_inset Text
33946
33947 \begin_layout Plain Layout
33948 DVI, PDF, PS
33949 \end_layout
33950
33951 \end_inset
33952 </cell>
33953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33954 \begin_inset Text
33955
33956 \begin_layout Plain Layout
33957 as date
33958 \end_layout
33959
33960 \end_inset
33961 </cell>
33962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33963 \begin_inset Text
33964
33965 \begin_layout Plain Layout
33966 as date
33967 \end_layout
33968
33969 \end_inset
33970 </cell>
33971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33972 \begin_inset Text
33973
33974 \begin_layout Plain Layout
33975 as date
33976 \end_layout
33977
33978 \end_inset
33979 </cell>
33980 </row>
33981 </lyxtabular>
33982
33983 \end_inset
33984
33985
33986 \end_layout
33987
33988 \end_inset
33989
33990
33991 \end_layout
33992
33993 \begin_layout Standard
33994 When you use the option 
33995 \family sans
33996 Draft
33997 \family default
33998  in the 
33999 \family sans
34000 File
34001 \family default
34002  tab of the 
34003 \family sans
34004 External Material
34005 \family default
34006  dialog, only the path to the inserted file is shown in the output.
34007 \begin_inset Newline newline
34008 \end_inset
34009
34010 External material is displayed in LyX either as a box like this: 
34011 \begin_inset Graphics
34012         filename clipart/ExternalMaterialQt4.png
34013         scale 85
34014         scaleBeforeRotation
34015
34016 \end_inset
34017
34018  or as image, depending on the option 
34019 \family sans
34020 Show in LyX
34021 \family default
34022  in the 
34023 \family sans
34024 LaTeX and LyX options
34025 \family default
34026  tab of the dialog.
34027 \end_layout
34028
34029 \begin_layout Standard
34030 The 
34031 \family sans
34032 \emph on
34033 Customization
34034 \family default
34035 \emph default
34036  manual explains how you can define your own templates.
34037 \end_layout
34038
34039 \begin_layout Section
34040 Child Documents
34041 \begin_inset CommandInset label
34042 LatexCommand label
34043 name "sec:Child-Documents"
34044
34045 \end_inset
34046
34047
34048 \begin_inset Index idx
34049 status collapsed
34050
34051 \begin_layout Plain Layout
34052 External Document Parts ! Child Documents
34053 \end_layout
34054
34055 \end_inset
34056
34057
34058 \begin_inset Index idx
34059 status collapsed
34060
34061 \begin_layout Plain Layout
34062 Files ! Include
34063 \end_layout
34064
34065 \end_inset
34066
34067
34068 \end_layout
34069
34070 \begin_layout Standard
34071 Child documents are used if you have a long document consisting of several
34072  larger parts or sections.
34073  For maintenance it is often useful and sometimes even required to split
34074  the document into several files that can be revised separately.
34075  The different documents are then the so called 
34076 \begin_inset Quotes eld
34077 \end_inset
34078
34079 child documents
34080 \begin_inset Quotes erd
34081 \end_inset
34082
34083 , and a master document connects them to print the full document or parts
34084  of it.
34085  A child document inherits elements of its master, for example the LaTeX
34086  preamble, the bibliography, and labels for cross-references.
34087 \end_layout
34088
34089 \begin_layout Standard
34090 To be able to work on child documents without the need to open their master,
34091  specify in the child document the master in the menu
34092 \family sans
34093  Document\SpecialChar \menuseparator
34094 Settings\SpecialChar \menuseparator
34095 Document
34096 \begin_inset space ~
34097 \end_inset
34098
34099 Class
34100 \family default
34101 .
34102  This master document will then be used in the background by LyX when you
34103  edit the child document.
34104 \end_layout
34105
34106 \begin_layout Standard
34107 Included documents are displayed in LyX as a box like this: 
34108 \begin_inset Graphics
34109         filename clipart/ChildDocumentQt4.png
34110         scale 85
34111         scaleBeforeRotation
34112
34113 \end_inset
34114
34115  To include child documents in a master document use the menu 
34116 \family sans
34117 Insert\SpecialChar \menuseparator
34118 File\SpecialChar \menuseparator
34119 Child
34120 \begin_inset space ~
34121 \end_inset
34122
34123 Documents
34124 \family default
34125 .
34126  A dialog pops up where you can choose between four include methods:
34127 \end_layout
34128
34129 \begin_layout Description
34130 Include You can include LyX- and LaTeX-documents.
34131  When you press the 
34132 \family sans
34133 Load
34134 \family default
34135  button in the 
34136 \family sans
34137 Child Document
34138 \family default
34139  dialog, the included documents will be opened in LyX in a new file tab
34140  so that you can modify them.
34141 \begin_inset Newline newline
34142 \end_inset
34143
34144
34145 \end_layout
34146
34147 \begin_layout Standard
34148 Here is a child document inserted using 
34149 \family sans
34150 Include
34151 \family default
34152
34153 \begin_inset CommandInset include
34154 LatexCommand include
34155 filename "DummyDocument1.lyx"
34156
34157 \end_inset
34158
34159
34160 \end_layout
34161
34162 \begin_layout Standard
34163 The section numbering includes the sections of the included files in the
34164  order they are inserted in the master document.
34165  The included example document has for example a subsection that is numbered
34166  as a subsection of this section.
34167  Labels of included documents can be referenced: Subsection
34168 \begin_inset space ~
34169 \end_inset
34170
34171
34172 \begin_inset CommandInset ref
34173 LatexCommand ref
34174 reference "sub:External-Subsection-1"
34175
34176 \end_inset
34177
34178 .
34179 \end_layout
34180
34181 \begin_layout Standard
34182 The preamble of the child document is ignored; only the preamble of the
34183  master document is used.
34184  Branches in child documents will be ignored by the master document when
34185  the master document does not have a branch with the same name.
34186  Included documents are inserted starting on a new page and ending with
34187  a page break.
34188 \end_layout
34189
34190 \begin_layout Standard
34191 \begin_inset Note Greyedout
34192 status open
34193
34194 \begin_layout Plain Layout
34195
34196 \series bold
34197 Note:
34198 \series default
34199  If you have included a LyX- or LaTeX-file, you are warned when you export/view
34200  the document in case the child document uses another document class than
34201  the master document as this will lead to unexpected outputs.
34202 \end_layout
34203
34204 \end_inset
34205
34206
34207 \end_layout
34208
34209 \begin_layout Description
34210 Input This method is very similar to the Include method.
34211  The differences are:
34212 \end_layout
34213
34214 \begin_deeper
34215 \begin_layout Itemize
34216 Input files don't start with a new page and don't end with a page break.
34217 \end_layout
34218
34219 \begin_layout Itemize
34220 Input files can be previewed in LyX when 
34221 \family sans
34222 Instant
34223 \begin_inset space ~
34224 \end_inset
34225
34226 Preview
34227 \family default
34228  is enabled in LyX's preferences under 
34229 \family sans
34230 Look
34231 \begin_inset space ~
34232 \end_inset
34233
34234 and
34235 \begin_inset space ~
34236 \end_inset
34237
34238 feel\SpecialChar \menuseparator
34239 Graphics
34240 \family default
34241 .
34242 \end_layout
34243
34244 \begin_layout Itemize
34245 You cannot exclude Input files via the menu 
34246 \family sans
34247 Document\SpecialChar \menuseparator
34248 Settings\SpecialChar \menuseparator
34249 Child Documents
34250 \family default
34251 .
34252 \end_layout
34253
34254 \end_deeper
34255 \begin_layout Standard
34256 Here is a child document inserted using 
34257 \family sans
34258 Input
34259 \family default
34260
34261 \begin_inset CommandInset include
34262 LatexCommand input
34263 filename "DummyDocument2.lyx"
34264
34265 \end_inset
34266
34267
34268 \end_layout
34269
34270 \begin_layout Description
34271 Verbatim With this method any text file can be included.
34272  The file is shown in the output with its source code; no command used in
34273  the text is invoked.
34274  You can use the option 
34275 \family sans
34276 Mark spaces in output
34277 \family default
34278  that displays the character 
34279 \begin_inset Quotes eld
34280 \end_inset
34281
34282
34283 \begin_inset ERT
34284 status collapsed
34285
34286 \begin_layout Plain Layout
34287
34288
34289 \backslash
34290 textvisiblespace 
34291 \end_layout
34292
34293 \end_inset
34294
34295
34296 \begin_inset Quotes erd
34297 \end_inset
34298
34299  for every space character in the source code.
34300  The difference from the method via the menu 
34301 \family sans
34302 Insert\SpecialChar \menuseparator
34303 File\SpecialChar \menuseparator
34304 Plain
34305 \begin_inset space ~
34306 \end_inset
34307
34308 Text
34309 \family default
34310  is that the document content is not shown in LyX.
34311 \end_layout
34312
34313 \begin_layout Standard
34314 Here is a child document inserted as Verbatim: 
34315 \begin_inset CommandInset include
34316 LatexCommand verbatiminput
34317 filename "DummyTextDocument.txt"
34318
34319 \end_inset
34320
34321
34322 \begin_inset VSpace bigskip
34323 \end_inset
34324
34325  Here is a child document inserted as Verbatim using the 
34326 \family sans
34327 Mark spaces in output
34328 \family default
34329  option: 
34330 \begin_inset CommandInset include
34331 LatexCommand verbatiminput*
34332 filename "DummyTextDocument.txt"
34333
34334 \end_inset
34335
34336
34337 \end_layout
34338
34339 \begin_layout Standard
34340 \begin_inset VSpace bigskip
34341 \end_inset
34342
34343
34344 \end_layout
34345
34346 \begin_layout Standard
34347 \begin_inset Note Greyedout
34348 status open
34349
34350 \begin_layout Plain Layout
34351
34352 \series bold
34353 Note:
34354 \series default
34355  As you can see in the examples above, the text of the documents included
34356  as 
34357 \family sans
34358 verbatim
34359 \family default
34360  is not broken at the end of the document lines.
34361 \end_layout
34362
34363 \end_inset
34364
34365
34366 \end_layout
34367
34368 \begin_layout Description
34369 Listings This type is described in chapter
34370 \begin_inset space ~
34371 \end_inset
34372
34373
34374 \begin_inset CommandInset ref
34375 LatexCommand ref
34376 reference "cha:Program-Code-Listings"
34377
34378 \end_inset
34379
34380 .
34381 \end_layout
34382
34383 \begin_layout Standard
34384 \begin_inset Note Greyedout
34385 status open
34386
34387 \begin_layout Plain Layout
34388
34389 \series bold
34390 Note:
34391 \series default
34392  Including the same document twice in a document using different methods
34393  could cause LaTeX-problems.
34394 \end_layout
34395
34396 \end_inset
34397
34398
34399 \end_layout
34400
34401 \begin_layout Standard
34402 If you want to view/export only selected children of your master document,
34403  either because you want to save compiling time or because you want to distribut
34404 e single chapters of the book you are just writing, you can exclude children
34405  from the output.
34406  This is done via the menu 
34407 \family sans
34408 Document\SpecialChar \menuseparator
34409 Settings\SpecialChar \menuseparator
34410 Child Documents
34411 \family default
34412 .
34413  You can exclude\SpecialChar \slash{}
34414 include children by double-clicking on the 
34415 \family sans
34416 include to output
34417 \family default
34418  column of the respective child document in the list (note that this only
34419  works for documents embedded via 
34420 \begin_inset Quotes eld
34421 \end_inset
34422
34423 Include
34424 \begin_inset Quotes erd
34425 \end_inset
34426
34427 , not with 
34428 \begin_inset Quotes eld
34429 \end_inset
34430
34431 Input
34432 \begin_inset Quotes erd
34433 \end_inset
34434
34435 ).
34436  If the option 
34437 \family sans
34438 Maintain counters and references
34439 \family default
34440  is enabled, LyX will assure that all page numbers, references etc.
34441 \begin_inset space ~
34442 \end_inset
34443
34444 are correct as if the whole document was processed.
34445  This is useful if you want the selected sub-documents to look exactly as
34446  in the context of the whole document.
34447  However, LyX needs to process the whole document in the background for
34448  this feature.
34449  So if you want to save compile time and if counters and references do not
34450  need to be correct, disable this checkbox.
34451 \end_layout
34452
34453 \begin_layout Standard
34454 Alternatively, you can put each included file into a branch.
34455 \begin_inset Foot
34456 status collapsed
34457
34458 \begin_layout Plain Layout
34459 Branches are described in section 
34460 \emph on
34461 Branches
34462 \emph default
34463  of the LyX 
34464 \emph on
34465 Userguide
34466 \emph default
34467 .
34468 \end_layout
34469
34470 \end_inset
34471
34472  By enabling\SpecialChar \slash{}
34473 disabling branches you can decide which included files will
34474  appear in the output.
34475  This has the advantage that it also works with Input'ed sub-documents.
34476  However, counters and references will not be maintained with this approach.
34477 \end_layout
34478
34479 \begin_layout Chapter
34480 Program Code Listings
34481 \begin_inset CommandInset label
34482 LatexCommand label
34483 name "cha:Program-Code-Listings"
34484
34485 \end_inset
34486
34487
34488 \begin_inset Index idx
34489 status collapsed
34490
34491 \begin_layout Plain Layout
34492 Listings
34493 \end_layout
34494
34495 \end_inset
34496
34497
34498 \begin_inset Index idx
34499 status collapsed
34500
34501 \begin_layout Plain Layout
34502 Program Code
34503 \end_layout
34504
34505 \end_inset
34506
34507
34508 \begin_inset Index idx
34509 status collapsed
34510
34511 \begin_layout Plain Layout
34512 Floats ! Listings
34513 \end_layout
34514
34515 \end_inset
34516
34517
34518 \end_layout
34519
34520 \begin_layout Standard
34521 To include and typeset program code you can use the 
34522 \family sans
34523 Listings
34524 \family default
34525  inset that can be inserted via the menu 
34526 \family sans
34527 Insert\SpecialChar \menuseparator
34528 Program Listing
34529 \family default
34530 .
34531  The LaTeX-package 
34532 \series bold
34533 listings
34534 \series default
34535
34536 \begin_inset Index idx
34537 status collapsed
34538
34539 \begin_layout Plain Layout
34540 LaTeX-packages ! listings
34541 \end_layout
34542
34543 \end_inset
34544
34545  provides a powerful and flexible way to insert program source code into
34546  your document.
34547 \end_layout
34548
34549 \begin_layout Standard
34550 Right-clicking on a listings inset opens the context menu containing where
34551  you can set the listings format.
34552 \end_layout
34553
34554 \begin_layout Standard
34555 By default, a listing starts a new paragraph in the output.
34556  The placement option 
34557 \family sans
34558 Inline
34559 \begin_inset space ~
34560 \end_inset
34561
34562 listing
34563 \family default
34564  prints the listing inline like this: 
34565 \begin_inset listings
34566 lstparams "language={C++}"
34567 inline true
34568 status open
34569
34570 \begin_layout Plain Layout
34571
34572 int a=5;
34573 \end_layout
34574
34575 \end_inset
34576
34577
34578 \begin_inset Newline newline
34579 \end_inset
34580
34581 The option 
34582 \family sans
34583 Float
34584 \family default
34585  creates a listings float where you can specify the placement options 
34586 \begin_inset Quotes eld
34587 \end_inset
34588
34589
34590 \family sans
34591 h
34592 \family default
34593
34594 \begin_inset Quotes erd
34595 \end_inset
34596
34597
34598 \begin_inset Quotes eld
34599 \end_inset
34600
34601
34602 \family sans
34603 t
34604 \family default
34605
34606 \begin_inset Quotes erd
34607 \end_inset
34608
34609
34610 \begin_inset Quotes eld
34611 \end_inset
34612
34613
34614 \family sans
34615 b
34616 \family default
34617
34618 \begin_inset Quotes erd
34619 \end_inset
34620
34621 , and 
34622 \begin_inset Quotes eld
34623 \end_inset
34624
34625
34626 \family sans
34627 p
34628 \family default
34629
34630 \begin_inset Quotes erd
34631 \end_inset
34632
34633  corresponding to the float placement options described in section
34634 \begin_inset space ~
34635 \end_inset
34636
34637
34638 \begin_inset CommandInset ref
34639 LatexCommand ref
34640 reference "sec:Float-Placement"
34641
34642 \end_inset
34643
34644 .
34645  The placement options can be mixed and are inserted without any separation,
34646  e.
34647 \begin_inset space \thinspace{}
34648 \end_inset
34649
34650 g.
34651 \begin_inset space \space{}
34652 \end_inset
34653
34654
34655 \begin_inset Quotes eld
34656 \end_inset
34657
34658
34659 \family sans
34660 htbp
34661 \family default
34662
34663 \begin_inset Quotes erd
34664 \end_inset
34665
34666 .
34667  The option 
34668 \begin_inset Quotes eld
34669 \end_inset
34670
34671 h
34672 \begin_inset Quotes erd
34673 \end_inset
34674
34675  has sometimes no effect, but you don't need to use the 
34676 \family sans
34677 Float
34678 \family default
34679  option in this case as also non-float listings can have captions and be
34680  referenced.
34681 \end_layout
34682
34683 \begin_layout Standard
34684 You can add captions to listings with the menu 
34685 \family sans
34686 Insert\SpecialChar \menuseparator
34687 Caption
34688 \family default
34689 .
34690  Listings can be referenced like floats: Listing
34691 \begin_inset space ~
34692 \end_inset
34693
34694
34695 \begin_inset CommandInset ref
34696 LatexCommand ref
34697 reference "lst:Example-Listing"
34698
34699 \end_inset
34700
34701
34702 \end_layout
34703
34704 \begin_layout Standard
34705 \begin_inset listings
34706 lstparams "language=Python"
34707 inline false
34708 status open
34709
34710 \begin_layout Plain Layout
34711
34712 \begin_inset Caption
34713
34714 \begin_layout Plain Layout
34715 \begin_inset CommandInset label
34716 LatexCommand label
34717 name "lst:Example-Listing"
34718
34719 \end_inset
34720
34721 Example Listing float
34722 \end_layout
34723
34724 \end_inset
34725
34726 # Example listing float
34727 \end_layout
34728
34729 \begin_layout Plain Layout
34730
34731 def func(param):
34732 \end_layout
34733
34734 \begin_layout Plain Layout
34735
34736     'this is a python function'
34737 \end_layout
34738
34739 \begin_layout Plain Layout
34740
34741     pass
34742 \end_layout
34743
34744 \end_inset
34745
34746
34747 \end_layout
34748
34749 \begin_layout Standard
34750 When you have set a programming language in the listings dialog, the keywords
34751  of this language will be recognized and specially typeset in the output.
34752  In the example listings the Python keyword 
34753 \begin_inset Quotes eld
34754 \end_inset
34755
34756 def
34757 \begin_inset Quotes erd
34758 \end_inset
34759
34760  is recognized and printed bold in the output.
34761 \end_layout
34762
34763 \begin_layout Standard
34764 \begin_inset Note Greyedout
34765 status open
34766
34767 \begin_layout Plain Layout
34768
34769 \series bold
34770 Note:
34771 \series default
34772  If you don't get bold keywords when using typewriter fonts, your 
34773 \family typewriter
34774 typewriter
34775 \family default
34776  font probably doesn't provide a bold shape.
34777  In this case select a different one in the menu 
34778 \family sans
34779 Document\SpecialChar \menuseparator
34780 Settings\SpecialChar \menuseparator
34781 Fonts
34782 \family default
34783 .
34784  (The fonts 
34785 \emph on
34786 LuxiMono, BeraMono
34787 \emph default
34788  and 
34789 \emph on
34790 Courier
34791 \emph default
34792  provide bold shapes.)
34793 \end_layout
34794
34795 \end_inset
34796
34797
34798 \end_layout
34799
34800 \begin_layout Standard
34801 In section 
34802 \family sans
34803 Line
34804 \begin_inset space ~
34805 \end_inset
34806
34807 numbering
34808 \family default
34809  of the listings dialog you can specify the line numbering style.
34810  You can insert a number to specify which lines are numbered in the field
34811  
34812 \family sans
34813 Step
34814 \family default
34815 .
34816  When you insert e.
34817 \begin_inset space \thinspace{}
34818 \end_inset
34819
34820 g.
34821 \begin_inset space \space{}
34822 \end_inset
34823
34824
34825 \begin_inset Quotes eld
34826 \end_inset
34827
34828 3
34829 \begin_inset Quotes erd
34830 \end_inset
34831
34832 , only every 3rd line will be numbered.
34833 \end_layout
34834
34835 \begin_layout Standard
34836 You can furthermore specify a range of lines; only these will then appear
34837  in the output.
34838  The option 
34839 \family sans
34840 Extended character table
34841 \family default
34842  should be used when you use national characters like the German umlauts
34843  in the listing.
34844 \begin_inset Newline newline
34845 \end_inset
34846
34847 Here is an example listing with left line numbering, step 
34848 \begin_inset Quotes eld
34849 \end_inset
34850
34851 3
34852 \begin_inset Quotes erd
34853 \end_inset
34854
34855 , language 
34856 \begin_inset Quotes eld
34857 \end_inset
34858
34859 Python
34860 \begin_inset Quotes erd
34861 \end_inset
34862
34863 , options 
34864 \begin_inset Quotes eld
34865 \end_inset
34866
34867 Extended character table
34868 \begin_inset Quotes erd
34869 \end_inset
34870
34871  and 
34872 \begin_inset Quotes eld
34873 \end_inset
34874
34875 Space
34876 \begin_inset space ~
34877 \end_inset
34878
34879 as
34880 \begin_inset space ~
34881 \end_inset
34882
34883 symbol
34884 \begin_inset Quotes erd
34885 \end_inset
34886
34887 , range lines 3
34888 \begin_inset space \thinspace{}
34889 \end_inset
34890
34891 -
34892 \begin_inset space \thinspace{}
34893 \end_inset
34894
34895 8:
34896 \end_layout
34897
34898 \begin_layout Standard
34899 \begin_inset listings
34900 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
34901 inline false
34902 status open
34903
34904 \begin_layout Plain Layout
34905
34906 def func(param):
34907 \end_layout
34908
34909 \begin_layout Plain Layout
34910
34911     'this is a python function'
34912 \end_layout
34913
34914 \begin_layout Plain Layout
34915
34916     pass
34917 \end_layout
34918
34919 \begin_layout Plain Layout
34920
34921 def func(param):
34922 \end_layout
34923
34924 \begin_layout Plain Layout
34925
34926 'This is a German word: Tschüß'
34927 \end_layout
34928
34929 \begin_layout Plain Layout
34930
34931 pass
34932 \end_layout
34933
34934 \begin_layout Plain Layout
34935
34936 def func(param):
34937 \end_layout
34938
34939 \begin_layout Plain Layout
34940
34941 'this is a python function'
34942 \end_layout
34943
34944 \begin_layout Plain Layout
34945
34946 pass
34947 \end_layout
34948
34949 \end_inset
34950
34951
34952 \end_layout
34953
34954 \begin_layout Standard
34955 When you have tabulators in your listing, you can specify the number of
34956  characters that are spanned by a tabulator in the field 
34957 \family sans
34958 Tabulator
34959 \begin_inset space ~
34960 \end_inset
34961
34962 size
34963 \family default
34964 .
34965 \end_layout
34966
34967 \begin_layout Standard
34968 \begin_inset Note Greyedout
34969 status open
34970
34971 \begin_layout Plain Layout
34972
34973 \series bold
34974 Note:
34975 \series default
34976  Due to a bug in the 
34977 \series bold
34978 listings
34979 \series default
34980  package the line numbering is shifted by a line by every previous listing.
34981  That's the reason why the lines 2 and 5 are numbered in the above listing
34982  and not the lines 3 and 6.
34983 \end_layout
34984
34985 \end_inset
34986
34987
34988 \end_layout
34989
34990 \begin_layout Standard
34991 \begin_inset VSpace bigskip
34992 \end_inset
34993
34994
34995 \end_layout
34996
34997 \begin_layout Standard
34998 It is also possible to print lines from a file as listing.
34999  To do this, use the menu 
35000 \family sans
35001 Insert\SpecialChar \menuseparator
35002 File\SpecialChar \menuseparator
35003 Child Document
35004 \family default
35005  and choose the type 
35006 \family sans
35007 Listings
35008 \family default
35009 .
35010 \begin_inset Foot
35011 status collapsed
35012
35013 \begin_layout Plain Layout
35014 The other child document types are described in section
35015 \begin_inset space ~
35016 \end_inset
35017
35018
35019 \begin_inset CommandInset ref
35020 LatexCommand ref
35021 reference "sec:Child-Documents"
35022
35023 \end_inset
35024
35025 .
35026 \end_layout
35027
35028 \end_inset
35029
35030  In the child document dialog you can specify the listing parameters in
35031  a text box.
35032  To show a list of all available parameters, type in a question mark 
35033 \begin_inset Quotes eld
35034 \end_inset
35035
35036 ?
35037 \begin_inset Quotes erd
35038 \end_inset
35039
35040  in the text box.
35041 \end_layout
35042
35043 \begin_layout Standard
35044 To reference child document listings, write a label text into the corresponding
35045  field of the child document dialog.
35046  The label can then be referenced using the menu 
35047 \family sans
35048 Insert\SpecialChar \menuseparator
35049 Cross-Reference
35050 \family default
35051 .
35052 \end_layout
35053
35054 \begin_layout Standard
35055 Listing
35056 \begin_inset space ~
35057 \end_inset
35058
35059
35060 \begin_inset CommandInset ref
35061 LatexCommand ref
35062 reference "lst:file-listing"
35063
35064 \end_inset
35065
35066  is an example for a listing of a file; there the lines 10
35067 \begin_inset space \thinspace{}
35068 \end_inset
35069
35070 -
35071 \begin_inset space \thinspace{}
35072 \end_inset
35073
35074 15 of this LyX file are listed.
35075 \end_layout
35076
35077 \begin_layout Standard
35078 \begin_inset CommandInset include
35079 LatexCommand lstinputlisting
35080 filename "EmbeddedObjects.lyx"
35081 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
35082
35083 \end_inset
35084
35085
35086 \end_layout
35087
35088 \begin_layout Standard
35089 \begin_inset VSpace bigskip
35090 \end_inset
35091
35092
35093 \end_layout
35094
35095 \begin_layout Standard
35096 Inserting a formula into a listing can be done the following way:
35097 \end_layout
35098
35099 \begin_layout Enumerate
35100 Open the listings dialog and add
35101 \begin_inset Newline newline
35102 \end_inset
35103
35104
35105 \family sans
35106 mathescape=true
35107 \family default
35108
35109 \begin_inset Newline newline
35110 \end_inset
35111
35112 to the field of the 
35113 \family sans
35114 Advanced
35115 \family default
35116  tab.
35117 \end_layout
35118
35119 \begin_layout Enumerate
35120 Create a formula outside the listing
35121 \end_layout
35122
35123 \begin_layout Enumerate
35124 Copy the content of the formula (not the formula inset) to the clipboard
35125  (shortcut 
35126 \begin_inset Info
35127 type  "shortcut"
35128 arg   "copy"
35129 \end_inset
35130
35131 )
35132 \end_layout
35133
35134 \begin_layout Enumerate
35135 In the listing write 
35136 \begin_inset Quotes eld
35137 \end_inset
35138
35139
35140 \family sans
35141 $$
35142 \family default
35143
35144 \begin_inset Quotes erd
35145 \end_inset
35146
35147  and copy from the clipboard between the dollar-signs (shortcut 
35148 \begin_inset Info
35149 type  "shortcut"
35150 arg   "paste"
35151 \end_inset
35152
35153 )
35154 \end_layout
35155
35156 \begin_layout Standard
35157 \begin_inset listings
35158 lstparams "language=Python,mathescape=true"
35159 inline false
35160 status open
35161
35162 \begin_layout Plain Layout
35163
35164 \begin_inset Caption
35165
35166 \begin_layout Plain Layout
35167 Example Listing float containing a formula
35168 \end_layout
35169
35170 \end_inset
35171
35172 # Example listing float
35173 \end_layout
35174
35175 \begin_layout Plain Layout
35176
35177 def func(param):
35178 \end_layout
35179
35180 \begin_layout Plain Layout
35181
35182     # $
35183 \backslash
35184 prod_{n=1}^{
35185 \backslash
35186 infty}
35187 \backslash
35188 ,
35189 \backslash
35190 frac{1}{x^{2}}$
35191 \end_layout
35192
35193 \begin_layout Plain Layout
35194
35195     pass
35196 \end_layout
35197
35198 \end_inset
35199
35200
35201 \end_layout
35202
35203 \begin_layout Standard
35204 \begin_inset VSpace bigskip
35205 \end_inset
35206
35207
35208 \end_layout
35209
35210 \begin_layout Standard
35211 Global listings settings can be set in the 
35212 \family sans
35213 Document\SpecialChar \menuseparator
35214 Settings\SpecialChar \menuseparator
35215 Listings
35216 \family default
35217  dialog.
35218  To get there a list of available options, type in a question mark 
35219 \begin_inset Quotes eld
35220 \end_inset
35221
35222 ?
35223 \begin_inset Quotes erd
35224 \end_inset
35225
35226 .
35227 \end_layout
35228
35229 \begin_layout Standard
35230 For more information about the 
35231 \series bold
35232 listings
35233 \series default
35234  package, we refer to its documentation 
35235 \begin_inset CommandInset citation
35236 LatexCommand cite
35237 key "listings"
35238
35239 \end_inset
35240
35241 .
35242 \end_layout
35243
35244 \begin_layout Standard
35245 \begin_inset Newpage newpage
35246 \end_inset
35247
35248
35249 \end_layout
35250
35251 \begin_layout Chapter
35252 \start_of_appendix
35253 Units available in LyX
35254 \begin_inset Index idx
35255 status collapsed
35256
35257 \begin_layout Plain Layout
35258 Units
35259 \end_layout
35260
35261 \end_inset
35262
35263
35264 \begin_inset CommandInset label
35265 LatexCommand label
35266 name "cha:Units-available-in"
35267
35268 \end_inset
35269
35270
35271 \end_layout
35272
35273 \begin_layout Standard
35274 To understand the units described in this documentation, Table
35275 \begin_inset space ~
35276 \end_inset
35277
35278
35279 \begin_inset CommandInset ref
35280 LatexCommand ref
35281 reference "tab:Units"
35282
35283 \end_inset
35284
35285  explains all units available in LyX.
35286 \end_layout
35287
35288 \begin_layout Standard
35289 \begin_inset Float table
35290 placement h
35291 wide false
35292 sideways false
35293 status open
35294
35295 \begin_layout Plain Layout
35296 \begin_inset Caption
35297
35298 \begin_layout Plain Layout
35299 \begin_inset CommandInset label
35300 LatexCommand label
35301 name "tab:Units"
35302
35303 \end_inset
35304
35305 Units
35306 \end_layout
35307
35308 \end_inset
35309
35310
35311 \end_layout
35312
35313 \begin_layout Plain Layout
35314 \begin_inset VSpace medskip
35315 \end_inset
35316
35317
35318 \end_layout
35319
35320 \begin_layout Plain Layout
35321 \align center
35322 \begin_inset Tabular
35323 <lyxtabular version="3" rows="20" columns="2">
35324 <features tabularvalignment="middle">
35325 <column alignment="center" valignment="top" width="0">
35326 <column alignment="center" valignment="top" width="0">
35327 <row>
35328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35329 \begin_inset Text
35330
35331 \begin_layout Plain Layout
35332 unit
35333 \end_layout
35334
35335 \end_inset
35336 </cell>
35337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35338 \begin_inset Text
35339
35340 \begin_layout Plain Layout
35341 name/description
35342 \end_layout
35343
35344 \end_inset
35345 </cell>
35346 </row>
35347 <row>
35348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35349 \begin_inset Text
35350
35351 \begin_layout Plain Layout
35352 mm
35353 \end_layout
35354
35355 \end_inset
35356 </cell>
35357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35358 \begin_inset Text
35359
35360 \begin_layout Plain Layout
35361 millimeter
35362 \end_layout
35363
35364 \end_inset
35365 </cell>
35366 </row>
35367 <row>
35368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35369 \begin_inset Text
35370
35371 \begin_layout Plain Layout
35372 cm
35373 \end_layout
35374
35375 \end_inset
35376 </cell>
35377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35378 \begin_inset Text
35379
35380 \begin_layout Plain Layout
35381 centimeter
35382 \end_layout
35383
35384 \end_inset
35385 </cell>
35386 </row>
35387 <row>
35388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35389 \begin_inset Text
35390
35391 \begin_layout Plain Layout
35392 in
35393 \end_layout
35394
35395 \end_inset
35396 </cell>
35397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35398 \begin_inset Text
35399
35400 \begin_layout Plain Layout
35401 inch
35402 \end_layout
35403
35404 \end_inset
35405 </cell>
35406 </row>
35407 <row>
35408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35409 \begin_inset Text
35410
35411 \begin_layout Plain Layout
35412 pt
35413 \end_layout
35414
35415 \end_inset
35416 </cell>
35417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35418 \begin_inset Text
35419
35420 \begin_layout Plain Layout
35421 point (72.27
35422 \begin_inset space \thinspace{}
35423 \end_inset
35424
35425 pt = 1
35426 \begin_inset space \thinspace{}
35427 \end_inset
35428
35429 in)
35430 \end_layout
35431
35432 \end_inset
35433 </cell>
35434 </row>
35435 <row>
35436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35437 \begin_inset Text
35438
35439 \begin_layout Plain Layout
35440 pc
35441 \end_layout
35442
35443 \end_inset
35444 </cell>
35445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35446 \begin_inset Text
35447
35448 \begin_layout Plain Layout
35449 pica (1
35450 \begin_inset space \thinspace{}
35451 \end_inset
35452
35453 pc = 12
35454 \begin_inset space \thinspace{}
35455 \end_inset
35456
35457 pt)
35458 \end_layout
35459
35460 \end_inset
35461 </cell>
35462 </row>
35463 <row>
35464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35465 \begin_inset Text
35466
35467 \begin_layout Plain Layout
35468 sp
35469 \end_layout
35470
35471 \end_inset
35472 </cell>
35473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35474 \begin_inset Text
35475
35476 \begin_layout Plain Layout
35477 scaled point (65536
35478 \begin_inset space \thinspace{}
35479 \end_inset
35480
35481 sp = 1
35482 \begin_inset space \thinspace{}
35483 \end_inset
35484
35485 pt)
35486 \end_layout
35487
35488 \end_inset
35489 </cell>
35490 </row>
35491 <row>
35492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35493 \begin_inset Text
35494
35495 \begin_layout Plain Layout
35496 bp
35497 \end_layout
35498
35499 \end_inset
35500 </cell>
35501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35502 \begin_inset Text
35503
35504 \begin_layout Plain Layout
35505 big point (72
35506 \begin_inset space \thinspace{}
35507 \end_inset
35508
35509 bp = 1
35510 \begin_inset space \thinspace{}
35511 \end_inset
35512
35513 in)
35514 \end_layout
35515
35516 \end_inset
35517 </cell>
35518 </row>
35519 <row>
35520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35521 \begin_inset Text
35522
35523 \begin_layout Plain Layout
35524 dd
35525 \end_layout
35526
35527 \end_inset
35528 </cell>
35529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35530 \begin_inset Text
35531
35532 \begin_layout Plain Layout
35533 didot (1
35534 \begin_inset space \thinspace{}
35535 \end_inset
35536
35537 dd 
35538 \begin_inset Formula $\approx$
35539 \end_inset
35540
35541  0.376
35542 \begin_inset space \thinspace{}
35543 \end_inset
35544
35545 mm)
35546 \end_layout
35547
35548 \end_inset
35549 </cell>
35550 </row>
35551 <row>
35552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35553 \begin_inset Text
35554
35555 \begin_layout Plain Layout
35556 cc
35557 \end_layout
35558
35559 \end_inset
35560 </cell>
35561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35562 \begin_inset Text
35563
35564 \begin_layout Plain Layout
35565 cicero (1
35566 \begin_inset space \thinspace{}
35567 \end_inset
35568
35569 cc = 12
35570 \begin_inset space \thinspace{}
35571 \end_inset
35572
35573 dd)
35574 \end_layout
35575
35576 \end_inset
35577 </cell>
35578 </row>
35579 <row>
35580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35581 \begin_inset Text
35582
35583 \begin_layout Plain Layout
35584 Scale%
35585 \end_layout
35586
35587 \end_inset
35588 </cell>
35589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35590 \begin_inset Text
35591
35592 \begin_layout Plain Layout
35593 % of original image width
35594 \end_layout
35595
35596 \end_inset
35597 </cell>
35598 </row>
35599 <row>
35600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35601 \begin_inset Text
35602
35603 \begin_layout Plain Layout
35604 text%
35605 \end_layout
35606
35607 \end_inset
35608 </cell>
35609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35610 \begin_inset Text
35611
35612 \begin_layout Plain Layout
35613 % of text width
35614 \end_layout
35615
35616 \end_inset
35617 </cell>
35618 </row>
35619 <row>
35620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35621 \begin_inset Text
35622
35623 \begin_layout Plain Layout
35624 col%
35625 \end_layout
35626
35627 \end_inset
35628 </cell>
35629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35630 \begin_inset Text
35631
35632 \begin_layout Plain Layout
35633 % of column width
35634 \end_layout
35635
35636 \end_inset
35637 </cell>
35638 </row>
35639 <row>
35640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35641 \begin_inset Text
35642
35643 \begin_layout Plain Layout
35644 page%
35645 \end_layout
35646
35647 \end_inset
35648 </cell>
35649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35650 \begin_inset Text
35651
35652 \begin_layout Plain Layout
35653 % of paper width
35654 \end_layout
35655
35656 \end_inset
35657 </cell>
35658 </row>
35659 <row>
35660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35661 \begin_inset Text
35662
35663 \begin_layout Plain Layout
35664 line%
35665 \end_layout
35666
35667 \end_inset
35668 </cell>
35669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35670 \begin_inset Text
35671
35672 \begin_layout Plain Layout
35673 % of line width
35674 \end_layout
35675
35676 \end_inset
35677 </cell>
35678 </row>
35679 <row>
35680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35681 \begin_inset Text
35682
35683 \begin_layout Plain Layout
35684 theight%
35685 \end_layout
35686
35687 \end_inset
35688 </cell>
35689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35690 \begin_inset Text
35691
35692 \begin_layout Plain Layout
35693 % of text height
35694 \end_layout
35695
35696 \end_inset
35697 </cell>
35698 </row>
35699 <row>
35700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35701 \begin_inset Text
35702
35703 \begin_layout Plain Layout
35704 pheight%
35705 \end_layout
35706
35707 \end_inset
35708 </cell>
35709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35710 \begin_inset Text
35711
35712 \begin_layout Plain Layout
35713 % of paper height
35714 \end_layout
35715
35716 \end_inset
35717 </cell>
35718 </row>
35719 <row>
35720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35721 \begin_inset Text
35722
35723 \begin_layout Plain Layout
35724 ex
35725 \end_layout
35726
35727 \end_inset
35728 </cell>
35729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35730 \begin_inset Text
35731
35732 \begin_layout Plain Layout
35733 height of letter 
35734 \emph on
35735 x
35736 \emph default
35737  in current font
35738 \end_layout
35739
35740 \end_inset
35741 </cell>
35742 </row>
35743 <row>
35744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35745 \begin_inset Text
35746
35747 \begin_layout Plain Layout
35748 em
35749 \end_layout
35750
35751 \end_inset
35752 </cell>
35753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35754 \begin_inset Text
35755
35756 \begin_layout Plain Layout
35757 width of letter 
35758 \emph on
35759 M
35760 \emph default
35761  in current font
35762 \end_layout
35763
35764 \end_inset
35765 </cell>
35766 </row>
35767 <row>
35768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35769 \begin_inset Text
35770
35771 \begin_layout Plain Layout
35772 mu
35773 \end_layout
35774
35775 \end_inset
35776 </cell>
35777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35778 \begin_inset Text
35779
35780 \begin_layout Plain Layout
35781 math unit (1
35782 \begin_inset space \thinspace{}
35783 \end_inset
35784
35785 mu = 1/18
35786 \begin_inset space \thinspace{}
35787 \end_inset
35788
35789 em)
35790 \end_layout
35791
35792 \end_inset
35793 </cell>
35794 </row>
35795 </lyxtabular>
35796
35797 \end_inset
35798
35799
35800 \end_layout
35801
35802 \end_inset
35803
35804
35805 \end_layout
35806
35807 \begin_layout Chapter
35808 Output File Formats with Graphics
35809 \begin_inset CommandInset label
35810 LatexCommand label
35811 name "cha:Output-File-Formats"
35812
35813 \end_inset
35814
35815
35816 \end_layout
35817
35818 \begin_layout Section
35819 DVI
35820 \begin_inset Index idx
35821 status collapsed
35822
35823 \begin_layout Plain Layout
35824 File Formats ! DVI
35825 \end_layout
35826
35827 \end_inset
35828
35829
35830 \begin_inset Index idx
35831 status collapsed
35832
35833 \begin_layout Plain Layout
35834 DVI|see
35835 \begin_inset ERT
35836 status collapsed
35837
35838 \begin_layout Plain Layout
35839
35840 {
35841 \end_layout
35842
35843 \end_inset
35844
35845 File Formats
35846 \begin_inset ERT
35847 status collapsed
35848
35849 \begin_layout Plain Layout
35850
35851 }
35852 \end_layout
35853
35854 \end_inset
35855
35856
35857 \end_layout
35858
35859 \end_inset
35860
35861
35862 \end_layout
35863
35864 \begin_layout Standard
35865 This file type has the extension 
35866 \begin_inset Quotes eld
35867 \end_inset
35868
35869
35870 \family typewriter
35871 .dvi
35872 \family default
35873
35874 \begin_inset Quotes erd
35875 \end_inset
35876
35877 .
35878  It is called 
35879 \begin_inset Quotes eld
35880 \end_inset
35881
35882 device-independent
35883 \begin_inset Quotes erd
35884 \end_inset
35885
35886  (DVI), because it is completely portable; you can move them from one machine
35887  to another without needing to do any sort of conversion.
35888  At the time when this file-format was developed, this was no matter of
35889  course.
35890  DVIs are used for quick previews and as pre-stage for other output formats,
35891  like PostScript.
35892 \end_layout
35893
35894 \begin_layout Standard
35895 \begin_inset Note Greyedout
35896 status open
35897
35898 \begin_layout Plain Layout
35899
35900 \series bold
35901 Note:
35902 \series default
35903  DVI-files do not contain images; they will only be a linked.
35904 \end_layout
35905
35906 \end_inset
35907
35908  So don't forget this, if you move your 
35909 \family typewriter
35910 .dvi
35911 \family default
35912  file to another computer.
35913  This property can also slow down your computer when you view the DVI, because
35914  the DVI-viewer has to convert the image in the background to make it visible
35915  when you scroll in the DVI.
35916  So it is recommended that you use PDF for files with many images.
35917 \end_layout
35918
35919 \begin_layout Standard
35920 You can export your document to DVI by using the menu 
35921 \family sans
35922 File\SpecialChar \menuseparator
35923 Export\SpecialChar \menuseparator
35924 DVI
35925 \family default
35926 .
35927  You can view your document as DVI via the 
35928 \family sans
35929 View
35930 \family default
35931  menu or by using the toolbar button 
35932 \begin_inset Graphics
35933         filename ../images/buffer-view_dvi.png
35934         scale 85
35935         scaleBeforeRotation
35936
35937 \end_inset
35938
35939 .
35940 \end_layout
35941
35942 \begin_layout Section
35943 PostScript
35944 \begin_inset CommandInset label
35945 LatexCommand label
35946 name "sec:PostScript"
35947
35948 \end_inset
35949
35950
35951 \begin_inset Index idx
35952 status collapsed
35953
35954 \begin_layout Plain Layout
35955 File Formats ! PostScript
35956 \end_layout
35957
35958 \end_inset
35959
35960
35961 \begin_inset Index idx
35962 status collapsed
35963
35964 \begin_layout Plain Layout
35965 PostScript|see
35966 \begin_inset ERT
35967 status collapsed
35968
35969 \begin_layout Plain Layout
35970
35971 {
35972 \end_layout
35973
35974 \end_inset
35975
35976 File Formats
35977 \begin_inset ERT
35978 status collapsed
35979
35980 \begin_layout Plain Layout
35981
35982 }
35983 \end_layout
35984
35985 \end_inset
35986
35987
35988 \end_layout
35989
35990 \end_inset
35991
35992
35993 \end_layout
35994
35995 \begin_layout Standard
35996 This file type has the extension 
35997 \begin_inset Quotes eld
35998 \end_inset
35999
36000
36001 \family typewriter
36002 .ps
36003 \family default
36004
36005 \begin_inset Quotes erd
36006 \end_inset
36007
36008 .
36009  PostScript was developed by the company 
36010 \family typewriter
36011 Adobe
36012 \family default
36013  as a printer language.
36014  The file therefore contains commands that the printer uses to print the
36015  file.
36016  PostScript can be seen as a 
36017 \begin_inset Quotes eld
36018 \end_inset
36019
36020 programming language
36021 \begin_inset Quotes erd
36022 \end_inset
36023
36024 ; you can calculate with it and draw diagrams and images
36025 \begin_inset Foot
36026 status collapsed
36027
36028 \begin_layout Plain Layout
36029 If you are interested to learn more about this, have a look at the LaTeX-package
36030  
36031 \series bold
36032 PSTricks
36033 \series default
36034  
36035 \begin_inset CommandInset citation
36036 LatexCommand cite
36037 key "pstricks"
36038
36039 \end_inset
36040
36041 .
36042 \end_layout
36043
36044 \end_inset
36045
36046 .
36047  Due to this ability, the files are often bigger than PDFs.
36048 \end_layout
36049
36050 \begin_layout Standard
36051 PostScript can only contain images in the format 
36052 \begin_inset Quotes eld
36053 \end_inset
36054
36055 Encapsulated PostScript
36056 \begin_inset Quotes erd
36057 \end_inset
36058
36059  (EPS, file extension 
36060 \begin_inset Quotes eld
36061 \end_inset
36062
36063
36064 \family typewriter
36065 .eps
36066 \family default
36067
36068 \begin_inset Quotes erd
36069 \end_inset
36070
36071 ).
36072  As LyX allows you to use any known image format in your document, it has
36073  to convert images in the background to EPS.
36074  If you have e.g.
36075 \begin_inset space ~
36076 \end_inset
36077
36078 50
36079 \begin_inset space ~
36080 \end_inset
36081
36082 images in your document, LyX has to do 50
36083 \begin_inset space ~
36084 \end_inset
36085
36086 conversions whenever you view or export your document.
36087  This will slow down your work flow with LyX drastically.
36088  So if you plan to use PostScript, you can insert your images directly as
36089  EPS to avoid this problem.
36090 \end_layout
36091
36092 \begin_layout Standard
36093 You can export your document to PostScript using the menu 
36094 \family sans
36095 File\SpecialChar \menuseparator
36096 Export\SpecialChar \menuseparator
36097 Postscript
36098 \family default
36099 .
36100  You can view your document as PostScript via the 
36101 \family sans
36102 View
36103 \family default
36104  menu or by using the toolbar button 
36105 \begin_inset Graphics
36106         filename ../images/buffer-view_ps.png
36107         scale 85
36108         scaleBeforeRotation
36109
36110 \end_inset
36111
36112 .
36113 \end_layout
36114
36115 \begin_layout Section
36116 PDF
36117 \begin_inset Index idx
36118 status collapsed
36119
36120 \begin_layout Plain Layout
36121 File Formats ! PDF
36122 \end_layout
36123
36124 \end_inset
36125
36126
36127 \begin_inset Index idx
36128 status collapsed
36129
36130 \begin_layout Plain Layout
36131 PDF
36132 \end_layout
36133
36134 \end_inset
36135
36136
36137 \end_layout
36138
36139 \begin_layout Standard
36140 This file type has the extension 
36141 \begin_inset Quotes eld
36142 \end_inset
36143
36144
36145 \family typewriter
36146 .pdf
36147 \family default
36148
36149 \begin_inset Quotes erd
36150 \end_inset
36151
36152 .
36153  The 
36154 \begin_inset Quotes eld
36155 \end_inset
36156
36157 Portable Document Format
36158 \begin_inset Quotes erd
36159 \end_inset
36160
36161  (PDF) was developed by 
36162 \family typewriter
36163 Adobe
36164 \family default
36165  as a derivative of PostScript.
36166  It is more compressed and it uses fewer commands than PostScript.
36167  As the name 
36168 \begin_inset Quotes eld
36169 \end_inset
36170
36171 portable
36172 \begin_inset Quotes erd
36173 \end_inset
36174
36175  implies, it can be processed at any computer system and the printed output
36176  looks exactly the same.
36177 \end_layout
36178
36179 \begin_layout Standard
36180 PDF can contain images in its own PDF format, in the format 
36181 \begin_inset Quotes eld
36182 \end_inset
36183
36184 Joint Photographic Experts Group
36185 \begin_inset Quotes erd
36186 \end_inset
36187
36188  (JPG, file extension 
36189 \begin_inset Quotes eld
36190 \end_inset
36191
36192
36193 \family typewriter
36194 .jpg
36195 \family default
36196
36197 \begin_inset Quotes erd
36198 \end_inset
36199
36200  or 
36201 \begin_inset Quotes eld
36202 \end_inset
36203
36204
36205 \family typewriter
36206 .jpeg
36207 \family default
36208
36209 \begin_inset Quotes erd
36210 \end_inset
36211
36212 ), and in the format 
36213 \begin_inset Quotes eld
36214 \end_inset
36215
36216 Portable Network Graphics
36217 \begin_inset Quotes erd
36218 \end_inset
36219
36220  (PNG, file extension 
36221 \begin_inset Quotes eld
36222 \end_inset
36223
36224
36225 \family typewriter
36226 .png
36227 \family default
36228
36229 \begin_inset Quotes erd
36230 \end_inset
36231
36232 ).
36233  Nevertheless you can use any other image format, because LyX converts them
36234  in the background to one of these formats.
36235  But as described in the section about PostScript, the image conversion
36236  will slow down your work flow.
36237  So it is recommended that you use images in one of the three mentioned
36238  formats.
36239 \end_layout
36240
36241 \begin_layout Standard
36242 You can export your document to PDF via the menu 
36243 \family sans
36244 File\SpecialChar \menuseparator
36245 Export
36246 \family default
36247  in three different ways:
36248 \end_layout
36249
36250 \begin_layout Description
36251 PDF
36252 \begin_inset space ~
36253 \end_inset
36254
36255 (ps2pdf) This uses the program 
36256 \family typewriter
36257 ps2pdf
36258 \family default
36259  that creates a PDF from a PostScript-version of your file.
36260  The PostScript-version is produced by the program 
36261 \family typewriter
36262 dvips
36263 \family default
36264  which uses a DVI-version as intermediate step.
36265  So this export variant consists of three conversions.
36266 \end_layout
36267
36268 \begin_layout Description
36269 PDF
36270 \begin_inset space ~
36271 \end_inset
36272
36273 (dvipdfm) This uses the program 
36274 \family typewriter
36275 dvipdfm
36276 \family default
36277  that converts your file in the background to DVI and in a second step to
36278  PDF.
36279 \end_layout
36280
36281 \begin_layout Description
36282 PDF
36283 \begin_inset space ~
36284 \end_inset
36285
36286 (pdflatex) This uses the program 
36287 \family typewriter
36288 pdftex
36289 \family default
36290  that converts your file directly to PDF.
36291 \end_layout
36292
36293 \begin_layout Standard
36294 It is recommended that you use 
36295 \family sans
36296 PDF
36297 \begin_inset space ~
36298 \end_inset
36299
36300 (pdflatex)
36301 \family default
36302  because 
36303 \family typewriter
36304 pdftex
36305 \family default
36306  supports all features of actual PDF-versions, is quick and works stable.
36307  The program 
36308 \family typewriter
36309 dvipdfm
36310 \family default
36311  is not under development and therefore a bit outdated.
36312 \end_layout
36313
36314 \begin_layout Standard
36315 You can view your document as PDF via the 
36316 \family sans
36317 View
36318 \family default
36319  menu or by using the toolbar button 
36320 \begin_inset Graphics
36321         filename ../images/buffer-view_pdf2.png
36322         scale 85
36323         scaleBeforeRotation
36324
36325 \end_inset
36326
36327  
36328 \family sans
36329 (
36330 \family default
36331 that uses 
36332 \family sans
36333 PDF
36334 \begin_inset space ~
36335 \end_inset
36336
36337 (pdflatex)
36338 \family default
36339 ).
36340 \end_layout
36341
36342 \begin_layout Chapter
36343 Explanation of Equation
36344 \begin_inset space ~
36345 \end_inset
36346
36347 (
36348 \begin_inset CommandInset ref
36349 LatexCommand ref
36350 reference "eq:Wgn"
36351
36352 \end_inset
36353
36354 )
36355 \begin_inset CommandInset label
36356 LatexCommand label
36357 name "cha:Explanation-of-Equation"
36358
36359 \end_inset
36360
36361
36362 \end_layout
36363
36364 \begin_layout Standard
36365 We can calculate the total width of 
36366 \emph on
36367 n
36368 \emph default
36369  table cells 
36370 \begin_inset Formula $W_{\mathrm{tot\, n}}$
36371 \end_inset
36372
36373  as follows:
36374 \end_layout
36375
36376 \begin_layout Standard
36377 \begin_inset Formula 
36378 \begin{equation}
36379 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
36380 \end{equation}
36381
36382 \end_inset
36383
36384 where 
36385 \begin_inset Formula $W_{g\, n}$
36386 \end_inset
36387
36388  is the given width of all cells, 
36389 \series bold
36390
36391 \backslash
36392 tabcolsep
36393 \series default
36394  is the LaTeX-length between the cell text and the cell border (its default
36395  value is 6
36396 \begin_inset space \thinspace{}
36397 \end_inset
36398
36399 pt).
36400  
36401 \series bold
36402
36403 \backslash
36404 arrayrulewidth
36405 \series default
36406  is the thickness of the cell border line, the default is 0.4
36407 \begin_inset space \thinspace{}
36408 \end_inset
36409
36410 pt.
36411 \end_layout
36412
36413 \begin_layout Standard
36414 Following equation
36415 \begin_inset space ~
36416 \end_inset
36417
36418
36419 \begin_inset CommandInset ref
36420 LatexCommand eqref
36421 reference "eq:Wtot_n"
36422
36423 \end_inset
36424
36425 , the total width of a multicolumn 
36426 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
36427 \end_inset
36428
36429  is
36430 \end_layout
36431
36432 \begin_layout Standard
36433 \begin_inset Formula 
36434 \begin{equation}
36435 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
36436 \end{equation}
36437
36438 \end_inset
36439
36440
36441 \end_layout
36442
36443 \begin_layout Standard
36444 By setting equation
36445 \begin_inset space ~
36446 \end_inset
36447
36448
36449 \begin_inset CommandInset ref
36450 LatexCommand eqref
36451 reference "eq:Wtot_n"
36452
36453 \end_inset
36454
36455  and 
36456 \begin_inset CommandInset ref
36457 LatexCommand eqref
36458 reference "eq:Wtot_mult"
36459
36460 \end_inset
36461
36462  equal we can calculate the needed given width 
36463 \begin_inset Formula $W_{g\, n}$
36464 \end_inset
36465
36466  when 
36467 \emph on
36468 n
36469 \emph default
36470  columns are spanned, so that each column has a total width of 
36471 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
36472 \end_inset
36473
36474 :
36475 \end_layout
36476
36477 \begin_layout Standard
36478 \begin_inset Formula 
36479 \begin{equation}
36480 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
36481 \end{equation}
36482
36483 \end_inset
36484
36485
36486 \end_layout
36487
36488 \begin_layout Bibliography
36489 \labelwidthstring Bibliography
36490 \begin_inset CommandInset bibitem
36491 LatexCommand bibitem
36492 key "latexcompanion"
36493
36494 \end_inset
36495
36496 Frank Mittelbach and Michel Goossens: 
36497 \emph on
36498 The LaTeX Companion Second Edition.
36499
36500 \emph default
36501  Addison-Wesley, 2004
36502 \end_layout
36503
36504 \begin_layout Bibliography
36505 \labelwidthstring Bibliography
36506 \begin_inset CommandInset bibitem
36507 LatexCommand bibitem
36508 key "latexguide"
36509
36510 \end_inset
36511
36512 Helmut Kopka and Patrick W.
36513  Daly: 
36514 \emph on
36515 A Guide to LaTeX Fourth Edition.
36516
36517 \emph default
36518  Addison-Wesley, 2003
36519 \end_layout
36520
36521 \begin_layout Bibliography
36522 \labelwidthstring Bibliography
36523 \begin_inset CommandInset bibitem
36524 LatexCommand bibitem
36525 key "latexbook"
36526
36527 \end_inset
36528
36529 Leslie Lamport: 
36530 \emph on
36531 LaTeX: A Document Preparation System.
36532
36533 \emph default
36534  Addison-Wesley, second edition, 1994
36535 \end_layout
36536
36537 \begin_layout Bibliography
36538 \labelwidthstring Bibliography
36539 \begin_inset CommandInset bibitem
36540 LatexCommand bibitem
36541 key "booktabs"
36542
36543 \end_inset
36544
36545 Documentation of the LaTeX-package 
36546 \series bold
36547
36548 \begin_inset CommandInset href
36549 LatexCommand href
36550 name "booktabs"
36551 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
36552
36553 \end_inset
36554
36555
36556 \series default
36557
36558 \begin_inset Index idx
36559 status collapsed
36560
36561 \begin_layout Plain Layout
36562 LaTeX-packages ! booktabs
36563 \end_layout
36564
36565 \end_inset
36566
36567
36568 \end_layout
36569
36570 \begin_layout Bibliography
36571 \labelwidthstring Bibliography
36572 \begin_inset CommandInset bibitem
36573 LatexCommand bibitem
36574 key "caption"
36575
36576 \end_inset
36577
36578 Documentation of the LaTeX-package 
36579 \series bold
36580
36581 \begin_inset CommandInset href
36582 LatexCommand href
36583 name "caption"
36584 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
36585
36586 \end_inset
36587
36588
36589 \series default
36590
36591 \begin_inset Index idx
36592 status collapsed
36593
36594 \begin_layout Plain Layout
36595 LaTeX-packages ! caption
36596 \end_layout
36597
36598 \end_inset
36599
36600
36601 \end_layout
36602
36603 \begin_layout Bibliography
36604 \labelwidthstring Bibliography
36605 \begin_inset CommandInset bibitem
36606 LatexCommand bibitem
36607 key "endfloat"
36608
36609 \end_inset
36610
36611 Documentation of the LaTeX-package 
36612 \series bold
36613
36614 \begin_inset CommandInset href
36615 LatexCommand href
36616 name "endfloat"
36617 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
36618
36619 \end_inset
36620
36621
36622 \series default
36623
36624 \begin_inset Index idx
36625 status collapsed
36626
36627 \begin_layout Plain Layout
36628 LaTeX-packages ! endfloat
36629 \end_layout
36630
36631 \end_inset
36632
36633
36634 \end_layout
36635
36636 \begin_layout Bibliography
36637 \labelwidthstring Bibliography
36638 \begin_inset CommandInset bibitem
36639 LatexCommand bibitem
36640 key "wrapfig"
36641
36642 \end_inset
36643
36644 Documentation of the LaTeX-package 
36645 \series bold
36646
36647 \begin_inset CommandInset href
36648 LatexCommand href
36649 name "wrapfig"
36650 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
36651
36652 \end_inset
36653
36654
36655 \series default
36656
36657 \begin_inset Index idx
36658 status collapsed
36659
36660 \begin_layout Plain Layout
36661 LaTeX-packages ! wrapfig
36662 \begin_inset ERT
36663 status collapsed
36664
36665 \begin_layout Plain Layout
36666
36667
36668 \backslash
36669 vspace{4mm}
36670 \end_layout
36671
36672 \end_inset
36673
36674
36675 \end_layout
36676
36677 \end_inset
36678
36679
36680 \end_layout
36681
36682 \begin_layout Bibliography
36683 \labelwidthstring Bibliography
36684 \begin_inset CommandInset bibitem
36685 LatexCommand bibitem
36686 key "footmisc"
36687
36688 \end_inset
36689
36690 Documentation of the LaTeX-package 
36691 \series bold
36692
36693 \begin_inset CommandInset href
36694 LatexCommand href
36695 name "footmisc"
36696 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
36697
36698 \end_inset
36699
36700
36701 \series default
36702
36703 \begin_inset Index idx
36704 status collapsed
36705
36706 \begin_layout Plain Layout
36707 LaTeX-packages ! footmisc
36708 \end_layout
36709
36710 \end_inset
36711
36712
36713 \end_layout
36714
36715 \begin_layout Bibliography
36716 \labelwidthstring Bibliography
36717 \begin_inset CommandInset bibitem
36718 LatexCommand bibitem
36719 key "hypcap"
36720
36721 \end_inset
36722
36723 Documentation of the LaTeX-package 
36724 \series bold
36725
36726 \begin_inset CommandInset href
36727 LatexCommand href
36728 name "hypcap"
36729 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
36730
36731 \end_inset
36732
36733
36734 \series default
36735
36736 \begin_inset Index idx
36737 status collapsed
36738
36739 \begin_layout Plain Layout
36740 LaTeX-packages ! hyperref
36741 \end_layout
36742
36743 \end_inset
36744
36745
36746 \end_layout
36747
36748 \begin_layout Bibliography
36749 \labelwidthstring Bibliography
36750 \begin_inset CommandInset bibitem
36751 LatexCommand bibitem
36752 key "hyperref"
36753
36754 \end_inset
36755
36756 Documentation of the LaTeX-package 
36757 \series bold
36758
36759 \begin_inset CommandInset href
36760 LatexCommand href
36761 name "hyperref"
36762 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
36763
36764 \end_inset
36765
36766
36767 \series default
36768
36769 \begin_inset Index idx
36770 status collapsed
36771
36772 \begin_layout Plain Layout
36773 LaTeX-packages ! hyperref
36774 \end_layout
36775
36776 \end_inset
36777
36778
36779 \end_layout
36780
36781 \begin_layout Bibliography
36782 \labelwidthstring Bibliography
36783 \begin_inset CommandInset bibitem
36784 LatexCommand bibitem
36785 key "KOMA-Script"
36786
36787 \end_inset
36788
36789 Documentation of the LaTeX-package 
36790 \series bold
36791
36792 \begin_inset CommandInset href
36793 LatexCommand href
36794 name "KOMA-Script"
36795 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
36796
36797 \end_inset
36798
36799
36800 \series default
36801
36802 \begin_inset Index idx
36803 status collapsed
36804
36805 \begin_layout Plain Layout
36806 LaTeX-packages ! KOMA-Script
36807 \end_layout
36808
36809 \end_inset
36810
36811
36812 \end_layout
36813
36814 \begin_layout Bibliography
36815 \labelwidthstring Bibliography
36816 \begin_inset CommandInset bibitem
36817 LatexCommand bibitem
36818 key "listings"
36819
36820 \end_inset
36821
36822 Documentation of the LaTeX-package 
36823 \series bold
36824
36825 \begin_inset CommandInset href
36826 LatexCommand href
36827 name "listings"
36828 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
36829
36830 \end_inset
36831
36832
36833 \series default
36834
36835 \begin_inset Index idx
36836 status collapsed
36837
36838 \begin_layout Plain Layout
36839 LaTeX-packages ! listings
36840 \end_layout
36841
36842 \end_inset
36843
36844
36845 \end_layout
36846
36847 \begin_layout Bibliography
36848 \labelwidthstring Bibliography
36849 \begin_inset CommandInset bibitem
36850 LatexCommand bibitem
36851 key "marginnote"
36852
36853 \end_inset
36854
36855 Documentation of the LaTeX-package 
36856 \series bold
36857
36858 \begin_inset CommandInset href
36859 LatexCommand href
36860 name "marginnote"
36861 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
36862
36863 \end_inset
36864
36865
36866 \series default
36867
36868 \begin_inset Index idx
36869 status collapsed
36870
36871 \begin_layout Plain Layout
36872 LaTeX-packages ! marginnote
36873 \end_layout
36874
36875 \end_inset
36876
36877
36878 \end_layout
36879
36880 \begin_layout Bibliography
36881 \labelwidthstring Bibliography
36882 \begin_inset CommandInset bibitem
36883 LatexCommand bibitem
36884 key "lettrine"
36885
36886 \end_inset
36887
36888 Documentation of the LaTeX-package 
36889 \series bold
36890
36891 \begin_inset CommandInset href
36892 LatexCommand href
36893 name "lettrine"
36894 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
36895
36896 \end_inset
36897
36898
36899 \series default
36900  and an 
36901 \begin_inset CommandInset href
36902 LatexCommand href
36903 name "example"
36904 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
36905
36906 \end_inset
36907
36908
36909 \begin_inset Index idx
36910 status collapsed
36911
36912 \begin_layout Plain Layout
36913 LaTeX-packages ! lettrine
36914 \end_layout
36915
36916 \end_inset
36917
36918
36919 \end_layout
36920
36921 \begin_layout Bibliography
36922 \labelwidthstring Bibliography
36923 \begin_inset CommandInset bibitem
36924 LatexCommand bibitem
36925 key "pstricks"
36926
36927 \end_inset
36928
36929 Web page of the LaTeX-package 
36930 \series bold
36931
36932 \begin_inset CommandInset href
36933 LatexCommand href
36934 name "PSTricks"
36935 target "http://tug.org/PSTricks/"
36936
36937 \end_inset
36938
36939
36940 \series default
36941
36942 \begin_inset Index idx
36943 status collapsed
36944
36945 \begin_layout Plain Layout
36946 LaTeX-packages ! PSTricks
36947 \end_layout
36948
36949 \end_inset
36950
36951
36952 \end_layout
36953
36954 \begin_layout Bibliography
36955 \labelwidthstring Bibliography
36956 \begin_inset CommandInset bibitem
36957 LatexCommand bibitem
36958 key "sidecap"
36959
36960 \end_inset
36961
36962 Documentation of the LaTeX-package 
36963 \series bold
36964
36965 \begin_inset CommandInset href
36966 LatexCommand href
36967 name "sidecap"
36968 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
36969
36970 \end_inset
36971
36972
36973 \series default
36974
36975 \begin_inset Index idx
36976 status collapsed
36977
36978 \begin_layout Plain Layout
36979 LaTeX-packages ! sidecap
36980 \end_layout
36981
36982 \end_inset
36983
36984
36985 \end_layout
36986
36987 \begin_layout Bibliography
36988 \labelwidthstring Bibliography
36989 \begin_inset CommandInset bibitem
36990 LatexCommand bibitem
36991 key "prettyref"
36992
36993 \end_inset
36994
36995 Documentation of the LaTeX-package 
36996 \series bold
36997
36998 \begin_inset CommandInset href
36999 LatexCommand href
37000 name "prettyref"
37001 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
37002
37003 \end_inset
37004
37005
37006 \series default
37007
37008 \begin_inset Index idx
37009 status collapsed
37010
37011 \begin_layout Plain Layout
37012 LaTeX-packages ! prettyref
37013 \end_layout
37014
37015 \end_inset
37016
37017
37018 \end_layout
37019
37020 \begin_layout Bibliography
37021 \labelwidthstring Bibliography
37022 \begin_inset CommandInset bibitem
37023 LatexCommand bibitem
37024 key "refstyle"
37025
37026 \end_inset
37027
37028 Documentation of the LaTeX-package 
37029 \series bold
37030
37031 \begin_inset CommandInset href
37032 LatexCommand href
37033 name "refstyle"
37034 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
37035
37036 \end_inset
37037
37038
37039 \series default
37040
37041 \begin_inset Index idx
37042 status collapsed
37043
37044 \begin_layout Plain Layout
37045 LaTeX-packages ! refstyle
37046 \end_layout
37047
37048 \end_inset
37049
37050
37051 \end_layout
37052
37053 \begin_layout Bibliography
37054 \labelwidthstring Bibliography
37055 \begin_inset CommandInset bibitem
37056 LatexCommand bibitem
37057 key "NewInLyX20"
37058
37059 \end_inset
37060
37061
37062 \begin_inset CommandInset href
37063 LatexCommand href
37064 name "Wiki page"
37065 target "http://wiki.lyx.org/LyX/NewInLyX20"
37066
37067 \end_inset
37068
37069  about new features in 
37070 \family sans
37071 LyX 2.0
37072 \family default
37073 .
37074 \end_layout
37075
37076 \begin_layout Standard
37077 \begin_inset CommandInset index_print
37078 LatexCommand printindex
37079 type "idx"
37080
37081 \end_inset
37082
37083
37084 \end_layout
37085
37086 \end_body
37087 \end_document