]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
documentation files:
[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 \end_preamble
155 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
156 \use_default_options false
157 \begin_modules
158 initials
159 \end_modules
160 \maintain_unincluded_children false
161 \language english
162 \language_package default
163 \inputencoding auto
164 \fontencoding global
165 \font_roman default
166 \font_sans default
167 \font_typewriter default
168 \font_default_family default
169 \use_non_tex_fonts false
170 \font_sc false
171 \font_osf false
172 \font_sf_scale 100
173 \font_tt_scale 100
174
175 \graphics default
176 \default_output_format default
177 \output_sync 0
178 \bibtex_command default
179 \index_command default
180 \paperfontsize 12
181 \spacing single
182 \use_hyperref true
183 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
184 \pdf_author "LyX Team, Uwe Stöhr"
185 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
186 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
187 \pdf_bookmarks true
188 \pdf_bookmarksnumbered true
189 \pdf_bookmarksopen true
190 \pdf_bookmarksopenlevel 1
191 \pdf_breaklinks false
192 \pdf_pdfborder false
193 \pdf_colorlinks true
194 \pdf_backref false
195 \pdf_pdfusetitle false
196 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
197 \papersize default
198 \use_geometry false
199 \use_amsmath 2
200 \use_esint 0
201 \use_mhchem 1
202 \use_mathdots 1
203 \cite_engine basic
204 \use_bibtopic false
205 \use_indices false
206 \paperorientation portrait
207 \suppress_date false
208 \use_refstyle 0
209 \notefontcolor #0000ff
210 \index Index
211 \shortcut idx
212 \color #008000
213 \end_index
214 \secnumdepth 3
215 \tocdepth 3
216 \paragraph_separation skip
217 \defskip medskip
218 \quotes_language english
219 \papercolumns 1
220 \papersides 2
221 \paperpagestyle default
222 \bullet 1 1 34 -1
223 \bullet 2 2 35 -1
224 \bullet 3 2 7 -1
225 \tracking_changes false
226 \output_changes false
227 \html_math_output 0
228 \html_css_as_file 0
229 \html_be_strict false
230 \end_header
231
232 \begin_body
233
234 \begin_layout Title
235 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
236  manual
237 \end_layout
238
239 \begin_layout Author
240 by the LyX Team
241 \begin_inset Foot
242 status collapsed
243
244 \begin_layout Plain Layout
245 \noindent
246 If you have comments or error corrections, please send them to the LyX Documenta
247 tion mailing list: 
248 \begin_inset CommandInset href
249 LatexCommand href
250 name "lyx-docs@lists.lyx.org"
251 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
252 type "mailto:"
253
254 \end_inset
255
256
257 \end_layout
258
259 \end_inset
260
261
262 \begin_inset Note Note
263 status collapsed
264
265 \begin_layout Plain Layout
266 author: Uwe Stöhr
267 \end_layout
268
269 \end_inset
270
271
272 \begin_inset Newline newline
273 \end_inset
274
275
276 \begin_inset Newline newline
277 \end_inset
278
279
280 \family sans
281 Version 2.0.x
282 \end_layout
283
284 \begin_layout Standard
285 \begin_inset CommandInset toc
286 LatexCommand tableofcontents
287
288 \end_inset
289
290
291 \end_layout
292
293 \begin_layout Standard
294 \begin_inset Note Note
295 status open
296
297 \begin_layout Plain Layout
298 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
299  
300 \series bold
301 arydshln
302 \series default
303
304 \series bold
305 colortbl
306 \series default
307
308 \series bold
309 lettrine, marginnote, picinpar
310 \series default
311  and 
312 \series bold
313 sidecap
314 \series default
315  must be installed.
316  If they are not installed you can export the document anyway but the sections
317  where the packages are required won't appear in the output.
318 \end_layout
319
320 \begin_layout Plain Layout
321 The latest PDF-version of this document can be found here:
322 \begin_inset Newline newline
323 \end_inset
324
325
326 \series bold
327 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
328 \end_layout
329
330 \end_inset
331
332
333 \end_layout
334
335 \begin_layout Chapter
336 Figures
337 \begin_inset Index idx
338 status collapsed
339
340 \begin_layout Plain Layout
341 Figures
342 \end_layout
343
344 \end_inset
345
346
347 \begin_inset Index idx
348 status collapsed
349
350 \begin_layout Plain Layout
351 Graphics|see
352 \begin_inset ERT
353 status collapsed
354
355 \begin_layout Plain Layout
356
357 {
358 \end_layout
359
360 \end_inset
361
362 Figures
363 \begin_inset ERT
364 status collapsed
365
366 \begin_layout Plain Layout
367
368 }
369 \end_layout
370
371 \end_inset
372
373
374 \end_layout
375
376 \end_inset
377
378
379 \end_layout
380
381 \begin_layout Section
382 Graphics Dialog
383 \begin_inset Index idx
384 status collapsed
385
386 \begin_layout Plain Layout
387 Figures ! Graphics Dialog
388 \end_layout
389
390 \end_inset
391
392
393 \begin_inset CommandInset label
394 LatexCommand label
395 name "sec:Graphics-Dialog"
396
397 \end_inset
398
399
400 \end_layout
401
402 \begin_layout Standard
403 To insert an image into your document, place the cursor at the text position
404  you want and click on the toolbar icon 
405 \begin_inset Graphics
406         filename ../images/dialog-show-new-inset_graphics.png
407         scale 85
408         scaleBeforeRotation
409
410 \end_inset
411
412  or use the menu 
413 \family sans
414 Insert\SpecialChar \menuseparator
415 Graphics
416 \family default
417 .
418  Then a dialog will appear to choose the file to load.
419  The image will appear in the output exactly at the position where it is
420  in the text.
421 \end_layout
422
423 \begin_layout Standard
424 The graphics dialog can be called at any time by clicking on an image.
425  This dialog has three tabs:
426 \end_layout
427
428 \begin_layout Description
429
430 \family sans
431 Graphics
432 \family default
433  Here you can choose an image file and adjust its appearance in the output.
434  The available units for the image size are explained in appendix
435 \begin_inset space ~
436 \end_inset
437
438
439 \begin_inset CommandInset ref
440 LatexCommand ref
441 reference "cha:Units-available-in"
442
443 \end_inset
444
445 .
446 \begin_inset Newline newline
447 \end_inset
448
449
450 \begin_inset Index idx
451 status collapsed
452
453 \begin_layout Plain Layout
454 Figures ! rotated
455 \end_layout
456
457 \end_inset
458
459 You can rotate images counter-clockwise by setting a rotation angle and
460  a rotation origin.
461  The image will also be rotated inside LyX.
462 \begin_inset Newline newline
463 \end_inset
464
465
466 \begin_inset Index idx
467 status collapsed
468
469 \begin_layout Plain Layout
470 Figures ! scaled
471 \end_layout
472
473 \end_inset
474
475 Images can be scaled by using a percentage value or by setting the width
476  and height explicitly.
477  If you set only the width or only the height, the other size will be determined
478  automatically.
479  If you set both, then the image will be transformed to the given size,
480  possibly distorting it.
481  To prevent the image from distortion, use the option 
482 \family sans
483 Maintain aspect ratio
484 \family default
485 .
486  The image will then be scaled so that its width and height don't exceed
487  the specified dimensions.
488 \begin_inset Newline newline
489 \end_inset
490
491 Images can be opened in a program of your choice by right-clicking on it
492  and choosing the entry 
493 \family sans
494 Edit
495 \begin_inset space ~
496 \end_inset
497
498 externally
499 \family default
500  in the context menu.
501  The program can be set for every image format in the file format settings
502  in LyX's preferences.
503 \end_layout
504
505 \begin_layout Description
506
507 \family sans
508 Clipping
509 \family default
510  Alternatively to the usage of scaling units it is possible to set image
511  coordinates to adjust the height and width of the image in the output.
512  The coordinates can also be calculated automatically by pressing the button
513  
514 \family sans
515 Get
516 \begin_inset space ~
517 \end_inset
518
519 from
520 \begin_inset space ~
521 \end_inset
522
523 File
524 \family default
525 .
526  The option 
527 \family sans
528 Clip
529 \begin_inset space ~
530 \end_inset
531
532 to
533 \begin_inset space ~
534 \end_inset
535
536 bounding
537 \begin_inset space ~
538 \end_inset
539
540 box
541 \family default
542  will only print the image region within the given coordinates.
543  Normally you don't need to take care about image coordinates and can ignore
544  this tab.
545 \end_layout
546
547 \begin_layout Description
548
549 \family sans
550 LaTeX
551 \begin_inset space ~
552 \end_inset
553
554 and
555 \begin_inset space ~
556 \end_inset
557
558 LyX
559 \begin_inset space ~
560 \end_inset
561
562 options
563 \family default
564  In this tab you can modify the appearance of the image within LyX and LaTeX
565  experts can specify additional LaTeX options.
566 \begin_inset Newline newline
567 \end_inset
568
569 The option 
570 \family sans
571 Draft
572 \begin_inset space ~
573 \end_inset
574
575 mode
576 \family default
577  makes the image appear in the output only as a frame with the size of the
578  image.
579 \begin_inset Newline newline
580 \end_inset
581
582 The 
583 \family sans
584 Don't
585 \begin_inset space ~
586 \end_inset
587
588 unzip
589 \begin_inset space ~
590 \end_inset
591
592 on
593 \begin_inset space ~
594 \end_inset
595
596 export
597 \family default
598  option only affects zipped EPS-graphics, e.
599 \begin_inset space \thinspace{}
600 \end_inset
601
602 g.
603 \begin_inset space \space{}
604 \end_inset
605
606
607 \emph on
608 x.eps.gz
609 \emph default
610 .
611  When the option is used the images will not be unzipped on export, since
612  LaTeX can handle them as they are.
613 \begin_inset Newline newline
614 \end_inset
615
616 Zipped EPS-graphics are useful to save disk space when you choose PostScript
617  as output format, see appendix
618 \begin_inset space ~
619 \end_inset
620
621
622 \begin_inset CommandInset ref
623 LatexCommand ref
624 reference "sec:PostScript"
625
626 \end_inset
627
628 .
629  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
630  console:
631 \begin_inset Newline newline
632 \end_inset
633
634
635 \series bold
636 gzip x.eps
637 \series default
638
639 \begin_inset Newline newline
640 \end_inset
641
642
643 \series bold
644 zgrep %%Bounding x.eps.gz > x.eps.bb
645 \series default
646
647 \begin_inset Newline newline
648 \end_inset
649
650 The second command creates the bounding box file 
651 \begin_inset Quotes eld
652 \end_inset
653
654 x.eps.bb
655 \begin_inset Quotes erd
656 \end_inset
657
658  that is needed by LaTeX for zipped graphics.
659 \begin_inset Newline newline
660 \end_inset
661
662 The field 
663 \family sans
664 Initialize
665 \begin_inset space ~
666 \end_inset
667
668 Group
669 \begin_inset space ~
670 \end_inset
671
672 Name
673 \family default
674  allows you define or join an image settings group.
675 \begin_inset Index idx
676 status collapsed
677
678 \begin_layout Plain Layout
679 Figures ! Settings grouping
680 \end_layout
681
682 \end_inset
683
684  Images within such a group share their settings, so adjusting one image
685  of the group automatically also adjusts all other images of the group in
686  the same way.
687  So you can for example change the size for a bunch of images without the
688  need to manually change each of them.
689  Joining an existing group can also be done using the context menu of the
690  image by checking the name of the desired group.
691 \end_layout
692
693 \begin_layout Standard
694 \begin_inset VSpace bigskip
695 \end_inset
696
697
698 \end_layout
699
700 \begin_layout Standard
701 This is an example image in EPS format
702 \begin_inset Foot
703 status collapsed
704
705 \begin_layout Plain Layout
706 Image formats are explained in section
707 \begin_inset space ~
708 \end_inset
709
710
711 \begin_inset CommandInset ref
712 LatexCommand ref
713 reference "sec:Image-Formats"
714
715 \end_inset
716
717 .
718 \end_layout
719
720 \end_inset
721
722  within a separate, horizontally centered paragraph:
723 \end_layout
724
725 \begin_layout Standard
726 \align center
727 \begin_inset Graphics
728         filename clipart/mobius.eps
729         scale 70
730         scaleBeforeRotation
731         rotateOrigin center
732
733 \end_inset
734
735
736 \end_layout
737
738 \begin_layout Standard
739 This is the same image like the one above but in draft mode:
740 \end_layout
741
742 \begin_layout Standard
743 \align center
744 \begin_inset Graphics
745         filename clipart/mobius.eps
746         scale 70
747         draft
748         scaleBeforeRotation
749         rotateOrigin center
750
751 \end_inset
752
753
754 \end_layout
755
756 \begin_layout Standard
757 \begin_inset Newpage newpage
758 \end_inset
759
760
761 \end_layout
762
763 \begin_layout Section
764 Figure Floats
765 \begin_inset CommandInset label
766 LatexCommand label
767 name "sec:Figure-Floats"
768
769 \end_inset
770
771
772 \begin_inset Index idx
773 status collapsed
774
775 \begin_layout Plain Layout
776 Floats ! Figures
777 \end_layout
778
779 \end_inset
780
781
782 \begin_inset Index idx
783 status collapsed
784
785 \begin_layout Plain Layout
786 Figures ! Floats
787 \end_layout
788
789 \end_inset
790
791
792 \end_layout
793
794 \begin_layout Standard
795 For general explanations about floats, have a look at section
796 \begin_inset space ~
797 \end_inset
798
799
800 \begin_inset CommandInset ref
801 LatexCommand ref
802 reference "sec:FloatIntroduction"
803
804 \end_inset
805
806 .
807 \end_layout
808
809 \begin_layout Standard
810 The toolbar button 
811 \begin_inset Graphics
812         filename ../images/float-insert_figure.png
813         scale 85
814         scaleBeforeRotation
815
816 \end_inset
817
818  and the menu 
819 \family sans
820 Insert\SpecialChar \menuseparator
821 Float\SpecialChar \menuseparator
822 Figure
823 \family default
824  inserts a float with a caption that has the label 
825 \begin_inset Quotes eld
826 \end_inset
827
828 Figure
829 \begin_inset space ~
830 \end_inset
831
832 #:
833 \begin_inset Quotes erd
834 \end_inset
835
836  (# is the actual number).
837  You can insert the image above the caption, like in Figure
838 \begin_inset space ~
839 \end_inset
840
841
842 \begin_inset CommandInset ref
843 LatexCommand ref
844 reference "fig:kill-plat"
845
846 \end_inset
847
848  or below the caption, like in Figure
849 \begin_inset space ~
850 \end_inset
851
852
853 \begin_inset CommandInset ref
854 LatexCommand ref
855 reference "fig:escher"
856
857 \end_inset
858
859 .
860  More about caption placement is described in section
861 \begin_inset space ~
862 \end_inset
863
864
865 \begin_inset CommandInset ref
866 LatexCommand ref
867 reference "sec:Caption-Placement"
868
869 \end_inset
870
871 .
872 \end_layout
873
874 \begin_layout Standard
875 \begin_inset Float figure
876 wide false
877 sideways false
878 status open
879
880 \begin_layout Plain Layout
881 \align center
882 \begin_inset Graphics
883         filename clipart/platypus.eps
884         width 50col%
885         scaleBeforeRotation
886         rotateOrigin center
887
888 \end_inset
889
890
891 \end_layout
892
893 \begin_layout Plain Layout
894 \begin_inset Caption
895
896 \begin_layout Plain Layout
897 \begin_inset CommandInset label
898 LatexCommand label
899 name "fig:kill-plat"
900
901 \end_inset
902
903 A severely distorted platypus in a float.
904 \end_layout
905
906 \end_inset
907
908
909 \end_layout
910
911 \end_inset
912
913
914 \end_layout
915
916 \begin_layout Standard
917 \begin_inset Float figure
918 wide false
919 sideways false
920 status open
921
922 \begin_layout Plain Layout
923 \begin_inset Caption
924
925 \begin_layout Plain Layout
926 \begin_inset CommandInset label
927 LatexCommand label
928 name "fig:escher"
929
930 \end_inset
931
932 M.C.
933  Escher on acid.
934 \end_layout
935
936 \end_inset
937
938
939 \end_layout
940
941 \begin_layout Plain Layout
942 \align center
943 \begin_inset Graphics
944         filename clipart/escher-lsd.eps
945         scale 80
946         scaleBeforeRotation
947         rotateOrigin center
948
949 \end_inset
950
951
952 \end_layout
953
954 \end_inset
955
956
957 \end_layout
958
959 \begin_layout Standard
960 \begin_inset Index idx
961 status collapsed
962
963 \begin_layout Plain Layout
964 References ! to Figures
965 \end_layout
966
967 \end_inset
968
969 Figure
970 \begin_inset space ~
971 \end_inset
972
973
974 \begin_inset CommandInset ref
975 LatexCommand ref
976 reference "fig:kill-plat"
977
978 \end_inset
979
980  and 
981 \begin_inset CommandInset ref
982 LatexCommand ref
983 reference "fig:escher"
984
985 \end_inset
986
987  are examples of referenced figures.
988  Figures can be referenced in the text by referencing their label.
989  To do this insert a label in the caption using the menu 
990 \family sans
991 Insert\SpecialChar \menuseparator
992 Label
993 \family default
994  or the toolbar button 
995 \begin_inset Graphics
996         filename ../images/label-insert.png
997         scale 85
998         scaleBeforeRotation
999
1000 \end_inset
1001
1002 .
1003  You can now refer to the label using the menu 
1004 \family sans
1005 Insert\SpecialChar \menuseparator
1006 Cross
1007 \begin_inset space ~
1008 \end_inset
1009
1010 reference
1011 \family default
1012  or the toolbar button 
1013 \begin_inset Graphics
1014         filename ../images/dialog-show-new-inset_ref.png
1015         scale 85
1016         scaleBeforeRotation
1017
1018 \end_inset
1019
1020 .
1021  It is important to use references to floats, rather than using vague references
1022  like 
1023 \begin_inset Quotes eld
1024 \end_inset
1025
1026 the figure above
1027 \begin_inset Quotes erd
1028 \end_inset
1029
1030 , because LaTeX will reposition the floats in the final document and it
1031  might not be 
1032 \begin_inset Quotes eld
1033 \end_inset
1034
1035 above
1036 \begin_inset Quotes erd
1037 \end_inset
1038
1039  at all.
1040 \begin_inset Newline newline
1041 \end_inset
1042
1043 Referencing is explained in detail in section
1044 \begin_inset space ~
1045 \end_inset
1046
1047
1048 \begin_inset CommandInset ref
1049 LatexCommand ref
1050 reference "sec:Referencing-Floats"
1051
1052 \end_inset
1053
1054 .
1055 \end_layout
1056
1057 \begin_layout Standard
1058 Normally only one image is inserted to a figure float, but sometimes you
1059  might want to use two images with separate subcaptions.
1060  This can be done by inserting image floats into existing image floats.
1061  Note that only the main caption of the float is added to the List of Figures.
1062  Figure
1063 \begin_inset space ~
1064 \end_inset
1065
1066
1067 \begin_inset CommandInset ref
1068 LatexCommand ref
1069 reference "fig:Two-distorted-images"
1070
1071 \end_inset
1072
1073  is an example of a figure float with two images set side by side.
1074  You can also set the images one below the other.
1075  Figure
1076 \begin_inset space ~
1077 \end_inset
1078
1079
1080 \begin_inset CommandInset ref
1081 LatexCommand ref
1082 reference "fig:Undefinable-structure"
1083
1084 \end_inset
1085
1086  and 
1087 \begin_inset CommandInset ref
1088 LatexCommand ref
1089 reference "fig:A-Platypus"
1090
1091 \end_inset
1092
1093  are the subfigures.
1094 \end_layout
1095
1096 \begin_layout Standard
1097 \begin_inset Float figure
1098 wide false
1099 sideways false
1100 status open
1101
1102 \begin_layout Plain Layout
1103 \begin_inset space \hfill{}
1104 \end_inset
1105
1106
1107 \begin_inset Float figure
1108 wide false
1109 sideways false
1110 status collapsed
1111
1112 \begin_layout Plain Layout
1113 \begin_inset Caption
1114
1115 \begin_layout Plain Layout
1116 \begin_inset CommandInset label
1117 LatexCommand label
1118 name "fig:Undefinable-structure"
1119
1120 \end_inset
1121
1122 Undefinable structure.
1123 \end_layout
1124
1125 \end_inset
1126
1127
1128 \end_layout
1129
1130 \begin_layout Plain Layout
1131 \begin_inset Graphics
1132         filename clipart/escher-lsd.eps
1133         width 45col%
1134         scaleBeforeRotation
1135         groupId distorted
1136
1137 \end_inset
1138
1139
1140 \end_layout
1141
1142 \end_inset
1143
1144
1145 \begin_inset space \hfill{}
1146 \end_inset
1147
1148
1149 \begin_inset Float figure
1150 wide false
1151 sideways false
1152 status collapsed
1153
1154 \begin_layout Plain Layout
1155 \begin_inset Caption
1156
1157 \begin_layout Plain Layout
1158 \begin_inset CommandInset label
1159 LatexCommand label
1160 name "fig:A-Platypus"
1161
1162 \end_inset
1163
1164 A Platypus.
1165 \end_layout
1166
1167 \end_inset
1168
1169
1170 \end_layout
1171
1172 \begin_layout Plain Layout
1173 \begin_inset Graphics
1174         filename clipart/platypus.eps
1175         width 45col%
1176         scaleBeforeRotation
1177         groupId distorted
1178
1179 \end_inset
1180
1181
1182 \end_layout
1183
1184 \end_inset
1185
1186
1187 \begin_inset space \hfill{}
1188 \end_inset
1189
1190
1191 \end_layout
1192
1193 \begin_layout Plain Layout
1194 \begin_inset Caption
1195
1196 \begin_layout Plain Layout
1197 \begin_inset CommandInset label
1198 LatexCommand label
1199 name "fig:Two-distorted-images"
1200
1201 \end_inset
1202
1203
1204 \begin_inset CommandInset label
1205 LatexCommand label
1206 name "fig2:Two-distorted-images-2"
1207
1208 \end_inset
1209
1210 Two distorted images.
1211  Both images are in the image settings group named 
1212 \begin_inset Quotes eld
1213 \end_inset
1214
1215 distorted
1216 \begin_inset Quotes erd
1217 \end_inset
1218
1219 .
1220 \end_layout
1221
1222 \end_inset
1223
1224
1225 \end_layout
1226
1227 \end_inset
1228
1229
1230 \end_layout
1231
1232 \begin_layout Standard
1233 \begin_inset Newpage newpage
1234 \end_inset
1235
1236
1237 \end_layout
1238
1239 \begin_layout Section
1240 Image Formats
1241 \begin_inset CommandInset label
1242 LatexCommand label
1243 name "sec:Image-Formats"
1244
1245 \end_inset
1246
1247
1248 \begin_inset Index idx
1249 status collapsed
1250
1251 \begin_layout Plain Layout
1252 Image Formats
1253 \end_layout
1254
1255 \end_inset
1256
1257
1258 \begin_inset Index idx
1259 status collapsed
1260
1261 \begin_layout Plain Layout
1262 Figures ! Image Formats
1263 \end_layout
1264
1265 \end_inset
1266
1267
1268 \end_layout
1269
1270 \begin_layout Standard
1271 You can insert images in any known file format.
1272  But as explained in appendix
1273 \begin_inset space ~
1274 \end_inset
1275
1276
1277 \begin_inset CommandInset ref
1278 LatexCommand ref
1279 reference "cha:Output-File-Formats"
1280
1281 \end_inset
1282
1283 , each output document format allows only a few image formats.
1284  LyX uses therefore the program 
1285 \family typewriter
1286 ImageMagick
1287 \family default
1288  in the background to convert the images to the right format.
1289  To increase your work flow by avoiding these conversions in the background,
1290  you can use only the image formats that can directly be embedded in the
1291  output file format.
1292  The output file formats are explained in appendix
1293 \begin_inset space ~
1294 \end_inset
1295
1296
1297 \begin_inset CommandInset ref
1298 LatexCommand ref
1299 reference "cha:Output-File-Formats"
1300
1301 \end_inset
1302
1303 .
1304 \end_layout
1305
1306 \begin_layout Standard
1307 Similar to fonts there are two types of image formats:
1308 \end_layout
1309
1310 \begin_layout Description
1311 Bitmap
1312 \begin_inset space ~
1313 \end_inset
1314
1315 images consist of pixel values, often in a compressed form.
1316  They are therefore not fully scalable and look pixelated in large zooms.
1317  Well-known bitmap image formats are 
1318 \begin_inset Quotes eld
1319 \end_inset
1320
1321 Graphics Interchange Format
1322 \begin_inset Quotes erd
1323 \end_inset
1324
1325  (GIF, file extension 
1326 \begin_inset Quotes eld
1327 \end_inset
1328
1329
1330 \family typewriter
1331 .gif
1332 \family default
1333
1334 \begin_inset Quotes erd
1335 \end_inset
1336
1337 )
1338 \begin_inset Index idx
1339 status collapsed
1340
1341 \begin_layout Plain Layout
1342 GIF|see
1343 \begin_inset ERT
1344 status collapsed
1345
1346 \begin_layout Plain Layout
1347
1348 {
1349 \end_layout
1350
1351 \end_inset
1352
1353 Image formats
1354 \begin_inset ERT
1355 status collapsed
1356
1357 \begin_layout Plain Layout
1358
1359 }
1360 \end_layout
1361
1362 \end_inset
1363
1364
1365 \end_layout
1366
1367 \end_inset
1368
1369
1370 \begin_inset Quotes eld
1371 \end_inset
1372
1373 Portable Network Graphics
1374 \begin_inset Quotes erd
1375 \end_inset
1376
1377  (PNG, file extension 
1378 \begin_inset Quotes eld
1379 \end_inset
1380
1381
1382 \family typewriter
1383 .png
1384 \family default
1385
1386 \begin_inset Quotes erd
1387 \end_inset
1388
1389 )
1390 \begin_inset Index idx
1391 status collapsed
1392
1393 \begin_layout Plain Layout
1394 PNG|see
1395 \begin_inset ERT
1396 status collapsed
1397
1398 \begin_layout Plain Layout
1399
1400 {
1401 \end_layout
1402
1403 \end_inset
1404
1405 Image formats
1406 \begin_inset ERT
1407 status collapsed
1408
1409 \begin_layout Plain Layout
1410
1411 }
1412 \end_layout
1413
1414 \end_inset
1415
1416
1417 \end_layout
1418
1419 \end_inset
1420
1421 , and 
1422 \begin_inset Quotes eld
1423 \end_inset
1424
1425 Joint Photographic Experts Group
1426 \begin_inset Quotes erd
1427 \end_inset
1428
1429  (JPG, file extension 
1430 \begin_inset Quotes eld
1431 \end_inset
1432
1433
1434 \family typewriter
1435 .jpg
1436 \family default
1437
1438 \begin_inset Quotes erd
1439 \end_inset
1440
1441  or 
1442 \begin_inset Quotes eld
1443 \end_inset
1444
1445
1446 \family typewriter
1447 .jpeg
1448 \family default
1449
1450 \begin_inset Quotes erd
1451 \end_inset
1452
1453 )
1454 \begin_inset Index idx
1455 status collapsed
1456
1457 \begin_layout Plain Layout
1458 JPG|see
1459 \begin_inset ERT
1460 status collapsed
1461
1462 \begin_layout Plain Layout
1463
1464 {
1465 \end_layout
1466
1467 \end_inset
1468
1469 Image formats
1470 \begin_inset ERT
1471 status collapsed
1472
1473 \begin_layout Plain Layout
1474
1475 }
1476 \end_layout
1477
1478 \end_inset
1479
1480
1481 \end_layout
1482
1483 \end_inset
1484
1485 .
1486 \end_layout
1487
1488 \begin_layout Description
1489 Vector
1490 \begin_inset space ~
1491 \end_inset
1492
1493 images consist of vectors and can therefore be scaled to any size without
1494  data loss.
1495  The scaling ability is necessary if you want to create presentations, because
1496  presentations are always scaled by the video projector.
1497  Scaling is also useful for online documents to let the user zoom into diagrams.
1498 \begin_inset Newline newline
1499 \end_inset
1500
1501 Well-known scalable image formats are 
1502 \begin_inset Quotes eld
1503 \end_inset
1504
1505 Scalable Vector Graphics
1506 \begin_inset Quotes erd
1507 \end_inset
1508
1509  (SVG, file extension 
1510 \begin_inset Quotes eld
1511 \end_inset
1512
1513
1514 \family typewriter
1515 .svg
1516 \family default
1517
1518 \begin_inset Quotes erd
1519 \end_inset
1520
1521 )
1522 \begin_inset Index idx
1523 status collapsed
1524
1525 \begin_layout Plain Layout
1526 SVG|see
1527 \begin_inset ERT
1528 status collapsed
1529
1530 \begin_layout Plain Layout
1531
1532 {
1533 \end_layout
1534
1535 \end_inset
1536
1537 Image formats
1538 \begin_inset ERT
1539 status collapsed
1540
1541 \begin_layout Plain Layout
1542
1543 }
1544 \end_layout
1545
1546 \end_inset
1547
1548
1549 \end_layout
1550
1551 \end_inset
1552
1553
1554 \begin_inset Quotes eld
1555 \end_inset
1556
1557 Encapsulated PostScript
1558 \begin_inset Quotes erd
1559 \end_inset
1560
1561  (EPS, file extension 
1562 \begin_inset Quotes eld
1563 \end_inset
1564
1565
1566 \family typewriter
1567 .eps
1568 \family default
1569
1570 \begin_inset Quotes erd
1571 \end_inset
1572
1573 )
1574 \begin_inset Index idx
1575 status collapsed
1576
1577 \begin_layout Plain Layout
1578 EPS|see
1579 \begin_inset ERT
1580 status collapsed
1581
1582 \begin_layout Plain Layout
1583
1584 {
1585 \end_layout
1586
1587 \end_inset
1588
1589 Image formats
1590 \begin_inset ERT
1591 status collapsed
1592
1593 \begin_layout Plain Layout
1594
1595 }
1596 \end_layout
1597
1598 \end_inset
1599
1600
1601 \end_layout
1602
1603 \end_inset
1604
1605
1606 \begin_inset Quotes eld
1607 \end_inset
1608
1609 Portable Document Format
1610 \begin_inset Quotes erd
1611 \end_inset
1612
1613  (PDF, file extension 
1614 \begin_inset Quotes eld
1615 \end_inset
1616
1617
1618 \family typewriter
1619 .pdf
1620 \family default
1621
1622 \begin_inset Quotes erd
1623 \end_inset
1624
1625 )
1626 \begin_inset Index idx
1627 status collapsed
1628
1629 \begin_layout Plain Layout
1630 PDF
1631 \end_layout
1632
1633 \end_inset
1634
1635 , and 
1636 \begin_inset Quotes eld
1637 \end_inset
1638
1639 Windows Metafile
1640 \begin_inset Quotes erd
1641 \end_inset
1642
1643  (WMF, file extension 
1644 \begin_inset Quotes eld
1645 \end_inset
1646
1647
1648 \family typewriter
1649 .wmf
1650 \family default
1651
1652 \begin_inset Quotes erd
1653 \end_inset
1654
1655 )
1656 \begin_inset Index idx
1657 status collapsed
1658
1659 \begin_layout Plain Layout
1660 SVG|see
1661 \begin_inset ERT
1662 status collapsed
1663
1664 \begin_layout Plain Layout
1665
1666 {
1667 \end_layout
1668
1669 \end_inset
1670
1671 Image formats
1672 \begin_inset ERT
1673 status collapsed
1674
1675 \begin_layout Plain Layout
1676
1677 }
1678 \end_layout
1679
1680 \end_inset
1681
1682
1683 \end_layout
1684
1685 \end_inset
1686
1687 .
1688  We wrote 
1689 \begin_inset Quotes eld
1690 \end_inset
1691
1692 can be
1693 \begin_inset Quotes erd
1694 \end_inset
1695
1696 , because you can convert any bitmap image to a PDF or EPS-image and the
1697  result will still be a bitmap image.
1698  In such cases only a header with the image properties is added to the original
1699  image
1700 \begin_inset Foot
1701 status collapsed
1702
1703 \begin_layout Plain Layout
1704 In the case of PDF, the original image is additionally compressed.
1705 \end_layout
1706
1707 \end_inset
1708
1709 .
1710  The PDF-files generated by 
1711 \family typewriter
1712 Adobe Photoshop
1713 \family default
1714  are for example bitmap images.
1715 \end_layout
1716
1717 \begin_layout Standard
1718 Normally it is not possible to convert a bitmap image into a scalable one,
1719  only vice versa.
1720  Only the image formats PDF and EPS can directly be embedded to PDF and
1721  PostScript output files, respectively.
1722  SVG and WMF-images are recalculated to bitmaps when the output file is
1723  generated because there is currently no adequate WMF/SVG
1724 \begin_inset Formula $\to$
1725 \end_inset
1726
1727 PDF/EPS converter available.
1728 \end_layout
1729
1730 \begin_layout Chapter
1731 Tables
1732 \begin_inset Index idx
1733 status collapsed
1734
1735 \begin_layout Plain Layout
1736 Table
1737 \end_layout
1738
1739 \end_inset
1740
1741
1742 \end_layout
1743
1744 \begin_layout Section
1745 Introduction
1746 \begin_inset Index idx
1747 status collapsed
1748
1749 \begin_layout Plain Layout
1750 Table ! Introduction
1751 \end_layout
1752
1753 \end_inset
1754
1755
1756 \end_layout
1757
1758 \begin_layout Standard
1759 You can insert a table using either the toolbar button 
1760 \begin_inset Graphics
1761         filename ../images/tabular-insert.png
1762         scale 85
1763         scaleBeforeRotation
1764
1765 \end_inset
1766
1767  or the menu 
1768 \family sans
1769 Insert\SpecialChar \menuseparator
1770 Table
1771 \family default
1772 .
1773  The toolbar button offers you a graphical selection: move the mouse to
1774  set the column/row number of the table that should be created and then
1775  press a mouse button.
1776  When you use the menu to create a table, a dialog will appear, asking you
1777  for the number of rows and columns.
1778 \begin_inset Newline newline
1779 \end_inset
1780
1781  The default table has lines around any cell and the first row appears separated
1782  from the rest of the table.
1783  This separation occurs due to a double line: The cells of the first row
1784  have a line below them and the cells of the second row have a line above
1785  them.
1786  Here is an example table:
1787 \end_layout
1788
1789 \begin_layout Standard
1790 \align center
1791 \begin_inset Tabular
1792 <lyxtabular version="3" rows="4" columns="4">
1793 <features tabularvalignment="middle">
1794 <column alignment="center" valignment="top" width="0">
1795 <column alignment="center" valignment="top" width="0">
1796 <column alignment="center" valignment="top" width="0">
1797 <column alignment="center" valignment="top" width="0">
1798 <row>
1799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1800 \begin_inset Text
1801
1802 \begin_layout Plain Layout
1803
1804 \end_layout
1805
1806 \end_inset
1807 </cell>
1808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812
1813 \family roman
1814 \series medium
1815 \shape up
1816 \size normal
1817 \emph off
1818 \bar no
1819 \noun off
1820 \color none
1821 1
1822 \end_layout
1823
1824 \end_inset
1825 </cell>
1826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1827 \begin_inset Text
1828
1829 \begin_layout Plain Layout
1830 2
1831 \end_layout
1832
1833 \end_inset
1834 </cell>
1835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1836 \begin_inset Text
1837
1838 \begin_layout Plain Layout
1839 3
1840 \end_layout
1841
1842 \end_inset
1843 </cell>
1844 </row>
1845 <row>
1846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1847 \begin_inset Text
1848
1849 \begin_layout Plain Layout
1850
1851 \family roman
1852 \series medium
1853 \shape up
1854 \size normal
1855 \emph off
1856 \bar no
1857 \noun off
1858 \color none
1859 A
1860 \end_layout
1861
1862 \end_inset
1863 </cell>
1864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1865 \begin_inset Text
1866
1867 \begin_layout Plain Layout
1868
1869 \end_layout
1870
1871 \end_inset
1872 </cell>
1873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877
1878 \end_layout
1879
1880 \end_inset
1881 </cell>
1882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1883 \begin_inset Text
1884
1885 \begin_layout Plain Layout
1886
1887 \end_layout
1888
1889 \end_inset
1890 </cell>
1891 </row>
1892 <row>
1893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1894 \begin_inset Text
1895
1896 \begin_layout Plain Layout
1897
1898 \family roman
1899 \series medium
1900 \shape up
1901 \size normal
1902 \emph off
1903 \bar no
1904 \noun off
1905 \color none
1906 B
1907 \end_layout
1908
1909 \end_inset
1910 </cell>
1911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1912 \begin_inset Text
1913
1914 \begin_layout Plain Layout
1915
1916 \end_layout
1917
1918 \end_inset
1919 </cell>
1920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1921 \begin_inset Text
1922
1923 \begin_layout Plain Layout
1924
1925 \end_layout
1926
1927 \end_inset
1928 </cell>
1929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1930 \begin_inset Text
1931
1932 \begin_layout Plain Layout
1933
1934 \end_layout
1935
1936 \end_inset
1937 </cell>
1938 </row>
1939 <row>
1940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1941 \begin_inset Text
1942
1943 \begin_layout Plain Layout
1944
1945 \family roman
1946 \series medium
1947 \shape up
1948 \size normal
1949 \emph off
1950 \bar no
1951 \noun off
1952 \color none
1953 C
1954 \end_layout
1955
1956 \end_inset
1957 </cell>
1958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1959 \begin_inset Text
1960
1961 \begin_layout Plain Layout
1962
1963 \end_layout
1964
1965 \end_inset
1966 </cell>
1967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1968 \begin_inset Text
1969
1970 \begin_layout Plain Layout
1971
1972 \end_layout
1973
1974 \end_inset
1975 </cell>
1976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1977 \begin_inset Text
1978
1979 \begin_layout Plain Layout
1980
1981 \end_layout
1982
1983 \end_inset
1984 </cell>
1985 </row>
1986 </lyxtabular>
1987
1988 \end_inset
1989
1990
1991 \end_layout
1992
1993 \begin_layout Section
1994 Table Dialog
1995 \begin_inset Index idx
1996 status collapsed
1997
1998 \begin_layout Plain Layout
1999 Table ! Dialog
2000 \end_layout
2001
2002 \end_inset
2003
2004
2005 \end_layout
2006
2007 \begin_layout Standard
2008 You can alter a table by clicking on it with the right mouse button, which
2009  brings up the table dialog.
2010  Here you can adjust the settings of that cell and row/column respectively
2011  where the cursor is currently placed.
2012  Most of the dialog options also work on selections.
2013  This means if you select more cells, columns or rows, the action is done
2014  for the whole selection.
2015  Note that there is a difference between selecting the 
2016 \emph on
2017 contents
2018 \emph default
2019  of the cell, and the cell itself.
2020 \begin_inset Newline newline
2021 \end_inset
2022
2023 With the dialog option 
2024 \family sans
2025 Immediate
2026 \begin_inset space ~
2027 \end_inset
2028
2029 Apply
2030 \family default
2031  every change you make in the dialog is directly applied.
2032  If you move the cursor to another table cell the dialog will then also
2033  be updated with the parameters of the new cell.
2034  If you change length values in the dialog you must press return to get
2035  the change applied.
2036 \begin_inset Newline newline
2037 \end_inset
2038
2039 You can alter tables with the following tabs of the table dialog:
2040 \end_layout
2041
2042 \begin_layout Description
2043
2044 \family sans
2045 Table
2046 \begin_inset space ~
2047 \end_inset
2048
2049 Settings
2050 \family default
2051  Here you can set the table width
2052 \begin_inset Index idx
2053 status collapsed
2054
2055 \begin_layout Plain Layout
2056 Table ! Width
2057 \end_layout
2058
2059 \end_inset
2060
2061 , and the horizontal alignment and the width of the current column.
2062  The alignment 
2063 \family sans
2064 At
2065 \begin_inset space ~
2066 \end_inset
2067
2068 Decimal
2069 \begin_inset space ~
2070 \end_inset
2071
2072 Separator
2073 \family default
2074  is described in section
2075 \begin_inset space ~
2076 \end_inset
2077
2078
2079 \begin_inset CommandInset ref
2080 LatexCommand ref
2081 reference "sub:Special-Cell-Alignment"
2082
2083 \end_inset
2084
2085 .
2086  When you have set a width you can also adjust the vertical alignment of
2087  the current row.
2088  A given width will allow the cell to have line breaks and multiple paragraphs
2089  of text, see section
2090 \begin_inset space ~
2091 \end_inset
2092
2093
2094 \begin_inset CommandInset ref
2095 LatexCommand ref
2096 reference "sub:Multiple-Lines-in"
2097
2098 \end_inset
2099
2100 .
2101  If you set no width, the column is as wide as the content of its widest
2102  cell.
2103 \begin_inset Newline newline
2104 \end_inset
2105
2106 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2107  cell, see section
2108 \begin_inset space ~
2109 \end_inset
2110
2111
2112 \begin_inset CommandInset ref
2113 LatexCommand ref
2114 reference "sub:Multicolumns"
2115
2116 \end_inset
2117
2118  or the cells of one column as multirow cell, see section
2119 \begin_inset space ~
2120 \end_inset
2121
2122
2123 \begin_inset CommandInset ref
2124 LatexCommand ref
2125 reference "sub:Multirows"
2126
2127 \end_inset
2128
2129 .
2130 \begin_inset Newline newline
2131 \end_inset
2132
2133 The rotate check boxes rotate the current cell, a selection, or the whole
2134  table counter-clockwise by 90°.
2135  The rotation is not shown within LyX, only in the output.
2136 \begin_inset Newline newline
2137 \end_inset
2138
2139
2140 \begin_inset Note Greyedout
2141 status open
2142
2143 \begin_layout Plain Layout
2144
2145 \series bold
2146 Note:
2147 \series default
2148  Not all DVI-viewers are able to display rotations.
2149 \end_layout
2150
2151 \end_inset
2152
2153
2154 \begin_inset Newline newline
2155 \end_inset
2156
2157 The table-wide vertical alignment is used for tables within text lines:
2158 \begin_inset Newline newline
2159 \end_inset
2160
2161 A line with tables with different alignments: 
2162 \begin_inset Tabular
2163 <lyxtabular version="3" rows="2" columns="2">
2164 <features tabularvalignment="top">
2165 <column alignment="center" valignment="top" width="0pt">
2166 <column alignment="center" valignment="top" width="0">
2167 <row>
2168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2169 \begin_inset Text
2170
2171 \begin_layout Plain Layout
2172
2173 \end_layout
2174
2175 \end_inset
2176 </cell>
2177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2178 \begin_inset Text
2179
2180 \begin_layout Plain Layout
2181
2182 \family roman
2183 \series medium
2184 \shape up
2185 \size normal
2186 \emph off
2187 \bar no
2188 \noun off
2189 \color none
2190 1
2191 \end_layout
2192
2193 \end_inset
2194 </cell>
2195 </row>
2196 <row>
2197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2198 \begin_inset Text
2199
2200 \begin_layout Plain Layout
2201
2202 \family roman
2203 \series medium
2204 \shape up
2205 \size normal
2206 \emph off
2207 \bar no
2208 \noun off
2209 \color none
2210 A
2211 \end_layout
2212
2213 \end_inset
2214 </cell>
2215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2216 \begin_inset Text
2217
2218 \begin_layout Plain Layout
2219
2220 \end_layout
2221
2222 \end_inset
2223 </cell>
2224 </row>
2225 </lyxtabular>
2226
2227 \end_inset
2228
2229  
2230 \begin_inset Tabular
2231 <lyxtabular version="3" rows="2" columns="2">
2232 <features tabularvalignment="middle">
2233 <column alignment="center" valignment="top" width="0">
2234 <column alignment="center" valignment="top" width="0">
2235 <row>
2236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2237 \begin_inset Text
2238
2239 \begin_layout Plain Layout
2240
2241 \end_layout
2242
2243 \end_inset
2244 </cell>
2245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2246 \begin_inset Text
2247
2248 \begin_layout Plain Layout
2249
2250 \family roman
2251 \series medium
2252 \shape up
2253 \size normal
2254 \emph off
2255 \bar no
2256 \noun off
2257 \color none
2258 1
2259 \end_layout
2260
2261 \end_inset
2262 </cell>
2263 </row>
2264 <row>
2265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2266 \begin_inset Text
2267
2268 \begin_layout Plain Layout
2269
2270 \family roman
2271 \series medium
2272 \shape up
2273 \size normal
2274 \emph off
2275 \bar no
2276 \noun off
2277 \color none
2278 A
2279 \end_layout
2280
2281 \end_inset
2282 </cell>
2283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2284 \begin_inset Text
2285
2286 \begin_layout Plain Layout
2287
2288 \end_layout
2289
2290 \end_inset
2291 </cell>
2292 </row>
2293 </lyxtabular>
2294
2295 \end_inset
2296
2297  
2298 \begin_inset Tabular
2299 <lyxtabular version="3" rows="2" columns="2">
2300 <features tabularvalignment="bottom">
2301 <column alignment="center" valignment="top" width="0pt">
2302 <column alignment="center" valignment="top" width="0">
2303 <row>
2304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2305 \begin_inset Text
2306
2307 \begin_layout Plain Layout
2308
2309 \end_layout
2310
2311 \end_inset
2312 </cell>
2313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2314 \begin_inset Text
2315
2316 \begin_layout Plain Layout
2317
2318 \family roman
2319 \series medium
2320 \shape up
2321 \size normal
2322 \emph off
2323 \bar no
2324 \noun off
2325 \color none
2326 1
2327 \end_layout
2328
2329 \end_inset
2330 </cell>
2331 </row>
2332 <row>
2333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2334 \begin_inset Text
2335
2336 \begin_layout Plain Layout
2337
2338 \family roman
2339 \series medium
2340 \shape up
2341 \size normal
2342 \emph off
2343 \bar no
2344 \noun off
2345 \color none
2346 A
2347 \end_layout
2348
2349 \end_inset
2350 </cell>
2351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2352 \begin_inset Text
2353
2354 \begin_layout Plain Layout
2355
2356 \end_layout
2357
2358 \end_inset
2359 </cell>
2360 </row>
2361 </lyxtabular>
2362
2363 \end_inset
2364
2365
2366 \begin_inset Newline newline
2367 \end_inset
2368
2369 It is also possible to enter a LaTeX-argument which is needed for special
2370  table formattings, see section
2371 \begin_inset space ~
2372 \end_inset
2373
2374
2375 \begin_inset CommandInset ref
2376 LatexCommand ref
2377 reference "sub:Multicolumn-Calculations"
2378
2379 \end_inset
2380
2381  and 
2382 \begin_inset CommandInset ref
2383 LatexCommand ref
2384 reference "sec:Colored-Tables"
2385
2386 \end_inset
2387
2388 .
2389 \end_layout
2390
2391 \begin_layout Description
2392
2393 \family sans
2394 Borders
2395 \family default
2396  In this tab you can add and delete border lines for the current row/column.
2397 \begin_inset Newline newline
2398 \end_inset
2399
2400 Using the style option 
2401 \family sans
2402 Formal
2403 \family default
2404  will convert the table to a formal table as described in section
2405 \begin_inset space ~
2406 \end_inset
2407
2408
2409 \begin_inset CommandInset ref
2410 LatexCommand ref
2411 reference "sec:Formal-Tables"
2412
2413 \end_inset
2414
2415 .
2416 \begin_inset Newline newline
2417 \end_inset
2418
2419 You can also add here space to table rows as described in section
2420 \begin_inset space ~
2421 \end_inset
2422
2423
2424 \begin_inset CommandInset ref
2425 LatexCommand ref
2426 reference "sub:Row-Spacing"
2427
2428 \end_inset
2429
2430 .
2431 \end_layout
2432
2433 \begin_layout Description
2434
2435 \family sans
2436 Longtable
2437 \family default
2438  This tab is to make a table a so called 
2439 \begin_inset Quotes eld
2440 \end_inset
2441
2442
2443 \emph on
2444 longtable
2445 \emph default
2446
2447 \begin_inset Quotes erd
2448 \end_inset
2449
2450  that can run over several pages.
2451  Sections
2452 \begin_inset space ~
2453 \end_inset
2454
2455
2456 \begin_inset CommandInset ref
2457 LatexCommand ref
2458 reference "sec:Longtables"
2459
2460 \end_inset
2461
2462  and 
2463 \begin_inset CommandInset ref
2464 LatexCommand ref
2465 reference "sec:Special-Longtable-Issues"
2466
2467 \end_inset
2468
2469  describe the longtable features in detail.
2470 \end_layout
2471
2472 \begin_layout Section
2473 Table Toolbar
2474 \begin_inset Index idx
2475 status collapsed
2476
2477 \begin_layout Plain Layout
2478 Table ! Toolbar
2479 \end_layout
2480
2481 \end_inset
2482
2483
2484 \end_layout
2485
2486 \begin_layout Standard
2487 The table toolbar is an alternative to the table dialog to be able to alter
2488  tables faster.
2489  It should normally appear at the bottom of LyX's main window when the cursor
2490  is inside a table.
2491  You can alternatively switch it on to appear always, by right-clicking
2492  in LyX's main menu bar.
2493 \end_layout
2494
2495 \begin_layout Standard
2496 The toolbar has the following icons:
2497 \end_layout
2498
2499 \begin_layout Labeling
2500 \labelwidthstring 00.00.0000
2501 \begin_inset Graphics
2502         filename ../images/tabular-feature_append-row.png
2503         scaleBeforeRotation
2504
2505 \end_inset
2506
2507  adds a row below the current cell or selection
2508 \end_layout
2509
2510 \begin_layout Labeling
2511 \labelwidthstring 00.00.0000
2512 \begin_inset Graphics
2513         filename ../images/tabular-feature_append-column.png
2514         scaleBeforeRotation
2515
2516 \end_inset
2517
2518  adds a column right beside the current cell or selection
2519 \end_layout
2520
2521 \begin_layout Labeling
2522 \labelwidthstring 00.00.0000
2523 \begin_inset Graphics
2524         filename ../images/tabular-feature_delete-row.png
2525         scaleBeforeRotation
2526
2527 \end_inset
2528
2529  deletes the current row or selection
2530 \end_layout
2531
2532 \begin_layout Labeling
2533 \labelwidthstring 00.00.0000
2534 \begin_inset Graphics
2535         filename ../images/tabular-feature_delete-column.png
2536         scaleBeforeRotation
2537
2538 \end_inset
2539
2540  deletes the current column or selection
2541 \end_layout
2542
2543 \begin_layout Labeling
2544 \labelwidthstring 00.00.0000
2545 \begin_inset Graphics
2546         filename ../images/tabular-feature_toggle-line-top.png
2547         scaleBeforeRotation
2548
2549 \end_inset
2550
2551  adds a line at the top of the current cell / row or of a selection
2552 \end_layout
2553
2554 \begin_layout Labeling
2555 \labelwidthstring 00.00.0000
2556 \begin_inset Graphics
2557         filename ../images/tabular-feature_toggle-line-bottom.png
2558         scaleBeforeRotation
2559
2560 \end_inset
2561
2562  adds a line at the bottom of the current cell / row or of a selection
2563 \end_layout
2564
2565 \begin_layout Labeling
2566 \labelwidthstring 00.00.0000
2567 \begin_inset Graphics
2568         filename ../images/tabular-feature_toggle-line-left.png
2569         scaleBeforeRotation
2570
2571 \end_inset
2572
2573  adds a line at the left side of the current cell / row or of a selection
2574 \end_layout
2575
2576 \begin_layout Labeling
2577 \labelwidthstring 00.00.0000
2578 \begin_inset Graphics
2579         filename ../images/tabular-feature_toggle-line-right.png
2580         scaleBeforeRotation
2581
2582 \end_inset
2583
2584  adds a line at the right side of the current cell / row or of a selection
2585 \end_layout
2586
2587 \begin_layout Labeling
2588 \labelwidthstring 00.00.0000
2589 \begin_inset Graphics
2590         filename ../images/tabular-feature_set-all-lines.png
2591         scaleBeforeRotation
2592
2593 \end_inset
2594
2595  adds lines around the current or selected cells - if the current cell no
2596  multicolumn cell this also affects the current row and column
2597 \end_layout
2598
2599 \begin_layout Labeling
2600 \labelwidthstring 00.00.0000
2601 \begin_inset Graphics
2602         filename ../images/tabular-feature_unset-all-lines.png
2603         scaleBeforeRotation
2604
2605 \end_inset
2606
2607  deletes all lines of the current or selected cells - if the current cell
2608  no multicolumn cell this also affects the current row and column
2609 \end_layout
2610
2611 \begin_layout Labeling
2612 \labelwidthstring 00.00.0000
2613 \begin_inset Graphics
2614         filename ../images/tabular-feature_m-align-left.png
2615         scaleBeforeRotation
2616
2617 \end_inset
2618
2619  left-aligns the content of the current cell / column
2620 \end_layout
2621
2622 \begin_layout Labeling
2623 \labelwidthstring 00.00.0000
2624 \begin_inset Graphics
2625         filename ../images/tabular-feature_m-align-center.png
2626         scaleBeforeRotation
2627
2628 \end_inset
2629
2630  centers the content of the current cell / column horizontally
2631 \end_layout
2632
2633 \begin_layout Labeling
2634 \labelwidthstring 00.00.0000
2635 \begin_inset Graphics
2636         filename ../images/tabular-feature_m-align-right.png
2637         scaleBeforeRotation
2638
2639 \end_inset
2640
2641  right-aligns the content of the current cell / column
2642 \end_layout
2643
2644 \begin_layout Labeling
2645 \labelwidthstring 00.00.0000
2646 \begin_inset Graphics
2647         filename ../images/tabular-feature_align-decimal.png
2648         scaleBeforeRotation
2649
2650 \end_inset
2651
2652  aligns the content of the current column at a character
2653 \end_layout
2654
2655 \begin_layout Labeling
2656 \labelwidthstring 00.00.0000
2657 \begin_inset Graphics
2658         filename ../images/tabular-feature_m-valign-top.png
2659         scaleBeforeRotation
2660
2661 \end_inset
2662
2663  aligns the content of the current cell vertically to the top
2664 \end_layout
2665
2666 \begin_layout Labeling
2667 \labelwidthstring 00.00.0000
2668 \begin_inset Graphics
2669         filename ../images/tabular-feature_m-valign-middle.png
2670         scaleBeforeRotation
2671
2672 \end_inset
2673
2674  centers the content of the current cell vertically
2675 \end_layout
2676
2677 \begin_layout Labeling
2678 \labelwidthstring 00.00.0000
2679 \begin_inset Graphics
2680         filename ../images/tabular-feature_m-valign-bottom.png
2681         scaleBeforeRotation
2682
2683 \end_inset
2684
2685  aligns the content of the current cell vertically to the bottom
2686 \end_layout
2687
2688 \begin_layout Labeling
2689 \labelwidthstring 00.00.0000
2690 \begin_inset Graphics
2691         filename ../images/tabular-feature_set-rotate-cell.png
2692         scaleBeforeRotation
2693
2694 \end_inset
2695
2696  rotates the current cell or selection counter-clockwise by 90°
2697 \end_layout
2698
2699 \begin_layout Labeling
2700 \labelwidthstring 00.00.0000
2701 \begin_inset Graphics
2702         filename ../images/tabular-feature_set-rotate-tabular.png
2703         scaleBeforeRotation
2704
2705 \end_inset
2706
2707  rotates the whole table counter-clockwise by 90°
2708 \end_layout
2709
2710 \begin_layout Labeling
2711 \labelwidthstring 00.00.0000
2712 \begin_inset Graphics
2713         filename ../images/tabular-feature_multicolumn.png
2714         scaleBeforeRotation
2715
2716 \end_inset
2717
2718  sets the current cell or selection as a multicolumn
2719 \end_layout
2720
2721 \begin_layout Labeling
2722 \labelwidthstring 00.00.0000
2723 \begin_inset Graphics
2724         filename ../images/tabular-feature_multirow.png
2725         scaleBeforeRotation
2726
2727 \end_inset
2728
2729  sets the current cell or selection as a multirow
2730 \end_layout
2731
2732 \begin_layout Standard
2733 \begin_inset Note Greyedout
2734 status open
2735
2736 \begin_layout Plain Layout
2737
2738 \series bold
2739 Note:
2740 \series default
2741  For the output the vertical alignment of the first cell in a row is used
2742  for all following cells in the row.
2743 \end_layout
2744
2745 \end_inset
2746
2747
2748 \end_layout
2749
2750 \begin_layout Section
2751 Edit Table Menu
2752 \begin_inset Index idx
2753 status collapsed
2754
2755 \begin_layout Plain Layout
2756 Table ! Edit Menu
2757 \end_layout
2758
2759 \end_inset
2760
2761
2762 \end_layout
2763
2764 \begin_layout Standard
2765 Additionally to the table dialog and toolbar, the menu 
2766 \family sans
2767 Edit\SpecialChar \menuseparator
2768 Table
2769 \family default
2770  allows you to add and delete border lines for the current row/column and
2771  to set the current selection as multicolumn.
2772  The menu is only available when the cursor is inside a table.
2773 \end_layout
2774
2775 \begin_layout Section
2776 Table Floats
2777 \begin_inset CommandInset label
2778 LatexCommand label
2779 name "sec:Table-Floats"
2780
2781 \end_inset
2782
2783
2784 \begin_inset Index idx
2785 status collapsed
2786
2787 \begin_layout Plain Layout
2788 Floats ! Tables
2789 \end_layout
2790
2791 \end_inset
2792
2793
2794 \begin_inset Index idx
2795 status collapsed
2796
2797 \begin_layout Plain Layout
2798 Table ! Floats
2799 \end_layout
2800
2801 \end_inset
2802
2803
2804 \end_layout
2805
2806 \begin_layout Standard
2807 For general explanations about floats, have a look at section
2808 \begin_inset space ~
2809 \end_inset
2810
2811
2812 \begin_inset CommandInset ref
2813 LatexCommand ref
2814 reference "sec:FloatIntroduction"
2815
2816 \end_inset
2817
2818 .
2819 \end_layout
2820
2821 \begin_layout Standard
2822 \begin_inset Float table
2823 placement h
2824 wide false
2825 sideways false
2826 status open
2827
2828 \begin_layout Plain Layout
2829 \begin_inset Caption
2830
2831 \begin_layout Plain Layout
2832 \begin_inset CommandInset label
2833 LatexCommand label
2834 name "tab:a table float"
2835
2836 \end_inset
2837
2838 A table float.
2839 \end_layout
2840
2841 \end_inset
2842
2843
2844 \end_layout
2845
2846 \begin_layout Plain Layout
2847 \align center
2848 \begin_inset Tabular
2849 <lyxtabular version="3" rows="3" columns="3">
2850 <features tabularvalignment="middle">
2851 <column alignment="center" valignment="top" width="0pt">
2852 <column alignment="center" valignment="top" width="0pt">
2853 <column alignment="center" valignment="top" width="0pt">
2854 <row>
2855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2856 \begin_inset Text
2857
2858 \begin_layout Plain Layout
2859
2860 \family roman
2861 \series medium
2862 \shape up
2863 \size normal
2864 \emph off
2865 \bar no
2866 \noun off
2867 \color none
2868 1
2869 \end_layout
2870
2871 \end_inset
2872 </cell>
2873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2874 \begin_inset Text
2875
2876 \begin_layout Plain Layout
2877
2878 \family roman
2879 \series medium
2880 \shape up
2881 \size normal
2882 \emph off
2883 \bar no
2884 \noun off
2885 \color none
2886 2
2887 \end_layout
2888
2889 \end_inset
2890 </cell>
2891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2892 \begin_inset Text
2893
2894 \begin_layout Plain Layout
2895
2896 \family roman
2897 \series medium
2898 \shape up
2899 \size normal
2900 \emph off
2901 \bar no
2902 \noun off
2903 \color none
2904 3
2905 \end_layout
2906
2907 \end_inset
2908 </cell>
2909 </row>
2910 <row>
2911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2912 \begin_inset Text
2913
2914 \begin_layout Plain Layout
2915
2916 \family roman
2917 \series medium
2918 \shape up
2919 \size normal
2920 \emph off
2921 \bar no
2922 \noun off
2923 \color none
2924 Joe
2925 \end_layout
2926
2927 \end_inset
2928 </cell>
2929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2930 \begin_inset Text
2931
2932 \begin_layout Plain Layout
2933
2934 \family roman
2935 \series medium
2936 \shape up
2937 \size normal
2938 \emph off
2939 \bar no
2940 \noun off
2941 \color none
2942 Mary
2943 \end_layout
2944
2945 \end_inset
2946 </cell>
2947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2948 \begin_inset Text
2949
2950 \begin_layout Plain Layout
2951
2952 \family roman
2953 \series medium
2954 \shape up
2955 \size normal
2956 \emph off
2957 \bar no
2958 \noun off
2959 \color none
2960 Ted
2961 \end_layout
2962
2963 \end_inset
2964 </cell>
2965 </row>
2966 <row>
2967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971
2972 \family roman
2973 \series medium
2974 \shape up
2975 \size normal
2976 \emph off
2977 \bar no
2978 \noun off
2979 \color none
2980 \begin_inset Formula $\int x^{2}dx$
2981 \end_inset
2982
2983
2984 \end_layout
2985
2986 \end_inset
2987 </cell>
2988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2989 \begin_inset Text
2990
2991 \begin_layout Plain Layout
2992
2993 \family roman
2994 \series medium
2995 \shape up
2996 \size normal
2997 \emph off
2998 \bar no
2999 \noun off
3000 \color none
3001 \begin_inset Formula $\left[\begin{array}{cc}
3002 a & b\\
3003 c & d
3004 \end{array}\right]$
3005 \end_inset
3006
3007
3008 \end_layout
3009
3010 \end_inset
3011 </cell>
3012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3013 \begin_inset Text
3014
3015 \begin_layout Plain Layout
3016
3017 \family roman
3018 \series medium
3019 \shape up
3020 \size normal
3021 \emph off
3022 \bar no
3023 \noun off
3024 \color none
3025 \begin_inset Formula $1+1=2$
3026 \end_inset
3027
3028
3029 \end_layout
3030
3031 \end_inset
3032 </cell>
3033 </row>
3034 </lyxtabular>
3035
3036 \end_inset
3037
3038
3039 \end_layout
3040
3041 \end_inset
3042
3043
3044 \end_layout
3045
3046 \begin_layout Standard
3047 Table floats can be inserted using the menu 
3048 \family sans
3049 Insert\SpecialChar \menuseparator
3050 Float\SpecialChar \menuseparator
3051 Table
3052 \family default
3053  or the toolbar button 
3054 \begin_inset Graphics
3055         filename ../images/float-insert_table.png
3056         scale 85
3057         scaleBeforeRotation
3058
3059 \end_inset
3060
3061 .
3062 \end_layout
3063
3064 \begin_layout Standard
3065 The float appears as a collapsible box with a caption that has the label
3066  
3067 \begin_inset Quotes eld
3068 \end_inset
3069
3070 Table
3071 \begin_inset space ~
3072 \end_inset
3073
3074 #:
3075 \begin_inset Quotes erd
3076 \end_inset
3077
3078  (# is the actual table number).
3079  You can insert tables in the float above or below the caption.
3080 \end_layout
3081
3082 \begin_layout Standard
3083 Table
3084 \begin_inset space ~
3085 \end_inset
3086
3087
3088 \begin_inset CommandInset ref
3089 LatexCommand ref
3090 reference "tab:a table float"
3091
3092 \end_inset
3093
3094  is an example table within a table float.
3095 \end_layout
3096
3097 \begin_layout Standard
3098 Having the caption above the table is the common rule that is unfortunately
3099  not supported in LaTeX's standard classes.
3100  This means that, if you are using the document classes 
3101 \family sans
3102 article
3103 \family default
3104
3105 \family sans
3106 book
3107 \family default
3108
3109 \family sans
3110 letter
3111 \family default
3112 , or 
3113 \family sans
3114 report
3115 \family default
3116 , there will be no space between the caption and the table.
3117  To insert the needed space, add the following option to the load command
3118  of the LaTeX-package 
3119 \series bold
3120 caption
3121 \series default
3122
3123 \begin_inset Index idx
3124 status collapsed
3125
3126 \begin_layout Plain Layout
3127 LaTeX-packages ! caption
3128 \end_layout
3129
3130 \end_inset
3131
3132  in your document preamble
3133 \begin_inset Foot
3134 status collapsed
3135
3136 \begin_layout Plain Layout
3137 For more information have a look at section
3138 \begin_inset space ~
3139 \end_inset
3140
3141
3142 \begin_inset CommandInset ref
3143 LatexCommand ref
3144 reference "sec:Caption-Placement"
3145
3146 \end_inset
3147
3148 .
3149 \end_layout
3150
3151 \end_inset
3152
3153 :
3154 \end_layout
3155
3156 \begin_layout Standard
3157
3158 \series bold
3159 tableposition=top
3160 \end_layout
3161
3162 \begin_layout Standard
3163 The package 
3164 \series bold
3165 caption
3166 \series default
3167 , which is described in section
3168 \begin_inset space ~
3169 \end_inset
3170
3171
3172 \begin_inset CommandInset ref
3173 LatexCommand ref
3174 reference "sec:Caption-Formatting"
3175
3176 \end_inset
3177
3178 , is used to adjust the caption format.
3179 \end_layout
3180
3181 \begin_layout Standard
3182 \begin_inset Index idx
3183 status collapsed
3184
3185 \begin_layout Plain Layout
3186 References ! to Tables
3187 \end_layout
3188
3189 \end_inset
3190
3191 Tables can be cross-referenced in the text by referencing their label.
3192  To do this insert a label in the caption using the menu 
3193 \family sans
3194 Insert\SpecialChar \menuseparator
3195 Label
3196 \family default
3197  or the toolbar button 
3198 \begin_inset Graphics
3199         filename ../images/label-insert.png
3200         scale 85
3201         scaleBeforeRotation
3202
3203 \end_inset
3204
3205 .
3206  You can now refer to the label using the menu 
3207 \family sans
3208 Insert\SpecialChar \menuseparator
3209 Cross
3210 \begin_inset space ~
3211 \end_inset
3212
3213 reference
3214 \family default
3215  or the toolbar button 
3216 \begin_inset Graphics
3217         filename ../images/dialog-show-new-inset_ref.png
3218         scale 85
3219         scaleBeforeRotation
3220
3221 \end_inset
3222
3223 .
3224 \begin_inset Newline newline
3225 \end_inset
3226
3227 Referencing is explained in detail in section
3228 \begin_inset space ~
3229 \end_inset
3230
3231
3232 \begin_inset CommandInset ref
3233 LatexCommand ref
3234 reference "sec:Referencing-Floats"
3235
3236 \end_inset
3237
3238 .
3239 \end_layout
3240
3241 \begin_layout Section
3242 Longtables
3243 \begin_inset CommandInset label
3244 LatexCommand label
3245 name "sec:Longtables"
3246
3247 \end_inset
3248
3249
3250 \begin_inset Index idx
3251 status collapsed
3252
3253 \begin_layout Plain Layout
3254 Longtables
3255 \end_layout
3256
3257 \end_inset
3258
3259
3260 \begin_inset Index idx
3261 status collapsed
3262
3263 \begin_layout Plain Layout
3264 Table ! Longtables
3265 \end_layout
3266
3267 \end_inset
3268
3269
3270 \end_layout
3271
3272 \begin_layout Standard
3273 If the table is too long to fit on one page, you can use the option 
3274 \family sans
3275 Use
3276 \begin_inset space ~
3277 \end_inset
3278
3279 long
3280 \begin_inset space ~
3281 \end_inset
3282
3283 table
3284 \family default
3285  in the tab 
3286 \family sans
3287 Longtable
3288 \family default
3289  of the table dialog to split the table automatically over more pages.
3290  Doing this enables the following options:
3291 \end_layout
3292
3293 \begin_layout Description
3294 Header: The current row is defined to be a header row that appears on all
3295  pages of the longtable; except for the first page, if 
3296 \family sans
3297 First
3298 \begin_inset space ~
3299 \end_inset
3300
3301 header
3302 \family default
3303  is defined.
3304  This is therefore called the main header.
3305 \end_layout
3306
3307 \begin_layout Description
3308 First
3309 \begin_inset space ~
3310 \end_inset
3311
3312 header: The current row is defined to be a header row that appears on the
3313  first page of the longtable.
3314 \end_layout
3315
3316 \begin_layout Description
3317 Footer: The current row is defined to be a footer row that appears on all
3318  pages of the longtable; except for the last page, if 
3319 \family sans
3320 Last
3321 \begin_inset space ~
3322 \end_inset
3323
3324 footer
3325 \family default
3326  is defined.
3327 \end_layout
3328
3329 \begin_layout Description
3330 Last
3331 \begin_inset space ~
3332 \end_inset
3333
3334 footer: The current row is defined to be a footer row that appears on the
3335  last page of the longtable.
3336 \end_layout
3337
3338 \begin_layout Description
3339 Caption: The current row contains the table caption.
3340  The row is reset as single column and a caption is inserted.
3341  More about longtable captions is explained in sec.
3342 \begin_inset space \thinspace{}
3343 \end_inset
3344
3345
3346 \begin_inset CommandInset ref
3347 LatexCommand ref
3348 reference "sub:Longtable-Captions"
3349
3350 \end_inset
3351
3352 .
3353 \end_layout
3354
3355 \begin_layout Standard
3356 You can also specify a row where the table is split.
3357  See the following longtable to see how it works:
3358 \end_layout
3359
3360 \begin_layout Standard
3361 \align center
3362 \begin_inset Tabular
3363 <lyxtabular version="3" rows="69" columns="3">
3364 <features islongtable="true" longtabularalignment="center">
3365 <column alignment="left" valignment="top" width="0cm">
3366 <column alignment="left" valignment="top" width="0pt">
3367 <column alignment="center" valignment="top" width="0pt">
3368 <row endfirsthead="true">
3369 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3370 \begin_inset Text
3371
3372 \begin_layout Plain Layout
3373
3374 \series bold
3375 Example Phone List (ignore the names)
3376 \end_layout
3377
3378 \end_inset
3379 </cell>
3380 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3381 \begin_inset Text
3382
3383 \begin_layout Plain Layout
3384
3385 \end_layout
3386
3387 \end_inset
3388 </cell>
3389 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Plain Layout
3393
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 </row>
3399 <row endfirsthead="true">
3400 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Plain Layout
3404
3405 \series bold
3406 NAME
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Plain Layout
3415
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424
3425 \series bold
3426 TEL.
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 </row>
3432 <row endhead="true">
3433 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Plain Layout
3437
3438 \series bold
3439 Example Phone List
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3445 \begin_inset Text
3446
3447 \begin_layout Plain Layout
3448
3449 \end_layout
3450
3451 \end_inset
3452 </cell>
3453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 </row>
3463 <row endhead="true">
3464 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3465 \begin_inset Text
3466
3467 \begin_layout Plain Layout
3468
3469 \series bold
3470 NAME
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3476 \begin_inset Text
3477
3478 \begin_layout Plain Layout
3479
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Plain Layout
3488
3489 \series bold
3490 TEL.
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 </row>
3496 <row endfoot="true">
3497 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501  continued on next page
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510
3511 \end_layout
3512
3513 \end_inset
3514 </cell>
3515 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Plain Layout
3519
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 </row>
3525 <row>
3526 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530
3531 \series bold
3532 Annovi
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 <cell alignment="center" valignment="top" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541 Silvia
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550 111
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 </row>
3556 <row>
3557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561
3562 \series bold
3563 Bertoli
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 <cell alignment="center" valignment="top" usebox="none">
3569 \begin_inset Text
3570
3571 \begin_layout Plain Layout
3572 Stefano
3573 \end_layout
3574
3575 \end_inset
3576 </cell>
3577 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581 111
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 </row>
3587 <row>
3588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592
3593 \series bold
3594 Bozzi
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 <cell alignment="center" valignment="top" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Plain Layout
3603 Walter
3604 \end_layout
3605
3606 \end_inset
3607 </cell>
3608 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Plain Layout
3612 111
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 </row>
3618 <row>
3619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Plain Layout
3623
3624 \series bold
3625 Cachia
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 <cell alignment="center" valignment="top" usebox="none">
3631 \begin_inset Text
3632
3633 \begin_layout Plain Layout
3634 Maria
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Plain Layout
3643 111
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 </row>
3649 <row>
3650 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654
3655 \series bold
3656 Cachia
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 <cell alignment="center" valignment="top" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Plain Layout
3665 Maurizio
3666 \end_layout
3667
3668 \end_inset
3669 </cell>
3670 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3671 \begin_inset Text
3672
3673 \begin_layout Plain Layout
3674 111
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 </row>
3680 <row>
3681 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Plain Layout
3685
3686 \series bold
3687 Cinquemani
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 <cell alignment="center" valignment="top" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696 Giusi
3697 \end_layout
3698
3699 \end_inset
3700 </cell>
3701 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Plain Layout
3705 111
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 </row>
3711 <row>
3712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716
3717 \series bold
3718 Colin
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 <cell alignment="center" valignment="top" usebox="none">
3724 \begin_inset Text
3725
3726 \begin_layout Plain Layout
3727 Bernard
3728 \end_layout
3729
3730 \end_inset
3731 </cell>
3732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3733 \begin_inset Text
3734
3735 \begin_layout Plain Layout
3736 111
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 </row>
3742 <row>
3743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3744 \begin_inset Text
3745
3746 \begin_layout Plain Layout
3747
3748 \series bold
3749 Concli
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 <cell alignment="center" valignment="top" usebox="none">
3755 \begin_inset Text
3756
3757 \begin_layout Plain Layout
3758 Gianfranco
3759 \end_layout
3760
3761 \end_inset
3762 </cell>
3763 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3764 \begin_inset Text
3765
3766 \begin_layout Plain Layout
3767 111
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 </row>
3773 <row>
3774 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3775 \begin_inset Text
3776
3777 \begin_layout Plain Layout
3778
3779 \series bold
3780 Dal Bosco
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 <cell alignment="center" valignment="top" usebox="none">
3786 \begin_inset Text
3787
3788 \begin_layout Plain Layout
3789 Carolina
3790 \end_layout
3791
3792 \end_inset
3793 </cell>
3794 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Plain Layout
3798 111
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 </row>
3804 <row>
3805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Plain Layout
3809
3810 \series bold
3811 Dalpiaz
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 <cell alignment="center" valignment="top" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Plain Layout
3820 Annamaria
3821 \end_layout
3822
3823 \end_inset
3824 </cell>
3825 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Plain Layout
3829 111
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 </row>
3835 <row>
3836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840
3841 \series bold
3842 Feliciello
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 <cell alignment="center" valignment="top" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Plain Layout
3851 Domenico
3852 \end_layout
3853
3854 \end_inset
3855 </cell>
3856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Plain Layout
3860 111
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 </row>
3866 <row>
3867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871
3872 \series bold
3873 Focarelli
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 <cell alignment="center" valignment="top" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Plain Layout
3882 Paola
3883 \end_layout
3884
3885 \end_inset
3886 </cell>
3887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Plain Layout
3891 111
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 </row>
3897 <row>
3898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Plain Layout
3902
3903 \series bold
3904 Galletti
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 <cell alignment="center" valignment="top" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Plain Layout
3913 Oreste
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3919 \begin_inset Text
3920
3921 \begin_layout Plain Layout
3922 111
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 </row>
3928 <row>
3929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Plain Layout
3933
3934 \series bold
3935 Gasparini
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 <cell alignment="center" valignment="top" usebox="none">
3941 \begin_inset Text
3942
3943 \begin_layout Plain Layout
3944 Franca
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953 111
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 </row>
3959 <row>
3960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Plain Layout
3964
3965 \series bold
3966 Rizzardi
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 <cell alignment="center" valignment="top" usebox="none">
3972 \begin_inset Text
3973
3974 \begin_layout Plain Layout
3975 Paola
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3981 \begin_inset Text
3982
3983 \begin_layout Plain Layout
3984 111
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 </row>
3990 <row>
3991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995
3996 \series bold
3997 Lassini
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 <cell alignment="center" valignment="top" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Plain Layout
4006 Giancarlo
4007 \end_layout
4008
4009 \end_inset
4010 </cell>
4011 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Plain Layout
4015 111
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 </row>
4021 <row>
4022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026
4027 \series bold
4028 Malfatti
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 <cell alignment="center" valignment="top" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037 Luciano
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046 111
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 </row>
4052 <row>
4053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057
4058 \series bold
4059 Malfatti
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 <cell alignment="center" valignment="top" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068 Valeriano
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077 111
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 </row>
4083 <row>
4084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088
4089 \series bold
4090 Meneguzzo
4091 \end_layout
4092
4093 \end_inset
4094 </cell>
4095 <cell alignment="center" valignment="top" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099 Roberto
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108 111
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 </row>
4114 <row>
4115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119
4120 \series bold
4121 Mezzadra
4122 \end_layout
4123
4124 \end_inset
4125 </cell>
4126 <cell alignment="center" valignment="top" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130 Roberto
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139 111
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 </row>
4145 <row>
4146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150
4151 \series bold
4152 Pirpamer
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 <cell alignment="center" valignment="top" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161 Erich
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 111
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 </row>
4176 <row>
4177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181
4182 \series bold
4183 Pochiesa
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 <cell alignment="center" valignment="top" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192 Paolo
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201 111, 222
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 </row>
4207 <row>
4208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212
4213 \series bold
4214 Radina
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 <cell alignment="center" valignment="top" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223 Claudio
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232 111
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 </row>
4238 <row>
4239 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243
4244 \series bold
4245 Stuffer
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 <cell alignment="center" valignment="top" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254 Oskar
4255 \end_layout
4256
4257 \end_inset
4258 </cell>
4259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Plain Layout
4263 111
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 </row>
4269 <row>
4270 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274
4275 \series bold
4276 Tacchelli
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 <cell alignment="center" valignment="top" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285 Ugo
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294 111
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 </row>
4300 <row>
4301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305
4306 \series bold
4307 Tezzele
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 <cell alignment="center" valignment="top" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316 Margit
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325 111
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 </row>
4331 <row>
4332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336
4337 \series bold
4338 Unterkalmsteiner
4339 \end_layout
4340
4341 \end_inset
4342 </cell>
4343 <cell alignment="center" valignment="top" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347 Frieda
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356 111
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 </row>
4362 <row>
4363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367
4368 \series bold
4369 Vieider
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 <cell alignment="center" valignment="top" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378 Hilde
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387 111
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 </row>
4393 <row>
4394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398
4399 \series bold
4400 Vigna
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 <cell alignment="center" valignment="top" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409 Jürgen
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4415 \begin_inset Text
4416
4417 \begin_layout Plain Layout
4418 111
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 </row>
4424 <row>
4425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429
4430 \series bold
4431 Weber
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 <cell alignment="center" valignment="top" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440 Maurizio
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449 111
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 </row>
4455 <row>
4456 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460
4461 \series bold
4462 Winkler
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 Franz
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480 111
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 </row>
4486 <row>
4487 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491  
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4497 \begin_inset Text
4498
4499 \begin_layout Plain Layout
4500
4501 \end_layout
4502
4503 \end_inset
4504 </cell>
4505 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 </row>
4515 <row>
4516 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520
4521 \series bold
4522 Annovi
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 <cell alignment="center" valignment="top" usebox="none">
4528 \begin_inset Text
4529
4530 \begin_layout Plain Layout
4531 Silvia
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540 555
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 </row>
4546 <row>
4547 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4548 \begin_inset Text
4549
4550 \begin_layout Plain Layout
4551
4552 \series bold
4553 Bertoli
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 <cell alignment="center" valignment="top" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562 Stefano
4563 \end_layout
4564
4565 \end_inset
4566 </cell>
4567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571 555
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 </row>
4577 <row>
4578 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582
4583 \series bold
4584 Bozzi
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 <cell alignment="center" valignment="top" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593 Walter
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602 555
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 </row>
4608 <row>
4609 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613
4614 \series bold
4615 Cachia
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 <cell alignment="center" valignment="top" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624 Maria
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Plain Layout
4633 555
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 </row>
4639 <row>
4640 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644
4645 \series bold
4646 Cachia
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 <cell alignment="center" valignment="top" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655 Maurizio
4656 \end_layout
4657
4658 \end_inset
4659 </cell>
4660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4661 \begin_inset Text
4662
4663 \begin_layout Plain Layout
4664 555
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 </row>
4670 <row>
4671 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4672 \begin_inset Text
4673
4674 \begin_layout Plain Layout
4675
4676 \series bold
4677 Cinquemani
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 <cell alignment="center" valignment="top" usebox="none">
4683 \begin_inset Text
4684
4685 \begin_layout Plain Layout
4686 Giusi
4687 \end_layout
4688
4689 \end_inset
4690 </cell>
4691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4692 \begin_inset Text
4693
4694 \begin_layout Plain Layout
4695 555
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 </row>
4701 <row>
4702 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706
4707 \series bold
4708 Colin
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 <cell alignment="center" valignment="top" usebox="none">
4714 \begin_inset Text
4715
4716 \begin_layout Plain Layout
4717 Bernard
4718 \end_layout
4719
4720 \end_inset
4721 </cell>
4722 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4723 \begin_inset Text
4724
4725 \begin_layout Plain Layout
4726 555
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 </row>
4732 <row>
4733 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4734 \begin_inset Text
4735
4736 \begin_layout Plain Layout
4737
4738 \series bold
4739 Concli
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 <cell alignment="center" valignment="top" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Plain Layout
4748 Gianfranco
4749 \end_layout
4750
4751 \end_inset
4752 </cell>
4753 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4754 \begin_inset Text
4755
4756 \begin_layout Plain Layout
4757 555
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 </row>
4763 <row>
4764 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4765 \begin_inset Text
4766
4767 \begin_layout Plain Layout
4768
4769 \series bold
4770 Dal Bosco
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 <cell alignment="center" valignment="top" usebox="none">
4776 \begin_inset Text
4777
4778 \begin_layout Plain Layout
4779 Carolina
4780 \end_layout
4781
4782 \end_inset
4783 </cell>
4784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4785 \begin_inset Text
4786
4787 \begin_layout Plain Layout
4788 555
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 </row>
4794 <row>
4795 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4796 \begin_inset Text
4797
4798 \begin_layout Plain Layout
4799
4800 \series bold
4801 Dalpiaz
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 <cell alignment="center" valignment="top" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Plain Layout
4810 Annamaria
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4816 \begin_inset Text
4817
4818 \begin_layout Plain Layout
4819 555
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 </row>
4825 <row>
4826 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4827 \begin_inset Text
4828
4829 \begin_layout Plain Layout
4830
4831 \series bold
4832 Feliciello
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 <cell alignment="center" valignment="top" usebox="none">
4838 \begin_inset Text
4839
4840 \begin_layout Plain Layout
4841 Domenico
4842 \end_layout
4843
4844 \end_inset
4845 </cell>
4846 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4847 \begin_inset Text
4848
4849 \begin_layout Plain Layout
4850 555
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 </row>
4856 <row>
4857 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861
4862 \series bold
4863 Focarelli
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 <cell alignment="center" valignment="top" usebox="none">
4869 \begin_inset Text
4870
4871 \begin_layout Plain Layout
4872 Paola
4873 \end_layout
4874
4875 \end_inset
4876 </cell>
4877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4878 \begin_inset Text
4879
4880 \begin_layout Plain Layout
4881 555
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 </row>
4887 <row>
4888 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Plain Layout
4892
4893 \series bold
4894 Galletti
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 <cell alignment="center" valignment="top" usebox="none">
4900 \begin_inset Text
4901
4902 \begin_layout Plain Layout
4903 Oreste
4904 \end_layout
4905
4906 \end_inset
4907 </cell>
4908 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4909 \begin_inset Text
4910
4911 \begin_layout Plain Layout
4912 555
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 </row>
4918 <row>
4919 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4920 \begin_inset Text
4921
4922 \begin_layout Plain Layout
4923
4924 \series bold
4925 Gasparini
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 <cell alignment="center" valignment="top" usebox="none">
4931 \begin_inset Text
4932
4933 \begin_layout Plain Layout
4934 Franca
4935 \end_layout
4936
4937 \end_inset
4938 </cell>
4939 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4940 \begin_inset Text
4941
4942 \begin_layout Plain Layout
4943 555
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 </row>
4949 <row>
4950 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4951 \begin_inset Text
4952
4953 \begin_layout Plain Layout
4954
4955 \series bold
4956 Rizzardi
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 <cell alignment="center" valignment="top" usebox="none">
4962 \begin_inset Text
4963
4964 \begin_layout Plain Layout
4965 Paola
4966 \end_layout
4967
4968 \end_inset
4969 </cell>
4970 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4971 \begin_inset Text
4972
4973 \begin_layout Plain Layout
4974 555
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 </row>
4980 <row>
4981 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4982 \begin_inset Text
4983
4984 \begin_layout Plain Layout
4985
4986 \series bold
4987 Lassini
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 <cell alignment="center" valignment="top" usebox="none">
4993 \begin_inset Text
4994
4995 \begin_layout Plain Layout
4996 Giancarlo
4997 \end_layout
4998
4999 \end_inset
5000 </cell>
5001 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Plain Layout
5005 555
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 </row>
5011 <row>
5012 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5013 \begin_inset Text
5014
5015 \begin_layout Plain Layout
5016
5017 \series bold
5018 Malfatti
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 <cell alignment="center" valignment="top" usebox="none">
5024 \begin_inset Text
5025
5026 \begin_layout Plain Layout
5027 Luciano
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Plain Layout
5036 555
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 </row>
5042 <row>
5043 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5044 \begin_inset Text
5045
5046 \begin_layout Plain Layout
5047
5048 \series bold
5049 Malfatti
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 <cell alignment="center" valignment="top" usebox="none">
5055 \begin_inset Text
5056
5057 \begin_layout Plain Layout
5058 Valeriano
5059 \end_layout
5060
5061 \end_inset
5062 </cell>
5063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067 555
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 </row>
5073 <row>
5074 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078
5079 \series bold
5080 Meneguzzo
5081 \end_layout
5082
5083 \end_inset
5084 </cell>
5085 <cell alignment="center" valignment="top" usebox="none">
5086 \begin_inset Text
5087
5088 \begin_layout Plain Layout
5089 Roberto
5090 \end_layout
5091
5092 \end_inset
5093 </cell>
5094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5095 \begin_inset Text
5096
5097 \begin_layout Plain Layout
5098 555
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 </row>
5104 <row>
5105 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5106 \begin_inset Text
5107
5108 \begin_layout Plain Layout
5109
5110 \series bold
5111 Mezzadra
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 <cell alignment="center" valignment="top" usebox="none">
5117 \begin_inset Text
5118
5119 \begin_layout Plain Layout
5120 Roberto
5121 \end_layout
5122
5123 \end_inset
5124 </cell>
5125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5126 \begin_inset Text
5127
5128 \begin_layout Plain Layout
5129 555
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 </row>
5135 <row>
5136 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5137 \begin_inset Text
5138
5139 \begin_layout Plain Layout
5140
5141 \series bold
5142 Pirpamer
5143 \end_layout
5144
5145 \end_inset
5146 </cell>
5147 <cell alignment="center" valignment="top" usebox="none">
5148 \begin_inset Text
5149
5150 \begin_layout Plain Layout
5151 Erich
5152 \end_layout
5153
5154 \end_inset
5155 </cell>
5156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Plain Layout
5160 555
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 </row>
5166 <row>
5167 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Plain Layout
5171
5172 \series bold
5173 Pochiesa
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 <cell alignment="center" valignment="top" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Plain Layout
5182 Paolo
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Plain Layout
5191 555, 222
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 </row>
5197 <row>
5198 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5199 \begin_inset Text
5200
5201 \begin_layout Plain Layout
5202
5203 \series bold
5204 Radina
5205 \end_layout
5206
5207 \end_inset
5208 </cell>
5209 <cell alignment="center" valignment="top" usebox="none">
5210 \begin_inset Text
5211
5212 \begin_layout Plain Layout
5213 Claudio
5214 \end_layout
5215
5216 \end_inset
5217 </cell>
5218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5219 \begin_inset Text
5220
5221 \begin_layout Plain Layout
5222 555
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 </row>
5228 <row>
5229 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5230 \begin_inset Text
5231
5232 \begin_layout Plain Layout
5233
5234 \series bold
5235 Stuffer
5236 \end_layout
5237
5238 \end_inset
5239 </cell>
5240 <cell alignment="center" valignment="top" usebox="none">
5241 \begin_inset Text
5242
5243 \begin_layout Plain Layout
5244 Oskar
5245 \end_layout
5246
5247 \end_inset
5248 </cell>
5249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5250 \begin_inset Text
5251
5252 \begin_layout Plain Layout
5253 555
5254 \end_layout
5255
5256 \end_inset
5257 </cell>
5258 </row>
5259 <row>
5260 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5261 \begin_inset Text
5262
5263 \begin_layout Plain Layout
5264
5265 \series bold
5266 Tacchelli
5267 \end_layout
5268
5269 \end_inset
5270 </cell>
5271 <cell alignment="center" valignment="top" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275 Ugo
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5281 \begin_inset Text
5282
5283 \begin_layout Plain Layout
5284 555
5285 \end_layout
5286
5287 \end_inset
5288 </cell>
5289 </row>
5290 <row>
5291 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5292 \begin_inset Text
5293
5294 \begin_layout Plain Layout
5295
5296 \series bold
5297 Tezzele
5298 \end_layout
5299
5300 \end_inset
5301 </cell>
5302 <cell alignment="center" valignment="top" usebox="none">
5303 \begin_inset Text
5304
5305 \begin_layout Plain Layout
5306 Margit
5307 \end_layout
5308
5309 \end_inset
5310 </cell>
5311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5312 \begin_inset Text
5313
5314 \begin_layout Plain Layout
5315 555
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 </row>
5321 <row>
5322 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5323 \begin_inset Text
5324
5325 \begin_layout Plain Layout
5326
5327 \series bold
5328 Unterkalmsteiner
5329 \end_layout
5330
5331 \end_inset
5332 </cell>
5333 <cell alignment="center" valignment="top" usebox="none">
5334 \begin_inset Text
5335
5336 \begin_layout Plain Layout
5337 Frieda
5338 \end_layout
5339
5340 \end_inset
5341 </cell>
5342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5343 \begin_inset Text
5344
5345 \begin_layout Plain Layout
5346 555
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 </row>
5352 <row>
5353 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5354 \begin_inset Text
5355
5356 \begin_layout Plain Layout
5357
5358 \series bold
5359 Vieider
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 <cell alignment="center" valignment="top" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Plain Layout
5368 Hilde
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5374 \begin_inset Text
5375
5376 \begin_layout Plain Layout
5377 555
5378 \end_layout
5379
5380 \end_inset
5381 </cell>
5382 </row>
5383 <row>
5384 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5385 \begin_inset Text
5386
5387 \begin_layout Plain Layout
5388
5389 \series bold
5390 Vigna
5391 \end_layout
5392
5393 \end_inset
5394 </cell>
5395 <cell alignment="center" valignment="top" usebox="none">
5396 \begin_inset Text
5397
5398 \begin_layout Plain Layout
5399 Jürgen
5400 \end_layout
5401
5402 \end_inset
5403 </cell>
5404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5405 \begin_inset Text
5406
5407 \begin_layout Plain Layout
5408 999
5409 \end_layout
5410
5411 \end_inset
5412 </cell>
5413 </row>
5414 <row>
5415 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5416 \begin_inset Text
5417
5418 \begin_layout Plain Layout
5419
5420 \series bold
5421 Weber
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 <cell alignment="center" valignment="top" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430 Maurizio
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439 555
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 </row>
5445 <row>
5446 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450
5451 \series bold
5452 Winkler
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5458 \begin_inset Text
5459
5460 \begin_layout Plain Layout
5461 Franz
5462 \end_layout
5463
5464 \end_inset
5465 </cell>
5466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5467 \begin_inset Text
5468
5469 \begin_layout Plain Layout
5470 555
5471 \end_layout
5472
5473 \end_inset
5474 </cell>
5475 </row>
5476 <row endlastfoot="true">
5477 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5478 \begin_inset Text
5479
5480 \begin_layout Plain Layout
5481 end
5482 \end_layout
5483
5484 \end_inset
5485 </cell>
5486 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5487 \begin_inset Text
5488
5489 \begin_layout Plain Layout
5490
5491 \end_layout
5492
5493 \end_inset
5494 </cell>
5495 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Plain Layout
5499
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 </row>
5505 </lyxtabular>
5506
5507 \end_inset
5508
5509
5510 \begin_inset ERT
5511 status collapsed
5512
5513 \begin_layout Plain Layout
5514
5515
5516 \backslash
5517 addtocounter{table}{-1}
5518 \end_layout
5519
5520 \end_inset
5521
5522
5523 \begin_inset Note Note
5524 status collapsed
5525
5526 \begin_layout Plain Layout
5527 See the first greyed-out note in section
5528 \begin_inset space ~
5529 \end_inset
5530
5531
5532 \begin_inset CommandInset ref
5533 LatexCommand ref
5534 reference "sub:Longtable-Captions"
5535
5536 \end_inset
5537
5538  for an explanation of this command.
5539 \end_layout
5540
5541 \end_inset
5542
5543
5544 \end_layout
5545
5546 \begin_layout Subsection
5547 Footnotes in Longtables
5548 \begin_inset CommandInset label
5549 LatexCommand label
5550 name "sub:Footnotes-in-Longtables"
5551
5552 \end_inset
5553
5554
5555 \begin_inset Index idx
5556 status collapsed
5557
5558 \begin_layout Plain Layout
5559 Longtables ! Footnotes
5560 \end_layout
5561
5562 \end_inset
5563
5564
5565 \end_layout
5566
5567 \begin_layout Standard
5568 Footnotes can be inserted to every longtable cell.
5569  They appear at the bottom of the page where the table cell with the footnote
5570  appears.
5571  Table
5572 \begin_inset space ~
5573 \end_inset
5574
5575
5576 \begin_inset CommandInset ref
5577 LatexCommand ref
5578 reference "tab:DiffCaptions"
5579
5580 \end_inset
5581
5582  has for example a footnote.
5583 \end_layout
5584
5585 \begin_layout Subsection
5586 Longtable Alignment
5587 \begin_inset Index idx
5588 status collapsed
5589
5590 \begin_layout Plain Layout
5591 Longtables ! Alignment
5592 \end_layout
5593
5594 \end_inset
5595
5596
5597 \end_layout
5598
5599 \begin_layout Standard
5600 The horizontal alignment of longtables can be set in the table settings
5601  dialog.
5602  For left- and right-alignment the table will be directly at the page border.
5603  To add space between the table and the border one has to set the alignment
5604  to center and change the value of the LaTeX-lengths 
5605 \series bold
5606
5607 \backslash
5608 LTleft 
5609 \series default
5610 or 
5611 \series bold
5612
5613 \backslash
5614 LTright
5615 \series default
5616  by inserting this line as TeX-Code before the longtable:
5617 \end_layout
5618
5619 \begin_layout Standard
5620
5621 \series bold
5622
5623 \backslash
5624 setlength{
5625 \backslash
5626 LTleft}{value}
5627 \end_layout
5628
5629 \begin_layout Standard
5630 The value can have any of the units listed in Table
5631 \begin_inset space ~
5632 \end_inset
5633
5634
5635 \begin_inset CommandInset ref
5636 LatexCommand ref
5637 reference "tab:Units"
5638
5639 \end_inset
5640
5641 .
5642  
5643 \series bold
5644
5645 \backslash
5646 LTleft
5647 \series default
5648  controls the horizontal distance from the left page border to the longtable,
5649  
5650 \series bold
5651
5652 \backslash
5653 LTright
5654 \series default
5655  the distance from the right side.
5656  The default value for both lengths is 
5657 \series bold
5658
5659 \backslash
5660 fill
5661 \series default
5662 , which is in this case the same as an horizontal fill in LyX.
5663 \end_layout
5664
5665 \begin_layout Standard
5666 The following longtable was centered and 
5667 \series bold
5668
5669 \backslash
5670 LTleft
5671 \series default
5672  set to 
5673 \family sans
5674 0.1
5675 \backslash
5676 columnwidth
5677 \family default
5678 :
5679 \begin_inset ERT
5680 status collapsed
5681
5682 \begin_layout Plain Layout
5683
5684
5685 \backslash
5686 setlength{
5687 \backslash
5688 LTleft}{0.1
5689 \backslash
5690 columnwidth}
5691 \end_layout
5692
5693 \end_inset
5694
5695
5696 \end_layout
5697
5698 \begin_layout Standard
5699 \begin_inset Tabular
5700 <lyxtabular version="3" rows="5" columns="5">
5701 <features islongtable="true" longtabularalignment="center">
5702 <column alignment="center" valignment="top" width="0">
5703 <column alignment="center" valignment="top" width="0pt">
5704 <column alignment="center" valignment="top" width="0">
5705 <column alignment="center" valignment="top" width="0">
5706 <column alignment="center" valignment="top" width="0">
5707 <row>
5708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5709 \begin_inset Text
5710
5711 \begin_layout Plain Layout
5712 1
5713 \end_layout
5714
5715 \end_inset
5716 </cell>
5717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5718 \begin_inset Text
5719
5720 \begin_layout Plain Layout
5721 2
5722 \end_layout
5723
5724 \end_inset
5725 </cell>
5726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5727 \begin_inset Text
5728
5729 \begin_layout Plain Layout
5730 3
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Plain Layout
5739 4
5740 \end_layout
5741
5742 \end_inset
5743 </cell>
5744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748 5
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 </row>
5754 <row>
5755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5756 \begin_inset Text
5757
5758 \begin_layout Plain Layout
5759 asd
5760 \end_layout
5761
5762 \end_inset
5763 </cell>
5764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5765 \begin_inset Text
5766
5767 \begin_layout Plain Layout
5768 s
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777 s
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786 s
5787 \end_layout
5788
5789 \end_inset
5790 </cell>
5791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5792 \begin_inset Text
5793
5794 \begin_layout Plain Layout
5795 asd
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 </row>
5801 <row>
5802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806 asd
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Plain Layout
5815 s
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824 s
5825 \end_layout
5826
5827 \end_inset
5828 </cell>
5829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5830 \begin_inset Text
5831
5832 \begin_layout Plain Layout
5833 s
5834 \end_layout
5835
5836 \end_inset
5837 </cell>
5838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 asd
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 </row>
5848 <row>
5849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5850 \begin_inset Text
5851
5852 \begin_layout Plain Layout
5853 asd
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5859 \begin_inset Text
5860
5861 \begin_layout Plain Layout
5862 s
5863 \end_layout
5864
5865 \end_inset
5866 </cell>
5867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Plain Layout
5871 s
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5877 \begin_inset Text
5878
5879 \begin_layout Plain Layout
5880 s
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 asd
5890 \end_layout
5891
5892 \end_inset
5893 </cell>
5894 </row>
5895 <row>
5896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5897 \begin_inset Text
5898
5899 \begin_layout Plain Layout
5900 asd
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Plain Layout
5909 asd
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918 asd
5919 \end_layout
5920
5921 \end_inset
5922 </cell>
5923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5924 \begin_inset Text
5925
5926 \begin_layout Plain Layout
5927 asd
5928 \end_layout
5929
5930 \end_inset
5931 </cell>
5932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936 asd
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 </row>
5942 </lyxtabular>
5943
5944 \end_inset
5945
5946
5947 \begin_inset ERT
5948 status collapsed
5949
5950 \begin_layout Plain Layout
5951
5952
5953 \backslash
5954 setlength{
5955 \backslash
5956 LTleft}{
5957 \backslash
5958 fill}
5959 \end_layout
5960
5961 \end_inset
5962
5963
5964 \begin_inset ERT
5965 status collapsed
5966
5967 \begin_layout Plain Layout
5968
5969
5970 \backslash
5971 addtocounter{table}{-1}
5972 \end_layout
5973
5974 \end_inset
5975
5976
5977 \begin_inset Note Note
5978 status collapsed
5979
5980 \begin_layout Plain Layout
5981 See the first greyed-out note in section
5982 \begin_inset space ~
5983 \end_inset
5984
5985
5986 \begin_inset CommandInset ref
5987 LatexCommand ref
5988 reference "sub:Longtable-Captions"
5989
5990 \end_inset
5991
5992  for an explanation of this command.
5993 \end_layout
5994
5995 \end_inset
5996
5997
5998 \end_layout
5999
6000 \begin_layout Subsection
6001 Longtable Captions
6002 \begin_inset Index idx
6003 status collapsed
6004
6005 \begin_layout Plain Layout
6006 Longtables ! Captions
6007 \end_layout
6008
6009 \end_inset
6010
6011
6012 \begin_inset CommandInset label
6013 LatexCommand label
6014 name "sub:Longtable-Captions"
6015
6016 \end_inset
6017
6018
6019 \end_layout
6020
6021 \begin_layout Standard
6022 A longtable cannot be put into a table float because floats can only be
6023  on one page.
6024  But the caption environment of floats can also be used for longtables when
6025  you use the longtable option 
6026 \family sans
6027 Caption
6028 \family default
6029  as described in sec.
6030 \begin_inset space \thinspace{}
6031 \end_inset
6032
6033
6034 \begin_inset CommandInset ref
6035 LatexCommand ref
6036 reference "sec:Longtables"
6037
6038 \end_inset
6039
6040 .
6041  Only one table row can contain the caption.
6042 \end_layout
6043
6044 \begin_layout Standard
6045 Here is a short longtable to see how it works:
6046 \end_layout
6047
6048 \begin_layout Standard
6049 \begin_inset Tabular
6050 <lyxtabular version="3" rows="6" columns="5">
6051 <features islongtable="true" longtabularalignment="center">
6052 <column alignment="center" valignment="top" width="0">
6053 <column alignment="center" valignment="top" width="0">
6054 <column alignment="center" valignment="top" width="0">
6055 <column alignment="center" valignment="top" width="0">
6056 <column alignment="center" valignment="top" width="0">
6057 <row caption="true">
6058 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062 \begin_inset Caption
6063
6064 \begin_layout Plain Layout
6065 Longtable with caption
6066 \begin_inset Argument
6067 status open
6068
6069 \begin_layout Plain Layout
6070 Longtable
6071 \end_layout
6072
6073 \end_inset
6074
6075
6076 \end_layout
6077
6078 \end_inset
6079
6080
6081 \end_layout
6082
6083 \end_inset
6084 </cell>
6085 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098
6099 \end_layout
6100
6101 \end_inset
6102 </cell>
6103 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6104 \begin_inset Text
6105
6106 \begin_layout Plain Layout
6107
6108 \end_layout
6109
6110 \end_inset
6111 </cell>
6112 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6113 \begin_inset Text
6114
6115 \begin_layout Plain Layout
6116
6117 \end_layout
6118
6119 \end_inset
6120 </cell>
6121 </row>
6122 <row>
6123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127 1
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136 2
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145 3
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6151 \begin_inset Text
6152
6153 \begin_layout Plain Layout
6154 4
6155 \end_layout
6156
6157 \end_inset
6158 </cell>
6159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6160 \begin_inset Text
6161
6162 \begin_layout Plain Layout
6163 5
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 </row>
6169 <row>
6170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174 asd
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 s
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192 s
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201 s
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210 asd
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 </row>
6216 <row>
6217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221 asd
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230 s
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 s
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248 s
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257 asd
6258 \end_layout
6259
6260 \end_inset
6261 </cell>
6262 </row>
6263 <row>
6264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268 asd
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6274 \begin_inset Text
6275
6276 \begin_layout Plain Layout
6277 s
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 s
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 s
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304 asd
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 </row>
6310 <row>
6311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6312 \begin_inset Text
6313
6314 \begin_layout Plain Layout
6315 asd
6316 \end_layout
6317
6318 \end_inset
6319 </cell>
6320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Plain Layout
6324 asd
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 asd
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 asd
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 asd
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 </row>
6357 </lyxtabular>
6358
6359 \end_inset
6360
6361
6362 \end_layout
6363
6364 \begin_layout Standard
6365 \begin_inset VSpace medskip
6366 \end_inset
6367
6368
6369 \begin_inset Note Greyedout
6370 status open
6371
6372 \begin_layout Plain Layout
6373
6374 \series bold
6375 Note
6376 \begin_inset space ~
6377 \end_inset
6378
6379 1:
6380 \series default
6381  The table number is increased for for every longtable, even if you did
6382  not set a caption for it.
6383  For this reason you could have the case that e.
6384 \begin_inset space \thinspace{}
6385 \end_inset
6386
6387 g.
6388 \begin_inset space \space{}
6389 \end_inset
6390
6391 Table
6392 \begin_inset space ~
6393 \end_inset
6394
6395 2.4 follows Table
6396 \begin_inset space ~
6397 \end_inset
6398
6399 2.1 in the list of tables if there are two longtables without captions.
6400  To avoid this you can add the following command in TeX-Code after every
6401  longtable without a caption:
6402 \end_layout
6403
6404 \begin_layout Plain Layout
6405
6406 \series bold
6407
6408 \backslash
6409 addtocounter{table}{-1}
6410 \end_layout
6411
6412 \begin_layout Plain Layout
6413 This is not needed when none of your longtables have a caption and you add
6414  the following code to the document preamble:
6415 \end_layout
6416
6417 \begin_layout Plain Layout
6418
6419 \series bold
6420
6421 \backslash
6422 let
6423 \backslash
6424 myEnd
6425 \backslash
6426 endlongtable
6427 \begin_inset Newline newline
6428 \end_inset
6429
6430
6431 \backslash
6432 renewcommand{
6433 \backslash
6434 endlongtable}{
6435 \backslash
6436 myEnd
6437 \backslash
6438 addtocounter{table}{-1}}
6439 \end_layout
6440
6441 \end_inset
6442
6443
6444 \end_layout
6445
6446 \begin_layout Standard
6447 \begin_inset Note Greyedout
6448 status open
6449
6450 \begin_layout Plain Layout
6451
6452 \series bold
6453 Note
6454 \begin_inset space ~
6455 \end_inset
6456
6457 2:
6458 \series default
6459  If you are using
6460 \series bold
6461  hyperref
6462 \series default
6463
6464 \begin_inset Index idx
6465 status collapsed
6466
6467 \begin_layout Plain Layout
6468 LaTeX-packages ! hyperref
6469 \end_layout
6470
6471 \end_inset
6472
6473  in the 
6474 \family sans
6475 PDF Properties
6476 \family default
6477  of the 
6478 \family sans
6479 Document Settings
6480 \family default
6481  dialog to link cross-references, the link to a longtable caption will always
6482  point to the beginning of the document.
6483 \end_layout
6484
6485 \end_inset
6486
6487
6488 \end_layout
6489
6490 \begin_layout Subsubsection
6491 References to Longtables
6492 \begin_inset Index idx
6493 status collapsed
6494
6495 \begin_layout Plain Layout
6496 Longtables ! References
6497 \end_layout
6498
6499 \end_inset
6500
6501
6502 \end_layout
6503
6504 \begin_layout Standard
6505 \begin_inset Tabular
6506 <lyxtabular version="3" rows="6" columns="5">
6507 <features islongtable="true" longtabularalignment="center">
6508 <column alignment="center" valignment="top" width="0">
6509 <column alignment="center" valignment="top" width="0">
6510 <column alignment="center" valignment="top" width="0">
6511 <column alignment="center" valignment="top" width="0">
6512 <column alignment="center" valignment="top" width="0">
6513 <row caption="true">
6514 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6515 \begin_inset Text
6516
6517 \begin_layout Plain Layout
6518 \begin_inset Caption
6519
6520 \begin_layout Plain Layout
6521 Referenced longtable
6522 \begin_inset CommandInset label
6523 LatexCommand label
6524 name "tab:RefExample"
6525
6526 \end_inset
6527
6528
6529 \end_layout
6530
6531 \end_inset
6532
6533
6534 \end_layout
6535
6536 \end_inset
6537 </cell>
6538 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6539 \begin_inset Text
6540
6541 \begin_layout Plain Layout
6542
6543 \end_layout
6544
6545 \end_inset
6546 </cell>
6547 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6548 \begin_inset Text
6549
6550 \begin_layout Plain Layout
6551
6552 \end_layout
6553
6554 \end_inset
6555 </cell>
6556 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Plain Layout
6560
6561 \end_layout
6562
6563 \end_inset
6564 </cell>
6565 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Plain Layout
6569
6570 \end_layout
6571
6572 \end_inset
6573 </cell>
6574 </row>
6575 <row>
6576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6577 \begin_inset Text
6578
6579 \begin_layout Plain Layout
6580 1
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Plain Layout
6589 2
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598 3
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Plain Layout
6607 4
6608 \end_layout
6609
6610 \end_inset
6611 </cell>
6612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Plain Layout
6616 5
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 </row>
6622 <row>
6623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Plain Layout
6627 asd
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636 s
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645 s
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654 s
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Plain Layout
6663 asd
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 </row>
6669 <row>
6670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674 asd
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683 s
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 s
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701 s
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6707 \begin_inset Text
6708
6709 \begin_layout Plain Layout
6710 asd
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 </row>
6716 <row>
6717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6718 \begin_inset Text
6719
6720 \begin_layout Plain Layout
6721 asd
6722 \end_layout
6723
6724 \end_inset
6725 </cell>
6726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Plain Layout
6730 s
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739 s
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748 s
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Plain Layout
6757 asd
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 </row>
6763 <row>
6764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Plain Layout
6768 asd
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 sad
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786 asd
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Plain Layout
6795 asd
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804 asd
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 </row>
6810 </lyxtabular>
6811
6812 \end_inset
6813
6814
6815 \end_layout
6816
6817 \begin_layout Standard
6818 To reference a longtable, insert a label into the caption.
6819 \end_layout
6820
6821 \begin_layout Standard
6822 This is a reference to Table
6823 \begin_inset space ~
6824 \end_inset
6825
6826
6827 \begin_inset CommandInset ref
6828 LatexCommand ref
6829 reference "tab:RefExample"
6830
6831 \end_inset
6832
6833 .
6834 \end_layout
6835
6836 \begin_layout Standard
6837 The caption layout can be set together with all other captions of your document
6838  using the LaTeX-package 
6839 \series bold
6840 caption
6841 \series default
6842
6843 \begin_inset Index idx
6844 status collapsed
6845
6846 \begin_layout Plain Layout
6847 LaTeX-packages ! caption
6848 \end_layout
6849
6850 \end_inset
6851
6852 , see section
6853 \begin_inset space ~
6854 \end_inset
6855
6856
6857 \begin_inset CommandInset ref
6858 LatexCommand ref
6859 reference "sec:Caption-Formatting"
6860
6861 \end_inset
6862
6863 .
6864 \end_layout
6865
6866 \begin_layout Subsubsection
6867 Caption Width
6868 \begin_inset Index idx
6869 status collapsed
6870
6871 \begin_layout Plain Layout
6872 Longtables ! Caption Width
6873 \end_layout
6874
6875 \end_inset
6876
6877
6878 \end_layout
6879
6880 \begin_layout Standard
6881 The maximal width of of caption lines is defined by the length 
6882 \series bold
6883
6884 \backslash
6885 LTcapwidth
6886 \series default
6887 .
6888  Its default value is 4
6889 \begin_inset space \thinspace{}
6890 \end_inset
6891
6892 in.
6893  To change it add the following command to your document preamble or as
6894  TeX-Code into your document before the longtable that should be affected
6895 \end_layout
6896
6897 \begin_layout Standard
6898
6899 \series bold
6900
6901 \backslash
6902 setlength{
6903 \backslash
6904 LTcapwidth}{width}
6905 \end_layout
6906
6907 \begin_layout Standard
6908 where the width could have one of the units listed in appendix
6909 \begin_inset space ~
6910 \end_inset
6911
6912
6913 \begin_inset CommandInset ref
6914 LatexCommand ref
6915 reference "cha:Units-available-in"
6916
6917 \end_inset
6918
6919 .
6920 \end_layout
6921
6922 \begin_layout Standard
6923 The following tables show the difference:
6924 \end_layout
6925
6926 \begin_layout Standard
6927 \begin_inset Tabular
6928 <lyxtabular version="3" rows="6" columns="5">
6929 <features islongtable="true" longtabularalignment="center">
6930 <column alignment="center" valignment="top" width="0">
6931 <column alignment="center" valignment="top" width="0">
6932 <column alignment="center" valignment="top" width="0">
6933 <column alignment="center" valignment="top" width="0">
6934 <column alignment="center" valignment="top" width="0">
6935 <row caption="true">
6936 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6937 \begin_inset Text
6938
6939 \begin_layout Plain Layout
6940 \begin_inset Caption
6941
6942 \begin_layout Plain Layout
6943 long full title with default width long full title with default width long
6944  full title with default width
6945 \begin_inset Argument
6946 status collapsed
6947
6948 \begin_layout Plain Layout
6949 caption with default width
6950 \end_layout
6951
6952 \end_inset
6953
6954
6955 \end_layout
6956
6957 \end_inset
6958
6959
6960 \end_layout
6961
6962 \end_inset
6963 </cell>
6964 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Plain Layout
6968
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Plain Layout
6977
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 </row>
7001 <row>
7002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006 1
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015 2
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024 3
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033 4
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7039 \begin_inset Text
7040
7041 \begin_layout Plain Layout
7042 5
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 </row>
7048 <row>
7049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Plain Layout
7053 asd
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062 s
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071 s
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 s
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089 asd
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 </row>
7095 <row>
7096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Plain Layout
7100 asd
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109 s
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118 s
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 s
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136 asd
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 </row>
7142 <row>
7143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147 asd
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156 s
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165 s
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174 s
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183 asd
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 </row>
7189 <row>
7190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194 asd
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203 sad
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212 asd
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221 asd
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 asd
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 </row>
7236 </lyxtabular>
7237
7238 \end_inset
7239
7240
7241 \end_layout
7242
7243 \begin_layout Standard
7244 \begin_inset ERT
7245 status collapsed
7246
7247 \begin_layout Plain Layout
7248
7249
7250 \backslash
7251 setlength{
7252 \backslash
7253 LTcapwidth}{5cm}
7254 \end_layout
7255
7256 \end_inset
7257
7258
7259 \begin_inset Tabular
7260 <lyxtabular version="3" rows="6" columns="5">
7261 <features islongtable="true" longtabularalignment="center">
7262 <column alignment="center" valignment="top" width="0">
7263 <column alignment="center" valignment="top" width="0">
7264 <column alignment="center" valignment="top" width="0">
7265 <column alignment="center" valignment="top" width="0">
7266 <column alignment="center" valignment="top" width="0">
7267 <row caption="true">
7268 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7269 \begin_inset Text
7270
7271 \begin_layout Plain Layout
7272 \begin_inset Caption
7273
7274 \begin_layout Plain Layout
7275 long full title with width set to 5
7276 \begin_inset space \thinspace{}
7277 \end_inset
7278
7279 cm long full title with width set to 5
7280 \begin_inset space \thinspace{}
7281 \end_inset
7282
7283 cm long full title with width set to 5
7284 \begin_inset space \thinspace{}
7285 \end_inset
7286
7287 cm
7288 \begin_inset Argument
7289 status collapsed
7290
7291 \begin_layout Plain Layout
7292 caption with width
7293 \begin_inset space \thinspace{}
7294 \end_inset
7295
7296 =
7297 \begin_inset space \thinspace{}
7298 \end_inset
7299
7300 5
7301 \begin_inset space \thinspace{}
7302 \end_inset
7303
7304 cm
7305 \end_layout
7306
7307 \end_inset
7308
7309
7310 \end_layout
7311
7312 \end_inset
7313
7314
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Plain Layout
7323
7324 \end_layout
7325
7326 \end_inset
7327 </cell>
7328 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7329 \begin_inset Text
7330
7331 \begin_layout Plain Layout
7332
7333 \end_layout
7334
7335 \end_inset
7336 </cell>
7337 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Plain Layout
7341
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 </row>
7356 <row>
7357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361 1
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370 2
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7376 \begin_inset Text
7377
7378 \begin_layout Plain Layout
7379 3
7380 \end_layout
7381
7382 \end_inset
7383 </cell>
7384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7385 \begin_inset Text
7386
7387 \begin_layout Plain Layout
7388 4
7389 \end_layout
7390
7391 \end_inset
7392 </cell>
7393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7394 \begin_inset Text
7395
7396 \begin_layout Plain Layout
7397 5
7398 \end_layout
7399
7400 \end_inset
7401 </cell>
7402 </row>
7403 <row>
7404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7405 \begin_inset Text
7406
7407 \begin_layout Plain Layout
7408 asd
7409 \end_layout
7410
7411 \end_inset
7412 </cell>
7413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7414 \begin_inset Text
7415
7416 \begin_layout Plain Layout
7417 s
7418 \end_layout
7419
7420 \end_inset
7421 </cell>
7422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Plain Layout
7426 s
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435 s
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Plain Layout
7444 asd
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 </row>
7450 <row>
7451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455 asd
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Plain Layout
7464 s
7465 \end_layout
7466
7467 \end_inset
7468 </cell>
7469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473 s
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482 s
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491 asd
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 </row>
7497 <row>
7498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502 asd
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511 s
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520 s
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529 s
7530 \end_layout
7531
7532 \end_inset
7533 </cell>
7534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538 asd
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 </row>
7544 <row>
7545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549 asd
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558 sad
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567 asd
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576 asd
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585 asd
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 </row>
7591 </lyxtabular>
7592
7593 \end_inset
7594
7595
7596 \end_layout
7597
7598 \begin_layout Standard
7599 \begin_inset ERT
7600 status collapsed
7601
7602 \begin_layout Plain Layout
7603
7604
7605 \backslash
7606 setlength{
7607 \backslash
7608 LTcapwidth}{4in}
7609 \end_layout
7610
7611 \end_inset
7612
7613
7614 \end_layout
7615
7616 \begin_layout Standard
7617 \begin_inset Note Greyedout
7618 status open
7619
7620 \begin_layout Plain Layout
7621
7622 \series bold
7623 Note:
7624 \series default
7625  When the LaTeX-package 
7626 \series bold
7627 caption
7628 \series default
7629
7630 \begin_inset Index idx
7631 status collapsed
7632
7633 \begin_layout Plain Layout
7634 LaTeX-packages ! caption
7635 \end_layout
7636
7637 \end_inset
7638
7639  is used, as in this document, the full page width is used for the caption
7640  when you use the default value of 4
7641 \begin_inset space \thinspace{}
7642 \end_inset
7643
7644 in for 
7645 \series bold
7646
7647 \backslash
7648 LTcapwidth
7649 \series default
7650 .
7651  To get in this case exactly a 4
7652 \begin_inset space \thinspace{}
7653 \end_inset
7654
7655 in wide caption, you can either use a value slightly different from 4.0
7656 \begin_inset space \thinspace{}
7657 \end_inset
7658
7659 in, e.
7660 \begin_inset space \thinspace{}
7661 \end_inset
7662
7663 g.
7664 \begin_inset space \space{}
7665 \end_inset
7666
7667 3.99
7668 \begin_inset space \thinspace{}
7669 \end_inset
7670
7671 in, or the LaTeX-command 
7672 \series bold
7673
7674 \backslash
7675 captionsetup{width=value}
7676 \series default
7677  that is provided by the 
7678 \series bold
7679 caption
7680 \series default
7681 -package.
7682 \end_layout
7683
7684 \end_inset
7685
7686
7687 \end_layout
7688
7689 \begin_layout Subsubsection
7690 Different Captions for Table Pages
7691 \begin_inset Index idx
7692 status collapsed
7693
7694 \begin_layout Plain Layout
7695 Longtables ! Different Captions for Pages
7696 \end_layout
7697
7698 \end_inset
7699
7700
7701 \end_layout
7702
7703 \begin_layout Standard
7704 When the table captions for the following pages should differ from the one
7705  of the first table page, insert a caption with the TeX code command
7706 \end_layout
7707
7708 \begin_layout Standard
7709
7710 \series bold
7711
7712 \backslash
7713 caption*{caption text}
7714 \backslash
7715
7716 \backslash
7717 %
7718 \end_layout
7719
7720 \begin_layout Standard
7721 in a dummy caption row that is marked as a header.
7722  Table
7723 \begin_inset space ~
7724 \end_inset
7725
7726
7727 \begin_inset CommandInset ref
7728 LatexCommand ref
7729 reference "tab:DiffCaptions"
7730
7731 \end_inset
7732
7733  is an example of a longtable with different heading where the second caption
7734  doesn't include the table number.
7735 \end_layout
7736
7737 \begin_layout Standard
7738 \align center
7739 \begin_inset Tabular
7740 <lyxtabular version="3" rows="59" columns="3">
7741 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7742 <column alignment="left" valignment="top" width="0cm">
7743 <column alignment="left" valignment="top" width="0pt">
7744 <column alignment="center" valignment="top" width="0pt">
7745 <row caption="true">
7746 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7747 \begin_inset Text
7748
7749 \begin_layout Plain Layout
7750 \begin_inset Caption
7751
7752 \begin_layout Plain Layout
7753 Example Phone List
7754 \begin_inset CommandInset label
7755 LatexCommand label
7756 name "tab:DiffCaptions"
7757
7758 \end_inset
7759
7760
7761 \begin_inset Argument
7762 status collapsed
7763
7764 \begin_layout Plain Layout
7765 Example Phone List
7766 \end_layout
7767
7768 \end_inset
7769
7770
7771 \end_layout
7772
7773 \end_inset
7774
7775
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Plain Layout
7793
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 </row>
7799 <row endfirsthead="true">
7800 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804
7805 \series bold
7806 Example Phone List (ignore the names)
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 </row>
7830 <row endfirsthead="true">
7831 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835
7836 \series bold
7837 NAME
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855
7856 \series bold
7857 TEL.
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 </row>
7863 <row endhead="true">
7864 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7865 \begin_inset Text
7866
7867 \begin_layout Plain Layout
7868 \begin_inset ERT
7869 status open
7870
7871 \begin_layout Plain Layout
7872
7873
7874 \backslash
7875 caption*{Continued Example Phone List}
7876 \backslash
7877
7878 \backslash
7879 %
7880 \end_layout
7881
7882 \end_inset
7883
7884
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 </row>
7908 <row endhead="true">
7909 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913
7914 \series bold
7915 Example Phone List
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 </row>
7939 <row endhead="true">
7940 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944
7945 \series bold
7946 NAME
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964
7965 \series bold
7966 TEL.
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 </row>
7972 <row endfoot="true">
7973 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977 continued on next page
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 </row>
8001 <row>
8002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006
8007 \series bold
8008 Annovi
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017 Silvia
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026 111
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 </row>
8032 <row>
8033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037
8038 \series bold
8039 Bertoli
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048 Stefano
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057 111
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 </row>
8063 <row>
8064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068
8069 \series bold
8070 Bozzi
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079 Walter
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088 111
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 </row>
8094 <row>
8095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099
8100 \series bold
8101 Cachia
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110 Maria
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119 111
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 </row>
8125 <row>
8126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130
8131 \series bold
8132 Cachia
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141 Maurizio
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150 111
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 </row>
8156 <row>
8157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161
8162 \series bold
8163 Cinquemani
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 Giusi
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181 111
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 </row>
8187 <row>
8188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192
8193 \series bold
8194 Colin
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 Bernard
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212 111
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 </row>
8218 <row>
8219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223
8224 \series bold
8225 Concli
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 Gianfranco
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243 111
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 </row>
8249 <row>
8250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254
8255 \series bold
8256 Dal Bosco
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 Carolina
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274 111
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 </row>
8280 <row>
8281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285
8286 \series bold
8287 Dalpiaz
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 Annamaria
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305 111
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 </row>
8311 <row>
8312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316
8317 \series bold
8318 Feliciello
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 Domenico
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336 111
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 </row>
8342 <row>
8343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347
8348 \series bold
8349 Focarelli
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 Paola
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367 111
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 </row>
8373 <row>
8374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378
8379 \series bold
8380 Galletti
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 Oreste
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398 111
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 </row>
8404 <row>
8405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409
8410 \series bold
8411 Gasparini
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420 Franca
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 111
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 </row>
8435 <row>
8436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440
8441 \series bold
8442 Rizzardi
8443 \series default
8444
8445 \begin_inset Foot
8446 status open
8447
8448 \begin_layout Plain Layout
8449 Example footnote
8450 \end_layout
8451
8452 \end_inset
8453
8454
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 Paola
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472 111
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 </row>
8478 <row>
8479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483
8484 \series bold
8485 Lassini
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494 Giancarlo
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 111
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 </row>
8509 <row>
8510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514
8515 \series bold
8516 Malfatti
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525 Luciano
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534 111
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 </row>
8540 <row>
8541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545
8546 \series bold
8547 Malfatti
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556 Valeriano
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 111
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 </row>
8571 <row>
8572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576
8577 \series bold
8578 Meneguzzo
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 Roberto
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 111
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 </row>
8602 <row>
8603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607
8608 \series bold
8609 Mezzadra
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 Roberto
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627 111
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 </row>
8633 <row>
8634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638
8639 \series bold
8640 Pirpamer
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 Erich
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658 111
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 </row>
8664 <row>
8665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669
8670 \series bold
8671 Pochiesa
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680 Paolo
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 111, 222
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 </row>
8695 <row>
8696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700
8701 \series bold
8702 Radina
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711 Claudio
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720 111
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 </row>
8726 <row>
8727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731
8732 \series bold
8733 Stuffer
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 Oskar
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 111
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 </row>
8757 <row>
8758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762
8763 \series bold
8764 Tacchelli
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773 Ugo
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782 111
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 </row>
8788 <row>
8789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793
8794 \series bold
8795 Tezzele
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 Margit
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 111
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 </row>
8819 <row>
8820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824
8825 \series bold
8826 Unterkalmsteiner
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835 Frieda
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 111
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 </row>
8850 <row>
8851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855
8856 \series bold
8857 Vieider
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866 Hilde
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875 111
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 </row>
8881 <row>
8882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886
8887 \series bold
8888 Vigna
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897 Jürgen
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906 111
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 </row>
8912 <row>
8913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917
8918 \series bold
8919 Weber
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928 Maurizio
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937 111
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 </row>
8943 <row>
8944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948
8949 \series bold
8950 Winkler
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959 Franz
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968 111
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 </row>
8974 <row>
8975 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979  
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 </row>
9003 <row>
9004 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008
9009 \series bold
9010 Annovi
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019 Silvia
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 555
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 </row>
9034 <row>
9035 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039
9040 \series bold
9041 Bertoli
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 Stefano
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059 555
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 </row>
9065 <row>
9066 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070
9071 \series bold
9072 Bozzi
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081 Walter
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 555
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 </row>
9096 <row>
9097 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101
9102 \series bold
9103 Cachia
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 Maria
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121 555
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 </row>
9127 <row>
9128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132
9133 \series bold
9134 Cachia
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 Maurizio
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152 555
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 </row>
9158 <row>
9159 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163
9164 \series bold
9165 Cinquemani
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 Giusi
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 555
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 </row>
9189 <row>
9190 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194
9195 \series bold
9196 Colin
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205 Bernard
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214 555
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 </row>
9220 <row>
9221 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225
9226 \series bold
9227 Concli
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 Gianfranco
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245 555
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 </row>
9251 <row>
9252 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256
9257 \series bold
9258 Dal Bosco
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267 Carolina
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276 555
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 </row>
9282 <row>
9283 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287
9288 \series bold
9289 Dalpiaz
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298 Annamaria
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307 555
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 </row>
9313 <row>
9314 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9315 \begin_inset Text
9316
9317 \begin_layout Plain Layout
9318
9319 \series bold
9320 Feliciello
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329 Domenico
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338 555
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 </row>
9344 <row>
9345 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349
9350 \series bold
9351 Focarelli
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360 Paola
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369 555
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 </row>
9375 <row>
9376 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380
9381 \series bold
9382 Galletti
9383 \end_layout
9384
9385 \end_inset
9386 </cell>
9387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391 Oreste
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400 555
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 </row>
9406 <row>
9407 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411
9412 \series bold
9413 Gasparini
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Plain Layout
9422 Franca
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431 555
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 </row>
9437 <row>
9438 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9439 \begin_inset Text
9440
9441 \begin_layout Plain Layout
9442
9443 \series bold
9444 Rizzardi
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 Paola
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462 555
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 </row>
9468 <row>
9469 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473
9474 \series bold
9475 Lassini
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484 Giancarlo
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493 555
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 </row>
9499 <row>
9500 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504
9505 \series bold
9506 Malfatti
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515 Luciano
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524 555
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 </row>
9530 <row>
9531 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535
9536 \series bold
9537 Malfatti
9538 \end_layout
9539
9540 \end_inset
9541 </cell>
9542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Plain Layout
9546 Valeriano
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555 555
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 </row>
9561 <row>
9562 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566
9567 \series bold
9568 Meneguzzo
9569 \end_layout
9570
9571 \end_inset
9572 </cell>
9573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9574 \begin_inset Text
9575
9576 \begin_layout Plain Layout
9577 Roberto
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586 555
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 </row>
9592 <row>
9593 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597
9598 \series bold
9599 Mezzadra
9600 \end_layout
9601
9602 \end_inset
9603 </cell>
9604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9605 \begin_inset Text
9606
9607 \begin_layout Plain Layout
9608 Roberto
9609 \end_layout
9610
9611 \end_inset
9612 </cell>
9613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9614 \begin_inset Text
9615
9616 \begin_layout Plain Layout
9617 555
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 </row>
9623 </lyxtabular>
9624
9625 \end_inset
9626
9627
9628 \end_layout
9629
9630 \begin_layout Section
9631 Special Longtable Issues
9632 \begin_inset CommandInset label
9633 LatexCommand label
9634 name "sec:Special-Longtable-Issues"
9635
9636 \end_inset
9637
9638
9639 \end_layout
9640
9641 \begin_layout Subsection
9642 Longtable Calculation
9643 \begin_inset Index idx
9644 status collapsed
9645
9646 \begin_layout Plain Layout
9647 Longtables ! Calculation
9648 \end_layout
9649
9650 \end_inset
9651
9652
9653 \end_layout
9654
9655 \begin_layout Standard
9656 LaTeX calculates the height of table pages and their page breaks using so
9657  called chunks.
9658  Chunks are parts of tables that held at the same time in LaTeX's memory.
9659  The default value was historically set to only 20 table rows.
9660  If you are using longtables with many pages this may slow down the creation
9661  of your document.
9662  You can safely increase the chunk size to values of 100-1000 by adding
9663  this command line to your document preamble:
9664 \end_layout
9665
9666 \begin_layout Standard
9667
9668 \series bold
9669
9670 \backslash
9671 setcounter{LTchunksize}{100}
9672 \end_layout
9673
9674 \begin_layout Subsection
9675 Floats and Longtables
9676 \begin_inset Index idx
9677 status collapsed
9678
9679 \begin_layout Plain Layout
9680 Longtables ! Floats
9681 \end_layout
9682
9683 \end_inset
9684
9685
9686 \end_layout
9687
9688 \begin_layout Standard
9689 There might be problems when a float appears on the same page where a longtable
9690  starts.
9691  To avoid such a situation, insert a 
9692 \begin_inset Quotes eld
9693 \end_inset
9694
9695 clear page
9696 \begin_inset Quotes erd
9697 \end_inset
9698
9699  (menu 
9700 \family sans
9701 Insert\SpecialChar \menuseparator
9702 Formatting\SpecialChar \menuseparator
9703 Clear
9704 \begin_inset space ~
9705 \end_inset
9706
9707 Page
9708 \family default
9709 ) before your longtable.
9710 \end_layout
9711
9712 \begin_layout Subsection
9713 Forced Page Breaks
9714 \begin_inset Index idx
9715 status collapsed
9716
9717 \begin_layout Plain Layout
9718 Longtables ! Forced Page Breaks
9719 \end_layout
9720
9721 \end_inset
9722
9723
9724 \end_layout
9725
9726 \begin_layout Standard
9727 By default tables are only broken between rows.
9728  If you have a cell with multiples lines and want to have a page break within
9729  the cell, insert the new line command 
9730 \begin_inset Quotes eld
9731 \end_inset
9732
9733
9734 \series bold
9735
9736 \backslash
9737
9738 \backslash
9739
9740 \series default
9741
9742 \begin_inset Quotes erd
9743 \end_inset
9744
9745  as TeX-Code at the point of the cell where it can be broken.
9746  Before the 
9747 \series bold
9748
9749 \backslash
9750
9751 \backslash
9752
9753 \series default
9754  command you have to insert in TeX-Code as many 
9755 \begin_inset Quotes eld
9756 \end_inset
9757
9758
9759 \series bold
9760 &
9761 \series default
9762
9763 \begin_inset Quotes erd
9764 \end_inset
9765
9766  characters as the number of the following table columns.
9767  The 
9768 \series bold
9769 &
9770 \series default
9771  is the character to separate table cells.
9772  Write in TeX-Code after each 
9773 \series bold
9774 &
9775 \series default
9776  the content of the corresponding following cell and delete the content
9777  of these cells.
9778 \begin_inset Newline newline
9779 \end_inset
9780
9781 After the 
9782 \series bold
9783
9784 \backslash
9785
9786 \backslash
9787
9788 \series default
9789  command, insert as many 
9790 \series bold
9791 &
9792 \series default
9793  characters as the number of table columns before the current column.
9794  In Table
9795 \begin_inset space ~
9796 \end_inset
9797
9798
9799 \begin_inset CommandInset ref
9800 LatexCommand ref
9801 reference "tab:ForcedPagebreak"
9802
9803 \end_inset
9804
9805  the cell that should be broken is in the second column followed by another
9806  column.
9807  Therefore the following command was inserted in the cell as TeX-Code after
9808  
9809 \begin_inset Quotes eld
9810 \end_inset
9811
9812
9813 \emph on
9814 Castelchiodato,
9815 \emph default
9816
9817 \begin_inset Quotes erd
9818 \end_inset
9819
9820 :
9821 \end_layout
9822
9823 \begin_layout Standard
9824
9825 \series bold
9826 & 111
9827 \backslash
9828
9829 \backslash
9830  
9831 \backslash
9832 newpage
9833 \begin_inset Newline newline
9834 \end_inset
9835
9836 &
9837 \end_layout
9838
9839 \begin_layout Standard
9840 The 
9841 \begin_inset Quotes eld
9842 \end_inset
9843
9844 111
9845 \begin_inset Quotes erd
9846 \end_inset
9847
9848  in the third column of the row was deleted.
9849  
9850 \series bold
9851
9852 \backslash
9853 newpage
9854 \series default
9855  is only needed when a page break should definitely occur at this position,
9856  otherwise it would be a conditional break.
9857  If your footer row of the longtable has for a certain reason no upper line
9858  but you would have a horizontal line where the cell is broken, use this
9859  command instead:
9860 \end_layout
9861
9862 \begin_layout Standard
9863
9864 \series bold
9865 & 111
9866 \backslash
9867
9868 \backslash
9869
9870 \begin_inset Newline newline
9871 \end_inset
9872
9873
9874 \backslash
9875 hline &
9876 \end_layout
9877
9878 \begin_layout Standard
9879 When the cell to be broken is in the last column, the command
9880 \end_layout
9881
9882 \begin_layout Standard
9883
9884 \series bold
9885
9886 \backslash
9887 setlength{
9888 \backslash
9889 parfillskip}{0pt}
9890 \end_layout
9891
9892 \begin_layout Standard
9893 must be inserted as TeX-Code at the beginning of the cell.
9894  This ensures that the part of the cell that will be displayed on the new
9895  page appears with the full width.
9896 \end_layout
9897
9898 \begin_layout Standard
9899 \align center
9900 \begin_inset Tabular
9901 <lyxtabular version="3" rows="38" columns="3">
9902 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9903 <column alignment="left" valignment="top" width="0cm">
9904 <column alignment="left" valignment="top" width="3cm">
9905 <column alignment="center" valignment="top" width="0pt">
9906 <row caption="true">
9907 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911 \begin_inset Caption
9912
9913 \begin_layout Plain Layout
9914 Table with forced page break in table cell
9915 \begin_inset CommandInset label
9916 LatexCommand label
9917 name "tab:ForcedPagebreak"
9918
9919 \end_inset
9920
9921
9922 \begin_inset Argument
9923 status collapsed
9924
9925 \begin_layout Plain Layout
9926 Table with forced page break in table cell
9927 \end_layout
9928
9929 \end_inset
9930
9931
9932 \end_layout
9933
9934 \end_inset
9935
9936
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9942 \begin_inset Text
9943
9944 \begin_layout Plain Layout
9945
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954
9955 \end_layout
9956
9957 \end_inset
9958 </cell>
9959 </row>
9960 <row endfirsthead="true">
9961 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Plain Layout
9965
9966 \series bold
9967 Example Phone List (ignore the names)
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 </row>
9991 <row endfirsthead="true">
9992 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996
9997 \series bold
9998 NAME
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Plain Layout
10007
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016
10017 \series bold
10018 TEL.
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 </row>
10024 <row endhead="true">
10025 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029 \begin_inset ERT
10030 status collapsed
10031
10032 \begin_layout Plain Layout
10033
10034
10035 \backslash
10036 caption*{Continued Example Phone List}
10037 \backslash
10038
10039 \backslash
10040 %
10041 \end_layout
10042
10043 \end_inset
10044
10045
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10051 \begin_inset Text
10052
10053 \begin_layout Plain Layout
10054
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 </row>
10069 <row endhead="true">
10070 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074
10075 \series bold
10076 Example Phone List
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 </row>
10100 <row endhead="true">
10101 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105
10106 \series bold
10107 NAME
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125
10126 \series bold
10127 TEL.
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 </row>
10133 <row endfoot="true">
10134 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138 continued on next page
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 </row>
10162 <row>
10163 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167
10168 \series bold
10169 Annovi
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178 Silvia
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187 111
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 </row>
10193 <row>
10194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10195 \begin_inset Text
10196
10197 \begin_layout Plain Layout
10198
10199 \series bold
10200 Bertoli
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209 Stefano
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218 111
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 </row>
10224 <row>
10225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229
10230 \series bold
10231 Bozzi
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240 Walter
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10246 \begin_inset Text
10247
10248 \begin_layout Plain Layout
10249 111
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 </row>
10255 <row>
10256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260
10261 \series bold
10262 Cachia
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271 Maria
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Plain Layout
10280 111
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 </row>
10286 <row>
10287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291
10292 \series bold
10293 Cachia
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302 Maurizio
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311 111
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 </row>
10317 <row>
10318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Plain Layout
10322
10323 \series bold
10324 Cinquemani
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333 Giusi
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Plain Layout
10342 111
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 </row>
10348 <row>
10349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353
10354 \series bold
10355 Colin
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364 Bernard
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373 111
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 </row>
10379 <row>
10380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384
10385 \series bold
10386 Concli
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395 Gianfranco
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Plain Layout
10404 111
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 </row>
10410 <row>
10411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415
10416 \series bold
10417 Dal Bosco
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426 Carolina
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 111
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 </row>
10441 <row>
10442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446
10447 \series bold
10448 Dalpiaz
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457 Annamaria
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466 111
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 </row>
10472 <row>
10473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477
10478 \series bold
10479 Feliciello
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488 Domenico
10489 \end_layout
10490
10491 \end_inset
10492 </cell>
10493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497 111
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 </row>
10503 <row>
10504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508
10509 \series bold
10510 Focarelli
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519 Paola
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528 111
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 </row>
10534 <row>
10535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539
10540 \series bold
10541 Galletti
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550 Oreste
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559 111
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 </row>
10565 <row>
10566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570
10571 \series bold
10572 Gasparini
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581 Franca
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590 111
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 </row>
10596 <row>
10597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601
10602 \series bold
10603 Lassini
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612 Giancarlo
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621 111
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 </row>
10627 <row>
10628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632
10633 \series bold
10634 Malfatti
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10640 \begin_inset Text
10641
10642 \begin_layout Plain Layout
10643 Luciano
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652 111
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 </row>
10658 <row>
10659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663
10664 \series bold
10665 Malfatti
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674 Valeriano
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 111
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 </row>
10689 <row>
10690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694
10695 \series bold
10696 Meneguzzo
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705 Roberto
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10711 \begin_inset Text
10712
10713 \begin_layout Plain Layout
10714 111
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 </row>
10720 <row>
10721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725
10726 \series bold
10727 Mezzadra
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736 Roberto
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745 111
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 </row>
10751 <row>
10752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756
10757 \series bold
10758 Pirpamer
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767 Erich
10768 \end_layout
10769
10770 \end_inset
10771 </cell>
10772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10773 \begin_inset Text
10774
10775 \begin_layout Plain Layout
10776 111
10777 \end_layout
10778
10779 \end_inset
10780 </cell>
10781 </row>
10782 <row>
10783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787
10788 \series bold
10789 Pochiesa
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798 Paolo
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Plain Layout
10807 111, 222
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 </row>
10813 <row>
10814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818
10819 \series bold
10820 Radina
10821 \end_layout
10822
10823 \end_inset
10824 </cell>
10825 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10826 \begin_inset Text
10827
10828 \begin_layout Plain Layout
10829 Claudio
10830 \end_layout
10831
10832 \end_inset
10833 </cell>
10834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10835 \begin_inset Text
10836
10837 \begin_layout Plain Layout
10838 111
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 </row>
10844 <row>
10845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849
10850 \series bold
10851 Rizzardi
10852 \end_layout
10853
10854 \end_inset
10855 </cell>
10856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10857 \begin_inset Text
10858
10859 \begin_layout Plain Layout
10860 Paolo, 11.
10861  Fürst von Montecompatri, 11.
10862  Fürst von Sulmona und Vivaro, 10.
10863  Fürst von Rossano, 5.
10864  Herzog von Canemorte, 11.
10865  Herzog von Palombara, 5.
10866  Herzog von Castelchiodato,
10867 \begin_inset ERT
10868 status open
10869
10870 \begin_layout Plain Layout
10871
10872 & 111
10873 \backslash
10874
10875 \backslash
10876  
10877 \backslash
10878 newpage
10879 \end_layout
10880
10881 \begin_layout Plain Layout
10882
10883 &
10884 \end_layout
10885
10886 \end_inset
10887
10888  11.
10889  Herzog von Poggionativo, 11.
10890  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10891  Graf von Valinfreda, 11.
10892  Baron von Cropalati, 11.
10893  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 </row>
10908 <row>
10909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913
10914 \series bold
10915 Stuffer
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10921 \begin_inset Text
10922
10923 \begin_layout Plain Layout
10924 Oskar
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933 111
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 </row>
10939 <row>
10940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944
10945 \series bold
10946 Tacchelli
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955 Ugo
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 111
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 </row>
10970 <row>
10971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975
10976 \series bold
10977 Tezzele
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986 Margit
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 111
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 </row>
11001 <row>
11002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006
11007 \series bold
11008 Unterkalmsteiner
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017 Frieda
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 111
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 </row>
11032 <row>
11033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037
11038 \series bold
11039 Vieider
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 Hilde
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057 111
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 </row>
11063 <row>
11064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068
11069 \series bold
11070 Vigna
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11076 \begin_inset Text
11077
11078 \begin_layout Plain Layout
11079 Jürgen
11080 \end_layout
11081
11082 \end_inset
11083 </cell>
11084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Plain Layout
11088 111
11089 \end_layout
11090
11091 \end_inset
11092 </cell>
11093 </row>
11094 <row>
11095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Plain Layout
11099
11100 \series bold
11101 Weber
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110 Maurizio
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119 111
11120 \end_layout
11121
11122 \end_inset
11123 </cell>
11124 </row>
11125 <row>
11126 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130
11131 \series bold
11132 Winkler
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141 Franz
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11147 \begin_inset Text
11148
11149 \begin_layout Plain Layout
11150 111
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 </row>
11156 </lyxtabular>
11157
11158 \end_inset
11159
11160
11161 \end_layout
11162
11163 \begin_layout Section
11164 Multiple Lines Columns and Rows
11165 \end_layout
11166
11167 \begin_layout Subsection
11168 Multiple Lines in Table Cells
11169 \begin_inset CommandInset label
11170 LatexCommand label
11171 name "sub:Multiple-Lines-in"
11172
11173 \end_inset
11174
11175
11176 \begin_inset Index idx
11177 status collapsed
11178
11179 \begin_layout Plain Layout
11180 Multiple Lines in Table Cells
11181 \end_layout
11182
11183 \end_inset
11184
11185
11186 \begin_inset Index idx
11187 status collapsed
11188
11189 \begin_layout Plain Layout
11190 Table ! Linebreaks
11191 \end_layout
11192
11193 \end_inset
11194
11195
11196 \end_layout
11197
11198 \begin_layout Standard
11199 \noindent
11200 \begin_inset Float table
11201 placement H
11202 wide false
11203 sideways false
11204 status open
11205
11206 \begin_layout Plain Layout
11207 \begin_inset Caption
11208
11209 \begin_layout Plain Layout
11210 \begin_inset CommandInset label
11211 LatexCommand label
11212 name "tab:Table-with-multiple"
11213
11214 \end_inset
11215
11216 Table with multiple lines in cells
11217 \end_layout
11218
11219 \end_inset
11220
11221
11222 \end_layout
11223
11224 \begin_layout Plain Layout
11225 \align center
11226 \begin_inset Tabular
11227 <lyxtabular version="3" rows="3" columns="3">
11228 <features tabularvalignment="middle">
11229 <column alignment="center" valignment="middle" width="2.5cm">
11230 <column alignment="center" valignment="middle" width="0">
11231 <column alignment="center" valignment="middle" width="0">
11232 <row>
11233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11234 \begin_inset Text
11235
11236 \begin_layout Plain Layout
11237 multiple
11238 \begin_inset Newline linebreak
11239 \end_inset
11240
11241 lines
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250 b
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 c
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 </row>
11265 <row>
11266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 d
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279 e
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11285 \begin_inset Text
11286
11287 \begin_layout Plain Layout
11288 f
11289 \end_layout
11290
11291 \end_inset
11292 </cell>
11293 </row>
11294 <row>
11295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11296 \begin_inset Text
11297
11298 \begin_layout Plain Layout
11299 g
11300 \end_layout
11301
11302 \end_inset
11303 </cell>
11304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11305 \begin_inset Text
11306
11307 \begin_layout Plain Layout
11308 h
11309 \end_layout
11310
11311 \end_inset
11312 </cell>
11313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11314 \begin_inset Text
11315
11316 \begin_layout Plain Layout
11317 i
11318 \end_layout
11319
11320 \end_inset
11321 </cell>
11322 </row>
11323 </lyxtabular>
11324
11325 \end_inset
11326
11327
11328 \end_layout
11329
11330 \end_inset
11331
11332
11333 \end_layout
11334
11335 \begin_layout Standard
11336 Setting a fixed width for a column enables you to enter text as a paragraph
11337  with multiple lines and hyphenation.
11338 \end_layout
11339
11340 \begin_layout Standard
11341 To produce Table
11342 \begin_inset space ~
11343 \end_inset
11344
11345
11346 \begin_inset CommandInset ref
11347 LatexCommand ref
11348 reference "tab:Table-with-multiple"
11349
11350 \end_inset
11351
11352 , create a 3×3 table, mark the first cell and right-click on it.
11353  In the appearing table dialog we set a cell width of 2.5
11354 \begin_inset space \thinspace{}
11355 \end_inset
11356
11357 cm and choose centered for the vertical and horizontal alignment.
11358  The vertical alignment is used for all cells of the row.
11359  As our text is smaller than 2.5
11360 \begin_inset space \thinspace{}
11361 \end_inset
11362
11363 cm, only one line will appear.
11364  To get two lines, a justified line break (shortcut 
11365 \begin_inset Info
11366 type  "shortcut"
11367 arg   "newline-insert linebreak"
11368 \end_inset
11369
11370 ) was added.
11371  If the text is wider than the set cell width, it will automatically be
11372  broken to several lines.
11373 \end_layout
11374
11375 \begin_layout Standard
11376 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11377  by LaTeX if it is the first entry.
11378  Therefore you need to insert something to prevent the word not being the
11379  first entry.
11380  So add a horizontal space of 0
11381 \begin_inset space \thinspace{}
11382 \end_inset
11383
11384 pt before the word.
11385  As the space is zero, it doesn't change the output.
11386  Table
11387 \begin_inset space ~
11388 \end_inset
11389
11390
11391 \begin_inset CommandInset ref
11392 LatexCommand ref
11393 reference "tab:Table-with-and"
11394
11395 \end_inset
11396
11397  shows the effect.
11398 \end_layout
11399
11400 \begin_layout Standard
11401 \begin_inset Float table
11402 placement h
11403 wide false
11404 sideways false
11405 status open
11406
11407 \begin_layout Plain Layout
11408 \begin_inset Caption
11409
11410 \begin_layout Plain Layout
11411 \begin_inset CommandInset label
11412 LatexCommand label
11413 name "tab:Table-with-and"
11414
11415 \end_inset
11416
11417 Table with and without hyphenation
11418 \end_layout
11419
11420 \end_inset
11421
11422
11423 \end_layout
11424
11425 \begin_layout Plain Layout
11426 \begin_inset space \hfill{}
11427 \end_inset
11428
11429
11430 \begin_inset Tabular
11431 <lyxtabular version="3" rows="3" columns="3">
11432 <features tabularvalignment="middle">
11433 <column alignment="center" valignment="middle" width="2.5cm">
11434 <column alignment="center" valignment="middle" width="0">
11435 <column alignment="center" valignment="middle" width="0">
11436 <row>
11437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 verylongtablecellword
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450 b
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459 c
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 </row>
11465 <row>
11466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470 d
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 e
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488 f
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 </row>
11494 <row>
11495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Plain Layout
11499 g
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 h
11509 \end_layout
11510
11511 \end_inset
11512 </cell>
11513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11514 \begin_inset Text
11515
11516 \begin_layout Plain Layout
11517 i
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 </row>
11523 </lyxtabular>
11524
11525 \end_inset
11526
11527
11528 \begin_inset space \hfill{}
11529 \end_inset
11530
11531
11532 \begin_inset Tabular
11533 <lyxtabular version="3" rows="3" columns="3">
11534 <features tabularvalignment="middle">
11535 <column alignment="center" valignment="middle" width="2.5cm">
11536 <column alignment="center" valignment="middle" width="0">
11537 <column alignment="center" valignment="middle" width="0">
11538 <row>
11539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11540 \begin_inset Text
11541
11542 \begin_layout Plain Layout
11543 \begin_inset space \hspace{}
11544 \length 0pt
11545 \end_inset
11546
11547 verylongtablecellword
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556 b
11557 \end_layout
11558
11559 \end_inset
11560 </cell>
11561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565 c
11566 \end_layout
11567
11568 \end_inset
11569 </cell>
11570 </row>
11571 <row>
11572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11573 \begin_inset Text
11574
11575 \begin_layout Plain Layout
11576 d
11577 \end_layout
11578
11579 \end_inset
11580 </cell>
11581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Plain Layout
11585 e
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11591 \begin_inset Text
11592
11593 \begin_layout Plain Layout
11594 f
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 </row>
11600 <row>
11601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11602 \begin_inset Text
11603
11604 \begin_layout Plain Layout
11605 g
11606 \end_layout
11607
11608 \end_inset
11609 </cell>
11610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11611 \begin_inset Text
11612
11613 \begin_layout Plain Layout
11614 h
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 i
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 </row>
11629 </lyxtabular>
11630
11631 \end_inset
11632
11633
11634 \begin_inset space \hfill{}
11635 \end_inset
11636
11637
11638 \end_layout
11639
11640 \end_inset
11641
11642
11643 \end_layout
11644
11645 \begin_layout Subsection
11646 Multicolumns
11647 \begin_inset CommandInset label
11648 LatexCommand label
11649 name "sub:Multicolumns"
11650
11651 \end_inset
11652
11653
11654 \begin_inset Index idx
11655 status collapsed
11656
11657 \begin_layout Plain Layout
11658 Multicolumns
11659 \end_layout
11660
11661 \end_inset
11662
11663
11664 \begin_inset Index idx
11665 status collapsed
11666
11667 \begin_layout Plain Layout
11668 Table ! Multicolumns
11669 \end_layout
11670
11671 \end_inset
11672
11673
11674 \end_layout
11675
11676 \begin_layout Subsubsection
11677 Multicolumn Basics
11678 \end_layout
11679
11680 \begin_layout Standard
11681 To merge cells over multiple columns, select as many cells within a row
11682  as you want to merge and use either the table-toolbar button 
11683 \begin_inset Graphics
11684         filename ../images/tabular-feature_multicolumn.png
11685         scale 85
11686         scaleBeforeRotation
11687
11688 \end_inset
11689
11690 , or the menu 
11691 \family sans
11692 Edit\SpecialChar \menuseparator
11693 Table\SpecialChar \menuseparator
11694 Multicolumn
11695 \family default
11696 , or right click on the marked cells and choose 
11697 \family sans
11698 Multicolumn
11699 \family default
11700  in the context menu.
11701 \end_layout
11702
11703 \begin_layout Standard
11704 Multicolumns have there own cell settings.
11705  That means changing cell borders, cell alignment, and the width only affects
11706  the multicolumn.
11707  Here is an example table with a multicolumn cell in the first row and one
11708  in the last row without the upper border:
11709 \end_layout
11710
11711 \begin_layout Standard
11712 \align center
11713 \begin_inset Tabular
11714 <lyxtabular version="3" rows="3" columns="4">
11715 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11716 <column alignment="center" valignment="top" width="0pt">
11717 <column alignment="center" valignment="middle" width="0">
11718 <column alignment="center" valignment="top" width="0in">
11719 <column alignment="center" valignment="top" width="0pt">
11720 <row>
11721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11722 \begin_inset Text
11723
11724 \begin_layout Plain Layout
11725 abc
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734 def ghi
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743
11744 \end_layout
11745
11746 \end_inset
11747 </cell>
11748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11749 \begin_inset Text
11750
11751 \begin_layout Plain Layout
11752 jkl
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 </row>
11758 <row>
11759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11760 \begin_inset Text
11761
11762 \begin_layout Plain Layout
11763
11764 \family roman
11765 \series medium
11766 \shape up
11767 \size normal
11768 \emph off
11769 \bar no
11770 \noun off
11771 \color none
11772 A
11773 \end_layout
11774
11775 \end_inset
11776 </cell>
11777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11778 \begin_inset Text
11779
11780 \begin_layout Plain Layout
11781 B
11782 \end_layout
11783
11784 \end_inset
11785 </cell>
11786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11787 \begin_inset Text
11788
11789 \begin_layout Plain Layout
11790 C
11791 \end_layout
11792
11793 \end_inset
11794 </cell>
11795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11796 \begin_inset Text
11797
11798 \begin_layout Plain Layout
11799 D
11800 \end_layout
11801
11802 \end_inset
11803 </cell>
11804 </row>
11805 <row>
11806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11807 \begin_inset Text
11808
11809 \begin_layout Plain Layout
11810 1
11811 \end_layout
11812
11813 \end_inset
11814 </cell>
11815 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11816 \begin_inset Text
11817
11818 \begin_layout Plain Layout
11819 2
11820 \end_layout
11821
11822 \end_inset
11823 </cell>
11824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11825 \begin_inset Text
11826
11827 \begin_layout Plain Layout
11828 3
11829 \end_layout
11830
11831 \end_inset
11832 </cell>
11833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11834 \begin_inset Text
11835
11836 \begin_layout Plain Layout
11837 4
11838 \end_layout
11839
11840 \end_inset
11841 </cell>
11842 </row>
11843 </lyxtabular>
11844
11845 \end_inset
11846
11847
11848 \end_layout
11849
11850 \begin_layout Subsubsection
11851 Multicolumn Calculations
11852 \begin_inset CommandInset label
11853 LatexCommand label
11854 name "sub:Multicolumn-Calculations"
11855
11856 \end_inset
11857
11858
11859 \begin_inset Index idx
11860 status collapsed
11861
11862 \begin_layout Plain Layout
11863 Multicolumns ! Calculations
11864 \end_layout
11865
11866 \end_inset
11867
11868
11869 \end_layout
11870
11871 \begin_layout Standard
11872 LyX supports multicolumns directly, but we have to take account of the cell
11873  width of the columns spanned by the multicolumn cell.
11874 \end_layout
11875
11876 \begin_layout Standard
11877 \begin_inset Float table
11878 placement h
11879 wide false
11880 sideways false
11881 status open
11882
11883 \begin_layout Plain Layout
11884 \begin_inset Caption
11885
11886 \begin_layout Plain Layout
11887 \begin_inset CommandInset label
11888 LatexCommand label
11889 name "tab:Table-with-centered"
11890
11891 \end_inset
11892
11893 Table with centered multicolumn text above two columns that have exactly
11894  half the width of the multicolumn cell
11895 \begin_inset Argument
11896 status collapsed
11897
11898 \begin_layout Plain Layout
11899 Perfect multicolumn table
11900 \end_layout
11901
11902 \end_inset
11903
11904
11905 \end_layout
11906
11907 \end_inset
11908
11909
11910 \end_layout
11911
11912 \begin_layout Plain Layout
11913 \align center
11914 \begin_inset Tabular
11915 <lyxtabular version="3" rows="3" columns="3">
11916 <features tabularvalignment="middle">
11917 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11918 <column alignment="center" valignment="middle" width="0">
11919 <column alignment="center" valignment="top" width="0">
11920 <row>
11921 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11922 \begin_inset Text
11923
11924 \begin_layout Plain Layout
11925 multiple lines multicolumn
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11940 \begin_inset Text
11941
11942 \begin_layout Plain Layout
11943 c
11944 \end_layout
11945
11946 \end_inset
11947 </cell>
11948 </row>
11949 <row>
11950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 d
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11960 \begin_inset Text
11961
11962 \begin_layout Plain Layout
11963 e
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11969 \begin_inset Text
11970
11971 \begin_layout Plain Layout
11972 f
11973 \end_layout
11974
11975 \end_inset
11976 </cell>
11977 </row>
11978 <row>
11979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11980 \begin_inset Text
11981
11982 \begin_layout Plain Layout
11983 g
11984 \end_layout
11985
11986 \end_inset
11987 </cell>
11988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11989 \begin_inset Text
11990
11991 \begin_layout Plain Layout
11992 h
11993 \end_layout
11994
11995 \end_inset
11996 </cell>
11997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11998 \begin_inset Text
11999
12000 \begin_layout Plain Layout
12001 i
12002 \end_layout
12003
12004 \end_inset
12005 </cell>
12006 </row>
12007 </lyxtabular>
12008
12009 \end_inset
12010
12011
12012 \end_layout
12013
12014 \end_inset
12015
12016
12017 \end_layout
12018
12019 \begin_layout Standard
12020 To create for example Table
12021 \begin_inset space ~
12022 \end_inset
12023
12024
12025 \begin_inset CommandInset ref
12026 LatexCommand ref
12027 reference "tab:Table-with-centered"
12028
12029 \end_inset
12030
12031 , mark the first two cells in the first row of a 3×3 table and right-click
12032  on them.
12033  Now choose for this cell 
12034 \emph on
12035 multicolumn
12036 \emph default
12037
12038 \emph on
12039 centered alignment
12040 \emph default
12041  and a width of 2.5
12042 \begin_inset space \thinspace{}
12043 \end_inset
12044
12045 cm in the table dialog.
12046  The merged columns should have exactly half the width of the multicolumn
12047  cell, so that you would set a width of 1.25
12048 \begin_inset space \thinspace{}
12049 \end_inset
12050
12051 cm for the first column.
12052  The second column has then automatically a width of 1.25
12053 \begin_inset space \thinspace{}
12054 \end_inset
12055
12056 cm (multicolumn width - width of first column).
12057  This was done for Table
12058 \begin_inset space ~
12059 \end_inset
12060
12061
12062 \begin_inset CommandInset ref
12063 LatexCommand ref
12064 reference "tab:Table-without-half"
12065
12066 \end_inset
12067
12068 .
12069 \end_layout
12070
12071 \begin_layout Standard
12072 \begin_inset Float table
12073 wide false
12074 sideways false
12075 status open
12076
12077 \begin_layout Plain Layout
12078 \begin_inset Caption
12079
12080 \begin_layout Plain Layout
12081 \begin_inset CommandInset label
12082 LatexCommand label
12083 name "tab:Table-without-half"
12084
12085 \end_inset
12086
12087 Table where the spanned table columns are not exactly half the width of
12088  the multicolumn cell
12089 \begin_inset Argument
12090 status collapsed
12091
12092 \begin_layout Plain Layout
12093 Imperfect multicolumn table
12094 \end_layout
12095
12096 \end_inset
12097
12098
12099 \end_layout
12100
12101 \end_inset
12102
12103
12104 \end_layout
12105
12106 \begin_layout Plain Layout
12107 \align center
12108 \begin_inset Tabular
12109 <lyxtabular version="3" rows="3" columns="3">
12110 <features tabularvalignment="middle">
12111 <column alignment="center" valignment="top" width="1.25cm">
12112 <column alignment="center" valignment="top" width="0">
12113 <column alignment="center" valignment="top" width="0">
12114 <row>
12115 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12116 \begin_inset Text
12117
12118 \begin_layout Plain Layout
12119 multiple lines multicolumn
12120 \end_layout
12121
12122 \end_inset
12123 </cell>
12124 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12125 \begin_inset Text
12126
12127 \begin_layout Plain Layout
12128
12129 \end_layout
12130
12131 \end_inset
12132 </cell>
12133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12134 \begin_inset Text
12135
12136 \begin_layout Plain Layout
12137 c
12138 \end_layout
12139
12140 \end_inset
12141 </cell>
12142 </row>
12143 <row>
12144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12145 \begin_inset Text
12146
12147 \begin_layout Plain Layout
12148 d
12149 \end_layout
12150
12151 \end_inset
12152 </cell>
12153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12154 \begin_inset Text
12155
12156 \begin_layout Plain Layout
12157 e
12158 \end_layout
12159
12160 \end_inset
12161 </cell>
12162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12163 \begin_inset Text
12164
12165 \begin_layout Plain Layout
12166 f
12167 \end_layout
12168
12169 \end_inset
12170 </cell>
12171 </row>
12172 <row>
12173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12174 \begin_inset Text
12175
12176 \begin_layout Plain Layout
12177 g
12178 \end_layout
12179
12180 \end_inset
12181 </cell>
12182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12183 \begin_inset Text
12184
12185 \begin_layout Plain Layout
12186 h
12187 \end_layout
12188
12189 \end_inset
12190 </cell>
12191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12192 \begin_inset Text
12193
12194 \begin_layout Plain Layout
12195 i
12196 \end_layout
12197
12198 \end_inset
12199 </cell>
12200 </row>
12201 </lyxtabular>
12202
12203 \end_inset
12204
12205
12206 \end_layout
12207
12208 \end_inset
12209
12210
12211 \end_layout
12212
12213 \begin_layout Standard
12214 You can see that the first column is not half the width of the multicolumn
12215  cell, it is a bit bigger.
12216  The reason is that the specified width of a cell 
12217 \begin_inset Formula $W_{g}$
12218 \end_inset
12219
12220  is not its total width 
12221 \begin_inset Formula $W_{\mathrm{tot}}$
12222 \end_inset
12223
12224  because a cell is always a bit larger than specified.
12225  Appendix
12226 \begin_inset space ~
12227 \end_inset
12228
12229
12230 \begin_inset CommandInset ref
12231 LatexCommand eqref
12232 reference "cha:Explanation-of-Equation"
12233
12234 \end_inset
12235
12236  explains this in detail.
12237 \end_layout
12238
12239 \begin_layout Standard
12240 The width 
12241 \begin_inset Formula $W_{g\, n}$
12242 \end_inset
12243
12244  which the user needs to set when 
12245 \emph on
12246 n
12247 \emph default
12248  columns are spanned can be calculated, so that each column has a total
12249  width of 
12250 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12251 \end_inset
12252
12253 :
12254 \begin_inset Formula 
12255 \begin{equation}
12256 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12257 \end{equation}
12258
12259 \end_inset
12260
12261
12262 \end_layout
12263
12264 \begin_layout Standard
12265 In our case we have 
12266 \begin_inset Formula $n=2$
12267 \end_inset
12268
12269
12270 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12271 \end_inset
12272
12273 cm and the default values for the lengths, so that equation 
12274 \begin_inset CommandInset ref
12275 LatexCommand ref
12276 reference "eq:Wgn"
12277
12278 \end_inset
12279
12280  becomes
12281 \begin_inset Formula 
12282 \begin{equation}
12283 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12284 \end{equation}
12285
12286 \end_inset
12287
12288
12289 \end_layout
12290
12291 \begin_layout Standard
12292 To enable calculations in LaTeX, the LaTeX-package 
12293 \series bold
12294 calc
12295 \series default
12296  must be loaded with the document preamble line
12297 \begin_inset Index idx
12298 status collapsed
12299
12300 \begin_layout Plain Layout
12301 LaTeX-packages ! calc
12302 \end_layout
12303
12304 \end_inset
12305
12306
12307 \end_layout
12308
12309 \begin_layout Standard
12310
12311 \series bold
12312
12313 \backslash
12314 usepackage{calc}
12315 \end_layout
12316
12317 \begin_layout Standard
12318 LyX does not allow you to calculate lengths in the 
12319 \family sans
12320 Width
12321 \family default
12322  field of the table dialog.
12323  Therefore you have to format the column by inserting a LaTeX-argument in
12324  the dialog.
12325  Here is an overview about the arguments:
12326 \end_layout
12327
12328 \begin_layout Itemize
12329
12330 \series bold
12331 p{width}
12332 \series default
12333  creates cell with a fixed width, its text is vertically top-aligned
12334 \end_layout
12335
12336 \begin_layout Itemize
12337
12338 \series bold
12339 m{width}
12340 \series default
12341  creates cell with a fixed width, its text is vertically centered
12342 \end_layout
12343
12344 \begin_layout Itemize
12345
12346 \series bold
12347 b{width}
12348 \series default
12349  creates cell with a fixed width, its text is vertically bottom-aligned
12350 \end_layout
12351
12352 \begin_layout Standard
12353 By entering a LaTeX-argument, all cell settings set in the table dialog
12354  are overwritten.
12355 \end_layout
12356
12357 \begin_layout Standard
12358 \begin_inset Note Greyedout
12359 status open
12360
12361 \begin_layout Plain Layout
12362
12363 \series bold
12364 Note:
12365 \series default
12366  Due to a bug, LyX shows the overwritten settings anyway.
12367 \end_layout
12368
12369 \end_inset
12370
12371
12372 \end_layout
12373
12374 \begin_layout Standard
12375 As the text should be horizontally centered, the command 
12376 \series bold
12377
12378 \backslash
12379 centering
12380 \series default
12381  is added.
12382  You can now enter the following LaTeX-argument for the first spanned column:
12383 \end_layout
12384
12385 \begin_layout Standard
12386
12387 \series bold
12388 >{
12389 \backslash
12390 centering}m{1.25cm-6.2pt}
12391 \end_layout
12392
12393 \begin_layout Standard
12394 The command 
12395 \series bold
12396 >{ }
12397 \series default
12398  means, that the commands inside the braces are applied before the cell
12399  is created.
12400 \end_layout
12401
12402 \begin_layout Standard
12403 Although we have chosen centered alignment for the text of the multicolumn
12404  cell, it is still left aligned.
12405  This is because LyX only applies the alignment to single columns.
12406  So for the multicolumn cell we have to use the LaTeX-argument
12407 \end_layout
12408
12409 \begin_layout Standard
12410
12411 \series bold
12412 >{
12413 \backslash
12414 centering}m{2.5cm}
12415 \end_layout
12416
12417 \begin_layout Subsection
12418 Multirows
12419 \begin_inset CommandInset label
12420 LatexCommand label
12421 name "sub:Multirows"
12422
12423 \end_inset
12424
12425
12426 \begin_inset Index idx
12427 status collapsed
12428
12429 \begin_layout Plain Layout
12430 Multirows
12431 \end_layout
12432
12433 \end_inset
12434
12435
12436 \begin_inset Index idx
12437 status collapsed
12438
12439 \begin_layout Plain Layout
12440 Table ! Multirows
12441 \end_layout
12442
12443 \end_inset
12444
12445
12446 \end_layout
12447
12448 \begin_layout Standard
12449 To merge cells over multiple rows, select as many cells within a column
12450  as you want to merge and use either the table-toolbar button 
12451 \begin_inset Graphics
12452         filename ../images/tabular-feature_multirow.png
12453         scale 85
12454         scaleBeforeRotation
12455
12456 \end_inset
12457
12458 , or the menu 
12459 \family sans
12460 Edit\SpecialChar \menuseparator
12461 Table\SpecialChar \menuseparator
12462 Multirow
12463 \family default
12464 , or right click on the marked cells and choose 
12465 \family sans
12466 Multirow
12467 \family default
12468  in the context menu.
12469 \end_layout
12470
12471 \begin_layout Standard
12472 Here is an example table with a multirow in the first column:
12473 \end_layout
12474
12475 \begin_layout Standard
12476 \align center
12477 \begin_inset Tabular
12478 <lyxtabular version="3" rows="3" columns="3">
12479 <features tabularvalignment="middle">
12480 <column alignment="center" valignment="top" width="0pt">
12481 <column alignment="center" valignment="top" width="0">
12482 <column alignment="center" valignment="top" width="0">
12483 <row>
12484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12485 \begin_inset Text
12486
12487 \begin_layout Plain Layout
12488 a long cell entry
12489 \end_layout
12490
12491 \end_inset
12492 </cell>
12493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12494 \begin_inset Text
12495
12496 \begin_layout Plain Layout
12497 b
12498 \end_layout
12499
12500 \end_inset
12501 </cell>
12502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12503 \begin_inset Text
12504
12505 \begin_layout Plain Layout
12506 c
12507 \end_layout
12508
12509 \end_inset
12510 </cell>
12511 </row>
12512 <row>
12513 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12514 \begin_inset Text
12515
12516 \begin_layout Plain Layout
12517 multirow
12518 \end_layout
12519
12520 \end_inset
12521 </cell>
12522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12523 \begin_inset Text
12524
12525 \begin_layout Plain Layout
12526 e
12527 \end_layout
12528
12529 \end_inset
12530 </cell>
12531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12532 \begin_inset Text
12533
12534 \begin_layout Plain Layout
12535 f
12536 \end_layout
12537
12538 \end_inset
12539 </cell>
12540 </row>
12541 <row>
12542 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12543 \begin_inset Text
12544
12545 \begin_layout Plain Layout
12546
12547 \end_layout
12548
12549 \end_inset
12550 </cell>
12551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12552 \begin_inset Text
12553
12554 \begin_layout Plain Layout
12555 h
12556 \end_layout
12557
12558 \end_inset
12559 </cell>
12560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12561 \begin_inset Text
12562
12563 \begin_layout Plain Layout
12564 i
12565 \end_layout
12566
12567 \end_inset
12568 </cell>
12569 </row>
12570 </lyxtabular>
12571
12572 \end_inset
12573
12574
12575 \end_layout
12576
12577 \begin_layout Standard
12578 The width of multirow cells is set by setting the width and alignment for
12579  the whole column.
12580  The 
12581 \family sans
12582 Vertical Offset
12583 \family default
12584  shifts the content of the multirow up/down if the offset is positive/negative.
12585 \end_layout
12586
12587 \begin_layout Standard
12588 If the column of a multirow cell has no explicit width, the multirow cell
12589  inherits the alignment of the column.
12590  Otherwise it is by default left-aligned.
12591  To override the default, renew the command 
12592 \series bold
12593
12594 \backslash
12595 multirowsetup
12596 \series default
12597  with the command
12598 \end_layout
12599
12600 \begin_layout Standard
12601
12602 \series bold
12603
12604 \backslash
12605 renewcommand{
12606 \backslash
12607 multirowsetup}{
12608 \backslash
12609 centering}
12610 \end_layout
12611
12612 \begin_layout Standard
12613 in the document preamble.
12614  Then all entries of multirow cells in the document are centered.
12615  If centering is only needed for several tables, you can renew the command
12616  in a TeX-Code box just before the table instead of the preamble.
12617  If the text should be right-aligned, replace 
12618 \series bold
12619
12620 \backslash
12621 centering
12622 \series default
12623  by 
12624 \series bold
12625
12626 \backslash
12627 raggedleft
12628 \series default
12629 .
12630  To return to left-alignment 
12631 \series bold
12632
12633 \backslash
12634 raggedright
12635 \series default
12636  is used.
12637 \end_layout
12638
12639 \begin_layout Standard
12640 This is an example table with a right-aligned multirow cell that has a vertical
12641  offset of -4
12642 \begin_inset space \thinspace{}
12643 \end_inset
12644
12645 mm and is in a 3
12646 \begin_inset space \thinspace{}
12647 \end_inset
12648
12649 cm wide column:
12650 \end_layout
12651
12652 \begin_layout Standard
12653 \noindent
12654 \align center
12655 \begin_inset ERT
12656 status collapsed
12657
12658 \begin_layout Plain Layout
12659
12660
12661 \backslash
12662 renewcommand{
12663 \backslash
12664 multirowsetup}{
12665 \backslash
12666 raggedleft}
12667 \end_layout
12668
12669 \end_inset
12670
12671
12672 \begin_inset Tabular
12673 <lyxtabular version="3" rows="4" columns="3">
12674 <features tabularvalignment="middle">
12675 <column alignment="center" valignment="top" width="3cm">
12676 <column alignment="center" valignment="top" width="0">
12677 <column alignment="center" valignment="top" width="0">
12678 <row>
12679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12680 \begin_inset Text
12681
12682 \begin_layout Plain Layout
12683 a long cell entry
12684 \end_layout
12685
12686 \end_inset
12687 </cell>
12688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12689 \begin_inset Text
12690
12691 \begin_layout Plain Layout
12692 b
12693 \end_layout
12694
12695 \end_inset
12696 </cell>
12697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12698 \begin_inset Text
12699
12700 \begin_layout Plain Layout
12701 c
12702 \end_layout
12703
12704 \end_inset
12705 </cell>
12706 </row>
12707 <row>
12708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12709 \begin_inset Text
12710
12711 \begin_layout Plain Layout
12712 t
12713 \end_layout
12714
12715 \end_inset
12716 </cell>
12717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12718 \begin_inset Text
12719
12720 \begin_layout Plain Layout
12721 n
12722 \end_layout
12723
12724 \end_inset
12725 </cell>
12726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12727 \begin_inset Text
12728
12729 \begin_layout Plain Layout
12730 m
12731 \end_layout
12732
12733 \end_inset
12734 </cell>
12735 </row>
12736 <row>
12737 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12738 \begin_inset Text
12739
12740 \begin_layout Plain Layout
12741 multirow
12742 \end_layout
12743
12744 \end_inset
12745 </cell>
12746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12747 \begin_inset Text
12748
12749 \begin_layout Plain Layout
12750 e
12751 \end_layout
12752
12753 \end_inset
12754 </cell>
12755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12756 \begin_inset Text
12757
12758 \begin_layout Plain Layout
12759 f
12760 \end_layout
12761
12762 \end_inset
12763 </cell>
12764 </row>
12765 <row>
12766 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12767 \begin_inset Text
12768
12769 \begin_layout Plain Layout
12770
12771 \end_layout
12772
12773 \end_inset
12774 </cell>
12775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12776 \begin_inset Text
12777
12778 \begin_layout Plain Layout
12779 h
12780 \end_layout
12781
12782 \end_inset
12783 </cell>
12784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12785 \begin_inset Text
12786
12787 \begin_layout Plain Layout
12788 i
12789 \end_layout
12790
12791 \end_inset
12792 </cell>
12793 </row>
12794 </lyxtabular>
12795
12796 \end_inset
12797
12798
12799 \begin_inset ERT
12800 status collapsed
12801
12802 \begin_layout Plain Layout
12803
12804
12805 \backslash
12806 renewcommand{
12807 \backslash
12808 multirowsetup}{
12809 \backslash
12810 raggedright}
12811 \end_layout
12812
12813 \end_inset
12814
12815
12816 \end_layout
12817
12818 \begin_layout Section
12819 Formal Tables
12820 \begin_inset CommandInset label
12821 LatexCommand label
12822 name "sec:Formal-Tables"
12823
12824 \end_inset
12825
12826
12827 \begin_inset Index idx
12828 status collapsed
12829
12830 \begin_layout Plain Layout
12831 Table ! Formal
12832 \end_layout
12833
12834 \end_inset
12835
12836
12837 \end_layout
12838
12839 \begin_layout Standard
12840 Tables are often typeset in books similar to Table
12841 \begin_inset space ~
12842 \end_inset
12843
12844
12845 \begin_inset CommandInset ref
12846 LatexCommand ref
12847 reference "tab:Example-booktabs-table"
12848
12849 \end_inset
12850
12851 .
12852  This kind of tables is called 
12853 \begin_inset Quotes eld
12854 \end_inset
12855
12856
12857 \emph on
12858 formal
12859 \emph default
12860
12861 \begin_inset Quotes erd
12862 \end_inset
12863
12864 .
12865  To make a table a formal table use the option 
12866 \family sans
12867 Formal
12868 \family default
12869  in the 
12870 \family sans
12871 Borders
12872 \family default
12873  tab of the table dialog.
12874 \end_layout
12875
12876 \begin_layout Standard
12877 \begin_inset Float table
12878 placement h
12879 wide false
12880 sideways false
12881 status open
12882
12883 \begin_layout Plain Layout
12884 \begin_inset Caption
12885
12886 \begin_layout Plain Layout
12887 \begin_inset CommandInset label
12888 LatexCommand label
12889 name "tab:Example-booktabs-table"
12890
12891 \end_inset
12892
12893 Example booktabs-table
12894 \end_layout
12895
12896 \end_inset
12897
12898
12899 \end_layout
12900
12901 \begin_layout Plain Layout
12902 \align center
12903 \begin_inset Tabular
12904 <lyxtabular version="3" rows="8" columns="4">
12905 <features booktabs="true" tabularvalignment="middle">
12906 <column alignment="center" valignment="top" width="0">
12907 <column alignment="center" valignment="top" width="0">
12908 <column alignment="center" valignment="top" width="0">
12909 <column alignment="center" valignment="top" width="0">
12910 <row>
12911 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Plain Layout
12915 System
12916 \end_layout
12917
12918 \end_inset
12919 </cell>
12920 <cell alignment="center" valignment="top" topline="true" usebox="none">
12921 \begin_inset Text
12922
12923 \begin_layout Plain Layout
12924 Chip
12925 \begin_inset space \thinspace{}
12926 \end_inset
12927
12928 1
12929 \end_layout
12930
12931 \end_inset
12932 </cell>
12933 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12934 \begin_inset Text
12935
12936 \begin_layout Plain Layout
12937 Chip
12938 \begin_inset space \thinspace{}
12939 \end_inset
12940
12941 2
12942 \end_layout
12943
12944 \end_inset
12945 </cell>
12946 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12947 \begin_inset Text
12948
12949 \begin_layout Plain Layout
12950
12951 \end_layout
12952
12953 \end_inset
12954 </cell>
12955 </row>
12956 <row>
12957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12958 \begin_inset Text
12959
12960 \begin_layout Plain Layout
12961 \begin_inset ERT
12962 status collapsed
12963
12964 \begin_layout Plain Layout
12965
12966
12967 \backslash
12968 cmidrule(r){2-2}
12969 \end_layout
12970
12971 \end_inset
12972
12973
12974 \begin_inset ERT
12975 status collapsed
12976
12977 \begin_layout Plain Layout
12978
12979
12980 \backslash
12981 cmidrule(l){3-4}
12982 \end_layout
12983
12984 \end_inset
12985
12986 Detector thickness in µm
12987 \end_layout
12988
12989 \end_inset
12990 </cell>
12991 <cell alignment="center" valignment="top" usebox="none">
12992 \begin_inset Text
12993
12994 \begin_layout Plain Layout
12995 300
12996 \end_layout
12997
12998 \end_inset
12999 </cell>
13000 <cell alignment="center" valignment="top" usebox="none">
13001 \begin_inset Text
13002
13003 \begin_layout Plain Layout
13004 300
13005 \end_layout
13006
13007 \end_inset
13008 </cell>
13009 <cell alignment="center" valignment="top" usebox="none">
13010 \begin_inset Text
13011
13012 \begin_layout Plain Layout
13013 700
13014 \end_layout
13015
13016 \end_inset
13017 </cell>
13018 </row>
13019 <row>
13020 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13021 \begin_inset Text
13022
13023 \begin_layout Plain Layout
13024 Edge angle in °
13025 \end_layout
13026
13027 \end_inset
13028 </cell>
13029 <cell alignment="center" valignment="top" topline="true" usebox="none">
13030 \begin_inset Text
13031
13032 \begin_layout Plain Layout
13033 3.55
13034 \end_layout
13035
13036 \end_inset
13037 </cell>
13038 <cell alignment="center" valignment="top" topline="true" usebox="none">
13039 \begin_inset Text
13040
13041 \begin_layout Plain Layout
13042 2.71
13043 \end_layout
13044
13045 \end_inset
13046 </cell>
13047 <cell alignment="center" valignment="top" topline="true" usebox="none">
13048 \begin_inset Text
13049
13050 \begin_layout Plain Layout
13051 7.99
13052 \end_layout
13053
13054 \end_inset
13055 </cell>
13056 </row>
13057 <row topspace="default">
13058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13059 \begin_inset Text
13060
13061 \begin_layout Plain Layout
13062 Spatial resolution in µm
13063 \end_layout
13064
13065 \end_inset
13066 </cell>
13067 <cell alignment="center" valignment="top" usebox="none">
13068 \begin_inset Text
13069
13070 \begin_layout Plain Layout
13071 4.26
13072 \end_layout
13073
13074 \end_inset
13075 </cell>
13076 <cell alignment="center" valignment="top" usebox="none">
13077 \begin_inset Text
13078
13079 \begin_layout Plain Layout
13080 10.17
13081 \end_layout
13082
13083 \end_inset
13084 </cell>
13085 <cell alignment="center" valignment="top" usebox="none">
13086 \begin_inset Text
13087
13088 \begin_layout Plain Layout
13089 10.56
13090 \end_layout
13091
13092 \end_inset
13093 </cell>
13094 </row>
13095 <row topspace="default">
13096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13097 \begin_inset Text
13098
13099 \begin_layout Plain Layout
13100 MTF at 
13101 \begin_inset Formula $f_{\mathrm{max}}$
13102 \end_inset
13103
13104
13105 \end_layout
13106
13107 \end_inset
13108 </cell>
13109 <cell alignment="center" valignment="top" usebox="none">
13110 \begin_inset Text
13111
13112 \begin_layout Plain Layout
13113 0.53
13114 \end_layout
13115
13116 \end_inset
13117 </cell>
13118 <cell alignment="center" valignment="top" usebox="none">
13119 \begin_inset Text
13120
13121 \begin_layout Plain Layout
13122 0.37
13123 \end_layout
13124
13125 \end_inset
13126 </cell>
13127 <cell alignment="center" valignment="top" usebox="none">
13128 \begin_inset Text
13129
13130 \begin_layout Plain Layout
13131 0.39
13132 \end_layout
13133
13134 \end_inset
13135 </cell>
13136 </row>
13137 <row topspace="default">
13138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13139 \begin_inset Text
13140
13141 \begin_layout Plain Layout
13142 \begin_inset ERT
13143 status collapsed
13144
13145 \begin_layout Plain Layout
13146
13147
13148 \backslash
13149 cmidrule(l{10pt}){1-1}
13150 \end_layout
13151
13152 \end_inset
13153
13154 LSF-spatial resolution
13155 \end_layout
13156
13157 \end_inset
13158 </cell>
13159 <cell alignment="center" valignment="top" usebox="none">
13160 \begin_inset Text
13161
13162 \begin_layout Plain Layout
13163
13164 \end_layout
13165
13166 \end_inset
13167 </cell>
13168 <cell alignment="center" valignment="top" usebox="none">
13169 \begin_inset Text
13170
13171 \begin_layout Plain Layout
13172
13173 \end_layout
13174
13175 \end_inset
13176 </cell>
13177 <cell alignment="center" valignment="top" usebox="none">
13178 \begin_inset Text
13179
13180 \begin_layout Plain Layout
13181
13182 \end_layout
13183
13184 \end_inset
13185 </cell>
13186 </row>
13187 <row>
13188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13189 \begin_inset Text
13190
13191 \begin_layout Plain Layout
13192 in µm
13193 \end_layout
13194
13195 \end_inset
13196 </cell>
13197 <cell alignment="center" valignment="top" usebox="none">
13198 \begin_inset Text
13199
13200 \begin_layout Plain Layout
13201 129.7
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 <cell alignment="center" valignment="top" usebox="none">
13207 \begin_inset Text
13208
13209 \begin_layout Plain Layout
13210 52.75
13211 \end_layout
13212
13213 \end_inset
13214 </cell>
13215 <cell alignment="center" valignment="top" usebox="none">
13216 \begin_inset Text
13217
13218 \begin_layout Plain Layout
13219 50.78
13220 \end_layout
13221
13222 \end_inset
13223 </cell>
13224 </row>
13225 <row>
13226 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13227 \begin_inset Text
13228
13229 \begin_layout Plain Layout
13230 in % of pixel size
13231 \end_layout
13232
13233 \end_inset
13234 </cell>
13235 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13236 \begin_inset Text
13237
13238 \begin_layout Plain Layout
13239 76.3
13240 \end_layout
13241
13242 \end_inset
13243 </cell>
13244 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13245 \begin_inset Text
13246
13247 \begin_layout Plain Layout
13248 95.9
13249 \end_layout
13250
13251 \end_inset
13252 </cell>
13253 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13254 \begin_inset Text
13255
13256 \begin_layout Plain Layout
13257 92.3
13258 \end_layout
13259
13260 \end_inset
13261 </cell>
13262 </row>
13263 </lyxtabular>
13264
13265 \end_inset
13266
13267
13268 \end_layout
13269
13270 \end_inset
13271
13272
13273 \end_layout
13274
13275 \begin_layout Standard
13276 Spaces to table rows can be added using the 
13277 \family sans
13278 Borders
13279 \family default
13280  tab of the table dialog as described in section
13281 \begin_inset space ~
13282 \end_inset
13283
13284
13285 \begin_inset CommandInset ref
13286 LatexCommand ref
13287 reference "sub:Row-Spacing"
13288
13289 \end_inset
13290
13291 .
13292 \end_layout
13293
13294 \begin_layout Standard
13295 Unlike normal tables, formal tables have no vertical table lines.
13296  The horizontal table lines can be set as for normal tables but they appear
13297  with different widths in the output:
13298 \begin_inset Newline newline
13299 \end_inset
13300
13301 The first and the last table line have a default width of 0.08
13302 \begin_inset space \thinspace{}
13303 \end_inset
13304
13305 em while the other lines have a default width of 0.05
13306 \begin_inset space \thinspace{}
13307 \end_inset
13308
13309 em.
13310 \end_layout
13311
13312 \begin_layout Standard
13313 The default widths can be changed with the following preamble lines
13314 \end_layout
13315
13316 \begin_layout Standard
13317
13318 \series bold
13319
13320 \backslash
13321 let
13322 \backslash
13323 mytoprule
13324 \backslash
13325 toprule
13326 \begin_inset Newline newline
13327 \end_inset
13328
13329
13330 \backslash
13331 renewcommand{
13332 \backslash
13333 toprule}{
13334 \backslash
13335 mytoprule[width]}
13336 \end_layout
13337
13338 \begin_layout Standard
13339 This example is for the first line, the so called 
13340 \series bold
13341 toprule
13342 \series default
13343 .
13344  If you want to change the width for the last line, replace 
13345 \series bold
13346 toprule
13347 \series default
13348  by 
13349 \series bold
13350 bottomrule
13351 \series default
13352 .
13353  To change the width for the other lines replace 
13354 \series bold
13355 toprule
13356 \series default
13357  by 
13358 \series bold
13359 midrule
13360 \series default
13361 .
13362  You can use all units listed in appendix
13363 \begin_inset space ~
13364 \end_inset
13365
13366
13367 \begin_inset CommandInset ref
13368 LatexCommand ref
13369 reference "cha:Units-available-in"
13370
13371 \end_inset
13372
13373  to set the width.
13374 \end_layout
13375
13376 \begin_layout Standard
13377 Lines that do not span all table columns can be created by setting a table
13378  line for multicolumn cells.
13379  LyX will then internally use the command 
13380 \series bold
13381
13382 \backslash
13383 cmidrule
13384 \series default
13385  to create this line.
13386  Its full scheme is
13387 \end_layout
13388
13389 \begin_layout Standard
13390
13391 \series bold
13392
13393 \backslash
13394 cmidrule[width](trim){startcol-endcol}
13395 \end_layout
13396
13397 \begin_layout Standard
13398 The options of 
13399 \series bold
13400
13401 \backslash
13402 cmidrule
13403 \series default
13404  are currently not supported by LyX so you have to use TeX-Code to be able
13405  to use them.
13406  
13407 \series bold
13408
13409 \backslash
13410 cmidrule
13411 \series default
13412 s can manually be created by inserting the command as TeX-Code as the first
13413  cell entry of the first cell of a row.
13414  The line is then drawn in the output above the current row.
13415 \end_layout
13416
13417 \begin_layout Standard
13418 The default for the width is 0.03
13419 \begin_inset space \thinspace{}
13420 \end_inset
13421
13422 em.
13423  Startcol is the number of the column where the line starts and endcol the
13424  column number where the line ends.
13425  The endcol always needs to be specified, also when the line should span
13426  only one column.
13427  The optional parameter trim could be either 
13428 \emph on
13429 l{trimwidth}
13430 \emph default
13431 , or 
13432 \emph on
13433 r{trimwidth}
13434 \emph default
13435  where the trimwidth is also optional.
13436  Using for example the parameter 
13437 \emph on
13438 l{2pt}
13439 \emph default
13440  means that the line is trimmed from its left end by 2
13441 \begin_inset space \thinspace{}
13442 \end_inset
13443
13444 pt.
13445  If you don't specify the trimwidth the lines are trimmed by the default
13446  of 0.5
13447 \begin_inset space \thinspace{}
13448 \end_inset
13449
13450 em.
13451 \end_layout
13452
13453 \begin_layout Standard
13454 \begin_inset VSpace bigskip
13455 \end_inset
13456
13457 Table
13458 \begin_inset space ~
13459 \end_inset
13460
13461
13462 \begin_inset CommandInset ref
13463 LatexCommand ref
13464 reference "tab:Example-booktabs-table"
13465
13466 \end_inset
13467
13468  was created using the commands
13469 \end_layout
13470
13471 \begin_layout Standard
13472
13473 \series bold
13474
13475 \backslash
13476 cmidrule(r){2-2}
13477 \backslash
13478 cmidrule(l){3-4}
13479 \end_layout
13480
13481 \begin_layout Standard
13482 at the beginning of the second row and
13483 \end_layout
13484
13485 \begin_layout Standard
13486
13487 \series bold
13488
13489 \backslash
13490 cmidrule(l{10pt}){1-1}
13491 \end_layout
13492
13493 \begin_layout Standard
13494 in the sixth row.
13495 \end_layout
13496
13497 \begin_layout Standard
13498 \begin_inset VSpace bigskip
13499 \end_inset
13500
13501
13502 \end_layout
13503
13504 \begin_layout Standard
13505 You might want to have overlapping 
13506 \series bold
13507
13508 \backslash
13509 cmidrule
13510 \series default
13511 s as in in Table
13512 \begin_inset space ~
13513 \end_inset
13514
13515
13516 \begin_inset CommandInset ref
13517 LatexCommand ref
13518 reference "tab:Special-booktabs-table"
13519
13520 \end_inset
13521
13522 .
13523  This can be achieved with the TeX-Code command
13524 \end_layout
13525
13526 \begin_layout Standard
13527
13528 \series bold
13529
13530 \backslash
13531 morecmidrules
13532 \end_layout
13533
13534 \begin_layout Standard
13535 The command that was used for the second row of Table
13536 \begin_inset space ~
13537 \end_inset
13538
13539
13540 \begin_inset CommandInset ref
13541 LatexCommand ref
13542 reference "tab:Special-booktabs-table"
13543
13544 \end_inset
13545
13546  is
13547 \end_layout
13548
13549 \begin_layout Standard
13550
13551 \series bold
13552
13553 \backslash
13554 cmidrule(r){2-2}
13555 \backslash
13556 cmidrule(l){3-4}
13557 \backslash
13558 morecmidrules
13559 \backslash
13560 cmidrule{2-4}
13561 \end_layout
13562
13563 \begin_layout Standard
13564 The command for the sixth row is
13565 \end_layout
13566
13567 \begin_layout Standard
13568
13569 \series bold
13570
13571 \backslash
13572 midrule
13573 \backslash
13574 morecmidrules
13575 \backslash
13576 cmidrule{3-4}
13577 \end_layout
13578
13579 \begin_layout Standard
13580 \begin_inset VSpace bigskip
13581 \end_inset
13582
13583
13584 \end_layout
13585
13586 \begin_layout Standard
13587 If you are anyway not satisfied with the border line spacing, you can use
13588  the following command to produce lines that span over all table columns
13589 \series bold
13590 :
13591 \end_layout
13592
13593 \begin_layout Standard
13594
13595 \series bold
13596
13597 \backslash
13598 specialrule{width}{space above}{space below}
13599 \end_layout
13600
13601 \begin_layout Standard
13602 For more information about these features, refer to the manual of the LaTeX-pack
13603 age 
13604 \series bold
13605 booktabs
13606 \series default
13607  
13608 \begin_inset CommandInset citation
13609 LatexCommand cite
13610 key "booktabs"
13611
13612 \end_inset
13613
13614 .
13615 \begin_inset Index idx
13616 status collapsed
13617
13618 \begin_layout Plain Layout
13619 LaTeX-packages ! booktabs
13620 \end_layout
13621
13622 \end_inset
13623
13624
13625 \end_layout
13626
13627 \begin_layout Standard
13628 \begin_inset Float table
13629 placement h
13630 wide false
13631 sideways false
13632 status open
13633
13634 \begin_layout Plain Layout
13635 \begin_inset Caption
13636
13637 \begin_layout Plain Layout
13638 \begin_inset CommandInset label
13639 LatexCommand label
13640 name "tab:Special-booktabs-table"
13641
13642 \end_inset
13643
13644 Special booktabs-table
13645 \end_layout
13646
13647 \end_inset
13648
13649
13650 \end_layout
13651
13652 \begin_layout Plain Layout
13653 \align center
13654 \begin_inset Tabular
13655 <lyxtabular version="3" rows="8" columns="4">
13656 <features booktabs="true" tabularvalignment="middle">
13657 <column alignment="center" valignment="top" width="0">
13658 <column alignment="center" valignment="top" width="0">
13659 <column alignment="center" valignment="top" width="0">
13660 <column alignment="center" valignment="top" width="0">
13661 <row>
13662 <cell alignment="center" valignment="top" topline="true" usebox="none">
13663 \begin_inset Text
13664
13665 \begin_layout Plain Layout
13666 System
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 <cell alignment="center" valignment="top" topline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675 Chip
13676 \begin_inset space \thinspace{}
13677 \end_inset
13678
13679 1
13680 \end_layout
13681
13682 \end_inset
13683 </cell>
13684 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13685 \begin_inset Text
13686
13687 \begin_layout Plain Layout
13688 Chip
13689 \begin_inset space \thinspace{}
13690 \end_inset
13691
13692 2
13693 \end_layout
13694
13695 \end_inset
13696 </cell>
13697 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13698 \begin_inset Text
13699
13700 \begin_layout Plain Layout
13701
13702 \end_layout
13703
13704 \end_inset
13705 </cell>
13706 </row>
13707 <row>
13708 <cell alignment="center" valignment="top" usebox="none">
13709 \begin_inset Text
13710
13711 \begin_layout Plain Layout
13712 \begin_inset ERT
13713 status collapsed
13714
13715 \begin_layout Plain Layout
13716
13717
13718 \backslash
13719 cmidrule(r){2-2}
13720 \end_layout
13721
13722 \end_inset
13723
13724
13725 \begin_inset ERT
13726 status collapsed
13727
13728 \begin_layout Plain Layout
13729
13730
13731 \backslash
13732 cmidrule(l){3-4}
13733 \end_layout
13734
13735 \end_inset
13736
13737
13738 \begin_inset ERT
13739 status collapsed
13740
13741 \begin_layout Plain Layout
13742
13743
13744 \backslash
13745 morecmidrules 
13746 \end_layout
13747
13748 \end_inset
13749
13750
13751 \begin_inset ERT
13752 status collapsed
13753
13754 \begin_layout Plain Layout
13755
13756
13757 \backslash
13758 cmidrule{2-4}
13759 \end_layout
13760
13761 \end_inset
13762
13763 Detector thickness in µm
13764 \end_layout
13765
13766 \end_inset
13767 </cell>
13768 <cell alignment="center" valignment="top" usebox="none">
13769 \begin_inset Text
13770
13771 \begin_layout Plain Layout
13772 300
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 <cell alignment="center" valignment="top" usebox="none">
13778 \begin_inset Text
13779
13780 \begin_layout Plain Layout
13781 300
13782 \end_layout
13783
13784 \end_inset
13785 </cell>
13786 <cell alignment="center" valignment="top" usebox="none">
13787 \begin_inset Text
13788
13789 \begin_layout Plain Layout
13790 700
13791 \end_layout
13792
13793 \end_inset
13794 </cell>
13795 </row>
13796 <row>
13797 <cell alignment="center" valignment="top" topline="true" usebox="none">
13798 \begin_inset Text
13799
13800 \begin_layout Plain Layout
13801 Edge angle in °
13802 \end_layout
13803
13804 \end_inset
13805 </cell>
13806 <cell alignment="center" valignment="top" topline="true" usebox="none">
13807 \begin_inset Text
13808
13809 \begin_layout Plain Layout
13810 3.55
13811 \end_layout
13812
13813 \end_inset
13814 </cell>
13815 <cell alignment="center" valignment="top" topline="true" usebox="none">
13816 \begin_inset Text
13817
13818 \begin_layout Plain Layout
13819 2.71
13820 \end_layout
13821
13822 \end_inset
13823 </cell>
13824 <cell alignment="center" valignment="top" topline="true" usebox="none">
13825 \begin_inset Text
13826
13827 \begin_layout Plain Layout
13828 7.99
13829 \end_layout
13830
13831 \end_inset
13832 </cell>
13833 </row>
13834 <row topspace="default">
13835 <cell alignment="center" valignment="top" usebox="none">
13836 \begin_inset Text
13837
13838 \begin_layout Plain Layout
13839 Spatial resolution in µm
13840 \end_layout
13841
13842 \end_inset
13843 </cell>
13844 <cell alignment="center" valignment="top" usebox="none">
13845 \begin_inset Text
13846
13847 \begin_layout Plain Layout
13848 4.26
13849 \end_layout
13850
13851 \end_inset
13852 </cell>
13853 <cell alignment="center" valignment="top" usebox="none">
13854 \begin_inset Text
13855
13856 \begin_layout Plain Layout
13857 10.17
13858 \end_layout
13859
13860 \end_inset
13861 </cell>
13862 <cell alignment="center" valignment="top" usebox="none">
13863 \begin_inset Text
13864
13865 \begin_layout Plain Layout
13866 10.56
13867 \end_layout
13868
13869 \end_inset
13870 </cell>
13871 </row>
13872 <row topspace="default">
13873 <cell alignment="center" valignment="top" usebox="none">
13874 \begin_inset Text
13875
13876 \begin_layout Plain Layout
13877 MTF at 
13878 \begin_inset Formula $f_{\mathrm{max}}$
13879 \end_inset
13880
13881
13882 \end_layout
13883
13884 \end_inset
13885 </cell>
13886 <cell alignment="center" valignment="top" usebox="none">
13887 \begin_inset Text
13888
13889 \begin_layout Plain Layout
13890 0.53
13891 \end_layout
13892
13893 \end_inset
13894 </cell>
13895 <cell alignment="center" valignment="top" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Plain Layout
13899 0.37
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 <cell alignment="center" valignment="top" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Plain Layout
13908 0.39
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 </row>
13914 <row>
13915 <cell alignment="center" valignment="top" topline="true" usebox="none">
13916 \begin_inset Text
13917
13918 \begin_layout Plain Layout
13919 \begin_inset ERT
13920 status collapsed
13921
13922 \begin_layout Plain Layout
13923
13924
13925 \backslash
13926 morecmidrules 
13927 \end_layout
13928
13929 \end_inset
13930
13931
13932 \begin_inset ERT
13933 status collapsed
13934
13935 \begin_layout Plain Layout
13936
13937
13938 \backslash
13939 cmidrule{3-4}
13940 \end_layout
13941
13942 \end_inset
13943
13944 LSF-spatial resolution
13945 \end_layout
13946
13947 \end_inset
13948 </cell>
13949 <cell alignment="center" valignment="top" topline="true" usebox="none">
13950 \begin_inset Text
13951
13952 \begin_layout Plain Layout
13953
13954 \end_layout
13955
13956 \end_inset
13957 </cell>
13958 <cell alignment="center" valignment="top" topline="true" usebox="none">
13959 \begin_inset Text
13960
13961 \begin_layout Plain Layout
13962
13963 \end_layout
13964
13965 \end_inset
13966 </cell>
13967 <cell alignment="center" valignment="top" topline="true" usebox="none">
13968 \begin_inset Text
13969
13970 \begin_layout Plain Layout
13971
13972 \end_layout
13973
13974 \end_inset
13975 </cell>
13976 </row>
13977 <row>
13978 <cell alignment="center" valignment="top" usebox="none">
13979 \begin_inset Text
13980
13981 \begin_layout Plain Layout
13982 in µm
13983 \end_layout
13984
13985 \end_inset
13986 </cell>
13987 <cell alignment="center" valignment="top" usebox="none">
13988 \begin_inset Text
13989
13990 \begin_layout Plain Layout
13991 129.7
13992 \end_layout
13993
13994 \end_inset
13995 </cell>
13996 <cell alignment="center" valignment="top" usebox="none">
13997 \begin_inset Text
13998
13999 \begin_layout Plain Layout
14000 52.75
14001 \end_layout
14002
14003 \end_inset
14004 </cell>
14005 <cell alignment="center" valignment="top" usebox="none">
14006 \begin_inset Text
14007
14008 \begin_layout Plain Layout
14009 50.78
14010 \end_layout
14011
14012 \end_inset
14013 </cell>
14014 </row>
14015 <row>
14016 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14017 \begin_inset Text
14018
14019 \begin_layout Plain Layout
14020 in % of pixel size
14021 \end_layout
14022
14023 \end_inset
14024 </cell>
14025 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14026 \begin_inset Text
14027
14028 \begin_layout Plain Layout
14029 76.3
14030 \end_layout
14031
14032 \end_inset
14033 </cell>
14034 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14035 \begin_inset Text
14036
14037 \begin_layout Plain Layout
14038 95.9
14039 \end_layout
14040
14041 \end_inset
14042 </cell>
14043 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14044 \begin_inset Text
14045
14046 \begin_layout Plain Layout
14047 92.3
14048 \end_layout
14049
14050 \end_inset
14051 </cell>
14052 </row>
14053 </lyxtabular>
14054
14055 \end_inset
14056
14057
14058 \end_layout
14059
14060 \end_inset
14061
14062
14063 \end_layout
14064
14065 \begin_layout Section
14066 Vertical Table Alignment
14067 \begin_inset Index idx
14068 status collapsed
14069
14070 \begin_layout Plain Layout
14071 Table ! Alignment
14072 \end_layout
14073
14074 \end_inset
14075
14076
14077 \end_layout
14078
14079 \begin_layout Standard
14080 To align tables vertically in a text line the table must be inside a box.
14081  The box can then be vertically aligned as described in section
14082 \begin_inset space ~
14083 \end_inset
14084
14085
14086 \begin_inset CommandInset ref
14087 LatexCommand ref
14088 reference "sec:Box-Dialog"
14089
14090 \end_inset
14091
14092 .
14093 \end_layout
14094
14095 \begin_layout Standard
14096 In the following example the tables are inside a minipage
14097 \begin_inset Foot
14098 status collapsed
14099
14100 \begin_layout Plain Layout
14101 Minipages are described in section
14102 \begin_inset space ~
14103 \end_inset
14104
14105
14106 \begin_inset CommandInset ref
14107 LatexCommand ref
14108 reference "sec:Minipages"
14109
14110 \end_inset
14111
14112 .
14113 \end_layout
14114
14115 \end_inset
14116
14117  box that has a width of 15
14118 \begin_inset space \thinspace{}
14119 \end_inset
14120
14121 col%:
14122 \end_layout
14123
14124 \begin_layout Itemize
14125 test 
14126 \begin_inset Box Frameless
14127 position "t"
14128 hor_pos "c"
14129 has_inner_box 1
14130 inner_pos "c"
14131 use_parbox 0
14132 use_makebox 0
14133 width "15col%"
14134 special "none"
14135 height "1in"
14136 height_special "totalheight"
14137 status collapsed
14138
14139 \begin_layout Plain Layout
14140 \begin_inset Tabular
14141 <lyxtabular version="3" rows="3" columns="3">
14142 <features tabularvalignment="middle">
14143 <column alignment="center" valignment="top" width="0">
14144 <column alignment="center" valignment="top" width="0">
14145 <column alignment="center" valignment="top" width="0">
14146 <row>
14147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14148 \begin_inset Text
14149
14150 \begin_layout Plain Layout
14151 a
14152 \end_layout
14153
14154 \end_inset
14155 </cell>
14156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14157 \begin_inset Text
14158
14159 \begin_layout Plain Layout
14160 d
14161 \end_layout
14162
14163 \end_inset
14164 </cell>
14165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14166 \begin_inset Text
14167
14168 \begin_layout Plain Layout
14169 g
14170 \end_layout
14171
14172 \end_inset
14173 </cell>
14174 </row>
14175 <row>
14176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14177 \begin_inset Text
14178
14179 \begin_layout Plain Layout
14180 b
14181 \end_layout
14182
14183 \end_inset
14184 </cell>
14185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14186 \begin_inset Text
14187
14188 \begin_layout Plain Layout
14189 e
14190 \end_layout
14191
14192 \end_inset
14193 </cell>
14194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14195 \begin_inset Text
14196
14197 \begin_layout Plain Layout
14198 h
14199 \end_layout
14200
14201 \end_inset
14202 </cell>
14203 </row>
14204 <row>
14205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14206 \begin_inset Text
14207
14208 \begin_layout Plain Layout
14209 c
14210 \end_layout
14211
14212 \end_inset
14213 </cell>
14214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14215 \begin_inset Text
14216
14217 \begin_layout Plain Layout
14218 f
14219 \end_layout
14220
14221 \end_inset
14222 </cell>
14223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14224 \begin_inset Text
14225
14226 \begin_layout Plain Layout
14227 i
14228 \end_layout
14229
14230 \end_inset
14231 </cell>
14232 </row>
14233 </lyxtabular>
14234
14235 \end_inset
14236
14237
14238 \end_layout
14239
14240 \end_inset
14241
14242  test 
14243 \begin_inset ERT
14244 status collapsed
14245
14246 \begin_layout Plain Layout
14247
14248
14249 \backslash
14250 raisebox{0.85
14251 \backslash
14252 baselineskip}{
14253 \end_layout
14254
14255 \end_inset
14256
14257
14258 \begin_inset Box Frameless
14259 position "t"
14260 hor_pos "c"
14261 has_inner_box 1
14262 inner_pos "c"
14263 use_parbox 0
14264 use_makebox 0
14265 width "15col%"
14266 special "none"
14267 height "1in"
14268 height_special "totalheight"
14269 status collapsed
14270
14271 \begin_layout Plain Layout
14272 \begin_inset Tabular
14273 <lyxtabular version="3" rows="3" columns="3">
14274 <features tabularvalignment="middle">
14275 <column alignment="center" valignment="top" width="0">
14276 <column alignment="center" valignment="top" width="0">
14277 <column alignment="center" valignment="top" width="0">
14278 <row>
14279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14280 \begin_inset Text
14281
14282 \begin_layout Plain Layout
14283 a
14284 \end_layout
14285
14286 \end_inset
14287 </cell>
14288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14289 \begin_inset Text
14290
14291 \begin_layout Plain Layout
14292 d
14293 \end_layout
14294
14295 \end_inset
14296 </cell>
14297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14298 \begin_inset Text
14299
14300 \begin_layout Plain Layout
14301 g
14302 \end_layout
14303
14304 \end_inset
14305 </cell>
14306 </row>
14307 <row>
14308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14309 \begin_inset Text
14310
14311 \begin_layout Plain Layout
14312 b
14313 \end_layout
14314
14315 \end_inset
14316 </cell>
14317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14318 \begin_inset Text
14319
14320 \begin_layout Plain Layout
14321 e
14322 \end_layout
14323
14324 \end_inset
14325 </cell>
14326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14327 \begin_inset Text
14328
14329 \begin_layout Plain Layout
14330 h
14331 \end_layout
14332
14333 \end_inset
14334 </cell>
14335 </row>
14336 <row>
14337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14338 \begin_inset Text
14339
14340 \begin_layout Plain Layout
14341 c
14342 \end_layout
14343
14344 \end_inset
14345 </cell>
14346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14347 \begin_inset Text
14348
14349 \begin_layout Plain Layout
14350 f
14351 \end_layout
14352
14353 \end_inset
14354 </cell>
14355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14356 \begin_inset Text
14357
14358 \begin_layout Plain Layout
14359 i
14360 \end_layout
14361
14362 \end_inset
14363 </cell>
14364 </row>
14365 </lyxtabular>
14366
14367 \end_inset
14368
14369
14370 \end_layout
14371
14372 \end_inset
14373
14374
14375 \begin_inset ERT
14376 status collapsed
14377
14378 \begin_layout Plain Layout
14379
14380 }
14381 \end_layout
14382
14383 \end_inset
14384
14385
14386 \end_layout
14387
14388 \begin_layout Itemize
14389 test 
14390 \begin_inset Box Frameless
14391 position "c"
14392 hor_pos "c"
14393 has_inner_box 1
14394 inner_pos "c"
14395 use_parbox 0
14396 use_makebox 0
14397 width "15col%"
14398 special "none"
14399 height "1in"
14400 height_special "totalheight"
14401 status collapsed
14402
14403 \begin_layout Plain Layout
14404 \begin_inset Tabular
14405 <lyxtabular version="3" rows="3" columns="3">
14406 <features tabularvalignment="middle">
14407 <column alignment="center" valignment="top" width="0">
14408 <column alignment="center" valignment="top" width="0">
14409 <column alignment="center" valignment="top" width="0">
14410 <row>
14411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Plain Layout
14415 a
14416 \end_layout
14417
14418 \end_inset
14419 </cell>
14420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14421 \begin_inset Text
14422
14423 \begin_layout Plain Layout
14424 d
14425 \end_layout
14426
14427 \end_inset
14428 </cell>
14429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14430 \begin_inset Text
14431
14432 \begin_layout Plain Layout
14433 g
14434 \end_layout
14435
14436 \end_inset
14437 </cell>
14438 </row>
14439 <row>
14440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14441 \begin_inset Text
14442
14443 \begin_layout Plain Layout
14444 b
14445 \end_layout
14446
14447 \end_inset
14448 </cell>
14449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14450 \begin_inset Text
14451
14452 \begin_layout Plain Layout
14453 e
14454 \end_layout
14455
14456 \end_inset
14457 </cell>
14458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14459 \begin_inset Text
14460
14461 \begin_layout Plain Layout
14462 h
14463 \end_layout
14464
14465 \end_inset
14466 </cell>
14467 </row>
14468 <row>
14469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14470 \begin_inset Text
14471
14472 \begin_layout Plain Layout
14473 c
14474 \end_layout
14475
14476 \end_inset
14477 </cell>
14478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14479 \begin_inset Text
14480
14481 \begin_layout Plain Layout
14482 f
14483 \end_layout
14484
14485 \end_inset
14486 </cell>
14487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14488 \begin_inset Text
14489
14490 \begin_layout Plain Layout
14491 i
14492 \end_layout
14493
14494 \end_inset
14495 </cell>
14496 </row>
14497 </lyxtabular>
14498
14499 \end_inset
14500
14501
14502 \end_layout
14503
14504 \end_inset
14505
14506
14507 \end_layout
14508
14509 \begin_layout Itemize
14510 test 
14511 \begin_inset Box Frameless
14512 position "b"
14513 hor_pos "c"
14514 has_inner_box 1
14515 inner_pos "c"
14516 use_parbox 0
14517 use_makebox 0
14518 width "15col%"
14519 special "none"
14520 height "1in"
14521 height_special "totalheight"
14522 status collapsed
14523
14524 \begin_layout Plain Layout
14525 \begin_inset Tabular
14526 <lyxtabular version="3" rows="3" columns="3">
14527 <features tabularvalignment="middle">
14528 <column alignment="center" valignment="top" width="0">
14529 <column alignment="center" valignment="top" width="0">
14530 <column alignment="center" valignment="top" width="0">
14531 <row>
14532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14533 \begin_inset Text
14534
14535 \begin_layout Plain Layout
14536 a
14537 \end_layout
14538
14539 \end_inset
14540 </cell>
14541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14542 \begin_inset Text
14543
14544 \begin_layout Plain Layout
14545 d
14546 \end_layout
14547
14548 \end_inset
14549 </cell>
14550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14551 \begin_inset Text
14552
14553 \begin_layout Plain Layout
14554 g
14555 \end_layout
14556
14557 \end_inset
14558 </cell>
14559 </row>
14560 <row>
14561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14562 \begin_inset Text
14563
14564 \begin_layout Plain Layout
14565 b
14566 \end_layout
14567
14568 \end_inset
14569 </cell>
14570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14571 \begin_inset Text
14572
14573 \begin_layout Plain Layout
14574 e
14575 \end_layout
14576
14577 \end_inset
14578 </cell>
14579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14580 \begin_inset Text
14581
14582 \begin_layout Plain Layout
14583 h
14584 \end_layout
14585
14586 \end_inset
14587 </cell>
14588 </row>
14589 <row>
14590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14591 \begin_inset Text
14592
14593 \begin_layout Plain Layout
14594 c
14595 \end_layout
14596
14597 \end_inset
14598 </cell>
14599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14600 \begin_inset Text
14601
14602 \begin_layout Plain Layout
14603 f
14604 \end_layout
14605
14606 \end_inset
14607 </cell>
14608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14609 \begin_inset Text
14610
14611 \begin_layout Plain Layout
14612 i
14613 \end_layout
14614
14615 \end_inset
14616 </cell>
14617 </row>
14618 </lyxtabular>
14619
14620 \end_inset
14621
14622
14623 \end_layout
14624
14625 \end_inset
14626
14627  test 
14628 \begin_inset ERT
14629 status collapsed
14630
14631 \begin_layout Plain Layout
14632
14633
14634 \backslash
14635 raisebox{-0.32
14636 \backslash
14637 baselineskip}{
14638 \end_layout
14639
14640 \end_inset
14641
14642
14643 \begin_inset Box Frameless
14644 position "b"
14645 hor_pos "c"
14646 has_inner_box 1
14647 inner_pos "c"
14648 use_parbox 0
14649 use_makebox 0
14650 width "15col%"
14651 special "none"
14652 height "1in"
14653 height_special "totalheight"
14654 status collapsed
14655
14656 \begin_layout Plain Layout
14657 \begin_inset Tabular
14658 <lyxtabular version="3" rows="3" columns="3">
14659 <features tabularvalignment="middle">
14660 <column alignment="center" valignment="top" width="0">
14661 <column alignment="center" valignment="top" width="0">
14662 <column alignment="center" valignment="top" width="0">
14663 <row>
14664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14665 \begin_inset Text
14666
14667 \begin_layout Plain Layout
14668 a
14669 \end_layout
14670
14671 \end_inset
14672 </cell>
14673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14674 \begin_inset Text
14675
14676 \begin_layout Plain Layout
14677 d
14678 \end_layout
14679
14680 \end_inset
14681 </cell>
14682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14683 \begin_inset Text
14684
14685 \begin_layout Plain Layout
14686 g
14687 \end_layout
14688
14689 \end_inset
14690 </cell>
14691 </row>
14692 <row>
14693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14694 \begin_inset Text
14695
14696 \begin_layout Plain Layout
14697 b
14698 \end_layout
14699
14700 \end_inset
14701 </cell>
14702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14703 \begin_inset Text
14704
14705 \begin_layout Plain Layout
14706 e
14707 \end_layout
14708
14709 \end_inset
14710 </cell>
14711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14712 \begin_inset Text
14713
14714 \begin_layout Plain Layout
14715 h
14716 \end_layout
14717
14718 \end_inset
14719 </cell>
14720 </row>
14721 <row>
14722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14723 \begin_inset Text
14724
14725 \begin_layout Plain Layout
14726 c
14727 \end_layout
14728
14729 \end_inset
14730 </cell>
14731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14732 \begin_inset Text
14733
14734 \begin_layout Plain Layout
14735 f
14736 \end_layout
14737
14738 \end_inset
14739 </cell>
14740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14741 \begin_inset Text
14742
14743 \begin_layout Plain Layout
14744 i
14745 \end_layout
14746
14747 \end_inset
14748 </cell>
14749 </row>
14750 </lyxtabular>
14751
14752 \end_inset
14753
14754
14755 \end_layout
14756
14757 \end_inset
14758
14759
14760 \begin_inset ERT
14761 status collapsed
14762
14763 \begin_layout Plain Layout
14764
14765 }
14766 \end_layout
14767
14768 \end_inset
14769
14770
14771 \end_layout
14772
14773 \begin_layout Standard
14774 As you will see, the content of the first and last table row is not correctly
14775  aligned.
14776  To get this alignment, the minipage box must be set into a raisebox
14777 \begin_inset Foot
14778 status collapsed
14779
14780 \begin_layout Plain Layout
14781 Raiseboxes are described in section
14782 \begin_inset space ~
14783 \end_inset
14784
14785
14786 \begin_inset CommandInset ref
14787 LatexCommand ref
14788 reference "sub:Vertical-Alignment"
14789
14790 \end_inset
14791
14792 .
14793 \end_layout
14794
14795 \end_inset
14796
14797 .
14798  In the example above the second table in the first item is aligned using
14799  the TeX-Code-command
14800 \end_layout
14801
14802 \begin_layout Standard
14803
14804 \series bold
14805
14806 \backslash
14807 raisebox{0.85
14808 \backslash
14809 baselineskip}{
14810 \end_layout
14811
14812 \begin_layout Standard
14813 before the box.
14814  After the box the closing brace 
14815 \series bold
14816 }
14817 \series default
14818  is inserted as TeX-Code.
14819  For the second table in the last item the command
14820 \end_layout
14821
14822 \begin_layout Standard
14823
14824 \series bold
14825
14826 \backslash
14827 raisebox{-0.32
14828 \backslash
14829 baselineskip}{
14830 \end_layout
14831
14832 \begin_layout Standard
14833 is used.
14834 \end_layout
14835
14836 \begin_layout Standard
14837 \begin_inset Note Greyedout
14838 status open
14839
14840 \begin_layout Plain Layout
14841
14842 \series bold
14843 Note:
14844 \series default
14845  The alignment of the table row content to the surrounding text line is
14846  not exact.
14847  The required value for the 
14848 \series bold
14849
14850 \backslash
14851 raisebox
14852 \series default
14853  command for this alignment depends on the document font, the font size,
14854  and the table line thickness.
14855 \end_layout
14856
14857 \end_inset
14858
14859
14860 \end_layout
14861
14862 \begin_layout Section
14863 Colored Tables
14864 \begin_inset CommandInset label
14865 LatexCommand label
14866 name "sec:Colored-Tables"
14867
14868 \end_inset
14869
14870
14871 \begin_inset Index idx
14872 status collapsed
14873
14874 \begin_layout Plain Layout
14875 Table ! Color
14876 \end_layout
14877
14878 \end_inset
14879
14880
14881 \end_layout
14882
14883 \begin_layout Subsection
14884 Colored Cells
14885 \begin_inset Index idx
14886 status collapsed
14887
14888 \begin_layout Plain Layout
14889 Table Color ! for Cells
14890 \end_layout
14891
14892 \end_inset
14893
14894
14895 \begin_inset Index idx
14896 status collapsed
14897
14898 \begin_layout Plain Layout
14899 Color ! for Table Cells
14900 \end_layout
14901
14902 \end_inset
14903
14904
14905 \end_layout
14906
14907 \begin_layout Standard
14908 \begin_inset Float table
14909 placement h
14910 wide false
14911 sideways false
14912 status open
14913
14914 \begin_layout Plain Layout
14915 \begin_inset Caption
14916
14917 \begin_layout Plain Layout
14918 \begin_inset CommandInset label
14919 LatexCommand label
14920 name "tab:Table-colored-without"
14921
14922 \end_inset
14923
14924 Table colored without using the package 
14925 \series bold
14926 colortbl
14927 \series default
14928
14929 \begin_inset Argument
14930 status collapsed
14931
14932 \begin_layout Plain Layout
14933 Table without colortbl
14934 \end_layout
14935
14936 \end_inset
14937
14938
14939 \end_layout
14940
14941 \end_inset
14942
14943
14944 \end_layout
14945
14946 \begin_layout Plain Layout
14947 \align center
14948 \begin_inset Tabular
14949 <lyxtabular version="3" rows="3" columns="3">
14950 <features tabularvalignment="middle">
14951 <column alignment="center" valignment="top" width="0">
14952 <column alignment="center" valignment="top" width="0">
14953 <column alignment="center" valignment="top" width="0">
14954 <row>
14955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14956 \begin_inset Text
14957
14958 \begin_layout Plain Layout
14959
14960 \color green
14961 a
14962 \end_layout
14963
14964 \end_inset
14965 </cell>
14966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14967 \begin_inset Text
14968
14969 \begin_layout Plain Layout
14970
14971 \color red
14972 b
14973 \end_layout
14974
14975 \end_inset
14976 </cell>
14977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981
14982 \color red
14983 c
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 </row>
14989 <row>
14990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Plain Layout
14994
14995 \color green
14996 d
14997 \end_layout
14998
14999 \end_inset
15000 </cell>
15001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005
15006 \color blue
15007 e
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016
15017 \color blue
15018 f
15019 \end_layout
15020
15021 \end_inset
15022 </cell>
15023 </row>
15024 <row>
15025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15026 \begin_inset Text
15027
15028 \begin_layout Plain Layout
15029
15030 \color green
15031 g
15032 \end_layout
15033
15034 \end_inset
15035 </cell>
15036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15037 \begin_inset Text
15038
15039 \begin_layout Plain Layout
15040
15041 \color blue
15042 h
15043 \end_layout
15044
15045 \end_inset
15046 </cell>
15047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15048 \begin_inset Text
15049
15050 \begin_layout Plain Layout
15051
15052 \color blue
15053 i
15054 \end_layout
15055
15056 \end_inset
15057 </cell>
15058 </row>
15059 </lyxtabular>
15060
15061 \end_inset
15062
15063
15064 \end_layout
15065
15066 \end_inset
15067
15068
15069 \end_layout
15070
15071 \begin_layout Standard
15072 If you only need colored text, mark the cells and choose a color in the
15073  menu 
15074 \family sans
15075 Edit\SpecialChar \menuseparator
15076 Text
15077 \begin_inset space ~
15078 \end_inset
15079
15080 Style
15081 \family default
15082 .
15083  This was used to create Table
15084 \begin_inset space ~
15085 \end_inset
15086
15087
15088 \begin_inset CommandInset ref
15089 LatexCommand ref
15090 reference "tab:Table-colored-without"
15091
15092 \end_inset
15093
15094 .
15095  In any other case you have to use the LaTeX-package 
15096 \series bold
15097 colortbl
15098 \series default
15099 .
15100 \begin_inset Index idx
15101 status collapsed
15102
15103 \begin_layout Plain Layout
15104 LaTeX-packages ! colortbl
15105 \end_layout
15106
15107 \end_inset
15108
15109
15110 \end_layout
15111
15112 \begin_layout Standard
15113 \begin_inset ERT
15114 status collapsed
15115
15116 \begin_layout Plain Layout
15117
15118
15119 \backslash
15120 ifcolortbl
15121 \end_layout
15122
15123 \end_inset
15124
15125
15126 \begin_inset Note Note
15127 status open
15128
15129 \begin_layout Plain Layout
15130 The following section part will only be displayed when the LaTeX-package
15131  
15132 \series bold
15133 colortbl
15134 \series default
15135  is installed.
15136 \end_layout
15137
15138 \end_inset
15139
15140
15141 \end_layout
15142
15143 \begin_layout Standard
15144 To create colored tables, 
15145 \series bold
15146 colortbl
15147 \series default
15148  must be loaded in the preamble with the line
15149 \end_layout
15150
15151 \begin_layout Standard
15152
15153 \series bold
15154
15155 \backslash
15156 usepackage{colortbl}
15157 \end_layout
15158
15159 \begin_layout Standard
15160 The color of a column is adjusted with the command
15161 \end_layout
15162
15163 \begin_layout Standard
15164
15165 \series bold
15166
15167 \backslash
15168 columncolor{name of color}
15169 \end_layout
15170
15171 \begin_layout Standard
15172 inside the command 
15173 \series bold
15174 >{ }
15175 \series default
15176 .
15177  More about the command 
15178 \series bold
15179 >{}
15180 \series default
15181  is contained in section
15182 \begin_inset space ~
15183 \end_inset
15184
15185
15186 \begin_inset CommandInset ref
15187 LatexCommand ref
15188 reference "sub:Multicolumn-Calculations"
15189
15190 \end_inset
15191
15192 .
15193 \end_layout
15194
15195 \begin_layout Standard
15196 The following color names are predefined:
15197 \end_layout
15198
15199 \begin_layout Standard
15200
15201 \family sans
15202 red
15203 \family default
15204
15205 \family sans
15206 green
15207 \family default
15208
15209 \family sans
15210 yellow
15211 \family default
15212
15213 \family sans
15214 blue
15215 \family default
15216
15217 \family sans
15218 cyan
15219 \family default
15220
15221 \family sans
15222 magenta
15223 \family default
15224
15225 \family sans
15226 black
15227 \family default
15228  and 
15229 \family sans
15230 white
15231 \end_layout
15232
15233 \begin_layout Standard
15234 \begin_inset VSpace medskip
15235 \end_inset
15236
15237
15238 \end_layout
15239
15240 \begin_layout Standard
15241 You can also define your own color with the command
15242 \end_layout
15243
15244 \begin_layout Standard
15245
15246 \series bold
15247
15248 \backslash
15249 definecolor{color name}{color model}{color values}
15250 \end_layout
15251
15252 \begin_layout Standard
15253 The color model can be
15254 \end_layout
15255
15256 \begin_layout Labeling
15257 \labelwidthstring 00.00.0000
15258 cmyk: cyan, magenta, yellow, black
15259 \end_layout
15260
15261 \begin_layout Labeling
15262 \labelwidthstring 00.00.0000
15263 rgb: red, green blue
15264 \end_layout
15265
15266 \begin_layout Labeling
15267 \labelwidthstring 00.00.0000
15268 gray gray
15269 \end_layout
15270
15271 \begin_layout Standard
15272 and the color values are comma separated numbers between 0 and 1 describing
15273  the factor for the corresponding color of the color model.
15274 \end_layout
15275
15276 \begin_layout Standard
15277 You can e.
15278 \begin_inset space \thinspace{}
15279 \end_inset
15280
15281 g.
15282 \begin_inset space \space{}
15283 \end_inset
15284
15285 define the color "
15286 \emph on
15287 darkgreen
15288 \emph default
15289 " in the preamble with
15290 \end_layout
15291
15292 \begin_layout Standard
15293
15294 \series bold
15295
15296 \backslash
15297 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
15298 \end_layout
15299
15300 \begin_layout Standard
15301 and the color "
15302 \emph on
15303 lightgray
15304 \emph default
15305 " with
15306 \end_layout
15307
15308 \begin_layout Standard
15309
15310 \series bold
15311
15312 \backslash
15313 definecolor{lightgray}{gray}{0.8}
15314 \end_layout
15315
15316 \begin_layout Standard
15317 \begin_inset VSpace medskip
15318 \end_inset
15319
15320
15321 \end_layout
15322
15323 \begin_layout Standard
15324 Lines are colored with the command
15325 \end_layout
15326
15327 \begin_layout Standard
15328
15329 \series bold
15330
15331 \backslash
15332 rowcolor{name of color}
15333 \end_layout
15334
15335 \begin_layout Standard
15336 and cells are colored with the command
15337 \end_layout
15338
15339 \begin_layout Standard
15340
15341 \series bold
15342
15343 \backslash
15344 cellcolor{name of color}
15345 \end_layout
15346
15347 \begin_layout Standard
15348 Both commands are inserted at the beginning of a cell as TeX-Code.
15349 \end_layout
15350
15351 \begin_layout Standard
15352 To color characters in the table, mark the cells and use the LyX menu 
15353 \family sans
15354 Edit\SpecialChar \menuseparator
15355 Text
15356 \begin_inset space ~
15357 \end_inset
15358
15359 Style
15360 \family default
15361 .
15362  If a cell contains TeX-Code mark only the characters, otherwise the colored
15363  TeX-Code will cause LaTeX-errors.
15364 \end_layout
15365
15366 \begin_layout Standard
15367 \begin_inset Note Greyedout
15368 status open
15369
15370 \begin_layout Plain Layout
15371
15372 \series bold
15373 Note:
15374 \series default
15375  Not all DVI-viewers are able to display self-defined colors.
15376 \end_layout
15377
15378 \end_inset
15379
15380
15381 \end_layout
15382
15383 \begin_layout Standard
15384 \begin_inset VSpace bigskip
15385 \end_inset
15386
15387
15388 \end_layout
15389
15390 \begin_layout Standard
15391 To create Table
15392 \begin_inset space ~
15393 \end_inset
15394
15395
15396 \begin_inset CommandInset ref
15397 LatexCommand ref
15398 reference "tab:Table-colored-using"
15399
15400 \end_inset
15401
15402  do the following: The color of the first column should be 
15403 \emph on
15404 darkgreen
15405 \emph default
15406 .
15407  So insert
15408 \end_layout
15409
15410 \begin_layout Standard
15411
15412 \series bold
15413 >{
15414 \backslash
15415 columncolor{darkgreen}
15416 \backslash
15417 centering}c
15418 \end_layout
15419
15420 \begin_layout Standard
15421 as LaTeX-argument for this column.
15422  The first row should be blue, therefore the TeX-Code command
15423 \end_layout
15424
15425 \begin_layout Standard
15426
15427 \series bold
15428
15429 \backslash
15430 rowcolor{cyan}
15431 \end_layout
15432
15433 \begin_layout Standard
15434 is inserted to the first cell of this row.
15435  Note that this overwrites the column color for the first cell.
15436  The last cell of the last row is colored magenta by inserting the TeX-Code
15437  command
15438 \end_layout
15439
15440 \begin_layout Standard
15441
15442 \series bold
15443
15444 \backslash
15445 cellcolor{magenta}
15446 \end_layout
15447
15448 \begin_layout Standard
15449 The characters could now be colored using the menu 
15450 \family sans
15451 Edit\SpecialChar \menuseparator
15452 Text
15453 \begin_inset space ~
15454 \end_inset
15455
15456 Style
15457 \family default
15458 .
15459 \end_layout
15460
15461 \begin_layout Standard
15462 \begin_inset Float table
15463 placement h
15464 wide false
15465 sideways false
15466 status open
15467
15468 \begin_layout Plain Layout
15469 \begin_inset Caption
15470
15471 \begin_layout Plain Layout
15472 \begin_inset CommandInset label
15473 LatexCommand label
15474 name "tab:Table-colored-using"
15475
15476 \end_inset
15477
15478 Table colored using the package 
15479 \series bold
15480 colortbl
15481 \series default
15482
15483 \begin_inset Argument
15484 status collapsed
15485
15486 \begin_layout Plain Layout
15487 Table with colortbl
15488 \end_layout
15489
15490 \end_inset
15491
15492
15493 \end_layout
15494
15495 \end_inset
15496
15497
15498 \end_layout
15499
15500 \begin_layout Plain Layout
15501 \align center
15502 \begin_inset Tabular
15503 <lyxtabular version="3" rows="3" columns="3">
15504 <features tabularvalignment="middle">
15505 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15506 <column alignment="center" valignment="top" width="0">
15507 <column alignment="center" valignment="top" width="0">
15508 <row>
15509 <cell alignment="center" valignment="top" usebox="none">
15510 \begin_inset Text
15511
15512 \begin_layout Plain Layout
15513 \begin_inset ERT
15514 status collapsed
15515
15516 \begin_layout Plain Layout
15517
15518
15519 \backslash
15520 rowcolor{cyan}
15521 \end_layout
15522
15523 \end_inset
15524
15525
15526 \color magenta
15527 a
15528 \end_layout
15529
15530 \end_inset
15531 </cell>
15532 <cell alignment="center" valignment="top" usebox="none">
15533 \begin_inset Text
15534
15535 \begin_layout Plain Layout
15536
15537 \color red
15538 b
15539 \end_layout
15540
15541 \end_inset
15542 </cell>
15543 <cell alignment="center" valignment="top" usebox="none">
15544 \begin_inset Text
15545
15546 \begin_layout Plain Layout
15547
15548 \color red
15549 c
15550 \end_layout
15551
15552 \end_inset
15553 </cell>
15554 </row>
15555 <row>
15556 <cell alignment="center" valignment="top" usebox="none">
15557 \begin_inset Text
15558
15559 \begin_layout Plain Layout
15560
15561 \color yellow
15562 d
15563 \end_layout
15564
15565 \end_inset
15566 </cell>
15567 <cell alignment="center" valignment="top" usebox="none">
15568 \begin_inset Text
15569
15570 \begin_layout Plain Layout
15571
15572 \color blue
15573 e
15574 \end_layout
15575
15576 \end_inset
15577 </cell>
15578 <cell alignment="center" valignment="top" usebox="none">
15579 \begin_inset Text
15580
15581 \begin_layout Plain Layout
15582
15583 \color blue
15584 f
15585 \end_layout
15586
15587 \end_inset
15588 </cell>
15589 </row>
15590 <row>
15591 <cell alignment="center" valignment="top" usebox="none">
15592 \begin_inset Text
15593
15594 \begin_layout Plain Layout
15595
15596 \color yellow
15597 g
15598 \end_layout
15599
15600 \end_inset
15601 </cell>
15602 <cell alignment="center" valignment="top" usebox="none">
15603 \begin_inset Text
15604
15605 \begin_layout Plain Layout
15606
15607 \color blue
15608 h
15609 \end_layout
15610
15611 \end_inset
15612 </cell>
15613 <cell alignment="center" valignment="top" usebox="none">
15614 \begin_inset Text
15615
15616 \begin_layout Plain Layout
15617 \begin_inset ERT
15618 status collapsed
15619
15620 \begin_layout Plain Layout
15621
15622
15623 \backslash
15624 cellcolor{magenta}
15625 \end_layout
15626
15627 \end_inset
15628
15629
15630 \color green
15631 i
15632 \end_layout
15633
15634 \end_inset
15635 </cell>
15636 </row>
15637 </lyxtabular>
15638
15639 \end_inset
15640
15641
15642 \end_layout
15643
15644 \end_inset
15645
15646
15647 \end_layout
15648
15649 \begin_layout Standard
15650 \begin_inset ERT
15651 status collapsed
15652
15653 \begin_layout Plain Layout
15654
15655
15656 \backslash
15657 else
15658 \end_layout
15659
15660 \end_inset
15661
15662
15663 \begin_inset Note Note
15664 status open
15665
15666 \begin_layout Plain Layout
15667 The following will be displayed when the LaTeX-package 
15668 \series bold
15669 colortbl
15670 \series default
15671  is not installed:
15672 \end_layout
15673
15674 \end_inset
15675
15676
15677 \end_layout
15678
15679 \begin_layout Standard
15680 You need to install the package 
15681 \series bold
15682 colortbl
15683 \series default
15684  to see the content of this section in the output.
15685 \end_layout
15686
15687 \begin_layout Standard
15688 \begin_inset ERT
15689 status collapsed
15690
15691 \begin_layout Plain Layout
15692
15693
15694 \backslash
15695 fi
15696 \end_layout
15697
15698 \end_inset
15699
15700
15701 \end_layout
15702
15703 \begin_layout Subsection
15704 Colored Lines
15705 \begin_inset Index idx
15706 status collapsed
15707
15708 \begin_layout Plain Layout
15709 Table Color ! for Lines
15710 \end_layout
15711
15712 \end_inset
15713
15714
15715 \begin_inset Index idx
15716 status collapsed
15717
15718 \begin_layout Plain Layout
15719 Color ! for Table Lines
15720 \end_layout
15721
15722 \end_inset
15723
15724
15725 \end_layout
15726
15727 \begin_layout Standard
15728 As described in section
15729 \begin_inset space ~
15730 \end_inset
15731
15732
15733 \begin_inset CommandInset ref
15734 LatexCommand ref
15735 reference "sub:Line-Thickness"
15736
15737 \end_inset
15738
15739 , the line thickness for all lines in a table can be adjusted with the length
15740  
15741 \series bold
15742
15743 \backslash
15744 arrayrulewidth
15745 \series default
15746 .
15747  It is set to 1.5
15748 \begin_inset space \thinspace{}
15749 \end_inset
15750
15751 pt for all tables of this section.
15752 \begin_inset ERT
15753 status collapsed
15754
15755 \begin_layout Plain Layout
15756
15757
15758 \backslash
15759 setlength{
15760 \backslash
15761 arrayrulewidth}{1.5pt}
15762 \end_layout
15763
15764 \end_inset
15765
15766
15767 \end_layout
15768
15769 \begin_layout Standard
15770 To color vertical lines for example with green, create the following column
15771  format in the document preamble, according to the description in section
15772 \begin_inset space ~
15773 \end_inset
15774
15775
15776 \begin_inset CommandInset ref
15777 LatexCommand ref
15778 reference "sub:Customized-Format"
15779
15780 \end_inset
15781
15782 :
15783 \end_layout
15784
15785 \begin_layout Standard
15786
15787 \series bold
15788
15789 \backslash
15790 newcolumntype{W}{!{
15791 \backslash
15792 color{green}
15793 \backslash
15794 vline}}
15795 \end_layout
15796
15797 \begin_layout Standard
15798 For Table
15799 \begin_inset space ~
15800 \end_inset
15801
15802
15803 \begin_inset CommandInset ref
15804 LatexCommand ref
15805 reference "tab:Table-with-vertical-colored"
15806
15807 \end_inset
15808
15809  the LaTeX-argument
15810 \series bold
15811  WcW
15812 \series default
15813  was used for the last column and
15814 \series bold
15815  Wc
15816 \series default
15817  for the other columns.
15818 \end_layout
15819
15820 \begin_layout Standard
15821 If you want to have several colors, define more column formats.
15822 \end_layout
15823
15824 \begin_layout Standard
15825 \begin_inset Float table
15826 placement h
15827 wide false
15828 sideways false
15829 status open
15830
15831 \begin_layout Plain Layout
15832 \begin_inset Caption
15833
15834 \begin_layout Plain Layout
15835 \begin_inset CommandInset label
15836 LatexCommand label
15837 name "tab:Table-with-vertical-colored"
15838
15839 \end_inset
15840
15841 Table with colored vertical lines
15842 \end_layout
15843
15844 \end_inset
15845
15846
15847 \end_layout
15848
15849 \begin_layout Plain Layout
15850 \align center
15851 \begin_inset Tabular
15852 <lyxtabular version="3" rows="3" columns="3">
15853 <features tabularvalignment="middle">
15854 <column alignment="center" valignment="top" width="0" special="Wc">
15855 <column alignment="center" valignment="top" width="0" special="Wc">
15856 <column alignment="center" valignment="top" width="0" special="WcW">
15857 <row>
15858 <cell alignment="center" valignment="top" topline="true" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Plain Layout
15862 sd
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 <cell alignment="center" valignment="top" topline="true" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 <cell alignment="center" valignment="top" topline="true" usebox="none">
15877 \begin_inset Text
15878
15879 \begin_layout Plain Layout
15880
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 </row>
15886 <row>
15887 <cell alignment="center" valignment="top" topline="true" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 <cell alignment="center" valignment="top" topline="true" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Plain Layout
15900 sd
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 <cell alignment="center" valignment="top" topline="true" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 </row>
15915 <row>
15916 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15917 \begin_inset Text
15918
15919 \begin_layout Plain Layout
15920
15921 \end_layout
15922
15923 \end_inset
15924 </cell>
15925 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15926 \begin_inset Text
15927
15928 \begin_layout Plain Layout
15929
15930 \end_layout
15931
15932 \end_inset
15933 </cell>
15934 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15935 \begin_inset Text
15936
15937 \begin_layout Plain Layout
15938 sd
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 </row>
15944 </lyxtabular>
15945
15946 \end_inset
15947
15948
15949 \end_layout
15950
15951 \end_inset
15952
15953
15954 \end_layout
15955
15956 \begin_layout Standard
15957 \begin_inset VSpace bigskip
15958 \end_inset
15959
15960 To color horizontal lines for example with red, as in Table
15961 \begin_inset space ~
15962 \end_inset
15963
15964
15965 \begin_inset CommandInset ref
15966 LatexCommand ref
15967 reference "tab:Table-with-horizontal-colored"
15968
15969 \end_inset
15970
15971 , insert these commands in TeX-Code before the table or table float:
15972 \end_layout
15973
15974 \begin_layout Standard
15975
15976 \series bold
15977
15978 \backslash
15979 let
15980 \backslash
15981 myHlineC
15982 \backslash
15983 hline
15984 \begin_inset Newline newline
15985 \end_inset
15986
15987
15988 \backslash
15989 renewcommand{
15990 \backslash
15991 hline}
15992 \begin_inset Newline newline
15993 \end_inset
15994
15995
15996 \begin_inset Phantom HPhantom
15997 status open
15998
15999 \begin_layout Plain Layout
16000
16001 \series bold
16002 \begin_inset space ~
16003 \end_inset
16004
16005
16006 \end_layout
16007
16008 \end_inset
16009
16010 {
16011 \backslash
16012 arrayrulecolor{red}
16013 \backslash
16014 myHlineC
16015 \backslash
16016 arrayrulecolor{black}}
16017 \end_layout
16018
16019 \begin_layout Standard
16020 \begin_inset ERT
16021 status collapsed
16022
16023 \begin_layout Plain Layout
16024
16025
16026 \backslash
16027 let
16028 \backslash
16029 myHlineC
16030 \backslash
16031 hline
16032 \end_layout
16033
16034 \begin_layout Plain Layout
16035
16036
16037 \backslash
16038 renewcommand{
16039 \backslash
16040 hline}
16041 \end_layout
16042
16043 \begin_layout Plain Layout
16044
16045  {
16046 \backslash
16047 arrayrulecolor{red}
16048 \backslash
16049 myHlineC
16050 \backslash
16051 arrayrulecolor{black}}
16052 \end_layout
16053
16054 \end_inset
16055
16056
16057 \begin_inset Float table
16058 placement h
16059 wide false
16060 sideways false
16061 status open
16062
16063 \begin_layout Plain Layout
16064 \begin_inset Caption
16065
16066 \begin_layout Plain Layout
16067 \begin_inset CommandInset label
16068 LatexCommand label
16069 name "tab:Table-with-horizontal-colored"
16070
16071 \end_inset
16072
16073 Table with colored horizontal lines
16074 \end_layout
16075
16076 \end_inset
16077
16078
16079 \end_layout
16080
16081 \begin_layout Plain Layout
16082 \align center
16083 \begin_inset Tabular
16084 <lyxtabular version="3" rows="3" columns="3">
16085 <features tabularvalignment="middle">
16086 <column alignment="center" valignment="top" width="0">
16087 <column alignment="center" valignment="top" width="0">
16088 <column alignment="center" valignment="top" width="0">
16089 <row>
16090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16091 \begin_inset Text
16092
16093 \begin_layout Plain Layout
16094 sd
16095 \end_layout
16096
16097 \end_inset
16098 </cell>
16099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16100 \begin_inset Text
16101
16102 \begin_layout Plain Layout
16103
16104 \end_layout
16105
16106 \end_inset
16107 </cell>
16108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Plain Layout
16112
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 </row>
16118 <row>
16119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16120 \begin_inset Text
16121
16122 \begin_layout Plain Layout
16123
16124 \end_layout
16125
16126 \end_inset
16127 </cell>
16128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16129 \begin_inset Text
16130
16131 \begin_layout Plain Layout
16132 sd
16133 \end_layout
16134
16135 \end_inset
16136 </cell>
16137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16138 \begin_inset Text
16139
16140 \begin_layout Plain Layout
16141
16142 \end_layout
16143
16144 \end_inset
16145 </cell>
16146 </row>
16147 <row>
16148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16149 \begin_inset Text
16150
16151 \begin_layout Plain Layout
16152
16153 \end_layout
16154
16155 \end_inset
16156 </cell>
16157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16158 \begin_inset Text
16159
16160 \begin_layout Plain Layout
16161
16162 \end_layout
16163
16164 \end_inset
16165 </cell>
16166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16167 \begin_inset Text
16168
16169 \begin_layout Plain Layout
16170 sd
16171 \end_layout
16172
16173 \end_inset
16174 </cell>
16175 </row>
16176 </lyxtabular>
16177
16178 \end_inset
16179
16180
16181 \end_layout
16182
16183 \end_inset
16184
16185
16186 \end_layout
16187
16188 \begin_layout Standard
16189 To return to the default line color black, insert this command in TeX-Code
16190  after the table or table float:
16191 \end_layout
16192
16193 \begin_layout Standard
16194
16195 \series bold
16196
16197 \backslash
16198 renewcommand{
16199 \backslash
16200 hline}{
16201 \backslash
16202 myHlineC}
16203 \end_layout
16204
16205 \begin_layout Standard
16206 Table
16207 \begin_inset space ~
16208 \end_inset
16209
16210
16211 \begin_inset CommandInset ref
16212 LatexCommand ref
16213 reference "tab:Table-with-colored"
16214
16215 \end_inset
16216
16217  is an example with colored vertical and horizontal lines.
16218 \end_layout
16219
16220 \begin_layout Standard
16221 \begin_inset Float table
16222 placement h
16223 wide false
16224 sideways false
16225 status open
16226
16227 \begin_layout Plain Layout
16228 \begin_inset Caption
16229
16230 \begin_layout Plain Layout
16231 \begin_inset CommandInset label
16232 LatexCommand label
16233 name "tab:Table-with-colored"
16234
16235 \end_inset
16236
16237 Table with colored lines
16238 \end_layout
16239
16240 \end_inset
16241
16242
16243 \end_layout
16244
16245 \begin_layout Plain Layout
16246 \align center
16247 \begin_inset Tabular
16248 <lyxtabular version="3" rows="3" columns="3">
16249 <features tabularvalignment="middle">
16250 <column alignment="center" valignment="top" width="0" special="Wc">
16251 <column alignment="center" valignment="top" width="0" special="Wc">
16252 <column alignment="center" valignment="top" width="0" special="WcW">
16253 <row>
16254 <cell alignment="center" valignment="top" topline="true" usebox="none">
16255 \begin_inset Text
16256
16257 \begin_layout Plain Layout
16258 sd
16259 \end_layout
16260
16261 \end_inset
16262 </cell>
16263 <cell alignment="center" valignment="top" topline="true" usebox="none">
16264 \begin_inset Text
16265
16266 \begin_layout Plain Layout
16267
16268 \end_layout
16269
16270 \end_inset
16271 </cell>
16272 <cell alignment="center" valignment="top" topline="true" usebox="none">
16273 \begin_inset Text
16274
16275 \begin_layout Plain Layout
16276
16277 \end_layout
16278
16279 \end_inset
16280 </cell>
16281 </row>
16282 <row>
16283 <cell alignment="center" valignment="top" topline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Plain Layout
16287
16288 \end_layout
16289
16290 \end_inset
16291 </cell>
16292 <cell alignment="center" valignment="top" topline="true" usebox="none">
16293 \begin_inset Text
16294
16295 \begin_layout Plain Layout
16296 sd
16297 \end_layout
16298
16299 \end_inset
16300 </cell>
16301 <cell alignment="center" valignment="top" topline="true" usebox="none">
16302 \begin_inset Text
16303
16304 \begin_layout Plain Layout
16305
16306 \end_layout
16307
16308 \end_inset
16309 </cell>
16310 </row>
16311 <row topspace="default">
16312 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16313 \begin_inset Text
16314
16315 \begin_layout Plain Layout
16316
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Plain Layout
16325
16326 \end_layout
16327
16328 \end_inset
16329 </cell>
16330 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16331 \begin_inset Text
16332
16333 \begin_layout Plain Layout
16334 sd
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 </row>
16340 </lyxtabular>
16341
16342 \end_inset
16343
16344
16345 \end_layout
16346
16347 \end_inset
16348
16349
16350 \end_layout
16351
16352 \begin_layout Standard
16353 \begin_inset ERT
16354 status collapsed
16355
16356 \begin_layout Plain Layout
16357
16358
16359 \backslash
16360 renewcommand{
16361 \backslash
16362 hline}{
16363 \backslash
16364 myHlineC}
16365 \end_layout
16366
16367 \end_inset
16368
16369
16370 \end_layout
16371
16372 \begin_layout Standard
16373 \begin_inset ERT
16374 status collapsed
16375
16376 \begin_layout Plain Layout
16377
16378
16379 \backslash
16380 setlength{
16381 \backslash
16382 arrayrulewidth}{0.4pt}
16383 \end_layout
16384
16385 \end_inset
16386
16387
16388 \end_layout
16389
16390 \begin_layout Section
16391 Table Customization
16392 \begin_inset Index idx
16393 status collapsed
16394
16395 \begin_layout Plain Layout
16396 Table Customization
16397 \end_layout
16398
16399 \end_inset
16400
16401
16402 \begin_inset Index idx
16403 status collapsed
16404
16405 \begin_layout Plain Layout
16406 Table ! Customization
16407 \end_layout
16408
16409 \end_inset
16410
16411
16412 \end_layout
16413
16414 \begin_layout Subsection
16415 Row Spacing
16416 \begin_inset CommandInset label
16417 LatexCommand label
16418 name "sub:Row-Spacing"
16419
16420 \end_inset
16421
16422
16423 \begin_inset Index idx
16424 status collapsed
16425
16426 \begin_layout Plain Layout
16427 Table Customization ! Row Spacing
16428 \end_layout
16429
16430 \end_inset
16431
16432
16433 \end_layout
16434
16435 \begin_layout Standard
16436 You can add vertical space to table rows in the 
16437 \family sans
16438 Borders
16439 \family default
16440  tab of the table dialog.
16441  You find there three possibilities:
16442 \end_layout
16443
16444 \begin_layout Description
16445 Top
16446 \begin_inset space ~
16447 \end_inset
16448
16449 of
16450 \begin_inset space ~
16451 \end_inset
16452
16453 row will add space above the characters of the table row.
16454  If the table is a formal table
16455 \begin_inset Foot
16456 status collapsed
16457
16458 \begin_layout Plain Layout
16459 Formal tables are explained in section
16460 \begin_inset space ~
16461 \end_inset
16462
16463
16464 \begin_inset CommandInset ref
16465 LatexCommand ref
16466 reference "sec:Formal-Tables"
16467
16468 \end_inset
16469
16470 .
16471 \end_layout
16472
16473 \end_inset
16474
16475  LyX will insert as default 0.5
16476 \begin_inset space \thinspace{}
16477 \end_inset
16478
16479 em space.
16480  For normal tables the inserted space will unfortunately destroy the vertical
16481  table lines as in the following table:
16482 \begin_inset VSpace medskip
16483 \end_inset
16484
16485
16486 \begin_inset Newline newline
16487 \end_inset
16488
16489
16490 \begin_inset space \hspace*{}
16491 \length 0pt
16492 \end_inset
16493
16494
16495 \begin_inset space \hfill{}
16496 \end_inset
16497
16498
16499 \begin_inset Tabular
16500 <lyxtabular version="3" rows="3" columns="1">
16501 <features tabularvalignment="middle">
16502 <column alignment="center" valignment="top" width="0">
16503 <row>
16504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16505 \begin_inset Text
16506
16507 \begin_layout Plain Layout
16508 A
16509 \end_layout
16510
16511 \end_inset
16512 </cell>
16513 </row>
16514 <row topspace="3mm">
16515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16516 \begin_inset Text
16517
16518 \begin_layout Plain Layout
16519 3
16520 \begin_inset space \thinspace{}
16521 \end_inset
16522
16523 mm space top of row
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 </row>
16529 <row>
16530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16531 \begin_inset Text
16532
16533 \begin_layout Plain Layout
16534 C
16535 \end_layout
16536
16537 \end_inset
16538 </cell>
16539 </row>
16540 </lyxtabular>
16541
16542 \end_inset
16543
16544
16545 \begin_inset space \hfill{}
16546 \end_inset
16547
16548
16549 \begin_inset space \hspace*{}
16550 \length 0pt
16551 \end_inset
16552
16553
16554 \begin_inset VSpace medskip
16555 \end_inset
16556
16557
16558 \begin_inset Newline newline
16559 \end_inset
16560
16561 So inserting space in the top of row for normal tables is only useful when
16562  you don't have vertical lines.
16563 \end_layout
16564
16565 \begin_layout Description
16566 Bottom
16567 \begin_inset space ~
16568 \end_inset
16569
16570 of
16571 \begin_inset space ~
16572 \end_inset
16573
16574 row will add space below the characters of the table row.
16575  If the table is a formal table LyX will insert as default 0.5
16576 \begin_inset space \thinspace{}
16577 \end_inset
16578
16579 em space, for normal tables the default size is 2
16580 \begin_inset space \thinspace{}
16581 \end_inset
16582
16583 pt.
16584 \end_layout
16585
16586 \begin_layout Description
16587 Between
16588 \begin_inset space ~
16589 \end_inset
16590
16591 rows adds space between the current and the following row.
16592  If the table is a formal table LyX will insert as default 0.5
16593 \begin_inset space \thinspace{}
16594 \end_inset
16595
16596 em space.
16597  For normal tables the inserted space will unfortunately destroy the vertical
16598  table lines as in the following table:
16599 \begin_inset VSpace medskip
16600 \end_inset
16601
16602
16603 \begin_inset Newline newline
16604 \end_inset
16605
16606
16607 \begin_inset space \hspace*{}
16608 \length 0pt
16609 \end_inset
16610
16611
16612 \begin_inset space \hfill{}
16613 \end_inset
16614
16615
16616 \begin_inset Tabular
16617 <lyxtabular version="3" rows="3" columns="1">
16618 <features tabularvalignment="middle">
16619 <column alignment="center" valignment="top" width="0">
16620 <row>
16621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16622 \begin_inset Text
16623
16624 \begin_layout Plain Layout
16625 A
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 </row>
16631 <row interlinespace="3mm">
16632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16633 \begin_inset Text
16634
16635 \begin_layout Plain Layout
16636 \begin_inset Formula $\downarrow$
16637 \end_inset
16638
16639  3
16640 \begin_inset space \thinspace{}
16641 \end_inset
16642
16643 mm space between row 
16644 \begin_inset Formula $\downarrow$
16645 \end_inset
16646
16647
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 </row>
16653 <row>
16654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658 \begin_inset Formula $\uparrow$
16659 \end_inset
16660
16661  3
16662 \begin_inset space \thinspace{}
16663 \end_inset
16664
16665 mm space between row 
16666 \begin_inset Formula $\uparrow$
16667 \end_inset
16668
16669
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 </row>
16675 </lyxtabular>
16676
16677 \end_inset
16678
16679
16680 \begin_inset space \hfill{}
16681 \end_inset
16682
16683
16684 \begin_inset space \hspace*{}
16685 \length 0pt
16686 \end_inset
16687
16688
16689 \begin_inset VSpace medskip
16690 \end_inset
16691
16692
16693 \begin_inset Newline newline
16694 \end_inset
16695
16696 So inserting space between rows for normal tables is only useful when you
16697  don't have vertical lines.
16698 \end_layout
16699
16700 \begin_layout Standard
16701 \begin_inset VSpace bigskip
16702 \end_inset
16703
16704 When you want to add extra height to all cells of all tables, you can do
16705  this with the following preamble lines:
16706 \end_layout
16707
16708 \begin_layout Standard
16709
16710 \series bold
16711
16712 \backslash
16713 @ifundefined{extrarowheight}
16714 \begin_inset Newline newline
16715 \end_inset
16716
16717
16718 \begin_inset Phantom HPhantom
16719 status open
16720
16721 \begin_layout Plain Layout
16722
16723 \series bold
16724 \begin_inset space ~
16725 \end_inset
16726
16727
16728 \end_layout
16729
16730 \end_inset
16731
16732 {
16733 \backslash
16734 usepackage{array}}{}
16735 \begin_inset Newline newline
16736 \end_inset
16737
16738
16739 \backslash
16740 setlength{
16741 \backslash
16742 extrarowheight}{height}
16743 \end_layout
16744
16745 \begin_layout Standard
16746 But this has the disadvantage that the cell texts are no longer exactly
16747  vertically centered.
16748  (The package 
16749 \series bold
16750 array
16751 \series default
16752  will be loaded automatically by LyX when you use self defined table formats.
16753  To avoid that it being loaded twice the command 
16754 \series bold
16755
16756 \backslash
16757 @ifundefined
16758 \series default
16759  is used in the above command.)
16760 \end_layout
16761
16762 \begin_layout Standard
16763 If you are using font sizes larger than the normal size, the table borders
16764  are often too close to the letters.
16765  This can be corrected by inserting the command 
16766 \series bold
16767
16768 \backslash
16769 strut
16770 \series default
16771  in TeX code at the beginning of a table row.
16772  Table
16773 \begin_inset space ~
16774 \end_inset
16775
16776
16777 \begin_inset CommandInset ref
16778 LatexCommand ref
16779 reference "tab:Vertical-alignment-of"
16780
16781 \end_inset
16782
16783  illustrates the effect.
16784 \end_layout
16785
16786 \begin_layout Standard
16787 \noindent
16788 \begin_inset Float table
16789 placement h
16790 wide false
16791 sideways false
16792 status open
16793
16794 \begin_layout Plain Layout
16795 \begin_inset Caption
16796
16797 \begin_layout Plain Layout
16798 \begin_inset CommandInset label
16799 LatexCommand label
16800 name "tab:Vertical-alignment-of"
16801
16802 \end_inset
16803
16804 Vertical alignment of text with large font sizes.
16805 \end_layout
16806
16807 \end_inset
16808
16809
16810 \end_layout
16811
16812 \begin_layout Plain Layout
16813 \begin_inset space \hfill{}
16814 \end_inset
16815
16816
16817 \begin_inset Float table
16818 wide false
16819 sideways false
16820 status collapsed
16821
16822 \begin_layout Plain Layout
16823 \begin_inset Caption
16824
16825 \begin_layout Plain Layout
16826 Normal table.
16827 \end_layout
16828
16829 \end_inset
16830
16831
16832 \end_layout
16833
16834 \begin_layout Plain Layout
16835 \noindent
16836 \align center
16837 \begin_inset Tabular
16838 <lyxtabular version="3" rows="6" columns="1">
16839 <features tabularvalignment="middle">
16840 <column alignment="left" valignment="top" width="0">
16841 <row>
16842 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16843 \begin_inset Text
16844
16845 \begin_layout Plain Layout
16846 Normal, g
16847 \end_layout
16848
16849 \end_inset
16850 </cell>
16851 </row>
16852 <row>
16853 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Plain Layout
16857
16858 \size large
16859 Large
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 </row>
16865 <row>
16866 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870
16871 \size larger
16872 Larger
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 </row>
16878 <row>
16879 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16880 \begin_inset Text
16881
16882 \begin_layout Plain Layout
16883
16884 \size largest
16885 Largest
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 </row>
16891 <row>
16892 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16893 \begin_inset Text
16894
16895 \begin_layout Plain Layout
16896
16897 \size huge
16898 Huge
16899 \end_layout
16900
16901 \end_inset
16902 </cell>
16903 </row>
16904 <row>
16905 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16906 \begin_inset Text
16907
16908 \begin_layout Plain Layout
16909
16910 \size huge
16911 Huger
16912 \end_layout
16913
16914 \end_inset
16915 </cell>
16916 </row>
16917 </lyxtabular>
16918
16919 \end_inset
16920
16921
16922 \end_layout
16923
16924 \end_inset
16925
16926
16927 \begin_inset space \hfill{}
16928 \end_inset
16929
16930
16931 \begin_inset Float table
16932 wide false
16933 sideways false
16934 status collapsed
16935
16936 \begin_layout Plain Layout
16937 \begin_inset Caption
16938
16939 \begin_layout Plain Layout
16940 Table using the command 
16941 \series bold
16942
16943 \backslash
16944 strut
16945 \series default
16946 .
16947 \end_layout
16948
16949 \end_inset
16950
16951
16952 \end_layout
16953
16954 \begin_layout Plain Layout
16955 \noindent
16956 \align center
16957 \begin_inset Tabular
16958 <lyxtabular version="3" rows="6" columns="1">
16959 <features tabularvalignment="middle">
16960 <column alignment="left" valignment="top" width="0">
16961 <row>
16962 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966 Normal, g
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 </row>
16972 <row>
16973 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977
16978 \size large
16979 \begin_inset ERT
16980 status collapsed
16981
16982 \begin_layout Plain Layout
16983
16984
16985 \backslash
16986 strut 
16987 \end_layout
16988
16989 \end_inset
16990
16991 Large
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 </row>
16997 <row>
16998 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002
17003 \size larger
17004 \begin_inset ERT
17005 status collapsed
17006
17007 \begin_layout Plain Layout
17008
17009
17010 \backslash
17011 strut 
17012 \end_layout
17013
17014 \end_inset
17015
17016 Larger
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 </row>
17022 <row>
17023 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Plain Layout
17027
17028 \size largest
17029 \begin_inset ERT
17030 status collapsed
17031
17032 \begin_layout Plain Layout
17033
17034
17035 \backslash
17036 strut 
17037 \end_layout
17038
17039 \end_inset
17040
17041 Largest
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 </row>
17047 <row>
17048 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17049 \begin_inset Text
17050
17051 \begin_layout Plain Layout
17052
17053 \size huge
17054 \begin_inset ERT
17055 status collapsed
17056
17057 \begin_layout Plain Layout
17058
17059
17060 \backslash
17061 strut 
17062 \end_layout
17063
17064 \end_inset
17065
17066 Huge
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 </row>
17072 <row>
17073 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17074 \begin_inset Text
17075
17076 \begin_layout Plain Layout
17077
17078 \size giant
17079 \begin_inset ERT
17080 status collapsed
17081
17082 \begin_layout Plain Layout
17083
17084
17085 \backslash
17086 strut 
17087 \end_layout
17088
17089 \end_inset
17090
17091
17092 \size huge
17093 Huger
17094 \end_layout
17095
17096 \end_inset
17097 </cell>
17098 </row>
17099 </lyxtabular>
17100
17101 \end_inset
17102
17103
17104 \end_layout
17105
17106 \end_inset
17107
17108
17109 \begin_inset space \hfill{}
17110 \end_inset
17111
17112
17113 \end_layout
17114
17115 \end_inset
17116
17117
17118 \end_layout
17119
17120 \begin_layout Subsection
17121 Special Cell Alignment
17122 \begin_inset CommandInset label
17123 LatexCommand label
17124 name "sub:Special-Cell-Alignment"
17125
17126 \end_inset
17127
17128
17129 \begin_inset Index idx
17130 status collapsed
17131
17132 \begin_layout Plain Layout
17133 Table Customization ! Special Cell Alignment
17134 \end_layout
17135
17136 \end_inset
17137
17138
17139 \end_layout
17140
17141 \begin_layout Standard
17142 Sometimes it looks better when the cell entries of a column are aligned
17143  with a special character, e.
17144 \begin_inset space \thinspace{}
17145 \end_inset
17146
17147 g.
17148 \begin_inset space \space{}
17149 \end_inset
17150
17151 with the decimal separator as in Table
17152 \begin_inset space ~
17153 \end_inset
17154
17155
17156 \begin_inset CommandInset ref
17157 LatexCommand ref
17158 reference "tab:Table-cells-align"
17159
17160 \end_inset
17161
17162 .
17163  This alignment is achieved by setting the cursor into the column and then
17164  either pressing the toolbar button 
17165 \begin_inset Graphics
17166         filename ../images/tabular-feature_align-decimal.png
17167         scale 85
17168         scaleBeforeRotation
17169
17170 \end_inset
17171
17172  or setting the alignment in the table settings to 
17173 \family sans
17174 At
17175 \begin_inset space ~
17176 \end_inset
17177
17178 Decimal
17179 \begin_inset space ~
17180 \end_inset
17181
17182 Separator
17183 \family default
17184 .
17185  The alignment character can be a character of your choice and is specified
17186  in the table settings.
17187 \end_layout
17188
17189 \begin_layout Standard
17190 \begin_inset Float table
17191 placement h
17192 wide false
17193 sideways false
17194 status open
17195
17196 \begin_layout Plain Layout
17197 \begin_inset Caption
17198
17199 \begin_layout Plain Layout
17200 \begin_inset CommandInset label
17201 LatexCommand label
17202 name "tab:Table-cells-align"
17203
17204 \end_inset
17205
17206 Table cells of a column aligned with the decimal separator.
17207 \end_layout
17208
17209 \end_inset
17210
17211
17212 \end_layout
17213
17214 \begin_layout Plain Layout
17215 \align center
17216 \begin_inset Tabular
17217 <lyxtabular version="3" rows="4" columns="1">
17218 <features booktabs="true" tabularvalignment="middle">
17219 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
17220 <row>
17221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17222 \begin_inset Text
17223
17224 \begin_layout Plain Layout
17225 heading
17226 \end_layout
17227
17228 \end_inset
17229 </cell>
17230 </row>
17231 <row>
17232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17233 \begin_inset Text
17234
17235 \begin_layout Plain Layout
17236 12.6
17237 \end_layout
17238
17239 \end_inset
17240 </cell>
17241 </row>
17242 <row>
17243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17244 \begin_inset Text
17245
17246 \begin_layout Plain Layout
17247 0.68
17248 \end_layout
17249
17250 \end_inset
17251 </cell>
17252 </row>
17253 <row>
17254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17255 \begin_inset Text
17256
17257 \begin_layout Plain Layout
17258 -123.0
17259 \end_layout
17260
17261 \end_inset
17262 </cell>
17263 </row>
17264 </lyxtabular>
17265
17266 \end_inset
17267
17268
17269 \end_layout
17270
17271 \end_inset
17272
17273
17274 \end_layout
17275
17276 \begin_layout Standard
17277 \begin_inset Float table
17278 placement h
17279 wide false
17280 sideways false
17281 status open
17282
17283 \begin_layout Plain Layout
17284 \begin_inset Caption
17285
17286 \begin_layout Plain Layout
17287 \begin_inset CommandInset label
17288 LatexCommand label
17289 name "tab:Table-align-operator"
17290
17291 \end_inset
17292
17293 Table cells of a column aligned with the operators.
17294 \end_layout
17295
17296 \end_inset
17297
17298
17299 \end_layout
17300
17301 \begin_layout Plain Layout
17302 \align center
17303 \begin_inset Tabular
17304 <lyxtabular version="3" rows="4" columns="2">
17305 <features booktabs="true" tabularvalignment="middle">
17306 <column alignment="right" valignment="top" width="0pt">
17307 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17308 <row>
17309 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17310 \begin_inset Text
17311
17312 \begin_layout Plain Layout
17313 heading
17314 \end_layout
17315
17316 \end_inset
17317 </cell>
17318 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17319 \begin_inset Text
17320
17321 \begin_layout Plain Layout
17322
17323 \end_layout
17324
17325 \end_inset
17326 </cell>
17327 </row>
17328 <row>
17329 <cell alignment="center" valignment="top" usebox="none">
17330 \begin_inset Text
17331
17332 \begin_layout Plain Layout
17333 \begin_inset Formula $12\,+$
17334 \end_inset
17335
17336
17337 \end_layout
17338
17339 \end_inset
17340 </cell>
17341 <cell alignment="center" valignment="top" usebox="none">
17342 \begin_inset Text
17343
17344 \begin_layout Plain Layout
17345 \begin_inset Formula $\,6$
17346 \end_inset
17347
17348
17349 \end_layout
17350
17351 \end_inset
17352 </cell>
17353 </row>
17354 <row>
17355 <cell alignment="center" valignment="top" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359 \begin_inset Formula $0\,-$
17360 \end_inset
17361
17362
17363 \end_layout
17364
17365 \end_inset
17366 </cell>
17367 <cell alignment="center" valignment="top" usebox="none">
17368 \begin_inset Text
17369
17370 \begin_layout Plain Layout
17371 \begin_inset Formula $\,68$
17372 \end_inset
17373
17374
17375 \end_layout
17376
17377 \end_inset
17378 </cell>
17379 </row>
17380 <row>
17381 <cell alignment="center" valignment="top" usebox="none">
17382 \begin_inset Text
17383
17384 \begin_layout Plain Layout
17385 \begin_inset Formula $-123\,/$
17386 \end_inset
17387
17388
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 <cell alignment="center" valignment="top" usebox="none">
17394 \begin_inset Text
17395
17396 \begin_layout Plain Layout
17397 \begin_inset Formula $\,0$
17398 \end_inset
17399
17400
17401 \end_layout
17402
17403 \end_inset
17404 </cell>
17405 </row>
17406 </lyxtabular>
17407
17408 \end_inset
17409
17410
17411 \end_layout
17412
17413 \end_inset
17414
17415
17416 \end_layout
17417
17418 \begin_layout Standard
17419 For alignments at characters in formulas this method does not work because
17420  the field to specify the alignment character does not allow formulas.
17421  In this case one need to use the method from Table
17422 \begin_inset space ~
17423 \end_inset
17424
17425
17426 \begin_inset CommandInset ref
17427 LatexCommand ref
17428 reference "tab:Table-align-operator"
17429
17430 \end_inset
17431
17432 .
17433  This table was created with a 4×2 table.
17434  The heading is a centered multicolumn.
17435  The first column is right-aligned and contains the first part including
17436  the operator.
17437  The second column is left aligned and contains the rest.
17438  A small space was added at the beginning of each cell of the second column
17439  to get the space that is usually around operators.
17440  To omit the space that is normally between two table columns, the following
17441  LaTeX-argument was used for the second column:
17442 \end_layout
17443
17444 \begin_layout Standard
17445
17446 \series bold
17447 @{}l
17448 \end_layout
17449
17450 \begin_layout Standard
17451 Table
17452 \begin_inset space ~
17453 \end_inset
17454
17455
17456 \begin_inset CommandInset ref
17457 LatexCommand ref
17458 reference "tab:Several-table-cell"
17459
17460 \end_inset
17461
17462  shows some example alignments.
17463  For the alignment with the relation sign, a small space was added like
17464  for the second column of Table
17465 \begin_inset space ~
17466 \end_inset
17467
17468
17469 \begin_inset CommandInset ref
17470 LatexCommand ref
17471 reference "tab:Table-align-operator"
17472
17473 \end_inset
17474
17475 .
17476 \end_layout
17477
17478 \begin_layout Standard
17479 \begin_inset Float table
17480 placement h
17481 wide false
17482 sideways false
17483 status open
17484
17485 \begin_layout Plain Layout
17486 \begin_inset Caption
17487
17488 \begin_layout Plain Layout
17489 \begin_inset CommandInset label
17490 LatexCommand label
17491 name "tab:Several-table-cell"
17492
17493 \end_inset
17494
17495 Several table cell alignments.
17496 \end_layout
17497
17498 \end_inset
17499
17500
17501 \end_layout
17502
17503 \begin_layout Plain Layout
17504 \align center
17505 \begin_inset Tabular
17506 <lyxtabular version="3" rows="4" columns="6">
17507 <features tabularvalignment="middle">
17508 <column alignment="right" valignment="top" width="0">
17509 <column alignment="left" valignment="top" width="0" special="@{}l">
17510 <column alignment="right" valignment="top" width="0">
17511 <column alignment="left" valignment="top" width="0" special="@{}l">
17512 <column alignment="right" valignment="top" width="0">
17513 <column alignment="left" valignment="top" width="0" special="@{}l">
17514 <row>
17515 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17516 \begin_inset Text
17517
17518 \begin_layout Plain Layout
17519 units
17520 \end_layout
17521
17522 \end_inset
17523 </cell>
17524 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Plain Layout
17528
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17534 \begin_inset Text
17535
17536 \begin_layout Plain Layout
17537 exponents
17538 \end_layout
17539
17540 \end_inset
17541 </cell>
17542 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17543 \begin_inset Text
17544
17545 \begin_layout Plain Layout
17546
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555 relations
17556 \end_layout
17557
17558 \end_inset
17559 </cell>
17560 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17561 \begin_inset Text
17562
17563 \begin_layout Plain Layout
17564
17565 \end_layout
17566
17567 \end_inset
17568 </cell>
17569 </row>
17570 <row>
17571 <cell alignment="center" valignment="top" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Plain Layout
17575 12×
17576 \end_layout
17577
17578 \end_inset
17579 </cell>
17580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17581 \begin_inset Text
17582
17583 \begin_layout Plain Layout
17584 24
17585 \begin_inset space \thinspace{}
17586 \end_inset
17587
17588 bottles
17589 \end_layout
17590
17591 \end_inset
17592 </cell>
17593 <cell alignment="center" valignment="top" usebox="none">
17594 \begin_inset Text
17595
17596 \begin_layout Plain Layout
17597 \begin_inset Formula $10\cdot$
17598 \end_inset
17599
17600
17601 \end_layout
17602
17603 \end_inset
17604 </cell>
17605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17606 \begin_inset Text
17607
17608 \begin_layout Plain Layout
17609 \begin_inset Formula $10^{\mbox{-}17}$
17610 \end_inset
17611
17612
17613 \end_layout
17614
17615 \end_inset
17616 </cell>
17617 <cell alignment="center" valignment="top" usebox="none">
17618 \begin_inset Text
17619
17620 \begin_layout Plain Layout
17621 \begin_inset Formula $\Gamma(t)\propto$
17622 \end_inset
17623
17624
17625 \end_layout
17626
17627 \end_inset
17628 </cell>
17629 <cell alignment="center" valignment="top" usebox="none">
17630 \begin_inset Text
17631
17632 \begin_layout Plain Layout
17633 \begin_inset Formula $\:\Upsilon(t)$
17634 \end_inset
17635
17636
17637 \end_layout
17638
17639 \end_inset
17640 </cell>
17641 </row>
17642 <row>
17643 <cell alignment="center" valignment="top" usebox="none">
17644 \begin_inset Text
17645
17646 \begin_layout Plain Layout
17647 1024×
17648 \end_layout
17649
17650 \end_inset
17651 </cell>
17652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17653 \begin_inset Text
17654
17655 \begin_layout Plain Layout
17656 768
17657 \begin_inset space \thinspace{}
17658 \end_inset
17659
17660 Pixels
17661 \end_layout
17662
17663 \end_inset
17664 </cell>
17665 <cell alignment="center" valignment="top" usebox="none">
17666 \begin_inset Text
17667
17668 \begin_layout Plain Layout
17669 \begin_inset Formula $5.78\cdot$
17670 \end_inset
17671
17672
17673 \end_layout
17674
17675 \end_inset
17676 </cell>
17677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17678 \begin_inset Text
17679
17680 \begin_layout Plain Layout
17681 \begin_inset Formula $10^{7}$
17682 \end_inset
17683
17684
17685 \end_layout
17686
17687 \end_inset
17688 </cell>
17689 <cell alignment="center" valignment="top" usebox="none">
17690 \begin_inset Text
17691
17692 \begin_layout Plain Layout
17693 \begin_inset Formula $A\ne$
17694 \end_inset
17695
17696
17697 \end_layout
17698
17699 \end_inset
17700 </cell>
17701 <cell alignment="center" valignment="top" usebox="none">
17702 \begin_inset Text
17703
17704 \begin_layout Plain Layout
17705 \begin_inset Formula $\: B_{\mathrm{red}}$
17706 \end_inset
17707
17708
17709 \end_layout
17710
17711 \end_inset
17712 </cell>
17713 </row>
17714 <row>
17715 <cell alignment="center" valignment="top" usebox="none">
17716 \begin_inset Text
17717
17718 \begin_layout Plain Layout
17719 32×
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17725 \begin_inset Text
17726
17727 \begin_layout Plain Layout
17728 6
17729 \begin_inset space \thinspace{}
17730 \end_inset
17731
17732 cm
17733 \end_layout
17734
17735 \end_inset
17736 </cell>
17737 <cell alignment="center" valignment="top" usebox="none">
17738 \begin_inset Text
17739
17740 \begin_layout Plain Layout
17741 -
17742 \begin_inset Formula $33.5\cdot$
17743 \end_inset
17744
17745
17746 \end_layout
17747
17748 \end_inset
17749 </cell>
17750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17751 \begin_inset Text
17752
17753 \begin_layout Plain Layout
17754 \begin_inset Formula $10^{4}$
17755 \end_inset
17756
17757
17758 \end_layout
17759
17760 \end_inset
17761 </cell>
17762 <cell alignment="center" valignment="top" usebox="none">
17763 \begin_inset Text
17764
17765 \begin_layout Plain Layout
17766 \begin_inset Formula $\sin(\alpha)\ge$
17767 \end_inset
17768
17769
17770 \end_layout
17771
17772 \end_inset
17773 </cell>
17774 <cell alignment="center" valignment="top" usebox="none">
17775 \begin_inset Text
17776
17777 \begin_layout Plain Layout
17778 \begin_inset Formula $\:\sin(\beta)$
17779 \end_inset
17780
17781
17782 \end_layout
17783
17784 \end_inset
17785 </cell>
17786 </row>
17787 </lyxtabular>
17788
17789 \end_inset
17790
17791
17792 \end_layout
17793
17794 \end_inset
17795
17796
17797 \end_layout
17798
17799 \begin_layout Subsection
17800 Customized Cell/Column Format
17801 \begin_inset CommandInset label
17802 LatexCommand label
17803 name "sub:Customized-Format"
17804
17805 \end_inset
17806
17807
17808 \begin_inset Index idx
17809 status collapsed
17810
17811 \begin_layout Plain Layout
17812 Table Customization ! Cell/Column Format
17813 \end_layout
17814
17815 \end_inset
17816
17817
17818 \end_layout
17819
17820 \begin_layout Standard
17821 Calculating the required width for spanned columns as in section
17822 \begin_inset space ~
17823 \end_inset
17824
17825
17826 \begin_inset CommandInset ref
17827 LatexCommand ref
17828 reference "sub:Multicolumn-Calculations"
17829
17830 \end_inset
17831
17832  is very annoying if you have several tables with multicolumn cells.
17833  To make life easier, you can define a cell/column format in the preamble,
17834  so that it can be used in all tables of the document.
17835  The format is defined with the command
17836 \end_layout
17837
17838 \begin_layout Standard
17839
17840 \series bold
17841
17842 \backslash
17843 newcolumntype{name of format}[number of arguments]{commands}
17844 \end_layout
17845
17846 \begin_layout Standard
17847 The format name may only consist of one letter.
17848  The letters 
17849 \emph on
17850 b
17851 \emph default
17852
17853 \emph on
17854 c
17855 \emph default
17856
17857 \emph on
17858 l
17859 \emph default
17860
17861 \emph on
17862 m
17863 \emph default
17864
17865 \emph on
17866 p
17867 \emph default
17868  and 
17869 \emph on
17870 r
17871 \emph default
17872  are predefined and cannot be used.
17873  But all letters are allowed as capitals.
17874 \end_layout
17875
17876 \begin_layout Standard
17877 \begin_inset VSpace medskip
17878 \end_inset
17879
17880
17881 \end_layout
17882
17883 \begin_layout Standard
17884 For vertically and horizontally centered multicolumn cells with a fixed
17885  width you can define the cell format
17886 \end_layout
17887
17888 \begin_layout Standard
17889
17890 \series bold
17891
17892 \backslash
17893 newcolumntype{M}[1]{>{
17894 \backslash
17895 centering
17896 \backslash
17897 hspace{0pt}}m{#1}}
17898 \end_layout
17899
17900 \begin_layout Standard
17901 where 
17902 \series bold
17903
17904 \backslash
17905 hspace{0pt}
17906 \series default
17907  avoids the problem of hyphenating the first word, as described in section
17908 \begin_inset space ~
17909 \end_inset
17910
17911
17912 \begin_inset CommandInset ref
17913 LatexCommand ref
17914 reference "sub:Multiple-Lines-in"
17915
17916 \end_inset
17917
17918 .
17919  Now you can simply enter
17920 \end_layout
17921
17922 \begin_layout Standard
17923
17924 \series bold
17925 M{width}
17926 \end_layout
17927
17928 \begin_layout Standard
17929 as LaTeX-argument in the table dialog to create a multicolumn.
17930 \end_layout
17931
17932 \begin_layout Standard
17933 \begin_inset VSpace bigskip
17934 \end_inset
17935
17936
17937 \end_layout
17938
17939 \begin_layout Standard
17940 For cells spanned by a multicolumn cell, you can define the format
17941 \end_layout
17942
17943 \begin_layout Standard
17944
17945 \series bold
17946
17947 \backslash
17948 newcolumntype{S}[2]{>{
17949 \backslash
17950 centering
17951 \backslash
17952 hspace{0pt}}
17953 \begin_inset Newline newline
17954 \end_inset
17955
17956
17957 \begin_inset Phantom HPhantom
17958 status open
17959
17960 \begin_layout Plain Layout
17961
17962 \series bold
17963
17964 \backslash
17965 newcolumntype
17966 \end_layout
17967
17968 \end_inset
17969
17970 m{(#1+(2
17971 \backslash
17972 tabcolsep+
17973 \backslash
17974 arrayrulewidth)*(1-#2))/#2}}
17975 \end_layout
17976
17977 \begin_layout Standard
17978 This format uses equation 
17979 \begin_inset CommandInset ref
17980 LatexCommand eqref
17981 reference "eq:Wgn"
17982
17983 \end_inset
17984
17985  to calculate the required width so that each spanned cell has the same
17986  width.
17987 \end_layout
17988
17989 \begin_layout Standard
17990 You can now enter
17991 \end_layout
17992
17993 \begin_layout Standard
17994
17995 \series bold
17996 S{width of multicolumn cell}{number of spanned columns}
17997 \end_layout
17998
17999 \begin_layout Standard
18000 as LaTeX-argument of the column.
18001 \end_layout
18002
18003 \begin_layout Standard
18004 \begin_inset VSpace bigskip
18005 \end_inset
18006
18007
18008 \end_layout
18009
18010 \begin_layout Standard
18011 For colored columns, you can define
18012 \end_layout
18013
18014 \begin_layout Standard
18015
18016 \series bold
18017
18018 \backslash
18019 newcolumntype{K}[1]{>{
18020 \backslash
18021 columncolor{#1}
18022 \backslash
18023 hspace{0pt}}c}
18024 \end_layout
18025
18026 \begin_layout Standard
18027 The 
18028 \begin_inset Quotes eld
18029 \end_inset
18030
18031 c
18032 \begin_inset Quotes erd
18033 \end_inset
18034
18035  at the end creates a column with a flexible width whose text is horizontally
18036  centered.
18037  You can now enter
18038 \end_layout
18039
18040 \begin_layout Standard
18041
18042 \series bold
18043 K{color name}
18044 \end_layout
18045
18046 \begin_layout Standard
18047 as LaTeX-argument.
18048 \end_layout
18049
18050 \begin_layout Standard
18051 \begin_inset VSpace bigskip
18052 \end_inset
18053
18054
18055 \end_layout
18056
18057 \begin_layout Standard
18058 To create Table
18059 \begin_inset space ~
18060 \end_inset
18061
18062
18063 \begin_inset CommandInset ref
18064 LatexCommand ref
18065 reference "tab:Table-using-user-defined"
18066
18067 \end_inset
18068
18069  use the LaTeX-arguments
18070 \end_layout
18071
18072 \begin_layout Standard
18073
18074 \series bold
18075 M{2.5cm}
18076 \end_layout
18077
18078 \begin_layout Standard
18079 for the first column and the multicolumn,
18080 \end_layout
18081
18082 \begin_layout Standard
18083
18084 \series bold
18085 K{red}
18086 \end_layout
18087
18088 \begin_layout Standard
18089 for the last column, and
18090 \end_layout
18091
18092 \begin_layout Standard
18093
18094 \series bold
18095 S{2.5cm}{2}
18096 \end_layout
18097
18098 \begin_layout Standard
18099 for the cells in the second column.
18100 \end_layout
18101
18102 \begin_layout Standard
18103 \begin_inset Float table
18104 placement h
18105 wide false
18106 sideways false
18107 status open
18108
18109 \begin_layout Plain Layout
18110 \begin_inset Caption
18111
18112 \begin_layout Plain Layout
18113 \begin_inset CommandInset label
18114 LatexCommand label
18115 name "tab:Table-using-user-defined"
18116
18117 \end_inset
18118
18119 Table using user-defined table formats
18120 \end_layout
18121
18122 \end_inset
18123
18124
18125 \end_layout
18126
18127 \begin_layout Plain Layout
18128 \align center
18129 \begin_inset Tabular
18130 <lyxtabular version="3" rows="3" columns="4">
18131 <features tabularvalignment="middle">
18132 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18133 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18134 <column alignment="center" valignment="middle" width="0">
18135 <column alignment="center" valignment="middle" width="0" special="K{red}">
18136 <row>
18137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18138 \begin_inset Text
18139
18140 \begin_layout Plain Layout
18141 verylongtablecellword
18142 \end_layout
18143
18144 \end_inset
18145 </cell>
18146 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18147 \begin_inset Text
18148
18149 \begin_layout Plain Layout
18150 multiple lines multicolumn
18151 \end_layout
18152
18153 \end_inset
18154 </cell>
18155 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159
18160 \end_layout
18161
18162 \end_inset
18163 </cell>
18164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18165 \begin_inset Text
18166
18167 \begin_layout Plain Layout
18168 c
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 </row>
18174 <row>
18175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18176 \begin_inset Text
18177
18178 \begin_layout Plain Layout
18179 d
18180 \end_layout
18181
18182 \end_inset
18183 </cell>
18184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18185 \begin_inset Text
18186
18187 \begin_layout Plain Layout
18188 e
18189 \end_layout
18190
18191 \end_inset
18192 </cell>
18193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18194 \begin_inset Text
18195
18196 \begin_layout Plain Layout
18197 f
18198 \end_layout
18199
18200 \end_inset
18201 </cell>
18202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18203 \begin_inset Text
18204
18205 \begin_layout Plain Layout
18206 g
18207 \end_layout
18208
18209 \end_inset
18210 </cell>
18211 </row>
18212 <row>
18213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18214 \begin_inset Text
18215
18216 \begin_layout Plain Layout
18217 h
18218 \end_layout
18219
18220 \end_inset
18221 </cell>
18222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18223 \begin_inset Text
18224
18225 \begin_layout Plain Layout
18226 i
18227 \end_layout
18228
18229 \end_inset
18230 </cell>
18231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18232 \begin_inset Text
18233
18234 \begin_layout Plain Layout
18235 j
18236 \end_layout
18237
18238 \end_inset
18239 </cell>
18240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18241 \begin_inset Text
18242
18243 \begin_layout Plain Layout
18244 k
18245 \end_layout
18246
18247 \end_inset
18248 </cell>
18249 </row>
18250 </lyxtabular>
18251
18252 \end_inset
18253
18254
18255 \end_layout
18256
18257 \end_inset
18258
18259
18260 \end_layout
18261
18262 \begin_layout Subsection
18263 Line Thickness
18264 \begin_inset CommandInset label
18265 LatexCommand label
18266 name "sub:Line-Thickness"
18267
18268 \end_inset
18269
18270
18271 \begin_inset Index idx
18272 status collapsed
18273
18274 \begin_layout Plain Layout
18275 Table Customization ! Line Thickness
18276 \end_layout
18277
18278 \end_inset
18279
18280
18281 \end_layout
18282
18283 \begin_layout Standard
18284 The line thickness for all lines in a table can be adjusted with the length
18285  
18286 \series bold
18287
18288 \backslash
18289 arrayrulewidth
18290 \series default
18291 .
18292  To set for example a line thickness of 1.5
18293 \begin_inset space \thinspace{}
18294 \end_inset
18295
18296 pt, as in Table
18297 \begin_inset space ~
18298 \end_inset
18299
18300
18301 \begin_inset CommandInset ref
18302 LatexCommand ref
18303 reference "tab:Table-with-1.5"
18304
18305 \end_inset
18306
18307 , insert the command
18308 \end_layout
18309
18310 \begin_layout Standard
18311
18312 \series bold
18313
18314 \backslash
18315 setlength{
18316 \backslash
18317 arrayrulewidth}{1.5pt}
18318 \end_layout
18319
18320 \begin_layout Standard
18321 in TeX-Code before the table or table float.
18322  The changed thickness is valid for all subsequent tables.
18323  To use the default value again, set 
18324 \series bold
18325
18326 \backslash
18327 arrayrulewidth
18328 \series default
18329  to 0.4
18330 \begin_inset space \thinspace{}
18331 \end_inset
18332
18333 pt in TeX-Code after the table or table float.
18334 \end_layout
18335
18336 \begin_layout Standard
18337 \begin_inset ERT
18338 status collapsed
18339
18340 \begin_layout Plain Layout
18341
18342
18343 \backslash
18344 setlength{
18345 \backslash
18346 arrayrulewidth}{1.5pt}
18347 \end_layout
18348
18349 \end_inset
18350
18351
18352 \begin_inset Float table
18353 wide false
18354 sideways false
18355 status open
18356
18357 \begin_layout Plain Layout
18358 \begin_inset Caption
18359
18360 \begin_layout Plain Layout
18361 \begin_inset CommandInset label
18362 LatexCommand label
18363 name "tab:Table-with-1.5"
18364
18365 \end_inset
18366
18367 Table with 1.5
18368 \begin_inset space \thinspace{}
18369 \end_inset
18370
18371 pt thick lines
18372 \end_layout
18373
18374 \end_inset
18375
18376
18377 \end_layout
18378
18379 \begin_layout Plain Layout
18380 \align center
18381 \begin_inset Tabular
18382 <lyxtabular version="3" rows="3" columns="3">
18383 <features tabularvalignment="middle">
18384 <column alignment="center" valignment="top" width="0">
18385 <column alignment="center" valignment="top" width="0">
18386 <column alignment="center" valignment="top" width="0">
18387 <row>
18388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392 sd
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18398 \begin_inset Text
18399
18400 \begin_layout Plain Layout
18401
18402 \end_layout
18403
18404 \end_inset
18405 </cell>
18406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18407 \begin_inset Text
18408
18409 \begin_layout Plain Layout
18410
18411 \end_layout
18412
18413 \end_inset
18414 </cell>
18415 </row>
18416 <row>
18417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18418 \begin_inset Text
18419
18420 \begin_layout Plain Layout
18421
18422 \end_layout
18423
18424 \end_inset
18425 </cell>
18426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18427 \begin_inset Text
18428
18429 \begin_layout Plain Layout
18430 sd
18431 \end_layout
18432
18433 \end_inset
18434 </cell>
18435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18436 \begin_inset Text
18437
18438 \begin_layout Plain Layout
18439
18440 \end_layout
18441
18442 \end_inset
18443 </cell>
18444 </row>
18445 <row>
18446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18447 \begin_inset Text
18448
18449 \begin_layout Plain Layout
18450
18451 \end_layout
18452
18453 \end_inset
18454 </cell>
18455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18456 \begin_inset Text
18457
18458 \begin_layout Plain Layout
18459
18460 \end_layout
18461
18462 \end_inset
18463 </cell>
18464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18465 \begin_inset Text
18466
18467 \begin_layout Plain Layout
18468 sd
18469 \end_layout
18470
18471 \end_inset
18472 </cell>
18473 </row>
18474 </lyxtabular>
18475
18476 \end_inset
18477
18478
18479 \end_layout
18480
18481 \end_inset
18482
18483
18484 \begin_inset ERT
18485 status collapsed
18486
18487 \begin_layout Plain Layout
18488
18489
18490 \backslash
18491 setlength{
18492 \backslash
18493 arrayrulewidth}{0.4pt}
18494 \end_layout
18495
18496 \end_inset
18497
18498
18499 \end_layout
18500
18501 \begin_layout Standard
18502 \begin_inset VSpace bigskip
18503 \end_inset
18504
18505 To set the line thickness to 1.5
18506 \begin_inset space \thinspace{}
18507 \end_inset
18508
18509 pt only for horizontal lines, as in Table
18510 \begin_inset space ~
18511 \end_inset
18512
18513
18514 \begin_inset CommandInset ref
18515 LatexCommand ref
18516 reference "tab:Table-with-horizontal"
18517
18518 \end_inset
18519
18520 , insert these commands in TeX-Code before the table or table float:
18521 \end_layout
18522
18523 \begin_layout Standard
18524
18525 \series bold
18526
18527 \backslash
18528 let
18529 \backslash
18530 myHline
18531 \backslash
18532 hline
18533 \begin_inset Newline newline
18534 \end_inset
18535
18536
18537 \backslash
18538 renewcommand{
18539 \backslash
18540 hline}
18541 \begin_inset Newline newline
18542 \end_inset
18543
18544  {
18545 \backslash
18546 noalign{
18547 \backslash
18548 global
18549 \backslash
18550 arrayrulewidth 1.5pt}
18551 \begin_inset Newline newline
18552 \end_inset
18553
18554  
18555 \backslash
18556 myHline
18557 \backslash
18558 noalign{
18559 \backslash
18560 global
18561 \backslash
18562 arrayrulewidth 0.4pt}}
18563 \end_layout
18564
18565 \begin_layout Standard
18566 To return to the default line thickness, insert this command in TeX-Code
18567  after the table or table float:
18568 \end_layout
18569
18570 \begin_layout Standard
18571
18572 \series bold
18573
18574 \backslash
18575 renewcommand{
18576 \backslash
18577 hline}{
18578 \backslash
18579 myHline}
18580 \end_layout
18581
18582 \begin_layout Standard
18583 \begin_inset ERT
18584 status collapsed
18585
18586 \begin_layout Plain Layout
18587
18588
18589 \backslash
18590 let
18591 \backslash
18592 myHline
18593 \backslash
18594 hline
18595 \end_layout
18596
18597 \begin_layout Plain Layout
18598
18599
18600 \backslash
18601 renewcommand{
18602 \backslash
18603 hline}
18604 \end_layout
18605
18606 \begin_layout Plain Layout
18607
18608  {
18609 \backslash
18610 noalign{
18611 \backslash
18612 global
18613 \backslash
18614 arrayrulewidth 1.5pt}
18615 \end_layout
18616
18617 \begin_layout Plain Layout
18618
18619   
18620 \backslash
18621 myHline
18622 \backslash
18623 noalign{
18624 \backslash
18625 global
18626 \backslash
18627 arrayrulewidth 0.4pt}}
18628 \end_layout
18629
18630 \end_inset
18631
18632
18633 \begin_inset Float table
18634 wide false
18635 sideways false
18636 status open
18637
18638 \begin_layout Plain Layout
18639 \begin_inset Caption
18640
18641 \begin_layout Plain Layout
18642 \begin_inset CommandInset label
18643 LatexCommand label
18644 name "tab:Table-with-horizontal"
18645
18646 \end_inset
18647
18648 Table with 1.5
18649 \begin_inset space \thinspace{}
18650 \end_inset
18651
18652 pt thick horizontal lines
18653 \end_layout
18654
18655 \end_inset
18656
18657
18658 \end_layout
18659
18660 \begin_layout Plain Layout
18661 \align center
18662 \begin_inset Tabular
18663 <lyxtabular version="3" rows="3" columns="3">
18664 <features tabularvalignment="middle">
18665 <column alignment="center" valignment="top" width="0">
18666 <column alignment="center" valignment="top" width="0">
18667 <column alignment="center" valignment="top" width="0">
18668 <row>
18669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18670 \begin_inset Text
18671
18672 \begin_layout Plain Layout
18673 sd
18674 \end_layout
18675
18676 \end_inset
18677 </cell>
18678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18679 \begin_inset Text
18680
18681 \begin_layout Plain Layout
18682
18683 \end_layout
18684
18685 \end_inset
18686 </cell>
18687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18688 \begin_inset Text
18689
18690 \begin_layout Plain Layout
18691
18692 \end_layout
18693
18694 \end_inset
18695 </cell>
18696 </row>
18697 <row>
18698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18699 \begin_inset Text
18700
18701 \begin_layout Plain Layout
18702
18703 \end_layout
18704
18705 \end_inset
18706 </cell>
18707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18708 \begin_inset Text
18709
18710 \begin_layout Plain Layout
18711 sd
18712 \end_layout
18713
18714 \end_inset
18715 </cell>
18716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18717 \begin_inset Text
18718
18719 \begin_layout Plain Layout
18720
18721 \end_layout
18722
18723 \end_inset
18724 </cell>
18725 </row>
18726 <row>
18727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18728 \begin_inset Text
18729
18730 \begin_layout Plain Layout
18731
18732 \end_layout
18733
18734 \end_inset
18735 </cell>
18736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18737 \begin_inset Text
18738
18739 \begin_layout Plain Layout
18740
18741 \end_layout
18742
18743 \end_inset
18744 </cell>
18745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18746 \begin_inset Text
18747
18748 \begin_layout Plain Layout
18749 sd
18750 \end_layout
18751
18752 \end_inset
18753 </cell>
18754 </row>
18755 </lyxtabular>
18756
18757 \end_inset
18758
18759
18760 \end_layout
18761
18762 \end_inset
18763
18764
18765 \begin_inset ERT
18766 status collapsed
18767
18768 \begin_layout Plain Layout
18769
18770
18771 \backslash
18772 renewcommand{
18773 \backslash
18774 hline}{
18775 \backslash
18776 myHline}
18777 \end_layout
18778
18779 \end_inset
18780
18781
18782 \end_layout
18783
18784 \begin_layout Standard
18785 \begin_inset VSpace bigskip
18786 \end_inset
18787
18788 To set the line thickness to 1.5
18789 \begin_inset space \thinspace{}
18790 \end_inset
18791
18792 pt only for vertical lines, create the following column format in the document
18793  preamble, according to the description in section
18794 \begin_inset space ~
18795 \end_inset
18796
18797
18798 \begin_inset CommandInset ref
18799 LatexCommand ref
18800 reference "sub:Customized-Format"
18801
18802 \end_inset
18803
18804 :
18805 \end_layout
18806
18807 \begin_layout Standard
18808
18809 \series bold
18810
18811 \backslash
18812 newcolumntype{V}{!{
18813 \backslash
18814 vrule width 1.5pt}}
18815 \end_layout
18816
18817 \begin_layout Standard
18818 For Table
18819 \begin_inset space ~
18820 \end_inset
18821
18822
18823 \begin_inset CommandInset ref
18824 LatexCommand ref
18825 reference "tab:Table-with-vertical"
18826
18827 \end_inset
18828
18829  the LaTeX-argument
18830 \end_layout
18831
18832 \begin_layout Standard
18833
18834 \series bold
18835 VcV
18836 \end_layout
18837
18838 \begin_layout Standard
18839 was used for the last column and
18840 \end_layout
18841
18842 \begin_layout Standard
18843
18844 \series bold
18845 Vc
18846 \end_layout
18847
18848 \begin_layout Standard
18849 for the other columns.
18850 \end_layout
18851
18852 \begin_layout Standard
18853 \begin_inset Float table
18854 wide false
18855 sideways false
18856 status open
18857
18858 \begin_layout Plain Layout
18859 \begin_inset Caption
18860
18861 \begin_layout Plain Layout
18862 \begin_inset CommandInset label
18863 LatexCommand label
18864 name "tab:Table-with-vertical"
18865
18866 \end_inset
18867
18868 Table with 1.5
18869 \begin_inset space \thinspace{}
18870 \end_inset
18871
18872 pt thick vertical lines
18873 \end_layout
18874
18875 \end_inset
18876
18877
18878 \end_layout
18879
18880 \begin_layout Plain Layout
18881 \align center
18882 \begin_inset Tabular
18883 <lyxtabular version="3" rows="3" columns="3">
18884 <features tabularvalignment="middle">
18885 <column alignment="center" valignment="top" width="0" special="Vc">
18886 <column alignment="center" valignment="top" width="0" special="Vc">
18887 <column alignment="center" valignment="top" width="0" special="VcV">
18888 <row>
18889 <cell alignment="center" valignment="top" topline="true" usebox="none">
18890 \begin_inset Text
18891
18892 \begin_layout Plain Layout
18893 sd
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 <cell alignment="center" valignment="top" topline="true" usebox="none">
18899 \begin_inset Text
18900
18901 \begin_layout Plain Layout
18902
18903 \end_layout
18904
18905 \end_inset
18906 </cell>
18907 <cell alignment="center" valignment="top" topline="true" usebox="none">
18908 \begin_inset Text
18909
18910 \begin_layout Plain Layout
18911
18912 \end_layout
18913
18914 \end_inset
18915 </cell>
18916 </row>
18917 <row>
18918 <cell alignment="center" valignment="top" topline="true" usebox="none">
18919 \begin_inset Text
18920
18921 \begin_layout Plain Layout
18922
18923 \end_layout
18924
18925 \end_inset
18926 </cell>
18927 <cell alignment="center" valignment="top" topline="true" usebox="none">
18928 \begin_inset Text
18929
18930 \begin_layout Plain Layout
18931 sd
18932 \end_layout
18933
18934 \end_inset
18935 </cell>
18936 <cell alignment="center" valignment="top" topline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 </row>
18946 <row>
18947 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18948 \begin_inset Text
18949
18950 \begin_layout Plain Layout
18951
18952 \end_layout
18953
18954 \end_inset
18955 </cell>
18956 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18957 \begin_inset Text
18958
18959 \begin_layout Plain Layout
18960
18961 \end_layout
18962
18963 \end_inset
18964 </cell>
18965 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18966 \begin_inset Text
18967
18968 \begin_layout Plain Layout
18969 sd
18970 \end_layout
18971
18972 \end_inset
18973 </cell>
18974 </row>
18975 </lyxtabular>
18976
18977 \end_inset
18978
18979
18980 \end_layout
18981
18982 \end_inset
18983
18984
18985 \end_layout
18986
18987 \begin_layout Subsection
18988 Dashed Lines
18989 \begin_inset Index idx
18990 status collapsed
18991
18992 \begin_layout Plain Layout
18993 Table Customization ! Dashed Lines
18994 \end_layout
18995
18996 \end_inset
18997
18998
18999 \end_layout
19000
19001 \begin_layout Standard
19002 \begin_inset ERT
19003 status collapsed
19004
19005 \begin_layout Plain Layout
19006
19007
19008 \backslash
19009 ifarydshln
19010 \end_layout
19011
19012 \end_inset
19013
19014
19015 \begin_inset Note Note
19016 status open
19017
19018 \begin_layout Plain Layout
19019 The following section will only be displayed when the LaTeX-package 
19020 \series bold
19021 arydshln
19022 \series default
19023  is installed.
19024 \end_layout
19025
19026 \end_inset
19027
19028
19029 \end_layout
19030
19031 \begin_layout Standard
19032 \begin_inset Float table
19033 placement H
19034 wide false
19035 sideways false
19036 status open
19037
19038 \begin_layout Plain Layout
19039 \begin_inset Caption
19040
19041 \begin_layout Plain Layout
19042 \begin_inset CommandInset label
19043 LatexCommand label
19044 name "tab:Table-with-dashed"
19045
19046 \end_inset
19047
19048 Table with dashed lines
19049 \end_layout
19050
19051 \end_inset
19052
19053
19054 \end_layout
19055
19056 \begin_layout Plain Layout
19057 \align center
19058 \begin_inset Tabular
19059 <lyxtabular version="3" rows="5" columns="5">
19060 <features tabularvalignment="middle">
19061 <column alignment="center" valignment="top" width="0">
19062 <column alignment="center" valignment="top" width="0">
19063 <column alignment="center" valignment="top" width="0" special=":c">
19064 <column alignment="center" valignment="top" width="0">
19065 <column alignment="center" valignment="top" width="0">
19066 <row>
19067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19068 \begin_inset Text
19069
19070 \begin_layout Plain Layout
19071 a
19072 \end_layout
19073
19074 \end_inset
19075 </cell>
19076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19077 \begin_inset Text
19078
19079 \begin_layout Plain Layout
19080 b
19081 \end_layout
19082
19083 \end_inset
19084 </cell>
19085 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19086 \begin_inset Text
19087
19088 \begin_layout Plain Layout
19089 c
19090 \end_layout
19091
19092 \end_inset
19093 </cell>
19094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19095 \begin_inset Text
19096
19097 \begin_layout Plain Layout
19098 d
19099 \end_layout
19100
19101 \end_inset
19102 </cell>
19103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19104 \begin_inset Text
19105
19106 \begin_layout Plain Layout
19107 e
19108 \end_layout
19109
19110 \end_inset
19111 </cell>
19112 </row>
19113 <row>
19114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19115 \begin_inset Text
19116
19117 \begin_layout Plain Layout
19118 f
19119 \end_layout
19120
19121 \end_inset
19122 </cell>
19123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19124 \begin_inset Text
19125
19126 \begin_layout Plain Layout
19127 g
19128 \end_layout
19129
19130 \end_inset
19131 </cell>
19132 <cell alignment="center" valignment="top" topline="true" usebox="none">
19133 \begin_inset Text
19134
19135 \begin_layout Plain Layout
19136 h
19137 \end_layout
19138
19139 \end_inset
19140 </cell>
19141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145 i
19146 \end_layout
19147
19148 \end_inset
19149 </cell>
19150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19151 \begin_inset Text
19152
19153 \begin_layout Plain Layout
19154 j
19155 \end_layout
19156
19157 \end_inset
19158 </cell>
19159 </row>
19160 <row>
19161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19162 \begin_inset Text
19163
19164 \begin_layout Plain Layout
19165 \begin_inset ERT
19166 status collapsed
19167
19168 \begin_layout Plain Layout
19169
19170
19171 \backslash
19172 hdashline 
19173 \end_layout
19174
19175 \end_inset
19176
19177 k
19178 \end_layout
19179
19180 \end_inset
19181 </cell>
19182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19183 \begin_inset Text
19184
19185 \begin_layout Plain Layout
19186 l
19187 \end_layout
19188
19189 \end_inset
19190 </cell>
19191 <cell alignment="center" valignment="top" usebox="none">
19192 \begin_inset Text
19193
19194 \begin_layout Plain Layout
19195 m
19196 \end_layout
19197
19198 \end_inset
19199 </cell>
19200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19201 \begin_inset Text
19202
19203 \begin_layout Plain Layout
19204 n
19205 \end_layout
19206
19207 \end_inset
19208 </cell>
19209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19210 \begin_inset Text
19211
19212 \begin_layout Plain Layout
19213 o
19214 \end_layout
19215
19216 \end_inset
19217 </cell>
19218 </row>
19219 <row>
19220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19221 \begin_inset Text
19222
19223 \begin_layout Plain Layout
19224 \begin_inset ERT
19225 status collapsed
19226
19227 \begin_layout Plain Layout
19228
19229
19230 \backslash
19231 cdashline{4-5}
19232 \end_layout
19233
19234 \end_inset
19235
19236 p
19237 \end_layout
19238
19239 \end_inset
19240 </cell>
19241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19242 \begin_inset Text
19243
19244 \begin_layout Plain Layout
19245 q
19246 \end_layout
19247
19248 \end_inset
19249 </cell>
19250 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19251 \begin_inset Text
19252
19253 \begin_layout Plain Layout
19254 r
19255 \end_layout
19256
19257 \end_inset
19258 </cell>
19259 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19260 \begin_inset Text
19261
19262 \begin_layout Plain Layout
19263 s
19264 \end_layout
19265
19266 \end_inset
19267 </cell>
19268 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19269 \begin_inset Text
19270
19271 \begin_layout Plain Layout
19272
19273 \end_layout
19274
19275 \end_inset
19276 </cell>
19277 </row>
19278 <row>
19279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283 t
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292 u
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19298 \begin_inset Text
19299
19300 \begin_layout Plain Layout
19301 v
19302 \end_layout
19303
19304 \end_inset
19305 </cell>
19306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19307 \begin_inset Text
19308
19309 \begin_layout Plain Layout
19310 w
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319 x
19320 \end_layout
19321
19322 \end_inset
19323 </cell>
19324 </row>
19325 </lyxtabular>
19326
19327 \end_inset
19328
19329
19330 \end_layout
19331
19332 \end_inset
19333
19334
19335 \end_layout
19336
19337 \begin_layout Standard
19338 LyX does not natively support dashed lines, so you have to use TeX-Code.
19339  As a prerequisite the LaTeX-package 
19340 \series bold
19341 arydshln
19342 \series default
19343
19344 \begin_inset Index idx
19345 status collapsed
19346
19347 \begin_layout Plain Layout
19348 LaTeX-packages ! arydshln
19349 \end_layout
19350
19351 \end_inset
19352
19353  must be loaded in the document preamble with the command
19354 \end_layout
19355
19356 \begin_layout Standard
19357
19358 \series bold
19359
19360 \backslash
19361 usepackage{arydshln}
19362 \end_layout
19363
19364 \begin_layout Standard
19365 To make a vertical line dashed, enter the colon 
19366 \begin_inset Quotes eld
19367 \end_inset
19368
19369 :
19370 \begin_inset Quotes erd
19371 \end_inset
19372
19373  together with the character for the horizontal alignment as LaTeX-argument
19374  in the table cell dialog.
19375 \end_layout
19376
19377 \begin_layout Standard
19378 For a horizontal dashed line add the command
19379 \end_layout
19380
19381 \begin_layout Standard
19382
19383 \series bold
19384
19385 \backslash
19386 hdashline
19387 \end_layout
19388
19389 \begin_layout Standard
19390 in TeX-Code as first element of the first cell in the table row.
19391 \end_layout
19392
19393 \begin_layout Standard
19394 For dashed multicolumn lines use the command
19395 \end_layout
19396
19397 \begin_layout Standard
19398
19399 \series bold
19400
19401 \backslash
19402 cdashline{line number
19403 \series default
19404 }
19405 \end_layout
19406
19407 \begin_layout Standard
19408 in TeX-Code as the first element of the first cell in the table row.
19409  If you have for example a multicolumn spanning columns 2 to 4 and you want
19410  to have a dashed line above, add the command
19411 \end_layout
19412
19413 \begin_layout Standard
19414
19415 \series bold
19416
19417 \backslash
19418 cdashline{2-4}
19419 \end_layout
19420
19421 \begin_layout Standard
19422 as the first element of the first cell in the row of the multicolumn.
19423 \end_layout
19424
19425 \begin_layout Standard
19426 \begin_inset VSpace bigskip
19427 \end_inset
19428
19429
19430 \end_layout
19431
19432 \begin_layout Standard
19433 Table
19434 \begin_inset space ~
19435 \end_inset
19436
19437
19438 \begin_inset CommandInset ref
19439 LatexCommand ref
19440 reference "tab:Table-with-dashed"
19441
19442 \end_inset
19443
19444  was created using 
19445 \begin_inset Quotes eld
19446 \end_inset
19447
19448
19449 \series bold
19450 :c
19451 \series default
19452
19453 \begin_inset Quotes erd
19454 \end_inset
19455
19456  as LaTeX-argument of the third column.
19457  The TeX-Code command 
19458 \series bold
19459
19460 \backslash
19461 hdashline
19462 \series default
19463  was inserted in the first cell of the third row and the TeX-Code command
19464 \begin_inset Newline newline
19465 \end_inset
19466
19467  
19468 \series bold
19469
19470 \backslash
19471 cdashline{4-5}
19472 \series default
19473  was inserted in the first cell of the fourth row.
19474 \end_layout
19475
19476 \begin_layout Standard
19477 \begin_inset Note Greyedout
19478 status open
19479
19480 \begin_layout Plain Layout
19481
19482 \series bold
19483 Note:
19484 \series default
19485  The LaTeX-package 
19486 \series bold
19487 arydshln
19488 \series default
19489  is apparently not compatible with the LaTeX-package 
19490 \series bold
19491 colortbl
19492 \series default
19493
19494 \begin_inset Index idx
19495 status collapsed
19496
19497 \begin_layout Plain Layout
19498 LaTeX-packages ! colortbl
19499 \end_layout
19500
19501 \end_inset
19502
19503  that is used for colored tables in section
19504 \begin_inset space ~
19505 \end_inset
19506
19507
19508 \begin_inset CommandInset ref
19509 LatexCommand ref
19510 reference "sec:Colored-Tables"
19511
19512 \end_inset
19513
19514 .
19515  That means colored tables cannot have dashed lines.
19516 \end_layout
19517
19518 \end_inset
19519
19520
19521 \end_layout
19522
19523 \begin_layout Standard
19524 \begin_inset ERT
19525 status collapsed
19526
19527 \begin_layout Plain Layout
19528
19529
19530 \backslash
19531 else
19532 \end_layout
19533
19534 \end_inset
19535
19536
19537 \begin_inset Note Note
19538 status open
19539
19540 \begin_layout Plain Layout
19541 The following will be displayed when the LaTeX-package 
19542 \series bold
19543 arydshln
19544 \series default
19545  is not installed:
19546 \end_layout
19547
19548 \end_inset
19549
19550
19551 \end_layout
19552
19553 \begin_layout Standard
19554 You need to install the package 
19555 \series bold
19556 arydshln
19557 \series default
19558  to see the content of this section in the output.
19559 \end_layout
19560
19561 \begin_layout Standard
19562 \begin_inset ERT
19563 status collapsed
19564
19565 \begin_layout Plain Layout
19566
19567
19568 \backslash
19569 fi
19570 \end_layout
19571
19572 \end_inset
19573
19574
19575 \end_layout
19576
19577 \begin_layout Chapter
19578 Floats
19579 \begin_inset CommandInset label
19580 LatexCommand label
19581 name "chap:Floats"
19582
19583 \end_inset
19584
19585
19586 \begin_inset Index idx
19587 status collapsed
19588
19589 \begin_layout Plain Layout
19590 Floats
19591 \end_layout
19592
19593 \end_inset
19594
19595
19596 \end_layout
19597
19598 \begin_layout Section
19599 Introduction
19600 \begin_inset CommandInset label
19601 LatexCommand label
19602 name "sec:FloatIntroduction"
19603
19604 \end_inset
19605
19606
19607 \begin_inset Index idx
19608 status collapsed
19609
19610 \begin_layout Plain Layout
19611 Floats ! Introduction
19612 \end_layout
19613
19614 \end_inset
19615
19616
19617 \end_layout
19618
19619 \begin_layout Standard
19620 A float is a block of text associated with some sort of label, which doesn't
19621  have a fixed location.
19622  It can 
19623 \begin_inset Quotes eld
19624 \end_inset
19625
19626 float
19627 \begin_inset Quotes erd
19628 \end_inset
19629
19630  forward or backward a page or two, to wherever it fits best.
19631  
19632 \family sans
19633 Footnotes
19634 \family default
19635  and 
19636 \family sans
19637 Margin
19638 \begin_inset space ~
19639 \end_inset
19640
19641 Notes
19642 \family default
19643  are also floats, because they can float to the next page when there are
19644  too many notes on the page.
19645 \end_layout
19646
19647 \begin_layout Standard
19648 Floats allow a high quality layout.
19649  Images and tables can be spread evenly to the pages to avoid white space
19650  and pages without text.
19651  As the floating often destroys the context between the text and the image/table
19652 , every float can be referenced in the text.
19653  Floats are therefore numbered.
19654  Referencing is described in section
19655 \begin_inset space ~
19656 \end_inset
19657
19658
19659 \begin_inset CommandInset ref
19660 LatexCommand ref
19661 reference "sec:Referencing-Floats"
19662
19663 \end_inset
19664
19665 .
19666 \end_layout
19667
19668 \begin_layout Standard
19669 To insert a float, use the menu 
19670 \family sans
19671 Insert\SpecialChar \menuseparator
19672 Float
19673 \family default
19674 .
19675  This inserts the 
19676 \family sans
19677 Caption
19678 \family default
19679  inset, a box with a label.
19680  The label will automatically be translated to the document language in
19681  the output.
19682  After the label you can insert the caption text.
19683  The image or table is inserted above or below the caption in a separate
19684  paragraph within the float.
19685  More about the caption placement is contained in section
19686 \begin_inset space ~
19687 \end_inset
19688
19689
19690 \begin_inset CommandInset ref
19691 LatexCommand ref
19692 reference "sec:Caption-Placement"
19693
19694 \end_inset
19695
19696 .
19697  To keep your LyX-document readable, you can open and close the float box
19698  by left-clicking on the box label.
19699  A closed float box looks like this: 
19700 \begin_inset Graphics
19701         filename clipart/floatQt4.png
19702         scale 70
19703         scaleBeforeRotation
19704
19705 \end_inset
19706
19707  – a gray button with a red label.
19708 \end_layout
19709
19710 \begin_layout Standard
19711 It is recommended that you insert floats as a separate standard paragraph
19712  to avoid possible LaTeX-errors that can occur when the surrounding text
19713  is specially formatted.
19714 \end_layout
19715
19716 \begin_layout Standard
19717 Existing figures or tables can be put into a float by highlighting them
19718  and then pressing the corresponding toolbar button for a new float.
19719 \end_layout
19720
19721 \begin_layout Section
19722 Float Types
19723 \end_layout
19724
19725 \begin_layout Standard
19726 Besides figure and table floats that are described in sections
19727 \begin_inset space ~
19728 \end_inset
19729
19730
19731 \begin_inset CommandInset ref
19732 LatexCommand ref
19733 reference "sec:Figure-Floats"
19734
19735 \end_inset
19736
19737  and 
19738 \begin_inset CommandInset ref
19739 LatexCommand ref
19740 reference "sec:Table-Floats"
19741
19742 \end_inset
19743
19744  respectively, LyX offers the float types 
19745 \family sans
19746 Algorithm
19747 \family default
19748  and 
19749 \family sans
19750 Wrap
19751 \family default
19752 .
19753  The latter are explained in sec.
19754 \begin_inset space \thinspace{}
19755 \end_inset
19756
19757
19758 \begin_inset CommandInset ref
19759 LatexCommand ref
19760 reference "sec:Wrap-Floats"
19761
19762 \end_inset
19763
19764 .
19765 \end_layout
19766
19767 \begin_layout Subsection
19768 Algorithm Floats
19769 \begin_inset Index idx
19770 status collapsed
19771
19772 \begin_layout Plain Layout
19773 Floats ! Algorithms
19774 \end_layout
19775
19776 \end_inset
19777
19778
19779 \end_layout
19780
19781 \begin_layout Standard
19782 \begin_inset Float algorithm
19783 placement h
19784 wide false
19785 sideways false
19786 status open
19787
19788 \begin_layout Plain Layout
19789 \begin_inset Caption
19790
19791 \begin_layout Plain Layout
19792 \begin_inset CommandInset label
19793 LatexCommand label
19794 name "alg:Example-Algorithm-float"
19795
19796 \end_inset
19797
19798 Example Algorithm float
19799 \end_layout
19800
19801 \end_inset
19802
19803
19804 \end_layout
19805
19806 \begin_layout LyX-Code
19807 for I in 1..N loop
19808 \begin_inset Newline newline
19809 \end_inset
19810
19811  Sum:= Sum + A(I); /*comment*/
19812 \begin_inset Newline newline
19813 \end_inset
19814
19815 end loop
19816 \begin_inset VSpace -4mm
19817 \end_inset
19818
19819
19820 \end_layout
19821
19822 \end_inset
19823
19824
19825 \end_layout
19826
19827 \begin_layout Standard
19828 This float type is inserted with the menu 
19829 \family sans
19830 Insert\SpecialChar \menuseparator
19831 Floats\SpecialChar \menuseparator
19832 Algorithm
19833 \family default
19834 .
19835  It is used for program codes and descriptions of algorithms and can be
19836  seen as an alternative to program code listings that are explained in chapter
19837 \begin_inset space ~
19838 \end_inset
19839
19840
19841 \begin_inset CommandInset ref
19842 LatexCommand ref
19843 reference "cha:Program-Code-Listings"
19844
19845 \end_inset
19846
19847 .
19848  A possible environment for algorithms is the 
19849 \family sans
19850 LyX-Code
19851 \family default
19852 , described in LyX's 
19853 \emph on
19854 Userguide
19855 \emph default
19856 .
19857  Algorithm
19858 \begin_inset space ~
19859 \end_inset
19860
19861
19862 \begin_inset CommandInset ref
19863 LatexCommand ref
19864 reference "alg:Example-Algorithm-float"
19865
19866 \end_inset
19867
19868  is an example of an algorithm float where -4
19869 \begin_inset space \thinspace{}
19870 \end_inset
19871
19872 mm vertical space was added at the end of the float to have the bottom rule
19873  exactly below the last text line.
19874 \end_layout
19875
19876 \begin_layout Standard
19877 The float label is not automatically translated into the document language.
19878  If your document is not in English, you have to do this manually by adding
19879  the following line to the document preamble
19880 \series bold
19881 :
19882 \end_layout
19883
19884 \begin_layout Standard
19885
19886 \series bold
19887
19888 \backslash
19889 floatname{algorithm}{your
19890 \begin_inset space ~
19891 \end_inset
19892
19893 name}
19894 \end_layout
19895
19896 \begin_layout Standard
19897 where 
19898 \family sans
19899 your
19900 \begin_inset space ~
19901 \end_inset
19902
19903 name
19904 \family default
19905  is the word 
19906 \begin_inset Quotes eld
19907 \end_inset
19908
19909
19910 \emph on
19911 algorithm
19912 \emph default
19913
19914 \begin_inset Quotes erd
19915 \end_inset
19916
19917  in your language.
19918 \end_layout
19919
19920 \begin_layout Standard
19921 To insert the list of algorithms you can use the menu 
19922 \family sans
19923 Insert\SpecialChar \menuseparator
19924 List
19925 \begin_inset space \thinspace{}
19926 \end_inset
19927
19928 /
19929 \begin_inset space \thinspace{}
19930 \end_inset
19931
19932 TOC\SpecialChar \menuseparator
19933 List of Algorithms
19934 \family default
19935  when your document has the same language as LyX's menu names.
19936  In other cases use this command in TeX-Code instead:
19937 \end_layout
19938
19939 \begin_layout Standard
19940
19941 \series bold
19942
19943 \backslash
19944 listof{algorithm}{your
19945 \begin_inset space ~
19946 \end_inset
19947
19948 name}
19949 \end_layout
19950
19951 \begin_layout Standard
19952 where 
19953 \family sans
19954 your
19955 \begin_inset space ~
19956 \end_inset
19957
19958 name
19959 \family default
19960  is the word 
19961 \begin_inset Quotes eld
19962 \end_inset
19963
19964
19965 \emph on
19966 List of Algorithm
19967 \emph default
19968 s
19969 \begin_inset Quotes erd
19970 \end_inset
19971
19972  in your language.
19973 \end_layout
19974
19975 \begin_layout Standard
19976 Algorithm floats are not by default numbered in the scheme 
19977 \begin_inset Quotes eld
19978 \end_inset
19979
19980 chapter.algorithm
19981 \begin_inset Quotes erd
19982 \end_inset
19983
19984  as is the case for table and figure floats in many document-classes.
19985  To number algorithm floats in the same scheme, add this command to your
19986  document preamble:
19987 \end_layout
19988
19989 \begin_layout Standard
19990
19991 \series bold
19992
19993 \backslash
19994 numberwithin{algorithm}{chapter}
19995 \end_layout
19996
19997 \begin_layout Standard
19998 To be able to use the command 
19999 \series bold
20000
20001 \backslash
20002 numberwithin
20003 \series default
20004 , set in the tab 
20005 \family sans
20006 Math
20007 \begin_inset space ~
20008 \end_inset
20009
20010 Options
20011 \family default
20012  in the document settings the option 
20013 \family sans
20014 Use
20015 \begin_inset space ~
20016 \end_inset
20017
20018 AMS
20019 \begin_inset space ~
20020 \end_inset
20021
20022 math
20023 \begin_inset space ~
20024 \end_inset
20025
20026 package
20027 \family default
20028 .
20029 \end_layout
20030
20031 \begin_layout Section
20032 Float Numbering
20033 \begin_inset Index idx
20034 status collapsed
20035
20036 \begin_layout Plain Layout
20037 Floats ! Numbering
20038 \end_layout
20039
20040 \end_inset
20041
20042
20043 \end_layout
20044
20045 \begin_layout Standard
20046 Floats are usually numbered either independently from the sections the floats
20047  are in, or in the scheme 
20048 \begin_inset Quotes eld
20049 \end_inset
20050
20051 chapter.number
20052 \begin_inset Quotes erd
20053 \end_inset
20054
20055  or 
20056 \begin_inset Quotes eld
20057 \end_inset
20058
20059 section.number
20060 \begin_inset Quotes erd
20061 \end_inset
20062
20063 .
20064  This depends on the document class used.
20065 \end_layout
20066
20067 \begin_layout Standard
20068 To change section-independent numbering, you can use this command in the
20069  document preamble:
20070 \end_layout
20071
20072 \begin_layout Standard
20073
20074 \series bold
20075
20076 \backslash
20077 renewcommand{
20078 \backslash
20079 thetable}{
20080 \backslash
20081 roman{table}}
20082 \end_layout
20083
20084 \begin_layout Standard
20085
20086 \series bold
20087
20088 \backslash
20089 thetable
20090 \series default
20091  is the command that prints the table number, for figure floats, the command
20092  would be 
20093 \series bold
20094
20095 \backslash
20096 thefigure
20097 \series default
20098 .
20099  
20100 \series bold
20101
20102 \backslash
20103 roman
20104 \series default
20105  in the command above prints the table number as small roman number.
20106 \end_layout
20107
20108 \begin_layout Standard
20109 To change the numbering scheme for example to 
20110 \begin_inset Quotes eld
20111 \end_inset
20112
20113 subsection.number
20114 \begin_inset Quotes erd
20115 \end_inset
20116
20117 , use this command in the preamble:
20118 \end_layout
20119
20120 \begin_layout Standard
20121
20122 \series bold
20123
20124 \backslash
20125 numberwithin{table}{subsection}
20126 \end_layout
20127
20128 \begin_layout Standard
20129 To be able to use the command 
20130 \series bold
20131
20132 \backslash
20133 numberwithin
20134 \series default
20135 , set in the tab 
20136 \family sans
20137 Math
20138 \begin_inset space ~
20139 \end_inset
20140
20141 Options
20142 \family default
20143  in the document settings the option 
20144 \family sans
20145 Use
20146 \begin_inset space ~
20147 \end_inset
20148
20149 AMS
20150 \begin_inset space ~
20151 \end_inset
20152
20153 math
20154 \begin_inset space ~
20155 \end_inset
20156
20157 package
20158 \family default
20159 .
20160 \end_layout
20161
20162 \begin_layout Standard
20163 Please also have a look at section
20164 \begin_inset space ~
20165 \end_inset
20166
20167
20168 \begin_inset CommandInset ref
20169 LatexCommand ref
20170 reference "sub:Footnote-Numbering"
20171
20172 \end_inset
20173
20174  for the details and important notes about the numbering commands.
20175 \end_layout
20176
20177 \begin_layout Section
20178 Referencing Floats
20179 \begin_inset CommandInset label
20180 LatexCommand label
20181 name "sec:Referencing-Floats"
20182
20183 \end_inset
20184
20185
20186 \begin_inset Index idx
20187 status collapsed
20188
20189 \begin_layout Plain Layout
20190 Floats ! References
20191 \end_layout
20192
20193 \end_inset
20194
20195
20196 \begin_inset Index idx
20197 status collapsed
20198
20199 \begin_layout Plain Layout
20200 References ! to Floats
20201 \end_layout
20202
20203 \end_inset
20204
20205
20206 \end_layout
20207
20208 \begin_layout Standard
20209 To reference a float, insert a label into its caption using the menu 
20210 \family sans
20211 Insert\SpecialChar \menuseparator
20212 Label
20213 \family default
20214  or the toolbar button 
20215 \begin_inset Graphics
20216         filename ../images/label-insert.png
20217         scale 85
20218         scaleBeforeRotation
20219
20220 \end_inset
20221
20222 .
20223  A grey label box like this one: 
20224 \begin_inset Graphics
20225         filename clipart/labelQt4.png
20226         scale 85
20227         scaleBeforeRotation
20228
20229 \end_inset
20230
20231  will be inserted and the label window pops up asking for the label text.
20232  LyX offers as text the first words of the caption with a prefix.
20233  The prefix depends on the float type, e.
20234 \begin_inset space \thinspace{}
20235 \end_inset
20236
20237 g.
20238 \begin_inset space \space{}
20239 \end_inset
20240
20241 for figure floats the prefix will be "
20242 \family sans
20243 fig:
20244 \family default
20245 ".
20246 \end_layout
20247
20248 \begin_layout Standard
20249 The label is used as anchor and name for the reference.
20250  You can refer to the label using the menu 
20251 \family sans
20252 Insert\SpecialChar \menuseparator
20253 Cross-reference
20254 \family default
20255  or the toolbar button 
20256 \begin_inset Graphics
20257         filename ../images/dialog-show-new-inset_ref.png
20258         scale 85
20259         scaleBeforeRotation
20260
20261 \end_inset
20262
20263 .
20264  A grey cross-reference box like this one: 
20265 \begin_inset Graphics
20266         filename clipart/referenceQt4.png
20267         scale 85
20268         scaleBeforeRotation
20269
20270 \end_inset
20271
20272  will be inserted and the cross-reference window appear showing all labels
20273  of the document.
20274  If you have multiple LyX-documents opened, choose the one you are working
20275  on from the drop-list at the top of the dialog.
20276  You can now sort the labels alphabetically and then choose one.
20277  At the position of the cross-reference box the float number will appear
20278  in the output.
20279 \end_layout
20280
20281 \begin_layout Standard
20282 It is recommended that you use a protected space between the cross-reference
20283  name and its number to avoid line breaks between them.
20284  If a cross-reference refers to a non-existing label, you will see two question
20285  marks in the output instead of the reference.
20286 \end_layout
20287
20288 \begin_layout Standard
20289 You can change labels at any time by clicking on the label box.
20290  References to the changed label will automatically change its link to the
20291  new label text, so that you don't need to take care about this.
20292 \end_layout
20293
20294 \begin_layout Standard
20295 The button 
20296 \family sans
20297 Go
20298 \begin_inset space ~
20299 \end_inset
20300
20301 to
20302 \begin_inset space ~
20303 \end_inset
20304
20305 Label
20306 \family default
20307  in the cross-reference window sets the cursor before the referred label.
20308  The button text changes then to Go
20309 \begin_inset space ~
20310 \end_inset
20311
20312 Back and you can use it to set the cursor back to the cross-reference.
20313  Right-clicking on a cross-reference box also sets the cursor before the
20314  referenced label but without the possibility of going back.
20315 \end_layout
20316
20317 \begin_layout Subsection
20318 Cross-Reference Formats
20319 \begin_inset CommandInset label
20320 LatexCommand label
20321 name "sub:Cross-Reference-Formats"
20322
20323 \end_inset
20324
20325
20326 \begin_inset Index idx
20327 status collapsed
20328
20329 \begin_layout Plain Layout
20330 References ! Formats
20331 \end_layout
20332
20333 \end_inset
20334
20335
20336 \end_layout
20337
20338 \begin_layout Standard
20339 There are six varieties of cross-references:
20340 \end_layout
20341
20342 \begin_layout Description
20343 <reference>: prints the float number, this is the default: 
20344 \begin_inset CommandInset ref
20345 LatexCommand ref
20346 reference "fig:Two-distorted-images"
20347
20348 \end_inset
20349
20350
20351 \end_layout
20352
20353 \begin_layout Description
20354 (<reference>): prints the float number within two parentheses, this is the
20355  style normally used to reference formulas, especially when the reference
20356  name 
20357 \begin_inset Quotes eld
20358 \end_inset
20359
20360 Equation
20361 \begin_inset Quotes erd
20362 \end_inset
20363
20364  is omitted: 
20365 \begin_inset CommandInset ref
20366 LatexCommand eqref
20367 reference "eq:Wgn"
20368
20369 \end_inset
20370
20371
20372 \end_layout
20373
20374 \begin_layout Description
20375 <page>: prints the page number: Page
20376 \begin_inset space ~
20377 \end_inset
20378
20379
20380 \begin_inset CommandInset ref
20381 LatexCommand pageref
20382 reference "fig:Two-distorted-images"
20383
20384 \end_inset
20385
20386
20387 \end_layout
20388
20389 \begin_layout Description
20390 on
20391 \begin_inset space ~
20392 \end_inset
20393
20394 page
20395 \begin_inset space ~
20396 \end_inset
20397
20398 <page>: prints the text "on page" and the page number: 
20399 \begin_inset CommandInset ref
20400 LatexCommand vpageref
20401 reference "fig:Two-distorted-images"
20402
20403 \end_inset
20404
20405
20406 \end_layout
20407
20408 \begin_layout Description
20409 <reference>
20410 \begin_inset space ~
20411 \end_inset
20412
20413 on
20414 \begin_inset space ~
20415 \end_inset
20416
20417 page
20418 \begin_inset space ~
20419 \end_inset
20420
20421 <page>: prints the float number, the text "on page", and the page number:
20422  
20423 \begin_inset CommandInset ref
20424 LatexCommand vref
20425 reference "fig:Two-distorted-images"
20426
20427 \end_inset
20428
20429
20430 \end_layout
20431
20432 \begin_layout Description
20433 Formatted
20434 \begin_inset space ~
20435 \end_inset
20436
20437 reference: prints a self-defined cross-reference format.
20438 \begin_inset Newline newline
20439 \end_inset
20440
20441
20442 \begin_inset Note Greyedout
20443 status open
20444
20445 \begin_layout Plain Layout
20446
20447 \series bold
20448 Note:
20449 \series default
20450  This feature is only available when you have the LaTeX-package 
20451 \series bold
20452 prettyref
20453 \series default
20454  or 
20455 \series bold
20456 refstyle
20457 \series default
20458
20459 \begin_inset Index idx
20460 status collapsed
20461
20462 \begin_layout Plain Layout
20463 LaTeX-packages ! prettyref
20464 \end_layout
20465
20466 \end_inset
20467
20468
20469 \begin_inset Index idx
20470 status collapsed
20471
20472 \begin_layout Plain Layout
20473 LaTeX-packages ! refstyle
20474 \end_layout
20475
20476 \end_inset
20477
20478  installed.
20479 \end_layout
20480
20481 \end_inset
20482
20483
20484 \begin_inset Newline newline
20485 \end_inset
20486
20487 You can select which LaTeX-package should be used for this feature by setting
20488  the option 
20489 \family sans
20490 Use refstyle (not prettyref) for cross-references
20491 \family default
20492  in the menu 
20493 \family sans
20494 Document\SpecialChar \menuseparator
20495 Settings\SpecialChar \menuseparator
20496 Document Class
20497 \family default
20498 .
20499  The format is specified by adding the command 
20500 \series bold
20501
20502 \backslash
20503 newrefformat
20504 \series default
20505  (prettyref) or 
20506 \series bold
20507
20508 \backslash
20509 newref
20510 \series default
20511  (refstyle) to the preamble of the document.
20512  For example redefining all references to figures (which have the label
20513  shortcut 
20514 \begin_inset Quotes eld
20515 \end_inset
20516
20517
20518 \family sans
20519 fig
20520 \family default
20521
20522 \begin_inset Quotes erd
20523 \end_inset
20524
20525 ) can be done with this command
20526 \begin_inset Newline newline
20527 \end_inset
20528
20529
20530 \series bold
20531
20532 \backslash
20533 newref{fig}{refcmd={Image on page 
20534 \backslash
20535 pageref{#1}}}
20536 \series default
20537
20538 \begin_inset Newline newline
20539 \end_inset
20540
20541 For more information about the format, have a look at the package documentations
20542
20543 \begin_inset CommandInset citation
20544 LatexCommand cite
20545 key "prettyref,refstyle"
20546
20547 \end_inset
20548
20549 .
20550 \end_layout
20551
20552 \begin_layout Description
20553 Textual
20554 \begin_inset space ~
20555 \end_inset
20556
20557 reference: prints the caption of the reference: 
20558 \begin_inset CommandInset ref
20559 LatexCommand nameref
20560 reference "fig:Two-distorted-images"
20561
20562 \end_inset
20563
20564
20565 \end_layout
20566
20567 \begin_layout Standard
20568
20569 \family sans
20570 <page>
20571 \family default
20572  will not print the page number if the label is on the previous, the same,
20573  or the next page.
20574  You will e.
20575 \begin_inset space \thinspace{}
20576 \end_inset
20577
20578 g.
20579 \begin_inset space \space{}
20580 \end_inset
20581
20582 see the text 
20583 \begin_inset Quotes eld
20584 \end_inset
20585
20586
20587 \family sans
20588 on this page
20589 \family default
20590
20591 \begin_inset Quotes erd
20592 \end_inset
20593
20594  instead.
20595  The style 
20596 \family sans
20597 <reference> on page <page>
20598 \family default
20599  will not print anything about the page if the label is on the same page.
20600 \end_layout
20601
20602 \begin_layout Standard
20603 The number and current page of the part of the document referred to in the
20604  output is automatically calculated by LaTeX.
20605  The varieties are adjusted in the field 
20606 \family sans
20607 Format
20608 \family default
20609  of the cross-reference window that appears when you click on the cross-referenc
20610 e box.
20611 \end_layout
20612
20613 \begin_layout Standard
20614 \begin_inset Note Greyedout
20615 status open
20616
20617 \begin_layout Plain Layout
20618
20619 \series bold
20620 Note:
20621 \series default
20622  It is recommended to use the LaTeX-package 
20623 \series bold
20624 refstyle
20625 \series default
20626
20627 \begin_inset Index idx
20628 status collapsed
20629
20630 \begin_layout Plain Layout
20631 LaTeX-packages ! refstyle
20632 \end_layout
20633
20634 \end_inset
20635
20636  because 
20637 \series bold
20638 prettyref
20639 \series default
20640
20641 \begin_inset Index idx
20642 status collapsed
20643
20644 \begin_layout Plain Layout
20645 LaTeX-packages ! prettyref
20646 \end_layout
20647
20648 \end_inset
20649
20650  does not know all of LyX's possible label shortcuts
20651 \begin_inset Foot
20652 status collapsed
20653
20654 \begin_layout Plain Layout
20655 \begin_inset Quotes eld
20656 \end_inset
20657
20658 fig:
20659 \begin_inset Quotes erd
20660 \end_inset
20661
20662  is for example LyX's shortcut for labels in figure captions.
20663 \end_layout
20664
20665 \end_inset
20666
20667  and is not internationalized.
20668 \end_layout
20669
20670 \end_inset
20671
20672
20673 \end_layout
20674
20675 \begin_layout Standard
20676 \begin_inset Note Greyedout
20677 status open
20678
20679 \begin_layout Plain Layout
20680
20681 \series bold
20682 Note:
20683 \series default
20684  Due to a bug in the LaTeX-package 
20685 \series bold
20686 varioref
20687 \series default
20688  version 1.4w, some cross-reference formats will cause LaTeX errors for document
20689  languages that make the period character active (like French).
20690  For a workaround, see
20691 \begin_inset Newline newline
20692 \end_inset
20693
20694
20695 \begin_inset CommandInset href
20696 LatexCommand href
20697 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
20698
20699 \end_inset
20700
20701 .
20702 \end_layout
20703
20704 \end_inset
20705
20706
20707 \end_layout
20708
20709 \begin_layout Subsection
20710 Automatic Reference Naming
20711 \begin_inset Index idx
20712 status collapsed
20713
20714 \begin_layout Plain Layout
20715 References ! Automatic Reference Naming
20716 \end_layout
20717
20718 \end_inset
20719
20720
20721 \end_layout
20722
20723 \begin_layout Standard
20724 The LaTeX-package 
20725 \series bold
20726 hyperref
20727 \series default
20728
20729 \begin_inset Index idx
20730 status collapsed
20731
20732 \begin_layout Plain Layout
20733 LaTeX-packages ! hyperref
20734 \end_layout
20735
20736 \end_inset
20737
20738 , that is enabled in the 
20739 \family sans
20740 PDF Properties
20741 \family default
20742  of the 
20743 \family sans
20744 Document Settings
20745 \family default
20746  dialog, provides a very useful feature that cross-references automatically
20747  include the name of the referenced floats (or text parts like 
20748 \emph on
20749 section
20750 \emph default
20751 ).
20752  So you will save having to write e.
20753 \begin_inset space \thinspace{}
20754 \end_inset
20755
20756 g.
20757 \begin_inset space \space{}
20758 \end_inset
20759
20760 the name 
20761 \begin_inset Quotes eld
20762 \end_inset
20763
20764 Figure
20765 \begin_inset Quotes erd
20766 \end_inset
20767
20768  before every reference to a figure.
20769  To use this feature, enable 
20770 \series bold
20771 hyperref
20772 \series default
20773  and insert this line to the LaTeX preamble:
20774 \end_layout
20775
20776 \begin_layout Standard
20777
20778 \series bold
20779
20780 \backslash
20781 AtBeginDocument{
20782 \backslash
20783 renewcommand{
20784 \backslash
20785 ref}[1]{
20786 \backslash
20787 mbox{
20788 \backslash
20789 autoref{#1}}}}
20790 \end_layout
20791
20792 \begin_layout Standard
20793 When you prefer other reference names than the default ones, for example
20794  you want instead of 
20795 \begin_inset Quotes eld
20796 \end_inset
20797
20798 section
20799 \begin_inset Quotes erd
20800 \end_inset
20801
20802  the name 
20803 \begin_inset Quotes eld
20804 \end_inset
20805
20806 sec.
20807 \begin_inset space \thinspace{}
20808 \end_inset
20809
20810
20811 \begin_inset Quotes eld
20812 \end_inset
20813
20814 , you can redefine the name by inserting this in the preamble:
20815 \end_layout
20816
20817 \begin_layout Standard
20818
20819 \series bold
20820
20821 \backslash
20822 addto
20823 \backslash
20824 extrasenglish{
20825 \backslash
20826 renewcommand{
20827 \backslash
20828 sectionautorefname}
20829 \begin_inset Newline newline
20830 \end_inset
20831
20832
20833 \begin_inset Phantom HPhantom
20834 status open
20835
20836 \begin_layout Plain Layout
20837
20838 \series bold
20839 \begin_inset space ~
20840 \end_inset
20841
20842
20843 \end_layout
20844
20845 \end_inset
20846
20847 {sec.
20848 \backslash
20849 negthinspace}}
20850 \end_layout
20851
20852 \begin_layout Standard
20853 When you are using another document language than English, replace
20854 \begin_inset Newline newline
20855 \end_inset
20856
20857
20858 \series bold
20859
20860 \backslash
20861 extrasenglish
20862 \series default
20863  by 
20864 \series bold
20865
20866 \backslash
20867 extras***
20868 \series default
20869 , where *** is the name of the language used.
20870 \end_layout
20871
20872 \begin_layout Standard
20873 To get automatic names, but not for certain reference types, for example
20874  not for equations, use this preamble code:
20875 \end_layout
20876
20877 \begin_layout Standard
20878
20879 \series bold
20880
20881 \backslash
20882 newlength{
20883 \backslash
20884 abc}
20885 \begin_inset Newline newline
20886 \end_inset
20887
20888
20889 \backslash
20890 settowidth{
20891 \backslash
20892 abc}{
20893 \backslash
20894 space}
20895 \begin_inset Newline newline
20896 \end_inset
20897
20898
20899 \backslash
20900 addto
20901 \backslash
20902 extrasenglish{
20903 \backslash
20904 renewcommand{
20905 \backslash
20906 equationautorefname}
20907 \begin_inset Newline newline
20908 \end_inset
20909
20910
20911 \begin_inset Phantom HPhantom
20912 status open
20913
20914 \begin_layout Plain Layout
20915
20916 \series bold
20917 \begin_inset space ~
20918 \end_inset
20919
20920
20921 \end_layout
20922
20923 \end_inset
20924
20925 {
20926 \backslash
20927 hspace{-
20928 \backslash
20929 abc}}
20930 \end_layout
20931
20932 \begin_layout Standard
20933 More about this topic can be found in 
20934 \series bold
20935 hyperref
20936 \series default
20937 's documentation 
20938 \begin_inset CommandInset citation
20939 LatexCommand cite
20940 key "hyperref"
20941
20942 \end_inset
20943
20944 .
20945 \end_layout
20946
20947 \begin_layout Standard
20948 \begin_inset Note Greyedout
20949 status open
20950
20951 \begin_layout Plain Layout
20952
20953 \series bold
20954 Note:
20955 \series default
20956  Automatic reference naming cannot be used when you use cross-references
20957  in the 
20958 \family sans
20959 Formatted
20960 \begin_inset space ~
20961 \end_inset
20962
20963 reference
20964 \family default
20965  style, as described in section
20966 \begin_inset space ~
20967 \end_inset
20968
20969
20970 \begin_inset CommandInset ref
20971 LatexCommand ref
20972 reference "sub:Cross-Reference-Formats"
20973
20974 \end_inset
20975
20976 .
20977 \end_layout
20978
20979 \end_inset
20980
20981
20982 \end_layout
20983
20984 \begin_layout Standard
20985 The 
20986 \emph on
20987 Math
20988 \emph default
20989  manual is an example where automatic reference naming is used.
20990 \end_layout
20991
20992 \begin_layout Subsection
20993 Reference Position
20994 \begin_inset CommandInset label
20995 LatexCommand label
20996 name "sub:Reference-Position"
20997
20998 \end_inset
20999
21000
21001 \begin_inset Index idx
21002 status collapsed
21003
21004 \begin_layout Plain Layout
21005 References ! Reference Position
21006 \end_layout
21007
21008 \end_inset
21009
21010
21011 \end_layout
21012
21013 \begin_layout Standard
21014 If you use 
21015 \series bold
21016 hyperref
21017 \series default
21018
21019 \begin_inset Index idx
21020 status collapsed
21021
21022 \begin_layout Plain Layout
21023 LaTeX-packages ! hyperref
21024 \end_layout
21025
21026 \end_inset
21027
21028  in the 
21029 \family sans
21030 PDF Properties
21031 \family default
21032  of the 
21033 \family sans
21034 Document Settings
21035 \family default
21036  dialog to link cross-references in the output, you will see that clicking
21037  on an image float reference jumps to the image label.
21038  The caption will be the first text part on the screen, so that you cannot
21039  see the image without scrolling.
21040  This is because the reference link anchor is placed at the position of
21041  the label.
21042  With the use of the package 
21043 \series bold
21044 hypcap
21045 \series default
21046
21047 \begin_inset Index idx
21048 status collapsed
21049
21050 \begin_layout Plain Layout
21051 LaTeX-packages ! hypcap
21052 \end_layout
21053
21054 \end_inset
21055
21056 , which is part of the LaTeX-package 
21057 \series bold
21058 oberdiek
21059 \series default
21060
21061 \begin_inset Index idx
21062 status collapsed
21063
21064 \begin_layout Plain Layout
21065 LaTeX-packages ! oberdiek
21066 \end_layout
21067
21068 \end_inset
21069
21070 , the link anchor is placed at the beginning of a float.
21071  To use this feature for figure floats, load 
21072 \series bold
21073 hypcap
21074 \series default
21075  in the document preamble with the line
21076 \end_layout
21077
21078 \begin_layout Standard
21079
21080 \series bold
21081
21082 \backslash
21083 usepackage[figure]{hypcap}
21084 \end_layout
21085
21086 \begin_layout Standard
21087 You can also use 
21088 \series bold
21089 hypcap
21090 \series default
21091  for all float types but this is not recommended for stability reasons.
21092  For more information, have a look at 
21093 \series bold
21094 hypcap
21095 \series default
21096 's manual 
21097 \begin_inset CommandInset citation
21098 LatexCommand cite
21099 key "hypcap"
21100
21101 \end_inset
21102
21103 .
21104 \end_layout
21105
21106 \begin_layout Standard
21107 \begin_inset Note Greyedout
21108 status open
21109
21110 \begin_layout Plain Layout
21111
21112 \series bold
21113 Note:
21114 \series default
21115  
21116 \series bold
21117 hypcap
21118 \series default
21119  has no effect on references to subfigures.
21120 \end_layout
21121
21122 \end_inset
21123
21124
21125 \end_layout
21126
21127 \begin_layout Section
21128 Float Placement
21129 \begin_inset CommandInset label
21130 LatexCommand label
21131 name "sec:Float-Placement"
21132
21133 \end_inset
21134
21135
21136 \begin_inset Index idx
21137 status collapsed
21138
21139 \begin_layout Plain Layout
21140 Floats ! Placement
21141 \end_layout
21142
21143 \end_inset
21144
21145
21146 \end_layout
21147
21148 \begin_layout Standard
21149 Right-clicking on a float-box opens a dialog where you can alter the placement
21150  options that LaTeX uses for positioning the float.
21151 \begin_inset Newline newline
21152 \end_inset
21153
21154 The option 
21155 \family sans
21156 Span
21157 \begin_inset space ~
21158 \end_inset
21159
21160 columns
21161 \family default
21162  is only useful for two-column documents: If you select it, the float will
21163  span both columns on the page instead of being confined to just one.
21164 \begin_inset Newline newline
21165 \end_inset
21166
21167 The option 
21168 \family sans
21169 Rotate
21170 \begin_inset space ~
21171 \end_inset
21172
21173 sideways
21174 \family default
21175  is used to rotate floats, see section 
21176 \begin_inset CommandInset ref
21177 LatexCommand ref
21178 reference "sec:Rotated-Floats"
21179
21180 \end_inset
21181
21182 .
21183 \end_layout
21184
21185 \begin_layout Standard
21186 You can use one ore more of the following options in the float dialog to
21187  set the placement for a particular float when you uncheck the option 
21188 \family sans
21189 Use
21190 \begin_inset space ~
21191 \end_inset
21192
21193 default
21194 \begin_inset space ~
21195 \end_inset
21196
21197 placement
21198 \family default
21199 :
21200 \end_layout
21201
21202 \begin_layout Description
21203 Here
21204 \begin_inset space ~
21205 \end_inset
21206
21207 if
21208 \begin_inset space ~
21209 \end_inset
21210
21211 possible try to place the float on the position where it has been inserted
21212 \end_layout
21213
21214 \begin_layout Description
21215 Top
21216 \begin_inset space ~
21217 \end_inset
21218
21219 of
21220 \begin_inset space ~
21221 \end_inset
21222
21223 page try to place the float at the top of the current page
21224 \end_layout
21225
21226 \begin_layout Description
21227 Bottom
21228 \begin_inset space ~
21229 \end_inset
21230
21231 of
21232 \begin_inset space ~
21233 \end_inset
21234
21235 page try to place the float at the bottom of the current page
21236 \end_layout
21237
21238 \begin_layout Description
21239 Page
21240 \begin_inset space ~
21241 \end_inset
21242
21243 of
21244 \begin_inset space ~
21245 \end_inset
21246
21247 floats try to place the float on its own page 
21248 \end_layout
21249
21250 \begin_layout Standard
21251 The order of the above option is 
21252 \emph on
21253 always
21254 \emph default
21255  used by LaTeX.
21256  That means, if you use the default placement, LaTeX will first try out
21257  
21258 \family sans
21259 Here
21260 \begin_inset space ~
21261 \end_inset
21262
21263 if
21264 \begin_inset space ~
21265 \end_inset
21266
21267 possible
21268 \family default
21269 , then 
21270 \family sans
21271 Top
21272 \begin_inset space ~
21273 \end_inset
21274
21275 of
21276 \begin_inset space ~
21277 \end_inset
21278
21279 page
21280 \family default
21281 , and then the others.
21282  If you do not use the default, LaTeX will try only the checked options
21283  but in the same order.
21284  If none of the 4
21285 \begin_inset space ~
21286 \end_inset
21287
21288 placements are possible the procedure is internally repeated but it is tried
21289  to put the float on the following page.
21290 \end_layout
21291
21292 \begin_layout Standard
21293 By default, each option has its own rules:
21294 \end_layout
21295
21296 \begin_layout Labeling
21297 \labelwidthstring 00.00.0000
21298
21299 \family sans
21300 Top
21301 \begin_inset space ~
21302 \end_inset
21303
21304 of
21305 \begin_inset space ~
21306 \end_inset
21307
21308 page
21309 \family default
21310  only floats occupying less than 70
21311 \begin_inset space \thinspace{}
21312 \end_inset
21313
21314 % of the page can be placed at the top of a page (
21315 \series bold
21316
21317 \backslash
21318 topfraction
21319 \series default
21320 )
21321 \end_layout
21322
21323 \begin_layout Labeling
21324 \labelwidthstring 00.00.0000
21325
21326 \family sans
21327 Bottom
21328 \begin_inset space ~
21329 \end_inset
21330
21331 of
21332 \begin_inset space ~
21333 \end_inset
21334
21335 page
21336 \family default
21337 : only floats occupying less than 30
21338 \begin_inset space \thinspace{}
21339 \end_inset
21340
21341 % of the page can be placed at the bottom of a page.
21342  (
21343 \series bold
21344
21345 \backslash
21346 bottomfraction
21347 \series default
21348 )
21349 \end_layout
21350
21351 \begin_layout Labeling
21352 \labelwidthstring 00.00.0000
21353
21354 \family sans
21355 Page
21356 \begin_inset space ~
21357 \end_inset
21358
21359 of
21360 \begin_inset space ~
21361 \end_inset
21362
21363 floats
21364 \family default
21365 : only if more than 50
21366 \begin_inset space \thinspace{}
21367 \end_inset
21368
21369 % of the page are occupied by floats, several floats can be set together
21370  on a page.
21371  (
21372 \series bold
21373
21374 \backslash
21375 floatpagefraction
21376 \series default
21377 )
21378 \end_layout
21379
21380 \begin_layout Standard
21381 If you don't like these rules, you can ignore them by using the additional
21382  option 
21383 \family sans
21384 Ignore
21385 \begin_inset space ~
21386 \end_inset
21387
21388 LaTeX
21389 \begin_inset space ~
21390 \end_inset
21391
21392 rules
21393 \family default
21394 .
21395 \begin_inset Newline newline
21396 \end_inset
21397
21398 You can also redefine the rules with LaTeX-commands that are given in parenthese
21399 s after the rules description above.
21400  To increase for example the often too small default of the bottom-rule
21401  to 50
21402 \begin_inset space \thinspace{}
21403 \end_inset
21404
21405 % of the page, add this line to your document preamble:
21406 \end_layout
21407
21408 \begin_layout Standard
21409
21410 \series bold
21411
21412 \backslash
21413 renewcommand{
21414 \backslash
21415 bottomfraction}{0.5}
21416 \end_layout
21417
21418 \begin_layout Standard
21419 Sometimes you might need, under all circumstances, a float to be placed
21420  exactly at the position where it is inserted.
21421  For this case you can use the option 
21422 \family sans
21423 Here
21424 \begin_inset space ~
21425 \end_inset
21426
21427 definitely
21428 \family default
21429 .
21430  Use this option very rarely and only if the document is almost ready to
21431  be printed, because the float is then no longer able to 
21432 \begin_inset Quotes eld
21433 \end_inset
21434
21435 float
21436 \begin_inset Quotes erd
21437 \end_inset
21438
21439  when you change your document and this will often destroy the page layout.
21440 \end_layout
21441
21442 \begin_layout Standard
21443 There are no placement options for text wrap floats, because they are always
21444  surrounded by the text of a certain paragraph.
21445 \begin_inset VSpace bigskip
21446 \end_inset
21447
21448
21449 \end_layout
21450
21451 \begin_layout Standard
21452 Sometimes you have the problem that a float is placed at the top of a page
21453  while its corresponding section starts at the middle of the page, so that
21454  the reader could think the float is part of the previous section.
21455  To avoid this the LaTeX-command 
21456 \series bold
21457
21458 \backslash
21459 suppressfloats
21460 \series default
21461  can be used.
21462  It suppresses a given float placement for the page where it is inserted
21463  and can therefore be used to avoid floats being set before a section starts.
21464  To get this, add these commands to your document preamble:
21465 \end_layout
21466
21467 \begin_layout Standard
21468
21469 \series bold
21470
21471 \backslash
21472 let
21473 \backslash
21474 mySection
21475 \backslash
21476 section
21477 \begin_inset Newline newline
21478 \end_inset
21479
21480
21481 \backslash
21482 renewcommand{
21483 \backslash
21484 section}{
21485 \backslash
21486 suppressfloats[t]
21487 \backslash
21488 mySection}
21489 \end_layout
21490
21491 \begin_layout Standard
21492 You can define the same for all section headings, like chapters and subsections.
21493  This definition is not recommended to be used for small text parts like
21494  subsubsections because LaTeX may then have problems finding a suitable
21495  placement.
21496 \end_layout
21497
21498 \begin_layout Standard
21499 \begin_inset VSpace bigskip
21500 \end_inset
21501
21502 In some cases it is required to have all figures/tables at the end of the
21503  document.
21504  For this purpose the LaTeX-package 
21505 \series bold
21506 endfloat
21507 \series default
21508
21509 \begin_inset Index idx
21510 status collapsed
21511
21512 \begin_layout Plain Layout
21513 LaTeX-packages ! endfloat
21514 \end_layout
21515
21516 \end_inset
21517
21518  was developed.
21519  It puts all figure and table floats at the end of the document into their
21520  own sections.
21521  At the original float position a text hint like 
21522 \begin_inset Quotes eld
21523 \end_inset
21524
21525
21526 \family sans
21527 [Figure
21528 \begin_inset space ~
21529 \end_inset
21530
21531 3.2 about here.]
21532 \family default
21533
21534 \begin_inset Quotes erd
21535 \end_inset
21536
21537  is inserted.
21538  The endfloat-package is loaded in the preamble with the line
21539 \end_layout
21540
21541 \begin_layout Standard
21542
21543 \series bold
21544
21545 \backslash
21546 usepackage[options]{endfloat}
21547 \end_layout
21548
21549 \begin_layout Standard
21550 There are various package options to format the created figure/table sections.
21551  For more information we refer to the 
21552 \series bold
21553 endfloat
21554 \series default
21555  documentation 
21556 \begin_inset CommandInset citation
21557 LatexCommand cite
21558 key "endfloat"
21559
21560 \end_inset
21561
21562 .
21563 \begin_inset Newline newline
21564 \end_inset
21565
21566
21567 \begin_inset Note Greyedout
21568 status open
21569
21570 \begin_layout Plain Layout
21571
21572 \series bold
21573 Note: endfloat
21574 \series default
21575  doesn't provide an automatic translation for the text hint, you have to
21576  do this manually, see section
21577 \begin_inset space ~
21578 \end_inset
21579
21580 4 in 
21581 \begin_inset CommandInset citation
21582 LatexCommand cite
21583 key "endfloat"
21584
21585 \end_inset
21586
21587 .
21588 \end_layout
21589
21590 \end_inset
21591
21592
21593 \begin_inset Newline newline
21594 \end_inset
21595
21596
21597 \begin_inset Note Greyedout
21598 status open
21599
21600 \begin_layout Plain Layout
21601
21602 \series bold
21603 Note:
21604 \series default
21605  There is currently a bug in 
21606 \series bold
21607 endfloat
21608 \series default
21609  when the caption contains a German 
21610 \begin_inset Quotes eld
21611 \end_inset
21612
21613 ß
21614 \begin_inset Quotes erd
21615 \end_inset
21616
21617 .
21618  Use in this case the command 
21619 \begin_inset Quotes eld
21620 \end_inset
21621
21622
21623 \series bold
21624
21625 \backslash
21626 ss
21627 \series default
21628
21629 \begin_inset Quotes erd
21630 \end_inset
21631
21632  in TeX-Code instead of 
21633 \begin_inset Quotes eld
21634 \end_inset
21635
21636 ß
21637 \begin_inset Quotes erd
21638 \end_inset
21639
21640 .
21641 \end_layout
21642
21643 \end_inset
21644
21645
21646 \end_layout
21647
21648 \begin_layout Standard
21649 \begin_inset VSpace bigskip
21650 \end_inset
21651
21652 For more details about float placements, have a look at LaTeX books, 
21653 \begin_inset CommandInset citation
21654 LatexCommand cite
21655 key "latexcompanion,latexguide,latexbook"
21656
21657 \end_inset
21658
21659 .
21660 \end_layout
21661
21662 \begin_layout Section
21663 Rotated Floats
21664 \begin_inset CommandInset label
21665 LatexCommand label
21666 name "sec:Rotated-Floats"
21667
21668 \end_inset
21669
21670
21671 \begin_inset Index idx
21672 status collapsed
21673
21674 \begin_layout Plain Layout
21675 Floats ! Rotating
21676 \end_layout
21677
21678 \end_inset
21679
21680
21681 \end_layout
21682
21683 \begin_layout Standard
21684 Especially for wide tables you might have floats rotated.
21685  To rotate a whole float including the caption, right-click on the float-box
21686  and use the option 
21687 \family sans
21688 Rotate
21689 \begin_inset space ~
21690 \end_inset
21691
21692 sideways
21693 \family default
21694 .
21695 \end_layout
21696
21697 \begin_layout Standard
21698 Rotated floats are always placed on a page of their own (or column of their
21699  own; in case you have a multi-column document).
21700  You can let them span several columns using the float settings option 
21701 \family sans
21702 Span
21703 \begin_inset space ~
21704 \end_inset
21705
21706 columns
21707 \family default
21708 .
21709  Floats are rotated so that you can read them from the outside margin.
21710  To force a certain rotation direction for all pages, you can add either
21711  the option 
21712 \series bold
21713 figuresleft
21714 \series default
21715  or 
21716 \series bold
21717 figuresright
21718 \series default
21719  to the document class options.
21720 \end_layout
21721
21722 \begin_layout Standard
21723 Referencing rotated floats is the same as for normal floats, the caption
21724  format is also the same: Table
21725 \begin_inset space ~
21726 \end_inset
21727
21728
21729 \begin_inset CommandInset ref
21730 LatexCommand ref
21731 reference "tab:Rotated-table"
21732
21733 \end_inset
21734
21735  is an example of a rotated table float.
21736 \end_layout
21737
21738 \begin_layout Standard
21739 \begin_inset Note Greyedout
21740 status open
21741
21742 \begin_layout Plain Layout
21743
21744 \series bold
21745 Note:
21746 \series default
21747  Not all DVI-viewers are able to display rotated floats.
21748 \end_layout
21749
21750 \end_inset
21751
21752
21753 \end_layout
21754
21755 \begin_layout Standard
21756 \begin_inset Float table
21757 wide false
21758 sideways true
21759 status open
21760
21761 \begin_layout Plain Layout
21762 \begin_inset Caption
21763
21764 \begin_layout Plain Layout
21765 \begin_inset CommandInset label
21766 LatexCommand label
21767 name "tab:Rotated-table"
21768
21769 \end_inset
21770
21771  Rotated table
21772 \end_layout
21773
21774 \end_inset
21775
21776
21777 \end_layout
21778
21779 \begin_layout Plain Layout
21780 \align center
21781 \begin_inset Tabular
21782 <lyxtabular version="3" rows="1" columns="5">
21783 <features tabularvalignment="middle">
21784 <column alignment="center" valignment="top" width="0">
21785 <column alignment="center" valignment="top" width="0">
21786 <column alignment="center" valignment="top" width="0">
21787 <column alignment="center" valignment="top" width="0">
21788 <column alignment="center" valignment="top" width="0">
21789 <row>
21790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21791 \begin_inset Text
21792
21793 \begin_layout Plain Layout
21794 test
21795 \end_layout
21796
21797 \end_inset
21798 </cell>
21799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21800 \begin_inset Text
21801
21802 \begin_layout Plain Layout
21803 b
21804 \end_layout
21805
21806 \end_inset
21807 </cell>
21808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21809 \begin_inset Text
21810
21811 \begin_layout Plain Layout
21812 c
21813 \end_layout
21814
21815 \end_inset
21816 </cell>
21817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21818 \begin_inset Text
21819
21820 \begin_layout Plain Layout
21821 d
21822 \end_layout
21823
21824 \end_inset
21825 </cell>
21826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21827 \begin_inset Text
21828
21829 \begin_layout Plain Layout
21830 e
21831 \end_layout
21832
21833 \end_inset
21834 </cell>
21835 </row>
21836 </lyxtabular>
21837
21838 \end_inset
21839
21840
21841 \end_layout
21842
21843 \end_inset
21844
21845
21846 \end_layout
21847
21848 \begin_layout Section
21849 Subfloats
21850 \begin_inset Index idx
21851 status collapsed
21852
21853 \begin_layout Plain Layout
21854 Floats ! Subfloats
21855 \end_layout
21856
21857 \end_inset
21858
21859
21860 \end_layout
21861
21862 \begin_layout Standard
21863 Subfloats are for example used when a figure consists of several images.
21864  They are created by inserting a float into an existing float.
21865  The placement of the subfloats can be controlled in the same way as for
21866  paragraphs as shown in table
21867 \begin_inset space ~
21868 \end_inset
21869
21870
21871 \begin_inset CommandInset ref
21872 LatexCommand ref
21873 reference "tab:Two-subtables-side"
21874
21875 \end_inset
21876
21877  and 
21878 \begin_inset CommandInset ref
21879 LatexCommand ref
21880 reference "tab:Two-subtables-upon"
21881
21882 \end_inset
21883
21884 .
21885 \end_layout
21886
21887 \begin_layout Standard
21888 Referencing subfloats works as for normal floats: Table
21889 \begin_inset space ~
21890 \end_inset
21891
21892
21893 \begin_inset CommandInset ref
21894 LatexCommand ref
21895 reference "tab:This-is-subtable-a"
21896
21897 \end_inset
21898
21899  and 
21900 \begin_inset CommandInset ref
21901 LatexCommand ref
21902 reference "tab:This-is-subtable-b"
21903
21904 \end_inset
21905
21906  are subtables of table
21907 \begin_inset space ~
21908 \end_inset
21909
21910
21911 \begin_inset CommandInset ref
21912 LatexCommand ref
21913 reference "tab:Two-subtables-side"
21914
21915 \end_inset
21916
21917 .
21918 \end_layout
21919
21920 \begin_layout Standard
21921 \begin_inset Float table
21922 wide false
21923 sideways false
21924 status open
21925
21926 \begin_layout Plain Layout
21927 \begin_inset Caption
21928
21929 \begin_layout Plain Layout
21930 \begin_inset CommandInset label
21931 LatexCommand label
21932 name "tab:Two-subtables-side"
21933
21934 \end_inset
21935
21936 Two subtables placed side by side.
21937 \end_layout
21938
21939 \end_inset
21940
21941
21942 \end_layout
21943
21944 \begin_layout Plain Layout
21945 \align center
21946 \begin_inset space \hfill{}
21947 \end_inset
21948
21949
21950 \begin_inset Float table
21951 wide false
21952 sideways false
21953 status collapsed
21954
21955 \begin_layout Plain Layout
21956 \begin_inset Caption
21957
21958 \begin_layout Plain Layout
21959 \begin_inset CommandInset label
21960 LatexCommand label
21961 name "tab:This-is-subtable-a"
21962
21963 \end_inset
21964
21965 This is subtable a.
21966 \end_layout
21967
21968 \end_inset
21969
21970
21971 \end_layout
21972
21973 \begin_layout Plain Layout
21974 \align center
21975 \begin_inset Tabular
21976 <lyxtabular version="3" rows="1" columns="5">
21977 <features tabularvalignment="middle">
21978 <column alignment="center" valignment="top" width="0">
21979 <column alignment="center" valignment="top" width="0">
21980 <column alignment="center" valignment="top" width="0">
21981 <column alignment="center" valignment="top" width="0">
21982 <column alignment="center" valignment="top" width="0">
21983 <row>
21984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988 test
21989 \end_layout
21990
21991 \end_inset
21992 </cell>
21993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21994 \begin_inset Text
21995
21996 \begin_layout Plain Layout
21997 b
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22003 \begin_inset Text
22004
22005 \begin_layout Plain Layout
22006 c
22007 \end_layout
22008
22009 \end_inset
22010 </cell>
22011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22012 \begin_inset Text
22013
22014 \begin_layout Plain Layout
22015 d
22016 \end_layout
22017
22018 \end_inset
22019 </cell>
22020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22021 \begin_inset Text
22022
22023 \begin_layout Plain Layout
22024 e
22025 \end_layout
22026
22027 \end_inset
22028 </cell>
22029 </row>
22030 </lyxtabular>
22031
22032 \end_inset
22033
22034
22035 \end_layout
22036
22037 \end_inset
22038
22039
22040 \begin_inset space \hfill{}
22041 \end_inset
22042
22043
22044 \begin_inset Float table
22045 wide false
22046 sideways false
22047 status collapsed
22048
22049 \begin_layout Plain Layout
22050 \begin_inset Caption
22051
22052 \begin_layout Plain Layout
22053 \begin_inset CommandInset label
22054 LatexCommand label
22055 name "tab:This-is-subtable-b"
22056
22057 \end_inset
22058
22059 This is subtable b.
22060 \end_layout
22061
22062 \end_inset
22063
22064
22065 \end_layout
22066
22067 \begin_layout Plain Layout
22068 \align center
22069 \begin_inset Tabular
22070 <lyxtabular version="3" rows="1" columns="5">
22071 <features tabularvalignment="middle">
22072 <column alignment="center" valignment="top" width="0">
22073 <column alignment="center" valignment="top" width="0">
22074 <column alignment="center" valignment="top" width="0">
22075 <column alignment="center" valignment="top" width="0">
22076 <column alignment="center" valignment="top" width="0">
22077 <row>
22078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22079 \begin_inset Text
22080
22081 \begin_layout Plain Layout
22082 e
22083 \end_layout
22084
22085 \end_inset
22086 </cell>
22087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22088 \begin_inset Text
22089
22090 \begin_layout Plain Layout
22091 d
22092 \end_layout
22093
22094 \end_inset
22095 </cell>
22096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22097 \begin_inset Text
22098
22099 \begin_layout Plain Layout
22100 c
22101 \end_layout
22102
22103 \end_inset
22104 </cell>
22105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22106 \begin_inset Text
22107
22108 \begin_layout Plain Layout
22109 b
22110 \end_layout
22111
22112 \end_inset
22113 </cell>
22114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22115 \begin_inset Text
22116
22117 \begin_layout Plain Layout
22118 test
22119 \end_layout
22120
22121 \end_inset
22122 </cell>
22123 </row>
22124 </lyxtabular>
22125
22126 \end_inset
22127
22128
22129 \end_layout
22130
22131 \end_inset
22132
22133
22134 \begin_inset space \hfill{}
22135 \end_inset
22136
22137
22138 \end_layout
22139
22140 \end_inset
22141
22142
22143 \end_layout
22144
22145 \begin_layout Standard
22146 \begin_inset Float table
22147 wide false
22148 sideways false
22149 status open
22150
22151 \begin_layout Plain Layout
22152 \begin_inset Caption
22153
22154 \begin_layout Plain Layout
22155 \begin_inset CommandInset label
22156 LatexCommand label
22157 name "tab:Two-subtables-upon"
22158
22159 \end_inset
22160
22161 Two subtables placed one above the other.
22162  (a) table with 4 cells, (b) table with 5 cells.
22163 \end_layout
22164
22165 \end_inset
22166
22167
22168 \end_layout
22169
22170 \begin_layout Plain Layout
22171 \align center
22172 \begin_inset Float table
22173 wide false
22174 sideways false
22175 status collapsed
22176
22177 \begin_layout Plain Layout
22178 \begin_inset Caption
22179
22180 \begin_layout Plain Layout
22181
22182 \end_layout
22183
22184 \end_inset
22185
22186
22187 \end_layout
22188
22189 \begin_layout Plain Layout
22190 \align center
22191 \begin_inset Tabular
22192 <lyxtabular version="3" rows="1" columns="4">
22193 <features tabularvalignment="middle">
22194 <column alignment="center" valignment="top" width="0">
22195 <column alignment="center" valignment="top" width="0">
22196 <column alignment="center" valignment="top" width="0">
22197 <column alignment="center" valignment="top" width="0">
22198 <row>
22199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22200 \begin_inset Text
22201
22202 \begin_layout Plain Layout
22203 test
22204 \end_layout
22205
22206 \end_inset
22207 </cell>
22208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212 test
22213 \end_layout
22214
22215 \end_inset
22216 </cell>
22217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22218 \begin_inset Text
22219
22220 \begin_layout Plain Layout
22221 test
22222 \end_layout
22223
22224 \end_inset
22225 </cell>
22226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22227 \begin_inset Text
22228
22229 \begin_layout Plain Layout
22230 test
22231 \end_layout
22232
22233 \end_inset
22234 </cell>
22235 </row>
22236 </lyxtabular>
22237
22238 \end_inset
22239
22240
22241 \end_layout
22242
22243 \end_inset
22244
22245
22246 \end_layout
22247
22248 \begin_layout Plain Layout
22249 \align center
22250 \begin_inset Float table
22251 wide false
22252 sideways false
22253 status collapsed
22254
22255 \begin_layout Plain Layout
22256 \begin_inset Caption
22257
22258 \begin_layout Plain Layout
22259
22260 \end_layout
22261
22262 \end_inset
22263
22264
22265 \end_layout
22266
22267 \begin_layout Plain Layout
22268 \align center
22269 \begin_inset Tabular
22270 <lyxtabular version="3" rows="1" columns="5">
22271 <features tabularvalignment="middle">
22272 <column alignment="center" valignment="top" width="0">
22273 <column alignment="center" valignment="top" width="0">
22274 <column alignment="center" valignment="top" width="0">
22275 <column alignment="center" valignment="top" width="0">
22276 <column alignment="center" valignment="top" width="0">
22277 <row>
22278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22279 \begin_inset Text
22280
22281 \begin_layout Plain Layout
22282 a
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22288 \begin_inset Text
22289
22290 \begin_layout Plain Layout
22291 b
22292 \end_layout
22293
22294 \end_inset
22295 </cell>
22296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22297 \begin_inset Text
22298
22299 \begin_layout Plain Layout
22300 c
22301 \end_layout
22302
22303 \end_inset
22304 </cell>
22305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22306 \begin_inset Text
22307
22308 \begin_layout Plain Layout
22309 d
22310 \end_layout
22311
22312 \end_inset
22313 </cell>
22314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22315 \begin_inset Text
22316
22317 \begin_layout Plain Layout
22318 e
22319 \end_layout
22320
22321 \end_inset
22322 </cell>
22323 </row>
22324 </lyxtabular>
22325
22326 \end_inset
22327
22328
22329 \end_layout
22330
22331 \end_inset
22332
22333
22334 \end_layout
22335
22336 \end_inset
22337
22338
22339 \end_layout
22340
22341 \begin_layout Section
22342 Floats Side by Side
22343 \begin_inset Index idx
22344 status collapsed
22345
22346 \begin_layout Plain Layout
22347 Floats ! Side by side
22348 \end_layout
22349
22350 \end_inset
22351
22352
22353 \end_layout
22354
22355 \begin_layout Standard
22356 To place floats side by side, as in Figures
22357 \begin_inset space ~
22358 \end_inset
22359
22360
22361 \begin_inset CommandInset ref
22362 LatexCommand ref
22363 reference "fig:Float-left"
22364
22365 \end_inset
22366
22367  and 
22368 \begin_inset CommandInset ref
22369 LatexCommand ref
22370 reference "fig:Float-right"
22371
22372 \end_inset
22373
22374 , only 
22375 \emph on
22376 one
22377 \emph default
22378  float is used.
22379  In it two minipage boxes are inserted.
22380 \begin_inset Foot
22381 status collapsed
22382
22383 \begin_layout Plain Layout
22384 Minipages are explained in section
22385 \begin_inset space ~
22386 \end_inset
22387
22388
22389 \begin_inset CommandInset ref
22390 LatexCommand ref
22391 reference "sec:Minipages"
22392
22393 \end_inset
22394
22395 .
22396 \end_layout
22397
22398 \end_inset
22399
22400  The width is set to 45
22401 \begin_inset space \thinspace{}
22402 \end_inset
22403
22404 -50
22405 \begin_inset space \thinspace{}
22406 \end_inset
22407
22408 column% and the box alignment to 
22409 \family sans
22410 Bottom
22411 \family default
22412  for each minipage.
22413  The minipage boxes contain the image and the caption in the same way as
22414  they are in a float.
22415  The only difference is that the image unit 
22416 \family sans
22417 Column
22418 \begin_inset space ~
22419 \end_inset
22420
22421 Width
22422 \begin_inset space ~
22423 \end_inset
22424
22425 %
22426 \family default
22427  is now calculated according to the width of the minipage boxes.
22428 \end_layout
22429
22430 \begin_layout Standard
22431 \begin_inset Float figure
22432 wide false
22433 sideways false
22434 status open
22435
22436 \begin_layout Plain Layout
22437 \begin_inset Box Frameless
22438 position "b"
22439 hor_pos "c"
22440 has_inner_box 1
22441 inner_pos "t"
22442 use_parbox 0
22443 use_makebox 0
22444 width "45col%"
22445 special "none"
22446 height "1in"
22447 height_special "totalheight"
22448 status open
22449
22450 \begin_layout Plain Layout
22451 \align center
22452 \begin_inset Graphics
22453         filename clipart/mobius.eps
22454         lyxscale 50
22455         width 100col%
22456         scaleBeforeRotation
22457
22458 \end_inset
22459
22460
22461 \end_layout
22462
22463 \begin_layout Plain Layout
22464 \begin_inset Caption
22465
22466 \begin_layout Plain Layout
22467 \begin_inset CommandInset label
22468 LatexCommand label
22469 name "fig:Float-left"
22470
22471 \end_inset
22472
22473 Float on the left side.
22474 \end_layout
22475
22476 \end_inset
22477
22478
22479 \end_layout
22480
22481 \end_inset
22482
22483
22484 \begin_inset space \hfill{}
22485 \end_inset
22486
22487
22488 \begin_inset Box Frameless
22489 position "b"
22490 hor_pos "c"
22491 has_inner_box 1
22492 inner_pos "t"
22493 use_parbox 0
22494 use_makebox 0
22495 width "45col%"
22496 special "none"
22497 height "1in"
22498 height_special "totalheight"
22499 status open
22500
22501 \begin_layout Plain Layout
22502 \align center
22503 \begin_inset Graphics
22504         filename clipart/platypus.eps
22505         lyxscale 50
22506         width 100col%
22507         scaleBeforeRotation
22508
22509 \end_inset
22510
22511
22512 \end_layout
22513
22514 \begin_layout Plain Layout
22515 \begin_inset Caption
22516
22517 \begin_layout Plain Layout
22518 \begin_inset CommandInset label
22519 LatexCommand label
22520 name "fig:Float-right"
22521
22522 \end_inset
22523
22524 Float on the right side.
22525 \end_layout
22526
22527 \end_inset
22528
22529
22530 \end_layout
22531
22532 \end_inset
22533
22534
22535 \end_layout
22536
22537 \begin_layout Plain Layout
22538
22539 \end_layout
22540
22541 \end_inset
22542
22543
22544 \end_layout
22545
22546 \begin_layout Section
22547 Caption Formatting
22548 \begin_inset Index idx
22549 status collapsed
22550
22551 \begin_layout Plain Layout
22552 Caption ! Formatting
22553 \end_layout
22554
22555 \end_inset
22556
22557
22558 \begin_inset Index idx
22559 status collapsed
22560
22561 \begin_layout Plain Layout
22562 Floats ! Caption Formatting
22563 \end_layout
22564
22565 \end_inset
22566
22567
22568 \begin_inset CommandInset label
22569 LatexCommand label
22570 name "sec:Caption-Formatting"
22571
22572 \end_inset
22573
22574
22575 \end_layout
22576
22577 \begin_layout Standard
22578 The 
22579 \family sans
22580 Caption
22581 \family default
22582  environment is the default paragraph environment for 
22583 \family sans
22584 Floats
22585 \family default
22586 .
22587  On the LyX screen captions appear as label, e.
22588 \begin_inset space \thinspace{}
22589 \end_inset
22590
22591 g.
22592 \begin_inset space \space{}
22593 \end_inset
22594
22595
22596 \begin_inset Quotes eld
22597 \end_inset
22598
22599
22600 \family sans
22601 Figure #:
22602 \family default
22603
22604 \begin_inset Quotes erd
22605 \end_inset
22606
22607  followed by the caption text.
22608  
22609 \begin_inset Quotes eld
22610 \end_inset
22611
22612 #
22613 \begin_inset Quotes erd
22614 \end_inset
22615
22616  is the actual reference number.
22617  By default the label and the number are in the same font as the caption
22618  text and a colon follows the number to divide the label from the text.
22619  This caption format is not suitable for all document formats.
22620  
22621 \end_layout
22622
22623 \begin_layout Standard
22624 To change the default caption format, load the LaTeX-package 
22625 \series bold
22626 caption
22627 \series default
22628
22629 \begin_inset Index idx
22630 status collapsed
22631
22632 \begin_layout Plain Layout
22633 LaTeX-packages ! caption
22634 \end_layout
22635
22636 \end_inset
22637
22638  in the document preamble with this line:
22639 \end_layout
22640
22641 \begin_layout Standard
22642
22643 \series bold
22644
22645 \backslash
22646 usepackage[format definition]{caption}
22647 \end_layout
22648
22649 \begin_layout Standard
22650 To have for example the label and the number in sans-serif bold font and
22651  the table captions always above the table as in this document, use the
22652  following command:
22653 \end_layout
22654
22655 \begin_layout Standard
22656
22657 \series bold
22658
22659 \backslash
22660 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22661 \end_layout
22662
22663 \begin_layout Standard
22664 You can also define different caption formats for the different float types.
22665  In this case load the 
22666 \series bold
22667 caption
22668 \series default
22669  package without format specific options and define the different formats
22670  with the help of the command
22671 \end_layout
22672
22673 \begin_layout Standard
22674
22675 \series bold
22676
22677 \backslash
22678 captionsetup[float type]{format definition}
22679 \end_layout
22680
22681 \begin_layout Standard
22682 in the document preamble.
22683  For example the caption formats of Figure
22684 \begin_inset space ~
22685 \end_inset
22686
22687
22688 \begin_inset CommandInset ref
22689 LatexCommand ref
22690 reference "fig:This-is-an-fig"
22691
22692 \end_inset
22693
22694  and Table
22695 \begin_inset space ~
22696 \end_inset
22697
22698
22699 \begin_inset CommandInset ref
22700 LatexCommand ref
22701 reference "tab:This-is-an-tab"
22702
22703 \end_inset
22704
22705  can be created using these commands in the document preamble:
22706 \end_layout
22707
22708 \begin_layout Standard
22709
22710 \series bold
22711
22712 \backslash
22713 usepackage[tableposition=top]{caption}
22714 \series default
22715
22716 \begin_inset Newline newline
22717 \end_inset
22718
22719
22720 \series bold
22721
22722 \backslash
22723 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22724 \begin_inset Newline newline
22725 \end_inset
22726
22727
22728 \begin_inset Phantom HPhantom
22729 status open
22730
22731 \begin_layout Plain Layout
22732
22733 \series bold
22734
22735 \backslash
22736 captionsetup[figure]{
22737 \end_layout
22738
22739 \end_inset
22740
22741 labelsep=period}
22742 \begin_inset Newline newline
22743 \end_inset
22744
22745
22746 \backslash
22747 captionsetup[table]{labelfont={bf,sf}}
22748 \end_layout
22749
22750 \begin_layout Standard
22751 \begin_inset Note Greyedout
22752 status open
22753
22754 \begin_layout Plain Layout
22755
22756 \series bold
22757 Note:
22758 \series default
22759  The option 
22760 \series bold
22761 tableposition=top
22762 \series default
22763  has no effect when a 
22764 \series bold
22765 KOMA-Script
22766 \series default
22767
22768 \begin_inset Index idx
22769 status collapsed
22770
22771 \begin_layout Plain Layout
22772 LaTeX-packages ! KOMA-Script
22773 \end_layout
22774
22775 \end_inset
22776
22777  document class is used.
22778  In this case the document class option 
22779 \series bold
22780 captions=tableheading
22781 \series default
22782  must be used.
22783 \end_layout
22784
22785 \end_inset
22786
22787
22788 \end_layout
22789
22790 \begin_layout Standard
22791 For more information about the package 
22792 \series bold
22793 caption
22794 \series default
22795  we refer to its documentation 
22796 \begin_inset CommandInset citation
22797 LatexCommand cite
22798 key "caption"
22799
22800 \end_inset
22801
22802 .
22803 \end_layout
22804
22805 \begin_layout Standard
22806 To change the label name from e.
22807 \begin_inset space \thinspace{}
22808 \end_inset
22809
22810 g.
22811 \begin_inset space \space{}
22812 \end_inset
22813
22814
22815 \begin_inset Quotes eld
22816 \end_inset
22817
22818 Figure
22819 \begin_inset Quotes erd
22820 \end_inset
22821
22822  to 
22823 \begin_inset Quotes eld
22824 \end_inset
22825
22826 Image
22827 \begin_inset Quotes erd
22828 \end_inset
22829
22830  use this preamble command:
22831 \end_layout
22832
22833 \begin_layout Standard
22834
22835 \series bold
22836
22837 \backslash
22838 renewcommand{
22839 \backslash
22840 fnum@figure}{Image~
22841 \backslash
22842 thefigure}
22843 \end_layout
22844
22845 \begin_layout Standard
22846 where 
22847 \series bold
22848
22849 \backslash
22850 thefigure
22851 \series default
22852  inserts the figure number and
22853 \series bold
22854  
22855 \begin_inset Quotes eld
22856 \end_inset
22857
22858 ~
22859 \series default
22860
22861 \begin_inset Quotes erd
22862 \end_inset
22863
22864  creates a protected space.
22865 \end_layout
22866
22867 \begin_layout Standard
22868 \begin_inset VSpace bigskip
22869 \end_inset
22870
22871 If you are using a 
22872 \series bold
22873 KOMA-Script
22874 \series default
22875
22876 \begin_inset Index idx
22877 status collapsed
22878
22879 \begin_layout Plain Layout
22880 LaTeX-packages ! KOMA-Script
22881 \end_layout
22882
22883 \end_inset
22884
22885  document class (
22886 \family sans
22887 article (KOMA-Script)
22888 \family default
22889
22890 \family sans
22891 book (KOMA-Script)
22892 \family default
22893
22894 \family sans
22895 letter (KOMA-Script)
22896 \family default
22897 , or 
22898 \family sans
22899 report (KOMA-Script)
22900 \family default
22901
22902 \begin_inset space \thinspace{}
22903 \end_inset
22904
22905 ), you can alternatively to the 
22906 \series bold
22907 caption
22908 \series default
22909  package use 
22910 \series bold
22911 KOMA-Script
22912 \series default
22913 's built-in command 
22914 \series bold
22915
22916 \backslash
22917 setkomafont
22918 \series default
22919 .
22920  For example, to have the caption label in bold, add this command to your
22921  document preamble:
22922 \end_layout
22923
22924 \begin_layout Standard
22925
22926 \series bold
22927
22928 \backslash
22929 setkomafont{captionlabel}{
22930 \backslash
22931 bfseries}
22932 \end_layout
22933
22934 \begin_layout Standard
22935 For more information about 
22936 \series bold
22937
22938 \backslash
22939 setkomafont
22940 \series default
22941  we refer to the 
22942 \series bold
22943 KOMA-Script
22944 \series default
22945  documentation 
22946 \begin_inset CommandInset citation
22947 LatexCommand cite
22948 key "KOMA-Script"
22949
22950 \end_inset
22951
22952 .
22953 \end_layout
22954
22955 \begin_layout Standard
22956 \begin_inset ERT
22957 status collapsed
22958
22959 \begin_layout Plain Layout
22960
22961
22962 \backslash
22963 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22964 }
22965 \end_layout
22966
22967 \end_inset
22968
22969
22970 \begin_inset Note Note
22971 status open
22972
22973 \begin_layout Plain Layout
22974 The caption format is changed only for this example.
22975 \end_layout
22976
22977 \end_inset
22978
22979
22980 \end_layout
22981
22982 \begin_layout Standard
22983 \begin_inset Float figure
22984 placement !p
22985 wide false
22986 sideways false
22987 status open
22988
22989 \begin_layout Plain Layout
22990 \align center
22991 \begin_inset Graphics
22992         filename clipart/mobius.eps
22993         lyxscale 50
22994         scale 50
22995         scaleBeforeRotation
22996
22997 \end_inset
22998
22999
23000 \end_layout
23001
23002 \begin_layout Plain Layout
23003 \begin_inset Caption
23004
23005 \begin_layout Plain Layout
23006 \begin_inset CommandInset label
23007 LatexCommand label
23008 name "fig:This-is-an-fig"
23009
23010 \end_inset
23011
23012 This is an example figure caption that is longer than one line to show the
23013  different caption format.
23014  Here a self-defined caption format is used.
23015 \end_layout
23016
23017 \end_inset
23018
23019
23020 \end_layout
23021
23022 \end_inset
23023
23024
23025 \end_layout
23026
23027 \begin_layout Standard
23028 \begin_inset ERT
23029 status collapsed
23030
23031 \begin_layout Plain Layout
23032
23033
23034 \backslash
23035 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23036 on}
23037 \end_layout
23038
23039 \end_inset
23040
23041
23042 \end_layout
23043
23044 \begin_layout Standard
23045 \begin_inset Float table
23046 placement !p
23047 wide false
23048 sideways false
23049 status open
23050
23051 \begin_layout Plain Layout
23052 \begin_inset Caption
23053
23054 \begin_layout Plain Layout
23055 \begin_inset CommandInset label
23056 LatexCommand label
23057 name "tab:This-is-an-tab"
23058
23059 \end_inset
23060
23061 This is an example table caption that is longer than one line to show the
23062  different caption format.
23063  Here the standard caption format for tables in this document is used.
23064 \end_layout
23065
23066 \end_inset
23067
23068
23069 \end_layout
23070
23071 \begin_layout Plain Layout
23072 \align center
23073 \begin_inset Tabular
23074 <lyxtabular version="3" rows="1" columns="5">
23075 <features tabularvalignment="middle">
23076 <column alignment="center" valignment="top" width="0">
23077 <column alignment="center" valignment="top" width="0">
23078 <column alignment="center" valignment="top" width="0">
23079 <column alignment="center" valignment="top" width="0">
23080 <column alignment="center" valignment="top" width="0">
23081 <row>
23082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23083 \begin_inset Text
23084
23085 \begin_layout Plain Layout
23086 a
23087 \end_layout
23088
23089 \end_inset
23090 </cell>
23091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23092 \begin_inset Text
23093
23094 \begin_layout Plain Layout
23095 b
23096 \end_layout
23097
23098 \end_inset
23099 </cell>
23100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23101 \begin_inset Text
23102
23103 \begin_layout Plain Layout
23104 c
23105 \end_layout
23106
23107 \end_inset
23108 </cell>
23109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23110 \begin_inset Text
23111
23112 \begin_layout Plain Layout
23113 d
23114 \end_layout
23115
23116 \end_inset
23117 </cell>
23118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23119 \begin_inset Text
23120
23121 \begin_layout Plain Layout
23122 e
23123 \end_layout
23124
23125 \end_inset
23126 </cell>
23127 </row>
23128 </lyxtabular>
23129
23130 \end_inset
23131
23132
23133 \end_layout
23134
23135 \end_inset
23136
23137
23138 \end_layout
23139
23140 \begin_layout Section
23141 Caption Placement
23142 \begin_inset Index idx
23143 status collapsed
23144
23145 \begin_layout Plain Layout
23146 Caption ! Placement
23147 \end_layout
23148
23149 \end_inset
23150
23151
23152 \begin_inset Index idx
23153 status collapsed
23154
23155 \begin_layout Plain Layout
23156 Floats ! Caption Placement
23157 \end_layout
23158
23159 \end_inset
23160
23161
23162 \begin_inset CommandInset label
23163 LatexCommand label
23164 name "sec:Caption-Placement"
23165
23166 \end_inset
23167
23168
23169 \end_layout
23170
23171 \begin_layout Standard
23172 The common caption placement rule is:
23173 \end_layout
23174
23175 \begin_layout Description
23176 Figure: Caption is set below the figure
23177 \end_layout
23178
23179 \begin_layout Description
23180 Table: Caption is set above the table
23181 \end_layout
23182
23183 \begin_layout Standard
23184 Having the caption above the table is unfortunately not supported in LaTeX's
23185  standard classes.
23186  That means if you are using the document classes 
23187 \family sans
23188 article
23189 \family default
23190
23191 \family sans
23192 book
23193 \family default
23194
23195 \family sans
23196 letter
23197 \family default
23198 , or 
23199 \family sans
23200 report
23201 \family default
23202  there will be no space between the caption and the table.
23203  To insert the necessary space, add the following option to the load command
23204  of the LaTeX-package 
23205 \series bold
23206 caption
23207 \series default
23208  in your document preamble
23209 \begin_inset Foot
23210 status collapsed
23211
23212 \begin_layout Plain Layout
23213 See section
23214 \begin_inset space ~
23215 \end_inset
23216
23217
23218 \begin_inset CommandInset ref
23219 LatexCommand ref
23220 reference "sec:Caption-Formatting"
23221
23222 \end_inset
23223
23224  for more information of the package 
23225 \series bold
23226 caption
23227 \series default
23228 .
23229 \end_layout
23230
23231 \end_inset
23232
23233 :
23234 \end_layout
23235
23236 \begin_layout Standard
23237
23238 \series bold
23239 tableposition=top
23240 \end_layout
23241
23242 \begin_layout Standard
23243 If you are using a 
23244 \series bold
23245 KOMA-Script
23246 \series default
23247
23248 \begin_inset Index idx
23249 status collapsed
23250
23251 \begin_layout Plain Layout
23252 LaTeX-packages ! KOMA-Script
23253 \end_layout
23254
23255 \end_inset
23256
23257  document class (
23258 \family sans
23259 article (KOMA-Script)
23260 \family default
23261
23262 \family sans
23263 book (KOMA-Script)
23264 \family default
23265
23266 \family sans
23267 letter (KOMA-Script)
23268 \family default
23269 , or 
23270 \family sans
23271 report (KOMA-Script)
23272 \family default
23273
23274 \begin_inset space \thinspace{}
23275 \end_inset
23276
23277 ), you can alternatively to the 
23278 \series bold
23279 caption
23280 \series default
23281  package set the document class option 
23282 \series bold
23283 captions=tableheading
23284 \series default
23285 .
23286 \end_layout
23287
23288 \begin_layout Standard
23289 \begin_inset VSpace bigskip
23290 \end_inset
23291
23292 It is also possible to set the caption beside a figure or table.
23293  To get this the LaTeX-package 
23294 \series bold
23295 sidecap
23296 \series default
23297
23298 \begin_inset Index idx
23299 status collapsed
23300
23301 \begin_layout Plain Layout
23302 LaTeX-packages ! sidecap
23303 \end_layout
23304
23305 \end_inset
23306
23307  has to be loaded in the document preamble with the line
23308 \end_layout
23309
23310 \begin_layout Standard
23311
23312 \series bold
23313
23314 \backslash
23315 usepackage[option]{sidecap}
23316 \end_layout
23317
23318 \begin_layout Standard
23319 If you set no option, the caption is placed on the side of the outer page
23320  margin – to the right on odd pages, to the left on even pages.
23321  You can change the placement to inner margin with the option 
23322 \series bold
23323 innercaption
23324 \series default
23325 .
23326  To force the placement always to the right or left, use the option 
23327 \series bold
23328 rightcaption
23329 \series default
23330  or 
23331 \series bold
23332 leftcaption
23333 \series default
23334 , respectively.
23335 \end_layout
23336
23337 \begin_layout Standard
23338 \begin_inset ERT
23339 status collapsed
23340
23341 \begin_layout Plain Layout
23342
23343
23344 \backslash
23345 ifsidecap
23346 \end_layout
23347
23348 \end_inset
23349
23350
23351 \begin_inset Note Note
23352 status open
23353
23354 \begin_layout Plain Layout
23355 The following section will only be displayed when the LaTeX-package 
23356 \series bold
23357 sidecap
23358 \series default
23359  is installed.
23360 \end_layout
23361
23362 \end_inset
23363
23364
23365 \end_layout
23366
23367 \begin_layout Standard
23368 To place in LyX the caption of a float on the side, it is necessary to add
23369  these commands to the document preamble:
23370 \end_layout
23371
23372 \begin_layout Standard
23373 \noindent
23374 \begin_inset CommandInset line
23375 LatexCommand rule
23376 offset "0.5ex"
23377 width "100line%"
23378 height "1pt"
23379
23380 \end_inset
23381
23382
23383 \end_layout
23384
23385 \begin_layout Standard
23386
23387 \series bold
23388
23389 \backslash
23390 newcommand{
23391 \backslash
23392 TabBesBeg}{%
23393 \begin_inset Newline newline
23394 \end_inset
23395
23396
23397 \begin_inset Phantom HPhantom
23398 status open
23399
23400 \begin_layout Plain Layout
23401
23402 \series bold
23403 \begin_inset space ~
23404 \end_inset
23405
23406
23407 \end_layout
23408
23409 \end_inset
23410
23411
23412 \backslash
23413 let
23414 \backslash
23415 MyTable
23416 \backslash
23417 table
23418 \begin_inset Newline newline
23419 \end_inset
23420
23421
23422 \begin_inset Phantom HPhantom
23423 status open
23424
23425 \begin_layout Plain Layout
23426
23427 \series bold
23428 \begin_inset space ~
23429 \end_inset
23430
23431
23432 \end_layout
23433
23434 \end_inset
23435
23436
23437 \backslash
23438 let
23439 \backslash
23440 MyEndtable
23441 \backslash
23442 endtable
23443 \begin_inset Newline newline
23444 \end_inset
23445
23446
23447 \begin_inset Phantom HPhantom
23448 status open
23449
23450 \begin_layout Plain Layout
23451
23452 \series bold
23453 \begin_inset space ~
23454 \end_inset
23455
23456
23457 \end_layout
23458
23459 \end_inset
23460
23461
23462 \backslash
23463 renewenvironment{table}{
23464 \backslash
23465 begin{SCtable}}{
23466 \backslash
23467 end{SCtable}}}
23468 \end_layout
23469
23470 \begin_layout Standard
23471
23472 \series bold
23473
23474 \backslash
23475 newcommand{
23476 \backslash
23477 TabBesEnd}{%
23478 \begin_inset Newline newline
23479 \end_inset
23480
23481
23482 \begin_inset Phantom HPhantom
23483 status open
23484
23485 \begin_layout Plain Layout
23486
23487 \series bold
23488 \begin_inset space ~
23489 \end_inset
23490
23491
23492 \end_layout
23493
23494 \end_inset
23495
23496
23497 \backslash
23498 let
23499 \backslash
23500 table
23501 \backslash
23502 MyTable
23503 \begin_inset Newline newline
23504 \end_inset
23505
23506
23507 \begin_inset Phantom HPhantom
23508 status open
23509
23510 \begin_layout Plain Layout
23511
23512 \series bold
23513 \begin_inset space ~
23514 \end_inset
23515
23516
23517 \end_layout
23518
23519 \end_inset
23520
23521
23522 \backslash
23523 let
23524 \backslash
23525 endtable
23526 \backslash
23527 MyEndtable
23528 \end_layout
23529
23530 \begin_layout Standard
23531
23532 \series bold
23533
23534 \backslash
23535 newcommand{
23536 \backslash
23537 FigBesBeg}{%
23538 \begin_inset Newline newline
23539 \end_inset
23540
23541
23542 \begin_inset Phantom HPhantom
23543 status open
23544
23545 \begin_layout Plain Layout
23546
23547 \series bold
23548 \begin_inset space ~
23549 \end_inset
23550
23551
23552 \end_layout
23553
23554 \end_inset
23555
23556
23557 \backslash
23558 let
23559 \backslash
23560 MyFigure
23561 \backslash
23562 figure
23563 \begin_inset Newline newline
23564 \end_inset
23565
23566
23567 \begin_inset Phantom HPhantom
23568 status open
23569
23570 \begin_layout Plain Layout
23571
23572 \series bold
23573 \begin_inset space ~
23574 \end_inset
23575
23576
23577 \end_layout
23578
23579 \end_inset
23580
23581
23582 \backslash
23583 let
23584 \backslash
23585 MyEndfigure
23586 \backslash
23587 endfigure
23588 \begin_inset Newline newline
23589 \end_inset
23590
23591
23592 \begin_inset Phantom HPhantom
23593 status open
23594
23595 \begin_layout Plain Layout
23596
23597 \series bold
23598 \begin_inset space ~
23599 \end_inset
23600
23601
23602 \end_layout
23603
23604 \end_inset
23605
23606
23607 \backslash
23608 renewenvironment{figure}{
23609 \backslash
23610 begin{SCfigure}}{
23611 \backslash
23612 end{SCfigure}}}
23613 \end_layout
23614
23615 \begin_layout Standard
23616
23617 \series bold
23618
23619 \backslash
23620 newcommand{
23621 \backslash
23622 FigBesEnd}{%
23623 \begin_inset Newline newline
23624 \end_inset
23625
23626
23627 \begin_inset Phantom HPhantom
23628 status open
23629
23630 \begin_layout Plain Layout
23631
23632 \series bold
23633 \begin_inset space ~
23634 \end_inset
23635
23636
23637 \end_layout
23638
23639 \end_inset
23640
23641
23642 \backslash
23643 let
23644 \backslash
23645 figure
23646 \backslash
23647 MyFigure
23648 \begin_inset Newline newline
23649 \end_inset
23650
23651
23652 \begin_inset Phantom HPhantom
23653 status open
23654
23655 \begin_layout Plain Layout
23656
23657 \series bold
23658 \begin_inset space ~
23659 \end_inset
23660
23661
23662 \end_layout
23663
23664 \end_inset
23665
23666
23667 \backslash
23668 let
23669 \backslash
23670 endfigure
23671 \backslash
23672 MyEndfigure}
23673 \end_layout
23674
23675 \begin_layout Standard
23676 \noindent
23677 \begin_inset CommandInset line
23678 LatexCommand rule
23679 offset "0.5ex"
23680 width "100line%"
23681 height "1pt"
23682
23683 \end_inset
23684
23685
23686 \end_layout
23687
23688 \begin_layout Standard
23689 The commands allow you to redefine the floats so that the caption is set
23690  on the side.
23691  For figure floats use the command
23692 \end_layout
23693
23694 \begin_layout Standard
23695
23696 \series bold
23697
23698 \backslash
23699 FigBesBeg
23700 \end_layout
23701
23702 \begin_layout Standard
23703 in TeX-Code before the float.
23704  After the float insert the command
23705 \end_layout
23706
23707 \begin_layout Standard
23708
23709 \series bold
23710
23711 \backslash
23712 FigBesEnd
23713 \end_layout
23714
23715 \begin_layout Standard
23716 in TeX-Code to get back to the original float definition.
23717 \end_layout
23718
23719 \begin_layout Standard
23720 For table floats use the corresponding commands
23721 \end_layout
23722
23723 \begin_layout Standard
23724
23725 \series bold
23726
23727 \backslash
23728 TabBesBeg
23729 \series default
23730  and 
23731 \series bold
23732
23733 \backslash
23734 TabBesEnd
23735 \end_layout
23736
23737 \begin_layout Standard
23738 Figure
23739 \begin_inset space ~
23740 \end_inset
23741
23742
23743 \begin_inset CommandInset ref
23744 LatexCommand ref
23745 reference "fig:cap-beside-fig"
23746
23747 \end_inset
23748
23749  and Table
23750 \begin_inset space ~
23751 \end_inset
23752
23753
23754 \begin_inset CommandInset ref
23755 LatexCommand ref
23756 reference "tab:cap-beside-tab"
23757
23758 \end_inset
23759
23760  are examples where the caption is set beside.
23761 \end_layout
23762
23763 \begin_layout Standard
23764 You can see in the examples that the caption text appears at the top of
23765  the floats for table floats and at the bottom for figure floats.
23766  To change this, you can use the command
23767 \end_layout
23768
23769 \begin_layout Standard
23770
23771 \series bold
23772
23773 \backslash
23774 sidecaptionvpos{float type}{placement}
23775 \end_layout
23776
23777 \begin_layout Standard
23778 in the document preamble or in TeX-Code before the float.
23779  The float type is either 
23780 \family sans
23781 figure
23782 \family default
23783  or 
23784 \family sans
23785 table
23786 \family default
23787 , the placement can be 
23788 \begin_inset Quotes eld
23789 \end_inset
23790
23791
23792 \family sans
23793 t
23794 \family default
23795
23796 \begin_inset Quotes erd
23797 \end_inset
23798
23799  for top, 
23800 \begin_inset Quotes eld
23801 \end_inset
23802
23803
23804 \family sans
23805 c
23806 \family default
23807
23808 \begin_inset Quotes erd
23809 \end_inset
23810
23811  for center, or 
23812 \begin_inset Quotes eld
23813 \end_inset
23814
23815
23816 \family sans
23817 b
23818 \family default
23819
23820 \begin_inset Quotes erd
23821 \end_inset
23822
23823  for bottom.
23824  To have for example the caption of figure floats vertically centered, use
23825  the command
23826 \end_layout
23827
23828 \begin_layout Standard
23829
23830 \series bold
23831
23832 \backslash
23833 sidecaptionvpos{figure}{c}
23834 \end_layout
23835
23836 \begin_layout Standard
23837 This was used for Figure
23838 \begin_inset space ~
23839 \end_inset
23840
23841
23842 \begin_inset CommandInset ref
23843 LatexCommand ref
23844 reference "fig:cap-beside-fig-2"
23845
23846 \end_inset
23847
23848 .
23849 \end_layout
23850
23851 \begin_layout Standard
23852 \begin_inset VSpace medskip
23853 \end_inset
23854
23855 For more information about the package 
23856 \series bold
23857 sidecap
23858 \series default
23859  we refer to its documentation 
23860 \begin_inset CommandInset citation
23861 LatexCommand cite
23862 key "sidecap"
23863
23864 \end_inset
23865
23866 .
23867 \end_layout
23868
23869 \begin_layout Standard
23870 \begin_inset Note Greyedout
23871 status open
23872
23873 \begin_layout Plain Layout
23874
23875 \series bold
23876 Note:
23877 \series default
23878  The LaTeX-package 
23879 \series bold
23880 hypcap
23881 \series default
23882
23883 \begin_inset Index idx
23884 status collapsed
23885
23886 \begin_layout Plain Layout
23887 LaTeX-packages ! hypcap
23888 \end_layout
23889
23890 \end_inset
23891
23892 , described in section
23893 \begin_inset space ~
23894 \end_inset
23895
23896
23897 \begin_inset CommandInset ref
23898 LatexCommand ref
23899 reference "sub:Reference-Position"
23900
23901 \end_inset
23902
23903 , has no effect on floats with the caption set beside.
23904 \end_layout
23905
23906 \end_inset
23907
23908
23909 \end_layout
23910
23911 \begin_layout Standard
23912 \begin_inset ERT
23913 status collapsed
23914
23915 \begin_layout Plain Layout
23916
23917
23918 \backslash
23919 FigBesBeg 
23920 \end_layout
23921
23922 \end_inset
23923
23924
23925 \end_layout
23926
23927 \begin_layout Standard
23928 \begin_inset Float figure
23929 wide false
23930 sideways false
23931 status open
23932
23933 \begin_layout Plain Layout
23934 \begin_inset Graphics
23935         filename clipart/escher-lsd.eps
23936         scale 75
23937         scaleBeforeRotation
23938
23939 \end_inset
23940
23941
23942 \end_layout
23943
23944 \begin_layout Plain Layout
23945 \begin_inset Caption
23946
23947 \begin_layout Plain Layout
23948 \begin_inset CommandInset label
23949 LatexCommand label
23950 name "fig:cap-beside-fig"
23951
23952 \end_inset
23953
23954 This is a caption beside a figure.
23955 \end_layout
23956
23957 \end_inset
23958
23959
23960 \end_layout
23961
23962 \end_inset
23963
23964
23965 \end_layout
23966
23967 \begin_layout Standard
23968 \begin_inset ERT
23969 status collapsed
23970
23971 \begin_layout Plain Layout
23972
23973
23974 \backslash
23975 TabBesBeg 
23976 \end_layout
23977
23978 \end_inset
23979
23980
23981 \end_layout
23982
23983 \begin_layout Standard
23984 \begin_inset Float table
23985 wide false
23986 sideways false
23987 status open
23988
23989 \begin_layout Plain Layout
23990 \begin_inset Caption
23991
23992 \begin_layout Plain Layout
23993 \begin_inset CommandInset label
23994 LatexCommand label
23995 name "tab:cap-beside-tab"
23996
23997 \end_inset
23998
23999 This is a caption beside a table.
24000 \end_layout
24001
24002 \end_inset
24003
24004
24005 \end_layout
24006
24007 \begin_layout Plain Layout
24008 \begin_inset Tabular
24009 <lyxtabular version="3" rows="4" columns="5">
24010 <features tabularvalignment="middle">
24011 <column alignment="center" valignment="top" width="0">
24012 <column alignment="center" valignment="top" width="0">
24013 <column alignment="center" valignment="top" width="0">
24014 <column alignment="center" valignment="top" width="0">
24015 <column alignment="center" valignment="top" width="0">
24016 <row>
24017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24018 \begin_inset Text
24019
24020 \begin_layout Plain Layout
24021 a
24022 \end_layout
24023
24024 \end_inset
24025 </cell>
24026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24027 \begin_inset Text
24028
24029 \begin_layout Plain Layout
24030
24031 \end_layout
24032
24033 \end_inset
24034 </cell>
24035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24036 \begin_inset Text
24037
24038 \begin_layout Plain Layout
24039 b
24040 \end_layout
24041
24042 \end_inset
24043 </cell>
24044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24045 \begin_inset Text
24046
24047 \begin_layout Plain Layout
24048
24049 \end_layout
24050
24051 \end_inset
24052 </cell>
24053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24054 \begin_inset Text
24055
24056 \begin_layout Plain Layout
24057 c
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 </row>
24063 <row>
24064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24065 \begin_inset Text
24066
24067 \begin_layout Plain Layout
24068
24069 \end_layout
24070
24071 \end_inset
24072 </cell>
24073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24074 \begin_inset Text
24075
24076 \begin_layout Plain Layout
24077 d
24078 \end_layout
24079
24080 \end_inset
24081 </cell>
24082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24083 \begin_inset Text
24084
24085 \begin_layout Plain Layout
24086
24087 \end_layout
24088
24089 \end_inset
24090 </cell>
24091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24092 \begin_inset Text
24093
24094 \begin_layout Plain Layout
24095 e
24096 \end_layout
24097
24098 \end_inset
24099 </cell>
24100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24101 \begin_inset Text
24102
24103 \begin_layout Plain Layout
24104
24105 \end_layout
24106
24107 \end_inset
24108 </cell>
24109 </row>
24110 <row>
24111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24112 \begin_inset Text
24113
24114 \begin_layout Plain Layout
24115 f
24116 \end_layout
24117
24118 \end_inset
24119 </cell>
24120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24121 \begin_inset Text
24122
24123 \begin_layout Plain Layout
24124
24125 \end_layout
24126
24127 \end_inset
24128 </cell>
24129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24130 \begin_inset Text
24131
24132 \begin_layout Plain Layout
24133 g
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24139 \begin_inset Text
24140
24141 \begin_layout Plain Layout
24142
24143 \end_layout
24144
24145 \end_inset
24146 </cell>
24147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24148 \begin_inset Text
24149
24150 \begin_layout Plain Layout
24151 h
24152 \end_layout
24153
24154 \end_inset
24155 </cell>
24156 </row>
24157 <row>
24158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24159 \begin_inset Text
24160
24161 \begin_layout Plain Layout
24162
24163 \end_layout
24164
24165 \end_inset
24166 </cell>
24167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24168 \begin_inset Text
24169
24170 \begin_layout Plain Layout
24171 i
24172 \end_layout
24173
24174 \end_inset
24175 </cell>
24176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24177 \begin_inset Text
24178
24179 \begin_layout Plain Layout
24180
24181 \end_layout
24182
24183 \end_inset
24184 </cell>
24185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24186 \begin_inset Text
24187
24188 \begin_layout Plain Layout
24189 j
24190 \end_layout
24191
24192 \end_inset
24193 </cell>
24194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24195 \begin_inset Text
24196
24197 \begin_layout Plain Layout
24198
24199 \end_layout
24200
24201 \end_inset
24202 </cell>
24203 </row>
24204 </lyxtabular>
24205
24206 \end_inset
24207
24208
24209 \end_layout
24210
24211 \end_inset
24212
24213
24214 \end_layout
24215
24216 \begin_layout Standard
24217 \begin_inset ERT
24218 status collapsed
24219
24220 \begin_layout Plain Layout
24221
24222
24223 \backslash
24224 TabBesEnd
24225 \end_layout
24226
24227 \end_inset
24228
24229
24230 \end_layout
24231
24232 \begin_layout Standard
24233 \begin_inset ERT
24234 status collapsed
24235
24236 \begin_layout Plain Layout
24237
24238
24239 \backslash
24240 sidecaptionvpos{figure}{c}
24241 \end_layout
24242
24243 \end_inset
24244
24245
24246 \begin_inset Float figure
24247 wide false
24248 sideways false
24249 status open
24250
24251 \begin_layout Plain Layout
24252 \begin_inset Graphics
24253         filename clipart/escher-lsd.eps
24254         scale 75
24255         scaleBeforeRotation
24256
24257 \end_inset
24258
24259
24260 \end_layout
24261
24262 \begin_layout Plain Layout
24263 \begin_inset Caption
24264
24265 \begin_layout Plain Layout
24266 \begin_inset CommandInset label
24267 LatexCommand label
24268 name "fig:cap-beside-fig-2"
24269
24270 \end_inset
24271
24272 This is a vertically centered caption beside a figure.
24273 \end_layout
24274
24275 \end_inset
24276
24277
24278 \end_layout
24279
24280 \end_inset
24281
24282
24283 \end_layout
24284
24285 \begin_layout Standard
24286 \begin_inset ERT
24287 status collapsed
24288
24289 \begin_layout Plain Layout
24290
24291
24292 \backslash
24293 FigBesEnd
24294 \end_layout
24295
24296 \end_inset
24297
24298
24299 \end_layout
24300
24301 \begin_layout Standard
24302 \begin_inset ERT
24303 status collapsed
24304
24305 \begin_layout Plain Layout
24306
24307
24308 \backslash
24309 else
24310 \end_layout
24311
24312 \end_inset
24313
24314
24315 \begin_inset Note Note
24316 status open
24317
24318 \begin_layout Plain Layout
24319 The following will be displayed when the LaTeX-package 
24320 \series bold
24321 sidecap
24322 \series default
24323  is not installed:
24324 \end_layout
24325
24326 \end_inset
24327
24328
24329 \end_layout
24330
24331 \begin_layout Standard
24332 You need to install the LaTeX-package 
24333 \series bold
24334 sidecap
24335 \series default
24336  to see the following part of this section in the output.
24337 \end_layout
24338
24339 \begin_layout Standard
24340 \begin_inset ERT
24341 status collapsed
24342
24343 \begin_layout Plain Layout
24344
24345
24346 \backslash
24347 fi
24348 \end_layout
24349
24350 \end_inset
24351
24352
24353 \end_layout
24354
24355 \begin_layout Section
24356 Listings of Floats
24357 \begin_inset Index idx
24358 status collapsed
24359
24360 \begin_layout Plain Layout
24361 Floats ! Float Lists
24362 \end_layout
24363
24364 \end_inset
24365
24366
24367 \end_layout
24368
24369 \begin_layout Standard
24370 Similar to the table of contents where the sections of the document are
24371  listed, there are listings for all float types, like the figures of the
24372  documents.
24373  You can insert them via the 
24374 \family sans
24375 Insert\SpecialChar \menuseparator
24376 List
24377 \begin_inset space ~
24378 \end_inset
24379
24380 /
24381 \begin_inset space ~
24382 \end_inset
24383
24384 TOC
24385 \family default
24386  sub menus.
24387 \end_layout
24388
24389 \begin_layout Standard
24390 The list entries are the float captions or its short title, the float number,
24391  and the page number where they appear in the document.
24392 \end_layout
24393
24394 \begin_layout Standard
24395 You can find the list of figures and tables at the end of this document.
24396 \end_layout
24397
24398 \begin_layout Chapter
24399 Notes
24400 \end_layout
24401
24402 \begin_layout Section
24403 LyX Notes
24404 \begin_inset Index idx
24405 status collapsed
24406
24407 \begin_layout Plain Layout
24408 Notes ! LyX Notes
24409 \end_layout
24410
24411 \end_inset
24412
24413
24414 \end_layout
24415
24416 \begin_layout Standard
24417 Notes are inserted with the toolbar button 
24418 \begin_inset Graphics
24419         filename ../images/note-insert.png
24420         scale 85
24421         scaleBeforeRotation
24422
24423 \end_inset
24424
24425  or the menu 
24426 \family sans
24427 Insert\SpecialChar \menuseparator
24428 Note
24429 \family default
24430 .
24431  There are three types of notes:
24432 \end_layout
24433
24434 \begin_layout Description
24435 LyX
24436 \begin_inset space ~
24437 \end_inset
24438
24439 Note This note type is for internal notes that won't appear in the output.
24440  Its note-box looks like this:
24441 \begin_inset Newline newline
24442 \end_inset
24443
24444
24445 \begin_inset Newline newline
24446 \end_inset
24447
24448
24449 \begin_inset Graphics
24450         filename clipart/LyXNoteImageQt4.png
24451         display false
24452         scale 85
24453         scaleBeforeRotation
24454
24455 \end_inset
24456
24457  
24458 \begin_inset Note Note
24459 status open
24460
24461 \begin_layout Plain Layout
24462 This is text in a note box that doesn't appear in the output.
24463 \end_layout
24464
24465 \end_inset
24466
24467
24468 \end_layout
24469
24470 \begin_layout Description
24471 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
24472 ent, when you export the document to LaTeX via the menu 
24473 \family sans
24474 File\SpecialChar \menuseparator
24475 Export\SpecialChar \menuseparator
24476 LaTeX (pdflatex) / (plain)
24477 \family default
24478 .
24479  Its note-box looks like this:
24480 \begin_inset Newline newline
24481 \end_inset
24482
24483
24484 \begin_inset Newline newline
24485 \end_inset
24486
24487
24488 \begin_inset Graphics
24489         filename clipart/CommentNoteImageQt4.png
24490         display false
24491         scale 85
24492         scaleBeforeRotation
24493
24494 \end_inset
24495
24496  
24497 \begin_inset Note Comment
24498 status open
24499
24500 \begin_layout Plain Layout
24501 This is text in a note box that only appears as comment in LaTeX-files.
24502 \end_layout
24503
24504 \end_inset
24505
24506
24507 \end_layout
24508
24509 \begin_layout Description
24510 Greyed
24511 \begin_inset space ~
24512 \end_inset
24513
24514 Out This note will appear in the output as grey text.
24515  Its note-box looks like this:
24516 \begin_inset Newline newline
24517 \end_inset
24518
24519
24520 \begin_inset Newline newline
24521 \end_inset
24522
24523
24524 \begin_inset Graphics
24525         filename clipart/GreyedOutNoteImageQt4.png
24526         display false
24527         scale 85
24528         scaleBeforeRotation
24529
24530 \end_inset
24531
24532
24533 \begin_inset Newline newline
24534 \end_inset
24535
24536
24537 \begin_inset ERT
24538 status collapsed
24539
24540 \begin_layout Plain Layout
24541
24542
24543 \backslash
24544 renewenvironment{lyxgreyedout}
24545 \end_layout
24546
24547 \begin_layout Plain Layout
24548
24549 {
24550 \backslash
24551 textcolor[gray]{0.8}
24552 \backslash
24553 bgroup}{
24554 \backslash
24555 egroup}
24556 \end_layout
24557
24558 \end_inset
24559
24560
24561 \begin_inset Note Greyedout
24562 status open
24563
24564 \begin_layout Plain Layout
24565 This is text
24566 \begin_inset Foot
24567 status open
24568
24569 \begin_layout Plain Layout
24570 This is an example footnote within a greyed out note.
24571 \end_layout
24572
24573 \end_inset
24574
24575  of a comment that appears in the output as grey text.
24576 \end_layout
24577
24578 \end_inset
24579
24580
24581 \begin_inset ERT
24582 status collapsed
24583
24584 \begin_layout Plain Layout
24585
24586
24587 \backslash
24588 renewenvironment{lyxgreyedout}
24589 \end_layout
24590
24591 \begin_layout Plain Layout
24592
24593 {
24594 \backslash
24595 textcolor{blue}
24596 \backslash
24597 bgroup}{
24598 \backslash
24599 egroup}
24600 \end_layout
24601
24602 \end_inset
24603
24604
24605 \begin_inset Note Note
24606 status collapsed
24607
24608 \begin_layout Plain Layout
24609 The greyed out note is here redefined to show it with the original LyX definitio
24610 n because greyed out notes are redefined in the preamble of this document,
24611  as described below, to have blue text.
24612 \end_layout
24613
24614 \end_inset
24615
24616
24617 \begin_inset Newline newline
24618 \end_inset
24619
24620
24621 \begin_inset Newline newline
24622 \end_inset
24623
24624 As you can see in the example, the first line of greyed out notes is a bit
24625  indented and greyed out notes can have footnotes.
24626 \end_layout
24627
24628 \begin_layout Standard
24629 \begin_inset VSpace bigskip
24630 \end_inset
24631
24632 When you use the toolbar button 
24633 \begin_inset Graphics
24634         filename ../images/note-insert.png
24635         scale 85
24636         scaleBeforeRotation
24637
24638 \end_inset
24639
24640  to insert notes, a 
24641 \family sans
24642 LyX
24643 \begin_inset space ~
24644 \end_inset
24645
24646 Note
24647 \family default
24648  is inserted.
24649  You can switch between the five note types by right-clicking on the note-box.
24650  
24651 \family roman
24652 \series medium
24653 \bar no
24654 If you want to turn existing text into a note, mark it and click on the
24655  note
24656 \family default
24657 \series default
24658 \bar default
24659  toolbar 
24660 \family roman
24661 \series medium
24662 \bar no
24663 button
24664 \family default
24665 \series default
24666 \bar default
24667 .
24668  To change a note to text, press the backspace key when the cursor is in
24669  the first position of a note, or press the delete key when the cursor is
24670  in the very last position of the note, respectively.
24671 \end_layout
24672
24673 \begin_layout Standard
24674 \begin_inset VSpace bigskip
24675 \end_inset
24676
24677 You can change the text color of the greyed out notes in the menu 
24678 \family sans
24679 Document\SpecialChar \menuseparator
24680 Settings\SpecialChar \menuseparator
24681 Colors
24682 \family default
24683 .
24684 \end_layout
24685
24686 \begin_layout Section
24687 Footnotes
24688 \begin_inset CommandInset label
24689 LatexCommand label
24690 name "sec:Footnotes"
24691
24692 \end_inset
24693
24694
24695 \begin_inset Index idx
24696 status collapsed
24697
24698 \begin_layout Plain Layout
24699 Notes ! Footnotes
24700 \end_layout
24701
24702 \end_inset
24703
24704
24705 \begin_inset Index idx
24706 status collapsed
24707
24708 \begin_layout Plain Layout
24709 Footnotes
24710 \end_layout
24711
24712 \end_inset
24713
24714
24715 \end_layout
24716
24717 \begin_layout Standard
24718 Footnotes can be inserted using the toolbar button 
24719 \begin_inset Graphics
24720         filename ../images/footnote-insert.png
24721         scale 85
24722         scaleBeforeRotation
24723
24724 \end_inset
24725
24726  or the menu 
24727 \family sans
24728 Insert\SpecialChar \menuseparator
24729 Footnote
24730 \family default
24731 .
24732  
24733 \family roman
24734 \series medium
24735 \bar no
24736 You'll see
24737 \family default
24738 \series default
24739 \bar default
24740  then the following footnote-box: 
24741 \begin_inset Graphics
24742         filename clipart/footnoteQt4.png
24743         scale 80
24744         scaleBeforeRotation
24745
24746 \end_inset
24747
24748  
24749 \family roman
24750 \series medium
24751 \bar no
24752 where you can enter the footnote text.
24753  If you want to turn existing text into a footnote, mark it and click on
24754  the footnote
24755 \family default
24756 \series default
24757 \bar default
24758  toolbar 
24759 \family roman
24760 \series medium
24761 \bar no
24762 button
24763 \family default
24764 \series default
24765 \bar default
24766 .
24767  To change a 
24768 \family roman
24769 \series medium
24770 \bar no
24771 footnote
24772 \family default
24773 \series default
24774 \bar default
24775  to text, press the Backspace key when the cursor is in the first position
24776  of a 
24777 \family roman
24778 \series medium
24779 \bar no
24780 footnote
24781 \family default
24782 \series default
24783 \bar default
24784 , or press the Delete key when the cursor is in the very last position of
24785  the 
24786 \family roman
24787 \series medium
24788 \bar no
24789 footnote
24790 \family default
24791 \series default
24792 \bar default
24793 , respectively.
24794 \end_layout
24795
24796 \begin_layout Standard
24797 Here is an example footnote:
24798 \family roman
24799 \series medium
24800 \bar no
24801
24802 \begin_inset Foot
24803 status open
24804
24805 \begin_layout Plain Layout
24806 \begin_inset CommandInset label
24807 LatexCommand label
24808 name "foot:This-is-an"
24809
24810 \end_inset
24811
24812 This is an example footnote.
24813 \end_layout
24814
24815 \end_inset
24816
24817
24818 \family default
24819 \series default
24820 \bar default
24821
24822 \begin_inset ERT
24823 status collapsed
24824
24825 \begin_layout Plain Layout
24826
24827
24828 \backslash
24829 newcounter{MyRepeatFoot}
24830 \end_layout
24831
24832 \begin_layout Plain Layout
24833
24834
24835 \backslash
24836 setcounter{MyRepeatFoot}{
24837 \backslash
24838 thefootnote}
24839 \end_layout
24840
24841 \end_inset
24842
24843
24844 \end_layout
24845
24846 \begin_layout Standard
24847 The footnote will appear in the output as a superscript number at the text
24848  position where the footnote box is placed.
24849  The footnote text is placed at the bottom of the current page.
24850  The footnote number is calculated by LaTeX; the numbers are consecutive.
24851  It depends on your document-class, whether the footnote number is reset
24852  for every chapter.
24853 \end_layout
24854
24855 \begin_layout Standard
24856 Footnotes can be referenced like floats: Insert a label into the footnote
24857  and cross-reference this label in the text as described in section
24858 \begin_inset space ~
24859 \end_inset
24860
24861
24862 \begin_inset CommandInset ref
24863 LatexCommand ref
24864 reference "sec:Referencing-Floats"
24865
24866 \end_inset
24867
24868 .
24869 \begin_inset Newline newline
24870 \end_inset
24871
24872 This is a cross-reference of Footnote
24873 \begin_inset space ~
24874 \end_inset
24875
24876
24877 \begin_inset CommandInset ref
24878 LatexCommand ref
24879 reference "foot:This-is-an"
24880
24881 \end_inset
24882
24883 .
24884 \end_layout
24885
24886 \begin_layout Standard
24887 \begin_inset VSpace defskip
24888 \end_inset
24889
24890 Footnotes in tables are not printed by LaTeX due to technical reasons.
24891  However there exists another method to print them: Instead of the footnote
24892  the command 
24893 \series bold
24894
24895 \backslash
24896 footnotemark{}
24897 \series default
24898  is inserted as TeX-code.
24899  The text of the footnote is entered as an argument of the TeX-code command
24900  
24901 \series bold
24902
24903 \backslash
24904 footnotetext
24905 \series default
24906  after the table.
24907 \begin_inset Newline newline
24908 \end_inset
24909
24910 This was done for the following table with the command
24911 \end_layout
24912
24913 \begin_layout Standard
24914
24915 \series bold
24916
24917 \backslash
24918 footnotetext{
24919 \series default
24920 Printed table footnote.
24921 \series bold
24922 }
24923 \end_layout
24924
24925 \begin_layout Standard
24926 \begin_inset Tabular
24927 <lyxtabular version="3" rows="2" columns="1">
24928 <features tabularvalignment="middle">
24929 <column alignment="center" valignment="top" width="0">
24930 <row>
24931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24932 \begin_inset Text
24933
24934 \begin_layout Plain Layout
24935 This an example text.
24936 \begin_inset Foot
24937 status open
24938
24939 \begin_layout Plain Layout
24940 This footnote will not be printed!
24941 \end_layout
24942
24943 \end_inset
24944
24945
24946 \end_layout
24947
24948 \end_inset
24949 </cell>
24950 </row>
24951 <row>
24952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24953 \begin_inset Text
24954
24955 \begin_layout Plain Layout
24956 This an example text.
24957 \begin_inset ERT
24958 status collapsed
24959
24960 \begin_layout Plain Layout
24961
24962
24963 \backslash
24964 footnotemark{}
24965 \end_layout
24966
24967 \end_inset
24968
24969
24970 \end_layout
24971
24972 \end_inset
24973 </cell>
24974 </row>
24975 </lyxtabular>
24976
24977 \end_inset
24978
24979
24980 \begin_inset ERT
24981 status collapsed
24982
24983 \begin_layout Plain Layout
24984
24985
24986 \backslash
24987 footnotetext{
24988 \end_layout
24989
24990 \end_inset
24991
24992 Printed table footnote.
24993 \begin_inset ERT
24994 status collapsed
24995
24996 \begin_layout Plain Layout
24997
24998 }
24999 \end_layout
25000
25001 \end_inset
25002
25003
25004 \end_layout
25005
25006 \begin_layout Standard
25007 Footnotes in longtables are described in section
25008 \begin_inset space ~
25009 \end_inset
25010
25011
25012 \begin_inset CommandInset ref
25013 LatexCommand ref
25014 reference "sub:Footnotes-in-Longtables"
25015
25016 \end_inset
25017
25018 .
25019 \end_layout
25020
25021 \begin_layout Standard
25022 Footnotes in minipage boxes are printed, but inside the box and with a different
25023  numbering because a minipage box is like a page inside a page.
25024  (For more about minipages, see section
25025 \begin_inset space ~
25026 \end_inset
25027
25028
25029 \begin_inset CommandInset ref
25030 LatexCommand ref
25031 reference "sec:Minipages"
25032
25033 \end_inset
25034
25035 .) To get a footnote in the minipage that is output at the bottom of the
25036  page like normal footnotes, also use the method of 
25037 \series bold
25038
25039 \backslash
25040 footnotemark{}
25041 \series default
25042  and 
25043 \series bold
25044
25045 \backslash
25046 footnotetext
25047 \series default
25048 .
25049 \end_layout
25050
25051 \begin_layout Standard
25052 \begin_inset Box Frameless
25053 position "t"
25054 hor_pos "c"
25055 has_inner_box 1
25056 inner_pos "t"
25057 use_parbox 0
25058 use_makebox 0
25059 width "100col%"
25060 special "none"
25061 height "1in"
25062 height_special "totalheight"
25063 status open
25064
25065 \begin_layout Plain Layout
25066 This an example text in a minipage.
25067 \begin_inset Foot
25068 status open
25069
25070 \begin_layout Plain Layout
25071 Footnote in the minipage.
25072 \end_layout
25073
25074 \end_inset
25075
25076
25077 \end_layout
25078
25079 \begin_layout Plain Layout
25080 This an example text in a minipage.
25081 \begin_inset ERT
25082 status collapsed
25083
25084 \begin_layout Plain Layout
25085
25086
25087 \backslash
25088 footnotemark{}
25089 \end_layout
25090
25091 \end_inset
25092
25093
25094 \end_layout
25095
25096 \end_inset
25097
25098
25099 \end_layout
25100
25101 \begin_layout Standard
25102 \begin_inset ERT
25103 status collapsed
25104
25105 \begin_layout Plain Layout
25106
25107
25108 \backslash
25109 footnotetext{
25110 \end_layout
25111
25112 \end_inset
25113
25114 Footnote outside the minipage.
25115 \begin_inset ERT
25116 status collapsed
25117
25118 \begin_layout Plain Layout
25119
25120 }
25121 \end_layout
25122
25123 \end_inset
25124
25125
25126 \end_layout
25127
25128 \begin_layout Standard
25129 \begin_inset VSpace defskip
25130 \end_inset
25131
25132
25133 \end_layout
25134
25135 \begin_layout Standard
25136 To refer to the same footnote several times without printing the footnote
25137  text every time, use the command 
25138 \series bold
25139
25140 \backslash
25141 footnotemark[number]
25142 \series default
25143  in TeX-code.
25144 \begin_inset Newline newline
25145 \end_inset
25146
25147 As you do not know the number of the repeating footnote while you are writing
25148  the text, you have to store its number.
25149  For the following footnote mark example, these commands were inserted in
25150  TeX-code after Footnote
25151 \begin_inset space ~
25152 \end_inset
25153
25154
25155 \begin_inset CommandInset ref
25156 LatexCommand ref
25157 reference "foot:This-is-an"
25158
25159 \end_inset
25160
25161  to store the footnote number:
25162 \end_layout
25163
25164 \begin_layout Standard
25165
25166 \series bold
25167
25168 \backslash
25169 newcounter{MyRepeatFoot}
25170 \begin_inset Newline newline
25171 \end_inset
25172
25173
25174 \backslash
25175 setcounter{MyRepeatFoot}{
25176 \backslash
25177 thefootnote}
25178 \end_layout
25179
25180 \begin_layout Standard
25181 The footnote mark was then created with this command:
25182 \end_layout
25183
25184 \begin_layout Standard
25185
25186 \series bold
25187
25188 \backslash
25189 footnotemark[
25190 \backslash
25191 theMyRepeatFoot]
25192 \end_layout
25193
25194 \begin_layout Standard
25195 Here is a repeated footnote:
25196 \family roman
25197 \series medium
25198 \bar no
25199
25200 \begin_inset ERT
25201 status collapsed
25202
25203 \begin_layout Plain Layout
25204
25205
25206 \backslash
25207 footnotemark[
25208 \backslash
25209 theMyRepeatFoot]
25210 \end_layout
25211
25212 \end_inset
25213
25214
25215 \end_layout
25216
25217 \begin_layout Standard
25218 If you want to repeat the previous footnote, you can omit the storage of
25219  the footnote number and just use this command instead:
25220 \end_layout
25221
25222 \begin_layout Standard
25223
25224 \series bold
25225
25226 \backslash
25227 footnotemark[
25228 \backslash
25229 thefootnote]
25230 \end_layout
25231
25232 \begin_layout Standard
25233 Here is another repeated footnote:
25234 \family roman
25235 \series medium
25236 \bar no
25237
25238 \begin_inset ERT
25239 status collapsed
25240
25241 \begin_layout Plain Layout
25242
25243
25244 \backslash
25245 footnotemark[
25246 \backslash
25247 thefootnote]
25248 \end_layout
25249
25250 \end_inset
25251
25252
25253 \end_layout
25254
25255 \begin_layout Subsection
25256 Footnote Numbering
25257 \begin_inset CommandInset label
25258 LatexCommand label
25259 name "sub:Footnote-Numbering"
25260
25261 \end_inset
25262
25263
25264 \begin_inset Index idx
25265 status collapsed
25266
25267 \begin_layout Plain Layout
25268 Footnotes ! Numbering
25269 \end_layout
25270
25271 \end_inset
25272
25273
25274 \end_layout
25275
25276 \begin_layout Standard
25277 To reset the footnote number back to 1 after each section
25278 \family roman
25279 , add this command to your document preamble:
25280 \end_layout
25281
25282 \begin_layout Standard
25283
25284 \series bold
25285
25286 \backslash
25287 @addtoreset{footnote}{section}
25288 \end_layout
25289
25290 \begin_layout Standard
25291 \begin_inset VSpace bigskip
25292 \end_inset
25293
25294 The following preamble command changes the footnote numbering style to small
25295  roman numerals:
25296 \end_layout
25297
25298 \begin_layout Standard
25299
25300 \series bold
25301
25302 \backslash
25303 renewcommand{
25304 \backslash
25305 thefootnote}{
25306 \backslash
25307 roman{footnote}}
25308 \end_layout
25309
25310 \begin_layout Standard
25311 \begin_inset ERT
25312 status collapsed
25313
25314 \begin_layout Plain Layout
25315
25316
25317 \backslash
25318 renewcommand{
25319 \backslash
25320 thefootnote}{
25321 \backslash
25322 roman{footnote}}
25323 \end_layout
25324
25325 \end_inset
25326
25327  This is a footnote with roman numbering:
25328 \begin_inset Foot
25329 status open
25330
25331 \begin_layout Plain Layout
25332 This is an example footnote with roman numbering.
25333 \end_layout
25334
25335 \end_inset
25336
25337
25338 \end_layout
25339
25340 \begin_layout Standard
25341 To change the numbering style to capital roman numerals replace in the command
25342  above 
25343 \series bold
25344
25345 \backslash
25346 roman
25347 \series default
25348  by 
25349 \series bold
25350
25351 \backslash
25352 Roman
25353 \series default
25354 .
25355  To 
25356 \begin_inset Quotes eld
25357 \end_inset
25358
25359 number
25360 \begin_inset Quotes erd
25361 \end_inset
25362
25363  footnotes with capital or small Latin letters use 
25364 \series bold
25365
25366 \backslash
25367 Alph
25368 \series default
25369  or 
25370 \series bold
25371
25372 \backslash
25373 alph
25374 \series default
25375 , respectively.
25376  To 
25377 \begin_inset Quotes eld
25378 \end_inset
25379
25380 number
25381 \begin_inset Quotes erd
25382 \end_inset
25383
25384  footnotes with symbols use 
25385 \series bold
25386
25387 \backslash
25388 fnsymbol
25389 \series default
25390 .
25391 \end_layout
25392
25393 \begin_layout Standard
25394 \begin_inset Note Greyedout
25395 status open
25396
25397 \begin_layout Plain Layout
25398
25399 \series bold
25400 Note:
25401 \series default
25402  You can only number 26 footnotes with Latin letters, because this numbering
25403  is limited to single letters.
25404 \end_layout
25405
25406 \end_inset
25407
25408
25409 \begin_inset Newline newline
25410 \end_inset
25411
25412
25413 \begin_inset Note Greyedout
25414 status open
25415
25416 \begin_layout Plain Layout
25417
25418 \series bold
25419 Note:
25420 \series default
25421  You can only number 9 footnotes with symbols.
25422 \end_layout
25423
25424 \end_inset
25425
25426
25427 \end_layout
25428
25429 \begin_layout Standard
25430 To return to the default numbering style after you have changed to another
25431  one, use 
25432 \series bold
25433
25434 \backslash
25435 arabic
25436 \series default
25437  instead of 
25438 \series bold
25439
25440 \backslash
25441 roman
25442 \series default
25443  in the command above.
25444 \begin_inset ERT
25445 status collapsed
25446
25447 \begin_layout Plain Layout
25448
25449
25450 \backslash
25451 renewcommand{
25452 \backslash
25453 thefootnote}{
25454 \backslash
25455 arabic{footnote}}
25456 \end_layout
25457
25458 \end_inset
25459
25460
25461 \end_layout
25462
25463 \begin_layout Standard
25464 \begin_inset VSpace bigskip
25465 \end_inset
25466
25467
25468 \end_layout
25469
25470 \begin_layout Standard
25471 If you want to have footnotes numbered in the scheme 
25472 \begin_inset Quotes eld
25473 \end_inset
25474
25475 chapter.footnote
25476 \begin_inset Quotes erd
25477 \end_inset
25478
25479 , add the following command to your document preamble:
25480 \end_layout
25481
25482 \begin_layout Standard
25483
25484 \series bold
25485
25486 \backslash
25487 numberwithin{footnote}{chapter}
25488 \end_layout
25489
25490 \begin_layout Standard
25491 To be able to use the command 
25492 \series bold
25493
25494 \backslash
25495 numberwithin
25496 \series default
25497 , set in the tab 
25498 \family sans
25499 Math
25500 \begin_inset space ~
25501 \end_inset
25502
25503 Options
25504 \family default
25505  in the document settings the option 
25506 \family sans
25507 Use
25508 \begin_inset space ~
25509 \end_inset
25510
25511 AMS
25512 \begin_inset space ~
25513 \end_inset
25514
25515 math
25516 \begin_inset space ~
25517 \end_inset
25518
25519 package
25520 \family default
25521 .
25522 \end_layout
25523
25524 \begin_layout Standard
25525 \begin_inset ERT
25526 status collapsed
25527
25528 \begin_layout Plain Layout
25529
25530
25531 \backslash
25532 numberwithin{footnote}{chapter}
25533 \end_layout
25534
25535 \end_inset
25536
25537 This is another example footnote:
25538 \series bold
25539
25540 \begin_inset Foot
25541 status open
25542
25543 \begin_layout Plain Layout
25544 This is a footnote numbered in the scheme 
25545 \begin_inset Quotes eld
25546 \end_inset
25547
25548 chapter.footnote
25549 \begin_inset Quotes erd
25550 \end_inset
25551
25552 .
25553 \end_layout
25554
25555 \end_inset
25556
25557
25558 \series default
25559
25560 \begin_inset ERT
25561 status collapsed
25562
25563 \begin_layout Plain Layout
25564
25565
25566 \backslash
25567 renewcommand{
25568 \backslash
25569 thefootnote}{
25570 \backslash
25571 arabic{footnote}}
25572 \end_layout
25573
25574 \end_inset
25575
25576
25577 \end_layout
25578
25579 \begin_layout Standard
25580 \begin_inset Note Greyedout
25581 status open
25582
25583 \begin_layout Plain Layout
25584
25585 \series bold
25586 Note:
25587 \series default
25588  
25589 \series bold
25590
25591 \backslash
25592 numberwithin
25593 \series default
25594  always prints out the footnote number as arabic number; previous redefinitions
25595  to get non-arabic numbers are overwritten.
25596 \end_layout
25597
25598 \end_inset
25599
25600
25601 \end_layout
25602
25603 \begin_layout Standard
25604 So to get for example the scheme 
25605 \begin_inset Quotes eld
25606 \end_inset
25607
25608 chapter.
25609 \backslash
25610 Roman{footnote}
25611 \begin_inset Quotes erd
25612 \end_inset
25613
25614 , use this command instead of 
25615 \series bold
25616
25617 \backslash
25618 numberwithin
25619 \series default
25620 :
25621 \end_layout
25622
25623 \begin_layout Standard
25624
25625 \series bold
25626
25627 \backslash
25628 renewcommand{
25629 \backslash
25630 thefootnote}{
25631 \backslash
25632 thechapter.
25633 \backslash
25634 Roman{footnote}}
25635 \end_layout
25636
25637 \begin_layout Subsection
25638 Footnote Placement
25639 \begin_inset Index idx
25640 status collapsed
25641
25642 \begin_layout Plain Layout
25643 Footnotes ! Placement
25644 \end_layout
25645
25646 \end_inset
25647
25648
25649 \end_layout
25650
25651 \begin_layout Standard
25652 If you have several footnotes in one page, they appear without vertical
25653  space between them at the bottom of the page.
25654  To make them more readable you can e.
25655 \begin_inset space \thinspace{}
25656 \end_inset
25657
25658 g.
25659 \begin_inset space \space{}
25660 \end_inset
25661
25662 add 1.5
25663 \begin_inset space \thinspace{}
25664 \end_inset
25665
25666 mm space with the following preamble command:
25667 \end_layout
25668
25669 \begin_layout Standard
25670
25671 \series bold
25672
25673 \backslash
25674 let
25675 \backslash
25676 myFoot
25677 \backslash
25678 footnote
25679 \begin_inset Newline newline
25680 \end_inset
25681
25682
25683 \backslash
25684 renewcommand{
25685 \backslash
25686 footnote}[1]{
25687 \backslash
25688 myFoot{#1
25689 \backslash
25690 vspace{1.5mm}}}
25691 \end_layout
25692
25693 \begin_layout Standard
25694 \begin_inset VSpace bigskip
25695 \end_inset
25696
25697 In a two-column document the footnotes appear at the bottom of every column,
25698  see Figure
25699 \begin_inset space ~
25700 \end_inset
25701
25702
25703 \begin_inset CommandInset ref
25704 LatexCommand ref
25705 reference "fig:Standard-footnote-placement"
25706
25707 \end_inset
25708
25709 .
25710  If the footnotes should only appear at the bottom of the right column,
25711  as in Figure
25712 \begin_inset space ~
25713 \end_inset
25714
25715
25716 \begin_inset CommandInset ref
25717 LatexCommand ref
25718 reference "fig:Footnote-placement-in"
25719
25720 \end_inset
25721
25722 , use the LaTeX-package 
25723 \series bold
25724 ftnright
25725 \series default
25726
25727 \begin_inset Index idx
25728 status collapsed
25729
25730 \begin_layout Plain Layout
25731 LaTeX-packages ! ftnright
25732 \end_layout
25733
25734 \end_inset
25735
25736  with this command in the document preamble:
25737 \end_layout
25738
25739 \begin_layout Standard
25740
25741 \series bold
25742
25743 \backslash
25744 usepackage{ftnright}
25745 \end_layout
25746
25747 \begin_layout Standard
25748 \begin_inset Float figure
25749 placement !h
25750 wide false
25751 sideways false
25752 status open
25753
25754 \begin_layout Plain Layout
25755 \begin_inset ERT
25756 status collapsed
25757
25758 \begin_layout Plain Layout
25759
25760
25761 \backslash
25762 framebox{
25763 \end_layout
25764
25765 \end_inset
25766
25767
25768 \begin_inset Graphics
25769         filename clipart/without_fntright.pdf
25770         width 100col%
25771         scaleBeforeRotation
25772
25773 \end_inset
25774
25775
25776 \begin_inset ERT
25777 status collapsed
25778
25779 \begin_layout Plain Layout
25780
25781 }
25782 \end_layout
25783
25784 \end_inset
25785
25786
25787 \end_layout
25788
25789 \begin_layout Plain Layout
25790 \begin_inset Caption
25791
25792 \begin_layout Plain Layout
25793 \begin_inset CommandInset label
25794 LatexCommand label
25795 name "fig:Standard-footnote-placement"
25796
25797 \end_inset
25798
25799 Standard footnote placement in two-column documents.
25800 \end_layout
25801
25802 \end_inset
25803
25804
25805 \end_layout
25806
25807 \end_inset
25808
25809
25810 \end_layout
25811
25812 \begin_layout Standard
25813 \begin_inset Float figure
25814 placement !h
25815 wide false
25816 sideways false
25817 status open
25818
25819 \begin_layout Plain Layout
25820 \begin_inset ERT
25821 status collapsed
25822
25823 \begin_layout Plain Layout
25824
25825
25826 \backslash
25827 framebox{
25828 \end_layout
25829
25830 \end_inset
25831
25832
25833 \begin_inset Graphics
25834         filename clipart/with_fntright.pdf
25835         width 100col%
25836         scaleBeforeRotation
25837
25838 \end_inset
25839
25840
25841 \begin_inset ERT
25842 status collapsed
25843
25844 \begin_layout Plain Layout
25845
25846 }
25847 \end_layout
25848
25849 \end_inset
25850
25851
25852 \end_layout
25853
25854 \begin_layout Plain Layout
25855 \begin_inset Caption
25856
25857 \begin_layout Plain Layout
25858 \begin_inset CommandInset label
25859 LatexCommand label
25860 name "fig:Footnote-placement-in"
25861
25862 \end_inset
25863
25864 Footnote placement in two-column documents when the LaTeX-package 
25865 \series bold
25866 ftnright
25867 \series default
25868  is used.
25869 \end_layout
25870
25871 \end_inset
25872
25873
25874 \end_layout
25875
25876 \end_inset
25877
25878
25879 \end_layout
25880
25881 \begin_layout Standard
25882 \begin_inset VSpace bigskip
25883 \end_inset
25884
25885 In some scientific literature it is usual to collect the footnotes and print
25886  them in a separate paragraph at the end of a section, as in Figure
25887 \begin_inset space ~
25888 \end_inset
25889
25890
25891 \begin_inset CommandInset ref
25892 LatexCommand ref
25893 reference "fig:Endnotes"
25894
25895 \end_inset
25896
25897 .
25898  They are then called 
25899 \begin_inset Quotes eld
25900 \end_inset
25901
25902 endnotes
25903 \begin_inset Quotes erd
25904 \end_inset
25905
25906 .
25907 \begin_inset Index idx
25908 status collapsed
25909
25910 \begin_layout Plain Layout
25911 Endnotes
25912 \end_layout
25913
25914 \end_inset
25915
25916  To use endnotes instead of footnotes in your document, load in the menu
25917  
25918 \family sans
25919 Document\SpecialChar \menuseparator
25920 Settings\SpecialChar \menuseparator
25921 Modules 
25922 \family default
25923 the module 
25924 \family sans
25925 Foot
25926 \begin_inset space ~
25927 \end_inset
25928
25929 to
25930 \begin_inset space ~
25931 \end_inset
25932
25933 End
25934 \family default
25935 .
25936  To insert the collected footnotes, insert the command
25937 \end_layout
25938
25939 \begin_layout Standard
25940
25941 \series bold
25942
25943 \backslash
25944 theendnotes
25945 \end_layout
25946
25947 \begin_layout Standard
25948 in TeX-Code at the end of a section or chapter.
25949 \end_layout
25950
25951 \begin_layout Standard
25952 \begin_inset Float figure
25953 wide false
25954 sideways false
25955 status open
25956
25957 \begin_layout Plain Layout
25958 \align center
25959 \begin_inset ERT
25960 status collapsed
25961
25962 \begin_layout Plain Layout
25963
25964
25965 \backslash
25966 framebox{
25967 \end_layout
25968
25969 \end_inset
25970
25971
25972 \begin_inset Graphics
25973         filename clipart/endnotes.pdf
25974         scaleBeforeRotation
25975
25976 \end_inset
25977
25978
25979 \begin_inset ERT
25980 status collapsed
25981
25982 \begin_layout Plain Layout
25983
25984 }
25985 \end_layout
25986
25987 \end_inset
25988
25989
25990 \end_layout
25991
25992 \begin_layout Plain Layout
25993 \begin_inset Caption
25994
25995 \begin_layout Plain Layout
25996 \begin_inset CommandInset label
25997 LatexCommand label
25998 name "fig:Endnotes"
25999
26000 \end_inset
26001
26002 Endnotes – footnotes are printed in a separate paragraph at the end of sections
26003  or chapters.
26004 \end_layout
26005
26006 \end_inset
26007
26008
26009 \end_layout
26010
26011 \end_inset
26012
26013
26014 \end_layout
26015
26016 \begin_layout Standard
26017 \begin_inset VSpace medskip
26018 \end_inset
26019
26020 The paragraph heading for the endnotes isn't automatically translated into
26021  the document language, this must be done manually.
26022  The following preamble command translates the default English 
26023 \begin_inset Quotes eld
26024 \end_inset
26025
26026 Notes
26027 \begin_inset Quotes erd
26028 \end_inset
26029
26030  into the German 
26031 \begin_inset Quotes eld
26032 \end_inset
26033
26034 Anmerkungen
26035 \begin_inset Quotes erd
26036 \end_inset
26037
26038 :
26039 \end_layout
26040
26041 \begin_layout Standard
26042
26043 \series bold
26044
26045 \backslash
26046 renewcommand{
26047 \backslash
26048 notesname}{Anmerkungen}
26049 \end_layout
26050
26051 \begin_layout Standard
26052 \begin_inset VSpace medskip
26053 \end_inset
26054
26055 The numbering of endnotes can be changed like the footnote numbering as
26056  described in section
26057 \begin_inset space ~
26058 \end_inset
26059
26060
26061 \begin_inset CommandInset ref
26062 LatexCommand ref
26063 reference "sub:Footnote-Numbering"
26064
26065 \end_inset
26066
26067 ; just replace the command 
26068 \series bold
26069
26070 \backslash
26071 thefootnote
26072 \series default
26073  by 
26074 \series bold
26075
26076 \backslash
26077 theendnote
26078 \series default
26079 .
26080  To reset the endnote number use the command 
26081 \series bold
26082
26083 \backslash
26084 @addtoreset
26085 \series default
26086  as described in section
26087 \begin_inset space ~
26088 \end_inset
26089
26090
26091 \begin_inset CommandInset ref
26092 LatexCommand ref
26093 reference "sub:Footnote-Numbering"
26094
26095 \end_inset
26096
26097  and replace the command parameter 
26098 \series bold
26099 footnote
26100 \series default
26101  by 
26102 \series bold
26103 endnote
26104 \series default
26105 .
26106 \end_layout
26107
26108 \begin_layout Standard
26109 For endnotes there is the command 
26110 \series bold
26111
26112 \backslash
26113 endnotemark[number]
26114 \series default
26115  similar to the command 
26116 \series bold
26117
26118 \backslash
26119 footnotemark
26120 \series default
26121 , that is described in section
26122 \begin_inset space ~
26123 \end_inset
26124
26125
26126 \begin_inset CommandInset ref
26127 LatexCommand ref
26128 reference "sec:Footnotes"
26129
26130 \end_inset
26131
26132 .
26133 \end_layout
26134
26135 \begin_layout Standard
26136 \begin_inset VSpace bigskip
26137 \end_inset
26138
26139 Footnotes can also be placed in the page margin and the footnote text alignment
26140  can be changed, see the LaTeX-package 
26141 \series bold
26142 footmisc
26143 \series default
26144
26145 \begin_inset Index idx
26146 status collapsed
26147
26148 \begin_layout Plain Layout
26149 LaTeX-packages ! footmisc
26150 \end_layout
26151
26152 \end_inset
26153
26154
26155 \begin_inset CommandInset citation
26156 LatexCommand cite
26157 key "footmisc"
26158
26159 \end_inset
26160
26161  for more information about this.
26162 \end_layout
26163
26164 \begin_layout Standard
26165 For various further footnote formatting issues have a look at LaTeX-books,
26166  
26167 \begin_inset CommandInset citation
26168 LatexCommand cite
26169 key "latexcompanion,latexguide,latexbook"
26170
26171 \end_inset
26172
26173 .
26174  If you are using a 
26175 \series bold
26176 KOMA-Script
26177 \series default
26178
26179 \begin_inset Index idx
26180 status collapsed
26181
26182 \begin_layout Plain Layout
26183 LaTeX-packages ! KOMA-Script
26184 \end_layout
26185
26186 \end_inset
26187
26188  document class, you can adjust all footnote settings using class-specific
26189  commands, see 
26190 \begin_inset CommandInset citation
26191 LatexCommand cite
26192 key "KOMA-Script"
26193
26194 \end_inset
26195
26196 .
26197 \end_layout
26198
26199 \begin_layout Section
26200 Margin Notes
26201 \begin_inset Index idx
26202 status collapsed
26203
26204 \begin_layout Plain Layout
26205 Notes ! Margin Notes
26206 \end_layout
26207
26208 \end_inset
26209
26210
26211 \end_layout
26212
26213 \begin_layout Standard
26214 Margin notes look and behave in LyX like footnotes.
26215  They are inserted via the menu 
26216 \family sans
26217 Insert\SpecialChar \menuseparator
26218 Marginal
26219 \begin_inset space ~
26220 \end_inset
26221
26222 Note
26223 \family default
26224  or the toolbar button 
26225 \begin_inset Graphics
26226         filename ../images/marginalnote-insert.png
26227         scale 85
26228         scaleBeforeRotation
26229
26230 \end_inset
26231
26232 .
26233  A grey 
26234 \family roman
26235 \series medium
26236 box with the
26237 \family default
26238 \series default
26239  red 
26240 \family roman
26241 \series medium
26242 label 
26243 \begin_inset Quotes eld
26244 \end_inset
26245
26246 margin
26247 \begin_inset Quotes erd
26248 \end_inset
26249
26250  appears where you can enter the text of the margin note.
26251 \end_layout
26252
26253 \begin_layout Standard
26254 At the side is an example margin note.
26255
26256 \family roman
26257 \series medium
26258  
26259 \begin_inset Marginal
26260 status open
26261
26262 \begin_layout Plain Layout
26263 This is a margin note.
26264 \end_layout
26265
26266 \end_inset
26267
26268
26269 \end_layout
26270
26271 \begin_layout Standard
26272 Margin notes appear at the right side in single-sided documents.
26273  In double-sided documents they appear in the outer margin – left on even
26274  pages, right on odd pages.
26275  The text of margin notes is aligned opposite to the outer margin – right-aligne
26276 d when the note appears in the left margin.
26277  The first line of the margin note is placed at the position of the text
26278  line where it is inserted in the document.
26279 \end_layout
26280
26281 \begin_layout Standard
26282 \begin_inset VSpace bigskip
26283 \end_inset
26284
26285 To place the margin note in the inner margin, add the command
26286 \end_layout
26287
26288 \begin_layout Standard
26289
26290 \series bold
26291
26292 \backslash
26293 reversemarginpar
26294 \end_layout
26295
26296 \begin_layout Standard
26297 in TeX-Code before a margin note.
26298  The new placement is valid for all subsequent margin notes.
26299  
26300 \begin_inset ERT
26301 status collapsed
26302
26303 \begin_layout Plain Layout
26304
26305
26306 \backslash
26307 reversemarginpar 
26308 \end_layout
26309
26310 \end_inset
26311
26312
26313 \begin_inset Marginal
26314 status open
26315
26316 \begin_layout Plain Layout
26317 This is a margin note in the inner margin.
26318 \end_layout
26319
26320 \end_inset
26321
26322
26323 \series bold
26324
26325 \begin_inset Newline newline
26326 \end_inset
26327
26328
26329 \series default
26330
26331 \begin_inset Note Greyedout
26332 status open
26333
26334 \begin_layout Plain Layout
26335
26336 \series bold
26337 Note:
26338 \series default
26339  There is often not enough space in the inner margin so that the notes are
26340  not correctly displayed in the output.
26341 \end_layout
26342
26343 \end_inset
26344
26345
26346 \end_layout
26347
26348 \begin_layout Standard
26349 To return to the default placement insert the command
26350 \end_layout
26351
26352 \begin_layout Standard
26353
26354 \series bold
26355
26356 \backslash
26357 normalmarginpar
26358 \end_layout
26359
26360 \begin_layout Standard
26361 in TeX-Code.
26362 \begin_inset ERT
26363 status collapsed
26364
26365 \begin_layout Plain Layout
26366
26367
26368 \backslash
26369 normalmarginpar 
26370 \end_layout
26371
26372 \end_inset
26373
26374  
26375 \begin_inset Note Greyedout
26376 status open
26377
26378 \begin_layout Plain Layout
26379
26380 \series bold
26381 Note:
26382 \series default
26383  The command is ignored when it is within a paragraph where also the command
26384  
26385 \series bold
26386
26387 \backslash
26388 reversemarginpar
26389 \series default
26390  is inserted.
26391 \end_layout
26392
26393 \end_inset
26394
26395
26396 \end_layout
26397
26398 \begin_layout Standard
26399 \begin_inset VSpace bigskip
26400 \end_inset
26401
26402
26403 \family roman
26404 \series medium
26405
26406 \begin_inset Marginal
26407 status open
26408
26409 \begin_layout Plain Layout
26410 AVeryLongMarginParWord that isn't hyphenated.
26411 \end_layout
26412
26413 \end_inset
26414
26415
26416 \family default
26417 \series default
26418  Similar to the case described in section
26419 \begin_inset space ~
26420 \end_inset
26421
26422
26423 \begin_inset CommandInset ref
26424 LatexCommand ref
26425 reference "sub:Multiple-Lines-in"
26426
26427 \end_inset
26428
26429 , long words cannot be hyphenated when they are the first word in a margin
26430  note.
26431  To avoid this, insert 0
26432 \begin_inset space \thinspace{}
26433 \end_inset
26434
26435 pt horizontal space before the word
26436 \family roman
26437 \series medium
26438 .
26439  
26440 \begin_inset Marginal
26441 status open
26442
26443 \begin_layout Plain Layout
26444 \begin_inset space \hspace*{}
26445 \length 0pt
26446 \end_inset
26447
26448 AVeryLongMarginParWord that is hyphenated.
26449 \end_layout
26450
26451 \end_inset
26452
26453
26454 \end_layout
26455
26456 \begin_layout Standard
26457 \begin_inset VSpace bigskip
26458 \end_inset
26459
26460
26461 \end_layout
26462
26463 \begin_layout Standard
26464 \begin_inset Note Greyedout
26465 status open
26466
26467 \begin_layout Plain Layout
26468
26469 \series bold
26470 Note:
26471 \series default
26472  Margin notes can normally not be used inside tables, floats, and footnotes.
26473 \end_layout
26474
26475 \end_inset
26476
26477
26478 \end_layout
26479
26480 \begin_layout Standard
26481 \begin_inset VSpace bigskip
26482 \end_inset
26483
26484
26485 \end_layout
26486
26487 \begin_layout Standard
26488 \begin_inset ERT
26489 status collapsed
26490
26491 \begin_layout Plain Layout
26492
26493
26494 \backslash
26495 ifmarginnote
26496 \end_layout
26497
26498 \end_inset
26499
26500
26501 \begin_inset Note Note
26502 status open
26503
26504 \begin_layout Plain Layout
26505 The following section will only be displayed when the LaTeX-package 
26506 \series bold
26507 marginnote
26508 \series default
26509  is installed.
26510 \end_layout
26511
26512 \end_inset
26513
26514
26515 \end_layout
26516
26517 \begin_layout Standard
26518 This restriction can be evaded by using the LaTeX-package 
26519 \series bold
26520 marginnote
26521 \series default
26522
26523 \begin_inset Index idx
26524 status collapsed
26525
26526 \begin_layout Plain Layout
26527 LaTeX-packages ! marginnote
26528 \end_layout
26529
26530 \end_inset
26531
26532 .
26533  By adding these two lines to your document preamble, the command used by
26534  LyX for margin notes is redefined to use the command provided by the 
26535 \series bold
26536 marginnote
26537 \series default
26538 -package:
26539 \end_layout
26540
26541 \begin_layout Standard
26542
26543 \series bold
26544
26545 \backslash
26546 usepackage{marginnote}
26547 \begin_inset Newline newline
26548 \end_inset
26549
26550
26551 \backslash
26552 let
26553 \backslash
26554 marginpar
26555 \backslash
26556 marginnote
26557 \end_layout
26558
26559 \begin_layout Standard
26560 This is also used in this document because 
26561 \series bold
26562 marginnote
26563 \series default
26564  has another useful feature: You can set a vertical offset for the note.
26565  This is often needed when too many margin notes are too close together
26566  or for a better page layout.
26567  The offset is set in LyX as TeX-Code directly after the margin note in
26568  the scheme
26569 \end_layout
26570
26571 \begin_layout Standard
26572
26573 \series bold
26574 [offset]
26575 \end_layout
26576
26577 \begin_layout Standard
26578 where the offset is a length with one of the units listed in Table
26579 \begin_inset space ~
26580 \end_inset
26581
26582
26583 \begin_inset CommandInset ref
26584 LatexCommand ref
26585 reference "tab:Units"
26586
26587 \end_inset
26588
26589 .
26590  A negative value shifts the note up, a positive value shifts it down.
26591  
26592 \family roman
26593 \series medium
26594 For example the margin note beside this text line is shifted up 1.5
26595 \begin_inset space \thinspace{}
26596 \end_inset
26597
26598 cm with the TeX-Code-command 
26599 \begin_inset Quotes eld
26600 \end_inset
26601
26602
26603 \family default
26604 \series bold
26605 [-1.5cm]
26606 \family roman
26607 \series medium
26608
26609 \begin_inset Quotes erd
26610 \end_inset
26611
26612
26613 \begin_inset Marginal
26614 status open
26615
26616 \begin_layout Plain Layout
26617 This margin note is shifted up 1.5
26618 \begin_inset space \thinspace{}
26619 \end_inset
26620
26621 cm from its original position.
26622 \end_layout
26623
26624 \end_inset
26625
26626
26627 \family default
26628 \series default
26629
26630 \begin_inset ERT
26631 status collapsed
26632
26633 \begin_layout Plain Layout
26634
26635 [-1.5cm]
26636 \end_layout
26637
26638 \end_inset
26639
26640
26641 \end_layout
26642
26643 \begin_layout Standard
26644 \begin_inset VSpace medskip
26645 \end_inset
26646
26647 With 
26648 \series bold
26649 marginnote
26650 \series default
26651  you can also change the alignment of the text in the margin note.
26652  For example the commands
26653 \end_layout
26654
26655 \begin_layout Standard
26656
26657 \series bold
26658
26659 \backslash
26660 renewcommand*{
26661 \backslash
26662 raggedleftmarginnote}{
26663 \backslash
26664 centering}
26665 \begin_inset Newline newline
26666 \end_inset
26667
26668
26669 \backslash
26670 renewcommand*{
26671 \backslash
26672 raggedrightmarginnote}{
26673 \backslash
26674 centering}
26675 \end_layout
26676
26677 \begin_layout Standard
26678 set the alignment to centered.
26679  
26680 \series bold
26681
26682 \backslash
26683 raggedleftmarginnote
26684 \series default
26685  denotes margin notes that appear at the left side.
26686 \family roman
26687 \series medium
26688
26689 \begin_inset ERT
26690 status collapsed
26691
26692 \begin_layout Plain Layout
26693
26694
26695 \backslash
26696 renewcommand*{
26697 \backslash
26698 raggedleftmarginnote}{
26699 \backslash
26700 centering}
26701 \end_layout
26702
26703 \begin_layout Plain Layout
26704
26705
26706 \backslash
26707 renewcommand*{
26708 \backslash
26709 raggedrightmarginnote}{
26710 \backslash
26711 centering}
26712 \end_layout
26713
26714 \end_inset
26715
26716
26717 \begin_inset Marginal
26718 status open
26719
26720 \begin_layout Plain Layout
26721 The text of this margin note is centered.
26722 \end_layout
26723
26724 \end_inset
26725
26726
26727 \family default
26728 \series default
26729  The default is
26730 \end_layout
26731
26732 \begin_layout Standard
26733
26734 \series bold
26735
26736 \backslash
26737 renewcommand*{
26738 \backslash
26739 raggedleftmarginnote}{
26740 \backslash
26741 raggedleft}
26742 \begin_inset Newline newline
26743 \end_inset
26744
26745
26746 \backslash
26747 renewcommand*{
26748 \backslash
26749 raggedrightmarginnote}{
26750 \backslash
26751 raggedright}
26752 \family roman
26753 \series medium
26754
26755 \begin_inset ERT
26756 status collapsed
26757
26758 \begin_layout Plain Layout
26759
26760
26761 \backslash
26762 renewcommand*{
26763 \backslash
26764 raggedleftmarginnote}{
26765 \backslash
26766 raggedleft}
26767 \end_layout
26768
26769 \begin_layout Plain Layout
26770
26771
26772 \backslash
26773 renewcommand*{
26774 \backslash
26775 raggedrightmarginnote}{
26776 \backslash
26777 raggedright}
26778 \end_layout
26779
26780 \end_inset
26781
26782
26783 \end_layout
26784
26785 \begin_layout Standard
26786 \begin_inset VSpace medskip
26787 \end_inset
26788
26789 For the other features of 
26790 \series bold
26791 marginnote
26792 \series default
26793  refer to its documentation 
26794 \begin_inset CommandInset citation
26795 LatexCommand cite
26796 key "marginnote"
26797
26798 \end_inset
26799
26800 .
26801 \end_layout
26802
26803 \begin_layout Standard
26804 \begin_inset VSpace bigskip
26805 \end_inset
26806
26807 You can adjust the layout of margin notes by changing its definition.
26808  To create for example a header for all margin notes with the underlined,
26809  sans-serif, and bold header text 
26810 \begin_inset Quotes eld
26811 \end_inset
26812
26813
26814 \family sans
26815 \series bold
26816 \bar under
26817 Attention!
26818 \family default
26819 \series default
26820 \bar default
26821
26822 \begin_inset Quotes erd
26823 \end_inset
26824
26825 , add this to your document preamble:
26826 \end_layout
26827
26828 \begin_layout Standard
26829
26830 \series bold
26831
26832 \backslash
26833 let
26834 \backslash
26835 myMarginpar
26836 \backslash
26837 marginpar
26838 \begin_inset Newline newline
26839 \end_inset
26840
26841
26842 \backslash
26843 renewcommand{
26844 \backslash
26845 marginpar}[1]{
26846 \backslash
26847 myMarginpar{%
26848 \begin_inset Newline newline
26849 \end_inset
26850
26851
26852 \begin_inset Phantom HPhantom
26853 status open
26854
26855 \begin_layout Plain Layout
26856
26857 \series bold
26858 \begin_inset space ~
26859 \end_inset
26860
26861
26862 \end_layout
26863
26864 \end_inset
26865
26866
26867 \backslash
26868 hspace{0pt}
26869 \backslash
26870 textsf{
26871 \backslash
26872 textbf{
26873 \backslash
26874 underbar{Attention!}}}%
26875 \begin_inset Newline newline
26876 \end_inset
26877
26878
26879 \begin_inset Phantom HPhantom
26880 status open
26881
26882 \begin_layout Plain Layout
26883
26884 \series bold
26885 \begin_inset space ~
26886 \end_inset
26887
26888
26889 \end_layout
26890
26891 \end_inset
26892
26893
26894 \backslash
26895 vspace{1.5mm}
26896 \backslash
26897
26898 \backslash
26899 #1}}
26900 \end_layout
26901
26902 \begin_layout Standard
26903
26904 \family roman
26905 \series medium
26906 \begin_inset ERT
26907 status collapsed
26908
26909 \begin_layout Plain Layout
26910
26911
26912 \backslash
26913 let
26914 \backslash
26915 myMarginpar
26916 \backslash
26917 marginpar
26918 \end_layout
26919
26920 \begin_layout Plain Layout
26921
26922
26923 \backslash
26924 renewcommand{
26925 \backslash
26926 marginpar}[1]{
26927 \backslash
26928 myMarginpar{%
26929 \end_layout
26930
26931 \begin_layout Plain Layout
26932
26933    
26934 \backslash
26935 textsf{
26936 \backslash
26937 textbf{
26938 \backslash
26939 underbar{Attention!}}}%
26940 \end_layout
26941
26942 \begin_layout Plain Layout
26943
26944    
26945 \backslash
26946 vspace{1.5mm}
26947 \backslash
26948
26949 \backslash
26950 #1}}
26951 \end_layout
26952
26953 \end_inset
26954
26955
26956 \begin_inset Marginal
26957 status open
26958
26959 \begin_layout Plain Layout
26960 This is a margin note with a defined heading.
26961 \end_layout
26962
26963 \end_inset
26964
26965
26966 \family default
26967 \series default
26968
26969 \begin_inset ERT
26970 status collapsed
26971
26972 \begin_layout Plain Layout
26973
26974 [-1.5cm]
26975 \end_layout
26976
26977 \end_inset
26978
26979
26980 \family roman
26981 \series medium
26982
26983 \begin_inset ERT
26984 status collapsed
26985
26986 \begin_layout Plain Layout
26987
26988
26989 \backslash
26990 renewcommand{
26991 \backslash
26992 marginpar}[1]{
26993 \backslash
26994 myMarginpar{#1}}
26995 \end_layout
26996
26997 \end_inset
26998
26999
27000 \family default
27001 \series default
27002
27003 \begin_inset Note Note
27004 status collapsed
27005
27006 \begin_layout Plain Layout
27007 The margin note format is changed only for this example.
27008 \end_layout
27009
27010 \end_inset
27011
27012
27013 \end_layout
27014
27015 \begin_layout Standard
27016 \begin_inset ERT
27017 status collapsed
27018
27019 \begin_layout Plain Layout
27020
27021
27022 \backslash
27023 else
27024 \end_layout
27025
27026 \end_inset
27027
27028
27029 \begin_inset Note Note
27030 status open
27031
27032 \begin_layout Plain Layout
27033 The following will be displayed when the LaTeX-package 
27034 \series bold
27035 marginnote
27036 \series default
27037  is not installed:
27038 \end_layout
27039
27040 \end_inset
27041
27042
27043 \end_layout
27044
27045 \begin_layout Standard
27046 You need to install the LaTeX-package 
27047 \series bold
27048 marginnote
27049 \series default
27050  to see the following part of this section in the output.
27051 \end_layout
27052
27053 \begin_layout Standard
27054 \begin_inset ERT
27055 status collapsed
27056
27057 \begin_layout Plain Layout
27058
27059
27060 \backslash
27061 fi
27062 \end_layout
27063
27064 \end_inset
27065
27066
27067 \end_layout
27068
27069 \begin_layout Chapter
27070 Boxes
27071 \end_layout
27072
27073 \begin_layout Section
27074 Introduction
27075 \begin_inset Index idx
27076 status collapsed
27077
27078 \begin_layout Plain Layout
27079 Boxes ! Introduction
27080 \end_layout
27081
27082 \end_inset
27083
27084
27085 \end_layout
27086
27087 \begin_layout Standard
27088 Boxes are used to format a block of text.
27089  Boxes can be used to write documents with multiple languages, see section
27090 \begin_inset space ~
27091 \end_inset
27092
27093
27094 \begin_inset CommandInset ref
27095 LatexCommand ref
27096 reference "sec:Minipages"
27097
27098 \end_inset
27099
27100 , to frame texts, see section
27101 \begin_inset space ~
27102 \end_inset
27103
27104
27105 \begin_inset CommandInset ref
27106 LatexCommand ref
27107 reference "sec:Decoration"
27108
27109 \end_inset
27110
27111 , to prevent words from being hyphenated, see section
27112 \begin_inset space ~
27113 \end_inset
27114
27115
27116 \begin_inset CommandInset ref
27117 LatexCommand ref
27118 reference "sec:Prevent-Hyphenation"
27119
27120 \end_inset
27121
27122 , to align text, see section
27123 \begin_inset space ~
27124 \end_inset
27125
27126
27127 \begin_inset CommandInset ref
27128 LatexCommand ref
27129 reference "sub:Vertical-Alignment"
27130
27131 \end_inset
27132
27133 , or to set the background color of texts, see section
27134 \begin_inset space ~
27135 \end_inset
27136
27137
27138 \begin_inset CommandInset ref
27139 LatexCommand ref
27140 reference "sec:Colored-Boxes"
27141
27142 \end_inset
27143
27144 .
27145 \end_layout
27146
27147 \begin_layout Standard
27148 Boxes can be inserted with the menu 
27149 \family sans
27150 Insert\SpecialChar \menuseparator
27151 Box
27152 \family default
27153  or the toolbar button 
27154 \begin_inset Graphics
27155         filename ../images/box-insert.png
27156         scale 85
27157         scaleBeforeRotation
27158
27159 \end_inset
27160
27161 .
27162  A grey box with the label 
27163 \family sans
27164 Box (Minipage)
27165 \family default
27166
27167 \begin_inset Graphics
27168         filename clipart/BoxInsetDefaultQt4.png
27169         scale 85
27170         scaleBeforeRotation
27171
27172 \end_inset
27173
27174  will be inserted.
27175  The box type can be specified by right-clicking on the box and selecting
27176  
27177 \family sans
27178 Settings
27179 \family default
27180 .
27181  The box dialog offers the 
27182 \family sans
27183 Inner
27184 \begin_inset space ~
27185 \end_inset
27186
27187 Box
27188 \family default
27189  types 
27190 \family sans
27191 Makebox
27192 \family default
27193
27194 \family sans
27195 Parbox
27196 \family default
27197  and 
27198 \family sans
27199 Minipage
27200 \family default
27201 .
27202  The type 
27203 \family sans
27204 Minipage
27205 \family default
27206  is the default for new boxes and is explained in section
27207 \begin_inset space ~
27208 \end_inset
27209
27210
27211 \begin_inset CommandInset ref
27212 LatexCommand ref
27213 reference "sec:Minipages"
27214
27215 \end_inset
27216
27217 ; the type 
27218 \family sans
27219 Parbox
27220 \family default
27221  is described in section
27222 \begin_inset space ~
27223 \end_inset
27224
27225
27226 \begin_inset CommandInset ref
27227 LatexCommand ref
27228 reference "sec:Parboxes"
27229
27230 \end_inset
27231
27232  and the type 
27233 \family sans
27234 Makebox
27235 \family default
27236  in 
27237 \begin_inset CommandInset ref
27238 LatexCommand ref
27239 reference "sec:Prevent-Hyphenation"
27240
27241 \end_inset
27242
27243 .
27244 \end_layout
27245
27246 \begin_layout Standard
27247 Boxes are not numbered and can therefore not be referenced like floats or
27248  footnotes.
27249 \end_layout
27250
27251 \begin_layout Standard
27252 \begin_inset Note Greyedout
27253 status open
27254
27255 \begin_layout Plain Layout
27256
27257 \series bold
27258 Note:
27259 \series default
27260  Boxes must not be the item in an 
27261 \family sans
27262 Itemize
27263 \family default
27264  or 
27265 \family sans
27266 Description
27267 \family default
27268  environment.
27269 \end_layout
27270
27271 \end_inset
27272
27273
27274 \end_layout
27275
27276 \begin_layout Standard
27277 \begin_inset Note Greyedout
27278 status open
27279
27280 \begin_layout Plain Layout
27281
27282 \series bold
27283 Note:
27284 \series default
27285  For an unknown reason you can only set the 
27286 \family sans
27287 Inner
27288 \begin_inset space ~
27289 \end_inset
27290
27291 Box
27292 \family default
27293  type to 
27294 \family sans
27295 None
27296 \family default
27297  when you use a framed box.
27298  Boxes without an 
27299 \family sans
27300 Inner
27301 \begin_inset space ~
27302 \end_inset
27303
27304 Box
27305 \family default
27306  type and without frames are explained in section
27307 \begin_inset space ~
27308 \end_inset
27309
27310
27311 \begin_inset CommandInset ref
27312 LatexCommand ref
27313 reference "sec:Prevent-Hyphenation"
27314
27315 \end_inset
27316
27317 .
27318 \end_layout
27319
27320 \end_inset
27321
27322
27323 \end_layout
27324
27325 \begin_layout Section
27326 Box Dialog
27327 \begin_inset CommandInset label
27328 LatexCommand label
27329 name "sec:Box-Dialog"
27330
27331 \end_inset
27332
27333
27334 \begin_inset Index idx
27335 status collapsed
27336
27337 \begin_layout Plain Layout
27338 Boxes ! Box Dialog
27339 \end_layout
27340
27341 \end_inset
27342
27343
27344 \end_layout
27345
27346 \begin_layout Subsection
27347 Size
27348 \begin_inset Index idx
27349 status collapsed
27350
27351 \begin_layout Plain Layout
27352 Boxes ! Size
27353 \end_layout
27354
27355 \end_inset
27356
27357
27358 \end_layout
27359
27360 \begin_layout Standard
27361 In the box dialog you can adjust the box geometry in the fields 
27362 \family sans
27363 Width
27364 \family default
27365  and 
27366 \family sans
27367 Height
27368 \family default
27369 .
27370  The available units for the geometry are explained in Table
27371 \begin_inset space ~
27372 \end_inset
27373
27374
27375 \begin_inset CommandInset ref
27376 LatexCommand ref
27377 reference "tab:Units"
27378
27379 \end_inset
27380
27381 .
27382  The field 
27383 \family sans
27384 Height
27385 \family default
27386  offers the following additional sizes:
27387 \end_layout
27388
27389 \begin_layout Description
27390 Depth This is the plain text 
27391 \begin_inset Quotes eld
27392 \end_inset
27393
27394 height
27395 \begin_inset Quotes erd
27396 \end_inset
27397
27398 .
27399  It ignores the total depth when there are multiple text lines in the box:
27400 \begin_inset Newline newline
27401 \end_inset
27402
27403
27404 \begin_inset Newline newline
27405 \end_inset
27406
27407
27408 \begin_inset Newline newline
27409 \end_inset
27410
27411
27412 \begin_inset Box Boxed
27413 position "c"
27414 hor_pos "c"
27415 has_inner_box 1
27416 inner_pos "c"
27417 use_parbox 0
27418 use_makebox 0
27419 width "12col%"
27420 special "none"
27421 height "1in"
27422 height_special "depth"
27423 status collapsed
27424
27425 \begin_layout Plain Layout
27426 \align center
27427 Box height set to 1
27428 \begin_inset space \thinspace{}
27429 \end_inset
27430
27431 Depth
27432 \end_layout
27433
27434 \end_inset
27435
27436
27437 \begin_inset Newline newline
27438 \end_inset
27439
27440
27441 \begin_inset Newline newline
27442 \end_inset
27443
27444
27445 \end_layout
27446
27447 \begin_layout Description
27448 Height This is the height of the text that is inside the box.
27449  A value of e.
27450 \begin_inset space \thinspace{}
27451 \end_inset
27452
27453 g.
27454 \begin_inset space \space{}
27455 \end_inset
27456
27457 2 for this size will set the box height to 2
27458 \begin_inset space ~
27459 \end_inset
27460
27461 times the text height: 
27462 \begin_inset Box Boxed
27463 position "c"
27464 hor_pos "c"
27465 has_inner_box 1
27466 inner_pos "c"
27467 use_parbox 0
27468 use_makebox 0
27469 width "20col%"
27470 special "none"
27471 height "2in"
27472 height_special "height"
27473 status collapsed
27474
27475 \begin_layout Plain Layout
27476 \align center
27477 Box height set to 2
27478 \begin_inset space \thinspace{}
27479 \end_inset
27480
27481 Height
27482 \end_layout
27483
27484 \end_inset
27485
27486
27487 \end_layout
27488
27489 \begin_layout Description
27490 Total
27491 \begin_inset space ~
27492 \end_inset
27493
27494 Height This is the Height
27495 \begin_inset space \thinspace{}
27496 \end_inset
27497
27498 +
27499 \begin_inset space \thinspace{}
27500 \end_inset
27501
27502 Depth: 
27503 \begin_inset Box Boxed
27504 position "c"
27505 hor_pos "c"
27506 has_inner_box 1
27507 inner_pos "c"
27508 use_parbox 0
27509 use_makebox 0
27510 width "20col%"
27511 special "none"
27512 height "1in"
27513 height_special "totalheight"
27514 status collapsed
27515
27516 \begin_layout Plain Layout
27517 \align center
27518 Box height set to 1
27519 \begin_inset space \thinspace{}
27520 \end_inset
27521
27522 Total
27523 \begin_inset space ~
27524 \end_inset
27525
27526 Height
27527 \end_layout
27528
27529 \end_inset
27530
27531
27532 \end_layout
27533
27534 \begin_layout Description
27535 Width This sets the width of the box as height: 
27536 \begin_inset Box Boxed
27537 position "c"
27538 hor_pos "c"
27539 has_inner_box 1
27540 inner_pos "c"
27541 use_parbox 0
27542 use_makebox 0
27543 width "12col%"
27544 special "none"
27545 height "1in"
27546 height_special "width"
27547 status collapsed
27548
27549 \begin_layout Plain Layout
27550 \align center
27551 Box height set to 1
27552 \begin_inset space \thinspace{}
27553 \end_inset
27554
27555 Width
27556 \end_layout
27557
27558 \end_inset
27559
27560
27561 \end_layout
27562
27563 \begin_layout Subsection
27564 Alignment
27565 \begin_inset Index idx
27566 status collapsed
27567
27568 \begin_layout Plain Layout
27569 Boxes ! Alignment
27570 \end_layout
27571
27572 \end_inset
27573
27574
27575 \end_layout
27576
27577 \begin_layout Standard
27578 When you have chosen an 
27579 \family sans
27580 Inner
27581 \begin_inset space ~
27582 \end_inset
27583
27584 Box
27585 \family default
27586 , the vertical box alignment can be:
27587 \end_layout
27588
27589 \begin_layout Description
27590 Top This is an example text line.
27591  
27592 \begin_inset Box Boxed
27593 position "t"
27594 hor_pos "c"
27595 has_inner_box 1
27596 inner_pos "c"
27597 use_parbox 0
27598 use_makebox 0
27599 width "12col%"
27600 special "none"
27601 height "1in"
27602 height_special "totalheight"
27603 status collapsed
27604
27605 \begin_layout Plain Layout
27606 \align center
27607 This box is top-aligned.
27608 \end_layout
27609
27610 \end_inset
27611
27612  This is an example text line.
27613 \end_layout
27614
27615 \begin_layout Description
27616 Middle This is an example text line.
27617  
27618 \begin_inset Box Boxed
27619 position "c"
27620 hor_pos "c"
27621 has_inner_box 1
27622 inner_pos "c"
27623 use_parbox 0
27624 use_makebox 0
27625 width "12col%"
27626 special "none"
27627 height "1in"
27628 height_special "totalheight"
27629 status collapsed
27630
27631 \begin_layout Plain Layout
27632 \align center
27633 This box is middle-aligned.
27634 \end_layout
27635
27636 \end_inset
27637
27638  This is an example text line.
27639 \end_layout
27640
27641 \begin_layout Description
27642 Bottom This is an example text line.
27643  
27644 \begin_inset Box Boxed
27645 position "b"
27646 hor_pos "c"
27647 has_inner_box 1
27648 inner_pos "c"
27649 use_parbox 0
27650 use_makebox 0
27651 width "12col%"
27652 special "none"
27653 height "1in"
27654 height_special "totalheight"
27655 status collapsed
27656
27657 \begin_layout Plain Layout
27658 \align center
27659 This box is bottom-aligned.
27660 \end_layout
27661
27662 \end_inset
27663
27664  This is an example text line.
27665 \end_layout
27666
27667 \begin_layout Standard
27668 \begin_inset Note Greyedout
27669 status open
27670
27671 \begin_layout Plain Layout
27672
27673 \series bold
27674 Note:
27675 \series default
27676  The vertical box alignment can be lost in the output when you have two
27677  boxes in a line and one has e.
27678 \begin_inset space \thinspace{}
27679 \end_inset
27680
27681 g.
27682 \begin_inset space \space{}
27683 \end_inset
27684
27685 a shadow and the other one not.
27686 \end_layout
27687
27688 \end_inset
27689
27690
27691 \end_layout
27692
27693 \begin_layout Standard
27694 The horizontal box alignment can be set via LyX's paragraph dialog when
27695  you set the box into its own paragraph.
27696 \end_layout
27697
27698 \begin_layout Standard
27699 \begin_inset VSpace bigskip
27700 \end_inset
27701
27702 When you have chosen an 
27703 \family sans
27704 Inner
27705 \begin_inset space ~
27706 \end_inset
27707
27708 Box
27709 \family default
27710 , the box content can be aligned vertically to:
27711 \end_layout
27712
27713 \begin_layout Description
27714 top This is an example text line.
27715  
27716 \begin_inset Box Boxed
27717 position "c"
27718 hor_pos "c"
27719 has_inner_box 1
27720 inner_pos "t"
27721 use_parbox 0
27722 use_makebox 0
27723 width "12col%"
27724 special "none"
27725 height "1.5in"
27726 height_special "totalheight"
27727 status collapsed
27728
27729 \begin_layout Plain Layout
27730 \align center
27731 This box text is top-aligned.
27732 \end_layout
27733
27734 \end_inset
27735
27736  This is an example text line.
27737 \end_layout
27738
27739 \begin_layout Description
27740 middle This is an example text line.
27741  
27742 \begin_inset Box Boxed
27743 position "c"
27744 hor_pos "c"
27745 has_inner_box 1
27746 inner_pos "c"
27747 use_parbox 0
27748 use_makebox 0
27749 width "12col%"
27750 special "none"
27751 height "1.5in"
27752 height_special "totalheight"
27753 status collapsed
27754
27755 \begin_layout Plain Layout
27756 \align center
27757 This box text is middle-aligned.
27758 \end_layout
27759
27760 \end_inset
27761
27762  This is an example text line.
27763 \end_layout
27764
27765 \begin_layout Description
27766 bottom This is an example text line.
27767  
27768 \begin_inset Box Boxed
27769 position "c"
27770 hor_pos "c"
27771 has_inner_box 1
27772 inner_pos "b"
27773 use_parbox 0
27774 use_makebox 0
27775 width "12col%"
27776 special "none"
27777 height "1.5in"
27778 height_special "totalheight"
27779 status collapsed
27780
27781 \begin_layout Plain Layout
27782 \align center
27783 This box text is bottom-aligned.
27784 \end_layout
27785
27786 \end_inset
27787
27788  This is an example text line.
27789 \end_layout
27790
27791 \begin_layout Description
27792 stretch This is an example text line.
27793  
27794 \begin_inset Box Boxed
27795 position "c"
27796 hor_pos "c"
27797 has_inner_box 1
27798 inner_pos "s"
27799 use_parbox 0
27800 use_makebox 0
27801 width "12col%"
27802 special "none"
27803 height "1.5in"
27804 height_special "totalheight"
27805 status collapsed
27806
27807 \begin_layout Plain Layout
27808 \align center
27809 This box
27810 \end_layout
27811
27812 \begin_layout Plain Layout
27813 \align center
27814 text is
27815 \end_layout
27816
27817 \begin_layout Plain Layout
27818 \align center
27819 stretched.
27820 \end_layout
27821
27822 \end_inset
27823
27824  This is an example text line.
27825 \end_layout
27826
27827 \begin_layout Standard
27828 To stretch the box content, it must consist of more than one paragraph.
27829  In the example above every text line is in an own paragraph.
27830 \end_layout
27831
27832 \begin_layout Standard
27833 \begin_inset VSpace bigskip
27834 \end_inset
27835
27836 To align the box content horizontally you can use LyX's paragraph dialog
27837  when you have chosen an 
27838 \family sans
27839 Inner
27840 \begin_inset space ~
27841 \end_inset
27842
27843 Box
27844 \family default
27845 .
27846 \end_layout
27847
27848 \begin_layout Standard
27849 \align center
27850 \begin_inset Box Boxed
27851 position "c"
27852 hor_pos "c"
27853 has_inner_box 1
27854 inner_pos "s"
27855 use_parbox 0
27856 use_makebox 0
27857 width "15col%"
27858 special "none"
27859 height "1.25in"
27860 height_special "totalheight"
27861 status collapsed
27862
27863 \begin_layout Plain Layout
27864 \align left
27865 This box
27866 \end_layout
27867
27868 \begin_layout Plain Layout
27869 \align center
27870 text is
27871 \end_layout
27872
27873 \begin_layout Plain Layout
27874 \align right
27875 stretched.
27876 \end_layout
27877
27878 \end_inset
27879
27880
27881 \end_layout
27882
27883 \begin_layout Standard
27884 If you have not set an 
27885 \family sans
27886 Inner
27887 \begin_inset space ~
27888 \end_inset
27889
27890 Box
27891 \family default
27892 , you can align the box content horizontally in the box dialog.
27893 \end_layout
27894
27895 \begin_layout Standard
27896 \align center
27897 \begin_inset Box Boxed
27898 position "c"
27899 hor_pos "s"
27900 has_inner_box 0
27901 inner_pos "s"
27902 use_parbox 0
27903 use_makebox 0
27904 width "90col%"
27905 special "none"
27906 height "1.25in"
27907 height_special "totalheight"
27908 status collapsed
27909
27910 \begin_layout Plain Layout
27911 This box text is horizontally stretched.
27912 \end_layout
27913
27914 \end_inset
27915
27916
27917 \end_layout
27918
27919 \begin_layout Subsection
27920 Decoration
27921 \begin_inset CommandInset label
27922 LatexCommand label
27923 name "sec:Decoration"
27924
27925 \end_inset
27926
27927
27928 \begin_inset Index idx
27929 status collapsed
27930
27931 \begin_layout Plain Layout
27932 Boxes ! Decoration
27933 \end_layout
27934
27935 \end_inset
27936
27937
27938 \end_layout
27939
27940 \begin_layout Standard
27941 The type of the box can be specified in the box dialog in the drop-down
27942  list 
27943 \family sans
27944 Decoration
27945 \family default
27946 .
27947  The following types are possible:
27948 \end_layout
27949
27950 \begin_layout Description
27951 No
27952 \begin_inset space ~
27953 \end_inset
27954
27955 frame Nothing is drawn.
27956 \end_layout
27957
27958 \begin_layout Description
27959 Simple
27960 \begin_inset space ~
27961 \end_inset
27962
27963 rectangular
27964 \begin_inset space ~
27965 \end_inset
27966
27967 frame This draws a rectangular frame around the box.
27968  The frame line thickness has the size of 
27969 \series bold
27970
27971 \backslash
27972 fboxrule
27973 \series default
27974 .
27975  
27976 \begin_inset Box Boxed
27977 position "c"
27978 hor_pos "c"
27979 has_inner_box 1
27980 inner_pos "c"
27981 use_parbox 0
27982 use_makebox 0
27983 width "20col%"
27984 special "none"
27985 height "1in"
27986 height_special "totalheight"
27987 status collapsed
27988
27989 \begin_layout Plain Layout
27990 \align center
27991 Rectangular box
27992 \end_layout
27993
27994 \end_inset
27995
27996
27997 \end_layout
27998
27999 \begin_layout Description
28000 Oval
28001 \begin_inset space ~
28002 \end_inset
28003
28004 box,
28005 \begin_inset space ~
28006 \end_inset
28007
28008 thin This draws an oval frame around the box.
28009  The frame line thickness has the size 0.4
28010 \begin_inset space \thinspace{}
28011 \end_inset
28012
28013 pt.
28014  
28015 \begin_inset Box ovalbox
28016 position "c"
28017 hor_pos "c"
28018 has_inner_box 1
28019 inner_pos "c"
28020 use_parbox 0
28021 use_makebox 0
28022 width "20col%"
28023 special "none"
28024 height "1in"
28025 height_special "totalheight"
28026 status collapsed
28027
28028 \begin_layout Plain Layout
28029 \align center
28030 Oval box, thin
28031 \end_layout
28032
28033 \end_inset
28034
28035
28036 \end_layout
28037
28038 \begin_layout Description
28039 Oval
28040 \begin_inset space ~
28041 \end_inset
28042
28043 box,
28044 \begin_inset space ~
28045 \end_inset
28046
28047 thick This draws an oval frame around the box.
28048  The frame line thickness has the size 0.8
28049 \begin_inset space \thinspace{}
28050 \end_inset
28051
28052 pt.
28053  
28054 \begin_inset Box Ovalbox
28055 position "c"
28056 hor_pos "c"
28057 has_inner_box 1
28058 inner_pos "c"
28059 use_parbox 0
28060 use_makebox 0
28061 width "20col%"
28062 special "none"
28063 height "1in"
28064 height_special "totalheight"
28065 status collapsed
28066
28067 \begin_layout Plain Layout
28068 \align center
28069 Oval box, thick
28070 \end_layout
28071
28072 \end_inset
28073
28074
28075 \end_layout
28076
28077 \begin_layout Description
28078 Drop
28079 \begin_inset space ~
28080 \end_inset
28081
28082 shadow This draws a rectangular frame with a shadow around the box.
28083  The frame line thickness has the size of 
28084 \series bold
28085
28086 \backslash
28087 fboxrule
28088 \series default
28089 , the shadow has a width of 4
28090 \begin_inset space \thinspace{}
28091 \end_inset
28092
28093 pt.
28094  
28095 \begin_inset Box Shadowbox
28096 position "c"
28097 hor_pos "c"
28098 has_inner_box 1
28099 inner_pos "c"
28100 use_parbox 0
28101 use_makebox 0
28102 width "20col%"
28103 special "none"
28104 height "1in"
28105 height_special "totalheight"
28106 status collapsed
28107
28108 \begin_layout Plain Layout
28109 \align center
28110 Shadow box
28111 \end_layout
28112
28113 \end_inset
28114
28115
28116 \end_layout
28117
28118 \begin_layout Description
28119 Shaded
28120 \begin_inset space ~
28121 \end_inset
28122
28123 background This draws a box with a red background.
28124  Unlike colored boxes
28125 \begin_inset Foot
28126 status collapsed
28127
28128 \begin_layout Plain Layout
28129 see sec.
28130 \begin_inset space \thinspace{}
28131 \end_inset
28132
28133
28134 \begin_inset CommandInset ref
28135 LatexCommand ref
28136 reference "sec:Colored-Boxes"
28137
28138 \end_inset
28139
28140
28141 \end_layout
28142
28143 \end_inset
28144
28145 , it always uses the whole column width and the box is set as its own paragraph.
28146  
28147 \begin_inset Box Shaded
28148 position "t"
28149 hor_pos "c"
28150 has_inner_box 0
28151 inner_pos "t"
28152 use_parbox 0
28153 use_makebox 0
28154 width "50col%"
28155 special "none"
28156 height "1in"
28157 height_special "totalheight"
28158 status collapsed
28159
28160 \begin_layout Plain Layout
28161 Shaded background box
28162 \end_layout
28163
28164 \end_inset
28165
28166
28167 \end_layout
28168
28169 \begin_layout Description
28170 Double
28171 \begin_inset space ~
28172 \end_inset
28173
28174 rectangular
28175 \begin_inset space ~
28176 \end_inset
28177
28178 frame This draws a double-line rectangular frame around the box.
28179  The line thickness of the inner frame is 0.75
28180 \begin_inset space \thinspace{}
28181 \end_inset
28182
28183
28184 \series bold
28185
28186 \backslash
28187 fboxrule
28188 \series default
28189 , the thickness of the outer frame is 1.5
28190 \begin_inset space \thinspace{}
28191 \end_inset
28192
28193
28194 \series bold
28195
28196 \backslash
28197 fboxrule
28198 \series default
28199 .
28200  The distance between the lines is 1.5
28201 \begin_inset space \thinspace{}
28202 \end_inset
28203
28204
28205 \series bold
28206
28207 \backslash
28208 fboxrule
28209 \series default
28210
28211 \begin_inset space \thinspace{}
28212 \end_inset
28213
28214 +
28215 \begin_inset space \thinspace{}
28216 \end_inset
28217
28218 0.5
28219 \begin_inset space \thinspace{}
28220 \end_inset
28221
28222 pt.
28223  
28224 \begin_inset Box Doublebox
28225 position "c"
28226 hor_pos "c"
28227 has_inner_box 1
28228 inner_pos "c"
28229 use_parbox 0
28230 use_makebox 0
28231 width "20col%"
28232 special "none"
28233 height "1in"
28234 height_special "totalheight"
28235 status collapsed
28236
28237 \begin_layout Plain Layout
28238 \align center
28239 Double rectangular box
28240 \end_layout
28241
28242 \end_inset
28243
28244
28245 \end_layout
28246
28247 \begin_layout Standard
28248 \begin_inset VSpace bigskip
28249 \end_inset
28250
28251 LyX's box label will reflect the different frame types.
28252  To be able to use all types, the LaTeX-package 
28253 \series bold
28254 fancybox
28255 \series default
28256
28257 \begin_inset Index idx
28258 status collapsed
28259
28260 \begin_layout Plain Layout
28261 LaTeX-packages ! fancybox
28262 \end_layout
28263
28264 \end_inset
28265
28266  must be installed.
28267 \end_layout
28268
28269 \begin_layout Standard
28270 \begin_inset VSpace bigskip
28271 \end_inset
28272
28273 When you use the decoration 
28274 \family sans
28275 simple rectangular frame
28276 \family default
28277  and no inner box, you can allow page breaks within a box.
28278  Note that then, unlike other framed boxes, the frame always uses the whole
28279  column width, the box is set as its own paragraph, and 
28280 \series bold
28281
28282 \backslash
28283 fboxrule
28284 \series default
28285  and 
28286 \series bold
28287
28288 \backslash
28289 fboxsep
28290 \series default
28291  have no effect on this box type.
28292  The frame line thickness has the size of 
28293 \series bold
28294
28295 \backslash
28296 FrameRule
28297 \series default
28298 .
28299  
28300 \begin_inset Box Framed
28301 position "t"
28302 hor_pos "c"
28303 has_inner_box 0
28304 inner_pos "t"
28305 use_parbox 0
28306 use_makebox 0
28307 width "100col%"
28308 special "none"
28309 height "1in"
28310 height_special "totalheight"
28311 status collapsed
28312
28313 \begin_layout Plain Layout
28314 Allow page break box
28315 \end_layout
28316
28317 \end_inset
28318
28319
28320 \end_layout
28321
28322 \begin_layout Section
28323 Box Customization
28324 \begin_inset Index idx
28325 status collapsed
28326
28327 \begin_layout Plain Layout
28328 Boxes ! Customization
28329 \end_layout
28330
28331 \end_inset
28332
28333
28334 \end_layout
28335
28336 \begin_layout Standard
28337 The default value for the size 
28338 \series bold
28339
28340 \backslash
28341 fboxrule
28342 \series default
28343  is 0.4
28344 \begin_inset space \thinspace{}
28345 \end_inset
28346
28347 pt.
28348  It can be changed with the following command in TeX-code to e.
28349 \begin_inset space \thinspace{}
28350 \end_inset
28351
28352 g.
28353 \begin_inset space \space{}
28354 \end_inset
28355
28356 2
28357 \begin_inset space \thinspace{}
28358 \end_inset
28359
28360 pt:
28361 \end_layout
28362
28363 \begin_layout Standard
28364
28365 \series bold
28366
28367 \backslash
28368 setlength{
28369 \backslash
28370 fboxrule}{2pt}
28371 \end_layout
28372
28373 \begin_layout Standard
28374 \begin_inset ERT
28375 status collapsed
28376
28377 \begin_layout Plain Layout
28378
28379
28380 \backslash
28381 setlength{
28382 \backslash
28383 fboxrule}{2pt}
28384 \end_layout
28385
28386 \end_inset
28387
28388
28389 \begin_inset Box Boxed
28390 position "c"
28391 hor_pos "c"
28392 has_inner_box 1
28393 inner_pos "c"
28394 use_parbox 0
28395 use_makebox 0
28396 width "25col%"
28397 special "none"
28398 height "1in"
28399 height_special "totalheight"
28400 status open
28401
28402 \begin_layout Plain Layout
28403 \align center
28404 Rectangular box with 
28405 \series bold
28406
28407 \backslash
28408 fboxrule
28409 \series default
28410
28411 \begin_inset space \thinspace{}
28412 \end_inset
28413
28414 =
28415 \begin_inset space \thinspace{}
28416 \end_inset
28417
28418 2
28419 \begin_inset space \thinspace{}
28420 \end_inset
28421
28422 pt
28423 \end_layout
28424
28425 \end_inset
28426
28427
28428 \begin_inset ERT
28429 status collapsed
28430
28431 \begin_layout Plain Layout
28432
28433
28434 \backslash
28435 setlength{
28436 \backslash
28437 fboxrule}{0.4pt}
28438 \end_layout
28439
28440 \end_inset
28441
28442
28443 \end_layout
28444
28445 \begin_layout Standard
28446 \begin_inset VSpace bigskip
28447 \end_inset
28448
28449 The space between the frame and the box content is for all frame styles
28450  by default 3
28451 \begin_inset space \thinspace{}
28452 \end_inset
28453
28454 pt.
28455  You can change it by setting the length 
28456 \series bold
28457
28458 \backslash
28459 fboxsep
28460 \series default
28461  to another value.
28462  For example the command
28463 \end_layout
28464
28465 \begin_layout Standard
28466
28467 \series bold
28468
28469 \backslash
28470 setlength{
28471 \backslash
28472 fboxsep}{10pt}
28473 \end_layout
28474
28475 \begin_layout Standard
28476 sets the value to 10
28477 \begin_inset space \thinspace{}
28478 \end_inset
28479
28480 pt, as with the following box:
28481 \end_layout
28482
28483 \begin_layout Standard
28484 \begin_inset ERT
28485 status collapsed
28486
28487 \begin_layout Plain Layout
28488
28489
28490 \backslash
28491 setlength{
28492 \backslash
28493 fboxsep}{10pt}
28494 \end_layout
28495
28496 \end_inset
28497
28498
28499 \begin_inset Box Boxed
28500 position "c"
28501 hor_pos "c"
28502 has_inner_box 1
28503 inner_pos "c"
28504 use_parbox 0
28505 use_makebox 0
28506 width "25col%"
28507 special "none"
28508 height "1in"
28509 height_special "totalheight"
28510 status open
28511
28512 \begin_layout Plain Layout
28513 \align center
28514 Rectangular box with 
28515 \series bold
28516
28517 \backslash
28518 fboxsep
28519 \series default
28520
28521 \begin_inset space \thinspace{}
28522 \end_inset
28523
28524 =
28525 \begin_inset space \thinspace{}
28526 \end_inset
28527
28528 10
28529 \begin_inset space \thinspace{}
28530 \end_inset
28531
28532 pt
28533 \end_layout
28534
28535 \end_inset
28536
28537
28538 \begin_inset ERT
28539 status collapsed
28540
28541 \begin_layout Plain Layout
28542
28543
28544 \backslash
28545 setlength{
28546 \backslash
28547 fboxsep}{3pt}
28548 \end_layout
28549
28550 \end_inset
28551
28552
28553 \end_layout
28554
28555 \begin_layout Standard
28556 \begin_inset VSpace bigskip
28557 \end_inset
28558
28559 The diameter of the round corners of the oval boxes can be set with the
28560  command 
28561 \series bold
28562
28563 \backslash
28564 cornersize
28565 \series default
28566 .
28567  The command
28568 \end_layout
28569
28570 \begin_layout Standard
28571
28572 \series bold
28573
28574 \backslash
28575 cornersize*{1cm}
28576 \end_layout
28577
28578 \begin_layout Standard
28579 sets the diameter to 1
28580 \begin_inset space \thinspace{}
28581 \end_inset
28582
28583 cm.
28584  The command
28585 \end_layout
28586
28587 \begin_layout Standard
28588
28589 \series bold
28590
28591 \backslash
28592 cornersize{num}
28593 \end_layout
28594
28595 \begin_layout Standard
28596 sets the diameter to 
28597 \family sans
28598 num
28599 \begin_inset space \thinspace{}
28600 \end_inset
28601
28602 ×
28603 \begin_inset space \thinspace{}
28604 \end_inset
28605
28606 minimum(width and height of box)
28607 \family default
28608 .
28609  The default is 
28610 \series bold
28611
28612 \backslash
28613 cornersize{0.5}
28614 \series default
28615 .
28616 \end_layout
28617
28618 \begin_layout Standard
28619 \begin_inset ERT
28620 status collapsed
28621
28622 \begin_layout Plain Layout
28623
28624
28625 \backslash
28626 cornersize*{1.5cm}
28627 \end_layout
28628
28629 \end_inset
28630
28631
28632 \begin_inset Box Ovalbox
28633 position "c"
28634 hor_pos "c"
28635 has_inner_box 1
28636 inner_pos "c"
28637 use_parbox 0
28638 use_makebox 0
28639 width "25col%"
28640 special "none"
28641 height "1in"
28642 height_special "totalheight"
28643 status open
28644
28645 \begin_layout Plain Layout
28646 \align center
28647 Oval box with 
28648 \series bold
28649
28650 \backslash
28651 cornersize
28652 \series default
28653
28654 \begin_inset space \thinspace{}
28655 \end_inset
28656
28657 =
28658 \begin_inset space \thinspace{}
28659 \end_inset
28660
28661 1.5
28662 \begin_inset space \thinspace{}
28663 \end_inset
28664
28665 cm
28666 \end_layout
28667
28668 \end_inset
28669
28670
28671 \begin_inset ERT
28672 status collapsed
28673
28674 \begin_layout Plain Layout
28675
28676
28677 \backslash
28678 cornersize{0.5}
28679 \end_layout
28680
28681 \end_inset
28682
28683
28684 \end_layout
28685
28686 \begin_layout Standard
28687 \begin_inset VSpace bigskip
28688 \end_inset
28689
28690 The size of the shadow can be adjusted by changing the length 
28691 \series bold
28692
28693 \backslash
28694 shadowsize
28695 \series default
28696 .
28697  It it set to 2
28698 \begin_inset space \thinspace{}
28699 \end_inset
28700
28701 pt for the following box by this command:
28702 \end_layout
28703
28704 \begin_layout Standard
28705
28706 \series bold
28707
28708 \backslash
28709 setlength{
28710 \backslash
28711 shadowsize}{2pt}
28712 \end_layout
28713
28714 \begin_layout Standard
28715 \begin_inset ERT
28716 status collapsed
28717
28718 \begin_layout Plain Layout
28719
28720
28721 \backslash
28722 setlength{
28723 \backslash
28724 shadowsize}{2pt}
28725 \end_layout
28726
28727 \end_inset
28728
28729
28730 \begin_inset Box Shadowbox
28731 position "c"
28732 hor_pos "c"
28733 has_inner_box 1
28734 inner_pos "c"
28735 use_parbox 0
28736 use_makebox 0
28737 width "25col%"
28738 special "none"
28739 height "1in"
28740 height_special "totalheight"
28741 status open
28742
28743 \begin_layout Plain Layout
28744 \align center
28745 Shadow box with 
28746 \series bold
28747
28748 \backslash
28749 shadowsize
28750 \series default
28751
28752 \begin_inset space \thinspace{}
28753 \end_inset
28754
28755 =
28756 \begin_inset space \thinspace{}
28757 \end_inset
28758
28759 2
28760 \begin_inset space \thinspace{}
28761 \end_inset
28762
28763 pt
28764 \end_layout
28765
28766 \end_inset
28767
28768
28769 \begin_inset ERT
28770 status collapsed
28771
28772 \begin_layout Plain Layout
28773
28774
28775 \backslash
28776 setlength{
28777 \backslash
28778 shadowsize}{4pt}
28779 \end_layout
28780
28781 \end_inset
28782
28783
28784 \end_layout
28785
28786 \begin_layout Standard
28787 \begin_inset VSpace bigskip
28788 \end_inset
28789
28790
28791 \end_layout
28792
28793 \begin_layout Standard
28794 The default value for the size 
28795 \series bold
28796
28797 \backslash
28798 FrameRule
28799 \series default
28800  is 0.4
28801 \begin_inset space \thinspace{}
28802 \end_inset
28803
28804 pt.
28805  The default space between the note content and the frame is 9
28806 \begin_inset space \thinspace{}
28807 \end_inset
28808
28809 pt and can be changed with the value of 
28810 \series bold
28811
28812 \backslash
28813 FrameSep
28814 \series default
28815 .
28816  For example the frame appearance of the following 
28817 \family sans
28818 box
28819 \family default
28820  is set with the TeX-Code commands
28821 \end_layout
28822
28823 \begin_layout Standard
28824
28825 \series bold
28826
28827 \backslash
28828 setlength{
28829 \backslash
28830 FrameRule}{5pt}
28831 \begin_inset Newline newline
28832 \end_inset
28833
28834
28835 \backslash
28836 setlength{
28837 \backslash
28838 FrameSep}{0.5cm}
28839 \end_layout
28840
28841 \begin_layout Standard
28842 \begin_inset ERT
28843 status collapsed
28844
28845 \begin_layout Plain Layout
28846
28847
28848 \backslash
28849 setlength{
28850 \backslash
28851 FrameRule}{5pt}
28852 \end_layout
28853
28854 \begin_layout Plain Layout
28855
28856
28857 \backslash
28858 setlength{
28859 \backslash
28860 FrameSep}{0.5cm}
28861 \end_layout
28862
28863 \end_inset
28864
28865
28866 \begin_inset Box Framed
28867 position "t"
28868 hor_pos "c"
28869 has_inner_box 0
28870 inner_pos "t"
28871 use_parbox 0
28872 use_makebox 0
28873 width "100col%"
28874 special "none"
28875 height "1in"
28876 height_special "totalheight"
28877 status open
28878
28879 \begin_layout Plain Layout
28880 This is text in an 
28881 \family sans
28882 allow page break
28883 \family default
28884  box.
28885 \end_layout
28886
28887 \end_inset
28888
28889
28890 \begin_inset ERT
28891 status collapsed
28892
28893 \begin_layout Plain Layout
28894
28895
28896 \backslash
28897 setlength{
28898 \backslash
28899 FrameRule}{0.4pt}
28900 \end_layout
28901
28902 \begin_layout Plain Layout
28903
28904
28905 \backslash
28906 setlength{
28907 \backslash
28908 FrameSep}{9pt}
28909 \end_layout
28910
28911 \end_inset
28912
28913
28914 \end_layout
28915
28916 \begin_layout Standard
28917 \begin_inset VSpace bigskip
28918 \end_inset
28919
28920
28921 \end_layout
28922
28923 \begin_layout Standard
28924 For 
28925 \family sans
28926 shaded background
28927 \family default
28928  boxes the default space between the box content and the box border is 3
28929 \begin_inset space \thinspace{}
28930 \end_inset
28931
28932 pt and can be changed with the value of 
28933 \series bold
28934
28935 \backslash
28936 fboxsep
28937 \series default
28938 .
28939  The default background color red can either be changed locally with the
28940  command 
28941 \series bold
28942
28943 \backslash
28944 definecolor{shadecolor}
28945 \series default
28946  or globally with the menu 
28947 \family sans
28948 Tools\SpecialChar \menuseparator
28949 Preferences\SpecialChar \menuseparator
28950 Colors\SpecialChar \menuseparator
28951 shaded
28952 \begin_inset space ~
28953 \end_inset
28954
28955 box
28956 \family default
28957 .
28958  The scheme of the 
28959 \series bold
28960
28961 \backslash
28962 definecolor
28963 \series default
28964  command is explained in section
28965 \begin_inset space ~
28966 \end_inset
28967
28968
28969 \begin_inset CommandInset ref
28970 LatexCommand ref
28971 reference "sec:Colored-Tables"
28972
28973 \end_inset
28974
28975 .
28976 \begin_inset Foot
28977 status collapsed
28978
28979 \begin_layout Plain Layout
28980 Note that 
28981 \series bold
28982
28983 \backslash
28984 definecolor
28985 \series default
28986  requires the LaTeX-package 
28987 \series bold
28988 color
28989 \series default
28990  in the preamble, see section
28991 \begin_inset space ~
28992 \end_inset
28993
28994
28995 \begin_inset CommandInset ref
28996 LatexCommand ref
28997 reference "sec:Colored-Boxes"
28998
28999 \end_inset
29000
29001 .
29002 \end_layout
29003
29004 \end_inset
29005
29006  For example the appearance of the following shaded background box is set
29007  with the TeX-Code commands
29008 \end_layout
29009
29010 \begin_layout Standard
29011
29012 \series bold
29013
29014 \backslash
29015 setlength{
29016 \backslash
29017 fboxsep}{0.5cm}
29018 \series default
29019
29020 \begin_inset Newline newline
29021 \end_inset
29022
29023
29024 \series bold
29025
29026 \backslash
29027 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29028 \end_layout
29029
29030 \begin_layout Standard
29031 \begin_inset ERT
29032 status collapsed
29033
29034 \begin_layout Plain Layout
29035
29036
29037 \backslash
29038 setlength{
29039 \backslash
29040 fboxsep}{0.5cm}
29041 \end_layout
29042
29043 \begin_layout Plain Layout
29044
29045
29046 \backslash
29047 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29048 \end_layout
29049
29050 \end_inset
29051
29052
29053 \begin_inset Box Shaded
29054 position "t"
29055 hor_pos "c"
29056 has_inner_box 0
29057 inner_pos "t"
29058 use_parbox 0
29059 use_makebox 0
29060 width "100col%"
29061 special "none"
29062 height "1in"
29063 height_special "totalheight"
29064 status open
29065
29066 \begin_layout Plain Layout
29067
29068 \color yellow
29069 This is yellow text in a
29070 \color none
29071  
29072 \family sans
29073 \color yellow
29074 shaded background
29075 \family default
29076 \color none
29077  
29078 \color yellow
29079 box with dark green background.
29080 \end_layout
29081
29082 \end_inset
29083
29084
29085 \begin_inset ERT
29086 status collapsed
29087
29088 \begin_layout Plain Layout
29089
29090
29091 \backslash
29092 setlength{
29093 \backslash
29094 fboxsep}{3pt}
29095 \end_layout
29096
29097 \begin_layout Plain Layout
29098
29099
29100 \backslash
29101 definecolor{shadecolor}{rgb}{1,0,0}
29102 \end_layout
29103
29104 \end_inset
29105
29106
29107 \end_layout
29108
29109 \begin_layout Standard
29110 \begin_inset VSpace bigskip
29111 \end_inset
29112
29113 Changed lengths and widths are valid for all boxes following the commands
29114  that change them.
29115 \end_layout
29116
29117 \begin_layout Section
29118 Minipages
29119 \begin_inset CommandInset label
29120 LatexCommand label
29121 name "sec:Minipages"
29122
29123 \end_inset
29124
29125
29126 \begin_inset Index idx
29127 status collapsed
29128
29129 \begin_layout Plain Layout
29130 Boxes ! Minipages
29131 \end_layout
29132
29133 \end_inset
29134
29135
29136 \end_layout
29137
29138 \begin_layout Standard
29139 Minipages are treated by LaTeX as pages within pages and can therefore for
29140  example have their own footnotes.
29141 \end_layout
29142
29143 \begin_layout Standard
29144 Minipages are useful when you write documents with different languages.
29145 \end_layout
29146
29147 \begin_layout Standard
29148 Below are two example minipages side by side.
29149  Their width is set to 45
29150 \begin_inset space \thinspace{}
29151 \end_inset
29152
29153 col% and they are separated by a horizontal fill, that was inserted via
29154  the menu 
29155 \family sans
29156 Insert\SpecialChar \menuseparator
29157 Special
29158 \begin_inset space ~
29159 \end_inset
29160
29161 Formatting\SpecialChar \menuseparator
29162 Horizontal
29163 \begin_inset space ~
29164 \end_inset
29165
29166 Fill
29167 \family default
29168 .
29169 \begin_inset Newpage newpage
29170 \end_inset
29171
29172
29173 \end_layout
29174
29175 \begin_layout Standard
29176 \begin_inset Box Frameless
29177 position "t"
29178 hor_pos "c"
29179 has_inner_box 1
29180 inner_pos "c"
29181 use_parbox 0
29182 use_makebox 0
29183 width "45col%"
29184 special "none"
29185 height "1in"
29186 height_special "totalheight"
29187 status open
29188
29189 \begin_layout Plain Layout
29190
29191 \lang german
29192 Dies ist ein deutscher Text.
29193  Dies ist ein deutscher Text.
29194  Dies ist ein deutscher Text.
29195  Dies ist ein deutscher Text.
29196  Dies ist ein deutscher Text.
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 \begin_inset Foot
29206 status collapsed
29207
29208 \begin_layout Plain Layout
29209
29210 \lang german
29211 Dies ist eine deutsche Fußnote.
29212 \end_layout
29213
29214 \end_inset
29215
29216 .
29217  Dies ist ein deutscher Text.
29218  Dies ist ein deutscher Text.
29219 \end_layout
29220
29221 \end_inset
29222
29223
29224 \begin_inset space \hfill{}
29225 \end_inset
29226
29227
29228 \begin_inset Box Frameless
29229 position "t"
29230 hor_pos "c"
29231 has_inner_box 1
29232 inner_pos "c"
29233 use_parbox 0
29234 use_makebox 0
29235 width "45col%"
29236 special "none"
29237 height "1in"
29238 height_special "totalheight"
29239 status open
29240
29241 \begin_layout Plain Layout
29242 This is an English Text.
29243  This is an English Text.
29244  This is an English Text.
29245  This is an English Text.
29246  This is an English Text.
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 \begin_inset Foot
29259 status collapsed
29260
29261 \begin_layout Plain Layout
29262 This is an English footnote.
29263 \end_layout
29264
29265 \end_inset
29266
29267  This is an English Text.
29268  
29269 \end_layout
29270
29271 \end_inset
29272
29273
29274 \end_layout
29275
29276 \begin_layout Standard
29277 \begin_inset VSpace bigskip
29278 \end_inset
29279
29280 The document-wide paragraph settings are ignored within minipages.
29281  That means that there will be no space between paragraphs in minipages
29282  although you set it to e.
29283 \begin_inset space \thinspace{}
29284 \end_inset
29285
29286 g.
29287 \begin_inset space \space{}
29288 \end_inset
29289
29290
29291 \family sans
29292 MedSkip
29293 \family default
29294  in the document settings.
29295 \end_layout
29296
29297 \begin_layout Standard
29298 Minipages can also be used to set a background color for text parts, see
29299  section
29300 \begin_inset space ~
29301 \end_inset
29302
29303
29304 \begin_inset CommandInset ref
29305 LatexCommand ref
29306 reference "sub:Color-for-Paragraphs"
29307
29308 \end_inset
29309
29310 .
29311 \end_layout
29312
29313 \begin_layout Standard
29314 \begin_inset Note Greyedout
29315 status open
29316
29317 \begin_layout Plain Layout
29318
29319 \series bold
29320 Note:
29321 \series default
29322  You cannot have floats or margin notes inside minipages but minipages can
29323  be used inside tables, floats, and other boxes.
29324 \end_layout
29325
29326 \end_inset
29327
29328
29329 \end_layout
29330
29331 \begin_layout Section
29332 Parboxes
29333 \begin_inset CommandInset label
29334 LatexCommand label
29335 name "sec:Parboxes"
29336
29337 \end_inset
29338
29339
29340 \begin_inset Index idx
29341 status collapsed
29342
29343 \begin_layout Plain Layout
29344 Boxes ! Parboxes
29345 \end_layout
29346
29347 \end_inset
29348
29349
29350 \end_layout
29351
29352 \begin_layout Standard
29353 Parboxes are very similar to minipages with the difference that they cannot
29354  have footnotes.
29355 \end_layout
29356
29357 \begin_layout Standard
29358 \align center
29359 \begin_inset Box Frameless
29360 position "t"
29361 hor_pos "c"
29362 has_inner_box 1
29363 inner_pos "t"
29364 use_parbox 1
29365 use_makebox 0
29366 width "33col%"
29367 special "none"
29368 height "1in"
29369 height_special "totalheight"
29370 status collapsed
29371
29372 \begin_layout Plain Layout
29373 This a text within a parbox.
29374  This a text within a parbox.
29375 \end_layout
29376
29377 \begin_layout Plain Layout
29378 This footnote won't appear:
29379 \begin_inset Foot
29380 status collapsed
29381
29382 \begin_layout Plain Layout
29383 This footnote is inside a parbox and will therefore not appear.
29384 \end_layout
29385
29386 \end_inset
29387
29388
29389 \end_layout
29390
29391 \end_inset
29392
29393
29394 \end_layout
29395
29396 \begin_layout Section
29397 Boxes for Words and Characters
29398 \begin_inset Index idx
29399 status collapsed
29400
29401 \begin_layout Plain Layout
29402 Boxes ! for Characters
29403 \end_layout
29404
29405 \end_inset
29406
29407
29408 \end_layout
29409
29410 \begin_layout Subsection
29411 Prevent Hyphenation
29412 \begin_inset CommandInset label
29413 LatexCommand label
29414 name "sec:Prevent-Hyphenation"
29415
29416 \end_inset
29417
29418
29419 \begin_inset Index idx
29420 status collapsed
29421
29422 \begin_layout Plain Layout
29423 Boxes ! to Prevent Hyphenation
29424 \end_layout
29425
29426 \end_inset
29427
29428
29429 \end_layout
29430
29431 \begin_layout Standard
29432 You can use the box type 
29433 \family sans
29434 Makebox
29435 \family default
29436  to prevent words or text from being hyphenated.
29437 \begin_inset Newline newline
29438 \end_inset
29439
29440 Here is an example text:
29441 \end_layout
29442
29443 \begin_layout Standard
29444 This line is an example to show how you can prevent the hyphenation of 
29445 \begin_inset Quotes eld
29446 \end_inset
29447
29448 veryverylongword
29449 \begin_inset Quotes erd
29450 \end_inset
29451
29452 .
29453 \end_layout
29454
29455 \begin_layout Standard
29456 To prevent the hyphenation of the word 
29457 \begin_inset Quotes eld
29458 \end_inset
29459
29460 veryverylongword
29461 \begin_inset Quotes erd
29462 \end_inset
29463
29464 , put the word into a box, set the 
29465 \family sans
29466 Inner
29467 \begin_inset space ~
29468 \end_inset
29469
29470 box
29471 \family default
29472  to 
29473 \family sans
29474 Makebox
29475 \family default
29476  and its width to 1
29477 \begin_inset space \thinspace{}
29478 \end_inset
29479
29480 Width.
29481 \end_layout
29482
29483 \begin_layout Standard
29484 This is the result:
29485 \end_layout
29486
29487 \begin_layout Standard
29488 This line is an example to show how you can prevent the hyphenation of 
29489 \begin_inset Box Frameless
29490 position "t"
29491 hor_pos "c"
29492 has_inner_box 1
29493 inner_pos "t"
29494 use_parbox 0
29495 use_makebox 1
29496 width "1in"
29497 special "width"
29498 height "1in"
29499 height_special "totalheight"
29500 status open
29501
29502 \begin_layout Plain Layout
29503 \begin_inset Quotes eld
29504 \end_inset
29505
29506 veryverylongword
29507 \begin_inset Quotes erd
29508 \end_inset
29509
29510
29511 \end_layout
29512
29513 \end_inset
29514
29515 .
29516 \end_layout
29517
29518 \begin_layout Standard
29519 You can alternatively set the command 
29520 \begin_inset Quotes eld
29521 \end_inset
29522
29523
29524 \series bold
29525
29526 \backslash
29527 -
29528 \series default
29529
29530 \begin_inset Quotes grd
29531 \end_inset
29532
29533  as TeX-Code directly before the word:
29534 \end_layout
29535
29536 \begin_layout Standard
29537 This line is an example to show how you can prevent the hyphenation of 
29538 \begin_inset Quotes eld
29539 \end_inset
29540
29541
29542 \begin_inset ERT
29543 status collapsed
29544
29545 \begin_layout Plain Layout
29546
29547
29548 \backslash
29549 -
29550 \end_layout
29551
29552 \end_inset
29553
29554 veryverylongword
29555 \begin_inset Quotes erd
29556 \end_inset
29557
29558 .
29559 \end_layout
29560
29561 \begin_layout Standard
29562 Of course the word now protrudes over the side margin.
29563  To avoid this, add via the menu 
29564 \family sans
29565 Insert\SpecialChar \menuseparator
29566 Formatting\SpecialChar \menuseparator
29567 Ragged
29568 \begin_inset space ~
29569 \end_inset
29570
29571 Line
29572 \begin_inset space ~
29573 \end_inset
29574
29575 Break
29576 \family default
29577  (shortcut 
29578 \begin_inset Info
29579 type  "shortcut"
29580 arg   "newline-insert newline"
29581 \end_inset
29582
29583 ) a line break before the word:
29584 \end_layout
29585
29586 \begin_layout Standard
29587 This line is an example to show how you can prevent the hyphenation of 
29588 \begin_inset Newline newline
29589 \end_inset
29590
29591
29592 \begin_inset Box Frameless
29593 position "t"
29594 hor_pos "c"
29595 has_inner_box 1
29596 inner_pos "t"
29597 use_parbox 0
29598 use_makebox 1
29599 width "1in"
29600 special "width"
29601 height "1in"
29602 height_special "totalheight"
29603 status open
29604
29605 \begin_layout Plain Layout
29606 \begin_inset Quotes eld
29607 \end_inset
29608
29609 veryverylongword
29610 \begin_inset Quotes erd
29611 \end_inset
29612
29613
29614 \end_layout
29615
29616 \end_inset
29617
29618 .
29619 \end_layout
29620
29621 \begin_layout Subsection
29622 Vertical Alignment
29623 \begin_inset CommandInset label
29624 LatexCommand label
29625 name "sub:Vertical-Alignment"
29626
29627 \end_inset
29628
29629
29630 \begin_inset Index idx
29631 status collapsed
29632
29633 \begin_layout Plain Layout
29634 Boxes ! for Vertical Alignment
29635 \end_layout
29636
29637 \end_inset
29638
29639
29640 \begin_inset Index idx
29641 status collapsed
29642
29643 \begin_layout Plain Layout
29644 Boxes ! Raiseboxes
29645 \end_layout
29646
29647 \end_inset
29648
29649
29650 \end_layout
29651
29652 \begin_layout Standard
29653 With the help of the command 
29654 \series bold
29655
29656 \backslash
29657 raisebox
29658 \series default
29659  you can align words, characters or other boxes vertically relative to the
29660  surrounding text.
29661  
29662 \series bold
29663
29664 \backslash
29665 raisebox
29666 \series default
29667  is used with the following scheme:
29668 \end_layout
29669
29670 \begin_layout Standard
29671
29672 \series bold
29673
29674 \backslash
29675 raisebox{lift}[height][depth]{box content}
29676 \end_layout
29677
29678 \begin_layout Standard
29679 The lift can be a positive value to raise the box or a negative value to
29680  lower the box.
29681 \end_layout
29682
29683 \begin_layout Standard
29684 To align for example the word 
29685 \begin_inset Quotes eld
29686 \end_inset
29687
29688 preventing
29689 \begin_inset Quotes erd
29690 \end_inset
29691
29692  so that the bottom of the 
29693 \begin_inset Quotes eld
29694 \end_inset
29695
29696 deepest
29697 \begin_inset Quotes erd
29698 \end_inset
29699
29700  character 
29701 \begin_inset Quotes eld
29702 \end_inset
29703
29704 p
29705 \begin_inset Quotes erd
29706 \end_inset
29707
29708  is at the baseline, insert the command
29709 \end_layout
29710
29711 \begin_layout Standard
29712
29713 \series bold
29714
29715 \backslash
29716 raisebox{
29717 \backslash
29718 depth}{
29719 \end_layout
29720
29721 \begin_layout Standard
29722 in TeX-Code before the word.
29723  After the word insert a closing brace 
29724 \begin_inset Quotes eld
29725 \end_inset
29726
29727
29728 \series bold
29729 }
29730 \series default
29731
29732 \begin_inset Quotes erd
29733 \end_inset
29734
29735  in TeX-Code.
29736 \begin_inset Newline newline
29737 \end_inset
29738
29739 This is the result:
29740 \end_layout
29741
29742 \begin_layout Standard
29743 This is a text line with the word 
29744 \begin_inset ERT
29745 status collapsed
29746
29747 \begin_layout Plain Layout
29748
29749
29750 \backslash
29751 raisebox{
29752 \backslash
29753 depth}{
29754 \end_layout
29755
29756 \end_inset
29757
29758
29759 \begin_inset Quotes eld
29760 \end_inset
29761
29762 preventing
29763 \begin_inset Quotes erd
29764 \end_inset
29765
29766
29767 \begin_inset ERT
29768 status collapsed
29769
29770 \begin_layout Plain Layout
29771
29772 }
29773 \end_layout
29774
29775 \end_inset
29776
29777  as a raised word.
29778 \end_layout
29779
29780 \begin_layout Standard
29781 \begin_inset VSpace bigskip
29782 \end_inset
29783
29784 When you raise or lower characters in a line, the line distance will be
29785  spread:
29786 \end_layout
29787
29788 \begin_layout Standard
29789 This is a text line with the word 
29790 \begin_inset ERT
29791 status collapsed
29792
29793 \begin_layout Plain Layout
29794
29795
29796 \backslash
29797 raisebox{-
29798 \backslash
29799 depth}{
29800 \end_layout
29801
29802 \end_inset
29803
29804
29805 \begin_inset Quotes eld
29806 \end_inset
29807
29808 preventing
29809 \begin_inset Quotes erd
29810 \end_inset
29811
29812
29813 \begin_inset ERT
29814 status collapsed
29815
29816 \begin_layout Plain Layout
29817
29818 }
29819 \end_layout
29820
29821 \end_inset
29822
29823  as a lowered word.
29824 \begin_inset Newline newline
29825 \end_inset
29826
29827 This is a text line with the word 
29828 \begin_inset ERT
29829 status collapsed
29830
29831 \begin_layout Plain Layout
29832
29833
29834 \backslash
29835 raisebox{0.5cm}{
29836 \end_layout
29837
29838 \end_inset
29839
29840
29841 \begin_inset Quotes eld
29842 \end_inset
29843
29844 testing
29845 \begin_inset Quotes erd
29846 \end_inset
29847
29848
29849 \begin_inset ERT
29850 status collapsed
29851
29852 \begin_layout Plain Layout
29853
29854 }
29855 \end_layout
29856
29857 \end_inset
29858
29859  as a raised word.
29860 \end_layout
29861
29862 \begin_layout Standard
29863 If you want to prevent this for a certain reason, set the box height to
29864  a zero value.
29865  For example use
29866 \end_layout
29867
29868 \begin_layout Standard
29869
29870 \series bold
29871
29872 \backslash
29873 raisebox{-
29874 \backslash
29875 depth}[0pt]{
29876 \end_layout
29877
29878 \begin_layout Standard
29879 This is a text line with the word 
29880 \begin_inset ERT
29881 status collapsed
29882
29883 \begin_layout Plain Layout
29884
29885
29886 \backslash
29887 raisebox{-
29888 \backslash
29889 depth}[0pt]{
29890 \end_layout
29891
29892 \end_inset
29893
29894
29895 \begin_inset Quotes eld
29896 \end_inset
29897
29898 preventing
29899 \begin_inset Quotes erd
29900 \end_inset
29901
29902
29903 \begin_inset ERT
29904 status collapsed
29905
29906 \begin_layout Plain Layout
29907
29908 }
29909 \end_layout
29910
29911 \end_inset
29912
29913  as a lowered word.
29914 \begin_inset Newline newline
29915 \end_inset
29916
29917 This is a text line with the word 
29918 \begin_inset ERT
29919 status collapsed
29920
29921 \begin_layout Plain Layout
29922
29923
29924 \backslash
29925 raisebox{0.5cm}[0pt]{
29926 \end_layout
29927
29928 \end_inset
29929
29930
29931 \begin_inset Quotes eld
29932 \end_inset
29933
29934 testing
29935 \begin_inset Quotes erd
29936 \end_inset
29937
29938
29939 \begin_inset ERT
29940 status collapsed
29941
29942 \begin_layout Plain Layout
29943
29944 }
29945 \end_layout
29946
29947 \end_inset
29948
29949  as a raised word.
29950 \end_layout
29951
29952 \begin_layout Section
29953 Colored Boxes
29954 \begin_inset CommandInset label
29955 LatexCommand label
29956 name "sec:Colored-Boxes"
29957
29958 \end_inset
29959
29960
29961 \begin_inset Index idx
29962 status collapsed
29963
29964 \begin_layout Plain Layout
29965 Boxes ! Color
29966 \end_layout
29967
29968 \end_inset
29969
29970
29971 \end_layout
29972
29973 \begin_layout Subsection
29974 Color for Text
29975 \begin_inset Index idx
29976 status collapsed
29977
29978 \begin_layout Plain Layout
29979 Color ! for Text
29980 \end_layout
29981
29982 \end_inset
29983
29984
29985 \end_layout
29986
29987 \begin_layout Standard
29988 To color the background of text the text must be put into a so called 
29989 \begin_inset Quotes eld
29990 \end_inset
29991
29992 colorbox
29993 \begin_inset Quotes erd
29994 \end_inset
29995
29996 .
29997  This requires that the LaTeX-package 
29998 \series bold
29999 color
30000 \series default
30001
30002 \begin_inset Index idx
30003 status collapsed
30004
30005 \begin_layout Plain Layout
30006 LaTeX-packages ! color
30007 \end_layout
30008
30009 \end_inset
30010
30011  is loaded in the document preamble with the command
30012 \end_layout
30013
30014 \begin_layout Standard
30015
30016 \series bold
30017
30018 \backslash
30019 @ifundefined{textcolor}
30020 \begin_inset Newline newline
30021 \end_inset
30022
30023
30024 \begin_inset Phantom HPhantom
30025 status open
30026
30027 \begin_layout Plain Layout
30028
30029 \series bold
30030 \begin_inset space ~
30031 \end_inset
30032
30033
30034 \end_layout
30035
30036 \end_inset
30037
30038 {
30039 \backslash
30040 usepackage{color}}{}
30041 \end_layout
30042
30043 \begin_layout Standard
30044 The package 
30045 \series bold
30046 color
30047 \series default
30048  will be loaded automatically by LyX when you color text.
30049 \begin_inset Foot
30050 status collapsed
30051
30052 \begin_layout Plain Layout
30053 To avoid it being loaded twice the command 
30054 \series bold
30055
30056 \backslash
30057 @ifundefined
30058 \series default
30059  is used.
30060 \end_layout
30061
30062 \end_inset
30063
30064
30065 \end_layout
30066
30067 \begin_layout Standard
30068 \begin_inset VSpace medskip
30069 \end_inset
30070
30071 Colorboxes are created with the command 
30072 \series bold
30073
30074 \backslash
30075 colorbox
30076 \series default
30077 .
30078  This will be used with the following scheme:
30079 \end_layout
30080
30081 \begin_layout Standard
30082
30083 \series bold
30084
30085 \backslash
30086 colorbox{color}{box content}
30087 \end_layout
30088
30089 \begin_layout Standard
30090 The box content can also be a box and colorboxes can also be within other
30091  boxes.
30092 \end_layout
30093
30094 \begin_layout Standard
30095 The following colors are predefined:
30096 \begin_inset Newline newline
30097 \end_inset
30098
30099
30100 \family sans
30101 black
30102 \family default
30103
30104 \family sans
30105 blue
30106 \family default
30107
30108 \family sans
30109 cyan
30110 \family default
30111 \series bold
30112 ,
30113 \series default
30114  
30115 \family sans
30116 green
30117 \family default
30118
30119 \family sans
30120 magenta
30121 \family default
30122
30123 \family sans
30124 red
30125 \family default
30126
30127 \family sans
30128 white
30129 \family default
30130 , and 
30131 \family sans
30132 yellow
30133 \family default
30134 .
30135 \begin_inset Newline newline
30136 \end_inset
30137
30138 You can also define your own color as described in section
30139 \begin_inset space ~
30140 \end_inset
30141
30142
30143 \begin_inset CommandInset ref
30144 LatexCommand ref
30145 reference "sec:Colored-Tables"
30146
30147 \end_inset
30148
30149 .
30150 \end_layout
30151
30152 \begin_layout Standard
30153 To have e.
30154 \begin_inset space \thinspace{}
30155 \end_inset
30156
30157 g.
30158 \begin_inset space \space{}
30159 \end_inset
30160
30161 a red background for a word, insert the command
30162 \end_layout
30163
30164 \begin_layout Standard
30165
30166 \series bold
30167
30168 \backslash
30169 colorbox{red}{
30170 \end_layout
30171
30172 \begin_layout Standard
30173 before the word in TeX-Code.
30174  After the word insert a closing brace 
30175 \begin_inset Quotes eld
30176 \end_inset
30177
30178
30179 \series bold
30180 }
30181 \series default
30182
30183 \begin_inset Quotes erd
30184 \end_inset
30185
30186  in TeX-Code.
30187 \begin_inset Newline newline
30188 \end_inset
30189
30190 This is the result:
30191 \end_layout
30192
30193 \begin_layout Standard
30194 This is a line where the word 
30195 \begin_inset ERT
30196 status collapsed
30197
30198 \begin_layout Plain Layout
30199
30200
30201 \backslash
30202 colorbox{red}{
30203 \end_layout
30204
30205 \end_inset
30206
30207
30208 \begin_inset Quotes eld
30209 \end_inset
30210
30211 Attention!
30212 \begin_inset Quotes erd
30213 \end_inset
30214
30215
30216 \begin_inset ERT
30217 status collapsed
30218
30219 \begin_layout Plain Layout
30220
30221 }
30222 \end_layout
30223
30224 \end_inset
30225
30226  has a red background.
30227 \end_layout
30228
30229 \begin_layout Standard
30230 \begin_inset VSpace bigskip
30231 \end_inset
30232
30233 If you would like the box frame in a different color, you can use the command
30234  
30235 \series bold
30236
30237 \backslash
30238 fcolorbox
30239 \series default
30240  with the following scheme:
30241 \end_layout
30242
30243 \begin_layout Standard
30244
30245 \series bold
30246
30247 \backslash
30248 fcolorbox{frame color}{box color}{box content}
30249 \end_layout
30250
30251 \begin_layout Standard
30252
30253 \series bold
30254
30255 \backslash
30256 fcolorbox
30257 \series default
30258  is an extension to 
30259 \series bold
30260
30261 \backslash
30262 colorbox
30263 \series default
30264 .
30265  The frame thickness and the space between the frame and the box content
30266  can be adjusted with the lengths 
30267 \series bold
30268
30269 \backslash
30270 fboxrule
30271 \series default
30272  and 
30273 \series bold
30274
30275 \backslash
30276 fboxsep
30277 \series default
30278 , respectively, as described in section
30279 \begin_inset space ~
30280 \end_inset
30281
30282
30283 \begin_inset CommandInset ref
30284 LatexCommand ref
30285 reference "sec:Decoration"
30286
30287 \end_inset
30288
30289 .
30290 \end_layout
30291
30292 \begin_layout Standard
30293 For the following example the command
30294 \end_layout
30295
30296 \begin_layout Standard
30297
30298 \series bold
30299
30300 \backslash
30301 fcolorbox{cyan}{magenta}{
30302 \end_layout
30303
30304 \begin_layout Standard
30305 was used.
30306 \end_layout
30307
30308 \begin_layout Standard
30309 Here is an example where the frame line thickness was set to 1
30310 \begin_inset space \thinspace{}
30311 \end_inset
30312
30313 mm:
30314 \begin_inset Newline newline
30315 \end_inset
30316
30317
30318 \begin_inset ERT
30319 status collapsed
30320
30321 \begin_layout Plain Layout
30322
30323
30324 \backslash
30325 fboxrule 1mm 
30326 \backslash
30327 fboxsep 1mm
30328 \end_layout
30329
30330 \end_inset
30331
30332
30333 \begin_inset ERT
30334 status collapsed
30335
30336 \begin_layout Plain Layout
30337
30338
30339 \backslash
30340 fcolorbox{cyan}{magenta}{
30341 \end_layout
30342
30343 \end_inset
30344
30345 This is text within a colored, framed box.
30346 \begin_inset ERT
30347 status collapsed
30348
30349 \begin_layout Plain Layout
30350
30351 }
30352 \end_layout
30353
30354 \end_inset
30355
30356
30357 \end_layout
30358
30359 \begin_layout Standard
30360 \begin_inset VSpace bigskip
30361 \end_inset
30362
30363 Of course you can also have colored text inside a colorbox:
30364 \begin_inset Newline newline
30365 \end_inset
30366
30367
30368 \begin_inset ERT
30369 status collapsed
30370
30371 \begin_layout Plain Layout
30372
30373
30374 \backslash
30375 fcolorbox{cyan}{magenta}{
30376 \end_layout
30377
30378 \end_inset
30379
30380
30381 \color yellow
30382 This is colored text within a colored, framed box.
30383 \color none
30384
30385 \begin_inset ERT
30386 status collapsed
30387
30388 \begin_layout Plain Layout
30389
30390 }
30391 \end_layout
30392
30393 \end_inset
30394
30395
30396 \begin_inset ERT
30397 status collapsed
30398
30399 \begin_layout Plain Layout
30400
30401
30402 \backslash
30403 fboxrule 0.4pt 
30404 \backslash
30405 fboxsep 3pt
30406 \end_layout
30407
30408 \end_inset
30409
30410
30411 \end_layout
30412
30413 \begin_layout Standard
30414 \begin_inset VSpace medskip
30415 \end_inset
30416
30417
30418 \end_layout
30419
30420 \begin_layout Standard
30421 \begin_inset Note Greyedout
30422 status open
30423
30424 \begin_layout Plain Layout
30425
30426 \series bold
30427 Note:
30428 \series default
30429  Text in colorboxes cannot have line breaks.
30430  To color multiple text lines or paragraphs, use a box inside a colorbox
30431  as described in the following.
30432 \end_layout
30433
30434 \end_inset
30435
30436
30437 \end_layout
30438
30439 \begin_layout Subsection
30440 Color for Paragraphs
30441 \begin_inset CommandInset label
30442 LatexCommand label
30443 name "sub:Color-for-Paragraphs"
30444
30445 \end_inset
30446
30447
30448 \begin_inset Index idx
30449 status collapsed
30450
30451 \begin_layout Plain Layout
30452 Color ! for Paragraphs
30453 \end_layout
30454
30455 \end_inset
30456
30457
30458 \end_layout
30459
30460 \begin_layout Standard
30461 To set the background color for more than one text line, put the text into
30462  a minipage.
30463  Before the minipage insert the 
30464 \series bold
30465
30466 \backslash
30467 colorbox
30468 \series default
30469  command
30470 \end_layout
30471
30472 \begin_layout Standard
30473
30474 \series bold
30475
30476 \backslash
30477 colorbox{color}{
30478 \end_layout
30479
30480 \begin_layout Standard
30481 in TeX-Code.
30482  After the minipage insert a closing brace 
30483 \begin_inset Quotes eld
30484 \end_inset
30485
30486
30487 \series bold
30488 }
30489 \series default
30490
30491 \begin_inset Quotes erd
30492 \end_inset
30493
30494  in TeX-Code.
30495 \end_layout
30496
30497 \begin_layout Standard
30498 \begin_inset ERT
30499 status collapsed
30500
30501 \begin_layout Plain Layout
30502
30503
30504 \backslash
30505 colorbox{lightgrey}{
30506 \end_layout
30507
30508 \end_inset
30509
30510
30511 \begin_inset Box Frameless
30512 position "t"
30513 hor_pos "c"
30514 has_inner_box 1
30515 inner_pos "t"
30516 use_parbox 0
30517 use_makebox 0
30518 width "100col%"
30519 special "none"
30520 height "1in"
30521 height_special "totalheight"
30522 status collapsed
30523
30524 \begin_layout Plain Layout
30525 This is text with background color.
30526  This is text with background color.
30527 \end_layout
30528
30529 \begin_layout Plain Layout
30530 \begin_inset VSpace defskip
30531 \end_inset
30532
30533 The text can have footnotes
30534 \begin_inset Foot
30535 status collapsed
30536
30537 \begin_layout Plain Layout
30538 Another example footnote
30539 \end_layout
30540
30541 \end_inset
30542
30543  and can include tables and figures.
30544 \end_layout
30545
30546 \begin_layout Plain Layout
30547 \align center
30548 \begin_inset Tabular
30549 <lyxtabular version="3" rows="3" columns="3">
30550 <features tabularvalignment="middle">
30551 <column alignment="center" valignment="top" width="0">
30552 <column alignment="center" valignment="top" width="0">
30553 <column alignment="center" valignment="top" width="0">
30554 <row>
30555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30556 \begin_inset Text
30557
30558 \begin_layout Plain Layout
30559 a
30560 \end_layout
30561
30562 \end_inset
30563 </cell>
30564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30565 \begin_inset Text
30566
30567 \begin_layout Plain Layout
30568 !
30569 \end_layout
30570
30571 \end_inset
30572 </cell>
30573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30574 \begin_inset Text
30575
30576 \begin_layout Plain Layout
30577 3
30578 \end_layout
30579
30580 \end_inset
30581 </cell>
30582 </row>
30583 <row>
30584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30585 \begin_inset Text
30586
30587 \begin_layout Plain Layout
30588 <
30589 \end_layout
30590
30591 \end_inset
30592 </cell>
30593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30594 \begin_inset Text
30595
30596 \begin_layout Plain Layout
30597 b2
30598 \begin_inset Quotes erd
30599 \end_inset
30600
30601 |
30602 \end_layout
30603
30604 \end_inset
30605 </cell>
30606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30607 \begin_inset Text
30608
30609 \begin_layout Plain Layout
30610 >
30611 \end_layout
30612
30613 \end_inset
30614 </cell>
30615 </row>
30616 <row>
30617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30618 \begin_inset Text
30619
30620 \begin_layout Plain Layout
30621 1
30622 \end_layout
30623
30624 \end_inset
30625 </cell>
30626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30627 \begin_inset Text
30628
30629 \begin_layout Plain Layout
30630 §
30631 \end_layout
30632
30633 \end_inset
30634 </cell>
30635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30636 \begin_inset Text
30637
30638 \begin_layout Plain Layout
30639 c
30640 \end_layout
30641
30642 \end_inset
30643 </cell>
30644 </row>
30645 </lyxtabular>
30646
30647 \end_inset
30648
30649
30650 \end_layout
30651
30652 \end_inset
30653
30654
30655 \begin_inset ERT
30656 status collapsed
30657
30658 \begin_layout Plain Layout
30659
30660 }
30661 \end_layout
30662
30663 \end_inset
30664
30665
30666 \end_layout
30667
30668 \begin_layout Section
30669 Rotated and Scaled Boxes
30670 \end_layout
30671
30672 \begin_layout Standard
30673 To use the commands described in this section, the LaTeX-package 
30674 \series bold
30675 graphicx
30676 \series default
30677
30678 \begin_inset Index idx
30679 status collapsed
30680
30681 \begin_layout Plain Layout
30682 LaTeX-packages ! graphicx
30683 \end_layout
30684
30685 \end_inset
30686
30687  needs to be loaded in the document preamble with the command
30688 \end_layout
30689
30690 \begin_layout Standard
30691
30692 \series bold
30693
30694 \backslash
30695 @ifundefined{rotatebox}
30696 \begin_inset Newline newline
30697 \end_inset
30698
30699
30700 \begin_inset Phantom HPhantom
30701 status open
30702
30703 \begin_layout Plain Layout
30704
30705 \series bold
30706 \begin_inset space ~
30707 \end_inset
30708
30709
30710 \end_layout
30711
30712 \end_inset
30713
30714 {
30715 \backslash
30716 usepackage{graphicx}}{}
30717 \end_layout
30718
30719 \begin_layout Standard
30720 \begin_inset Note Greyedout
30721 status open
30722
30723 \begin_layout Plain Layout
30724
30725 \series bold
30726 Note:
30727 \series default
30728  Some DVI-viewers can't display rotated or scaled material.
30729 \end_layout
30730
30731 \end_inset
30732
30733
30734 \end_layout
30735
30736 \begin_layout Standard
30737 \begin_inset Note Greyedout
30738 status open
30739
30740 \begin_layout Plain Layout
30741
30742 \series bold
30743 Note:
30744 \series default
30745  Floats mustn't be inside a rotated or scaled box.
30746 \end_layout
30747
30748 \end_inset
30749
30750
30751 \end_layout
30752
30753 \begin_layout Subsection
30754 Rotated Boxes
30755 \begin_inset Index idx
30756 status collapsed
30757
30758 \begin_layout Plain Layout
30759 Boxes ! rotated
30760 \end_layout
30761
30762 \end_inset
30763
30764
30765 \begin_inset Index idx
30766 status collapsed
30767
30768 \begin_layout Plain Layout
30769 Rotated material
30770 \end_layout
30771
30772 \end_inset
30773
30774
30775 \begin_inset Index idx
30776 status collapsed
30777
30778 \begin_layout Plain Layout
30779 Figures ! rotated
30780 \end_layout
30781
30782 \end_inset
30783
30784
30785 \begin_inset Index idx
30786 status collapsed
30787
30788 \begin_layout Plain Layout
30789 Table Customization ! Rotating
30790 \end_layout
30791
30792 \end_inset
30793
30794
30795 \end_layout
30796
30797 \begin_layout Standard
30798 To rotate material, you can put it into a rotated box.
30799  Such a box is created using the command 
30800 \series bold
30801
30802 \backslash
30803 rotatebox
30804 \series default
30805  in TeX-Code with the following scheme:
30806 \end_layout
30807
30808 \begin_layout Standard
30809
30810 \series bold
30811
30812 \backslash
30813 rotatebox[rotation origin]{rotation angle}{box content}
30814 \end_layout
30815
30816 \begin_layout Standard
30817 The rotation origin is specified in the form 
30818 \series bold
30819 origin=position
30820 \series default
30821 .
30822  The following positions are possible: 
30823 \emph on
30824 c
30825 \emph default
30826  (center), 
30827 \emph on
30828 l
30829 \emph default
30830  (left), 
30831 \emph on
30832 r
30833 \emph default
30834  (right), 
30835 \emph on
30836 b
30837 \emph default
30838  (bottom), 
30839 \emph on
30840 t
30841 \emph default
30842  (top), along with meaningful combinations of the four base positions.
30843  For example 
30844 \emph on
30845 lt
30846 \emph default
30847  means that the rotation origin is at the top left corner of the box.
30848  When no rotation origin is specified, the position 
30849 \emph on
30850 l
30851 \emph default
30852  will be used.
30853  The rotation angle is a number that can be negative that specifies the
30854  angle in degrees.
30855  The rotation direction is counterclockwise.
30856 \end_layout
30857
30858 \begin_layout Standard
30859 In the following example the command 
30860 \series bold
30861
30862 \backslash
30863 rotatebox[origin=c]{60}{
30864 \series default
30865  was inserted as TeX-Code before the text 
30866 \begin_inset Quotes eld
30867 \end_inset
30868
30869 with rotated
30870 \begin_inset Quotes erd
30871 \end_inset
30872
30873 ; after the text the box was closed by a closing brace 
30874 \series bold
30875 }
30876 \series default
30877  in TeX-Code.
30878 \end_layout
30879
30880 \begin_layout Standard
30881 This is a line 
30882 \begin_inset ERT
30883 status collapsed
30884
30885 \begin_layout Plain Layout
30886
30887
30888 \backslash
30889 rotatebox[origin=c]{60}{
30890 \end_layout
30891
30892 \end_inset
30893
30894 with rotated
30895 \begin_inset ERT
30896 status collapsed
30897
30898 \begin_layout Plain Layout
30899
30900 }
30901 \end_layout
30902
30903 \end_inset
30904
30905  text.
30906 \end_layout
30907
30908 \begin_layout Standard
30909 The box content can also be another box or an inline formula:
30910 \end_layout
30911
30912 \begin_layout Standard
30913 This is a line
30914 \begin_inset ERT
30915 status collapsed
30916
30917 \begin_layout Plain Layout
30918
30919
30920 \backslash
30921 rotatebox[origin=r]{-60}{
30922 \end_layout
30923
30924 \end_inset
30925
30926
30927 \begin_inset Box Doublebox
30928 position "c"
30929 hor_pos "c"
30930 has_inner_box 0
30931 inner_pos "c"
30932 use_parbox 0
30933 use_makebox 0
30934 width "1in"
30935 special "width"
30936 height "1in"
30937 height_special "totalheight"
30938 status collapsed
30939
30940 \begin_layout Plain Layout
30941 with rotated
30942 \end_layout
30943
30944 \end_inset
30945
30946
30947 \begin_inset ERT
30948 status collapsed
30949
30950 \begin_layout Plain Layout
30951
30952 }
30953 \end_layout
30954
30955 \end_inset
30956
30957  framed text 
30958 \begin_inset ERT
30959 status collapsed
30960
30961 \begin_layout Plain Layout
30962
30963
30964 \backslash
30965 rotatebox[origin=lb]{60}{
30966 \end_layout
30967
30968 \end_inset
30969
30970
30971 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30972 \end_inset
30973
30974
30975 \begin_inset ERT
30976 status collapsed
30977
30978 \begin_layout Plain Layout
30979
30980 }
30981 \end_layout
30982
30983 \end_inset
30984
30985  and a formula.
30986 \end_layout
30987
30988 \begin_layout Standard
30989 or an image or table:
30990 \end_layout
30991
30992 \begin_layout Standard
30993 This is a line
30994 \begin_inset ERT
30995 status collapsed
30996
30997 \begin_layout Plain Layout
30998
30999
31000 \backslash
31001 rotatebox[origin=lb]{90}{
31002 \end_layout
31003
31004 \end_inset
31005
31006
31007 \begin_inset Graphics
31008         filename clipart/platypus.eps
31009         lyxscale 50
31010         width 25col%
31011
31012 \end_inset
31013
31014
31015 \begin_inset ERT
31016 status collapsed
31017
31018 \begin_layout Plain Layout
31019
31020 }
31021 \end_layout
31022
31023 \end_inset
31024
31025  with a rotated image 
31026 \begin_inset ERT
31027 status collapsed
31028
31029 \begin_layout Plain Layout
31030
31031
31032 \backslash
31033 rotatebox[origin=l]{-90}{
31034 \end_layout
31035
31036 \end_inset
31037
31038
31039 \begin_inset Tabular
31040 <lyxtabular version="3" rows="2" columns="2">
31041 <features tabularvalignment="middle">
31042 <column alignment="center" valignment="top" width="0">
31043 <column alignment="center" valignment="top" width="0">
31044 <row>
31045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31046 \begin_inset Text
31047
31048 \begin_layout Plain Layout
31049 q
31050 \end_layout
31051
31052 \end_inset
31053 </cell>
31054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31055 \begin_inset Text
31056
31057 \begin_layout Plain Layout
31058 w
31059 \end_layout
31060
31061 \end_inset
31062 </cell>
31063 </row>
31064 <row>
31065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31066 \begin_inset Text
31067
31068 \begin_layout Plain Layout
31069 e
31070 \end_layout
31071
31072 \end_inset
31073 </cell>
31074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31075 \begin_inset Text
31076
31077 \begin_layout Plain Layout
31078 r
31079 \end_layout
31080
31081 \end_inset
31082 </cell>
31083 </row>
31084 </lyxtabular>
31085
31086 \end_inset
31087
31088
31089 \begin_inset ERT
31090 status collapsed
31091
31092 \begin_layout Plain Layout
31093
31094 }
31095 \end_layout
31096
31097 \end_inset
31098
31099  and table.
31100 \end_layout
31101
31102 \begin_layout Subsection
31103 Scaled Boxes
31104 \begin_inset Index idx
31105 status collapsed
31106
31107 \begin_layout Plain Layout
31108 Boxes ! scaled
31109 \end_layout
31110
31111 \end_inset
31112
31113
31114 \begin_inset Index idx
31115 status collapsed
31116
31117 \begin_layout Plain Layout
31118 Scaled material
31119 \end_layout
31120
31121 \end_inset
31122
31123
31124 \begin_inset Index idx
31125 status collapsed
31126
31127 \begin_layout Plain Layout
31128 Figures ! scaled
31129 \end_layout
31130
31131 \end_inset
31132
31133
31134 \begin_inset Index idx
31135 status collapsed
31136
31137 \begin_layout Plain Layout
31138 Table Customization ! Scaling
31139 \end_layout
31140
31141 \end_inset
31142
31143
31144 \end_layout
31145
31146 \begin_layout Standard
31147 To scale material the commands 
31148 \series bold
31149
31150 \backslash
31151 scalebox
31152 \series default
31153  and 
31154 \series bold
31155
31156 \backslash
31157 resizebox
31158 \series default
31159  can be used as TeX-Code.
31160 \end_layout
31161
31162 \begin_layout Standard
31163
31164 \series bold
31165
31166 \backslash
31167 scalebox
31168 \series default
31169  is used with the following scheme:
31170 \end_layout
31171
31172 \begin_layout Standard
31173
31174 \series bold
31175
31176 \backslash
31177 scalebox{horizontal}[vertical]{box content}
31178 \end_layout
31179
31180 \begin_layout Standard
31181 Horizontal and vertical are the corresponding scaling factors.
31182  If no vertical scaling factor is given, the horizontal factor will also
31183  be used as the vertical one.
31184 \end_layout
31185
31186 \begin_layout Standard
31187 The command 
31188 \series bold
31189
31190 \backslash
31191 scalebox{2}{Hello}
31192 \series default
31193  creates for example a double size 
31194 \begin_inset ERT
31195 status collapsed
31196
31197 \begin_layout Plain Layout
31198
31199
31200 \backslash
31201 scalebox{2}{
31202 \end_layout
31203
31204 \end_inset
31205
31206 Hello
31207 \begin_inset ERT
31208 status collapsed
31209
31210 \begin_layout Plain Layout
31211
31212 }
31213 \end_layout
31214
31215 \end_inset
31216
31217 , compared with the document text size.
31218 \end_layout
31219
31220 \begin_layout Standard
31221
31222 \series bold
31223
31224 \backslash
31225 scalebox{2}[1]{Hello}
31226 \series default
31227  on the other hand distorts the 
31228 \begin_inset ERT
31229 status collapsed
31230
31231 \begin_layout Plain Layout
31232
31233
31234 \backslash
31235 scalebox{2}[1]{
31236 \end_layout
31237
31238 \end_inset
31239
31240 Hello
31241 \begin_inset ERT
31242 status collapsed
31243
31244 \begin_layout Plain Layout
31245
31246 }
31247 \end_layout
31248
31249 \end_inset
31250
31251 .
31252 \end_layout
31253
31254 \begin_layout Standard
31255 If the scaling factor is negative, the box content will be mirrored.
31256  Therefore the command 
31257 \series bold
31258
31259 \backslash
31260 scalebox{-1}[1]{Hello}
31261 \series default
31262  can be used to create mirror writing: 
31263 \begin_inset ERT
31264 status collapsed
31265
31266 \begin_layout Plain Layout
31267
31268
31269 \backslash
31270 scalebox{-1}[1]{
31271 \end_layout
31272
31273 \end_inset
31274
31275 Hello
31276 \begin_inset ERT
31277 status collapsed
31278
31279 \begin_layout Plain Layout
31280
31281 }
31282 \end_layout
31283
31284 \end_inset
31285
31286
31287 \end_layout
31288
31289 \begin_layout Standard
31290
31291 \series bold
31292
31293 \backslash
31294 scalebox{1}[-1]{Hello}
31295 \series default
31296  reflects the 
31297 \begin_inset ERT
31298 status collapsed
31299
31300 \begin_layout Plain Layout
31301
31302
31303 \backslash
31304 scalebox{1}[-1]{
31305 \end_layout
31306
31307 \end_inset
31308
31309 Hello
31310 \begin_inset ERT
31311 status collapsed
31312
31313 \begin_layout Plain Layout
31314
31315 }
31316 \end_layout
31317
31318 \end_inset
31319
31320  at the base line.
31321 \end_layout
31322
31323 \begin_layout Standard
31324 Equivalent to 
31325 \series bold
31326
31327 \backslash
31328 scalebox{-1}[1]{box content}
31329 \series default
31330  there exists the command
31331 \begin_inset Newline newline
31332 \end_inset
31333
31334
31335 \series bold
31336
31337 \backslash
31338 reflectbox{box content}
31339 \series default
31340 .
31341 \end_layout
31342
31343 \begin_layout Standard
31344 \begin_inset VSpace bigskip
31345 \end_inset
31346
31347 The command 
31348 \series bold
31349
31350 \backslash
31351 resizebox
31352 \series default
31353  is used to scale the box to a defined width and height.
31354  The command scheme is:
31355 \end_layout
31356
31357 \begin_layout Standard
31358
31359 \series bold
31360
31361 \backslash
31362 resizebox{width}{height}{box content}
31363 \end_layout
31364
31365 \begin_layout Standard
31366 If one of the two command arguments given is an exclamation mark 
31367 \series bold
31368 !
31369 \series default
31370 , the size is set so that the aspect ratio of the box content is kept.
31371 \end_layout
31372
31373 \begin_layout Standard
31374 The command 
31375 \series bold
31376
31377 \backslash
31378 resizebox{2cm}{1cm}{Hello}
31379 \series default
31380  produces: 
31381 \begin_inset ERT
31382 status collapsed
31383
31384 \begin_layout Plain Layout
31385
31386
31387 \backslash
31388 resizebox{2cm}{1cm}{
31389 \end_layout
31390
31391 \end_inset
31392
31393 Hello
31394 \begin_inset ERT
31395 status collapsed
31396
31397 \begin_layout Plain Layout
31398
31399 }
31400 \end_layout
31401
31402 \end_inset
31403
31404
31405 \begin_inset Newline newline
31406 \end_inset
31407
31408 The command 
31409 \series bold
31410
31411 \backslash
31412 resizebox{2cm}{!}{Hello}
31413 \series default
31414  produces: 
31415 \begin_inset ERT
31416 status collapsed
31417
31418 \begin_layout Plain Layout
31419
31420
31421 \backslash
31422 resizebox{2cm}{!}{
31423 \end_layout
31424
31425 \end_inset
31426
31427 Hello
31428 \begin_inset ERT
31429 status collapsed
31430
31431 \begin_layout Plain Layout
31432
31433 }
31434 \end_layout
31435
31436 \end_inset
31437
31438
31439 \end_layout
31440
31441 \begin_layout Standard
31442 \begin_inset VSpace bigskip
31443 \end_inset
31444
31445
31446 \begin_inset Note Greyedout
31447 status open
31448
31449 \begin_layout Plain Layout
31450
31451 \series bold
31452 Note:
31453 \series default
31454  When arguments of 
31455 \series bold
31456
31457 \backslash
31458 scalebox
31459 \series default
31460  or 
31461 \series bold
31462
31463 \backslash
31464 resizebox
31465 \series default
31466  are set to zero, no LaTeX-errors occur when exporting the document but
31467  the exported files can not or only partly be displayed.
31468 \end_layout
31469
31470 \end_inset
31471
31472
31473 \end_layout
31474
31475 \begin_layout Standard
31476 \begin_inset VSpace bigskip
31477 \end_inset
31478
31479
31480 \end_layout
31481
31482 \begin_layout Standard
31483 The boxes can be combined in any order.
31484  E.
31485 \begin_inset space \thinspace{}
31486 \end_inset
31487
31488 g.
31489 \begin_inset space \space{}
31490 \end_inset
31491
31492 the command
31493 \begin_inset Newline newline
31494 \end_inset
31495
31496
31497 \series bold
31498
31499 \backslash
31500 rotatebox[origin=c]{-45}{
31501 \backslash
31502 resizebox{2cm}{!}{
31503 \backslash
31504 reflectbox{Hello}}}
31505 \begin_inset Newline newline
31506 \end_inset
31507
31508
31509 \series default
31510 produces:
31511 \end_layout
31512
31513 \begin_layout Standard
31514 \align center
31515 \begin_inset ERT
31516 status collapsed
31517
31518 \begin_layout Plain Layout
31519
31520
31521 \backslash
31522 rotatebox[origin=c]{-45}{
31523 \backslash
31524 resizebox{2cm}{!}{
31525 \backslash
31526 reflectbox{
31527 \end_layout
31528
31529 \end_inset
31530
31531 Hello
31532 \begin_inset ERT
31533 status collapsed
31534
31535 \begin_layout Plain Layout
31536
31537 }}}
31538 \end_layout
31539
31540 \end_inset
31541
31542
31543 \end_layout
31544
31545 \begin_layout Standard
31546 \noindent
31547 Images, tables, and inline formulas are allowed as box content:
31548 \end_layout
31549
31550 \begin_layout Standard
31551 \align center
31552 \begin_inset ERT
31553 status collapsed
31554
31555 \begin_layout Plain Layout
31556
31557
31558 \backslash
31559 rotatebox[origin=c]{-30}{
31560 \backslash
31561 resizebox{2cm}{!}{
31562 \backslash
31563 reflectbox{
31564 \end_layout
31565
31566 \end_inset
31567
31568
31569 \begin_inset Graphics
31570         filename clipart/platypus.eps
31571         lyxscale 50
31572         width 25col%
31573
31574 \end_inset
31575
31576
31577 \begin_inset ERT
31578 status collapsed
31579
31580 \begin_layout Plain Layout
31581
31582 }}}
31583 \end_layout
31584
31585 \end_inset
31586
31587
31588 \begin_inset ERT
31589 status collapsed
31590
31591 \begin_layout Plain Layout
31592
31593
31594 \backslash
31595 rotatebox[origin=c]{-45}{
31596 \backslash
31597 resizebox{2cm}{!}{
31598 \backslash
31599 reflectbox{
31600 \end_layout
31601
31602 \end_inset
31603
31604
31605 \begin_inset Tabular
31606 <lyxtabular version="3" rows="2" columns="2">
31607 <features tabularvalignment="middle">
31608 <column alignment="center" valignment="top" width="0">
31609 <column alignment="center" valignment="top" width="0">
31610 <row>
31611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31612 \begin_inset Text
31613
31614 \begin_layout Plain Layout
31615 q
31616 \end_layout
31617
31618 \end_inset
31619 </cell>
31620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31621 \begin_inset Text
31622
31623 \begin_layout Plain Layout
31624 w
31625 \end_layout
31626
31627 \end_inset
31628 </cell>
31629 </row>
31630 <row>
31631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31632 \begin_inset Text
31633
31634 \begin_layout Plain Layout
31635 e
31636 \end_layout
31637
31638 \end_inset
31639 </cell>
31640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31641 \begin_inset Text
31642
31643 \begin_layout Plain Layout
31644 r
31645 \end_layout
31646
31647 \end_inset
31648 </cell>
31649 </row>
31650 </lyxtabular>
31651
31652 \end_inset
31653
31654
31655 \begin_inset ERT
31656 status collapsed
31657
31658 \begin_layout Plain Layout
31659
31660 }}}
31661 \end_layout
31662
31663 \end_inset
31664
31665
31666 \begin_inset ERT
31667 status collapsed
31668
31669 \begin_layout Plain Layout
31670
31671
31672 \backslash
31673 rotatebox[origin=c]{-45}{
31674 \backslash
31675 resizebox{2cm}{!}{
31676 \backslash
31677 reflectbox{
31678 \end_layout
31679
31680 \end_inset
31681
31682
31683 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31684 \end_inset
31685
31686
31687 \begin_inset ERT
31688 status collapsed
31689
31690 \begin_layout Plain Layout
31691
31692 }}}
31693 \end_layout
31694
31695 \end_inset
31696
31697
31698 \end_layout
31699
31700 \begin_layout Standard
31701 When the global formula style 
31702 \series bold
31703 fleqn
31704 \series default
31705  is used in the document
31706 \begin_inset Foot
31707 status collapsed
31708
31709 \begin_layout Plain Layout
31710 When 
31711 \begin_inset Quotes eld
31712 \end_inset
31713
31714 fleqn
31715 \begin_inset Quotes erd
31716 \end_inset
31717
31718  is added to the document class options.
31719 \end_layout
31720
31721 \end_inset
31722
31723 , display style formulas can also be scaled.
31724 \end_layout
31725
31726 \begin_layout Chapter
31727 Objects Surrounded by Text
31728 \begin_inset Index idx
31729 status collapsed
31730
31731 \begin_layout Plain Layout
31732 Surrounded by text
31733 \end_layout
31734
31735 \end_inset
31736
31737
31738 \end_layout
31739
31740 \begin_layout Section
31741 Wrap Floats
31742 \begin_inset CommandInset label
31743 LatexCommand label
31744 name "sec:Wrap-Floats"
31745
31746 \end_inset
31747
31748
31749 \begin_inset Index idx
31750 status collapsed
31751
31752 \begin_layout Plain Layout
31753 Floats ! Wrap Floats
31754 \end_layout
31755
31756 \end_inset
31757
31758
31759 \begin_inset Index idx
31760 status collapsed
31761
31762 \begin_layout Plain Layout
31763 Surrounded by text ! Wrap Floats
31764 \end_layout
31765
31766 \end_inset
31767
31768
31769 \end_layout
31770
31771 \begin_layout Standard
31772 \begin_inset Wrap figure
31773 lines 0
31774 placement l
31775 overhang 1cm
31776 width "40col%"
31777 status open
31778
31779 \begin_layout Plain Layout
31780 \begin_inset Graphics
31781         filename clipart/mobius.eps
31782         width 40col%
31783         scaleBeforeRotation
31784         rotateOrigin center
31785
31786 \end_inset
31787
31788
31789 \end_layout
31790
31791 \begin_layout Plain Layout
31792 \begin_inset Caption
31793
31794 \begin_layout Plain Layout
31795 \begin_inset CommandInset label
31796 LatexCommand label
31797 name "fig:This-is-a"
31798
31799 \end_inset
31800
31801 This is a figure wrap float.
31802 \end_layout
31803
31804 \end_inset
31805
31806
31807 \end_layout
31808
31809 \end_inset
31810
31811  This float type is used if you want to wrap text around a figure or table
31812  so that it only occupies some fraction of the column width.
31813  It can be inserted using the menu 
31814 \family sans
31815 Insert\SpecialChar \menuseparator
31816 Floats\SpecialChar \menuseparator
31817 Figure
31818 \begin_inset space ~
31819 \end_inset
31820
31821 Wrap
31822 \begin_inset space ~
31823 \end_inset
31824
31825 Float
31826 \family default
31827  or 
31828 \family sans
31829 Table
31830 \begin_inset space ~
31831 \end_inset
31832
31833 Wrap
31834 \begin_inset space ~
31835 \end_inset
31836
31837 Float
31838 \family default
31839  if the LaTeX-package 
31840 \series bold
31841 wrapfig
31842 \series default
31843
31844 \begin_inset Index idx
31845 status collapsed
31846
31847 \begin_layout Plain Layout
31848 LaTeX-packages ! wrapfig
31849 \begin_inset ERT
31850 status collapsed
31851
31852 \begin_layout Plain Layout
31853
31854
31855 \backslash
31856 vspace{4mm}
31857 \end_layout
31858
31859 \end_inset
31860
31861
31862 \end_layout
31863
31864 \end_inset
31865
31866  is installed.
31867 \begin_inset Foot
31868 status collapsed
31869
31870 \begin_layout Plain Layout
31871 Installing a LaTeX-package is explained it in the 
31872 \emph on
31873 LaTeX
31874 \begin_inset space ~
31875 \end_inset
31876
31877 Configuration
31878 \emph default
31879  manual.
31880 \end_layout
31881
31882 \end_inset
31883
31884  The settings of the float can be modified by right-clicking on the float
31885  box.
31886  The mandatory settings are the float 
31887 \family sans
31888 Placement
31889 \family default
31890  and its 
31891 \family sans
31892 Width
31893 \family default
31894 .
31895  Optional are the 
31896 \family sans
31897 Overhang
31898 \family default
31899  that specifies how much the float is set into the paragraph
31900 \begin_inset space \thinspace{}
31901 \end_inset
31902
31903 /
31904 \begin_inset space \thinspace{}
31905 \end_inset
31906
31907 page margin, and the 
31908 \family sans
31909 Line
31910 \begin_inset space ~
31911 \end_inset
31912
31913 span
31914 \family default
31915  that specifies how many text lines the float will approximately need.
31916  The line span is often hard to approximate; so it is better only to use
31917  it when you encounter float placement problems.
31918  You can furthermore decide if LaTeX is allowed to let the float float within
31919  the paragraph or to surrounding paragraphs.
31920  Figure
31921 \begin_inset space ~
31922 \end_inset
31923
31924
31925 \begin_inset CommandInset ref
31926 LatexCommand ref
31927 reference "fig:This-is-a"
31928
31929 \end_inset
31930
31931  is an example text wrap float with a width of 40
31932 \begin_inset space \thinspace{}
31933 \end_inset
31934
31935 col%, 1
31936 \begin_inset space \thinspace{}
31937 \end_inset
31938
31939 cm overhang, set to the left.
31940 \end_layout
31941
31942 \begin_layout Standard
31943 \begin_inset Note Greyedout
31944 status open
31945
31946 \begin_layout Plain Layout
31947
31948 \series bold
31949 Note:
31950 \series default
31951  Text
31952 \begin_inset space ~
31953 \end_inset
31954
31955 wrap float floats are fragile! E.
31956 \begin_inset space \thinspace{}
31957 \end_inset
31958
31959 g.
31960 \begin_inset space \space{}
31961 \end_inset
31962
31963 having a figure too close to the bottom of the page can mess things up in
31964  such a way that the float does not appear in the output or that it is placed
31965  over some other text.
31966 \end_layout
31967
31968 \end_inset
31969
31970
31971 \end_layout
31972
31973 \begin_layout Standard
31974 In general, the following applies for wrap floats:
31975 \end_layout
31976
31977 \begin_layout Itemize
31978 They should not be placed in paragraphs that run over a page break.
31979  That means that wrap floats are better inserted in their exact place when
31980  the document is almost finished and you are able to estimate where page
31981  breaks will appear.
31982 \end_layout
31983
31984 \begin_layout Itemize
31985 They should either be placed in their own paragraph before the paragraph
31986  where they should wrap into or within a paragraph.
31987 \end_layout
31988
31989 \begin_layout Itemize
31990 In consecutive paragraphs they may cause troubles, so ensure that there
31991  is a text paragraph between them as separator.
31992 \end_layout
31993
31994 \begin_layout Itemize
31995 They are not allowed in section headings or tables.
31996 \end_layout
31997
31998 \begin_layout Itemize
31999 Their numbering and referencing works as described in chap.
32000 \begin_inset space \thinspace{}
32001 \end_inset
32002
32003
32004 \begin_inset CommandInset ref
32005 LatexCommand ref
32006 reference "chap:Floats"
32007
32008 \end_inset
32009
32010 .
32011 \end_layout
32012
32013 \begin_layout Section
32014 Surrounded Fixed Objects
32015 \begin_inset Index idx
32016 status collapsed
32017
32018 \begin_layout Plain Layout
32019 Surrounded by text ! Fixed objects
32020 \end_layout
32021
32022 \end_inset
32023
32024
32025 \end_layout
32026
32027 \begin_layout Standard
32028 The wrap floats described in sec.
32029 \begin_inset space \thinspace{}
32030 \end_inset
32031
32032
32033 \begin_inset CommandInset ref
32034 LatexCommand ref
32035 reference "sec:Wrap-Floats"
32036
32037 \end_inset
32038
32039  have these positions in the paragraph:
32040 \end_layout
32041
32042 \begin_layout Standard
32043 \noindent
32044 \align center
32045 \begin_inset Tabular
32046 <lyxtabular version="3" rows="2" columns="2">
32047 <features tabularvalignment="middle">
32048 <column alignment="center" valignment="top" width="0">
32049 <column alignment="center" valignment="top" width="0">
32050 <row>
32051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32052 \begin_inset Text
32053
32054 \begin_layout Plain Layout
32055 \begin_inset Graphics
32056         filename ../images/dialog-show-new-inset_graphics.png
32057         scale 70
32058         scaleBeforeRotation
32059         BoundingBox 0bp 6bp 22bp 22bp
32060
32061 \end_inset
32062
32063
32064 \end_layout
32065
32066 \end_inset
32067 </cell>
32068 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32069 \begin_inset Text
32070
32071 \begin_layout Plain Layout
32072 text
32073 \end_layout
32074
32075 \end_inset
32076 </cell>
32077 </row>
32078 <row>
32079 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32080 \begin_inset Text
32081
32082 \begin_layout Plain Layout
32083 text
32084 \end_layout
32085
32086 \end_inset
32087 </cell>
32088 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32089 \begin_inset Text
32090
32091 \begin_layout Plain Layout
32092 text
32093 \end_layout
32094
32095 \end_inset
32096 </cell>
32097 </row>
32098 </lyxtabular>
32099
32100 \end_inset
32101
32102  or 
32103 \begin_inset Tabular
32104 <lyxtabular version="3" rows="2" columns="2">
32105 <features tabularvalignment="middle">
32106 <column alignment="center" valignment="top" width="0">
32107 <column alignment="center" valignment="top" width="0">
32108 <row>
32109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32110 \begin_inset Text
32111
32112 \begin_layout Plain Layout
32113 text
32114 \end_layout
32115
32116 \end_inset
32117 </cell>
32118 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32119 \begin_inset Text
32120
32121 \begin_layout Plain Layout
32122 \begin_inset Graphics
32123         filename ../images/dialog-show-new-inset_graphics.png
32124         scale 70
32125         scaleBeforeRotation
32126         BoundingBox 0bp 6bp 22bp 22bp
32127
32128 \end_inset
32129
32130
32131 \end_layout
32132
32133 \end_inset
32134 </cell>
32135 </row>
32136 <row>
32137 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32138 \begin_inset Text
32139
32140 \begin_layout Plain Layout
32141 text
32142 \end_layout
32143
32144 \end_inset
32145 </cell>
32146 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32147 \begin_inset Text
32148
32149 \begin_layout Plain Layout
32150 text
32151 \end_layout
32152
32153 \end_inset
32154 </cell>
32155 </row>
32156 </lyxtabular>
32157
32158 \end_inset
32159
32160
32161 \end_layout
32162
32163 \begin_layout Standard
32164 To get an object exactly at the position where it is inserted, for example
32165  to get one of these positions:
32166 \begin_inset VSpace defskip
32167 \end_inset
32168
32169
32170 \end_layout
32171
32172 \begin_layout Standard
32173 \noindent
32174 \align center
32175 \begin_inset Tabular
32176 <lyxtabular version="3" rows="2" columns="2">
32177 <features tabularvalignment="middle">
32178 <column alignment="center" valignment="top" width="0">
32179 <column alignment="center" valignment="top" width="0">
32180 <row>
32181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32182 \begin_inset Text
32183
32184 \begin_layout Plain Layout
32185 text
32186 \end_layout
32187
32188 \end_inset
32189 </cell>
32190 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32191 \begin_inset Text
32192
32193 \begin_layout Plain Layout
32194 text
32195 \end_layout
32196
32197 \end_inset
32198 </cell>
32199 </row>
32200 <row>
32201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32202 \begin_inset Text
32203
32204 \begin_layout Plain Layout
32205 \begin_inset Graphics
32206         filename ../images/dialog-show-new-inset_graphics.png
32207         scale 70
32208         scaleBeforeRotation
32209         BoundingBox 0bp 6bp 22bp 22bp
32210
32211 \end_inset
32212
32213
32214 \end_layout
32215
32216 \end_inset
32217 </cell>
32218 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32219 \begin_inset Text
32220
32221 \begin_layout Plain Layout
32222 text
32223 \end_layout
32224
32225 \end_inset
32226 </cell>
32227 </row>
32228 </lyxtabular>
32229
32230 \end_inset
32231
32232  
32233 \begin_inset Tabular
32234 <lyxtabular version="3" rows="2" columns="2">
32235 <features tabularvalignment="middle">
32236 <column alignment="center" valignment="top" width="0">
32237 <column alignment="center" valignment="top" width="0">
32238 <row>
32239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32240 \begin_inset Text
32241
32242 \begin_layout Plain Layout
32243 text
32244 \end_layout
32245
32246 \end_inset
32247 </cell>
32248 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32249 \begin_inset Text
32250
32251 \begin_layout Plain Layout
32252 text
32253 \end_layout
32254
32255 \end_inset
32256 </cell>
32257 </row>
32258 <row>
32259 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32260 \begin_inset Text
32261
32262 \begin_layout Plain Layout
32263 text
32264 \end_layout
32265
32266 \end_inset
32267 </cell>
32268 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32269 \begin_inset Text
32270
32271 \begin_layout Plain Layout
32272 \begin_inset Graphics
32273         filename ../images/dialog-show-new-inset_graphics.png
32274         scale 70
32275         scaleBeforeRotation
32276         BoundingBox 0bp 6bp 22bp 22bp
32277
32278 \end_inset
32279
32280
32281 \end_layout
32282
32283 \end_inset
32284 </cell>
32285 </row>
32286 </lyxtabular>
32287
32288 \end_inset
32289
32290  
32291 \begin_inset Tabular
32292 <lyxtabular version="3" rows="2" columns="3">
32293 <features tabularvalignment="middle">
32294 <column alignment="center" valignment="top" width="0">
32295 <column alignment="center" valignment="top" width="0">
32296 <column alignment="center" valignment="top" width="0">
32297 <row>
32298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32299 \begin_inset Text
32300
32301 \begin_layout Plain Layout
32302 text
32303 \end_layout
32304
32305 \end_inset
32306 </cell>
32307 <cell alignment="center" valignment="top" topline="true" usebox="none">
32308 \begin_inset Text
32309
32310 \begin_layout Plain Layout
32311 \begin_inset Graphics
32312         filename ../images/dialog-show-new-inset_graphics.png
32313         scale 70
32314         scaleBeforeRotation
32315         BoundingBox 0bp 6bp 22bp 22bp
32316
32317 \end_inset
32318
32319
32320 \end_layout
32321
32322 \end_inset
32323 </cell>
32324 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32325 \begin_inset Text
32326
32327 \begin_layout Plain Layout
32328 text
32329 \end_layout
32330
32331 \end_inset
32332 </cell>
32333 </row>
32334 <row>
32335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32336 \begin_inset Text
32337
32338 \begin_layout Plain Layout
32339 text
32340 \end_layout
32341
32342 \end_inset
32343 </cell>
32344 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32345 \begin_inset Text
32346
32347 \begin_layout Plain Layout
32348 text
32349 \end_layout
32350
32351 \end_inset
32352 </cell>
32353 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32354 \begin_inset Text
32355
32356 \begin_layout Plain Layout
32357 text
32358 \end_layout
32359
32360 \end_inset
32361 </cell>
32362 </row>
32363 </lyxtabular>
32364
32365 \end_inset
32366
32367  
32368 \begin_inset Tabular
32369 <lyxtabular version="3" rows="2" columns="3">
32370 <features tabularvalignment="middle">
32371 <column alignment="center" valignment="top" width="0">
32372 <column alignment="center" valignment="top" width="0">
32373 <column alignment="center" valignment="top" width="0">
32374 <row>
32375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32376 \begin_inset Text
32377
32378 \begin_layout Plain Layout
32379 text
32380 \end_layout
32381
32382 \end_inset
32383 </cell>
32384 <cell alignment="center" valignment="top" topline="true" usebox="none">
32385 \begin_inset Text
32386
32387 \begin_layout Plain Layout
32388 text
32389 \end_layout
32390
32391 \end_inset
32392 </cell>
32393 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32394 \begin_inset Text
32395
32396 \begin_layout Plain Layout
32397 text
32398 \end_layout
32399
32400 \end_inset
32401 </cell>
32402 </row>
32403 <row>
32404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32405 \begin_inset Text
32406
32407 \begin_layout Plain Layout
32408 text
32409 \end_layout
32410
32411 \end_inset
32412 </cell>
32413 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32414 \begin_inset Text
32415
32416 \begin_layout Plain Layout
32417 \begin_inset Graphics
32418         filename ../images/dialog-show-new-inset_graphics.png
32419         scale 70
32420         scaleBeforeRotation
32421         BoundingBox 0bp 6bp 22bp 22bp
32422
32423 \end_inset
32424
32425
32426 \end_layout
32427
32428 \end_inset
32429 </cell>
32430 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32431 \begin_inset Text
32432
32433 \begin_layout Plain Layout
32434 text
32435 \end_layout
32436
32437 \end_inset
32438 </cell>
32439 </row>
32440 </lyxtabular>
32441
32442 \end_inset
32443
32444
32445 \end_layout
32446
32447 \begin_layout Standard
32448 \noindent
32449 \align center
32450 \begin_inset Tabular
32451 <lyxtabular version="3" rows="3" columns="2">
32452 <features tabularvalignment="middle">
32453 <column alignment="center" valignment="top" width="0">
32454 <column alignment="center" valignment="top" width="0">
32455 <row>
32456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32457 \begin_inset Text
32458
32459 \begin_layout Plain Layout
32460 text
32461 \end_layout
32462
32463 \end_inset
32464 </cell>
32465 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32466 \begin_inset Text
32467
32468 \begin_layout Plain Layout
32469 text
32470 \end_layout
32471
32472 \end_inset
32473 </cell>
32474 </row>
32475 <row>
32476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32477 \begin_inset Text
32478
32479 \begin_layout Plain Layout
32480 \begin_inset Graphics
32481         filename ../images/dialog-show-new-inset_graphics.png
32482         scale 70
32483         scaleBeforeRotation
32484         BoundingBox 0bp 6bp 22bp 22bp
32485
32486 \end_inset
32487
32488
32489 \end_layout
32490
32491 \end_inset
32492 </cell>
32493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32494 \begin_inset Text
32495
32496 \begin_layout Plain Layout
32497 text
32498 \end_layout
32499
32500 \end_inset
32501 </cell>
32502 </row>
32503 <row>
32504 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32505 \begin_inset Text
32506
32507 \begin_layout Plain Layout
32508 text
32509 \end_layout
32510
32511 \end_inset
32512 </cell>
32513 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32514 \begin_inset Text
32515
32516 \begin_layout Plain Layout
32517 text
32518 \end_layout
32519
32520 \end_inset
32521 </cell>
32522 </row>
32523 </lyxtabular>
32524
32525 \end_inset
32526
32527  
32528 \begin_inset Tabular
32529 <lyxtabular version="3" rows="3" columns="3">
32530 <features tabularvalignment="middle">
32531 <column alignment="center" valignment="top" width="0">
32532 <column alignment="center" valignment="top" width="0">
32533 <column alignment="center" valignment="top" width="0">
32534 <row>
32535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32536 \begin_inset Text
32537
32538 \begin_layout Plain Layout
32539 text
32540 \end_layout
32541
32542 \end_inset
32543 </cell>
32544 <cell alignment="center" valignment="top" topline="true" usebox="none">
32545 \begin_inset Text
32546
32547 \begin_layout Plain Layout
32548 text
32549 \end_layout
32550
32551 \end_inset
32552 </cell>
32553 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32554 \begin_inset Text
32555
32556 \begin_layout Plain Layout
32557 text
32558 \end_layout
32559
32560 \end_inset
32561 </cell>
32562 </row>
32563 <row>
32564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32565 \begin_inset Text
32566
32567 \begin_layout Plain Layout
32568 text
32569 \end_layout
32570
32571 \end_inset
32572 </cell>
32573 <cell alignment="center" valignment="top" usebox="none">
32574 \begin_inset Text
32575
32576 \begin_layout Plain Layout
32577 \begin_inset Graphics
32578         filename ../images/dialog-show-new-inset_graphics.png
32579         scale 70
32580         scaleBeforeRotation
32581         BoundingBox 0bp 6bp 22bp 22bp
32582
32583 \end_inset
32584
32585
32586 \end_layout
32587
32588 \end_inset
32589 </cell>
32590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32591 \begin_inset Text
32592
32593 \begin_layout Plain Layout
32594 text
32595 \end_layout
32596
32597 \end_inset
32598 </cell>
32599 </row>
32600 <row>
32601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32602 \begin_inset Text
32603
32604 \begin_layout Plain Layout
32605 text
32606 \end_layout
32607
32608 \end_inset
32609 </cell>
32610 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32611 \begin_inset Text
32612
32613 \begin_layout Plain Layout
32614 text
32615 \end_layout
32616
32617 \end_inset
32618 </cell>
32619 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32620 \begin_inset Text
32621
32622 \begin_layout Plain Layout
32623 text
32624 \end_layout
32625
32626 \end_inset
32627 </cell>
32628 </row>
32629 </lyxtabular>
32630
32631 \end_inset
32632
32633  
32634 \begin_inset Tabular
32635 <lyxtabular version="3" rows="3" columns="2">
32636 <features tabularvalignment="middle">
32637 <column alignment="center" valignment="top" width="0">
32638 <column alignment="center" valignment="top" width="0">
32639 <row>
32640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32641 \begin_inset Text
32642
32643 \begin_layout Plain Layout
32644 text
32645 \end_layout
32646
32647 \end_inset
32648 </cell>
32649 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32650 \begin_inset Text
32651
32652 \begin_layout Plain Layout
32653 text
32654 \end_layout
32655
32656 \end_inset
32657 </cell>
32658 </row>
32659 <row>
32660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32661 \begin_inset Text
32662
32663 \begin_layout Plain Layout
32664 text
32665 \end_layout
32666
32667 \end_inset
32668 </cell>
32669 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32670 \begin_inset Text
32671
32672 \begin_layout Plain Layout
32673 \begin_inset Graphics
32674         filename ../images/dialog-show-new-inset_graphics.png
32675         scale 70
32676         scaleBeforeRotation
32677         BoundingBox 0bp 6bp 22bp 22bp
32678
32679 \end_inset
32680
32681
32682 \end_layout
32683
32684 \end_inset
32685 </cell>
32686 </row>
32687 <row>
32688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32689 \begin_inset Text
32690
32691 \begin_layout Plain Layout
32692 text
32693 \end_layout
32694
32695 \end_inset
32696 </cell>
32697 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32698 \begin_inset Text
32699
32700 \begin_layout Plain Layout
32701 text
32702 \end_layout
32703
32704 \end_inset
32705 </cell>
32706 </row>
32707 </lyxtabular>
32708
32709 \end_inset
32710
32711
32712 \end_layout
32713
32714 \begin_layout Standard
32715 \noindent
32716 you can use the LaTeX-package 
32717 \series bold
32718 picinpar
32719 \series default
32720
32721 \begin_inset Index idx
32722 status collapsed
32723
32724 \begin_layout Plain Layout
32725 LaTeX-packages ! picinpar
32726 \end_layout
32727
32728 \end_inset
32729
32730 .
32731  Here is an example:
32732 \end_layout
32733
32734 \begin_layout Standard
32735 \begin_inset ERT
32736 status collapsed
32737
32738 \begin_layout Plain Layout
32739
32740
32741 \backslash
32742 ifpicinpar
32743 \end_layout
32744
32745 \end_inset
32746
32747
32748 \begin_inset Note Note
32749 status open
32750
32751 \begin_layout Plain Layout
32752 The following section will only be displayed when the LaTeX-package 
32753 \series bold
32754 picinpar
32755 \series default
32756  is installed.
32757 \end_layout
32758
32759 \end_inset
32760
32761
32762 \end_layout
32763
32764 \begin_layout Standard
32765 \begin_inset ERT
32766 status collapsed
32767
32768 \begin_layout Plain Layout
32769
32770
32771 \backslash
32772 begin{window}[2,c,{
32773 \end_layout
32774
32775 \end_inset
32776
32777
32778 \begin_inset Graphics
32779         filename clipart/mobius.eps
32780         lyxscale 60
32781         width 40col%
32782         scaleBeforeRotation
32783         rotateOrigin center
32784
32785 \end_inset
32786
32787
32788 \begin_inset ERT
32789 status collapsed
32790
32791 \begin_layout Plain Layout
32792
32793 },]
32794 \end_layout
32795
32796 \begin_layout Plain Layout
32797
32798 {}
32799 \end_layout
32800
32801 \end_inset
32802
32803
32804 \size small
32805 It was in the spring of the year 1894 that all London was interested, and
32806  the fashionable world dismayed, by the murder of the Honourable Ronald
32807  Adair under most unusual and inexplicable circumstances.
32808  The public has already learned those particulars of the crime which
32809 \size default
32810
32811 \begin_inset ERT
32812 status collapsed
32813
32814 \begin_layout Plain Layout
32815
32816
32817 \backslash
32818 footnotemark{}
32819 \end_layout
32820
32821 \end_inset
32822
32823
32824 \size small
32825  came out in the police investigation, but a good deal was suppressed upon
32826  that occasion, since the case for the prosecution was so overwhelmingly
32827  strong that it was not necessary to bring forward all the facts.
32828  Only now, at the end of nearly ten years, am I allowed to supply those
32829  missing links which make up the whole of that remarkable chain.
32830 \size default
32831
32832 \begin_inset ERT
32833 status collapsed
32834
32835 \begin_layout Plain Layout
32836
32837
32838 \backslash
32839 end{window}
32840 \end_layout
32841
32842 \end_inset
32843
32844
32845 \end_layout
32846
32847 \begin_layout Standard
32848 \begin_inset ERT
32849 status collapsed
32850
32851 \begin_layout Plain Layout
32852
32853
32854 \backslash
32855 footnotetext{
32856 \end_layout
32857
32858 \end_inset
32859
32860 Footnote of the paragraph with the fixed object.
32861 \begin_inset ERT
32862 status collapsed
32863
32864 \begin_layout Plain Layout
32865
32866 }
32867 \end_layout
32868
32869 \end_inset
32870
32871
32872 \end_layout
32873
32874 \begin_layout Standard
32875 Surrounded fixed objects are used to let text float around them, at which
32876  the object's position in the paragraph can be determined by the number
32877  of lines above it.
32878  In contrary to floats is it not possible to have a numbered caption.
32879 \end_layout
32880
32881 \begin_layout Standard
32882 A fixed object is inserted by adding the command
32883 \end_layout
32884
32885 \begin_layout Standard
32886
32887 \series bold
32888
32889 \backslash
32890 begin{window}[2,c,{
32891 \end_layout
32892
32893 \begin_layout Standard
32894 as TeX Code at the beginning of the paragraph.
32895  The first parameter in the bracket, here '2', defines the number of lines
32896  above the object, the second, here 'c', the position of the object.
32897  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
32898  Behind the command you insert the object.
32899  In this example an image with a width of 40
32900 \begin_inset space \thinspace{}
32901 \end_inset
32902
32903 % of the text column width was inserted.
32904  The object can also be a table, a box or an equation.
32905  Behind the object the command
32906 \end_layout
32907
32908 \begin_layout Standard
32909
32910 \series bold
32911 },description text]
32912 \begin_inset Newline newline
32913 \end_inset
32914
32915 {}
32916 \end_layout
32917
32918 \begin_layout Standard
32919 is inserted.
32920  Note that the 
32921 \begin_inset Quotes eld
32922 \end_inset
32923
32924
32925 \series bold
32926 {}
32927 \series default
32928
32929 \begin_inset Quotes erd
32930 \end_inset
32931
32932  is in the second line.
32933  The description text is optional.
32934  The text surrounding the object must be in the same paragraph as the object,
32935  so it must begin directly after the 
32936 \series bold
32937 {}
32938 \series default
32939 .
32940  At the end of the paragraph insert the command:
32941 \end_layout
32942
32943 \begin_layout Standard
32944
32945 \series bold
32946
32947 \backslash
32948 end{window}
32949 \end_layout
32950
32951 \begin_layout Standard
32952 Within a paragraph with a fixed object, you cannot insert footnotes in the
32953  normal way.
32954  You have to use instead the command 
32955 \series bold
32956
32957 \backslash
32958 footnotemark
32959 \series default
32960  inside the paragraph and outside the command 
32961 \series bold
32962
32963 \backslash
32964 footnotetext
32965 \series default
32966  as described in sec.
32967 \begin_inset space \thinspace{}
32968 \end_inset
32969
32970
32971 \begin_inset CommandInset ref
32972 LatexCommand ref
32973 reference "sec:Footnotes"
32974
32975 \end_inset
32976
32977 .
32978 \end_layout
32979
32980 \begin_layout Standard
32981 \begin_inset ERT
32982 status collapsed
32983
32984 \begin_layout Plain Layout
32985
32986
32987 \backslash
32988 else
32989 \end_layout
32990
32991 \end_inset
32992
32993
32994 \begin_inset Note Note
32995 status open
32996
32997 \begin_layout Plain Layout
32998 The following will be displayed when the LaTeX-package 
32999 \series bold
33000 picinpar
33001 \series default
33002  is not installed:
33003 \end_layout
33004
33005 \end_inset
33006
33007
33008 \end_layout
33009
33010 \begin_layout Standard
33011 You need to install the LaTeX-package 
33012 \series bold
33013 picinpar
33014 \series default
33015  to see the following part of this section in the output.
33016 \end_layout
33017
33018 \begin_layout Standard
33019 \begin_inset ERT
33020 status collapsed
33021
33022 \begin_layout Plain Layout
33023
33024
33025 \backslash
33026 fi
33027 \end_layout
33028
33029 \end_inset
33030
33031
33032 \end_layout
33033
33034 \begin_layout Section
33035 Initials
33036 \begin_inset Index idx
33037 status collapsed
33038
33039 \begin_layout Plain Layout
33040 Initials
33041 \end_layout
33042
33043 \end_inset
33044
33045
33046 \begin_inset Index idx
33047 status collapsed
33048
33049 \begin_layout Plain Layout
33050 Surrounded by text ! Initials
33051 \end_layout
33052
33053 \end_inset
33054
33055
33056 \end_layout
33057
33058 \begin_layout Standard
33059 To use initials, you must have the LaTeX package 
33060 \series bold
33061 lettrine
33062 \series default
33063
33064 \begin_inset Index idx
33065 status collapsed
33066
33067 \begin_layout Plain Layout
33068 LaTeX-packages ! lettrine
33069 \end_layout
33070
33071 \end_inset
33072
33073  installed and use the module 
33074 \family sans
33075 Initials
33076 \family default
33077  in your document (menu 
33078 \family sans
33079 Document\SpecialChar \menuseparator
33080 Settings\SpecialChar \menuseparator
33081 Modules
33082 \family default
33083 ).
33084  To insert an initial, use the style 
33085 \family sans
33086 Initial
33087 \family default
33088 .
33089  This style has a mandatory and an optional argument.
33090  The mandatory argument is inserted via the menu 
33091 \family sans
33092 Insert\SpecialChar \menuseparator
33093 Short
33094 \begin_inset space ~
33095 \end_inset
33096
33097 Title
33098 \family default
33099  and contains the letter that is the initial.
33100  To use the also the optional argument, insert another argument in front
33101  of the mandatory argument.
33102  This one contains parameters to modify the initial.
33103  For more information about the possible parameters see the documentation
33104  of 
33105 \series bold
33106 lettrine
33107 \series default
33108
33109 \begin_inset CommandInset citation
33110 LatexCommand cite
33111 key "lettrine"
33112
33113 \end_inset
33114
33115 .
33116  The style itself contains the text that is surrounding the initial.
33117  The usual style is hereby that the word whose first letter is the initial,
33118  is printed with 
33119 \shape smallcaps
33120 small caps
33121 \shape default
33122 .
33123  To tell LaTeX where this word is finished, add a closing brace '
33124 \series bold
33125 }
33126 \series default
33127 ' as TeX Code behind it.
33128  At the end of the style there must be an opening brace '
33129 \series bold
33130 {
33131 \series default
33132 ' as TeX Code.
33133 \end_layout
33134
33135 \begin_layout Standard
33136 Here are some examples:
33137 \end_layout
33138
33139 \begin_layout Enumerate
33140 No optional argument, the initial is the letter 'I' in the math font 
33141 \begin_inset Formula $\mathfrak{Fraktur}$
33142 \end_inset
33143
33144 :
33145 \end_layout
33146
33147 \begin_deeper
33148 \begin_layout Initial
33149 \begin_inset Argument
33150 status open
33151
33152 \begin_layout Plain Layout
33153 \begin_inset Formula $\mathfrak{I}$
33154 \end_inset
33155
33156
33157 \end_layout
33158
33159 \end_inset
33160
33161 t
33162 \begin_inset ERT
33163 status collapsed
33164
33165 \begin_layout Plain Layout
33166
33167 }
33168 \end_layout
33169
33170 \end_inset
33171
33172  was in the spring of the year 1894 that all London was interested, and
33173  the fashionable world dismayed, by the murder of the Honourable Ronald
33174  Adair under most unusual and inexplicable circumstances.
33175  The public has already learned those particulars of the crime which came
33176  out in the police investigation, but a good deal was suppressed upon that
33177  occasion, since the case for the prosecution was so overwhelmingly strong
33178  that it was not necessary to bring forward all the facts.
33179 \begin_inset ERT
33180 status collapsed
33181
33182 \begin_layout Plain Layout
33183
33184 {
33185 \end_layout
33186
33187 \end_inset
33188
33189
33190 \begin_inset Newpage newpage
33191 \end_inset
33192
33193
33194 \end_layout
33195
33196 \end_deeper
33197 \begin_layout Enumerate
33198 Only one line is surrounding the initial, which is formed by two letters
33199  in standard font and no text is printed in small caps:
33200 \end_layout
33201
33202 \begin_deeper
33203 \begin_layout Initial
33204 \begin_inset Argument
33205 status open
33206
33207 \begin_layout Plain Layout
33208 lines=1
33209 \end_layout
33210
33211 \end_inset
33212
33213
33214 \begin_inset Argument
33215 status open
33216
33217 \begin_layout Plain Layout
33218 It
33219 \end_layout
33220
33221 \end_inset
33222
33223
33224 \begin_inset ERT
33225 status collapsed
33226
33227 \begin_layout Plain Layout
33228
33229 }
33230 \end_layout
33231
33232 \end_inset
33233
33234  was in the spring of the year 1894 that all London was interested, and
33235  the fashionable world dismayed, by the murder of the Honourable Ronald
33236  Adair under most unusual and inexplicable circumstances.
33237  The public has already learned those particulars of the crime which came
33238  out in the police investigation, but a good deal was suppressed upon that
33239  occasion, since the case for the prosecution was so overwhelmingly strong
33240  that it was not necessary to bring forward all the facts.
33241 \begin_inset ERT
33242 status collapsed
33243
33244 \begin_layout Plain Layout
33245
33246 {
33247 \end_layout
33248
33249 \end_inset
33250
33251
33252 \end_layout
33253
33254 \end_deeper
33255 \begin_layout Enumerate
33256 Magenta, hanging initial over 3
33257 \begin_inset space ~
33258 \end_inset
33259
33260 lines in the math font 
33261 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
33262 \end_inset
33263
33264 , the text 
33265 \begin_inset Quotes eld
33266 \end_inset
33267
33268 t was in the spring
33269 \begin_inset Quotes erd
33270 \end_inset
33271
33272  is in 
33273 \shape smallcaps
33274 small caps
33275 \shape default
33276 ; to color the initial, you must insert this command before the initial:
33277 \begin_inset Newline newline
33278 \end_inset
33279
33280
33281 \series bold
33282
33283 \backslash
33284 renewcommand{
33285 \backslash
33286 LettrineFontHook}{
33287 \backslash
33288 color{color}}
33289 \series default
33290
33291 \begin_inset Newline newline
33292 \end_inset
33293
33294 where the second 
33295 \emph on
33296 color
33297 \emph default
33298  can be 
33299 \begin_inset Quotes eld
33300 \end_inset
33301
33302 red
33303 \begin_inset Quotes erd
33304 \end_inset
33305
33306
33307 \begin_inset Quotes eld
33308 \end_inset
33309
33310 blue
33311 \begin_inset Quotes erd
33312 \end_inset
33313
33314
33315 \begin_inset Quotes eld
33316 \end_inset
33317
33318 green
33319 \begin_inset Quotes erd
33320 \end_inset
33321
33322
33323 \begin_inset Quotes eld
33324 \end_inset
33325
33326 yellow
33327 \begin_inset Quotes erd
33328 \end_inset
33329
33330
33331 \begin_inset Quotes eld
33332 \end_inset
33333
33334 cyan
33335 \begin_inset Quotes erd
33336 \end_inset
33337
33338
33339 \begin_inset Quotes eld
33340 \end_inset
33341
33342 magenta
33343 \begin_inset Quotes erd
33344 \end_inset
33345
33346
33347 \begin_inset Quotes eld
33348 \end_inset
33349
33350 black
33351 \begin_inset Quotes erd
33352 \end_inset
33353
33354  or 
33355 \begin_inset Quotes eld
33356 \end_inset
33357
33358 white
33359 \begin_inset Quotes erd
33360 \end_inset
33361
33362 , and add this command to the document preamble:
33363 \begin_inset Newline newline
33364 \end_inset
33365
33366
33367 \series bold
33368
33369 \backslash
33370 @ifundefined{textcolor}
33371 \begin_inset Newline newline
33372 \end_inset
33373
33374
33375 \begin_inset space ~
33376 \end_inset
33377
33378 {
33379 \backslash
33380 usepackage{color}}{}
33381 \end_layout
33382
33383 \begin_deeper
33384 \begin_layout Standard
33385 \begin_inset ERT
33386 status collapsed
33387
33388 \begin_layout Plain Layout
33389
33390
33391 \backslash
33392 renewcommand{
33393 \backslash
33394 LettrineFontHook}{
33395 \backslash
33396 color{magenta}}
33397 \end_layout
33398
33399 \end_inset
33400
33401
33402 \begin_inset Note Note
33403 status collapsed
33404
33405 \begin_layout Plain Layout
33406 makes the initial magenta
33407 \end_layout
33408
33409 \end_inset
33410
33411
33412 \end_layout
33413
33414 \begin_layout Initial
33415 \begin_inset Argument
33416 status open
33417
33418 \begin_layout Plain Layout
33419 lines=3, lhang=0.33, loversize=0.25
33420 \end_layout
33421
33422 \end_inset
33423
33424
33425 \begin_inset Argument
33426 status open
33427
33428 \begin_layout Plain Layout
33429 \begin_inset Formula $\mathcal{I}$
33430 \end_inset
33431
33432
33433 \end_layout
33434
33435 \end_inset
33436
33437 t was in the spring
33438 \begin_inset ERT
33439 status collapsed
33440
33441 \begin_layout Plain Layout
33442
33443 }
33444 \end_layout
33445
33446 \end_inset
33447
33448  of the year 1894 that all London was interested, and the fashionable world
33449  dismayed, by the murder of the Honourable Ronald Adair under most unusual
33450  and inexplicable circumstances.
33451  The public has already learned those particulars of the crime which came
33452  out in the police investigation, but a good deal was suppressed upon that
33453  occasion, since the case for the prosecution was so overwhelmingly strong
33454  that it was not necessary to bring forward all the facts.
33455 \begin_inset ERT
33456 status collapsed
33457
33458 \begin_layout Plain Layout
33459
33460 {
33461 \end_layout
33462
33463 \end_inset
33464
33465
33466 \end_layout
33467
33468 \end_deeper
33469 \begin_layout Chapter
33470 External Document Parts
33471 \begin_inset Index idx
33472 status collapsed
33473
33474 \begin_layout Plain Layout
33475 External Document Parts
33476 \end_layout
33477
33478 \end_inset
33479
33480
33481 \end_layout
33482
33483 \begin_layout Standard
33484 With the menu 
33485 \family sans
33486 Insert\SpecialChar \menuseparator
33487 File
33488 \family default
33489  you can insert external material to your document.
33490  This can be:
33491 \end_layout
33492
33493 \begin_layout Description
33494 LyX
33495 \begin_inset space ~
33496 \end_inset
33497
33498 Document Another LyX document; its content is directly inserted to your
33499  document.
33500 \end_layout
33501
33502 \begin_layout Description
33503 Plain
33504 \begin_inset space ~
33505 \end_inset
33506
33507 Text A text document; each line is inserted in your document as a separate
33508  paragraph.
33509 \end_layout
33510
33511 \begin_layout Description
33512 Plain
33513 \begin_inset space ~
33514 \end_inset
33515
33516 Text,
33517 \begin_inset space ~
33518 \end_inset
33519
33520 Join
33521 \begin_inset space ~
33522 \end_inset
33523
33524 Lines A text document; text lines are inserted in your document continuously
33525  but an empty text line creates a new paragraph.
33526 \end_layout
33527
33528 \begin_layout Description
33529 External
33530 \begin_inset space ~
33531 \end_inset
33532
33533 Material Files in various formats.
33534 \end_layout
33535
33536 \begin_layout Description
33537 Child
33538 \begin_inset space ~
33539 \end_inset
33540
33541 Document LyX or LaTeX-documents.
33542 \end_layout
33543
33544 \begin_layout Section
33545 External Material
33546 \begin_inset Index idx
33547 status collapsed
33548
33549 \begin_layout Plain Layout
33550 External Document Parts ! External Material
33551 \end_layout
33552
33553 \end_inset
33554
33555
33556 \end_layout
33557
33558 \begin_layout Standard
33559 The external material feature allows you to insert files in to your document
33560  without converting them to a format that can be read by the document output
33561  format.
33562  LyX takes care of the necessary conversions.
33563  This is similar to images that can be inserted in various image formats
33564  in LyX documents.
33565  When you have enabled Instant Preview in LyX's preferences under 
33566 \family sans
33567 Look
33568 \begin_inset space ~
33569 \end_inset
33570
33571 and
33572 \begin_inset space ~
33573 \end_inset
33574
33575 feel\SpecialChar \menuseparator
33576 Graphics
33577 \family default
33578 , the external material types Dia and Xfig are directly shown in LyX.
33579 \end_layout
33580
33581 \begin_layout Standard
33582 External material can be inserted via the 
33583 \family sans
33584 External Material
33585 \family default
33586  dialog that is accessible with the menu 
33587 \family sans
33588 Insert\SpecialChar \menuseparator
33589 File\SpecialChar \menuseparator
33590 External
33591 \begin_inset space ~
33592 \end_inset
33593
33594 Material
33595 \family default
33596 .
33597  Currently the following file types (
33598 \family sans
33599 Templates
33600 \family default
33601 ) are allowed:
33602 \end_layout
33603
33604 \begin_layout Description
33605 ChessDiagram This template supports chess position diagrams made with the
33606  program 
33607 \series bold
33608
33609 \begin_inset CommandInset href
33610 LatexCommand href
33611 name "XBoard"
33612 target "http://en.wikipedia.org/wiki/XBoard"
33613
33614 \end_inset
33615
33616
33617 \series default
33618 .
33619 \end_layout
33620
33621 \begin_layout Description
33622 Date This inserts the date in the form 
33623 \emph on
33624 Day-Month-Year
33625 \emph default
33626 .
33627  This is a date inserted as external material: 
33628 \begin_inset External
33629         template Date
33630         filename .
33631
33632 \end_inset
33633
33634
33635 \begin_inset space ~
33636 \end_inset
33637
33638
33639 \begin_inset Note Note
33640 status open
33641
33642 \begin_layout Plain Layout
33643 Remove the protected space when bug 4398 is fixed!
33644 \end_layout
33645
33646 \end_inset
33647
33648
33649 \begin_inset Newline newline
33650 \end_inset
33651
33652 The date is not shown within LyX, only in the output.
33653  There are two other methods of inserting a date: Via menu 
33654 \family sans
33655 Insert\SpecialChar \menuseparator
33656 Date
33657 \family default
33658  and with the LaTeX command 
33659 \series bold
33660
33661 \backslash
33662 today
33663 \series default
33664  as TeX-Code.
33665  The different methods are compared in Table
33666 \begin_inset space ~
33667 \end_inset
33668
33669
33670 \begin_inset CommandInset ref
33671 LatexCommand ref
33672 reference "tab:Comparison-of-the"
33673
33674 \end_inset
33675
33676 .
33677 \end_layout
33678
33679 \begin_layout Description
33680 Dia This template supports diagrams created with the program 
33681 \series bold
33682
33683 \begin_inset CommandInset href
33684 LatexCommand href
33685 name "Dia"
33686 target "http://en.wikipedia.org/wiki/Dia_(software)"
33687
33688 \end_inset
33689
33690
33691 \series default
33692 .
33693 \end_layout
33694
33695 \begin_layout Description
33696 LilyPond This template is used for music notation typeset with the program
33697 \begin_inset Newline linebreak
33698 \end_inset
33699
33700
33701 \series bold
33702
33703 \begin_inset CommandInset href
33704 LatexCommand href
33705 name "LilyPond"
33706 target "http://en.wikipedia.org/wiki/LilyPond"
33707
33708 \end_inset
33709
33710
33711 \series default
33712 .
33713 \end_layout
33714
33715 \begin_layout Description
33716 PDFPages With this template you can insert PDF documents to your document.
33717  To insert certain or all pages of a PDF, use the 
33718 \emph on
33719 pages
33720 \emph default
33721  option in the 
33722 \family sans
33723 Option
33724 \family default
33725  field in the 
33726 \family sans
33727 LaTeX and LyX options
33728 \family default
33729  tab according to the template description in the dialog.
33730  When no 
33731 \emph on
33732 pages
33733 \emph default
33734  option is given, only the first page of the PDF will be inserted.
33735 \end_layout
33736
33737 \begin_layout Description
33738 RasterImage This can be used for bitmap images.
33739  Nearly all popular image formats are supported.
33740  The image can be treated in the 
33741 \family sans
33742 External material
33743 \family default
33744  dialog like the images that are usually included via the 
33745 \family sans
33746 Graphics
33747 \family default
33748  dialog as described in section
33749 \begin_inset space ~
33750 \end_inset
33751
33752
33753 \begin_inset CommandInset ref
33754 LatexCommand ref
33755 reference "sec:Graphics-Dialog"
33756
33757 \end_inset
33758
33759 .
33760  The difference is that only raster images are allowed; that means that
33761  PDF and EPS-images are not supported.
33762 \end_layout
33763
33764 \begin_layout Description
33765 XFig This template supports images created with the program 
33766 \series bold
33767
33768 \begin_inset CommandInset href
33769 LatexCommand href
33770 name "Xfig"
33771 target "http://en.wikipedia.org/wiki/Xfig"
33772
33773 \end_inset
33774
33775
33776 \series default
33777 .
33778 \end_layout
33779
33780 \begin_layout Standard
33781 \begin_inset Float table
33782 placement h
33783 wide false
33784 sideways false
33785 status open
33786
33787 \begin_layout Plain Layout
33788 \begin_inset Caption
33789
33790 \begin_layout Plain Layout
33791 \begin_inset CommandInset label
33792 LatexCommand label
33793 name "tab:Comparison-of-the"
33794
33795 \end_inset
33796
33797 Comparison of the date input methods.
33798 \end_layout
33799
33800 \end_inset
33801
33802
33803 \end_layout
33804
33805 \begin_layout Plain Layout
33806 \align center
33807 \begin_inset Tabular
33808 <lyxtabular version="3" rows="4" columns="4">
33809 <features tabularvalignment="middle">
33810 <column alignment="center" valignment="top" width="0">
33811 <column alignment="center" valignment="top" width="0">
33812 <column alignment="center" valignment="top" width="0">
33813 <column alignment="center" valignment="top" width="0">
33814 <row>
33815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33816 \begin_inset Text
33817
33818 \begin_layout Plain Layout
33819 Document format
33820 \end_layout
33821
33822 \end_inset
33823 </cell>
33824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33825 \begin_inset Text
33826
33827 \begin_layout Plain Layout
33828
33829 \family sans
33830 External Material\SpecialChar \menuseparator
33831 Date
33832 \end_layout
33833
33834 \end_inset
33835 </cell>
33836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33837 \begin_inset Text
33838
33839 \begin_layout Plain Layout
33840
33841 \family sans
33842 Insert\SpecialChar \menuseparator
33843 Date
33844 \end_layout
33845
33846 \end_inset
33847 </cell>
33848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33849 \begin_inset Text
33850
33851 \begin_layout Plain Layout
33852 command 
33853 \series bold
33854
33855 \backslash
33856 today
33857 \end_layout
33858
33859 \end_inset
33860 </cell>
33861 </row>
33862 <row>
33863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33864 \begin_inset Text
33865
33866 \begin_layout Plain Layout
33867 LyX
33868 \end_layout
33869
33870 \end_inset
33871 </cell>
33872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33873 \begin_inset Text
33874
33875 \begin_layout Plain Layout
33876 as inset box
33877 \end_layout
33878
33879 \end_inset
33880 </cell>
33881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33882 \begin_inset Text
33883
33884 \begin_layout Plain Layout
33885 as date
33886 \end_layout
33887
33888 \end_inset
33889 </cell>
33890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33891 \begin_inset Text
33892
33893 \begin_layout Plain Layout
33894 as TeX-Code inset box
33895 \end_layout
33896
33897 \end_inset
33898 </cell>
33899 </row>
33900 <row>
33901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33902 \begin_inset Text
33903
33904 \begin_layout Plain Layout
33905 LaTeX
33906 \end_layout
33907
33908 \end_inset
33909 </cell>
33910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33911 \begin_inset Text
33912
33913 \begin_layout Plain Layout
33914 as date
33915 \end_layout
33916
33917 \end_inset
33918 </cell>
33919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33920 \begin_inset Text
33921
33922 \begin_layout Plain Layout
33923 as date
33924 \end_layout
33925
33926 \end_inset
33927 </cell>
33928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33929 \begin_inset Text
33930
33931 \begin_layout Plain Layout
33932 as command
33933 \end_layout
33934
33935 \end_inset
33936 </cell>
33937 </row>
33938 <row>
33939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33940 \begin_inset Text
33941
33942 \begin_layout Plain Layout
33943 DVI, PDF, PS
33944 \end_layout
33945
33946 \end_inset
33947 </cell>
33948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33949 \begin_inset Text
33950
33951 \begin_layout Plain Layout
33952 as date
33953 \end_layout
33954
33955 \end_inset
33956 </cell>
33957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33958 \begin_inset Text
33959
33960 \begin_layout Plain Layout
33961 as date
33962 \end_layout
33963
33964 \end_inset
33965 </cell>
33966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33967 \begin_inset Text
33968
33969 \begin_layout Plain Layout
33970 as date
33971 \end_layout
33972
33973 \end_inset
33974 </cell>
33975 </row>
33976 </lyxtabular>
33977
33978 \end_inset
33979
33980
33981 \end_layout
33982
33983 \end_inset
33984
33985
33986 \end_layout
33987
33988 \begin_layout Standard
33989 When you use the option 
33990 \family sans
33991 Draft
33992 \family default
33993  in the 
33994 \family sans
33995 File
33996 \family default
33997  tab of the 
33998 \family sans
33999 External Material
34000 \family default
34001  dialog, only the path to the inserted file is shown in the output.
34002 \begin_inset Newline newline
34003 \end_inset
34004
34005 External material is displayed in LyX either as a box like this: 
34006 \begin_inset Graphics
34007         filename clipart/ExternalMaterialQt4.png
34008         scale 85
34009         scaleBeforeRotation
34010
34011 \end_inset
34012
34013  or as image, depending on the option 
34014 \family sans
34015 Show in LyX
34016 \family default
34017  in the 
34018 \family sans
34019 LaTeX and LyX options
34020 \family default
34021  tab of the dialog.
34022 \end_layout
34023
34024 \begin_layout Standard
34025 The 
34026 \family sans
34027 \emph on
34028 Customization
34029 \family default
34030 \emph default
34031  manual explains how you can define your own templates.
34032 \end_layout
34033
34034 \begin_layout Section
34035 Child Documents
34036 \begin_inset CommandInset label
34037 LatexCommand label
34038 name "sec:Child-Documents"
34039
34040 \end_inset
34041
34042
34043 \begin_inset Index idx
34044 status collapsed
34045
34046 \begin_layout Plain Layout
34047 External Document Parts ! Child Documents
34048 \end_layout
34049
34050 \end_inset
34051
34052
34053 \begin_inset Index idx
34054 status collapsed
34055
34056 \begin_layout Plain Layout
34057 Files ! Include
34058 \end_layout
34059
34060 \end_inset
34061
34062
34063 \end_layout
34064
34065 \begin_layout Standard
34066 Child documents are used if you have a long document consisting of several
34067  larger parts or sections.
34068  For maintenance it is often useful and sometimes even required to split
34069  the document into several files that can be revised separately.
34070  The different documents are then the so called 
34071 \begin_inset Quotes eld
34072 \end_inset
34073
34074 child documents
34075 \begin_inset Quotes erd
34076 \end_inset
34077
34078 , and a master document connects them to print the full document or parts
34079  of it.
34080  A child document inherits elements of its master, for example the LaTeX
34081  preamble, the bibliography, and labels for cross-references.
34082 \end_layout
34083
34084 \begin_layout Standard
34085 To be able to work on child documents without the need to open their master,
34086  specify in the child document the master in the menu
34087 \family sans
34088  Document\SpecialChar \menuseparator
34089 Settings\SpecialChar \menuseparator
34090 Document
34091 \begin_inset space ~
34092 \end_inset
34093
34094 Class
34095 \family default
34096 .
34097  This master document will then be used in the background by LyX when you
34098  edit the child document.
34099 \end_layout
34100
34101 \begin_layout Standard
34102 Included documents are displayed in LyX as a box like this: 
34103 \begin_inset Graphics
34104         filename clipart/ChildDocumentQt4.png
34105         scale 85
34106         scaleBeforeRotation
34107
34108 \end_inset
34109
34110  To include child documents in a master document use the menu 
34111 \family sans
34112 Insert\SpecialChar \menuseparator
34113 File\SpecialChar \menuseparator
34114 Child
34115 \begin_inset space ~
34116 \end_inset
34117
34118 Documents
34119 \family default
34120 .
34121  A dialog pops up where you can choose between four include methods:
34122 \end_layout
34123
34124 \begin_layout Description
34125 Include You can include LyX- and LaTeX-documents.
34126  When you press the 
34127 \family sans
34128 Load
34129 \family default
34130  button in the 
34131 \family sans
34132 Child Document
34133 \family default
34134  dialog, the included documents will be opened in LyX in a new file tab
34135  so that you can modify them.
34136 \begin_inset Newline newline
34137 \end_inset
34138
34139
34140 \end_layout
34141
34142 \begin_layout Standard
34143 Here is a child document inserted using 
34144 \family sans
34145 Include
34146 \family default
34147
34148 \begin_inset CommandInset include
34149 LatexCommand include
34150 filename "DummyDocument1.lyx"
34151
34152 \end_inset
34153
34154
34155 \end_layout
34156
34157 \begin_layout Standard
34158 The section numbering includes the sections of the included files in the
34159  order they are inserted in the master document.
34160  The included example document has for example a subsection that is numbered
34161  as a subsection of this section.
34162  Labels of included documents can be referenced: Subsection
34163 \begin_inset space ~
34164 \end_inset
34165
34166
34167 \begin_inset CommandInset ref
34168 LatexCommand ref
34169 reference "sub:External-Subsection-1"
34170
34171 \end_inset
34172
34173 .
34174 \end_layout
34175
34176 \begin_layout Standard
34177 The preamble of the child document is ignored; only the preamble of the
34178  master document is used.
34179  Branches in child documents will be ignored by the master document when
34180  the master document does not have a branch with the same name.
34181  Included documents are inserted starting on a new page and ending with
34182  a page break.
34183 \end_layout
34184
34185 \begin_layout Standard
34186 \begin_inset Note Greyedout
34187 status open
34188
34189 \begin_layout Plain Layout
34190
34191 \series bold
34192 Note:
34193 \series default
34194  If you have included a LyX- or LaTeX-file, you are warned when you export/view
34195  the document in case the child document uses another document class than
34196  the master document as this will lead to unexpected outputs.
34197 \end_layout
34198
34199 \end_inset
34200
34201
34202 \end_layout
34203
34204 \begin_layout Description
34205 Input This method is very similar to the Include method.
34206  The differences are:
34207 \end_layout
34208
34209 \begin_deeper
34210 \begin_layout Itemize
34211 Input files don't start with a new page and don't end with a page break.
34212 \end_layout
34213
34214 \begin_layout Itemize
34215 Input files can be previewed in LyX when 
34216 \family sans
34217 Instant
34218 \begin_inset space ~
34219 \end_inset
34220
34221 Preview
34222 \family default
34223  is enabled in LyX's preferences under 
34224 \family sans
34225 Look
34226 \begin_inset space ~
34227 \end_inset
34228
34229 and
34230 \begin_inset space ~
34231 \end_inset
34232
34233 feel\SpecialChar \menuseparator
34234 Graphics
34235 \family default
34236 .
34237 \end_layout
34238
34239 \begin_layout Itemize
34240 You cannot exclude Input files via the menu 
34241 \family sans
34242 Document\SpecialChar \menuseparator
34243 Settings\SpecialChar \menuseparator
34244 Child Documents
34245 \family default
34246 .
34247 \end_layout
34248
34249 \end_deeper
34250 \begin_layout Standard
34251 Here is a child document inserted using 
34252 \family sans
34253 Input
34254 \family default
34255
34256 \begin_inset CommandInset include
34257 LatexCommand input
34258 filename "DummyDocument2.lyx"
34259
34260 \end_inset
34261
34262
34263 \end_layout
34264
34265 \begin_layout Description
34266 Verbatim With this method any text file can be included.
34267  The file is shown in the output with its source code; no command used in
34268  the text is invoked.
34269  You can use the option 
34270 \family sans
34271 Mark spaces in output
34272 \family default
34273  that displays the character 
34274 \begin_inset Quotes eld
34275 \end_inset
34276
34277
34278 \begin_inset ERT
34279 status collapsed
34280
34281 \begin_layout Plain Layout
34282
34283
34284 \backslash
34285 textvisiblespace 
34286 \end_layout
34287
34288 \end_inset
34289
34290
34291 \begin_inset Quotes erd
34292 \end_inset
34293
34294  for every space character in the source code.
34295  The difference from the method via the menu 
34296 \family sans
34297 Insert\SpecialChar \menuseparator
34298 File\SpecialChar \menuseparator
34299 Plain
34300 \begin_inset space ~
34301 \end_inset
34302
34303 Text
34304 \family default
34305  is that the document content is not shown in LyX.
34306 \end_layout
34307
34308 \begin_layout Standard
34309 Here is a child document inserted as Verbatim: 
34310 \begin_inset CommandInset include
34311 LatexCommand verbatiminput
34312 filename "DummyTextDocument.txt"
34313
34314 \end_inset
34315
34316
34317 \begin_inset VSpace bigskip
34318 \end_inset
34319
34320  Here is a child document inserted as Verbatim using the 
34321 \family sans
34322 Mark spaces in output
34323 \family default
34324  option: 
34325 \begin_inset CommandInset include
34326 LatexCommand verbatiminput*
34327 filename "DummyTextDocument.txt"
34328
34329 \end_inset
34330
34331
34332 \end_layout
34333
34334 \begin_layout Standard
34335 \begin_inset VSpace bigskip
34336 \end_inset
34337
34338
34339 \end_layout
34340
34341 \begin_layout Standard
34342 \begin_inset Note Greyedout
34343 status open
34344
34345 \begin_layout Plain Layout
34346
34347 \series bold
34348 Note:
34349 \series default
34350  As you can see in the examples above, the text of the documents included
34351  as 
34352 \family sans
34353 verbatim
34354 \family default
34355  is not broken at the end of the document lines.
34356 \end_layout
34357
34358 \end_inset
34359
34360
34361 \end_layout
34362
34363 \begin_layout Description
34364 Listings This type is described in chapter
34365 \begin_inset space ~
34366 \end_inset
34367
34368
34369 \begin_inset CommandInset ref
34370 LatexCommand ref
34371 reference "cha:Program-Code-Listings"
34372
34373 \end_inset
34374
34375 .
34376 \end_layout
34377
34378 \begin_layout Standard
34379 \begin_inset Note Greyedout
34380 status open
34381
34382 \begin_layout Plain Layout
34383
34384 \series bold
34385 Note:
34386 \series default
34387  Including the same document twice in a document using different methods
34388  could cause LaTeX-problems.
34389 \end_layout
34390
34391 \end_inset
34392
34393
34394 \end_layout
34395
34396 \begin_layout Standard
34397 If you want to view/export only selected children of your master document,
34398  either because you want to save compiling time or because you want to distribut
34399 e single chapters of the book you are just writing, you can exclude children
34400  from the output.
34401  This is done via the menu 
34402 \family sans
34403 Document\SpecialChar \menuseparator
34404 Settings\SpecialChar \menuseparator
34405 Child Documents
34406 \family default
34407 .
34408  You can exclude\SpecialChar \slash{}
34409 include children by double-clicking on the 
34410 \family sans
34411 include to output
34412 \family default
34413  column of the respective child document in the list (note that this only
34414  works for documents embedded via 
34415 \begin_inset Quotes eld
34416 \end_inset
34417
34418 Include
34419 \begin_inset Quotes erd
34420 \end_inset
34421
34422 , not with 
34423 \begin_inset Quotes eld
34424 \end_inset
34425
34426 Input
34427 \begin_inset Quotes erd
34428 \end_inset
34429
34430 ).
34431  If the option 
34432 \family sans
34433 Maintain counters and references
34434 \family default
34435  is enabled, LyX will assure that all page numbers, references etc.
34436 \begin_inset space ~
34437 \end_inset
34438
34439 are correct as if the whole document was processed.
34440  This is useful if you want the selected sub-documents to look exactly as
34441  in the context of the whole document.
34442  However, LyX needs to process the whole document in the background for
34443  this feature.
34444  So if you want to save compile time and if counters and references do not
34445  need to be correct, disable this checkbox.
34446 \end_layout
34447
34448 \begin_layout Standard
34449 Alternatively, you can put each included file into a branch.
34450 \begin_inset Foot
34451 status collapsed
34452
34453 \begin_layout Plain Layout
34454 Branches are described in section 
34455 \emph on
34456 Branches
34457 \emph default
34458  of the LyX 
34459 \emph on
34460 Userguide
34461 \emph default
34462 .
34463 \end_layout
34464
34465 \end_inset
34466
34467  By enabling\SpecialChar \slash{}
34468 disabling branches you can decide which included files will
34469  appear in the output.
34470  This has the advantage that it also works with Input'ed sub-documents.
34471  However, counters and references will not be maintained with this approach.
34472 \end_layout
34473
34474 \begin_layout Chapter
34475 Program Code Listings
34476 \begin_inset CommandInset label
34477 LatexCommand label
34478 name "cha:Program-Code-Listings"
34479
34480 \end_inset
34481
34482
34483 \begin_inset Index idx
34484 status collapsed
34485
34486 \begin_layout Plain Layout
34487 Listings
34488 \end_layout
34489
34490 \end_inset
34491
34492
34493 \begin_inset Index idx
34494 status collapsed
34495
34496 \begin_layout Plain Layout
34497 Program Code
34498 \end_layout
34499
34500 \end_inset
34501
34502
34503 \begin_inset Index idx
34504 status collapsed
34505
34506 \begin_layout Plain Layout
34507 Floats ! Listings
34508 \end_layout
34509
34510 \end_inset
34511
34512
34513 \end_layout
34514
34515 \begin_layout Standard
34516 To include and typeset program code you can use the 
34517 \family sans
34518 Listings
34519 \family default
34520  inset that can be inserted via the menu 
34521 \family sans
34522 Insert\SpecialChar \menuseparator
34523 Program Listing
34524 \family default
34525 .
34526  The LaTeX-package 
34527 \series bold
34528 listings
34529 \series default
34530
34531 \begin_inset Index idx
34532 status collapsed
34533
34534 \begin_layout Plain Layout
34535 LaTeX-packages ! listings
34536 \end_layout
34537
34538 \end_inset
34539
34540  provides a powerful and flexible way to insert program source code into
34541  your document.
34542 \end_layout
34543
34544 \begin_layout Standard
34545 Right-clicking on a listings inset opens the context menu containing where
34546  you can set the listings format.
34547 \end_layout
34548
34549 \begin_layout Standard
34550 By default, a listing starts a new paragraph in the output.
34551  The placement option 
34552 \family sans
34553 Inline
34554 \begin_inset space ~
34555 \end_inset
34556
34557 listing
34558 \family default
34559  prints the listing inline like this: 
34560 \begin_inset listings
34561 lstparams "language={C++}"
34562 inline true
34563 status open
34564
34565 \begin_layout Plain Layout
34566
34567 int a=5;
34568 \end_layout
34569
34570 \end_inset
34571
34572
34573 \begin_inset Newline newline
34574 \end_inset
34575
34576 The option 
34577 \family sans
34578 Float
34579 \family default
34580  creates a listings float where you can specify the placement options 
34581 \begin_inset Quotes eld
34582 \end_inset
34583
34584
34585 \family sans
34586 h
34587 \family default
34588
34589 \begin_inset Quotes erd
34590 \end_inset
34591
34592
34593 \begin_inset Quotes eld
34594 \end_inset
34595
34596
34597 \family sans
34598 t
34599 \family default
34600
34601 \begin_inset Quotes erd
34602 \end_inset
34603
34604
34605 \begin_inset Quotes eld
34606 \end_inset
34607
34608
34609 \family sans
34610 b
34611 \family default
34612
34613 \begin_inset Quotes erd
34614 \end_inset
34615
34616 , and 
34617 \begin_inset Quotes eld
34618 \end_inset
34619
34620
34621 \family sans
34622 p
34623 \family default
34624
34625 \begin_inset Quotes erd
34626 \end_inset
34627
34628  corresponding to the float placement options described in section
34629 \begin_inset space ~
34630 \end_inset
34631
34632
34633 \begin_inset CommandInset ref
34634 LatexCommand ref
34635 reference "sec:Float-Placement"
34636
34637 \end_inset
34638
34639 .
34640  The placement options can be mixed and are inserted without any separation,
34641  e.
34642 \begin_inset space \thinspace{}
34643 \end_inset
34644
34645 g.
34646 \begin_inset space \space{}
34647 \end_inset
34648
34649
34650 \begin_inset Quotes eld
34651 \end_inset
34652
34653
34654 \family sans
34655 htbp
34656 \family default
34657
34658 \begin_inset Quotes erd
34659 \end_inset
34660
34661 .
34662  The option 
34663 \begin_inset Quotes eld
34664 \end_inset
34665
34666 h
34667 \begin_inset Quotes erd
34668 \end_inset
34669
34670  has sometimes no effect, but you don't need to use the 
34671 \family sans
34672 Float
34673 \family default
34674  option in this case as also non-float listings can have captions and be
34675  referenced.
34676 \end_layout
34677
34678 \begin_layout Standard
34679 You can add captions to listings with the menu 
34680 \family sans
34681 Insert\SpecialChar \menuseparator
34682 Caption
34683 \family default
34684 .
34685  Listings can be referenced like floats: Listing
34686 \begin_inset space ~
34687 \end_inset
34688
34689
34690 \begin_inset CommandInset ref
34691 LatexCommand ref
34692 reference "lst:Example-Listing"
34693
34694 \end_inset
34695
34696
34697 \end_layout
34698
34699 \begin_layout Standard
34700 \begin_inset listings
34701 lstparams "language=Python"
34702 inline false
34703 status open
34704
34705 \begin_layout Plain Layout
34706
34707 \begin_inset Caption
34708
34709 \begin_layout Plain Layout
34710 \begin_inset CommandInset label
34711 LatexCommand label
34712 name "lst:Example-Listing"
34713
34714 \end_inset
34715
34716 Example Listing float
34717 \end_layout
34718
34719 \end_inset
34720
34721 # Example listing float
34722 \end_layout
34723
34724 \begin_layout Plain Layout
34725
34726 def func(param):
34727 \end_layout
34728
34729 \begin_layout Plain Layout
34730
34731     'this is a python function'
34732 \end_layout
34733
34734 \begin_layout Plain Layout
34735
34736     pass
34737 \end_layout
34738
34739 \end_inset
34740
34741
34742 \end_layout
34743
34744 \begin_layout Standard
34745 When you have set a programming language in the listings dialog, the keywords
34746  of this language will be recognized and specially typeset in the output.
34747  In the example listings the Python keyword 
34748 \begin_inset Quotes eld
34749 \end_inset
34750
34751 def
34752 \begin_inset Quotes erd
34753 \end_inset
34754
34755  is recognized and printed bold in the output.
34756 \end_layout
34757
34758 \begin_layout Standard
34759 \begin_inset Note Greyedout
34760 status open
34761
34762 \begin_layout Plain Layout
34763
34764 \series bold
34765 Note:
34766 \series default
34767  If you don't get bold keywords when using typewriter fonts, your 
34768 \family typewriter
34769 typewriter
34770 \family default
34771  font probably doesn't provide a bold shape.
34772  In this case select a different one in the menu 
34773 \family sans
34774 Document\SpecialChar \menuseparator
34775 Settings\SpecialChar \menuseparator
34776 Fonts
34777 \family default
34778 .
34779  (The fonts 
34780 \emph on
34781 LuxiMono, BeraMono
34782 \emph default
34783  and 
34784 \emph on
34785 Courier
34786 \emph default
34787  provide bold shapes.)
34788 \end_layout
34789
34790 \end_inset
34791
34792
34793 \end_layout
34794
34795 \begin_layout Standard
34796 In section 
34797 \family sans
34798 Line
34799 \begin_inset space ~
34800 \end_inset
34801
34802 numbering
34803 \family default
34804  of the listings dialog you can specify the line numbering style.
34805  You can insert a number to specify which lines are numbered in the field
34806  
34807 \family sans
34808 Step
34809 \family default
34810 .
34811  When you insert e.
34812 \begin_inset space \thinspace{}
34813 \end_inset
34814
34815 g.
34816 \begin_inset space \space{}
34817 \end_inset
34818
34819
34820 \begin_inset Quotes eld
34821 \end_inset
34822
34823 3
34824 \begin_inset Quotes erd
34825 \end_inset
34826
34827 , only every 3rd line will be numbered.
34828 \end_layout
34829
34830 \begin_layout Standard
34831 You can furthermore specify a range of lines; only these will then appear
34832  in the output.
34833  The option 
34834 \family sans
34835 Extended character table
34836 \family default
34837  should be used when you use national characters like the German umlauts
34838  in the listing.
34839 \begin_inset Newline newline
34840 \end_inset
34841
34842 Here is an example listing with left line numbering, step 
34843 \begin_inset Quotes eld
34844 \end_inset
34845
34846 3
34847 \begin_inset Quotes erd
34848 \end_inset
34849
34850 , language 
34851 \begin_inset Quotes eld
34852 \end_inset
34853
34854 Python
34855 \begin_inset Quotes erd
34856 \end_inset
34857
34858 , options 
34859 \begin_inset Quotes eld
34860 \end_inset
34861
34862 Extended character table
34863 \begin_inset Quotes erd
34864 \end_inset
34865
34866  and 
34867 \begin_inset Quotes eld
34868 \end_inset
34869
34870 Space
34871 \begin_inset space ~
34872 \end_inset
34873
34874 as
34875 \begin_inset space ~
34876 \end_inset
34877
34878 symbol
34879 \begin_inset Quotes erd
34880 \end_inset
34881
34882 , range lines 3
34883 \begin_inset space \thinspace{}
34884 \end_inset
34885
34886 -
34887 \begin_inset space \thinspace{}
34888 \end_inset
34889
34890 8:
34891 \end_layout
34892
34893 \begin_layout Standard
34894 \begin_inset listings
34895 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
34896 inline false
34897 status open
34898
34899 \begin_layout Plain Layout
34900
34901 def func(param):
34902 \end_layout
34903
34904 \begin_layout Plain Layout
34905
34906     'this is a python function'
34907 \end_layout
34908
34909 \begin_layout Plain Layout
34910
34911     pass
34912 \end_layout
34913
34914 \begin_layout Plain Layout
34915
34916 def func(param):
34917 \end_layout
34918
34919 \begin_layout Plain Layout
34920
34921 'This is a German word: Tschüß'
34922 \end_layout
34923
34924 \begin_layout Plain Layout
34925
34926 pass
34927 \end_layout
34928
34929 \begin_layout Plain Layout
34930
34931 def func(param):
34932 \end_layout
34933
34934 \begin_layout Plain Layout
34935
34936 'this is a python function'
34937 \end_layout
34938
34939 \begin_layout Plain Layout
34940
34941 pass
34942 \end_layout
34943
34944 \end_inset
34945
34946
34947 \end_layout
34948
34949 \begin_layout Standard
34950 When you have tabulators in your listing, you can specify the number of
34951  characters that are spanned by a tabulator in the field 
34952 \family sans
34953 Tabulator
34954 \begin_inset space ~
34955 \end_inset
34956
34957 size
34958 \family default
34959 .
34960 \end_layout
34961
34962 \begin_layout Standard
34963 \begin_inset Note Greyedout
34964 status open
34965
34966 \begin_layout Plain Layout
34967
34968 \series bold
34969 Note:
34970 \series default
34971  Due to a bug in the 
34972 \series bold
34973 listings
34974 \series default
34975  package the line numbering is shifted by a line by every previous listing.
34976  That's the reason why the lines 2 and 5 are numbered in the above listing
34977  and not the lines 3 and 6.
34978 \end_layout
34979
34980 \end_inset
34981
34982
34983 \end_layout
34984
34985 \begin_layout Standard
34986 \begin_inset VSpace bigskip
34987 \end_inset
34988
34989
34990 \end_layout
34991
34992 \begin_layout Standard
34993 It is also possible to print lines from a file as listing.
34994  To do this, use the menu 
34995 \family sans
34996 Insert\SpecialChar \menuseparator
34997 File\SpecialChar \menuseparator
34998 Child Document
34999 \family default
35000  and choose the type 
35001 \family sans
35002 Listings
35003 \family default
35004 .
35005 \begin_inset Foot
35006 status collapsed
35007
35008 \begin_layout Plain Layout
35009 The other child document types are described in section
35010 \begin_inset space ~
35011 \end_inset
35012
35013
35014 \begin_inset CommandInset ref
35015 LatexCommand ref
35016 reference "sec:Child-Documents"
35017
35018 \end_inset
35019
35020 .
35021 \end_layout
35022
35023 \end_inset
35024
35025  In the child document dialog you can specify the listing parameters in
35026  a text box.
35027  To show a list of all available parameters, type in a question mark 
35028 \begin_inset Quotes eld
35029 \end_inset
35030
35031 ?
35032 \begin_inset Quotes erd
35033 \end_inset
35034
35035  in the text box.
35036 \end_layout
35037
35038 \begin_layout Standard
35039 To reference child document listings, write a label text into the corresponding
35040  field of the child document dialog.
35041  The label can then be referenced using the menu 
35042 \family sans
35043 Insert\SpecialChar \menuseparator
35044 Cross-Reference
35045 \family default
35046 .
35047 \end_layout
35048
35049 \begin_layout Standard
35050 Listing
35051 \begin_inset space ~
35052 \end_inset
35053
35054
35055 \begin_inset CommandInset ref
35056 LatexCommand ref
35057 reference "lst:file-listing"
35058
35059 \end_inset
35060
35061  is an example for a listing of a file; there the lines 10
35062 \begin_inset space \thinspace{}
35063 \end_inset
35064
35065 -
35066 \begin_inset space \thinspace{}
35067 \end_inset
35068
35069 15 of this LyX file are listed.
35070 \end_layout
35071
35072 \begin_layout Standard
35073 \begin_inset CommandInset include
35074 LatexCommand lstinputlisting
35075 filename "EmbeddedObjects.lyx"
35076 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
35077
35078 \end_inset
35079
35080
35081 \end_layout
35082
35083 \begin_layout Standard
35084 \begin_inset VSpace bigskip
35085 \end_inset
35086
35087
35088 \end_layout
35089
35090 \begin_layout Standard
35091 Inserting a formula into a listing can be done the following way:
35092 \end_layout
35093
35094 \begin_layout Enumerate
35095 Open the listings dialog and add
35096 \begin_inset Newline newline
35097 \end_inset
35098
35099
35100 \family sans
35101 mathescape=true
35102 \family default
35103
35104 \begin_inset Newline newline
35105 \end_inset
35106
35107 to the field of the 
35108 \family sans
35109 Advanced
35110 \family default
35111  tab.
35112 \end_layout
35113
35114 \begin_layout Enumerate
35115 Create a formula outside the listing
35116 \end_layout
35117
35118 \begin_layout Enumerate
35119 Copy the content of the formula (not the formula inset) to the clipboard
35120  (shortcut 
35121 \begin_inset Info
35122 type  "shortcut"
35123 arg   "copy"
35124 \end_inset
35125
35126 )
35127 \end_layout
35128
35129 \begin_layout Enumerate
35130 In the listing write 
35131 \begin_inset Quotes eld
35132 \end_inset
35133
35134
35135 \family sans
35136 $$
35137 \family default
35138
35139 \begin_inset Quotes erd
35140 \end_inset
35141
35142  and copy from the clipboard between the dollar-signs (shortcut 
35143 \begin_inset Info
35144 type  "shortcut"
35145 arg   "paste"
35146 \end_inset
35147
35148 )
35149 \end_layout
35150
35151 \begin_layout Standard
35152 \begin_inset listings
35153 lstparams "language=Python,mathescape=true"
35154 inline false
35155 status open
35156
35157 \begin_layout Plain Layout
35158
35159 \begin_inset Caption
35160
35161 \begin_layout Plain Layout
35162 Example Listing float containing a formula
35163 \end_layout
35164
35165 \end_inset
35166
35167 # Example listing float
35168 \end_layout
35169
35170 \begin_layout Plain Layout
35171
35172 def func(param):
35173 \end_layout
35174
35175 \begin_layout Plain Layout
35176
35177     # $
35178 \backslash
35179 prod_{n=1}^{
35180 \backslash
35181 infty}
35182 \backslash
35183 ,
35184 \backslash
35185 frac{1}{x^{2}}$
35186 \end_layout
35187
35188 \begin_layout Plain Layout
35189
35190     pass
35191 \end_layout
35192
35193 \end_inset
35194
35195
35196 \end_layout
35197
35198 \begin_layout Standard
35199 \begin_inset VSpace bigskip
35200 \end_inset
35201
35202
35203 \end_layout
35204
35205 \begin_layout Standard
35206 Global listings settings can be set in the 
35207 \family sans
35208 Document\SpecialChar \menuseparator
35209 Settings\SpecialChar \menuseparator
35210 Listings
35211 \family default
35212  dialog.
35213  To get there a list of available options, type in a question mark 
35214 \begin_inset Quotes eld
35215 \end_inset
35216
35217 ?
35218 \begin_inset Quotes erd
35219 \end_inset
35220
35221 .
35222 \end_layout
35223
35224 \begin_layout Standard
35225 For more information about the 
35226 \series bold
35227 listings
35228 \series default
35229  package, we refer to its documentation 
35230 \begin_inset CommandInset citation
35231 LatexCommand cite
35232 key "listings"
35233
35234 \end_inset
35235
35236 .
35237 \end_layout
35238
35239 \begin_layout Standard
35240 \begin_inset Newpage newpage
35241 \end_inset
35242
35243
35244 \end_layout
35245
35246 \begin_layout Chapter
35247 \start_of_appendix
35248 Units available in LyX
35249 \begin_inset Index idx
35250 status collapsed
35251
35252 \begin_layout Plain Layout
35253 Units
35254 \end_layout
35255
35256 \end_inset
35257
35258
35259 \begin_inset CommandInset label
35260 LatexCommand label
35261 name "cha:Units-available-in"
35262
35263 \end_inset
35264
35265
35266 \end_layout
35267
35268 \begin_layout Standard
35269 To understand the units described in this documentation, Table
35270 \begin_inset space ~
35271 \end_inset
35272
35273
35274 \begin_inset CommandInset ref
35275 LatexCommand ref
35276 reference "tab:Units"
35277
35278 \end_inset
35279
35280  explains all units available in LyX.
35281 \end_layout
35282
35283 \begin_layout Standard
35284 \begin_inset Float table
35285 placement h
35286 wide false
35287 sideways false
35288 status open
35289
35290 \begin_layout Plain Layout
35291 \begin_inset Caption
35292
35293 \begin_layout Plain Layout
35294 \begin_inset CommandInset label
35295 LatexCommand label
35296 name "tab:Units"
35297
35298 \end_inset
35299
35300 Units
35301 \end_layout
35302
35303 \end_inset
35304
35305
35306 \end_layout
35307
35308 \begin_layout Plain Layout
35309 \begin_inset VSpace medskip
35310 \end_inset
35311
35312
35313 \end_layout
35314
35315 \begin_layout Plain Layout
35316 \align center
35317 \begin_inset Tabular
35318 <lyxtabular version="3" rows="20" columns="2">
35319 <features tabularvalignment="middle">
35320 <column alignment="center" valignment="top" width="0">
35321 <column alignment="center" valignment="top" width="0">
35322 <row>
35323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35324 \begin_inset Text
35325
35326 \begin_layout Plain Layout
35327 unit
35328 \end_layout
35329
35330 \end_inset
35331 </cell>
35332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35333 \begin_inset Text
35334
35335 \begin_layout Plain Layout
35336 name/description
35337 \end_layout
35338
35339 \end_inset
35340 </cell>
35341 </row>
35342 <row>
35343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35344 \begin_inset Text
35345
35346 \begin_layout Plain Layout
35347 mm
35348 \end_layout
35349
35350 \end_inset
35351 </cell>
35352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35353 \begin_inset Text
35354
35355 \begin_layout Plain Layout
35356 millimeter
35357 \end_layout
35358
35359 \end_inset
35360 </cell>
35361 </row>
35362 <row>
35363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35364 \begin_inset Text
35365
35366 \begin_layout Plain Layout
35367 cm
35368 \end_layout
35369
35370 \end_inset
35371 </cell>
35372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35373 \begin_inset Text
35374
35375 \begin_layout Plain Layout
35376 centimeter
35377 \end_layout
35378
35379 \end_inset
35380 </cell>
35381 </row>
35382 <row>
35383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35384 \begin_inset Text
35385
35386 \begin_layout Plain Layout
35387 in
35388 \end_layout
35389
35390 \end_inset
35391 </cell>
35392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35393 \begin_inset Text
35394
35395 \begin_layout Plain Layout
35396 inch
35397 \end_layout
35398
35399 \end_inset
35400 </cell>
35401 </row>
35402 <row>
35403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35404 \begin_inset Text
35405
35406 \begin_layout Plain Layout
35407 pt
35408 \end_layout
35409
35410 \end_inset
35411 </cell>
35412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35413 \begin_inset Text
35414
35415 \begin_layout Plain Layout
35416 point (72.27
35417 \begin_inset space \thinspace{}
35418 \end_inset
35419
35420 pt = 1
35421 \begin_inset space \thinspace{}
35422 \end_inset
35423
35424 in)
35425 \end_layout
35426
35427 \end_inset
35428 </cell>
35429 </row>
35430 <row>
35431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35432 \begin_inset Text
35433
35434 \begin_layout Plain Layout
35435 pc
35436 \end_layout
35437
35438 \end_inset
35439 </cell>
35440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35441 \begin_inset Text
35442
35443 \begin_layout Plain Layout
35444 pica (1
35445 \begin_inset space \thinspace{}
35446 \end_inset
35447
35448 pc = 12
35449 \begin_inset space \thinspace{}
35450 \end_inset
35451
35452 pt)
35453 \end_layout
35454
35455 \end_inset
35456 </cell>
35457 </row>
35458 <row>
35459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35460 \begin_inset Text
35461
35462 \begin_layout Plain Layout
35463 sp
35464 \end_layout
35465
35466 \end_inset
35467 </cell>
35468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35469 \begin_inset Text
35470
35471 \begin_layout Plain Layout
35472 scaled point (65536
35473 \begin_inset space \thinspace{}
35474 \end_inset
35475
35476 sp = 1
35477 \begin_inset space \thinspace{}
35478 \end_inset
35479
35480 pt)
35481 \end_layout
35482
35483 \end_inset
35484 </cell>
35485 </row>
35486 <row>
35487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35488 \begin_inset Text
35489
35490 \begin_layout Plain Layout
35491 bp
35492 \end_layout
35493
35494 \end_inset
35495 </cell>
35496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35497 \begin_inset Text
35498
35499 \begin_layout Plain Layout
35500 big point (72
35501 \begin_inset space \thinspace{}
35502 \end_inset
35503
35504 bp = 1
35505 \begin_inset space \thinspace{}
35506 \end_inset
35507
35508 in)
35509 \end_layout
35510
35511 \end_inset
35512 </cell>
35513 </row>
35514 <row>
35515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35516 \begin_inset Text
35517
35518 \begin_layout Plain Layout
35519 dd
35520 \end_layout
35521
35522 \end_inset
35523 </cell>
35524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35525 \begin_inset Text
35526
35527 \begin_layout Plain Layout
35528 didot (1
35529 \begin_inset space \thinspace{}
35530 \end_inset
35531
35532 dd 
35533 \begin_inset Formula $\approx$
35534 \end_inset
35535
35536  0.376
35537 \begin_inset space \thinspace{}
35538 \end_inset
35539
35540 mm)
35541 \end_layout
35542
35543 \end_inset
35544 </cell>
35545 </row>
35546 <row>
35547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35548 \begin_inset Text
35549
35550 \begin_layout Plain Layout
35551 cc
35552 \end_layout
35553
35554 \end_inset
35555 </cell>
35556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35557 \begin_inset Text
35558
35559 \begin_layout Plain Layout
35560 cicero (1
35561 \begin_inset space \thinspace{}
35562 \end_inset
35563
35564 cc = 12
35565 \begin_inset space \thinspace{}
35566 \end_inset
35567
35568 dd)
35569 \end_layout
35570
35571 \end_inset
35572 </cell>
35573 </row>
35574 <row>
35575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35576 \begin_inset Text
35577
35578 \begin_layout Plain Layout
35579 Scale%
35580 \end_layout
35581
35582 \end_inset
35583 </cell>
35584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35585 \begin_inset Text
35586
35587 \begin_layout Plain Layout
35588 % of original image width
35589 \end_layout
35590
35591 \end_inset
35592 </cell>
35593 </row>
35594 <row>
35595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35596 \begin_inset Text
35597
35598 \begin_layout Plain Layout
35599 text%
35600 \end_layout
35601
35602 \end_inset
35603 </cell>
35604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35605 \begin_inset Text
35606
35607 \begin_layout Plain Layout
35608 % of text width
35609 \end_layout
35610
35611 \end_inset
35612 </cell>
35613 </row>
35614 <row>
35615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35616 \begin_inset Text
35617
35618 \begin_layout Plain Layout
35619 col%
35620 \end_layout
35621
35622 \end_inset
35623 </cell>
35624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35625 \begin_inset Text
35626
35627 \begin_layout Plain Layout
35628 % of column width
35629 \end_layout
35630
35631 \end_inset
35632 </cell>
35633 </row>
35634 <row>
35635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35636 \begin_inset Text
35637
35638 \begin_layout Plain Layout
35639 page%
35640 \end_layout
35641
35642 \end_inset
35643 </cell>
35644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35645 \begin_inset Text
35646
35647 \begin_layout Plain Layout
35648 % of paper width
35649 \end_layout
35650
35651 \end_inset
35652 </cell>
35653 </row>
35654 <row>
35655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35656 \begin_inset Text
35657
35658 \begin_layout Plain Layout
35659 line%
35660 \end_layout
35661
35662 \end_inset
35663 </cell>
35664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35665 \begin_inset Text
35666
35667 \begin_layout Plain Layout
35668 % of line width
35669 \end_layout
35670
35671 \end_inset
35672 </cell>
35673 </row>
35674 <row>
35675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35676 \begin_inset Text
35677
35678 \begin_layout Plain Layout
35679 theight%
35680 \end_layout
35681
35682 \end_inset
35683 </cell>
35684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35685 \begin_inset Text
35686
35687 \begin_layout Plain Layout
35688 % of text height
35689 \end_layout
35690
35691 \end_inset
35692 </cell>
35693 </row>
35694 <row>
35695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35696 \begin_inset Text
35697
35698 \begin_layout Plain Layout
35699 pheight%
35700 \end_layout
35701
35702 \end_inset
35703 </cell>
35704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35705 \begin_inset Text
35706
35707 \begin_layout Plain Layout
35708 % of paper height
35709 \end_layout
35710
35711 \end_inset
35712 </cell>
35713 </row>
35714 <row>
35715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35716 \begin_inset Text
35717
35718 \begin_layout Plain Layout
35719 ex
35720 \end_layout
35721
35722 \end_inset
35723 </cell>
35724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35725 \begin_inset Text
35726
35727 \begin_layout Plain Layout
35728 height of letter 
35729 \emph on
35730 x
35731 \emph default
35732  in current font
35733 \end_layout
35734
35735 \end_inset
35736 </cell>
35737 </row>
35738 <row>
35739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35740 \begin_inset Text
35741
35742 \begin_layout Plain Layout
35743 em
35744 \end_layout
35745
35746 \end_inset
35747 </cell>
35748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35749 \begin_inset Text
35750
35751 \begin_layout Plain Layout
35752 width of letter 
35753 \emph on
35754 M
35755 \emph default
35756  in current font
35757 \end_layout
35758
35759 \end_inset
35760 </cell>
35761 </row>
35762 <row>
35763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35764 \begin_inset Text
35765
35766 \begin_layout Plain Layout
35767 mu
35768 \end_layout
35769
35770 \end_inset
35771 </cell>
35772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35773 \begin_inset Text
35774
35775 \begin_layout Plain Layout
35776 math unit (1
35777 \begin_inset space \thinspace{}
35778 \end_inset
35779
35780 mu = 1/18
35781 \begin_inset space \thinspace{}
35782 \end_inset
35783
35784 em)
35785 \end_layout
35786
35787 \end_inset
35788 </cell>
35789 </row>
35790 </lyxtabular>
35791
35792 \end_inset
35793
35794
35795 \end_layout
35796
35797 \end_inset
35798
35799
35800 \end_layout
35801
35802 \begin_layout Chapter
35803 Output File Formats with Graphics
35804 \begin_inset CommandInset label
35805 LatexCommand label
35806 name "cha:Output-File-Formats"
35807
35808 \end_inset
35809
35810
35811 \end_layout
35812
35813 \begin_layout Section
35814 DVI
35815 \begin_inset Index idx
35816 status collapsed
35817
35818 \begin_layout Plain Layout
35819 File Formats ! DVI
35820 \end_layout
35821
35822 \end_inset
35823
35824
35825 \begin_inset Index idx
35826 status collapsed
35827
35828 \begin_layout Plain Layout
35829 DVI|see
35830 \begin_inset ERT
35831 status collapsed
35832
35833 \begin_layout Plain Layout
35834
35835 {
35836 \end_layout
35837
35838 \end_inset
35839
35840 File Formats
35841 \begin_inset ERT
35842 status collapsed
35843
35844 \begin_layout Plain Layout
35845
35846 }
35847 \end_layout
35848
35849 \end_inset
35850
35851
35852 \end_layout
35853
35854 \end_inset
35855
35856
35857 \end_layout
35858
35859 \begin_layout Standard
35860 This file type has the extension 
35861 \begin_inset Quotes eld
35862 \end_inset
35863
35864
35865 \family typewriter
35866 .dvi
35867 \family default
35868
35869 \begin_inset Quotes erd
35870 \end_inset
35871
35872 .
35873  It is called 
35874 \begin_inset Quotes eld
35875 \end_inset
35876
35877 device-independent
35878 \begin_inset Quotes erd
35879 \end_inset
35880
35881  (DVI), because it is completely portable; you can move them from one machine
35882  to another without needing to do any sort of conversion.
35883  At the time when this file-format was developed, this was no matter of
35884  course.
35885  DVIs are used for quick previews and as pre-stage for other output formats,
35886  like PostScript.
35887 \end_layout
35888
35889 \begin_layout Standard
35890 \begin_inset Note Greyedout
35891 status open
35892
35893 \begin_layout Plain Layout
35894
35895 \series bold
35896 Note:
35897 \series default
35898  DVI-files do not contain images; they will only be a linked.
35899 \end_layout
35900
35901 \end_inset
35902
35903  So don't forget this, if you move your 
35904 \family typewriter
35905 .dvi
35906 \family default
35907  file to another computer.
35908  This property can also slow down your computer when you view the DVI, because
35909  the DVI-viewer has to convert the image in the background to make it visible
35910  when you scroll in the DVI.
35911  So it is recommended that you use PDF for files with many images.
35912 \end_layout
35913
35914 \begin_layout Standard
35915 You can export your document to DVI by using the menu 
35916 \family sans
35917 File\SpecialChar \menuseparator
35918 Export\SpecialChar \menuseparator
35919 DVI
35920 \family default
35921 .
35922  You can view your document as DVI via the 
35923 \family sans
35924 View
35925 \family default
35926  menu or by using the toolbar button 
35927 \begin_inset Graphics
35928         filename ../images/buffer-view_dvi.png
35929         scale 85
35930         scaleBeforeRotation
35931
35932 \end_inset
35933
35934 .
35935 \end_layout
35936
35937 \begin_layout Section
35938 PostScript
35939 \begin_inset CommandInset label
35940 LatexCommand label
35941 name "sec:PostScript"
35942
35943 \end_inset
35944
35945
35946 \begin_inset Index idx
35947 status collapsed
35948
35949 \begin_layout Plain Layout
35950 File Formats ! PostScript
35951 \end_layout
35952
35953 \end_inset
35954
35955
35956 \begin_inset Index idx
35957 status collapsed
35958
35959 \begin_layout Plain Layout
35960 PostScript|see
35961 \begin_inset ERT
35962 status collapsed
35963
35964 \begin_layout Plain Layout
35965
35966 {
35967 \end_layout
35968
35969 \end_inset
35970
35971 File Formats
35972 \begin_inset ERT
35973 status collapsed
35974
35975 \begin_layout Plain Layout
35976
35977 }
35978 \end_layout
35979
35980 \end_inset
35981
35982
35983 \end_layout
35984
35985 \end_inset
35986
35987
35988 \end_layout
35989
35990 \begin_layout Standard
35991 This file type has the extension 
35992 \begin_inset Quotes eld
35993 \end_inset
35994
35995
35996 \family typewriter
35997 .ps
35998 \family default
35999
36000 \begin_inset Quotes erd
36001 \end_inset
36002
36003 .
36004  PostScript was developed by the company 
36005 \family typewriter
36006 Adobe
36007 \family default
36008  as a printer language.
36009  The file therefore contains commands that the printer uses to print the
36010  file.
36011  PostScript can be seen as a 
36012 \begin_inset Quotes eld
36013 \end_inset
36014
36015 programming language
36016 \begin_inset Quotes erd
36017 \end_inset
36018
36019 ; you can calculate with it and draw diagrams and images
36020 \begin_inset Foot
36021 status collapsed
36022
36023 \begin_layout Plain Layout
36024 If you are interested to learn more about this, have a look at the LaTeX-package
36025  
36026 \series bold
36027 PSTricks
36028 \series default
36029  
36030 \begin_inset CommandInset citation
36031 LatexCommand cite
36032 key "pstricks"
36033
36034 \end_inset
36035
36036 .
36037 \end_layout
36038
36039 \end_inset
36040
36041 .
36042  Due to this ability, the files are often bigger than PDFs.
36043 \end_layout
36044
36045 \begin_layout Standard
36046 PostScript can only contain images in the format 
36047 \begin_inset Quotes eld
36048 \end_inset
36049
36050 Encapsulated PostScript
36051 \begin_inset Quotes erd
36052 \end_inset
36053
36054  (EPS, file extension 
36055 \begin_inset Quotes eld
36056 \end_inset
36057
36058
36059 \family typewriter
36060 .eps
36061 \family default
36062
36063 \begin_inset Quotes erd
36064 \end_inset
36065
36066 ).
36067  As LyX allows you to use any known image format in your document, it has
36068  to convert images in the background to EPS.
36069  If you have e.g.
36070 \begin_inset space ~
36071 \end_inset
36072
36073 50
36074 \begin_inset space ~
36075 \end_inset
36076
36077 images in your document, LyX has to do 50
36078 \begin_inset space ~
36079 \end_inset
36080
36081 conversions whenever you view or export your document.
36082  This will slow down your work flow with LyX drastically.
36083  So if you plan to use PostScript, you can insert your images directly as
36084  EPS to avoid this problem.
36085 \end_layout
36086
36087 \begin_layout Standard
36088 You can export your document to PostScript using the menu 
36089 \family sans
36090 File\SpecialChar \menuseparator
36091 Export\SpecialChar \menuseparator
36092 Postscript
36093 \family default
36094 .
36095  You can view your document as PostScript via the 
36096 \family sans
36097 View
36098 \family default
36099  menu or by using the toolbar button 
36100 \begin_inset Graphics
36101         filename ../images/buffer-view_ps.png
36102         scale 85
36103         scaleBeforeRotation
36104
36105 \end_inset
36106
36107 .
36108 \end_layout
36109
36110 \begin_layout Section
36111 PDF
36112 \begin_inset Index idx
36113 status collapsed
36114
36115 \begin_layout Plain Layout
36116 File Formats ! PDF
36117 \end_layout
36118
36119 \end_inset
36120
36121
36122 \begin_inset Index idx
36123 status collapsed
36124
36125 \begin_layout Plain Layout
36126 PDF
36127 \end_layout
36128
36129 \end_inset
36130
36131
36132 \end_layout
36133
36134 \begin_layout Standard
36135 This file type has the extension 
36136 \begin_inset Quotes eld
36137 \end_inset
36138
36139
36140 \family typewriter
36141 .pdf
36142 \family default
36143
36144 \begin_inset Quotes erd
36145 \end_inset
36146
36147 .
36148  The 
36149 \begin_inset Quotes eld
36150 \end_inset
36151
36152 Portable Document Format
36153 \begin_inset Quotes erd
36154 \end_inset
36155
36156  (PDF) was developed by 
36157 \family typewriter
36158 Adobe
36159 \family default
36160  as a derivative of PostScript.
36161  It is more compressed and it uses fewer commands than PostScript.
36162  As the name 
36163 \begin_inset Quotes eld
36164 \end_inset
36165
36166 portable
36167 \begin_inset Quotes erd
36168 \end_inset
36169
36170  implies, it can be processed at any computer system and the printed output
36171  looks exactly the same.
36172 \end_layout
36173
36174 \begin_layout Standard
36175 PDF can contain images in its own PDF format, in the format 
36176 \begin_inset Quotes eld
36177 \end_inset
36178
36179 Joint Photographic Experts Group
36180 \begin_inset Quotes erd
36181 \end_inset
36182
36183  (JPG, file extension 
36184 \begin_inset Quotes eld
36185 \end_inset
36186
36187
36188 \family typewriter
36189 .jpg
36190 \family default
36191
36192 \begin_inset Quotes erd
36193 \end_inset
36194
36195  or 
36196 \begin_inset Quotes eld
36197 \end_inset
36198
36199
36200 \family typewriter
36201 .jpeg
36202 \family default
36203
36204 \begin_inset Quotes erd
36205 \end_inset
36206
36207 ), and in the format 
36208 \begin_inset Quotes eld
36209 \end_inset
36210
36211 Portable Network Graphics
36212 \begin_inset Quotes erd
36213 \end_inset
36214
36215  (PNG, file extension 
36216 \begin_inset Quotes eld
36217 \end_inset
36218
36219
36220 \family typewriter
36221 .png
36222 \family default
36223
36224 \begin_inset Quotes erd
36225 \end_inset
36226
36227 ).
36228  Nevertheless you can use any other image format, because LyX converts them
36229  in the background to one of these formats.
36230  But as described in the section about PostScript, the image conversion
36231  will slow down your work flow.
36232  So it is recommended that you use images in one of the three mentioned
36233  formats.
36234 \end_layout
36235
36236 \begin_layout Standard
36237 You can export your document to PDF via the menu 
36238 \family sans
36239 File\SpecialChar \menuseparator
36240 Export
36241 \family default
36242  in three different ways:
36243 \end_layout
36244
36245 \begin_layout Description
36246 PDF
36247 \begin_inset space ~
36248 \end_inset
36249
36250 (ps2pdf) This uses the program 
36251 \family typewriter
36252 ps2pdf
36253 \family default
36254  that creates a PDF from a PostScript-version of your file.
36255  The PostScript-version is produced by the program 
36256 \family typewriter
36257 dvips
36258 \family default
36259  which uses a DVI-version as intermediate step.
36260  So this export variant consists of three conversions.
36261 \end_layout
36262
36263 \begin_layout Description
36264 PDF
36265 \begin_inset space ~
36266 \end_inset
36267
36268 (dvipdfm) This uses the program 
36269 \family typewriter
36270 dvipdfm
36271 \family default
36272  that converts your file in the background to DVI and in a second step to
36273  PDF.
36274 \end_layout
36275
36276 \begin_layout Description
36277 PDF
36278 \begin_inset space ~
36279 \end_inset
36280
36281 (pdflatex) This uses the program 
36282 \family typewriter
36283 pdftex
36284 \family default
36285  that converts your file directly to PDF.
36286 \end_layout
36287
36288 \begin_layout Standard
36289 It is recommended that you use 
36290 \family sans
36291 PDF
36292 \begin_inset space ~
36293 \end_inset
36294
36295 (pdflatex)
36296 \family default
36297  because 
36298 \family typewriter
36299 pdftex
36300 \family default
36301  supports all features of actual PDF-versions, is quick and works stable.
36302  The program 
36303 \family typewriter
36304 dvipdfm
36305 \family default
36306  is not under development and therefore a bit outdated.
36307 \end_layout
36308
36309 \begin_layout Standard
36310 You can view your document as PDF via the 
36311 \family sans
36312 View
36313 \family default
36314  menu or by using the toolbar button 
36315 \begin_inset Graphics
36316         filename ../images/buffer-view_pdf2.png
36317         scale 85
36318         scaleBeforeRotation
36319
36320 \end_inset
36321
36322  
36323 \family sans
36324 (
36325 \family default
36326 that uses 
36327 \family sans
36328 PDF
36329 \begin_inset space ~
36330 \end_inset
36331
36332 (pdflatex)
36333 \family default
36334 ).
36335 \end_layout
36336
36337 \begin_layout Chapter
36338 Explanation of Equation
36339 \begin_inset space ~
36340 \end_inset
36341
36342 (
36343 \begin_inset CommandInset ref
36344 LatexCommand ref
36345 reference "eq:Wgn"
36346
36347 \end_inset
36348
36349 )
36350 \begin_inset CommandInset label
36351 LatexCommand label
36352 name "cha:Explanation-of-Equation"
36353
36354 \end_inset
36355
36356
36357 \end_layout
36358
36359 \begin_layout Standard
36360 We can calculate the total width of 
36361 \emph on
36362 n
36363 \emph default
36364  table cells 
36365 \begin_inset Formula $W_{\mathrm{tot\, n}}$
36366 \end_inset
36367
36368  as follows:
36369 \end_layout
36370
36371 \begin_layout Standard
36372 \begin_inset Formula 
36373 \begin{equation}
36374 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
36375 \end{equation}
36376
36377 \end_inset
36378
36379 where 
36380 \begin_inset Formula $W_{g\, n}$
36381 \end_inset
36382
36383  is the given width of all cells, 
36384 \series bold
36385
36386 \backslash
36387 tabcolsep
36388 \series default
36389  is the LaTeX-length between the cell text and the cell border (its default
36390  value is 6
36391 \begin_inset space \thinspace{}
36392 \end_inset
36393
36394 pt).
36395  
36396 \series bold
36397
36398 \backslash
36399 arrayrulewidth
36400 \series default
36401  is the thickness of the cell border line, the default is 0.4
36402 \begin_inset space \thinspace{}
36403 \end_inset
36404
36405 pt.
36406 \end_layout
36407
36408 \begin_layout Standard
36409 Following equation
36410 \begin_inset space ~
36411 \end_inset
36412
36413
36414 \begin_inset CommandInset ref
36415 LatexCommand eqref
36416 reference "eq:Wtot_n"
36417
36418 \end_inset
36419
36420 , the total width of a multicolumn 
36421 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
36422 \end_inset
36423
36424  is
36425 \end_layout
36426
36427 \begin_layout Standard
36428 \begin_inset Formula 
36429 \begin{equation}
36430 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
36431 \end{equation}
36432
36433 \end_inset
36434
36435
36436 \end_layout
36437
36438 \begin_layout Standard
36439 By setting equation
36440 \begin_inset space ~
36441 \end_inset
36442
36443
36444 \begin_inset CommandInset ref
36445 LatexCommand eqref
36446 reference "eq:Wtot_n"
36447
36448 \end_inset
36449
36450  and 
36451 \begin_inset CommandInset ref
36452 LatexCommand eqref
36453 reference "eq:Wtot_mult"
36454
36455 \end_inset
36456
36457  equal we can calculate the needed given width 
36458 \begin_inset Formula $W_{g\, n}$
36459 \end_inset
36460
36461  when 
36462 \emph on
36463 n
36464 \emph default
36465  columns are spanned, so that each column has a total width of 
36466 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
36467 \end_inset
36468
36469 :
36470 \end_layout
36471
36472 \begin_layout Standard
36473 \begin_inset Formula 
36474 \begin{equation}
36475 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
36476 \end{equation}
36477
36478 \end_inset
36479
36480
36481 \end_layout
36482
36483 \begin_layout Bibliography
36484 \labelwidthstring Bibliography
36485 \begin_inset CommandInset bibitem
36486 LatexCommand bibitem
36487 key "latexcompanion"
36488
36489 \end_inset
36490
36491 Frank Mittelbach and Michel Goossens: 
36492 \emph on
36493 The LaTeX Companion Second Edition.
36494
36495 \emph default
36496  Addison-Wesley, 2004
36497 \end_layout
36498
36499 \begin_layout Bibliography
36500 \labelwidthstring Bibliography
36501 \begin_inset CommandInset bibitem
36502 LatexCommand bibitem
36503 key "latexguide"
36504
36505 \end_inset
36506
36507 Helmut Kopka and Patrick W.
36508  Daly: 
36509 \emph on
36510 A Guide to LaTeX Fourth Edition.
36511
36512 \emph default
36513  Addison-Wesley, 2003
36514 \end_layout
36515
36516 \begin_layout Bibliography
36517 \labelwidthstring Bibliography
36518 \begin_inset CommandInset bibitem
36519 LatexCommand bibitem
36520 key "latexbook"
36521
36522 \end_inset
36523
36524 Leslie Lamport: 
36525 \emph on
36526 LaTeX: A Document Preparation System.
36527
36528 \emph default
36529  Addison-Wesley, second edition, 1994
36530 \end_layout
36531
36532 \begin_layout Bibliography
36533 \labelwidthstring Bibliography
36534 \begin_inset CommandInset bibitem
36535 LatexCommand bibitem
36536 key "booktabs"
36537
36538 \end_inset
36539
36540 Documentation of the LaTeX-package 
36541 \series bold
36542
36543 \begin_inset CommandInset href
36544 LatexCommand href
36545 name "booktabs"
36546 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
36547
36548 \end_inset
36549
36550
36551 \series default
36552
36553 \begin_inset Index idx
36554 status collapsed
36555
36556 \begin_layout Plain Layout
36557 LaTeX-packages ! booktabs
36558 \end_layout
36559
36560 \end_inset
36561
36562
36563 \end_layout
36564
36565 \begin_layout Bibliography
36566 \labelwidthstring Bibliography
36567 \begin_inset CommandInset bibitem
36568 LatexCommand bibitem
36569 key "caption"
36570
36571 \end_inset
36572
36573 Documentation of the LaTeX-package 
36574 \series bold
36575
36576 \begin_inset CommandInset href
36577 LatexCommand href
36578 name "caption"
36579 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
36580
36581 \end_inset
36582
36583
36584 \series default
36585
36586 \begin_inset Index idx
36587 status collapsed
36588
36589 \begin_layout Plain Layout
36590 LaTeX-packages ! caption
36591 \end_layout
36592
36593 \end_inset
36594
36595
36596 \end_layout
36597
36598 \begin_layout Bibliography
36599 \labelwidthstring Bibliography
36600 \begin_inset CommandInset bibitem
36601 LatexCommand bibitem
36602 key "endfloat"
36603
36604 \end_inset
36605
36606 Documentation of the LaTeX-package 
36607 \series bold
36608
36609 \begin_inset CommandInset href
36610 LatexCommand href
36611 name "endfloat"
36612 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
36613
36614 \end_inset
36615
36616
36617 \series default
36618
36619 \begin_inset Index idx
36620 status collapsed
36621
36622 \begin_layout Plain Layout
36623 LaTeX-packages ! endfloat
36624 \end_layout
36625
36626 \end_inset
36627
36628
36629 \end_layout
36630
36631 \begin_layout Bibliography
36632 \labelwidthstring Bibliography
36633 \begin_inset CommandInset bibitem
36634 LatexCommand bibitem
36635 key "wrapfig"
36636
36637 \end_inset
36638
36639 Documentation of the LaTeX-package 
36640 \series bold
36641
36642 \begin_inset CommandInset href
36643 LatexCommand href
36644 name "wrapfig"
36645 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
36646
36647 \end_inset
36648
36649
36650 \series default
36651
36652 \begin_inset Index idx
36653 status collapsed
36654
36655 \begin_layout Plain Layout
36656 LaTeX-packages ! wrapfig
36657 \begin_inset ERT
36658 status collapsed
36659
36660 \begin_layout Plain Layout
36661
36662
36663 \backslash
36664 vspace{4mm}
36665 \end_layout
36666
36667 \end_inset
36668
36669
36670 \end_layout
36671
36672 \end_inset
36673
36674
36675 \end_layout
36676
36677 \begin_layout Bibliography
36678 \labelwidthstring Bibliography
36679 \begin_inset CommandInset bibitem
36680 LatexCommand bibitem
36681 key "footmisc"
36682
36683 \end_inset
36684
36685 Documentation of the LaTeX-package 
36686 \series bold
36687
36688 \begin_inset CommandInset href
36689 LatexCommand href
36690 name "footmisc"
36691 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
36692
36693 \end_inset
36694
36695
36696 \series default
36697
36698 \begin_inset Index idx
36699 status collapsed
36700
36701 \begin_layout Plain Layout
36702 LaTeX-packages ! footmisc
36703 \end_layout
36704
36705 \end_inset
36706
36707
36708 \end_layout
36709
36710 \begin_layout Bibliography
36711 \labelwidthstring Bibliography
36712 \begin_inset CommandInset bibitem
36713 LatexCommand bibitem
36714 key "hypcap"
36715
36716 \end_inset
36717
36718 Documentation of the LaTeX-package 
36719 \series bold
36720
36721 \begin_inset CommandInset href
36722 LatexCommand href
36723 name "hypcap"
36724 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
36725
36726 \end_inset
36727
36728
36729 \series default
36730
36731 \begin_inset Index idx
36732 status collapsed
36733
36734 \begin_layout Plain Layout
36735 LaTeX-packages ! hyperref
36736 \end_layout
36737
36738 \end_inset
36739
36740
36741 \end_layout
36742
36743 \begin_layout Bibliography
36744 \labelwidthstring Bibliography
36745 \begin_inset CommandInset bibitem
36746 LatexCommand bibitem
36747 key "hyperref"
36748
36749 \end_inset
36750
36751 Documentation of the LaTeX-package 
36752 \series bold
36753
36754 \begin_inset CommandInset href
36755 LatexCommand href
36756 name "hyperref"
36757 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
36758
36759 \end_inset
36760
36761
36762 \series default
36763
36764 \begin_inset Index idx
36765 status collapsed
36766
36767 \begin_layout Plain Layout
36768 LaTeX-packages ! hyperref
36769 \end_layout
36770
36771 \end_inset
36772
36773
36774 \end_layout
36775
36776 \begin_layout Bibliography
36777 \labelwidthstring Bibliography
36778 \begin_inset CommandInset bibitem
36779 LatexCommand bibitem
36780 key "KOMA-Script"
36781
36782 \end_inset
36783
36784 Documentation of the LaTeX-package 
36785 \series bold
36786
36787 \begin_inset CommandInset href
36788 LatexCommand href
36789 name "KOMA-Script"
36790 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
36791
36792 \end_inset
36793
36794
36795 \series default
36796
36797 \begin_inset Index idx
36798 status collapsed
36799
36800 \begin_layout Plain Layout
36801 LaTeX-packages ! KOMA-Script
36802 \end_layout
36803
36804 \end_inset
36805
36806
36807 \end_layout
36808
36809 \begin_layout Bibliography
36810 \labelwidthstring Bibliography
36811 \begin_inset CommandInset bibitem
36812 LatexCommand bibitem
36813 key "listings"
36814
36815 \end_inset
36816
36817 Documentation of the LaTeX-package 
36818 \series bold
36819
36820 \begin_inset CommandInset href
36821 LatexCommand href
36822 name "listings"
36823 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
36824
36825 \end_inset
36826
36827
36828 \series default
36829
36830 \begin_inset Index idx
36831 status collapsed
36832
36833 \begin_layout Plain Layout
36834 LaTeX-packages ! listings
36835 \end_layout
36836
36837 \end_inset
36838
36839
36840 \end_layout
36841
36842 \begin_layout Bibliography
36843 \labelwidthstring Bibliography
36844 \begin_inset CommandInset bibitem
36845 LatexCommand bibitem
36846 key "marginnote"
36847
36848 \end_inset
36849
36850 Documentation of the LaTeX-package 
36851 \series bold
36852
36853 \begin_inset CommandInset href
36854 LatexCommand href
36855 name "marginnote"
36856 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
36857
36858 \end_inset
36859
36860
36861 \series default
36862
36863 \begin_inset Index idx
36864 status collapsed
36865
36866 \begin_layout Plain Layout
36867 LaTeX-packages ! marginnote
36868 \end_layout
36869
36870 \end_inset
36871
36872
36873 \end_layout
36874
36875 \begin_layout Bibliography
36876 \labelwidthstring Bibliography
36877 \begin_inset CommandInset bibitem
36878 LatexCommand bibitem
36879 key "lettrine"
36880
36881 \end_inset
36882
36883 Documentation of the LaTeX-package 
36884 \series bold
36885
36886 \begin_inset CommandInset href
36887 LatexCommand href
36888 name "lettrine"
36889 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
36890
36891 \end_inset
36892
36893
36894 \series default
36895  and an 
36896 \begin_inset CommandInset href
36897 LatexCommand href
36898 name "example"
36899 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
36900
36901 \end_inset
36902
36903
36904 \begin_inset Index idx
36905 status collapsed
36906
36907 \begin_layout Plain Layout
36908 LaTeX-packages ! lettrine
36909 \end_layout
36910
36911 \end_inset
36912
36913
36914 \end_layout
36915
36916 \begin_layout Bibliography
36917 \labelwidthstring Bibliography
36918 \begin_inset CommandInset bibitem
36919 LatexCommand bibitem
36920 key "pstricks"
36921
36922 \end_inset
36923
36924 Web page of the LaTeX-package 
36925 \series bold
36926
36927 \begin_inset CommandInset href
36928 LatexCommand href
36929 name "PSTricks"
36930 target "http://tug.org/PSTricks/"
36931
36932 \end_inset
36933
36934
36935 \series default
36936
36937 \begin_inset Index idx
36938 status collapsed
36939
36940 \begin_layout Plain Layout
36941 LaTeX-packages ! PSTricks
36942 \end_layout
36943
36944 \end_inset
36945
36946
36947 \end_layout
36948
36949 \begin_layout Bibliography
36950 \labelwidthstring Bibliography
36951 \begin_inset CommandInset bibitem
36952 LatexCommand bibitem
36953 key "sidecap"
36954
36955 \end_inset
36956
36957 Documentation of the LaTeX-package 
36958 \series bold
36959
36960 \begin_inset CommandInset href
36961 LatexCommand href
36962 name "sidecap"
36963 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
36964
36965 \end_inset
36966
36967
36968 \series default
36969
36970 \begin_inset Index idx
36971 status collapsed
36972
36973 \begin_layout Plain Layout
36974 LaTeX-packages ! sidecap
36975 \end_layout
36976
36977 \end_inset
36978
36979
36980 \end_layout
36981
36982 \begin_layout Bibliography
36983 \labelwidthstring Bibliography
36984 \begin_inset CommandInset bibitem
36985 LatexCommand bibitem
36986 key "prettyref"
36987
36988 \end_inset
36989
36990 Documentation of the LaTeX-package 
36991 \series bold
36992
36993 \begin_inset CommandInset href
36994 LatexCommand href
36995 name "prettyref"
36996 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
36997
36998 \end_inset
36999
37000
37001 \series default
37002
37003 \begin_inset Index idx
37004 status collapsed
37005
37006 \begin_layout Plain Layout
37007 LaTeX-packages ! prettyref
37008 \end_layout
37009
37010 \end_inset
37011
37012
37013 \end_layout
37014
37015 \begin_layout Bibliography
37016 \labelwidthstring Bibliography
37017 \begin_inset CommandInset bibitem
37018 LatexCommand bibitem
37019 key "refstyle"
37020
37021 \end_inset
37022
37023 Documentation of the LaTeX-package 
37024 \series bold
37025
37026 \begin_inset CommandInset href
37027 LatexCommand href
37028 name "refstyle"
37029 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
37030
37031 \end_inset
37032
37033
37034 \series default
37035
37036 \begin_inset Index idx
37037 status collapsed
37038
37039 \begin_layout Plain Layout
37040 LaTeX-packages ! refstyle
37041 \end_layout
37042
37043 \end_inset
37044
37045
37046 \end_layout
37047
37048 \begin_layout Bibliography
37049 \labelwidthstring Bibliography
37050 \begin_inset CommandInset bibitem
37051 LatexCommand bibitem
37052 key "NewInLyX20"
37053
37054 \end_inset
37055
37056
37057 \begin_inset CommandInset href
37058 LatexCommand href
37059 name "Wiki page"
37060 target "http://wiki.lyx.org/LyX/NewInLyX20"
37061
37062 \end_inset
37063
37064  about new features in 
37065 \family sans
37066 LyX 2.0
37067 \family default
37068 .
37069 \end_layout
37070
37071 \begin_layout Standard
37072 \begin_inset CommandInset index_print
37073 LatexCommand printindex
37074 type "idx"
37075
37076 \end_inset
37077
37078
37079 \end_layout
37080
37081 \end_body
37082 \end_document