]> git.lyx.org Git - features.git/blob - lib/doc/EmbeddedObjects.lyx
- EmbeddedObjects.lyx: update the description of the PDFPages template (thanks Liviu)
[features.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 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for scaled and rotated boxes
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % used for colored tables
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
74 \definecolor{lightgrey}{gray}{0.8}
75
76 % check for package colortbl
77 % used for colored table cells
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % used to have extra space in table cells
85 \@ifundefined{extrarowheight}
86  {\usepackage{array}}{}
87 \setlength{\extrarowheight}{2pt}
88
89 % used for customized tables
90 % ---
91 \newcolumntype{M}[1]
92  {>{\centering\hspace{0pt}}m{#1}}
93
94 \newcolumntype{S}[2]
95  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
96
97 \newcolumntype{K}[1]
98  {>{\columncolor{#1}\hspace{0pt}}c}
99
100 \newcolumntype{V}{!{\vrule width 1.5pt}}
101
102 \newcolumntype{W}{!{\color{green}\vline}}
103 % ---
104
105 % insert additional vertical space of
106 % 1.5 mm between footnotes
107 \let\myFoot\footnote
108 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
109
110 % number algorithm floats within chapters
111 \numberwithin{algorithm}{chapter}
112
113 % ------------------------------------
114 % used to check for needed LaTeX packages
115 \usepackage{ifthen}
116
117 % check for package arydshln
118 % used for tables with dashed lines
119 \newboolean{arydshln}
120 \IfFileExists{arydshln.sty}
121  {\usepackage{arydshln}
122   \setboolean{arydshln}{true}}
123  {\setboolean{arydshln}{false}}
124
125 % check for package marginnote
126 % used for margin notes
127 \newboolean{marginnote}
128 \IfFileExists{marginnote.sty}
129  {\usepackage{marginnote}
130   \let\marginpar\marginnote
131   \setboolean{marginnote}{true}}
132  {\setboolean{marginnote}{false}}
133
134 % check for package sidecap
135 % used for captions on the side
136 \newboolean{sidecap}
137 \IfFileExists{sidecap.sty}
138  {\usepackage{sidecap}
139   \setboolean{sidecap}{true}}
140  {\setboolean{sidecap}{false}}
141
142 % check for picinpar
143 % used for surrounded fixed objects
144 \newboolean{picinpar}
145 \IfFileExists{picinpar.sty}
146  {\usepackage{picinpar}
147   \setboolean{picinpar}{true}}
148  {\setboolean{picinpar}{false}}
149
150 % check for lettrine
151 \newboolean{lettrine}
152 \IfFileExists{lettrine.sty}
153  {\usepackage{lettrine}
154   \setboolean{lettrine}{true}}
155  {\setboolean{lettrine}{false}}
156 \end_preamble
157 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
158 \use_default_options false
159 \begin_modules
160 initials
161 \end_modules
162 \maintain_unincluded_children false
163 \language english
164 \language_package default
165 \inputencoding auto
166 \fontencoding global
167 \font_roman default
168 \font_sans default
169 \font_typewriter default
170 \font_default_family default
171 \use_non_tex_fonts false
172 \font_sc false
173 \font_osf false
174 \font_sf_scale 100
175 \font_tt_scale 100
176
177 \graphics default
178 \default_output_format default
179 \output_sync 0
180 \bibtex_command default
181 \index_command default
182 \paperfontsize 12
183 \spacing single
184 \use_hyperref true
185 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
186 \pdf_author "LyX Team, Uwe Stöhr"
187 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
188 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
189 \pdf_bookmarks true
190 \pdf_bookmarksnumbered true
191 \pdf_bookmarksopen true
192 \pdf_bookmarksopenlevel 1
193 \pdf_breaklinks false
194 \pdf_pdfborder false
195 \pdf_colorlinks true
196 \pdf_backref false
197 \pdf_pdfusetitle false
198 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
199 \papersize default
200 \use_geometry false
201 \use_amsmath 2
202 \use_esint 0
203 \use_mhchem 1
204 \use_mathdots 1
205 \cite_engine basic
206 \use_bibtopic false
207 \use_indices false
208 \paperorientation portrait
209 \suppress_date false
210 \use_refstyle 0
211 \notefontcolor #0000ff
212 \index Index
213 \shortcut idx
214 \color #008000
215 \end_index
216 \secnumdepth 3
217 \tocdepth 3
218 \paragraph_separation skip
219 \defskip medskip
220 \quotes_language english
221 \papercolumns 1
222 \papersides 2
223 \paperpagestyle default
224 \bullet 1 1 34 -1
225 \bullet 2 2 35 -1
226 \bullet 3 2 7 -1
227 \tracking_changes false
228 \output_changes false
229 \html_math_output 0
230 \html_css_as_file 0
231 \html_be_strict false
232 \end_header
233
234 \begin_body
235
236 \begin_layout Title
237 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
238  manual
239 \end_layout
240
241 \begin_layout Author
242 by the LyX Team
243 \begin_inset Foot
244 status collapsed
245
246 \begin_layout Plain Layout
247 \noindent
248 If you have comments or error corrections, please send them to the LyX Documenta
249 tion mailing list: 
250 \begin_inset CommandInset href
251 LatexCommand href
252 name "lyx-docs@lists.lyx.org"
253 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
254 type "mailto:"
255
256 \end_inset
257
258
259 \end_layout
260
261 \end_inset
262
263
264 \begin_inset Note Note
265 status collapsed
266
267 \begin_layout Plain Layout
268 author: Uwe Stöhr
269 \end_layout
270
271 \end_inset
272
273
274 \begin_inset Newline newline
275 \end_inset
276
277
278 \begin_inset Newline newline
279 \end_inset
280
281
282 \family sans
283 Version 2.0.x
284 \end_layout
285
286 \begin_layout Standard
287 \begin_inset CommandInset toc
288 LatexCommand tableofcontents
289
290 \end_inset
291
292
293 \end_layout
294
295 \begin_layout Standard
296 \begin_inset Note Note
297 status open
298
299 \begin_layout Plain Layout
300 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
301  
302 \series bold
303 arydshln
304 \series default
305
306 \series bold
307 colortbl
308 \series default
309
310 \series bold
311 lettrine, marginnote, picinpar
312 \series default
313  and 
314 \series bold
315 sidecap
316 \series default
317  must be installed.
318  If they are not installed you can export the document anyway but the sections
319  where the packages are required won't appear in the output.
320 \end_layout
321
322 \begin_layout Plain Layout
323 The latest PDF-version of this document can be found here:
324 \begin_inset Newline newline
325 \end_inset
326
327
328 \series bold
329 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
330 \end_layout
331
332 \end_inset
333
334
335 \end_layout
336
337 \begin_layout Chapter
338 Figures
339 \begin_inset Index idx
340 status collapsed
341
342 \begin_layout Plain Layout
343 Figures
344 \end_layout
345
346 \end_inset
347
348
349 \begin_inset Index idx
350 status collapsed
351
352 \begin_layout Plain Layout
353 Graphics|see
354 \begin_inset ERT
355 status collapsed
356
357 \begin_layout Plain Layout
358
359 {
360 \end_layout
361
362 \end_inset
363
364 Figures
365 \begin_inset ERT
366 status collapsed
367
368 \begin_layout Plain Layout
369
370 }
371 \end_layout
372
373 \end_inset
374
375
376 \end_layout
377
378 \end_inset
379
380
381 \end_layout
382
383 \begin_layout Section
384 Graphics Dialog
385 \begin_inset Index idx
386 status collapsed
387
388 \begin_layout Plain Layout
389 Figures ! Graphics Dialog
390 \end_layout
391
392 \end_inset
393
394
395 \begin_inset CommandInset label
396 LatexCommand label
397 name "sec:Graphics-Dialog"
398
399 \end_inset
400
401
402 \end_layout
403
404 \begin_layout Standard
405 To insert an image into your document, place the cursor at the text position
406  you want and click on the toolbar icon 
407 \family sans
408
409 \begin_inset Info
410 type  "icon"
411 arg   "dialog-show-new-inset graphics"
412 \end_inset
413
414
415 \family default
416  or use the menu 
417 \family sans
418 Insert\SpecialChar \menuseparator
419 Graphics
420 \family default
421 .
422  Then a dialog will appear to choose the file to load.
423  The image will appear in the output exactly at the position where it is
424  in the text.
425 \end_layout
426
427 \begin_layout Standard
428 The graphics dialog can be called at any time by clicking on an image.
429  This dialog has three tabs:
430 \end_layout
431
432 \begin_layout Description
433
434 \family sans
435 Graphics
436 \family default
437  Here you can choose an image file and adjust its appearance in the output.
438  The available units for the image size are explained in appendix
439 \begin_inset space ~
440 \end_inset
441
442
443 \begin_inset CommandInset ref
444 LatexCommand ref
445 reference "cha:Units-available-in"
446
447 \end_inset
448
449 .
450 \begin_inset Newline newline
451 \end_inset
452
453
454 \begin_inset Index idx
455 status collapsed
456
457 \begin_layout Plain Layout
458 Figures ! rotated
459 \end_layout
460
461 \end_inset
462
463 You can rotate images counter-clockwise by setting a rotation angle and
464  a rotation origin.
465  The image will also be rotated inside LyX.
466 \begin_inset Newline newline
467 \end_inset
468
469
470 \begin_inset Index idx
471 status collapsed
472
473 \begin_layout Plain Layout
474 Figures ! scaled
475 \end_layout
476
477 \end_inset
478
479 Images can be scaled by using a percentage value or by setting the width
480  and height explicitly.
481  If you set only the width or only the height, the other size will be determined
482  automatically.
483  If you set both, then the image will be transformed to the given size,
484  possibly distorting it.
485  To prevent the image from distortion, use the option 
486 \family sans
487 Maintain aspect ratio
488 \family default
489 .
490  The image will then be scaled so that its width and height don't exceed
491  the specified dimensions.
492 \begin_inset Newline newline
493 \end_inset
494
495 Images can be opened in a program of your choice by right-clicking on it
496  and choosing the entry 
497 \family sans
498 Edit
499 \begin_inset space ~
500 \end_inset
501
502 externally
503 \family default
504  in the context menu.
505  The program can be set for every image format in the file format settings
506  in LyX's preferences.
507 \end_layout
508
509 \begin_layout Description
510
511 \family sans
512 Clipping
513 \family default
514  Alternatively to the usage of scaling units it is possible to set image
515  coordinates to adjust the height and width of the image in the output.
516  The coordinates can also be calculated automatically by pressing the button
517  
518 \family sans
519 Get
520 \begin_inset space ~
521 \end_inset
522
523 from
524 \begin_inset space ~
525 \end_inset
526
527 File
528 \family default
529 .
530  The option 
531 \family sans
532 Clip
533 \begin_inset space ~
534 \end_inset
535
536 to
537 \begin_inset space ~
538 \end_inset
539
540 bounding
541 \begin_inset space ~
542 \end_inset
543
544 box
545 \family default
546  will only print the image region within the given coordinates.
547  Normally you don't need to take care about image coordinates and can ignore
548  this tab.
549 \end_layout
550
551 \begin_layout Description
552
553 \family sans
554 LaTeX
555 \begin_inset space ~
556 \end_inset
557
558 and
559 \begin_inset space ~
560 \end_inset
561
562 LyX
563 \begin_inset space ~
564 \end_inset
565
566 options
567 \family default
568  In this tab you can modify the appearance of the image within LyX and LaTeX
569  experts can specify additional LaTeX options.
570 \begin_inset Newline newline
571 \end_inset
572
573 The option 
574 \family sans
575 Draft
576 \begin_inset space ~
577 \end_inset
578
579 mode
580 \family default
581  makes the image appear in the output only as a frame with the size of the
582  image.
583 \begin_inset Newline newline
584 \end_inset
585
586 The 
587 \family sans
588 Don't
589 \begin_inset space ~
590 \end_inset
591
592 unzip
593 \begin_inset space ~
594 \end_inset
595
596 on
597 \begin_inset space ~
598 \end_inset
599
600 export
601 \family default
602  option only affects zipped EPS-graphics, e.
603 \begin_inset space \thinspace{}
604 \end_inset
605
606 g.
607 \begin_inset space \space{}
608 \end_inset
609
610
611 \emph on
612 x.eps.gz
613 \emph default
614 .
615  When the option is used the images will not be unzipped on export, since
616  LaTeX can handle them as they are.
617 \begin_inset Newline newline
618 \end_inset
619
620 Zipped EPS-graphics are useful to save disk space when you choose PostScript
621  as output format, see appendix
622 \begin_inset space ~
623 \end_inset
624
625
626 \begin_inset CommandInset ref
627 LatexCommand ref
628 reference "sec:PostScript"
629
630 \end_inset
631
632 .
633  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
634  console:
635 \begin_inset Newline newline
636 \end_inset
637
638
639 \series bold
640 gzip x.eps
641 \series default
642
643 \begin_inset Newline newline
644 \end_inset
645
646
647 \series bold
648 zgrep %%Bounding x.eps.gz > x.eps.bb
649 \series default
650
651 \begin_inset Newline newline
652 \end_inset
653
654 The second command creates the bounding box file 
655 \begin_inset Quotes eld
656 \end_inset
657
658 x.eps.bb
659 \begin_inset Quotes erd
660 \end_inset
661
662  that is needed by LaTeX for zipped graphics.
663 \begin_inset Newline newline
664 \end_inset
665
666 In the section 
667 \family sans
668 Graphics
669 \begin_inset space ~
670 \end_inset
671
672 Group
673 \family default
674  you can 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 \family sans
812
813 \begin_inset Info
814 type  "icon"
815 arg   "float-insert figure"
816 \end_inset
817
818
819 \family default
820  and the menu 
821 \family sans
822 Insert\SpecialChar \menuseparator
823 Float\SpecialChar \menuseparator
824 Figure
825 \family default
826  inserts a float with a caption that has the label 
827 \begin_inset Quotes eld
828 \end_inset
829
830 Figure
831 \begin_inset space ~
832 \end_inset
833
834 #:
835 \begin_inset Quotes erd
836 \end_inset
837
838  (# is the actual number).
839  You can insert the image above the caption, like in Figure
840 \begin_inset space ~
841 \end_inset
842
843
844 \begin_inset CommandInset ref
845 LatexCommand ref
846 reference "fig:kill-plat"
847
848 \end_inset
849
850  or below the caption, like in Figure
851 \begin_inset space ~
852 \end_inset
853
854
855 \begin_inset CommandInset ref
856 LatexCommand ref
857 reference "fig:escher"
858
859 \end_inset
860
861 .
862  More about caption placement is described in section
863 \begin_inset space ~
864 \end_inset
865
866
867 \begin_inset CommandInset ref
868 LatexCommand ref
869 reference "sec:Caption-Placement"
870
871 \end_inset
872
873 .
874 \end_layout
875
876 \begin_layout Standard
877 \begin_inset Float figure
878 wide false
879 sideways false
880 status open
881
882 \begin_layout Plain Layout
883 \align center
884 \begin_inset Graphics
885         filename clipart/platypus.eps
886         width 50col%
887         scaleBeforeRotation
888         rotateOrigin center
889
890 \end_inset
891
892
893 \end_layout
894
895 \begin_layout Plain Layout
896 \begin_inset Caption
897
898 \begin_layout Plain Layout
899 \begin_inset CommandInset label
900 LatexCommand label
901 name "fig:kill-plat"
902
903 \end_inset
904
905 A severely distorted platypus in a float.
906 \end_layout
907
908 \end_inset
909
910
911 \end_layout
912
913 \end_inset
914
915
916 \end_layout
917
918 \begin_layout Standard
919 \begin_inset Float figure
920 wide false
921 sideways false
922 status open
923
924 \begin_layout Plain Layout
925 \begin_inset Caption
926
927 \begin_layout Plain Layout
928 \begin_inset CommandInset label
929 LatexCommand label
930 name "fig:escher"
931
932 \end_inset
933
934 M.C.
935  Escher on acid.
936 \end_layout
937
938 \end_inset
939
940
941 \end_layout
942
943 \begin_layout Plain Layout
944 \align center
945 \begin_inset Graphics
946         filename clipart/escher-lsd.eps
947         scale 80
948         scaleBeforeRotation
949         rotateOrigin center
950
951 \end_inset
952
953
954 \end_layout
955
956 \end_inset
957
958
959 \end_layout
960
961 \begin_layout Standard
962 \begin_inset Index idx
963 status collapsed
964
965 \begin_layout Plain Layout
966 References ! to Figures
967 \end_layout
968
969 \end_inset
970
971 Figure
972 \begin_inset space ~
973 \end_inset
974
975
976 \begin_inset CommandInset ref
977 LatexCommand ref
978 reference "fig:kill-plat"
979
980 \end_inset
981
982  and 
983 \begin_inset CommandInset ref
984 LatexCommand ref
985 reference "fig:escher"
986
987 \end_inset
988
989  are examples of referenced figures.
990  Figures can be referenced in the text by referencing their label.
991  To do this insert a label in the caption using the menu 
992 \family sans
993 Insert\SpecialChar \menuseparator
994 Label
995 \family default
996  or the toolbar button 
997 \family sans
998
999 \begin_inset Info
1000 type  "icon"
1001 arg   "label-insert"
1002 \end_inset
1003
1004
1005 \family default
1006 .
1007  You can now refer to the label using the menu 
1008 \family sans
1009 Insert\SpecialChar \menuseparator
1010 Cross
1011 \begin_inset space ~
1012 \end_inset
1013
1014 reference
1015 \family default
1016  or the toolbar button 
1017 \family sans
1018
1019 \begin_inset Info
1020 type  "icon"
1021 arg   "dialog-show-new-inset ref"
1022 \end_inset
1023
1024
1025 \family default
1026 .
1027  It is important to use references to floats, rather than using vague references
1028  like 
1029 \begin_inset Quotes eld
1030 \end_inset
1031
1032 the figure above
1033 \begin_inset Quotes erd
1034 \end_inset
1035
1036 , because LaTeX will reposition the floats in the final document and it
1037  might not be 
1038 \begin_inset Quotes eld
1039 \end_inset
1040
1041 above
1042 \begin_inset Quotes erd
1043 \end_inset
1044
1045  at all.
1046 \begin_inset Newline newline
1047 \end_inset
1048
1049 Referencing is explained in detail in section
1050 \begin_inset space ~
1051 \end_inset
1052
1053
1054 \begin_inset CommandInset ref
1055 LatexCommand ref
1056 reference "sec:Referencing-Floats"
1057
1058 \end_inset
1059
1060 .
1061 \end_layout
1062
1063 \begin_layout Standard
1064 Normally only one image is inserted to a figure float, but sometimes you
1065  might want to use two images with separate subcaptions.
1066  This can be done by inserting image floats into existing image floats.
1067  Note that only the main caption of the float is added to the List of Figures.
1068  Figure
1069 \begin_inset space ~
1070 \end_inset
1071
1072
1073 \begin_inset CommandInset ref
1074 LatexCommand ref
1075 reference "fig:Two-distorted-images"
1076
1077 \end_inset
1078
1079  is an example of a figure float with two images set side by side.
1080  You can also set the images one below the other.
1081  Figure
1082 \begin_inset space ~
1083 \end_inset
1084
1085
1086 \begin_inset CommandInset ref
1087 LatexCommand ref
1088 reference "fig:Undefinable-structure"
1089
1090 \end_inset
1091
1092  and 
1093 \begin_inset CommandInset ref
1094 LatexCommand ref
1095 reference "fig:A-Platypus"
1096
1097 \end_inset
1098
1099  are the subfigures.
1100 \end_layout
1101
1102 \begin_layout Standard
1103 \begin_inset Float figure
1104 wide false
1105 sideways false
1106 status open
1107
1108 \begin_layout Plain Layout
1109 \begin_inset space \hfill{}
1110 \end_inset
1111
1112
1113 \begin_inset Float figure
1114 wide false
1115 sideways false
1116 status collapsed
1117
1118 \begin_layout Plain Layout
1119 \begin_inset Caption
1120
1121 \begin_layout Plain Layout
1122 \begin_inset CommandInset label
1123 LatexCommand label
1124 name "fig:Undefinable-structure"
1125
1126 \end_inset
1127
1128 Undefinable structure.
1129 \end_layout
1130
1131 \end_inset
1132
1133
1134 \end_layout
1135
1136 \begin_layout Plain Layout
1137 \begin_inset Graphics
1138         filename clipart/escher-lsd.eps
1139         width 45col%
1140         scaleBeforeRotation
1141         groupId distorted
1142
1143 \end_inset
1144
1145
1146 \end_layout
1147
1148 \end_inset
1149
1150
1151 \begin_inset space \hfill{}
1152 \end_inset
1153
1154
1155 \begin_inset Float figure
1156 wide false
1157 sideways false
1158 status collapsed
1159
1160 \begin_layout Plain Layout
1161 \begin_inset Caption
1162
1163 \begin_layout Plain Layout
1164 \begin_inset CommandInset label
1165 LatexCommand label
1166 name "fig:A-Platypus"
1167
1168 \end_inset
1169
1170 A Platypus.
1171 \end_layout
1172
1173 \end_inset
1174
1175
1176 \end_layout
1177
1178 \begin_layout Plain Layout
1179 \begin_inset Graphics
1180         filename clipart/platypus.eps
1181         width 45col%
1182         scaleBeforeRotation
1183         groupId distorted
1184
1185 \end_inset
1186
1187
1188 \end_layout
1189
1190 \end_inset
1191
1192
1193 \begin_inset space \hfill{}
1194 \end_inset
1195
1196
1197 \end_layout
1198
1199 \begin_layout Plain Layout
1200 \begin_inset Caption
1201
1202 \begin_layout Plain Layout
1203 \begin_inset CommandInset label
1204 LatexCommand label
1205 name "fig:Two-distorted-images"
1206
1207 \end_inset
1208
1209
1210 \begin_inset CommandInset label
1211 LatexCommand label
1212 name "fig2:Two-distorted-images-2"
1213
1214 \end_inset
1215
1216 Two distorted images.
1217  Both images are in the image settings group named 
1218 \begin_inset Quotes eld
1219 \end_inset
1220
1221 distorted
1222 \begin_inset Quotes erd
1223 \end_inset
1224
1225 .
1226 \end_layout
1227
1228 \end_inset
1229
1230
1231 \end_layout
1232
1233 \end_inset
1234
1235
1236 \end_layout
1237
1238 \begin_layout Standard
1239 \begin_inset Newpage newpage
1240 \end_inset
1241
1242
1243 \end_layout
1244
1245 \begin_layout Section
1246 Image Formats
1247 \begin_inset CommandInset label
1248 LatexCommand label
1249 name "sec:Image-Formats"
1250
1251 \end_inset
1252
1253
1254 \begin_inset Index idx
1255 status collapsed
1256
1257 \begin_layout Plain Layout
1258 Image Formats
1259 \end_layout
1260
1261 \end_inset
1262
1263
1264 \begin_inset Index idx
1265 status collapsed
1266
1267 \begin_layout Plain Layout
1268 Figures ! Image Formats
1269 \end_layout
1270
1271 \end_inset
1272
1273
1274 \end_layout
1275
1276 \begin_layout Standard
1277 You can insert images in any known file format.
1278  But as explained in appendix
1279 \begin_inset space ~
1280 \end_inset
1281
1282
1283 \begin_inset CommandInset ref
1284 LatexCommand ref
1285 reference "cha:Output-File-Formats"
1286
1287 \end_inset
1288
1289 , each output document format allows only a few image formats.
1290  LyX uses therefore the program 
1291 \family typewriter
1292 ImageMagick
1293 \family default
1294  in the background to convert the images to the right format.
1295  To increase your work flow by avoiding these conversions in the background,
1296  you can use only the image formats that can directly be embedded in the
1297  output file format.
1298  The output file formats are explained in appendix
1299 \begin_inset space ~
1300 \end_inset
1301
1302
1303 \begin_inset CommandInset ref
1304 LatexCommand ref
1305 reference "cha:Output-File-Formats"
1306
1307 \end_inset
1308
1309 .
1310 \end_layout
1311
1312 \begin_layout Standard
1313 Similar to fonts there are two types of image formats:
1314 \end_layout
1315
1316 \begin_layout Description
1317 Bitmap
1318 \begin_inset space ~
1319 \end_inset
1320
1321 images consist of pixel values, often in a compressed form.
1322  They are therefore not fully scalable and look pixelated in large zooms.
1323  Well-known bitmap image formats are 
1324 \begin_inset Quotes eld
1325 \end_inset
1326
1327 Graphics Interchange Format
1328 \begin_inset Quotes erd
1329 \end_inset
1330
1331  (GIF, file extension 
1332 \begin_inset Quotes eld
1333 \end_inset
1334
1335
1336 \family typewriter
1337 .gif
1338 \family default
1339
1340 \begin_inset Quotes erd
1341 \end_inset
1342
1343 )
1344 \begin_inset Index idx
1345 status collapsed
1346
1347 \begin_layout Plain Layout
1348 GIF|see
1349 \begin_inset ERT
1350 status collapsed
1351
1352 \begin_layout Plain Layout
1353
1354 {
1355 \end_layout
1356
1357 \end_inset
1358
1359 Image formats
1360 \begin_inset ERT
1361 status collapsed
1362
1363 \begin_layout Plain Layout
1364
1365 }
1366 \end_layout
1367
1368 \end_inset
1369
1370
1371 \end_layout
1372
1373 \end_inset
1374
1375
1376 \begin_inset Quotes eld
1377 \end_inset
1378
1379 Portable Network Graphics
1380 \begin_inset Quotes erd
1381 \end_inset
1382
1383  (PNG, file extension 
1384 \begin_inset Quotes eld
1385 \end_inset
1386
1387
1388 \family typewriter
1389 .png
1390 \family default
1391
1392 \begin_inset Quotes erd
1393 \end_inset
1394
1395 )
1396 \begin_inset Index idx
1397 status collapsed
1398
1399 \begin_layout Plain Layout
1400 PNG|see
1401 \begin_inset ERT
1402 status collapsed
1403
1404 \begin_layout Plain Layout
1405
1406 {
1407 \end_layout
1408
1409 \end_inset
1410
1411 Image formats
1412 \begin_inset ERT
1413 status collapsed
1414
1415 \begin_layout Plain Layout
1416
1417 }
1418 \end_layout
1419
1420 \end_inset
1421
1422
1423 \end_layout
1424
1425 \end_inset
1426
1427 , and 
1428 \begin_inset Quotes eld
1429 \end_inset
1430
1431 Joint Photographic Experts Group
1432 \begin_inset Quotes erd
1433 \end_inset
1434
1435  (JPG, file extension 
1436 \begin_inset Quotes eld
1437 \end_inset
1438
1439
1440 \family typewriter
1441 .jpg
1442 \family default
1443
1444 \begin_inset Quotes erd
1445 \end_inset
1446
1447  or 
1448 \begin_inset Quotes eld
1449 \end_inset
1450
1451
1452 \family typewriter
1453 .jpeg
1454 \family default
1455
1456 \begin_inset Quotes erd
1457 \end_inset
1458
1459 )
1460 \begin_inset Index idx
1461 status collapsed
1462
1463 \begin_layout Plain Layout
1464 JPG|see
1465 \begin_inset ERT
1466 status collapsed
1467
1468 \begin_layout Plain Layout
1469
1470 {
1471 \end_layout
1472
1473 \end_inset
1474
1475 Image formats
1476 \begin_inset ERT
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480
1481 }
1482 \end_layout
1483
1484 \end_inset
1485
1486
1487 \end_layout
1488
1489 \end_inset
1490
1491 .
1492 \end_layout
1493
1494 \begin_layout Description
1495 Vector
1496 \begin_inset space ~
1497 \end_inset
1498
1499 images consist of vectors and can therefore be scaled to any size without
1500  data loss.
1501  The scaling ability is necessary if you want to create presentations, because
1502  presentations are always scaled by the video projector.
1503  Scaling is also useful for online documents to let the user zoom into diagrams.
1504 \begin_inset Newline newline
1505 \end_inset
1506
1507 Well-known scalable image formats are 
1508 \begin_inset Quotes eld
1509 \end_inset
1510
1511 Scalable Vector Graphics
1512 \begin_inset Quotes erd
1513 \end_inset
1514
1515  (SVG, file extension 
1516 \begin_inset Quotes eld
1517 \end_inset
1518
1519
1520 \family typewriter
1521 .svg
1522 \family default
1523
1524 \begin_inset Quotes erd
1525 \end_inset
1526
1527 )
1528 \begin_inset Index idx
1529 status collapsed
1530
1531 \begin_layout Plain Layout
1532 SVG|see
1533 \begin_inset ERT
1534 status collapsed
1535
1536 \begin_layout Plain Layout
1537
1538 {
1539 \end_layout
1540
1541 \end_inset
1542
1543 Image formats
1544 \begin_inset ERT
1545 status collapsed
1546
1547 \begin_layout Plain Layout
1548
1549 }
1550 \end_layout
1551
1552 \end_inset
1553
1554
1555 \end_layout
1556
1557 \end_inset
1558
1559
1560 \begin_inset Quotes eld
1561 \end_inset
1562
1563 Encapsulated PostScript
1564 \begin_inset Quotes erd
1565 \end_inset
1566
1567  (EPS, file extension 
1568 \begin_inset Quotes eld
1569 \end_inset
1570
1571
1572 \family typewriter
1573 .eps
1574 \family default
1575
1576 \begin_inset Quotes erd
1577 \end_inset
1578
1579 )
1580 \begin_inset Index idx
1581 status collapsed
1582
1583 \begin_layout Plain Layout
1584 EPS|see
1585 \begin_inset ERT
1586 status collapsed
1587
1588 \begin_layout Plain Layout
1589
1590 {
1591 \end_layout
1592
1593 \end_inset
1594
1595 Image formats
1596 \begin_inset ERT
1597 status collapsed
1598
1599 \begin_layout Plain Layout
1600
1601 }
1602 \end_layout
1603
1604 \end_inset
1605
1606
1607 \end_layout
1608
1609 \end_inset
1610
1611
1612 \begin_inset Quotes eld
1613 \end_inset
1614
1615 Portable Document Format
1616 \begin_inset Quotes erd
1617 \end_inset
1618
1619  (PDF, file extension 
1620 \begin_inset Quotes eld
1621 \end_inset
1622
1623
1624 \family typewriter
1625 .pdf
1626 \family default
1627
1628 \begin_inset Quotes erd
1629 \end_inset
1630
1631 )
1632 \begin_inset Index idx
1633 status collapsed
1634
1635 \begin_layout Plain Layout
1636 PDF
1637 \end_layout
1638
1639 \end_inset
1640
1641 , and 
1642 \begin_inset Quotes eld
1643 \end_inset
1644
1645 Windows Metafile
1646 \begin_inset Quotes erd
1647 \end_inset
1648
1649  (WMF, file extension 
1650 \begin_inset Quotes eld
1651 \end_inset
1652
1653
1654 \family typewriter
1655 .wmf
1656 \family default
1657
1658 \begin_inset Quotes erd
1659 \end_inset
1660
1661 )
1662 \begin_inset Index idx
1663 status collapsed
1664
1665 \begin_layout Plain Layout
1666 SVG|see
1667 \begin_inset ERT
1668 status collapsed
1669
1670 \begin_layout Plain Layout
1671
1672 {
1673 \end_layout
1674
1675 \end_inset
1676
1677 Image formats
1678 \begin_inset ERT
1679 status collapsed
1680
1681 \begin_layout Plain Layout
1682
1683 }
1684 \end_layout
1685
1686 \end_inset
1687
1688
1689 \end_layout
1690
1691 \end_inset
1692
1693 .
1694  We wrote 
1695 \begin_inset Quotes eld
1696 \end_inset
1697
1698 can be
1699 \begin_inset Quotes erd
1700 \end_inset
1701
1702 , because you can convert any bitmap image to a PDF or EPS-image and the
1703  result will still be a bitmap image.
1704  In such cases only a header with the image properties is added to the original
1705  image
1706 \begin_inset Foot
1707 status collapsed
1708
1709 \begin_layout Plain Layout
1710 In the case of PDF, the original image is additionally compressed.
1711 \end_layout
1712
1713 \end_inset
1714
1715 .
1716  The PDF-files generated by 
1717 \family typewriter
1718 Adobe Photoshop
1719 \family default
1720  are for example bitmap images.
1721 \end_layout
1722
1723 \begin_layout Standard
1724 Normally it is not possible to convert a bitmap image into a scalable one,
1725  only vice versa.
1726  Only the image formats PDF and EPS can directly be embedded to PDF and
1727  PostScript output files, respectively.
1728  SVG and WMF-images are recalculated to bitmaps when the output file is
1729  generated because there is currently no adequate WMF/SVG
1730 \begin_inset Formula $\to$
1731 \end_inset
1732
1733 PDF/EPS converter available.
1734 \end_layout
1735
1736 \begin_layout Chapter
1737 Tables
1738 \begin_inset Index idx
1739 status collapsed
1740
1741 \begin_layout Plain Layout
1742 Table
1743 \end_layout
1744
1745 \end_inset
1746
1747
1748 \end_layout
1749
1750 \begin_layout Section
1751 Introduction
1752 \begin_inset Index idx
1753 status collapsed
1754
1755 \begin_layout Plain Layout
1756 Table ! Introduction
1757 \end_layout
1758
1759 \end_inset
1760
1761
1762 \end_layout
1763
1764 \begin_layout Standard
1765 You can insert a table using either the toolbar button 
1766 \begin_inset Info
1767 type  "icon"
1768 arg   "tabular-insert"
1769 \end_inset
1770
1771  or the menu 
1772 \family sans
1773 Insert\SpecialChar \menuseparator
1774 Table
1775 \family default
1776 .
1777  The toolbar button offers you a graphical selection: move the mouse to
1778  set the column/row number of the table that should be created and then
1779  press a mouse button.
1780  When you use the menu to create a table, a dialog will appear, asking you
1781  for the number of rows and columns.
1782 \begin_inset Newline newline
1783 \end_inset
1784
1785  The default table has lines around any cell and the first row appears separated
1786  from the rest of the table.
1787  This separation occurs due to a double line: The cells of the first row
1788  have a line below them and the cells of the second row have a line above
1789  them.
1790  Here is an example table:
1791 \end_layout
1792
1793 \begin_layout Standard
1794 \align center
1795 \begin_inset Tabular
1796 <lyxtabular version="3" rows="4" columns="4">
1797 <features tabularvalignment="middle">
1798 <column alignment="center" valignment="top" width="0">
1799 <column alignment="center" valignment="top" width="0">
1800 <column alignment="center" valignment="top" width="0">
1801 <column alignment="center" valignment="top" width="0">
1802 <row>
1803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816
1817 \family roman
1818 \series medium
1819 \shape up
1820 \size normal
1821 \emph off
1822 \bar no
1823 \noun off
1824 \color none
1825 1
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Plain Layout
1834 2
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843 3
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 </row>
1849 <row>
1850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854
1855 \family roman
1856 \series medium
1857 \shape up
1858 \size normal
1859 \emph off
1860 \bar no
1861 \noun off
1862 \color none
1863 A
1864 \end_layout
1865
1866 \end_inset
1867 </cell>
1868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Plain Layout
1872
1873 \end_layout
1874
1875 \end_inset
1876 </cell>
1877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 </row>
1896 <row>
1897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1898 \begin_inset Text
1899
1900 \begin_layout Plain Layout
1901
1902 \family roman
1903 \series medium
1904 \shape up
1905 \size normal
1906 \emph off
1907 \bar no
1908 \noun off
1909 \color none
1910 B
1911 \end_layout
1912
1913 \end_inset
1914 </cell>
1915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1916 \begin_inset Text
1917
1918 \begin_layout Plain Layout
1919
1920 \end_layout
1921
1922 \end_inset
1923 </cell>
1924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1925 \begin_inset Text
1926
1927 \begin_layout Plain Layout
1928
1929 \end_layout
1930
1931 \end_inset
1932 </cell>
1933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1934 \begin_inset Text
1935
1936 \begin_layout Plain Layout
1937
1938 \end_layout
1939
1940 \end_inset
1941 </cell>
1942 </row>
1943 <row>
1944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1945 \begin_inset Text
1946
1947 \begin_layout Plain Layout
1948
1949 \family roman
1950 \series medium
1951 \shape up
1952 \size normal
1953 \emph off
1954 \bar no
1955 \noun off
1956 \color none
1957 C
1958 \end_layout
1959
1960 \end_inset
1961 </cell>
1962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1963 \begin_inset Text
1964
1965 \begin_layout Plain Layout
1966
1967 \end_layout
1968
1969 \end_inset
1970 </cell>
1971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1972 \begin_inset Text
1973
1974 \begin_layout Plain Layout
1975
1976 \end_layout
1977
1978 \end_inset
1979 </cell>
1980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1981 \begin_inset Text
1982
1983 \begin_layout Plain Layout
1984
1985 \end_layout
1986
1987 \end_inset
1988 </cell>
1989 </row>
1990 </lyxtabular>
1991
1992 \end_inset
1993
1994
1995 \end_layout
1996
1997 \begin_layout Section
1998 Table Dialog
1999 \begin_inset Index idx
2000 status collapsed
2001
2002 \begin_layout Plain Layout
2003 Table ! Dialog
2004 \end_layout
2005
2006 \end_inset
2007
2008
2009 \end_layout
2010
2011 \begin_layout Standard
2012 You can alter a table by clicking on it with the right mouse button, which
2013  brings up the table dialog.
2014  Here you can adjust the settings of that cell and row/column respectively
2015  where the cursor is currently placed.
2016  Most of the dialog options also work on selections.
2017  This means if you select more cells, columns or rows, the action is done
2018  for the whole selection.
2019  Note that there is a difference between selecting the 
2020 \emph on
2021 contents
2022 \emph default
2023  of the cell, and the cell itself.
2024 \begin_inset Newline newline
2025 \end_inset
2026
2027 With the dialog option 
2028 \family sans
2029 Immediate
2030 \begin_inset space ~
2031 \end_inset
2032
2033 Apply
2034 \family default
2035  every change you make in the dialog is directly applied.
2036  If you move the cursor to another table cell the dialog will then also
2037  be updated with the parameters of the new cell.
2038  If you change length values in the dialog you must press return to get
2039  the change applied.
2040 \begin_inset Newline newline
2041 \end_inset
2042
2043 You can alter tables with the following tabs of the table dialog:
2044 \end_layout
2045
2046 \begin_layout Description
2047
2048 \family sans
2049 Table
2050 \begin_inset space ~
2051 \end_inset
2052
2053 Settings
2054 \family default
2055  Here you can set the table width
2056 \begin_inset Index idx
2057 status collapsed
2058
2059 \begin_layout Plain Layout
2060 Table ! Width
2061 \end_layout
2062
2063 \end_inset
2064
2065 , and the horizontal alignment and the width of the current column.
2066  The alignment 
2067 \family sans
2068 At
2069 \begin_inset space ~
2070 \end_inset
2071
2072 Decimal
2073 \begin_inset space ~
2074 \end_inset
2075
2076 Separator
2077 \family default
2078  is described in section
2079 \begin_inset space ~
2080 \end_inset
2081
2082
2083 \begin_inset CommandInset ref
2084 LatexCommand ref
2085 reference "sub:Special-Cell-Alignment"
2086
2087 \end_inset
2088
2089 .
2090  When you have set a width you can also adjust the vertical alignment of
2091  the current row.
2092  A given width will allow the cell to have line breaks and multiple paragraphs
2093  of text, see section
2094 \begin_inset space ~
2095 \end_inset
2096
2097
2098 \begin_inset CommandInset ref
2099 LatexCommand ref
2100 reference "sub:Multiple-Lines-in"
2101
2102 \end_inset
2103
2104 .
2105  If you set no width, the column is as wide as the content of its widest
2106  cell.
2107 \begin_inset Newline newline
2108 \end_inset
2109
2110 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2111  cell, see section
2112 \begin_inset space ~
2113 \end_inset
2114
2115
2116 \begin_inset CommandInset ref
2117 LatexCommand ref
2118 reference "sub:Multicolumns"
2119
2120 \end_inset
2121
2122  or the cells of one column as multirow cell, see section
2123 \begin_inset space ~
2124 \end_inset
2125
2126
2127 \begin_inset CommandInset ref
2128 LatexCommand ref
2129 reference "sub:Multirows"
2130
2131 \end_inset
2132
2133 .
2134 \begin_inset Newline newline
2135 \end_inset
2136
2137 The rotate check boxes rotate the current cell, a selection, or the whole
2138  table counter-clockwise by 90°.
2139  The rotation is not shown within LyX, only in the output.
2140 \begin_inset Newline newline
2141 \end_inset
2142
2143
2144 \begin_inset Note Greyedout
2145 status open
2146
2147 \begin_layout Plain Layout
2148
2149 \series bold
2150 Note:
2151 \series default
2152  Not all DVI-viewers are able to display rotations.
2153 \end_layout
2154
2155 \end_inset
2156
2157
2158 \begin_inset Newline newline
2159 \end_inset
2160
2161 The table-wide vertical alignment is used for tables within text lines:
2162 \begin_inset Newline newline
2163 \end_inset
2164
2165 A line with tables with different alignments: 
2166 \begin_inset Tabular
2167 <lyxtabular version="3" rows="2" columns="2">
2168 <features tabularvalignment="top">
2169 <column alignment="center" valignment="top" width="0pt">
2170 <column alignment="center" valignment="top" width="0">
2171 <row>
2172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2173 \begin_inset Text
2174
2175 \begin_layout Plain Layout
2176
2177 \end_layout
2178
2179 \end_inset
2180 </cell>
2181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2182 \begin_inset Text
2183
2184 \begin_layout Plain Layout
2185
2186 \family roman
2187 \series medium
2188 \shape up
2189 \size normal
2190 \emph off
2191 \bar no
2192 \noun off
2193 \color none
2194 1
2195 \end_layout
2196
2197 \end_inset
2198 </cell>
2199 </row>
2200 <row>
2201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2202 \begin_inset Text
2203
2204 \begin_layout Plain Layout
2205
2206 \family roman
2207 \series medium
2208 \shape up
2209 \size normal
2210 \emph off
2211 \bar no
2212 \noun off
2213 \color none
2214 A
2215 \end_layout
2216
2217 \end_inset
2218 </cell>
2219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2220 \begin_inset Text
2221
2222 \begin_layout Plain Layout
2223
2224 \end_layout
2225
2226 \end_inset
2227 </cell>
2228 </row>
2229 </lyxtabular>
2230
2231 \end_inset
2232
2233  
2234 \begin_inset Tabular
2235 <lyxtabular version="3" rows="2" columns="2">
2236 <features tabularvalignment="middle">
2237 <column alignment="center" valignment="top" width="0">
2238 <column alignment="center" valignment="top" width="0">
2239 <row>
2240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2241 \begin_inset Text
2242
2243 \begin_layout Plain Layout
2244
2245 \end_layout
2246
2247 \end_inset
2248 </cell>
2249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2250 \begin_inset Text
2251
2252 \begin_layout Plain Layout
2253
2254 \family roman
2255 \series medium
2256 \shape up
2257 \size normal
2258 \emph off
2259 \bar no
2260 \noun off
2261 \color none
2262 1
2263 \end_layout
2264
2265 \end_inset
2266 </cell>
2267 </row>
2268 <row>
2269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2270 \begin_inset Text
2271
2272 \begin_layout Plain Layout
2273
2274 \family roman
2275 \series medium
2276 \shape up
2277 \size normal
2278 \emph off
2279 \bar no
2280 \noun off
2281 \color none
2282 A
2283 \end_layout
2284
2285 \end_inset
2286 </cell>
2287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2288 \begin_inset Text
2289
2290 \begin_layout Plain Layout
2291
2292 \end_layout
2293
2294 \end_inset
2295 </cell>
2296 </row>
2297 </lyxtabular>
2298
2299 \end_inset
2300
2301  
2302 \begin_inset Tabular
2303 <lyxtabular version="3" rows="2" columns="2">
2304 <features tabularvalignment="bottom">
2305 <column alignment="center" valignment="top" width="0pt">
2306 <column alignment="center" valignment="top" width="0">
2307 <row>
2308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2309 \begin_inset Text
2310
2311 \begin_layout Plain Layout
2312
2313 \end_layout
2314
2315 \end_inset
2316 </cell>
2317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2318 \begin_inset Text
2319
2320 \begin_layout Plain Layout
2321
2322 \family roman
2323 \series medium
2324 \shape up
2325 \size normal
2326 \emph off
2327 \bar no
2328 \noun off
2329 \color none
2330 1
2331 \end_layout
2332
2333 \end_inset
2334 </cell>
2335 </row>
2336 <row>
2337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2338 \begin_inset Text
2339
2340 \begin_layout Plain Layout
2341
2342 \family roman
2343 \series medium
2344 \shape up
2345 \size normal
2346 \emph off
2347 \bar no
2348 \noun off
2349 \color none
2350 A
2351 \end_layout
2352
2353 \end_inset
2354 </cell>
2355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2356 \begin_inset Text
2357
2358 \begin_layout Plain Layout
2359
2360 \end_layout
2361
2362 \end_inset
2363 </cell>
2364 </row>
2365 </lyxtabular>
2366
2367 \end_inset
2368
2369
2370 \begin_inset Newline newline
2371 \end_inset
2372
2373 It is also possible to enter a LaTeX-argument which is needed for special
2374  table formattings, see section
2375 \begin_inset space ~
2376 \end_inset
2377
2378
2379 \begin_inset CommandInset ref
2380 LatexCommand ref
2381 reference "sub:Multicolumn-Calculations"
2382
2383 \end_inset
2384
2385  and 
2386 \begin_inset CommandInset ref
2387 LatexCommand ref
2388 reference "sec:Colored-Tables"
2389
2390 \end_inset
2391
2392 .
2393 \end_layout
2394
2395 \begin_layout Description
2396
2397 \family sans
2398 Borders
2399 \family default
2400  In this tab you can add and delete border lines for the current row/column.
2401 \begin_inset Newline newline
2402 \end_inset
2403
2404 Using the style option 
2405 \family sans
2406 Formal
2407 \family default
2408  will convert the table to a formal table as described in section
2409 \begin_inset space ~
2410 \end_inset
2411
2412
2413 \begin_inset CommandInset ref
2414 LatexCommand ref
2415 reference "sec:Formal-Tables"
2416
2417 \end_inset
2418
2419 .
2420 \begin_inset Newline newline
2421 \end_inset
2422
2423 You can also add here space to table rows as described in section
2424 \begin_inset space ~
2425 \end_inset
2426
2427
2428 \begin_inset CommandInset ref
2429 LatexCommand ref
2430 reference "sub:Row-Spacing"
2431
2432 \end_inset
2433
2434 .
2435 \end_layout
2436
2437 \begin_layout Description
2438
2439 \family sans
2440 Longtable
2441 \family default
2442  This tab is to make a table a so called 
2443 \begin_inset Quotes eld
2444 \end_inset
2445
2446
2447 \emph on
2448 longtable
2449 \emph default
2450
2451 \begin_inset Quotes erd
2452 \end_inset
2453
2454  that can run over several pages.
2455  Sections
2456 \begin_inset space ~
2457 \end_inset
2458
2459
2460 \begin_inset CommandInset ref
2461 LatexCommand ref
2462 reference "sec:Longtables"
2463
2464 \end_inset
2465
2466  and 
2467 \begin_inset CommandInset ref
2468 LatexCommand ref
2469 reference "sec:Special-Longtable-Issues"
2470
2471 \end_inset
2472
2473  describe the longtable features in detail.
2474 \end_layout
2475
2476 \begin_layout Section
2477 Table Toolbar
2478 \begin_inset Index idx
2479 status collapsed
2480
2481 \begin_layout Plain Layout
2482 Table ! Toolbar
2483 \end_layout
2484
2485 \end_inset
2486
2487
2488 \end_layout
2489
2490 \begin_layout Standard
2491 The table toolbar is an alternative to the table dialog to be able to alter
2492  tables faster.
2493  It should normally appear at the bottom of LyX's main window when the cursor
2494  is inside a table.
2495  You can alternatively switch it on to appear always, by right-clicking
2496  in LyX's main menu bar.
2497 \end_layout
2498
2499 \begin_layout Standard
2500 The toolbar has the following icons:
2501 \end_layout
2502
2503 \begin_layout Labeling
2504 \labelwidthstring 00.00.0000
2505
2506 \family sans
2507 \begin_inset Info
2508 type  "icon"
2509 arg   "inset-modify tabular append-row"
2510 \end_inset
2511
2512
2513 \family default
2514  adds a row below the current cell or selection
2515 \end_layout
2516
2517 \begin_layout Labeling
2518 \labelwidthstring 00.00.0000
2519
2520 \family sans
2521 \begin_inset Info
2522 type  "icon"
2523 arg   "inset-modify tabular append-column"
2524 \end_inset
2525
2526
2527 \family default
2528  adds a column right beside the current cell or selection
2529 \end_layout
2530
2531 \begin_layout Labeling
2532 \labelwidthstring 00.00.0000
2533
2534 \family sans
2535 \begin_inset Info
2536 type  "icon"
2537 arg   "inset-modify tabular delete-row"
2538 \end_inset
2539
2540
2541 \family default
2542  deletes the current row or selection
2543 \end_layout
2544
2545 \begin_layout Labeling
2546 \labelwidthstring 00.00.0000
2547
2548 \family sans
2549 \begin_inset Info
2550 type  "icon"
2551 arg   "inset-modify tabular delete-column"
2552 \end_inset
2553
2554
2555 \family default
2556  deletes the current column or selection
2557 \end_layout
2558
2559 \begin_layout Labeling
2560 \labelwidthstring 00.00.0000
2561
2562 \family sans
2563 \begin_inset Info
2564 type  "icon"
2565 arg   "inset-modify tabular toggle-line-top"
2566 \end_inset
2567
2568
2569 \family default
2570  adds a line at the top of the current cell / row or of a selection
2571 \end_layout
2572
2573 \begin_layout Labeling
2574 \labelwidthstring 00.00.0000
2575
2576 \family sans
2577 \begin_inset Info
2578 type  "icon"
2579 arg   "inset-modify tabular toggle-line-bottom"
2580 \end_inset
2581
2582
2583 \family default
2584  adds a line at the bottom of the current cell / row or of a selection
2585 \end_layout
2586
2587 \begin_layout Labeling
2588 \labelwidthstring 00.00.0000
2589
2590 \family sans
2591 \begin_inset Info
2592 type  "icon"
2593 arg   "inset-modify tabular toggle-line-left"
2594 \end_inset
2595
2596
2597 \family default
2598  adds a line at the left side of the current cell / row or of a selection
2599 \end_layout
2600
2601 \begin_layout Labeling
2602 \labelwidthstring 00.00.0000
2603
2604 \family sans
2605 \begin_inset Info
2606 type  "icon"
2607 arg   "inset-modify tabular toggle-line-right"
2608 \end_inset
2609
2610
2611 \family default
2612  adds a line at the right side of the current cell / row or of a selection
2613 \end_layout
2614
2615 \begin_layout Labeling
2616 \labelwidthstring 00.00.0000
2617
2618 \family sans
2619 \begin_inset Info
2620 type  "icon"
2621 arg   "inset-modify tabular set-all-lines"
2622 \end_inset
2623
2624
2625 \family default
2626  adds lines around the current or selected cells - if the current cell no
2627  multicolumn cell this also affects the current row and column
2628 \end_layout
2629
2630 \begin_layout Labeling
2631 \labelwidthstring 00.00.0000
2632
2633 \family sans
2634 \begin_inset Info
2635 type  "icon"
2636 arg   "inset-modify tabular unset-all-lines"
2637 \end_inset
2638
2639
2640 \family default
2641  deletes all lines of the current or selected cells - if the current cell
2642  no multicolumn cell this also affects the current row and column
2643 \end_layout
2644
2645 \begin_layout Labeling
2646 \labelwidthstring 00.00.0000
2647
2648 \family sans
2649 \begin_inset Info
2650 type  "icon"
2651 arg   "inset-modify tabular m-align-left"
2652 \end_inset
2653
2654
2655 \family default
2656  left-aligns the content of the current cell / column
2657 \end_layout
2658
2659 \begin_layout Labeling
2660 \labelwidthstring 00.00.0000
2661
2662 \family sans
2663 \begin_inset Info
2664 type  "icon"
2665 arg   "inset-modify tabular m-align-center"
2666 \end_inset
2667
2668
2669 \family default
2670  centers the content of the current cell / column horizontally
2671 \end_layout
2672
2673 \begin_layout Labeling
2674 \labelwidthstring 00.00.0000
2675
2676 \family sans
2677 \begin_inset Info
2678 type  "icon"
2679 arg   "inset-modify tabular m-align-right"
2680 \end_inset
2681
2682
2683 \family default
2684  right-aligns the content of the current cell / column
2685 \end_layout
2686
2687 \begin_layout Labeling
2688 \labelwidthstring 00.00.0000
2689
2690 \family sans
2691 \begin_inset Info
2692 type  "icon"
2693 arg   "inset-modify tabular align-decimal"
2694 \end_inset
2695
2696
2697 \family default
2698  aligns the content of the current column at a character
2699 \end_layout
2700
2701 \begin_layout Labeling
2702 \labelwidthstring 00.00.0000
2703
2704 \family sans
2705 \begin_inset Info
2706 type  "icon"
2707 arg   "inset-modify tabular m-valign-top"
2708 \end_inset
2709
2710
2711 \family default
2712  aligns the content of the current cell vertically to the top
2713 \end_layout
2714
2715 \begin_layout Labeling
2716 \labelwidthstring 00.00.0000
2717
2718 \family sans
2719 \begin_inset Info
2720 type  "icon"
2721 arg   "inset-modify tabular m-valign-middle"
2722 \end_inset
2723
2724
2725 \family default
2726  centers the content of the current cell vertically
2727 \end_layout
2728
2729 \begin_layout Labeling
2730 \labelwidthstring 00.00.0000
2731
2732 \family sans
2733 \begin_inset Info
2734 type  "icon"
2735 arg   "inset-modify tabular m-valign-bottom"
2736 \end_inset
2737
2738
2739 \family default
2740  aligns the content of the current cell vertically to the bottom
2741 \end_layout
2742
2743 \begin_layout Labeling
2744 \labelwidthstring 00.00.0000
2745
2746 \family sans
2747 \begin_inset Info
2748 type  "icon"
2749 arg   "inset-modify tabular set-rotate-cell"
2750 \end_inset
2751
2752
2753 \family default
2754  rotates the current cell or selection counter-clockwise by 90°
2755 \end_layout
2756
2757 \begin_layout Labeling
2758 \labelwidthstring 00.00.0000
2759
2760 \family sans
2761 \begin_inset Info
2762 type  "icon"
2763 arg   "inset-modify tabular set-rotate-tabular"
2764 \end_inset
2765
2766
2767 \family default
2768  rotates the whole table counter-clockwise by 90°
2769 \end_layout
2770
2771 \begin_layout Labeling
2772 \labelwidthstring 00.00.0000
2773
2774 \family sans
2775 \begin_inset Info
2776 type  "icon"
2777 arg   "inset-modify tabular multicolumn"
2778 \end_inset
2779
2780
2781 \family default
2782  sets the current cell or selection as a multicolumn
2783 \end_layout
2784
2785 \begin_layout Labeling
2786 \labelwidthstring 00.00.0000
2787
2788 \family sans
2789 \begin_inset Info
2790 type  "icon"
2791 arg   "inset-modify tabular multirow"
2792 \end_inset
2793
2794
2795 \family default
2796  sets the current cell or selection as a multirow
2797 \end_layout
2798
2799 \begin_layout Standard
2800 \begin_inset Note Greyedout
2801 status open
2802
2803 \begin_layout Plain Layout
2804
2805 \series bold
2806 Note:
2807 \series default
2808  For the output the vertical alignment of the first cell in a row is used
2809  for all following cells in the row.
2810 \end_layout
2811
2812 \end_inset
2813
2814
2815 \end_layout
2816
2817 \begin_layout Section
2818 Edit Table Menu
2819 \begin_inset Index idx
2820 status collapsed
2821
2822 \begin_layout Plain Layout
2823 Table ! Edit Menu
2824 \end_layout
2825
2826 \end_inset
2827
2828
2829 \end_layout
2830
2831 \begin_layout Standard
2832 Additionally to the table dialog and toolbar, the menu 
2833 \family sans
2834 Edit\SpecialChar \menuseparator
2835 Table
2836 \family default
2837  allows you to add and delete border lines for the current row/column and
2838  to set the current selection as multicolumn.
2839  The menu is only available when the cursor is inside a table.
2840 \end_layout
2841
2842 \begin_layout Section
2843 Table Floats
2844 \begin_inset CommandInset label
2845 LatexCommand label
2846 name "sec:Table-Floats"
2847
2848 \end_inset
2849
2850
2851 \begin_inset Index idx
2852 status collapsed
2853
2854 \begin_layout Plain Layout
2855 Floats ! Tables
2856 \end_layout
2857
2858 \end_inset
2859
2860
2861 \begin_inset Index idx
2862 status collapsed
2863
2864 \begin_layout Plain Layout
2865 Table ! Floats
2866 \end_layout
2867
2868 \end_inset
2869
2870
2871 \end_layout
2872
2873 \begin_layout Standard
2874 For general explanations about floats, have a look at section
2875 \begin_inset space ~
2876 \end_inset
2877
2878
2879 \begin_inset CommandInset ref
2880 LatexCommand ref
2881 reference "sec:FloatIntroduction"
2882
2883 \end_inset
2884
2885 .
2886 \end_layout
2887
2888 \begin_layout Standard
2889 \begin_inset Float table
2890 placement h
2891 wide false
2892 sideways false
2893 status open
2894
2895 \begin_layout Plain Layout
2896 \begin_inset Caption
2897
2898 \begin_layout Plain Layout
2899 \begin_inset CommandInset label
2900 LatexCommand label
2901 name "tab:a table float"
2902
2903 \end_inset
2904
2905 A table float.
2906 \end_layout
2907
2908 \end_inset
2909
2910
2911 \end_layout
2912
2913 \begin_layout Plain Layout
2914 \align center
2915 \begin_inset Tabular
2916 <lyxtabular version="3" rows="3" columns="3">
2917 <features tabularvalignment="middle">
2918 <column alignment="center" valignment="top" width="0pt">
2919 <column alignment="center" valignment="top" width="0pt">
2920 <column alignment="center" valignment="top" width="0pt">
2921 <row>
2922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2923 \begin_inset Text
2924
2925 \begin_layout Plain Layout
2926
2927 \family roman
2928 \series medium
2929 \shape up
2930 \size normal
2931 \emph off
2932 \bar no
2933 \noun off
2934 \color none
2935 1
2936 \end_layout
2937
2938 \end_inset
2939 </cell>
2940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2941 \begin_inset Text
2942
2943 \begin_layout Plain Layout
2944
2945 \family roman
2946 \series medium
2947 \shape up
2948 \size normal
2949 \emph off
2950 \bar no
2951 \noun off
2952 \color none
2953 2
2954 \end_layout
2955
2956 \end_inset
2957 </cell>
2958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2959 \begin_inset Text
2960
2961 \begin_layout Plain Layout
2962
2963 \family roman
2964 \series medium
2965 \shape up
2966 \size normal
2967 \emph off
2968 \bar no
2969 \noun off
2970 \color none
2971 3
2972 \end_layout
2973
2974 \end_inset
2975 </cell>
2976 </row>
2977 <row>
2978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2979 \begin_inset Text
2980
2981 \begin_layout Plain Layout
2982
2983 \family roman
2984 \series medium
2985 \shape up
2986 \size normal
2987 \emph off
2988 \bar no
2989 \noun off
2990 \color none
2991 Joe
2992 \end_layout
2993
2994 \end_inset
2995 </cell>
2996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2997 \begin_inset Text
2998
2999 \begin_layout Plain Layout
3000
3001 \family roman
3002 \series medium
3003 \shape up
3004 \size normal
3005 \emph off
3006 \bar no
3007 \noun off
3008 \color none
3009 Mary
3010 \end_layout
3011
3012 \end_inset
3013 </cell>
3014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3015 \begin_inset Text
3016
3017 \begin_layout Plain Layout
3018
3019 \family roman
3020 \series medium
3021 \shape up
3022 \size normal
3023 \emph off
3024 \bar no
3025 \noun off
3026 \color none
3027 Ted
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 </row>
3033 <row>
3034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3035 \begin_inset Text
3036
3037 \begin_layout Plain Layout
3038
3039 \family roman
3040 \series medium
3041 \shape up
3042 \size normal
3043 \emph off
3044 \bar no
3045 \noun off
3046 \color none
3047 \begin_inset Formula $\int x^{2}dx$
3048 \end_inset
3049
3050
3051 \end_layout
3052
3053 \end_inset
3054 </cell>
3055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3056 \begin_inset Text
3057
3058 \begin_layout Plain Layout
3059
3060 \family roman
3061 \series medium
3062 \shape up
3063 \size normal
3064 \emph off
3065 \bar no
3066 \noun off
3067 \color none
3068 \begin_inset Formula $\left[\begin{array}{cc}
3069 a & b\\
3070 c & d
3071 \end{array}\right]$
3072 \end_inset
3073
3074
3075 \end_layout
3076
3077 \end_inset
3078 </cell>
3079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3080 \begin_inset Text
3081
3082 \begin_layout Plain Layout
3083
3084 \family roman
3085 \series medium
3086 \shape up
3087 \size normal
3088 \emph off
3089 \bar no
3090 \noun off
3091 \color none
3092 \begin_inset Formula $1+1=2$
3093 \end_inset
3094
3095
3096 \end_layout
3097
3098 \end_inset
3099 </cell>
3100 </row>
3101 </lyxtabular>
3102
3103 \end_inset
3104
3105
3106 \end_layout
3107
3108 \end_inset
3109
3110
3111 \end_layout
3112
3113 \begin_layout Standard
3114 Table floats can be inserted using the menu 
3115 \family sans
3116 Insert\SpecialChar \menuseparator
3117 Float\SpecialChar \menuseparator
3118 Table
3119 \family default
3120  or the toolbar button 
3121 \family sans
3122
3123 \begin_inset Info
3124 type  "icon"
3125 arg   "float-insert table"
3126 \end_inset
3127
3128
3129 \family default
3130 .
3131 \end_layout
3132
3133 \begin_layout Standard
3134 The float appears as a collapsible box with a caption that has the label
3135  
3136 \begin_inset Quotes eld
3137 \end_inset
3138
3139 Table
3140 \begin_inset space ~
3141 \end_inset
3142
3143 #:
3144 \begin_inset Quotes erd
3145 \end_inset
3146
3147  (# is the actual table number).
3148  You can insert tables in the float above or below the caption.
3149 \end_layout
3150
3151 \begin_layout Standard
3152 Table
3153 \begin_inset space ~
3154 \end_inset
3155
3156
3157 \begin_inset CommandInset ref
3158 LatexCommand ref
3159 reference "tab:a table float"
3160
3161 \end_inset
3162
3163  is an example table within a table float.
3164 \end_layout
3165
3166 \begin_layout Standard
3167 Having the caption above the table is the common rule that is unfortunately
3168  not supported in LaTeX's standard classes.
3169  This means that, if you are using the document classes 
3170 \family sans
3171 article
3172 \family default
3173
3174 \family sans
3175 book
3176 \family default
3177
3178 \family sans
3179 letter
3180 \family default
3181 , or 
3182 \family sans
3183 report
3184 \family default
3185 , there will be no space between the caption and the table.
3186  To insert the needed space, add the following option to the load command
3187  of the LaTeX-package 
3188 \series bold
3189 caption
3190 \series default
3191
3192 \begin_inset Index idx
3193 status collapsed
3194
3195 \begin_layout Plain Layout
3196 LaTeX-packages ! caption
3197 \end_layout
3198
3199 \end_inset
3200
3201  in your document preamble
3202 \begin_inset Foot
3203 status collapsed
3204
3205 \begin_layout Plain Layout
3206 For more information have a look at section
3207 \begin_inset space ~
3208 \end_inset
3209
3210
3211 \begin_inset CommandInset ref
3212 LatexCommand ref
3213 reference "sec:Caption-Placement"
3214
3215 \end_inset
3216
3217 .
3218 \end_layout
3219
3220 \end_inset
3221
3222 :
3223 \end_layout
3224
3225 \begin_layout Standard
3226
3227 \series bold
3228 tableposition=top
3229 \end_layout
3230
3231 \begin_layout Standard
3232 The package 
3233 \series bold
3234 caption
3235 \series default
3236 , which is described in section
3237 \begin_inset space ~
3238 \end_inset
3239
3240
3241 \begin_inset CommandInset ref
3242 LatexCommand ref
3243 reference "sec:Caption-Formatting"
3244
3245 \end_inset
3246
3247 , is used to adjust the caption format.
3248 \end_layout
3249
3250 \begin_layout Standard
3251 \begin_inset Index idx
3252 status collapsed
3253
3254 \begin_layout Plain Layout
3255 References ! to Tables
3256 \end_layout
3257
3258 \end_inset
3259
3260 Tables can be cross-referenced in the text by referencing their label.
3261  To do this insert a label in the caption using the menu 
3262 \family sans
3263 Insert\SpecialChar \menuseparator
3264 Label
3265 \family default
3266  or the toolbar button 
3267 \family sans
3268
3269 \begin_inset Info
3270 type  "icon"
3271 arg   "label-insert"
3272 \end_inset
3273
3274
3275 \family default
3276 .
3277  You can now refer to the label using the menu 
3278 \family sans
3279 Insert\SpecialChar \menuseparator
3280 Cross
3281 \begin_inset space ~
3282 \end_inset
3283
3284 reference
3285 \family default
3286  or the toolbar button 
3287 \family sans
3288
3289 \begin_inset Info
3290 type  "icon"
3291 arg   "dialog-show-new-inset ref"
3292 \end_inset
3293
3294
3295 \family default
3296 .
3297 \begin_inset Newline newline
3298 \end_inset
3299
3300 Referencing is explained in detail in section
3301 \begin_inset space ~
3302 \end_inset
3303
3304
3305 \begin_inset CommandInset ref
3306 LatexCommand ref
3307 reference "sec:Referencing-Floats"
3308
3309 \end_inset
3310
3311 .
3312 \end_layout
3313
3314 \begin_layout Section
3315 Longtables
3316 \begin_inset CommandInset label
3317 LatexCommand label
3318 name "sec:Longtables"
3319
3320 \end_inset
3321
3322
3323 \begin_inset Index idx
3324 status collapsed
3325
3326 \begin_layout Plain Layout
3327 Longtables
3328 \end_layout
3329
3330 \end_inset
3331
3332
3333 \begin_inset Index idx
3334 status collapsed
3335
3336 \begin_layout Plain Layout
3337 Table ! Longtables
3338 \end_layout
3339
3340 \end_inset
3341
3342
3343 \end_layout
3344
3345 \begin_layout Standard
3346 If the table is too long to fit on one page, you can use the option 
3347 \family sans
3348 Use
3349 \begin_inset space ~
3350 \end_inset
3351
3352 long
3353 \begin_inset space ~
3354 \end_inset
3355
3356 table
3357 \family default
3358  in the tab 
3359 \family sans
3360 Longtable
3361 \family default
3362  of the table dialog to split the table automatically over more pages.
3363  Doing this enables the following options:
3364 \end_layout
3365
3366 \begin_layout Description
3367 Header: The current row is defined to be a header row that appears on all
3368  pages of the longtable; except for the first page, if 
3369 \family sans
3370 First
3371 \begin_inset space ~
3372 \end_inset
3373
3374 header
3375 \family default
3376  is defined.
3377  This is therefore called the main header.
3378 \end_layout
3379
3380 \begin_layout Description
3381 First
3382 \begin_inset space ~
3383 \end_inset
3384
3385 header: The current row is defined to be a header row that appears on the
3386  first page of the longtable.
3387 \end_layout
3388
3389 \begin_layout Description
3390 Footer: The current row is defined to be a footer row that appears on all
3391  pages of the longtable; except for the last page, if 
3392 \family sans
3393 Last
3394 \begin_inset space ~
3395 \end_inset
3396
3397 footer
3398 \family default
3399  is defined.
3400 \end_layout
3401
3402 \begin_layout Description
3403 Last
3404 \begin_inset space ~
3405 \end_inset
3406
3407 footer: The current row is defined to be a footer row that appears on the
3408  last page of the longtable.
3409 \end_layout
3410
3411 \begin_layout Description
3412 Caption: The current row contains the table caption.
3413  The row is reset as single column and a caption is inserted.
3414  More about longtable captions is explained in sec.
3415 \begin_inset space \thinspace{}
3416 \end_inset
3417
3418
3419 \begin_inset CommandInset ref
3420 LatexCommand ref
3421 reference "sub:Longtable-Captions"
3422
3423 \end_inset
3424
3425 .
3426 \end_layout
3427
3428 \begin_layout Standard
3429 You can also specify a row where the table is split.
3430  See the following longtable to see how it works:
3431 \end_layout
3432
3433 \begin_layout Standard
3434 \align center
3435 \begin_inset Tabular
3436 <lyxtabular version="3" rows="69" columns="3">
3437 <features islongtable="true" longtabularalignment="center">
3438 <column alignment="left" valignment="top" width="0cm">
3439 <column alignment="left" valignment="top" width="0pt">
3440 <column alignment="center" valignment="top" width="0pt">
3441 <row endfirsthead="true">
3442 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446
3447 \series bold
3448 Example Phone List (ignore the names)
3449 \end_layout
3450
3451 \end_inset
3452 </cell>
3453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 </row>
3472 <row endfirsthead="true">
3473 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Plain Layout
3477
3478 \series bold
3479 NAME
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Plain Layout
3488
3489 \end_layout
3490
3491 \end_inset
3492 </cell>
3493 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497
3498 \series bold
3499 TEL.
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 </row>
3505 <row endhead="true">
3506 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510
3511 \series bold
3512 Example Phone List
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 </row>
3536 <row endhead="true">
3537 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541
3542 \series bold
3543 NAME
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561
3562 \series bold
3563 TEL.
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 </row>
3569 <row endfoot="true">
3570 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574  continued on next page
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 </row>
3598 <row>
3599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Plain Layout
3603
3604 \series bold
3605 Annovi
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 <cell alignment="center" valignment="top" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614 Silvia
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Plain Layout
3623 111
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 </row>
3629 <row>
3630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3631 \begin_inset Text
3632
3633 \begin_layout Plain Layout
3634
3635 \series bold
3636 Bertoli
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 <cell alignment="center" valignment="top" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645 Stefano
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654 111
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 </row>
3660 <row>
3661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Plain Layout
3665
3666 \series bold
3667 Bozzi
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 <cell alignment="center" valignment="top" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Plain Layout
3676 Walter
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Plain Layout
3685 111
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 </row>
3691 <row>
3692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696
3697 \series bold
3698 Cachia
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 <cell alignment="center" valignment="top" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 Maria
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716 111
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 </row>
3722 <row>
3723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3724 \begin_inset Text
3725
3726 \begin_layout Plain Layout
3727
3728 \series bold
3729 Cachia
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 <cell alignment="center" valignment="top" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Plain Layout
3738 Maurizio
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3744 \begin_inset Text
3745
3746 \begin_layout Plain Layout
3747 111
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 </row>
3753 <row>
3754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3755 \begin_inset Text
3756
3757 \begin_layout Plain Layout
3758
3759 \series bold
3760 Cinquemani
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 <cell alignment="center" valignment="top" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769 Giusi
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3775 \begin_inset Text
3776
3777 \begin_layout Plain Layout
3778 111
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 </row>
3784 <row>
3785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3786 \begin_inset Text
3787
3788 \begin_layout Plain Layout
3789
3790 \series bold
3791 Colin
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 <cell alignment="center" valignment="top" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800 Bernard
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Plain Layout
3809 111
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 </row>
3815 <row>
3816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Plain Layout
3820
3821 \series bold
3822 Concli
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 <cell alignment="center" valignment="top" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Plain Layout
3831 Gianfranco
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840 111
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 </row>
3846 <row>
3847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Plain Layout
3851
3852 \series bold
3853 Dal Bosco
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 <cell alignment="center" valignment="top" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862 Carolina
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871 111
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 </row>
3877 <row>
3878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Plain Layout
3882
3883 \series bold
3884 Dalpiaz
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 <cell alignment="center" valignment="top" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Plain Layout
3893 Annamaria
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Plain Layout
3902 111
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 </row>
3908 <row>
3909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Plain Layout
3913
3914 \series bold
3915 Feliciello
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 <cell alignment="center" valignment="top" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924 Domenico
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Plain Layout
3933 111
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 </row>
3939 <row>
3940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3941 \begin_inset Text
3942
3943 \begin_layout Plain Layout
3944
3945 \series bold
3946 Focarelli
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 <cell alignment="center" valignment="top" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955 Paola
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Plain Layout
3964 111
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 </row>
3970 <row>
3971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3972 \begin_inset Text
3973
3974 \begin_layout Plain Layout
3975
3976 \series bold
3977 Galletti
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 <cell alignment="center" valignment="top" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986 Oreste
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995 111
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 </row>
4001 <row>
4002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Plain Layout
4006
4007 \series bold
4008 Gasparini
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 Franca
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026 111
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 </row>
4032 <row>
4033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037
4038 \series bold
4039 Rizzardi
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell alignment="center" valignment="top" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048 Paola
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057 111
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 </row>
4063 <row>
4064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068
4069 \series bold
4070 Lassini
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell alignment="center" valignment="top" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079 Giancarlo
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088 111
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 </row>
4094 <row>
4095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099
4100 \series bold
4101 Malfatti
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 Luciano
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119 111
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 </row>
4125 <row>
4126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130
4131 \series bold
4132 Malfatti
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 Valeriano
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 111
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 </row>
4156 <row>
4157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161
4162 \series bold
4163 Meneguzzo
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 Roberto
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181 111
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 </row>
4187 <row>
4188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192
4193 \series bold
4194 Mezzadra
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 Roberto
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212 111
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 </row>
4218 <row>
4219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223
4224 \series bold
4225 Pirpamer
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 Erich
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243 111
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 </row>
4249 <row>
4250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254
4255 \series bold
4256 Pochiesa
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 Paolo
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 111, 222
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 </row>
4280 <row>
4281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285
4286 \series bold
4287 Radina
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 Claudio
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 111
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 </row>
4311 <row>
4312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316
4317 \series bold
4318 Stuffer
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 Oskar
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336 111
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 </row>
4342 <row>
4343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347
4348 \series bold
4349 Tacchelli
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 Ugo
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367 111
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 </row>
4373 <row>
4374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378
4379 \series bold
4380 Tezzele
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 Margit
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398 111
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 </row>
4404 <row>
4405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409
4410 \series bold
4411 Unterkalmsteiner
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 Frieda
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429 111
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 </row>
4435 <row>
4436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440
4441 \series bold
4442 Vieider
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 Hilde
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 111
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471
4472 \series bold
4473 Vigna
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 Jürgen
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 111
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502
4503 \series bold
4504 Weber
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 Maurizio
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 111
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 <row>
4529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533
4534 \series bold
4535 Winkler
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 Franz
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 111
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 </row>
4559 <row>
4560 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564  
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4570 \begin_inset Text
4571
4572 \begin_layout Plain Layout
4573
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 </row>
4588 <row>
4589 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593
4594 \series bold
4595 Annovi
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 <cell alignment="center" valignment="top" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604 Silvia
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613 555
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 </row>
4619 <row>
4620 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624
4625 \series bold
4626 Bertoli
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 <cell alignment="center" valignment="top" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635 Stefano
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644 555
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 </row>
4650 <row>
4651 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655
4656 \series bold
4657 Bozzi
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 <cell alignment="center" valignment="top" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666 Walter
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4672 \begin_inset Text
4673
4674 \begin_layout Plain Layout
4675 555
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 </row>
4681 <row>
4682 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4683 \begin_inset Text
4684
4685 \begin_layout Plain Layout
4686
4687 \series bold
4688 Cachia
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 <cell alignment="center" valignment="top" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697 Maria
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706 555
4707 \end_layout
4708
4709 \end_inset
4710 </cell>
4711 </row>
4712 <row>
4713 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4714 \begin_inset Text
4715
4716 \begin_layout Plain Layout
4717
4718 \series bold
4719 Cachia
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 <cell alignment="center" valignment="top" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728 Maurizio
4729 \end_layout
4730
4731 \end_inset
4732 </cell>
4733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4734 \begin_inset Text
4735
4736 \begin_layout Plain Layout
4737 555
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 </row>
4743 <row>
4744 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Plain Layout
4748
4749 \series bold
4750 Cinquemani
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 <cell alignment="center" valignment="top" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759 Giusi
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4765 \begin_inset Text
4766
4767 \begin_layout Plain Layout
4768 555
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 </row>
4774 <row>
4775 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4776 \begin_inset Text
4777
4778 \begin_layout Plain Layout
4779
4780 \series bold
4781 Colin
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 <cell alignment="center" valignment="top" usebox="none">
4787 \begin_inset Text
4788
4789 \begin_layout Plain Layout
4790 Bernard
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4796 \begin_inset Text
4797
4798 \begin_layout Plain Layout
4799 555
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 </row>
4805 <row>
4806 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Plain Layout
4810
4811 \series bold
4812 Concli
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 <cell alignment="center" valignment="top" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821 Gianfranco
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4827 \begin_inset Text
4828
4829 \begin_layout Plain Layout
4830 555
4831 \end_layout
4832
4833 \end_inset
4834 </cell>
4835 </row>
4836 <row>
4837 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4838 \begin_inset Text
4839
4840 \begin_layout Plain Layout
4841
4842 \series bold
4843 Dal Bosco
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 <cell alignment="center" valignment="top" usebox="none">
4849 \begin_inset Text
4850
4851 \begin_layout Plain Layout
4852 Carolina
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861 555
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 </row>
4867 <row>
4868 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4869 \begin_inset Text
4870
4871 \begin_layout Plain Layout
4872
4873 \series bold
4874 Dalpiaz
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 <cell alignment="center" valignment="top" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Plain Layout
4883 Annamaria
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Plain Layout
4892 555
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 </row>
4898 <row>
4899 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4900 \begin_inset Text
4901
4902 \begin_layout Plain Layout
4903
4904 \series bold
4905 Feliciello
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 <cell alignment="center" valignment="top" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914 Domenico
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4920 \begin_inset Text
4921
4922 \begin_layout Plain Layout
4923 555
4924 \end_layout
4925
4926 \end_inset
4927 </cell>
4928 </row>
4929 <row>
4930 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4931 \begin_inset Text
4932
4933 \begin_layout Plain Layout
4934
4935 \series bold
4936 Focarelli
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 <cell alignment="center" valignment="top" usebox="none">
4942 \begin_inset Text
4943
4944 \begin_layout Plain Layout
4945 Paola
4946 \end_layout
4947
4948 \end_inset
4949 </cell>
4950 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4951 \begin_inset Text
4952
4953 \begin_layout Plain Layout
4954 555
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 </row>
4960 <row>
4961 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4962 \begin_inset Text
4963
4964 \begin_layout Plain Layout
4965
4966 \series bold
4967 Galletti
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 <cell alignment="center" valignment="top" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976 Oreste
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4982 \begin_inset Text
4983
4984 \begin_layout Plain Layout
4985 555
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 </row>
4991 <row>
4992 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4993 \begin_inset Text
4994
4995 \begin_layout Plain Layout
4996
4997 \series bold
4998 Gasparini
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 <cell alignment="center" valignment="top" usebox="none">
5004 \begin_inset Text
5005
5006 \begin_layout Plain Layout
5007 Franca
5008 \end_layout
5009
5010 \end_inset
5011 </cell>
5012 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5013 \begin_inset Text
5014
5015 \begin_layout Plain Layout
5016 555
5017 \end_layout
5018
5019 \end_inset
5020 </cell>
5021 </row>
5022 <row>
5023 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5024 \begin_inset Text
5025
5026 \begin_layout Plain Layout
5027
5028 \series bold
5029 Rizzardi
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 <cell alignment="center" valignment="top" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Plain Layout
5038 Paola
5039 \end_layout
5040
5041 \end_inset
5042 </cell>
5043 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5044 \begin_inset Text
5045
5046 \begin_layout Plain Layout
5047 555
5048 \end_layout
5049
5050 \end_inset
5051 </cell>
5052 </row>
5053 <row>
5054 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5055 \begin_inset Text
5056
5057 \begin_layout Plain Layout
5058
5059 \series bold
5060 Lassini
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 <cell alignment="center" valignment="top" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069 Giancarlo
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078 555
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 </row>
5084 <row>
5085 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5086 \begin_inset Text
5087
5088 \begin_layout Plain Layout
5089
5090 \series bold
5091 Malfatti
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 <cell alignment="center" valignment="top" usebox="none">
5097 \begin_inset Text
5098
5099 \begin_layout Plain Layout
5100 Luciano
5101 \end_layout
5102
5103 \end_inset
5104 </cell>
5105 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5106 \begin_inset Text
5107
5108 \begin_layout Plain Layout
5109 555
5110 \end_layout
5111
5112 \end_inset
5113 </cell>
5114 </row>
5115 <row>
5116 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5117 \begin_inset Text
5118
5119 \begin_layout Plain Layout
5120
5121 \series bold
5122 Malfatti
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 <cell alignment="center" valignment="top" usebox="none">
5128 \begin_inset Text
5129
5130 \begin_layout Plain Layout
5131 Valeriano
5132 \end_layout
5133
5134 \end_inset
5135 </cell>
5136 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5137 \begin_inset Text
5138
5139 \begin_layout Plain Layout
5140 555
5141 \end_layout
5142
5143 \end_inset
5144 </cell>
5145 </row>
5146 <row>
5147 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5148 \begin_inset Text
5149
5150 \begin_layout Plain Layout
5151
5152 \series bold
5153 Meneguzzo
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 <cell alignment="center" valignment="top" usebox="none">
5159 \begin_inset Text
5160
5161 \begin_layout Plain Layout
5162 Roberto
5163 \end_layout
5164
5165 \end_inset
5166 </cell>
5167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Plain Layout
5171 555
5172 \end_layout
5173
5174 \end_inset
5175 </cell>
5176 </row>
5177 <row>
5178 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Plain Layout
5182
5183 \series bold
5184 Mezzadra
5185 \end_layout
5186
5187 \end_inset
5188 </cell>
5189 <cell alignment="center" valignment="top" usebox="none">
5190 \begin_inset Text
5191
5192 \begin_layout Plain Layout
5193 Roberto
5194 \end_layout
5195
5196 \end_inset
5197 </cell>
5198 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5199 \begin_inset Text
5200
5201 \begin_layout Plain Layout
5202 555
5203 \end_layout
5204
5205 \end_inset
5206 </cell>
5207 </row>
5208 <row>
5209 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5210 \begin_inset Text
5211
5212 \begin_layout Plain Layout
5213
5214 \series bold
5215 Pirpamer
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 <cell alignment="center" valignment="top" usebox="none">
5221 \begin_inset Text
5222
5223 \begin_layout Plain Layout
5224 Erich
5225 \end_layout
5226
5227 \end_inset
5228 </cell>
5229 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5230 \begin_inset Text
5231
5232 \begin_layout Plain Layout
5233 555
5234 \end_layout
5235
5236 \end_inset
5237 </cell>
5238 </row>
5239 <row>
5240 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5241 \begin_inset Text
5242
5243 \begin_layout Plain Layout
5244
5245 \series bold
5246 Pochiesa
5247 \end_layout
5248
5249 \end_inset
5250 </cell>
5251 <cell alignment="center" valignment="top" usebox="none">
5252 \begin_inset Text
5253
5254 \begin_layout Plain Layout
5255 Paolo
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5261 \begin_inset Text
5262
5263 \begin_layout Plain Layout
5264 555, 222
5265 \end_layout
5266
5267 \end_inset
5268 </cell>
5269 </row>
5270 <row>
5271 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275
5276 \series bold
5277 Radina
5278 \end_layout
5279
5280 \end_inset
5281 </cell>
5282 <cell alignment="center" valignment="top" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286 Claudio
5287 \end_layout
5288
5289 \end_inset
5290 </cell>
5291 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5292 \begin_inset Text
5293
5294 \begin_layout Plain Layout
5295 555
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 </row>
5301 <row>
5302 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5303 \begin_inset Text
5304
5305 \begin_layout Plain Layout
5306
5307 \series bold
5308 Stuffer
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 <cell alignment="center" valignment="top" usebox="none">
5314 \begin_inset Text
5315
5316 \begin_layout Plain Layout
5317 Oskar
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5323 \begin_inset Text
5324
5325 \begin_layout Plain Layout
5326 555
5327 \end_layout
5328
5329 \end_inset
5330 </cell>
5331 </row>
5332 <row>
5333 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5334 \begin_inset Text
5335
5336 \begin_layout Plain Layout
5337
5338 \series bold
5339 Tacchelli
5340 \end_layout
5341
5342 \end_inset
5343 </cell>
5344 <cell alignment="center" valignment="top" usebox="none">
5345 \begin_inset Text
5346
5347 \begin_layout Plain Layout
5348 Ugo
5349 \end_layout
5350
5351 \end_inset
5352 </cell>
5353 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5354 \begin_inset Text
5355
5356 \begin_layout Plain Layout
5357 555
5358 \end_layout
5359
5360 \end_inset
5361 </cell>
5362 </row>
5363 <row>
5364 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Plain Layout
5368
5369 \series bold
5370 Tezzele
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 <cell alignment="center" valignment="top" usebox="none">
5376 \begin_inset Text
5377
5378 \begin_layout Plain Layout
5379 Margit
5380 \end_layout
5381
5382 \end_inset
5383 </cell>
5384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5385 \begin_inset Text
5386
5387 \begin_layout Plain Layout
5388 555
5389 \end_layout
5390
5391 \end_inset
5392 </cell>
5393 </row>
5394 <row>
5395 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5396 \begin_inset Text
5397
5398 \begin_layout Plain Layout
5399
5400 \series bold
5401 Unterkalmsteiner
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 <cell alignment="center" valignment="top" usebox="none">
5407 \begin_inset Text
5408
5409 \begin_layout Plain Layout
5410 Frieda
5411 \end_layout
5412
5413 \end_inset
5414 </cell>
5415 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5416 \begin_inset Text
5417
5418 \begin_layout Plain Layout
5419 555
5420 \end_layout
5421
5422 \end_inset
5423 </cell>
5424 </row>
5425 <row>
5426 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430
5431 \series bold
5432 Vieider
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 <cell alignment="center" valignment="top" usebox="none">
5438 \begin_inset Text
5439
5440 \begin_layout Plain Layout
5441 Hilde
5442 \end_layout
5443
5444 \end_inset
5445 </cell>
5446 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450 555
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 </row>
5456 <row>
5457 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5458 \begin_inset Text
5459
5460 \begin_layout Plain Layout
5461
5462 \series bold
5463 Vigna
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 <cell alignment="center" valignment="top" usebox="none">
5469 \begin_inset Text
5470
5471 \begin_layout Plain Layout
5472 Jürgen
5473 \end_layout
5474
5475 \end_inset
5476 </cell>
5477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5478 \begin_inset Text
5479
5480 \begin_layout Plain Layout
5481 999
5482 \end_layout
5483
5484 \end_inset
5485 </cell>
5486 </row>
5487 <row>
5488 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5489 \begin_inset Text
5490
5491 \begin_layout Plain Layout
5492
5493 \series bold
5494 Weber
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 <cell alignment="center" valignment="top" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Plain Layout
5503 Maurizio
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5509 \begin_inset Text
5510
5511 \begin_layout Plain Layout
5512 555
5513 \end_layout
5514
5515 \end_inset
5516 </cell>
5517 </row>
5518 <row>
5519 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5520 \begin_inset Text
5521
5522 \begin_layout Plain Layout
5523
5524 \series bold
5525 Winkler
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5531 \begin_inset Text
5532
5533 \begin_layout Plain Layout
5534 Franz
5535 \end_layout
5536
5537 \end_inset
5538 </cell>
5539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543 555
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 </row>
5549 <row endlastfoot="true">
5550 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 end
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572
5573 \end_layout
5574
5575 \end_inset
5576 </cell>
5577 </row>
5578 </lyxtabular>
5579
5580 \end_inset
5581
5582
5583 \begin_inset ERT
5584 status collapsed
5585
5586 \begin_layout Plain Layout
5587
5588
5589 \backslash
5590 addtocounter{table}{-1}
5591 \end_layout
5592
5593 \end_inset
5594
5595
5596 \begin_inset Note Note
5597 status collapsed
5598
5599 \begin_layout Plain Layout
5600 See the first greyed-out note in section
5601 \begin_inset space ~
5602 \end_inset
5603
5604
5605 \begin_inset CommandInset ref
5606 LatexCommand ref
5607 reference "sub:Longtable-Captions"
5608
5609 \end_inset
5610
5611  for an explanation of this command.
5612 \end_layout
5613
5614 \end_inset
5615
5616
5617 \end_layout
5618
5619 \begin_layout Subsection
5620 Footnotes in Longtables
5621 \begin_inset CommandInset label
5622 LatexCommand label
5623 name "sub:Footnotes-in-Longtables"
5624
5625 \end_inset
5626
5627
5628 \begin_inset Index idx
5629 status collapsed
5630
5631 \begin_layout Plain Layout
5632 Longtables ! Footnotes
5633 \end_layout
5634
5635 \end_inset
5636
5637
5638 \end_layout
5639
5640 \begin_layout Standard
5641 Footnotes can be inserted to every longtable cell.
5642  They appear at the bottom of the page where the table cell with the footnote
5643  appears.
5644  Table
5645 \begin_inset space ~
5646 \end_inset
5647
5648
5649 \begin_inset CommandInset ref
5650 LatexCommand ref
5651 reference "tab:DiffCaptions"
5652
5653 \end_inset
5654
5655  has for example a footnote.
5656 \end_layout
5657
5658 \begin_layout Subsection
5659 Longtable Alignment
5660 \begin_inset Index idx
5661 status collapsed
5662
5663 \begin_layout Plain Layout
5664 Longtables ! Alignment
5665 \end_layout
5666
5667 \end_inset
5668
5669
5670 \end_layout
5671
5672 \begin_layout Standard
5673 The horizontal alignment of longtables can be set in the table settings
5674  dialog.
5675  For left- and right-alignment the table will be directly at the page border.
5676  To add space between the table and the border one has to set the alignment
5677  to center and change the value of the LaTeX-lengths 
5678 \series bold
5679
5680 \backslash
5681 LTleft 
5682 \series default
5683 or 
5684 \series bold
5685
5686 \backslash
5687 LTright
5688 \series default
5689  by inserting this line as TeX-Code before the longtable:
5690 \end_layout
5691
5692 \begin_layout Standard
5693
5694 \series bold
5695
5696 \backslash
5697 setlength{
5698 \backslash
5699 LTleft}{value}
5700 \end_layout
5701
5702 \begin_layout Standard
5703 The value can have any of the units listed in Table
5704 \begin_inset space ~
5705 \end_inset
5706
5707
5708 \begin_inset CommandInset ref
5709 LatexCommand ref
5710 reference "tab:Units"
5711
5712 \end_inset
5713
5714 .
5715  
5716 \series bold
5717
5718 \backslash
5719 LTleft
5720 \series default
5721  controls the horizontal distance from the left page border to the longtable,
5722  
5723 \series bold
5724
5725 \backslash
5726 LTright
5727 \series default
5728  the distance from the right side.
5729  The default value for both lengths is 
5730 \series bold
5731
5732 \backslash
5733 fill
5734 \series default
5735 , which is in this case the same as an horizontal fill in LyX.
5736 \end_layout
5737
5738 \begin_layout Standard
5739 The following longtable was centered and 
5740 \series bold
5741
5742 \backslash
5743 LTleft
5744 \series default
5745  set to 
5746 \family sans
5747 0.1
5748 \backslash
5749 columnwidth
5750 \family default
5751 :
5752 \begin_inset ERT
5753 status collapsed
5754
5755 \begin_layout Plain Layout
5756
5757
5758 \backslash
5759 setlength{
5760 \backslash
5761 LTleft}{0.1
5762 \backslash
5763 columnwidth}
5764 \end_layout
5765
5766 \end_inset
5767
5768
5769 \end_layout
5770
5771 \begin_layout Standard
5772 \begin_inset Tabular
5773 <lyxtabular version="3" rows="5" columns="5">
5774 <features islongtable="true" longtabularalignment="center">
5775 <column alignment="center" valignment="top" width="0">
5776 <column alignment="center" valignment="top" width="0pt">
5777 <column alignment="center" valignment="top" width="0">
5778 <column alignment="center" valignment="top" width="0">
5779 <column alignment="center" valignment="top" width="0">
5780 <row>
5781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 1
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Plain Layout
5794 2
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 3
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 4
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821 5
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 </row>
5827 <row>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 asd
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841 s
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850 s
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 s
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 asd
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 </row>
5874 <row>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 asd
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 s
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 s
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 s
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5912 \begin_inset Text
5913
5914 \begin_layout Plain Layout
5915 asd
5916 \end_layout
5917
5918 \end_inset
5919 </cell>
5920 </row>
5921 <row>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 asd
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935 s
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944 s
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953 s
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5959 \begin_inset Text
5960
5961 \begin_layout Plain Layout
5962 asd
5963 \end_layout
5964
5965 \end_inset
5966 </cell>
5967 </row>
5968 <row>
5969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 asd
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 asd
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 asd
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000 asd
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Plain Layout
6009 asd
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 </row>
6015 </lyxtabular>
6016
6017 \end_inset
6018
6019
6020 \begin_inset ERT
6021 status collapsed
6022
6023 \begin_layout Plain Layout
6024
6025
6026 \backslash
6027 setlength{
6028 \backslash
6029 LTleft}{
6030 \backslash
6031 fill}
6032 \end_layout
6033
6034 \end_inset
6035
6036
6037 \begin_inset ERT
6038 status collapsed
6039
6040 \begin_layout Plain Layout
6041
6042
6043 \backslash
6044 addtocounter{table}{-1}
6045 \end_layout
6046
6047 \end_inset
6048
6049
6050 \begin_inset Note Note
6051 status collapsed
6052
6053 \begin_layout Plain Layout
6054 See the first greyed-out note in section
6055 \begin_inset space ~
6056 \end_inset
6057
6058
6059 \begin_inset CommandInset ref
6060 LatexCommand ref
6061 reference "sub:Longtable-Captions"
6062
6063 \end_inset
6064
6065  for an explanation of this command.
6066 \end_layout
6067
6068 \end_inset
6069
6070
6071 \end_layout
6072
6073 \begin_layout Subsection
6074 Longtable Captions
6075 \begin_inset Index idx
6076 status collapsed
6077
6078 \begin_layout Plain Layout
6079 Longtables ! Captions
6080 \end_layout
6081
6082 \end_inset
6083
6084
6085 \begin_inset CommandInset label
6086 LatexCommand label
6087 name "sub:Longtable-Captions"
6088
6089 \end_inset
6090
6091
6092 \end_layout
6093
6094 \begin_layout Standard
6095 A longtable cannot be put into a table float because floats can only be
6096  on one page.
6097  But the caption environment of floats can also be used for longtables when
6098  you use the longtable option 
6099 \family sans
6100 Caption
6101 \family default
6102  as described in sec.
6103 \begin_inset space \thinspace{}
6104 \end_inset
6105
6106
6107 \begin_inset CommandInset ref
6108 LatexCommand ref
6109 reference "sec:Longtables"
6110
6111 \end_inset
6112
6113 .
6114  Only one table row can contain the caption.
6115 \end_layout
6116
6117 \begin_layout Standard
6118 Here is a short longtable to see how it works:
6119 \end_layout
6120
6121 \begin_layout Standard
6122 \begin_inset Tabular
6123 <lyxtabular version="3" rows="6" columns="5">
6124 <features islongtable="true" longtabularalignment="center">
6125 <column alignment="center" valignment="top" width="0">
6126 <column alignment="center" valignment="top" width="0">
6127 <column alignment="center" valignment="top" width="0">
6128 <column alignment="center" valignment="top" width="0">
6129 <column alignment="center" valignment="top" width="0">
6130 <row caption="true">
6131 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135 \begin_inset Caption
6136
6137 \begin_layout Plain Layout
6138 Longtable with caption
6139 \begin_inset Argument
6140 status open
6141
6142 \begin_layout Plain Layout
6143 Longtable
6144 \end_layout
6145
6146 \end_inset
6147
6148
6149 \end_layout
6150
6151 \end_inset
6152
6153
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6159 \begin_inset Text
6160
6161 \begin_layout Plain Layout
6162
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 </row>
6195 <row>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 1
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6206 \begin_inset Text
6207
6208 \begin_layout Plain Layout
6209 2
6210 \end_layout
6211
6212 \end_inset
6213 </cell>
6214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6215 \begin_inset Text
6216
6217 \begin_layout Plain Layout
6218 3
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6224 \begin_inset Text
6225
6226 \begin_layout Plain Layout
6227 4
6228 \end_layout
6229
6230 \end_inset
6231 </cell>
6232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6233 \begin_inset Text
6234
6235 \begin_layout Plain Layout
6236 5
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 </row>
6242 <row>
6243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247 asd
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256 s
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265 s
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274 s
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283 asd
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 </row>
6289 <row>
6290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294 asd
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303 s
6304 \end_layout
6305
6306 \end_inset
6307 </cell>
6308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6309 \begin_inset Text
6310
6311 \begin_layout Plain Layout
6312 s
6313 \end_layout
6314
6315 \end_inset
6316 </cell>
6317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6318 \begin_inset Text
6319
6320 \begin_layout Plain Layout
6321 s
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6327 \begin_inset Text
6328
6329 \begin_layout Plain Layout
6330 asd
6331 \end_layout
6332
6333 \end_inset
6334 </cell>
6335 </row>
6336 <row>
6337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Plain Layout
6341 asd
6342 \end_layout
6343
6344 \end_inset
6345 </cell>
6346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350 s
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359 s
6360 \end_layout
6361
6362 \end_inset
6363 </cell>
6364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Plain Layout
6368 s
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377 asd
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 </row>
6383 <row>
6384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388 asd
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397 asd
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406 asd
6407 \end_layout
6408
6409 \end_inset
6410 </cell>
6411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415 asd
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424 asd
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 </row>
6430 </lyxtabular>
6431
6432 \end_inset
6433
6434
6435 \end_layout
6436
6437 \begin_layout Standard
6438 \begin_inset VSpace medskip
6439 \end_inset
6440
6441
6442 \begin_inset Note Greyedout
6443 status open
6444
6445 \begin_layout Plain Layout
6446
6447 \series bold
6448 Note
6449 \begin_inset space ~
6450 \end_inset
6451
6452 1:
6453 \series default
6454  The table number is increased for for every longtable, even if you did
6455  not set a caption for it.
6456  For this reason you could have the case that e.
6457 \begin_inset space \thinspace{}
6458 \end_inset
6459
6460 g.
6461 \begin_inset space \space{}
6462 \end_inset
6463
6464 Table
6465 \begin_inset space ~
6466 \end_inset
6467
6468 2.4 follows Table
6469 \begin_inset space ~
6470 \end_inset
6471
6472 2.1 in the list of tables if there are two longtables without captions.
6473  To avoid this you can add the following command in TeX-Code after every
6474  longtable without a caption:
6475 \end_layout
6476
6477 \begin_layout Plain Layout
6478
6479 \series bold
6480
6481 \backslash
6482 addtocounter{table}{-1}
6483 \end_layout
6484
6485 \begin_layout Plain Layout
6486 This is not needed when none of your longtables have a caption and you add
6487  the following code to the document preamble:
6488 \end_layout
6489
6490 \begin_layout Plain Layout
6491
6492 \series bold
6493
6494 \backslash
6495 let
6496 \backslash
6497 myEnd
6498 \backslash
6499 endlongtable
6500 \begin_inset Newline newline
6501 \end_inset
6502
6503
6504 \backslash
6505 renewcommand{
6506 \backslash
6507 endlongtable}{
6508 \backslash
6509 myEnd
6510 \backslash
6511 addtocounter{table}{-1}}
6512 \end_layout
6513
6514 \end_inset
6515
6516
6517 \end_layout
6518
6519 \begin_layout Standard
6520 \begin_inset Note Greyedout
6521 status open
6522
6523 \begin_layout Plain Layout
6524
6525 \series bold
6526 Note
6527 \begin_inset space ~
6528 \end_inset
6529
6530 2:
6531 \series default
6532  If you are using
6533 \series bold
6534  hyperref
6535 \series default
6536
6537 \begin_inset Index idx
6538 status collapsed
6539
6540 \begin_layout Plain Layout
6541 LaTeX-packages ! hyperref
6542 \end_layout
6543
6544 \end_inset
6545
6546  in the 
6547 \family sans
6548 PDF Properties
6549 \family default
6550  of the 
6551 \family sans
6552 Document Settings
6553 \family default
6554  dialog to link cross-references, the link to a longtable caption will always
6555  point to the beginning of the document.
6556 \end_layout
6557
6558 \end_inset
6559
6560
6561 \end_layout
6562
6563 \begin_layout Subsubsection
6564 References to Longtables
6565 \begin_inset Index idx
6566 status collapsed
6567
6568 \begin_layout Plain Layout
6569 Longtables ! References
6570 \end_layout
6571
6572 \end_inset
6573
6574
6575 \end_layout
6576
6577 \begin_layout Standard
6578 \begin_inset Tabular
6579 <lyxtabular version="3" rows="6" columns="5">
6580 <features islongtable="true" longtabularalignment="center">
6581 <column alignment="center" valignment="top" width="0">
6582 <column alignment="center" valignment="top" width="0">
6583 <column alignment="center" valignment="top" width="0">
6584 <column alignment="center" valignment="top" width="0">
6585 <column alignment="center" valignment="top" width="0">
6586 <row caption="true">
6587 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591 \begin_inset Caption
6592
6593 \begin_layout Plain Layout
6594 Referenced longtable
6595 \begin_inset CommandInset label
6596 LatexCommand label
6597 name "tab:RefExample"
6598
6599 \end_inset
6600
6601
6602 \end_layout
6603
6604 \end_inset
6605
6606
6607 \end_layout
6608
6609 \end_inset
6610 </cell>
6611 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6612 \begin_inset Text
6613
6614 \begin_layout Plain Layout
6615
6616 \end_layout
6617
6618 \end_inset
6619 </cell>
6620 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6621 \begin_inset Text
6622
6623 \begin_layout Plain Layout
6624
6625 \end_layout
6626
6627 \end_inset
6628 </cell>
6629 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout Plain Layout
6633
6634 \end_layout
6635
6636 \end_inset
6637 </cell>
6638 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6639 \begin_inset Text
6640
6641 \begin_layout Plain Layout
6642
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 </row>
6648 <row>
6649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 1
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6659 \begin_inset Text
6660
6661 \begin_layout Plain Layout
6662 2
6663 \end_layout
6664
6665 \end_inset
6666 </cell>
6667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout Plain Layout
6671 3
6672 \end_layout
6673
6674 \end_inset
6675 </cell>
6676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6677 \begin_inset Text
6678
6679 \begin_layout Plain Layout
6680 4
6681 \end_layout
6682
6683 \end_inset
6684 </cell>
6685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6686 \begin_inset Text
6687
6688 \begin_layout Plain Layout
6689 5
6690 \end_layout
6691
6692 \end_inset
6693 </cell>
6694 </row>
6695 <row>
6696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700 asd
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6706 \begin_inset Text
6707
6708 \begin_layout Plain Layout
6709 s
6710 \end_layout
6711
6712 \end_inset
6713 </cell>
6714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Plain Layout
6718 s
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727 s
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6733 \begin_inset Text
6734
6735 \begin_layout Plain Layout
6736 asd
6737 \end_layout
6738
6739 \end_inset
6740 </cell>
6741 </row>
6742 <row>
6743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6744 \begin_inset Text
6745
6746 \begin_layout Plain Layout
6747 asd
6748 \end_layout
6749
6750 \end_inset
6751 </cell>
6752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Plain Layout
6756 s
6757 \end_layout
6758
6759 \end_inset
6760 </cell>
6761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6762 \begin_inset Text
6763
6764 \begin_layout Plain Layout
6765 s
6766 \end_layout
6767
6768 \end_inset
6769 </cell>
6770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6771 \begin_inset Text
6772
6773 \begin_layout Plain Layout
6774 s
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6780 \begin_inset Text
6781
6782 \begin_layout Plain Layout
6783 asd
6784 \end_layout
6785
6786 \end_inset
6787 </cell>
6788 </row>
6789 <row>
6790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6791 \begin_inset Text
6792
6793 \begin_layout Plain Layout
6794 asd
6795 \end_layout
6796
6797 \end_inset
6798 </cell>
6799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6800 \begin_inset Text
6801
6802 \begin_layout Plain Layout
6803 s
6804 \end_layout
6805
6806 \end_inset
6807 </cell>
6808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6809 \begin_inset Text
6810
6811 \begin_layout Plain Layout
6812 s
6813 \end_layout
6814
6815 \end_inset
6816 </cell>
6817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6818 \begin_inset Text
6819
6820 \begin_layout Plain Layout
6821 s
6822 \end_layout
6823
6824 \end_inset
6825 </cell>
6826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6827 \begin_inset Text
6828
6829 \begin_layout Plain Layout
6830 asd
6831 \end_layout
6832
6833 \end_inset
6834 </cell>
6835 </row>
6836 <row>
6837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841 asd
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6847 \begin_inset Text
6848
6849 \begin_layout Plain Layout
6850 sad
6851 \end_layout
6852
6853 \end_inset
6854 </cell>
6855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6856 \begin_inset Text
6857
6858 \begin_layout Plain Layout
6859 asd
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Plain Layout
6868 asd
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877 asd
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 </row>
6883 </lyxtabular>
6884
6885 \end_inset
6886
6887
6888 \end_layout
6889
6890 \begin_layout Standard
6891 To reference a longtable, insert a label into the caption.
6892 \end_layout
6893
6894 \begin_layout Standard
6895 This is a reference to Table
6896 \begin_inset space ~
6897 \end_inset
6898
6899
6900 \begin_inset CommandInset ref
6901 LatexCommand ref
6902 reference "tab:RefExample"
6903
6904 \end_inset
6905
6906 .
6907 \end_layout
6908
6909 \begin_layout Standard
6910 The caption layout can be set together with all other captions of your document
6911  using the LaTeX-package 
6912 \series bold
6913 caption
6914 \series default
6915
6916 \begin_inset Index idx
6917 status collapsed
6918
6919 \begin_layout Plain Layout
6920 LaTeX-packages ! caption
6921 \end_layout
6922
6923 \end_inset
6924
6925 , see section
6926 \begin_inset space ~
6927 \end_inset
6928
6929
6930 \begin_inset CommandInset ref
6931 LatexCommand ref
6932 reference "sec:Caption-Formatting"
6933
6934 \end_inset
6935
6936 .
6937 \end_layout
6938
6939 \begin_layout Subsubsection
6940 Caption Width
6941 \begin_inset Index idx
6942 status collapsed
6943
6944 \begin_layout Plain Layout
6945 Longtables ! Caption Width
6946 \end_layout
6947
6948 \end_inset
6949
6950
6951 \end_layout
6952
6953 \begin_layout Standard
6954 The maximal width of of caption lines is defined by the length 
6955 \series bold
6956
6957 \backslash
6958 LTcapwidth
6959 \series default
6960 .
6961  Its default value is 4
6962 \begin_inset space \thinspace{}
6963 \end_inset
6964
6965 in.
6966  To change it add the following command to your document preamble or as
6967  TeX-Code into your document before the longtable that should be affected
6968 \end_layout
6969
6970 \begin_layout Standard
6971
6972 \series bold
6973
6974 \backslash
6975 setlength{
6976 \backslash
6977 LTcapwidth}{width}
6978 \end_layout
6979
6980 \begin_layout Standard
6981 where the width could have one of the units listed in appendix
6982 \begin_inset space ~
6983 \end_inset
6984
6985
6986 \begin_inset CommandInset ref
6987 LatexCommand ref
6988 reference "cha:Units-available-in"
6989
6990 \end_inset
6991
6992 .
6993 \end_layout
6994
6995 \begin_layout Standard
6996 The following tables show the difference:
6997 \end_layout
6998
6999 \begin_layout Standard
7000 \begin_inset Tabular
7001 <lyxtabular version="3" rows="6" columns="5">
7002 <features islongtable="true" longtabularalignment="center">
7003 <column alignment="center" valignment="top" width="0">
7004 <column alignment="center" valignment="top" width="0">
7005 <column alignment="center" valignment="top" width="0">
7006 <column alignment="center" valignment="top" width="0">
7007 <column alignment="center" valignment="top" width="0">
7008 <row caption="true">
7009 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 \begin_inset Caption
7014
7015 \begin_layout Plain Layout
7016 long full title with default width long full title with default width long
7017  full title with default width
7018 \begin_inset Argument
7019 status collapsed
7020
7021 \begin_layout Plain Layout
7022 caption with default width
7023 \end_layout
7024
7025 \end_inset
7026
7027
7028 \end_layout
7029
7030 \end_inset
7031
7032
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7056 \begin_inset Text
7057
7058 \begin_layout Plain Layout
7059
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 </row>
7074 <row>
7075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079 1
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088 2
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097 3
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Plain Layout
7106 4
7107 \end_layout
7108
7109 \end_inset
7110 </cell>
7111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Plain Layout
7115 5
7116 \end_layout
7117
7118 \end_inset
7119 </cell>
7120 </row>
7121 <row>
7122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7123 \begin_inset Text
7124
7125 \begin_layout Plain Layout
7126 asd
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135 s
7136 \end_layout
7137
7138 \end_inset
7139 </cell>
7140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Plain Layout
7144 s
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Plain Layout
7153 s
7154 \end_layout
7155
7156 \end_inset
7157 </cell>
7158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162 asd
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 </row>
7168 <row>
7169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Plain Layout
7173 asd
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7179 \begin_inset Text
7180
7181 \begin_layout Plain Layout
7182 s
7183 \end_layout
7184
7185 \end_inset
7186 </cell>
7187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Plain Layout
7191 s
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7197 \begin_inset Text
7198
7199 \begin_layout Plain Layout
7200 s
7201 \end_layout
7202
7203 \end_inset
7204 </cell>
7205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7206 \begin_inset Text
7207
7208 \begin_layout Plain Layout
7209 asd
7210 \end_layout
7211
7212 \end_inset
7213 </cell>
7214 </row>
7215 <row>
7216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7217 \begin_inset Text
7218
7219 \begin_layout Plain Layout
7220 asd
7221 \end_layout
7222
7223 \end_inset
7224 </cell>
7225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7226 \begin_inset Text
7227
7228 \begin_layout Plain Layout
7229 s
7230 \end_layout
7231
7232 \end_inset
7233 </cell>
7234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7235 \begin_inset Text
7236
7237 \begin_layout Plain Layout
7238 s
7239 \end_layout
7240
7241 \end_inset
7242 </cell>
7243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7244 \begin_inset Text
7245
7246 \begin_layout Plain Layout
7247 s
7248 \end_layout
7249
7250 \end_inset
7251 </cell>
7252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7253 \begin_inset Text
7254
7255 \begin_layout Plain Layout
7256 asd
7257 \end_layout
7258
7259 \end_inset
7260 </cell>
7261 </row>
7262 <row>
7263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Plain Layout
7267 asd
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7273 \begin_inset Text
7274
7275 \begin_layout Plain Layout
7276 sad
7277 \end_layout
7278
7279 \end_inset
7280 </cell>
7281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Plain Layout
7285 asd
7286 \end_layout
7287
7288 \end_inset
7289 </cell>
7290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Plain Layout
7294 asd
7295 \end_layout
7296
7297 \end_inset
7298 </cell>
7299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7300 \begin_inset Text
7301
7302 \begin_layout Plain Layout
7303 asd
7304 \end_layout
7305
7306 \end_inset
7307 </cell>
7308 </row>
7309 </lyxtabular>
7310
7311 \end_inset
7312
7313
7314 \end_layout
7315
7316 \begin_layout Standard
7317 \begin_inset ERT
7318 status collapsed
7319
7320 \begin_layout Plain Layout
7321
7322
7323 \backslash
7324 setlength{
7325 \backslash
7326 LTcapwidth}{5cm}
7327 \end_layout
7328
7329 \end_inset
7330
7331
7332 \begin_inset Tabular
7333 <lyxtabular version="3" rows="6" columns="5">
7334 <features islongtable="true" longtabularalignment="center">
7335 <column alignment="center" valignment="top" width="0">
7336 <column alignment="center" valignment="top" width="0">
7337 <column alignment="center" valignment="top" width="0">
7338 <column alignment="center" valignment="top" width="0">
7339 <column alignment="center" valignment="top" width="0">
7340 <row caption="true">
7341 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345 \begin_inset Caption
7346
7347 \begin_layout Plain Layout
7348 long full title with width set to 5
7349 \begin_inset space \thinspace{}
7350 \end_inset
7351
7352 cm long full title with width set to 5
7353 \begin_inset space \thinspace{}
7354 \end_inset
7355
7356 cm long full title with width set to 5
7357 \begin_inset space \thinspace{}
7358 \end_inset
7359
7360 cm
7361 \begin_inset Argument
7362 status collapsed
7363
7364 \begin_layout Plain Layout
7365 caption with width
7366 \begin_inset space \thinspace{}
7367 \end_inset
7368
7369 =
7370 \begin_inset space \thinspace{}
7371 \end_inset
7372
7373 5
7374 \begin_inset space \thinspace{}
7375 \end_inset
7376
7377 cm
7378 \end_layout
7379
7380 \end_inset
7381
7382
7383 \end_layout
7384
7385 \end_inset
7386
7387
7388 \end_layout
7389
7390 \end_inset
7391 </cell>
7392 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7393 \begin_inset Text
7394
7395 \begin_layout Plain Layout
7396
7397 \end_layout
7398
7399 \end_inset
7400 </cell>
7401 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7402 \begin_inset Text
7403
7404 \begin_layout Plain Layout
7405
7406 \end_layout
7407
7408 \end_inset
7409 </cell>
7410 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7411 \begin_inset Text
7412
7413 \begin_layout Plain Layout
7414
7415 \end_layout
7416
7417 \end_inset
7418 </cell>
7419 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7420 \begin_inset Text
7421
7422 \begin_layout Plain Layout
7423
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 </row>
7429 <row>
7430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7431 \begin_inset Text
7432
7433 \begin_layout Plain Layout
7434 1
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443 2
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7449 \begin_inset Text
7450
7451 \begin_layout Plain Layout
7452 3
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7458 \begin_inset Text
7459
7460 \begin_layout Plain Layout
7461 4
7462 \end_layout
7463
7464 \end_inset
7465 </cell>
7466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7467 \begin_inset Text
7468
7469 \begin_layout Plain Layout
7470 5
7471 \end_layout
7472
7473 \end_inset
7474 </cell>
7475 </row>
7476 <row>
7477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7478 \begin_inset Text
7479
7480 \begin_layout Plain Layout
7481 asd
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Plain Layout
7490 s
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Plain Layout
7499 s
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Plain Layout
7508 s
7509 \end_layout
7510
7511 \end_inset
7512 </cell>
7513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7514 \begin_inset Text
7515
7516 \begin_layout Plain Layout
7517 asd
7518 \end_layout
7519
7520 \end_inset
7521 </cell>
7522 </row>
7523 <row>
7524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7525 \begin_inset Text
7526
7527 \begin_layout Plain Layout
7528 asd
7529 \end_layout
7530
7531 \end_inset
7532 </cell>
7533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7534 \begin_inset Text
7535
7536 \begin_layout Plain Layout
7537 s
7538 \end_layout
7539
7540 \end_inset
7541 </cell>
7542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7543 \begin_inset Text
7544
7545 \begin_layout Plain Layout
7546 s
7547 \end_layout
7548
7549 \end_inset
7550 </cell>
7551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7552 \begin_inset Text
7553
7554 \begin_layout Plain Layout
7555 s
7556 \end_layout
7557
7558 \end_inset
7559 </cell>
7560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7561 \begin_inset Text
7562
7563 \begin_layout Plain Layout
7564 asd
7565 \end_layout
7566
7567 \end_inset
7568 </cell>
7569 </row>
7570 <row>
7571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7572 \begin_inset Text
7573
7574 \begin_layout Plain Layout
7575 asd
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7581 \begin_inset Text
7582
7583 \begin_layout Plain Layout
7584 s
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593 s
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7599 \begin_inset Text
7600
7601 \begin_layout Plain Layout
7602 s
7603 \end_layout
7604
7605 \end_inset
7606 </cell>
7607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7608 \begin_inset Text
7609
7610 \begin_layout Plain Layout
7611 asd
7612 \end_layout
7613
7614 \end_inset
7615 </cell>
7616 </row>
7617 <row>
7618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Plain Layout
7622 asd
7623 \end_layout
7624
7625 \end_inset
7626 </cell>
7627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7628 \begin_inset Text
7629
7630 \begin_layout Plain Layout
7631 sad
7632 \end_layout
7633
7634 \end_inset
7635 </cell>
7636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7637 \begin_inset Text
7638
7639 \begin_layout Plain Layout
7640 asd
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Plain Layout
7649 asd
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658 asd
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 </row>
7664 </lyxtabular>
7665
7666 \end_inset
7667
7668
7669 \end_layout
7670
7671 \begin_layout Standard
7672 \begin_inset ERT
7673 status collapsed
7674
7675 \begin_layout Plain Layout
7676
7677
7678 \backslash
7679 setlength{
7680 \backslash
7681 LTcapwidth}{4in}
7682 \end_layout
7683
7684 \end_inset
7685
7686
7687 \end_layout
7688
7689 \begin_layout Standard
7690 \begin_inset Note Greyedout
7691 status open
7692
7693 \begin_layout Plain Layout
7694
7695 \series bold
7696 Note:
7697 \series default
7698  When the LaTeX-package 
7699 \series bold
7700 caption
7701 \series default
7702
7703 \begin_inset Index idx
7704 status collapsed
7705
7706 \begin_layout Plain Layout
7707 LaTeX-packages ! caption
7708 \end_layout
7709
7710 \end_inset
7711
7712  is used, as in this document, the full page width is used for the caption
7713  when you use the default value of 4
7714 \begin_inset space \thinspace{}
7715 \end_inset
7716
7717 in for 
7718 \series bold
7719
7720 \backslash
7721 LTcapwidth
7722 \series default
7723 .
7724  To get in this case exactly a 4
7725 \begin_inset space \thinspace{}
7726 \end_inset
7727
7728 in wide caption, you can either use a value slightly different from 4.0
7729 \begin_inset space \thinspace{}
7730 \end_inset
7731
7732 in, e.
7733 \begin_inset space \thinspace{}
7734 \end_inset
7735
7736 g.
7737 \begin_inset space \space{}
7738 \end_inset
7739
7740 3.99
7741 \begin_inset space \thinspace{}
7742 \end_inset
7743
7744 in, or the LaTeX-command 
7745 \series bold
7746
7747 \backslash
7748 captionsetup{width=value}
7749 \series default
7750  that is provided by the 
7751 \series bold
7752 caption
7753 \series default
7754 -package.
7755 \end_layout
7756
7757 \end_inset
7758
7759
7760 \end_layout
7761
7762 \begin_layout Subsubsection
7763 Different Captions for Table Pages
7764 \begin_inset Index idx
7765 status collapsed
7766
7767 \begin_layout Plain Layout
7768 Longtables ! Different Captions for Pages
7769 \end_layout
7770
7771 \end_inset
7772
7773
7774 \end_layout
7775
7776 \begin_layout Standard
7777 When the table captions for the following pages should differ from the one
7778  of the first table page, insert a caption with the TeX code command
7779 \end_layout
7780
7781 \begin_layout Standard
7782
7783 \series bold
7784
7785 \backslash
7786 caption*{caption text}
7787 \backslash
7788
7789 \backslash
7790 %
7791 \end_layout
7792
7793 \begin_layout Standard
7794 in a dummy caption row that is marked as a header.
7795  Table
7796 \begin_inset space ~
7797 \end_inset
7798
7799
7800 \begin_inset CommandInset ref
7801 LatexCommand ref
7802 reference "tab:DiffCaptions"
7803
7804 \end_inset
7805
7806  is an example of a longtable with different heading where the second caption
7807  doesn't include the table number.
7808 \end_layout
7809
7810 \begin_layout Standard
7811 \align center
7812 \begin_inset Tabular
7813 <lyxtabular version="3" rows="59" columns="3">
7814 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7815 <column alignment="left" valignment="top" width="0cm">
7816 <column alignment="left" valignment="top" width="0pt">
7817 <column alignment="center" valignment="top" width="0pt">
7818 <row caption="true">
7819 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823 \begin_inset Caption
7824
7825 \begin_layout Plain Layout
7826 Example Phone List
7827 \begin_inset CommandInset label
7828 LatexCommand label
7829 name "tab:DiffCaptions"
7830
7831 \end_inset
7832
7833
7834 \begin_inset Argument
7835 status collapsed
7836
7837 \begin_layout Plain Layout
7838 Example Phone List
7839 \end_layout
7840
7841 \end_inset
7842
7843
7844 \end_layout
7845
7846 \end_inset
7847
7848
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 </row>
7872 <row endfirsthead="true">
7873 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877
7878 \series bold
7879 Example Phone List (ignore the names)
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 </row>
7903 <row endfirsthead="true">
7904 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908
7909 \series bold
7910 NAME
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7925 \begin_inset Text
7926
7927 \begin_layout Plain Layout
7928
7929 \series bold
7930 TEL.
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 </row>
7936 <row endhead="true">
7937 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941 \begin_inset ERT
7942 status open
7943
7944 \begin_layout Plain Layout
7945
7946
7947 \backslash
7948 caption*{Continued Example Phone List}
7949 \backslash
7950
7951 \backslash
7952 %
7953 \end_layout
7954
7955 \end_inset
7956
7957
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 </row>
7981 <row endhead="true">
7982 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986
7987 \series bold
7988 Example Phone List
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 </row>
8012 <row endhead="true">
8013 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017
8018 \series bold
8019 NAME
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037
8038 \series bold
8039 TEL.
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 </row>
8045 <row endfoot="true">
8046 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050 continued on next page
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068
8069 \end_layout
8070
8071 \end_inset
8072 </cell>
8073 </row>
8074 <row>
8075 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079
8080 \series bold
8081 Annovi
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090 Silvia
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099 111
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 </row>
8105 <row>
8106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110
8111 \series bold
8112 Bertoli
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121 Stefano
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130 111
8131 \end_layout
8132
8133 \end_inset
8134 </cell>
8135 </row>
8136 <row>
8137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141
8142 \series bold
8143 Bozzi
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152 Walter
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161 111
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 </row>
8167 <row>
8168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172
8173 \series bold
8174 Cachia
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183 Maria
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192 111
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 </row>
8198 <row>
8199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203
8204 \series bold
8205 Cachia
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214 Maurizio
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223 111
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 </row>
8229 <row>
8230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234
8235 \series bold
8236 Cinquemani
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245 Giusi
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254 111
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 </row>
8260 <row>
8261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265
8266 \series bold
8267 Colin
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276 Bernard
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 111
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 </row>
8291 <row>
8292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296
8297 \series bold
8298 Concli
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307 Gianfranco
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 111
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 </row>
8322 <row>
8323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327
8328 \series bold
8329 Dal Bosco
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338 Carolina
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 111
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 </row>
8353 <row>
8354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358
8359 \series bold
8360 Dalpiaz
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 Annamaria
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378 111
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 </row>
8384 <row>
8385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389
8390 \series bold
8391 Feliciello
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400 Domenico
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 111
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 </row>
8415 <row>
8416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420
8421 \series bold
8422 Focarelli
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431 Paola
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440 111
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 </row>
8446 <row>
8447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451
8452 \series bold
8453 Galletti
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 Oreste
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 111
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 </row>
8477 <row>
8478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482
8483 \series bold
8484 Gasparini
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 Franca
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502 111
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 </row>
8508 <row>
8509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513
8514 \series bold
8515 Rizzardi
8516 \series default
8517
8518 \begin_inset Foot
8519 status open
8520
8521 \begin_layout Plain Layout
8522 Example footnote
8523 \end_layout
8524
8525 \end_inset
8526
8527
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536 Paola
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545 111
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 </row>
8551 <row>
8552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556
8557 \series bold
8558 Lassini
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567 Giancarlo
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576 111
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 </row>
8582 <row>
8583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587
8588 \series bold
8589 Malfatti
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598 Luciano
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607 111
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 </row>
8613 <row>
8614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618
8619 \series bold
8620 Malfatti
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629 Valeriano
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638 111
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 </row>
8644 <row>
8645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649
8650 \series bold
8651 Meneguzzo
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660 Roberto
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 111
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 </row>
8675 <row>
8676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680
8681 \series bold
8682 Mezzadra
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691 Roberto
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700 111
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 </row>
8706 <row>
8707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711
8712 \series bold
8713 Pirpamer
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722 Erich
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731 111
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 </row>
8737 <row>
8738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742
8743 \series bold
8744 Pochiesa
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753 Paolo
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762 111, 222
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 </row>
8768 <row>
8769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773
8774 \series bold
8775 Radina
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784 Claudio
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793 111
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 </row>
8799 <row>
8800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804
8805 \series bold
8806 Stuffer
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815 Oskar
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824 111
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 </row>
8830 <row>
8831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835
8836 \series bold
8837 Tacchelli
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846 Ugo
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855 111
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 </row>
8861 <row>
8862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866
8867 \series bold
8868 Tezzele
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877 Margit
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886 111
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 </row>
8892 <row>
8893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897
8898 \series bold
8899 Unterkalmsteiner
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908 Frieda
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917 111
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 </row>
8923 <row>
8924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928
8929 \series bold
8930 Vieider
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939 Hilde
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948 111
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 </row>
8954 <row>
8955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959
8960 \series bold
8961 Vigna
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970 Jürgen
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979 111
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 </row>
8985 <row>
8986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990
8991 \series bold
8992 Weber
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Plain Layout
9001 Maurizio
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010 111
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 </row>
9016 <row>
9017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021
9022 \series bold
9023 Winkler
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032 Franz
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041 111
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 </row>
9047 <row>
9048 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052  
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 </row>
9076 <row>
9077 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081
9082 \series bold
9083 Annovi
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 Silvia
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101 555
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 </row>
9107 <row>
9108 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112
9113 \series bold
9114 Bertoli
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123 Stefano
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132 555
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 </row>
9138 <row>
9139 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143
9144 \series bold
9145 Bozzi
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154 Walter
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163 555
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 </row>
9169 <row>
9170 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174
9175 \series bold
9176 Cachia
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185 Maria
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194 555
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 </row>
9200 <row>
9201 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205
9206 \series bold
9207 Cachia
9208 \end_layout
9209
9210 \end_inset
9211 </cell>
9212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216 Maurizio
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225 555
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 </row>
9231 <row>
9232 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236
9237 \series bold
9238 Cinquemani
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247 Giusi
9248 \end_layout
9249
9250 \end_inset
9251 </cell>
9252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256 555
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 </row>
9262 <row>
9263 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267
9268 \series bold
9269 Colin
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Plain Layout
9278 Bernard
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287 555
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 </row>
9293 <row>
9294 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298
9299 \series bold
9300 Concli
9301 \end_layout
9302
9303 \end_inset
9304 </cell>
9305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9306 \begin_inset Text
9307
9308 \begin_layout Plain Layout
9309 Gianfranco
9310 \end_layout
9311
9312 \end_inset
9313 </cell>
9314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9315 \begin_inset Text
9316
9317 \begin_layout Plain Layout
9318 555
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 </row>
9324 <row>
9325 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329
9330 \series bold
9331 Dal Bosco
9332 \end_layout
9333
9334 \end_inset
9335 </cell>
9336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Plain Layout
9340 Carolina
9341 \end_layout
9342
9343 \end_inset
9344 </cell>
9345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349 555
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 </row>
9355 <row>
9356 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360
9361 \series bold
9362 Dalpiaz
9363 \end_layout
9364
9365 \end_inset
9366 </cell>
9367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371 Annamaria
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380 555
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 </row>
9386 <row>
9387 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391
9392 \series bold
9393 Feliciello
9394 \end_layout
9395
9396 \end_inset
9397 </cell>
9398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9399 \begin_inset Text
9400
9401 \begin_layout Plain Layout
9402 Domenico
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411 555
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 </row>
9417 <row>
9418 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Plain Layout
9422
9423 \series bold
9424 Focarelli
9425 \end_layout
9426
9427 \end_inset
9428 </cell>
9429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433 Paola
9434 \end_layout
9435
9436 \end_inset
9437 </cell>
9438 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9439 \begin_inset Text
9440
9441 \begin_layout Plain Layout
9442 555
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 </row>
9448 <row>
9449 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453
9454 \series bold
9455 Galletti
9456 \end_layout
9457
9458 \end_inset
9459 </cell>
9460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Plain Layout
9464 Oreste
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473 555
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 </row>
9479 <row>
9480 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484
9485 \series bold
9486 Gasparini
9487 \end_layout
9488
9489 \end_inset
9490 </cell>
9491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495 Franca
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504 555
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 </row>
9510 <row>
9511 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515
9516 \series bold
9517 Rizzardi
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9523 \begin_inset Text
9524
9525 \begin_layout Plain Layout
9526 Paola
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535 555
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 </row>
9541 <row>
9542 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Plain Layout
9546
9547 \series bold
9548 Lassini
9549 \end_layout
9550
9551 \end_inset
9552 </cell>
9553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9554 \begin_inset Text
9555
9556 \begin_layout Plain Layout
9557 Giancarlo
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566 555
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 </row>
9572 <row>
9573 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9574 \begin_inset Text
9575
9576 \begin_layout Plain Layout
9577
9578 \series bold
9579 Malfatti
9580 \end_layout
9581
9582 \end_inset
9583 </cell>
9584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9585 \begin_inset Text
9586
9587 \begin_layout Plain Layout
9588 Luciano
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597 555
9598 \end_layout
9599
9600 \end_inset
9601 </cell>
9602 </row>
9603 <row>
9604 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9605 \begin_inset Text
9606
9607 \begin_layout Plain Layout
9608
9609 \series bold
9610 Malfatti
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Plain Layout
9619 Valeriano
9620 \end_layout
9621
9622 \end_inset
9623 </cell>
9624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628 555
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 </row>
9634 <row>
9635 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9636 \begin_inset Text
9637
9638 \begin_layout Plain Layout
9639
9640 \series bold
9641 Meneguzzo
9642 \end_layout
9643
9644 \end_inset
9645 </cell>
9646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Plain Layout
9650 Roberto
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9656 \begin_inset Text
9657
9658 \begin_layout Plain Layout
9659 555
9660 \end_layout
9661
9662 \end_inset
9663 </cell>
9664 </row>
9665 <row>
9666 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Plain Layout
9670
9671 \series bold
9672 Mezzadra
9673 \end_layout
9674
9675 \end_inset
9676 </cell>
9677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9678 \begin_inset Text
9679
9680 \begin_layout Plain Layout
9681 Roberto
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9687 \begin_inset Text
9688
9689 \begin_layout Plain Layout
9690 555
9691 \end_layout
9692
9693 \end_inset
9694 </cell>
9695 </row>
9696 </lyxtabular>
9697
9698 \end_inset
9699
9700
9701 \end_layout
9702
9703 \begin_layout Section
9704 Special Longtable Issues
9705 \begin_inset CommandInset label
9706 LatexCommand label
9707 name "sec:Special-Longtable-Issues"
9708
9709 \end_inset
9710
9711
9712 \end_layout
9713
9714 \begin_layout Subsection
9715 Longtable Calculation
9716 \begin_inset Index idx
9717 status collapsed
9718
9719 \begin_layout Plain Layout
9720 Longtables ! Calculation
9721 \end_layout
9722
9723 \end_inset
9724
9725
9726 \end_layout
9727
9728 \begin_layout Standard
9729 LaTeX calculates the height of table pages and their page breaks using so
9730  called chunks.
9731  Chunks are parts of tables that held at the same time in LaTeX's memory.
9732  The default value was historically set to only 20 table rows.
9733  If you are using longtables with many pages this may slow down the creation
9734  of your document.
9735  You can safely increase the chunk size to values of 100-1000 by adding
9736  this command line to your document preamble:
9737 \end_layout
9738
9739 \begin_layout Standard
9740
9741 \series bold
9742
9743 \backslash
9744 setcounter{LTchunksize}{100}
9745 \end_layout
9746
9747 \begin_layout Subsection
9748 Floats and Longtables
9749 \begin_inset Index idx
9750 status collapsed
9751
9752 \begin_layout Plain Layout
9753 Longtables ! Floats
9754 \end_layout
9755
9756 \end_inset
9757
9758
9759 \end_layout
9760
9761 \begin_layout Standard
9762 There might be problems when a float appears on the same page where a longtable
9763  starts.
9764  To avoid such a situation, insert a 
9765 \begin_inset Quotes eld
9766 \end_inset
9767
9768 clear page
9769 \begin_inset Quotes erd
9770 \end_inset
9771
9772  (menu 
9773 \family sans
9774 Insert\SpecialChar \menuseparator
9775 Formatting\SpecialChar \menuseparator
9776 Clear
9777 \begin_inset space ~
9778 \end_inset
9779
9780 Page
9781 \family default
9782 ) before your longtable.
9783 \end_layout
9784
9785 \begin_layout Subsection
9786 Forced Page Breaks
9787 \begin_inset Index idx
9788 status collapsed
9789
9790 \begin_layout Plain Layout
9791 Longtables ! Forced Page Breaks
9792 \end_layout
9793
9794 \end_inset
9795
9796
9797 \end_layout
9798
9799 \begin_layout Standard
9800 By default tables are only broken between rows.
9801  If you have a cell with multiples lines and want to have a page break within
9802  the cell, insert the new line command 
9803 \begin_inset Quotes eld
9804 \end_inset
9805
9806
9807 \series bold
9808
9809 \backslash
9810
9811 \backslash
9812
9813 \series default
9814
9815 \begin_inset Quotes erd
9816 \end_inset
9817
9818  as TeX-Code at the point of the cell where it can be broken.
9819  Before the 
9820 \series bold
9821
9822 \backslash
9823
9824 \backslash
9825
9826 \series default
9827  command you have to insert in TeX-Code as many 
9828 \begin_inset Quotes eld
9829 \end_inset
9830
9831
9832 \series bold
9833 &
9834 \series default
9835
9836 \begin_inset Quotes erd
9837 \end_inset
9838
9839  characters as the number of the following table columns.
9840  The 
9841 \series bold
9842 &
9843 \series default
9844  is the character to separate table cells.
9845  Write in TeX-Code after each 
9846 \series bold
9847 &
9848 \series default
9849  the content of the corresponding following cell and delete the content
9850  of these cells.
9851 \begin_inset Newline newline
9852 \end_inset
9853
9854 After the 
9855 \series bold
9856
9857 \backslash
9858
9859 \backslash
9860
9861 \series default
9862  command, insert as many 
9863 \series bold
9864 &
9865 \series default
9866  characters as the number of table columns before the current column.
9867  In Table
9868 \begin_inset space ~
9869 \end_inset
9870
9871
9872 \begin_inset CommandInset ref
9873 LatexCommand ref
9874 reference "tab:ForcedPagebreak"
9875
9876 \end_inset
9877
9878  the cell that should be broken is in the second column followed by another
9879  column.
9880  Therefore the following command was inserted in the cell as TeX-Code after
9881  
9882 \begin_inset Quotes eld
9883 \end_inset
9884
9885
9886 \emph on
9887 Castelchiodato,
9888 \emph default
9889
9890 \begin_inset Quotes erd
9891 \end_inset
9892
9893 :
9894 \end_layout
9895
9896 \begin_layout Standard
9897
9898 \series bold
9899 & 111
9900 \backslash
9901
9902 \backslash
9903  
9904 \backslash
9905 newpage
9906 \begin_inset Newline newline
9907 \end_inset
9908
9909 &
9910 \end_layout
9911
9912 \begin_layout Standard
9913 The 
9914 \begin_inset Quotes eld
9915 \end_inset
9916
9917 111
9918 \begin_inset Quotes erd
9919 \end_inset
9920
9921  in the third column of the row was deleted.
9922  
9923 \series bold
9924
9925 \backslash
9926 newpage
9927 \series default
9928  is only needed when a page break should definitely occur at this position,
9929  otherwise it would be a conditional break.
9930  If your footer row of the longtable has for a certain reason no upper line
9931  but you would have a horizontal line where the cell is broken, use this
9932  command instead:
9933 \end_layout
9934
9935 \begin_layout Standard
9936
9937 \series bold
9938 & 111
9939 \backslash
9940
9941 \backslash
9942
9943 \begin_inset Newline newline
9944 \end_inset
9945
9946
9947 \backslash
9948 hline &
9949 \end_layout
9950
9951 \begin_layout Standard
9952 When the cell to be broken is in the last column, the command
9953 \end_layout
9954
9955 \begin_layout Standard
9956
9957 \series bold
9958
9959 \backslash
9960 setlength{
9961 \backslash
9962 parfillskip}{0pt}
9963 \end_layout
9964
9965 \begin_layout Standard
9966 must be inserted as TeX-Code at the beginning of the cell.
9967  This ensures that the part of the cell that will be displayed on the new
9968  page appears with the full width.
9969 \end_layout
9970
9971 \begin_layout Standard
9972 \align center
9973 \begin_inset Tabular
9974 <lyxtabular version="3" rows="38" columns="3">
9975 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9976 <column alignment="left" valignment="top" width="0cm">
9977 <column alignment="left" valignment="top" width="3cm">
9978 <column alignment="center" valignment="top" width="0pt">
9979 <row caption="true">
9980 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984 \begin_inset Caption
9985
9986 \begin_layout Plain Layout
9987 Table with forced page break in table cell
9988 \begin_inset CommandInset label
9989 LatexCommand label
9990 name "tab:ForcedPagebreak"
9991
9992 \end_inset
9993
9994
9995 \begin_inset Argument
9996 status collapsed
9997
9998 \begin_layout Plain Layout
9999 Table with forced page break in table cell
10000 \end_layout
10001
10002 \end_inset
10003
10004
10005 \end_layout
10006
10007 \end_inset
10008
10009
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 </row>
10033 <row endfirsthead="true">
10034 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038
10039 \series bold
10040 Example Phone List (ignore the names)
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049
10050 \end_layout
10051
10052 \end_inset
10053 </cell>
10054 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Plain Layout
10058
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 </row>
10064 <row endfirsthead="true">
10065 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069
10070 \series bold
10071 NAME
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089
10090 \series bold
10091 TEL.
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 </row>
10097 <row endhead="true">
10098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102 \begin_inset ERT
10103 status collapsed
10104
10105 \begin_layout Plain Layout
10106
10107
10108 \backslash
10109 caption*{Continued Example Phone List}
10110 \backslash
10111
10112 \backslash
10113 %
10114 \end_layout
10115
10116 \end_inset
10117
10118
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Plain Layout
10127
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 </row>
10142 <row endhead="true">
10143 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147
10148 \series bold
10149 Example Phone List
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10155 \begin_inset Text
10156
10157 \begin_layout Plain Layout
10158
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 </row>
10173 <row endhead="true">
10174 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178
10179 \series bold
10180 NAME
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189
10190 \end_layout
10191
10192 \end_inset
10193 </cell>
10194 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10195 \begin_inset Text
10196
10197 \begin_layout Plain Layout
10198
10199 \series bold
10200 TEL.
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 </row>
10206 <row endfoot="true">
10207 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211 continued on next page
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Plain Layout
10220
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 </row>
10235 <row>
10236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240
10241 \series bold
10242 Annovi
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251 Silvia
10252 \end_layout
10253
10254 \end_inset
10255 </cell>
10256 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260 111
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 </row>
10266 <row>
10267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271
10272 \series bold
10273 Bertoli
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10279 \begin_inset Text
10280
10281 \begin_layout Plain Layout
10282 Stefano
10283 \end_layout
10284
10285 \end_inset
10286 </cell>
10287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291 111
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 </row>
10297 <row>
10298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302
10303 \series bold
10304 Bozzi
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Plain Layout
10313 Walter
10314 \end_layout
10315
10316 \end_inset
10317 </cell>
10318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Plain Layout
10322 111
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 </row>
10328 <row>
10329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333
10334 \series bold
10335 Cachia
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344 Maria
10345 \end_layout
10346
10347 \end_inset
10348 </cell>
10349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353 111
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 </row>
10359 <row>
10360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364
10365 \series bold
10366 Cachia
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10372 \begin_inset Text
10373
10374 \begin_layout Plain Layout
10375 Maurizio
10376 \end_layout
10377
10378 \end_inset
10379 </cell>
10380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384 111
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 </row>
10390 <row>
10391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395
10396 \series bold
10397 Cinquemani
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406 Giusi
10407 \end_layout
10408
10409 \end_inset
10410 </cell>
10411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415 111
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 </row>
10421 <row>
10422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426
10427 \series bold
10428 Colin
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10434 \begin_inset Text
10435
10436 \begin_layout Plain Layout
10437 Bernard
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446 111
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 </row>
10452 <row>
10453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457
10458 \series bold
10459 Concli
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468 Gianfranco
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477 111
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 </row>
10483 <row>
10484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488
10489 \series bold
10490 Dal Bosco
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Plain Layout
10499 Carolina
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508 111
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 </row>
10514 <row>
10515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519
10520 \series bold
10521 Dalpiaz
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530 Annamaria
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539 111
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 </row>
10545 <row>
10546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550
10551 \series bold
10552 Feliciello
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10558 \begin_inset Text
10559
10560 \begin_layout Plain Layout
10561 Domenico
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570 111
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 </row>
10576 <row>
10577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581
10582 \series bold
10583 Focarelli
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592 Paola
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601 111
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 </row>
10607 <row>
10608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612
10613 \series bold
10614 Galletti
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10620 \begin_inset Text
10621
10622 \begin_layout Plain Layout
10623 Oreste
10624 \end_layout
10625
10626 \end_inset
10627 </cell>
10628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632 111
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 </row>
10638 <row>
10639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10640 \begin_inset Text
10641
10642 \begin_layout Plain Layout
10643
10644 \series bold
10645 Gasparini
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654 Franca
10655 \end_layout
10656
10657 \end_inset
10658 </cell>
10659 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663 111
10664 \end_layout
10665
10666 \end_inset
10667 </cell>
10668 </row>
10669 <row>
10670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674
10675 \series bold
10676 Lassini
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10682 \begin_inset Text
10683
10684 \begin_layout Plain Layout
10685 Giancarlo
10686 \end_layout
10687
10688 \end_inset
10689 </cell>
10690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694 111
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 </row>
10700 <row>
10701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705
10706 \series bold
10707 Malfatti
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10713 \begin_inset Text
10714
10715 \begin_layout Plain Layout
10716 Luciano
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725 111
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 </row>
10731 <row>
10732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736
10737 \series bold
10738 Malfatti
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Plain Layout
10747 Valeriano
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756 111
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 </row>
10762 <row>
10763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767
10768 \series bold
10769 Meneguzzo
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Plain Layout
10778 Roberto
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787 111
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 </row>
10793 <row>
10794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798
10799 \series bold
10800 Mezzadra
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10806 \begin_inset Text
10807
10808 \begin_layout Plain Layout
10809 Roberto
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818 111
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 </row>
10824 <row>
10825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10826 \begin_inset Text
10827
10828 \begin_layout Plain Layout
10829
10830 \series bold
10831 Pirpamer
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840 Erich
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849 111
10850 \end_layout
10851
10852 \end_inset
10853 </cell>
10854 </row>
10855 <row>
10856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10857 \begin_inset Text
10858
10859 \begin_layout Plain Layout
10860
10861 \series bold
10862 Pochiesa
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871 Paolo
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Plain Layout
10880 111, 222
10881 \end_layout
10882
10883 \end_inset
10884 </cell>
10885 </row>
10886 <row>
10887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891
10892 \series bold
10893 Radina
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 Claudio
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911 111
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 </row>
10917 <row>
10918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922
10923 \series bold
10924 Rizzardi
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 Paolo, 11.
10934  Fürst von Montecompatri, 11.
10935  Fürst von Sulmona und Vivaro, 10.
10936  Fürst von Rossano, 5.
10937  Herzog von Canemorte, 11.
10938  Herzog von Palombara, 5.
10939  Herzog von Castelchiodato,
10940 \begin_inset ERT
10941 status open
10942
10943 \begin_layout Plain Layout
10944
10945 & 111
10946 \backslash
10947
10948 \backslash
10949  
10950 \backslash
10951 newpage
10952 \end_layout
10953
10954 \begin_layout Plain Layout
10955
10956 &
10957 \end_layout
10958
10959 \end_inset
10960
10961  11.
10962  Herzog von Poggionativo, 11.
10963  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10964  Graf von Valinfreda, 11.
10965  Baron von Cropalati, 11.
10966  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975
10976 \end_layout
10977
10978 \end_inset
10979 </cell>
10980 </row>
10981 <row>
10982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986
10987 \series bold
10988 Stuffer
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10994 \begin_inset Text
10995
10996 \begin_layout Plain Layout
10997 Oskar
10998 \end_layout
10999
11000 \end_inset
11001 </cell>
11002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006 111
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 </row>
11012 <row>
11013 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017
11018 \series bold
11019 Tacchelli
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11025 \begin_inset Text
11026
11027 \begin_layout Plain Layout
11028 Ugo
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037 111
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 </row>
11043 <row>
11044 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048
11049 \series bold
11050 Tezzele
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Plain Layout
11059 Margit
11060 \end_layout
11061
11062 \end_inset
11063 </cell>
11064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068 111
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 </row>
11074 <row>
11075 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11076 \begin_inset Text
11077
11078 \begin_layout Plain Layout
11079
11080 \series bold
11081 Unterkalmsteiner
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090 Frieda
11091 \end_layout
11092
11093 \end_inset
11094 </cell>
11095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Plain Layout
11099 111
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 </row>
11105 <row>
11106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110
11111 \series bold
11112 Vieider
11113 \end_layout
11114
11115 \end_inset
11116 </cell>
11117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11118 \begin_inset Text
11119
11120 \begin_layout Plain Layout
11121 Hilde
11122 \end_layout
11123
11124 \end_inset
11125 </cell>
11126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130 111
11131 \end_layout
11132
11133 \end_inset
11134 </cell>
11135 </row>
11136 <row>
11137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141
11142 \series bold
11143 Vigna
11144 \end_layout
11145
11146 \end_inset
11147 </cell>
11148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Plain Layout
11152 Jürgen
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161 111
11162 \end_layout
11163
11164 \end_inset
11165 </cell>
11166 </row>
11167 <row>
11168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11169 \begin_inset Text
11170
11171 \begin_layout Plain Layout
11172
11173 \series bold
11174 Weber
11175 \end_layout
11176
11177 \end_inset
11178 </cell>
11179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11180 \begin_inset Text
11181
11182 \begin_layout Plain Layout
11183 Maurizio
11184 \end_layout
11185
11186 \end_inset
11187 </cell>
11188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192 111
11193 \end_layout
11194
11195 \end_inset
11196 </cell>
11197 </row>
11198 <row>
11199 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203
11204 \series bold
11205 Winkler
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214 Franz
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 111
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 </row>
11229 </lyxtabular>
11230
11231 \end_inset
11232
11233
11234 \end_layout
11235
11236 \begin_layout Section
11237 Multiple Lines Columns and Rows
11238 \end_layout
11239
11240 \begin_layout Subsection
11241 Multiple Lines in Table Cells
11242 \begin_inset CommandInset label
11243 LatexCommand label
11244 name "sub:Multiple-Lines-in"
11245
11246 \end_inset
11247
11248
11249 \begin_inset Index idx
11250 status collapsed
11251
11252 \begin_layout Plain Layout
11253 Multiple Lines in Table Cells
11254 \end_layout
11255
11256 \end_inset
11257
11258
11259 \begin_inset Index idx
11260 status collapsed
11261
11262 \begin_layout Plain Layout
11263 Table ! Linebreaks
11264 \end_layout
11265
11266 \end_inset
11267
11268
11269 \end_layout
11270
11271 \begin_layout Standard
11272 \noindent
11273 \begin_inset Float table
11274 placement H
11275 wide false
11276 sideways false
11277 status open
11278
11279 \begin_layout Plain Layout
11280 \begin_inset Caption
11281
11282 \begin_layout Plain Layout
11283 \begin_inset CommandInset label
11284 LatexCommand label
11285 name "tab:Table-with-multiple"
11286
11287 \end_inset
11288
11289 Table with multiple lines in cells
11290 \end_layout
11291
11292 \end_inset
11293
11294
11295 \end_layout
11296
11297 \begin_layout Plain Layout
11298 \align center
11299 \begin_inset Tabular
11300 <lyxtabular version="3" rows="3" columns="3">
11301 <features tabularvalignment="middle">
11302 <column alignment="center" valignment="middle" width="2.5cm">
11303 <column alignment="center" valignment="middle" width="0">
11304 <column alignment="center" valignment="middle" width="0">
11305 <row>
11306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11307 \begin_inset Text
11308
11309 \begin_layout Plain Layout
11310 multiple
11311 \begin_inset Newline linebreak
11312 \end_inset
11313
11314 lines
11315 \end_layout
11316
11317 \end_inset
11318 </cell>
11319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11320 \begin_inset Text
11321
11322 \begin_layout Plain Layout
11323 b
11324 \end_layout
11325
11326 \end_inset
11327 </cell>
11328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11329 \begin_inset Text
11330
11331 \begin_layout Plain Layout
11332 c
11333 \end_layout
11334
11335 \end_inset
11336 </cell>
11337 </row>
11338 <row>
11339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Plain Layout
11343 d
11344 \end_layout
11345
11346 \end_inset
11347 </cell>
11348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11349 \begin_inset Text
11350
11351 \begin_layout Plain Layout
11352 e
11353 \end_layout
11354
11355 \end_inset
11356 </cell>
11357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11358 \begin_inset Text
11359
11360 \begin_layout Plain Layout
11361 f
11362 \end_layout
11363
11364 \end_inset
11365 </cell>
11366 </row>
11367 <row>
11368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 g
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Plain Layout
11381 h
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Plain Layout
11390 i
11391 \end_layout
11392
11393 \end_inset
11394 </cell>
11395 </row>
11396 </lyxtabular>
11397
11398 \end_inset
11399
11400
11401 \end_layout
11402
11403 \end_inset
11404
11405
11406 \end_layout
11407
11408 \begin_layout Standard
11409 Setting a fixed width for a column enables you to enter text as a paragraph
11410  with multiple lines and hyphenation.
11411 \end_layout
11412
11413 \begin_layout Standard
11414 To produce Table
11415 \begin_inset space ~
11416 \end_inset
11417
11418
11419 \begin_inset CommandInset ref
11420 LatexCommand ref
11421 reference "tab:Table-with-multiple"
11422
11423 \end_inset
11424
11425 , create a 3×3 table, mark the first cell and right-click on it.
11426  In the appearing table dialog we set a cell width of 2.5
11427 \begin_inset space \thinspace{}
11428 \end_inset
11429
11430 cm and choose centered for the vertical and horizontal alignment.
11431  The vertical alignment is used for all cells of the row.
11432  As our text is smaller than 2.5
11433 \begin_inset space \thinspace{}
11434 \end_inset
11435
11436 cm, only one line will appear.
11437  To get two lines, a justified line break (shortcut 
11438 \begin_inset Info
11439 type  "shortcut"
11440 arg   "newline-insert linebreak"
11441 \end_inset
11442
11443 ) was added.
11444  If the text is wider than the set cell width, it will automatically be
11445  broken to several lines.
11446 \end_layout
11447
11448 \begin_layout Standard
11449 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11450  by LaTeX if it is the first entry.
11451  Therefore you need to insert something to prevent the word not being the
11452  first entry.
11453  So add a horizontal space of 0
11454 \begin_inset space \thinspace{}
11455 \end_inset
11456
11457 pt before the word.
11458  As the space is zero, it doesn't change the output.
11459  Table
11460 \begin_inset space ~
11461 \end_inset
11462
11463
11464 \begin_inset CommandInset ref
11465 LatexCommand ref
11466 reference "tab:Table-with-and"
11467
11468 \end_inset
11469
11470  shows the effect.
11471 \end_layout
11472
11473 \begin_layout Standard
11474 \begin_inset Float table
11475 placement h
11476 wide false
11477 sideways false
11478 status open
11479
11480 \begin_layout Plain Layout
11481 \begin_inset Caption
11482
11483 \begin_layout Plain Layout
11484 \begin_inset CommandInset label
11485 LatexCommand label
11486 name "tab:Table-with-and"
11487
11488 \end_inset
11489
11490 Table with and without hyphenation
11491 \end_layout
11492
11493 \end_inset
11494
11495
11496 \end_layout
11497
11498 \begin_layout Plain Layout
11499 \begin_inset space \hfill{}
11500 \end_inset
11501
11502
11503 \begin_inset Tabular
11504 <lyxtabular version="3" rows="3" columns="3">
11505 <features tabularvalignment="middle">
11506 <column alignment="center" valignment="middle" width="2.5cm">
11507 <column alignment="center" valignment="middle" width="0">
11508 <column alignment="center" valignment="middle" width="0">
11509 <row>
11510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11511 \begin_inset Text
11512
11513 \begin_layout Plain Layout
11514 verylongtablecellword
11515 \end_layout
11516
11517 \end_inset
11518 </cell>
11519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11520 \begin_inset Text
11521
11522 \begin_layout Plain Layout
11523 b
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11529 \begin_inset Text
11530
11531 \begin_layout Plain Layout
11532 c
11533 \end_layout
11534
11535 \end_inset
11536 </cell>
11537 </row>
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 d
11544 \end_layout
11545
11546 \end_inset
11547 </cell>
11548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11549 \begin_inset Text
11550
11551 \begin_layout Plain Layout
11552 e
11553 \end_layout
11554
11555 \end_inset
11556 </cell>
11557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561 f
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 </row>
11567 <row>
11568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11569 \begin_inset Text
11570
11571 \begin_layout Plain Layout
11572 g
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581 h
11582 \end_layout
11583
11584 \end_inset
11585 </cell>
11586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11587 \begin_inset Text
11588
11589 \begin_layout Plain Layout
11590 i
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 </row>
11596 </lyxtabular>
11597
11598 \end_inset
11599
11600
11601 \begin_inset space \hfill{}
11602 \end_inset
11603
11604
11605 \begin_inset Tabular
11606 <lyxtabular version="3" rows="3" columns="3">
11607 <features tabularvalignment="middle">
11608 <column alignment="center" valignment="middle" width="2.5cm">
11609 <column alignment="center" valignment="middle" width="0">
11610 <column alignment="center" valignment="middle" width="0">
11611 <row>
11612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11613 \begin_inset Text
11614
11615 \begin_layout Plain Layout
11616 \begin_inset space \hspace{}
11617 \length 0pt
11618 \end_inset
11619
11620 verylongtablecellword
11621 \end_layout
11622
11623 \end_inset
11624 </cell>
11625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11626 \begin_inset Text
11627
11628 \begin_layout Plain Layout
11629 b
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11635 \begin_inset Text
11636
11637 \begin_layout Plain Layout
11638 c
11639 \end_layout
11640
11641 \end_inset
11642 </cell>
11643 </row>
11644 <row>
11645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11646 \begin_inset Text
11647
11648 \begin_layout Plain Layout
11649 d
11650 \end_layout
11651
11652 \end_inset
11653 </cell>
11654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11655 \begin_inset Text
11656
11657 \begin_layout Plain Layout
11658 e
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11664 \begin_inset Text
11665
11666 \begin_layout Plain Layout
11667 f
11668 \end_layout
11669
11670 \end_inset
11671 </cell>
11672 </row>
11673 <row>
11674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11675 \begin_inset Text
11676
11677 \begin_layout Plain Layout
11678 g
11679 \end_layout
11680
11681 \end_inset
11682 </cell>
11683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11684 \begin_inset Text
11685
11686 \begin_layout Plain Layout
11687 h
11688 \end_layout
11689
11690 \end_inset
11691 </cell>
11692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 i
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 </row>
11702 </lyxtabular>
11703
11704 \end_inset
11705
11706
11707 \begin_inset space \hfill{}
11708 \end_inset
11709
11710
11711 \end_layout
11712
11713 \end_inset
11714
11715
11716 \end_layout
11717
11718 \begin_layout Subsection
11719 Multicolumns
11720 \begin_inset CommandInset label
11721 LatexCommand label
11722 name "sub:Multicolumns"
11723
11724 \end_inset
11725
11726
11727 \begin_inset Index idx
11728 status collapsed
11729
11730 \begin_layout Plain Layout
11731 Multicolumns
11732 \end_layout
11733
11734 \end_inset
11735
11736
11737 \begin_inset Index idx
11738 status collapsed
11739
11740 \begin_layout Plain Layout
11741 Table ! Multicolumns
11742 \end_layout
11743
11744 \end_inset
11745
11746
11747 \end_layout
11748
11749 \begin_layout Subsubsection
11750 Multicolumn Basics
11751 \end_layout
11752
11753 \begin_layout Standard
11754 To merge cells over multiple columns, select as many cells within a row
11755  as you want to merge and use either the table-toolbar button 
11756 \family sans
11757
11758 \begin_inset Info
11759 type  "icon"
11760 arg   "inset-modify tabular multicolumn"
11761 \end_inset
11762
11763
11764 \family default
11765 , or the menu 
11766 \family sans
11767 Edit\SpecialChar \menuseparator
11768 Table\SpecialChar \menuseparator
11769 Multicolumn
11770 \family default
11771 , or right click on the marked cells and choose 
11772 \family sans
11773 Multicolumn
11774 \family default
11775  in the context menu.
11776 \end_layout
11777
11778 \begin_layout Standard
11779 Multicolumns have there own cell settings.
11780  That means changing cell borders, cell alignment, and the width only affects
11781  the multicolumn.
11782  Here is an example table with a multicolumn cell in the first row and one
11783  in the last row without the upper border:
11784 \end_layout
11785
11786 \begin_layout Standard
11787 \align center
11788 \begin_inset Tabular
11789 <lyxtabular version="3" rows="3" columns="4">
11790 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11791 <column alignment="center" valignment="top" width="0pt">
11792 <column alignment="center" valignment="middle" width="0">
11793 <column alignment="center" valignment="top" width="0in">
11794 <column alignment="center" valignment="top" width="0pt">
11795 <row>
11796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11797 \begin_inset Text
11798
11799 \begin_layout Plain Layout
11800 abc
11801 \end_layout
11802
11803 \end_inset
11804 </cell>
11805 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11806 \begin_inset Text
11807
11808 \begin_layout Plain Layout
11809 def ghi
11810 \end_layout
11811
11812 \end_inset
11813 </cell>
11814 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11815 \begin_inset Text
11816
11817 \begin_layout Plain Layout
11818
11819 \end_layout
11820
11821 \end_inset
11822 </cell>
11823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11824 \begin_inset Text
11825
11826 \begin_layout Plain Layout
11827 jkl
11828 \end_layout
11829
11830 \end_inset
11831 </cell>
11832 </row>
11833 <row>
11834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11835 \begin_inset Text
11836
11837 \begin_layout Plain Layout
11838
11839 \family roman
11840 \series medium
11841 \shape up
11842 \size normal
11843 \emph off
11844 \bar no
11845 \noun off
11846 \color none
11847 A
11848 \end_layout
11849
11850 \end_inset
11851 </cell>
11852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11853 \begin_inset Text
11854
11855 \begin_layout Plain Layout
11856 B
11857 \end_layout
11858
11859 \end_inset
11860 </cell>
11861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11862 \begin_inset Text
11863
11864 \begin_layout Plain Layout
11865 C
11866 \end_layout
11867
11868 \end_inset
11869 </cell>
11870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11871 \begin_inset Text
11872
11873 \begin_layout Plain Layout
11874 D
11875 \end_layout
11876
11877 \end_inset
11878 </cell>
11879 </row>
11880 <row>
11881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11882 \begin_inset Text
11883
11884 \begin_layout Plain Layout
11885 1
11886 \end_layout
11887
11888 \end_inset
11889 </cell>
11890 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11891 \begin_inset Text
11892
11893 \begin_layout Plain Layout
11894 2
11895 \end_layout
11896
11897 \end_inset
11898 </cell>
11899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11900 \begin_inset Text
11901
11902 \begin_layout Plain Layout
11903 3
11904 \end_layout
11905
11906 \end_inset
11907 </cell>
11908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11909 \begin_inset Text
11910
11911 \begin_layout Plain Layout
11912 4
11913 \end_layout
11914
11915 \end_inset
11916 </cell>
11917 </row>
11918 </lyxtabular>
11919
11920 \end_inset
11921
11922
11923 \end_layout
11924
11925 \begin_layout Subsubsection
11926 Multicolumn Calculations
11927 \begin_inset CommandInset label
11928 LatexCommand label
11929 name "sub:Multicolumn-Calculations"
11930
11931 \end_inset
11932
11933
11934 \begin_inset Index idx
11935 status collapsed
11936
11937 \begin_layout Plain Layout
11938 Multicolumns ! Calculations
11939 \end_layout
11940
11941 \end_inset
11942
11943
11944 \end_layout
11945
11946 \begin_layout Standard
11947 LyX supports multicolumns directly, but we have to take account of the cell
11948  width of the columns spanned by the multicolumn cell.
11949 \end_layout
11950
11951 \begin_layout Standard
11952 \begin_inset Float table
11953 placement h
11954 wide false
11955 sideways false
11956 status open
11957
11958 \begin_layout Plain Layout
11959 \begin_inset Caption
11960
11961 \begin_layout Plain Layout
11962 \begin_inset CommandInset label
11963 LatexCommand label
11964 name "tab:Table-with-centered"
11965
11966 \end_inset
11967
11968 Table with centered multicolumn text above two columns that have exactly
11969  half the width of the multicolumn cell
11970 \begin_inset Argument
11971 status collapsed
11972
11973 \begin_layout Plain Layout
11974 Perfect multicolumn table
11975 \end_layout
11976
11977 \end_inset
11978
11979
11980 \end_layout
11981
11982 \end_inset
11983
11984
11985 \end_layout
11986
11987 \begin_layout Plain Layout
11988 \align center
11989 \begin_inset Tabular
11990 <lyxtabular version="3" rows="3" columns="3">
11991 <features tabularvalignment="middle">
11992 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11993 <column alignment="center" valignment="middle" width="0">
11994 <column alignment="center" valignment="top" width="0">
11995 <row>
11996 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11997 \begin_inset Text
11998
11999 \begin_layout Plain Layout
12000 multiple lines multicolumn
12001 \end_layout
12002
12003 \end_inset
12004 </cell>
12005 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12006 \begin_inset Text
12007
12008 \begin_layout Plain Layout
12009
12010 \end_layout
12011
12012 \end_inset
12013 </cell>
12014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12015 \begin_inset Text
12016
12017 \begin_layout Plain Layout
12018 c
12019 \end_layout
12020
12021 \end_inset
12022 </cell>
12023 </row>
12024 <row>
12025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12026 \begin_inset Text
12027
12028 \begin_layout Plain Layout
12029 d
12030 \end_layout
12031
12032 \end_inset
12033 </cell>
12034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12035 \begin_inset Text
12036
12037 \begin_layout Plain Layout
12038 e
12039 \end_layout
12040
12041 \end_inset
12042 </cell>
12043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12044 \begin_inset Text
12045
12046 \begin_layout Plain Layout
12047 f
12048 \end_layout
12049
12050 \end_inset
12051 </cell>
12052 </row>
12053 <row>
12054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12055 \begin_inset Text
12056
12057 \begin_layout Plain Layout
12058 g
12059 \end_layout
12060
12061 \end_inset
12062 </cell>
12063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12064 \begin_inset Text
12065
12066 \begin_layout Plain Layout
12067 h
12068 \end_layout
12069
12070 \end_inset
12071 </cell>
12072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12073 \begin_inset Text
12074
12075 \begin_layout Plain Layout
12076 i
12077 \end_layout
12078
12079 \end_inset
12080 </cell>
12081 </row>
12082 </lyxtabular>
12083
12084 \end_inset
12085
12086
12087 \end_layout
12088
12089 \end_inset
12090
12091
12092 \end_layout
12093
12094 \begin_layout Standard
12095 To create for example Table
12096 \begin_inset space ~
12097 \end_inset
12098
12099
12100 \begin_inset CommandInset ref
12101 LatexCommand ref
12102 reference "tab:Table-with-centered"
12103
12104 \end_inset
12105
12106 , mark the first two cells in the first row of a 3×3 table and right-click
12107  on them.
12108  Now choose for this cell 
12109 \emph on
12110 multicolumn
12111 \emph default
12112
12113 \emph on
12114 centered alignment
12115 \emph default
12116  and a width of 2.5
12117 \begin_inset space \thinspace{}
12118 \end_inset
12119
12120 cm in the table dialog.
12121  The merged columns should have exactly half the width of the multicolumn
12122  cell, so that you would set a width of 1.25
12123 \begin_inset space \thinspace{}
12124 \end_inset
12125
12126 cm for the first column.
12127  The second column has then automatically a width of 1.25
12128 \begin_inset space \thinspace{}
12129 \end_inset
12130
12131 cm (multicolumn width - width of first column).
12132  This was done for Table
12133 \begin_inset space ~
12134 \end_inset
12135
12136
12137 \begin_inset CommandInset ref
12138 LatexCommand ref
12139 reference "tab:Table-without-half"
12140
12141 \end_inset
12142
12143 .
12144 \end_layout
12145
12146 \begin_layout Standard
12147 \begin_inset Float table
12148 wide false
12149 sideways false
12150 status open
12151
12152 \begin_layout Plain Layout
12153 \begin_inset Caption
12154
12155 \begin_layout Plain Layout
12156 \begin_inset CommandInset label
12157 LatexCommand label
12158 name "tab:Table-without-half"
12159
12160 \end_inset
12161
12162 Table where the spanned table columns are not exactly half the width of
12163  the multicolumn cell
12164 \begin_inset Argument
12165 status collapsed
12166
12167 \begin_layout Plain Layout
12168 Imperfect multicolumn table
12169 \end_layout
12170
12171 \end_inset
12172
12173
12174 \end_layout
12175
12176 \end_inset
12177
12178
12179 \end_layout
12180
12181 \begin_layout Plain Layout
12182 \align center
12183 \begin_inset Tabular
12184 <lyxtabular version="3" rows="3" columns="3">
12185 <features tabularvalignment="middle">
12186 <column alignment="center" valignment="top" width="1.25cm">
12187 <column alignment="center" valignment="top" width="0">
12188 <column alignment="center" valignment="top" width="0">
12189 <row>
12190 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12191 \begin_inset Text
12192
12193 \begin_layout Plain Layout
12194 multiple lines multicolumn
12195 \end_layout
12196
12197 \end_inset
12198 </cell>
12199 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12200 \begin_inset Text
12201
12202 \begin_layout Plain Layout
12203
12204 \end_layout
12205
12206 \end_inset
12207 </cell>
12208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12209 \begin_inset Text
12210
12211 \begin_layout Plain Layout
12212 c
12213 \end_layout
12214
12215 \end_inset
12216 </cell>
12217 </row>
12218 <row>
12219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12220 \begin_inset Text
12221
12222 \begin_layout Plain Layout
12223 d
12224 \end_layout
12225
12226 \end_inset
12227 </cell>
12228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12229 \begin_inset Text
12230
12231 \begin_layout Plain Layout
12232 e
12233 \end_layout
12234
12235 \end_inset
12236 </cell>
12237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12238 \begin_inset Text
12239
12240 \begin_layout Plain Layout
12241 f
12242 \end_layout
12243
12244 \end_inset
12245 </cell>
12246 </row>
12247 <row>
12248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12249 \begin_inset Text
12250
12251 \begin_layout Plain Layout
12252 g
12253 \end_layout
12254
12255 \end_inset
12256 </cell>
12257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12258 \begin_inset Text
12259
12260 \begin_layout Plain Layout
12261 h
12262 \end_layout
12263
12264 \end_inset
12265 </cell>
12266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12267 \begin_inset Text
12268
12269 \begin_layout Plain Layout
12270 i
12271 \end_layout
12272
12273 \end_inset
12274 </cell>
12275 </row>
12276 </lyxtabular>
12277
12278 \end_inset
12279
12280
12281 \end_layout
12282
12283 \end_inset
12284
12285
12286 \end_layout
12287
12288 \begin_layout Standard
12289 You can see that the first column is not half the width of the multicolumn
12290  cell, it is a bit bigger.
12291  The reason is that the specified width of a cell 
12292 \begin_inset Formula $W_{g}$
12293 \end_inset
12294
12295  is not its total width 
12296 \begin_inset Formula $W_{\mathrm{tot}}$
12297 \end_inset
12298
12299  because a cell is always a bit larger than specified.
12300  Appendix
12301 \begin_inset space ~
12302 \end_inset
12303
12304
12305 \begin_inset CommandInset ref
12306 LatexCommand eqref
12307 reference "cha:Explanation-of-Equation"
12308
12309 \end_inset
12310
12311  explains this in detail.
12312 \end_layout
12313
12314 \begin_layout Standard
12315 The width 
12316 \begin_inset Formula $W_{g\, n}$
12317 \end_inset
12318
12319  which the user needs to set when 
12320 \emph on
12321 n
12322 \emph default
12323  columns are spanned can be calculated, so that each column has a total
12324  width of 
12325 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12326 \end_inset
12327
12328 :
12329 \begin_inset Formula 
12330 \begin{equation}
12331 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12332 \end{equation}
12333
12334 \end_inset
12335
12336
12337 \end_layout
12338
12339 \begin_layout Standard
12340 In our case we have 
12341 \begin_inset Formula $n=2$
12342 \end_inset
12343
12344
12345 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12346 \end_inset
12347
12348 cm and the default values for the lengths, so that equation 
12349 \begin_inset CommandInset ref
12350 LatexCommand ref
12351 reference "eq:Wgn"
12352
12353 \end_inset
12354
12355  becomes
12356 \begin_inset Formula 
12357 \begin{equation}
12358 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12359 \end{equation}
12360
12361 \end_inset
12362
12363
12364 \end_layout
12365
12366 \begin_layout Standard
12367 To enable calculations in LaTeX, the LaTeX-package 
12368 \series bold
12369 calc
12370 \series default
12371  must be loaded with the document preamble line
12372 \begin_inset Index idx
12373 status collapsed
12374
12375 \begin_layout Plain Layout
12376 LaTeX-packages ! calc
12377 \end_layout
12378
12379 \end_inset
12380
12381
12382 \end_layout
12383
12384 \begin_layout Standard
12385
12386 \series bold
12387
12388 \backslash
12389 usepackage{calc}
12390 \end_layout
12391
12392 \begin_layout Standard
12393 LyX does not allow you to calculate lengths in the 
12394 \family sans
12395 Width
12396 \family default
12397  field of the table dialog.
12398  Therefore you have to format the column by inserting a LaTeX-argument in
12399  the dialog.
12400  Here is an overview about the arguments:
12401 \end_layout
12402
12403 \begin_layout Itemize
12404
12405 \series bold
12406 p{width}
12407 \series default
12408  creates cell with a fixed width, its text is vertically top-aligned
12409 \end_layout
12410
12411 \begin_layout Itemize
12412
12413 \series bold
12414 m{width}
12415 \series default
12416  creates cell with a fixed width, its text is vertically centered
12417 \end_layout
12418
12419 \begin_layout Itemize
12420
12421 \series bold
12422 b{width}
12423 \series default
12424  creates cell with a fixed width, its text is vertically bottom-aligned
12425 \end_layout
12426
12427 \begin_layout Standard
12428 By entering a LaTeX-argument, all cell settings set in the table dialog
12429  are overwritten.
12430 \end_layout
12431
12432 \begin_layout Standard
12433 \begin_inset Note Greyedout
12434 status open
12435
12436 \begin_layout Plain Layout
12437
12438 \series bold
12439 Note:
12440 \series default
12441  Due to a bug, LyX shows the overwritten settings anyway.
12442 \end_layout
12443
12444 \end_inset
12445
12446
12447 \end_layout
12448
12449 \begin_layout Standard
12450 As the text should be horizontally centered, the command 
12451 \series bold
12452
12453 \backslash
12454 centering
12455 \series default
12456  is added.
12457  You can now enter the following LaTeX-argument for the first spanned column:
12458 \end_layout
12459
12460 \begin_layout Standard
12461
12462 \series bold
12463 >{
12464 \backslash
12465 centering}m{1.25cm-6.2pt}
12466 \end_layout
12467
12468 \begin_layout Standard
12469 The command 
12470 \series bold
12471 >{ }
12472 \series default
12473  means, that the commands inside the braces are applied before the cell
12474  is created.
12475 \end_layout
12476
12477 \begin_layout Standard
12478 Although we have chosen centered alignment for the text of the multicolumn
12479  cell, it is still left aligned.
12480  This is because LyX only applies the alignment to single columns.
12481  So for the multicolumn cell we have to use the LaTeX-argument
12482 \end_layout
12483
12484 \begin_layout Standard
12485
12486 \series bold
12487 >{
12488 \backslash
12489 centering}m{2.5cm}
12490 \end_layout
12491
12492 \begin_layout Subsection
12493 Multirows
12494 \begin_inset CommandInset label
12495 LatexCommand label
12496 name "sub:Multirows"
12497
12498 \end_inset
12499
12500
12501 \begin_inset Index idx
12502 status collapsed
12503
12504 \begin_layout Plain Layout
12505 Multirows
12506 \end_layout
12507
12508 \end_inset
12509
12510
12511 \begin_inset Index idx
12512 status collapsed
12513
12514 \begin_layout Plain Layout
12515 Table ! Multirows
12516 \end_layout
12517
12518 \end_inset
12519
12520
12521 \end_layout
12522
12523 \begin_layout Standard
12524 To merge cells over multiple rows, select as many cells within a column
12525  as you want to merge and use either the table-toolbar button 
12526 \family sans
12527
12528 \begin_inset Info
12529 type  "icon"
12530 arg   "inset-modify tabular multirow"
12531 \end_inset
12532
12533
12534 \family default
12535 , or the menu 
12536 \family sans
12537 Edit\SpecialChar \menuseparator
12538 Table\SpecialChar \menuseparator
12539 Multirow
12540 \family default
12541 , or right click on the marked cells and choose 
12542 \family sans
12543 Multirow
12544 \family default
12545  in the context menu.
12546 \end_layout
12547
12548 \begin_layout Standard
12549 Here is an example table with a multirow in the first column:
12550 \end_layout
12551
12552 \begin_layout Standard
12553 \align center
12554 \begin_inset Tabular
12555 <lyxtabular version="3" rows="3" columns="3">
12556 <features tabularvalignment="middle">
12557 <column alignment="center" valignment="top" width="0pt">
12558 <column alignment="center" valignment="top" width="0">
12559 <column alignment="center" valignment="top" width="0">
12560 <row>
12561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12562 \begin_inset Text
12563
12564 \begin_layout Plain Layout
12565 a long cell entry
12566 \end_layout
12567
12568 \end_inset
12569 </cell>
12570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12571 \begin_inset Text
12572
12573 \begin_layout Plain Layout
12574 b
12575 \end_layout
12576
12577 \end_inset
12578 </cell>
12579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12580 \begin_inset Text
12581
12582 \begin_layout Plain Layout
12583 c
12584 \end_layout
12585
12586 \end_inset
12587 </cell>
12588 </row>
12589 <row>
12590 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12591 \begin_inset Text
12592
12593 \begin_layout Plain Layout
12594 multirow
12595 \end_layout
12596
12597 \end_inset
12598 </cell>
12599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12600 \begin_inset Text
12601
12602 \begin_layout Plain Layout
12603 e
12604 \end_layout
12605
12606 \end_inset
12607 </cell>
12608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12609 \begin_inset Text
12610
12611 \begin_layout Plain Layout
12612 f
12613 \end_layout
12614
12615 \end_inset
12616 </cell>
12617 </row>
12618 <row>
12619 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12620 \begin_inset Text
12621
12622 \begin_layout Plain Layout
12623
12624 \end_layout
12625
12626 \end_inset
12627 </cell>
12628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12629 \begin_inset Text
12630
12631 \begin_layout Plain Layout
12632 h
12633 \end_layout
12634
12635 \end_inset
12636 </cell>
12637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12638 \begin_inset Text
12639
12640 \begin_layout Plain Layout
12641 i
12642 \end_layout
12643
12644 \end_inset
12645 </cell>
12646 </row>
12647 </lyxtabular>
12648
12649 \end_inset
12650
12651
12652 \end_layout
12653
12654 \begin_layout Standard
12655 The width of multirow cells is set by setting the width and alignment for
12656  the whole column.
12657  The 
12658 \family sans
12659 Vertical Offset
12660 \family default
12661  shifts the content of the multirow up/down if the offset is positive/negative.
12662 \end_layout
12663
12664 \begin_layout Standard
12665 If the column of a multirow cell has no explicit width, the multirow cell
12666  inherits the alignment of the column.
12667  Otherwise it is by default left-aligned.
12668  To override the default, renew the command 
12669 \series bold
12670
12671 \backslash
12672 multirowsetup
12673 \series default
12674  with the command
12675 \end_layout
12676
12677 \begin_layout Standard
12678
12679 \series bold
12680
12681 \backslash
12682 renewcommand{
12683 \backslash
12684 multirowsetup}{
12685 \backslash
12686 centering}
12687 \end_layout
12688
12689 \begin_layout Standard
12690 in the document preamble.
12691  Then all entries of multirow cells in the document are centered.
12692  If centering is only needed for several tables, you can renew the command
12693  in a TeX-Code box just before the table instead of the preamble.
12694  If the text should be right-aligned, replace 
12695 \series bold
12696
12697 \backslash
12698 centering
12699 \series default
12700  by 
12701 \series bold
12702
12703 \backslash
12704 raggedleft
12705 \series default
12706 .
12707  To return to left-alignment 
12708 \series bold
12709
12710 \backslash
12711 raggedright
12712 \series default
12713  is used.
12714 \end_layout
12715
12716 \begin_layout Standard
12717 This is an example table with a right-aligned multirow cell that has a vertical
12718  offset of -4
12719 \begin_inset space \thinspace{}
12720 \end_inset
12721
12722 mm and is in a 3
12723 \begin_inset space \thinspace{}
12724 \end_inset
12725
12726 cm wide column:
12727 \end_layout
12728
12729 \begin_layout Standard
12730 \noindent
12731 \align center
12732 \begin_inset ERT
12733 status collapsed
12734
12735 \begin_layout Plain Layout
12736
12737
12738 \backslash
12739 renewcommand{
12740 \backslash
12741 multirowsetup}{
12742 \backslash
12743 raggedleft}
12744 \end_layout
12745
12746 \end_inset
12747
12748
12749 \begin_inset Tabular
12750 <lyxtabular version="3" rows="4" columns="3">
12751 <features tabularvalignment="middle">
12752 <column alignment="center" valignment="top" width="3cm">
12753 <column alignment="center" valignment="top" width="0">
12754 <column alignment="center" valignment="top" width="0">
12755 <row>
12756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12757 \begin_inset Text
12758
12759 \begin_layout Plain Layout
12760 a long cell entry
12761 \end_layout
12762
12763 \end_inset
12764 </cell>
12765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12766 \begin_inset Text
12767
12768 \begin_layout Plain Layout
12769 b
12770 \end_layout
12771
12772 \end_inset
12773 </cell>
12774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12775 \begin_inset Text
12776
12777 \begin_layout Plain Layout
12778 c
12779 \end_layout
12780
12781 \end_inset
12782 </cell>
12783 </row>
12784 <row>
12785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12786 \begin_inset Text
12787
12788 \begin_layout Plain Layout
12789 t
12790 \end_layout
12791
12792 \end_inset
12793 </cell>
12794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12795 \begin_inset Text
12796
12797 \begin_layout Plain Layout
12798 n
12799 \end_layout
12800
12801 \end_inset
12802 </cell>
12803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12804 \begin_inset Text
12805
12806 \begin_layout Plain Layout
12807 m
12808 \end_layout
12809
12810 \end_inset
12811 </cell>
12812 </row>
12813 <row>
12814 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12815 \begin_inset Text
12816
12817 \begin_layout Plain Layout
12818 multirow
12819 \end_layout
12820
12821 \end_inset
12822 </cell>
12823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12824 \begin_inset Text
12825
12826 \begin_layout Plain Layout
12827 e
12828 \end_layout
12829
12830 \end_inset
12831 </cell>
12832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12833 \begin_inset Text
12834
12835 \begin_layout Plain Layout
12836 f
12837 \end_layout
12838
12839 \end_inset
12840 </cell>
12841 </row>
12842 <row>
12843 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Plain Layout
12856 h
12857 \end_layout
12858
12859 \end_inset
12860 </cell>
12861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12862 \begin_inset Text
12863
12864 \begin_layout Plain Layout
12865 i
12866 \end_layout
12867
12868 \end_inset
12869 </cell>
12870 </row>
12871 </lyxtabular>
12872
12873 \end_inset
12874
12875
12876 \begin_inset ERT
12877 status collapsed
12878
12879 \begin_layout Plain Layout
12880
12881
12882 \backslash
12883 renewcommand{
12884 \backslash
12885 multirowsetup}{
12886 \backslash
12887 raggedright}
12888 \end_layout
12889
12890 \end_inset
12891
12892
12893 \end_layout
12894
12895 \begin_layout Standard
12896 To start a new line in a multirow you can use a forced line break (shortcut
12897  
12898 \begin_inset Info
12899 type  "shortcut"
12900 arg   "newline-insert newline"
12901 \end_inset
12902
12903 ) but this will not respect the cell lines as demonstrated in this table:
12904 \end_layout
12905
12906 \begin_layout Standard
12907 \noindent
12908 \align center
12909 \begin_inset Tabular
12910 <lyxtabular version="3" rows="3" columns="2">
12911 <features tabularvalignment="middle">
12912 <column alignment="left" valignment="middle" width="2cm">
12913 <column alignment="center" valignment="top" width="0">
12914 <row>
12915 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12916 \begin_inset Text
12917
12918 \begin_layout Plain Layout
12919 aaa
12920 \begin_inset Newline newline
12921 \end_inset
12922
12923 aaa
12924 \begin_inset Newline newline
12925 \end_inset
12926
12927 wrong cell
12928 \end_layout
12929
12930 \end_inset
12931 </cell>
12932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12933 \begin_inset Text
12934
12935 \begin_layout Plain Layout
12936 ccc
12937 \end_layout
12938
12939 \end_inset
12940 </cell>
12941 </row>
12942 <row>
12943 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12944 \begin_inset Text
12945
12946 \begin_layout Plain Layout
12947
12948 \end_layout
12949
12950 \end_inset
12951 </cell>
12952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12953 \begin_inset Text
12954
12955 \begin_layout Plain Layout
12956 ddd
12957 \end_layout
12958
12959 \end_inset
12960 </cell>
12961 </row>
12962 <row>
12963 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12964 \begin_inset Text
12965
12966 \begin_layout Plain Layout
12967 bbb
12968 \end_layout
12969
12970 \end_inset
12971 </cell>
12972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12973 \begin_inset Text
12974
12975 \begin_layout Plain Layout
12976 eee
12977 \end_layout
12978
12979 \end_inset
12980 </cell>
12981 </row>
12982 </lyxtabular>
12983
12984 \end_inset
12985
12986
12987 \end_layout
12988
12989 \begin_layout Standard
12990 Therefore be careful with forced line breaks.
12991 \end_layout
12992
12993 \begin_layout Section
12994 Formal Tables
12995 \begin_inset CommandInset label
12996 LatexCommand label
12997 name "sec:Formal-Tables"
12998
12999 \end_inset
13000
13001
13002 \begin_inset Index idx
13003 status collapsed
13004
13005 \begin_layout Plain Layout
13006 Table ! Formal
13007 \end_layout
13008
13009 \end_inset
13010
13011
13012 \end_layout
13013
13014 \begin_layout Standard
13015 Tables are often typeset in books similar to Table
13016 \begin_inset space ~
13017 \end_inset
13018
13019
13020 \begin_inset CommandInset ref
13021 LatexCommand ref
13022 reference "tab:Example-booktabs-table"
13023
13024 \end_inset
13025
13026 .
13027  This kind of tables is called 
13028 \begin_inset Quotes eld
13029 \end_inset
13030
13031
13032 \emph on
13033 formal
13034 \emph default
13035
13036 \begin_inset Quotes erd
13037 \end_inset
13038
13039 .
13040  To make a table a formal table use the option 
13041 \family sans
13042 Formal
13043 \family default
13044  in the 
13045 \family sans
13046 Borders
13047 \family default
13048  tab of the table dialog.
13049 \end_layout
13050
13051 \begin_layout Standard
13052 \begin_inset Float table
13053 placement h
13054 wide false
13055 sideways false
13056 status open
13057
13058 \begin_layout Plain Layout
13059 \begin_inset Caption
13060
13061 \begin_layout Plain Layout
13062 \begin_inset CommandInset label
13063 LatexCommand label
13064 name "tab:Example-booktabs-table"
13065
13066 \end_inset
13067
13068 Example booktabs-table
13069 \end_layout
13070
13071 \end_inset
13072
13073
13074 \end_layout
13075
13076 \begin_layout Plain Layout
13077 \align center
13078 \begin_inset Tabular
13079 <lyxtabular version="3" rows="8" columns="4">
13080 <features booktabs="true" tabularvalignment="middle">
13081 <column alignment="center" valignment="top" width="0">
13082 <column alignment="center" valignment="top" width="0">
13083 <column alignment="center" valignment="top" width="0">
13084 <column alignment="center" valignment="top" width="0">
13085 <row>
13086 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13087 \begin_inset Text
13088
13089 \begin_layout Plain Layout
13090 System
13091 \end_layout
13092
13093 \end_inset
13094 </cell>
13095 <cell alignment="center" valignment="top" topline="true" usebox="none">
13096 \begin_inset Text
13097
13098 \begin_layout Plain Layout
13099 Chip
13100 \begin_inset space \thinspace{}
13101 \end_inset
13102
13103 1
13104 \end_layout
13105
13106 \end_inset
13107 </cell>
13108 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13109 \begin_inset Text
13110
13111 \begin_layout Plain Layout
13112 Chip
13113 \begin_inset space \thinspace{}
13114 \end_inset
13115
13116 2
13117 \end_layout
13118
13119 \end_inset
13120 </cell>
13121 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13122 \begin_inset Text
13123
13124 \begin_layout Plain Layout
13125
13126 \end_layout
13127
13128 \end_inset
13129 </cell>
13130 </row>
13131 <row>
13132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Plain Layout
13136 \begin_inset ERT
13137 status collapsed
13138
13139 \begin_layout Plain Layout
13140
13141
13142 \backslash
13143 cmidrule(r){2-2}
13144 \end_layout
13145
13146 \end_inset
13147
13148
13149 \begin_inset ERT
13150 status collapsed
13151
13152 \begin_layout Plain Layout
13153
13154
13155 \backslash
13156 cmidrule(l){3-4}
13157 \end_layout
13158
13159 \end_inset
13160
13161 Detector thickness in Âµm
13162 \end_layout
13163
13164 \end_inset
13165 </cell>
13166 <cell alignment="center" valignment="top" usebox="none">
13167 \begin_inset Text
13168
13169 \begin_layout Plain Layout
13170 300
13171 \end_layout
13172
13173 \end_inset
13174 </cell>
13175 <cell alignment="center" valignment="top" usebox="none">
13176 \begin_inset Text
13177
13178 \begin_layout Plain Layout
13179 300
13180 \end_layout
13181
13182 \end_inset
13183 </cell>
13184 <cell alignment="center" valignment="top" usebox="none">
13185 \begin_inset Text
13186
13187 \begin_layout Plain Layout
13188 700
13189 \end_layout
13190
13191 \end_inset
13192 </cell>
13193 </row>
13194 <row>
13195 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13196 \begin_inset Text
13197
13198 \begin_layout Plain Layout
13199 Edge angle in Â°
13200 \end_layout
13201
13202 \end_inset
13203 </cell>
13204 <cell alignment="center" valignment="top" topline="true" usebox="none">
13205 \begin_inset Text
13206
13207 \begin_layout Plain Layout
13208 3.55
13209 \end_layout
13210
13211 \end_inset
13212 </cell>
13213 <cell alignment="center" valignment="top" topline="true" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217 2.71
13218 \end_layout
13219
13220 \end_inset
13221 </cell>
13222 <cell alignment="center" valignment="top" topline="true" usebox="none">
13223 \begin_inset Text
13224
13225 \begin_layout Plain Layout
13226 7.99
13227 \end_layout
13228
13229 \end_inset
13230 </cell>
13231 </row>
13232 <row topspace="default">
13233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13234 \begin_inset Text
13235
13236 \begin_layout Plain Layout
13237 Spatial resolution in Âµm
13238 \end_layout
13239
13240 \end_inset
13241 </cell>
13242 <cell alignment="center" valignment="top" usebox="none">
13243 \begin_inset Text
13244
13245 \begin_layout Plain Layout
13246 4.26
13247 \end_layout
13248
13249 \end_inset
13250 </cell>
13251 <cell alignment="center" valignment="top" usebox="none">
13252 \begin_inset Text
13253
13254 \begin_layout Plain Layout
13255 10.17
13256 \end_layout
13257
13258 \end_inset
13259 </cell>
13260 <cell alignment="center" valignment="top" usebox="none">
13261 \begin_inset Text
13262
13263 \begin_layout Plain Layout
13264 10.56
13265 \end_layout
13266
13267 \end_inset
13268 </cell>
13269 </row>
13270 <row topspace="default">
13271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13272 \begin_inset Text
13273
13274 \begin_layout Plain Layout
13275 MTF at 
13276 \begin_inset Formula $f_{\mathrm{max}}$
13277 \end_inset
13278
13279
13280 \end_layout
13281
13282 \end_inset
13283 </cell>
13284 <cell alignment="center" valignment="top" usebox="none">
13285 \begin_inset Text
13286
13287 \begin_layout Plain Layout
13288 0.53
13289 \end_layout
13290
13291 \end_inset
13292 </cell>
13293 <cell alignment="center" valignment="top" usebox="none">
13294 \begin_inset Text
13295
13296 \begin_layout Plain Layout
13297 0.37
13298 \end_layout
13299
13300 \end_inset
13301 </cell>
13302 <cell alignment="center" valignment="top" usebox="none">
13303 \begin_inset Text
13304
13305 \begin_layout Plain Layout
13306 0.39
13307 \end_layout
13308
13309 \end_inset
13310 </cell>
13311 </row>
13312 <row topspace="default">
13313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13314 \begin_inset Text
13315
13316 \begin_layout Plain Layout
13317 \begin_inset ERT
13318 status collapsed
13319
13320 \begin_layout Plain Layout
13321
13322
13323 \backslash
13324 cmidrule(l{10pt}){1-1}
13325 \end_layout
13326
13327 \end_inset
13328
13329 LSF-spatial resolution
13330 \end_layout
13331
13332 \end_inset
13333 </cell>
13334 <cell alignment="center" valignment="top" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Plain Layout
13338
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 <cell alignment="center" valignment="top" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347
13348 \end_layout
13349
13350 \end_inset
13351 </cell>
13352 <cell alignment="center" valignment="top" usebox="none">
13353 \begin_inset Text
13354
13355 \begin_layout Plain Layout
13356
13357 \end_layout
13358
13359 \end_inset
13360 </cell>
13361 </row>
13362 <row>
13363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13364 \begin_inset Text
13365
13366 \begin_layout Plain Layout
13367 in Âµm
13368 \end_layout
13369
13370 \end_inset
13371 </cell>
13372 <cell alignment="center" valignment="top" usebox="none">
13373 \begin_inset Text
13374
13375 \begin_layout Plain Layout
13376 129.7
13377 \end_layout
13378
13379 \end_inset
13380 </cell>
13381 <cell alignment="center" valignment="top" usebox="none">
13382 \begin_inset Text
13383
13384 \begin_layout Plain Layout
13385 52.75
13386 \end_layout
13387
13388 \end_inset
13389 </cell>
13390 <cell alignment="center" valignment="top" usebox="none">
13391 \begin_inset Text
13392
13393 \begin_layout Plain Layout
13394 50.78
13395 \end_layout
13396
13397 \end_inset
13398 </cell>
13399 </row>
13400 <row>
13401 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13402 \begin_inset Text
13403
13404 \begin_layout Plain Layout
13405 in % of pixel size
13406 \end_layout
13407
13408 \end_inset
13409 </cell>
13410 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414 76.3
13415 \end_layout
13416
13417 \end_inset
13418 </cell>
13419 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13420 \begin_inset Text
13421
13422 \begin_layout Plain Layout
13423 95.9
13424 \end_layout
13425
13426 \end_inset
13427 </cell>
13428 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13429 \begin_inset Text
13430
13431 \begin_layout Plain Layout
13432 92.3
13433 \end_layout
13434
13435 \end_inset
13436 </cell>
13437 </row>
13438 </lyxtabular>
13439
13440 \end_inset
13441
13442
13443 \end_layout
13444
13445 \end_inset
13446
13447
13448 \end_layout
13449
13450 \begin_layout Standard
13451 Spaces to table rows can be added using the 
13452 \family sans
13453 Borders
13454 \family default
13455  tab of the table dialog as described in section
13456 \begin_inset space ~
13457 \end_inset
13458
13459
13460 \begin_inset CommandInset ref
13461 LatexCommand ref
13462 reference "sub:Row-Spacing"
13463
13464 \end_inset
13465
13466 .
13467 \end_layout
13468
13469 \begin_layout Standard
13470 Unlike normal tables, formal tables have no vertical table lines.
13471  The horizontal table lines can be set as for normal tables but they appear
13472  with different widths in the output:
13473 \begin_inset Newline newline
13474 \end_inset
13475
13476 The first and the last table line have a default width of 0.08
13477 \begin_inset space \thinspace{}
13478 \end_inset
13479
13480 em while the other lines have a default width of 0.05
13481 \begin_inset space \thinspace{}
13482 \end_inset
13483
13484 em.
13485 \end_layout
13486
13487 \begin_layout Standard
13488 The default widths can be changed with the following preamble lines
13489 \end_layout
13490
13491 \begin_layout Standard
13492
13493 \series bold
13494
13495 \backslash
13496 let
13497 \backslash
13498 mytoprule
13499 \backslash
13500 toprule
13501 \begin_inset Newline newline
13502 \end_inset
13503
13504
13505 \backslash
13506 renewcommand{
13507 \backslash
13508 toprule}{
13509 \backslash
13510 mytoprule[width]}
13511 \end_layout
13512
13513 \begin_layout Standard
13514 This example is for the first line, the so called 
13515 \series bold
13516 toprule
13517 \series default
13518 .
13519  If you want to change the width for the last line, replace 
13520 \series bold
13521 toprule
13522 \series default
13523  by 
13524 \series bold
13525 bottomrule
13526 \series default
13527 .
13528  To change the width for the other lines replace 
13529 \series bold
13530 toprule
13531 \series default
13532  by 
13533 \series bold
13534 midrule
13535 \series default
13536 .
13537  You can use all units listed in appendix
13538 \begin_inset space ~
13539 \end_inset
13540
13541
13542 \begin_inset CommandInset ref
13543 LatexCommand ref
13544 reference "cha:Units-available-in"
13545
13546 \end_inset
13547
13548  to set the width.
13549 \end_layout
13550
13551 \begin_layout Standard
13552 Lines that do not span all table columns can be created by setting a table
13553  line for multicolumn cells.
13554  LyX will then internally use the command 
13555 \series bold
13556
13557 \backslash
13558 cmidrule
13559 \series default
13560  to create this line.
13561  Its full scheme is
13562 \end_layout
13563
13564 \begin_layout Standard
13565
13566 \series bold
13567
13568 \backslash
13569 cmidrule[width](trim){startcol-endcol}
13570 \end_layout
13571
13572 \begin_layout Standard
13573 The options of 
13574 \series bold
13575
13576 \backslash
13577 cmidrule
13578 \series default
13579  are currently not supported by LyX so you have to use TeX-Code to be able
13580  to use them.
13581  
13582 \series bold
13583
13584 \backslash
13585 cmidrule
13586 \series default
13587 s can manually be created by inserting the command as TeX-Code as the first
13588  cell entry of the first cell of a row.
13589  The line is then drawn in the output above the current row.
13590 \end_layout
13591
13592 \begin_layout Standard
13593 The default for the width is 0.03
13594 \begin_inset space \thinspace{}
13595 \end_inset
13596
13597 em.
13598  Startcol is the number of the column where the line starts and endcol the
13599  column number where the line ends.
13600  The endcol always needs to be specified, also when the line should span
13601  only one column.
13602  The optional parameter trim could be either 
13603 \emph on
13604 l{trimwidth}
13605 \emph default
13606 , or 
13607 \emph on
13608 r{trimwidth}
13609 \emph default
13610  where the trimwidth is also optional.
13611  Using for example the parameter 
13612 \emph on
13613 l{2pt}
13614 \emph default
13615  means that the line is trimmed from its left end by 2
13616 \begin_inset space \thinspace{}
13617 \end_inset
13618
13619 pt.
13620  If you don't specify the trimwidth the lines are trimmed by the default
13621  of 0.5
13622 \begin_inset space \thinspace{}
13623 \end_inset
13624
13625 em.
13626 \end_layout
13627
13628 \begin_layout Standard
13629 \begin_inset VSpace bigskip
13630 \end_inset
13631
13632 Table
13633 \begin_inset space ~
13634 \end_inset
13635
13636
13637 \begin_inset CommandInset ref
13638 LatexCommand ref
13639 reference "tab:Example-booktabs-table"
13640
13641 \end_inset
13642
13643  was created using the commands
13644 \end_layout
13645
13646 \begin_layout Standard
13647
13648 \series bold
13649
13650 \backslash
13651 cmidrule(r){2-2}
13652 \backslash
13653 cmidrule(l){3-4}
13654 \end_layout
13655
13656 \begin_layout Standard
13657 at the beginning of the second row and
13658 \end_layout
13659
13660 \begin_layout Standard
13661
13662 \series bold
13663
13664 \backslash
13665 cmidrule(l{10pt}){1-1}
13666 \end_layout
13667
13668 \begin_layout Standard
13669 in the sixth row.
13670 \end_layout
13671
13672 \begin_layout Standard
13673 \begin_inset VSpace bigskip
13674 \end_inset
13675
13676
13677 \end_layout
13678
13679 \begin_layout Standard
13680 You might want to have overlapping 
13681 \series bold
13682
13683 \backslash
13684 cmidrule
13685 \series default
13686 s as in in Table
13687 \begin_inset space ~
13688 \end_inset
13689
13690
13691 \begin_inset CommandInset ref
13692 LatexCommand ref
13693 reference "tab:Special-booktabs-table"
13694
13695 \end_inset
13696
13697 .
13698  This can be achieved with the TeX-Code command
13699 \end_layout
13700
13701 \begin_layout Standard
13702
13703 \series bold
13704
13705 \backslash
13706 morecmidrules
13707 \end_layout
13708
13709 \begin_layout Standard
13710 The command that was used for the second row of Table
13711 \begin_inset space ~
13712 \end_inset
13713
13714
13715 \begin_inset CommandInset ref
13716 LatexCommand ref
13717 reference "tab:Special-booktabs-table"
13718
13719 \end_inset
13720
13721  is
13722 \end_layout
13723
13724 \begin_layout Standard
13725
13726 \series bold
13727
13728 \backslash
13729 cmidrule(r){2-2}
13730 \backslash
13731 cmidrule(l){3-4}
13732 \backslash
13733 morecmidrules
13734 \backslash
13735 cmidrule{2-4}
13736 \end_layout
13737
13738 \begin_layout Standard
13739 The command for the sixth row is
13740 \end_layout
13741
13742 \begin_layout Standard
13743
13744 \series bold
13745
13746 \backslash
13747 midrule
13748 \backslash
13749 morecmidrules
13750 \backslash
13751 cmidrule{3-4}
13752 \end_layout
13753
13754 \begin_layout Standard
13755 \begin_inset VSpace bigskip
13756 \end_inset
13757
13758
13759 \end_layout
13760
13761 \begin_layout Standard
13762 If you are anyway not satisfied with the border line spacing, you can use
13763  the following command to produce lines that span over all table columns
13764 \series bold
13765 :
13766 \end_layout
13767
13768 \begin_layout Standard
13769
13770 \series bold
13771
13772 \backslash
13773 specialrule{width}{space above}{space below}
13774 \end_layout
13775
13776 \begin_layout Standard
13777 For more information about these features, refer to the manual of the LaTeX-pack
13778 age 
13779 \series bold
13780 booktabs
13781 \series default
13782  
13783 \begin_inset CommandInset citation
13784 LatexCommand cite
13785 key "booktabs"
13786
13787 \end_inset
13788
13789 .
13790 \begin_inset Index idx
13791 status collapsed
13792
13793 \begin_layout Plain Layout
13794 LaTeX-packages ! booktabs
13795 \end_layout
13796
13797 \end_inset
13798
13799
13800 \end_layout
13801
13802 \begin_layout Standard
13803 \begin_inset Float table
13804 placement h
13805 wide false
13806 sideways false
13807 status open
13808
13809 \begin_layout Plain Layout
13810 \begin_inset Caption
13811
13812 \begin_layout Plain Layout
13813 \begin_inset CommandInset label
13814 LatexCommand label
13815 name "tab:Special-booktabs-table"
13816
13817 \end_inset
13818
13819 Special booktabs-table
13820 \end_layout
13821
13822 \end_inset
13823
13824
13825 \end_layout
13826
13827 \begin_layout Plain Layout
13828 \align center
13829 \begin_inset Tabular
13830 <lyxtabular version="3" rows="8" columns="4">
13831 <features booktabs="true" tabularvalignment="middle">
13832 <column alignment="center" valignment="top" width="0">
13833 <column alignment="center" valignment="top" width="0">
13834 <column alignment="center" valignment="top" width="0">
13835 <column alignment="center" valignment="top" width="0">
13836 <row>
13837 <cell alignment="center" valignment="top" topline="true" usebox="none">
13838 \begin_inset Text
13839
13840 \begin_layout Plain Layout
13841 System
13842 \end_layout
13843
13844 \end_inset
13845 </cell>
13846 <cell alignment="center" valignment="top" topline="true" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Plain Layout
13850 Chip
13851 \begin_inset space \thinspace{}
13852 \end_inset
13853
13854 1
13855 \end_layout
13856
13857 \end_inset
13858 </cell>
13859 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13860 \begin_inset Text
13861
13862 \begin_layout Plain Layout
13863 Chip
13864 \begin_inset space \thinspace{}
13865 \end_inset
13866
13867 2
13868 \end_layout
13869
13870 \end_inset
13871 </cell>
13872 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13873 \begin_inset Text
13874
13875 \begin_layout Plain Layout
13876
13877 \end_layout
13878
13879 \end_inset
13880 </cell>
13881 </row>
13882 <row>
13883 <cell alignment="center" valignment="top" usebox="none">
13884 \begin_inset Text
13885
13886 \begin_layout Plain Layout
13887 \begin_inset ERT
13888 status collapsed
13889
13890 \begin_layout Plain Layout
13891
13892
13893 \backslash
13894 cmidrule(r){2-2}
13895 \end_layout
13896
13897 \end_inset
13898
13899
13900 \begin_inset ERT
13901 status collapsed
13902
13903 \begin_layout Plain Layout
13904
13905
13906 \backslash
13907 cmidrule(l){3-4}
13908 \end_layout
13909
13910 \end_inset
13911
13912
13913 \begin_inset ERT
13914 status collapsed
13915
13916 \begin_layout Plain Layout
13917
13918
13919 \backslash
13920 morecmidrules 
13921 \end_layout
13922
13923 \end_inset
13924
13925
13926 \begin_inset ERT
13927 status collapsed
13928
13929 \begin_layout Plain Layout
13930
13931
13932 \backslash
13933 cmidrule{2-4}
13934 \end_layout
13935
13936 \end_inset
13937
13938 Detector thickness in Âµm
13939 \end_layout
13940
13941 \end_inset
13942 </cell>
13943 <cell alignment="center" valignment="top" usebox="none">
13944 \begin_inset Text
13945
13946 \begin_layout Plain Layout
13947 300
13948 \end_layout
13949
13950 \end_inset
13951 </cell>
13952 <cell alignment="center" valignment="top" usebox="none">
13953 \begin_inset Text
13954
13955 \begin_layout Plain Layout
13956 300
13957 \end_layout
13958
13959 \end_inset
13960 </cell>
13961 <cell alignment="center" valignment="top" usebox="none">
13962 \begin_inset Text
13963
13964 \begin_layout Plain Layout
13965 700
13966 \end_layout
13967
13968 \end_inset
13969 </cell>
13970 </row>
13971 <row>
13972 <cell alignment="center" valignment="top" topline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976 Edge angle in Â°
13977 \end_layout
13978
13979 \end_inset
13980 </cell>
13981 <cell alignment="center" valignment="top" topline="true" usebox="none">
13982 \begin_inset Text
13983
13984 \begin_layout Plain Layout
13985 3.55
13986 \end_layout
13987
13988 \end_inset
13989 </cell>
13990 <cell alignment="center" valignment="top" topline="true" usebox="none">
13991 \begin_inset Text
13992
13993 \begin_layout Plain Layout
13994 2.71
13995 \end_layout
13996
13997 \end_inset
13998 </cell>
13999 <cell alignment="center" valignment="top" topline="true" usebox="none">
14000 \begin_inset Text
14001
14002 \begin_layout Plain Layout
14003 7.99
14004 \end_layout
14005
14006 \end_inset
14007 </cell>
14008 </row>
14009 <row topspace="default">
14010 <cell alignment="center" valignment="top" usebox="none">
14011 \begin_inset Text
14012
14013 \begin_layout Plain Layout
14014 Spatial resolution in Âµm
14015 \end_layout
14016
14017 \end_inset
14018 </cell>
14019 <cell alignment="center" valignment="top" usebox="none">
14020 \begin_inset Text
14021
14022 \begin_layout Plain Layout
14023 4.26
14024 \end_layout
14025
14026 \end_inset
14027 </cell>
14028 <cell alignment="center" valignment="top" usebox="none">
14029 \begin_inset Text
14030
14031 \begin_layout Plain Layout
14032 10.17
14033 \end_layout
14034
14035 \end_inset
14036 </cell>
14037 <cell alignment="center" valignment="top" usebox="none">
14038 \begin_inset Text
14039
14040 \begin_layout Plain Layout
14041 10.56
14042 \end_layout
14043
14044 \end_inset
14045 </cell>
14046 </row>
14047 <row topspace="default">
14048 <cell alignment="center" valignment="top" usebox="none">
14049 \begin_inset Text
14050
14051 \begin_layout Plain Layout
14052 MTF at 
14053 \begin_inset Formula $f_{\mathrm{max}}$
14054 \end_inset
14055
14056
14057 \end_layout
14058
14059 \end_inset
14060 </cell>
14061 <cell alignment="center" valignment="top" usebox="none">
14062 \begin_inset Text
14063
14064 \begin_layout Plain Layout
14065 0.53
14066 \end_layout
14067
14068 \end_inset
14069 </cell>
14070 <cell alignment="center" valignment="top" usebox="none">
14071 \begin_inset Text
14072
14073 \begin_layout Plain Layout
14074 0.37
14075 \end_layout
14076
14077 \end_inset
14078 </cell>
14079 <cell alignment="center" valignment="top" usebox="none">
14080 \begin_inset Text
14081
14082 \begin_layout Plain Layout
14083 0.39
14084 \end_layout
14085
14086 \end_inset
14087 </cell>
14088 </row>
14089 <row>
14090 <cell alignment="center" valignment="top" topline="true" usebox="none">
14091 \begin_inset Text
14092
14093 \begin_layout Plain Layout
14094 \begin_inset ERT
14095 status collapsed
14096
14097 \begin_layout Plain Layout
14098
14099
14100 \backslash
14101 morecmidrules 
14102 \end_layout
14103
14104 \end_inset
14105
14106
14107 \begin_inset ERT
14108 status collapsed
14109
14110 \begin_layout Plain Layout
14111
14112
14113 \backslash
14114 cmidrule{3-4}
14115 \end_layout
14116
14117 \end_inset
14118
14119 LSF-spatial resolution
14120 \end_layout
14121
14122 \end_inset
14123 </cell>
14124 <cell alignment="center" valignment="top" topline="true" usebox="none">
14125 \begin_inset Text
14126
14127 \begin_layout Plain Layout
14128
14129 \end_layout
14130
14131 \end_inset
14132 </cell>
14133 <cell alignment="center" valignment="top" topline="true" usebox="none">
14134 \begin_inset Text
14135
14136 \begin_layout Plain Layout
14137
14138 \end_layout
14139
14140 \end_inset
14141 </cell>
14142 <cell alignment="center" valignment="top" topline="true" usebox="none">
14143 \begin_inset Text
14144
14145 \begin_layout Plain Layout
14146
14147 \end_layout
14148
14149 \end_inset
14150 </cell>
14151 </row>
14152 <row>
14153 <cell alignment="center" valignment="top" usebox="none">
14154 \begin_inset Text
14155
14156 \begin_layout Plain Layout
14157 in Âµm
14158 \end_layout
14159
14160 \end_inset
14161 </cell>
14162 <cell alignment="center" valignment="top" usebox="none">
14163 \begin_inset Text
14164
14165 \begin_layout Plain Layout
14166 129.7
14167 \end_layout
14168
14169 \end_inset
14170 </cell>
14171 <cell alignment="center" valignment="top" usebox="none">
14172 \begin_inset Text
14173
14174 \begin_layout Plain Layout
14175 52.75
14176 \end_layout
14177
14178 \end_inset
14179 </cell>
14180 <cell alignment="center" valignment="top" usebox="none">
14181 \begin_inset Text
14182
14183 \begin_layout Plain Layout
14184 50.78
14185 \end_layout
14186
14187 \end_inset
14188 </cell>
14189 </row>
14190 <row>
14191 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14192 \begin_inset Text
14193
14194 \begin_layout Plain Layout
14195 in % of pixel size
14196 \end_layout
14197
14198 \end_inset
14199 </cell>
14200 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14201 \begin_inset Text
14202
14203 \begin_layout Plain Layout
14204 76.3
14205 \end_layout
14206
14207 \end_inset
14208 </cell>
14209 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14210 \begin_inset Text
14211
14212 \begin_layout Plain Layout
14213 95.9
14214 \end_layout
14215
14216 \end_inset
14217 </cell>
14218 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14219 \begin_inset Text
14220
14221 \begin_layout Plain Layout
14222 92.3
14223 \end_layout
14224
14225 \end_inset
14226 </cell>
14227 </row>
14228 </lyxtabular>
14229
14230 \end_inset
14231
14232
14233 \end_layout
14234
14235 \end_inset
14236
14237
14238 \end_layout
14239
14240 \begin_layout Section
14241 Vertical Table Alignment
14242 \begin_inset Index idx
14243 status collapsed
14244
14245 \begin_layout Plain Layout
14246 Table ! Alignment
14247 \end_layout
14248
14249 \end_inset
14250
14251
14252 \end_layout
14253
14254 \begin_layout Standard
14255 To align tables vertically in a text line the table must be inside a box.
14256  The box can then be vertically aligned as described in section
14257 \begin_inset space ~
14258 \end_inset
14259
14260
14261 \begin_inset CommandInset ref
14262 LatexCommand ref
14263 reference "sec:Box-Dialog"
14264
14265 \end_inset
14266
14267 .
14268 \end_layout
14269
14270 \begin_layout Standard
14271 In the following example the tables are inside a minipage
14272 \begin_inset Foot
14273 status collapsed
14274
14275 \begin_layout Plain Layout
14276 Minipages are described in section
14277 \begin_inset space ~
14278 \end_inset
14279
14280
14281 \begin_inset CommandInset ref
14282 LatexCommand ref
14283 reference "sec:Minipages"
14284
14285 \end_inset
14286
14287 .
14288 \end_layout
14289
14290 \end_inset
14291
14292  box that has a width of 15
14293 \begin_inset space \thinspace{}
14294 \end_inset
14295
14296 col%:
14297 \end_layout
14298
14299 \begin_layout Itemize
14300 test 
14301 \begin_inset Box Frameless
14302 position "t"
14303 hor_pos "c"
14304 has_inner_box 1
14305 inner_pos "c"
14306 use_parbox 0
14307 use_makebox 0
14308 width "15col%"
14309 special "none"
14310 height "1in"
14311 height_special "totalheight"
14312 status collapsed
14313
14314 \begin_layout Plain Layout
14315 \begin_inset Tabular
14316 <lyxtabular version="3" rows="3" columns="3">
14317 <features tabularvalignment="middle">
14318 <column alignment="center" valignment="top" width="0">
14319 <column alignment="center" valignment="top" width="0">
14320 <column alignment="center" valignment="top" width="0">
14321 <row>
14322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14323 \begin_inset Text
14324
14325 \begin_layout Plain Layout
14326 a
14327 \end_layout
14328
14329 \end_inset
14330 </cell>
14331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14332 \begin_inset Text
14333
14334 \begin_layout Plain Layout
14335 d
14336 \end_layout
14337
14338 \end_inset
14339 </cell>
14340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14341 \begin_inset Text
14342
14343 \begin_layout Plain Layout
14344 g
14345 \end_layout
14346
14347 \end_inset
14348 </cell>
14349 </row>
14350 <row>
14351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14352 \begin_inset Text
14353
14354 \begin_layout Plain Layout
14355 b
14356 \end_layout
14357
14358 \end_inset
14359 </cell>
14360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14361 \begin_inset Text
14362
14363 \begin_layout Plain Layout
14364 e
14365 \end_layout
14366
14367 \end_inset
14368 </cell>
14369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14370 \begin_inset Text
14371
14372 \begin_layout Plain Layout
14373 h
14374 \end_layout
14375
14376 \end_inset
14377 </cell>
14378 </row>
14379 <row>
14380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14381 \begin_inset Text
14382
14383 \begin_layout Plain Layout
14384 c
14385 \end_layout
14386
14387 \end_inset
14388 </cell>
14389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14390 \begin_inset Text
14391
14392 \begin_layout Plain Layout
14393 f
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14399 \begin_inset Text
14400
14401 \begin_layout Plain Layout
14402 i
14403 \end_layout
14404
14405 \end_inset
14406 </cell>
14407 </row>
14408 </lyxtabular>
14409
14410 \end_inset
14411
14412
14413 \end_layout
14414
14415 \end_inset
14416
14417  test 
14418 \begin_inset ERT
14419 status collapsed
14420
14421 \begin_layout Plain Layout
14422
14423
14424 \backslash
14425 raisebox{0.85
14426 \backslash
14427 baselineskip}{
14428 \end_layout
14429
14430 \end_inset
14431
14432
14433 \begin_inset Box Frameless
14434 position "t"
14435 hor_pos "c"
14436 has_inner_box 1
14437 inner_pos "c"
14438 use_parbox 0
14439 use_makebox 0
14440 width "15col%"
14441 special "none"
14442 height "1in"
14443 height_special "totalheight"
14444 status collapsed
14445
14446 \begin_layout Plain Layout
14447 \begin_inset Tabular
14448 <lyxtabular version="3" rows="3" columns="3">
14449 <features tabularvalignment="middle">
14450 <column alignment="center" valignment="top" width="0">
14451 <column alignment="center" valignment="top" width="0">
14452 <column alignment="center" valignment="top" width="0">
14453 <row>
14454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14455 \begin_inset Text
14456
14457 \begin_layout Plain Layout
14458 a
14459 \end_layout
14460
14461 \end_inset
14462 </cell>
14463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14464 \begin_inset Text
14465
14466 \begin_layout Plain Layout
14467 d
14468 \end_layout
14469
14470 \end_inset
14471 </cell>
14472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14473 \begin_inset Text
14474
14475 \begin_layout Plain Layout
14476 g
14477 \end_layout
14478
14479 \end_inset
14480 </cell>
14481 </row>
14482 <row>
14483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14484 \begin_inset Text
14485
14486 \begin_layout Plain Layout
14487 b
14488 \end_layout
14489
14490 \end_inset
14491 </cell>
14492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14493 \begin_inset Text
14494
14495 \begin_layout Plain Layout
14496 e
14497 \end_layout
14498
14499 \end_inset
14500 </cell>
14501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14502 \begin_inset Text
14503
14504 \begin_layout Plain Layout
14505 h
14506 \end_layout
14507
14508 \end_inset
14509 </cell>
14510 </row>
14511 <row>
14512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14513 \begin_inset Text
14514
14515 \begin_layout Plain Layout
14516 c
14517 \end_layout
14518
14519 \end_inset
14520 </cell>
14521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14522 \begin_inset Text
14523
14524 \begin_layout Plain Layout
14525 f
14526 \end_layout
14527
14528 \end_inset
14529 </cell>
14530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14531 \begin_inset Text
14532
14533 \begin_layout Plain Layout
14534 i
14535 \end_layout
14536
14537 \end_inset
14538 </cell>
14539 </row>
14540 </lyxtabular>
14541
14542 \end_inset
14543
14544
14545 \end_layout
14546
14547 \end_inset
14548
14549
14550 \begin_inset ERT
14551 status collapsed
14552
14553 \begin_layout Plain Layout
14554
14555 }
14556 \end_layout
14557
14558 \end_inset
14559
14560
14561 \end_layout
14562
14563 \begin_layout Itemize
14564 test 
14565 \begin_inset Box Frameless
14566 position "c"
14567 hor_pos "c"
14568 has_inner_box 1
14569 inner_pos "c"
14570 use_parbox 0
14571 use_makebox 0
14572 width "15col%"
14573 special "none"
14574 height "1in"
14575 height_special "totalheight"
14576 status collapsed
14577
14578 \begin_layout Plain Layout
14579 \begin_inset Tabular
14580 <lyxtabular version="3" rows="3" columns="3">
14581 <features tabularvalignment="middle">
14582 <column alignment="center" valignment="top" width="0">
14583 <column alignment="center" valignment="top" width="0">
14584 <column alignment="center" valignment="top" width="0">
14585 <row>
14586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Plain Layout
14590 a
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Plain Layout
14599 d
14600 \end_layout
14601
14602 \end_inset
14603 </cell>
14604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14605 \begin_inset Text
14606
14607 \begin_layout Plain Layout
14608 g
14609 \end_layout
14610
14611 \end_inset
14612 </cell>
14613 </row>
14614 <row>
14615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14616 \begin_inset Text
14617
14618 \begin_layout Plain Layout
14619 b
14620 \end_layout
14621
14622 \end_inset
14623 </cell>
14624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14625 \begin_inset Text
14626
14627 \begin_layout Plain Layout
14628 e
14629 \end_layout
14630
14631 \end_inset
14632 </cell>
14633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14634 \begin_inset Text
14635
14636 \begin_layout Plain Layout
14637 h
14638 \end_layout
14639
14640 \end_inset
14641 </cell>
14642 </row>
14643 <row>
14644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14645 \begin_inset Text
14646
14647 \begin_layout Plain Layout
14648 c
14649 \end_layout
14650
14651 \end_inset
14652 </cell>
14653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14654 \begin_inset Text
14655
14656 \begin_layout Plain Layout
14657 f
14658 \end_layout
14659
14660 \end_inset
14661 </cell>
14662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14663 \begin_inset Text
14664
14665 \begin_layout Plain Layout
14666 i
14667 \end_layout
14668
14669 \end_inset
14670 </cell>
14671 </row>
14672 </lyxtabular>
14673
14674 \end_inset
14675
14676
14677 \end_layout
14678
14679 \end_inset
14680
14681
14682 \end_layout
14683
14684 \begin_layout Itemize
14685 test 
14686 \begin_inset Box Frameless
14687 position "b"
14688 hor_pos "c"
14689 has_inner_box 1
14690 inner_pos "c"
14691 use_parbox 0
14692 use_makebox 0
14693 width "15col%"
14694 special "none"
14695 height "1in"
14696 height_special "totalheight"
14697 status collapsed
14698
14699 \begin_layout Plain Layout
14700 \begin_inset Tabular
14701 <lyxtabular version="3" rows="3" columns="3">
14702 <features tabularvalignment="middle">
14703 <column alignment="center" valignment="top" width="0">
14704 <column alignment="center" valignment="top" width="0">
14705 <column alignment="center" valignment="top" width="0">
14706 <row>
14707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14708 \begin_inset Text
14709
14710 \begin_layout Plain Layout
14711 a
14712 \end_layout
14713
14714 \end_inset
14715 </cell>
14716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14717 \begin_inset Text
14718
14719 \begin_layout Plain Layout
14720 d
14721 \end_layout
14722
14723 \end_inset
14724 </cell>
14725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14726 \begin_inset Text
14727
14728 \begin_layout Plain Layout
14729 g
14730 \end_layout
14731
14732 \end_inset
14733 </cell>
14734 </row>
14735 <row>
14736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14737 \begin_inset Text
14738
14739 \begin_layout Plain Layout
14740 b
14741 \end_layout
14742
14743 \end_inset
14744 </cell>
14745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14746 \begin_inset Text
14747
14748 \begin_layout Plain Layout
14749 e
14750 \end_layout
14751
14752 \end_inset
14753 </cell>
14754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14755 \begin_inset Text
14756
14757 \begin_layout Plain Layout
14758 h
14759 \end_layout
14760
14761 \end_inset
14762 </cell>
14763 </row>
14764 <row>
14765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14766 \begin_inset Text
14767
14768 \begin_layout Plain Layout
14769 c
14770 \end_layout
14771
14772 \end_inset
14773 </cell>
14774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14775 \begin_inset Text
14776
14777 \begin_layout Plain Layout
14778 f
14779 \end_layout
14780
14781 \end_inset
14782 </cell>
14783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14784 \begin_inset Text
14785
14786 \begin_layout Plain Layout
14787 i
14788 \end_layout
14789
14790 \end_inset
14791 </cell>
14792 </row>
14793 </lyxtabular>
14794
14795 \end_inset
14796
14797
14798 \end_layout
14799
14800 \end_inset
14801
14802  test 
14803 \begin_inset ERT
14804 status collapsed
14805
14806 \begin_layout Plain Layout
14807
14808
14809 \backslash
14810 raisebox{-0.32
14811 \backslash
14812 baselineskip}{
14813 \end_layout
14814
14815 \end_inset
14816
14817
14818 \begin_inset Box Frameless
14819 position "b"
14820 hor_pos "c"
14821 has_inner_box 1
14822 inner_pos "c"
14823 use_parbox 0
14824 use_makebox 0
14825 width "15col%"
14826 special "none"
14827 height "1in"
14828 height_special "totalheight"
14829 status collapsed
14830
14831 \begin_layout Plain Layout
14832 \begin_inset Tabular
14833 <lyxtabular version="3" rows="3" columns="3">
14834 <features tabularvalignment="middle">
14835 <column alignment="center" valignment="top" width="0">
14836 <column alignment="center" valignment="top" width="0">
14837 <column alignment="center" valignment="top" width="0">
14838 <row>
14839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14840 \begin_inset Text
14841
14842 \begin_layout Plain Layout
14843 a
14844 \end_layout
14845
14846 \end_inset
14847 </cell>
14848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14849 \begin_inset Text
14850
14851 \begin_layout Plain Layout
14852 d
14853 \end_layout
14854
14855 \end_inset
14856 </cell>
14857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14858 \begin_inset Text
14859
14860 \begin_layout Plain Layout
14861 g
14862 \end_layout
14863
14864 \end_inset
14865 </cell>
14866 </row>
14867 <row>
14868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14869 \begin_inset Text
14870
14871 \begin_layout Plain Layout
14872 b
14873 \end_layout
14874
14875 \end_inset
14876 </cell>
14877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14878 \begin_inset Text
14879
14880 \begin_layout Plain Layout
14881 e
14882 \end_layout
14883
14884 \end_inset
14885 </cell>
14886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14887 \begin_inset Text
14888
14889 \begin_layout Plain Layout
14890 h
14891 \end_layout
14892
14893 \end_inset
14894 </cell>
14895 </row>
14896 <row>
14897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14898 \begin_inset Text
14899
14900 \begin_layout Plain Layout
14901 c
14902 \end_layout
14903
14904 \end_inset
14905 </cell>
14906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14907 \begin_inset Text
14908
14909 \begin_layout Plain Layout
14910 f
14911 \end_layout
14912
14913 \end_inset
14914 </cell>
14915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14916 \begin_inset Text
14917
14918 \begin_layout Plain Layout
14919 i
14920 \end_layout
14921
14922 \end_inset
14923 </cell>
14924 </row>
14925 </lyxtabular>
14926
14927 \end_inset
14928
14929
14930 \end_layout
14931
14932 \end_inset
14933
14934
14935 \begin_inset ERT
14936 status collapsed
14937
14938 \begin_layout Plain Layout
14939
14940 }
14941 \end_layout
14942
14943 \end_inset
14944
14945
14946 \end_layout
14947
14948 \begin_layout Standard
14949 As you will see, the content of the first and last table row is not correctly
14950  aligned.
14951  To get this alignment, the minipage box must be set into a raisebox
14952 \begin_inset Foot
14953 status collapsed
14954
14955 \begin_layout Plain Layout
14956 Raiseboxes are described in section
14957 \begin_inset space ~
14958 \end_inset
14959
14960
14961 \begin_inset CommandInset ref
14962 LatexCommand ref
14963 reference "sub:Vertical-Alignment"
14964
14965 \end_inset
14966
14967 .
14968 \end_layout
14969
14970 \end_inset
14971
14972 .
14973  In the example above the second table in the first item is aligned using
14974  the TeX-Code-command
14975 \end_layout
14976
14977 \begin_layout Standard
14978
14979 \series bold
14980
14981 \backslash
14982 raisebox{0.85
14983 \backslash
14984 baselineskip}{
14985 \end_layout
14986
14987 \begin_layout Standard
14988 before the box.
14989  After the box the closing brace 
14990 \series bold
14991 }
14992 \series default
14993  is inserted as TeX-Code.
14994  For the second table in the last item the command
14995 \end_layout
14996
14997 \begin_layout Standard
14998
14999 \series bold
15000
15001 \backslash
15002 raisebox{-0.32
15003 \backslash
15004 baselineskip}{
15005 \end_layout
15006
15007 \begin_layout Standard
15008 is used.
15009 \end_layout
15010
15011 \begin_layout Standard
15012 \begin_inset Note Greyedout
15013 status open
15014
15015 \begin_layout Plain Layout
15016
15017 \series bold
15018 Note:
15019 \series default
15020  The alignment of the table row content to the surrounding text line is
15021  not exact.
15022  The required value for the 
15023 \series bold
15024
15025 \backslash
15026 raisebox
15027 \series default
15028  command for this alignment depends on the document font, the font size,
15029  and the table line thickness.
15030 \end_layout
15031
15032 \end_inset
15033
15034
15035 \end_layout
15036
15037 \begin_layout Section
15038 Colored Tables
15039 \begin_inset CommandInset label
15040 LatexCommand label
15041 name "sec:Colored-Tables"
15042
15043 \end_inset
15044
15045
15046 \begin_inset Index idx
15047 status collapsed
15048
15049 \begin_layout Plain Layout
15050 Table ! Color
15051 \end_layout
15052
15053 \end_inset
15054
15055
15056 \end_layout
15057
15058 \begin_layout Subsection
15059 Colored Cells
15060 \begin_inset Index idx
15061 status collapsed
15062
15063 \begin_layout Plain Layout
15064 Table Color ! for Cells
15065 \end_layout
15066
15067 \end_inset
15068
15069
15070 \begin_inset Index idx
15071 status collapsed
15072
15073 \begin_layout Plain Layout
15074 Color ! for Table Cells
15075 \end_layout
15076
15077 \end_inset
15078
15079
15080 \end_layout
15081
15082 \begin_layout Standard
15083 \begin_inset Float table
15084 placement h
15085 wide false
15086 sideways false
15087 status open
15088
15089 \begin_layout Plain Layout
15090 \begin_inset Caption
15091
15092 \begin_layout Plain Layout
15093 \begin_inset CommandInset label
15094 LatexCommand label
15095 name "tab:Table-colored-without"
15096
15097 \end_inset
15098
15099 Table colored without using the package 
15100 \series bold
15101 colortbl
15102 \series default
15103
15104 \begin_inset Argument
15105 status collapsed
15106
15107 \begin_layout Plain Layout
15108 Table without colortbl
15109 \end_layout
15110
15111 \end_inset
15112
15113
15114 \end_layout
15115
15116 \end_inset
15117
15118
15119 \end_layout
15120
15121 \begin_layout Plain Layout
15122 \align center
15123 \begin_inset Tabular
15124 <lyxtabular version="3" rows="3" columns="3">
15125 <features tabularvalignment="middle">
15126 <column alignment="center" valignment="top" width="0">
15127 <column alignment="center" valignment="top" width="0">
15128 <column alignment="center" valignment="top" width="0">
15129 <row>
15130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134
15135 \color green
15136 a
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Plain Layout
15145
15146 \color red
15147 b
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15153 \begin_inset Text
15154
15155 \begin_layout Plain Layout
15156
15157 \color red
15158 c
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 </row>
15164 <row>
15165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169
15170 \color green
15171 d
15172 \end_layout
15173
15174 \end_inset
15175 </cell>
15176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15177 \begin_inset Text
15178
15179 \begin_layout Plain Layout
15180
15181 \color blue
15182 e
15183 \end_layout
15184
15185 \end_inset
15186 </cell>
15187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15188 \begin_inset Text
15189
15190 \begin_layout Plain Layout
15191
15192 \color blue
15193 f
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 </row>
15199 <row>
15200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15201 \begin_inset Text
15202
15203 \begin_layout Plain Layout
15204
15205 \color green
15206 g
15207 \end_layout
15208
15209 \end_inset
15210 </cell>
15211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15212 \begin_inset Text
15213
15214 \begin_layout Plain Layout
15215
15216 \color blue
15217 h
15218 \end_layout
15219
15220 \end_inset
15221 </cell>
15222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Plain Layout
15226
15227 \color blue
15228 i
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 </row>
15234 </lyxtabular>
15235
15236 \end_inset
15237
15238
15239 \end_layout
15240
15241 \end_inset
15242
15243
15244 \end_layout
15245
15246 \begin_layout Standard
15247 If you only need colored text, mark the cells and choose a color in the
15248  menu 
15249 \family sans
15250 Edit\SpecialChar \menuseparator
15251 Text
15252 \begin_inset space ~
15253 \end_inset
15254
15255 Style
15256 \family default
15257 .
15258  This was used to create Table
15259 \begin_inset space ~
15260 \end_inset
15261
15262
15263 \begin_inset CommandInset ref
15264 LatexCommand ref
15265 reference "tab:Table-colored-without"
15266
15267 \end_inset
15268
15269 .
15270  In any other case you have to use the LaTeX-package 
15271 \series bold
15272 colortbl
15273 \series default
15274 .
15275 \begin_inset Index idx
15276 status collapsed
15277
15278 \begin_layout Plain Layout
15279 LaTeX-packages ! colortbl
15280 \end_layout
15281
15282 \end_inset
15283
15284
15285 \end_layout
15286
15287 \begin_layout Standard
15288 \begin_inset ERT
15289 status collapsed
15290
15291 \begin_layout Plain Layout
15292
15293
15294 \backslash
15295 ifcolortbl
15296 \end_layout
15297
15298 \end_inset
15299
15300
15301 \begin_inset Note Note
15302 status open
15303
15304 \begin_layout Plain Layout
15305 The following section part will only be displayed when the LaTeX-package
15306  
15307 \series bold
15308 colortbl
15309 \series default
15310  is installed.
15311 \end_layout
15312
15313 \end_inset
15314
15315
15316 \end_layout
15317
15318 \begin_layout Standard
15319 To create colored tables, 
15320 \series bold
15321 colortbl
15322 \series default
15323  must be loaded in the preamble with the line
15324 \end_layout
15325
15326 \begin_layout Standard
15327
15328 \series bold
15329
15330 \backslash
15331 usepackage{colortbl}
15332 \end_layout
15333
15334 \begin_layout Standard
15335 The color of a column is adjusted with the command
15336 \end_layout
15337
15338 \begin_layout Standard
15339
15340 \series bold
15341
15342 \backslash
15343 columncolor{name of color}
15344 \end_layout
15345
15346 \begin_layout Standard
15347 inside the command 
15348 \series bold
15349 >{ }
15350 \series default
15351 .
15352  More about the command 
15353 \series bold
15354 >{}
15355 \series default
15356  is contained in section
15357 \begin_inset space ~
15358 \end_inset
15359
15360
15361 \begin_inset CommandInset ref
15362 LatexCommand ref
15363 reference "sub:Multicolumn-Calculations"
15364
15365 \end_inset
15366
15367 .
15368 \end_layout
15369
15370 \begin_layout Standard
15371 The following color names are predefined:
15372 \end_layout
15373
15374 \begin_layout Standard
15375
15376 \family sans
15377 red
15378 \family default
15379
15380 \family sans
15381 green
15382 \family default
15383
15384 \family sans
15385 yellow
15386 \family default
15387
15388 \family sans
15389 blue
15390 \family default
15391
15392 \family sans
15393 cyan
15394 \family default
15395
15396 \family sans
15397 magenta
15398 \family default
15399
15400 \family sans
15401 black
15402 \family default
15403  and 
15404 \family sans
15405 white
15406 \end_layout
15407
15408 \begin_layout Standard
15409 \begin_inset VSpace medskip
15410 \end_inset
15411
15412
15413 \end_layout
15414
15415 \begin_layout Standard
15416 You can also define your own color with the command
15417 \end_layout
15418
15419 \begin_layout Standard
15420
15421 \series bold
15422
15423 \backslash
15424 definecolor{color name}{color model}{color values}
15425 \end_layout
15426
15427 \begin_layout Standard
15428 The color model can be
15429 \end_layout
15430
15431 \begin_layout Labeling
15432 \labelwidthstring 00.00.0000
15433 cmyk: cyan, magenta, yellow, black
15434 \end_layout
15435
15436 \begin_layout Labeling
15437 \labelwidthstring 00.00.0000
15438 rgb: red, green blue
15439 \end_layout
15440
15441 \begin_layout Labeling
15442 \labelwidthstring 00.00.0000
15443 gray gray
15444 \end_layout
15445
15446 \begin_layout Standard
15447 and the color values are comma separated numbers between 0 and 1 describing
15448  the factor for the corresponding color of the color model.
15449 \end_layout
15450
15451 \begin_layout Standard
15452 You can e.
15453 \begin_inset space \thinspace{}
15454 \end_inset
15455
15456 g.
15457 \begin_inset space \space{}
15458 \end_inset
15459
15460 define the color "
15461 \emph on
15462 darkgreen
15463 \emph default
15464 " in the preamble with
15465 \end_layout
15466
15467 \begin_layout Standard
15468
15469 \series bold
15470
15471 \backslash
15472 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
15473 \end_layout
15474
15475 \begin_layout Standard
15476 and the color "
15477 \emph on
15478 lightgray
15479 \emph default
15480 " with
15481 \end_layout
15482
15483 \begin_layout Standard
15484
15485 \series bold
15486
15487 \backslash
15488 definecolor{lightgray}{gray}{0.8}
15489 \end_layout
15490
15491 \begin_layout Standard
15492 \begin_inset VSpace medskip
15493 \end_inset
15494
15495
15496 \end_layout
15497
15498 \begin_layout Standard
15499 Lines are colored with the command
15500 \end_layout
15501
15502 \begin_layout Standard
15503
15504 \series bold
15505
15506 \backslash
15507 rowcolor{name of color}
15508 \end_layout
15509
15510 \begin_layout Standard
15511 and cells are colored with the command
15512 \end_layout
15513
15514 \begin_layout Standard
15515
15516 \series bold
15517
15518 \backslash
15519 cellcolor{name of color}
15520 \end_layout
15521
15522 \begin_layout Standard
15523 Both commands are inserted at the beginning of a cell as TeX-Code.
15524 \end_layout
15525
15526 \begin_layout Standard
15527 To color characters in the table, mark the cells and use the LyX menu 
15528 \family sans
15529 Edit\SpecialChar \menuseparator
15530 Text
15531 \begin_inset space ~
15532 \end_inset
15533
15534 Style
15535 \family default
15536 .
15537  If a cell contains TeX-Code mark only the characters, otherwise the colored
15538  TeX-Code will cause LaTeX-errors.
15539 \end_layout
15540
15541 \begin_layout Standard
15542 \begin_inset Note Greyedout
15543 status open
15544
15545 \begin_layout Plain Layout
15546
15547 \series bold
15548 Note:
15549 \series default
15550  Not all DVI-viewers are able to display self-defined colors.
15551 \end_layout
15552
15553 \end_inset
15554
15555
15556 \end_layout
15557
15558 \begin_layout Standard
15559 \begin_inset VSpace bigskip
15560 \end_inset
15561
15562
15563 \end_layout
15564
15565 \begin_layout Standard
15566 To create Table
15567 \begin_inset space ~
15568 \end_inset
15569
15570
15571 \begin_inset CommandInset ref
15572 LatexCommand ref
15573 reference "tab:Table-colored-using"
15574
15575 \end_inset
15576
15577  do the following: The color of the first column should be 
15578 \emph on
15579 darkgreen
15580 \emph default
15581 .
15582  So insert
15583 \end_layout
15584
15585 \begin_layout Standard
15586
15587 \series bold
15588 >{
15589 \backslash
15590 columncolor{darkgreen}
15591 \backslash
15592 centering}c
15593 \end_layout
15594
15595 \begin_layout Standard
15596 as LaTeX-argument for this column.
15597  The first row should be blue, therefore the TeX-Code command
15598 \end_layout
15599
15600 \begin_layout Standard
15601
15602 \series bold
15603
15604 \backslash
15605 rowcolor{cyan}
15606 \end_layout
15607
15608 \begin_layout Standard
15609 is inserted to the first cell of this row.
15610  Note that this overwrites the column color for the first cell.
15611  The last cell of the last row is colored magenta by inserting the TeX-Code
15612  command
15613 \end_layout
15614
15615 \begin_layout Standard
15616
15617 \series bold
15618
15619 \backslash
15620 cellcolor{magenta}
15621 \end_layout
15622
15623 \begin_layout Standard
15624 The characters could now be colored using the menu 
15625 \family sans
15626 Edit\SpecialChar \menuseparator
15627 Text
15628 \begin_inset space ~
15629 \end_inset
15630
15631 Style
15632 \family default
15633 .
15634 \end_layout
15635
15636 \begin_layout Standard
15637 \begin_inset Float table
15638 placement h
15639 wide false
15640 sideways false
15641 status open
15642
15643 \begin_layout Plain Layout
15644 \begin_inset Caption
15645
15646 \begin_layout Plain Layout
15647 \begin_inset CommandInset label
15648 LatexCommand label
15649 name "tab:Table-colored-using"
15650
15651 \end_inset
15652
15653 Table colored using the package 
15654 \series bold
15655 colortbl
15656 \series default
15657
15658 \begin_inset Argument
15659 status collapsed
15660
15661 \begin_layout Plain Layout
15662 Table with colortbl
15663 \end_layout
15664
15665 \end_inset
15666
15667
15668 \end_layout
15669
15670 \end_inset
15671
15672
15673 \end_layout
15674
15675 \begin_layout Plain Layout
15676 \align center
15677 \begin_inset Tabular
15678 <lyxtabular version="3" rows="3" columns="3">
15679 <features tabularvalignment="middle">
15680 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15681 <column alignment="center" valignment="top" width="0">
15682 <column alignment="center" valignment="top" width="0">
15683 <row>
15684 <cell alignment="center" valignment="top" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout Plain Layout
15688 \begin_inset ERT
15689 status collapsed
15690
15691 \begin_layout Plain Layout
15692
15693
15694 \backslash
15695 rowcolor{cyan}
15696 \end_layout
15697
15698 \end_inset
15699
15700
15701 \color magenta
15702 a
15703 \end_layout
15704
15705 \end_inset
15706 </cell>
15707 <cell alignment="center" valignment="top" usebox="none">
15708 \begin_inset Text
15709
15710 \begin_layout Plain Layout
15711
15712 \color red
15713 b
15714 \end_layout
15715
15716 \end_inset
15717 </cell>
15718 <cell alignment="center" valignment="top" usebox="none">
15719 \begin_inset Text
15720
15721 \begin_layout Plain Layout
15722
15723 \color red
15724 c
15725 \end_layout
15726
15727 \end_inset
15728 </cell>
15729 </row>
15730 <row>
15731 <cell alignment="center" valignment="top" usebox="none">
15732 \begin_inset Text
15733
15734 \begin_layout Plain Layout
15735
15736 \color yellow
15737 d
15738 \end_layout
15739
15740 \end_inset
15741 </cell>
15742 <cell alignment="center" valignment="top" usebox="none">
15743 \begin_inset Text
15744
15745 \begin_layout Plain Layout
15746
15747 \color blue
15748 e
15749 \end_layout
15750
15751 \end_inset
15752 </cell>
15753 <cell alignment="center" valignment="top" usebox="none">
15754 \begin_inset Text
15755
15756 \begin_layout Plain Layout
15757
15758 \color blue
15759 f
15760 \end_layout
15761
15762 \end_inset
15763 </cell>
15764 </row>
15765 <row>
15766 <cell alignment="center" valignment="top" usebox="none">
15767 \begin_inset Text
15768
15769 \begin_layout Plain Layout
15770
15771 \color yellow
15772 g
15773 \end_layout
15774
15775 \end_inset
15776 </cell>
15777 <cell alignment="center" valignment="top" usebox="none">
15778 \begin_inset Text
15779
15780 \begin_layout Plain Layout
15781
15782 \color blue
15783 h
15784 \end_layout
15785
15786 \end_inset
15787 </cell>
15788 <cell alignment="center" valignment="top" usebox="none">
15789 \begin_inset Text
15790
15791 \begin_layout Plain Layout
15792 \begin_inset ERT
15793 status collapsed
15794
15795 \begin_layout Plain Layout
15796
15797
15798 \backslash
15799 cellcolor{magenta}
15800 \end_layout
15801
15802 \end_inset
15803
15804
15805 \color green
15806 i
15807 \end_layout
15808
15809 \end_inset
15810 </cell>
15811 </row>
15812 </lyxtabular>
15813
15814 \end_inset
15815
15816
15817 \end_layout
15818
15819 \end_inset
15820
15821
15822 \end_layout
15823
15824 \begin_layout Standard
15825 \begin_inset ERT
15826 status collapsed
15827
15828 \begin_layout Plain Layout
15829
15830
15831 \backslash
15832 else
15833 \end_layout
15834
15835 \end_inset
15836
15837
15838 \begin_inset Note Note
15839 status open
15840
15841 \begin_layout Plain Layout
15842 The following will be displayed when the LaTeX-package 
15843 \series bold
15844 colortbl
15845 \series default
15846  is not installed:
15847 \end_layout
15848
15849 \end_inset
15850
15851
15852 \end_layout
15853
15854 \begin_layout Standard
15855 You need to install the package 
15856 \series bold
15857 colortbl
15858 \series default
15859  to see the content of this section in the output.
15860 \end_layout
15861
15862 \begin_layout Standard
15863 \begin_inset ERT
15864 status collapsed
15865
15866 \begin_layout Plain Layout
15867
15868
15869 \backslash
15870 fi
15871 \end_layout
15872
15873 \end_inset
15874
15875
15876 \end_layout
15877
15878 \begin_layout Subsection
15879 Colored Lines
15880 \begin_inset Index idx
15881 status collapsed
15882
15883 \begin_layout Plain Layout
15884 Table Color ! for Lines
15885 \end_layout
15886
15887 \end_inset
15888
15889
15890 \begin_inset Index idx
15891 status collapsed
15892
15893 \begin_layout Plain Layout
15894 Color ! for Table Lines
15895 \end_layout
15896
15897 \end_inset
15898
15899
15900 \end_layout
15901
15902 \begin_layout Standard
15903 As described in section
15904 \begin_inset space ~
15905 \end_inset
15906
15907
15908 \begin_inset CommandInset ref
15909 LatexCommand ref
15910 reference "sub:Line-Thickness"
15911
15912 \end_inset
15913
15914 , the line thickness for all lines in a table can be adjusted with the length
15915  
15916 \series bold
15917
15918 \backslash
15919 arrayrulewidth
15920 \series default
15921 .
15922  It is set to 1.5
15923 \begin_inset space \thinspace{}
15924 \end_inset
15925
15926 pt for all tables of this section.
15927 \begin_inset ERT
15928 status collapsed
15929
15930 \begin_layout Plain Layout
15931
15932
15933 \backslash
15934 setlength{
15935 \backslash
15936 arrayrulewidth}{1.5pt}
15937 \end_layout
15938
15939 \end_inset
15940
15941
15942 \end_layout
15943
15944 \begin_layout Standard
15945 To color vertical lines for example with green, create the following column
15946  format in the document preamble, according to the description in section
15947 \begin_inset space ~
15948 \end_inset
15949
15950
15951 \begin_inset CommandInset ref
15952 LatexCommand ref
15953 reference "sub:Customized-Format"
15954
15955 \end_inset
15956
15957 :
15958 \end_layout
15959
15960 \begin_layout Standard
15961
15962 \series bold
15963
15964 \backslash
15965 newcolumntype{W}{!{
15966 \backslash
15967 color{green}
15968 \backslash
15969 vline}}
15970 \end_layout
15971
15972 \begin_layout Standard
15973 For Table
15974 \begin_inset space ~
15975 \end_inset
15976
15977
15978 \begin_inset CommandInset ref
15979 LatexCommand ref
15980 reference "tab:Table-with-vertical-colored"
15981
15982 \end_inset
15983
15984  the LaTeX-argument
15985 \series bold
15986  WcW
15987 \series default
15988  was used for the last column and
15989 \series bold
15990  Wc
15991 \series default
15992  for the other columns.
15993 \end_layout
15994
15995 \begin_layout Standard
15996 If you want to have several colors, define more column formats.
15997 \end_layout
15998
15999 \begin_layout Standard
16000 \begin_inset Float table
16001 placement h
16002 wide false
16003 sideways false
16004 status open
16005
16006 \begin_layout Plain Layout
16007 \begin_inset Caption
16008
16009 \begin_layout Plain Layout
16010 \begin_inset CommandInset label
16011 LatexCommand label
16012 name "tab:Table-with-vertical-colored"
16013
16014 \end_inset
16015
16016 Table with colored vertical lines
16017 \end_layout
16018
16019 \end_inset
16020
16021
16022 \end_layout
16023
16024 \begin_layout Plain Layout
16025 \align center
16026 \begin_inset Tabular
16027 <lyxtabular version="3" rows="3" columns="3">
16028 <features tabularvalignment="middle">
16029 <column alignment="center" valignment="top" width="0" special="Wc">
16030 <column alignment="center" valignment="top" width="0" special="Wc">
16031 <column alignment="center" valignment="top" width="0" special="WcW">
16032 <row>
16033 <cell alignment="center" valignment="top" topline="true" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Plain Layout
16037 sd
16038 \end_layout
16039
16040 \end_inset
16041 </cell>
16042 <cell alignment="center" valignment="top" topline="true" usebox="none">
16043 \begin_inset Text
16044
16045 \begin_layout Plain Layout
16046
16047 \end_layout
16048
16049 \end_inset
16050 </cell>
16051 <cell alignment="center" valignment="top" topline="true" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Plain Layout
16055
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 </row>
16061 <row>
16062 <cell alignment="center" valignment="top" topline="true" usebox="none">
16063 \begin_inset Text
16064
16065 \begin_layout Plain Layout
16066
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 <cell alignment="center" valignment="top" topline="true" usebox="none">
16072 \begin_inset Text
16073
16074 \begin_layout Plain Layout
16075 sd
16076 \end_layout
16077
16078 \end_inset
16079 </cell>
16080 <cell alignment="center" valignment="top" topline="true" usebox="none">
16081 \begin_inset Text
16082
16083 \begin_layout Plain Layout
16084
16085 \end_layout
16086
16087 \end_inset
16088 </cell>
16089 </row>
16090 <row>
16091 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16092 \begin_inset Text
16093
16094 \begin_layout Plain Layout
16095
16096 \end_layout
16097
16098 \end_inset
16099 </cell>
16100 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16101 \begin_inset Text
16102
16103 \begin_layout Plain Layout
16104
16105 \end_layout
16106
16107 \end_inset
16108 </cell>
16109 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16110 \begin_inset Text
16111
16112 \begin_layout Plain Layout
16113 sd
16114 \end_layout
16115
16116 \end_inset
16117 </cell>
16118 </row>
16119 </lyxtabular>
16120
16121 \end_inset
16122
16123
16124 \end_layout
16125
16126 \end_inset
16127
16128
16129 \end_layout
16130
16131 \begin_layout Standard
16132 \begin_inset VSpace bigskip
16133 \end_inset
16134
16135 To color horizontal lines for example with red, as in Table
16136 \begin_inset space ~
16137 \end_inset
16138
16139
16140 \begin_inset CommandInset ref
16141 LatexCommand ref
16142 reference "tab:Table-with-horizontal-colored"
16143
16144 \end_inset
16145
16146 , insert these commands in TeX-Code before the table or table float:
16147 \end_layout
16148
16149 \begin_layout Standard
16150
16151 \series bold
16152
16153 \backslash
16154 let
16155 \backslash
16156 myHlineC
16157 \backslash
16158 hline
16159 \begin_inset Newline newline
16160 \end_inset
16161
16162
16163 \backslash
16164 renewcommand{
16165 \backslash
16166 hline}
16167 \begin_inset Newline newline
16168 \end_inset
16169
16170
16171 \begin_inset Phantom HPhantom
16172 status open
16173
16174 \begin_layout Plain Layout
16175
16176 \series bold
16177 \begin_inset space ~
16178 \end_inset
16179
16180
16181 \end_layout
16182
16183 \end_inset
16184
16185 {
16186 \backslash
16187 arrayrulecolor{red}
16188 \backslash
16189 myHlineC
16190 \backslash
16191 arrayrulecolor{black}}
16192 \end_layout
16193
16194 \begin_layout Standard
16195 \begin_inset ERT
16196 status collapsed
16197
16198 \begin_layout Plain Layout
16199
16200
16201 \backslash
16202 let
16203 \backslash
16204 myHlineC
16205 \backslash
16206 hline
16207 \end_layout
16208
16209 \begin_layout Plain Layout
16210
16211
16212 \backslash
16213 renewcommand{
16214 \backslash
16215 hline}
16216 \end_layout
16217
16218 \begin_layout Plain Layout
16219
16220  {
16221 \backslash
16222 arrayrulecolor{red}
16223 \backslash
16224 myHlineC
16225 \backslash
16226 arrayrulecolor{black}}
16227 \end_layout
16228
16229 \end_inset
16230
16231
16232 \begin_inset Float table
16233 placement h
16234 wide false
16235 sideways false
16236 status open
16237
16238 \begin_layout Plain Layout
16239 \begin_inset Caption
16240
16241 \begin_layout Plain Layout
16242 \begin_inset CommandInset label
16243 LatexCommand label
16244 name "tab:Table-with-horizontal-colored"
16245
16246 \end_inset
16247
16248 Table with colored horizontal lines
16249 \end_layout
16250
16251 \end_inset
16252
16253
16254 \end_layout
16255
16256 \begin_layout Plain Layout
16257 \align center
16258 \begin_inset Tabular
16259 <lyxtabular version="3" rows="3" columns="3">
16260 <features tabularvalignment="middle">
16261 <column alignment="center" valignment="top" width="0">
16262 <column alignment="center" valignment="top" width="0">
16263 <column alignment="center" valignment="top" width="0">
16264 <row>
16265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16266 \begin_inset Text
16267
16268 \begin_layout Plain Layout
16269 sd
16270 \end_layout
16271
16272 \end_inset
16273 </cell>
16274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16275 \begin_inset Text
16276
16277 \begin_layout Plain Layout
16278
16279 \end_layout
16280
16281 \end_inset
16282 </cell>
16283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Plain Layout
16287
16288 \end_layout
16289
16290 \end_inset
16291 </cell>
16292 </row>
16293 <row>
16294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Plain Layout
16298
16299 \end_layout
16300
16301 \end_inset
16302 </cell>
16303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16304 \begin_inset Text
16305
16306 \begin_layout Plain Layout
16307 sd
16308 \end_layout
16309
16310 \end_inset
16311 </cell>
16312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16313 \begin_inset Text
16314
16315 \begin_layout Plain Layout
16316
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 </row>
16322 <row>
16323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16324 \begin_inset Text
16325
16326 \begin_layout Plain Layout
16327
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16333 \begin_inset Text
16334
16335 \begin_layout Plain Layout
16336
16337 \end_layout
16338
16339 \end_inset
16340 </cell>
16341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Plain Layout
16345 sd
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 </row>
16351 </lyxtabular>
16352
16353 \end_inset
16354
16355
16356 \end_layout
16357
16358 \end_inset
16359
16360
16361 \end_layout
16362
16363 \begin_layout Standard
16364 To return to the default line color black, insert this command in TeX-Code
16365  after the table or table float:
16366 \end_layout
16367
16368 \begin_layout Standard
16369
16370 \series bold
16371
16372 \backslash
16373 renewcommand{
16374 \backslash
16375 hline}{
16376 \backslash
16377 myHlineC}
16378 \end_layout
16379
16380 \begin_layout Standard
16381 Table
16382 \begin_inset space ~
16383 \end_inset
16384
16385
16386 \begin_inset CommandInset ref
16387 LatexCommand ref
16388 reference "tab:Table-with-colored"
16389
16390 \end_inset
16391
16392  is an example with colored vertical and horizontal lines.
16393 \end_layout
16394
16395 \begin_layout Standard
16396 \begin_inset Float table
16397 placement h
16398 wide false
16399 sideways false
16400 status open
16401
16402 \begin_layout Plain Layout
16403 \begin_inset Caption
16404
16405 \begin_layout Plain Layout
16406 \begin_inset CommandInset label
16407 LatexCommand label
16408 name "tab:Table-with-colored"
16409
16410 \end_inset
16411
16412 Table with colored lines
16413 \end_layout
16414
16415 \end_inset
16416
16417
16418 \end_layout
16419
16420 \begin_layout Plain Layout
16421 \align center
16422 \begin_inset Tabular
16423 <lyxtabular version="3" rows="3" columns="3">
16424 <features tabularvalignment="middle">
16425 <column alignment="center" valignment="top" width="0" special="Wc">
16426 <column alignment="center" valignment="top" width="0" special="Wc">
16427 <column alignment="center" valignment="top" width="0" special="WcW">
16428 <row>
16429 <cell alignment="center" valignment="top" topline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433 sd
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 <cell alignment="center" valignment="top" topline="true" usebox="none">
16439 \begin_inset Text
16440
16441 \begin_layout Plain Layout
16442
16443 \end_layout
16444
16445 \end_inset
16446 </cell>
16447 <cell alignment="center" valignment="top" topline="true" usebox="none">
16448 \begin_inset Text
16449
16450 \begin_layout Plain Layout
16451
16452 \end_layout
16453
16454 \end_inset
16455 </cell>
16456 </row>
16457 <row>
16458 <cell alignment="center" valignment="top" topline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 <cell alignment="center" valignment="top" topline="true" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471 sd
16472 \end_layout
16473
16474 \end_inset
16475 </cell>
16476 <cell alignment="center" valignment="top" topline="true" usebox="none">
16477 \begin_inset Text
16478
16479 \begin_layout Plain Layout
16480
16481 \end_layout
16482
16483 \end_inset
16484 </cell>
16485 </row>
16486 <row topspace="default">
16487 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16497 \begin_inset Text
16498
16499 \begin_layout Plain Layout
16500
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16506 \begin_inset Text
16507
16508 \begin_layout Plain Layout
16509 sd
16510 \end_layout
16511
16512 \end_inset
16513 </cell>
16514 </row>
16515 </lyxtabular>
16516
16517 \end_inset
16518
16519
16520 \end_layout
16521
16522 \end_inset
16523
16524
16525 \end_layout
16526
16527 \begin_layout Standard
16528 \begin_inset ERT
16529 status collapsed
16530
16531 \begin_layout Plain Layout
16532
16533
16534 \backslash
16535 renewcommand{
16536 \backslash
16537 hline}{
16538 \backslash
16539 myHlineC}
16540 \end_layout
16541
16542 \end_inset
16543
16544
16545 \end_layout
16546
16547 \begin_layout Standard
16548 \begin_inset ERT
16549 status collapsed
16550
16551 \begin_layout Plain Layout
16552
16553
16554 \backslash
16555 setlength{
16556 \backslash
16557 arrayrulewidth}{0.4pt}
16558 \end_layout
16559
16560 \end_inset
16561
16562
16563 \end_layout
16564
16565 \begin_layout Section
16566 Table Customization
16567 \begin_inset Index idx
16568 status collapsed
16569
16570 \begin_layout Plain Layout
16571 Table Customization
16572 \end_layout
16573
16574 \end_inset
16575
16576
16577 \begin_inset Index idx
16578 status collapsed
16579
16580 \begin_layout Plain Layout
16581 Table ! Customization
16582 \end_layout
16583
16584 \end_inset
16585
16586
16587 \end_layout
16588
16589 \begin_layout Subsection
16590 Row Spacing
16591 \begin_inset CommandInset label
16592 LatexCommand label
16593 name "sub:Row-Spacing"
16594
16595 \end_inset
16596
16597
16598 \begin_inset Index idx
16599 status collapsed
16600
16601 \begin_layout Plain Layout
16602 Table Customization ! Row Spacing
16603 \end_layout
16604
16605 \end_inset
16606
16607
16608 \end_layout
16609
16610 \begin_layout Standard
16611 You can add vertical space to table rows in the 
16612 \family sans
16613 Borders
16614 \family default
16615  tab of the table dialog.
16616  You find there three possibilities:
16617 \end_layout
16618
16619 \begin_layout Description
16620 Top
16621 \begin_inset space ~
16622 \end_inset
16623
16624 of
16625 \begin_inset space ~
16626 \end_inset
16627
16628 row will add space above the characters of the table row.
16629  If the table is a formal table
16630 \begin_inset Foot
16631 status collapsed
16632
16633 \begin_layout Plain Layout
16634 Formal tables are explained in section
16635 \begin_inset space ~
16636 \end_inset
16637
16638
16639 \begin_inset CommandInset ref
16640 LatexCommand ref
16641 reference "sec:Formal-Tables"
16642
16643 \end_inset
16644
16645 .
16646 \end_layout
16647
16648 \end_inset
16649
16650  LyX will insert as default 0.5
16651 \begin_inset space \thinspace{}
16652 \end_inset
16653
16654 em space.
16655  For normal tables the inserted space will unfortunately destroy the vertical
16656  table lines as in the following table:
16657 \begin_inset VSpace medskip
16658 \end_inset
16659
16660
16661 \begin_inset Newline newline
16662 \end_inset
16663
16664
16665 \begin_inset space \hspace*{}
16666 \length 0pt
16667 \end_inset
16668
16669
16670 \begin_inset space \hfill{}
16671 \end_inset
16672
16673
16674 \begin_inset Tabular
16675 <lyxtabular version="3" rows="3" columns="1">
16676 <features tabularvalignment="middle">
16677 <column alignment="center" valignment="top" width="0">
16678 <row>
16679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683 A
16684 \end_layout
16685
16686 \end_inset
16687 </cell>
16688 </row>
16689 <row topspace="3mm">
16690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694 3
16695 \begin_inset space \thinspace{}
16696 \end_inset
16697
16698 mm space top of row
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 </row>
16704 <row>
16705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16706 \begin_inset Text
16707
16708 \begin_layout Plain Layout
16709 C
16710 \end_layout
16711
16712 \end_inset
16713 </cell>
16714 </row>
16715 </lyxtabular>
16716
16717 \end_inset
16718
16719
16720 \begin_inset space \hfill{}
16721 \end_inset
16722
16723
16724 \begin_inset space \hspace*{}
16725 \length 0pt
16726 \end_inset
16727
16728
16729 \begin_inset VSpace medskip
16730 \end_inset
16731
16732
16733 \begin_inset Newline newline
16734 \end_inset
16735
16736 So inserting space in the top of row for normal tables is only useful when
16737  you don't have vertical lines.
16738 \end_layout
16739
16740 \begin_layout Description
16741 Bottom
16742 \begin_inset space ~
16743 \end_inset
16744
16745 of
16746 \begin_inset space ~
16747 \end_inset
16748
16749 row will add space below the characters of the table row.
16750  If the table is a formal table LyX will insert as default 0.5
16751 \begin_inset space \thinspace{}
16752 \end_inset
16753
16754 em space, for normal tables the default size is 2
16755 \begin_inset space \thinspace{}
16756 \end_inset
16757
16758 pt.
16759 \end_layout
16760
16761 \begin_layout Description
16762 Between
16763 \begin_inset space ~
16764 \end_inset
16765
16766 rows adds space between the current and the following row.
16767  If the table is a formal table LyX will insert as default 0.5
16768 \begin_inset space \thinspace{}
16769 \end_inset
16770
16771 em space.
16772  For normal tables the inserted space will unfortunately destroy the vertical
16773  table lines as in the following table:
16774 \begin_inset VSpace medskip
16775 \end_inset
16776
16777
16778 \begin_inset Newline newline
16779 \end_inset
16780
16781
16782 \begin_inset space \hspace*{}
16783 \length 0pt
16784 \end_inset
16785
16786
16787 \begin_inset space \hfill{}
16788 \end_inset
16789
16790
16791 \begin_inset Tabular
16792 <lyxtabular version="3" rows="3" columns="1">
16793 <features tabularvalignment="middle">
16794 <column alignment="center" valignment="top" width="0">
16795 <row>
16796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Plain Layout
16800 A
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 </row>
16806 <row interlinespace="3mm">
16807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811 \begin_inset Formula $\downarrow$
16812 \end_inset
16813
16814  3
16815 \begin_inset space \thinspace{}
16816 \end_inset
16817
16818 mm space between row 
16819 \begin_inset Formula $\downarrow$
16820 \end_inset
16821
16822
16823 \end_layout
16824
16825 \end_inset
16826 </cell>
16827 </row>
16828 <row>
16829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Plain Layout
16833 \begin_inset Formula $\uparrow$
16834 \end_inset
16835
16836  3
16837 \begin_inset space \thinspace{}
16838 \end_inset
16839
16840 mm space between row 
16841 \begin_inset Formula $\uparrow$
16842 \end_inset
16843
16844
16845 \end_layout
16846
16847 \end_inset
16848 </cell>
16849 </row>
16850 </lyxtabular>
16851
16852 \end_inset
16853
16854
16855 \begin_inset space \hfill{}
16856 \end_inset
16857
16858
16859 \begin_inset space \hspace*{}
16860 \length 0pt
16861 \end_inset
16862
16863
16864 \begin_inset VSpace medskip
16865 \end_inset
16866
16867
16868 \begin_inset Newline newline
16869 \end_inset
16870
16871 So inserting space between rows for normal tables is only useful when you
16872  don't have vertical lines.
16873 \end_layout
16874
16875 \begin_layout Standard
16876 \begin_inset VSpace bigskip
16877 \end_inset
16878
16879 When you want to add extra height to all cells of all tables, you can do
16880  this with the following preamble lines:
16881 \end_layout
16882
16883 \begin_layout Standard
16884
16885 \series bold
16886
16887 \backslash
16888 @ifundefined{extrarowheight}
16889 \begin_inset Newline newline
16890 \end_inset
16891
16892
16893 \begin_inset Phantom HPhantom
16894 status open
16895
16896 \begin_layout Plain Layout
16897
16898 \series bold
16899 \begin_inset space ~
16900 \end_inset
16901
16902
16903 \end_layout
16904
16905 \end_inset
16906
16907 {
16908 \backslash
16909 usepackage{array}}{}
16910 \begin_inset Newline newline
16911 \end_inset
16912
16913
16914 \backslash
16915 setlength{
16916 \backslash
16917 extrarowheight}{height}
16918 \end_layout
16919
16920 \begin_layout Standard
16921 But this has the disadvantage that the cell texts are no longer exactly
16922  vertically centered.
16923  (The package 
16924 \series bold
16925 array
16926 \series default
16927  will be loaded automatically by LyX when you use self defined table formats.
16928  To avoid that it being loaded twice the command 
16929 \series bold
16930
16931 \backslash
16932 @ifundefined
16933 \series default
16934  is used in the above command.)
16935 \end_layout
16936
16937 \begin_layout Standard
16938 If you are using font sizes larger than the normal size, the table borders
16939  are often too close to the letters.
16940  This can be corrected by inserting the command 
16941 \series bold
16942
16943 \backslash
16944 strut
16945 \series default
16946  in TeX code at the beginning of a table row.
16947  Table
16948 \begin_inset space ~
16949 \end_inset
16950
16951
16952 \begin_inset CommandInset ref
16953 LatexCommand ref
16954 reference "tab:Vertical-alignment-of"
16955
16956 \end_inset
16957
16958  illustrates the effect.
16959 \end_layout
16960
16961 \begin_layout Standard
16962 \noindent
16963 \begin_inset Float table
16964 placement h
16965 wide false
16966 sideways false
16967 status open
16968
16969 \begin_layout Plain Layout
16970 \begin_inset Caption
16971
16972 \begin_layout Plain Layout
16973 \begin_inset CommandInset label
16974 LatexCommand label
16975 name "tab:Vertical-alignment-of"
16976
16977 \end_inset
16978
16979 Vertical alignment of text with large font sizes.
16980 \end_layout
16981
16982 \end_inset
16983
16984
16985 \end_layout
16986
16987 \begin_layout Plain Layout
16988 \begin_inset space \hfill{}
16989 \end_inset
16990
16991
16992 \begin_inset Float table
16993 wide false
16994 sideways false
16995 status collapsed
16996
16997 \begin_layout Plain Layout
16998 \begin_inset Caption
16999
17000 \begin_layout Plain Layout
17001 Normal table.
17002 \end_layout
17003
17004 \end_inset
17005
17006
17007 \end_layout
17008
17009 \begin_layout Plain Layout
17010 \noindent
17011 \align center
17012 \begin_inset Tabular
17013 <lyxtabular version="3" rows="6" columns="1">
17014 <features tabularvalignment="middle">
17015 <column alignment="left" valignment="top" width="0">
17016 <row>
17017 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Plain Layout
17021 Normal, g
17022 \end_layout
17023
17024 \end_inset
17025 </cell>
17026 </row>
17027 <row>
17028 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032
17033 \size large
17034 Large
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 </row>
17040 <row>
17041 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045
17046 \size larger
17047 Larger
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 </row>
17053 <row>
17054 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Plain Layout
17058
17059 \size largest
17060 Largest
17061 \end_layout
17062
17063 \end_inset
17064 </cell>
17065 </row>
17066 <row>
17067 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17068 \begin_inset Text
17069
17070 \begin_layout Plain Layout
17071
17072 \size huge
17073 Huge
17074 \end_layout
17075
17076 \end_inset
17077 </cell>
17078 </row>
17079 <row>
17080 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17081 \begin_inset Text
17082
17083 \begin_layout Plain Layout
17084
17085 \size huge
17086 Huger
17087 \end_layout
17088
17089 \end_inset
17090 </cell>
17091 </row>
17092 </lyxtabular>
17093
17094 \end_inset
17095
17096
17097 \end_layout
17098
17099 \end_inset
17100
17101
17102 \begin_inset space \hfill{}
17103 \end_inset
17104
17105
17106 \begin_inset Float table
17107 wide false
17108 sideways false
17109 status collapsed
17110
17111 \begin_layout Plain Layout
17112 \begin_inset Caption
17113
17114 \begin_layout Plain Layout
17115 Table using the command 
17116 \series bold
17117
17118 \backslash
17119 strut
17120 \series default
17121 .
17122 \end_layout
17123
17124 \end_inset
17125
17126
17127 \end_layout
17128
17129 \begin_layout Plain Layout
17130 \noindent
17131 \align center
17132 \begin_inset Tabular
17133 <lyxtabular version="3" rows="6" columns="1">
17134 <features tabularvalignment="middle">
17135 <column alignment="left" valignment="top" width="0">
17136 <row>
17137 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17138 \begin_inset Text
17139
17140 \begin_layout Plain Layout
17141 Normal, g
17142 \end_layout
17143
17144 \end_inset
17145 </cell>
17146 </row>
17147 <row>
17148 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17149 \begin_inset Text
17150
17151 \begin_layout Plain Layout
17152
17153 \size large
17154 \begin_inset ERT
17155 status collapsed
17156
17157 \begin_layout Plain Layout
17158
17159
17160 \backslash
17161 strut 
17162 \end_layout
17163
17164 \end_inset
17165
17166 Large
17167 \end_layout
17168
17169 \end_inset
17170 </cell>
17171 </row>
17172 <row>
17173 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17174 \begin_inset Text
17175
17176 \begin_layout Plain Layout
17177
17178 \size larger
17179 \begin_inset ERT
17180 status collapsed
17181
17182 \begin_layout Plain Layout
17183
17184
17185 \backslash
17186 strut 
17187 \end_layout
17188
17189 \end_inset
17190
17191 Larger
17192 \end_layout
17193
17194 \end_inset
17195 </cell>
17196 </row>
17197 <row>
17198 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17199 \begin_inset Text
17200
17201 \begin_layout Plain Layout
17202
17203 \size largest
17204 \begin_inset ERT
17205 status collapsed
17206
17207 \begin_layout Plain Layout
17208
17209
17210 \backslash
17211 strut 
17212 \end_layout
17213
17214 \end_inset
17215
17216 Largest
17217 \end_layout
17218
17219 \end_inset
17220 </cell>
17221 </row>
17222 <row>
17223 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17224 \begin_inset Text
17225
17226 \begin_layout Plain Layout
17227
17228 \size huge
17229 \begin_inset ERT
17230 status collapsed
17231
17232 \begin_layout Plain Layout
17233
17234
17235 \backslash
17236 strut 
17237 \end_layout
17238
17239 \end_inset
17240
17241 Huge
17242 \end_layout
17243
17244 \end_inset
17245 </cell>
17246 </row>
17247 <row>
17248 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252
17253 \size giant
17254 \begin_inset ERT
17255 status collapsed
17256
17257 \begin_layout Plain Layout
17258
17259
17260 \backslash
17261 strut 
17262 \end_layout
17263
17264 \end_inset
17265
17266
17267 \size huge
17268 Huger
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 </row>
17274 </lyxtabular>
17275
17276 \end_inset
17277
17278
17279 \end_layout
17280
17281 \end_inset
17282
17283
17284 \begin_inset space \hfill{}
17285 \end_inset
17286
17287
17288 \end_layout
17289
17290 \end_inset
17291
17292
17293 \end_layout
17294
17295 \begin_layout Subsection
17296 Special Cell Alignment
17297 \begin_inset CommandInset label
17298 LatexCommand label
17299 name "sub:Special-Cell-Alignment"
17300
17301 \end_inset
17302
17303
17304 \begin_inset Index idx
17305 status collapsed
17306
17307 \begin_layout Plain Layout
17308 Table Customization ! Special Cell Alignment
17309 \end_layout
17310
17311 \end_inset
17312
17313
17314 \end_layout
17315
17316 \begin_layout Standard
17317 Sometimes it looks better when the cell entries of a column are aligned
17318  with a special character, e.
17319 \begin_inset space \thinspace{}
17320 \end_inset
17321
17322 g.
17323 \begin_inset space \space{}
17324 \end_inset
17325
17326 with the decimal separator as in Table
17327 \begin_inset space ~
17328 \end_inset
17329
17330
17331 \begin_inset CommandInset ref
17332 LatexCommand ref
17333 reference "tab:Table-cells-align"
17334
17335 \end_inset
17336
17337 .
17338  This alignment is achieved by setting the cursor into the column and then
17339  either pressing the toolbar button 
17340 \begin_inset Graphics
17341         filename ../images/tabular-feature_align-decimal.png
17342         scale 85
17343         scaleBeforeRotation
17344
17345 \end_inset
17346
17347  or setting the alignment in the table settings to 
17348 \family sans
17349 At
17350 \begin_inset space ~
17351 \end_inset
17352
17353 Decimal
17354 \begin_inset space ~
17355 \end_inset
17356
17357 Separator
17358 \family default
17359 .
17360  The alignment character can be a character of your choice and is specified
17361  in the table settings.
17362 \end_layout
17363
17364 \begin_layout Standard
17365 \begin_inset Float table
17366 placement h
17367 wide false
17368 sideways false
17369 status open
17370
17371 \begin_layout Plain Layout
17372 \begin_inset Caption
17373
17374 \begin_layout Plain Layout
17375 \begin_inset CommandInset label
17376 LatexCommand label
17377 name "tab:Table-cells-align"
17378
17379 \end_inset
17380
17381 Table cells of a column aligned with the decimal separator.
17382 \end_layout
17383
17384 \end_inset
17385
17386
17387 \end_layout
17388
17389 \begin_layout Plain Layout
17390 \align center
17391 \begin_inset Tabular
17392 <lyxtabular version="3" rows="4" columns="1">
17393 <features booktabs="true" tabularvalignment="middle">
17394 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
17395 <row>
17396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17397 \begin_inset Text
17398
17399 \begin_layout Plain Layout
17400 heading
17401 \end_layout
17402
17403 \end_inset
17404 </cell>
17405 </row>
17406 <row>
17407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17408 \begin_inset Text
17409
17410 \begin_layout Plain Layout
17411 12.6
17412 \end_layout
17413
17414 \end_inset
17415 </cell>
17416 </row>
17417 <row>
17418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17419 \begin_inset Text
17420
17421 \begin_layout Plain Layout
17422 0.68
17423 \end_layout
17424
17425 \end_inset
17426 </cell>
17427 </row>
17428 <row>
17429 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17430 \begin_inset Text
17431
17432 \begin_layout Plain Layout
17433 -123.0
17434 \end_layout
17435
17436 \end_inset
17437 </cell>
17438 </row>
17439 </lyxtabular>
17440
17441 \end_inset
17442
17443
17444 \end_layout
17445
17446 \end_inset
17447
17448
17449 \end_layout
17450
17451 \begin_layout Standard
17452 \begin_inset Float table
17453 placement h
17454 wide false
17455 sideways false
17456 status open
17457
17458 \begin_layout Plain Layout
17459 \begin_inset Caption
17460
17461 \begin_layout Plain Layout
17462 \begin_inset CommandInset label
17463 LatexCommand label
17464 name "tab:Table-align-operator"
17465
17466 \end_inset
17467
17468 Table cells of a column aligned with the operators.
17469 \end_layout
17470
17471 \end_inset
17472
17473
17474 \end_layout
17475
17476 \begin_layout Plain Layout
17477 \align center
17478 \begin_inset Tabular
17479 <lyxtabular version="3" rows="4" columns="2">
17480 <features booktabs="true" tabularvalignment="middle">
17481 <column alignment="right" valignment="top" width="0pt">
17482 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17483 <row>
17484 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17485 \begin_inset Text
17486
17487 \begin_layout Plain Layout
17488 heading
17489 \end_layout
17490
17491 \end_inset
17492 </cell>
17493 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17494 \begin_inset Text
17495
17496 \begin_layout Plain Layout
17497
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 </row>
17503 <row>
17504 <cell alignment="center" valignment="top" usebox="none">
17505 \begin_inset Text
17506
17507 \begin_layout Plain Layout
17508 \begin_inset Formula $12\,+$
17509 \end_inset
17510
17511
17512 \end_layout
17513
17514 \end_inset
17515 </cell>
17516 <cell alignment="center" valignment="top" usebox="none">
17517 \begin_inset Text
17518
17519 \begin_layout Plain Layout
17520 \begin_inset Formula $\,6$
17521 \end_inset
17522
17523
17524 \end_layout
17525
17526 \end_inset
17527 </cell>
17528 </row>
17529 <row>
17530 <cell alignment="center" valignment="top" usebox="none">
17531 \begin_inset Text
17532
17533 \begin_layout Plain Layout
17534 \begin_inset Formula $0\,-$
17535 \end_inset
17536
17537
17538 \end_layout
17539
17540 \end_inset
17541 </cell>
17542 <cell alignment="center" valignment="top" usebox="none">
17543 \begin_inset Text
17544
17545 \begin_layout Plain Layout
17546 \begin_inset Formula $\,68$
17547 \end_inset
17548
17549
17550 \end_layout
17551
17552 \end_inset
17553 </cell>
17554 </row>
17555 <row>
17556 <cell alignment="center" valignment="top" usebox="none">
17557 \begin_inset Text
17558
17559 \begin_layout Plain Layout
17560 \begin_inset Formula $-123\,/$
17561 \end_inset
17562
17563
17564 \end_layout
17565
17566 \end_inset
17567 </cell>
17568 <cell alignment="center" valignment="top" usebox="none">
17569 \begin_inset Text
17570
17571 \begin_layout Plain Layout
17572 \begin_inset Formula $\,0$
17573 \end_inset
17574
17575
17576 \end_layout
17577
17578 \end_inset
17579 </cell>
17580 </row>
17581 </lyxtabular>
17582
17583 \end_inset
17584
17585
17586 \end_layout
17587
17588 \end_inset
17589
17590
17591 \end_layout
17592
17593 \begin_layout Standard
17594 For alignments at characters in formulas this method does not work because
17595  the field to specify the alignment character does not allow formulas.
17596  In this case one need to use the method from Table
17597 \begin_inset space ~
17598 \end_inset
17599
17600
17601 \begin_inset CommandInset ref
17602 LatexCommand ref
17603 reference "tab:Table-align-operator"
17604
17605 \end_inset
17606
17607 .
17608  This table was created with a 4×2 table.
17609  The heading is a centered multicolumn.
17610  The first column is right-aligned and contains the first part including
17611  the operator.
17612  The second column is left aligned and contains the rest.
17613  A small space was added at the beginning of each cell of the second column
17614  to get the space that is usually around operators.
17615  To omit the space that is normally between two table columns, the following
17616  LaTeX-argument was used for the second column:
17617 \end_layout
17618
17619 \begin_layout Standard
17620
17621 \series bold
17622 @{}l
17623 \end_layout
17624
17625 \begin_layout Standard
17626 Table
17627 \begin_inset space ~
17628 \end_inset
17629
17630
17631 \begin_inset CommandInset ref
17632 LatexCommand ref
17633 reference "tab:Several-table-cell"
17634
17635 \end_inset
17636
17637  shows some example alignments.
17638  For the alignment with the relation sign, a small space was added like
17639  for the second column of Table
17640 \begin_inset space ~
17641 \end_inset
17642
17643
17644 \begin_inset CommandInset ref
17645 LatexCommand ref
17646 reference "tab:Table-align-operator"
17647
17648 \end_inset
17649
17650 .
17651 \end_layout
17652
17653 \begin_layout Standard
17654 \begin_inset Float table
17655 placement h
17656 wide false
17657 sideways false
17658 status open
17659
17660 \begin_layout Plain Layout
17661 \begin_inset Caption
17662
17663 \begin_layout Plain Layout
17664 \begin_inset CommandInset label
17665 LatexCommand label
17666 name "tab:Several-table-cell"
17667
17668 \end_inset
17669
17670 Several table cell alignments.
17671 \end_layout
17672
17673 \end_inset
17674
17675
17676 \end_layout
17677
17678 \begin_layout Plain Layout
17679 \align center
17680 \begin_inset Tabular
17681 <lyxtabular version="3" rows="4" columns="6">
17682 <features tabularvalignment="middle">
17683 <column alignment="right" valignment="top" width="0">
17684 <column alignment="left" valignment="top" width="0" special="@{}l">
17685 <column alignment="right" valignment="top" width="0">
17686 <column alignment="left" valignment="top" width="0" special="@{}l">
17687 <column alignment="right" valignment="top" width="0">
17688 <column alignment="left" valignment="top" width="0" special="@{}l">
17689 <row>
17690 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17691 \begin_inset Text
17692
17693 \begin_layout Plain Layout
17694 units
17695 \end_layout
17696
17697 \end_inset
17698 </cell>
17699 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17700 \begin_inset Text
17701
17702 \begin_layout Plain Layout
17703
17704 \end_layout
17705
17706 \end_inset
17707 </cell>
17708 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17709 \begin_inset Text
17710
17711 \begin_layout Plain Layout
17712 exponents
17713 \end_layout
17714
17715 \end_inset
17716 </cell>
17717 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17718 \begin_inset Text
17719
17720 \begin_layout Plain Layout
17721
17722 \end_layout
17723
17724 \end_inset
17725 </cell>
17726 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17727 \begin_inset Text
17728
17729 \begin_layout Plain Layout
17730 relations
17731 \end_layout
17732
17733 \end_inset
17734 </cell>
17735 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17736 \begin_inset Text
17737
17738 \begin_layout Plain Layout
17739
17740 \end_layout
17741
17742 \end_inset
17743 </cell>
17744 </row>
17745 <row>
17746 <cell alignment="center" valignment="top" usebox="none">
17747 \begin_inset Text
17748
17749 \begin_layout Plain Layout
17750 12×
17751 \end_layout
17752
17753 \end_inset
17754 </cell>
17755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17756 \begin_inset Text
17757
17758 \begin_layout Plain Layout
17759 24
17760 \begin_inset space \thinspace{}
17761 \end_inset
17762
17763 bottles
17764 \end_layout
17765
17766 \end_inset
17767 </cell>
17768 <cell alignment="center" valignment="top" usebox="none">
17769 \begin_inset Text
17770
17771 \begin_layout Plain Layout
17772 \begin_inset Formula $10\cdot$
17773 \end_inset
17774
17775
17776 \end_layout
17777
17778 \end_inset
17779 </cell>
17780 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17781 \begin_inset Text
17782
17783 \begin_layout Plain Layout
17784 \begin_inset Formula $10^{\mbox{-}17}$
17785 \end_inset
17786
17787
17788 \end_layout
17789
17790 \end_inset
17791 </cell>
17792 <cell alignment="center" valignment="top" usebox="none">
17793 \begin_inset Text
17794
17795 \begin_layout Plain Layout
17796 \begin_inset Formula $\Gamma(t)\propto$
17797 \end_inset
17798
17799
17800 \end_layout
17801
17802 \end_inset
17803 </cell>
17804 <cell alignment="center" valignment="top" usebox="none">
17805 \begin_inset Text
17806
17807 \begin_layout Plain Layout
17808 \begin_inset Formula $\:\Upsilon(t)$
17809 \end_inset
17810
17811
17812 \end_layout
17813
17814 \end_inset
17815 </cell>
17816 </row>
17817 <row>
17818 <cell alignment="center" valignment="top" usebox="none">
17819 \begin_inset Text
17820
17821 \begin_layout Plain Layout
17822 1024×
17823 \end_layout
17824
17825 \end_inset
17826 </cell>
17827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17828 \begin_inset Text
17829
17830 \begin_layout Plain Layout
17831 768
17832 \begin_inset space \thinspace{}
17833 \end_inset
17834
17835 Pixels
17836 \end_layout
17837
17838 \end_inset
17839 </cell>
17840 <cell alignment="center" valignment="top" usebox="none">
17841 \begin_inset Text
17842
17843 \begin_layout Plain Layout
17844 \begin_inset Formula $5.78\cdot$
17845 \end_inset
17846
17847
17848 \end_layout
17849
17850 \end_inset
17851 </cell>
17852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17853 \begin_inset Text
17854
17855 \begin_layout Plain Layout
17856 \begin_inset Formula $10^{7}$
17857 \end_inset
17858
17859
17860 \end_layout
17861
17862 \end_inset
17863 </cell>
17864 <cell alignment="center" valignment="top" usebox="none">
17865 \begin_inset Text
17866
17867 \begin_layout Plain Layout
17868 \begin_inset Formula $A\ne$
17869 \end_inset
17870
17871
17872 \end_layout
17873
17874 \end_inset
17875 </cell>
17876 <cell alignment="center" valignment="top" usebox="none">
17877 \begin_inset Text
17878
17879 \begin_layout Plain Layout
17880 \begin_inset Formula $\: B_{\mathrm{red}}$
17881 \end_inset
17882
17883
17884 \end_layout
17885
17886 \end_inset
17887 </cell>
17888 </row>
17889 <row>
17890 <cell alignment="center" valignment="top" usebox="none">
17891 \begin_inset Text
17892
17893 \begin_layout Plain Layout
17894 32×
17895 \end_layout
17896
17897 \end_inset
17898 </cell>
17899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17900 \begin_inset Text
17901
17902 \begin_layout Plain Layout
17903 6
17904 \begin_inset space \thinspace{}
17905 \end_inset
17906
17907 cm
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 <cell alignment="center" valignment="top" usebox="none">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916 -
17917 \begin_inset Formula $33.5\cdot$
17918 \end_inset
17919
17920
17921 \end_layout
17922
17923 \end_inset
17924 </cell>
17925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17926 \begin_inset Text
17927
17928 \begin_layout Plain Layout
17929 \begin_inset Formula $10^{4}$
17930 \end_inset
17931
17932
17933 \end_layout
17934
17935 \end_inset
17936 </cell>
17937 <cell alignment="center" valignment="top" usebox="none">
17938 \begin_inset Text
17939
17940 \begin_layout Plain Layout
17941 \begin_inset Formula $\sin(\alpha)\ge$
17942 \end_inset
17943
17944
17945 \end_layout
17946
17947 \end_inset
17948 </cell>
17949 <cell alignment="center" valignment="top" usebox="none">
17950 \begin_inset Text
17951
17952 \begin_layout Plain Layout
17953 \begin_inset Formula $\:\sin(\beta)$
17954 \end_inset
17955
17956
17957 \end_layout
17958
17959 \end_inset
17960 </cell>
17961 </row>
17962 </lyxtabular>
17963
17964 \end_inset
17965
17966
17967 \end_layout
17968
17969 \end_inset
17970
17971
17972 \end_layout
17973
17974 \begin_layout Subsection
17975 Customized Cell/Column Format
17976 \begin_inset CommandInset label
17977 LatexCommand label
17978 name "sub:Customized-Format"
17979
17980 \end_inset
17981
17982
17983 \begin_inset Index idx
17984 status collapsed
17985
17986 \begin_layout Plain Layout
17987 Table Customization ! Cell/Column Format
17988 \end_layout
17989
17990 \end_inset
17991
17992
17993 \end_layout
17994
17995 \begin_layout Standard
17996 Calculating the required width for spanned columns as in section
17997 \begin_inset space ~
17998 \end_inset
17999
18000
18001 \begin_inset CommandInset ref
18002 LatexCommand ref
18003 reference "sub:Multicolumn-Calculations"
18004
18005 \end_inset
18006
18007  is very annoying if you have several tables with multicolumn cells.
18008  To make life easier, you can define a cell/column format in the preamble,
18009  so that it can be used in all tables of the document.
18010  The format is defined with the command
18011 \end_layout
18012
18013 \begin_layout Standard
18014
18015 \series bold
18016
18017 \backslash
18018 newcolumntype{name of format}[number of arguments]{commands}
18019 \end_layout
18020
18021 \begin_layout Standard
18022 The format name may only consist of one letter.
18023  The letters 
18024 \emph on
18025 b
18026 \emph default
18027
18028 \emph on
18029 c
18030 \emph default
18031
18032 \emph on
18033 l
18034 \emph default
18035
18036 \emph on
18037 m
18038 \emph default
18039
18040 \emph on
18041 p
18042 \emph default
18043  and 
18044 \emph on
18045 r
18046 \emph default
18047  are predefined and cannot be used.
18048  But all letters are allowed as capitals.
18049 \end_layout
18050
18051 \begin_layout Standard
18052 \begin_inset VSpace medskip
18053 \end_inset
18054
18055
18056 \end_layout
18057
18058 \begin_layout Standard
18059 For vertically and horizontally centered multicolumn cells with a fixed
18060  width you can define the cell format
18061 \end_layout
18062
18063 \begin_layout Standard
18064
18065 \series bold
18066
18067 \backslash
18068 newcolumntype{M}[1]{>{
18069 \backslash
18070 centering
18071 \backslash
18072 hspace{0pt}}m{#1}}
18073 \end_layout
18074
18075 \begin_layout Standard
18076 where 
18077 \series bold
18078
18079 \backslash
18080 hspace{0pt}
18081 \series default
18082  avoids the problem of hyphenating the first word, as described in section
18083 \begin_inset space ~
18084 \end_inset
18085
18086
18087 \begin_inset CommandInset ref
18088 LatexCommand ref
18089 reference "sub:Multiple-Lines-in"
18090
18091 \end_inset
18092
18093 .
18094  Now you can simply enter
18095 \end_layout
18096
18097 \begin_layout Standard
18098
18099 \series bold
18100 M{width}
18101 \end_layout
18102
18103 \begin_layout Standard
18104 as LaTeX-argument in the table dialog to create a multicolumn.
18105 \end_layout
18106
18107 \begin_layout Standard
18108 \begin_inset VSpace bigskip
18109 \end_inset
18110
18111
18112 \end_layout
18113
18114 \begin_layout Standard
18115 For cells spanned by a multicolumn cell, you can define the format
18116 \end_layout
18117
18118 \begin_layout Standard
18119
18120 \series bold
18121
18122 \backslash
18123 newcolumntype{S}[2]{>{
18124 \backslash
18125 centering
18126 \backslash
18127 hspace{0pt}}
18128 \begin_inset Newline newline
18129 \end_inset
18130
18131
18132 \begin_inset Phantom HPhantom
18133 status open
18134
18135 \begin_layout Plain Layout
18136
18137 \series bold
18138
18139 \backslash
18140 newcolumntype
18141 \end_layout
18142
18143 \end_inset
18144
18145 m{(#1+(2
18146 \backslash
18147 tabcolsep+
18148 \backslash
18149 arrayrulewidth)*(1-#2))/#2}}
18150 \end_layout
18151
18152 \begin_layout Standard
18153 This format uses equation 
18154 \begin_inset CommandInset ref
18155 LatexCommand eqref
18156 reference "eq:Wgn"
18157
18158 \end_inset
18159
18160  to calculate the required width so that each spanned cell has the same
18161  width.
18162 \end_layout
18163
18164 \begin_layout Standard
18165 You can now enter
18166 \end_layout
18167
18168 \begin_layout Standard
18169
18170 \series bold
18171 S{width of multicolumn cell}{number of spanned columns}
18172 \end_layout
18173
18174 \begin_layout Standard
18175 as LaTeX-argument of the column.
18176 \end_layout
18177
18178 \begin_layout Standard
18179 \begin_inset VSpace bigskip
18180 \end_inset
18181
18182
18183 \end_layout
18184
18185 \begin_layout Standard
18186 For colored columns, you can define
18187 \end_layout
18188
18189 \begin_layout Standard
18190
18191 \series bold
18192
18193 \backslash
18194 newcolumntype{K}[1]{>{
18195 \backslash
18196 columncolor{#1}
18197 \backslash
18198 hspace{0pt}}c}
18199 \end_layout
18200
18201 \begin_layout Standard
18202 The 
18203 \begin_inset Quotes eld
18204 \end_inset
18205
18206 c
18207 \begin_inset Quotes erd
18208 \end_inset
18209
18210  at the end creates a column with a flexible width whose text is horizontally
18211  centered.
18212  You can now enter
18213 \end_layout
18214
18215 \begin_layout Standard
18216
18217 \series bold
18218 K{color name}
18219 \end_layout
18220
18221 \begin_layout Standard
18222 as LaTeX-argument.
18223 \end_layout
18224
18225 \begin_layout Standard
18226 \begin_inset VSpace bigskip
18227 \end_inset
18228
18229
18230 \end_layout
18231
18232 \begin_layout Standard
18233 To create Table
18234 \begin_inset space ~
18235 \end_inset
18236
18237
18238 \begin_inset CommandInset ref
18239 LatexCommand ref
18240 reference "tab:Table-using-user-defined"
18241
18242 \end_inset
18243
18244  use the LaTeX-arguments
18245 \end_layout
18246
18247 \begin_layout Standard
18248
18249 \series bold
18250 M{2.5cm}
18251 \end_layout
18252
18253 \begin_layout Standard
18254 for the first column and the multicolumn,
18255 \end_layout
18256
18257 \begin_layout Standard
18258
18259 \series bold
18260 K{red}
18261 \end_layout
18262
18263 \begin_layout Standard
18264 for the last column, and
18265 \end_layout
18266
18267 \begin_layout Standard
18268
18269 \series bold
18270 S{2.5cm}{2}
18271 \end_layout
18272
18273 \begin_layout Standard
18274 for the cells in the second column.
18275 \end_layout
18276
18277 \begin_layout Standard
18278 \begin_inset Float table
18279 placement h
18280 wide false
18281 sideways false
18282 status open
18283
18284 \begin_layout Plain Layout
18285 \begin_inset Caption
18286
18287 \begin_layout Plain Layout
18288 \begin_inset CommandInset label
18289 LatexCommand label
18290 name "tab:Table-using-user-defined"
18291
18292 \end_inset
18293
18294 Table using user-defined table formats
18295 \end_layout
18296
18297 \end_inset
18298
18299
18300 \end_layout
18301
18302 \begin_layout Plain Layout
18303 \align center
18304 \begin_inset Tabular
18305 <lyxtabular version="3" rows="3" columns="4">
18306 <features tabularvalignment="middle">
18307 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18308 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18309 <column alignment="center" valignment="middle" width="0">
18310 <column alignment="center" valignment="middle" width="0" special="K{red}">
18311 <row>
18312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18313 \begin_inset Text
18314
18315 \begin_layout Plain Layout
18316 verylongtablecellword
18317 \end_layout
18318
18319 \end_inset
18320 </cell>
18321 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18322 \begin_inset Text
18323
18324 \begin_layout Plain Layout
18325 multiple lines multicolumn
18326 \end_layout
18327
18328 \end_inset
18329 </cell>
18330 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18331 \begin_inset Text
18332
18333 \begin_layout Plain Layout
18334
18335 \end_layout
18336
18337 \end_inset
18338 </cell>
18339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18340 \begin_inset Text
18341
18342 \begin_layout Plain Layout
18343 c
18344 \end_layout
18345
18346 \end_inset
18347 </cell>
18348 </row>
18349 <row>
18350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18351 \begin_inset Text
18352
18353 \begin_layout Plain Layout
18354 d
18355 \end_layout
18356
18357 \end_inset
18358 </cell>
18359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18360 \begin_inset Text
18361
18362 \begin_layout Plain Layout
18363 e
18364 \end_layout
18365
18366 \end_inset
18367 </cell>
18368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18369 \begin_inset Text
18370
18371 \begin_layout Plain Layout
18372 f
18373 \end_layout
18374
18375 \end_inset
18376 </cell>
18377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18378 \begin_inset Text
18379
18380 \begin_layout Plain Layout
18381 g
18382 \end_layout
18383
18384 \end_inset
18385 </cell>
18386 </row>
18387 <row>
18388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392 h
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18398 \begin_inset Text
18399
18400 \begin_layout Plain Layout
18401 i
18402 \end_layout
18403
18404 \end_inset
18405 </cell>
18406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18407 \begin_inset Text
18408
18409 \begin_layout Plain Layout
18410 j
18411 \end_layout
18412
18413 \end_inset
18414 </cell>
18415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18416 \begin_inset Text
18417
18418 \begin_layout Plain Layout
18419 k
18420 \end_layout
18421
18422 \end_inset
18423 </cell>
18424 </row>
18425 </lyxtabular>
18426
18427 \end_inset
18428
18429
18430 \end_layout
18431
18432 \end_inset
18433
18434
18435 \end_layout
18436
18437 \begin_layout Subsection
18438 Line Thickness
18439 \begin_inset CommandInset label
18440 LatexCommand label
18441 name "sub:Line-Thickness"
18442
18443 \end_inset
18444
18445
18446 \begin_inset Index idx
18447 status collapsed
18448
18449 \begin_layout Plain Layout
18450 Table Customization ! Line Thickness
18451 \end_layout
18452
18453 \end_inset
18454
18455
18456 \end_layout
18457
18458 \begin_layout Standard
18459 The line thickness for all lines in a table can be adjusted with the length
18460  
18461 \series bold
18462
18463 \backslash
18464 arrayrulewidth
18465 \series default
18466 .
18467  To set for example a line thickness of 1.5
18468 \begin_inset space \thinspace{}
18469 \end_inset
18470
18471 pt, as in Table
18472 \begin_inset space ~
18473 \end_inset
18474
18475
18476 \begin_inset CommandInset ref
18477 LatexCommand ref
18478 reference "tab:Table-with-1.5"
18479
18480 \end_inset
18481
18482 , insert the command
18483 \end_layout
18484
18485 \begin_layout Standard
18486
18487 \series bold
18488
18489 \backslash
18490 setlength{
18491 \backslash
18492 arrayrulewidth}{1.5pt}
18493 \end_layout
18494
18495 \begin_layout Standard
18496 in TeX-Code before the table or table float.
18497  The changed thickness is valid for all subsequent tables.
18498  To use the default value again, set 
18499 \series bold
18500
18501 \backslash
18502 arrayrulewidth
18503 \series default
18504  to 0.4
18505 \begin_inset space \thinspace{}
18506 \end_inset
18507
18508 pt in TeX-Code after the table or table float.
18509 \end_layout
18510
18511 \begin_layout Standard
18512 \begin_inset ERT
18513 status collapsed
18514
18515 \begin_layout Plain Layout
18516
18517
18518 \backslash
18519 setlength{
18520 \backslash
18521 arrayrulewidth}{1.5pt}
18522 \end_layout
18523
18524 \end_inset
18525
18526
18527 \begin_inset Float table
18528 wide false
18529 sideways false
18530 status open
18531
18532 \begin_layout Plain Layout
18533 \begin_inset Caption
18534
18535 \begin_layout Plain Layout
18536 \begin_inset CommandInset label
18537 LatexCommand label
18538 name "tab:Table-with-1.5"
18539
18540 \end_inset
18541
18542 Table with 1.5
18543 \begin_inset space \thinspace{}
18544 \end_inset
18545
18546 pt thick lines
18547 \end_layout
18548
18549 \end_inset
18550
18551
18552 \end_layout
18553
18554 \begin_layout Plain Layout
18555 \align center
18556 \begin_inset Tabular
18557 <lyxtabular version="3" rows="3" columns="3">
18558 <features tabularvalignment="middle">
18559 <column alignment="center" valignment="top" width="0">
18560 <column alignment="center" valignment="top" width="0">
18561 <column alignment="center" valignment="top" width="0">
18562 <row>
18563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18564 \begin_inset Text
18565
18566 \begin_layout Plain Layout
18567 sd
18568 \end_layout
18569
18570 \end_inset
18571 </cell>
18572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18573 \begin_inset Text
18574
18575 \begin_layout Plain Layout
18576
18577 \end_layout
18578
18579 \end_inset
18580 </cell>
18581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18582 \begin_inset Text
18583
18584 \begin_layout Plain Layout
18585
18586 \end_layout
18587
18588 \end_inset
18589 </cell>
18590 </row>
18591 <row>
18592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18593 \begin_inset Text
18594
18595 \begin_layout Plain Layout
18596
18597 \end_layout
18598
18599 \end_inset
18600 </cell>
18601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18602 \begin_inset Text
18603
18604 \begin_layout Plain Layout
18605 sd
18606 \end_layout
18607
18608 \end_inset
18609 </cell>
18610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18611 \begin_inset Text
18612
18613 \begin_layout Plain Layout
18614
18615 \end_layout
18616
18617 \end_inset
18618 </cell>
18619 </row>
18620 <row>
18621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18622 \begin_inset Text
18623
18624 \begin_layout Plain Layout
18625
18626 \end_layout
18627
18628 \end_inset
18629 </cell>
18630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18631 \begin_inset Text
18632
18633 \begin_layout Plain Layout
18634
18635 \end_layout
18636
18637 \end_inset
18638 </cell>
18639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18640 \begin_inset Text
18641
18642 \begin_layout Plain Layout
18643 sd
18644 \end_layout
18645
18646 \end_inset
18647 </cell>
18648 </row>
18649 </lyxtabular>
18650
18651 \end_inset
18652
18653
18654 \end_layout
18655
18656 \end_inset
18657
18658
18659 \begin_inset ERT
18660 status collapsed
18661
18662 \begin_layout Plain Layout
18663
18664
18665 \backslash
18666 setlength{
18667 \backslash
18668 arrayrulewidth}{0.4pt}
18669 \end_layout
18670
18671 \end_inset
18672
18673
18674 \end_layout
18675
18676 \begin_layout Standard
18677 \begin_inset VSpace bigskip
18678 \end_inset
18679
18680 To set the line thickness to 1.5
18681 \begin_inset space \thinspace{}
18682 \end_inset
18683
18684 pt only for horizontal lines, as in Table
18685 \begin_inset space ~
18686 \end_inset
18687
18688
18689 \begin_inset CommandInset ref
18690 LatexCommand ref
18691 reference "tab:Table-with-horizontal"
18692
18693 \end_inset
18694
18695 , insert these commands in TeX-Code before the table or table float:
18696 \end_layout
18697
18698 \begin_layout Standard
18699
18700 \series bold
18701
18702 \backslash
18703 let
18704 \backslash
18705 myHline
18706 \backslash
18707 hline
18708 \begin_inset Newline newline
18709 \end_inset
18710
18711
18712 \backslash
18713 renewcommand{
18714 \backslash
18715 hline}
18716 \begin_inset Newline newline
18717 \end_inset
18718
18719  {
18720 \backslash
18721 noalign{
18722 \backslash
18723 global
18724 \backslash
18725 arrayrulewidth 1.5pt}
18726 \begin_inset Newline newline
18727 \end_inset
18728
18729  
18730 \backslash
18731 myHline
18732 \backslash
18733 noalign{
18734 \backslash
18735 global
18736 \backslash
18737 arrayrulewidth 0.4pt}}
18738 \end_layout
18739
18740 \begin_layout Standard
18741 To return to the default line thickness, insert this command in TeX-Code
18742  after the table or table float:
18743 \end_layout
18744
18745 \begin_layout Standard
18746
18747 \series bold
18748
18749 \backslash
18750 renewcommand{
18751 \backslash
18752 hline}{
18753 \backslash
18754 myHline}
18755 \end_layout
18756
18757 \begin_layout Standard
18758 \begin_inset ERT
18759 status collapsed
18760
18761 \begin_layout Plain Layout
18762
18763
18764 \backslash
18765 let
18766 \backslash
18767 myHline
18768 \backslash
18769 hline
18770 \end_layout
18771
18772 \begin_layout Plain Layout
18773
18774
18775 \backslash
18776 renewcommand{
18777 \backslash
18778 hline}
18779 \end_layout
18780
18781 \begin_layout Plain Layout
18782
18783  {
18784 \backslash
18785 noalign{
18786 \backslash
18787 global
18788 \backslash
18789 arrayrulewidth 1.5pt}
18790 \end_layout
18791
18792 \begin_layout Plain Layout
18793
18794   
18795 \backslash
18796 myHline
18797 \backslash
18798 noalign{
18799 \backslash
18800 global
18801 \backslash
18802 arrayrulewidth 0.4pt}}
18803 \end_layout
18804
18805 \end_inset
18806
18807
18808 \begin_inset Float table
18809 wide false
18810 sideways false
18811 status open
18812
18813 \begin_layout Plain Layout
18814 \begin_inset Caption
18815
18816 \begin_layout Plain Layout
18817 \begin_inset CommandInset label
18818 LatexCommand label
18819 name "tab:Table-with-horizontal"
18820
18821 \end_inset
18822
18823 Table with 1.5
18824 \begin_inset space \thinspace{}
18825 \end_inset
18826
18827 pt thick horizontal lines
18828 \end_layout
18829
18830 \end_inset
18831
18832
18833 \end_layout
18834
18835 \begin_layout Plain Layout
18836 \align center
18837 \begin_inset Tabular
18838 <lyxtabular version="3" rows="3" columns="3">
18839 <features tabularvalignment="middle">
18840 <column alignment="center" valignment="top" width="0">
18841 <column alignment="center" valignment="top" width="0">
18842 <column alignment="center" valignment="top" width="0">
18843 <row>
18844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18845 \begin_inset Text
18846
18847 \begin_layout Plain Layout
18848 sd
18849 \end_layout
18850
18851 \end_inset
18852 </cell>
18853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18854 \begin_inset Text
18855
18856 \begin_layout Plain Layout
18857
18858 \end_layout
18859
18860 \end_inset
18861 </cell>
18862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18863 \begin_inset Text
18864
18865 \begin_layout Plain Layout
18866
18867 \end_layout
18868
18869 \end_inset
18870 </cell>
18871 </row>
18872 <row>
18873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18874 \begin_inset Text
18875
18876 \begin_layout Plain Layout
18877
18878 \end_layout
18879
18880 \end_inset
18881 </cell>
18882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18883 \begin_inset Text
18884
18885 \begin_layout Plain Layout
18886 sd
18887 \end_layout
18888
18889 \end_inset
18890 </cell>
18891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18892 \begin_inset Text
18893
18894 \begin_layout Plain Layout
18895
18896 \end_layout
18897
18898 \end_inset
18899 </cell>
18900 </row>
18901 <row>
18902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18903 \begin_inset Text
18904
18905 \begin_layout Plain Layout
18906
18907 \end_layout
18908
18909 \end_inset
18910 </cell>
18911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18912 \begin_inset Text
18913
18914 \begin_layout Plain Layout
18915
18916 \end_layout
18917
18918 \end_inset
18919 </cell>
18920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18921 \begin_inset Text
18922
18923 \begin_layout Plain Layout
18924 sd
18925 \end_layout
18926
18927 \end_inset
18928 </cell>
18929 </row>
18930 </lyxtabular>
18931
18932 \end_inset
18933
18934
18935 \end_layout
18936
18937 \end_inset
18938
18939
18940 \begin_inset ERT
18941 status collapsed
18942
18943 \begin_layout Plain Layout
18944
18945
18946 \backslash
18947 renewcommand{
18948 \backslash
18949 hline}{
18950 \backslash
18951 myHline}
18952 \end_layout
18953
18954 \end_inset
18955
18956
18957 \end_layout
18958
18959 \begin_layout Standard
18960 \begin_inset VSpace bigskip
18961 \end_inset
18962
18963 To set the line thickness to 1.5
18964 \begin_inset space \thinspace{}
18965 \end_inset
18966
18967 pt only for vertical lines, create the following column format in the document
18968  preamble, according to the description in section
18969 \begin_inset space ~
18970 \end_inset
18971
18972
18973 \begin_inset CommandInset ref
18974 LatexCommand ref
18975 reference "sub:Customized-Format"
18976
18977 \end_inset
18978
18979 :
18980 \end_layout
18981
18982 \begin_layout Standard
18983
18984 \series bold
18985
18986 \backslash
18987 newcolumntype{V}{!{
18988 \backslash
18989 vrule width 1.5pt}}
18990 \end_layout
18991
18992 \begin_layout Standard
18993 For Table
18994 \begin_inset space ~
18995 \end_inset
18996
18997
18998 \begin_inset CommandInset ref
18999 LatexCommand ref
19000 reference "tab:Table-with-vertical"
19001
19002 \end_inset
19003
19004  the LaTeX-argument
19005 \end_layout
19006
19007 \begin_layout Standard
19008
19009 \series bold
19010 VcV
19011 \end_layout
19012
19013 \begin_layout Standard
19014 was used for the last column and
19015 \end_layout
19016
19017 \begin_layout Standard
19018
19019 \series bold
19020 Vc
19021 \end_layout
19022
19023 \begin_layout Standard
19024 for the other columns.
19025 \end_layout
19026
19027 \begin_layout Standard
19028 \begin_inset Float table
19029 wide false
19030 sideways false
19031 status open
19032
19033 \begin_layout Plain Layout
19034 \begin_inset Caption
19035
19036 \begin_layout Plain Layout
19037 \begin_inset CommandInset label
19038 LatexCommand label
19039 name "tab:Table-with-vertical"
19040
19041 \end_inset
19042
19043 Table with 1.5
19044 \begin_inset space \thinspace{}
19045 \end_inset
19046
19047 pt thick vertical lines
19048 \end_layout
19049
19050 \end_inset
19051
19052
19053 \end_layout
19054
19055 \begin_layout Plain Layout
19056 \align center
19057 \begin_inset Tabular
19058 <lyxtabular version="3" rows="3" columns="3">
19059 <features tabularvalignment="middle">
19060 <column alignment="center" valignment="top" width="0" special="Vc">
19061 <column alignment="center" valignment="top" width="0" special="Vc">
19062 <column alignment="center" valignment="top" width="0" special="VcV">
19063 <row>
19064 <cell alignment="center" valignment="top" topline="true" usebox="none">
19065 \begin_inset Text
19066
19067 \begin_layout Plain Layout
19068 sd
19069 \end_layout
19070
19071 \end_inset
19072 </cell>
19073 <cell alignment="center" valignment="top" topline="true" usebox="none">
19074 \begin_inset Text
19075
19076 \begin_layout Plain Layout
19077
19078 \end_layout
19079
19080 \end_inset
19081 </cell>
19082 <cell alignment="center" valignment="top" topline="true" usebox="none">
19083 \begin_inset Text
19084
19085 \begin_layout Plain Layout
19086
19087 \end_layout
19088
19089 \end_inset
19090 </cell>
19091 </row>
19092 <row>
19093 <cell alignment="center" valignment="top" topline="true" usebox="none">
19094 \begin_inset Text
19095
19096 \begin_layout Plain Layout
19097
19098 \end_layout
19099
19100 \end_inset
19101 </cell>
19102 <cell alignment="center" valignment="top" topline="true" usebox="none">
19103 \begin_inset Text
19104
19105 \begin_layout Plain Layout
19106 sd
19107 \end_layout
19108
19109 \end_inset
19110 </cell>
19111 <cell alignment="center" valignment="top" topline="true" usebox="none">
19112 \begin_inset Text
19113
19114 \begin_layout Plain Layout
19115
19116 \end_layout
19117
19118 \end_inset
19119 </cell>
19120 </row>
19121 <row>
19122 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19123 \begin_inset Text
19124
19125 \begin_layout Plain Layout
19126
19127 \end_layout
19128
19129 \end_inset
19130 </cell>
19131 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19132 \begin_inset Text
19133
19134 \begin_layout Plain Layout
19135
19136 \end_layout
19137
19138 \end_inset
19139 </cell>
19140 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19141 \begin_inset Text
19142
19143 \begin_layout Plain Layout
19144 sd
19145 \end_layout
19146
19147 \end_inset
19148 </cell>
19149 </row>
19150 </lyxtabular>
19151
19152 \end_inset
19153
19154
19155 \end_layout
19156
19157 \end_inset
19158
19159
19160 \end_layout
19161
19162 \begin_layout Subsection
19163 Dashed Lines
19164 \begin_inset Index idx
19165 status collapsed
19166
19167 \begin_layout Plain Layout
19168 Table Customization ! Dashed Lines
19169 \end_layout
19170
19171 \end_inset
19172
19173
19174 \end_layout
19175
19176 \begin_layout Standard
19177 \begin_inset ERT
19178 status collapsed
19179
19180 \begin_layout Plain Layout
19181
19182
19183 \backslash
19184 ifarydshln
19185 \end_layout
19186
19187 \end_inset
19188
19189
19190 \begin_inset Note Note
19191 status open
19192
19193 \begin_layout Plain Layout
19194 The following section will only be displayed when the LaTeX-package 
19195 \series bold
19196 arydshln
19197 \series default
19198  is installed.
19199 \end_layout
19200
19201 \end_inset
19202
19203
19204 \end_layout
19205
19206 \begin_layout Standard
19207 \begin_inset Float table
19208 placement H
19209 wide false
19210 sideways false
19211 status open
19212
19213 \begin_layout Plain Layout
19214 \begin_inset Caption
19215
19216 \begin_layout Plain Layout
19217 \begin_inset CommandInset label
19218 LatexCommand label
19219 name "tab:Table-with-dashed"
19220
19221 \end_inset
19222
19223 Table with dashed lines
19224 \end_layout
19225
19226 \end_inset
19227
19228
19229 \end_layout
19230
19231 \begin_layout Plain Layout
19232 \align center
19233 \begin_inset Tabular
19234 <lyxtabular version="3" rows="5" columns="5">
19235 <features tabularvalignment="middle">
19236 <column alignment="center" valignment="top" width="0">
19237 <column alignment="center" valignment="top" width="0">
19238 <column alignment="center" valignment="top" width="0" special=":c">
19239 <column alignment="center" valignment="top" width="0">
19240 <column alignment="center" valignment="top" width="0">
19241 <row>
19242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19243 \begin_inset Text
19244
19245 \begin_layout Plain Layout
19246 a
19247 \end_layout
19248
19249 \end_inset
19250 </cell>
19251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19252 \begin_inset Text
19253
19254 \begin_layout Plain Layout
19255 b
19256 \end_layout
19257
19258 \end_inset
19259 </cell>
19260 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264 c
19265 \end_layout
19266
19267 \end_inset
19268 </cell>
19269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19270 \begin_inset Text
19271
19272 \begin_layout Plain Layout
19273 d
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19279 \begin_inset Text
19280
19281 \begin_layout Plain Layout
19282 e
19283 \end_layout
19284
19285 \end_inset
19286 </cell>
19287 </row>
19288 <row>
19289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293 f
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19299 \begin_inset Text
19300
19301 \begin_layout Plain Layout
19302 g
19303 \end_layout
19304
19305 \end_inset
19306 </cell>
19307 <cell alignment="center" valignment="top" topline="true" usebox="none">
19308 \begin_inset Text
19309
19310 \begin_layout Plain Layout
19311 h
19312 \end_layout
19313
19314 \end_inset
19315 </cell>
19316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19317 \begin_inset Text
19318
19319 \begin_layout Plain Layout
19320 i
19321 \end_layout
19322
19323 \end_inset
19324 </cell>
19325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19326 \begin_inset Text
19327
19328 \begin_layout Plain Layout
19329 j
19330 \end_layout
19331
19332 \end_inset
19333 </cell>
19334 </row>
19335 <row>
19336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19337 \begin_inset Text
19338
19339 \begin_layout Plain Layout
19340 \begin_inset ERT
19341 status collapsed
19342
19343 \begin_layout Plain Layout
19344
19345
19346 \backslash
19347 hdashline 
19348 \end_layout
19349
19350 \end_inset
19351
19352 k
19353 \end_layout
19354
19355 \end_inset
19356 </cell>
19357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19358 \begin_inset Text
19359
19360 \begin_layout Plain Layout
19361 l
19362 \end_layout
19363
19364 \end_inset
19365 </cell>
19366 <cell alignment="center" valignment="top" usebox="none">
19367 \begin_inset Text
19368
19369 \begin_layout Plain Layout
19370 m
19371 \end_layout
19372
19373 \end_inset
19374 </cell>
19375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19376 \begin_inset Text
19377
19378 \begin_layout Plain Layout
19379 n
19380 \end_layout
19381
19382 \end_inset
19383 </cell>
19384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388 o
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 </row>
19394 <row>
19395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19396 \begin_inset Text
19397
19398 \begin_layout Plain Layout
19399 \begin_inset ERT
19400 status collapsed
19401
19402 \begin_layout Plain Layout
19403
19404
19405 \backslash
19406 cdashline{4-5}
19407 \end_layout
19408
19409 \end_inset
19410
19411 p
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout Plain Layout
19420 q
19421 \end_layout
19422
19423 \end_inset
19424 </cell>
19425 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19426 \begin_inset Text
19427
19428 \begin_layout Plain Layout
19429 r
19430 \end_layout
19431
19432 \end_inset
19433 </cell>
19434 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19435 \begin_inset Text
19436
19437 \begin_layout Plain Layout
19438 s
19439 \end_layout
19440
19441 \end_inset
19442 </cell>
19443 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19444 \begin_inset Text
19445
19446 \begin_layout Plain Layout
19447
19448 \end_layout
19449
19450 \end_inset
19451 </cell>
19452 </row>
19453 <row>
19454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19455 \begin_inset Text
19456
19457 \begin_layout Plain Layout
19458 t
19459 \end_layout
19460
19461 \end_inset
19462 </cell>
19463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19464 \begin_inset Text
19465
19466 \begin_layout Plain Layout
19467 u
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19473 \begin_inset Text
19474
19475 \begin_layout Plain Layout
19476 v
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19482 \begin_inset Text
19483
19484 \begin_layout Plain Layout
19485 w
19486 \end_layout
19487
19488 \end_inset
19489 </cell>
19490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19491 \begin_inset Text
19492
19493 \begin_layout Plain Layout
19494 x
19495 \end_layout
19496
19497 \end_inset
19498 </cell>
19499 </row>
19500 </lyxtabular>
19501
19502 \end_inset
19503
19504
19505 \end_layout
19506
19507 \end_inset
19508
19509
19510 \end_layout
19511
19512 \begin_layout Standard
19513 LyX does not natively support dashed lines, so you have to use TeX-Code.
19514  As a prerequisite the LaTeX-package 
19515 \series bold
19516 arydshln
19517 \series default
19518
19519 \begin_inset Index idx
19520 status collapsed
19521
19522 \begin_layout Plain Layout
19523 LaTeX-packages ! arydshln
19524 \end_layout
19525
19526 \end_inset
19527
19528  must be loaded in the document preamble with the command
19529 \end_layout
19530
19531 \begin_layout Standard
19532
19533 \series bold
19534
19535 \backslash
19536 usepackage{arydshln}
19537 \end_layout
19538
19539 \begin_layout Standard
19540 To make a vertical line dashed, enter the colon 
19541 \begin_inset Quotes eld
19542 \end_inset
19543
19544 :
19545 \begin_inset Quotes erd
19546 \end_inset
19547
19548  together with the character for the horizontal alignment as LaTeX-argument
19549  in the table cell dialog.
19550 \end_layout
19551
19552 \begin_layout Standard
19553 For a horizontal dashed line add the command
19554 \end_layout
19555
19556 \begin_layout Standard
19557
19558 \series bold
19559
19560 \backslash
19561 hdashline
19562 \end_layout
19563
19564 \begin_layout Standard
19565 in TeX-Code as first element of the first cell in the table row.
19566 \end_layout
19567
19568 \begin_layout Standard
19569 For dashed multicolumn lines use the command
19570 \end_layout
19571
19572 \begin_layout Standard
19573
19574 \series bold
19575
19576 \backslash
19577 cdashline{line number
19578 \series default
19579 }
19580 \end_layout
19581
19582 \begin_layout Standard
19583 in TeX-Code as the first element of the first cell in the table row.
19584  If you have for example a multicolumn spanning columns 2 to 4 and you want
19585  to have a dashed line above, add the command
19586 \end_layout
19587
19588 \begin_layout Standard
19589
19590 \series bold
19591
19592 \backslash
19593 cdashline{2-4}
19594 \end_layout
19595
19596 \begin_layout Standard
19597 as the first element of the first cell in the row of the multicolumn.
19598 \end_layout
19599
19600 \begin_layout Standard
19601 \begin_inset VSpace bigskip
19602 \end_inset
19603
19604
19605 \end_layout
19606
19607 \begin_layout Standard
19608 Table
19609 \begin_inset space ~
19610 \end_inset
19611
19612
19613 \begin_inset CommandInset ref
19614 LatexCommand ref
19615 reference "tab:Table-with-dashed"
19616
19617 \end_inset
19618
19619  was created using 
19620 \begin_inset Quotes eld
19621 \end_inset
19622
19623
19624 \series bold
19625 :c
19626 \series default
19627
19628 \begin_inset Quotes erd
19629 \end_inset
19630
19631  as LaTeX-argument of the third column.
19632  The TeX-Code command 
19633 \series bold
19634
19635 \backslash
19636 hdashline
19637 \series default
19638  was inserted in the first cell of the third row and the TeX-Code command
19639 \begin_inset Newline newline
19640 \end_inset
19641
19642  
19643 \series bold
19644
19645 \backslash
19646 cdashline{4-5}
19647 \series default
19648  was inserted in the first cell of the fourth row.
19649 \end_layout
19650
19651 \begin_layout Standard
19652 \begin_inset Note Greyedout
19653 status open
19654
19655 \begin_layout Plain Layout
19656
19657 \series bold
19658 Note:
19659 \series default
19660  The LaTeX-package 
19661 \series bold
19662 arydshln
19663 \series default
19664  is apparently not compatible with the LaTeX-package 
19665 \series bold
19666 colortbl
19667 \series default
19668
19669 \begin_inset Index idx
19670 status collapsed
19671
19672 \begin_layout Plain Layout
19673 LaTeX-packages ! colortbl
19674 \end_layout
19675
19676 \end_inset
19677
19678  that is used for colored tables in section
19679 \begin_inset space ~
19680 \end_inset
19681
19682
19683 \begin_inset CommandInset ref
19684 LatexCommand ref
19685 reference "sec:Colored-Tables"
19686
19687 \end_inset
19688
19689 .
19690  That means colored tables cannot have dashed lines.
19691 \end_layout
19692
19693 \end_inset
19694
19695
19696 \end_layout
19697
19698 \begin_layout Standard
19699 \begin_inset ERT
19700 status collapsed
19701
19702 \begin_layout Plain Layout
19703
19704
19705 \backslash
19706 else
19707 \end_layout
19708
19709 \end_inset
19710
19711
19712 \begin_inset Note Note
19713 status open
19714
19715 \begin_layout Plain Layout
19716 The following will be displayed when the LaTeX-package 
19717 \series bold
19718 arydshln
19719 \series default
19720  is not installed:
19721 \end_layout
19722
19723 \end_inset
19724
19725
19726 \end_layout
19727
19728 \begin_layout Standard
19729 You need to install the package 
19730 \series bold
19731 arydshln
19732 \series default
19733  to see the content of this section in the output.
19734 \end_layout
19735
19736 \begin_layout Standard
19737 \begin_inset ERT
19738 status collapsed
19739
19740 \begin_layout Plain Layout
19741
19742
19743 \backslash
19744 fi
19745 \end_layout
19746
19747 \end_inset
19748
19749
19750 \end_layout
19751
19752 \begin_layout Chapter
19753 Floats
19754 \begin_inset CommandInset label
19755 LatexCommand label
19756 name "chap:Floats"
19757
19758 \end_inset
19759
19760
19761 \begin_inset Index idx
19762 status collapsed
19763
19764 \begin_layout Plain Layout
19765 Floats
19766 \end_layout
19767
19768 \end_inset
19769
19770
19771 \end_layout
19772
19773 \begin_layout Section
19774 Introduction
19775 \begin_inset CommandInset label
19776 LatexCommand label
19777 name "sec:FloatIntroduction"
19778
19779 \end_inset
19780
19781
19782 \begin_inset Index idx
19783 status collapsed
19784
19785 \begin_layout Plain Layout
19786 Floats ! Introduction
19787 \end_layout
19788
19789 \end_inset
19790
19791
19792 \end_layout
19793
19794 \begin_layout Standard
19795 A float is a block of text associated with some sort of label, which doesn't
19796  have a fixed location.
19797  It can 
19798 \begin_inset Quotes eld
19799 \end_inset
19800
19801 float
19802 \begin_inset Quotes erd
19803 \end_inset
19804
19805  forward or backward a page or two, to wherever it fits best.
19806  
19807 \family sans
19808 Footnotes
19809 \family default
19810  and 
19811 \family sans
19812 Margin
19813 \begin_inset space ~
19814 \end_inset
19815
19816 Notes
19817 \family default
19818  are also floats, because they can float to the next page when there are
19819  too many notes on the page.
19820 \end_layout
19821
19822 \begin_layout Standard
19823 Floats allow a high quality layout.
19824  Images and tables can be spread evenly to the pages to avoid white space
19825  and pages without text.
19826  As the floating often destroys the context between the text and the image/table
19827 , every float can be referenced in the text.
19828  Floats are therefore numbered.
19829  Referencing is described in section
19830 \begin_inset space ~
19831 \end_inset
19832
19833
19834 \begin_inset CommandInset ref
19835 LatexCommand ref
19836 reference "sec:Referencing-Floats"
19837
19838 \end_inset
19839
19840 .
19841 \end_layout
19842
19843 \begin_layout Standard
19844 To insert a float, use the menu 
19845 \family sans
19846 Insert\SpecialChar \menuseparator
19847 Float
19848 \family default
19849 .
19850  This inserts the 
19851 \family sans
19852 Caption
19853 \family default
19854  inset, a box with a label.
19855  The label will automatically be translated to the document language in
19856  the output.
19857  After the label you can insert the caption text.
19858  The image or table is inserted above or below the caption in a separate
19859  paragraph within the float.
19860  More about the caption placement is contained in section
19861 \begin_inset space ~
19862 \end_inset
19863
19864
19865 \begin_inset CommandInset ref
19866 LatexCommand ref
19867 reference "sec:Caption-Placement"
19868
19869 \end_inset
19870
19871 .
19872  To keep your LyX-document readable, you can open and close the float box
19873  by left-clicking on the box label.
19874  A closed float box looks like this: 
19875 \begin_inset Graphics
19876         filename clipart/floatQt4.png
19877         scale 70
19878         scaleBeforeRotation
19879
19880 \end_inset
19881
19882  â€“ a gray button with a red label.
19883 \end_layout
19884
19885 \begin_layout Standard
19886 It is recommended that you insert floats as a separate standard paragraph
19887  to avoid possible LaTeX-errors that can occur when the surrounding text
19888  is specially formatted.
19889 \end_layout
19890
19891 \begin_layout Standard
19892 Existing figures or tables can be put into a float by highlighting them
19893  and then pressing the corresponding toolbar button for a new float.
19894 \end_layout
19895
19896 \begin_layout Section
19897 Float Types
19898 \end_layout
19899
19900 \begin_layout Standard
19901 Besides figure and table floats that are described in sections
19902 \begin_inset space ~
19903 \end_inset
19904
19905
19906 \begin_inset CommandInset ref
19907 LatexCommand ref
19908 reference "sec:Figure-Floats"
19909
19910 \end_inset
19911
19912  and 
19913 \begin_inset CommandInset ref
19914 LatexCommand ref
19915 reference "sec:Table-Floats"
19916
19917 \end_inset
19918
19919  respectively, LyX offers the float types 
19920 \family sans
19921 Algorithm
19922 \family default
19923  and 
19924 \family sans
19925 Wrap
19926 \family default
19927 .
19928  The latter are explained in sec.
19929 \begin_inset space \thinspace{}
19930 \end_inset
19931
19932
19933 \begin_inset CommandInset ref
19934 LatexCommand ref
19935 reference "sec:Wrap-Floats"
19936
19937 \end_inset
19938
19939 .
19940 \end_layout
19941
19942 \begin_layout Subsection
19943 Algorithm Floats
19944 \begin_inset Index idx
19945 status collapsed
19946
19947 \begin_layout Plain Layout
19948 Floats ! Algorithms
19949 \end_layout
19950
19951 \end_inset
19952
19953
19954 \end_layout
19955
19956 \begin_layout Standard
19957 \begin_inset Float algorithm
19958 placement h
19959 wide false
19960 sideways false
19961 status open
19962
19963 \begin_layout Plain Layout
19964 \begin_inset Caption
19965
19966 \begin_layout Plain Layout
19967 \begin_inset CommandInset label
19968 LatexCommand label
19969 name "alg:Example-Algorithm-float"
19970
19971 \end_inset
19972
19973 Example Algorithm float
19974 \end_layout
19975
19976 \end_inset
19977
19978
19979 \end_layout
19980
19981 \begin_layout LyX-Code
19982 for I in 1..N loop
19983 \begin_inset Newline newline
19984 \end_inset
19985
19986  Sum:= Sum + A(I); /*comment*/
19987 \begin_inset Newline newline
19988 \end_inset
19989
19990 end loop
19991 \begin_inset VSpace -4mm
19992 \end_inset
19993
19994
19995 \end_layout
19996
19997 \end_inset
19998
19999
20000 \end_layout
20001
20002 \begin_layout Standard
20003 This float type is inserted with the menu 
20004 \family sans
20005 Insert\SpecialChar \menuseparator
20006 Floats\SpecialChar \menuseparator
20007 Algorithm
20008 \family default
20009 .
20010  It is used for program codes and descriptions of algorithms and can be
20011  seen as an alternative to program code listings that are explained in chapter
20012 \begin_inset space ~
20013 \end_inset
20014
20015
20016 \begin_inset CommandInset ref
20017 LatexCommand ref
20018 reference "cha:Program-Code-Listings"
20019
20020 \end_inset
20021
20022 .
20023  A possible environment for algorithms is the 
20024 \family sans
20025 LyX-Code
20026 \family default
20027 , described in LyX's 
20028 \emph on
20029 Userguide
20030 \emph default
20031 .
20032  Algorithm
20033 \begin_inset space ~
20034 \end_inset
20035
20036
20037 \begin_inset CommandInset ref
20038 LatexCommand ref
20039 reference "alg:Example-Algorithm-float"
20040
20041 \end_inset
20042
20043  is an example of an algorithm float where -4
20044 \begin_inset space \thinspace{}
20045 \end_inset
20046
20047 mm vertical space was added at the end of the float to have the bottom rule
20048  exactly below the last text line.
20049 \end_layout
20050
20051 \begin_layout Standard
20052 The float label is not automatically translated into the document language.
20053  If your document is not in English, you have to do this manually by adding
20054  the following line to the document preamble
20055 \series bold
20056 :
20057 \end_layout
20058
20059 \begin_layout Standard
20060
20061 \series bold
20062
20063 \backslash
20064 floatname{algorithm}{your
20065 \begin_inset space ~
20066 \end_inset
20067
20068 name}
20069 \end_layout
20070
20071 \begin_layout Standard
20072 where 
20073 \family sans
20074 your
20075 \begin_inset space ~
20076 \end_inset
20077
20078 name
20079 \family default
20080  is the word 
20081 \begin_inset Quotes eld
20082 \end_inset
20083
20084
20085 \emph on
20086 algorithm
20087 \emph default
20088
20089 \begin_inset Quotes erd
20090 \end_inset
20091
20092  in your language.
20093 \end_layout
20094
20095 \begin_layout Standard
20096 To insert the list of algorithms you can use the menu 
20097 \family sans
20098 Insert\SpecialChar \menuseparator
20099 List
20100 \begin_inset space \thinspace{}
20101 \end_inset
20102
20103 /
20104 \begin_inset space \thinspace{}
20105 \end_inset
20106
20107 TOC\SpecialChar \menuseparator
20108 List of Algorithms
20109 \family default
20110  when your document has the same language as LyX's menu names.
20111  In other cases use this command in TeX-Code instead:
20112 \end_layout
20113
20114 \begin_layout Standard
20115
20116 \series bold
20117
20118 \backslash
20119 listof{algorithm}{your
20120 \begin_inset space ~
20121 \end_inset
20122
20123 name}
20124 \end_layout
20125
20126 \begin_layout Standard
20127 where 
20128 \family sans
20129 your
20130 \begin_inset space ~
20131 \end_inset
20132
20133 name
20134 \family default
20135  is the word 
20136 \begin_inset Quotes eld
20137 \end_inset
20138
20139
20140 \emph on
20141 List of Algorithm
20142 \emph default
20143 s
20144 \begin_inset Quotes erd
20145 \end_inset
20146
20147  in your language.
20148 \end_layout
20149
20150 \begin_layout Standard
20151 Algorithm floats are not by default numbered in the scheme 
20152 \begin_inset Quotes eld
20153 \end_inset
20154
20155 chapter.algorithm
20156 \begin_inset Quotes erd
20157 \end_inset
20158
20159  as is the case for table and figure floats in many document-classes.
20160  To number algorithm floats in the same scheme, add this command to your
20161  document preamble:
20162 \end_layout
20163
20164 \begin_layout Standard
20165
20166 \series bold
20167
20168 \backslash
20169 numberwithin{algorithm}{chapter}
20170 \end_layout
20171
20172 \begin_layout Standard
20173 To be able to use the command 
20174 \series bold
20175
20176 \backslash
20177 numberwithin
20178 \series default
20179 , set in the tab 
20180 \family sans
20181 Math
20182 \begin_inset space ~
20183 \end_inset
20184
20185 Options
20186 \family default
20187  in the document settings the option 
20188 \family sans
20189 Use
20190 \begin_inset space ~
20191 \end_inset
20192
20193 AMS
20194 \begin_inset space ~
20195 \end_inset
20196
20197 math
20198 \begin_inset space ~
20199 \end_inset
20200
20201 package
20202 \family default
20203 .
20204 \end_layout
20205
20206 \begin_layout Section
20207 Float Numbering
20208 \begin_inset Index idx
20209 status collapsed
20210
20211 \begin_layout Plain Layout
20212 Floats ! Numbering
20213 \end_layout
20214
20215 \end_inset
20216
20217
20218 \end_layout
20219
20220 \begin_layout Standard
20221 Floats are usually numbered either independently from the sections the floats
20222  are in, or in the scheme 
20223 \begin_inset Quotes eld
20224 \end_inset
20225
20226 chapter.number
20227 \begin_inset Quotes erd
20228 \end_inset
20229
20230  or 
20231 \begin_inset Quotes eld
20232 \end_inset
20233
20234 section.number
20235 \begin_inset Quotes erd
20236 \end_inset
20237
20238 .
20239  This depends on the document class used.
20240 \end_layout
20241
20242 \begin_layout Standard
20243 To change section-independent numbering, you can use this command in the
20244  document preamble:
20245 \end_layout
20246
20247 \begin_layout Standard
20248
20249 \series bold
20250
20251 \backslash
20252 renewcommand{
20253 \backslash
20254 thetable}{
20255 \backslash
20256 roman{table}}
20257 \end_layout
20258
20259 \begin_layout Standard
20260
20261 \series bold
20262
20263 \backslash
20264 thetable
20265 \series default
20266  is the command that prints the table number, for figure floats, the command
20267  would be 
20268 \series bold
20269
20270 \backslash
20271 thefigure
20272 \series default
20273 .
20274  
20275 \series bold
20276
20277 \backslash
20278 roman
20279 \series default
20280  in the command above prints the table number as small roman number.
20281 \end_layout
20282
20283 \begin_layout Standard
20284 To change the numbering scheme for example to 
20285 \begin_inset Quotes eld
20286 \end_inset
20287
20288 subsection.number
20289 \begin_inset Quotes erd
20290 \end_inset
20291
20292 , use this command in the preamble:
20293 \end_layout
20294
20295 \begin_layout Standard
20296
20297 \series bold
20298
20299 \backslash
20300 numberwithin{table}{subsection}
20301 \end_layout
20302
20303 \begin_layout Standard
20304 To be able to use the command 
20305 \series bold
20306
20307 \backslash
20308 numberwithin
20309 \series default
20310 , set in the tab 
20311 \family sans
20312 Math
20313 \begin_inset space ~
20314 \end_inset
20315
20316 Options
20317 \family default
20318  in the document settings the option 
20319 \family sans
20320 Use
20321 \begin_inset space ~
20322 \end_inset
20323
20324 AMS
20325 \begin_inset space ~
20326 \end_inset
20327
20328 math
20329 \begin_inset space ~
20330 \end_inset
20331
20332 package
20333 \family default
20334 .
20335 \end_layout
20336
20337 \begin_layout Standard
20338 Please also have a look at section
20339 \begin_inset space ~
20340 \end_inset
20341
20342
20343 \begin_inset CommandInset ref
20344 LatexCommand ref
20345 reference "sub:Footnote-Numbering"
20346
20347 \end_inset
20348
20349  for the details and important notes about the numbering commands.
20350 \end_layout
20351
20352 \begin_layout Section
20353 Referencing Floats
20354 \begin_inset CommandInset label
20355 LatexCommand label
20356 name "sec:Referencing-Floats"
20357
20358 \end_inset
20359
20360
20361 \begin_inset Index idx
20362 status collapsed
20363
20364 \begin_layout Plain Layout
20365 Floats ! References
20366 \end_layout
20367
20368 \end_inset
20369
20370
20371 \begin_inset Index idx
20372 status collapsed
20373
20374 \begin_layout Plain Layout
20375 References ! to Floats
20376 \end_layout
20377
20378 \end_inset
20379
20380
20381 \end_layout
20382
20383 \begin_layout Standard
20384 To reference a float, insert a label into its caption using the menu 
20385 \family sans
20386 Insert\SpecialChar \menuseparator
20387 Label
20388 \family default
20389  or the toolbar button 
20390 \family sans
20391
20392 \begin_inset Info
20393 type  "icon"
20394 arg   "label-insert"
20395 \end_inset
20396
20397
20398 \family default
20399 .
20400  A grey label box like this one: 
20401 \begin_inset Graphics
20402         filename clipart/labelQt4.png
20403         scale 85
20404         scaleBeforeRotation
20405
20406 \end_inset
20407
20408  will be inserted and the label window pops up asking for the label text.
20409  LyX offers as text the first words of the caption with a prefix.
20410  The prefix depends on the float type, e.
20411 \begin_inset space \thinspace{}
20412 \end_inset
20413
20414 g.
20415 \begin_inset space \space{}
20416 \end_inset
20417
20418 for figure floats the prefix will be "
20419 \family sans
20420 fig:
20421 \family default
20422 ".
20423 \end_layout
20424
20425 \begin_layout Standard
20426 The label is used as anchor and name for the reference.
20427  You can refer to the label using the menu 
20428 \family sans
20429 Insert\SpecialChar \menuseparator
20430 Cross-reference
20431 \family default
20432  or the toolbar button 
20433 \family sans
20434
20435 \begin_inset Info
20436 type  "icon"
20437 arg   "dialog-show-new-inset ref"
20438 \end_inset
20439
20440
20441 \family default
20442 .
20443  A grey cross-reference box like this one: 
20444 \begin_inset Graphics
20445         filename clipart/referenceQt4.png
20446         scale 85
20447         scaleBeforeRotation
20448
20449 \end_inset
20450
20451  will be inserted and the cross-reference window appear showing all labels
20452  of the document.
20453  If you have multiple LyX-documents opened, choose the one you are working
20454  on from the drop-list at the top of the dialog.
20455  You can now sort the labels alphabetically and then choose one.
20456  At the position of the cross-reference box the float number will appear
20457  in the output.
20458 \end_layout
20459
20460 \begin_layout Standard
20461 It is recommended that you use a protected space between the cross-reference
20462  name and its number to avoid line breaks between them.
20463  If a cross-reference refers to a non-existing label, you will see two question
20464  marks in the output instead of the reference.
20465 \end_layout
20466
20467 \begin_layout Standard
20468 You can change labels at any time by clicking on the label box.
20469  References to the changed label will automatically change its link to the
20470  new label text, so that you don't need to take care about this.
20471 \end_layout
20472
20473 \begin_layout Standard
20474 The button 
20475 \family sans
20476 Go
20477 \begin_inset space ~
20478 \end_inset
20479
20480 to
20481 \begin_inset space ~
20482 \end_inset
20483
20484 Label
20485 \family default
20486  in the cross-reference window sets the cursor before the referred label.
20487  The button text changes then to Go
20488 \begin_inset space ~
20489 \end_inset
20490
20491 Back and you can use it to set the cursor back to the cross-reference.
20492  Right-clicking on a cross-reference box also sets the cursor before the
20493  referenced label but without the possibility of going back.
20494 \end_layout
20495
20496 \begin_layout Subsection
20497 Cross-Reference Formats
20498 \begin_inset CommandInset label
20499 LatexCommand label
20500 name "sub:Cross-Reference-Formats"
20501
20502 \end_inset
20503
20504
20505 \begin_inset Index idx
20506 status collapsed
20507
20508 \begin_layout Plain Layout
20509 References ! Formats
20510 \end_layout
20511
20512 \end_inset
20513
20514
20515 \end_layout
20516
20517 \begin_layout Standard
20518 There are six varieties of cross-references:
20519 \end_layout
20520
20521 \begin_layout Description
20522 <reference>: prints the float number, this is the default: 
20523 \begin_inset CommandInset ref
20524 LatexCommand ref
20525 reference "fig:Two-distorted-images"
20526
20527 \end_inset
20528
20529
20530 \end_layout
20531
20532 \begin_layout Description
20533 (<reference>): prints the float number within two parentheses, this is the
20534  style normally used to reference formulas, especially when the reference
20535  name 
20536 \begin_inset Quotes eld
20537 \end_inset
20538
20539 Equation
20540 \begin_inset Quotes erd
20541 \end_inset
20542
20543  is omitted: 
20544 \begin_inset CommandInset ref
20545 LatexCommand eqref
20546 reference "eq:Wgn"
20547
20548 \end_inset
20549
20550
20551 \end_layout
20552
20553 \begin_layout Description
20554 <page>: prints the page number: Page
20555 \begin_inset space ~
20556 \end_inset
20557
20558
20559 \begin_inset CommandInset ref
20560 LatexCommand pageref
20561 reference "fig:Two-distorted-images"
20562
20563 \end_inset
20564
20565
20566 \end_layout
20567
20568 \begin_layout Description
20569 on
20570 \begin_inset space ~
20571 \end_inset
20572
20573 page
20574 \begin_inset space ~
20575 \end_inset
20576
20577 <page>: prints the text "on page" and the page number: 
20578 \begin_inset CommandInset ref
20579 LatexCommand vpageref
20580 reference "fig:Two-distorted-images"
20581
20582 \end_inset
20583
20584
20585 \end_layout
20586
20587 \begin_layout Description
20588 <reference>
20589 \begin_inset space ~
20590 \end_inset
20591
20592 on
20593 \begin_inset space ~
20594 \end_inset
20595
20596 page
20597 \begin_inset space ~
20598 \end_inset
20599
20600 <page>: prints the float number, the text "on page", and the page number:
20601  
20602 \begin_inset CommandInset ref
20603 LatexCommand vref
20604 reference "fig:Two-distorted-images"
20605
20606 \end_inset
20607
20608
20609 \end_layout
20610
20611 \begin_layout Description
20612 Formatted
20613 \begin_inset space ~
20614 \end_inset
20615
20616 reference: prints a self-defined cross-reference format.
20617 \begin_inset Newline newline
20618 \end_inset
20619
20620
20621 \begin_inset Note Greyedout
20622 status open
20623
20624 \begin_layout Plain Layout
20625
20626 \series bold
20627 Note:
20628 \series default
20629  This feature is only available when you have the LaTeX-package 
20630 \series bold
20631 prettyref
20632 \series default
20633  or 
20634 \series bold
20635 refstyle
20636 \series default
20637
20638 \begin_inset Index idx
20639 status collapsed
20640
20641 \begin_layout Plain Layout
20642 LaTeX-packages ! prettyref
20643 \end_layout
20644
20645 \end_inset
20646
20647
20648 \begin_inset Index idx
20649 status collapsed
20650
20651 \begin_layout Plain Layout
20652 LaTeX-packages ! refstyle
20653 \end_layout
20654
20655 \end_inset
20656
20657  installed.
20658 \end_layout
20659
20660 \end_inset
20661
20662
20663 \begin_inset Newline newline
20664 \end_inset
20665
20666 You can select which LaTeX-package should be used for this feature by setting
20667  the option 
20668 \family sans
20669 Use refstyle (not prettyref) for cross-references
20670 \family default
20671  in the menu 
20672 \family sans
20673 Document\SpecialChar \menuseparator
20674 Settings\SpecialChar \menuseparator
20675 Document Class
20676 \family default
20677 .
20678  The format is specified by adding the command 
20679 \series bold
20680
20681 \backslash
20682 newrefformat
20683 \series default
20684  (prettyref) or 
20685 \series bold
20686
20687 \backslash
20688 newref
20689 \series default
20690  (refstyle) to the preamble of the document.
20691  For example redefining all references to figures (which have the label
20692  shortcut 
20693 \begin_inset Quotes eld
20694 \end_inset
20695
20696
20697 \family sans
20698 fig
20699 \family default
20700
20701 \begin_inset Quotes erd
20702 \end_inset
20703
20704 ) can be done with this command
20705 \begin_inset Newline newline
20706 \end_inset
20707
20708
20709 \series bold
20710
20711 \backslash
20712 newref{fig}{refcmd={Image on page 
20713 \backslash
20714 pageref{#1}}}
20715 \series default
20716
20717 \begin_inset Newline newline
20718 \end_inset
20719
20720 For more information about the format, have a look at the package documentations
20721
20722 \begin_inset CommandInset citation
20723 LatexCommand cite
20724 key "prettyref,refstyle"
20725
20726 \end_inset
20727
20728 .
20729 \end_layout
20730
20731 \begin_layout Description
20732 Textual
20733 \begin_inset space ~
20734 \end_inset
20735
20736 reference: prints the caption of the reference: 
20737 \begin_inset CommandInset ref
20738 LatexCommand nameref
20739 reference "fig:Two-distorted-images"
20740
20741 \end_inset
20742
20743
20744 \end_layout
20745
20746 \begin_layout Standard
20747
20748 \family sans
20749 <page>
20750 \family default
20751  will not print the page number if the label is on the previous, the same,
20752  or the next page.
20753  You will e.
20754 \begin_inset space \thinspace{}
20755 \end_inset
20756
20757 g.
20758 \begin_inset space \space{}
20759 \end_inset
20760
20761 see the text 
20762 \begin_inset Quotes eld
20763 \end_inset
20764
20765
20766 \family sans
20767 on this page
20768 \family default
20769
20770 \begin_inset Quotes erd
20771 \end_inset
20772
20773  instead.
20774  The style 
20775 \family sans
20776 <reference> on page <page>
20777 \family default
20778  will not print anything about the page if the label is on the same page.
20779 \end_layout
20780
20781 \begin_layout Standard
20782 The number and current page of the part of the document referred to in the
20783  output is automatically calculated by LaTeX.
20784  The varieties are adjusted in the field 
20785 \family sans
20786 Format
20787 \family default
20788  of the cross-reference window that appears when you click on the cross-referenc
20789 e box.
20790 \end_layout
20791
20792 \begin_layout Standard
20793 \begin_inset Note Greyedout
20794 status open
20795
20796 \begin_layout Plain Layout
20797
20798 \series bold
20799 Note:
20800 \series default
20801  It is recommended to use the LaTeX-package 
20802 \series bold
20803 refstyle
20804 \series default
20805
20806 \begin_inset Index idx
20807 status collapsed
20808
20809 \begin_layout Plain Layout
20810 LaTeX-packages ! refstyle
20811 \end_layout
20812
20813 \end_inset
20814
20815  because 
20816 \series bold
20817 prettyref
20818 \series default
20819
20820 \begin_inset Index idx
20821 status collapsed
20822
20823 \begin_layout Plain Layout
20824 LaTeX-packages ! prettyref
20825 \end_layout
20826
20827 \end_inset
20828
20829  does not know all of LyX's possible label shortcuts
20830 \begin_inset Foot
20831 status collapsed
20832
20833 \begin_layout Plain Layout
20834 \begin_inset Quotes eld
20835 \end_inset
20836
20837 fig:
20838 \begin_inset Quotes erd
20839 \end_inset
20840
20841  is for example LyX's shortcut for labels in figure captions.
20842 \end_layout
20843
20844 \end_inset
20845
20846  and is not internationalized.
20847 \end_layout
20848
20849 \end_inset
20850
20851
20852 \end_layout
20853
20854 \begin_layout Standard
20855 \begin_inset Note Greyedout
20856 status open
20857
20858 \begin_layout Plain Layout
20859
20860 \series bold
20861 Note:
20862 \series default
20863  Due to a bug in the LaTeX-package 
20864 \series bold
20865 varioref
20866 \series default
20867  version 1.4w, some cross-reference formats will cause LaTeX errors for document
20868  languages that make the period character active (like French).
20869  For a workaround, see
20870 \begin_inset Newline newline
20871 \end_inset
20872
20873
20874 \begin_inset CommandInset href
20875 LatexCommand href
20876 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
20877
20878 \end_inset
20879
20880 .
20881 \end_layout
20882
20883 \end_inset
20884
20885
20886 \end_layout
20887
20888 \begin_layout Subsection
20889 Automatic Reference Naming
20890 \begin_inset Index idx
20891 status collapsed
20892
20893 \begin_layout Plain Layout
20894 References ! Automatic Reference Naming
20895 \end_layout
20896
20897 \end_inset
20898
20899
20900 \end_layout
20901
20902 \begin_layout Standard
20903 The LaTeX-package 
20904 \series bold
20905 hyperref
20906 \series default
20907
20908 \begin_inset Index idx
20909 status collapsed
20910
20911 \begin_layout Plain Layout
20912 LaTeX-packages ! hyperref
20913 \end_layout
20914
20915 \end_inset
20916
20917 , that is enabled in the 
20918 \family sans
20919 PDF Properties
20920 \family default
20921  of the 
20922 \family sans
20923 Document Settings
20924 \family default
20925  dialog, provides a very useful feature that cross-references automatically
20926  include the name of the referenced floats (or text parts like 
20927 \emph on
20928 section
20929 \emph default
20930 ).
20931  So you will save having to write e.
20932 \begin_inset space \thinspace{}
20933 \end_inset
20934
20935 g.
20936 \begin_inset space \space{}
20937 \end_inset
20938
20939 the name 
20940 \begin_inset Quotes eld
20941 \end_inset
20942
20943 Figure
20944 \begin_inset Quotes erd
20945 \end_inset
20946
20947  before every reference to a figure.
20948  To use this feature, enable 
20949 \series bold
20950 hyperref
20951 \series default
20952  and insert this line to the LaTeX preamble:
20953 \end_layout
20954
20955 \begin_layout Standard
20956
20957 \series bold
20958
20959 \backslash
20960 AtBeginDocument{
20961 \backslash
20962 renewcommand{
20963 \backslash
20964 ref}[1]{
20965 \backslash
20966 mbox{
20967 \backslash
20968 autoref{#1}}}}
20969 \end_layout
20970
20971 \begin_layout Standard
20972 When you prefer other reference names than the default ones, for example
20973  you want instead of 
20974 \begin_inset Quotes eld
20975 \end_inset
20976
20977 section
20978 \begin_inset Quotes erd
20979 \end_inset
20980
20981  the name 
20982 \begin_inset Quotes eld
20983 \end_inset
20984
20985 sec.
20986 \begin_inset space \thinspace{}
20987 \end_inset
20988
20989
20990 \begin_inset Quotes eld
20991 \end_inset
20992
20993 , you can redefine the name by inserting this in the preamble:
20994 \end_layout
20995
20996 \begin_layout Standard
20997
20998 \series bold
20999
21000 \backslash
21001 addto
21002 \backslash
21003 extrasenglish{
21004 \backslash
21005 renewcommand{
21006 \backslash
21007 sectionautorefname}
21008 \begin_inset Newline newline
21009 \end_inset
21010
21011
21012 \begin_inset Phantom HPhantom
21013 status open
21014
21015 \begin_layout Plain Layout
21016
21017 \series bold
21018 \begin_inset space ~
21019 \end_inset
21020
21021
21022 \end_layout
21023
21024 \end_inset
21025
21026 {sec.
21027 \backslash
21028 negthinspace}}
21029 \end_layout
21030
21031 \begin_layout Standard
21032 When you are using another document language than English, replace
21033 \begin_inset Newline newline
21034 \end_inset
21035
21036
21037 \series bold
21038
21039 \backslash
21040 extrasenglish
21041 \series default
21042  by 
21043 \series bold
21044
21045 \backslash
21046 extras***
21047 \series default
21048 , where *** is the name of the language used.
21049 \end_layout
21050
21051 \begin_layout Standard
21052 To get automatic names, but not for certain reference types, for example
21053  not for equations, use this preamble code:
21054 \end_layout
21055
21056 \begin_layout Standard
21057
21058 \series bold
21059
21060 \backslash
21061 newlength{
21062 \backslash
21063 abc}
21064 \begin_inset Newline newline
21065 \end_inset
21066
21067
21068 \backslash
21069 settowidth{
21070 \backslash
21071 abc}{
21072 \backslash
21073 space}
21074 \begin_inset Newline newline
21075 \end_inset
21076
21077
21078 \backslash
21079 addto
21080 \backslash
21081 extrasenglish{
21082 \backslash
21083 renewcommand{
21084 \backslash
21085 equationautorefname}
21086 \begin_inset Newline newline
21087 \end_inset
21088
21089
21090 \begin_inset Phantom HPhantom
21091 status open
21092
21093 \begin_layout Plain Layout
21094
21095 \series bold
21096 \begin_inset space ~
21097 \end_inset
21098
21099
21100 \end_layout
21101
21102 \end_inset
21103
21104 {
21105 \backslash
21106 hspace{-
21107 \backslash
21108 abc}}
21109 \end_layout
21110
21111 \begin_layout Standard
21112 More about this topic can be found in 
21113 \series bold
21114 hyperref
21115 \series default
21116 's documentation 
21117 \begin_inset CommandInset citation
21118 LatexCommand cite
21119 key "hyperref"
21120
21121 \end_inset
21122
21123 .
21124 \end_layout
21125
21126 \begin_layout Standard
21127 \begin_inset Note Greyedout
21128 status open
21129
21130 \begin_layout Plain Layout
21131
21132 \series bold
21133 Note:
21134 \series default
21135  Automatic reference naming cannot be used when you use cross-references
21136  in the 
21137 \family sans
21138 Formatted
21139 \begin_inset space ~
21140 \end_inset
21141
21142 reference
21143 \family default
21144  style, as described in section
21145 \begin_inset space ~
21146 \end_inset
21147
21148
21149 \begin_inset CommandInset ref
21150 LatexCommand ref
21151 reference "sub:Cross-Reference-Formats"
21152
21153 \end_inset
21154
21155 .
21156 \end_layout
21157
21158 \end_inset
21159
21160
21161 \end_layout
21162
21163 \begin_layout Standard
21164 The 
21165 \emph on
21166 Math
21167 \emph default
21168  manual is an example where automatic reference naming is used.
21169 \end_layout
21170
21171 \begin_layout Subsection
21172 Reference Position
21173 \begin_inset CommandInset label
21174 LatexCommand label
21175 name "sub:Reference-Position"
21176
21177 \end_inset
21178
21179
21180 \begin_inset Index idx
21181 status collapsed
21182
21183 \begin_layout Plain Layout
21184 References ! Reference Position
21185 \end_layout
21186
21187 \end_inset
21188
21189
21190 \end_layout
21191
21192 \begin_layout Standard
21193 If you use 
21194 \series bold
21195 hyperref
21196 \series default
21197
21198 \begin_inset Index idx
21199 status collapsed
21200
21201 \begin_layout Plain Layout
21202 LaTeX-packages ! hyperref
21203 \end_layout
21204
21205 \end_inset
21206
21207  in the 
21208 \family sans
21209 PDF Properties
21210 \family default
21211  of the 
21212 \family sans
21213 Document Settings
21214 \family default
21215  dialog to link cross-references in the output, you will see that clicking
21216  on an image float reference jumps to the image label.
21217  The caption will be the first text part on the screen, so that you cannot
21218  see the image without scrolling.
21219  This is because the reference link anchor is placed at the position of
21220  the label.
21221  With the use of the package 
21222 \series bold
21223 hypcap
21224 \series default
21225
21226 \begin_inset Index idx
21227 status collapsed
21228
21229 \begin_layout Plain Layout
21230 LaTeX-packages ! hypcap
21231 \end_layout
21232
21233 \end_inset
21234
21235 , which is part of the LaTeX-package 
21236 \series bold
21237 oberdiek
21238 \series default
21239
21240 \begin_inset Index idx
21241 status collapsed
21242
21243 \begin_layout Plain Layout
21244 LaTeX-packages ! oberdiek
21245 \end_layout
21246
21247 \end_inset
21248
21249 , the link anchor is placed at the beginning of a float.
21250  To use this feature for figure floats, load 
21251 \series bold
21252 hypcap
21253 \series default
21254  in the document preamble with the line
21255 \end_layout
21256
21257 \begin_layout Standard
21258
21259 \series bold
21260
21261 \backslash
21262 usepackage[figure]{hypcap}
21263 \end_layout
21264
21265 \begin_layout Standard
21266 You can also use 
21267 \series bold
21268 hypcap
21269 \series default
21270  for all float types but this is not recommended for stability reasons.
21271  For more information, have a look at 
21272 \series bold
21273 hypcap
21274 \series default
21275 's manual 
21276 \begin_inset CommandInset citation
21277 LatexCommand cite
21278 key "hypcap"
21279
21280 \end_inset
21281
21282 .
21283 \end_layout
21284
21285 \begin_layout Standard
21286 \begin_inset Note Greyedout
21287 status open
21288
21289 \begin_layout Plain Layout
21290
21291 \series bold
21292 Note:
21293 \series default
21294  
21295 \series bold
21296 hypcap
21297 \series default
21298  has no effect on references to subfigures.
21299 \end_layout
21300
21301 \end_inset
21302
21303
21304 \end_layout
21305
21306 \begin_layout Section
21307 Float Placement
21308 \begin_inset CommandInset label
21309 LatexCommand label
21310 name "sec:Float-Placement"
21311
21312 \end_inset
21313
21314
21315 \begin_inset Index idx
21316 status collapsed
21317
21318 \begin_layout Plain Layout
21319 Floats ! Placement
21320 \end_layout
21321
21322 \end_inset
21323
21324
21325 \end_layout
21326
21327 \begin_layout Standard
21328 Right-clicking on a float-box opens a dialog where you can alter the placement
21329  options that LaTeX uses for positioning the float.
21330 \begin_inset Newline newline
21331 \end_inset
21332
21333 The option 
21334 \family sans
21335 Span
21336 \begin_inset space ~
21337 \end_inset
21338
21339 columns
21340 \family default
21341  is only useful for two-column documents: If you select it, the float will
21342  span both columns on the page instead of being confined to just one.
21343 \begin_inset Newline newline
21344 \end_inset
21345
21346 The option 
21347 \family sans
21348 Rotate
21349 \begin_inset space ~
21350 \end_inset
21351
21352 sideways
21353 \family default
21354  is used to rotate floats, see section 
21355 \begin_inset CommandInset ref
21356 LatexCommand ref
21357 reference "sec:Rotated-Floats"
21358
21359 \end_inset
21360
21361 .
21362 \end_layout
21363
21364 \begin_layout Standard
21365 You can use one ore more of the following options in the float dialog to
21366  set the placement for a particular float when you uncheck the option 
21367 \family sans
21368 Use
21369 \begin_inset space ~
21370 \end_inset
21371
21372 default
21373 \begin_inset space ~
21374 \end_inset
21375
21376 placement
21377 \family default
21378 :
21379 \end_layout
21380
21381 \begin_layout Description
21382 Here
21383 \begin_inset space ~
21384 \end_inset
21385
21386 if
21387 \begin_inset space ~
21388 \end_inset
21389
21390 possible try to place the float on the position where it has been inserted
21391 \end_layout
21392
21393 \begin_layout Description
21394 Top
21395 \begin_inset space ~
21396 \end_inset
21397
21398 of
21399 \begin_inset space ~
21400 \end_inset
21401
21402 page try to place the float at the top of the current page
21403 \end_layout
21404
21405 \begin_layout Description
21406 Bottom
21407 \begin_inset space ~
21408 \end_inset
21409
21410 of
21411 \begin_inset space ~
21412 \end_inset
21413
21414 page try to place the float at the bottom of the current page
21415 \end_layout
21416
21417 \begin_layout Description
21418 Page
21419 \begin_inset space ~
21420 \end_inset
21421
21422 of
21423 \begin_inset space ~
21424 \end_inset
21425
21426 floats try to place the float on its own page
21427 \end_layout
21428
21429 \begin_layout Standard
21430 The order of the above option is 
21431 \emph on
21432 always
21433 \emph default
21434  used by LaTeX.
21435  That means, if you use the default placement, LaTeX will first try out
21436  
21437 \family sans
21438 Here
21439 \begin_inset space ~
21440 \end_inset
21441
21442 if
21443 \begin_inset space ~
21444 \end_inset
21445
21446 possible
21447 \family default
21448 , then 
21449 \family sans
21450 Top
21451 \begin_inset space ~
21452 \end_inset
21453
21454 of
21455 \begin_inset space ~
21456 \end_inset
21457
21458 page
21459 \family default
21460 , and then the others.
21461  If you do not use the default, LaTeX will try only the checked options
21462  but in the same order.
21463  If none of the 4
21464 \begin_inset space ~
21465 \end_inset
21466
21467 placements are possible the procedure is internally repeated but it is tried
21468  to put the float on the following page.
21469 \end_layout
21470
21471 \begin_layout Standard
21472 By default, each option has its own rules:
21473 \end_layout
21474
21475 \begin_layout Labeling
21476 \labelwidthstring 00.00.0000
21477
21478 \family sans
21479 Top
21480 \begin_inset space ~
21481 \end_inset
21482
21483 of
21484 \begin_inset space ~
21485 \end_inset
21486
21487 page
21488 \family default
21489  only floats occupying less than 70
21490 \begin_inset space \thinspace{}
21491 \end_inset
21492
21493 % of the page can be placed at the top of a page (
21494 \series bold
21495
21496 \backslash
21497 topfraction
21498 \series default
21499 )
21500 \end_layout
21501
21502 \begin_layout Labeling
21503 \labelwidthstring 00.00.0000
21504
21505 \family sans
21506 Bottom
21507 \begin_inset space ~
21508 \end_inset
21509
21510 of
21511 \begin_inset space ~
21512 \end_inset
21513
21514 page
21515 \family default
21516 : only floats occupying less than 30
21517 \begin_inset space \thinspace{}
21518 \end_inset
21519
21520 % of the page can be placed at the bottom of a page.
21521  (
21522 \series bold
21523
21524 \backslash
21525 bottomfraction
21526 \series default
21527 )
21528 \end_layout
21529
21530 \begin_layout Labeling
21531 \labelwidthstring 00.00.0000
21532
21533 \family sans
21534 Page
21535 \begin_inset space ~
21536 \end_inset
21537
21538 of
21539 \begin_inset space ~
21540 \end_inset
21541
21542 floats
21543 \family default
21544 : only if more than 50
21545 \begin_inset space \thinspace{}
21546 \end_inset
21547
21548 % of the page are occupied by floats, several floats can be set together
21549  on a page.
21550  (
21551 \series bold
21552
21553 \backslash
21554 floatpagefraction
21555 \series default
21556 )
21557 \end_layout
21558
21559 \begin_layout Standard
21560 If you don't like these rules, you can ignore them by using the additional
21561  option 
21562 \family sans
21563 Ignore
21564 \begin_inset space ~
21565 \end_inset
21566
21567 LaTeX
21568 \begin_inset space ~
21569 \end_inset
21570
21571 rules
21572 \family default
21573 .
21574 \begin_inset Newline newline
21575 \end_inset
21576
21577 You can also redefine the rules with LaTeX-commands that are given in parenthese
21578 s after the rules description above.
21579  To increase for example the often too small default of the bottom-rule
21580  to 50
21581 \begin_inset space \thinspace{}
21582 \end_inset
21583
21584 % of the page, add this line to your document preamble:
21585 \end_layout
21586
21587 \begin_layout Standard
21588
21589 \series bold
21590
21591 \backslash
21592 renewcommand{
21593 \backslash
21594 bottomfraction}{0.5}
21595 \end_layout
21596
21597 \begin_layout Standard
21598 Sometimes you might need, under all circumstances, a float to be placed
21599  exactly at the position where it is inserted.
21600  For this case you can use the option 
21601 \family sans
21602 Here
21603 \begin_inset space ~
21604 \end_inset
21605
21606 definitely
21607 \family default
21608 .
21609  Use this option very rarely and only if the document is almost ready to
21610  be printed, because the float is then no longer able to 
21611 \begin_inset Quotes eld
21612 \end_inset
21613
21614 float
21615 \begin_inset Quotes erd
21616 \end_inset
21617
21618  when you change your document and this will often destroy the page layout.
21619 \end_layout
21620
21621 \begin_layout Standard
21622 There are no placement options for text wrap floats, because they are always
21623  surrounded by the text of a certain paragraph.
21624 \begin_inset VSpace bigskip
21625 \end_inset
21626
21627
21628 \end_layout
21629
21630 \begin_layout Standard
21631 Sometimes you have the problem that a float is placed at the top of a page
21632  while its corresponding section starts at the middle of the page, so that
21633  the reader could think the float is part of the previous section.
21634  To avoid this the LaTeX-command 
21635 \series bold
21636
21637 \backslash
21638 suppressfloats
21639 \series default
21640  can be used.
21641  It suppresses a given float placement for the page where it is inserted
21642  and can therefore be used to avoid floats being set before a section starts.
21643  To get this, add these commands to your document preamble:
21644 \end_layout
21645
21646 \begin_layout Standard
21647
21648 \series bold
21649
21650 \backslash
21651 let
21652 \backslash
21653 mySection
21654 \backslash
21655 section
21656 \begin_inset Newline newline
21657 \end_inset
21658
21659
21660 \backslash
21661 renewcommand{
21662 \backslash
21663 section}{
21664 \backslash
21665 suppressfloats[t]
21666 \backslash
21667 mySection}
21668 \end_layout
21669
21670 \begin_layout Standard
21671 You can define the same for all section headings, like chapters and subsections.
21672  This definition is not recommended to be used for small text parts like
21673  subsubsections because LaTeX may then have problems finding a suitable
21674  placement.
21675 \end_layout
21676
21677 \begin_layout Standard
21678 \begin_inset VSpace bigskip
21679 \end_inset
21680
21681 In some cases it is required to have all figures/tables at the end of the
21682  document.
21683  For this purpose the LaTeX-package 
21684 \series bold
21685 endfloat
21686 \series default
21687
21688 \begin_inset Index idx
21689 status collapsed
21690
21691 \begin_layout Plain Layout
21692 LaTeX-packages ! endfloat
21693 \end_layout
21694
21695 \end_inset
21696
21697  was developed.
21698  It puts all figure and table floats at the end of the document into their
21699  own sections.
21700  At the original float position a text hint like 
21701 \begin_inset Quotes eld
21702 \end_inset
21703
21704
21705 \family sans
21706 [Figure
21707 \begin_inset space ~
21708 \end_inset
21709
21710 3.2 about here.]
21711 \family default
21712
21713 \begin_inset Quotes erd
21714 \end_inset
21715
21716  is inserted.
21717  The endfloat-package is loaded in the preamble with the line
21718 \end_layout
21719
21720 \begin_layout Standard
21721
21722 \series bold
21723
21724 \backslash
21725 usepackage[options]{endfloat}
21726 \end_layout
21727
21728 \begin_layout Standard
21729 There are various package options to format the created figure/table sections.
21730  For more information we refer to the 
21731 \series bold
21732 endfloat
21733 \series default
21734  documentation 
21735 \begin_inset CommandInset citation
21736 LatexCommand cite
21737 key "endfloat"
21738
21739 \end_inset
21740
21741 .
21742 \begin_inset Newline newline
21743 \end_inset
21744
21745
21746 \begin_inset Note Greyedout
21747 status open
21748
21749 \begin_layout Plain Layout
21750
21751 \series bold
21752 Note: endfloat
21753 \series default
21754  doesn't provide an automatic translation for the text hint, you have to
21755  do this manually, see section
21756 \begin_inset space ~
21757 \end_inset
21758
21759 4 in 
21760 \begin_inset CommandInset citation
21761 LatexCommand cite
21762 key "endfloat"
21763
21764 \end_inset
21765
21766 .
21767 \end_layout
21768
21769 \end_inset
21770
21771
21772 \begin_inset Newline newline
21773 \end_inset
21774
21775
21776 \begin_inset Note Greyedout
21777 status open
21778
21779 \begin_layout Plain Layout
21780
21781 \series bold
21782 Note:
21783 \series default
21784  There is currently a bug in 
21785 \series bold
21786 endfloat
21787 \series default
21788  when the caption contains a German 
21789 \begin_inset Quotes eld
21790 \end_inset
21791
21792 ß
21793 \begin_inset Quotes erd
21794 \end_inset
21795
21796 .
21797  Use in this case the command 
21798 \begin_inset Quotes eld
21799 \end_inset
21800
21801
21802 \series bold
21803
21804 \backslash
21805 ss
21806 \series default
21807
21808 \begin_inset Quotes erd
21809 \end_inset
21810
21811  in TeX-Code instead of 
21812 \begin_inset Quotes eld
21813 \end_inset
21814
21815 ß
21816 \begin_inset Quotes erd
21817 \end_inset
21818
21819 .
21820 \end_layout
21821
21822 \end_inset
21823
21824
21825 \end_layout
21826
21827 \begin_layout Standard
21828 \begin_inset VSpace bigskip
21829 \end_inset
21830
21831 For more details about float placements, have a look at LaTeX books, 
21832 \begin_inset CommandInset citation
21833 LatexCommand cite
21834 key "latexcompanion,latexguide,latexbook"
21835
21836 \end_inset
21837
21838 .
21839 \end_layout
21840
21841 \begin_layout Section
21842 Rotated Floats
21843 \begin_inset CommandInset label
21844 LatexCommand label
21845 name "sec:Rotated-Floats"
21846
21847 \end_inset
21848
21849
21850 \begin_inset Index idx
21851 status collapsed
21852
21853 \begin_layout Plain Layout
21854 Floats ! Rotating
21855 \end_layout
21856
21857 \end_inset
21858
21859
21860 \end_layout
21861
21862 \begin_layout Standard
21863 Especially for wide tables you might have floats rotated.
21864  To rotate a whole float including the caption, right-click on the float-box
21865  and use the option 
21866 \family sans
21867 Rotate
21868 \begin_inset space ~
21869 \end_inset
21870
21871 sideways
21872 \family default
21873 .
21874 \end_layout
21875
21876 \begin_layout Standard
21877 Rotated floats are always placed on a page of their own (or column of their
21878  own; in case you have a multi-column document).
21879  You can let them span several columns using the float settings option 
21880 \family sans
21881 Span
21882 \begin_inset space ~
21883 \end_inset
21884
21885 columns
21886 \family default
21887 .
21888  Floats are rotated so that you can read them from the outside margin.
21889  To force a certain rotation direction for all pages, you can add either
21890  the option 
21891 \series bold
21892 figuresleft
21893 \series default
21894  or 
21895 \series bold
21896 figuresright
21897 \series default
21898  to the document class options.
21899 \end_layout
21900
21901 \begin_layout Standard
21902 Referencing rotated floats is the same as for normal floats, the caption
21903  format is also the same: Table
21904 \begin_inset space ~
21905 \end_inset
21906
21907
21908 \begin_inset CommandInset ref
21909 LatexCommand ref
21910 reference "tab:Rotated-table"
21911
21912 \end_inset
21913
21914  is an example of a rotated table float.
21915 \end_layout
21916
21917 \begin_layout Standard
21918 \begin_inset Note Greyedout
21919 status open
21920
21921 \begin_layout Plain Layout
21922
21923 \series bold
21924 Note:
21925 \series default
21926  Not all DVI-viewers are able to display rotated floats.
21927 \end_layout
21928
21929 \end_inset
21930
21931
21932 \end_layout
21933
21934 \begin_layout Standard
21935 \begin_inset Float table
21936 wide false
21937 sideways true
21938 status open
21939
21940 \begin_layout Plain Layout
21941 \begin_inset Caption
21942
21943 \begin_layout Plain Layout
21944 \begin_inset CommandInset label
21945 LatexCommand label
21946 name "tab:Rotated-table"
21947
21948 \end_inset
21949
21950  Rotated table
21951 \end_layout
21952
21953 \end_inset
21954
21955
21956 \end_layout
21957
21958 \begin_layout Plain Layout
21959 \align center
21960 \begin_inset Tabular
21961 <lyxtabular version="3" rows="1" columns="5">
21962 <features tabularvalignment="middle">
21963 <column alignment="center" valignment="top" width="0">
21964 <column alignment="center" valignment="top" width="0">
21965 <column alignment="center" valignment="top" width="0">
21966 <column alignment="center" valignment="top" width="0">
21967 <column alignment="center" valignment="top" width="0">
21968 <row>
21969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21970 \begin_inset Text
21971
21972 \begin_layout Plain Layout
21973 test
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21979 \begin_inset Text
21980
21981 \begin_layout Plain Layout
21982 b
21983 \end_layout
21984
21985 \end_inset
21986 </cell>
21987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21988 \begin_inset Text
21989
21990 \begin_layout Plain Layout
21991 c
21992 \end_layout
21993
21994 \end_inset
21995 </cell>
21996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21997 \begin_inset Text
21998
21999 \begin_layout Plain Layout
22000 d
22001 \end_layout
22002
22003 \end_inset
22004 </cell>
22005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22006 \begin_inset Text
22007
22008 \begin_layout Plain Layout
22009 e
22010 \end_layout
22011
22012 \end_inset
22013 </cell>
22014 </row>
22015 </lyxtabular>
22016
22017 \end_inset
22018
22019
22020 \end_layout
22021
22022 \end_inset
22023
22024
22025 \end_layout
22026
22027 \begin_layout Section
22028 Subfloats
22029 \begin_inset Index idx
22030 status collapsed
22031
22032 \begin_layout Plain Layout
22033 Floats ! Subfloats
22034 \end_layout
22035
22036 \end_inset
22037
22038
22039 \end_layout
22040
22041 \begin_layout Standard
22042 Subfloats are for example used when a figure consists of several images.
22043  They are created by inserting a float into an existing float.
22044  The placement of the subfloats can be controlled in the same way as for
22045  paragraphs as shown in table
22046 \begin_inset space ~
22047 \end_inset
22048
22049
22050 \begin_inset CommandInset ref
22051 LatexCommand ref
22052 reference "tab:Two-subtables-side"
22053
22054 \end_inset
22055
22056  and 
22057 \begin_inset CommandInset ref
22058 LatexCommand ref
22059 reference "tab:Two-subtables-upon"
22060
22061 \end_inset
22062
22063 .
22064 \end_layout
22065
22066 \begin_layout Standard
22067 Referencing subfloats works as for normal floats: Table
22068 \begin_inset space ~
22069 \end_inset
22070
22071
22072 \begin_inset CommandInset ref
22073 LatexCommand ref
22074 reference "tab:This-is-subtable-a"
22075
22076 \end_inset
22077
22078  and 
22079 \begin_inset CommandInset ref
22080 LatexCommand ref
22081 reference "tab:This-is-subtable-b"
22082
22083 \end_inset
22084
22085  are subtables of table
22086 \begin_inset space ~
22087 \end_inset
22088
22089
22090 \begin_inset CommandInset ref
22091 LatexCommand ref
22092 reference "tab:Two-subtables-side"
22093
22094 \end_inset
22095
22096 .
22097 \end_layout
22098
22099 \begin_layout Standard
22100 \begin_inset Float table
22101 wide false
22102 sideways false
22103 status open
22104
22105 \begin_layout Plain Layout
22106 \begin_inset Caption
22107
22108 \begin_layout Plain Layout
22109 \begin_inset CommandInset label
22110 LatexCommand label
22111 name "tab:Two-subtables-side"
22112
22113 \end_inset
22114
22115 Two subtables placed side by side.
22116 \end_layout
22117
22118 \end_inset
22119
22120
22121 \end_layout
22122
22123 \begin_layout Plain Layout
22124 \align center
22125 \begin_inset space \hfill{}
22126 \end_inset
22127
22128
22129 \begin_inset Float table
22130 wide false
22131 sideways false
22132 status collapsed
22133
22134 \begin_layout Plain Layout
22135 \begin_inset Caption
22136
22137 \begin_layout Plain Layout
22138 \begin_inset CommandInset label
22139 LatexCommand label
22140 name "tab:This-is-subtable-a"
22141
22142 \end_inset
22143
22144 This is subtable a.
22145 \end_layout
22146
22147 \end_inset
22148
22149
22150 \end_layout
22151
22152 \begin_layout Plain Layout
22153 \align center
22154 \begin_inset Tabular
22155 <lyxtabular version="3" rows="1" columns="5">
22156 <features tabularvalignment="middle">
22157 <column alignment="center" valignment="top" width="0">
22158 <column alignment="center" valignment="top" width="0">
22159 <column alignment="center" valignment="top" width="0">
22160 <column alignment="center" valignment="top" width="0">
22161 <column alignment="center" valignment="top" width="0">
22162 <row>
22163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22164 \begin_inset Text
22165
22166 \begin_layout Plain Layout
22167 test
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22173 \begin_inset Text
22174
22175 \begin_layout Plain Layout
22176 b
22177 \end_layout
22178
22179 \end_inset
22180 </cell>
22181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22182 \begin_inset Text
22183
22184 \begin_layout Plain Layout
22185 c
22186 \end_layout
22187
22188 \end_inset
22189 </cell>
22190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22191 \begin_inset Text
22192
22193 \begin_layout Plain Layout
22194 d
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22200 \begin_inset Text
22201
22202 \begin_layout Plain Layout
22203 e
22204 \end_layout
22205
22206 \end_inset
22207 </cell>
22208 </row>
22209 </lyxtabular>
22210
22211 \end_inset
22212
22213
22214 \end_layout
22215
22216 \end_inset
22217
22218
22219 \begin_inset space \hfill{}
22220 \end_inset
22221
22222
22223 \begin_inset Float table
22224 wide false
22225 sideways false
22226 status collapsed
22227
22228 \begin_layout Plain Layout
22229 \begin_inset Caption
22230
22231 \begin_layout Plain Layout
22232 \begin_inset CommandInset label
22233 LatexCommand label
22234 name "tab:This-is-subtable-b"
22235
22236 \end_inset
22237
22238 This is subtable b.
22239 \end_layout
22240
22241 \end_inset
22242
22243
22244 \end_layout
22245
22246 \begin_layout Plain Layout
22247 \align center
22248 \begin_inset Tabular
22249 <lyxtabular version="3" rows="1" columns="5">
22250 <features tabularvalignment="middle">
22251 <column alignment="center" valignment="top" width="0">
22252 <column alignment="center" valignment="top" width="0">
22253 <column alignment="center" valignment="top" width="0">
22254 <column alignment="center" valignment="top" width="0">
22255 <column alignment="center" valignment="top" width="0">
22256 <row>
22257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Plain Layout
22261 e
22262 \end_layout
22263
22264 \end_inset
22265 </cell>
22266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22267 \begin_inset Text
22268
22269 \begin_layout Plain Layout
22270 d
22271 \end_layout
22272
22273 \end_inset
22274 </cell>
22275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22276 \begin_inset Text
22277
22278 \begin_layout Plain Layout
22279 c
22280 \end_layout
22281
22282 \end_inset
22283 </cell>
22284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22285 \begin_inset Text
22286
22287 \begin_layout Plain Layout
22288 b
22289 \end_layout
22290
22291 \end_inset
22292 </cell>
22293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22294 \begin_inset Text
22295
22296 \begin_layout Plain Layout
22297 test
22298 \end_layout
22299
22300 \end_inset
22301 </cell>
22302 </row>
22303 </lyxtabular>
22304
22305 \end_inset
22306
22307
22308 \end_layout
22309
22310 \end_inset
22311
22312
22313 \begin_inset space \hfill{}
22314 \end_inset
22315
22316
22317 \end_layout
22318
22319 \end_inset
22320
22321
22322 \end_layout
22323
22324 \begin_layout Standard
22325 \begin_inset Float table
22326 wide false
22327 sideways false
22328 status open
22329
22330 \begin_layout Plain Layout
22331 \begin_inset Caption
22332
22333 \begin_layout Plain Layout
22334 \begin_inset CommandInset label
22335 LatexCommand label
22336 name "tab:Two-subtables-upon"
22337
22338 \end_inset
22339
22340 Two subtables placed one above the other.
22341  (a) table with 4 cells, (b) table with 5 cells.
22342 \end_layout
22343
22344 \end_inset
22345
22346
22347 \end_layout
22348
22349 \begin_layout Plain Layout
22350 \align center
22351 \begin_inset Float table
22352 wide false
22353 sideways false
22354 status collapsed
22355
22356 \begin_layout Plain Layout
22357 \begin_inset Caption
22358
22359 \begin_layout Plain Layout
22360
22361 \end_layout
22362
22363 \end_inset
22364
22365
22366 \end_layout
22367
22368 \begin_layout Plain Layout
22369 \align center
22370 \begin_inset Tabular
22371 <lyxtabular version="3" rows="1" columns="4">
22372 <features tabularvalignment="middle">
22373 <column alignment="center" valignment="top" width="0">
22374 <column alignment="center" valignment="top" width="0">
22375 <column alignment="center" valignment="top" width="0">
22376 <column alignment="center" valignment="top" width="0">
22377 <row>
22378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22379 \begin_inset Text
22380
22381 \begin_layout Plain Layout
22382 test
22383 \end_layout
22384
22385 \end_inset
22386 </cell>
22387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22388 \begin_inset Text
22389
22390 \begin_layout Plain Layout
22391 test
22392 \end_layout
22393
22394 \end_inset
22395 </cell>
22396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22397 \begin_inset Text
22398
22399 \begin_layout Plain Layout
22400 test
22401 \end_layout
22402
22403 \end_inset
22404 </cell>
22405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22406 \begin_inset Text
22407
22408 \begin_layout Plain Layout
22409 test
22410 \end_layout
22411
22412 \end_inset
22413 </cell>
22414 </row>
22415 </lyxtabular>
22416
22417 \end_inset
22418
22419
22420 \end_layout
22421
22422 \end_inset
22423
22424
22425 \end_layout
22426
22427 \begin_layout Plain Layout
22428 \align center
22429 \begin_inset Float table
22430 wide false
22431 sideways false
22432 status collapsed
22433
22434 \begin_layout Plain Layout
22435 \begin_inset Caption
22436
22437 \begin_layout Plain Layout
22438
22439 \end_layout
22440
22441 \end_inset
22442
22443
22444 \end_layout
22445
22446 \begin_layout Plain Layout
22447 \align center
22448 \begin_inset Tabular
22449 <lyxtabular version="3" rows="1" columns="5">
22450 <features tabularvalignment="middle">
22451 <column alignment="center" valignment="top" width="0">
22452 <column alignment="center" valignment="top" width="0">
22453 <column alignment="center" valignment="top" width="0">
22454 <column alignment="center" valignment="top" width="0">
22455 <column alignment="center" valignment="top" width="0">
22456 <row>
22457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22458 \begin_inset Text
22459
22460 \begin_layout Plain Layout
22461 a
22462 \end_layout
22463
22464 \end_inset
22465 </cell>
22466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22467 \begin_inset Text
22468
22469 \begin_layout Plain Layout
22470 b
22471 \end_layout
22472
22473 \end_inset
22474 </cell>
22475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22476 \begin_inset Text
22477
22478 \begin_layout Plain Layout
22479 c
22480 \end_layout
22481
22482 \end_inset
22483 </cell>
22484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22485 \begin_inset Text
22486
22487 \begin_layout Plain Layout
22488 d
22489 \end_layout
22490
22491 \end_inset
22492 </cell>
22493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22494 \begin_inset Text
22495
22496 \begin_layout Plain Layout
22497 e
22498 \end_layout
22499
22500 \end_inset
22501 </cell>
22502 </row>
22503 </lyxtabular>
22504
22505 \end_inset
22506
22507
22508 \end_layout
22509
22510 \end_inset
22511
22512
22513 \end_layout
22514
22515 \end_inset
22516
22517
22518 \end_layout
22519
22520 \begin_layout Section
22521 Floats Side by Side
22522 \begin_inset Index idx
22523 status collapsed
22524
22525 \begin_layout Plain Layout
22526 Floats ! Side by side
22527 \end_layout
22528
22529 \end_inset
22530
22531
22532 \end_layout
22533
22534 \begin_layout Standard
22535 To place floats side by side, as in Figures
22536 \begin_inset space ~
22537 \end_inset
22538
22539
22540 \begin_inset CommandInset ref
22541 LatexCommand ref
22542 reference "fig:Float-left"
22543
22544 \end_inset
22545
22546  and 
22547 \begin_inset CommandInset ref
22548 LatexCommand ref
22549 reference "fig:Float-right"
22550
22551 \end_inset
22552
22553 , only 
22554 \emph on
22555 one
22556 \emph default
22557  float is used.
22558  In it two minipage boxes are inserted.
22559 \begin_inset Foot
22560 status collapsed
22561
22562 \begin_layout Plain Layout
22563 Minipages are explained in section
22564 \begin_inset space ~
22565 \end_inset
22566
22567
22568 \begin_inset CommandInset ref
22569 LatexCommand ref
22570 reference "sec:Minipages"
22571
22572 \end_inset
22573
22574 .
22575 \end_layout
22576
22577 \end_inset
22578
22579  The width is set to 45
22580 \begin_inset space \thinspace{}
22581 \end_inset
22582
22583 -50
22584 \begin_inset space \thinspace{}
22585 \end_inset
22586
22587 column% and the box alignment to 
22588 \family sans
22589 Bottom
22590 \family default
22591  for each minipage.
22592  The minipage boxes contain the image and the caption in the same way as
22593  they are in a float.
22594  The only difference is that the image unit 
22595 \family sans
22596 Column
22597 \begin_inset space ~
22598 \end_inset
22599
22600 Width
22601 \begin_inset space ~
22602 \end_inset
22603
22604 %
22605 \family default
22606  is now calculated according to the width of the minipage boxes.
22607 \end_layout
22608
22609 \begin_layout Standard
22610 \begin_inset Float figure
22611 wide false
22612 sideways false
22613 status open
22614
22615 \begin_layout Plain Layout
22616 \begin_inset Box Frameless
22617 position "b"
22618 hor_pos "c"
22619 has_inner_box 1
22620 inner_pos "t"
22621 use_parbox 0
22622 use_makebox 0
22623 width "45col%"
22624 special "none"
22625 height "1in"
22626 height_special "totalheight"
22627 status open
22628
22629 \begin_layout Plain Layout
22630 \align center
22631 \begin_inset Graphics
22632         filename clipart/mobius.eps
22633         lyxscale 50
22634         width 100col%
22635         scaleBeforeRotation
22636
22637 \end_inset
22638
22639
22640 \end_layout
22641
22642 \begin_layout Plain Layout
22643 \begin_inset Caption
22644
22645 \begin_layout Plain Layout
22646 \begin_inset CommandInset label
22647 LatexCommand label
22648 name "fig:Float-left"
22649
22650 \end_inset
22651
22652 Float on the left side.
22653 \end_layout
22654
22655 \end_inset
22656
22657
22658 \end_layout
22659
22660 \end_inset
22661
22662
22663 \begin_inset space \hfill{}
22664 \end_inset
22665
22666
22667 \begin_inset Box Frameless
22668 position "b"
22669 hor_pos "c"
22670 has_inner_box 1
22671 inner_pos "t"
22672 use_parbox 0
22673 use_makebox 0
22674 width "45col%"
22675 special "none"
22676 height "1in"
22677 height_special "totalheight"
22678 status open
22679
22680 \begin_layout Plain Layout
22681 \align center
22682 \begin_inset Graphics
22683         filename clipart/platypus.eps
22684         lyxscale 50
22685         width 100col%
22686         scaleBeforeRotation
22687
22688 \end_inset
22689
22690
22691 \end_layout
22692
22693 \begin_layout Plain Layout
22694 \begin_inset Caption
22695
22696 \begin_layout Plain Layout
22697 \begin_inset CommandInset label
22698 LatexCommand label
22699 name "fig:Float-right"
22700
22701 \end_inset
22702
22703 Float on the right side.
22704 \end_layout
22705
22706 \end_inset
22707
22708
22709 \end_layout
22710
22711 \end_inset
22712
22713
22714 \end_layout
22715
22716 \begin_layout Plain Layout
22717
22718 \end_layout
22719
22720 \end_inset
22721
22722
22723 \end_layout
22724
22725 \begin_layout Section
22726 Caption Formatting
22727 \begin_inset Index idx
22728 status collapsed
22729
22730 \begin_layout Plain Layout
22731 Caption ! Formatting
22732 \end_layout
22733
22734 \end_inset
22735
22736
22737 \begin_inset Index idx
22738 status collapsed
22739
22740 \begin_layout Plain Layout
22741 Floats ! Caption Formatting
22742 \end_layout
22743
22744 \end_inset
22745
22746
22747 \begin_inset CommandInset label
22748 LatexCommand label
22749 name "sec:Caption-Formatting"
22750
22751 \end_inset
22752
22753
22754 \end_layout
22755
22756 \begin_layout Standard
22757 The 
22758 \family sans
22759 Caption
22760 \family default
22761  environment is the default paragraph environment for 
22762 \family sans
22763 Floats
22764 \family default
22765 .
22766  On the LyX screen captions appear as label, e.
22767 \begin_inset space \thinspace{}
22768 \end_inset
22769
22770 g.
22771 \begin_inset space \space{}
22772 \end_inset
22773
22774
22775 \begin_inset Quotes eld
22776 \end_inset
22777
22778
22779 \family sans
22780 Figure #:
22781 \family default
22782
22783 \begin_inset Quotes erd
22784 \end_inset
22785
22786  followed by the caption text.
22787  
22788 \begin_inset Quotes eld
22789 \end_inset
22790
22791 #
22792 \begin_inset Quotes erd
22793 \end_inset
22794
22795  is the actual reference number.
22796  By default the label and the number are in the same font as the caption
22797  text and a colon follows the number to divide the label from the text.
22798  This caption format is not suitable for all document formats.
22799  
22800 \end_layout
22801
22802 \begin_layout Standard
22803 To change the default caption format, load the LaTeX-package 
22804 \series bold
22805 caption
22806 \series default
22807
22808 \begin_inset Index idx
22809 status collapsed
22810
22811 \begin_layout Plain Layout
22812 LaTeX-packages ! caption
22813 \end_layout
22814
22815 \end_inset
22816
22817  in the document preamble with this line:
22818 \end_layout
22819
22820 \begin_layout Standard
22821
22822 \series bold
22823
22824 \backslash
22825 usepackage[format definition]{caption}
22826 \end_layout
22827
22828 \begin_layout Standard
22829 To have for example the label and the number in sans-serif bold font and
22830  the table captions always above the table as in this document, use the
22831  following command:
22832 \end_layout
22833
22834 \begin_layout Standard
22835
22836 \series bold
22837
22838 \backslash
22839 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22840 \end_layout
22841
22842 \begin_layout Standard
22843 You can also define different caption formats for the different float types.
22844  In this case load the 
22845 \series bold
22846 caption
22847 \series default
22848  package without format specific options and define the different formats
22849  with the help of the command
22850 \end_layout
22851
22852 \begin_layout Standard
22853
22854 \series bold
22855
22856 \backslash
22857 captionsetup[float type]{format definition}
22858 \end_layout
22859
22860 \begin_layout Standard
22861 in the document preamble.
22862  For example the caption formats of Figure
22863 \begin_inset space ~
22864 \end_inset
22865
22866
22867 \begin_inset CommandInset ref
22868 LatexCommand ref
22869 reference "fig:This-is-an-fig"
22870
22871 \end_inset
22872
22873  and Table
22874 \begin_inset space ~
22875 \end_inset
22876
22877
22878 \begin_inset CommandInset ref
22879 LatexCommand ref
22880 reference "tab:This-is-an-tab"
22881
22882 \end_inset
22883
22884  can be created using these commands in the document preamble:
22885 \end_layout
22886
22887 \begin_layout Standard
22888
22889 \series bold
22890
22891 \backslash
22892 usepackage[tableposition=top]{caption}
22893 \series default
22894
22895 \begin_inset Newline newline
22896 \end_inset
22897
22898
22899 \series bold
22900
22901 \backslash
22902 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22903 \begin_inset Newline newline
22904 \end_inset
22905
22906
22907 \begin_inset Phantom HPhantom
22908 status open
22909
22910 \begin_layout Plain Layout
22911
22912 \series bold
22913
22914 \backslash
22915 captionsetup[figure]{
22916 \end_layout
22917
22918 \end_inset
22919
22920 labelsep=period}
22921 \begin_inset Newline newline
22922 \end_inset
22923
22924
22925 \backslash
22926 captionsetup[table]{labelfont={bf,sf}}
22927 \end_layout
22928
22929 \begin_layout Standard
22930 \begin_inset Note Greyedout
22931 status open
22932
22933 \begin_layout Plain Layout
22934
22935 \series bold
22936 Note:
22937 \series default
22938  The option 
22939 \series bold
22940 tableposition=top
22941 \series default
22942  has no effect when a 
22943 \series bold
22944 KOMA-Script
22945 \series default
22946
22947 \begin_inset Index idx
22948 status collapsed
22949
22950 \begin_layout Plain Layout
22951 LaTeX-packages ! KOMA-Script
22952 \end_layout
22953
22954 \end_inset
22955
22956  document class is used.
22957  In this case the document class option 
22958 \series bold
22959 captions=tableheading
22960 \series default
22961  must be used.
22962 \end_layout
22963
22964 \end_inset
22965
22966
22967 \end_layout
22968
22969 \begin_layout Standard
22970 For more information about the package 
22971 \series bold
22972 caption
22973 \series default
22974  we refer to its documentation 
22975 \begin_inset CommandInset citation
22976 LatexCommand cite
22977 key "caption"
22978
22979 \end_inset
22980
22981 .
22982 \end_layout
22983
22984 \begin_layout Standard
22985 To change the label name from e.
22986 \begin_inset space \thinspace{}
22987 \end_inset
22988
22989 g.
22990 \begin_inset space \space{}
22991 \end_inset
22992
22993
22994 \begin_inset Quotes eld
22995 \end_inset
22996
22997 Figure
22998 \begin_inset Quotes erd
22999 \end_inset
23000
23001  to 
23002 \begin_inset Quotes eld
23003 \end_inset
23004
23005 Image
23006 \begin_inset Quotes erd
23007 \end_inset
23008
23009  use this preamble command:
23010 \end_layout
23011
23012 \begin_layout Standard
23013
23014 \series bold
23015
23016 \backslash
23017 renewcommand{
23018 \backslash
23019 fnum@figure}{Image~
23020 \backslash
23021 thefigure}
23022 \end_layout
23023
23024 \begin_layout Standard
23025 where 
23026 \series bold
23027
23028 \backslash
23029 thefigure
23030 \series default
23031  inserts the figure number and
23032 \series bold
23033  
23034 \begin_inset Quotes eld
23035 \end_inset
23036
23037 ~
23038 \series default
23039
23040 \begin_inset Quotes erd
23041 \end_inset
23042
23043  creates a protected space.
23044 \end_layout
23045
23046 \begin_layout Standard
23047 \begin_inset VSpace bigskip
23048 \end_inset
23049
23050 If you are using a 
23051 \series bold
23052 KOMA-Script
23053 \series default
23054
23055 \begin_inset Index idx
23056 status collapsed
23057
23058 \begin_layout Plain Layout
23059 LaTeX-packages ! KOMA-Script
23060 \end_layout
23061
23062 \end_inset
23063
23064  document class (
23065 \family sans
23066 article (KOMA-Script)
23067 \family default
23068
23069 \family sans
23070 book (KOMA-Script)
23071 \family default
23072
23073 \family sans
23074 letter (KOMA-Script)
23075 \family default
23076 , or 
23077 \family sans
23078 report (KOMA-Script)
23079 \family default
23080
23081 \begin_inset space \thinspace{}
23082 \end_inset
23083
23084 ), you can alternatively to the 
23085 \series bold
23086 caption
23087 \series default
23088  package use 
23089 \series bold
23090 KOMA-Script
23091 \series default
23092 's built-in command 
23093 \series bold
23094
23095 \backslash
23096 setkomafont
23097 \series default
23098 .
23099  For example, to have the caption label in bold, add this command to your
23100  document preamble:
23101 \end_layout
23102
23103 \begin_layout Standard
23104
23105 \series bold
23106
23107 \backslash
23108 setkomafont{captionlabel}{
23109 \backslash
23110 bfseries}
23111 \end_layout
23112
23113 \begin_layout Standard
23114 For more information about 
23115 \series bold
23116
23117 \backslash
23118 setkomafont
23119 \series default
23120  we refer to the 
23121 \series bold
23122 KOMA-Script
23123 \series default
23124  documentation 
23125 \begin_inset CommandInset citation
23126 LatexCommand cite
23127 key "KOMA-Script"
23128
23129 \end_inset
23130
23131 .
23132 \end_layout
23133
23134 \begin_layout Standard
23135 \begin_inset ERT
23136 status collapsed
23137
23138 \begin_layout Plain Layout
23139
23140
23141 \backslash
23142 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23143 }
23144 \end_layout
23145
23146 \end_inset
23147
23148
23149 \begin_inset Note Note
23150 status open
23151
23152 \begin_layout Plain Layout
23153 The caption format is changed only for this example.
23154 \end_layout
23155
23156 \end_inset
23157
23158
23159 \end_layout
23160
23161 \begin_layout Standard
23162 \begin_inset Float figure
23163 placement !p
23164 wide false
23165 sideways false
23166 status open
23167
23168 \begin_layout Plain Layout
23169 \align center
23170 \begin_inset Graphics
23171         filename clipart/mobius.eps
23172         lyxscale 50
23173         scale 50
23174         scaleBeforeRotation
23175
23176 \end_inset
23177
23178
23179 \end_layout
23180
23181 \begin_layout Plain Layout
23182 \begin_inset Caption
23183
23184 \begin_layout Plain Layout
23185 \begin_inset CommandInset label
23186 LatexCommand label
23187 name "fig:This-is-an-fig"
23188
23189 \end_inset
23190
23191 This is an example figure caption that is longer than one line to show the
23192  different caption format.
23193  Here a self-defined caption format is used.
23194 \end_layout
23195
23196 \end_inset
23197
23198
23199 \end_layout
23200
23201 \end_inset
23202
23203
23204 \end_layout
23205
23206 \begin_layout Standard
23207 \begin_inset ERT
23208 status collapsed
23209
23210 \begin_layout Plain Layout
23211
23212
23213 \backslash
23214 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23215 on}
23216 \end_layout
23217
23218 \end_inset
23219
23220
23221 \end_layout
23222
23223 \begin_layout Standard
23224 \begin_inset Float table
23225 placement !p
23226 wide false
23227 sideways false
23228 status open
23229
23230 \begin_layout Plain Layout
23231 \begin_inset Caption
23232
23233 \begin_layout Plain Layout
23234 \begin_inset CommandInset label
23235 LatexCommand label
23236 name "tab:This-is-an-tab"
23237
23238 \end_inset
23239
23240 This is an example table caption that is longer than one line to show the
23241  different caption format.
23242  Here the standard caption format for tables in this document is used.
23243 \end_layout
23244
23245 \end_inset
23246
23247
23248 \end_layout
23249
23250 \begin_layout Plain Layout
23251 \align center
23252 \begin_inset Tabular
23253 <lyxtabular version="3" rows="1" columns="5">
23254 <features tabularvalignment="middle">
23255 <column alignment="center" valignment="top" width="0">
23256 <column alignment="center" valignment="top" width="0">
23257 <column alignment="center" valignment="top" width="0">
23258 <column alignment="center" valignment="top" width="0">
23259 <column alignment="center" valignment="top" width="0">
23260 <row>
23261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23262 \begin_inset Text
23263
23264 \begin_layout Plain Layout
23265 a
23266 \end_layout
23267
23268 \end_inset
23269 </cell>
23270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23271 \begin_inset Text
23272
23273 \begin_layout Plain Layout
23274 b
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23280 \begin_inset Text
23281
23282 \begin_layout Plain Layout
23283 c
23284 \end_layout
23285
23286 \end_inset
23287 </cell>
23288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23289 \begin_inset Text
23290
23291 \begin_layout Plain Layout
23292 d
23293 \end_layout
23294
23295 \end_inset
23296 </cell>
23297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23298 \begin_inset Text
23299
23300 \begin_layout Plain Layout
23301 e
23302 \end_layout
23303
23304 \end_inset
23305 </cell>
23306 </row>
23307 </lyxtabular>
23308
23309 \end_inset
23310
23311
23312 \end_layout
23313
23314 \end_inset
23315
23316
23317 \end_layout
23318
23319 \begin_layout Section
23320 Caption Placement
23321 \begin_inset Index idx
23322 status collapsed
23323
23324 \begin_layout Plain Layout
23325 Caption ! Placement
23326 \end_layout
23327
23328 \end_inset
23329
23330
23331 \begin_inset Index idx
23332 status collapsed
23333
23334 \begin_layout Plain Layout
23335 Floats ! Caption Placement
23336 \end_layout
23337
23338 \end_inset
23339
23340
23341 \begin_inset CommandInset label
23342 LatexCommand label
23343 name "sec:Caption-Placement"
23344
23345 \end_inset
23346
23347
23348 \end_layout
23349
23350 \begin_layout Standard
23351 The common caption placement rule is:
23352 \end_layout
23353
23354 \begin_layout Description
23355 Figure: Caption is set below the figure
23356 \end_layout
23357
23358 \begin_layout Description
23359 Table: Caption is set above the table
23360 \end_layout
23361
23362 \begin_layout Standard
23363 Having the caption above the table is unfortunately not supported in LaTeX's
23364  standard classes.
23365  That means if you are using the document classes 
23366 \family sans
23367 article
23368 \family default
23369
23370 \family sans
23371 book
23372 \family default
23373
23374 \family sans
23375 letter
23376 \family default
23377 , or 
23378 \family sans
23379 report
23380 \family default
23381  there will be no space between the caption and the table.
23382  To insert the necessary space, add the following option to the load command
23383  of the LaTeX-package 
23384 \series bold
23385 caption
23386 \series default
23387  in your document preamble
23388 \begin_inset Foot
23389 status collapsed
23390
23391 \begin_layout Plain Layout
23392 See section
23393 \begin_inset space ~
23394 \end_inset
23395
23396
23397 \begin_inset CommandInset ref
23398 LatexCommand ref
23399 reference "sec:Caption-Formatting"
23400
23401 \end_inset
23402
23403  for more information of the package 
23404 \series bold
23405 caption
23406 \series default
23407 .
23408 \end_layout
23409
23410 \end_inset
23411
23412 :
23413 \end_layout
23414
23415 \begin_layout Standard
23416
23417 \series bold
23418 tableposition=top
23419 \end_layout
23420
23421 \begin_layout Standard
23422 If you are using a 
23423 \series bold
23424 KOMA-Script
23425 \series default
23426
23427 \begin_inset Index idx
23428 status collapsed
23429
23430 \begin_layout Plain Layout
23431 LaTeX-packages ! KOMA-Script
23432 \end_layout
23433
23434 \end_inset
23435
23436  document class (
23437 \family sans
23438 article (KOMA-Script)
23439 \family default
23440
23441 \family sans
23442 book (KOMA-Script)
23443 \family default
23444
23445 \family sans
23446 letter (KOMA-Script)
23447 \family default
23448 , or 
23449 \family sans
23450 report (KOMA-Script)
23451 \family default
23452
23453 \begin_inset space \thinspace{}
23454 \end_inset
23455
23456 ), you can alternatively to the 
23457 \series bold
23458 caption
23459 \series default
23460  package set the document class option 
23461 \series bold
23462 captions=tableheading
23463 \series default
23464 .
23465 \end_layout
23466
23467 \begin_layout Standard
23468 \begin_inset VSpace bigskip
23469 \end_inset
23470
23471 It is also possible to set the caption beside a figure or table.
23472  To get this the LaTeX-package 
23473 \series bold
23474 sidecap
23475 \series default
23476
23477 \begin_inset Index idx
23478 status collapsed
23479
23480 \begin_layout Plain Layout
23481 LaTeX-packages ! sidecap
23482 \end_layout
23483
23484 \end_inset
23485
23486  has to be loaded in the document preamble with the line
23487 \end_layout
23488
23489 \begin_layout Standard
23490
23491 \series bold
23492
23493 \backslash
23494 usepackage[option]{sidecap}
23495 \end_layout
23496
23497 \begin_layout Standard
23498 If you set no option, the caption is placed on the side of the outer page
23499  margin â€“ to the right on odd pages, to the left on even pages.
23500  You can change the placement to inner margin with the option 
23501 \series bold
23502 innercaption
23503 \series default
23504 .
23505  To force the placement always to the right or left, use the option 
23506 \series bold
23507 rightcaption
23508 \series default
23509  or 
23510 \series bold
23511 leftcaption
23512 \series default
23513 , respectively.
23514 \end_layout
23515
23516 \begin_layout Standard
23517 \begin_inset ERT
23518 status collapsed
23519
23520 \begin_layout Plain Layout
23521
23522
23523 \backslash
23524 ifsidecap
23525 \end_layout
23526
23527 \end_inset
23528
23529
23530 \begin_inset Note Note
23531 status open
23532
23533 \begin_layout Plain Layout
23534 The following section will only be displayed when the LaTeX-package 
23535 \series bold
23536 sidecap
23537 \series default
23538  is installed.
23539 \end_layout
23540
23541 \end_inset
23542
23543
23544 \end_layout
23545
23546 \begin_layout Standard
23547 To place in LyX the caption of a float on the side, it is necessary to add
23548  these commands to the document preamble:
23549 \end_layout
23550
23551 \begin_layout Standard
23552 \begin_inset Newpage pagebreak
23553 \end_inset
23554
23555
23556 \end_layout
23557
23558 \begin_layout Standard
23559 \noindent
23560 \begin_inset CommandInset line
23561 LatexCommand rule
23562 offset "0.5ex"
23563 width "100line%"
23564 height "1pt"
23565
23566 \end_inset
23567
23568
23569 \end_layout
23570
23571 \begin_layout Standard
23572
23573 \series bold
23574
23575 \backslash
23576 newcommand{
23577 \backslash
23578 TabBesBeg}[1][1.0]{%
23579 \begin_inset Newline newline
23580 \end_inset
23581
23582
23583 \begin_inset Phantom HPhantom
23584 status open
23585
23586 \begin_layout Plain Layout
23587 \begin_inset space ~
23588 \end_inset
23589
23590
23591 \end_layout
23592
23593 \end_inset
23594
23595
23596 \backslash
23597 let
23598 \backslash
23599 MyTable
23600 \backslash
23601 table
23602 \begin_inset Newline newline
23603 \end_inset
23604
23605
23606 \begin_inset Phantom HPhantom
23607 status open
23608
23609 \begin_layout Plain Layout
23610
23611 \series medium
23612 \begin_inset space ~
23613 \end_inset
23614
23615
23616 \end_layout
23617
23618 \end_inset
23619
23620
23621 \backslash
23622 let
23623 \backslash
23624 MyEndtable
23625 \backslash
23626 endtable
23627 \begin_inset Newline newline
23628 \end_inset
23629
23630
23631 \begin_inset Phantom HPhantom
23632 status open
23633
23634 \begin_layout Plain Layout
23635
23636 \series medium
23637 \begin_inset space ~
23638 \end_inset
23639
23640
23641 \end_layout
23642
23643 \end_inset
23644
23645
23646 \backslash
23647 renewenvironment{table}[1]{
23648 \backslash
23649 begin{SCtable}[#1]##1}{
23650 \backslash
23651 end{SCtable}}}
23652 \end_layout
23653
23654 \begin_layout Standard
23655
23656 \series bold
23657
23658 \backslash
23659 newcommand{
23660 \backslash
23661 TabBesEnd}{%
23662 \begin_inset Newline newline
23663 \end_inset
23664
23665
23666 \begin_inset Phantom HPhantom
23667 status open
23668
23669 \begin_layout Plain Layout
23670 \begin_inset space ~
23671 \end_inset
23672
23673
23674 \end_layout
23675
23676 \end_inset
23677
23678
23679 \backslash
23680 let
23681 \backslash
23682 table
23683 \backslash
23684 MyTable
23685 \begin_inset Newline newline
23686 \end_inset
23687
23688
23689 \begin_inset Phantom HPhantom
23690 status open
23691
23692 \begin_layout Plain Layout
23693 \begin_inset space ~
23694 \end_inset
23695
23696
23697 \end_layout
23698
23699 \end_inset
23700
23701
23702 \backslash
23703 let
23704 \backslash
23705 endtable
23706 \backslash
23707 MyEndtable
23708 \end_layout
23709
23710 \begin_layout Standard
23711
23712 \series bold
23713
23714 \backslash
23715 newcommand{
23716 \backslash
23717 FigBesBeg}[1][1.0]{%
23718 \begin_inset Newline newline
23719 \end_inset
23720
23721
23722 \begin_inset Phantom HPhantom
23723 status open
23724
23725 \begin_layout Plain Layout
23726 \begin_inset space ~
23727 \end_inset
23728
23729
23730 \end_layout
23731
23732 \end_inset
23733
23734
23735 \backslash
23736 let
23737 \backslash
23738 MyFigure
23739 \backslash
23740 figure
23741 \begin_inset Newline newline
23742 \end_inset
23743
23744
23745 \begin_inset Phantom HPhantom
23746 status open
23747
23748 \begin_layout Plain Layout
23749 \begin_inset space ~
23750 \end_inset
23751
23752
23753 \end_layout
23754
23755 \end_inset
23756
23757
23758 \backslash
23759 let
23760 \backslash
23761 MyEndfigure
23762 \backslash
23763 endfigure
23764 \begin_inset Newline newline
23765 \end_inset
23766
23767
23768 \begin_inset Phantom HPhantom
23769 status open
23770
23771 \begin_layout Plain Layout
23772 \begin_inset space ~
23773 \end_inset
23774
23775
23776 \end_layout
23777
23778 \end_inset
23779
23780
23781 \backslash
23782 renewenvironment{figure}[1]{
23783 \backslash
23784 begin{SCfigure}[#1]##1}{
23785 \backslash
23786 end{SCfigure}}}
23787 \end_layout
23788
23789 \begin_layout Standard
23790
23791 \series bold
23792
23793 \backslash
23794 newcommand{
23795 \backslash
23796 FigBesEnd}{%
23797 \begin_inset Newline newline
23798 \end_inset
23799
23800
23801 \begin_inset Phantom HPhantom
23802 status open
23803
23804 \begin_layout Plain Layout
23805 \begin_inset space ~
23806 \end_inset
23807
23808
23809 \end_layout
23810
23811 \end_inset
23812
23813
23814 \backslash
23815 let
23816 \backslash
23817 figure
23818 \backslash
23819 MyFigure
23820 \begin_inset Newline newline
23821 \end_inset
23822
23823
23824 \begin_inset Phantom HPhantom
23825 status open
23826
23827 \begin_layout Plain Layout
23828 \begin_inset space ~
23829 \end_inset
23830
23831
23832 \end_layout
23833
23834 \end_inset
23835
23836
23837 \backslash
23838 let
23839 \backslash
23840 endfigure
23841 \backslash
23842 MyEndfigure}
23843 \end_layout
23844
23845 \begin_layout Standard
23846 \noindent
23847 \begin_inset CommandInset line
23848 LatexCommand rule
23849 offset "0.5ex"
23850 width "100line%"
23851 height "1pt"
23852
23853 \end_inset
23854
23855
23856 \end_layout
23857
23858 \begin_layout Standard
23859 The commands allow you to redefine the floats so that the caption is set
23860  on the side.
23861  For figure floats use the command
23862 \end_layout
23863
23864 \begin_layout Standard
23865
23866 \series bold
23867
23868 \backslash
23869 FigBesBeg
23870 \end_layout
23871
23872 \begin_layout Standard
23873 in TeX-Code before the float.
23874  And insert the command
23875 \end_layout
23876
23877 \begin_layout Standard
23878
23879 \series bold
23880
23881 \backslash
23882 FigBesEnd
23883 \end_layout
23884
23885 \begin_layout Standard
23886 in TeX-Code at the point where you want to get back to the original float
23887  definition.
23888 \end_layout
23889
23890 \begin_layout Standard
23891 For table floats use the corresponding commands
23892 \end_layout
23893
23894 \begin_layout Standard
23895
23896 \series bold
23897
23898 \backslash
23899 TabBesBeg
23900 \series default
23901  and 
23902 \series bold
23903
23904 \backslash
23905 TabBesEnd
23906 \end_layout
23907
23908 \begin_layout Standard
23909 Figure
23910 \begin_inset space ~
23911 \end_inset
23912
23913
23914 \begin_inset CommandInset ref
23915 LatexCommand ref
23916 reference "fig:cap-beside-fig"
23917
23918 \end_inset
23919
23920  and Table
23921 \begin_inset space ~
23922 \end_inset
23923
23924
23925 \begin_inset CommandInset ref
23926 LatexCommand ref
23927 reference "tab:cap-beside-tab"
23928
23929 \end_inset
23930
23931  are examples where the caption is set beside.
23932 \end_layout
23933
23934 \begin_layout Standard
23935 You can see in the examples that the caption text appears at the top of
23936  the floats for table floats and at the bottom for figure floats.
23937  To change this, you can use the command
23938 \end_layout
23939
23940 \begin_layout Standard
23941
23942 \series bold
23943
23944 \backslash
23945 sidecaptionvpos{float type}{placement}
23946 \end_layout
23947
23948 \begin_layout Standard
23949 in the document preamble or in TeX-Code before the float.
23950  The float type is either 
23951 \family sans
23952 figure
23953 \family default
23954  or 
23955 \family sans
23956 table
23957 \family default
23958 , the placement can be 
23959 \begin_inset Quotes eld
23960 \end_inset
23961
23962
23963 \family sans
23964 t
23965 \family default
23966
23967 \begin_inset Quotes erd
23968 \end_inset
23969
23970  for top, 
23971 \begin_inset Quotes eld
23972 \end_inset
23973
23974
23975 \family sans
23976 c
23977 \family default
23978
23979 \begin_inset Quotes erd
23980 \end_inset
23981
23982  for center, or 
23983 \begin_inset Quotes eld
23984 \end_inset
23985
23986
23987 \family sans
23988 b
23989 \family default
23990
23991 \begin_inset Quotes erd
23992 \end_inset
23993
23994  for bottom.
23995  To have for example the caption of figure floats vertically centered, use
23996  the command
23997 \end_layout
23998
23999 \begin_layout Standard
24000
24001 \series bold
24002
24003 \backslash
24004 sidecaptionvpos{figure}{c}
24005 \end_layout
24006
24007 \begin_layout Standard
24008 This was used for Figure
24009 \begin_inset space ~
24010 \end_inset
24011
24012
24013 \begin_inset CommandInset ref
24014 LatexCommand ref
24015 reference "fig:cap-beside-fig-2"
24016
24017 \end_inset
24018
24019 .
24020 \end_layout
24021
24022 \begin_layout Standard
24023 \begin_inset VSpace medskip
24024 \end_inset
24025
24026
24027 \end_layout
24028
24029 \begin_layout Standard
24030 The default caption width is the width of the image/table.
24031  For thin image/tables, like in Table
24032 \begin_inset space ~
24033 \end_inset
24034
24035
24036 \begin_inset CommandInset ref
24037 LatexCommand ref
24038 reference "tab:cap-beside-tab"
24039
24040 \end_inset
24041
24042 , this leads to captions that are too thin.
24043  You can increase the width by specifying a factor that will be multiplied
24044  with the image/table width to get the caption width.
24045  The caption width will automatically be recalculated in case it would protrude
24046  over the page or column margin due to the specified width.
24047  The 
24048 \emph on
24049 factor
24050 \emph default
24051  can either be given as optional argument for 
24052 \series bold
24053
24054 \backslash
24055 FigBesBeg
24056 \series default
24057 :
24058 \end_layout
24059
24060 \begin_layout Standard
24061
24062 \series bold
24063
24064 \backslash
24065 FigBesBeg[factor]
24066 \end_layout
24067
24068 \begin_layout Standard
24069 or in the definition of 
24070 \series bold
24071
24072 \backslash
24073 FigBesBeg
24074 \series default
24075  by replacing the 
24076 \series bold
24077 1.0
24078 \series default
24079  with another value.
24080  If you do the latter, your factor will be the default if 
24081 \series bold
24082
24083 \backslash
24084 FigBesBeg
24085 \series default
24086  is used without an argument.
24087  For Table
24088 \begin_inset space ~
24089 \end_inset
24090
24091
24092 \begin_inset CommandInset ref
24093 LatexCommand ref
24094 reference "tab:cap-beside-tab-wider"
24095
24096 \end_inset
24097
24098  the factor 5 was used.
24099 \end_layout
24100
24101 \begin_layout Standard
24102 \begin_inset Note Greyedout
24103 status open
24104
24105 \begin_layout Plain Layout
24106
24107 \series bold
24108 Note:
24109 \series default
24110  For floats with captions set beside, you cannot use the float placement
24111  option 
24112 \family sans
24113 Here
24114 \begin_inset space ~
24115 \end_inset
24116
24117 definitely
24118 \family default
24119  because it is not supported by 
24120 \series bold
24121 sidecap
24122 \series default
24123 .
24124 \end_layout
24125
24126 \end_inset
24127
24128
24129 \end_layout
24130
24131 \begin_layout Standard
24132 \begin_inset VSpace medskip
24133 \end_inset
24134
24135 For more information about the package 
24136 \series bold
24137 sidecap
24138 \series default
24139  we refer to its documentation 
24140 \begin_inset CommandInset citation
24141 LatexCommand cite
24142 key "sidecap"
24143
24144 \end_inset
24145
24146 .
24147 \end_layout
24148
24149 \begin_layout Standard
24150 \begin_inset Note Greyedout
24151 status open
24152
24153 \begin_layout Plain Layout
24154
24155 \series bold
24156 Note:
24157 \series default
24158  The LaTeX-package 
24159 \series bold
24160 hypcap
24161 \series default
24162
24163 \begin_inset Index idx
24164 status collapsed
24165
24166 \begin_layout Plain Layout
24167 LaTeX-packages ! hypcap
24168 \end_layout
24169
24170 \end_inset
24171
24172 , described in section
24173 \begin_inset space ~
24174 \end_inset
24175
24176
24177 \begin_inset CommandInset ref
24178 LatexCommand ref
24179 reference "sub:Reference-Position"
24180
24181 \end_inset
24182
24183 , has no effect on floats with the caption set beside.
24184 \end_layout
24185
24186 \end_inset
24187
24188
24189 \end_layout
24190
24191 \begin_layout Standard
24192 \begin_inset ERT
24193 status collapsed
24194
24195 \begin_layout Plain Layout
24196
24197
24198 \backslash
24199 FigBesBeg
24200 \end_layout
24201
24202 \end_inset
24203
24204
24205 \end_layout
24206
24207 \begin_layout Standard
24208 \begin_inset Float figure
24209 wide false
24210 sideways false
24211 status open
24212
24213 \begin_layout Plain Layout
24214 \begin_inset Graphics
24215         filename clipart/escher-lsd.eps
24216         scale 75
24217         scaleBeforeRotation
24218
24219 \end_inset
24220
24221
24222 \end_layout
24223
24224 \begin_layout Plain Layout
24225 \begin_inset Caption
24226
24227 \begin_layout Plain Layout
24228 \begin_inset CommandInset label
24229 LatexCommand label
24230 name "fig:cap-beside-fig"
24231
24232 \end_inset
24233
24234 This is a caption beside a figure.
24235 \end_layout
24236
24237 \end_inset
24238
24239
24240 \end_layout
24241
24242 \end_inset
24243
24244
24245 \end_layout
24246
24247 \begin_layout Standard
24248 \begin_inset ERT
24249 status collapsed
24250
24251 \begin_layout Plain Layout
24252
24253
24254 \backslash
24255 FigBesEnd
24256 \end_layout
24257
24258 \end_inset
24259
24260
24261 \end_layout
24262
24263 \begin_layout Standard
24264 \begin_inset ERT
24265 status collapsed
24266
24267 \begin_layout Plain Layout
24268
24269
24270 \backslash
24271 TabBesBeg
24272 \end_layout
24273
24274 \end_inset
24275
24276
24277 \end_layout
24278
24279 \begin_layout Standard
24280 \begin_inset Float table
24281 wide false
24282 sideways false
24283 status open
24284
24285 \begin_layout Plain Layout
24286 \begin_inset Caption
24287
24288 \begin_layout Plain Layout
24289 \begin_inset CommandInset label
24290 LatexCommand label
24291 name "tab:cap-beside-tab"
24292
24293 \end_inset
24294
24295 This is a caption beside a table.
24296 \end_layout
24297
24298 \end_inset
24299
24300
24301 \end_layout
24302
24303 \begin_layout Plain Layout
24304 \begin_inset Tabular
24305 <lyxtabular version="3" rows="4" columns="5">
24306 <features tabularvalignment="middle">
24307 <column alignment="center" valignment="top" width="0">
24308 <column alignment="center" valignment="top" width="0">
24309 <column alignment="center" valignment="top" width="0">
24310 <column alignment="center" valignment="top" width="0">
24311 <column alignment="center" valignment="top" width="0">
24312 <row>
24313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24314 \begin_inset Text
24315
24316 \begin_layout Plain Layout
24317 a
24318 \end_layout
24319
24320 \end_inset
24321 </cell>
24322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24323 \begin_inset Text
24324
24325 \begin_layout Plain Layout
24326
24327 \end_layout
24328
24329 \end_inset
24330 </cell>
24331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24332 \begin_inset Text
24333
24334 \begin_layout Plain Layout
24335 b
24336 \end_layout
24337
24338 \end_inset
24339 </cell>
24340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353 c
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 </row>
24359 <row>
24360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24361 \begin_inset Text
24362
24363 \begin_layout Plain Layout
24364
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Plain Layout
24373 d
24374 \end_layout
24375
24376 \end_inset
24377 </cell>
24378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24379 \begin_inset Text
24380
24381 \begin_layout Plain Layout
24382
24383 \end_layout
24384
24385 \end_inset
24386 </cell>
24387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24388 \begin_inset Text
24389
24390 \begin_layout Plain Layout
24391 e
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24397 \begin_inset Text
24398
24399 \begin_layout Plain Layout
24400
24401 \end_layout
24402
24403 \end_inset
24404 </cell>
24405 </row>
24406 <row>
24407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24408 \begin_inset Text
24409
24410 \begin_layout Plain Layout
24411 f
24412 \end_layout
24413
24414 \end_inset
24415 </cell>
24416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24417 \begin_inset Text
24418
24419 \begin_layout Plain Layout
24420
24421 \end_layout
24422
24423 \end_inset
24424 </cell>
24425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24426 \begin_inset Text
24427
24428 \begin_layout Plain Layout
24429 g
24430 \end_layout
24431
24432 \end_inset
24433 </cell>
24434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24435 \begin_inset Text
24436
24437 \begin_layout Plain Layout
24438
24439 \end_layout
24440
24441 \end_inset
24442 </cell>
24443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24444 \begin_inset Text
24445
24446 \begin_layout Plain Layout
24447 h
24448 \end_layout
24449
24450 \end_inset
24451 </cell>
24452 </row>
24453 <row>
24454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24455 \begin_inset Text
24456
24457 \begin_layout Plain Layout
24458
24459 \end_layout
24460
24461 \end_inset
24462 </cell>
24463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24464 \begin_inset Text
24465
24466 \begin_layout Plain Layout
24467 i
24468 \end_layout
24469
24470 \end_inset
24471 </cell>
24472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24473 \begin_inset Text
24474
24475 \begin_layout Plain Layout
24476
24477 \end_layout
24478
24479 \end_inset
24480 </cell>
24481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24482 \begin_inset Text
24483
24484 \begin_layout Plain Layout
24485 j
24486 \end_layout
24487
24488 \end_inset
24489 </cell>
24490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24491 \begin_inset Text
24492
24493 \begin_layout Plain Layout
24494
24495 \end_layout
24496
24497 \end_inset
24498 </cell>
24499 </row>
24500 </lyxtabular>
24501
24502 \end_inset
24503
24504
24505 \end_layout
24506
24507 \end_inset
24508
24509
24510 \end_layout
24511
24512 \begin_layout Standard
24513 \begin_inset ERT
24514 status collapsed
24515
24516 \begin_layout Plain Layout
24517
24518
24519 \backslash
24520 TabBesEnd
24521 \end_layout
24522
24523 \end_inset
24524
24525
24526 \end_layout
24527
24528 \begin_layout Standard
24529 \begin_inset ERT
24530 status collapsed
24531
24532 \begin_layout Plain Layout
24533
24534
24535 \backslash
24536 sidecaptionvpos{figure}{c}
24537 \end_layout
24538
24539 \end_inset
24540
24541
24542 \begin_inset Float figure
24543 wide false
24544 sideways false
24545 status open
24546
24547 \begin_layout Plain Layout
24548 \begin_inset Graphics
24549         filename clipart/escher-lsd.eps
24550         scale 75
24551         scaleBeforeRotation
24552
24553 \end_inset
24554
24555
24556 \end_layout
24557
24558 \begin_layout Plain Layout
24559 \begin_inset Caption
24560
24561 \begin_layout Plain Layout
24562 \begin_inset CommandInset label
24563 LatexCommand label
24564 name "fig:cap-beside-fig-2"
24565
24566 \end_inset
24567
24568 This is a vertically centered caption beside a figure.
24569 \end_layout
24570
24571 \end_inset
24572
24573
24574 \end_layout
24575
24576 \end_inset
24577
24578
24579 \end_layout
24580
24581 \begin_layout Standard
24582 \begin_inset ERT
24583 status collapsed
24584
24585 \begin_layout Plain Layout
24586
24587
24588 \backslash
24589 FigBesEnd
24590 \end_layout
24591
24592 \end_inset
24593
24594
24595 \end_layout
24596
24597 \begin_layout Standard
24598 \begin_inset ERT
24599 status collapsed
24600
24601 \begin_layout Plain Layout
24602
24603
24604 \backslash
24605 TabBesBeg[5]
24606 \end_layout
24607
24608 \end_inset
24609
24610
24611 \end_layout
24612
24613 \begin_layout Standard
24614 \begin_inset Float table
24615 wide false
24616 sideways false
24617 status open
24618
24619 \begin_layout Plain Layout
24620 \begin_inset Caption
24621
24622 \begin_layout Plain Layout
24623 \begin_inset CommandInset label
24624 LatexCommand label
24625 name "tab:cap-beside-tab-wider"
24626
24627 \end_inset
24628
24629 This is a caption is wider than the one in Table
24630 \begin_inset space ~
24631 \end_inset
24632
24633
24634 \begin_inset CommandInset ref
24635 LatexCommand ref
24636 reference "tab:cap-beside-tab"
24637
24638 \end_inset
24639
24640 .
24641 \end_layout
24642
24643 \end_inset
24644
24645
24646 \end_layout
24647
24648 \begin_layout Plain Layout
24649 \begin_inset Tabular
24650 <lyxtabular version="3" rows="4" columns="5">
24651 <features tabularvalignment="middle">
24652 <column alignment="center" valignment="top" width="0">
24653 <column alignment="center" valignment="top" width="0">
24654 <column alignment="center" valignment="top" width="0">
24655 <column alignment="center" valignment="top" width="0">
24656 <column alignment="center" valignment="top" width="0">
24657 <row>
24658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24659 \begin_inset Text
24660
24661 \begin_layout Plain Layout
24662 a
24663 \end_layout
24664
24665 \end_inset
24666 </cell>
24667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24668 \begin_inset Text
24669
24670 \begin_layout Plain Layout
24671
24672 \end_layout
24673
24674 \end_inset
24675 </cell>
24676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24677 \begin_inset Text
24678
24679 \begin_layout Plain Layout
24680 b
24681 \end_layout
24682
24683 \end_inset
24684 </cell>
24685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24686 \begin_inset Text
24687
24688 \begin_layout Plain Layout
24689
24690 \end_layout
24691
24692 \end_inset
24693 </cell>
24694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24695 \begin_inset Text
24696
24697 \begin_layout Plain Layout
24698 c
24699 \end_layout
24700
24701 \end_inset
24702 </cell>
24703 </row>
24704 <row>
24705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24706 \begin_inset Text
24707
24708 \begin_layout Plain Layout
24709
24710 \end_layout
24711
24712 \end_inset
24713 </cell>
24714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24715 \begin_inset Text
24716
24717 \begin_layout Plain Layout
24718 d
24719 \end_layout
24720
24721 \end_inset
24722 </cell>
24723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24724 \begin_inset Text
24725
24726 \begin_layout Plain Layout
24727
24728 \end_layout
24729
24730 \end_inset
24731 </cell>
24732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24733 \begin_inset Text
24734
24735 \begin_layout Plain Layout
24736 e
24737 \end_layout
24738
24739 \end_inset
24740 </cell>
24741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24742 \begin_inset Text
24743
24744 \begin_layout Plain Layout
24745
24746 \end_layout
24747
24748 \end_inset
24749 </cell>
24750 </row>
24751 <row>
24752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24753 \begin_inset Text
24754
24755 \begin_layout Plain Layout
24756 f
24757 \end_layout
24758
24759 \end_inset
24760 </cell>
24761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24762 \begin_inset Text
24763
24764 \begin_layout Plain Layout
24765
24766 \end_layout
24767
24768 \end_inset
24769 </cell>
24770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24771 \begin_inset Text
24772
24773 \begin_layout Plain Layout
24774 g
24775 \end_layout
24776
24777 \end_inset
24778 </cell>
24779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24780 \begin_inset Text
24781
24782 \begin_layout Plain Layout
24783
24784 \end_layout
24785
24786 \end_inset
24787 </cell>
24788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24789 \begin_inset Text
24790
24791 \begin_layout Plain Layout
24792 h
24793 \end_layout
24794
24795 \end_inset
24796 </cell>
24797 </row>
24798 <row>
24799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24800 \begin_inset Text
24801
24802 \begin_layout Plain Layout
24803
24804 \end_layout
24805
24806 \end_inset
24807 </cell>
24808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24809 \begin_inset Text
24810
24811 \begin_layout Plain Layout
24812 i
24813 \end_layout
24814
24815 \end_inset
24816 </cell>
24817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24818 \begin_inset Text
24819
24820 \begin_layout Plain Layout
24821
24822 \end_layout
24823
24824 \end_inset
24825 </cell>
24826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24827 \begin_inset Text
24828
24829 \begin_layout Plain Layout
24830 j
24831 \end_layout
24832
24833 \end_inset
24834 </cell>
24835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24836 \begin_inset Text
24837
24838 \begin_layout Plain Layout
24839
24840 \end_layout
24841
24842 \end_inset
24843 </cell>
24844 </row>
24845 </lyxtabular>
24846
24847 \end_inset
24848
24849
24850 \end_layout
24851
24852 \end_inset
24853
24854
24855 \end_layout
24856
24857 \begin_layout Standard
24858 \begin_inset ERT
24859 status collapsed
24860
24861 \begin_layout Plain Layout
24862
24863
24864 \backslash
24865 TabBesEnd
24866 \end_layout
24867
24868 \end_inset
24869
24870
24871 \end_layout
24872
24873 \begin_layout Standard
24874 \begin_inset ERT
24875 status collapsed
24876
24877 \begin_layout Plain Layout
24878
24879
24880 \backslash
24881 else
24882 \end_layout
24883
24884 \end_inset
24885
24886
24887 \begin_inset Note Note
24888 status open
24889
24890 \begin_layout Plain Layout
24891 The following will be displayed when the LaTeX-package 
24892 \series bold
24893 sidecap
24894 \series default
24895  is not installed:
24896 \end_layout
24897
24898 \end_inset
24899
24900
24901 \end_layout
24902
24903 \begin_layout Standard
24904 You need to install the LaTeX-package 
24905 \series bold
24906 sidecap
24907 \series default
24908  to see the following part of this section in the output.
24909 \end_layout
24910
24911 \begin_layout Standard
24912 \begin_inset ERT
24913 status collapsed
24914
24915 \begin_layout Plain Layout
24916
24917
24918 \backslash
24919 fi
24920 \end_layout
24921
24922 \end_inset
24923
24924
24925 \end_layout
24926
24927 \begin_layout Section
24928 Listings of Floats
24929 \begin_inset Index idx
24930 status collapsed
24931
24932 \begin_layout Plain Layout
24933 Floats ! Float Lists
24934 \end_layout
24935
24936 \end_inset
24937
24938
24939 \end_layout
24940
24941 \begin_layout Standard
24942 Similar to the table of contents where the sections of the document are
24943  listed, there are listings for all float types, like the figures of the
24944  documents.
24945  You can insert them via the 
24946 \family sans
24947 Insert\SpecialChar \menuseparator
24948 List
24949 \begin_inset space ~
24950 \end_inset
24951
24952 /
24953 \begin_inset space ~
24954 \end_inset
24955
24956 TOC
24957 \family default
24958  sub menus.
24959 \end_layout
24960
24961 \begin_layout Standard
24962 The list entries are the float captions or its short title, the float number,
24963  and the page number where they appear in the document.
24964 \end_layout
24965
24966 \begin_layout Standard
24967 You can find the list of figures and tables at the end of this document.
24968 \end_layout
24969
24970 \begin_layout Chapter
24971 Notes
24972 \end_layout
24973
24974 \begin_layout Section
24975 LyX Notes
24976 \begin_inset Index idx
24977 status collapsed
24978
24979 \begin_layout Plain Layout
24980 Notes ! LyX Notes
24981 \end_layout
24982
24983 \end_inset
24984
24985
24986 \end_layout
24987
24988 \begin_layout Standard
24989 Notes are inserted with the toolbar button 
24990 \family sans
24991
24992 \begin_inset Info
24993 type  "icon"
24994 arg   "note-insert"
24995 \end_inset
24996
24997
24998 \family default
24999  or the menu 
25000 \family sans
25001 Insert\SpecialChar \menuseparator
25002 Note
25003 \family default
25004 .
25005  There are three types of notes:
25006 \end_layout
25007
25008 \begin_layout Description
25009 LyX
25010 \begin_inset space ~
25011 \end_inset
25012
25013 Note This note type is for internal notes that won't appear in the output.
25014  Its note-box looks like this:
25015 \begin_inset Newline newline
25016 \end_inset
25017
25018
25019 \begin_inset Newline newline
25020 \end_inset
25021
25022
25023 \begin_inset Graphics
25024         filename clipart/LyXNoteImageQt4.png
25025         display false
25026         scale 85
25027         scaleBeforeRotation
25028
25029 \end_inset
25030
25031  
25032 \begin_inset Note Note
25033 status open
25034
25035 \begin_layout Plain Layout
25036 This is text in a note box that doesn't appear in the output.
25037 \end_layout
25038
25039 \end_inset
25040
25041
25042 \end_layout
25043
25044 \begin_layout Description
25045 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
25046 ent, when you export the document to LaTeX via the menu 
25047 \family sans
25048 File\SpecialChar \menuseparator
25049 Export\SpecialChar \menuseparator
25050 LaTeX (pdflatex) / (plain)
25051 \family default
25052 .
25053  Its note-box looks like this:
25054 \begin_inset Newline newline
25055 \end_inset
25056
25057
25058 \begin_inset Newline newline
25059 \end_inset
25060
25061
25062 \begin_inset Graphics
25063         filename clipart/CommentNoteImageQt4.png
25064         display false
25065         scale 85
25066         scaleBeforeRotation
25067
25068 \end_inset
25069
25070  
25071 \begin_inset Note Comment
25072 status open
25073
25074 \begin_layout Plain Layout
25075 This is text in a note box that only appears as comment in LaTeX-files.
25076 \end_layout
25077
25078 \end_inset
25079
25080
25081 \end_layout
25082
25083 \begin_layout Description
25084 Greyed
25085 \begin_inset space ~
25086 \end_inset
25087
25088 Out This note will appear in the output as grey text.
25089  Its note-box looks like this:
25090 \begin_inset Newline newline
25091 \end_inset
25092
25093
25094 \begin_inset Newline newline
25095 \end_inset
25096
25097
25098 \begin_inset Graphics
25099         filename clipart/GreyedOutNoteImageQt4.png
25100         display false
25101         scale 85
25102         scaleBeforeRotation
25103
25104 \end_inset
25105
25106
25107 \begin_inset Newline newline
25108 \end_inset
25109
25110
25111 \begin_inset ERT
25112 status collapsed
25113
25114 \begin_layout Plain Layout
25115
25116
25117 \backslash
25118 renewenvironment{lyxgreyedout}
25119 \end_layout
25120
25121 \begin_layout Plain Layout
25122
25123 {
25124 \backslash
25125 textcolor[gray]{0.8}
25126 \backslash
25127 bgroup}{
25128 \backslash
25129 egroup}
25130 \end_layout
25131
25132 \end_inset
25133
25134
25135 \begin_inset Note Greyedout
25136 status open
25137
25138 \begin_layout Plain Layout
25139 This is text
25140 \begin_inset Foot
25141 status open
25142
25143 \begin_layout Plain Layout
25144 This is an example footnote within a greyed out note.
25145 \end_layout
25146
25147 \end_inset
25148
25149  of a comment that appears in the output as grey text.
25150 \end_layout
25151
25152 \end_inset
25153
25154
25155 \begin_inset ERT
25156 status collapsed
25157
25158 \begin_layout Plain Layout
25159
25160
25161 \backslash
25162 renewenvironment{lyxgreyedout}
25163 \end_layout
25164
25165 \begin_layout Plain Layout
25166
25167 {
25168 \backslash
25169 textcolor{blue}
25170 \backslash
25171 bgroup}{
25172 \backslash
25173 egroup}
25174 \end_layout
25175
25176 \end_inset
25177
25178
25179 \begin_inset Note Note
25180 status collapsed
25181
25182 \begin_layout Plain Layout
25183 The greyed out note is here redefined to show it with the original LyX definitio
25184 n because greyed out notes are redefined in the preamble of this document,
25185  as described below, to have blue text.
25186 \end_layout
25187
25188 \end_inset
25189
25190
25191 \begin_inset Newline newline
25192 \end_inset
25193
25194
25195 \begin_inset Newline newline
25196 \end_inset
25197
25198 As you can see in the example, the first line of greyed out notes is a bit
25199  indented and greyed out notes can have footnotes.
25200 \end_layout
25201
25202 \begin_layout Standard
25203 \begin_inset VSpace bigskip
25204 \end_inset
25205
25206 When you use the toolbar button 
25207 \family sans
25208
25209 \begin_inset Info
25210 type  "icon"
25211 arg   "note-insert"
25212 \end_inset
25213
25214
25215 \family default
25216  to insert notes, a 
25217 \family sans
25218 LyX
25219 \begin_inset space ~
25220 \end_inset
25221
25222 Note
25223 \family default
25224  is inserted.
25225  You can switch between the five note types by right-clicking on the note-box.
25226  
25227 \family roman
25228 \series medium
25229 \bar no
25230 If you want to turn existing text into a note, mark it and click on the
25231  note
25232 \family default
25233 \series default
25234 \bar default
25235  toolbar 
25236 \family roman
25237 \series medium
25238 \bar no
25239 button
25240 \family default
25241 \series default
25242 \bar default
25243 .
25244  To change a note to text, press the backspace key when the cursor is in
25245  the first position of a note, or press the delete key when the cursor is
25246  in the very last position of the note, respectively.
25247 \end_layout
25248
25249 \begin_layout Standard
25250 \begin_inset VSpace bigskip
25251 \end_inset
25252
25253 You can change the text color of the greyed out notes in the menu 
25254 \family sans
25255 Document\SpecialChar \menuseparator
25256 Settings\SpecialChar \menuseparator
25257 Colors
25258 \family default
25259 .
25260 \end_layout
25261
25262 \begin_layout Section
25263 Footnotes
25264 \begin_inset CommandInset label
25265 LatexCommand label
25266 name "sec:Footnotes"
25267
25268 \end_inset
25269
25270
25271 \begin_inset Index idx
25272 status collapsed
25273
25274 \begin_layout Plain Layout
25275 Notes ! Footnotes
25276 \end_layout
25277
25278 \end_inset
25279
25280
25281 \begin_inset Index idx
25282 status collapsed
25283
25284 \begin_layout Plain Layout
25285 Footnotes
25286 \end_layout
25287
25288 \end_inset
25289
25290
25291 \end_layout
25292
25293 \begin_layout Standard
25294 Footnotes can be inserted using the toolbar button 
25295 \family sans
25296
25297 \begin_inset Info
25298 type  "icon"
25299 arg   "footnote-insert"
25300 \end_inset
25301
25302
25303 \family default
25304  or the menu 
25305 \family sans
25306 Insert\SpecialChar \menuseparator
25307 Footnote
25308 \family default
25309 .
25310  
25311 \family roman
25312 \series medium
25313 \bar no
25314 You'll see
25315 \family default
25316 \series default
25317 \bar default
25318  then the following footnote-box: 
25319 \begin_inset Graphics
25320         filename clipart/footnoteQt4.png
25321         scale 80
25322         scaleBeforeRotation
25323
25324 \end_inset
25325
25326  
25327 \family roman
25328 \series medium
25329 \bar no
25330 where you can enter the footnote text.
25331  If you want to turn existing text into a footnote, mark it and click on
25332  the footnote
25333 \family default
25334 \series default
25335 \bar default
25336  toolbar 
25337 \family roman
25338 \series medium
25339 \bar no
25340 button
25341 \family default
25342 \series default
25343 \bar default
25344 .
25345  To change a 
25346 \family roman
25347 \series medium
25348 \bar no
25349 footnote
25350 \family default
25351 \series default
25352 \bar default
25353  to text, press the 
25354 \family sans
25355 Backspace
25356 \family default
25357  key when the cursor is in the first position of a 
25358 \family roman
25359 \series medium
25360 \bar no
25361 footnote
25362 \family default
25363 \series default
25364 \bar default
25365 , or press the 
25366 \family sans
25367 Delete
25368 \family default
25369  key when the cursor is in the very last position of the 
25370 \family roman
25371 \series medium
25372 \bar no
25373 footnote
25374 \family default
25375 \series default
25376 \bar default
25377 , respectively.
25378 \end_layout
25379
25380 \begin_layout Standard
25381 Here is an example footnote:
25382 \family roman
25383 \series medium
25384 \bar no
25385
25386 \begin_inset Foot
25387 status open
25388
25389 \begin_layout Plain Layout
25390 \begin_inset CommandInset label
25391 LatexCommand label
25392 name "foot:This-is-an"
25393
25394 \end_inset
25395
25396 This is an example footnote.
25397 \end_layout
25398
25399 \end_inset
25400
25401
25402 \family default
25403 \series default
25404 \bar default
25405
25406 \begin_inset ERT
25407 status collapsed
25408
25409 \begin_layout Plain Layout
25410
25411
25412 \backslash
25413 newcounter{MyRepeatFoot}
25414 \end_layout
25415
25416 \begin_layout Plain Layout
25417
25418
25419 \backslash
25420 setcounter{MyRepeatFoot}{
25421 \backslash
25422 thefootnote}
25423 \end_layout
25424
25425 \end_inset
25426
25427
25428 \end_layout
25429
25430 \begin_layout Standard
25431 The footnote will appear in the output as a superscript number at the text
25432  position where the footnote box is placed.
25433  The footnote text is placed at the bottom of the current page.
25434  The footnote number is calculated by LaTeX; the numbers are consecutive.
25435  It depends on your document-class, whether the footnote number is reset
25436  for every chapter.
25437 \end_layout
25438
25439 \begin_layout Standard
25440 Footnotes can be referenced like floats: Insert a label into the footnote
25441  and cross-reference this label in the text as described in section
25442 \begin_inset space ~
25443 \end_inset
25444
25445
25446 \begin_inset CommandInset ref
25447 LatexCommand ref
25448 reference "sec:Referencing-Floats"
25449
25450 \end_inset
25451
25452 .
25453 \begin_inset Newline newline
25454 \end_inset
25455
25456 This is a cross-reference of Footnote
25457 \begin_inset space ~
25458 \end_inset
25459
25460
25461 \begin_inset CommandInset ref
25462 LatexCommand ref
25463 reference "foot:This-is-an"
25464
25465 \end_inset
25466
25467 .
25468 \end_layout
25469
25470 \begin_layout Standard
25471 \begin_inset VSpace defskip
25472 \end_inset
25473
25474 Footnotes in tables are not printed by LaTeX due to technical reasons.
25475  However there exists another method to print them: Instead of the footnote
25476  the command 
25477 \series bold
25478
25479 \backslash
25480 footnotemark{}
25481 \series default
25482  is inserted as TeX-code.
25483  The text of the footnote is entered as an argument of the TeX-code command
25484  
25485 \series bold
25486
25487 \backslash
25488 footnotetext
25489 \series default
25490  after the table.
25491 \begin_inset Newline newline
25492 \end_inset
25493
25494 This was done for the following table with the command
25495 \end_layout
25496
25497 \begin_layout Standard
25498
25499 \series bold
25500
25501 \backslash
25502 footnotetext{
25503 \series default
25504 Printed table footnote.
25505 \series bold
25506 }
25507 \end_layout
25508
25509 \begin_layout Standard
25510 \begin_inset Tabular
25511 <lyxtabular version="3" rows="2" columns="1">
25512 <features tabularvalignment="middle">
25513 <column alignment="center" valignment="top" width="0">
25514 <row>
25515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25516 \begin_inset Text
25517
25518 \begin_layout Plain Layout
25519 This an example text.
25520 \begin_inset Foot
25521 status open
25522
25523 \begin_layout Plain Layout
25524 This footnote will not be printed!
25525 \end_layout
25526
25527 \end_inset
25528
25529
25530 \end_layout
25531
25532 \end_inset
25533 </cell>
25534 </row>
25535 <row>
25536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25537 \begin_inset Text
25538
25539 \begin_layout Plain Layout
25540 This an example text.
25541 \begin_inset ERT
25542 status collapsed
25543
25544 \begin_layout Plain Layout
25545
25546
25547 \backslash
25548 footnotemark{}
25549 \end_layout
25550
25551 \end_inset
25552
25553
25554 \end_layout
25555
25556 \end_inset
25557 </cell>
25558 </row>
25559 </lyxtabular>
25560
25561 \end_inset
25562
25563
25564 \begin_inset ERT
25565 status collapsed
25566
25567 \begin_layout Plain Layout
25568
25569
25570 \backslash
25571 footnotetext{
25572 \end_layout
25573
25574 \end_inset
25575
25576 Printed table footnote.
25577 \begin_inset ERT
25578 status collapsed
25579
25580 \begin_layout Plain Layout
25581
25582 }
25583 \end_layout
25584
25585 \end_inset
25586
25587
25588 \end_layout
25589
25590 \begin_layout Standard
25591 Footnotes in longtables are described in section
25592 \begin_inset space ~
25593 \end_inset
25594
25595
25596 \begin_inset CommandInset ref
25597 LatexCommand ref
25598 reference "sub:Footnotes-in-Longtables"
25599
25600 \end_inset
25601
25602 .
25603 \end_layout
25604
25605 \begin_layout Standard
25606 Footnotes in minipage boxes are printed, but inside the box and with a different
25607  numbering because a minipage box is like a page inside a page.
25608  (For more about minipages, see section
25609 \begin_inset space ~
25610 \end_inset
25611
25612
25613 \begin_inset CommandInset ref
25614 LatexCommand ref
25615 reference "sec:Minipages"
25616
25617 \end_inset
25618
25619 .) To get a footnote in the minipage that is output at the bottom of the
25620  page like normal footnotes, also use the method of 
25621 \series bold
25622
25623 \backslash
25624 footnotemark{}
25625 \series default
25626  and 
25627 \series bold
25628
25629 \backslash
25630 footnotetext
25631 \series default
25632 .
25633 \end_layout
25634
25635 \begin_layout Standard
25636 \begin_inset Box Frameless
25637 position "t"
25638 hor_pos "c"
25639 has_inner_box 1
25640 inner_pos "t"
25641 use_parbox 0
25642 use_makebox 0
25643 width "100col%"
25644 special "none"
25645 height "1in"
25646 height_special "totalheight"
25647 status open
25648
25649 \begin_layout Plain Layout
25650 This an example text in a minipage.
25651 \begin_inset Foot
25652 status open
25653
25654 \begin_layout Plain Layout
25655 Footnote in the minipage.
25656 \end_layout
25657
25658 \end_inset
25659
25660
25661 \end_layout
25662
25663 \begin_layout Plain Layout
25664 This an example text in a minipage.
25665 \begin_inset ERT
25666 status collapsed
25667
25668 \begin_layout Plain Layout
25669
25670
25671 \backslash
25672 footnotemark{}
25673 \end_layout
25674
25675 \end_inset
25676
25677
25678 \end_layout
25679
25680 \end_inset
25681
25682
25683 \end_layout
25684
25685 \begin_layout Standard
25686 \begin_inset ERT
25687 status collapsed
25688
25689 \begin_layout Plain Layout
25690
25691
25692 \backslash
25693 footnotetext{
25694 \end_layout
25695
25696 \end_inset
25697
25698 Footnote outside the minipage.
25699 \begin_inset ERT
25700 status collapsed
25701
25702 \begin_layout Plain Layout
25703
25704 }
25705 \end_layout
25706
25707 \end_inset
25708
25709
25710 \end_layout
25711
25712 \begin_layout Standard
25713 \begin_inset VSpace defskip
25714 \end_inset
25715
25716
25717 \end_layout
25718
25719 \begin_layout Standard
25720 To refer to the same footnote several times without printing the footnote
25721  text every time, use the command 
25722 \series bold
25723
25724 \backslash
25725 footnotemark[number]
25726 \series default
25727  in TeX-code.
25728 \begin_inset Newline newline
25729 \end_inset
25730
25731 As you do not know the number of the repeating footnote while you are writing
25732  the text, you have to store its number.
25733  For the following footnote mark example, these commands were inserted in
25734  TeX-code after Footnote
25735 \begin_inset space ~
25736 \end_inset
25737
25738
25739 \begin_inset CommandInset ref
25740 LatexCommand ref
25741 reference "foot:This-is-an"
25742
25743 \end_inset
25744
25745  to store the footnote number:
25746 \end_layout
25747
25748 \begin_layout Standard
25749
25750 \series bold
25751
25752 \backslash
25753 newcounter{MyRepeatFoot}
25754 \begin_inset Newline newline
25755 \end_inset
25756
25757
25758 \backslash
25759 setcounter{MyRepeatFoot}{
25760 \backslash
25761 thefootnote}
25762 \end_layout
25763
25764 \begin_layout Standard
25765 The footnote mark was then created with this command:
25766 \end_layout
25767
25768 \begin_layout Standard
25769
25770 \series bold
25771
25772 \backslash
25773 footnotemark[
25774 \backslash
25775 theMyRepeatFoot]
25776 \end_layout
25777
25778 \begin_layout Standard
25779 Here is a repeated footnote:
25780 \family roman
25781 \series medium
25782 \bar no
25783
25784 \begin_inset ERT
25785 status collapsed
25786
25787 \begin_layout Plain Layout
25788
25789
25790 \backslash
25791 footnotemark[
25792 \backslash
25793 theMyRepeatFoot]
25794 \end_layout
25795
25796 \end_inset
25797
25798
25799 \end_layout
25800
25801 \begin_layout Standard
25802 If you want to repeat the previous footnote, you can omit the storage of
25803  the footnote number and just use this command instead:
25804 \end_layout
25805
25806 \begin_layout Standard
25807
25808 \series bold
25809
25810 \backslash
25811 footnotemark[
25812 \backslash
25813 thefootnote]
25814 \end_layout
25815
25816 \begin_layout Standard
25817 Here is another repeated footnote:
25818 \family roman
25819 \series medium
25820 \bar no
25821
25822 \begin_inset ERT
25823 status collapsed
25824
25825 \begin_layout Plain Layout
25826
25827
25828 \backslash
25829 footnotemark[
25830 \backslash
25831 thefootnote]
25832 \end_layout
25833
25834 \end_inset
25835
25836
25837 \end_layout
25838
25839 \begin_layout Subsection
25840 Footnote Numbering
25841 \begin_inset CommandInset label
25842 LatexCommand label
25843 name "sub:Footnote-Numbering"
25844
25845 \end_inset
25846
25847
25848 \begin_inset Index idx
25849 status collapsed
25850
25851 \begin_layout Plain Layout
25852 Footnotes ! Numbering
25853 \end_layout
25854
25855 \end_inset
25856
25857
25858 \end_layout
25859
25860 \begin_layout Standard
25861 To reset the footnote number back to 1 after each section
25862 \family roman
25863 , add this command to your document preamble:
25864 \end_layout
25865
25866 \begin_layout Standard
25867
25868 \series bold
25869
25870 \backslash
25871 @addtoreset{footnote}{section}
25872 \end_layout
25873
25874 \begin_layout Standard
25875 \begin_inset VSpace bigskip
25876 \end_inset
25877
25878 The following preamble command changes the footnote numbering style to small
25879  roman numerals:
25880 \end_layout
25881
25882 \begin_layout Standard
25883
25884 \series bold
25885
25886 \backslash
25887 renewcommand{
25888 \backslash
25889 thefootnote}{
25890 \backslash
25891 roman{footnote}}
25892 \end_layout
25893
25894 \begin_layout Standard
25895 \begin_inset ERT
25896 status collapsed
25897
25898 \begin_layout Plain Layout
25899
25900
25901 \backslash
25902 renewcommand{
25903 \backslash
25904 thefootnote}{
25905 \backslash
25906 roman{footnote}}
25907 \end_layout
25908
25909 \end_inset
25910
25911  This is a footnote with roman numbering:
25912 \begin_inset Foot
25913 status open
25914
25915 \begin_layout Plain Layout
25916 This is an example footnote with roman numbering.
25917 \end_layout
25918
25919 \end_inset
25920
25921
25922 \end_layout
25923
25924 \begin_layout Standard
25925 To change the numbering style to capital roman numerals replace in the command
25926  above 
25927 \series bold
25928
25929 \backslash
25930 roman
25931 \series default
25932  by 
25933 \series bold
25934
25935 \backslash
25936 Roman
25937 \series default
25938 .
25939  To 
25940 \begin_inset Quotes eld
25941 \end_inset
25942
25943 number
25944 \begin_inset Quotes erd
25945 \end_inset
25946
25947  footnotes with capital or small Latin letters use 
25948 \series bold
25949
25950 \backslash
25951 Alph
25952 \series default
25953  or 
25954 \series bold
25955
25956 \backslash
25957 alph
25958 \series default
25959 , respectively.
25960  To 
25961 \begin_inset Quotes eld
25962 \end_inset
25963
25964 number
25965 \begin_inset Quotes erd
25966 \end_inset
25967
25968  footnotes with symbols use 
25969 \series bold
25970
25971 \backslash
25972 fnsymbol
25973 \series default
25974 .
25975 \end_layout
25976
25977 \begin_layout Standard
25978 \begin_inset Note Greyedout
25979 status open
25980
25981 \begin_layout Plain Layout
25982
25983 \series bold
25984 Note:
25985 \series default
25986  You can only number 26 footnotes with Latin letters, because this numbering
25987  is limited to single letters.
25988 \end_layout
25989
25990 \end_inset
25991
25992
25993 \begin_inset Newline newline
25994 \end_inset
25995
25996
25997 \begin_inset Note Greyedout
25998 status open
25999
26000 \begin_layout Plain Layout
26001
26002 \series bold
26003 Note:
26004 \series default
26005  You can only number 9 footnotes with symbols.
26006 \end_layout
26007
26008 \end_inset
26009
26010
26011 \end_layout
26012
26013 \begin_layout Standard
26014 To return to the default numbering style after you have changed to another
26015  one, use 
26016 \series bold
26017
26018 \backslash
26019 arabic
26020 \series default
26021  instead of 
26022 \series bold
26023
26024 \backslash
26025 roman
26026 \series default
26027  in the command above.
26028 \begin_inset ERT
26029 status collapsed
26030
26031 \begin_layout Plain Layout
26032
26033
26034 \backslash
26035 renewcommand{
26036 \backslash
26037 thefootnote}{
26038 \backslash
26039 arabic{footnote}}
26040 \end_layout
26041
26042 \end_inset
26043
26044
26045 \end_layout
26046
26047 \begin_layout Standard
26048 \begin_inset VSpace bigskip
26049 \end_inset
26050
26051
26052 \end_layout
26053
26054 \begin_layout Standard
26055 If you want to have footnotes numbered in the scheme 
26056 \begin_inset Quotes eld
26057 \end_inset
26058
26059 chapter.footnote
26060 \begin_inset Quotes erd
26061 \end_inset
26062
26063 , add the following command to your document preamble:
26064 \end_layout
26065
26066 \begin_layout Standard
26067
26068 \series bold
26069
26070 \backslash
26071 numberwithin{footnote}{chapter}
26072 \end_layout
26073
26074 \begin_layout Standard
26075 To be able to use the command 
26076 \series bold
26077
26078 \backslash
26079 numberwithin
26080 \series default
26081 , set in the tab 
26082 \family sans
26083 Math
26084 \begin_inset space ~
26085 \end_inset
26086
26087 Options
26088 \family default
26089  in the document settings the option 
26090 \family sans
26091 Use
26092 \begin_inset space ~
26093 \end_inset
26094
26095 AMS
26096 \begin_inset space ~
26097 \end_inset
26098
26099 math
26100 \begin_inset space ~
26101 \end_inset
26102
26103 package
26104 \family default
26105 .
26106 \end_layout
26107
26108 \begin_layout Standard
26109 \begin_inset ERT
26110 status collapsed
26111
26112 \begin_layout Plain Layout
26113
26114
26115 \backslash
26116 numberwithin{footnote}{chapter}
26117 \end_layout
26118
26119 \end_inset
26120
26121 This is another example footnote:
26122 \series bold
26123
26124 \begin_inset Foot
26125 status open
26126
26127 \begin_layout Plain Layout
26128 This is a footnote numbered in the scheme 
26129 \begin_inset Quotes eld
26130 \end_inset
26131
26132 chapter.footnote
26133 \begin_inset Quotes erd
26134 \end_inset
26135
26136 .
26137 \end_layout
26138
26139 \end_inset
26140
26141
26142 \series default
26143
26144 \begin_inset ERT
26145 status collapsed
26146
26147 \begin_layout Plain Layout
26148
26149
26150 \backslash
26151 renewcommand{
26152 \backslash
26153 thefootnote}{
26154 \backslash
26155 arabic{footnote}}
26156 \end_layout
26157
26158 \end_inset
26159
26160
26161 \end_layout
26162
26163 \begin_layout Standard
26164 \begin_inset Note Greyedout
26165 status open
26166
26167 \begin_layout Plain Layout
26168
26169 \series bold
26170 Note:
26171 \series default
26172  
26173 \series bold
26174
26175 \backslash
26176 numberwithin
26177 \series default
26178  always prints out the footnote number as arabic number; previous redefinitions
26179  to get non-arabic numbers are overwritten.
26180 \end_layout
26181
26182 \end_inset
26183
26184
26185 \end_layout
26186
26187 \begin_layout Standard
26188 So to get for example the scheme 
26189 \begin_inset Quotes eld
26190 \end_inset
26191
26192 chapter.
26193 \backslash
26194 Roman{footnote}
26195 \begin_inset Quotes erd
26196 \end_inset
26197
26198 , use this command instead of 
26199 \series bold
26200
26201 \backslash
26202 numberwithin
26203 \series default
26204 :
26205 \end_layout
26206
26207 \begin_layout Standard
26208
26209 \series bold
26210
26211 \backslash
26212 renewcommand{
26213 \backslash
26214 thefootnote}{
26215 \backslash
26216 thechapter.
26217 \backslash
26218 Roman{footnote}}
26219 \end_layout
26220
26221 \begin_layout Subsection
26222 Footnote Placement
26223 \begin_inset Index idx
26224 status collapsed
26225
26226 \begin_layout Plain Layout
26227 Footnotes ! Placement
26228 \end_layout
26229
26230 \end_inset
26231
26232
26233 \end_layout
26234
26235 \begin_layout Standard
26236 If you have several footnotes in one page, they appear without vertical
26237  space between them at the bottom of the page.
26238  To make them more readable you can e.
26239 \begin_inset space \thinspace{}
26240 \end_inset
26241
26242 g.
26243 \begin_inset space \space{}
26244 \end_inset
26245
26246 add 1.5
26247 \begin_inset space \thinspace{}
26248 \end_inset
26249
26250 mm space with the following preamble command:
26251 \end_layout
26252
26253 \begin_layout Standard
26254
26255 \series bold
26256
26257 \backslash
26258 let
26259 \backslash
26260 myFoot
26261 \backslash
26262 footnote
26263 \begin_inset Newline newline
26264 \end_inset
26265
26266
26267 \backslash
26268 renewcommand{
26269 \backslash
26270 footnote}[1]{
26271 \backslash
26272 myFoot{#1
26273 \backslash
26274 vspace{1.5mm}}}
26275 \end_layout
26276
26277 \begin_layout Standard
26278 \begin_inset VSpace bigskip
26279 \end_inset
26280
26281 In a two-column document the footnotes appear at the bottom of every column,
26282  see Figure
26283 \begin_inset space ~
26284 \end_inset
26285
26286
26287 \begin_inset CommandInset ref
26288 LatexCommand ref
26289 reference "fig:Standard-footnote-placement"
26290
26291 \end_inset
26292
26293 .
26294  If the footnotes should only appear at the bottom of the right column,
26295  as in Figure
26296 \begin_inset space ~
26297 \end_inset
26298
26299
26300 \begin_inset CommandInset ref
26301 LatexCommand ref
26302 reference "fig:Footnote-placement-in"
26303
26304 \end_inset
26305
26306 , use the LaTeX-package 
26307 \series bold
26308 ftnright
26309 \series default
26310
26311 \begin_inset Index idx
26312 status collapsed
26313
26314 \begin_layout Plain Layout
26315 LaTeX-packages ! ftnright
26316 \end_layout
26317
26318 \end_inset
26319
26320  with this command in the document preamble:
26321 \end_layout
26322
26323 \begin_layout Standard
26324
26325 \series bold
26326
26327 \backslash
26328 usepackage{ftnright}
26329 \end_layout
26330
26331 \begin_layout Standard
26332 \begin_inset Float figure
26333 placement !h
26334 wide false
26335 sideways false
26336 status open
26337
26338 \begin_layout Plain Layout
26339 \begin_inset ERT
26340 status collapsed
26341
26342 \begin_layout Plain Layout
26343
26344
26345 \backslash
26346 framebox{
26347 \end_layout
26348
26349 \end_inset
26350
26351
26352 \begin_inset Graphics
26353         filename clipart/without_fntright.pdf
26354         width 100col%
26355         scaleBeforeRotation
26356
26357 \end_inset
26358
26359
26360 \begin_inset ERT
26361 status collapsed
26362
26363 \begin_layout Plain Layout
26364
26365 }
26366 \end_layout
26367
26368 \end_inset
26369
26370
26371 \end_layout
26372
26373 \begin_layout Plain Layout
26374 \begin_inset Caption
26375
26376 \begin_layout Plain Layout
26377 \begin_inset CommandInset label
26378 LatexCommand label
26379 name "fig:Standard-footnote-placement"
26380
26381 \end_inset
26382
26383 Standard footnote placement in two-column documents.
26384 \end_layout
26385
26386 \end_inset
26387
26388
26389 \end_layout
26390
26391 \end_inset
26392
26393
26394 \end_layout
26395
26396 \begin_layout Standard
26397 \begin_inset Float figure
26398 placement !h
26399 wide false
26400 sideways false
26401 status open
26402
26403 \begin_layout Plain Layout
26404 \begin_inset ERT
26405 status collapsed
26406
26407 \begin_layout Plain Layout
26408
26409
26410 \backslash
26411 framebox{
26412 \end_layout
26413
26414 \end_inset
26415
26416
26417 \begin_inset Graphics
26418         filename clipart/with_fntright.pdf
26419         width 100col%
26420         scaleBeforeRotation
26421
26422 \end_inset
26423
26424
26425 \begin_inset ERT
26426 status collapsed
26427
26428 \begin_layout Plain Layout
26429
26430 }
26431 \end_layout
26432
26433 \end_inset
26434
26435
26436 \end_layout
26437
26438 \begin_layout Plain Layout
26439 \begin_inset Caption
26440
26441 \begin_layout Plain Layout
26442 \begin_inset CommandInset label
26443 LatexCommand label
26444 name "fig:Footnote-placement-in"
26445
26446 \end_inset
26447
26448 Footnote placement in two-column documents when the LaTeX-package 
26449 \series bold
26450 ftnright
26451 \series default
26452  is used.
26453 \end_layout
26454
26455 \end_inset
26456
26457
26458 \end_layout
26459
26460 \end_inset
26461
26462
26463 \end_layout
26464
26465 \begin_layout Standard
26466 \begin_inset VSpace bigskip
26467 \end_inset
26468
26469 In some scientific literature it is usual to collect the footnotes and print
26470  them in a separate paragraph at the end of a section, as in Figure
26471 \begin_inset space ~
26472 \end_inset
26473
26474
26475 \begin_inset CommandInset ref
26476 LatexCommand ref
26477 reference "fig:Endnotes"
26478
26479 \end_inset
26480
26481 .
26482  They are then called 
26483 \begin_inset Quotes eld
26484 \end_inset
26485
26486 endnotes
26487 \begin_inset Quotes erd
26488 \end_inset
26489
26490 .
26491 \begin_inset Index idx
26492 status collapsed
26493
26494 \begin_layout Plain Layout
26495 Endnotes
26496 \end_layout
26497
26498 \end_inset
26499
26500  To use endnotes instead of footnotes in your document, load in the menu
26501  
26502 \family sans
26503 Document\SpecialChar \menuseparator
26504 Settings\SpecialChar \menuseparator
26505 Modules 
26506 \family default
26507 the module 
26508 \family sans
26509 Foot
26510 \begin_inset space ~
26511 \end_inset
26512
26513 to
26514 \begin_inset space ~
26515 \end_inset
26516
26517 End
26518 \family default
26519 .
26520  To insert the collected footnotes, insert the command
26521 \end_layout
26522
26523 \begin_layout Standard
26524
26525 \series bold
26526
26527 \backslash
26528 theendnotes
26529 \end_layout
26530
26531 \begin_layout Standard
26532 in TeX-Code at the end of a section or chapter.
26533 \end_layout
26534
26535 \begin_layout Standard
26536 \begin_inset Float figure
26537 wide false
26538 sideways false
26539 status open
26540
26541 \begin_layout Plain Layout
26542 \align center
26543 \begin_inset ERT
26544 status collapsed
26545
26546 \begin_layout Plain Layout
26547
26548
26549 \backslash
26550 framebox{
26551 \end_layout
26552
26553 \end_inset
26554
26555
26556 \begin_inset Graphics
26557         filename clipart/endnotes.pdf
26558         scaleBeforeRotation
26559
26560 \end_inset
26561
26562
26563 \begin_inset ERT
26564 status collapsed
26565
26566 \begin_layout Plain Layout
26567
26568 }
26569 \end_layout
26570
26571 \end_inset
26572
26573
26574 \end_layout
26575
26576 \begin_layout Plain Layout
26577 \begin_inset Caption
26578
26579 \begin_layout Plain Layout
26580 \begin_inset CommandInset label
26581 LatexCommand label
26582 name "fig:Endnotes"
26583
26584 \end_inset
26585
26586 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
26587  or chapters.
26588 \end_layout
26589
26590 \end_inset
26591
26592
26593 \end_layout
26594
26595 \end_inset
26596
26597
26598 \end_layout
26599
26600 \begin_layout Standard
26601 \begin_inset VSpace medskip
26602 \end_inset
26603
26604 The paragraph heading for the endnotes isn't automatically translated into
26605  the document language, this must be done manually.
26606  The following preamble command translates the default English 
26607 \begin_inset Quotes eld
26608 \end_inset
26609
26610 Notes
26611 \begin_inset Quotes erd
26612 \end_inset
26613
26614  into the German 
26615 \begin_inset Quotes eld
26616 \end_inset
26617
26618 Anmerkungen
26619 \begin_inset Quotes erd
26620 \end_inset
26621
26622 :
26623 \end_layout
26624
26625 \begin_layout Standard
26626
26627 \series bold
26628
26629 \backslash
26630 renewcommand{
26631 \backslash
26632 notesname}{Anmerkungen}
26633 \end_layout
26634
26635 \begin_layout Standard
26636 \begin_inset VSpace medskip
26637 \end_inset
26638
26639 The numbering of endnotes can be changed like the footnote numbering as
26640  described in section
26641 \begin_inset space ~
26642 \end_inset
26643
26644
26645 \begin_inset CommandInset ref
26646 LatexCommand ref
26647 reference "sub:Footnote-Numbering"
26648
26649 \end_inset
26650
26651 ; just replace the command 
26652 \series bold
26653
26654 \backslash
26655 thefootnote
26656 \series default
26657  by 
26658 \series bold
26659
26660 \backslash
26661 theendnote
26662 \series default
26663 .
26664  To reset the endnote number use the command 
26665 \series bold
26666
26667 \backslash
26668 @addtoreset
26669 \series default
26670  as described in section
26671 \begin_inset space ~
26672 \end_inset
26673
26674
26675 \begin_inset CommandInset ref
26676 LatexCommand ref
26677 reference "sub:Footnote-Numbering"
26678
26679 \end_inset
26680
26681  and replace the command parameter 
26682 \series bold
26683 footnote
26684 \series default
26685  by 
26686 \series bold
26687 endnote
26688 \series default
26689 .
26690 \end_layout
26691
26692 \begin_layout Standard
26693 For endnotes there is the command 
26694 \series bold
26695
26696 \backslash
26697 endnotemark[number]
26698 \series default
26699  similar to the command 
26700 \series bold
26701
26702 \backslash
26703 footnotemark
26704 \series default
26705 , that is described in section
26706 \begin_inset space ~
26707 \end_inset
26708
26709
26710 \begin_inset CommandInset ref
26711 LatexCommand ref
26712 reference "sec:Footnotes"
26713
26714 \end_inset
26715
26716 .
26717 \end_layout
26718
26719 \begin_layout Standard
26720 \begin_inset VSpace bigskip
26721 \end_inset
26722
26723 Footnotes can also be placed in the page margin and the footnote text alignment
26724  can be changed, see the LaTeX-package 
26725 \series bold
26726 footmisc
26727 \series default
26728
26729 \begin_inset Index idx
26730 status collapsed
26731
26732 \begin_layout Plain Layout
26733 LaTeX-packages ! footmisc
26734 \end_layout
26735
26736 \end_inset
26737
26738
26739 \begin_inset CommandInset citation
26740 LatexCommand cite
26741 key "footmisc"
26742
26743 \end_inset
26744
26745  for more information about this.
26746 \end_layout
26747
26748 \begin_layout Standard
26749 For various further footnote formatting issues have a look at LaTeX-books,
26750  
26751 \begin_inset CommandInset citation
26752 LatexCommand cite
26753 key "latexcompanion,latexguide,latexbook"
26754
26755 \end_inset
26756
26757 .
26758  If you are using a 
26759 \series bold
26760 KOMA-Script
26761 \series default
26762
26763 \begin_inset Index idx
26764 status collapsed
26765
26766 \begin_layout Plain Layout
26767 LaTeX-packages ! KOMA-Script
26768 \end_layout
26769
26770 \end_inset
26771
26772  document class, you can adjust all footnote settings using class-specific
26773  commands, see 
26774 \begin_inset CommandInset citation
26775 LatexCommand cite
26776 key "KOMA-Script"
26777
26778 \end_inset
26779
26780 .
26781 \end_layout
26782
26783 \begin_layout Section
26784 Margin Notes
26785 \begin_inset Index idx
26786 status collapsed
26787
26788 \begin_layout Plain Layout
26789 Notes ! Margin Notes
26790 \end_layout
26791
26792 \end_inset
26793
26794
26795 \end_layout
26796
26797 \begin_layout Standard
26798 Margin notes look and behave in LyX like footnotes.
26799  They are inserted via the menu 
26800 \family sans
26801 Insert\SpecialChar \menuseparator
26802 Marginal
26803 \begin_inset space ~
26804 \end_inset
26805
26806 Note
26807 \family default
26808  or the toolbar button 
26809 \family sans
26810
26811 \begin_inset Info
26812 type  "icon"
26813 arg   "marginalnote-insert"
26814 \end_inset
26815
26816
26817 \family default
26818 .
26819  A grey 
26820 \family roman
26821 \series medium
26822 box with the
26823 \family default
26824 \series default
26825  red 
26826 \family roman
26827 \series medium
26828 label 
26829 \begin_inset Quotes eld
26830 \end_inset
26831
26832 margin
26833 \begin_inset Quotes erd
26834 \end_inset
26835
26836  appears where you can enter the text of the margin note.
26837 \end_layout
26838
26839 \begin_layout Standard
26840 At the side is an example margin note.
26841
26842 \family roman
26843 \series medium
26844  
26845 \begin_inset Marginal
26846 status open
26847
26848 \begin_layout Plain Layout
26849 This is a margin note.
26850 \end_layout
26851
26852 \end_inset
26853
26854
26855 \end_layout
26856
26857 \begin_layout Standard
26858 Margin notes appear at the right side in single-sided documents.
26859  In double-sided documents they appear in the outer margin â€“ left on even
26860  pages, right on odd pages.
26861  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
26862 d when the note appears in the left margin.
26863  The first line of the margin note is placed at the position of the text
26864  line where it is inserted in the document.
26865 \end_layout
26866
26867 \begin_layout Standard
26868 \begin_inset VSpace bigskip
26869 \end_inset
26870
26871 To place the margin note in the inner margin, add the command
26872 \end_layout
26873
26874 \begin_layout Standard
26875
26876 \series bold
26877
26878 \backslash
26879 reversemarginpar
26880 \end_layout
26881
26882 \begin_layout Standard
26883 in TeX-Code before a margin note.
26884  The new placement is valid for all subsequent margin notes.
26885  
26886 \begin_inset ERT
26887 status collapsed
26888
26889 \begin_layout Plain Layout
26890
26891
26892 \backslash
26893 reversemarginpar 
26894 \end_layout
26895
26896 \end_inset
26897
26898
26899 \begin_inset Marginal
26900 status open
26901
26902 \begin_layout Plain Layout
26903 This is a margin note in the inner margin.
26904 \end_layout
26905
26906 \end_inset
26907
26908
26909 \series bold
26910
26911 \begin_inset Newline newline
26912 \end_inset
26913
26914
26915 \series default
26916
26917 \begin_inset Note Greyedout
26918 status open
26919
26920 \begin_layout Plain Layout
26921
26922 \series bold
26923 Note:
26924 \series default
26925  There is often not enough space in the inner margin so that the notes are
26926  not correctly displayed in the output.
26927 \end_layout
26928
26929 \end_inset
26930
26931
26932 \end_layout
26933
26934 \begin_layout Standard
26935 To return to the default placement insert the command
26936 \end_layout
26937
26938 \begin_layout Standard
26939
26940 \series bold
26941
26942 \backslash
26943 normalmarginpar
26944 \end_layout
26945
26946 \begin_layout Standard
26947 in TeX-Code.
26948 \begin_inset ERT
26949 status collapsed
26950
26951 \begin_layout Plain Layout
26952
26953
26954 \backslash
26955 normalmarginpar 
26956 \end_layout
26957
26958 \end_inset
26959
26960  
26961 \begin_inset Note Greyedout
26962 status open
26963
26964 \begin_layout Plain Layout
26965
26966 \series bold
26967 Note:
26968 \series default
26969  The command is ignored when it is within a paragraph where also the command
26970  
26971 \series bold
26972
26973 \backslash
26974 reversemarginpar
26975 \series default
26976  is inserted.
26977 \end_layout
26978
26979 \end_inset
26980
26981
26982 \end_layout
26983
26984 \begin_layout Standard
26985 \begin_inset VSpace bigskip
26986 \end_inset
26987
26988
26989 \family roman
26990 \series medium
26991
26992 \begin_inset Marginal
26993 status open
26994
26995 \begin_layout Plain Layout
26996 AVeryLongMarginParWord that isn't hyphenated.
26997 \end_layout
26998
26999 \end_inset
27000
27001
27002 \family default
27003 \series default
27004  Similar to the case described in section
27005 \begin_inset space ~
27006 \end_inset
27007
27008
27009 \begin_inset CommandInset ref
27010 LatexCommand ref
27011 reference "sub:Multiple-Lines-in"
27012
27013 \end_inset
27014
27015 , long words cannot be hyphenated when they are the first word in a margin
27016  note.
27017  To avoid this, insert 0
27018 \begin_inset space \thinspace{}
27019 \end_inset
27020
27021 pt horizontal space before the word
27022 \family roman
27023 \series medium
27024 .
27025  
27026 \begin_inset Marginal
27027 status open
27028
27029 \begin_layout Plain Layout
27030 \begin_inset space \hspace*{}
27031 \length 0pt
27032 \end_inset
27033
27034 AVeryLongMarginParWord that is hyphenated.
27035 \end_layout
27036
27037 \end_inset
27038
27039
27040 \end_layout
27041
27042 \begin_layout Standard
27043 \begin_inset VSpace bigskip
27044 \end_inset
27045
27046
27047 \end_layout
27048
27049 \begin_layout Standard
27050 \begin_inset Note Greyedout
27051 status open
27052
27053 \begin_layout Plain Layout
27054
27055 \series bold
27056 Note:
27057 \series default
27058  Margin notes can normally not be used inside tables, floats, and footnotes.
27059 \end_layout
27060
27061 \end_inset
27062
27063
27064 \end_layout
27065
27066 \begin_layout Standard
27067 \begin_inset VSpace bigskip
27068 \end_inset
27069
27070
27071 \end_layout
27072
27073 \begin_layout Standard
27074 \begin_inset ERT
27075 status collapsed
27076
27077 \begin_layout Plain Layout
27078
27079
27080 \backslash
27081 ifmarginnote
27082 \end_layout
27083
27084 \end_inset
27085
27086
27087 \begin_inset Note Note
27088 status open
27089
27090 \begin_layout Plain Layout
27091 The following section will only be displayed when the LaTeX-package 
27092 \series bold
27093 marginnote
27094 \series default
27095  is installed.
27096 \end_layout
27097
27098 \end_inset
27099
27100
27101 \end_layout
27102
27103 \begin_layout Standard
27104 This restriction can be evaded by using the LaTeX-package 
27105 \series bold
27106 marginnote
27107 \series default
27108
27109 \begin_inset Index idx
27110 status collapsed
27111
27112 \begin_layout Plain Layout
27113 LaTeX-packages ! marginnote
27114 \end_layout
27115
27116 \end_inset
27117
27118 .
27119  By adding these two lines to your document preamble, the command used by
27120  LyX for margin notes is redefined to use the command provided by the 
27121 \series bold
27122 marginnote
27123 \series default
27124 -package:
27125 \end_layout
27126
27127 \begin_layout Standard
27128
27129 \series bold
27130
27131 \backslash
27132 usepackage{marginnote}
27133 \begin_inset Newline newline
27134 \end_inset
27135
27136
27137 \backslash
27138 let
27139 \backslash
27140 marginpar
27141 \backslash
27142 marginnote
27143 \end_layout
27144
27145 \begin_layout Standard
27146 This is also used in this document because 
27147 \series bold
27148 marginnote
27149 \series default
27150  has another useful feature: You can set a vertical offset for the note.
27151  This is often needed when too many margin notes are too close together
27152  or for a better page layout.
27153  The offset is set in LyX as TeX-Code directly after the margin note in
27154  the scheme
27155 \end_layout
27156
27157 \begin_layout Standard
27158
27159 \series bold
27160 [offset]
27161 \end_layout
27162
27163 \begin_layout Standard
27164 where the offset is a length with one of the units listed in Table
27165 \begin_inset space ~
27166 \end_inset
27167
27168
27169 \begin_inset CommandInset ref
27170 LatexCommand ref
27171 reference "tab:Units"
27172
27173 \end_inset
27174
27175 .
27176  A negative value shifts the note up, a positive value shifts it down.
27177  
27178 \family roman
27179 \series medium
27180 For example the margin note beside this text line is shifted up 1.5
27181 \begin_inset space \thinspace{}
27182 \end_inset
27183
27184 cm with the TeX-Code-command 
27185 \begin_inset Quotes eld
27186 \end_inset
27187
27188
27189 \family default
27190 \series bold
27191 [-1.5cm]
27192 \family roman
27193 \series medium
27194
27195 \begin_inset Quotes erd
27196 \end_inset
27197
27198
27199 \begin_inset Marginal
27200 status open
27201
27202 \begin_layout Plain Layout
27203 This margin note is shifted up 1.5
27204 \begin_inset space \thinspace{}
27205 \end_inset
27206
27207 cm from its original position.
27208 \end_layout
27209
27210 \end_inset
27211
27212
27213 \family default
27214 \series default
27215
27216 \begin_inset ERT
27217 status collapsed
27218
27219 \begin_layout Plain Layout
27220
27221 [-1.5cm]
27222 \end_layout
27223
27224 \end_inset
27225
27226
27227 \end_layout
27228
27229 \begin_layout Standard
27230 \begin_inset VSpace medskip
27231 \end_inset
27232
27233 With 
27234 \series bold
27235 marginnote
27236 \series default
27237  you can also change the alignment of the text in the margin note.
27238  For example the commands
27239 \end_layout
27240
27241 \begin_layout Standard
27242
27243 \series bold
27244
27245 \backslash
27246 renewcommand*{
27247 \backslash
27248 raggedleftmarginnote}{
27249 \backslash
27250 centering}
27251 \begin_inset Newline newline
27252 \end_inset
27253
27254
27255 \backslash
27256 renewcommand*{
27257 \backslash
27258 raggedrightmarginnote}{
27259 \backslash
27260 centering}
27261 \end_layout
27262
27263 \begin_layout Standard
27264 set the alignment to centered.
27265  
27266 \series bold
27267
27268 \backslash
27269 raggedleftmarginnote
27270 \series default
27271  denotes margin notes that appear at the left side.
27272 \family roman
27273 \series medium
27274
27275 \begin_inset ERT
27276 status collapsed
27277
27278 \begin_layout Plain Layout
27279
27280
27281 \backslash
27282 renewcommand*{
27283 \backslash
27284 raggedleftmarginnote}{
27285 \backslash
27286 centering}
27287 \end_layout
27288
27289 \begin_layout Plain Layout
27290
27291
27292 \backslash
27293 renewcommand*{
27294 \backslash
27295 raggedrightmarginnote}{
27296 \backslash
27297 centering}
27298 \end_layout
27299
27300 \end_inset
27301
27302
27303 \begin_inset Marginal
27304 status open
27305
27306 \begin_layout Plain Layout
27307 The text of this margin note is centered.
27308 \end_layout
27309
27310 \end_inset
27311
27312
27313 \family default
27314 \series default
27315  The default is
27316 \end_layout
27317
27318 \begin_layout Standard
27319
27320 \series bold
27321
27322 \backslash
27323 renewcommand*{
27324 \backslash
27325 raggedleftmarginnote}{
27326 \backslash
27327 raggedleft}
27328 \begin_inset Newline newline
27329 \end_inset
27330
27331
27332 \backslash
27333 renewcommand*{
27334 \backslash
27335 raggedrightmarginnote}{
27336 \backslash
27337 raggedright}
27338 \family roman
27339 \series medium
27340
27341 \begin_inset ERT
27342 status collapsed
27343
27344 \begin_layout Plain Layout
27345
27346
27347 \backslash
27348 renewcommand*{
27349 \backslash
27350 raggedleftmarginnote}{
27351 \backslash
27352 raggedleft}
27353 \end_layout
27354
27355 \begin_layout Plain Layout
27356
27357
27358 \backslash
27359 renewcommand*{
27360 \backslash
27361 raggedrightmarginnote}{
27362 \backslash
27363 raggedright}
27364 \end_layout
27365
27366 \end_inset
27367
27368
27369 \end_layout
27370
27371 \begin_layout Standard
27372 \begin_inset VSpace medskip
27373 \end_inset
27374
27375 For the other features of 
27376 \series bold
27377 marginnote
27378 \series default
27379  refer to its documentation 
27380 \begin_inset CommandInset citation
27381 LatexCommand cite
27382 key "marginnote"
27383
27384 \end_inset
27385
27386 .
27387 \end_layout
27388
27389 \begin_layout Standard
27390 \begin_inset VSpace bigskip
27391 \end_inset
27392
27393 You can adjust the layout of margin notes by changing its definition.
27394  To create for example a header for all margin notes with the underlined,
27395  sans-serif, and bold header text 
27396 \begin_inset Quotes eld
27397 \end_inset
27398
27399
27400 \family sans
27401 \series bold
27402 \bar under
27403 Attention!
27404 \family default
27405 \series default
27406 \bar default
27407
27408 \begin_inset Quotes erd
27409 \end_inset
27410
27411 , add this to your document preamble:
27412 \end_layout
27413
27414 \begin_layout Standard
27415
27416 \series bold
27417
27418 \backslash
27419 let
27420 \backslash
27421 myMarginpar
27422 \backslash
27423 marginpar
27424 \begin_inset Newline newline
27425 \end_inset
27426
27427
27428 \backslash
27429 renewcommand{
27430 \backslash
27431 marginpar}[1]{
27432 \backslash
27433 myMarginpar{%
27434 \begin_inset Newline newline
27435 \end_inset
27436
27437
27438 \begin_inset Phantom HPhantom
27439 status open
27440
27441 \begin_layout Plain Layout
27442
27443 \series bold
27444 \begin_inset space ~
27445 \end_inset
27446
27447
27448 \end_layout
27449
27450 \end_inset
27451
27452
27453 \backslash
27454 hspace{0pt}
27455 \backslash
27456 textsf{
27457 \backslash
27458 textbf{
27459 \backslash
27460 underbar{Attention!}}}%
27461 \begin_inset Newline newline
27462 \end_inset
27463
27464
27465 \begin_inset Phantom HPhantom
27466 status open
27467
27468 \begin_layout Plain Layout
27469
27470 \series bold
27471 \begin_inset space ~
27472 \end_inset
27473
27474
27475 \end_layout
27476
27477 \end_inset
27478
27479
27480 \backslash
27481 vspace{1.5mm}
27482 \backslash
27483
27484 \backslash
27485 #1}}
27486 \end_layout
27487
27488 \begin_layout Standard
27489
27490 \family roman
27491 \series medium
27492 \begin_inset ERT
27493 status collapsed
27494
27495 \begin_layout Plain Layout
27496
27497
27498 \backslash
27499 let
27500 \backslash
27501 myMarginpar
27502 \backslash
27503 marginpar
27504 \end_layout
27505
27506 \begin_layout Plain Layout
27507
27508
27509 \backslash
27510 renewcommand{
27511 \backslash
27512 marginpar}[1]{
27513 \backslash
27514 myMarginpar{%
27515 \end_layout
27516
27517 \begin_layout Plain Layout
27518
27519    
27520 \backslash
27521 textsf{
27522 \backslash
27523 textbf{
27524 \backslash
27525 underbar{Attention!}}}%
27526 \end_layout
27527
27528 \begin_layout Plain Layout
27529
27530    
27531 \backslash
27532 vspace{1.5mm}
27533 \backslash
27534
27535 \backslash
27536 #1}}
27537 \end_layout
27538
27539 \end_inset
27540
27541
27542 \begin_inset Marginal
27543 status open
27544
27545 \begin_layout Plain Layout
27546 This is a margin note with a defined heading.
27547 \end_layout
27548
27549 \end_inset
27550
27551
27552 \family default
27553 \series default
27554
27555 \begin_inset ERT
27556 status collapsed
27557
27558 \begin_layout Plain Layout
27559
27560 [-1.5cm]
27561 \end_layout
27562
27563 \end_inset
27564
27565
27566 \family roman
27567 \series medium
27568
27569 \begin_inset ERT
27570 status collapsed
27571
27572 \begin_layout Plain Layout
27573
27574
27575 \backslash
27576 renewcommand{
27577 \backslash
27578 marginpar}[1]{
27579 \backslash
27580 myMarginpar{#1}}
27581 \end_layout
27582
27583 \end_inset
27584
27585
27586 \family default
27587 \series default
27588
27589 \begin_inset Note Note
27590 status collapsed
27591
27592 \begin_layout Plain Layout
27593 The margin note format is changed only for this example.
27594 \end_layout
27595
27596 \end_inset
27597
27598
27599 \end_layout
27600
27601 \begin_layout Standard
27602 \begin_inset ERT
27603 status collapsed
27604
27605 \begin_layout Plain Layout
27606
27607
27608 \backslash
27609 else
27610 \end_layout
27611
27612 \end_inset
27613
27614
27615 \begin_inset Note Note
27616 status open
27617
27618 \begin_layout Plain Layout
27619 The following will be displayed when the LaTeX-package 
27620 \series bold
27621 marginnote
27622 \series default
27623  is not installed:
27624 \end_layout
27625
27626 \end_inset
27627
27628
27629 \end_layout
27630
27631 \begin_layout Standard
27632 You need to install the LaTeX-package 
27633 \series bold
27634 marginnote
27635 \series default
27636  to see the following part of this section in the output.
27637 \end_layout
27638
27639 \begin_layout Standard
27640 \begin_inset ERT
27641 status collapsed
27642
27643 \begin_layout Plain Layout
27644
27645
27646 \backslash
27647 fi
27648 \end_layout
27649
27650 \end_inset
27651
27652
27653 \end_layout
27654
27655 \begin_layout Chapter
27656 Boxes
27657 \end_layout
27658
27659 \begin_layout Section
27660 Introduction
27661 \begin_inset Index idx
27662 status collapsed
27663
27664 \begin_layout Plain Layout
27665 Boxes ! Introduction
27666 \end_layout
27667
27668 \end_inset
27669
27670
27671 \end_layout
27672
27673 \begin_layout Standard
27674 Boxes are used to format a block of text.
27675  Boxes can be used to write documents with multiple languages, see section
27676 \begin_inset space ~
27677 \end_inset
27678
27679
27680 \begin_inset CommandInset ref
27681 LatexCommand ref
27682 reference "sec:Minipages"
27683
27684 \end_inset
27685
27686 , to frame texts, see section
27687 \begin_inset space ~
27688 \end_inset
27689
27690
27691 \begin_inset CommandInset ref
27692 LatexCommand ref
27693 reference "sec:Decoration"
27694
27695 \end_inset
27696
27697 , to prevent words from being hyphenated, see section
27698 \begin_inset space ~
27699 \end_inset
27700
27701
27702 \begin_inset CommandInset ref
27703 LatexCommand ref
27704 reference "sec:Prevent-Hyphenation"
27705
27706 \end_inset
27707
27708 , to align text, see section
27709 \begin_inset space ~
27710 \end_inset
27711
27712
27713 \begin_inset CommandInset ref
27714 LatexCommand ref
27715 reference "sub:Vertical-Alignment"
27716
27717 \end_inset
27718
27719 , or to set the background color of texts, see section
27720 \begin_inset space ~
27721 \end_inset
27722
27723
27724 \begin_inset CommandInset ref
27725 LatexCommand ref
27726 reference "sec:Colored-Boxes"
27727
27728 \end_inset
27729
27730 .
27731 \end_layout
27732
27733 \begin_layout Standard
27734 Boxes can be inserted with the menu 
27735 \family sans
27736 Insert\SpecialChar \menuseparator
27737 Box
27738 \family default
27739  or the toolbar button 
27740 \family sans
27741
27742 \begin_inset Info
27743 type  "icon"
27744 arg   "box-insert Frameless"
27745 \end_inset
27746
27747
27748 \family default
27749 .
27750  A grey box with the label 
27751 \family sans
27752 Box (Minipage)
27753 \family default
27754
27755 \begin_inset Graphics
27756         filename clipart/BoxInsetDefaultQt4.png
27757         scale 85
27758         scaleBeforeRotation
27759
27760 \end_inset
27761
27762  will be inserted.
27763  The box type can be specified by right-clicking on the box and selecting
27764  
27765 \family sans
27766 Settings
27767 \family default
27768 .
27769  The box dialog offers the 
27770 \family sans
27771 Inner
27772 \begin_inset space ~
27773 \end_inset
27774
27775 Box
27776 \family default
27777  types 
27778 \family sans
27779 Makebox
27780 \family default
27781
27782 \family sans
27783 Parbox
27784 \family default
27785  and 
27786 \family sans
27787 Minipage
27788 \family default
27789 .
27790  The type 
27791 \family sans
27792 Minipage
27793 \family default
27794  is the default for new boxes and is explained in section
27795 \begin_inset space ~
27796 \end_inset
27797
27798
27799 \begin_inset CommandInset ref
27800 LatexCommand ref
27801 reference "sec:Minipages"
27802
27803 \end_inset
27804
27805 ; the type 
27806 \family sans
27807 Parbox
27808 \family default
27809  is described in section
27810 \begin_inset space ~
27811 \end_inset
27812
27813
27814 \begin_inset CommandInset ref
27815 LatexCommand ref
27816 reference "sec:Parboxes"
27817
27818 \end_inset
27819
27820  and the type 
27821 \family sans
27822 Makebox
27823 \family default
27824  in 
27825 \begin_inset CommandInset ref
27826 LatexCommand ref
27827 reference "sec:Prevent-Hyphenation"
27828
27829 \end_inset
27830
27831 .
27832 \end_layout
27833
27834 \begin_layout Standard
27835 Boxes are not numbered and can therefore not be referenced like floats or
27836  footnotes.
27837 \end_layout
27838
27839 \begin_layout Standard
27840 \begin_inset Note Greyedout
27841 status open
27842
27843 \begin_layout Plain Layout
27844
27845 \series bold
27846 Note:
27847 \series default
27848  Boxes must not be the item in an 
27849 \family sans
27850 Itemize
27851 \family default
27852  or 
27853 \family sans
27854 Description
27855 \family default
27856  environment.
27857 \end_layout
27858
27859 \end_inset
27860
27861
27862 \end_layout
27863
27864 \begin_layout Standard
27865 \begin_inset Note Greyedout
27866 status open
27867
27868 \begin_layout Plain Layout
27869
27870 \series bold
27871 Note:
27872 \series default
27873  For an unknown reason you can only set the 
27874 \family sans
27875 Inner
27876 \begin_inset space ~
27877 \end_inset
27878
27879 Box
27880 \family default
27881  type to 
27882 \family sans
27883 None
27884 \family default
27885  when you use a framed box.
27886  Boxes without an 
27887 \family sans
27888 Inner
27889 \begin_inset space ~
27890 \end_inset
27891
27892 Box
27893 \family default
27894  type and without frames are explained in section
27895 \begin_inset space ~
27896 \end_inset
27897
27898
27899 \begin_inset CommandInset ref
27900 LatexCommand ref
27901 reference "sec:Prevent-Hyphenation"
27902
27903 \end_inset
27904
27905 .
27906 \end_layout
27907
27908 \end_inset
27909
27910
27911 \end_layout
27912
27913 \begin_layout Section
27914 Box Dialog
27915 \begin_inset CommandInset label
27916 LatexCommand label
27917 name "sec:Box-Dialog"
27918
27919 \end_inset
27920
27921
27922 \begin_inset Index idx
27923 status collapsed
27924
27925 \begin_layout Plain Layout
27926 Boxes ! Box Dialog
27927 \end_layout
27928
27929 \end_inset
27930
27931
27932 \end_layout
27933
27934 \begin_layout Subsection
27935 Size
27936 \begin_inset Index idx
27937 status collapsed
27938
27939 \begin_layout Plain Layout
27940 Boxes ! Size
27941 \end_layout
27942
27943 \end_inset
27944
27945
27946 \end_layout
27947
27948 \begin_layout Standard
27949 In the box dialog you can adjust the box geometry in the fields 
27950 \family sans
27951 Width
27952 \family default
27953  and 
27954 \family sans
27955 Height
27956 \family default
27957 .
27958  The available units for the geometry are explained in Table
27959 \begin_inset space ~
27960 \end_inset
27961
27962
27963 \begin_inset CommandInset ref
27964 LatexCommand ref
27965 reference "tab:Units"
27966
27967 \end_inset
27968
27969 .
27970  The field 
27971 \family sans
27972 Height
27973 \family default
27974  offers the following additional sizes:
27975 \end_layout
27976
27977 \begin_layout Description
27978 Depth This is the plain text 
27979 \begin_inset Quotes eld
27980 \end_inset
27981
27982 height
27983 \begin_inset Quotes erd
27984 \end_inset
27985
27986 .
27987  It ignores the total depth when there are multiple text lines in the box:
27988 \begin_inset Newline newline
27989 \end_inset
27990
27991
27992 \begin_inset Newline newline
27993 \end_inset
27994
27995
27996 \begin_inset Newline newline
27997 \end_inset
27998
27999
28000 \begin_inset Box Boxed
28001 position "c"
28002 hor_pos "c"
28003 has_inner_box 1
28004 inner_pos "c"
28005 use_parbox 0
28006 use_makebox 0
28007 width "12col%"
28008 special "none"
28009 height "1in"
28010 height_special "depth"
28011 status collapsed
28012
28013 \begin_layout Plain Layout
28014 \align center
28015 Box height set to 1
28016 \begin_inset space \thinspace{}
28017 \end_inset
28018
28019 Depth
28020 \end_layout
28021
28022 \end_inset
28023
28024
28025 \begin_inset Newline newline
28026 \end_inset
28027
28028
28029 \begin_inset Newline newline
28030 \end_inset
28031
28032
28033 \end_layout
28034
28035 \begin_layout Description
28036 Height This is the height of the text that is inside the box.
28037  A value of e.
28038 \begin_inset space \thinspace{}
28039 \end_inset
28040
28041 g.
28042 \begin_inset space \space{}
28043 \end_inset
28044
28045 2 for this size will set the box height to 2
28046 \begin_inset space ~
28047 \end_inset
28048
28049 times the text height: 
28050 \begin_inset Box Boxed
28051 position "c"
28052 hor_pos "c"
28053 has_inner_box 1
28054 inner_pos "c"
28055 use_parbox 0
28056 use_makebox 0
28057 width "20col%"
28058 special "none"
28059 height "2in"
28060 height_special "height"
28061 status collapsed
28062
28063 \begin_layout Plain Layout
28064 \align center
28065 Box height set to 2
28066 \begin_inset space \thinspace{}
28067 \end_inset
28068
28069 Height
28070 \end_layout
28071
28072 \end_inset
28073
28074
28075 \end_layout
28076
28077 \begin_layout Description
28078 Total
28079 \begin_inset space ~
28080 \end_inset
28081
28082 Height This is the Height
28083 \begin_inset space \thinspace{}
28084 \end_inset
28085
28086 +
28087 \begin_inset space \thinspace{}
28088 \end_inset
28089
28090 Depth: 
28091 \begin_inset Box Boxed
28092 position "c"
28093 hor_pos "c"
28094 has_inner_box 1
28095 inner_pos "c"
28096 use_parbox 0
28097 use_makebox 0
28098 width "20col%"
28099 special "none"
28100 height "1in"
28101 height_special "totalheight"
28102 status collapsed
28103
28104 \begin_layout Plain Layout
28105 \align center
28106 Box height set to 1
28107 \begin_inset space \thinspace{}
28108 \end_inset
28109
28110 Total
28111 \begin_inset space ~
28112 \end_inset
28113
28114 Height
28115 \end_layout
28116
28117 \end_inset
28118
28119
28120 \end_layout
28121
28122 \begin_layout Description
28123 Width This sets the width of the box as height: 
28124 \begin_inset Box Boxed
28125 position "c"
28126 hor_pos "c"
28127 has_inner_box 1
28128 inner_pos "c"
28129 use_parbox 0
28130 use_makebox 0
28131 width "12col%"
28132 special "none"
28133 height "1in"
28134 height_special "width"
28135 status collapsed
28136
28137 \begin_layout Plain Layout
28138 \align center
28139 Box height set to 1
28140 \begin_inset space \thinspace{}
28141 \end_inset
28142
28143 Width
28144 \end_layout
28145
28146 \end_inset
28147
28148
28149 \end_layout
28150
28151 \begin_layout Subsection
28152 Alignment
28153 \begin_inset Index idx
28154 status collapsed
28155
28156 \begin_layout Plain Layout
28157 Boxes ! Alignment
28158 \end_layout
28159
28160 \end_inset
28161
28162
28163 \end_layout
28164
28165 \begin_layout Standard
28166 When you have chosen an 
28167 \family sans
28168 Inner
28169 \begin_inset space ~
28170 \end_inset
28171
28172 Box
28173 \family default
28174 , the vertical box alignment can be:
28175 \end_layout
28176
28177 \begin_layout Description
28178 Top This is an example text line.
28179  
28180 \begin_inset Box Boxed
28181 position "t"
28182 hor_pos "c"
28183 has_inner_box 1
28184 inner_pos "c"
28185 use_parbox 0
28186 use_makebox 0
28187 width "12col%"
28188 special "none"
28189 height "1in"
28190 height_special "totalheight"
28191 status collapsed
28192
28193 \begin_layout Plain Layout
28194 \align center
28195 This box is top-aligned.
28196 \end_layout
28197
28198 \end_inset
28199
28200  This is an example text line.
28201 \end_layout
28202
28203 \begin_layout Description
28204 Middle This is an example text line.
28205  
28206 \begin_inset Box Boxed
28207 position "c"
28208 hor_pos "c"
28209 has_inner_box 1
28210 inner_pos "c"
28211 use_parbox 0
28212 use_makebox 0
28213 width "12col%"
28214 special "none"
28215 height "1in"
28216 height_special "totalheight"
28217 status collapsed
28218
28219 \begin_layout Plain Layout
28220 \align center
28221 This box is middle-aligned.
28222 \end_layout
28223
28224 \end_inset
28225
28226  This is an example text line.
28227 \end_layout
28228
28229 \begin_layout Description
28230 Bottom This is an example text line.
28231  
28232 \begin_inset Box Boxed
28233 position "b"
28234 hor_pos "c"
28235 has_inner_box 1
28236 inner_pos "c"
28237 use_parbox 0
28238 use_makebox 0
28239 width "12col%"
28240 special "none"
28241 height "1in"
28242 height_special "totalheight"
28243 status collapsed
28244
28245 \begin_layout Plain Layout
28246 \align center
28247 This box is bottom-aligned.
28248 \end_layout
28249
28250 \end_inset
28251
28252  This is an example text line.
28253 \end_layout
28254
28255 \begin_layout Standard
28256 \begin_inset Note Greyedout
28257 status open
28258
28259 \begin_layout Plain Layout
28260
28261 \series bold
28262 Note:
28263 \series default
28264  The vertical box alignment can be lost in the output when you have two
28265  boxes in a line and one has e.
28266 \begin_inset space \thinspace{}
28267 \end_inset
28268
28269 g.
28270 \begin_inset space \space{}
28271 \end_inset
28272
28273 a shadow and the other one not.
28274 \end_layout
28275
28276 \end_inset
28277
28278
28279 \end_layout
28280
28281 \begin_layout Standard
28282 The horizontal box alignment can be set via LyX's paragraph dialog when
28283  you set the box into its own paragraph.
28284 \end_layout
28285
28286 \begin_layout Standard
28287 \begin_inset VSpace bigskip
28288 \end_inset
28289
28290 When you have chosen an 
28291 \family sans
28292 Inner
28293 \begin_inset space ~
28294 \end_inset
28295
28296 Box
28297 \family default
28298 , the box content can be aligned vertically to:
28299 \end_layout
28300
28301 \begin_layout Description
28302 top This is an example text line.
28303  
28304 \begin_inset Box Boxed
28305 position "c"
28306 hor_pos "c"
28307 has_inner_box 1
28308 inner_pos "t"
28309 use_parbox 0
28310 use_makebox 0
28311 width "12col%"
28312 special "none"
28313 height "1.5in"
28314 height_special "totalheight"
28315 status collapsed
28316
28317 \begin_layout Plain Layout
28318 \align center
28319 This box text is top-aligned.
28320 \end_layout
28321
28322 \end_inset
28323
28324  This is an example text line.
28325 \end_layout
28326
28327 \begin_layout Description
28328 middle This is an example text line.
28329  
28330 \begin_inset Box Boxed
28331 position "c"
28332 hor_pos "c"
28333 has_inner_box 1
28334 inner_pos "c"
28335 use_parbox 0
28336 use_makebox 0
28337 width "12col%"
28338 special "none"
28339 height "1.5in"
28340 height_special "totalheight"
28341 status collapsed
28342
28343 \begin_layout Plain Layout
28344 \align center
28345 This box text is middle-aligned.
28346 \end_layout
28347
28348 \end_inset
28349
28350  This is an example text line.
28351 \end_layout
28352
28353 \begin_layout Description
28354 bottom This is an example text line.
28355  
28356 \begin_inset Box Boxed
28357 position "c"
28358 hor_pos "c"
28359 has_inner_box 1
28360 inner_pos "b"
28361 use_parbox 0
28362 use_makebox 0
28363 width "12col%"
28364 special "none"
28365 height "1.5in"
28366 height_special "totalheight"
28367 status collapsed
28368
28369 \begin_layout Plain Layout
28370 \align center
28371 This box text is bottom-aligned.
28372 \end_layout
28373
28374 \end_inset
28375
28376  This is an example text line.
28377 \end_layout
28378
28379 \begin_layout Description
28380 stretch This is an example text line.
28381  
28382 \begin_inset Box Boxed
28383 position "c"
28384 hor_pos "c"
28385 has_inner_box 1
28386 inner_pos "s"
28387 use_parbox 0
28388 use_makebox 0
28389 width "12col%"
28390 special "none"
28391 height "1.5in"
28392 height_special "totalheight"
28393 status collapsed
28394
28395 \begin_layout Plain Layout
28396 \align center
28397 This box
28398 \end_layout
28399
28400 \begin_layout Plain Layout
28401 \align center
28402 text is
28403 \end_layout
28404
28405 \begin_layout Plain Layout
28406 \align center
28407 stretched.
28408 \end_layout
28409
28410 \end_inset
28411
28412  This is an example text line.
28413 \end_layout
28414
28415 \begin_layout Standard
28416 To stretch the box content, it must consist of more than one paragraph.
28417  In the example above every text line is in an own paragraph.
28418 \end_layout
28419
28420 \begin_layout Standard
28421 \begin_inset VSpace bigskip
28422 \end_inset
28423
28424 To align the box content horizontally you can use LyX's paragraph dialog
28425  when you have chosen an 
28426 \family sans
28427 Inner
28428 \begin_inset space ~
28429 \end_inset
28430
28431 Box
28432 \family default
28433 .
28434 \end_layout
28435
28436 \begin_layout Standard
28437 \align center
28438 \begin_inset Box Boxed
28439 position "c"
28440 hor_pos "c"
28441 has_inner_box 1
28442 inner_pos "s"
28443 use_parbox 0
28444 use_makebox 0
28445 width "15col%"
28446 special "none"
28447 height "1.25in"
28448 height_special "totalheight"
28449 status collapsed
28450
28451 \begin_layout Plain Layout
28452 \align left
28453 This box
28454 \end_layout
28455
28456 \begin_layout Plain Layout
28457 \align center
28458 text is
28459 \end_layout
28460
28461 \begin_layout Plain Layout
28462 \align right
28463 stretched.
28464 \end_layout
28465
28466 \end_inset
28467
28468
28469 \end_layout
28470
28471 \begin_layout Standard
28472 If you have not set an 
28473 \family sans
28474 Inner
28475 \begin_inset space ~
28476 \end_inset
28477
28478 Box
28479 \family default
28480 , you can align the box content horizontally in the box dialog.
28481 \end_layout
28482
28483 \begin_layout Standard
28484 \align center
28485 \begin_inset Box Boxed
28486 position "c"
28487 hor_pos "s"
28488 has_inner_box 0
28489 inner_pos "s"
28490 use_parbox 0
28491 use_makebox 0
28492 width "90col%"
28493 special "none"
28494 height "1.25in"
28495 height_special "totalheight"
28496 status collapsed
28497
28498 \begin_layout Plain Layout
28499 This box text is horizontally stretched.
28500 \end_layout
28501
28502 \end_inset
28503
28504
28505 \end_layout
28506
28507 \begin_layout Subsection
28508 Decoration
28509 \begin_inset CommandInset label
28510 LatexCommand label
28511 name "sec:Decoration"
28512
28513 \end_inset
28514
28515
28516 \begin_inset Index idx
28517 status collapsed
28518
28519 \begin_layout Plain Layout
28520 Boxes ! Decoration
28521 \end_layout
28522
28523 \end_inset
28524
28525
28526 \end_layout
28527
28528 \begin_layout Standard
28529 The type of the box can be specified in the box dialog in the drop-down
28530  list 
28531 \family sans
28532 Decoration
28533 \family default
28534 .
28535  The following types are possible:
28536 \end_layout
28537
28538 \begin_layout Description
28539 No
28540 \begin_inset space ~
28541 \end_inset
28542
28543 frame Nothing is drawn.
28544 \end_layout
28545
28546 \begin_layout Description
28547 Simple
28548 \begin_inset space ~
28549 \end_inset
28550
28551 rectangular
28552 \begin_inset space ~
28553 \end_inset
28554
28555 frame This draws a rectangular frame around the box.
28556  The frame line thickness has the size of 
28557 \series bold
28558
28559 \backslash
28560 fboxrule
28561 \series default
28562 .
28563  
28564 \begin_inset Box Boxed
28565 position "c"
28566 hor_pos "c"
28567 has_inner_box 1
28568 inner_pos "c"
28569 use_parbox 0
28570 use_makebox 0
28571 width "20col%"
28572 special "none"
28573 height "1in"
28574 height_special "totalheight"
28575 status collapsed
28576
28577 \begin_layout Plain Layout
28578 \align center
28579 Rectangular box
28580 \end_layout
28581
28582 \end_inset
28583
28584
28585 \end_layout
28586
28587 \begin_layout Description
28588 Oval
28589 \begin_inset space ~
28590 \end_inset
28591
28592 box,
28593 \begin_inset space ~
28594 \end_inset
28595
28596 thin This draws an oval frame around the box.
28597  The frame line thickness has the size 0.4
28598 \begin_inset space \thinspace{}
28599 \end_inset
28600
28601 pt.
28602  
28603 \begin_inset Box ovalbox
28604 position "c"
28605 hor_pos "c"
28606 has_inner_box 1
28607 inner_pos "c"
28608 use_parbox 0
28609 use_makebox 0
28610 width "20col%"
28611 special "none"
28612 height "1in"
28613 height_special "totalheight"
28614 status collapsed
28615
28616 \begin_layout Plain Layout
28617 \align center
28618 Oval box, thin
28619 \end_layout
28620
28621 \end_inset
28622
28623
28624 \end_layout
28625
28626 \begin_layout Description
28627 Oval
28628 \begin_inset space ~
28629 \end_inset
28630
28631 box,
28632 \begin_inset space ~
28633 \end_inset
28634
28635 thick This draws an oval frame around the box.
28636  The frame line thickness has the size 0.8
28637 \begin_inset space \thinspace{}
28638 \end_inset
28639
28640 pt.
28641  
28642 \begin_inset Box Ovalbox
28643 position "c"
28644 hor_pos "c"
28645 has_inner_box 1
28646 inner_pos "c"
28647 use_parbox 0
28648 use_makebox 0
28649 width "20col%"
28650 special "none"
28651 height "1in"
28652 height_special "totalheight"
28653 status collapsed
28654
28655 \begin_layout Plain Layout
28656 \align center
28657 Oval box, thick
28658 \end_layout
28659
28660 \end_inset
28661
28662
28663 \end_layout
28664
28665 \begin_layout Description
28666 Drop
28667 \begin_inset space ~
28668 \end_inset
28669
28670 shadow This draws a rectangular frame with a shadow around the box.
28671  The frame line thickness has the size of 
28672 \series bold
28673
28674 \backslash
28675 fboxrule
28676 \series default
28677 , the shadow has a width of 4
28678 \begin_inset space \thinspace{}
28679 \end_inset
28680
28681 pt.
28682  
28683 \begin_inset Box Shadowbox
28684 position "c"
28685 hor_pos "c"
28686 has_inner_box 1
28687 inner_pos "c"
28688 use_parbox 0
28689 use_makebox 0
28690 width "20col%"
28691 special "none"
28692 height "1in"
28693 height_special "totalheight"
28694 status collapsed
28695
28696 \begin_layout Plain Layout
28697 \align center
28698 Shadow box
28699 \end_layout
28700
28701 \end_inset
28702
28703
28704 \end_layout
28705
28706 \begin_layout Description
28707 Shaded
28708 \begin_inset space ~
28709 \end_inset
28710
28711 background This draws a box with a red background.
28712  Unlike colored boxes
28713 \begin_inset Foot
28714 status collapsed
28715
28716 \begin_layout Plain Layout
28717 see sec.
28718 \begin_inset space \thinspace{}
28719 \end_inset
28720
28721
28722 \begin_inset CommandInset ref
28723 LatexCommand ref
28724 reference "sec:Colored-Boxes"
28725
28726 \end_inset
28727
28728
28729 \end_layout
28730
28731 \end_inset
28732
28733 , it always uses the whole column width and the box is set as its own paragraph.
28734  
28735 \begin_inset Box Shaded
28736 position "t"
28737 hor_pos "c"
28738 has_inner_box 0
28739 inner_pos "t"
28740 use_parbox 0
28741 use_makebox 0
28742 width "50col%"
28743 special "none"
28744 height "1in"
28745 height_special "totalheight"
28746 status collapsed
28747
28748 \begin_layout Plain Layout
28749 Shaded background box
28750 \end_layout
28751
28752 \end_inset
28753
28754
28755 \end_layout
28756
28757 \begin_layout Description
28758 Double
28759 \begin_inset space ~
28760 \end_inset
28761
28762 rectangular
28763 \begin_inset space ~
28764 \end_inset
28765
28766 frame This draws a double-line rectangular frame around the box.
28767  The line thickness of the inner frame is 0.75
28768 \begin_inset space \thinspace{}
28769 \end_inset
28770
28771
28772 \series bold
28773
28774 \backslash
28775 fboxrule
28776 \series default
28777 , the thickness of the outer frame is 1.5
28778 \begin_inset space \thinspace{}
28779 \end_inset
28780
28781
28782 \series bold
28783
28784 \backslash
28785 fboxrule
28786 \series default
28787 .
28788  The distance between the lines is 1.5
28789 \begin_inset space \thinspace{}
28790 \end_inset
28791
28792
28793 \series bold
28794
28795 \backslash
28796 fboxrule
28797 \series default
28798
28799 \begin_inset space \thinspace{}
28800 \end_inset
28801
28802 +
28803 \begin_inset space \thinspace{}
28804 \end_inset
28805
28806 0.5
28807 \begin_inset space \thinspace{}
28808 \end_inset
28809
28810 pt.
28811  
28812 \begin_inset Box Doublebox
28813 position "c"
28814 hor_pos "c"
28815 has_inner_box 1
28816 inner_pos "c"
28817 use_parbox 0
28818 use_makebox 0
28819 width "20col%"
28820 special "none"
28821 height "1in"
28822 height_special "totalheight"
28823 status collapsed
28824
28825 \begin_layout Plain Layout
28826 \align center
28827 Double rectangular box
28828 \end_layout
28829
28830 \end_inset
28831
28832
28833 \end_layout
28834
28835 \begin_layout Standard
28836 \begin_inset VSpace bigskip
28837 \end_inset
28838
28839 LyX's box label will reflect the different frame types.
28840  To be able to use all types, the LaTeX-package 
28841 \series bold
28842 fancybox
28843 \series default
28844
28845 \begin_inset Index idx
28846 status collapsed
28847
28848 \begin_layout Plain Layout
28849 LaTeX-packages ! fancybox
28850 \end_layout
28851
28852 \end_inset
28853
28854  must be installed.
28855 \end_layout
28856
28857 \begin_layout Standard
28858 \begin_inset VSpace bigskip
28859 \end_inset
28860
28861 When you use the decoration 
28862 \family sans
28863 simple rectangular frame
28864 \family default
28865  and no inner box, you can allow page breaks within a box.
28866  Note that then, unlike other framed boxes, the frame always uses the whole
28867  column width, the box is set as its own paragraph, and 
28868 \series bold
28869
28870 \backslash
28871 fboxrule
28872 \series default
28873  and 
28874 \series bold
28875
28876 \backslash
28877 fboxsep
28878 \series default
28879  have no effect on this box type.
28880  The frame line thickness has the size of 
28881 \series bold
28882
28883 \backslash
28884 FrameRule
28885 \series default
28886 .
28887  
28888 \begin_inset Box Framed
28889 position "t"
28890 hor_pos "c"
28891 has_inner_box 0
28892 inner_pos "t"
28893 use_parbox 0
28894 use_makebox 0
28895 width "100col%"
28896 special "none"
28897 height "1in"
28898 height_special "totalheight"
28899 status collapsed
28900
28901 \begin_layout Plain Layout
28902 Allow page break box
28903 \end_layout
28904
28905 \end_inset
28906
28907
28908 \end_layout
28909
28910 \begin_layout Section
28911 Box Customization
28912 \begin_inset Index idx
28913 status collapsed
28914
28915 \begin_layout Plain Layout
28916 Boxes ! Customization
28917 \end_layout
28918
28919 \end_inset
28920
28921
28922 \end_layout
28923
28924 \begin_layout Standard
28925 The default value for the size 
28926 \series bold
28927
28928 \backslash
28929 fboxrule
28930 \series default
28931  is 0.4
28932 \begin_inset space \thinspace{}
28933 \end_inset
28934
28935 pt.
28936  It can be changed with the following command in TeX-code to e.
28937 \begin_inset space \thinspace{}
28938 \end_inset
28939
28940 g.
28941 \begin_inset space \space{}
28942 \end_inset
28943
28944 2
28945 \begin_inset space \thinspace{}
28946 \end_inset
28947
28948 pt:
28949 \end_layout
28950
28951 \begin_layout Standard
28952
28953 \series bold
28954
28955 \backslash
28956 setlength{
28957 \backslash
28958 fboxrule}{2pt}
28959 \end_layout
28960
28961 \begin_layout Standard
28962 \begin_inset ERT
28963 status collapsed
28964
28965 \begin_layout Plain Layout
28966
28967
28968 \backslash
28969 setlength{
28970 \backslash
28971 fboxrule}{2pt}
28972 \end_layout
28973
28974 \end_inset
28975
28976
28977 \begin_inset Box Boxed
28978 position "c"
28979 hor_pos "c"
28980 has_inner_box 1
28981 inner_pos "c"
28982 use_parbox 0
28983 use_makebox 0
28984 width "25col%"
28985 special "none"
28986 height "1in"
28987 height_special "totalheight"
28988 status open
28989
28990 \begin_layout Plain Layout
28991 \align center
28992 Rectangular box with 
28993 \series bold
28994
28995 \backslash
28996 fboxrule
28997 \series default
28998
28999 \begin_inset space \thinspace{}
29000 \end_inset
29001
29002 =
29003 \begin_inset space \thinspace{}
29004 \end_inset
29005
29006 2
29007 \begin_inset space \thinspace{}
29008 \end_inset
29009
29010 pt
29011 \end_layout
29012
29013 \end_inset
29014
29015
29016 \begin_inset ERT
29017 status collapsed
29018
29019 \begin_layout Plain Layout
29020
29021
29022 \backslash
29023 setlength{
29024 \backslash
29025 fboxrule}{0.4pt}
29026 \end_layout
29027
29028 \end_inset
29029
29030
29031 \end_layout
29032
29033 \begin_layout Standard
29034 \begin_inset VSpace bigskip
29035 \end_inset
29036
29037 The space between the frame and the box content is for all frame styles
29038  by default 3
29039 \begin_inset space \thinspace{}
29040 \end_inset
29041
29042 pt.
29043  You can change it by setting the length 
29044 \series bold
29045
29046 \backslash
29047 fboxsep
29048 \series default
29049  to another value.
29050  For example the command
29051 \end_layout
29052
29053 \begin_layout Standard
29054
29055 \series bold
29056
29057 \backslash
29058 setlength{
29059 \backslash
29060 fboxsep}{10pt}
29061 \end_layout
29062
29063 \begin_layout Standard
29064 sets the value to 10
29065 \begin_inset space \thinspace{}
29066 \end_inset
29067
29068 pt, as with the following box:
29069 \end_layout
29070
29071 \begin_layout Standard
29072 \begin_inset ERT
29073 status collapsed
29074
29075 \begin_layout Plain Layout
29076
29077
29078 \backslash
29079 setlength{
29080 \backslash
29081 fboxsep}{10pt}
29082 \end_layout
29083
29084 \end_inset
29085
29086
29087 \begin_inset Box Boxed
29088 position "c"
29089 hor_pos "c"
29090 has_inner_box 1
29091 inner_pos "c"
29092 use_parbox 0
29093 use_makebox 0
29094 width "25col%"
29095 special "none"
29096 height "1in"
29097 height_special "totalheight"
29098 status open
29099
29100 \begin_layout Plain Layout
29101 \align center
29102 Rectangular box with 
29103 \series bold
29104
29105 \backslash
29106 fboxsep
29107 \series default
29108
29109 \begin_inset space \thinspace{}
29110 \end_inset
29111
29112 =
29113 \begin_inset space \thinspace{}
29114 \end_inset
29115
29116 10
29117 \begin_inset space \thinspace{}
29118 \end_inset
29119
29120 pt
29121 \end_layout
29122
29123 \end_inset
29124
29125
29126 \begin_inset ERT
29127 status collapsed
29128
29129 \begin_layout Plain Layout
29130
29131
29132 \backslash
29133 setlength{
29134 \backslash
29135 fboxsep}{3pt}
29136 \end_layout
29137
29138 \end_inset
29139
29140
29141 \end_layout
29142
29143 \begin_layout Standard
29144 \begin_inset VSpace bigskip
29145 \end_inset
29146
29147 The diameter of the round corners of the oval boxes can be set with the
29148  command 
29149 \series bold
29150
29151 \backslash
29152 cornersize
29153 \series default
29154 .
29155  The command
29156 \end_layout
29157
29158 \begin_layout Standard
29159
29160 \series bold
29161
29162 \backslash
29163 cornersize*{1cm}
29164 \end_layout
29165
29166 \begin_layout Standard
29167 sets the diameter to 1
29168 \begin_inset space \thinspace{}
29169 \end_inset
29170
29171 cm.
29172  The command
29173 \end_layout
29174
29175 \begin_layout Standard
29176
29177 \series bold
29178
29179 \backslash
29180 cornersize{num}
29181 \end_layout
29182
29183 \begin_layout Standard
29184 sets the diameter to 
29185 \family sans
29186 num
29187 \begin_inset space \thinspace{}
29188 \end_inset
29189
29190 ×
29191 \begin_inset space \thinspace{}
29192 \end_inset
29193
29194 minimum(width and height of box)
29195 \family default
29196 .
29197  The default is 
29198 \series bold
29199
29200 \backslash
29201 cornersize{0.5}
29202 \series default
29203 .
29204 \end_layout
29205
29206 \begin_layout Standard
29207 \begin_inset ERT
29208 status collapsed
29209
29210 \begin_layout Plain Layout
29211
29212
29213 \backslash
29214 cornersize*{1.5cm}
29215 \end_layout
29216
29217 \end_inset
29218
29219
29220 \begin_inset Box Ovalbox
29221 position "c"
29222 hor_pos "c"
29223 has_inner_box 1
29224 inner_pos "c"
29225 use_parbox 0
29226 use_makebox 0
29227 width "25col%"
29228 special "none"
29229 height "1in"
29230 height_special "totalheight"
29231 status open
29232
29233 \begin_layout Plain Layout
29234 \align center
29235 Oval box with 
29236 \series bold
29237
29238 \backslash
29239 cornersize
29240 \series default
29241
29242 \begin_inset space \thinspace{}
29243 \end_inset
29244
29245 =
29246 \begin_inset space \thinspace{}
29247 \end_inset
29248
29249 1.5
29250 \begin_inset space \thinspace{}
29251 \end_inset
29252
29253 cm
29254 \end_layout
29255
29256 \end_inset
29257
29258
29259 \begin_inset ERT
29260 status collapsed
29261
29262 \begin_layout Plain Layout
29263
29264
29265 \backslash
29266 cornersize{0.5}
29267 \end_layout
29268
29269 \end_inset
29270
29271
29272 \end_layout
29273
29274 \begin_layout Standard
29275 \begin_inset VSpace bigskip
29276 \end_inset
29277
29278 The size of the shadow can be adjusted by changing the length 
29279 \series bold
29280
29281 \backslash
29282 shadowsize
29283 \series default
29284 .
29285  It it set to 2
29286 \begin_inset space \thinspace{}
29287 \end_inset
29288
29289 pt for the following box by this command:
29290 \end_layout
29291
29292 \begin_layout Standard
29293
29294 \series bold
29295
29296 \backslash
29297 setlength{
29298 \backslash
29299 shadowsize}{2pt}
29300 \end_layout
29301
29302 \begin_layout Standard
29303 \begin_inset ERT
29304 status collapsed
29305
29306 \begin_layout Plain Layout
29307
29308
29309 \backslash
29310 setlength{
29311 \backslash
29312 shadowsize}{2pt}
29313 \end_layout
29314
29315 \end_inset
29316
29317
29318 \begin_inset Box Shadowbox
29319 position "c"
29320 hor_pos "c"
29321 has_inner_box 1
29322 inner_pos "c"
29323 use_parbox 0
29324 use_makebox 0
29325 width "25col%"
29326 special "none"
29327 height "1in"
29328 height_special "totalheight"
29329 status open
29330
29331 \begin_layout Plain Layout
29332 \align center
29333 Shadow box with 
29334 \series bold
29335
29336 \backslash
29337 shadowsize
29338 \series default
29339
29340 \begin_inset space \thinspace{}
29341 \end_inset
29342
29343 =
29344 \begin_inset space \thinspace{}
29345 \end_inset
29346
29347 2
29348 \begin_inset space \thinspace{}
29349 \end_inset
29350
29351 pt
29352 \end_layout
29353
29354 \end_inset
29355
29356
29357 \begin_inset ERT
29358 status collapsed
29359
29360 \begin_layout Plain Layout
29361
29362
29363 \backslash
29364 setlength{
29365 \backslash
29366 shadowsize}{4pt}
29367 \end_layout
29368
29369 \end_inset
29370
29371
29372 \end_layout
29373
29374 \begin_layout Standard
29375 \begin_inset VSpace bigskip
29376 \end_inset
29377
29378
29379 \end_layout
29380
29381 \begin_layout Standard
29382 The default value for the size 
29383 \series bold
29384
29385 \backslash
29386 FrameRule
29387 \series default
29388  is 0.4
29389 \begin_inset space \thinspace{}
29390 \end_inset
29391
29392 pt.
29393  The default space between the note content and the frame is 9
29394 \begin_inset space \thinspace{}
29395 \end_inset
29396
29397 pt and can be changed with the value of 
29398 \series bold
29399
29400 \backslash
29401 FrameSep
29402 \series default
29403 .
29404  For example the frame appearance of the following 
29405 \family sans
29406 box
29407 \family default
29408  is set with the TeX-Code commands
29409 \end_layout
29410
29411 \begin_layout Standard
29412
29413 \series bold
29414
29415 \backslash
29416 setlength{
29417 \backslash
29418 FrameRule}{5pt}
29419 \begin_inset Newline newline
29420 \end_inset
29421
29422
29423 \backslash
29424 setlength{
29425 \backslash
29426 FrameSep}{0.5cm}
29427 \end_layout
29428
29429 \begin_layout Standard
29430 \begin_inset ERT
29431 status collapsed
29432
29433 \begin_layout Plain Layout
29434
29435
29436 \backslash
29437 setlength{
29438 \backslash
29439 FrameRule}{5pt}
29440 \end_layout
29441
29442 \begin_layout Plain Layout
29443
29444
29445 \backslash
29446 setlength{
29447 \backslash
29448 FrameSep}{0.5cm}
29449 \end_layout
29450
29451 \end_inset
29452
29453
29454 \begin_inset Box Framed
29455 position "t"
29456 hor_pos "c"
29457 has_inner_box 0
29458 inner_pos "t"
29459 use_parbox 0
29460 use_makebox 0
29461 width "100col%"
29462 special "none"
29463 height "1in"
29464 height_special "totalheight"
29465 status open
29466
29467 \begin_layout Plain Layout
29468 This is text in an 
29469 \family sans
29470 allow page break
29471 \family default
29472  box.
29473 \end_layout
29474
29475 \end_inset
29476
29477
29478 \begin_inset ERT
29479 status collapsed
29480
29481 \begin_layout Plain Layout
29482
29483
29484 \backslash
29485 setlength{
29486 \backslash
29487 FrameRule}{0.4pt}
29488 \end_layout
29489
29490 \begin_layout Plain Layout
29491
29492
29493 \backslash
29494 setlength{
29495 \backslash
29496 FrameSep}{9pt}
29497 \end_layout
29498
29499 \end_inset
29500
29501
29502 \end_layout
29503
29504 \begin_layout Standard
29505 \begin_inset VSpace bigskip
29506 \end_inset
29507
29508
29509 \end_layout
29510
29511 \begin_layout Standard
29512 For 
29513 \family sans
29514 shaded background
29515 \family default
29516  boxes the default space between the box content and the box border is 3
29517 \begin_inset space \thinspace{}
29518 \end_inset
29519
29520 pt and can be changed with the value of 
29521 \series bold
29522
29523 \backslash
29524 fboxsep
29525 \series default
29526 .
29527  The default background color red can either be changed locally with the
29528  command 
29529 \series bold
29530
29531 \backslash
29532 definecolor{shadecolor}
29533 \series default
29534  or globally with the menu 
29535 \family sans
29536 Tools\SpecialChar \menuseparator
29537 Preferences\SpecialChar \menuseparator
29538 Colors\SpecialChar \menuseparator
29539 shaded
29540 \begin_inset space ~
29541 \end_inset
29542
29543 box
29544 \family default
29545 .
29546  The scheme of the 
29547 \series bold
29548
29549 \backslash
29550 definecolor
29551 \series default
29552  command is explained in section
29553 \begin_inset space ~
29554 \end_inset
29555
29556
29557 \begin_inset CommandInset ref
29558 LatexCommand ref
29559 reference "sec:Colored-Tables"
29560
29561 \end_inset
29562
29563 .
29564 \begin_inset Foot
29565 status collapsed
29566
29567 \begin_layout Plain Layout
29568 Note that 
29569 \series bold
29570
29571 \backslash
29572 definecolor
29573 \series default
29574  requires the LaTeX-package 
29575 \series bold
29576 color
29577 \series default
29578  in the preamble, see section
29579 \begin_inset space ~
29580 \end_inset
29581
29582
29583 \begin_inset CommandInset ref
29584 LatexCommand ref
29585 reference "sec:Colored-Boxes"
29586
29587 \end_inset
29588
29589 .
29590 \end_layout
29591
29592 \end_inset
29593
29594  For example the appearance of the following shaded background box is set
29595  with the TeX-Code commands
29596 \end_layout
29597
29598 \begin_layout Standard
29599
29600 \series bold
29601
29602 \backslash
29603 setlength{
29604 \backslash
29605 fboxsep}{0.5cm}
29606 \series default
29607
29608 \begin_inset Newline newline
29609 \end_inset
29610
29611
29612 \series bold
29613
29614 \backslash
29615 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29616 \end_layout
29617
29618 \begin_layout Standard
29619 \begin_inset ERT
29620 status collapsed
29621
29622 \begin_layout Plain Layout
29623
29624
29625 \backslash
29626 setlength{
29627 \backslash
29628 fboxsep}{0.5cm}
29629 \end_layout
29630
29631 \begin_layout Plain Layout
29632
29633
29634 \backslash
29635 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29636 \end_layout
29637
29638 \end_inset
29639
29640
29641 \begin_inset Box Shaded
29642 position "t"
29643 hor_pos "c"
29644 has_inner_box 0
29645 inner_pos "t"
29646 use_parbox 0
29647 use_makebox 0
29648 width "100col%"
29649 special "none"
29650 height "1in"
29651 height_special "totalheight"
29652 status open
29653
29654 \begin_layout Plain Layout
29655
29656 \color yellow
29657 This is yellow text in a
29658 \color none
29659  
29660 \family sans
29661 \color yellow
29662 shaded background
29663 \family default
29664 \color none
29665  
29666 \color yellow
29667 box with dark green background.
29668 \end_layout
29669
29670 \end_inset
29671
29672
29673 \begin_inset ERT
29674 status collapsed
29675
29676 \begin_layout Plain Layout
29677
29678
29679 \backslash
29680 setlength{
29681 \backslash
29682 fboxsep}{3pt}
29683 \end_layout
29684
29685 \begin_layout Plain Layout
29686
29687
29688 \backslash
29689 definecolor{shadecolor}{rgb}{1,0,0}
29690 \end_layout
29691
29692 \end_inset
29693
29694
29695 \end_layout
29696
29697 \begin_layout Standard
29698 \begin_inset VSpace bigskip
29699 \end_inset
29700
29701 Changed lengths and widths are valid for all boxes following the commands
29702  that change them.
29703 \end_layout
29704
29705 \begin_layout Section
29706 Minipages
29707 \begin_inset CommandInset label
29708 LatexCommand label
29709 name "sec:Minipages"
29710
29711 \end_inset
29712
29713
29714 \begin_inset Index idx
29715 status collapsed
29716
29717 \begin_layout Plain Layout
29718 Boxes ! Minipages
29719 \end_layout
29720
29721 \end_inset
29722
29723
29724 \end_layout
29725
29726 \begin_layout Standard
29727 Minipages are treated by LaTeX as pages within pages and can therefore for
29728  example have their own footnotes.
29729 \end_layout
29730
29731 \begin_layout Standard
29732 Minipages are useful when you write documents with different languages.
29733 \end_layout
29734
29735 \begin_layout Standard
29736 Below are two example minipages side by side.
29737  Their width is set to 45
29738 \begin_inset space \thinspace{}
29739 \end_inset
29740
29741 col% and they are separated by a horizontal fill, that was inserted via
29742  the menu 
29743 \family sans
29744 Insert\SpecialChar \menuseparator
29745 Special
29746 \begin_inset space ~
29747 \end_inset
29748
29749 Formatting\SpecialChar \menuseparator
29750 Horizontal
29751 \begin_inset space ~
29752 \end_inset
29753
29754 Fill
29755 \family default
29756 .
29757 \begin_inset Newpage newpage
29758 \end_inset
29759
29760
29761 \end_layout
29762
29763 \begin_layout Standard
29764 \begin_inset Box Frameless
29765 position "t"
29766 hor_pos "c"
29767 has_inner_box 1
29768 inner_pos "c"
29769 use_parbox 0
29770 use_makebox 0
29771 width "45col%"
29772 special "none"
29773 height "1in"
29774 height_special "totalheight"
29775 status open
29776
29777 \begin_layout Plain Layout
29778
29779 \lang german
29780 Dies ist ein deutscher Text.
29781  Dies ist ein deutscher Text.
29782  Dies ist ein deutscher Text.
29783  Dies ist ein deutscher Text.
29784  Dies ist ein deutscher Text.
29785  Dies ist ein deutscher Text.
29786  Dies ist ein deutscher Text.
29787  Dies ist ein deutscher Text.
29788  Dies ist ein deutscher Text.
29789  Dies ist ein deutscher Text.
29790  Dies ist ein deutscher Text.
29791  Dies ist ein deutscher Text.
29792  Dies ist ein deutscher Text
29793 \begin_inset Foot
29794 status collapsed
29795
29796 \begin_layout Plain Layout
29797
29798 \lang german
29799 Dies ist eine deutsche Fußnote.
29800 \end_layout
29801
29802 \end_inset
29803
29804 .
29805  Dies ist ein deutscher Text.
29806  Dies ist ein deutscher Text.
29807 \end_layout
29808
29809 \end_inset
29810
29811
29812 \begin_inset space \hfill{}
29813 \end_inset
29814
29815
29816 \begin_inset Box Frameless
29817 position "t"
29818 hor_pos "c"
29819 has_inner_box 1
29820 inner_pos "c"
29821 use_parbox 0
29822 use_makebox 0
29823 width "45col%"
29824 special "none"
29825 height "1in"
29826 height_special "totalheight"
29827 status open
29828
29829 \begin_layout Plain Layout
29830 This is an English Text.
29831  This is an English Text.
29832  This is an English Text.
29833  This is an English Text.
29834  This is an English Text.
29835  This is an English Text.
29836  This is an English Text.
29837  This is an English Text.
29838  This is an English Text.
29839  This is an English Text.
29840  This is an English Text.
29841  This is an English Text.
29842  This is an English Text.
29843  This is an English Text.
29844  This is an English Text.
29845  This is an English Text.
29846 \begin_inset Foot
29847 status collapsed
29848
29849 \begin_layout Plain Layout
29850 This is an English footnote.
29851 \end_layout
29852
29853 \end_inset
29854
29855  This is an English Text.
29856  
29857 \end_layout
29858
29859 \end_inset
29860
29861
29862 \end_layout
29863
29864 \begin_layout Standard
29865 \begin_inset VSpace bigskip
29866 \end_inset
29867
29868 The document-wide paragraph settings are ignored within minipages.
29869  That means that there will be no space between paragraphs in minipages
29870  although you set it to e.
29871 \begin_inset space \thinspace{}
29872 \end_inset
29873
29874 g.
29875 \begin_inset space \space{}
29876 \end_inset
29877
29878
29879 \family sans
29880 MedSkip
29881 \family default
29882  in the document settings.
29883 \end_layout
29884
29885 \begin_layout Standard
29886 Minipages can also be used to set a background color for text parts, see
29887  section
29888 \begin_inset space ~
29889 \end_inset
29890
29891
29892 \begin_inset CommandInset ref
29893 LatexCommand ref
29894 reference "sub:Color-for-Paragraphs"
29895
29896 \end_inset
29897
29898 .
29899 \end_layout
29900
29901 \begin_layout Standard
29902 \begin_inset Note Greyedout
29903 status open
29904
29905 \begin_layout Plain Layout
29906
29907 \series bold
29908 Note:
29909 \series default
29910  You cannot have floats or margin notes inside minipages but minipages can
29911  be used inside tables, floats, and other boxes.
29912 \end_layout
29913
29914 \end_inset
29915
29916
29917 \end_layout
29918
29919 \begin_layout Section
29920 Parboxes
29921 \begin_inset CommandInset label
29922 LatexCommand label
29923 name "sec:Parboxes"
29924
29925 \end_inset
29926
29927
29928 \begin_inset Index idx
29929 status collapsed
29930
29931 \begin_layout Plain Layout
29932 Boxes ! Parboxes
29933 \end_layout
29934
29935 \end_inset
29936
29937
29938 \end_layout
29939
29940 \begin_layout Standard
29941 Parboxes are very similar to minipages with the difference that they cannot
29942  have footnotes.
29943 \end_layout
29944
29945 \begin_layout Standard
29946 \align center
29947 \begin_inset Box Frameless
29948 position "t"
29949 hor_pos "c"
29950 has_inner_box 1
29951 inner_pos "t"
29952 use_parbox 1
29953 use_makebox 0
29954 width "33col%"
29955 special "none"
29956 height "1in"
29957 height_special "totalheight"
29958 status collapsed
29959
29960 \begin_layout Plain Layout
29961 This a text within a parbox.
29962  This a text within a parbox.
29963 \end_layout
29964
29965 \begin_layout Plain Layout
29966 This footnote won't appear:
29967 \begin_inset Foot
29968 status collapsed
29969
29970 \begin_layout Plain Layout
29971 This footnote is inside a parbox and will therefore not appear.
29972 \end_layout
29973
29974 \end_inset
29975
29976
29977 \end_layout
29978
29979 \end_inset
29980
29981
29982 \end_layout
29983
29984 \begin_layout Section
29985 Boxes for Words and Characters
29986 \begin_inset Index idx
29987 status collapsed
29988
29989 \begin_layout Plain Layout
29990 Boxes ! for Characters
29991 \end_layout
29992
29993 \end_inset
29994
29995
29996 \end_layout
29997
29998 \begin_layout Subsection
29999 Prevent Hyphenation
30000 \begin_inset CommandInset label
30001 LatexCommand label
30002 name "sec:Prevent-Hyphenation"
30003
30004 \end_inset
30005
30006
30007 \begin_inset Index idx
30008 status collapsed
30009
30010 \begin_layout Plain Layout
30011 Boxes ! to Prevent Hyphenation
30012 \end_layout
30013
30014 \end_inset
30015
30016
30017 \end_layout
30018
30019 \begin_layout Standard
30020 You can use the box type 
30021 \family sans
30022 Makebox
30023 \family default
30024  to prevent words or text from being hyphenated.
30025 \begin_inset Newline newline
30026 \end_inset
30027
30028 Here is an example text:
30029 \end_layout
30030
30031 \begin_layout Standard
30032 This line is an example to show how you can prevent the hyphenation of 
30033 \begin_inset Quotes eld
30034 \end_inset
30035
30036 veryverylongword
30037 \begin_inset Quotes erd
30038 \end_inset
30039
30040 .
30041 \end_layout
30042
30043 \begin_layout Standard
30044 To prevent the hyphenation of the word 
30045 \begin_inset Quotes eld
30046 \end_inset
30047
30048 veryverylongword
30049 \begin_inset Quotes erd
30050 \end_inset
30051
30052 , put the word into a box, set the 
30053 \family sans
30054 Inner
30055 \begin_inset space ~
30056 \end_inset
30057
30058 box
30059 \family default
30060  to 
30061 \family sans
30062 Makebox
30063 \family default
30064  and its width to 1
30065 \begin_inset space \thinspace{}
30066 \end_inset
30067
30068 Width.
30069 \end_layout
30070
30071 \begin_layout Standard
30072 This is the result:
30073 \end_layout
30074
30075 \begin_layout Standard
30076 This line is an example to show how you can prevent the hyphenation of 
30077 \begin_inset Box Frameless
30078 position "t"
30079 hor_pos "c"
30080 has_inner_box 1
30081 inner_pos "t"
30082 use_parbox 0
30083 use_makebox 1
30084 width "1in"
30085 special "width"
30086 height "1in"
30087 height_special "totalheight"
30088 status open
30089
30090 \begin_layout Plain Layout
30091 \begin_inset Quotes eld
30092 \end_inset
30093
30094 veryverylongword
30095 \begin_inset Quotes erd
30096 \end_inset
30097
30098
30099 \end_layout
30100
30101 \end_inset
30102
30103 .
30104 \end_layout
30105
30106 \begin_layout Standard
30107 You can alternatively set the command 
30108 \begin_inset Quotes eld
30109 \end_inset
30110
30111
30112 \series bold
30113
30114 \backslash
30115 -
30116 \series default
30117
30118 \begin_inset Quotes grd
30119 \end_inset
30120
30121  as TeX-Code directly before the word:
30122 \end_layout
30123
30124 \begin_layout Standard
30125 This line is an example to show how you can prevent the hyphenation of 
30126 \begin_inset Quotes eld
30127 \end_inset
30128
30129
30130 \begin_inset ERT
30131 status collapsed
30132
30133 \begin_layout Plain Layout
30134
30135
30136 \backslash
30137 -
30138 \end_layout
30139
30140 \end_inset
30141
30142 veryverylongword
30143 \begin_inset Quotes erd
30144 \end_inset
30145
30146 .
30147 \end_layout
30148
30149 \begin_layout Standard
30150 Of course the word now protrudes over the side margin.
30151  To avoid this, add via the menu 
30152 \family sans
30153 Insert\SpecialChar \menuseparator
30154 Formatting\SpecialChar \menuseparator
30155 Ragged
30156 \begin_inset space ~
30157 \end_inset
30158
30159 Line
30160 \begin_inset space ~
30161 \end_inset
30162
30163 Break
30164 \family default
30165  (shortcut 
30166 \begin_inset Info
30167 type  "shortcut"
30168 arg   "newline-insert newline"
30169 \end_inset
30170
30171 ) a line break before the word:
30172 \end_layout
30173
30174 \begin_layout Standard
30175 This line is an example to show how you can prevent the hyphenation of 
30176 \begin_inset Newline newline
30177 \end_inset
30178
30179
30180 \begin_inset Box Frameless
30181 position "t"
30182 hor_pos "c"
30183 has_inner_box 1
30184 inner_pos "t"
30185 use_parbox 0
30186 use_makebox 1
30187 width "1in"
30188 special "width"
30189 height "1in"
30190 height_special "totalheight"
30191 status open
30192
30193 \begin_layout Plain Layout
30194 \begin_inset Quotes eld
30195 \end_inset
30196
30197 veryverylongword
30198 \begin_inset Quotes erd
30199 \end_inset
30200
30201
30202 \end_layout
30203
30204 \end_inset
30205
30206 .
30207 \end_layout
30208
30209 \begin_layout Subsection
30210 Vertical Alignment
30211 \begin_inset CommandInset label
30212 LatexCommand label
30213 name "sub:Vertical-Alignment"
30214
30215 \end_inset
30216
30217
30218 \begin_inset Index idx
30219 status collapsed
30220
30221 \begin_layout Plain Layout
30222 Boxes ! for Vertical Alignment
30223 \end_layout
30224
30225 \end_inset
30226
30227
30228 \begin_inset Index idx
30229 status collapsed
30230
30231 \begin_layout Plain Layout
30232 Boxes ! Raiseboxes
30233 \end_layout
30234
30235 \end_inset
30236
30237
30238 \end_layout
30239
30240 \begin_layout Standard
30241 With the help of the command 
30242 \series bold
30243
30244 \backslash
30245 raisebox
30246 \series default
30247  you can align words, characters or other boxes vertically relative to the
30248  surrounding text.
30249  
30250 \series bold
30251
30252 \backslash
30253 raisebox
30254 \series default
30255  is used with the following scheme:
30256 \end_layout
30257
30258 \begin_layout Standard
30259
30260 \series bold
30261
30262 \backslash
30263 raisebox{lift}[height][depth]{box content}
30264 \end_layout
30265
30266 \begin_layout Standard
30267 The lift can be a positive value to raise the box or a negative value to
30268  lower the box.
30269 \end_layout
30270
30271 \begin_layout Standard
30272 To align for example the word 
30273 \begin_inset Quotes eld
30274 \end_inset
30275
30276 preventing
30277 \begin_inset Quotes erd
30278 \end_inset
30279
30280  so that the bottom of the 
30281 \begin_inset Quotes eld
30282 \end_inset
30283
30284 deepest
30285 \begin_inset Quotes erd
30286 \end_inset
30287
30288  character 
30289 \begin_inset Quotes eld
30290 \end_inset
30291
30292 p
30293 \begin_inset Quotes erd
30294 \end_inset
30295
30296  is at the baseline, insert the command
30297 \end_layout
30298
30299 \begin_layout Standard
30300
30301 \series bold
30302
30303 \backslash
30304 raisebox{
30305 \backslash
30306 depth}{
30307 \end_layout
30308
30309 \begin_layout Standard
30310 in TeX-Code before the word.
30311  After the word insert a closing brace 
30312 \begin_inset Quotes eld
30313 \end_inset
30314
30315
30316 \series bold
30317 }
30318 \series default
30319
30320 \begin_inset Quotes erd
30321 \end_inset
30322
30323  in TeX-Code.
30324 \begin_inset Newline newline
30325 \end_inset
30326
30327 This is the result:
30328 \end_layout
30329
30330 \begin_layout Standard
30331 This is a text line with the word 
30332 \begin_inset ERT
30333 status collapsed
30334
30335 \begin_layout Plain Layout
30336
30337
30338 \backslash
30339 raisebox{
30340 \backslash
30341 depth}{
30342 \end_layout
30343
30344 \end_inset
30345
30346
30347 \begin_inset Quotes eld
30348 \end_inset
30349
30350 preventing
30351 \begin_inset Quotes erd
30352 \end_inset
30353
30354
30355 \begin_inset ERT
30356 status collapsed
30357
30358 \begin_layout Plain Layout
30359
30360 }
30361 \end_layout
30362
30363 \end_inset
30364
30365  as a raised word.
30366 \end_layout
30367
30368 \begin_layout Standard
30369 \begin_inset VSpace bigskip
30370 \end_inset
30371
30372 When you raise or lower characters in a line, the line distance will be
30373  spread:
30374 \end_layout
30375
30376 \begin_layout Standard
30377 This is a text line with the word 
30378 \begin_inset ERT
30379 status collapsed
30380
30381 \begin_layout Plain Layout
30382
30383
30384 \backslash
30385 raisebox{-
30386 \backslash
30387 depth}{
30388 \end_layout
30389
30390 \end_inset
30391
30392
30393 \begin_inset Quotes eld
30394 \end_inset
30395
30396 preventing
30397 \begin_inset Quotes erd
30398 \end_inset
30399
30400
30401 \begin_inset ERT
30402 status collapsed
30403
30404 \begin_layout Plain Layout
30405
30406 }
30407 \end_layout
30408
30409 \end_inset
30410
30411  as a lowered word.
30412 \begin_inset Newline newline
30413 \end_inset
30414
30415 This is a text line with the word 
30416 \begin_inset ERT
30417 status collapsed
30418
30419 \begin_layout Plain Layout
30420
30421
30422 \backslash
30423 raisebox{0.5cm}{
30424 \end_layout
30425
30426 \end_inset
30427
30428
30429 \begin_inset Quotes eld
30430 \end_inset
30431
30432 testing
30433 \begin_inset Quotes erd
30434 \end_inset
30435
30436
30437 \begin_inset ERT
30438 status collapsed
30439
30440 \begin_layout Plain Layout
30441
30442 }
30443 \end_layout
30444
30445 \end_inset
30446
30447  as a raised word.
30448 \end_layout
30449
30450 \begin_layout Standard
30451 If you want to prevent this for a certain reason, set the box height to
30452  a zero value.
30453  For example use
30454 \end_layout
30455
30456 \begin_layout Standard
30457
30458 \series bold
30459
30460 \backslash
30461 raisebox{-
30462 \backslash
30463 depth}[0pt]{
30464 \end_layout
30465
30466 \begin_layout Standard
30467 This is a text line with the word 
30468 \begin_inset ERT
30469 status collapsed
30470
30471 \begin_layout Plain Layout
30472
30473
30474 \backslash
30475 raisebox{-
30476 \backslash
30477 depth}[0pt]{
30478 \end_layout
30479
30480 \end_inset
30481
30482
30483 \begin_inset Quotes eld
30484 \end_inset
30485
30486 preventing
30487 \begin_inset Quotes erd
30488 \end_inset
30489
30490
30491 \begin_inset ERT
30492 status collapsed
30493
30494 \begin_layout Plain Layout
30495
30496 }
30497 \end_layout
30498
30499 \end_inset
30500
30501  as a lowered word.
30502 \begin_inset Newline newline
30503 \end_inset
30504
30505 This is a text line with the word 
30506 \begin_inset ERT
30507 status collapsed
30508
30509 \begin_layout Plain Layout
30510
30511
30512 \backslash
30513 raisebox{0.5cm}[0pt]{
30514 \end_layout
30515
30516 \end_inset
30517
30518
30519 \begin_inset Quotes eld
30520 \end_inset
30521
30522 testing
30523 \begin_inset Quotes erd
30524 \end_inset
30525
30526
30527 \begin_inset ERT
30528 status collapsed
30529
30530 \begin_layout Plain Layout
30531
30532 }
30533 \end_layout
30534
30535 \end_inset
30536
30537  as a raised word.
30538 \end_layout
30539
30540 \begin_layout Section
30541 Colored Boxes
30542 \begin_inset CommandInset label
30543 LatexCommand label
30544 name "sec:Colored-Boxes"
30545
30546 \end_inset
30547
30548
30549 \begin_inset Index idx
30550 status collapsed
30551
30552 \begin_layout Plain Layout
30553 Boxes ! Color
30554 \end_layout
30555
30556 \end_inset
30557
30558
30559 \end_layout
30560
30561 \begin_layout Subsection
30562 Color for Text
30563 \begin_inset Index idx
30564 status collapsed
30565
30566 \begin_layout Plain Layout
30567 Color ! for Text
30568 \end_layout
30569
30570 \end_inset
30571
30572
30573 \end_layout
30574
30575 \begin_layout Standard
30576 To color the background of text the text must be put into a so called 
30577 \begin_inset Quotes eld
30578 \end_inset
30579
30580 colorbox
30581 \begin_inset Quotes erd
30582 \end_inset
30583
30584 .
30585  This requires that the LaTeX-package 
30586 \series bold
30587 color
30588 \series default
30589
30590 \begin_inset Index idx
30591 status collapsed
30592
30593 \begin_layout Plain Layout
30594 LaTeX-packages ! color
30595 \end_layout
30596
30597 \end_inset
30598
30599  is loaded in the document preamble with the command
30600 \end_layout
30601
30602 \begin_layout Standard
30603
30604 \series bold
30605
30606 \backslash
30607 @ifundefined{textcolor}
30608 \begin_inset Newline newline
30609 \end_inset
30610
30611
30612 \begin_inset Phantom HPhantom
30613 status open
30614
30615 \begin_layout Plain Layout
30616
30617 \series bold
30618 \begin_inset space ~
30619 \end_inset
30620
30621
30622 \end_layout
30623
30624 \end_inset
30625
30626 {
30627 \backslash
30628 usepackage{color}}{}
30629 \end_layout
30630
30631 \begin_layout Standard
30632 The package 
30633 \series bold
30634 color
30635 \series default
30636  will be loaded automatically by LyX when you color text.
30637 \begin_inset Foot
30638 status collapsed
30639
30640 \begin_layout Plain Layout
30641 To avoid it being loaded twice the command 
30642 \series bold
30643
30644 \backslash
30645 @ifundefined
30646 \series default
30647  is used.
30648 \end_layout
30649
30650 \end_inset
30651
30652
30653 \end_layout
30654
30655 \begin_layout Standard
30656 \begin_inset VSpace medskip
30657 \end_inset
30658
30659 Colorboxes are created with the command 
30660 \series bold
30661
30662 \backslash
30663 colorbox
30664 \series default
30665 .
30666  This will be used with the following scheme:
30667 \end_layout
30668
30669 \begin_layout Standard
30670
30671 \series bold
30672
30673 \backslash
30674 colorbox{color}{box content}
30675 \end_layout
30676
30677 \begin_layout Standard
30678 The box content can also be a box and colorboxes can also be within other
30679  boxes.
30680 \end_layout
30681
30682 \begin_layout Standard
30683 The following colors are predefined:
30684 \begin_inset Newline newline
30685 \end_inset
30686
30687
30688 \family sans
30689 black
30690 \family default
30691
30692 \family sans
30693 blue
30694 \family default
30695
30696 \family sans
30697 cyan
30698 \family default
30699 \series bold
30700 ,
30701 \series default
30702  
30703 \family sans
30704 green
30705 \family default
30706
30707 \family sans
30708 magenta
30709 \family default
30710
30711 \family sans
30712 red
30713 \family default
30714
30715 \family sans
30716 white
30717 \family default
30718 , and 
30719 \family sans
30720 yellow
30721 \family default
30722 .
30723 \begin_inset Newline newline
30724 \end_inset
30725
30726 You can also define your own color as described in section
30727 \begin_inset space ~
30728 \end_inset
30729
30730
30731 \begin_inset CommandInset ref
30732 LatexCommand ref
30733 reference "sec:Colored-Tables"
30734
30735 \end_inset
30736
30737 .
30738 \end_layout
30739
30740 \begin_layout Standard
30741 To have e.
30742 \begin_inset space \thinspace{}
30743 \end_inset
30744
30745 g.
30746 \begin_inset space \space{}
30747 \end_inset
30748
30749 a red background for a word, insert the command
30750 \end_layout
30751
30752 \begin_layout Standard
30753
30754 \series bold
30755
30756 \backslash
30757 colorbox{red}{
30758 \end_layout
30759
30760 \begin_layout Standard
30761 before the word in TeX-Code.
30762  After the word insert a closing brace 
30763 \begin_inset Quotes eld
30764 \end_inset
30765
30766
30767 \series bold
30768 }
30769 \series default
30770
30771 \begin_inset Quotes erd
30772 \end_inset
30773
30774  in TeX-Code.
30775 \begin_inset Newline newline
30776 \end_inset
30777
30778 This is the result:
30779 \end_layout
30780
30781 \begin_layout Standard
30782 This is a line where the word 
30783 \begin_inset ERT
30784 status collapsed
30785
30786 \begin_layout Plain Layout
30787
30788
30789 \backslash
30790 colorbox{red}{
30791 \end_layout
30792
30793 \end_inset
30794
30795
30796 \begin_inset Quotes eld
30797 \end_inset
30798
30799 Attention!
30800 \begin_inset Quotes erd
30801 \end_inset
30802
30803
30804 \begin_inset ERT
30805 status collapsed
30806
30807 \begin_layout Plain Layout
30808
30809 }
30810 \end_layout
30811
30812 \end_inset
30813
30814  has a red background.
30815 \end_layout
30816
30817 \begin_layout Standard
30818 \begin_inset VSpace bigskip
30819 \end_inset
30820
30821 If you would like the box frame in a different color, you can use the command
30822  
30823 \series bold
30824
30825 \backslash
30826 fcolorbox
30827 \series default
30828  with the following scheme:
30829 \end_layout
30830
30831 \begin_layout Standard
30832
30833 \series bold
30834
30835 \backslash
30836 fcolorbox{frame color}{box color}{box content}
30837 \end_layout
30838
30839 \begin_layout Standard
30840
30841 \series bold
30842
30843 \backslash
30844 fcolorbox
30845 \series default
30846  is an extension to 
30847 \series bold
30848
30849 \backslash
30850 colorbox
30851 \series default
30852 .
30853  The frame thickness and the space between the frame and the box content
30854  can be adjusted with the lengths 
30855 \series bold
30856
30857 \backslash
30858 fboxrule
30859 \series default
30860  and 
30861 \series bold
30862
30863 \backslash
30864 fboxsep
30865 \series default
30866 , respectively, as described in section
30867 \begin_inset space ~
30868 \end_inset
30869
30870
30871 \begin_inset CommandInset ref
30872 LatexCommand ref
30873 reference "sec:Decoration"
30874
30875 \end_inset
30876
30877 .
30878 \end_layout
30879
30880 \begin_layout Standard
30881 For the following example the command
30882 \end_layout
30883
30884 \begin_layout Standard
30885
30886 \series bold
30887
30888 \backslash
30889 fcolorbox{cyan}{magenta}{
30890 \end_layout
30891
30892 \begin_layout Standard
30893 was used.
30894 \end_layout
30895
30896 \begin_layout Standard
30897 Here is an example where the frame line thickness was set to 1
30898 \begin_inset space \thinspace{}
30899 \end_inset
30900
30901 mm:
30902 \begin_inset Newline newline
30903 \end_inset
30904
30905
30906 \begin_inset ERT
30907 status collapsed
30908
30909 \begin_layout Plain Layout
30910
30911
30912 \backslash
30913 fboxrule 1mm 
30914 \backslash
30915 fboxsep 1mm
30916 \end_layout
30917
30918 \end_inset
30919
30920
30921 \begin_inset ERT
30922 status collapsed
30923
30924 \begin_layout Plain Layout
30925
30926
30927 \backslash
30928 fcolorbox{cyan}{magenta}{
30929 \end_layout
30930
30931 \end_inset
30932
30933 This is text within a colored, framed box.
30934 \begin_inset ERT
30935 status collapsed
30936
30937 \begin_layout Plain Layout
30938
30939 }
30940 \end_layout
30941
30942 \end_inset
30943
30944
30945 \end_layout
30946
30947 \begin_layout Standard
30948 \begin_inset VSpace bigskip
30949 \end_inset
30950
30951 Of course you can also have colored text inside a colorbox:
30952 \begin_inset Newline newline
30953 \end_inset
30954
30955
30956 \begin_inset ERT
30957 status collapsed
30958
30959 \begin_layout Plain Layout
30960
30961
30962 \backslash
30963 fcolorbox{cyan}{magenta}{
30964 \end_layout
30965
30966 \end_inset
30967
30968
30969 \color yellow
30970 This is colored text within a colored, framed box.
30971 \color none
30972
30973 \begin_inset ERT
30974 status collapsed
30975
30976 \begin_layout Plain Layout
30977
30978 }
30979 \end_layout
30980
30981 \end_inset
30982
30983
30984 \begin_inset ERT
30985 status collapsed
30986
30987 \begin_layout Plain Layout
30988
30989
30990 \backslash
30991 fboxrule 0.4pt 
30992 \backslash
30993 fboxsep 3pt
30994 \end_layout
30995
30996 \end_inset
30997
30998
30999 \end_layout
31000
31001 \begin_layout Standard
31002 \begin_inset VSpace medskip
31003 \end_inset
31004
31005
31006 \end_layout
31007
31008 \begin_layout Standard
31009 \begin_inset Note Greyedout
31010 status open
31011
31012 \begin_layout Plain Layout
31013
31014 \series bold
31015 Note:
31016 \series default
31017  Text in colorboxes cannot have line breaks.
31018  To color multiple text lines or paragraphs, use a box inside a colorbox
31019  as described in the following.
31020 \end_layout
31021
31022 \end_inset
31023
31024
31025 \end_layout
31026
31027 \begin_layout Subsection
31028 Color for Paragraphs
31029 \begin_inset CommandInset label
31030 LatexCommand label
31031 name "sub:Color-for-Paragraphs"
31032
31033 \end_inset
31034
31035
31036 \begin_inset Index idx
31037 status collapsed
31038
31039 \begin_layout Plain Layout
31040 Color ! for Paragraphs
31041 \end_layout
31042
31043 \end_inset
31044
31045
31046 \end_layout
31047
31048 \begin_layout Standard
31049 To set the background color for more than one text line, put the text into
31050  a minipage.
31051  Before the minipage insert the 
31052 \series bold
31053
31054 \backslash
31055 colorbox
31056 \series default
31057  command
31058 \end_layout
31059
31060 \begin_layout Standard
31061
31062 \series bold
31063
31064 \backslash
31065 colorbox{color}{
31066 \end_layout
31067
31068 \begin_layout Standard
31069 in TeX-Code.
31070  After the minipage insert a closing brace 
31071 \begin_inset Quotes eld
31072 \end_inset
31073
31074
31075 \series bold
31076 }
31077 \series default
31078
31079 \begin_inset Quotes erd
31080 \end_inset
31081
31082  in TeX-Code.
31083 \end_layout
31084
31085 \begin_layout Standard
31086 \begin_inset ERT
31087 status collapsed
31088
31089 \begin_layout Plain Layout
31090
31091
31092 \backslash
31093 colorbox{lightgrey}{
31094 \end_layout
31095
31096 \end_inset
31097
31098
31099 \begin_inset Box Frameless
31100 position "t"
31101 hor_pos "c"
31102 has_inner_box 1
31103 inner_pos "t"
31104 use_parbox 0
31105 use_makebox 0
31106 width "100col%"
31107 special "none"
31108 height "1in"
31109 height_special "totalheight"
31110 status collapsed
31111
31112 \begin_layout Plain Layout
31113 This is text with background color.
31114  This is text with background color.
31115 \end_layout
31116
31117 \begin_layout Plain Layout
31118 \begin_inset VSpace defskip
31119 \end_inset
31120
31121 The text can have footnotes
31122 \begin_inset Foot
31123 status collapsed
31124
31125 \begin_layout Plain Layout
31126 Another example footnote
31127 \end_layout
31128
31129 \end_inset
31130
31131  and can include tables and figures.
31132 \end_layout
31133
31134 \begin_layout Plain Layout
31135 \align center
31136 \begin_inset Tabular
31137 <lyxtabular version="3" rows="3" columns="3">
31138 <features tabularvalignment="middle">
31139 <column alignment="center" valignment="top" width="0">
31140 <column alignment="center" valignment="top" width="0">
31141 <column alignment="center" valignment="top" width="0">
31142 <row>
31143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31144 \begin_inset Text
31145
31146 \begin_layout Plain Layout
31147 a
31148 \end_layout
31149
31150 \end_inset
31151 </cell>
31152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31153 \begin_inset Text
31154
31155 \begin_layout Plain Layout
31156 !
31157 \end_layout
31158
31159 \end_inset
31160 </cell>
31161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31162 \begin_inset Text
31163
31164 \begin_layout Plain Layout
31165 3
31166 \end_layout
31167
31168 \end_inset
31169 </cell>
31170 </row>
31171 <row>
31172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31173 \begin_inset Text
31174
31175 \begin_layout Plain Layout
31176 <
31177 \end_layout
31178
31179 \end_inset
31180 </cell>
31181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31182 \begin_inset Text
31183
31184 \begin_layout Plain Layout
31185 b2
31186 \begin_inset Quotes erd
31187 \end_inset
31188
31189 |
31190 \end_layout
31191
31192 \end_inset
31193 </cell>
31194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31195 \begin_inset Text
31196
31197 \begin_layout Plain Layout
31198 >
31199 \end_layout
31200
31201 \end_inset
31202 </cell>
31203 </row>
31204 <row>
31205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31206 \begin_inset Text
31207
31208 \begin_layout Plain Layout
31209 1
31210 \end_layout
31211
31212 \end_inset
31213 </cell>
31214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31215 \begin_inset Text
31216
31217 \begin_layout Plain Layout
31218 §
31219 \end_layout
31220
31221 \end_inset
31222 </cell>
31223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31224 \begin_inset Text
31225
31226 \begin_layout Plain Layout
31227 c
31228 \end_layout
31229
31230 \end_inset
31231 </cell>
31232 </row>
31233 </lyxtabular>
31234
31235 \end_inset
31236
31237
31238 \end_layout
31239
31240 \end_inset
31241
31242
31243 \begin_inset ERT
31244 status collapsed
31245
31246 \begin_layout Plain Layout
31247
31248 }
31249 \end_layout
31250
31251 \end_inset
31252
31253
31254 \end_layout
31255
31256 \begin_layout Section
31257 Rotated and Scaled Boxes
31258 \end_layout
31259
31260 \begin_layout Standard
31261 To use the commands described in this section, the LaTeX-package 
31262 \series bold
31263 graphicx
31264 \series default
31265
31266 \begin_inset Index idx
31267 status collapsed
31268
31269 \begin_layout Plain Layout
31270 LaTeX-packages ! graphicx
31271 \end_layout
31272
31273 \end_inset
31274
31275  needs to be loaded in the document preamble with the command
31276 \end_layout
31277
31278 \begin_layout Standard
31279
31280 \series bold
31281
31282 \backslash
31283 @ifundefined{rotatebox}
31284 \begin_inset Newline newline
31285 \end_inset
31286
31287
31288 \begin_inset Phantom HPhantom
31289 status open
31290
31291 \begin_layout Plain Layout
31292
31293 \series bold
31294 \begin_inset space ~
31295 \end_inset
31296
31297
31298 \end_layout
31299
31300 \end_inset
31301
31302 {
31303 \backslash
31304 usepackage{graphicx}}{}
31305 \end_layout
31306
31307 \begin_layout Standard
31308 \begin_inset Note Greyedout
31309 status open
31310
31311 \begin_layout Plain Layout
31312
31313 \series bold
31314 Note:
31315 \series default
31316  Some DVI-viewers can't display rotated or scaled material.
31317 \end_layout
31318
31319 \end_inset
31320
31321
31322 \end_layout
31323
31324 \begin_layout Standard
31325 \begin_inset Note Greyedout
31326 status open
31327
31328 \begin_layout Plain Layout
31329
31330 \series bold
31331 Note:
31332 \series default
31333  Floats mustn't be inside a rotated or scaled box.
31334 \end_layout
31335
31336 \end_inset
31337
31338
31339 \end_layout
31340
31341 \begin_layout Subsection
31342 Rotated Boxes
31343 \begin_inset Index idx
31344 status collapsed
31345
31346 \begin_layout Plain Layout
31347 Boxes ! rotated
31348 \end_layout
31349
31350 \end_inset
31351
31352
31353 \begin_inset Index idx
31354 status collapsed
31355
31356 \begin_layout Plain Layout
31357 Rotated material
31358 \end_layout
31359
31360 \end_inset
31361
31362
31363 \begin_inset Index idx
31364 status collapsed
31365
31366 \begin_layout Plain Layout
31367 Figures ! rotated
31368 \end_layout
31369
31370 \end_inset
31371
31372
31373 \begin_inset Index idx
31374 status collapsed
31375
31376 \begin_layout Plain Layout
31377 Table Customization ! Rotating
31378 \end_layout
31379
31380 \end_inset
31381
31382
31383 \end_layout
31384
31385 \begin_layout Standard
31386 To rotate material, you can put it into a rotated box.
31387  Such a box is created using the command 
31388 \series bold
31389
31390 \backslash
31391 rotatebox
31392 \series default
31393  in TeX-Code with the following scheme:
31394 \end_layout
31395
31396 \begin_layout Standard
31397
31398 \series bold
31399
31400 \backslash
31401 rotatebox[rotation origin]{rotation angle}{box content}
31402 \end_layout
31403
31404 \begin_layout Standard
31405 The rotation origin is specified in the form 
31406 \series bold
31407 origin=position
31408 \series default
31409 .
31410  The following positions are possible: 
31411 \emph on
31412 c
31413 \emph default
31414  (center), 
31415 \emph on
31416 l
31417 \emph default
31418  (left), 
31419 \emph on
31420 r
31421 \emph default
31422  (right), 
31423 \emph on
31424 b
31425 \emph default
31426  (bottom), 
31427 \emph on
31428 t
31429 \emph default
31430  (top), along with meaningful combinations of the four base positions.
31431  For example 
31432 \emph on
31433 lt
31434 \emph default
31435  means that the rotation origin is at the top left corner of the box.
31436  When no rotation origin is specified, the position 
31437 \emph on
31438 l
31439 \emph default
31440  will be used.
31441  The rotation angle is a number that can be negative that specifies the
31442  angle in degrees.
31443  The rotation direction is counterclockwise.
31444 \end_layout
31445
31446 \begin_layout Standard
31447 In the following example the command 
31448 \series bold
31449
31450 \backslash
31451 rotatebox[origin=c]{60}{
31452 \series default
31453  was inserted as TeX-Code before the text 
31454 \begin_inset Quotes eld
31455 \end_inset
31456
31457 with rotated
31458 \begin_inset Quotes erd
31459 \end_inset
31460
31461 ; after the text the box was closed by a closing brace 
31462 \series bold
31463 }
31464 \series default
31465  in TeX-Code.
31466 \end_layout
31467
31468 \begin_layout Standard
31469 This is a line 
31470 \begin_inset ERT
31471 status collapsed
31472
31473 \begin_layout Plain Layout
31474
31475
31476 \backslash
31477 rotatebox[origin=c]{60}{
31478 \end_layout
31479
31480 \end_inset
31481
31482 with rotated
31483 \begin_inset ERT
31484 status collapsed
31485
31486 \begin_layout Plain Layout
31487
31488 }
31489 \end_layout
31490
31491 \end_inset
31492
31493  text.
31494 \end_layout
31495
31496 \begin_layout Standard
31497 The box content can also be another box or an inline formula:
31498 \end_layout
31499
31500 \begin_layout Standard
31501 This is a line
31502 \begin_inset ERT
31503 status collapsed
31504
31505 \begin_layout Plain Layout
31506
31507
31508 \backslash
31509 rotatebox[origin=r]{-60}{
31510 \end_layout
31511
31512 \end_inset
31513
31514
31515 \begin_inset Box Doublebox
31516 position "c"
31517 hor_pos "c"
31518 has_inner_box 0
31519 inner_pos "c"
31520 use_parbox 0
31521 use_makebox 0
31522 width "1in"
31523 special "width"
31524 height "1in"
31525 height_special "totalheight"
31526 status collapsed
31527
31528 \begin_layout Plain Layout
31529 with rotated
31530 \end_layout
31531
31532 \end_inset
31533
31534
31535 \begin_inset ERT
31536 status collapsed
31537
31538 \begin_layout Plain Layout
31539
31540 }
31541 \end_layout
31542
31543 \end_inset
31544
31545  framed text 
31546 \begin_inset ERT
31547 status collapsed
31548
31549 \begin_layout Plain Layout
31550
31551
31552 \backslash
31553 rotatebox[origin=lb]{60}{
31554 \end_layout
31555
31556 \end_inset
31557
31558
31559 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31560 \end_inset
31561
31562
31563 \begin_inset ERT
31564 status collapsed
31565
31566 \begin_layout Plain Layout
31567
31568 }
31569 \end_layout
31570
31571 \end_inset
31572
31573  and a formula.
31574 \end_layout
31575
31576 \begin_layout Standard
31577 or an image or table:
31578 \end_layout
31579
31580 \begin_layout Standard
31581 This is a line
31582 \begin_inset ERT
31583 status collapsed
31584
31585 \begin_layout Plain Layout
31586
31587
31588 \backslash
31589 rotatebox[origin=lb]{90}{
31590 \end_layout
31591
31592 \end_inset
31593
31594
31595 \begin_inset Graphics
31596         filename clipart/platypus.eps
31597         lyxscale 50
31598         width 25col%
31599
31600 \end_inset
31601
31602
31603 \begin_inset ERT
31604 status collapsed
31605
31606 \begin_layout Plain Layout
31607
31608 }
31609 \end_layout
31610
31611 \end_inset
31612
31613  with a rotated image 
31614 \begin_inset ERT
31615 status collapsed
31616
31617 \begin_layout Plain Layout
31618
31619
31620 \backslash
31621 rotatebox[origin=l]{-90}{
31622 \end_layout
31623
31624 \end_inset
31625
31626
31627 \begin_inset Tabular
31628 <lyxtabular version="3" rows="2" columns="2">
31629 <features tabularvalignment="middle">
31630 <column alignment="center" valignment="top" width="0">
31631 <column alignment="center" valignment="top" width="0">
31632 <row>
31633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31634 \begin_inset Text
31635
31636 \begin_layout Plain Layout
31637 q
31638 \end_layout
31639
31640 \end_inset
31641 </cell>
31642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31643 \begin_inset Text
31644
31645 \begin_layout Plain Layout
31646 w
31647 \end_layout
31648
31649 \end_inset
31650 </cell>
31651 </row>
31652 <row>
31653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31654 \begin_inset Text
31655
31656 \begin_layout Plain Layout
31657 e
31658 \end_layout
31659
31660 \end_inset
31661 </cell>
31662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31663 \begin_inset Text
31664
31665 \begin_layout Plain Layout
31666 r
31667 \end_layout
31668
31669 \end_inset
31670 </cell>
31671 </row>
31672 </lyxtabular>
31673
31674 \end_inset
31675
31676
31677 \begin_inset ERT
31678 status collapsed
31679
31680 \begin_layout Plain Layout
31681
31682 }
31683 \end_layout
31684
31685 \end_inset
31686
31687  and table.
31688 \end_layout
31689
31690 \begin_layout Subsection
31691 Scaled Boxes
31692 \begin_inset Index idx
31693 status collapsed
31694
31695 \begin_layout Plain Layout
31696 Boxes ! scaled
31697 \end_layout
31698
31699 \end_inset
31700
31701
31702 \begin_inset Index idx
31703 status collapsed
31704
31705 \begin_layout Plain Layout
31706 Scaled material
31707 \end_layout
31708
31709 \end_inset
31710
31711
31712 \begin_inset Index idx
31713 status collapsed
31714
31715 \begin_layout Plain Layout
31716 Figures ! scaled
31717 \end_layout
31718
31719 \end_inset
31720
31721
31722 \begin_inset Index idx
31723 status collapsed
31724
31725 \begin_layout Plain Layout
31726 Table Customization ! Scaling
31727 \end_layout
31728
31729 \end_inset
31730
31731
31732 \end_layout
31733
31734 \begin_layout Standard
31735 To scale material the commands 
31736 \series bold
31737
31738 \backslash
31739 scalebox
31740 \series default
31741  and 
31742 \series bold
31743
31744 \backslash
31745 resizebox
31746 \series default
31747  can be used as TeX-Code.
31748 \end_layout
31749
31750 \begin_layout Standard
31751
31752 \series bold
31753
31754 \backslash
31755 scalebox
31756 \series default
31757  is used with the following scheme:
31758 \end_layout
31759
31760 \begin_layout Standard
31761
31762 \series bold
31763
31764 \backslash
31765 scalebox{horizontal}[vertical]{box content}
31766 \end_layout
31767
31768 \begin_layout Standard
31769 Horizontal and vertical are the corresponding scaling factors.
31770  If no vertical scaling factor is given, the horizontal factor will also
31771  be used as the vertical one.
31772 \end_layout
31773
31774 \begin_layout Standard
31775 The command 
31776 \series bold
31777
31778 \backslash
31779 scalebox{2}{Hello}
31780 \series default
31781  creates for example a double size 
31782 \begin_inset ERT
31783 status collapsed
31784
31785 \begin_layout Plain Layout
31786
31787
31788 \backslash
31789 scalebox{2}{
31790 \end_layout
31791
31792 \end_inset
31793
31794 Hello
31795 \begin_inset ERT
31796 status collapsed
31797
31798 \begin_layout Plain Layout
31799
31800 }
31801 \end_layout
31802
31803 \end_inset
31804
31805 , compared with the document text size.
31806 \end_layout
31807
31808 \begin_layout Standard
31809
31810 \series bold
31811
31812 \backslash
31813 scalebox{2}[1]{Hello}
31814 \series default
31815  on the other hand distorts the 
31816 \begin_inset ERT
31817 status collapsed
31818
31819 \begin_layout Plain Layout
31820
31821
31822 \backslash
31823 scalebox{2}[1]{
31824 \end_layout
31825
31826 \end_inset
31827
31828 Hello
31829 \begin_inset ERT
31830 status collapsed
31831
31832 \begin_layout Plain Layout
31833
31834 }
31835 \end_layout
31836
31837 \end_inset
31838
31839 .
31840 \end_layout
31841
31842 \begin_layout Standard
31843 If the scaling factor is negative, the box content will be mirrored.
31844  Therefore the command 
31845 \series bold
31846
31847 \backslash
31848 scalebox{-1}[1]{Hello}
31849 \series default
31850  can be used to create mirror writing: 
31851 \begin_inset ERT
31852 status collapsed
31853
31854 \begin_layout Plain Layout
31855
31856
31857 \backslash
31858 scalebox{-1}[1]{
31859 \end_layout
31860
31861 \end_inset
31862
31863 Hello
31864 \begin_inset ERT
31865 status collapsed
31866
31867 \begin_layout Plain Layout
31868
31869 }
31870 \end_layout
31871
31872 \end_inset
31873
31874
31875 \end_layout
31876
31877 \begin_layout Standard
31878
31879 \series bold
31880
31881 \backslash
31882 scalebox{1}[-1]{Hello}
31883 \series default
31884  reflects the 
31885 \begin_inset ERT
31886 status collapsed
31887
31888 \begin_layout Plain Layout
31889
31890
31891 \backslash
31892 scalebox{1}[-1]{
31893 \end_layout
31894
31895 \end_inset
31896
31897 Hello
31898 \begin_inset ERT
31899 status collapsed
31900
31901 \begin_layout Plain Layout
31902
31903 }
31904 \end_layout
31905
31906 \end_inset
31907
31908  at the base line.
31909 \end_layout
31910
31911 \begin_layout Standard
31912 Equivalent to 
31913 \series bold
31914
31915 \backslash
31916 scalebox{-1}[1]{box content}
31917 \series default
31918  there exists the command
31919 \begin_inset Newline newline
31920 \end_inset
31921
31922
31923 \series bold
31924
31925 \backslash
31926 reflectbox{box content}
31927 \series default
31928 .
31929 \end_layout
31930
31931 \begin_layout Standard
31932 \begin_inset VSpace bigskip
31933 \end_inset
31934
31935 The command 
31936 \series bold
31937
31938 \backslash
31939 resizebox
31940 \series default
31941  is used to scale the box to a defined width and height.
31942  The command scheme is:
31943 \end_layout
31944
31945 \begin_layout Standard
31946
31947 \series bold
31948
31949 \backslash
31950 resizebox{width}{height}{box content}
31951 \end_layout
31952
31953 \begin_layout Standard
31954 If one of the two command arguments given is an exclamation mark 
31955 \series bold
31956 !
31957 \series default
31958 , the size is set so that the aspect ratio of the box content is kept.
31959 \end_layout
31960
31961 \begin_layout Standard
31962 The command 
31963 \series bold
31964
31965 \backslash
31966 resizebox{2cm}{1cm}{Hello}
31967 \series default
31968  produces: 
31969 \begin_inset ERT
31970 status collapsed
31971
31972 \begin_layout Plain Layout
31973
31974
31975 \backslash
31976 resizebox{2cm}{1cm}{
31977 \end_layout
31978
31979 \end_inset
31980
31981 Hello
31982 \begin_inset ERT
31983 status collapsed
31984
31985 \begin_layout Plain Layout
31986
31987 }
31988 \end_layout
31989
31990 \end_inset
31991
31992
31993 \begin_inset Newline newline
31994 \end_inset
31995
31996 The command 
31997 \series bold
31998
31999 \backslash
32000 resizebox{2cm}{!}{Hello}
32001 \series default
32002  produces: 
32003 \begin_inset ERT
32004 status collapsed
32005
32006 \begin_layout Plain Layout
32007
32008
32009 \backslash
32010 resizebox{2cm}{!}{
32011 \end_layout
32012
32013 \end_inset
32014
32015 Hello
32016 \begin_inset ERT
32017 status collapsed
32018
32019 \begin_layout Plain Layout
32020
32021 }
32022 \end_layout
32023
32024 \end_inset
32025
32026
32027 \end_layout
32028
32029 \begin_layout Standard
32030 \begin_inset VSpace bigskip
32031 \end_inset
32032
32033
32034 \begin_inset Note Greyedout
32035 status open
32036
32037 \begin_layout Plain Layout
32038
32039 \series bold
32040 Note:
32041 \series default
32042  When arguments of 
32043 \series bold
32044
32045 \backslash
32046 scalebox
32047 \series default
32048  or 
32049 \series bold
32050
32051 \backslash
32052 resizebox
32053 \series default
32054  are set to zero, no LaTeX-errors occur when exporting the document but
32055  the exported files can not or only partly be displayed.
32056 \end_layout
32057
32058 \end_inset
32059
32060
32061 \end_layout
32062
32063 \begin_layout Standard
32064 \begin_inset VSpace bigskip
32065 \end_inset
32066
32067
32068 \end_layout
32069
32070 \begin_layout Standard
32071 The boxes can be combined in any order.
32072  E.
32073 \begin_inset space \thinspace{}
32074 \end_inset
32075
32076 g.
32077 \begin_inset space \space{}
32078 \end_inset
32079
32080 the command
32081 \begin_inset Newline newline
32082 \end_inset
32083
32084
32085 \series bold
32086
32087 \backslash
32088 rotatebox[origin=c]{-45}{
32089 \backslash
32090 resizebox{2cm}{!}{
32091 \backslash
32092 reflectbox{Hello}}}
32093 \begin_inset Newline newline
32094 \end_inset
32095
32096
32097 \series default
32098 produces:
32099 \end_layout
32100
32101 \begin_layout Standard
32102 \align center
32103 \begin_inset ERT
32104 status collapsed
32105
32106 \begin_layout Plain Layout
32107
32108
32109 \backslash
32110 rotatebox[origin=c]{-45}{
32111 \backslash
32112 resizebox{2cm}{!}{
32113 \backslash
32114 reflectbox{
32115 \end_layout
32116
32117 \end_inset
32118
32119 Hello
32120 \begin_inset ERT
32121 status collapsed
32122
32123 \begin_layout Plain Layout
32124
32125 }}}
32126 \end_layout
32127
32128 \end_inset
32129
32130
32131 \end_layout
32132
32133 \begin_layout Standard
32134 \noindent
32135 Images, tables, and inline formulas are allowed as box content:
32136 \end_layout
32137
32138 \begin_layout Standard
32139 \align center
32140 \begin_inset ERT
32141 status collapsed
32142
32143 \begin_layout Plain Layout
32144
32145
32146 \backslash
32147 rotatebox[origin=c]{-30}{
32148 \backslash
32149 resizebox{2cm}{!}{
32150 \backslash
32151 reflectbox{
32152 \end_layout
32153
32154 \end_inset
32155
32156
32157 \begin_inset Graphics
32158         filename clipart/platypus.eps
32159         lyxscale 50
32160         width 25col%
32161
32162 \end_inset
32163
32164
32165 \begin_inset ERT
32166 status collapsed
32167
32168 \begin_layout Plain Layout
32169
32170 }}}
32171 \end_layout
32172
32173 \end_inset
32174
32175
32176 \begin_inset ERT
32177 status collapsed
32178
32179 \begin_layout Plain Layout
32180
32181
32182 \backslash
32183 rotatebox[origin=c]{-45}{
32184 \backslash
32185 resizebox{2cm}{!}{
32186 \backslash
32187 reflectbox{
32188 \end_layout
32189
32190 \end_inset
32191
32192
32193 \begin_inset Tabular
32194 <lyxtabular version="3" rows="2" columns="2">
32195 <features tabularvalignment="middle">
32196 <column alignment="center" valignment="top" width="0">
32197 <column alignment="center" valignment="top" width="0">
32198 <row>
32199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32200 \begin_inset Text
32201
32202 \begin_layout Plain Layout
32203 q
32204 \end_layout
32205
32206 \end_inset
32207 </cell>
32208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32209 \begin_inset Text
32210
32211 \begin_layout Plain Layout
32212 w
32213 \end_layout
32214
32215 \end_inset
32216 </cell>
32217 </row>
32218 <row>
32219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32220 \begin_inset Text
32221
32222 \begin_layout Plain Layout
32223 e
32224 \end_layout
32225
32226 \end_inset
32227 </cell>
32228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32229 \begin_inset Text
32230
32231 \begin_layout Plain Layout
32232 r
32233 \end_layout
32234
32235 \end_inset
32236 </cell>
32237 </row>
32238 </lyxtabular>
32239
32240 \end_inset
32241
32242
32243 \begin_inset ERT
32244 status collapsed
32245
32246 \begin_layout Plain Layout
32247
32248 }}}
32249 \end_layout
32250
32251 \end_inset
32252
32253
32254 \begin_inset ERT
32255 status collapsed
32256
32257 \begin_layout Plain Layout
32258
32259
32260 \backslash
32261 rotatebox[origin=c]{-45}{
32262 \backslash
32263 resizebox{2cm}{!}{
32264 \backslash
32265 reflectbox{
32266 \end_layout
32267
32268 \end_inset
32269
32270
32271 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32272 \end_inset
32273
32274
32275 \begin_inset ERT
32276 status collapsed
32277
32278 \begin_layout Plain Layout
32279
32280 }}}
32281 \end_layout
32282
32283 \end_inset
32284
32285
32286 \end_layout
32287
32288 \begin_layout Standard
32289 When the global formula style 
32290 \series bold
32291 fleqn
32292 \series default
32293  is used in the document
32294 \begin_inset Foot
32295 status collapsed
32296
32297 \begin_layout Plain Layout
32298 When 
32299 \begin_inset Quotes eld
32300 \end_inset
32301
32302 fleqn
32303 \begin_inset Quotes erd
32304 \end_inset
32305
32306  is added to the document class options.
32307 \end_layout
32308
32309 \end_inset
32310
32311 , display style formulas can also be scaled.
32312 \end_layout
32313
32314 \begin_layout Chapter
32315 Objects Surrounded by Text
32316 \begin_inset Index idx
32317 status collapsed
32318
32319 \begin_layout Plain Layout
32320 Surrounded by text
32321 \end_layout
32322
32323 \end_inset
32324
32325
32326 \end_layout
32327
32328 \begin_layout Section
32329 Wrap Floats
32330 \begin_inset CommandInset label
32331 LatexCommand label
32332 name "sec:Wrap-Floats"
32333
32334 \end_inset
32335
32336
32337 \begin_inset Index idx
32338 status collapsed
32339
32340 \begin_layout Plain Layout
32341 Floats ! Wrap Floats
32342 \end_layout
32343
32344 \end_inset
32345
32346
32347 \begin_inset Index idx
32348 status collapsed
32349
32350 \begin_layout Plain Layout
32351 Surrounded by text ! Wrap Floats
32352 \end_layout
32353
32354 \end_inset
32355
32356
32357 \end_layout
32358
32359 \begin_layout Standard
32360 \begin_inset Wrap figure
32361 lines 0
32362 placement l
32363 overhang 1cm
32364 width "40col%"
32365 status open
32366
32367 \begin_layout Plain Layout
32368 \begin_inset Graphics
32369         filename clipart/mobius.eps
32370         width 40col%
32371         scaleBeforeRotation
32372         rotateOrigin center
32373
32374 \end_inset
32375
32376
32377 \end_layout
32378
32379 \begin_layout Plain Layout
32380 \begin_inset Caption
32381
32382 \begin_layout Plain Layout
32383 \begin_inset CommandInset label
32384 LatexCommand label
32385 name "fig:This-is-a"
32386
32387 \end_inset
32388
32389 This is a figure wrap float.
32390 \end_layout
32391
32392 \end_inset
32393
32394
32395 \end_layout
32396
32397 \end_inset
32398
32399  This float type is used if you want to wrap text around a figure or table
32400  so that it only occupies some fraction of the column width.
32401  It can be inserted using the menu 
32402 \family sans
32403 Insert\SpecialChar \menuseparator
32404 Floats\SpecialChar \menuseparator
32405 Figure
32406 \begin_inset space ~
32407 \end_inset
32408
32409 Wrap
32410 \begin_inset space ~
32411 \end_inset
32412
32413 Float
32414 \family default
32415  or 
32416 \family sans
32417 Table
32418 \begin_inset space ~
32419 \end_inset
32420
32421 Wrap
32422 \begin_inset space ~
32423 \end_inset
32424
32425 Float
32426 \family default
32427  if the LaTeX-package 
32428 \series bold
32429 wrapfig
32430 \series default
32431
32432 \begin_inset Index idx
32433 status collapsed
32434
32435 \begin_layout Plain Layout
32436 LaTeX-packages ! wrapfig
32437 \begin_inset ERT
32438 status collapsed
32439
32440 \begin_layout Plain Layout
32441
32442
32443 \backslash
32444 vspace{4mm}
32445 \end_layout
32446
32447 \end_inset
32448
32449
32450 \end_layout
32451
32452 \end_inset
32453
32454  is installed.
32455 \begin_inset Foot
32456 status collapsed
32457
32458 \begin_layout Plain Layout
32459 Installing a LaTeX-package is explained it in the 
32460 \emph on
32461 LaTeX
32462 \begin_inset space ~
32463 \end_inset
32464
32465 Configuration
32466 \emph default
32467  manual.
32468 \end_layout
32469
32470 \end_inset
32471
32472  The settings of the float can be modified by right-clicking on the float
32473  box.
32474  The mandatory settings are the float 
32475 \family sans
32476 Placement
32477 \family default
32478  and its 
32479 \family sans
32480 Width
32481 \family default
32482 .
32483  Optional are the 
32484 \family sans
32485 Overhang
32486 \family default
32487  that specifies how much the float is set into the paragraph
32488 \begin_inset space \thinspace{}
32489 \end_inset
32490
32491 /
32492 \begin_inset space \thinspace{}
32493 \end_inset
32494
32495 page margin, and the 
32496 \family sans
32497 Line
32498 \begin_inset space ~
32499 \end_inset
32500
32501 span
32502 \family default
32503  that specifies how many text lines the float will approximately need.
32504  The line span is often hard to approximate; so it is better only to use
32505  it when you encounter float placement problems.
32506  You can furthermore decide if LaTeX is allowed to let the float float within
32507  the paragraph or to surrounding paragraphs.
32508  Figure
32509 \begin_inset space ~
32510 \end_inset
32511
32512
32513 \begin_inset CommandInset ref
32514 LatexCommand ref
32515 reference "fig:This-is-a"
32516
32517 \end_inset
32518
32519  is an example text wrap float with a width of 40
32520 \begin_inset space \thinspace{}
32521 \end_inset
32522
32523 col%, 1
32524 \begin_inset space \thinspace{}
32525 \end_inset
32526
32527 cm overhang, set to the left.
32528 \end_layout
32529
32530 \begin_layout Standard
32531 \begin_inset Note Greyedout
32532 status open
32533
32534 \begin_layout Plain Layout
32535
32536 \series bold
32537 Note:
32538 \series default
32539  Text
32540 \begin_inset space ~
32541 \end_inset
32542
32543 wrap float floats are fragile! E.
32544 \begin_inset space \thinspace{}
32545 \end_inset
32546
32547 g.
32548 \begin_inset space \space{}
32549 \end_inset
32550
32551 having a figure too close to the bottom of the page can mess things up in
32552  such a way that the float does not appear in the output or that it is placed
32553  over some other text.
32554 \end_layout
32555
32556 \end_inset
32557
32558
32559 \end_layout
32560
32561 \begin_layout Standard
32562 In general, the following applies for wrap floats:
32563 \end_layout
32564
32565 \begin_layout Itemize
32566 They should not be placed in paragraphs that run over a page break.
32567  That means that wrap floats are better inserted in their exact place when
32568  the document is almost finished and you are able to estimate where page
32569  breaks will appear.
32570 \end_layout
32571
32572 \begin_layout Itemize
32573 They should either be placed in their own paragraph before the paragraph
32574  where they should wrap into or within a paragraph.
32575 \end_layout
32576
32577 \begin_layout Itemize
32578 In consecutive paragraphs they may cause troubles, so ensure that there
32579  is a text paragraph between them as separator.
32580 \end_layout
32581
32582 \begin_layout Itemize
32583 They are not allowed in section headings or tables.
32584 \end_layout
32585
32586 \begin_layout Itemize
32587 Their numbering and referencing works as described in chap.
32588 \begin_inset space \thinspace{}
32589 \end_inset
32590
32591
32592 \begin_inset CommandInset ref
32593 LatexCommand ref
32594 reference "chap:Floats"
32595
32596 \end_inset
32597
32598 .
32599 \end_layout
32600
32601 \begin_layout Section
32602 Surrounded Fixed Objects
32603 \begin_inset Index idx
32604 status collapsed
32605
32606 \begin_layout Plain Layout
32607 Surrounded by text ! Fixed objects
32608 \end_layout
32609
32610 \end_inset
32611
32612
32613 \end_layout
32614
32615 \begin_layout Standard
32616 The wrap floats described in sec.
32617 \begin_inset space \thinspace{}
32618 \end_inset
32619
32620
32621 \begin_inset CommandInset ref
32622 LatexCommand ref
32623 reference "sec:Wrap-Floats"
32624
32625 \end_inset
32626
32627  have these positions in the paragraph:
32628 \end_layout
32629
32630 \begin_layout Standard
32631 \noindent
32632 \align center
32633 \begin_inset Tabular
32634 <lyxtabular version="3" rows="2" columns="2">
32635 <features tabularvalignment="middle">
32636 <column alignment="center" valignment="top" width="0">
32637 <column alignment="center" valignment="top" width="0">
32638 <row>
32639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32640 \begin_inset Text
32641
32642 \begin_layout Plain Layout
32643 \begin_inset Graphics
32644         filename ../images/dialog-show-new-inset_graphics.png
32645         scale 70
32646         scaleBeforeRotation
32647
32648 \end_inset
32649
32650
32651 \end_layout
32652
32653 \end_inset
32654 </cell>
32655 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32656 \begin_inset Text
32657
32658 \begin_layout Plain Layout
32659 text
32660 \end_layout
32661
32662 \end_inset
32663 </cell>
32664 </row>
32665 <row>
32666 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32667 \begin_inset Text
32668
32669 \begin_layout Plain Layout
32670 text
32671 \end_layout
32672
32673 \end_inset
32674 </cell>
32675 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32676 \begin_inset Text
32677
32678 \begin_layout Plain Layout
32679 text
32680 \end_layout
32681
32682 \end_inset
32683 </cell>
32684 </row>
32685 </lyxtabular>
32686
32687 \end_inset
32688
32689  or 
32690 \begin_inset Tabular
32691 <lyxtabular version="3" rows="2" columns="2">
32692 <features tabularvalignment="middle">
32693 <column alignment="center" valignment="top" width="0">
32694 <column alignment="center" valignment="top" width="0">
32695 <row>
32696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32697 \begin_inset Text
32698
32699 \begin_layout Plain Layout
32700 text
32701 \end_layout
32702
32703 \end_inset
32704 </cell>
32705 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32706 \begin_inset Text
32707
32708 \begin_layout Plain Layout
32709 \begin_inset Graphics
32710         filename ../images/dialog-show-new-inset_graphics.png
32711         scale 70
32712         scaleBeforeRotation
32713
32714 \end_inset
32715
32716
32717 \end_layout
32718
32719 \end_inset
32720 </cell>
32721 </row>
32722 <row>
32723 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32724 \begin_inset Text
32725
32726 \begin_layout Plain Layout
32727 text
32728 \end_layout
32729
32730 \end_inset
32731 </cell>
32732 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32733 \begin_inset Text
32734
32735 \begin_layout Plain Layout
32736 text
32737 \end_layout
32738
32739 \end_inset
32740 </cell>
32741 </row>
32742 </lyxtabular>
32743
32744 \end_inset
32745
32746
32747 \end_layout
32748
32749 \begin_layout Standard
32750 To get an object exactly at the position where it is inserted, for example
32751  to get one of these positions:
32752 \begin_inset VSpace defskip
32753 \end_inset
32754
32755
32756 \end_layout
32757
32758 \begin_layout Standard
32759 \noindent
32760 \align center
32761 \begin_inset Tabular
32762 <lyxtabular version="3" rows="2" columns="2">
32763 <features tabularvalignment="middle">
32764 <column alignment="center" valignment="top" width="0">
32765 <column alignment="center" valignment="top" width="0">
32766 <row>
32767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32768 \begin_inset Text
32769
32770 \begin_layout Plain Layout
32771 text
32772 \end_layout
32773
32774 \end_inset
32775 </cell>
32776 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32777 \begin_inset Text
32778
32779 \begin_layout Plain Layout
32780 text
32781 \end_layout
32782
32783 \end_inset
32784 </cell>
32785 </row>
32786 <row>
32787 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32788 \begin_inset Text
32789
32790 \begin_layout Plain Layout
32791 \begin_inset Graphics
32792         filename ../images/dialog-show-new-inset_graphics.png
32793         scale 70
32794         scaleBeforeRotation
32795
32796 \end_inset
32797
32798
32799 \end_layout
32800
32801 \end_inset
32802 </cell>
32803 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32804 \begin_inset Text
32805
32806 \begin_layout Plain Layout
32807 text
32808 \end_layout
32809
32810 \end_inset
32811 </cell>
32812 </row>
32813 </lyxtabular>
32814
32815 \end_inset
32816
32817  
32818 \begin_inset Tabular
32819 <lyxtabular version="3" rows="2" columns="2">
32820 <features tabularvalignment="middle">
32821 <column alignment="center" valignment="top" width="0">
32822 <column alignment="center" valignment="top" width="0">
32823 <row>
32824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32825 \begin_inset Text
32826
32827 \begin_layout Plain Layout
32828 text
32829 \end_layout
32830
32831 \end_inset
32832 </cell>
32833 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32834 \begin_inset Text
32835
32836 \begin_layout Plain Layout
32837 text
32838 \end_layout
32839
32840 \end_inset
32841 </cell>
32842 </row>
32843 <row>
32844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32845 \begin_inset Text
32846
32847 \begin_layout Plain Layout
32848 text
32849 \end_layout
32850
32851 \end_inset
32852 </cell>
32853 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32854 \begin_inset Text
32855
32856 \begin_layout Plain Layout
32857 \begin_inset Graphics
32858         filename ../images/dialog-show-new-inset_graphics.png
32859         scale 70
32860         scaleBeforeRotation
32861
32862 \end_inset
32863
32864
32865 \end_layout
32866
32867 \end_inset
32868 </cell>
32869 </row>
32870 </lyxtabular>
32871
32872 \end_inset
32873
32874  
32875 \begin_inset Tabular
32876 <lyxtabular version="3" rows="2" columns="3">
32877 <features tabularvalignment="middle">
32878 <column alignment="center" valignment="top" width="0">
32879 <column alignment="center" valignment="top" width="0">
32880 <column alignment="center" valignment="top" width="0">
32881 <row>
32882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32883 \begin_inset Text
32884
32885 \begin_layout Plain Layout
32886 text
32887 \end_layout
32888
32889 \end_inset
32890 </cell>
32891 <cell alignment="center" valignment="top" topline="true" usebox="none">
32892 \begin_inset Text
32893
32894 \begin_layout Plain Layout
32895 \begin_inset Graphics
32896         filename ../images/dialog-show-new-inset_graphics.png
32897         scale 70
32898         scaleBeforeRotation
32899
32900 \end_inset
32901
32902
32903 \end_layout
32904
32905 \end_inset
32906 </cell>
32907 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32908 \begin_inset Text
32909
32910 \begin_layout Plain Layout
32911 text
32912 \end_layout
32913
32914 \end_inset
32915 </cell>
32916 </row>
32917 <row>
32918 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32919 \begin_inset Text
32920
32921 \begin_layout Plain Layout
32922 text
32923 \end_layout
32924
32925 \end_inset
32926 </cell>
32927 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32928 \begin_inset Text
32929
32930 \begin_layout Plain Layout
32931 text
32932 \end_layout
32933
32934 \end_inset
32935 </cell>
32936 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32937 \begin_inset Text
32938
32939 \begin_layout Plain Layout
32940 text
32941 \end_layout
32942
32943 \end_inset
32944 </cell>
32945 </row>
32946 </lyxtabular>
32947
32948 \end_inset
32949
32950  
32951 \begin_inset Tabular
32952 <lyxtabular version="3" rows="2" columns="3">
32953 <features tabularvalignment="middle">
32954 <column alignment="center" valignment="top" width="0">
32955 <column alignment="center" valignment="top" width="0">
32956 <column alignment="center" valignment="top" width="0">
32957 <row>
32958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32959 \begin_inset Text
32960
32961 \begin_layout Plain Layout
32962 text
32963 \end_layout
32964
32965 \end_inset
32966 </cell>
32967 <cell alignment="center" valignment="top" topline="true" usebox="none">
32968 \begin_inset Text
32969
32970 \begin_layout Plain Layout
32971 text
32972 \end_layout
32973
32974 \end_inset
32975 </cell>
32976 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32977 \begin_inset Text
32978
32979 \begin_layout Plain Layout
32980 text
32981 \end_layout
32982
32983 \end_inset
32984 </cell>
32985 </row>
32986 <row>
32987 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32988 \begin_inset Text
32989
32990 \begin_layout Plain Layout
32991 text
32992 \end_layout
32993
32994 \end_inset
32995 </cell>
32996 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32997 \begin_inset Text
32998
32999 \begin_layout Plain Layout
33000 \begin_inset Graphics
33001         filename ../images/dialog-show-new-inset_graphics.png
33002         scale 70
33003         scaleBeforeRotation
33004
33005 \end_inset
33006
33007
33008 \end_layout
33009
33010 \end_inset
33011 </cell>
33012 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33013 \begin_inset Text
33014
33015 \begin_layout Plain Layout
33016 text
33017 \end_layout
33018
33019 \end_inset
33020 </cell>
33021 </row>
33022 </lyxtabular>
33023
33024 \end_inset
33025
33026
33027 \end_layout
33028
33029 \begin_layout Standard
33030 \noindent
33031 \align center
33032 \begin_inset Tabular
33033 <lyxtabular version="3" rows="3" columns="2">
33034 <features tabularvalignment="middle">
33035 <column alignment="center" valignment="top" width="0">
33036 <column alignment="center" valignment="top" width="0">
33037 <row>
33038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33039 \begin_inset Text
33040
33041 \begin_layout Plain Layout
33042 text
33043 \end_layout
33044
33045 \end_inset
33046 </cell>
33047 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33048 \begin_inset Text
33049
33050 \begin_layout Plain Layout
33051 text
33052 \end_layout
33053
33054 \end_inset
33055 </cell>
33056 </row>
33057 <row>
33058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33059 \begin_inset Text
33060
33061 \begin_layout Plain Layout
33062 \begin_inset Graphics
33063         filename ../images/dialog-show-new-inset_graphics.png
33064         scale 70
33065         scaleBeforeRotation
33066
33067 \end_inset
33068
33069
33070 \end_layout
33071
33072 \end_inset
33073 </cell>
33074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33075 \begin_inset Text
33076
33077 \begin_layout Plain Layout
33078 text
33079 \end_layout
33080
33081 \end_inset
33082 </cell>
33083 </row>
33084 <row>
33085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33086 \begin_inset Text
33087
33088 \begin_layout Plain Layout
33089 text
33090 \end_layout
33091
33092 \end_inset
33093 </cell>
33094 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33095 \begin_inset Text
33096
33097 \begin_layout Plain Layout
33098 text
33099 \end_layout
33100
33101 \end_inset
33102 </cell>
33103 </row>
33104 </lyxtabular>
33105
33106 \end_inset
33107
33108  
33109 \begin_inset Tabular
33110 <lyxtabular version="3" rows="3" columns="3">
33111 <features tabularvalignment="middle">
33112 <column alignment="center" valignment="top" width="0">
33113 <column alignment="center" valignment="top" width="0">
33114 <column alignment="center" valignment="top" width="0">
33115 <row>
33116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33117 \begin_inset Text
33118
33119 \begin_layout Plain Layout
33120 text
33121 \end_layout
33122
33123 \end_inset
33124 </cell>
33125 <cell alignment="center" valignment="top" topline="true" usebox="none">
33126 \begin_inset Text
33127
33128 \begin_layout Plain Layout
33129 text
33130 \end_layout
33131
33132 \end_inset
33133 </cell>
33134 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33135 \begin_inset Text
33136
33137 \begin_layout Plain Layout
33138 text
33139 \end_layout
33140
33141 \end_inset
33142 </cell>
33143 </row>
33144 <row>
33145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33146 \begin_inset Text
33147
33148 \begin_layout Plain Layout
33149 text
33150 \end_layout
33151
33152 \end_inset
33153 </cell>
33154 <cell alignment="center" valignment="top" usebox="none">
33155 \begin_inset Text
33156
33157 \begin_layout Plain Layout
33158 \begin_inset Graphics
33159         filename ../images/dialog-show-new-inset_graphics.png
33160         scale 70
33161         scaleBeforeRotation
33162
33163 \end_inset
33164
33165
33166 \end_layout
33167
33168 \end_inset
33169 </cell>
33170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33171 \begin_inset Text
33172
33173 \begin_layout Plain Layout
33174 text
33175 \end_layout
33176
33177 \end_inset
33178 </cell>
33179 </row>
33180 <row>
33181 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33182 \begin_inset Text
33183
33184 \begin_layout Plain Layout
33185 text
33186 \end_layout
33187
33188 \end_inset
33189 </cell>
33190 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33191 \begin_inset Text
33192
33193 \begin_layout Plain Layout
33194 text
33195 \end_layout
33196
33197 \end_inset
33198 </cell>
33199 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33200 \begin_inset Text
33201
33202 \begin_layout Plain Layout
33203 text
33204 \end_layout
33205
33206 \end_inset
33207 </cell>
33208 </row>
33209 </lyxtabular>
33210
33211 \end_inset
33212
33213  
33214 \begin_inset Tabular
33215 <lyxtabular version="3" rows="3" columns="2">
33216 <features tabularvalignment="middle">
33217 <column alignment="center" valignment="top" width="0">
33218 <column alignment="center" valignment="top" width="0">
33219 <row>
33220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33221 \begin_inset Text
33222
33223 \begin_layout Plain Layout
33224 text
33225 \end_layout
33226
33227 \end_inset
33228 </cell>
33229 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33230 \begin_inset Text
33231
33232 \begin_layout Plain Layout
33233 text
33234 \end_layout
33235
33236 \end_inset
33237 </cell>
33238 </row>
33239 <row>
33240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33241 \begin_inset Text
33242
33243 \begin_layout Plain Layout
33244 text
33245 \end_layout
33246
33247 \end_inset
33248 </cell>
33249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33250 \begin_inset Text
33251
33252 \begin_layout Plain Layout
33253 \begin_inset Graphics
33254         filename ../images/dialog-show-new-inset_graphics.png
33255         scale 70
33256         scaleBeforeRotation
33257
33258 \end_inset
33259
33260
33261 \end_layout
33262
33263 \end_inset
33264 </cell>
33265 </row>
33266 <row>
33267 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33268 \begin_inset Text
33269
33270 \begin_layout Plain Layout
33271 text
33272 \end_layout
33273
33274 \end_inset
33275 </cell>
33276 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33277 \begin_inset Text
33278
33279 \begin_layout Plain Layout
33280 text
33281 \end_layout
33282
33283 \end_inset
33284 </cell>
33285 </row>
33286 </lyxtabular>
33287
33288 \end_inset
33289
33290
33291 \end_layout
33292
33293 \begin_layout Standard
33294 \noindent
33295 you can use the LaTeX-package 
33296 \series bold
33297 picinpar
33298 \series default
33299
33300 \begin_inset Index idx
33301 status collapsed
33302
33303 \begin_layout Plain Layout
33304 LaTeX-packages ! picinpar
33305 \end_layout
33306
33307 \end_inset
33308
33309 .
33310  Here is an example:
33311 \end_layout
33312
33313 \begin_layout Standard
33314 \begin_inset ERT
33315 status collapsed
33316
33317 \begin_layout Plain Layout
33318
33319
33320 \backslash
33321 ifpicinpar
33322 \end_layout
33323
33324 \end_inset
33325
33326
33327 \begin_inset Note Note
33328 status open
33329
33330 \begin_layout Plain Layout
33331 The following section will only be displayed when the LaTeX-package 
33332 \series bold
33333 picinpar
33334 \series default
33335  is installed.
33336 \end_layout
33337
33338 \end_inset
33339
33340
33341 \end_layout
33342
33343 \begin_layout Standard
33344 \begin_inset ERT
33345 status collapsed
33346
33347 \begin_layout Plain Layout
33348
33349
33350 \backslash
33351 begin{window}[2,c,{
33352 \end_layout
33353
33354 \end_inset
33355
33356
33357 \begin_inset Graphics
33358         filename clipart/mobius.eps
33359         lyxscale 60
33360         width 40col%
33361         scaleBeforeRotation
33362         rotateOrigin center
33363
33364 \end_inset
33365
33366
33367 \begin_inset ERT
33368 status collapsed
33369
33370 \begin_layout Plain Layout
33371
33372 },]
33373 \end_layout
33374
33375 \begin_layout Plain Layout
33376
33377 {}
33378 \end_layout
33379
33380 \end_inset
33381
33382
33383 \size small
33384 It was in the spring of the year 1894 that all London was interested, and
33385  the fashionable world dismayed, by the murder of the Honourable Ronald
33386  Adair under most unusual and inexplicable circumstances.
33387  The public has already learned those particulars of the crime which
33388 \size default
33389
33390 \begin_inset ERT
33391 status collapsed
33392
33393 \begin_layout Plain Layout
33394
33395
33396 \backslash
33397 footnotemark{}
33398 \end_layout
33399
33400 \end_inset
33401
33402
33403 \size small
33404  came out in the police investigation, but a good deal was suppressed upon
33405  that occasion, since the case for the prosecution was so overwhelmingly
33406  strong that it was not necessary to bring forward all the facts.
33407  Only now, at the end of nearly ten years, am I allowed to supply those
33408  missing links which make up the whole of that remarkable chain.
33409 \size default
33410
33411 \begin_inset ERT
33412 status collapsed
33413
33414 \begin_layout Plain Layout
33415
33416
33417 \backslash
33418 end{window}
33419 \end_layout
33420
33421 \end_inset
33422
33423
33424 \end_layout
33425
33426 \begin_layout Standard
33427 \begin_inset ERT
33428 status collapsed
33429
33430 \begin_layout Plain Layout
33431
33432
33433 \backslash
33434 footnotetext{
33435 \end_layout
33436
33437 \end_inset
33438
33439 Footnote of the paragraph with the fixed object.
33440 \begin_inset ERT
33441 status collapsed
33442
33443 \begin_layout Plain Layout
33444
33445 }
33446 \end_layout
33447
33448 \end_inset
33449
33450
33451 \end_layout
33452
33453 \begin_layout Standard
33454 Surrounded fixed objects are used to let text float around them, at which
33455  the object's position in the paragraph can be determined by the number
33456  of lines above it.
33457  In contrary to floats is it not possible to have a numbered caption.
33458 \end_layout
33459
33460 \begin_layout Standard
33461 A fixed object is inserted by adding the command
33462 \end_layout
33463
33464 \begin_layout Standard
33465
33466 \series bold
33467
33468 \backslash
33469 begin{window}[2,c,{
33470 \end_layout
33471
33472 \begin_layout Standard
33473 as TeX Code at the beginning of the paragraph.
33474  The first parameter in the bracket, here '2', defines the number of lines
33475  above the object, the second, here 'c', the position of the object.
33476  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
33477  Behind the command you insert the object.
33478  In this example an image with a width of 40
33479 \begin_inset space \thinspace{}
33480 \end_inset
33481
33482 % of the text column width was inserted.
33483  The object can also be a table, a box or an equation.
33484  Behind the object the command
33485 \end_layout
33486
33487 \begin_layout Standard
33488
33489 \series bold
33490 },description text]
33491 \begin_inset Newline newline
33492 \end_inset
33493
33494 {}
33495 \end_layout
33496
33497 \begin_layout Standard
33498 is inserted.
33499  Note that the 
33500 \begin_inset Quotes eld
33501 \end_inset
33502
33503
33504 \series bold
33505 {}
33506 \series default
33507
33508 \begin_inset Quotes erd
33509 \end_inset
33510
33511  is in the second line.
33512  The description text is optional.
33513  The text surrounding the object must be in the same paragraph as the object,
33514  so it must begin directly after the 
33515 \series bold
33516 {}
33517 \series default
33518 .
33519  At the end of the paragraph insert the command:
33520 \end_layout
33521
33522 \begin_layout Standard
33523
33524 \series bold
33525
33526 \backslash
33527 end{window}
33528 \end_layout
33529
33530 \begin_layout Standard
33531 Within a paragraph with a fixed object, you cannot insert footnotes in the
33532  normal way.
33533  You have to use instead the command 
33534 \series bold
33535
33536 \backslash
33537 footnotemark
33538 \series default
33539  inside the paragraph and outside the command 
33540 \series bold
33541
33542 \backslash
33543 footnotetext
33544 \series default
33545  as described in sec.
33546 \begin_inset space \thinspace{}
33547 \end_inset
33548
33549
33550 \begin_inset CommandInset ref
33551 LatexCommand ref
33552 reference "sec:Footnotes"
33553
33554 \end_inset
33555
33556 .
33557 \end_layout
33558
33559 \begin_layout Standard
33560 \begin_inset ERT
33561 status collapsed
33562
33563 \begin_layout Plain Layout
33564
33565
33566 \backslash
33567 else
33568 \end_layout
33569
33570 \end_inset
33571
33572
33573 \begin_inset Note Note
33574 status open
33575
33576 \begin_layout Plain Layout
33577 The following will be displayed when the LaTeX-package 
33578 \series bold
33579 picinpar
33580 \series default
33581  is not installed:
33582 \end_layout
33583
33584 \end_inset
33585
33586
33587 \end_layout
33588
33589 \begin_layout Standard
33590 You need to install the LaTeX-package 
33591 \series bold
33592 picinpar
33593 \series default
33594  to see the following part of this section in the output.
33595 \end_layout
33596
33597 \begin_layout Standard
33598 \begin_inset ERT
33599 status collapsed
33600
33601 \begin_layout Plain Layout
33602
33603
33604 \backslash
33605 fi
33606 \end_layout
33607
33608 \end_inset
33609
33610
33611 \end_layout
33612
33613 \begin_layout Section
33614 Initials
33615 \begin_inset Index idx
33616 status collapsed
33617
33618 \begin_layout Plain Layout
33619 Initials
33620 \end_layout
33621
33622 \end_inset
33623
33624
33625 \begin_inset Index idx
33626 status collapsed
33627
33628 \begin_layout Plain Layout
33629 Surrounded by text ! Initials
33630 \end_layout
33631
33632 \end_inset
33633
33634
33635 \end_layout
33636
33637 \begin_layout Standard
33638 To use initials, you must have the LaTeX-package 
33639 \series bold
33640 lettrine
33641 \series default
33642
33643 \begin_inset Index idx
33644 status collapsed
33645
33646 \begin_layout Plain Layout
33647 LaTeX-packages ! lettrine
33648 \end_layout
33649
33650 \end_inset
33651
33652  installed and use the module 
33653 \family sans
33654 Initials
33655 \family default
33656  in your document (menu 
33657 \family sans
33658 Document\SpecialChar \menuseparator
33659 Settings\SpecialChar \menuseparator
33660 Modules
33661 \family default
33662 ).
33663  To insert an initial, use the style 
33664 \family sans
33665 Initial
33666 \family default
33667 .
33668  This style has a mandatory and an optional argument.
33669  The mandatory argument is inserted via the menu 
33670 \family sans
33671 Insert\SpecialChar \menuseparator
33672 Short
33673 \begin_inset space ~
33674 \end_inset
33675
33676 Title
33677 \family default
33678  and contains the letter that is the initial.
33679  To use also the optional argument, insert another argument in front of
33680  the mandatory argument.
33681  This one contains parameters to modify the initial.
33682  For more information about the possible parameters see the documentation
33683  of 
33684 \series bold
33685 lettrine
33686 \series default
33687
33688 \begin_inset CommandInset citation
33689 LatexCommand cite
33690 key "lettrine"
33691
33692 \end_inset
33693
33694 .
33695  The style itself contains the text that is surrounding the initial.
33696  The usual style is hereby that the word whose first letter is the initial,
33697  is printed with 
33698 \shape smallcaps
33699 small caps
33700 \shape default
33701 .
33702  To tell LaTeX where this word is finished, add a closing brace '
33703 \series bold
33704 }
33705 \series default
33706 ' as TeX Code behind it.
33707  At the end of the style there must be an opening brace '
33708 \series bold
33709 {
33710 \series default
33711 ' as TeX Code.
33712 \end_layout
33713
33714 \begin_layout Standard
33715 Here are some examples:
33716 \end_layout
33717
33718 \begin_layout Standard
33719 \begin_inset ERT
33720 status collapsed
33721
33722 \begin_layout Plain Layout
33723
33724
33725 \backslash
33726 iflettrine
33727 \end_layout
33728
33729 \end_inset
33730
33731
33732 \begin_inset Note Note
33733 status open
33734
33735 \begin_layout Plain Layout
33736 The following section will only be displayed when the LaTeX-package 
33737 \series bold
33738 lettrine
33739 \series default
33740  is installed.
33741 \end_layout
33742
33743 \end_inset
33744
33745
33746 \end_layout
33747
33748 \begin_layout Enumerate
33749 No optional argument, the initial is the letter 'I' in the math font 
33750 \begin_inset Formula $\mathfrak{Fraktur}$
33751 \end_inset
33752
33753 :
33754 \end_layout
33755
33756 \begin_deeper
33757 \begin_layout Initial
33758 \begin_inset Argument
33759 status open
33760
33761 \begin_layout Plain Layout
33762 \begin_inset Formula $\mathfrak{I}$
33763 \end_inset
33764
33765
33766 \end_layout
33767
33768 \end_inset
33769
33770 t
33771 \begin_inset ERT
33772 status collapsed
33773
33774 \begin_layout Plain Layout
33775
33776 }
33777 \end_layout
33778
33779 \end_inset
33780
33781  was in the spring of the year 1894 that all London was interested, and
33782  the fashionable world dismayed, by the murder of the Honourable Ronald
33783  Adair under most unusual and inexplicable circumstances.
33784  The public has already learned those particulars of the crime which came
33785  out in the police investigation, but a good deal was suppressed upon that
33786  occasion, since the case for the prosecution was so overwhelmingly strong
33787  that it was not necessary to bring forward all the facts.
33788 \begin_inset ERT
33789 status collapsed
33790
33791 \begin_layout Plain Layout
33792
33793 {
33794 \end_layout
33795
33796 \end_inset
33797
33798
33799 \begin_inset Newpage newpage
33800 \end_inset
33801
33802
33803 \end_layout
33804
33805 \end_deeper
33806 \begin_layout Enumerate
33807 Only one line is surrounding the initial, which is formed by two letters
33808  in standard font and no text is printed in small caps:
33809 \end_layout
33810
33811 \begin_deeper
33812 \begin_layout Initial
33813 \begin_inset Argument
33814 status open
33815
33816 \begin_layout Plain Layout
33817 lines=1
33818 \end_layout
33819
33820 \end_inset
33821
33822
33823 \begin_inset Argument
33824 status open
33825
33826 \begin_layout Plain Layout
33827 It
33828 \end_layout
33829
33830 \end_inset
33831
33832
33833 \begin_inset ERT
33834 status collapsed
33835
33836 \begin_layout Plain Layout
33837
33838 }
33839 \end_layout
33840
33841 \end_inset
33842
33843  was in the spring of the year 1894 that all London was interested, and
33844  the fashionable world dismayed, by the murder of the Honourable Ronald
33845  Adair under most unusual and inexplicable circumstances.
33846  The public has already learned those particulars of the crime which came
33847  out in the police investigation, but a good deal was suppressed upon that
33848  occasion, since the case for the prosecution was so overwhelmingly strong
33849  that it was not necessary to bring forward all the facts.
33850 \begin_inset ERT
33851 status collapsed
33852
33853 \begin_layout Plain Layout
33854
33855 {
33856 \end_layout
33857
33858 \end_inset
33859
33860
33861 \end_layout
33862
33863 \end_deeper
33864 \begin_layout Enumerate
33865 Magenta, hanging initial over 3
33866 \begin_inset space ~
33867 \end_inset
33868
33869 lines in the math font 
33870 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
33871 \end_inset
33872
33873 , the text 
33874 \begin_inset Quotes eld
33875 \end_inset
33876
33877 t was in the spring
33878 \begin_inset Quotes erd
33879 \end_inset
33880
33881  is in 
33882 \shape smallcaps
33883 small caps
33884 \shape default
33885 ; to color the initial, you must insert this command before the initial:
33886 \begin_inset Newline newline
33887 \end_inset
33888
33889
33890 \series bold
33891
33892 \backslash
33893 renewcommand{
33894 \backslash
33895 LettrineFontHook}{
33896 \backslash
33897 color{color}}
33898 \series default
33899
33900 \begin_inset Newline newline
33901 \end_inset
33902
33903 where the second 
33904 \emph on
33905 color
33906 \emph default
33907  can be 
33908 \begin_inset Quotes eld
33909 \end_inset
33910
33911 red
33912 \begin_inset Quotes erd
33913 \end_inset
33914
33915
33916 \begin_inset Quotes eld
33917 \end_inset
33918
33919 blue
33920 \begin_inset Quotes erd
33921 \end_inset
33922
33923
33924 \begin_inset Quotes eld
33925 \end_inset
33926
33927 green
33928 \begin_inset Quotes erd
33929 \end_inset
33930
33931
33932 \begin_inset Quotes eld
33933 \end_inset
33934
33935 yellow
33936 \begin_inset Quotes erd
33937 \end_inset
33938
33939
33940 \begin_inset Quotes eld
33941 \end_inset
33942
33943 cyan
33944 \begin_inset Quotes erd
33945 \end_inset
33946
33947
33948 \begin_inset Quotes eld
33949 \end_inset
33950
33951 magenta
33952 \begin_inset Quotes erd
33953 \end_inset
33954
33955
33956 \begin_inset Quotes eld
33957 \end_inset
33958
33959 black
33960 \begin_inset Quotes erd
33961 \end_inset
33962
33963  or 
33964 \begin_inset Quotes eld
33965 \end_inset
33966
33967 white
33968 \begin_inset Quotes erd
33969 \end_inset
33970
33971 , and add this command to the document preamble:
33972 \begin_inset Newline newline
33973 \end_inset
33974
33975
33976 \series bold
33977
33978 \backslash
33979 @ifundefined{textcolor}
33980 \begin_inset Newline newline
33981 \end_inset
33982
33983
33984 \begin_inset space ~
33985 \end_inset
33986
33987 {
33988 \backslash
33989 usepackage{color}}{}
33990 \end_layout
33991
33992 \begin_deeper
33993 \begin_layout Standard
33994 \begin_inset ERT
33995 status collapsed
33996
33997 \begin_layout Plain Layout
33998
33999
34000 \backslash
34001 renewcommand{
34002 \backslash
34003 LettrineFontHook}{
34004 \backslash
34005 color{magenta}}
34006 \end_layout
34007
34008 \end_inset
34009
34010
34011 \begin_inset Note Note
34012 status collapsed
34013
34014 \begin_layout Plain Layout
34015 makes the initial magenta
34016 \end_layout
34017
34018 \end_inset
34019
34020
34021 \end_layout
34022
34023 \begin_layout Initial
34024 \begin_inset Argument
34025 status open
34026
34027 \begin_layout Plain Layout
34028 lines=3, lhang=0.33, loversize=0.25
34029 \end_layout
34030
34031 \end_inset
34032
34033
34034 \begin_inset Argument
34035 status open
34036
34037 \begin_layout Plain Layout
34038 \begin_inset Formula $\mathcal{I}$
34039 \end_inset
34040
34041
34042 \end_layout
34043
34044 \end_inset
34045
34046 t was in the spring
34047 \begin_inset ERT
34048 status collapsed
34049
34050 \begin_layout Plain Layout
34051
34052 }
34053 \end_layout
34054
34055 \end_inset
34056
34057  of the year 1894 that all London was interested, and the fashionable world
34058  dismayed, by the murder of the Honourable Ronald Adair under most unusual
34059  and inexplicable circumstances.
34060  The public has already learned those particulars of the crime which came
34061  out in the police investigation, but a good deal was suppressed upon that
34062  occasion, since the case for the prosecution was so overwhelmingly strong
34063  that it was not necessary to bring forward all the facts.
34064 \begin_inset ERT
34065 status collapsed
34066
34067 \begin_layout Plain Layout
34068
34069 {
34070 \end_layout
34071
34072 \end_inset
34073
34074
34075 \end_layout
34076
34077 \end_deeper
34078 \begin_layout Standard
34079 \begin_inset ERT
34080 status collapsed
34081
34082 \begin_layout Plain Layout
34083
34084
34085 \backslash
34086 else
34087 \end_layout
34088
34089 \end_inset
34090
34091
34092 \begin_inset Note Note
34093 status open
34094
34095 \begin_layout Plain Layout
34096 The following will be displayed when the LaTeX-package 
34097 \series bold
34098 lettrine
34099 \series default
34100  is not installed:
34101 \end_layout
34102
34103 \end_inset
34104
34105
34106 \end_layout
34107
34108 \begin_layout Standard
34109 You need to install the LaTeX-package 
34110 \series bold
34111 lettrine
34112 \series default
34113  to see the following part of this section in the output.
34114 \end_layout
34115
34116 \begin_layout Standard
34117 \begin_inset ERT
34118 status collapsed
34119
34120 \begin_layout Plain Layout
34121
34122
34123 \backslash
34124 fi
34125 \end_layout
34126
34127 \end_inset
34128
34129
34130 \end_layout
34131
34132 \begin_layout Chapter
34133 External Document Parts
34134 \begin_inset Index idx
34135 status collapsed
34136
34137 \begin_layout Plain Layout
34138 External Document Parts
34139 \end_layout
34140
34141 \end_inset
34142
34143
34144 \end_layout
34145
34146 \begin_layout Standard
34147 With the menu 
34148 \family sans
34149 Insert\SpecialChar \menuseparator
34150 File
34151 \family default
34152  you can insert external material to your document.
34153  This can be:
34154 \end_layout
34155
34156 \begin_layout Description
34157 LyX
34158 \begin_inset space ~
34159 \end_inset
34160
34161 Document Another LyX document; its content is directly inserted to your
34162  document.
34163 \end_layout
34164
34165 \begin_layout Description
34166 Plain
34167 \begin_inset space ~
34168 \end_inset
34169
34170 Text A text document; each line is inserted in your document as a separate
34171  paragraph.
34172 \end_layout
34173
34174 \begin_layout Description
34175 Plain
34176 \begin_inset space ~
34177 \end_inset
34178
34179 Text,
34180 \begin_inset space ~
34181 \end_inset
34182
34183 Join
34184 \begin_inset space ~
34185 \end_inset
34186
34187 Lines A text document; text lines are inserted in your document continuously
34188  but an empty text line creates a new paragraph.
34189 \end_layout
34190
34191 \begin_layout Description
34192 External
34193 \begin_inset space ~
34194 \end_inset
34195
34196 Material Files in various formats.
34197 \end_layout
34198
34199 \begin_layout Description
34200 Child
34201 \begin_inset space ~
34202 \end_inset
34203
34204 Document LyX or LaTeX-documents.
34205 \end_layout
34206
34207 \begin_layout Section
34208 External Material
34209 \begin_inset Index idx
34210 status collapsed
34211
34212 \begin_layout Plain Layout
34213 External Document Parts ! External Material
34214 \end_layout
34215
34216 \end_inset
34217
34218
34219 \end_layout
34220
34221 \begin_layout Standard
34222 The external material feature allows you to insert files in to your document
34223  without converting them to a format that can be read by the document output
34224  format.
34225  LyX takes care of the necessary conversions.
34226  This is similar to images that can be inserted in various image formats
34227  in LyX documents.
34228  When you have enabled Instant Preview in LyX's preferences under 
34229 \family sans
34230 Look
34231 \begin_inset space ~
34232 \end_inset
34233
34234 and
34235 \begin_inset space ~
34236 \end_inset
34237
34238 feel\SpecialChar \menuseparator
34239 Graphics
34240 \family default
34241 , the external material types Dia and Xfig are directly shown in LyX.
34242 \end_layout
34243
34244 \begin_layout Standard
34245 External material can be inserted via the 
34246 \family sans
34247 External Material
34248 \family default
34249  dialog that is accessible with the menu 
34250 \family sans
34251 Insert\SpecialChar \menuseparator
34252 File\SpecialChar \menuseparator
34253 External
34254 \begin_inset space ~
34255 \end_inset
34256
34257 Material
34258 \family default
34259 .
34260  Currently the following file types (
34261 \family sans
34262 Templates
34263 \family default
34264 ) are allowed:
34265 \end_layout
34266
34267 \begin_layout Description
34268 ChessDiagram This template supports chess position diagrams made with the
34269  program 
34270 \series bold
34271
34272 \begin_inset CommandInset href
34273 LatexCommand href
34274 name "XBoard"
34275 target "http://en.wikipedia.org/wiki/XBoard"
34276
34277 \end_inset
34278
34279
34280 \series default
34281 .
34282 \end_layout
34283
34284 \begin_layout Description
34285 Date This inserts the date in the form 
34286 \emph on
34287 Day-Month-Year
34288 \emph default
34289 .
34290  This is a date inserted as external material: 
34291 \begin_inset External
34292         template Date
34293         filename .
34294
34295 \end_inset
34296
34297
34298 \begin_inset space ~
34299 \end_inset
34300
34301
34302 \begin_inset Note Note
34303 status open
34304
34305 \begin_layout Plain Layout
34306 Remove the protected space when bug 4398 is fixed!
34307 \end_layout
34308
34309 \end_inset
34310
34311
34312 \begin_inset Newline newline
34313 \end_inset
34314
34315 The date is not shown within LyX, only in the output.
34316  There are two other methods of inserting a date: Via menu 
34317 \family sans
34318 Insert\SpecialChar \menuseparator
34319 Date
34320 \family default
34321  and with the LaTeX command 
34322 \series bold
34323
34324 \backslash
34325 today
34326 \series default
34327  as TeX-Code.
34328  The different methods are compared in Table
34329 \begin_inset space ~
34330 \end_inset
34331
34332
34333 \begin_inset CommandInset ref
34334 LatexCommand ref
34335 reference "tab:Comparison-of-the"
34336
34337 \end_inset
34338
34339 .
34340 \end_layout
34341
34342 \begin_layout Description
34343 Dia This template supports diagrams created with the program 
34344 \series bold
34345
34346 \begin_inset CommandInset href
34347 LatexCommand href
34348 name "Dia"
34349 target "http://en.wikipedia.org/wiki/Dia_(software)"
34350
34351 \end_inset
34352
34353
34354 \series default
34355 .
34356 \end_layout
34357
34358 \begin_layout Description
34359 GnumericSpreadsheet With this template you can insert spreadsheets
34360 \begin_inset space \thinspace{}
34361 \end_inset
34362
34363 /
34364 \begin_inset space \thinspace{}
34365 \end_inset
34366
34367 tables in the format of 
34368 \series bold
34369
34370 \begin_inset CommandInset href
34371 LatexCommand href
34372 name "Gnumeric"
34373 target "http://en.wikipedia.org/wiki/Gnumeric"
34374
34375 \end_inset
34376
34377
34378 \series default
34379
34380 \begin_inset CommandInset href
34381 LatexCommand href
34382 name "OpenDocument"
34383 target "http://en.wikipedia.org/wiki/OpenDocument"
34384
34385 \end_inset
34386
34387
34388 \begin_inset CommandInset href
34389 LatexCommand href
34390 name "Microsoft Office XML"
34391 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
34392
34393 \end_inset
34394
34395  and 
34396 \begin_inset CommandInset href
34397 LatexCommand href
34398 name "Office Open XML"
34399 target "http://en.wikipedia.org/wiki/Office_Open_XML"
34400
34401 \end_inset
34402
34403 .
34404  For this feature LyX must have found the program 
34405 \family typewriter
34406 ssconvert
34407 \family default
34408  during its configuration.
34409  This program is part of Gnumeric, so that you must have Gnumeric installed,
34410  also if you don't have tables in the Gnumeric format.
34411  For examples and possible limitations have a look at LyX's example file
34412  
34413 \emph on
34414 spreadsheet.lyx
34415 \emph default
34416 .
34417 \end_layout
34418
34419 \begin_layout Description
34420 LilyPond This template is used for music notation typeset with the program
34421 \begin_inset Newline linebreak
34422 \end_inset
34423
34424
34425 \series bold
34426
34427 \begin_inset CommandInset href
34428 LatexCommand href
34429 name "LilyPond"
34430 target "http://en.wikipedia.org/wiki/LilyPond"
34431
34432 \end_inset
34433
34434
34435 \series default
34436 .
34437  For LyX's extended support for LilyPond have a look at LyX's example file
34438  
34439 \emph on
34440 lilypond.lyx
34441 \emph default
34442 .
34443 \end_layout
34444
34445 \begin_layout Description
34446 PDFPages With this template you can insert PDF documents to your document.
34447  To specify the range of pages that should be included, use the option 
34448 \series bold
34449 pages
34450 \series default
34451  in the 
34452 \family sans
34453 Option
34454 \family default
34455  field in the 
34456 \family sans
34457 LaTeX and LyX options
34458 \family default
34459  tab.
34460  The argument of this option is a comma separated list, containing page
34461  numbers (insert as option 
34462 \series bold
34463 pages={3,5,6,8}
34464 \series default
34465 ), ranges of page numbers (
34466 \series bold
34467 pages={4-9}
34468 \series default
34469 ) or any combination.
34470  To insert empty pages use {}.
34471  E.
34472 \begin_inset space \thinspace{}
34473 \end_inset
34474
34475 g.
34476 \begin_inset space ~
34477 \end_inset
34478
34479
34480 \series bold
34481 pages={3,{},8-11,15}
34482 \series default
34483  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
34484  Page ranges are specified in the syntax 
34485 \emph on
34486 start
34487 \emph default
34488 -
34489 \emph on
34490 stop
34491 \emph default
34492 .
34493  This selects all pages from 
34494 \emph on
34495 start
34496 \emph default
34497  to 
34498 \emph on
34499 stop
34500 \emph default
34501 .
34502  Omitting 
34503 \emph on
34504 start
34505 \emph default
34506  defaults to the first page; omitting 
34507 \emph on
34508 stop
34509 \emph default
34510  defaults to the last page of the document.
34511  The last page can also be selected with the keyword 
34512 \series bold
34513 last
34514 \series default
34515 .
34516  (This is only permitted in a page range.) So 
34517 \series bold
34518 pages=-
34519 \series default
34520  will insert all pages of the document and 
34521 \series bold
34522 pages=last-1
34523 \series default
34524  will insert all pages in reverse order.
34525  If the pages option is not specified, only the first page of the PDF is
34526  inserted.
34527 \begin_inset Newline newline
34528 \end_inset
34529
34530 The option 
34531 \series bold
34532 noautoscale
34533 \series default
34534  inserts the pages with their original size, if this option is not given,
34535  the pages will be resized to fith the width of the page of your document.
34536  In the tab 
34537 \family sans
34538 Size and Rotation
34539 \family default
34540  you can specify the width and height of the input pages and their rotation.
34541  If another width than 100
34542 \begin_inset space \thinspace{}
34543 \end_inset
34544
34545 Scale% is used, the option 
34546 \series bold
34547 noautoscale
34548 \series default
34549  will be overwritten.
34550  For more info and possible options, have a look into the documentation
34551  of the LaTeX-package 
34552 \series bold
34553 pdfpages
34554 \series default
34555  
34556 \begin_inset CommandInset citation
34557 LatexCommand cite
34558 key "pdfpages"
34559
34560 \end_inset
34561
34562 .
34563 \begin_inset Index idx
34564 status collapsed
34565
34566 \begin_layout Plain Layout
34567 LaTeX-packages ! pdfpages
34568 \end_layout
34569
34570 \end_inset
34571
34572
34573 \begin_inset Newline newline
34574 \end_inset
34575
34576 To use this template in a 
34577 \family sans
34578 Beamer
34579 \family default
34580  presentation you need to first insert an 
34581 \family sans
34582 EndFrame
34583 \family default
34584  environment and in a subsequent paragraph a TeX Code box containing the
34585  command 
34586 \series bold
34587
34588 \backslash
34589 setbeamertemplate{background canvas}{}
34590 \series default
34591 .
34592  Then you can insert as many paragraphs containing the PDFPages template
34593  as you wish.
34594  Behind the included PDF pages you can resume the Beamer presentation by
34595  beginning a new frame or by starting a new section.
34596  To avoid stray blank pages prior to the PDF pages, make sure to use the
34597  
34598 \family sans
34599 Default
34600 \family default
34601  alignment for the paragraph containing the template.
34602 \begin_inset Newline newline
34603 \end_inset
34604
34605 Here is an included PDF which is rotated by -5°: 
34606 \begin_inset External
34607         template PDFPages
34608         filename clipart/Abstract.pdf
34609         extra LaTeX "noautoscale, pages=-"
34610         rotateAngle -5
34611         rotateOrigin bottomleft
34612
34613 \end_inset
34614
34615
34616 \end_layout
34617
34618 \begin_layout Description
34619 RasterImage This can be used for bitmap images.
34620  The image can be treated in the 
34621 \family sans
34622 External material
34623 \family default
34624  dialog like the images that are usually included via the 
34625 \family sans
34626 Graphics
34627 \family default
34628  dialog as described in section
34629 \begin_inset space ~
34630 \end_inset
34631
34632
34633 \begin_inset CommandInset ref
34634 LatexCommand ref
34635 reference "sec:Graphics-Dialog"
34636
34637 \end_inset
34638
34639 .
34640  The difference to the normal image input is that only raster images are
34641  allowed; that means that PDF and EPS-images are not supported.
34642  Here is an inserted raster image: 
34643 \begin_inset External
34644         template RasterImage
34645         filename clipart/ToolbarEnvBox.png
34646
34647 \end_inset
34648
34649
34650 \end_layout
34651
34652 \begin_layout Description
34653 XFig This template supports images created with the program 
34654 \series bold
34655
34656 \begin_inset CommandInset href
34657 LatexCommand href
34658 name "Xfig"
34659 target "http://en.wikipedia.org/wiki/Xfig"
34660
34661 \end_inset
34662
34663
34664 \series default
34665 .
34666 \end_layout
34667
34668 \begin_layout Standard
34669 \begin_inset Float table
34670 placement !h
34671 wide false
34672 sideways false
34673 status open
34674
34675 \begin_layout Plain Layout
34676 \begin_inset Caption
34677
34678 \begin_layout Plain Layout
34679 \begin_inset CommandInset label
34680 LatexCommand label
34681 name "tab:Comparison-of-the"
34682
34683 \end_inset
34684
34685 Comparison of the date input methods.
34686 \end_layout
34687
34688 \end_inset
34689
34690
34691 \end_layout
34692
34693 \begin_layout Plain Layout
34694 \align center
34695 \begin_inset Tabular
34696 <lyxtabular version="3" rows="4" columns="4">
34697 <features tabularvalignment="middle">
34698 <column alignment="center" valignment="top" width="0">
34699 <column alignment="center" valignment="top" width="0">
34700 <column alignment="center" valignment="top" width="0">
34701 <column alignment="center" valignment="top" width="0">
34702 <row>
34703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34704 \begin_inset Text
34705
34706 \begin_layout Plain Layout
34707 Document format
34708 \end_layout
34709
34710 \end_inset
34711 </cell>
34712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34713 \begin_inset Text
34714
34715 \begin_layout Plain Layout
34716
34717 \family sans
34718 External Material\SpecialChar \menuseparator
34719 Date
34720 \end_layout
34721
34722 \end_inset
34723 </cell>
34724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34725 \begin_inset Text
34726
34727 \begin_layout Plain Layout
34728
34729 \family sans
34730 Insert\SpecialChar \menuseparator
34731 Date
34732 \end_layout
34733
34734 \end_inset
34735 </cell>
34736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34737 \begin_inset Text
34738
34739 \begin_layout Plain Layout
34740 command 
34741 \series bold
34742
34743 \backslash
34744 today
34745 \end_layout
34746
34747 \end_inset
34748 </cell>
34749 </row>
34750 <row>
34751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34752 \begin_inset Text
34753
34754 \begin_layout Plain Layout
34755 LyX
34756 \end_layout
34757
34758 \end_inset
34759 </cell>
34760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34761 \begin_inset Text
34762
34763 \begin_layout Plain Layout
34764 as inset box
34765 \end_layout
34766
34767 \end_inset
34768 </cell>
34769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34770 \begin_inset Text
34771
34772 \begin_layout Plain Layout
34773 as date
34774 \end_layout
34775
34776 \end_inset
34777 </cell>
34778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34779 \begin_inset Text
34780
34781 \begin_layout Plain Layout
34782 as TeX-Code inset box
34783 \end_layout
34784
34785 \end_inset
34786 </cell>
34787 </row>
34788 <row>
34789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34790 \begin_inset Text
34791
34792 \begin_layout Plain Layout
34793 LaTeX
34794 \end_layout
34795
34796 \end_inset
34797 </cell>
34798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34799 \begin_inset Text
34800
34801 \begin_layout Plain Layout
34802 as date
34803 \end_layout
34804
34805 \end_inset
34806 </cell>
34807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34808 \begin_inset Text
34809
34810 \begin_layout Plain Layout
34811 as date
34812 \end_layout
34813
34814 \end_inset
34815 </cell>
34816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34817 \begin_inset Text
34818
34819 \begin_layout Plain Layout
34820 as command
34821 \end_layout
34822
34823 \end_inset
34824 </cell>
34825 </row>
34826 <row>
34827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34828 \begin_inset Text
34829
34830 \begin_layout Plain Layout
34831 DVI, PDF, PS
34832 \end_layout
34833
34834 \end_inset
34835 </cell>
34836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34837 \begin_inset Text
34838
34839 \begin_layout Plain Layout
34840 as date
34841 \end_layout
34842
34843 \end_inset
34844 </cell>
34845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34846 \begin_inset Text
34847
34848 \begin_layout Plain Layout
34849 as date
34850 \end_layout
34851
34852 \end_inset
34853 </cell>
34854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34855 \begin_inset Text
34856
34857 \begin_layout Plain Layout
34858 as date
34859 \end_layout
34860
34861 \end_inset
34862 </cell>
34863 </row>
34864 </lyxtabular>
34865
34866 \end_inset
34867
34868
34869 \end_layout
34870
34871 \end_inset
34872
34873
34874 \end_layout
34875
34876 \begin_layout Standard
34877 When you use the option 
34878 \family sans
34879 Draft
34880 \family default
34881  in the 
34882 \family sans
34883 File
34884 \family default
34885  tab of the 
34886 \family sans
34887 External Material
34888 \family default
34889  dialog, only the path to the inserted file is shown in the output.
34890 \begin_inset Newline newline
34891 \end_inset
34892
34893 External material is displayed in LyX either as a box like this: 
34894 \begin_inset Graphics
34895         filename clipart/ExternalMaterialQt4.png
34896         scale 85
34897         scaleBeforeRotation
34898
34899 \end_inset
34900
34901  or as image, depending on the option 
34902 \family sans
34903 Show in LyX
34904 \family default
34905  in the 
34906 \family sans
34907 LaTeX and LyX options
34908 \family default
34909  tab of the dialog.
34910 \end_layout
34911
34912 \begin_layout Standard
34913 The 
34914 \family sans
34915 \emph on
34916 Customization
34917 \family default
34918 \emph default
34919  manual explains how you can define your own templates.
34920 \end_layout
34921
34922 \begin_layout Section
34923 Child Documents
34924 \begin_inset CommandInset label
34925 LatexCommand label
34926 name "sec:Child-Documents"
34927
34928 \end_inset
34929
34930
34931 \begin_inset Index idx
34932 status collapsed
34933
34934 \begin_layout Plain Layout
34935 External Document Parts ! Child Documents
34936 \end_layout
34937
34938 \end_inset
34939
34940
34941 \begin_inset Index idx
34942 status collapsed
34943
34944 \begin_layout Plain Layout
34945 Files ! Include
34946 \end_layout
34947
34948 \end_inset
34949
34950
34951 \end_layout
34952
34953 \begin_layout Standard
34954 Child documents are used if you have a long document consisting of several
34955  larger parts or sections.
34956  For maintenance it is often useful and sometimes even required to split
34957  the document into several files that can be revised separately.
34958  The different documents are then the so called 
34959 \begin_inset Quotes eld
34960 \end_inset
34961
34962 child documents
34963 \begin_inset Quotes erd
34964 \end_inset
34965
34966 , and a master document connects them to print the full document or parts
34967  of it.
34968  A child document inherits elements of its master, for example the LaTeX
34969  preamble, the bibliography, and labels for cross-references.
34970 \end_layout
34971
34972 \begin_layout Standard
34973 To be able to work on child documents without the need to open their master,
34974  specify in the child document the master in the menu
34975 \family sans
34976  Document\SpecialChar \menuseparator
34977 Settings\SpecialChar \menuseparator
34978 Document
34979 \begin_inset space ~
34980 \end_inset
34981
34982 Class
34983 \family default
34984 .
34985  This master document will then be used in the background by LyX when you
34986  edit the child document.
34987 \end_layout
34988
34989 \begin_layout Standard
34990 Included documents are displayed in LyX as a box like this: 
34991 \begin_inset Graphics
34992         filename clipart/ChildDocumentQt4.png
34993         scale 85
34994         scaleBeforeRotation
34995
34996 \end_inset
34997
34998  To include child documents in a master document use the menu 
34999 \family sans
35000 Insert\SpecialChar \menuseparator
35001 File\SpecialChar \menuseparator
35002 Child
35003 \begin_inset space ~
35004 \end_inset
35005
35006 Documents
35007 \family default
35008 .
35009  A dialog pops up where you can choose between four include methods:
35010 \end_layout
35011
35012 \begin_layout Description
35013 Include You can include LyX- and LaTeX-documents.
35014  When you press the 
35015 \family sans
35016 Load
35017 \family default
35018  button in the 
35019 \family sans
35020 Child Document
35021 \family default
35022  dialog, the included documents will be opened in LyX in a new file tab
35023  so that you can modify them.
35024 \begin_inset Newline newline
35025 \end_inset
35026
35027
35028 \end_layout
35029
35030 \begin_layout Standard
35031 Here is a child document inserted using 
35032 \family sans
35033 Include
35034 \family default
35035
35036 \begin_inset CommandInset include
35037 LatexCommand include
35038 filename "DummyDocument1.lyx"
35039
35040 \end_inset
35041
35042
35043 \end_layout
35044
35045 \begin_layout Standard
35046 The section numbering includes the sections of the included files in the
35047  order they are inserted in the master document.
35048  The included example document has for example a subsection that is numbered
35049  as a subsection of this section.
35050  Labels of included documents can be referenced: Subsection
35051 \begin_inset space ~
35052 \end_inset
35053
35054
35055 \begin_inset CommandInset ref
35056 LatexCommand ref
35057 reference "sub:External-Subsection-1"
35058
35059 \end_inset
35060
35061 .
35062 \end_layout
35063
35064 \begin_layout Standard
35065 The preamble of the child document is ignored; only the preamble of the
35066  master document is used.
35067  Branches in child documents will be ignored by the master document when
35068  the master document does not have a branch with the same name.
35069  Included documents are inserted starting on a new page and ending with
35070  a page break.
35071 \end_layout
35072
35073 \begin_layout Standard
35074 \begin_inset Note Greyedout
35075 status open
35076
35077 \begin_layout Plain Layout
35078
35079 \series bold
35080 Note:
35081 \series default
35082  If you have included a LyX- or LaTeX-file, you are warned when you export/view
35083  the document in case the child document uses another document class than
35084  the master document as this will lead to unexpected outputs.
35085 \end_layout
35086
35087 \end_inset
35088
35089
35090 \end_layout
35091
35092 \begin_layout Description
35093 Input This method is very similar to the Include method.
35094  The differences are:
35095 \end_layout
35096
35097 \begin_deeper
35098 \begin_layout Itemize
35099 Input files don't start with a new page and don't end with a page break.
35100 \end_layout
35101
35102 \begin_layout Itemize
35103 Input files can be previewed in LyX when 
35104 \family sans
35105 Instant
35106 \begin_inset space ~
35107 \end_inset
35108
35109 Preview
35110 \family default
35111  is enabled in LyX's preferences under 
35112 \family sans
35113 Look
35114 \begin_inset space ~
35115 \end_inset
35116
35117 and
35118 \begin_inset space ~
35119 \end_inset
35120
35121 feel\SpecialChar \menuseparator
35122 Graphics
35123 \family default
35124 .
35125 \end_layout
35126
35127 \begin_layout Itemize
35128 You cannot exclude Input files via the menu 
35129 \family sans
35130 Document\SpecialChar \menuseparator
35131 Settings\SpecialChar \menuseparator
35132 Child Documents
35133 \family default
35134 .
35135 \end_layout
35136
35137 \end_deeper
35138 \begin_layout Standard
35139 Here is a child document inserted using 
35140 \family sans
35141 Input
35142 \family default
35143
35144 \begin_inset CommandInset include
35145 LatexCommand input
35146 filename "DummyDocument2.lyx"
35147
35148 \end_inset
35149
35150
35151 \end_layout
35152
35153 \begin_layout Description
35154 Verbatim With this method any text file can be included.
35155  The file is shown in the output with its source code; no command used in
35156  the text is invoked.
35157  You can use the option 
35158 \family sans
35159 Mark spaces in output
35160 \family default
35161  that displays the character 
35162 \begin_inset Quotes eld
35163 \end_inset
35164
35165
35166 \begin_inset ERT
35167 status collapsed
35168
35169 \begin_layout Plain Layout
35170
35171
35172 \backslash
35173 textvisiblespace 
35174 \end_layout
35175
35176 \end_inset
35177
35178
35179 \begin_inset Quotes erd
35180 \end_inset
35181
35182  for every space character in the source code.
35183  The difference from the method via the menu 
35184 \family sans
35185 Insert\SpecialChar \menuseparator
35186 File\SpecialChar \menuseparator
35187 Plain
35188 \begin_inset space ~
35189 \end_inset
35190
35191 Text
35192 \family default
35193  is that the document content is not shown in LyX.
35194 \end_layout
35195
35196 \begin_layout Standard
35197 Here is a child document inserted as Verbatim: 
35198 \begin_inset CommandInset include
35199 LatexCommand verbatiminput
35200 filename "DummyTextDocument.txt"
35201
35202 \end_inset
35203
35204
35205 \begin_inset VSpace bigskip
35206 \end_inset
35207
35208  Here is a child document inserted as Verbatim using the 
35209 \family sans
35210 Mark spaces in output
35211 \family default
35212  option: 
35213 \begin_inset CommandInset include
35214 LatexCommand verbatiminput*
35215 filename "DummyTextDocument.txt"
35216
35217 \end_inset
35218
35219
35220 \end_layout
35221
35222 \begin_layout Standard
35223 \begin_inset VSpace bigskip
35224 \end_inset
35225
35226
35227 \end_layout
35228
35229 \begin_layout Standard
35230 \begin_inset Note Greyedout
35231 status open
35232
35233 \begin_layout Plain Layout
35234
35235 \series bold
35236 Note:
35237 \series default
35238  As you can see in the examples above, the text of the documents included
35239  as 
35240 \family sans
35241 verbatim
35242 \family default
35243  is not broken at the end of the document lines.
35244 \end_layout
35245
35246 \end_inset
35247
35248
35249 \end_layout
35250
35251 \begin_layout Description
35252 Listings This type is described in chapter
35253 \begin_inset space ~
35254 \end_inset
35255
35256
35257 \begin_inset CommandInset ref
35258 LatexCommand ref
35259 reference "cha:Program-Code-Listings"
35260
35261 \end_inset
35262
35263 .
35264 \end_layout
35265
35266 \begin_layout Standard
35267 \begin_inset Note Greyedout
35268 status open
35269
35270 \begin_layout Plain Layout
35271
35272 \series bold
35273 Note:
35274 \series default
35275  Including the same document twice in a document using different methods
35276  could cause LaTeX-problems.
35277 \end_layout
35278
35279 \end_inset
35280
35281
35282 \end_layout
35283
35284 \begin_layout Standard
35285 If you want to view/export only selected children of your master document,
35286  either because you want to save compiling time or because you want to distribut
35287 e single chapters of the book you are just writing, you can exclude children
35288  from the output.
35289  This is done via the menu 
35290 \family sans
35291 Document\SpecialChar \menuseparator
35292 Settings\SpecialChar \menuseparator
35293 Child Documents
35294 \family default
35295 .
35296  You can exclude\SpecialChar \slash{}
35297 include children by double-clicking on the 
35298 \family sans
35299 include to output
35300 \family default
35301  column of the respective child document in the list (note that this only
35302  works for documents embedded via 
35303 \begin_inset Quotes eld
35304 \end_inset
35305
35306 Include
35307 \begin_inset Quotes erd
35308 \end_inset
35309
35310 , not with 
35311 \begin_inset Quotes eld
35312 \end_inset
35313
35314 Input
35315 \begin_inset Quotes erd
35316 \end_inset
35317
35318 ).
35319  If the option 
35320 \family sans
35321 Maintain counters and references
35322 \family default
35323  is enabled, LyX will assure that all page numbers, references etc.
35324 \begin_inset space ~
35325 \end_inset
35326
35327 are correct as if the whole document was processed.
35328  This is useful if you want the selected sub-documents to look exactly as
35329  in the context of the whole document.
35330  However, LyX needs to process the whole document in the background for
35331  this feature.
35332  So if you want to save compile time and if counters and references do not
35333  need to be correct, disable this checkbox.
35334 \end_layout
35335
35336 \begin_layout Standard
35337 Alternatively, you can put each included file into a branch.
35338 \begin_inset Foot
35339 status collapsed
35340
35341 \begin_layout Plain Layout
35342 Branches are described in section 
35343 \emph on
35344 Branches
35345 \emph default
35346  of the LyX 
35347 \emph on
35348 Userguide
35349 \emph default
35350 .
35351 \end_layout
35352
35353 \end_inset
35354
35355  By enabling\SpecialChar \slash{}
35356 disabling branches you can decide which included files will
35357  appear in the output.
35358  This has the advantage that it also works with Input'ed sub-documents.
35359  However, counters and references will not be maintained with this approach.
35360 \end_layout
35361
35362 \begin_layout Chapter
35363 Program Code Listings
35364 \begin_inset CommandInset label
35365 LatexCommand label
35366 name "cha:Program-Code-Listings"
35367
35368 \end_inset
35369
35370
35371 \begin_inset Index idx
35372 status collapsed
35373
35374 \begin_layout Plain Layout
35375 Listings
35376 \end_layout
35377
35378 \end_inset
35379
35380
35381 \begin_inset Index idx
35382 status collapsed
35383
35384 \begin_layout Plain Layout
35385 Program Code
35386 \end_layout
35387
35388 \end_inset
35389
35390
35391 \begin_inset Index idx
35392 status collapsed
35393
35394 \begin_layout Plain Layout
35395 Floats ! Listings
35396 \end_layout
35397
35398 \end_inset
35399
35400
35401 \end_layout
35402
35403 \begin_layout Standard
35404 To include and typeset program code you can use the 
35405 \family sans
35406 Listings
35407 \family default
35408  inset that can be inserted via the menu 
35409 \family sans
35410 Insert\SpecialChar \menuseparator
35411 Program Listing
35412 \family default
35413 .
35414  The LaTeX-package 
35415 \series bold
35416 listings
35417 \series default
35418
35419 \begin_inset Index idx
35420 status collapsed
35421
35422 \begin_layout Plain Layout
35423 LaTeX-packages ! listings
35424 \end_layout
35425
35426 \end_inset
35427
35428  provides a powerful and flexible way to insert program source code into
35429  your document.
35430 \end_layout
35431
35432 \begin_layout Standard
35433 Right-clicking on a listings inset opens the context menu containing where
35434  you can set the listings format.
35435 \end_layout
35436
35437 \begin_layout Standard
35438 By default, a listing starts a new paragraph in the output.
35439  The placement option 
35440 \family sans
35441 Inline
35442 \begin_inset space ~
35443 \end_inset
35444
35445 listing
35446 \family default
35447  prints the listing inline like this: 
35448 \begin_inset listings
35449 lstparams "language={C++}"
35450 inline true
35451 status open
35452
35453 \begin_layout Plain Layout
35454
35455 int a=5;
35456 \end_layout
35457
35458 \end_inset
35459
35460
35461 \begin_inset Newline newline
35462 \end_inset
35463
35464 The option 
35465 \family sans
35466 Float
35467 \family default
35468  creates a listings float where you can specify the placement options 
35469 \begin_inset Quotes eld
35470 \end_inset
35471
35472
35473 \family sans
35474 h
35475 \family default
35476
35477 \begin_inset Quotes erd
35478 \end_inset
35479
35480
35481 \begin_inset Quotes eld
35482 \end_inset
35483
35484
35485 \family sans
35486 t
35487 \family default
35488
35489 \begin_inset Quotes erd
35490 \end_inset
35491
35492
35493 \begin_inset Quotes eld
35494 \end_inset
35495
35496
35497 \family sans
35498 b
35499 \family default
35500
35501 \begin_inset Quotes erd
35502 \end_inset
35503
35504 , and 
35505 \begin_inset Quotes eld
35506 \end_inset
35507
35508
35509 \family sans
35510 p
35511 \family default
35512
35513 \begin_inset Quotes erd
35514 \end_inset
35515
35516  corresponding to the float placement options described in section
35517 \begin_inset space ~
35518 \end_inset
35519
35520
35521 \begin_inset CommandInset ref
35522 LatexCommand ref
35523 reference "sec:Float-Placement"
35524
35525 \end_inset
35526
35527 .
35528  The placement options can be mixed and are inserted without any separation,
35529  e.
35530 \begin_inset space \thinspace{}
35531 \end_inset
35532
35533 g.
35534 \begin_inset space \space{}
35535 \end_inset
35536
35537
35538 \begin_inset Quotes eld
35539 \end_inset
35540
35541
35542 \family sans
35543 htbp
35544 \family default
35545
35546 \begin_inset Quotes erd
35547 \end_inset
35548
35549 .
35550  The option 
35551 \begin_inset Quotes eld
35552 \end_inset
35553
35554 h
35555 \begin_inset Quotes erd
35556 \end_inset
35557
35558  has sometimes no effect, but you don't need to use the 
35559 \family sans
35560 Float
35561 \family default
35562  option in this case as also non-float listings can have captions and be
35563  referenced.
35564 \end_layout
35565
35566 \begin_layout Standard
35567 You can add captions to listings with the menu 
35568 \family sans
35569 Insert\SpecialChar \menuseparator
35570 Caption
35571 \family default
35572 .
35573  Listings can be referenced like floats: Listing
35574 \begin_inset space ~
35575 \end_inset
35576
35577
35578 \begin_inset CommandInset ref
35579 LatexCommand ref
35580 reference "lst:Example-Listing"
35581
35582 \end_inset
35583
35584
35585 \end_layout
35586
35587 \begin_layout Standard
35588 \begin_inset listings
35589 lstparams "language=Python"
35590 inline false
35591 status open
35592
35593 \begin_layout Plain Layout
35594
35595 \begin_inset Caption
35596
35597 \begin_layout Plain Layout
35598 \begin_inset CommandInset label
35599 LatexCommand label
35600 name "lst:Example-Listing"
35601
35602 \end_inset
35603
35604 Example Listing float
35605 \end_layout
35606
35607 \end_inset
35608
35609 # Example listing float
35610 \end_layout
35611
35612 \begin_layout Plain Layout
35613
35614 def func(param):
35615 \end_layout
35616
35617 \begin_layout Plain Layout
35618
35619     'this is a python function'
35620 \end_layout
35621
35622 \begin_layout Plain Layout
35623
35624     pass
35625 \end_layout
35626
35627 \end_inset
35628
35629
35630 \end_layout
35631
35632 \begin_layout Standard
35633 When you have set a programming language in the listings dialog, the keywords
35634  of this language will be recognized and specially typeset in the output.
35635  In the example listings the Python keyword 
35636 \begin_inset Quotes eld
35637 \end_inset
35638
35639 def
35640 \begin_inset Quotes erd
35641 \end_inset
35642
35643  is recognized and printed bold in the output.
35644 \end_layout
35645
35646 \begin_layout Standard
35647 \begin_inset Note Greyedout
35648 status open
35649
35650 \begin_layout Plain Layout
35651
35652 \series bold
35653 Note:
35654 \series default
35655  If you don't get bold keywords when using typewriter fonts, your 
35656 \family typewriter
35657 typewriter
35658 \family default
35659  font probably doesn't provide a bold shape.
35660  In this case select a different one in the menu 
35661 \family sans
35662 Document\SpecialChar \menuseparator
35663 Settings\SpecialChar \menuseparator
35664 Fonts
35665 \family default
35666 .
35667  (The fonts 
35668 \emph on
35669 LuxiMono, BeraMono
35670 \emph default
35671  and 
35672 \emph on
35673 Courier
35674 \emph default
35675  provide bold shapes.)
35676 \end_layout
35677
35678 \end_inset
35679
35680
35681 \end_layout
35682
35683 \begin_layout Standard
35684 In section 
35685 \family sans
35686 Line
35687 \begin_inset space ~
35688 \end_inset
35689
35690 numbering
35691 \family default
35692  of the listings dialog you can specify the line numbering style.
35693  You can insert a number to specify which lines are numbered in the field
35694  
35695 \family sans
35696 Step
35697 \family default
35698 .
35699  When you insert e.
35700 \begin_inset space \thinspace{}
35701 \end_inset
35702
35703 g.
35704 \begin_inset space \space{}
35705 \end_inset
35706
35707
35708 \begin_inset Quotes eld
35709 \end_inset
35710
35711 3
35712 \begin_inset Quotes erd
35713 \end_inset
35714
35715 , only every 3rd line will be numbered.
35716 \end_layout
35717
35718 \begin_layout Standard
35719 You can furthermore specify a range of lines; only these will then appear
35720  in the output.
35721  The option 
35722 \family sans
35723 Extended character table
35724 \family default
35725  should be used when you use national characters like the German umlauts
35726  in the listing.
35727 \begin_inset Newline newline
35728 \end_inset
35729
35730 Here is an example listing with left line numbering, step 
35731 \begin_inset Quotes eld
35732 \end_inset
35733
35734 3
35735 \begin_inset Quotes erd
35736 \end_inset
35737
35738 , language 
35739 \begin_inset Quotes eld
35740 \end_inset
35741
35742 Python
35743 \begin_inset Quotes erd
35744 \end_inset
35745
35746 , options 
35747 \begin_inset Quotes eld
35748 \end_inset
35749
35750 Extended character table
35751 \begin_inset Quotes erd
35752 \end_inset
35753
35754  and 
35755 \begin_inset Quotes eld
35756 \end_inset
35757
35758 Space
35759 \begin_inset space ~
35760 \end_inset
35761
35762 as
35763 \begin_inset space ~
35764 \end_inset
35765
35766 symbol
35767 \begin_inset Quotes erd
35768 \end_inset
35769
35770 , range lines 3
35771 \begin_inset space \thinspace{}
35772 \end_inset
35773
35774 -
35775 \begin_inset space \thinspace{}
35776 \end_inset
35777
35778 8:
35779 \end_layout
35780
35781 \begin_layout Standard
35782 \begin_inset listings
35783 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
35784 inline false
35785 status open
35786
35787 \begin_layout Plain Layout
35788
35789 def func(param):
35790 \end_layout
35791
35792 \begin_layout Plain Layout
35793
35794     'this is a python function'
35795 \end_layout
35796
35797 \begin_layout Plain Layout
35798
35799     pass
35800 \end_layout
35801
35802 \begin_layout Plain Layout
35803
35804 def func(param):
35805 \end_layout
35806
35807 \begin_layout Plain Layout
35808
35809 'This is a German word: Tschüß'
35810 \end_layout
35811
35812 \begin_layout Plain Layout
35813
35814 pass
35815 \end_layout
35816
35817 \begin_layout Plain Layout
35818
35819 def func(param):
35820 \end_layout
35821
35822 \begin_layout Plain Layout
35823
35824 'this is a python function'
35825 \end_layout
35826
35827 \begin_layout Plain Layout
35828
35829 pass
35830 \end_layout
35831
35832 \end_inset
35833
35834
35835 \end_layout
35836
35837 \begin_layout Standard
35838 When you have tabulators in your listing, you can specify the number of
35839  characters that are spanned by a tabulator in the field 
35840 \family sans
35841 Tabulator
35842 \begin_inset space ~
35843 \end_inset
35844
35845 size
35846 \family default
35847 .
35848 \end_layout
35849
35850 \begin_layout Standard
35851 \begin_inset Note Greyedout
35852 status open
35853
35854 \begin_layout Plain Layout
35855
35856 \series bold
35857 Note:
35858 \series default
35859  Due to a bug in the 
35860 \series bold
35861 listings
35862 \series default
35863  package the line numbering is shifted by a line by every previous listing.
35864  That's the reason why the lines 2 and 5 are numbered in the above listing
35865  and not the lines 3 and 6.
35866 \end_layout
35867
35868 \end_inset
35869
35870
35871 \end_layout
35872
35873 \begin_layout Standard
35874 \begin_inset VSpace bigskip
35875 \end_inset
35876
35877
35878 \end_layout
35879
35880 \begin_layout Standard
35881 It is also possible to print lines from a file as listing.
35882  To do this, use the menu 
35883 \family sans
35884 Insert\SpecialChar \menuseparator
35885 File\SpecialChar \menuseparator
35886 Child Document
35887 \family default
35888  and choose the type 
35889 \family sans
35890 Listings
35891 \family default
35892 .
35893 \begin_inset Foot
35894 status collapsed
35895
35896 \begin_layout Plain Layout
35897 The other child document types are described in section
35898 \begin_inset space ~
35899 \end_inset
35900
35901
35902 \begin_inset CommandInset ref
35903 LatexCommand ref
35904 reference "sec:Child-Documents"
35905
35906 \end_inset
35907
35908 .
35909 \end_layout
35910
35911 \end_inset
35912
35913  In the child document dialog you can specify the listing parameters in
35914  a text box.
35915  To show a list of all available parameters, type in a question mark 
35916 \begin_inset Quotes eld
35917 \end_inset
35918
35919 ?
35920 \begin_inset Quotes erd
35921 \end_inset
35922
35923  in the text box.
35924 \end_layout
35925
35926 \begin_layout Standard
35927 To reference child document listings, write a label text into the corresponding
35928  field of the child document dialog.
35929  The label can then be referenced using the menu 
35930 \family sans
35931 Insert\SpecialChar \menuseparator
35932 Cross-Reference
35933 \family default
35934 .
35935 \end_layout
35936
35937 \begin_layout Standard
35938 Listing
35939 \begin_inset space ~
35940 \end_inset
35941
35942
35943 \begin_inset CommandInset ref
35944 LatexCommand ref
35945 reference "lst:file-listing"
35946
35947 \end_inset
35948
35949  is an example for a listing of a file; there the lines 10
35950 \begin_inset space \thinspace{}
35951 \end_inset
35952
35953 -
35954 \begin_inset space \thinspace{}
35955 \end_inset
35956
35957 15 of this LyX file are listed.
35958 \end_layout
35959
35960 \begin_layout Standard
35961 \begin_inset CommandInset include
35962 LatexCommand lstinputlisting
35963 filename "EmbeddedObjects.lyx"
35964 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
35965
35966 \end_inset
35967
35968
35969 \end_layout
35970
35971 \begin_layout Standard
35972 \begin_inset VSpace bigskip
35973 \end_inset
35974
35975
35976 \end_layout
35977
35978 \begin_layout Standard
35979 Inserting a formula into a listing can be done the following way:
35980 \end_layout
35981
35982 \begin_layout Enumerate
35983 Open the listings dialog and add
35984 \begin_inset Newline newline
35985 \end_inset
35986
35987
35988 \family sans
35989 mathescape=true
35990 \family default
35991
35992 \begin_inset Newline newline
35993 \end_inset
35994
35995 to the field of the 
35996 \family sans
35997 Advanced
35998 \family default
35999  tab.
36000 \end_layout
36001
36002 \begin_layout Enumerate
36003 Create a formula outside the listing
36004 \end_layout
36005
36006 \begin_layout Enumerate
36007 Copy the content of the formula (not the formula inset) to the clipboard
36008  (shortcut 
36009 \begin_inset Info
36010 type  "shortcut"
36011 arg   "copy"
36012 \end_inset
36013
36014 )
36015 \end_layout
36016
36017 \begin_layout Enumerate
36018 In the listing write 
36019 \begin_inset Quotes eld
36020 \end_inset
36021
36022
36023 \family sans
36024 $$
36025 \family default
36026
36027 \begin_inset Quotes erd
36028 \end_inset
36029
36030  and copy from the clipboard between the dollar-signs (shortcut 
36031 \begin_inset Info
36032 type  "shortcut"
36033 arg   "paste"
36034 \end_inset
36035
36036 )
36037 \end_layout
36038
36039 \begin_layout Standard
36040 \begin_inset listings
36041 lstparams "language=Python,mathescape=true"
36042 inline false
36043 status open
36044
36045 \begin_layout Plain Layout
36046
36047 \begin_inset Caption
36048
36049 \begin_layout Plain Layout
36050 Example Listing float containing a formula
36051 \end_layout
36052
36053 \end_inset
36054
36055 # Example listing float
36056 \end_layout
36057
36058 \begin_layout Plain Layout
36059
36060 def func(param):
36061 \end_layout
36062
36063 \begin_layout Plain Layout
36064
36065     # $
36066 \backslash
36067 prod_{n=1}^{
36068 \backslash
36069 infty}
36070 \backslash
36071 ,
36072 \backslash
36073 frac{1}{x^{2}}$
36074 \end_layout
36075
36076 \begin_layout Plain Layout
36077
36078     pass
36079 \end_layout
36080
36081 \end_inset
36082
36083
36084 \end_layout
36085
36086 \begin_layout Standard
36087 \begin_inset VSpace bigskip
36088 \end_inset
36089
36090
36091 \end_layout
36092
36093 \begin_layout Standard
36094 Global listings settings can be set in the 
36095 \family sans
36096 Document\SpecialChar \menuseparator
36097 Settings\SpecialChar \menuseparator
36098 Listings
36099 \family default
36100  dialog.
36101  To get there a list of available options, type in a question mark 
36102 \begin_inset Quotes eld
36103 \end_inset
36104
36105 ?
36106 \begin_inset Quotes erd
36107 \end_inset
36108
36109 .
36110 \end_layout
36111
36112 \begin_layout Standard
36113 For more information about the 
36114 \series bold
36115 listings
36116 \series default
36117  package, we refer to its documentation 
36118 \begin_inset CommandInset citation
36119 LatexCommand cite
36120 key "listings"
36121
36122 \end_inset
36123
36124 .
36125 \end_layout
36126
36127 \begin_layout Standard
36128 \begin_inset Newpage newpage
36129 \end_inset
36130
36131
36132 \end_layout
36133
36134 \begin_layout Chapter
36135 \start_of_appendix
36136 Units available in LyX
36137 \begin_inset Index idx
36138 status collapsed
36139
36140 \begin_layout Plain Layout
36141 Units
36142 \end_layout
36143
36144 \end_inset
36145
36146
36147 \begin_inset CommandInset label
36148 LatexCommand label
36149 name "cha:Units-available-in"
36150
36151 \end_inset
36152
36153
36154 \end_layout
36155
36156 \begin_layout Standard
36157 To understand the units described in this documentation, Table
36158 \begin_inset space ~
36159 \end_inset
36160
36161
36162 \begin_inset CommandInset ref
36163 LatexCommand ref
36164 reference "tab:Units"
36165
36166 \end_inset
36167
36168  explains all units available in LyX.
36169 \end_layout
36170
36171 \begin_layout Standard
36172 \begin_inset Float table
36173 placement h
36174 wide false
36175 sideways false
36176 status open
36177
36178 \begin_layout Plain Layout
36179 \begin_inset Caption
36180
36181 \begin_layout Plain Layout
36182 \begin_inset CommandInset label
36183 LatexCommand label
36184 name "tab:Units"
36185
36186 \end_inset
36187
36188 Units
36189 \end_layout
36190
36191 \end_inset
36192
36193
36194 \end_layout
36195
36196 \begin_layout Plain Layout
36197 \begin_inset VSpace medskip
36198 \end_inset
36199
36200
36201 \end_layout
36202
36203 \begin_layout Plain Layout
36204 \align center
36205 \begin_inset Tabular
36206 <lyxtabular version="3" rows="20" columns="2">
36207 <features tabularvalignment="middle">
36208 <column alignment="center" valignment="top" width="0">
36209 <column alignment="center" valignment="top" width="0">
36210 <row>
36211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36212 \begin_inset Text
36213
36214 \begin_layout Plain Layout
36215 unit
36216 \end_layout
36217
36218 \end_inset
36219 </cell>
36220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36221 \begin_inset Text
36222
36223 \begin_layout Plain Layout
36224 name/description
36225 \end_layout
36226
36227 \end_inset
36228 </cell>
36229 </row>
36230 <row>
36231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36232 \begin_inset Text
36233
36234 \begin_layout Plain Layout
36235 mm
36236 \end_layout
36237
36238 \end_inset
36239 </cell>
36240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36241 \begin_inset Text
36242
36243 \begin_layout Plain Layout
36244 millimeter
36245 \end_layout
36246
36247 \end_inset
36248 </cell>
36249 </row>
36250 <row>
36251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36252 \begin_inset Text
36253
36254 \begin_layout Plain Layout
36255 cm
36256 \end_layout
36257
36258 \end_inset
36259 </cell>
36260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36261 \begin_inset Text
36262
36263 \begin_layout Plain Layout
36264 centimeter
36265 \end_layout
36266
36267 \end_inset
36268 </cell>
36269 </row>
36270 <row>
36271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36272 \begin_inset Text
36273
36274 \begin_layout Plain Layout
36275 in
36276 \end_layout
36277
36278 \end_inset
36279 </cell>
36280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36281 \begin_inset Text
36282
36283 \begin_layout Plain Layout
36284 inch
36285 \end_layout
36286
36287 \end_inset
36288 </cell>
36289 </row>
36290 <row>
36291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36292 \begin_inset Text
36293
36294 \begin_layout Plain Layout
36295 pt
36296 \end_layout
36297
36298 \end_inset
36299 </cell>
36300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36301 \begin_inset Text
36302
36303 \begin_layout Plain Layout
36304 point (72.27
36305 \begin_inset space \thinspace{}
36306 \end_inset
36307
36308 pt = 1
36309 \begin_inset space \thinspace{}
36310 \end_inset
36311
36312 in)
36313 \end_layout
36314
36315 \end_inset
36316 </cell>
36317 </row>
36318 <row>
36319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36320 \begin_inset Text
36321
36322 \begin_layout Plain Layout
36323 pc
36324 \end_layout
36325
36326 \end_inset
36327 </cell>
36328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36329 \begin_inset Text
36330
36331 \begin_layout Plain Layout
36332 pica (1
36333 \begin_inset space \thinspace{}
36334 \end_inset
36335
36336 pc = 12
36337 \begin_inset space \thinspace{}
36338 \end_inset
36339
36340 pt)
36341 \end_layout
36342
36343 \end_inset
36344 </cell>
36345 </row>
36346 <row>
36347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36348 \begin_inset Text
36349
36350 \begin_layout Plain Layout
36351 sp
36352 \end_layout
36353
36354 \end_inset
36355 </cell>
36356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36357 \begin_inset Text
36358
36359 \begin_layout Plain Layout
36360 scaled point (65536
36361 \begin_inset space \thinspace{}
36362 \end_inset
36363
36364 sp = 1
36365 \begin_inset space \thinspace{}
36366 \end_inset
36367
36368 pt)
36369 \end_layout
36370
36371 \end_inset
36372 </cell>
36373 </row>
36374 <row>
36375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36376 \begin_inset Text
36377
36378 \begin_layout Plain Layout
36379 bp
36380 \end_layout
36381
36382 \end_inset
36383 </cell>
36384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36385 \begin_inset Text
36386
36387 \begin_layout Plain Layout
36388 big point (72
36389 \begin_inset space \thinspace{}
36390 \end_inset
36391
36392 bp = 1
36393 \begin_inset space \thinspace{}
36394 \end_inset
36395
36396 in)
36397 \end_layout
36398
36399 \end_inset
36400 </cell>
36401 </row>
36402 <row>
36403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36404 \begin_inset Text
36405
36406 \begin_layout Plain Layout
36407 dd
36408 \end_layout
36409
36410 \end_inset
36411 </cell>
36412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36413 \begin_inset Text
36414
36415 \begin_layout Plain Layout
36416 didot (1
36417 \begin_inset space \thinspace{}
36418 \end_inset
36419
36420 dd 
36421 \begin_inset Formula $\approx$
36422 \end_inset
36423
36424  0.376
36425 \begin_inset space \thinspace{}
36426 \end_inset
36427
36428 mm)
36429 \end_layout
36430
36431 \end_inset
36432 </cell>
36433 </row>
36434 <row>
36435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36436 \begin_inset Text
36437
36438 \begin_layout Plain Layout
36439 cc
36440 \end_layout
36441
36442 \end_inset
36443 </cell>
36444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36445 \begin_inset Text
36446
36447 \begin_layout Plain Layout
36448 cicero (1
36449 \begin_inset space \thinspace{}
36450 \end_inset
36451
36452 cc = 12
36453 \begin_inset space \thinspace{}
36454 \end_inset
36455
36456 dd)
36457 \end_layout
36458
36459 \end_inset
36460 </cell>
36461 </row>
36462 <row>
36463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36464 \begin_inset Text
36465
36466 \begin_layout Plain Layout
36467 Scale%
36468 \end_layout
36469
36470 \end_inset
36471 </cell>
36472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36473 \begin_inset Text
36474
36475 \begin_layout Plain Layout
36476 % of original image width
36477 \end_layout
36478
36479 \end_inset
36480 </cell>
36481 </row>
36482 <row>
36483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36484 \begin_inset Text
36485
36486 \begin_layout Plain Layout
36487 text%
36488 \end_layout
36489
36490 \end_inset
36491 </cell>
36492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36493 \begin_inset Text
36494
36495 \begin_layout Plain Layout
36496 % of text width
36497 \end_layout
36498
36499 \end_inset
36500 </cell>
36501 </row>
36502 <row>
36503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36504 \begin_inset Text
36505
36506 \begin_layout Plain Layout
36507 col%
36508 \end_layout
36509
36510 \end_inset
36511 </cell>
36512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36513 \begin_inset Text
36514
36515 \begin_layout Plain Layout
36516 % of column width
36517 \end_layout
36518
36519 \end_inset
36520 </cell>
36521 </row>
36522 <row>
36523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36524 \begin_inset Text
36525
36526 \begin_layout Plain Layout
36527 page%
36528 \end_layout
36529
36530 \end_inset
36531 </cell>
36532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36533 \begin_inset Text
36534
36535 \begin_layout Plain Layout
36536 % of paper width
36537 \end_layout
36538
36539 \end_inset
36540 </cell>
36541 </row>
36542 <row>
36543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36544 \begin_inset Text
36545
36546 \begin_layout Plain Layout
36547 line%
36548 \end_layout
36549
36550 \end_inset
36551 </cell>
36552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36553 \begin_inset Text
36554
36555 \begin_layout Plain Layout
36556 % of line width
36557 \end_layout
36558
36559 \end_inset
36560 </cell>
36561 </row>
36562 <row>
36563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36564 \begin_inset Text
36565
36566 \begin_layout Plain Layout
36567 theight%
36568 \end_layout
36569
36570 \end_inset
36571 </cell>
36572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36573 \begin_inset Text
36574
36575 \begin_layout Plain Layout
36576 % of text height
36577 \end_layout
36578
36579 \end_inset
36580 </cell>
36581 </row>
36582 <row>
36583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36584 \begin_inset Text
36585
36586 \begin_layout Plain Layout
36587 pheight%
36588 \end_layout
36589
36590 \end_inset
36591 </cell>
36592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36593 \begin_inset Text
36594
36595 \begin_layout Plain Layout
36596 % of paper height
36597 \end_layout
36598
36599 \end_inset
36600 </cell>
36601 </row>
36602 <row>
36603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36604 \begin_inset Text
36605
36606 \begin_layout Plain Layout
36607 ex
36608 \end_layout
36609
36610 \end_inset
36611 </cell>
36612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36613 \begin_inset Text
36614
36615 \begin_layout Plain Layout
36616 height of letter 
36617 \emph on
36618 x
36619 \emph default
36620  in current font
36621 \end_layout
36622
36623 \end_inset
36624 </cell>
36625 </row>
36626 <row>
36627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36628 \begin_inset Text
36629
36630 \begin_layout Plain Layout
36631 em
36632 \end_layout
36633
36634 \end_inset
36635 </cell>
36636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36637 \begin_inset Text
36638
36639 \begin_layout Plain Layout
36640 width of letter 
36641 \emph on
36642 M
36643 \emph default
36644  in current font
36645 \end_layout
36646
36647 \end_inset
36648 </cell>
36649 </row>
36650 <row>
36651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36652 \begin_inset Text
36653
36654 \begin_layout Plain Layout
36655 mu
36656 \end_layout
36657
36658 \end_inset
36659 </cell>
36660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36661 \begin_inset Text
36662
36663 \begin_layout Plain Layout
36664 math unit (1
36665 \begin_inset space \thinspace{}
36666 \end_inset
36667
36668 mu = 1/18
36669 \begin_inset space \thinspace{}
36670 \end_inset
36671
36672 em)
36673 \end_layout
36674
36675 \end_inset
36676 </cell>
36677 </row>
36678 </lyxtabular>
36679
36680 \end_inset
36681
36682
36683 \end_layout
36684
36685 \end_inset
36686
36687
36688 \end_layout
36689
36690 \begin_layout Chapter
36691 Output File Formats with Graphics
36692 \begin_inset CommandInset label
36693 LatexCommand label
36694 name "cha:Output-File-Formats"
36695
36696 \end_inset
36697
36698
36699 \end_layout
36700
36701 \begin_layout Section
36702 DVI
36703 \begin_inset Index idx
36704 status collapsed
36705
36706 \begin_layout Plain Layout
36707 File Formats ! DVI
36708 \end_layout
36709
36710 \end_inset
36711
36712
36713 \begin_inset Index idx
36714 status collapsed
36715
36716 \begin_layout Plain Layout
36717 DVI|see
36718 \begin_inset ERT
36719 status collapsed
36720
36721 \begin_layout Plain Layout
36722
36723 {
36724 \end_layout
36725
36726 \end_inset
36727
36728 File Formats
36729 \begin_inset ERT
36730 status collapsed
36731
36732 \begin_layout Plain Layout
36733
36734 }
36735 \end_layout
36736
36737 \end_inset
36738
36739
36740 \end_layout
36741
36742 \end_inset
36743
36744
36745 \end_layout
36746
36747 \begin_layout Standard
36748 This file type has the extension 
36749 \begin_inset Quotes eld
36750 \end_inset
36751
36752
36753 \family typewriter
36754 .dvi
36755 \family default
36756
36757 \begin_inset Quotes erd
36758 \end_inset
36759
36760 .
36761  It is called 
36762 \begin_inset Quotes eld
36763 \end_inset
36764
36765 device-independent
36766 \begin_inset Quotes erd
36767 \end_inset
36768
36769  (DVI), because it is completely portable; you can move them from one machine
36770  to another without needing to do any sort of conversion.
36771  At the time when this file-format was developed, this was no matter of
36772  course.
36773  DVIs are used for quick previews and as pre-stage for other output formats,
36774  like PostScript.
36775 \end_layout
36776
36777 \begin_layout Standard
36778 \begin_inset Note Greyedout
36779 status open
36780
36781 \begin_layout Plain Layout
36782
36783 \series bold
36784 Note:
36785 \series default
36786  DVI-files do not contain images; they will only be a linked.
36787 \end_layout
36788
36789 \end_inset
36790
36791  So don't forget this, if you move your 
36792 \family typewriter
36793 .dvi
36794 \family default
36795  file to another computer.
36796  This property can also slow down your computer when you view the DVI, because
36797  the DVI-viewer has to convert the image in the background to make it visible
36798  when you scroll in the DVI.
36799  So it is recommended that you use PDF for files with many images.
36800 \end_layout
36801
36802 \begin_layout Standard
36803 You can export your document to DVI by using the menu 
36804 \family sans
36805 File\SpecialChar \menuseparator
36806 Export\SpecialChar \menuseparator
36807 DVI
36808 \family default
36809 .
36810  You can view your document as DVI via the 
36811 \family sans
36812 View
36813 \family default
36814  menu.
36815 \end_layout
36816
36817 \begin_layout Section
36818 PostScript
36819 \begin_inset CommandInset label
36820 LatexCommand label
36821 name "sec:PostScript"
36822
36823 \end_inset
36824
36825
36826 \begin_inset Index idx
36827 status collapsed
36828
36829 \begin_layout Plain Layout
36830 File Formats ! PostScript
36831 \end_layout
36832
36833 \end_inset
36834
36835
36836 \begin_inset Index idx
36837 status collapsed
36838
36839 \begin_layout Plain Layout
36840 PostScript|see
36841 \begin_inset ERT
36842 status collapsed
36843
36844 \begin_layout Plain Layout
36845
36846 {
36847 \end_layout
36848
36849 \end_inset
36850
36851 File Formats
36852 \begin_inset ERT
36853 status collapsed
36854
36855 \begin_layout Plain Layout
36856
36857 }
36858 \end_layout
36859
36860 \end_inset
36861
36862
36863 \end_layout
36864
36865 \end_inset
36866
36867
36868 \end_layout
36869
36870 \begin_layout Standard
36871 This file type has the extension 
36872 \begin_inset Quotes eld
36873 \end_inset
36874
36875
36876 \family typewriter
36877 .ps
36878 \family default
36879
36880 \begin_inset Quotes erd
36881 \end_inset
36882
36883 .
36884  PostScript was developed by the company 
36885 \family typewriter
36886 Adobe
36887 \family default
36888  as a printer language.
36889  The file therefore contains commands that the printer uses to print the
36890  file.
36891  PostScript can be seen as a 
36892 \begin_inset Quotes eld
36893 \end_inset
36894
36895 programming language
36896 \begin_inset Quotes erd
36897 \end_inset
36898
36899 ; you can calculate with it and draw diagrams and images
36900 \begin_inset Foot
36901 status collapsed
36902
36903 \begin_layout Plain Layout
36904 If you are interested to learn more about this, have a look at the LaTeX-package
36905  
36906 \series bold
36907 PSTricks
36908 \series default
36909  
36910 \begin_inset CommandInset citation
36911 LatexCommand cite
36912 key "pstricks"
36913
36914 \end_inset
36915
36916 .
36917 \end_layout
36918
36919 \end_inset
36920
36921 .
36922  Due to this ability, the files are often bigger than PDFs.
36923 \end_layout
36924
36925 \begin_layout Standard
36926 PostScript can only contain images in the format 
36927 \begin_inset Quotes eld
36928 \end_inset
36929
36930 Encapsulated PostScript
36931 \begin_inset Quotes erd
36932 \end_inset
36933
36934  (EPS, file extension 
36935 \begin_inset Quotes eld
36936 \end_inset
36937
36938
36939 \family typewriter
36940 .eps
36941 \family default
36942
36943 \begin_inset Quotes erd
36944 \end_inset
36945
36946 ).
36947  As LyX allows you to use any known image format in your document, it has
36948  to convert images in the background to EPS.
36949  If you have e.g.
36950 \begin_inset space ~
36951 \end_inset
36952
36953 50
36954 \begin_inset space ~
36955 \end_inset
36956
36957 images in your document, LyX has to do 50
36958 \begin_inset space ~
36959 \end_inset
36960
36961 conversions whenever you view or export your document.
36962  This will slow down your work flow with LyX drastically.
36963  So if you plan to use PostScript, you can insert your images directly as
36964  EPS to avoid this problem.
36965 \end_layout
36966
36967 \begin_layout Standard
36968 You can export your document to PostScript using the menu 
36969 \family sans
36970 File\SpecialChar \menuseparator
36971 Export\SpecialChar \menuseparator
36972 Postscript
36973 \family default
36974 .
36975  You can view your document as PostScript via the 
36976 \family sans
36977 View
36978 \family default
36979  menu or by using the toolbar button 
36980 \begin_inset Graphics
36981         filename ../images/buffer-view_ps.png
36982         scale 85
36983         scaleBeforeRotation
36984
36985 \end_inset
36986
36987 .
36988 \end_layout
36989
36990 \begin_layout Section
36991 PDF
36992 \begin_inset Index idx
36993 status collapsed
36994
36995 \begin_layout Plain Layout
36996 File Formats ! PDF
36997 \end_layout
36998
36999 \end_inset
37000
37001
37002 \begin_inset Index idx
37003 status collapsed
37004
37005 \begin_layout Plain Layout
37006 PDF
37007 \end_layout
37008
37009 \end_inset
37010
37011
37012 \end_layout
37013
37014 \begin_layout Standard
37015 This file type has the extension 
37016 \begin_inset Quotes eld
37017 \end_inset
37018
37019
37020 \family typewriter
37021 .pdf
37022 \family default
37023
37024 \begin_inset Quotes erd
37025 \end_inset
37026
37027 .
37028  The 
37029 \begin_inset Quotes eld
37030 \end_inset
37031
37032 Portable Document Format
37033 \begin_inset Quotes erd
37034 \end_inset
37035
37036  (PDF) was developed by 
37037 \family typewriter
37038 Adobe
37039 \family default
37040  as a derivative of PostScript.
37041  It is more compressed and it uses fewer commands than PostScript.
37042  As the name 
37043 \begin_inset Quotes eld
37044 \end_inset
37045
37046 portable
37047 \begin_inset Quotes erd
37048 \end_inset
37049
37050  implies, it can be processed at any computer system and the printed output
37051  looks exactly the same.
37052 \end_layout
37053
37054 \begin_layout Standard
37055 PDF can contain images in its own PDF format, in the format 
37056 \begin_inset Quotes eld
37057 \end_inset
37058
37059 Joint Photographic Experts Group
37060 \begin_inset Quotes erd
37061 \end_inset
37062
37063  (JPG, file extension 
37064 \begin_inset Quotes eld
37065 \end_inset
37066
37067
37068 \family typewriter
37069 .jpg
37070 \family default
37071
37072 \begin_inset Quotes erd
37073 \end_inset
37074
37075  or 
37076 \begin_inset Quotes eld
37077 \end_inset
37078
37079
37080 \family typewriter
37081 .jpeg
37082 \family default
37083
37084 \begin_inset Quotes erd
37085 \end_inset
37086
37087 ), and in the format 
37088 \begin_inset Quotes eld
37089 \end_inset
37090
37091 Portable Network Graphics
37092 \begin_inset Quotes erd
37093 \end_inset
37094
37095  (PNG, file extension 
37096 \begin_inset Quotes eld
37097 \end_inset
37098
37099
37100 \family typewriter
37101 .png
37102 \family default
37103
37104 \begin_inset Quotes erd
37105 \end_inset
37106
37107 ).
37108  Nevertheless you can use any other image format, because LyX converts them
37109  in the background to one of these formats.
37110  But as described in the section about PostScript, the image conversion
37111  will slow down your work flow.
37112  So it is recommended that you use images in one of the three mentioned
37113  formats.
37114 \end_layout
37115
37116 \begin_layout Standard
37117 You can export your document to PDF via the menu 
37118 \family sans
37119 File\SpecialChar \menuseparator
37120 Export
37121 \family default
37122  in three different ways:
37123 \end_layout
37124
37125 \begin_layout Description
37126 PDF
37127 \begin_inset space ~
37128 \end_inset
37129
37130 (ps2pdf) This uses the program 
37131 \family typewriter
37132 ps2pdf
37133 \family default
37134  that creates a PDF from a PostScript-version of your file.
37135  The PostScript-version is produced by the program 
37136 \family typewriter
37137 dvips
37138 \family default
37139  which uses a DVI-version as intermediate step.
37140  So this export variant consists of three conversions.
37141 \end_layout
37142
37143 \begin_layout Description
37144 PDF
37145 \begin_inset space ~
37146 \end_inset
37147
37148 (dvipdfm) This uses the program 
37149 \family typewriter
37150 dvipdfm
37151 \family default
37152  that converts your file in the background to DVI and in a second step to
37153  PDF.
37154 \end_layout
37155
37156 \begin_layout Description
37157 PDF
37158 \begin_inset space ~
37159 \end_inset
37160
37161 (pdflatex) This uses the program 
37162 \family typewriter
37163 pdftex
37164 \family default
37165  that converts your file directly to PDF.
37166 \end_layout
37167
37168 \begin_layout Standard
37169 It is recommended that you use 
37170 \family sans
37171 PDF
37172 \begin_inset space ~
37173 \end_inset
37174
37175 (pdflatex)
37176 \family default
37177  because 
37178 \family typewriter
37179 pdftex
37180 \family default
37181  supports all features of actual PDF-versions, is quick and works stable.
37182  The program 
37183 \family typewriter
37184 dvipdfm
37185 \family default
37186  is not under development and therefore a bit outdated.
37187 \end_layout
37188
37189 \begin_layout Standard
37190 You can view your document as PDF via the 
37191 \family sans
37192 View
37193 \family default
37194  menu or by using the toolbar button 
37195 \begin_inset Graphics
37196         filename ../images/buffer-view_pdf2.png
37197         scale 85
37198         scaleBeforeRotation
37199
37200 \end_inset
37201
37202  
37203 \family sans
37204 (
37205 \family default
37206 that uses 
37207 \family sans
37208 PDF
37209 \begin_inset space ~
37210 \end_inset
37211
37212 (pdflatex)
37213 \family default
37214 ).
37215 \end_layout
37216
37217 \begin_layout Chapter
37218 Explanation of Equation
37219 \begin_inset space ~
37220 \end_inset
37221
37222 (
37223 \begin_inset CommandInset ref
37224 LatexCommand ref
37225 reference "eq:Wgn"
37226
37227 \end_inset
37228
37229 )
37230 \begin_inset CommandInset label
37231 LatexCommand label
37232 name "cha:Explanation-of-Equation"
37233
37234 \end_inset
37235
37236
37237 \end_layout
37238
37239 \begin_layout Standard
37240 We can calculate the total width of 
37241 \emph on
37242 n
37243 \emph default
37244  table cells 
37245 \begin_inset Formula $W_{\mathrm{tot\, n}}$
37246 \end_inset
37247
37248  as follows:
37249 \end_layout
37250
37251 \begin_layout Standard
37252 \begin_inset Formula 
37253 \begin{equation}
37254 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
37255 \end{equation}
37256
37257 \end_inset
37258
37259 where 
37260 \begin_inset Formula $W_{g\, n}$
37261 \end_inset
37262
37263  is the given width of all cells, 
37264 \series bold
37265
37266 \backslash
37267 tabcolsep
37268 \series default
37269  is the LaTeX-length between the cell text and the cell border (its default
37270  value is 6
37271 \begin_inset space \thinspace{}
37272 \end_inset
37273
37274 pt).
37275  
37276 \series bold
37277
37278 \backslash
37279 arrayrulewidth
37280 \series default
37281  is the thickness of the cell border line, the default is 0.4
37282 \begin_inset space \thinspace{}
37283 \end_inset
37284
37285 pt.
37286 \end_layout
37287
37288 \begin_layout Standard
37289 Following equation
37290 \begin_inset space ~
37291 \end_inset
37292
37293
37294 \begin_inset CommandInset ref
37295 LatexCommand eqref
37296 reference "eq:Wtot_n"
37297
37298 \end_inset
37299
37300 , the total width of a multicolumn 
37301 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
37302 \end_inset
37303
37304  is
37305 \end_layout
37306
37307 \begin_layout Standard
37308 \begin_inset Formula 
37309 \begin{equation}
37310 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
37311 \end{equation}
37312
37313 \end_inset
37314
37315
37316 \end_layout
37317
37318 \begin_layout Standard
37319 By setting equation
37320 \begin_inset space ~
37321 \end_inset
37322
37323
37324 \begin_inset CommandInset ref
37325 LatexCommand eqref
37326 reference "eq:Wtot_n"
37327
37328 \end_inset
37329
37330  and 
37331 \begin_inset CommandInset ref
37332 LatexCommand eqref
37333 reference "eq:Wtot_mult"
37334
37335 \end_inset
37336
37337  equal we can calculate the needed given width 
37338 \begin_inset Formula $W_{g\, n}$
37339 \end_inset
37340
37341  when 
37342 \emph on
37343 n
37344 \emph default
37345  columns are spanned, so that each column has a total width of 
37346 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
37347 \end_inset
37348
37349 :
37350 \end_layout
37351
37352 \begin_layout Standard
37353 \begin_inset Formula 
37354 \begin{equation}
37355 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
37356 \end{equation}
37357
37358 \end_inset
37359
37360
37361 \end_layout
37362
37363 \begin_layout Bibliography
37364 \labelwidthstring Bibliography
37365 \begin_inset CommandInset bibitem
37366 LatexCommand bibitem
37367 key "latexcompanion"
37368
37369 \end_inset
37370
37371 Frank Mittelbach and Michel Goossens: 
37372 \emph on
37373 The LaTeX Companion Second Edition.
37374
37375 \emph default
37376  Addison-Wesley, 2004
37377 \end_layout
37378
37379 \begin_layout Bibliography
37380 \labelwidthstring Bibliography
37381 \begin_inset CommandInset bibitem
37382 LatexCommand bibitem
37383 key "latexguide"
37384
37385 \end_inset
37386
37387 Helmut Kopka and Patrick W.
37388  Daly: 
37389 \emph on
37390 A Guide to LaTeX Fourth Edition.
37391
37392 \emph default
37393  Addison-Wesley, 2003
37394 \end_layout
37395
37396 \begin_layout Bibliography
37397 \labelwidthstring Bibliography
37398 \begin_inset CommandInset bibitem
37399 LatexCommand bibitem
37400 key "latexbook"
37401
37402 \end_inset
37403
37404 Leslie Lamport: 
37405 \emph on
37406 LaTeX: A Document Preparation System.
37407
37408 \emph default
37409  Addison-Wesley, second edition, 1994
37410 \end_layout
37411
37412 \begin_layout Bibliography
37413 \labelwidthstring Bibliography
37414 \begin_inset CommandInset bibitem
37415 LatexCommand bibitem
37416 key "booktabs"
37417
37418 \end_inset
37419
37420 Documentation of the LaTeX-package 
37421 \series bold
37422
37423 \begin_inset CommandInset href
37424 LatexCommand href
37425 name "booktabs"
37426 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
37427
37428 \end_inset
37429
37430
37431 \series default
37432
37433 \begin_inset Index idx
37434 status collapsed
37435
37436 \begin_layout Plain Layout
37437 LaTeX-packages ! booktabs
37438 \end_layout
37439
37440 \end_inset
37441
37442
37443 \end_layout
37444
37445 \begin_layout Bibliography
37446 \labelwidthstring Bibliography
37447 \begin_inset CommandInset bibitem
37448 LatexCommand bibitem
37449 key "caption"
37450
37451 \end_inset
37452
37453 Documentation of the LaTeX-package 
37454 \series bold
37455
37456 \begin_inset CommandInset href
37457 LatexCommand href
37458 name "caption"
37459 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
37460
37461 \end_inset
37462
37463
37464 \series default
37465
37466 \begin_inset Index idx
37467 status collapsed
37468
37469 \begin_layout Plain Layout
37470 LaTeX-packages ! caption
37471 \end_layout
37472
37473 \end_inset
37474
37475
37476 \end_layout
37477
37478 \begin_layout Bibliography
37479 \labelwidthstring Bibliography
37480 \begin_inset CommandInset bibitem
37481 LatexCommand bibitem
37482 key "endfloat"
37483
37484 \end_inset
37485
37486 Documentation of the LaTeX-package 
37487 \series bold
37488
37489 \begin_inset CommandInset href
37490 LatexCommand href
37491 name "endfloat"
37492 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
37493
37494 \end_inset
37495
37496
37497 \series default
37498
37499 \begin_inset Index idx
37500 status collapsed
37501
37502 \begin_layout Plain Layout
37503 LaTeX-packages ! endfloat
37504 \end_layout
37505
37506 \end_inset
37507
37508
37509 \end_layout
37510
37511 \begin_layout Bibliography
37512 \labelwidthstring Bibliography
37513 \begin_inset CommandInset bibitem
37514 LatexCommand bibitem
37515 key "footmisc"
37516
37517 \end_inset
37518
37519 Documentation of the LaTeX-package 
37520 \series bold
37521
37522 \begin_inset CommandInset href
37523 LatexCommand href
37524 name "footmisc"
37525 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
37526
37527 \end_inset
37528
37529
37530 \series default
37531
37532 \begin_inset Index idx
37533 status collapsed
37534
37535 \begin_layout Plain Layout
37536 LaTeX-packages ! footmisc
37537 \end_layout
37538
37539 \end_inset
37540
37541
37542 \end_layout
37543
37544 \begin_layout Bibliography
37545 \labelwidthstring Bibliography
37546 \begin_inset CommandInset bibitem
37547 LatexCommand bibitem
37548 key "hypcap"
37549
37550 \end_inset
37551
37552 Documentation of the LaTeX-package 
37553 \series bold
37554
37555 \begin_inset CommandInset href
37556 LatexCommand href
37557 name "hypcap"
37558 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
37559
37560 \end_inset
37561
37562
37563 \series default
37564
37565 \begin_inset Index idx
37566 status collapsed
37567
37568 \begin_layout Plain Layout
37569 LaTeX-packages ! hyperref
37570 \end_layout
37571
37572 \end_inset
37573
37574
37575 \end_layout
37576
37577 \begin_layout Bibliography
37578 \labelwidthstring Bibliography
37579 \begin_inset CommandInset bibitem
37580 LatexCommand bibitem
37581 key "hyperref"
37582
37583 \end_inset
37584
37585 Documentation of the LaTeX-package 
37586 \series bold
37587
37588 \begin_inset CommandInset href
37589 LatexCommand href
37590 name "hyperref"
37591 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
37592
37593 \end_inset
37594
37595
37596 \series default
37597
37598 \begin_inset Index idx
37599 status collapsed
37600
37601 \begin_layout Plain Layout
37602 LaTeX-packages ! hyperref
37603 \end_layout
37604
37605 \end_inset
37606
37607
37608 \end_layout
37609
37610 \begin_layout Bibliography
37611 \labelwidthstring Bibliography
37612 \begin_inset CommandInset bibitem
37613 LatexCommand bibitem
37614 key "KOMA-Script"
37615
37616 \end_inset
37617
37618 Documentation of the LaTeX-package 
37619 \series bold
37620
37621 \begin_inset CommandInset href
37622 LatexCommand href
37623 name "KOMA-Script"
37624 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
37625
37626 \end_inset
37627
37628
37629 \series default
37630
37631 \begin_inset Index idx
37632 status collapsed
37633
37634 \begin_layout Plain Layout
37635 LaTeX-packages ! KOMA-Script
37636 \end_layout
37637
37638 \end_inset
37639
37640
37641 \end_layout
37642
37643 \begin_layout Bibliography
37644 \labelwidthstring Bibliography
37645 \begin_inset CommandInset bibitem
37646 LatexCommand bibitem
37647 key "listings"
37648
37649 \end_inset
37650
37651 Documentation of the LaTeX-package 
37652 \series bold
37653
37654 \begin_inset CommandInset href
37655 LatexCommand href
37656 name "listings"
37657 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
37658
37659 \end_inset
37660
37661
37662 \series default
37663
37664 \begin_inset Index idx
37665 status collapsed
37666
37667 \begin_layout Plain Layout
37668 LaTeX-packages ! listings
37669 \end_layout
37670
37671 \end_inset
37672
37673
37674 \end_layout
37675
37676 \begin_layout Bibliography
37677 \labelwidthstring Bibliography
37678 \begin_inset CommandInset bibitem
37679 LatexCommand bibitem
37680 key "marginnote"
37681
37682 \end_inset
37683
37684 Documentation of the LaTeX-package 
37685 \series bold
37686
37687 \begin_inset CommandInset href
37688 LatexCommand href
37689 name "marginnote"
37690 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
37691
37692 \end_inset
37693
37694
37695 \series default
37696
37697 \begin_inset Index idx
37698 status collapsed
37699
37700 \begin_layout Plain Layout
37701 LaTeX-packages ! marginnote
37702 \end_layout
37703
37704 \end_inset
37705
37706
37707 \end_layout
37708
37709 \begin_layout Bibliography
37710 \labelwidthstring Bibliography
37711 \begin_inset CommandInset bibitem
37712 LatexCommand bibitem
37713 key "lettrine"
37714
37715 \end_inset
37716
37717 Documentation of the LaTeX-package 
37718 \series bold
37719
37720 \begin_inset CommandInset href
37721 LatexCommand href
37722 name "lettrine"
37723 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
37724
37725 \end_inset
37726
37727
37728 \series default
37729  and an 
37730 \begin_inset CommandInset href
37731 LatexCommand href
37732 name "example"
37733 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
37734
37735 \end_inset
37736
37737
37738 \begin_inset Index idx
37739 status collapsed
37740
37741 \begin_layout Plain Layout
37742 LaTeX-packages ! lettrine
37743 \end_layout
37744
37745 \end_inset
37746
37747
37748 \end_layout
37749
37750 \begin_layout Bibliography
37751 \labelwidthstring Bibliography
37752 \begin_inset CommandInset bibitem
37753 LatexCommand bibitem
37754 key "pstricks"
37755
37756 \end_inset
37757
37758 Web page of the LaTeX-package 
37759 \series bold
37760
37761 \begin_inset CommandInset href
37762 LatexCommand href
37763 name "PSTricks"
37764 target "http://tug.org/PSTricks/"
37765
37766 \end_inset
37767
37768
37769 \series default
37770
37771 \begin_inset Index idx
37772 status collapsed
37773
37774 \begin_layout Plain Layout
37775 LaTeX-packages ! PSTricks
37776 \end_layout
37777
37778 \end_inset
37779
37780
37781 \end_layout
37782
37783 \begin_layout Bibliography
37784 \labelwidthstring Bibliography
37785 \begin_inset CommandInset bibitem
37786 LatexCommand bibitem
37787 key "sidecap"
37788
37789 \end_inset
37790
37791 Documentation of the LaTeX-package 
37792 \series bold
37793
37794 \begin_inset CommandInset href
37795 LatexCommand href
37796 name "sidecap"
37797 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
37798
37799 \end_inset
37800
37801
37802 \series default
37803
37804 \begin_inset Index idx
37805 status collapsed
37806
37807 \begin_layout Plain Layout
37808 LaTeX-packages ! sidecap
37809 \end_layout
37810
37811 \end_inset
37812
37813
37814 \end_layout
37815
37816 \begin_layout Bibliography
37817 \labelwidthstring Bibliography
37818 \begin_inset CommandInset bibitem
37819 LatexCommand bibitem
37820 key "pdfpages"
37821
37822 \end_inset
37823
37824 Documentation of the LaTeX-package 
37825 \series bold
37826
37827 \begin_inset CommandInset href
37828 LatexCommand href
37829 name "pdfpages"
37830 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
37831
37832 \end_inset
37833
37834
37835 \series default
37836
37837 \begin_inset Index idx
37838 status collapsed
37839
37840 \begin_layout Plain Layout
37841 LaTeX-packages ! pdfpages
37842 \end_layout
37843
37844 \end_inset
37845
37846
37847 \end_layout
37848
37849 \begin_layout Bibliography
37850 \labelwidthstring Bibliography
37851 \begin_inset CommandInset bibitem
37852 LatexCommand bibitem
37853 key "prettyref"
37854
37855 \end_inset
37856
37857 Documentation of the LaTeX-package 
37858 \series bold
37859
37860 \begin_inset CommandInset href
37861 LatexCommand href
37862 name "prettyref"
37863 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
37864
37865 \end_inset
37866
37867
37868 \series default
37869
37870 \begin_inset Index idx
37871 status collapsed
37872
37873 \begin_layout Plain Layout
37874 LaTeX-packages ! prettyref
37875 \end_layout
37876
37877 \end_inset
37878
37879
37880 \end_layout
37881
37882 \begin_layout Bibliography
37883 \labelwidthstring Bibliography
37884 \begin_inset CommandInset bibitem
37885 LatexCommand bibitem
37886 key "refstyle"
37887
37888 \end_inset
37889
37890 Documentation of the LaTeX-package 
37891 \series bold
37892
37893 \begin_inset CommandInset href
37894 LatexCommand href
37895 name "refstyle"
37896 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
37897
37898 \end_inset
37899
37900
37901 \series default
37902
37903 \begin_inset Index idx
37904 status collapsed
37905
37906 \begin_layout Plain Layout
37907 LaTeX-packages ! refstyle
37908 \end_layout
37909
37910 \end_inset
37911
37912
37913 \end_layout
37914
37915 \begin_layout Bibliography
37916 \labelwidthstring Bibliography
37917 \begin_inset CommandInset bibitem
37918 LatexCommand bibitem
37919 key "NewInLyX20"
37920
37921 \end_inset
37922
37923
37924 \begin_inset CommandInset href
37925 LatexCommand href
37926 name "Wiki page"
37927 target "http://wiki.lyx.org/LyX/NewInLyX20"
37928
37929 \end_inset
37930
37931  about new features in 
37932 \family sans
37933 LyX 2.0
37934 \family default
37935 .
37936 \end_layout
37937
37938 \begin_layout Standard
37939 \begin_inset CommandInset index_print
37940 LatexCommand printindex
37941 type "idx"
37942
37943 \end_inset
37944
37945
37946 \end_layout
37947
37948 \end_body
37949 \end_document