]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
8b988400a5118582570ea50f84ec7543499757a2
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 401
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC is numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % provides special table cell alignments
60 \usepackage{dcolumn}
61
62 % increase the bottom float placement fraction
63 \renewcommand{\bottomfraction}{0.5}
64
65 % avoids that floats are placed before their
66 % corresponding section starts
67 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
68
69 % speed up the longtable calculation
70 \setcounter{LTchunksize}{100}
71
72 % used for scaled and rotated boxes
73 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
74
75 % used for colored tables
76 \@ifundefined{textcolor}
77  {\usepackage{color}}{}
78 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
79 \definecolor{lightgrey}{gray}{0.8}
80
81 % check for package colortbl
82 % used for colored table cells
83 \newboolean{colortbl}
84 \IfFileExists{colortbl.sty}
85  {\usepackage{colortbl}
86   \setboolean{colortbl}{true}}
87  {\setboolean{colortbl}{false}}
88
89 % used for multirows
90 \usepackage{multirow}
91 %\renewcommand{\multirowsetup}{\centering}
92
93 % used for book-style tables
94 \usepackage{booktabs}
95
96 % used to have extra space in table cells
97 \@ifundefined{extrarowheight}
98  {\usepackage{array}}{}
99 \setlength{\extrarowheight}{2pt}
100
101 % used for customized tables
102 % ---
103 \newcolumntype{M}[1]
104  {>{\centering\hspace{0pt}}m{#1}}
105
106 \newcolumntype{S}[2]
107  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
108
109 \newcolumntype{K}[1]
110  {>{\columncolor{#1}\hspace{0pt}}c}
111
112 \newcolumntype{V}{!{\vrule width 1.5pt}}
113
114 \newcolumntype{W}{!{\color{green}\vline}}
115 % ---
116
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
121
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
124
125 % redefine the greyed out note
126 \renewenvironment{lyxgreyedout}
127  {\textcolor{blue}\bgroup}{\egroup}
128
129 % ------------------------------------
130 % used to check for needed LaTeX packages
131 \usepackage{ifthen}
132
133 % check for package arydshln
134 % used for tables with dashed lines
135 \newboolean{arydshln}
136 \IfFileExists{arydshln.sty}
137  {\usepackage{arydshln}
138   \setboolean{arydshln}{true}}
139  {\setboolean{arydshln}{false}}
140
141 % check for package marginnote
142 % used for margin notes
143 \newboolean{marginnote}
144 \IfFileExists{marginnote.sty}
145  {\usepackage{marginnote}
146   \let\marginpar\marginnote
147   \setboolean{marginnote}{true}}
148  {\setboolean{marginnote}{false}}
149
150 % check for package sidecap
151 % used for captions on the side
152 \newboolean{sidecap}
153 \IfFileExists{sidecap.sty}
154  {\usepackage{sidecap}
155   \setboolean{sidecap}{true}}
156  {\setboolean{sidecap}{false}}
157
158 % redefine the \LyX macro for PDF bookmarks
159 \def\LyX{\texorpdfstring{%
160   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
161   {LyX}}
162 \end_preamble
163 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
164 \use_default_options false
165 \maintain_unincluded_children false
166 \language english
167 \inputencoding auto
168 \fontencoding global
169 \font_roman default
170 \font_sans default
171 \font_typewriter default
172 \font_default_family default
173 \use_xetex false
174 \font_sc false
175 \font_osf false
176 \font_sf_scale 100
177 \font_tt_scale 100
178
179 \graphics default
180 \default_output_format default
181 \output_sync 0
182 \bibtex_command default
183 \index_command default
184 \paperfontsize 12
185 \spacing single
186 \use_hyperref true
187 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
188 \pdf_author "LyX Team, Uwe Stöhr"
189 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
190 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
191 \pdf_bookmarks true
192 \pdf_bookmarksnumbered true
193 \pdf_bookmarksopen true
194 \pdf_bookmarksopenlevel 1
195 \pdf_breaklinks false
196 \pdf_pdfborder false
197 \pdf_colorlinks true
198 \pdf_backref false
199 \pdf_pdfusetitle false
200 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
201 \papersize default
202 \use_geometry false
203 \use_amsmath 2
204 \use_esint 0
205 \use_mhchem 1
206 \use_mathdots 1
207 \cite_engine basic
208 \use_bibtopic false
209 \use_indices false
210 \paperorientation portrait
211 \suppress_date false
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_be_strict false
231 \end_header
232
233 \begin_body
234
235 \begin_layout Title
236 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
237  manual
238 \end_layout
239
240 \begin_layout Author
241 by the LyX Team
242 \begin_inset Foot
243 status collapsed
244
245 \begin_layout Plain Layout
246 \noindent
247 If you have comments or error corrections, please send them to the LyX Documenta
248 tion mailing list: 
249 \begin_inset CommandInset href
250 LatexCommand href
251 name "lyx-docs@lists.lyx.org"
252 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
253 type "mailto:"
254
255 \end_inset
256
257
258 \end_layout
259
260 \end_inset
261
262
263 \begin_inset Note Note
264 status collapsed
265
266 \begin_layout Plain Layout
267 author: Uwe Stöhr
268 \end_layout
269
270 \end_inset
271
272
273 \begin_inset Newline newline
274 \end_inset
275
276
277 \begin_inset Newline newline
278 \end_inset
279
280
281 \family sans
282 Version 2.0.x
283 \end_layout
284
285 \begin_layout Standard
286 \begin_inset CommandInset toc
287 LatexCommand tableofcontents
288
289 \end_inset
290
291
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset Note Note
296 status open
297
298 \begin_layout Plain Layout
299 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
300  
301 \series bold
302 arydshln
303 \series default
304
305 \series bold
306 colortbl
307 \series default
308
309 \series bold
310 marginnote
311 \series default
312 , and 
313 \series bold
314 sidecap
315 \series default
316  must be installed.
317  If they are not installed you can export the document anyway but the sections
318  where the packages are required won't appear in the output.
319 \end_layout
320
321 \begin_layout Plain Layout
322 The latest PDF-version of this document can be found here:
323 \begin_inset Newline newline
324 \end_inset
325
326
327 \series bold
328 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
329 \end_layout
330
331 \end_inset
332
333
334 \end_layout
335
336 \begin_layout Chapter
337 Figures
338 \begin_inset Index idx
339 status collapsed
340
341 \begin_layout Plain Layout
342 Figures
343 \end_layout
344
345 \end_inset
346
347
348 \begin_inset Index idx
349 status collapsed
350
351 \begin_layout Plain Layout
352 Graphics|see
353 \begin_inset ERT
354 status collapsed
355
356 \begin_layout Plain Layout
357
358 {
359 \end_layout
360
361 \end_inset
362
363 Figures
364 \begin_inset ERT
365 status collapsed
366
367 \begin_layout Plain Layout
368
369 }
370 \end_layout
371
372 \end_inset
373
374
375 \end_layout
376
377 \end_inset
378
379
380 \end_layout
381
382 \begin_layout Section
383 Graphics Dialog
384 \begin_inset Index idx
385 status collapsed
386
387 \begin_layout Plain Layout
388 Figures ! Graphics Dialog
389 \end_layout
390
391 \end_inset
392
393
394 \begin_inset CommandInset label
395 LatexCommand label
396 name "sec:Graphics-Dialog"
397
398 \end_inset
399
400
401 \end_layout
402
403 \begin_layout Standard
404 To insert an image into your document, place the cursor at the text position
405  you want and click on the toolbar icon 
406 \begin_inset Graphics
407         filename ../images/dialog-show-new-inset_graphics.png
408         scale 85
409         scaleBeforeRotation
410
411 \end_inset
412
413  or use the menu 
414 \family sans
415 Insert\SpecialChar \menuseparator
416 Graphics
417 \family default
418 .
419  Then a dialog will appear to choose the file to load.
420  The image will appear in the output exactly at the position where it is
421  in the text.
422 \end_layout
423
424 \begin_layout Standard
425 The graphics dialog can be called at any time by clicking on an image.
426  This dialog has three tabs:
427 \end_layout
428
429 \begin_layout Description
430
431 \family sans
432 Graphics
433 \family default
434  Here you can choose an image file and adjust its appearance in the output.
435  The available units for the image size are explained in appendix
436 \begin_inset space ~
437 \end_inset
438
439
440 \begin_inset CommandInset ref
441 LatexCommand ref
442 reference "cha:Units-available-in"
443
444 \end_inset
445
446 .
447 \begin_inset Newline newline
448 \end_inset
449
450
451 \begin_inset Index idx
452 status collapsed
453
454 \begin_layout Plain Layout
455 Figures ! rotated
456 \end_layout
457
458 \end_inset
459
460 You can rotate images counter-clockwise by setting a rotation angle and
461  a rotation origin.
462  The image will also be rotated inside LyX.
463 \begin_inset Newline newline
464 \end_inset
465
466
467 \begin_inset Index idx
468 status collapsed
469
470 \begin_layout Plain Layout
471 Figures ! scaled
472 \end_layout
473
474 \end_inset
475
476 Images can be scaled by using a percentage value or by setting the width
477  and height explicitly.
478  If you set only the width or only the height, the other size will be determined
479  automatically.
480  If you set both, then the image will be transformed to the given size,
481  possibly distorting it.
482  To prevent the image from distortion, use the option 
483 \family sans
484 Maintain aspect ratio
485 \family default
486 .
487  The image will then be scaled so that its width and height don't exceed
488  the specified dimensions.
489 \begin_inset Newline newline
490 \end_inset
491
492 Images can be opened in a program of your choice by right-clicking on it
493  and choosing the entry 
494 \family sans
495 Edit
496 \begin_inset space ~
497 \end_inset
498
499 externally
500 \family default
501  in the context menu.
502  The program can be set for every image format in the file format settings
503  in LyX's preferences.
504 \end_layout
505
506 \begin_layout Description
507
508 \family sans
509 Clipping
510 \family default
511  Alternatively to the usage of scaling units it is possible to set image
512  coordinates to adjust the height and width of the image in the output.
513  The coordinates can also be calculated automatically by pressing the button
514  
515 \family sans
516 Get
517 \begin_inset space ~
518 \end_inset
519
520 from
521 \begin_inset space ~
522 \end_inset
523
524 File
525 \family default
526 .
527  The option 
528 \family sans
529 Clip
530 \begin_inset space ~
531 \end_inset
532
533 to
534 \begin_inset space ~
535 \end_inset
536
537 bounding
538 \begin_inset space ~
539 \end_inset
540
541 box
542 \family default
543  will only print the image region within the given coordinates.
544  Normally you don't need to take care about image coordinates and can ignore
545  this tab.
546 \end_layout
547
548 \begin_layout Description
549
550 \family sans
551 LaTeX
552 \begin_inset space ~
553 \end_inset
554
555 and
556 \begin_inset space ~
557 \end_inset
558
559 LyX
560 \begin_inset space ~
561 \end_inset
562
563 options
564 \family default
565  In this tab you can modify the appearance of the image within LyX and LaTeX
566  experts can specify additional LaTeX options.
567 \begin_inset Newline newline
568 \end_inset
569
570 The option 
571 \family sans
572 Draft
573 \begin_inset space ~
574 \end_inset
575
576 mode
577 \family default
578  makes the image appear in the output only as a frame with the size of the
579  image.
580 \begin_inset Newline newline
581 \end_inset
582
583 The 
584 \family sans
585 Don't
586 \begin_inset space ~
587 \end_inset
588
589 unzip
590 \begin_inset space ~
591 \end_inset
592
593 on
594 \begin_inset space ~
595 \end_inset
596
597 export
598 \family default
599  option only affects zipped EPS-graphics, e.
600 \begin_inset space \thinspace{}
601 \end_inset
602
603 g.
604 \begin_inset space \space{}
605 \end_inset
606
607
608 \emph on
609 x.eps.gz
610 \emph default
611 .
612  When the option is used the images will not be unzipped on export, since
613  LaTeX can handle them as they are.
614 \begin_inset Newline newline
615 \end_inset
616
617 Zipped EPS-graphics are useful to save disk space when you choose PostScript
618  as output format, see appendix
619 \begin_inset space ~
620 \end_inset
621
622
623 \begin_inset CommandInset ref
624 LatexCommand ref
625 reference "sec:PostScript"
626
627 \end_inset
628
629 .
630  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
631  console:
632 \begin_inset Newline newline
633 \end_inset
634
635
636 \series bold
637 gzip x.eps
638 \series default
639
640 \begin_inset Newline newline
641 \end_inset
642
643
644 \series bold
645 zgrep %%Bounding x.eps.gz > x.eps.bb
646 \series default
647
648 \begin_inset Newline newline
649 \end_inset
650
651 The second command creates the bounding box file 
652 \begin_inset Quotes eld
653 \end_inset
654
655 x.eps.bb
656 \begin_inset Quotes erd
657 \end_inset
658
659  that is needed by LaTeX for zipped graphics.
660 \begin_inset Newline newline
661 \end_inset
662
663 The field 
664 \family sans
665 Initialize
666 \begin_inset space ~
667 \end_inset
668
669 Group
670 \begin_inset space ~
671 \end_inset
672
673 Name
674 \family default
675  allows you define or join an image settings group.
676 \begin_inset Index idx
677 status collapsed
678
679 \begin_layout Plain Layout
680 Figures ! Settings grouping
681 \end_layout
682
683 \end_inset
684
685  Images within such a group share their settings, so adjusting one image
686  of the group automatically also adjusts all other images of the group in
687  the same way.
688  So you can for example change the size for a bunch of images without the
689  need to manually change each of them.
690  Joining an existing group can also be done using the context menu of the
691  image by checking the name of the desired group.
692 \end_layout
693
694 \begin_layout Standard
695 \begin_inset VSpace bigskip
696 \end_inset
697
698
699 \end_layout
700
701 \begin_layout Standard
702 This is an example image in EPS format
703 \begin_inset Foot
704 status collapsed
705
706 \begin_layout Plain Layout
707 Image formats are explained in section
708 \begin_inset space ~
709 \end_inset
710
711
712 \begin_inset CommandInset ref
713 LatexCommand ref
714 reference "sec:Image-Formats"
715
716 \end_inset
717
718 .
719 \end_layout
720
721 \end_inset
722
723  within a separate, horizontally centered paragraph:
724 \end_layout
725
726 \begin_layout Standard
727 \align center
728 \begin_inset Graphics
729         filename clipart/mobius.eps
730         scale 70
731         scaleBeforeRotation
732         rotateOrigin center
733
734 \end_inset
735
736
737 \end_layout
738
739 \begin_layout Standard
740 This is the same image like the one above but in draft mode:
741 \end_layout
742
743 \begin_layout Standard
744 \align center
745 \begin_inset Graphics
746         filename clipart/mobius.eps
747         scale 70
748         draft
749         scaleBeforeRotation
750         rotateOrigin center
751
752 \end_inset
753
754
755 \end_layout
756
757 \begin_layout Standard
758 \begin_inset Newpage newpage
759 \end_inset
760
761
762 \end_layout
763
764 \begin_layout Section
765 Figure Floats
766 \begin_inset CommandInset label
767 LatexCommand label
768 name "sec:Figure-Floats"
769
770 \end_inset
771
772
773 \begin_inset Index idx
774 status collapsed
775
776 \begin_layout Plain Layout
777 Floats ! Figures
778 \end_layout
779
780 \end_inset
781
782
783 \begin_inset Index idx
784 status collapsed
785
786 \begin_layout Plain Layout
787 Figures ! Floats
788 \end_layout
789
790 \end_inset
791
792
793 \end_layout
794
795 \begin_layout Standard
796 For general explanations about floats, have a look at section
797 \begin_inset space ~
798 \end_inset
799
800
801 \begin_inset CommandInset ref
802 LatexCommand ref
803 reference "sec:FloatIntroduction"
804
805 \end_inset
806
807 .
808 \end_layout
809
810 \begin_layout Standard
811 The toolbar button 
812 \begin_inset Graphics
813         filename ../images/float-insert_figure.png
814         scale 85
815         scaleBeforeRotation
816
817 \end_inset
818
819  and the menu 
820 \family sans
821 Insert\SpecialChar \menuseparator
822 Float\SpecialChar \menuseparator
823 Figure
824 \family default
825  inserts a float with a caption that has the label 
826 \begin_inset Quotes eld
827 \end_inset
828
829 Figure
830 \begin_inset space ~
831 \end_inset
832
833 #:
834 \begin_inset Quotes erd
835 \end_inset
836
837  (# is the actual number).
838  You can insert the image above the caption, like in Figure
839 \begin_inset space ~
840 \end_inset
841
842
843 \begin_inset CommandInset ref
844 LatexCommand ref
845 reference "fig:kill-plat"
846
847 \end_inset
848
849  or below the caption, like in Figure
850 \begin_inset space ~
851 \end_inset
852
853
854 \begin_inset CommandInset ref
855 LatexCommand ref
856 reference "fig:escher"
857
858 \end_inset
859
860 .
861  More about caption placement is described in section
862 \begin_inset space ~
863 \end_inset
864
865
866 \begin_inset CommandInset ref
867 LatexCommand ref
868 reference "sec:Caption-Placement"
869
870 \end_inset
871
872 .
873 \end_layout
874
875 \begin_layout Standard
876 \begin_inset Float figure
877 wide false
878 sideways false
879 status open
880
881 \begin_layout Plain Layout
882 \align center
883 \begin_inset Graphics
884         filename clipart/platypus.eps
885         width 50col%
886         scaleBeforeRotation
887         rotateOrigin center
888
889 \end_inset
890
891
892 \end_layout
893
894 \begin_layout Plain Layout
895 \begin_inset Caption
896
897 \begin_layout Plain Layout
898 \begin_inset CommandInset label
899 LatexCommand label
900 name "fig:kill-plat"
901
902 \end_inset
903
904 A severely distorted platypus in a float.
905 \end_layout
906
907 \end_inset
908
909
910 \end_layout
911
912 \end_inset
913
914
915 \end_layout
916
917 \begin_layout Standard
918 \begin_inset Float figure
919 wide false
920 sideways false
921 status open
922
923 \begin_layout Plain Layout
924 \begin_inset Caption
925
926 \begin_layout Plain Layout
927 \begin_inset CommandInset label
928 LatexCommand label
929 name "fig:escher"
930
931 \end_inset
932
933 M.C.
934  Escher on acid.
935 \end_layout
936
937 \end_inset
938
939
940 \end_layout
941
942 \begin_layout Plain Layout
943 \align center
944 \begin_inset Graphics
945         filename clipart/escher-lsd.eps
946         scale 80
947         scaleBeforeRotation
948         rotateOrigin center
949
950 \end_inset
951
952
953 \end_layout
954
955 \end_inset
956
957
958 \end_layout
959
960 \begin_layout Standard
961 \begin_inset Index idx
962 status collapsed
963
964 \begin_layout Plain Layout
965 References ! to Figures
966 \end_layout
967
968 \end_inset
969
970 Figure
971 \begin_inset space ~
972 \end_inset
973
974
975 \begin_inset CommandInset ref
976 LatexCommand ref
977 reference "fig:kill-plat"
978
979 \end_inset
980
981  and 
982 \begin_inset CommandInset ref
983 LatexCommand ref
984 reference "fig:escher"
985
986 \end_inset
987
988  are examples of referenced figures.
989  Figures can be referenced in the text by referencing their label.
990  To do this insert a label in the caption using the menu 
991 \family sans
992 Insert\SpecialChar \menuseparator
993 Label
994 \family default
995  or the toolbar button 
996 \begin_inset Graphics
997         filename ../images/label-insert.png
998         scale 85
999         scaleBeforeRotation
1000
1001 \end_inset
1002
1003 .
1004  You can now refer to the label using the menu 
1005 \family sans
1006 Insert\SpecialChar \menuseparator
1007 Cross
1008 \begin_inset space ~
1009 \end_inset
1010
1011 reference
1012 \family default
1013  or the toolbar button 
1014 \begin_inset Graphics
1015         filename ../images/dialog-show-new-inset_ref.png
1016         scale 85
1017         scaleBeforeRotation
1018
1019 \end_inset
1020
1021 .
1022  It is important to use references to floats, rather than using vague references
1023  like 
1024 \begin_inset Quotes eld
1025 \end_inset
1026
1027 the figure above
1028 \begin_inset Quotes erd
1029 \end_inset
1030
1031 , because LaTeX will reposition the floats in the final document and it
1032  might not be 
1033 \begin_inset Quotes eld
1034 \end_inset
1035
1036 above
1037 \begin_inset Quotes erd
1038 \end_inset
1039
1040  at all.
1041 \begin_inset Newline newline
1042 \end_inset
1043
1044 Referencing is explained in detail in section
1045 \begin_inset space ~
1046 \end_inset
1047
1048
1049 \begin_inset CommandInset ref
1050 LatexCommand ref
1051 reference "sec:Referencing-Floats"
1052
1053 \end_inset
1054
1055 .
1056 \end_layout
1057
1058 \begin_layout Standard
1059 Normally only one image is inserted to a figure float, but sometimes you
1060  might want to use two images with separate subcaptions.
1061  This can be done by inserting image floats into existing image floats.
1062  Note that only the main caption of the float is added to the List of Figures.
1063  Figure
1064 \begin_inset space ~
1065 \end_inset
1066
1067
1068 \begin_inset CommandInset ref
1069 LatexCommand ref
1070 reference "fig:Two-distorted-images"
1071
1072 \end_inset
1073
1074  is an example of a figure float with two images set side by side.
1075  You can also set the images one below the other.
1076  Figure
1077 \begin_inset space ~
1078 \end_inset
1079
1080
1081 \begin_inset CommandInset ref
1082 LatexCommand ref
1083 reference "fig:Undefinable-structure"
1084
1085 \end_inset
1086
1087  and 
1088 \begin_inset CommandInset ref
1089 LatexCommand ref
1090 reference "fig:A-Platypus"
1091
1092 \end_inset
1093
1094  are the subfigures.
1095 \end_layout
1096
1097 \begin_layout Standard
1098 \begin_inset Float figure
1099 wide false
1100 sideways false
1101 status open
1102
1103 \begin_layout Plain Layout
1104 \begin_inset space \hfill{}
1105 \end_inset
1106
1107
1108 \begin_inset Float figure
1109 wide false
1110 sideways false
1111 status collapsed
1112
1113 \begin_layout Plain Layout
1114 \begin_inset Caption
1115
1116 \begin_layout Plain Layout
1117 \begin_inset CommandInset label
1118 LatexCommand label
1119 name "fig:Undefinable-structure"
1120
1121 \end_inset
1122
1123 Undefinable structure.
1124 \end_layout
1125
1126 \end_inset
1127
1128
1129 \end_layout
1130
1131 \begin_layout Plain Layout
1132 \begin_inset Graphics
1133         filename clipart/escher-lsd.eps
1134         width 45col%
1135         scaleBeforeRotation
1136         groupId distorted
1137
1138 \end_inset
1139
1140
1141 \end_layout
1142
1143 \end_inset
1144
1145
1146 \begin_inset space \hfill{}
1147 \end_inset
1148
1149
1150 \begin_inset Float figure
1151 wide false
1152 sideways false
1153 status collapsed
1154
1155 \begin_layout Plain Layout
1156 \begin_inset Caption
1157
1158 \begin_layout Plain Layout
1159 \begin_inset CommandInset label
1160 LatexCommand label
1161 name "fig:A-Platypus"
1162
1163 \end_inset
1164
1165 A Platypus.
1166 \end_layout
1167
1168 \end_inset
1169
1170
1171 \end_layout
1172
1173 \begin_layout Plain Layout
1174 \begin_inset Graphics
1175         filename clipart/platypus.eps
1176         width 45col%
1177         scaleBeforeRotation
1178         groupId distorted
1179
1180 \end_inset
1181
1182
1183 \end_layout
1184
1185 \end_inset
1186
1187
1188 \begin_inset space \hfill{}
1189 \end_inset
1190
1191
1192 \end_layout
1193
1194 \begin_layout Plain Layout
1195 \begin_inset Caption
1196
1197 \begin_layout Plain Layout
1198 \begin_inset CommandInset label
1199 LatexCommand label
1200 name "fig:Two-distorted-images"
1201
1202 \end_inset
1203
1204 Two distorted images.
1205  Both images are in the image settings group named 
1206 \begin_inset Quotes eld
1207 \end_inset
1208
1209 distorted
1210 \begin_inset Quotes erd
1211 \end_inset
1212
1213 .
1214 \end_layout
1215
1216 \end_inset
1217
1218
1219 \end_layout
1220
1221 \end_inset
1222
1223
1224 \end_layout
1225
1226 \begin_layout Standard
1227 \begin_inset Newpage newpage
1228 \end_inset
1229
1230
1231 \end_layout
1232
1233 \begin_layout Section
1234 Image Formats
1235 \begin_inset CommandInset label
1236 LatexCommand label
1237 name "sec:Image-Formats"
1238
1239 \end_inset
1240
1241
1242 \begin_inset Index idx
1243 status collapsed
1244
1245 \begin_layout Plain Layout
1246 Image Formats
1247 \end_layout
1248
1249 \end_inset
1250
1251
1252 \begin_inset Index idx
1253 status collapsed
1254
1255 \begin_layout Plain Layout
1256 Figures ! Image Formats
1257 \end_layout
1258
1259 \end_inset
1260
1261
1262 \end_layout
1263
1264 \begin_layout Standard
1265 You can insert images in any known file format.
1266  But as explained in appendix
1267 \begin_inset space ~
1268 \end_inset
1269
1270
1271 \begin_inset CommandInset ref
1272 LatexCommand ref
1273 reference "cha:Output-File-Formats"
1274
1275 \end_inset
1276
1277 , each output document format allows only a few image formats.
1278  LyX uses therefore the program 
1279 \family typewriter
1280 ImageMagick
1281 \family default
1282  in the background to convert the images to the right format.
1283  To increase your work flow by avoiding these conversions in the background,
1284  you can use only the image formats that can directly be embedded in the
1285  output file format.
1286  The output file formats are explained in appendix
1287 \begin_inset space ~
1288 \end_inset
1289
1290
1291 \begin_inset CommandInset ref
1292 LatexCommand ref
1293 reference "cha:Output-File-Formats"
1294
1295 \end_inset
1296
1297 .
1298 \end_layout
1299
1300 \begin_layout Standard
1301 Similar to fonts there are two types of image formats:
1302 \end_layout
1303
1304 \begin_layout Description
1305 Bitmap
1306 \begin_inset space ~
1307 \end_inset
1308
1309 images consist of pixel values, often in a compressed form.
1310  They are therefore not fully scalable and look pixelated in large zooms.
1311  Well-known bitmap image formats are 
1312 \begin_inset Quotes eld
1313 \end_inset
1314
1315 Graphics Interchange Format
1316 \begin_inset Quotes erd
1317 \end_inset
1318
1319  (GIF, file extension 
1320 \begin_inset Quotes eld
1321 \end_inset
1322
1323
1324 \family typewriter
1325 .gif
1326 \family default
1327
1328 \begin_inset Quotes erd
1329 \end_inset
1330
1331 )
1332 \begin_inset Index idx
1333 status collapsed
1334
1335 \begin_layout Plain Layout
1336 GIF|see
1337 \begin_inset ERT
1338 status collapsed
1339
1340 \begin_layout Plain Layout
1341
1342 {
1343 \end_layout
1344
1345 \end_inset
1346
1347 Image formats
1348 \begin_inset ERT
1349 status collapsed
1350
1351 \begin_layout Plain Layout
1352
1353 }
1354 \end_layout
1355
1356 \end_inset
1357
1358
1359 \end_layout
1360
1361 \end_inset
1362
1363
1364 \begin_inset Quotes eld
1365 \end_inset
1366
1367 Portable Network Graphics
1368 \begin_inset Quotes erd
1369 \end_inset
1370
1371  (PNG, file extension 
1372 \begin_inset Quotes eld
1373 \end_inset
1374
1375
1376 \family typewriter
1377 .png
1378 \family default
1379
1380 \begin_inset Quotes erd
1381 \end_inset
1382
1383 )
1384 \begin_inset Index idx
1385 status collapsed
1386
1387 \begin_layout Plain Layout
1388 PNG|see
1389 \begin_inset ERT
1390 status collapsed
1391
1392 \begin_layout Plain Layout
1393
1394 {
1395 \end_layout
1396
1397 \end_inset
1398
1399 Image formats
1400 \begin_inset ERT
1401 status collapsed
1402
1403 \begin_layout Plain Layout
1404
1405 }
1406 \end_layout
1407
1408 \end_inset
1409
1410
1411 \end_layout
1412
1413 \end_inset
1414
1415 , and 
1416 \begin_inset Quotes eld
1417 \end_inset
1418
1419 Joint Photographic Experts Group
1420 \begin_inset Quotes erd
1421 \end_inset
1422
1423  (JPG, file extension 
1424 \begin_inset Quotes eld
1425 \end_inset
1426
1427
1428 \family typewriter
1429 .jpg
1430 \family default
1431
1432 \begin_inset Quotes erd
1433 \end_inset
1434
1435  or 
1436 \begin_inset Quotes eld
1437 \end_inset
1438
1439
1440 \family typewriter
1441 .jpeg
1442 \family default
1443
1444 \begin_inset Quotes erd
1445 \end_inset
1446
1447 )
1448 \begin_inset Index idx
1449 status collapsed
1450
1451 \begin_layout Plain Layout
1452 JPG|see
1453 \begin_inset ERT
1454 status collapsed
1455
1456 \begin_layout Plain Layout
1457
1458 {
1459 \end_layout
1460
1461 \end_inset
1462
1463 Image formats
1464 \begin_inset ERT
1465 status collapsed
1466
1467 \begin_layout Plain Layout
1468
1469 }
1470 \end_layout
1471
1472 \end_inset
1473
1474
1475 \end_layout
1476
1477 \end_inset
1478
1479 .
1480 \end_layout
1481
1482 \begin_layout Description
1483 Vector
1484 \begin_inset space ~
1485 \end_inset
1486
1487 images consist of vectors and can therefore be scaled to any size without
1488  data loss.
1489  The scaling ability is necessary if you want to create presentations, because
1490  presentations are always scaled by the video projector.
1491  Scaling is also useful for online documents to let the user zoom into diagrams.
1492 \begin_inset Newline newline
1493 \end_inset
1494
1495 Well-known scalable image formats are 
1496 \begin_inset Quotes eld
1497 \end_inset
1498
1499 Scalable Vector Graphics
1500 \begin_inset Quotes erd
1501 \end_inset
1502
1503  (SVG, file extension 
1504 \begin_inset Quotes eld
1505 \end_inset
1506
1507
1508 \family typewriter
1509 .svg
1510 \family default
1511
1512 \begin_inset Quotes erd
1513 \end_inset
1514
1515 )
1516 \begin_inset Index idx
1517 status collapsed
1518
1519 \begin_layout Plain Layout
1520 SVG|see
1521 \begin_inset ERT
1522 status collapsed
1523
1524 \begin_layout Plain Layout
1525
1526 {
1527 \end_layout
1528
1529 \end_inset
1530
1531 Image formats
1532 \begin_inset ERT
1533 status collapsed
1534
1535 \begin_layout Plain Layout
1536
1537 }
1538 \end_layout
1539
1540 \end_inset
1541
1542
1543 \end_layout
1544
1545 \end_inset
1546
1547
1548 \begin_inset Quotes eld
1549 \end_inset
1550
1551 Encapsulated PostScript
1552 \begin_inset Quotes erd
1553 \end_inset
1554
1555  (EPS, file extension 
1556 \begin_inset Quotes eld
1557 \end_inset
1558
1559
1560 \family typewriter
1561 .eps
1562 \family default
1563
1564 \begin_inset Quotes erd
1565 \end_inset
1566
1567 )
1568 \begin_inset Index idx
1569 status collapsed
1570
1571 \begin_layout Plain Layout
1572 EPS|see
1573 \begin_inset ERT
1574 status collapsed
1575
1576 \begin_layout Plain Layout
1577
1578 {
1579 \end_layout
1580
1581 \end_inset
1582
1583 Image formats
1584 \begin_inset ERT
1585 status collapsed
1586
1587 \begin_layout Plain Layout
1588
1589 }
1590 \end_layout
1591
1592 \end_inset
1593
1594
1595 \end_layout
1596
1597 \end_inset
1598
1599
1600 \begin_inset Quotes eld
1601 \end_inset
1602
1603 Portable Document Format
1604 \begin_inset Quotes erd
1605 \end_inset
1606
1607  (PDF, file extension 
1608 \begin_inset Quotes eld
1609 \end_inset
1610
1611
1612 \family typewriter
1613 .pdf
1614 \family default
1615
1616 \begin_inset Quotes erd
1617 \end_inset
1618
1619 )
1620 \begin_inset Index idx
1621 status collapsed
1622
1623 \begin_layout Plain Layout
1624 PDF
1625 \end_layout
1626
1627 \end_inset
1628
1629 , and 
1630 \begin_inset Quotes eld
1631 \end_inset
1632
1633 Windows Metafile
1634 \begin_inset Quotes erd
1635 \end_inset
1636
1637  (WMF, file extension 
1638 \begin_inset Quotes eld
1639 \end_inset
1640
1641
1642 \family typewriter
1643 .wmf
1644 \family default
1645
1646 \begin_inset Quotes erd
1647 \end_inset
1648
1649 )
1650 \begin_inset Index idx
1651 status collapsed
1652
1653 \begin_layout Plain Layout
1654 SVG|see
1655 \begin_inset ERT
1656 status collapsed
1657
1658 \begin_layout Plain Layout
1659
1660 {
1661 \end_layout
1662
1663 \end_inset
1664
1665 Image formats
1666 \begin_inset ERT
1667 status collapsed
1668
1669 \begin_layout Plain Layout
1670
1671 }
1672 \end_layout
1673
1674 \end_inset
1675
1676
1677 \end_layout
1678
1679 \end_inset
1680
1681 .
1682  We wrote 
1683 \begin_inset Quotes eld
1684 \end_inset
1685
1686 can be
1687 \begin_inset Quotes erd
1688 \end_inset
1689
1690 , because you can convert any bitmap image to a PDF or EPS-image and the
1691  result will still be a bitmap image.
1692  In such cases only a header with the image properties is added to the original
1693  image
1694 \begin_inset Foot
1695 status collapsed
1696
1697 \begin_layout Plain Layout
1698 In the case of PDF, the original image is additionally compressed.
1699 \end_layout
1700
1701 \end_inset
1702
1703 .
1704  The PDF-files generated by 
1705 \family typewriter
1706 Adobe Photoshop
1707 \family default
1708  are for example bitmap images.
1709 \end_layout
1710
1711 \begin_layout Standard
1712 Normally it is not possible to convert a bitmap image into a scalable one,
1713  only vice versa.
1714  Only the image formats PDF and EPS can directly be embedded to PDF and
1715  PostScript output files, respectively.
1716  SVG and WMF-images are recalculated to bitmaps when the output file is
1717  generated because there is currently no adequate WMF/SVG
1718 \begin_inset Formula $\to$
1719 \end_inset
1720
1721 PDF/EPS converter available.
1722 \end_layout
1723
1724 \begin_layout Chapter
1725 Tables
1726 \begin_inset Index idx
1727 status collapsed
1728
1729 \begin_layout Plain Layout
1730 Table
1731 \end_layout
1732
1733 \end_inset
1734
1735
1736 \end_layout
1737
1738 \begin_layout Section
1739 Introduction
1740 \begin_inset Index idx
1741 status collapsed
1742
1743 \begin_layout Plain Layout
1744 Table ! Introduction
1745 \end_layout
1746
1747 \end_inset
1748
1749
1750 \end_layout
1751
1752 \begin_layout Standard
1753 You can insert a table using either the toolbar button 
1754 \begin_inset Graphics
1755         filename ../images/tabular-insert.png
1756         scale 85
1757         scaleBeforeRotation
1758
1759 \end_inset
1760
1761  or the menu 
1762 \family sans
1763 Insert\SpecialChar \menuseparator
1764 Table
1765 \family default
1766 .
1767  The toolbar button offers you a graphical selection: move the mouse to
1768  set the column/row number of the table that should be created and then
1769  press a mouse button.
1770  When you use the menu to create a table, a dialog will appear, asking you
1771  for the number of rows and columns.
1772 \begin_inset Newline newline
1773 \end_inset
1774
1775  The default table has lines around any cell and the first row appears separated
1776  from the rest of the table.
1777  This separation occurs due to a double line: The cells of the first row
1778  have a line below them and the cells of the second row have a line above
1779  them.
1780  Here is an example table:
1781 \end_layout
1782
1783 \begin_layout Standard
1784 \align center
1785 \begin_inset Tabular
1786 <lyxtabular version="3" rows="4" columns="4">
1787 <features tabularvalignment="middle">
1788 <column alignment="center" valignment="top" width="0">
1789 <column alignment="center" valignment="top" width="0">
1790 <column alignment="center" valignment="top" width="0">
1791 <column alignment="center" valignment="top" width="0">
1792 <row>
1793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1794 \begin_inset Text
1795
1796 \begin_layout Plain Layout
1797
1798 \end_layout
1799
1800 \end_inset
1801 </cell>
1802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1803 \begin_inset Text
1804
1805 \begin_layout Plain Layout
1806
1807 \family roman
1808 \series medium
1809 \shape up
1810 \size normal
1811 \emph off
1812 \bar no
1813 \noun off
1814 \color none
1815 1
1816 \end_layout
1817
1818 \end_inset
1819 </cell>
1820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1821 \begin_inset Text
1822
1823 \begin_layout Plain Layout
1824 2
1825 \end_layout
1826
1827 \end_inset
1828 </cell>
1829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1830 \begin_inset Text
1831
1832 \begin_layout Plain Layout
1833 3
1834 \end_layout
1835
1836 \end_inset
1837 </cell>
1838 </row>
1839 <row>
1840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1841 \begin_inset Text
1842
1843 \begin_layout Plain Layout
1844
1845 \family roman
1846 \series medium
1847 \shape up
1848 \size normal
1849 \emph off
1850 \bar no
1851 \noun off
1852 \color none
1853 A
1854 \end_layout
1855
1856 \end_inset
1857 </cell>
1858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862
1863 \end_layout
1864
1865 \end_inset
1866 </cell>
1867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1868 \begin_inset Text
1869
1870 \begin_layout Plain Layout
1871
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1877 \begin_inset Text
1878
1879 \begin_layout Plain Layout
1880
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 </row>
1886 <row>
1887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1888 \begin_inset Text
1889
1890 \begin_layout Plain Layout
1891
1892 \family roman
1893 \series medium
1894 \shape up
1895 \size normal
1896 \emph off
1897 \bar no
1898 \noun off
1899 \color none
1900 B
1901 \end_layout
1902
1903 \end_inset
1904 </cell>
1905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Plain Layout
1909
1910 \end_layout
1911
1912 \end_inset
1913 </cell>
1914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1915 \begin_inset Text
1916
1917 \begin_layout Plain Layout
1918
1919 \end_layout
1920
1921 \end_inset
1922 </cell>
1923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1924 \begin_inset Text
1925
1926 \begin_layout Plain Layout
1927
1928 \end_layout
1929
1930 \end_inset
1931 </cell>
1932 </row>
1933 <row>
1934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1935 \begin_inset Text
1936
1937 \begin_layout Plain Layout
1938
1939 \family roman
1940 \series medium
1941 \shape up
1942 \size normal
1943 \emph off
1944 \bar no
1945 \noun off
1946 \color none
1947 C
1948 \end_layout
1949
1950 \end_inset
1951 </cell>
1952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1953 \begin_inset Text
1954
1955 \begin_layout Plain Layout
1956
1957 \end_layout
1958
1959 \end_inset
1960 </cell>
1961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1962 \begin_inset Text
1963
1964 \begin_layout Plain Layout
1965
1966 \end_layout
1967
1968 \end_inset
1969 </cell>
1970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1971 \begin_inset Text
1972
1973 \begin_layout Plain Layout
1974
1975 \end_layout
1976
1977 \end_inset
1978 </cell>
1979 </row>
1980 </lyxtabular>
1981
1982 \end_inset
1983
1984
1985 \end_layout
1986
1987 \begin_layout Section
1988 Table Dialog
1989 \begin_inset Index idx
1990 status collapsed
1991
1992 \begin_layout Plain Layout
1993 Table ! Dialog
1994 \end_layout
1995
1996 \end_inset
1997
1998
1999 \end_layout
2000
2001 \begin_layout Standard
2002 You can alter a table by clicking on it with the right mouse button, which
2003  brings up the table dialog.
2004  Here you can adjust the settings of that cell and row/column respectively
2005  where the cursor is currently placed.
2006  Most of the dialog options also work on selections.
2007  This means if you select more cells, columns or rows, the action is done
2008  for the whole selection.
2009  Note that there is a difference between selecting the 
2010 \emph on
2011 contents
2012 \emph default
2013  of the cell, and the cell itself.
2014  You can alter tables with the following tabs of the table dialog:
2015 \end_layout
2016
2017 \begin_layout Description
2018
2019 \family sans
2020 Table
2021 \begin_inset space ~
2022 \end_inset
2023
2024 Settings
2025 \family default
2026  Here you can set the horizontal alignment and the width of the current
2027  column.
2028  When you have set a width you can also adjust the vertical alignment of
2029  the current row.
2030  A given width will allow the cell to have line breaks and multiple paragraphs
2031  of text, see section
2032 \begin_inset space ~
2033 \end_inset
2034
2035
2036 \begin_inset CommandInset ref
2037 LatexCommand ref
2038 reference "sub:Multiple-Lines-in"
2039
2040 \end_inset
2041
2042 .
2043  If you set no width, the column is as wide as the content of the widest
2044  cell.
2045 \begin_inset Newline newline
2046 \end_inset
2047
2048 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2049  cell, see section
2050 \begin_inset space ~
2051 \end_inset
2052
2053
2054 \begin_inset CommandInset ref
2055 LatexCommand ref
2056 reference "sub:Multicolumns"
2057
2058 \end_inset
2059
2060 .
2061 \begin_inset Newline newline
2062 \end_inset
2063
2064 The rotate check boxes rotate the current cell, a selection, or the whole
2065  table counter-clockwise by 90°.
2066  The rotation is not shown within LyX, only in the output.
2067 \begin_inset Newline newline
2068 \end_inset
2069
2070
2071 \begin_inset Note Greyedout
2072 status open
2073
2074 \begin_layout Plain Layout
2075
2076 \series bold
2077 Note:
2078 \series default
2079  Not all DVI-viewers are able to display rotations.
2080 \end_layout
2081
2082 \end_inset
2083
2084
2085 \begin_inset Newline newline
2086 \end_inset
2087
2088 It is also possible to enter a LaTeX-argument which is needed for special
2089  table formattings, see section
2090 \begin_inset space ~
2091 \end_inset
2092
2093
2094 \begin_inset CommandInset ref
2095 LatexCommand ref
2096 reference "sub:Multicolumn-Calculations"
2097
2098 \end_inset
2099
2100  and 
2101 \begin_inset CommandInset ref
2102 LatexCommand ref
2103 reference "sec:Colored-Tables"
2104
2105 \end_inset
2106
2107 .
2108 \end_layout
2109
2110 \begin_layout Description
2111
2112 \family sans
2113 Borders
2114 \family default
2115  In this tab you can add and delete border lines for the current row/column.
2116 \begin_inset Newline newline
2117 \end_inset
2118
2119 Using the style option 
2120 \family sans
2121 Formal
2122 \family default
2123  will convert the table to a formal table as described in section
2124 \begin_inset space ~
2125 \end_inset
2126
2127
2128 \begin_inset CommandInset ref
2129 LatexCommand ref
2130 reference "sec:Formal-Tables"
2131
2132 \end_inset
2133
2134 .
2135 \begin_inset Newline newline
2136 \end_inset
2137
2138 You can also add here space to table rows as described in section
2139 \begin_inset space ~
2140 \end_inset
2141
2142
2143 \begin_inset CommandInset ref
2144 LatexCommand ref
2145 reference "sub:Row-Spacing"
2146
2147 \end_inset
2148
2149 .
2150 \end_layout
2151
2152 \begin_layout Description
2153
2154 \family sans
2155 Longtable
2156 \family default
2157  This tab is to make a table a so called 
2158 \begin_inset Quotes eld
2159 \end_inset
2160
2161
2162 \emph on
2163 longtable
2164 \emph default
2165
2166 \begin_inset Quotes erd
2167 \end_inset
2168
2169  that can run over several pages.
2170  Sections
2171 \begin_inset space ~
2172 \end_inset
2173
2174
2175 \begin_inset CommandInset ref
2176 LatexCommand ref
2177 reference "sec:Longtables"
2178
2179 \end_inset
2180
2181  and 
2182 \begin_inset CommandInset ref
2183 LatexCommand ref
2184 reference "sec:Special-Longtable-Issues"
2185
2186 \end_inset
2187
2188  describe the longtable features in detail.
2189 \end_layout
2190
2191 \begin_layout Standard
2192 When the table dialog is open, you can move the cursor with the arrow keys
2193  from cell to cell and the property of the current cell will immediately
2194  be displayed in the dialog.
2195 \end_layout
2196
2197 \begin_layout Section
2198 Table Toolbar
2199 \begin_inset Index idx
2200 status collapsed
2201
2202 \begin_layout Plain Layout
2203 Table ! Toolbar
2204 \end_layout
2205
2206 \end_inset
2207
2208
2209 \end_layout
2210
2211 \begin_layout Standard
2212 The table toolbar is an alternative to the table dialog to be able to alter
2213  tables faster.
2214  It should normally appear at the bottom of LyX's main window when the cursor
2215  is inside a table.
2216  You can alternatively switch it on to appear always, by right-clicking
2217  in LyX's main menu bar.
2218 \end_layout
2219
2220 \begin_layout Standard
2221 The toolbar has the following icons:
2222 \end_layout
2223
2224 \begin_layout Labeling
2225 \labelwidthstring 00.00.0000
2226 \begin_inset Graphics
2227         filename ../images/tabular-feature_append-row.png
2228         scaleBeforeRotation
2229
2230 \end_inset
2231
2232  adds a row below the current cell or selection
2233 \end_layout
2234
2235 \begin_layout Labeling
2236 \labelwidthstring 00.00.0000
2237 \begin_inset Graphics
2238         filename ../images/tabular-feature_append-column.png
2239         scaleBeforeRotation
2240
2241 \end_inset
2242
2243  adds a column right beside the current cell or selection
2244 \end_layout
2245
2246 \begin_layout Labeling
2247 \labelwidthstring 00.00.0000
2248 \begin_inset Graphics
2249         filename ../images/tabular-feature_delete-row.png
2250         scaleBeforeRotation
2251
2252 \end_inset
2253
2254  deletes the current row or selection
2255 \end_layout
2256
2257 \begin_layout Labeling
2258 \labelwidthstring 00.00.0000
2259 \begin_inset Graphics
2260         filename ../images/tabular-feature_delete-column.png
2261         scaleBeforeRotation
2262
2263 \end_inset
2264
2265  deletes the current column or selection
2266 \end_layout
2267
2268 \begin_layout Labeling
2269 \labelwidthstring 00.00.0000
2270 \begin_inset Graphics
2271         filename ../images/tabular-feature_toggle-line-top.png
2272         scaleBeforeRotation
2273
2274 \end_inset
2275
2276  adds a line at the top of the current cell / row or of a selection
2277 \end_layout
2278
2279 \begin_layout Labeling
2280 \labelwidthstring 00.00.0000
2281 \begin_inset Graphics
2282         filename ../images/tabular-feature_toggle-line-bottom.png
2283         scaleBeforeRotation
2284
2285 \end_inset
2286
2287  adds a line at the bottom of the current cell / row or of a selection
2288 \end_layout
2289
2290 \begin_layout Labeling
2291 \labelwidthstring 00.00.0000
2292 \begin_inset Graphics
2293         filename ../images/tabular-feature_toggle-line-left.png
2294         scaleBeforeRotation
2295
2296 \end_inset
2297
2298  adds a line at the left side of the current cell / row or of a selection
2299 \end_layout
2300
2301 \begin_layout Labeling
2302 \labelwidthstring 00.00.0000
2303 \begin_inset Graphics
2304         filename ../images/tabular-feature_toggle-line-right.png
2305         scaleBeforeRotation
2306
2307 \end_inset
2308
2309  adds a line at the right side of the current cell / row or of a selection
2310 \end_layout
2311
2312 \begin_layout Labeling
2313 \labelwidthstring 00.00.0000
2314 \begin_inset Graphics
2315         filename ../images/tabular-feature_set-all-lines.png
2316         scaleBeforeRotation
2317
2318 \end_inset
2319
2320  adds lines around the current or selected cells - if the current cell no
2321  multicolumn cell this also affects the current row and column
2322 \end_layout
2323
2324 \begin_layout Labeling
2325 \labelwidthstring 00.00.0000
2326 \begin_inset Graphics
2327         filename ../images/tabular-feature_unset-all-lines.png
2328         scaleBeforeRotation
2329
2330 \end_inset
2331
2332  deletes all lines of the current or selected cells - if the current cell
2333  no multicolumn cell this also affects the current row and column
2334 \end_layout
2335
2336 \begin_layout Labeling
2337 \labelwidthstring 00.00.0000
2338 \begin_inset Graphics
2339         filename ../images/tabular-feature_m-align-left.png
2340         scaleBeforeRotation
2341
2342 \end_inset
2343
2344  left-aligns the content of the current cell / column
2345 \end_layout
2346
2347 \begin_layout Labeling
2348 \labelwidthstring 00.00.0000
2349 \begin_inset Graphics
2350         filename ../images/tabular-feature_m-align-center.png
2351         scaleBeforeRotation
2352
2353 \end_inset
2354
2355  centers the content of the current cell / column horizontally
2356 \end_layout
2357
2358 \begin_layout Labeling
2359 \labelwidthstring 00.00.0000
2360 \begin_inset Graphics
2361         filename ../images/tabular-feature_m-align-right.png
2362         scaleBeforeRotation
2363
2364 \end_inset
2365
2366  right-aligns the content of the current cell / column
2367 \end_layout
2368
2369 \begin_layout Labeling
2370 \labelwidthstring 00.00.0000
2371 \begin_inset Graphics
2372         filename ../images/tabular-feature_m-valign-top.png
2373         scaleBeforeRotation
2374
2375 \end_inset
2376
2377  aligns the content of the current cell vertically to the top
2378 \end_layout
2379
2380 \begin_layout Labeling
2381 \labelwidthstring 00.00.0000
2382 \begin_inset Graphics
2383         filename ../images/tabular-feature_m-valign-middle.png
2384         scaleBeforeRotation
2385
2386 \end_inset
2387
2388  centers the content of the current cell vertically
2389 \end_layout
2390
2391 \begin_layout Labeling
2392 \labelwidthstring 00.00.0000
2393 \begin_inset Graphics
2394         filename ../images/tabular-feature_m-valign-bottom.png
2395         scaleBeforeRotation
2396
2397 \end_inset
2398
2399  aligns the content of the current cell vertically to the bottom
2400 \end_layout
2401
2402 \begin_layout Labeling
2403 \labelwidthstring 00.00.0000
2404 \begin_inset Graphics
2405         filename ../images/tabular-feature_set-rotate-cell.png
2406         scaleBeforeRotation
2407
2408 \end_inset
2409
2410  rotates the current cell or selection counter-clockwise by 90°
2411 \end_layout
2412
2413 \begin_layout Labeling
2414 \labelwidthstring 00.00.0000
2415 \begin_inset Graphics
2416         filename ../images/tabular-feature_set-rotate-tabular.png
2417         scaleBeforeRotation
2418
2419 \end_inset
2420
2421  rotates the whole table counter-clockwise by 90°
2422 \end_layout
2423
2424 \begin_layout Labeling
2425 \labelwidthstring 00.00.0000
2426 \begin_inset Graphics
2427         filename ../images/tabular-feature_multicolumn.png
2428         scaleBeforeRotation
2429
2430 \end_inset
2431
2432  sets the current cell or selection as a multicolumn
2433 \end_layout
2434
2435 \begin_layout Standard
2436 \begin_inset Note Greyedout
2437 status open
2438
2439 \begin_layout Plain Layout
2440
2441 \series bold
2442 Note:
2443 \series default
2444  For the output the vertical alignment of the first cell in a row is used
2445  for all following cells in the row.
2446 \end_layout
2447
2448 \end_inset
2449
2450
2451 \end_layout
2452
2453 \begin_layout Section
2454 Edit Table Menu
2455 \begin_inset Index idx
2456 status collapsed
2457
2458 \begin_layout Plain Layout
2459 Table ! Edit Menu
2460 \end_layout
2461
2462 \end_inset
2463
2464
2465 \end_layout
2466
2467 \begin_layout Standard
2468 Additionally to the table dialog and toolbar, the menu 
2469 \family sans
2470 Edit\SpecialChar \menuseparator
2471 Table
2472 \family default
2473  allows you to add and delete border lines for the current row/column and
2474  to set the current selection as multicolumn.
2475  The menu is only available when the cursor is inside a table.
2476 \end_layout
2477
2478 \begin_layout Section
2479 Table Floats
2480 \begin_inset CommandInset label
2481 LatexCommand label
2482 name "sec:Table-Floats"
2483
2484 \end_inset
2485
2486
2487 \begin_inset Index idx
2488 status collapsed
2489
2490 \begin_layout Plain Layout
2491 Floats ! Tables
2492 \end_layout
2493
2494 \end_inset
2495
2496
2497 \begin_inset Index idx
2498 status collapsed
2499
2500 \begin_layout Plain Layout
2501 Table ! Floats
2502 \end_layout
2503
2504 \end_inset
2505
2506
2507 \end_layout
2508
2509 \begin_layout Standard
2510 For general explanations about floats, have a look at section
2511 \begin_inset space ~
2512 \end_inset
2513
2514
2515 \begin_inset CommandInset ref
2516 LatexCommand ref
2517 reference "sec:FloatIntroduction"
2518
2519 \end_inset
2520
2521 .
2522 \end_layout
2523
2524 \begin_layout Standard
2525 \begin_inset Float table
2526 placement h
2527 wide false
2528 sideways false
2529 status open
2530
2531 \begin_layout Plain Layout
2532 \begin_inset Caption
2533
2534 \begin_layout Plain Layout
2535 \begin_inset CommandInset label
2536 LatexCommand label
2537 name "tab:a table float"
2538
2539 \end_inset
2540
2541 A table float.
2542 \end_layout
2543
2544 \end_inset
2545
2546
2547 \end_layout
2548
2549 \begin_layout Plain Layout
2550 \align center
2551 \begin_inset Tabular
2552 <lyxtabular version="3" rows="3" columns="3">
2553 <features tabularvalignment="middle">
2554 <column alignment="center" valignment="top" width="0pt">
2555 <column alignment="center" valignment="top" width="0pt">
2556 <column alignment="center" valignment="top" width="0pt">
2557 <row>
2558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2559 \begin_inset Text
2560
2561 \begin_layout Plain Layout
2562
2563 \family roman
2564 \series medium
2565 \shape up
2566 \size normal
2567 \emph off
2568 \bar no
2569 \noun off
2570 \color none
2571 1
2572 \end_layout
2573
2574 \end_inset
2575 </cell>
2576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2577 \begin_inset Text
2578
2579 \begin_layout Plain Layout
2580
2581 \family roman
2582 \series medium
2583 \shape up
2584 \size normal
2585 \emph off
2586 \bar no
2587 \noun off
2588 \color none
2589 2
2590 \end_layout
2591
2592 \end_inset
2593 </cell>
2594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2595 \begin_inset Text
2596
2597 \begin_layout Plain Layout
2598
2599 \family roman
2600 \series medium
2601 \shape up
2602 \size normal
2603 \emph off
2604 \bar no
2605 \noun off
2606 \color none
2607 3
2608 \end_layout
2609
2610 \end_inset
2611 </cell>
2612 </row>
2613 <row>
2614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2615 \begin_inset Text
2616
2617 \begin_layout Plain Layout
2618
2619 \family roman
2620 \series medium
2621 \shape up
2622 \size normal
2623 \emph off
2624 \bar no
2625 \noun off
2626 \color none
2627 Joe
2628 \end_layout
2629
2630 \end_inset
2631 </cell>
2632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2633 \begin_inset Text
2634
2635 \begin_layout Plain Layout
2636
2637 \family roman
2638 \series medium
2639 \shape up
2640 \size normal
2641 \emph off
2642 \bar no
2643 \noun off
2644 \color none
2645 Mary
2646 \end_layout
2647
2648 \end_inset
2649 </cell>
2650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2651 \begin_inset Text
2652
2653 \begin_layout Plain Layout
2654
2655 \family roman
2656 \series medium
2657 \shape up
2658 \size normal
2659 \emph off
2660 \bar no
2661 \noun off
2662 \color none
2663 Ted
2664 \end_layout
2665
2666 \end_inset
2667 </cell>
2668 </row>
2669 <row>
2670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2671 \begin_inset Text
2672
2673 \begin_layout Plain Layout
2674
2675 \family roman
2676 \series medium
2677 \shape up
2678 \size normal
2679 \emph off
2680 \bar no
2681 \noun off
2682 \color none
2683 \begin_inset Formula $\int x^{2}dx$
2684 \end_inset
2685
2686
2687 \end_layout
2688
2689 \end_inset
2690 </cell>
2691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2692 \begin_inset Text
2693
2694 \begin_layout Plain Layout
2695
2696 \family roman
2697 \series medium
2698 \shape up
2699 \size normal
2700 \emph off
2701 \bar no
2702 \noun off
2703 \color none
2704 \begin_inset Formula $\left[\begin{array}{cc}
2705 a & b\\
2706 c & d
2707 \end{array}\right]$
2708 \end_inset
2709
2710
2711 \end_layout
2712
2713 \end_inset
2714 </cell>
2715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2716 \begin_inset Text
2717
2718 \begin_layout Plain Layout
2719
2720 \family roman
2721 \series medium
2722 \shape up
2723 \size normal
2724 \emph off
2725 \bar no
2726 \noun off
2727 \color none
2728 \begin_inset Formula $1+1=2$
2729 \end_inset
2730
2731
2732 \end_layout
2733
2734 \end_inset
2735 </cell>
2736 </row>
2737 </lyxtabular>
2738
2739 \end_inset
2740
2741
2742 \end_layout
2743
2744 \end_inset
2745
2746
2747 \end_layout
2748
2749 \begin_layout Standard
2750 Table floats can be inserted using the menu 
2751 \family sans
2752 Insert\SpecialChar \menuseparator
2753 Float\SpecialChar \menuseparator
2754 Table
2755 \family default
2756  or the toolbar button 
2757 \begin_inset Graphics
2758         filename ../images/float-insert_table.png
2759         scale 85
2760         scaleBeforeRotation
2761
2762 \end_inset
2763
2764 .
2765 \end_layout
2766
2767 \begin_layout Standard
2768 The float appears as a collapsible box with a caption that has the label
2769  
2770 \begin_inset Quotes eld
2771 \end_inset
2772
2773 Table
2774 \begin_inset space ~
2775 \end_inset
2776
2777 #:
2778 \begin_inset Quotes erd
2779 \end_inset
2780
2781  (# is the actual table number).
2782  You can insert tables in the float above or below the caption.
2783 \end_layout
2784
2785 \begin_layout Standard
2786 Table
2787 \begin_inset space ~
2788 \end_inset
2789
2790
2791 \begin_inset CommandInset ref
2792 LatexCommand ref
2793 reference "tab:a table float"
2794
2795 \end_inset
2796
2797  is an example table within a table float.
2798 \end_layout
2799
2800 \begin_layout Standard
2801 Having the caption above the table is the common rule that is unfortunately
2802  not supported in LaTeX's standard classes.
2803  This means that, if you are using the document classes 
2804 \family sans
2805 article
2806 \family default
2807
2808 \family sans
2809 book
2810 \family default
2811
2812 \family sans
2813 letter
2814 \family default
2815 , or 
2816 \family sans
2817 report
2818 \family default
2819 , there will be no space between the caption and the table.
2820  To insert the needed space, add the following option to the load command
2821  of the LaTeX-package 
2822 \series bold
2823 caption
2824 \series default
2825
2826 \begin_inset Index idx
2827 status collapsed
2828
2829 \begin_layout Plain Layout
2830 LaTeX-packages ! caption
2831 \end_layout
2832
2833 \end_inset
2834
2835  in your document preamble
2836 \begin_inset Foot
2837 status collapsed
2838
2839 \begin_layout Plain Layout
2840 For more information have a look at section
2841 \begin_inset space ~
2842 \end_inset
2843
2844
2845 \begin_inset CommandInset ref
2846 LatexCommand ref
2847 reference "sec:Caption-Placement"
2848
2849 \end_inset
2850
2851 .
2852 \end_layout
2853
2854 \end_inset
2855
2856 :
2857 \end_layout
2858
2859 \begin_layout Standard
2860
2861 \series bold
2862 tableposition=top
2863 \end_layout
2864
2865 \begin_layout Standard
2866 The package 
2867 \series bold
2868 caption
2869 \series default
2870 , which is described in section
2871 \begin_inset space ~
2872 \end_inset
2873
2874
2875 \begin_inset CommandInset ref
2876 LatexCommand ref
2877 reference "sec:Caption-Formatting"
2878
2879 \end_inset
2880
2881 , is used to adjust the caption format.
2882 \end_layout
2883
2884 \begin_layout Standard
2885 \begin_inset Index idx
2886 status collapsed
2887
2888 \begin_layout Plain Layout
2889 References ! to Tables
2890 \end_layout
2891
2892 \end_inset
2893
2894 Tables can be cross-referenced in the text by referencing their label.
2895  To do this insert a label in the caption using the menu 
2896 \family sans
2897 Insert\SpecialChar \menuseparator
2898 Label
2899 \family default
2900  or the toolbar button 
2901 \begin_inset Graphics
2902         filename ../images/label-insert.png
2903         scale 85
2904         scaleBeforeRotation
2905
2906 \end_inset
2907
2908 .
2909  You can now refer to the label using the menu 
2910 \family sans
2911 Insert\SpecialChar \menuseparator
2912 Cross
2913 \begin_inset space ~
2914 \end_inset
2915
2916 reference
2917 \family default
2918  or the toolbar button 
2919 \begin_inset Graphics
2920         filename ../images/dialog-show-new-inset_ref.png
2921         scale 85
2922         scaleBeforeRotation
2923
2924 \end_inset
2925
2926 .
2927 \begin_inset Newline newline
2928 \end_inset
2929
2930 Referencing is explained in detail in section
2931 \begin_inset space ~
2932 \end_inset
2933
2934
2935 \begin_inset CommandInset ref
2936 LatexCommand ref
2937 reference "sec:Referencing-Floats"
2938
2939 \end_inset
2940
2941 .
2942 \end_layout
2943
2944 \begin_layout Section
2945 Longtables
2946 \begin_inset CommandInset label
2947 LatexCommand label
2948 name "sec:Longtables"
2949
2950 \end_inset
2951
2952
2953 \begin_inset Index idx
2954 status collapsed
2955
2956 \begin_layout Plain Layout
2957 Longtables
2958 \end_layout
2959
2960 \end_inset
2961
2962
2963 \begin_inset Index idx
2964 status collapsed
2965
2966 \begin_layout Plain Layout
2967 Table ! Longtables
2968 \end_layout
2969
2970 \end_inset
2971
2972
2973 \end_layout
2974
2975 \begin_layout Standard
2976 If the table is too long to fit on one page, you can use the option 
2977 \family sans
2978 Use
2979 \begin_inset space ~
2980 \end_inset
2981
2982 long
2983 \begin_inset space ~
2984 \end_inset
2985
2986 table
2987 \family default
2988  in the tab 
2989 \family sans
2990 Longtable
2991 \family default
2992  of the table dialog to split the table automatically over more pages.
2993  Doing this enables the following options:
2994 \end_layout
2995
2996 \begin_layout Description
2997 Header: The current row is defined to be a header row that appears on all
2998  pages of the longtable; except for the first page, if 
2999 \family sans
3000 First
3001 \begin_inset space ~
3002 \end_inset
3003
3004 header
3005 \family default
3006  is defined.
3007  This is therefore called the main header.
3008 \end_layout
3009
3010 \begin_layout Description
3011 First
3012 \begin_inset space ~
3013 \end_inset
3014
3015 header: The current row is defined to be a header row that appears on the
3016  first page of the longtable.
3017 \end_layout
3018
3019 \begin_layout Description
3020 Footer: The current row is defined to be a footer row that appears on all
3021  pages of the longtable; except for the last page, if 
3022 \family sans
3023 Last
3024 \begin_inset space ~
3025 \end_inset
3026
3027 footer
3028 \family default
3029  is defined.
3030 \end_layout
3031
3032 \begin_layout Description
3033 Last
3034 \begin_inset space ~
3035 \end_inset
3036
3037 footer: The current row is defined to be a footer row that appears on the
3038  last page of the longtable.
3039 \end_layout
3040
3041 \begin_layout Description
3042 Caption: The current row contains the table caption.
3043  The row is reset as single column and a caption is inserted.
3044  More about longtable captions is explained in sec.
3045 \begin_inset space \thinspace{}
3046 \end_inset
3047
3048
3049 \begin_inset CommandInset ref
3050 LatexCommand ref
3051 reference "sub:Longtable-Captions"
3052
3053 \end_inset
3054
3055 .
3056 \end_layout
3057
3058 \begin_layout Standard
3059 You can also specify a row where the table is split.
3060  See the following longtable to see how it works:
3061 \end_layout
3062
3063 \begin_layout Standard
3064 \align center
3065 \begin_inset Tabular
3066 <lyxtabular version="3" rows="69" columns="3">
3067 <features islongtable="true" longtabularalignment="center">
3068 <column alignment="left" valignment="top" width="0cm">
3069 <column alignment="left" valignment="top" width="0pt">
3070 <column alignment="center" valignment="top" width="0pt">
3071 <row endfirsthead="true">
3072 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3073 \begin_inset Text
3074
3075 \begin_layout Plain Layout
3076
3077 \series bold
3078 Example Phone List (ignore the names)
3079 \end_layout
3080
3081 \end_inset
3082 </cell>
3083 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3084 \begin_inset Text
3085
3086 \begin_layout Plain Layout
3087
3088 \end_layout
3089
3090 \end_inset
3091 </cell>
3092 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3093 \begin_inset Text
3094
3095 \begin_layout Plain Layout
3096
3097 \end_layout
3098
3099 \end_inset
3100 </cell>
3101 </row>
3102 <row endfirsthead="true">
3103 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3104 \begin_inset Text
3105
3106 \begin_layout Plain Layout
3107
3108 \series bold
3109 NAME
3110 \end_layout
3111
3112 \end_inset
3113 </cell>
3114 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3115 \begin_inset Text
3116
3117 \begin_layout Plain Layout
3118
3119 \end_layout
3120
3121 \end_inset
3122 </cell>
3123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3124 \begin_inset Text
3125
3126 \begin_layout Plain Layout
3127
3128 \series bold
3129 TEL.
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 </row>
3135 <row endhead="true">
3136 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140
3141 \series bold
3142 Example Phone List
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 </row>
3166 <row endhead="true">
3167 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Plain Layout
3171
3172 \series bold
3173 NAME
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Plain Layout
3182
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191
3192 \series bold
3193 TEL.
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 </row>
3199 <row endfoot="true">
3200 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3201 \begin_inset Text
3202
3203 \begin_layout Plain Layout
3204  continued on next page
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 </row>
3228 <row>
3229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233
3234 \series bold
3235 Annovi
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell alignment="center" valignment="top" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244 Silvia
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253 111
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 </row>
3259 <row>
3260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Plain Layout
3264
3265 \series bold
3266 Bertoli
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 <cell alignment="center" valignment="top" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Plain Layout
3275 Stefano
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284 111
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 </row>
3290 <row>
3291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295
3296 \series bold
3297 Bozzi
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 <cell alignment="center" valignment="top" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Plain Layout
3306 Walter
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315 111
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 </row>
3321 <row>
3322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326
3327 \series bold
3328 Cachia
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell alignment="center" valignment="top" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337 Maria
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346 111
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 </row>
3352 <row>
3353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357
3358 \series bold
3359 Cachia
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell alignment="center" valignment="top" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368 Maurizio
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377 111
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 </row>
3383 <row>
3384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388
3389 \series bold
3390 Cinquemani
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 <cell alignment="center" valignment="top" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399 Giusi
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408 111
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 </row>
3414 <row>
3415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419
3420 \series bold
3421 Colin
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 Bernard
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439 111
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 </row>
3445 <row>
3446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450
3451 \series bold
3452 Concli
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="center" valignment="top" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 Gianfranco
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470 111
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 </row>
3476 <row>
3477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481
3482 \series bold
3483 Dal Bosco
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492 Carolina
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 111
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 </row>
3507 <row>
3508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512
3513 \series bold
3514 Dalpiaz
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 Annamaria
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532 111
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 </row>
3538 <row>
3539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543
3544 \series bold
3545 Feliciello
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 Domenico
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 111
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 </row>
3569 <row>
3570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574
3575 \series bold
3576 Focarelli
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 Paola
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 111
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 </row>
3600 <row>
3601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605
3606 \series bold
3607 Galletti
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="center" valignment="top" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 Oreste
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 111
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 </row>
3631 <row>
3632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636
3637 \series bold
3638 Gasparini
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 Franca
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656 111
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 </row>
3662 <row>
3663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667
3668 \series bold
3669 Rizzardi
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 Paola
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687 111
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 </row>
3693 <row>
3694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698
3699 \series bold
3700 Lassini
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 Giancarlo
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 111
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 </row>
3724 <row>
3725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729
3730 \series bold
3731 Malfatti
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 Luciano
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749 111
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 </row>
3755 <row>
3756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760
3761 \series bold
3762 Malfatti
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 Valeriano
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 111
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 </row>
3786 <row>
3787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791
3792 \series bold
3793 Meneguzzo
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 Roberto
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 111
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 </row>
3817 <row>
3818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822
3823 \series bold
3824 Mezzadra
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 Roberto
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 111
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 </row>
3848 <row>
3849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853
3854 \series bold
3855 Pirpamer
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 Erich
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 111
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 </row>
3879 <row>
3880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884
3885 \series bold
3886 Pochiesa
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 Paolo
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904 111, 222
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 </row>
3910 <row>
3911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915
3916 \series bold
3917 Radina
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 Claudio
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 111
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 </row>
3941 <row>
3942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946
3947 \series bold
3948 Stuffer
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957 Oskar
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966 111
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 </row>
3972 <row>
3973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977
3978 \series bold
3979 Tacchelli
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 <cell alignment="center" valignment="top" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988 Ugo
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997 111
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 </row>
4003 <row>
4004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008
4009 \series bold
4010 Tezzele
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 <cell alignment="center" valignment="top" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 Margit
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028 111
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 </row>
4034 <row>
4035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039
4040 \series bold
4041 Unterkalmsteiner
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 <cell alignment="center" valignment="top" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050 Frieda
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059 111
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 </row>
4065 <row>
4066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070
4071 \series bold
4072 Vieider
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 <cell alignment="center" valignment="top" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Plain Layout
4081 Hilde
4082 \end_layout
4083
4084 \end_inset
4085 </cell>
4086 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Plain Layout
4090 111
4091 \end_layout
4092
4093 \end_inset
4094 </cell>
4095 </row>
4096 <row>
4097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101
4102 \series bold
4103 Vigna
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 <cell alignment="center" valignment="top" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112 Jürgen
4113 \end_layout
4114
4115 \end_inset
4116 </cell>
4117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4118 \begin_inset Text
4119
4120 \begin_layout Plain Layout
4121 111
4122 \end_layout
4123
4124 \end_inset
4125 </cell>
4126 </row>
4127 <row>
4128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132
4133 \series bold
4134 Weber
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 <cell alignment="center" valignment="top" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143 Maurizio
4144 \end_layout
4145
4146 \end_inset
4147 </cell>
4148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152 111
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 </row>
4158 <row>
4159 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163
4164 \series bold
4165 Winkler
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174 Franz
4175 \end_layout
4176
4177 \end_inset
4178 </cell>
4179 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183 111
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 </row>
4189 <row>
4190 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194  
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 </row>
4218 <row>
4219 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223
4224 \series bold
4225 Annovi
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 Silvia
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 555
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 </row>
4249 <row>
4250 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254
4255 \series bold
4256 Bertoli
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 Stefano
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 555
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 </row>
4280 <row>
4281 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285
4286 \series bold
4287 Bozzi
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 Walter
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 555
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 </row>
4311 <row>
4312 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316
4317 \series bold
4318 Cachia
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 Maria
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 555
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 </row>
4342 <row>
4343 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347
4348 \series bold
4349 Cachia
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 Maurizio
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 555
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 </row>
4373 <row>
4374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378
4379 \series bold
4380 Cinquemani
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 Giusi
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 555
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 </row>
4404 <row>
4405 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409
4410 \series bold
4411 Colin
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 Bernard
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 555
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 </row>
4435 <row>
4436 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440
4441 \series bold
4442 Concli
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 Gianfranco
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 555
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471
4472 \series bold
4473 Dal Bosco
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 Carolina
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 555
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502
4503 \series bold
4504 Dalpiaz
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 Annamaria
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 555
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 <row>
4529 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533
4534 \series bold
4535 Feliciello
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 Domenico
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 555
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 </row>
4559 <row>
4560 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564
4565 \series bold
4566 Focarelli
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 Paola
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584 555
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 <row>
4591 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595
4596 \series bold
4597 Galletti
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 Oreste
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615 555
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 </row>
4621 <row>
4622 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626
4627 \series bold
4628 Gasparini
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 Franca
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 555
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 </row>
4652 <row>
4653 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657
4658 \series bold
4659 Rizzardi
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 Paola
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 555
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 </row>
4683 <row>
4684 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688
4689 \series bold
4690 Lassini
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 Giancarlo
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 555
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719
4720 \series bold
4721 Malfatti
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 Luciano
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739 555
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 </row>
4745 <row>
4746 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750
4751 \series bold
4752 Malfatti
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 Valeriano
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 555
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 </row>
4776 <row>
4777 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781
4782 \series bold
4783 Meneguzzo
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 Roberto
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801 555
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 </row>
4807 <row>
4808 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812
4813 \series bold
4814 Mezzadra
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 Roberto
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 555
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 </row>
4838 <row>
4839 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843
4844 \series bold
4845 Pirpamer
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 Erich
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863 555
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 </row>
4869 <row>
4870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874
4875 \series bold
4876 Pochiesa
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 Paolo
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 555, 222
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 </row>
4900 <row>
4901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905
4906 \series bold
4907 Radina
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 Claudio
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925 555
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 </row>
4931 <row>
4932 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936
4937 \series bold
4938 Stuffer
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947 Oskar
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956 555
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 </row>
4962 <row>
4963 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967
4968 \series bold
4969 Tacchelli
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 <cell alignment="center" valignment="top" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978 Ugo
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987 555
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 </row>
4993 <row>
4994 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998
4999 \series bold
5000 Tezzele
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 <cell alignment="center" valignment="top" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009 Margit
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018 555
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 </row>
5024 <row>
5025 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029
5030 \series bold
5031 Unterkalmsteiner
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 <cell alignment="center" valignment="top" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040 Frieda
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049 555
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 </row>
5055 <row>
5056 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060
5061 \series bold
5062 Vieider
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 <cell alignment="center" valignment="top" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Plain Layout
5071 Hilde
5072 \end_layout
5073
5074 \end_inset
5075 </cell>
5076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5077 \begin_inset Text
5078
5079 \begin_layout Plain Layout
5080 555
5081 \end_layout
5082
5083 \end_inset
5084 </cell>
5085 </row>
5086 <row>
5087 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091
5092 \series bold
5093 Vigna
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 <cell alignment="center" valignment="top" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102 Jürgen
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5108 \begin_inset Text
5109
5110 \begin_layout Plain Layout
5111 999
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 </row>
5117 <row>
5118 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122
5123 \series bold
5124 Weber
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 <cell alignment="center" valignment="top" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133 Maurizio
5134 \end_layout
5135
5136 \end_inset
5137 </cell>
5138 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5139 \begin_inset Text
5140
5141 \begin_layout Plain Layout
5142 555
5143 \end_layout
5144
5145 \end_inset
5146 </cell>
5147 </row>
5148 <row>
5149 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153
5154 \series bold
5155 Winkler
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164 Franz
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Plain Layout
5173 555
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 </row>
5179 <row endlastfoot="true">
5180 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5181 \begin_inset Text
5182
5183 \begin_layout Plain Layout
5184 end
5185 \end_layout
5186
5187 \end_inset
5188 </cell>
5189 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5190 \begin_inset Text
5191
5192 \begin_layout Plain Layout
5193
5194 \end_layout
5195
5196 \end_inset
5197 </cell>
5198 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5199 \begin_inset Text
5200
5201 \begin_layout Plain Layout
5202
5203 \end_layout
5204
5205 \end_inset
5206 </cell>
5207 </row>
5208 </lyxtabular>
5209
5210 \end_inset
5211
5212
5213 \begin_inset ERT
5214 status collapsed
5215
5216 \begin_layout Plain Layout
5217
5218
5219 \backslash
5220 addtocounter{table}{-1}
5221 \end_layout
5222
5223 \end_inset
5224
5225
5226 \begin_inset Note Note
5227 status collapsed
5228
5229 \begin_layout Plain Layout
5230 See the first greyed-out note in section
5231 \begin_inset space ~
5232 \end_inset
5233
5234
5235 \begin_inset CommandInset ref
5236 LatexCommand ref
5237 reference "sub:Longtable-Captions"
5238
5239 \end_inset
5240
5241  for an explanation of this command.
5242 \end_layout
5243
5244 \end_inset
5245
5246
5247 \end_layout
5248
5249 \begin_layout Subsection
5250 Footnotes in Longtables
5251 \begin_inset CommandInset label
5252 LatexCommand label
5253 name "sub:Footnotes-in-Longtables"
5254
5255 \end_inset
5256
5257
5258 \begin_inset Index idx
5259 status collapsed
5260
5261 \begin_layout Plain Layout
5262 Longtables ! Footnotes
5263 \end_layout
5264
5265 \end_inset
5266
5267
5268 \end_layout
5269
5270 \begin_layout Standard
5271 Footnotes can be inserted to every longtable cell.
5272  They appear at the bottom of the page where the table cell with the footnote
5273  appears.
5274  Table
5275 \begin_inset space ~
5276 \end_inset
5277
5278
5279 \begin_inset CommandInset ref
5280 LatexCommand ref
5281 reference "tab:DiffCaptions"
5282
5283 \end_inset
5284
5285  has for example a footnote.
5286 \end_layout
5287
5288 \begin_layout Subsection
5289 Longtable Alignment
5290 \begin_inset Index idx
5291 status collapsed
5292
5293 \begin_layout Plain Layout
5294 Longtables ! Alignment
5295 \end_layout
5296
5297 \end_inset
5298
5299
5300 \end_layout
5301
5302 \begin_layout Standard
5303 Longtables are by default centered.
5304  Unlike the alignment of the table columns and rows, the table alignment
5305  can currently not be changed in the table dialog.
5306  To change the alignment of longtables you have to change the value of the
5307  lengths 
5308 \series bold
5309
5310 \backslash
5311 LTleft 
5312 \series default
5313 and 
5314 \series bold
5315
5316 \backslash
5317 LTright
5318 \series default
5319  by inserting this line as TeX-Code before the corresponding longtable:
5320 \end_layout
5321
5322 \begin_layout Standard
5323
5324 \series bold
5325
5326 \backslash
5327 setlength{
5328 \backslash
5329 LTleft}{value}
5330 \end_layout
5331
5332 \begin_layout Standard
5333 where the value can have any of the units listed in Table
5334 \begin_inset space ~
5335 \end_inset
5336
5337
5338 \begin_inset CommandInset ref
5339 LatexCommand ref
5340 reference "tab:Units"
5341
5342 \end_inset
5343
5344 .
5345  
5346 \series bold
5347
5348 \backslash
5349 LTleft
5350 \series default
5351  controls the horizontal distance from the left page border to the longtable,
5352  
5353 \series bold
5354
5355 \backslash
5356 LTright
5357 \series default
5358  the distance from the right side.
5359  The default value for both lengths is 
5360 \series bold
5361
5362 \backslash
5363 fill
5364 \series default
5365 , which is in this case the same as an horizontal fill in LyX.
5366 \end_layout
5367
5368 \begin_layout Standard
5369 The following longtable was left-aligned by setting 
5370 \series bold
5371
5372 \backslash
5373 LTleft
5374 \series default
5375  to 0
5376 \begin_inset space \thinspace{}
5377 \end_inset
5378
5379 pt.
5380 \begin_inset ERT
5381 status collapsed
5382
5383 \begin_layout Plain Layout
5384
5385
5386 \backslash
5387 setlength{
5388 \backslash
5389 LTleft}{0pt}
5390 \end_layout
5391
5392 \end_inset
5393
5394
5395 \end_layout
5396
5397 \begin_layout Standard
5398 \begin_inset Tabular
5399 <lyxtabular version="3" rows="5" columns="5">
5400 <features islongtable="true" longtabularalignment="center">
5401 <column alignment="center" valignment="top" width="0">
5402 <column alignment="center" valignment="top" width="0">
5403 <column alignment="center" valignment="top" width="0">
5404 <column alignment="center" valignment="top" width="0">
5405 <column alignment="center" valignment="top" width="0">
5406 <row>
5407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411 1
5412 \end_layout
5413
5414 \end_inset
5415 </cell>
5416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5417 \begin_inset Text
5418
5419 \begin_layout Plain Layout
5420 2
5421 \end_layout
5422
5423 \end_inset
5424 </cell>
5425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5426 \begin_inset Text
5427
5428 \begin_layout Plain Layout
5429 3
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438 4
5439 \end_layout
5440
5441 \end_inset
5442 </cell>
5443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5444 \begin_inset Text
5445
5446 \begin_layout Plain Layout
5447 5
5448 \end_layout
5449
5450 \end_inset
5451 </cell>
5452 </row>
5453 <row>
5454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458 asd
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5464 \begin_inset Text
5465
5466 \begin_layout Plain Layout
5467 s
5468 \end_layout
5469
5470 \end_inset
5471 </cell>
5472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5473 \begin_inset Text
5474
5475 \begin_layout Plain Layout
5476 s
5477 \end_layout
5478
5479 \end_inset
5480 </cell>
5481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Plain Layout
5485 s
5486 \end_layout
5487
5488 \end_inset
5489 </cell>
5490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5491 \begin_inset Text
5492
5493 \begin_layout Plain Layout
5494 asd
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 </row>
5500 <row>
5501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5502 \begin_inset Text
5503
5504 \begin_layout Plain Layout
5505 asd
5506 \end_layout
5507
5508 \end_inset
5509 </cell>
5510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5511 \begin_inset Text
5512
5513 \begin_layout Plain Layout
5514 s
5515 \end_layout
5516
5517 \end_inset
5518 </cell>
5519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5520 \begin_inset Text
5521
5522 \begin_layout Plain Layout
5523 s
5524 \end_layout
5525
5526 \end_inset
5527 </cell>
5528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5529 \begin_inset Text
5530
5531 \begin_layout Plain Layout
5532 s
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Plain Layout
5541 asd
5542 \end_layout
5543
5544 \end_inset
5545 </cell>
5546 </row>
5547 <row>
5548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5549 \begin_inset Text
5550
5551 \begin_layout Plain Layout
5552 asd
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561 s
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5567 \begin_inset Text
5568
5569 \begin_layout Plain Layout
5570 s
5571 \end_layout
5572
5573 \end_inset
5574 </cell>
5575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5576 \begin_inset Text
5577
5578 \begin_layout Plain Layout
5579 s
5580 \end_layout
5581
5582 \end_inset
5583 </cell>
5584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5585 \begin_inset Text
5586
5587 \begin_layout Plain Layout
5588 asd
5589 \end_layout
5590
5591 \end_inset
5592 </cell>
5593 </row>
5594 <row>
5595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5596 \begin_inset Text
5597
5598 \begin_layout Plain Layout
5599 asd
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5605 \begin_inset Text
5606
5607 \begin_layout Plain Layout
5608 asd
5609 \end_layout
5610
5611 \end_inset
5612 </cell>
5613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5614 \begin_inset Text
5615
5616 \begin_layout Plain Layout
5617 asd
5618 \end_layout
5619
5620 \end_inset
5621 </cell>
5622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626 asd
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Plain Layout
5635 asd
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 </row>
5641 </lyxtabular>
5642
5643 \end_inset
5644
5645
5646 \begin_inset ERT
5647 status collapsed
5648
5649 \begin_layout Plain Layout
5650
5651
5652 \backslash
5653 setlength{
5654 \backslash
5655 LTleft}{
5656 \backslash
5657 fill}
5658 \end_layout
5659
5660 \end_inset
5661
5662
5663 \begin_inset ERT
5664 status collapsed
5665
5666 \begin_layout Plain Layout
5667
5668
5669 \backslash
5670 addtocounter{table}{-1}
5671 \end_layout
5672
5673 \end_inset
5674
5675
5676 \begin_inset Note Note
5677 status collapsed
5678
5679 \begin_layout Plain Layout
5680 See the first greyed-out note in section
5681 \begin_inset space ~
5682 \end_inset
5683
5684
5685 \begin_inset CommandInset ref
5686 LatexCommand ref
5687 reference "sub:Longtable-Captions"
5688
5689 \end_inset
5690
5691  for an explanation of this command.
5692 \end_layout
5693
5694 \end_inset
5695
5696
5697 \end_layout
5698
5699 \begin_layout Subsection
5700 Longtable Captions
5701 \begin_inset Index idx
5702 status collapsed
5703
5704 \begin_layout Plain Layout
5705 Longtables ! Captions
5706 \end_layout
5707
5708 \end_inset
5709
5710
5711 \begin_inset CommandInset label
5712 LatexCommand label
5713 name "sub:Longtable-Captions"
5714
5715 \end_inset
5716
5717
5718 \end_layout
5719
5720 \begin_layout Standard
5721 A longtable cannot be put into a table float because floats can only be
5722  on one page.
5723  But the caption environment of floats can also be used for longtables when
5724  you use the longtable option 
5725 \family sans
5726 Caption
5727 \family default
5728  as described in sec.
5729 \begin_inset space \thinspace{}
5730 \end_inset
5731
5732
5733 \begin_inset CommandInset ref
5734 LatexCommand ref
5735 reference "sec:Longtables"
5736
5737 \end_inset
5738
5739 .
5740  Only one table row can contain the caption.
5741 \end_layout
5742
5743 \begin_layout Standard
5744 Here is a short longtable to see how it works:
5745 \end_layout
5746
5747 \begin_layout Standard
5748 \begin_inset Tabular
5749 <lyxtabular version="3" rows="6" columns="5">
5750 <features islongtable="true" longtabularalignment="center">
5751 <column alignment="center" valignment="top" width="0">
5752 <column alignment="center" valignment="top" width="0">
5753 <column alignment="center" valignment="top" width="0">
5754 <column alignment="center" valignment="top" width="0">
5755 <column alignment="center" valignment="top" width="0">
5756 <row caption="true">
5757 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 \begin_inset Caption
5762
5763 \begin_layout Plain Layout
5764 Longtable with caption
5765 \begin_inset Argument
5766 status open
5767
5768 \begin_layout Plain Layout
5769 Longtable
5770 \end_layout
5771
5772 \end_inset
5773
5774
5775 \end_layout
5776
5777 \end_inset
5778
5779
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Plain Layout
5815
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 </row>
5821 <row>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 1
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 2
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844 3
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5850 \begin_inset Text
5851
5852 \begin_layout Plain Layout
5853 4
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5859 \begin_inset Text
5860
5861 \begin_layout Plain Layout
5862 5
5863 \end_layout
5864
5865 \end_inset
5866 </cell>
5867 </row>
5868 <row>
5869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873 asd
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 s
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5888 \begin_inset Text
5889
5890 \begin_layout Plain Layout
5891 s
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5897 \begin_inset Text
5898
5899 \begin_layout Plain Layout
5900 s
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Plain Layout
5909 asd
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 </row>
5915 <row>
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 asd
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 s
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Plain Layout
5938 s
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5944 \begin_inset Text
5945
5946 \begin_layout Plain Layout
5947 s
5948 \end_layout
5949
5950 \end_inset
5951 </cell>
5952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5953 \begin_inset Text
5954
5955 \begin_layout Plain Layout
5956 asd
5957 \end_layout
5958
5959 \end_inset
5960 </cell>
5961 </row>
5962 <row>
5963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967 asd
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976 s
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 s
5986 \end_layout
5987
5988 \end_inset
5989 </cell>
5990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5991 \begin_inset Text
5992
5993 \begin_layout Plain Layout
5994 s
5995 \end_layout
5996
5997 \end_inset
5998 </cell>
5999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6000 \begin_inset Text
6001
6002 \begin_layout Plain Layout
6003 asd
6004 \end_layout
6005
6006 \end_inset
6007 </cell>
6008 </row>
6009 <row>
6010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Plain Layout
6014 asd
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Plain Layout
6023 asd
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6029 \begin_inset Text
6030
6031 \begin_layout Plain Layout
6032 asd
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041 asd
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Plain Layout
6050 asd
6051 \end_layout
6052
6053 \end_inset
6054 </cell>
6055 </row>
6056 </lyxtabular>
6057
6058 \end_inset
6059
6060
6061 \end_layout
6062
6063 \begin_layout Standard
6064 \begin_inset VSpace medskip
6065 \end_inset
6066
6067
6068 \begin_inset Note Greyedout
6069 status open
6070
6071 \begin_layout Plain Layout
6072
6073 \series bold
6074 Note
6075 \begin_inset space ~
6076 \end_inset
6077
6078 1:
6079 \series default
6080  The table number is increased for for every longtable, even if you did
6081  not set a caption for it.
6082  For this reason you could have the case that e.
6083 \begin_inset space \thinspace{}
6084 \end_inset
6085
6086 g.
6087 \begin_inset space \space{}
6088 \end_inset
6089
6090 Table
6091 \begin_inset space ~
6092 \end_inset
6093
6094 2.4 follows Table
6095 \begin_inset space ~
6096 \end_inset
6097
6098 2.1 in the list of tables if there are two longtables without captions.
6099  To avoid this you can add the following command in TeX-Code after every
6100  longtable without a caption:
6101 \end_layout
6102
6103 \begin_layout Plain Layout
6104
6105 \series bold
6106
6107 \backslash
6108 addtocounter{table}{-1}
6109 \end_layout
6110
6111 \begin_layout Plain Layout
6112 This is not needed when none of your longtables have a caption and you add
6113  the following code to the document preamble:
6114 \end_layout
6115
6116 \begin_layout Plain Layout
6117
6118 \series bold
6119
6120 \backslash
6121 let
6122 \backslash
6123 myEnd
6124 \backslash
6125 endlongtable
6126 \begin_inset Newline newline
6127 \end_inset
6128
6129
6130 \backslash
6131 renewcommand{
6132 \backslash
6133 endlongtable}{
6134 \backslash
6135 myEnd
6136 \backslash
6137 addtocounter{table}{-1}}
6138 \end_layout
6139
6140 \end_inset
6141
6142
6143 \end_layout
6144
6145 \begin_layout Standard
6146 \begin_inset Note Greyedout
6147 status open
6148
6149 \begin_layout Plain Layout
6150
6151 \series bold
6152 Note
6153 \begin_inset space ~
6154 \end_inset
6155
6156 2:
6157 \series default
6158  If you are using
6159 \series bold
6160  hyperref
6161 \series default
6162
6163 \begin_inset Index idx
6164 status collapsed
6165
6166 \begin_layout Plain Layout
6167 LaTeX-packages ! hyperref
6168 \end_layout
6169
6170 \end_inset
6171
6172  in the 
6173 \family sans
6174 PDF Properties
6175 \family default
6176  of the 
6177 \family sans
6178 Document Settings
6179 \family default
6180  dialog to link cross-references, the link to a longtable caption will always
6181  point to the beginning of the document.
6182 \end_layout
6183
6184 \end_inset
6185
6186
6187 \end_layout
6188
6189 \begin_layout Subsubsection
6190 References to Longtables
6191 \begin_inset Index idx
6192 status collapsed
6193
6194 \begin_layout Plain Layout
6195 Longtables ! References
6196 \end_layout
6197
6198 \end_inset
6199
6200
6201 \end_layout
6202
6203 \begin_layout Standard
6204 \begin_inset Tabular
6205 <lyxtabular version="3" rows="6" columns="5">
6206 <features islongtable="true" longtabularalignment="center">
6207 <column alignment="center" valignment="top" width="0">
6208 <column alignment="center" valignment="top" width="0">
6209 <column alignment="center" valignment="top" width="0">
6210 <column alignment="center" valignment="top" width="0">
6211 <column alignment="center" valignment="top" width="0">
6212 <row caption="true">
6213 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6214 \begin_inset Text
6215
6216 \begin_layout Plain Layout
6217 \begin_inset Caption
6218
6219 \begin_layout Plain Layout
6220 Referenced longtable
6221 \begin_inset CommandInset label
6222 LatexCommand label
6223 name "tab:RefExample"
6224
6225 \end_inset
6226
6227
6228 \end_layout
6229
6230 \end_inset
6231
6232
6233 \end_layout
6234
6235 \end_inset
6236 </cell>
6237 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6238 \begin_inset Text
6239
6240 \begin_layout Plain Layout
6241
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6247 \begin_inset Text
6248
6249 \begin_layout Plain Layout
6250
6251 \end_layout
6252
6253 \end_inset
6254 </cell>
6255 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Plain Layout
6259
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 </row>
6274 <row>
6275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6276 \begin_inset Text
6277
6278 \begin_layout Plain Layout
6279 1
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 2
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Plain Layout
6297 3
6298 \end_layout
6299
6300 \end_inset
6301 </cell>
6302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Plain Layout
6306 4
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6312 \begin_inset Text
6313
6314 \begin_layout Plain Layout
6315 5
6316 \end_layout
6317
6318 \end_inset
6319 </cell>
6320 </row>
6321 <row>
6322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6323 \begin_inset Text
6324
6325 \begin_layout Plain Layout
6326 asd
6327 \end_layout
6328
6329 \end_inset
6330 </cell>
6331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Plain Layout
6335 s
6336 \end_layout
6337
6338 \end_inset
6339 </cell>
6340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6341 \begin_inset Text
6342
6343 \begin_layout Plain Layout
6344 s
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6350 \begin_inset Text
6351
6352 \begin_layout Plain Layout
6353 s
6354 \end_layout
6355
6356 \end_inset
6357 </cell>
6358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6359 \begin_inset Text
6360
6361 \begin_layout Plain Layout
6362 asd
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 </row>
6368 <row>
6369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6370 \begin_inset Text
6371
6372 \begin_layout Plain Layout
6373 asd
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Plain Layout
6382 s
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6388 \begin_inset Text
6389
6390 \begin_layout Plain Layout
6391 s
6392 \end_layout
6393
6394 \end_inset
6395 </cell>
6396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6397 \begin_inset Text
6398
6399 \begin_layout Plain Layout
6400 s
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 asd
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 </row>
6415 <row>
6416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6417 \begin_inset Text
6418
6419 \begin_layout Plain Layout
6420 asd
6421 \end_layout
6422
6423 \end_inset
6424 </cell>
6425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6426 \begin_inset Text
6427
6428 \begin_layout Plain Layout
6429 s
6430 \end_layout
6431
6432 \end_inset
6433 </cell>
6434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6435 \begin_inset Text
6436
6437 \begin_layout Plain Layout
6438 s
6439 \end_layout
6440
6441 \end_inset
6442 </cell>
6443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6444 \begin_inset Text
6445
6446 \begin_layout Plain Layout
6447 s
6448 \end_layout
6449
6450 \end_inset
6451 </cell>
6452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Plain Layout
6456 asd
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 </row>
6462 <row>
6463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6464 \begin_inset Text
6465
6466 \begin_layout Plain Layout
6467 asd
6468 \end_layout
6469
6470 \end_inset
6471 </cell>
6472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6473 \begin_inset Text
6474
6475 \begin_layout Plain Layout
6476 sad
6477 \end_layout
6478
6479 \end_inset
6480 </cell>
6481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6482 \begin_inset Text
6483
6484 \begin_layout Plain Layout
6485 asd
6486 \end_layout
6487
6488 \end_inset
6489 </cell>
6490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6491 \begin_inset Text
6492
6493 \begin_layout Plain Layout
6494 asd
6495 \end_layout
6496
6497 \end_inset
6498 </cell>
6499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6500 \begin_inset Text
6501
6502 \begin_layout Plain Layout
6503 asd
6504 \end_layout
6505
6506 \end_inset
6507 </cell>
6508 </row>
6509 </lyxtabular>
6510
6511 \end_inset
6512
6513
6514 \end_layout
6515
6516 \begin_layout Standard
6517 To reference a longtable, insert a label into the caption.
6518 \end_layout
6519
6520 \begin_layout Standard
6521 This is a reference to Table
6522 \begin_inset space ~
6523 \end_inset
6524
6525
6526 \begin_inset CommandInset ref
6527 LatexCommand ref
6528 reference "tab:RefExample"
6529
6530 \end_inset
6531
6532 .
6533 \end_layout
6534
6535 \begin_layout Standard
6536 The caption layout can be set together with all other captions of your document
6537  using the LaTeX-package 
6538 \series bold
6539 caption
6540 \series default
6541
6542 \begin_inset Index idx
6543 status collapsed
6544
6545 \begin_layout Plain Layout
6546 LaTeX-packages ! caption
6547 \end_layout
6548
6549 \end_inset
6550
6551 , see section
6552 \begin_inset space ~
6553 \end_inset
6554
6555
6556 \begin_inset CommandInset ref
6557 LatexCommand ref
6558 reference "sec:Caption-Formatting"
6559
6560 \end_inset
6561
6562 .
6563 \end_layout
6564
6565 \begin_layout Subsubsection
6566 Caption Width
6567 \begin_inset Index idx
6568 status collapsed
6569
6570 \begin_layout Plain Layout
6571 Longtables ! Caption Width
6572 \end_layout
6573
6574 \end_inset
6575
6576
6577 \end_layout
6578
6579 \begin_layout Standard
6580 The maximal width of of caption lines is defined by the length 
6581 \series bold
6582
6583 \backslash
6584 LTcapwidth
6585 \series default
6586 .
6587  Its default value is 4
6588 \begin_inset space \thinspace{}
6589 \end_inset
6590
6591 in.
6592  To change it add the following command to your document preamble or as
6593  TeX-Code into your document before the longtable that should be affected
6594 \end_layout
6595
6596 \begin_layout Standard
6597
6598 \series bold
6599
6600 \backslash
6601 setlength{
6602 \backslash
6603 LTcapwidth}{width}
6604 \end_layout
6605
6606 \begin_layout Standard
6607 where the width could have one of the units listed in appendix
6608 \begin_inset space ~
6609 \end_inset
6610
6611
6612 \begin_inset CommandInset ref
6613 LatexCommand ref
6614 reference "cha:Units-available-in"
6615
6616 \end_inset
6617
6618 .
6619 \end_layout
6620
6621 \begin_layout Standard
6622 The following tables show the difference:
6623 \end_layout
6624
6625 \begin_layout Standard
6626 \begin_inset Tabular
6627 <lyxtabular version="3" rows="6" columns="5">
6628 <features islongtable="true" longtabularalignment="center">
6629 <column alignment="center" valignment="top" width="0">
6630 <column alignment="center" valignment="top" width="0">
6631 <column alignment="center" valignment="top" width="0">
6632 <column alignment="center" valignment="top" width="0">
6633 <column alignment="center" valignment="top" width="0">
6634 <row caption="true">
6635 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6636 \begin_inset Text
6637
6638 \begin_layout Plain Layout
6639 \begin_inset Caption
6640
6641 \begin_layout Plain Layout
6642 long full title with default width long full title with default width long
6643  full title with default width
6644 \begin_inset Argument
6645 status collapsed
6646
6647 \begin_layout Plain Layout
6648 caption with default width
6649 \end_layout
6650
6651 \end_inset
6652
6653
6654 \end_layout
6655
6656 \end_inset
6657
6658
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 </row>
6700 <row>
6701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 1
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714 2
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723 3
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6729 \begin_inset Text
6730
6731 \begin_layout Plain Layout
6732 4
6733 \end_layout
6734
6735 \end_inset
6736 </cell>
6737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741 5
6742 \end_layout
6743
6744 \end_inset
6745 </cell>
6746 </row>
6747 <row>
6748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752 asd
6753 \end_layout
6754
6755 \end_inset
6756 </cell>
6757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6758 \begin_inset Text
6759
6760 \begin_layout Plain Layout
6761 s
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6767 \begin_inset Text
6768
6769 \begin_layout Plain Layout
6770 s
6771 \end_layout
6772
6773 \end_inset
6774 </cell>
6775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6776 \begin_inset Text
6777
6778 \begin_layout Plain Layout
6779 s
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788 asd
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 </row>
6794 <row>
6795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6796 \begin_inset Text
6797
6798 \begin_layout Plain Layout
6799 asd
6800 \end_layout
6801
6802 \end_inset
6803 </cell>
6804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6805 \begin_inset Text
6806
6807 \begin_layout Plain Layout
6808 s
6809 \end_layout
6810
6811 \end_inset
6812 </cell>
6813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6814 \begin_inset Text
6815
6816 \begin_layout Plain Layout
6817 s
6818 \end_layout
6819
6820 \end_inset
6821 </cell>
6822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6823 \begin_inset Text
6824
6825 \begin_layout Plain Layout
6826 s
6827 \end_layout
6828
6829 \end_inset
6830 </cell>
6831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835 asd
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 </row>
6841 <row>
6842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6843 \begin_inset Text
6844
6845 \begin_layout Plain Layout
6846 asd
6847 \end_layout
6848
6849 \end_inset
6850 </cell>
6851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Plain Layout
6855 s
6856 \end_layout
6857
6858 \end_inset
6859 </cell>
6860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6861 \begin_inset Text
6862
6863 \begin_layout Plain Layout
6864 s
6865 \end_layout
6866
6867 \end_inset
6868 </cell>
6869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6870 \begin_inset Text
6871
6872 \begin_layout Plain Layout
6873 s
6874 \end_layout
6875
6876 \end_inset
6877 </cell>
6878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Plain Layout
6882 asd
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 </row>
6888 <row>
6889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6890 \begin_inset Text
6891
6892 \begin_layout Plain Layout
6893 asd
6894 \end_layout
6895
6896 \end_inset
6897 </cell>
6898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6899 \begin_inset Text
6900
6901 \begin_layout Plain Layout
6902 sad
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6908 \begin_inset Text
6909
6910 \begin_layout Plain Layout
6911 asd
6912 \end_layout
6913
6914 \end_inset
6915 </cell>
6916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920 asd
6921 \end_layout
6922
6923 \end_inset
6924 </cell>
6925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929 asd
6930 \end_layout
6931
6932 \end_inset
6933 </cell>
6934 </row>
6935 </lyxtabular>
6936
6937 \end_inset
6938
6939
6940 \end_layout
6941
6942 \begin_layout Standard
6943 \begin_inset ERT
6944 status collapsed
6945
6946 \begin_layout Plain Layout
6947
6948
6949 \backslash
6950 setlength{
6951 \backslash
6952 LTcapwidth}{5cm}
6953 \end_layout
6954
6955 \end_inset
6956
6957
6958 \begin_inset Tabular
6959 <lyxtabular version="3" rows="6" columns="5">
6960 <features islongtable="true" longtabularalignment="center">
6961 <column alignment="center" valignment="top" width="0">
6962 <column alignment="center" valignment="top" width="0">
6963 <column alignment="center" valignment="top" width="0">
6964 <column alignment="center" valignment="top" width="0">
6965 <column alignment="center" valignment="top" width="0">
6966 <row caption="true">
6967 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971 \begin_inset Caption
6972
6973 \begin_layout Plain Layout
6974 long full title with width set to 5
6975 \begin_inset space \thinspace{}
6976 \end_inset
6977
6978 cm long full title with width set to 5
6979 \begin_inset space \thinspace{}
6980 \end_inset
6981
6982 cm long full title with width set to 5
6983 \begin_inset space \thinspace{}
6984 \end_inset
6985
6986 cm
6987 \begin_inset Argument
6988 status collapsed
6989
6990 \begin_layout Plain Layout
6991 caption with width
6992 \begin_inset space \thinspace{}
6993 \end_inset
6994
6995 =
6996 \begin_inset space \thinspace{}
6997 \end_inset
6998
6999 5
7000 \begin_inset space \thinspace{}
7001 \end_inset
7002
7003 cm
7004 \end_layout
7005
7006 \end_inset
7007
7008
7009 \end_layout
7010
7011 \end_inset
7012
7013
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 </row>
7055 <row>
7056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060 1
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069 2
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078 3
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087 4
7088 \end_layout
7089
7090 \end_inset
7091 </cell>
7092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7093 \begin_inset Text
7094
7095 \begin_layout Plain Layout
7096 5
7097 \end_layout
7098
7099 \end_inset
7100 </cell>
7101 </row>
7102 <row>
7103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107 asd
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116 s
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7122 \begin_inset Text
7123
7124 \begin_layout Plain Layout
7125 s
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7131 \begin_inset Text
7132
7133 \begin_layout Plain Layout
7134 s
7135 \end_layout
7136
7137 \end_inset
7138 </cell>
7139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7140 \begin_inset Text
7141
7142 \begin_layout Plain Layout
7143 asd
7144 \end_layout
7145
7146 \end_inset
7147 </cell>
7148 </row>
7149 <row>
7150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154 asd
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163 s
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172 s
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Plain Layout
7181 s
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7187 \begin_inset Text
7188
7189 \begin_layout Plain Layout
7190 asd
7191 \end_layout
7192
7193 \end_inset
7194 </cell>
7195 </row>
7196 <row>
7197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 asd
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210 s
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 s
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7225 \begin_inset Text
7226
7227 \begin_layout Plain Layout
7228 s
7229 \end_layout
7230
7231 \end_inset
7232 </cell>
7233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7234 \begin_inset Text
7235
7236 \begin_layout Plain Layout
7237 asd
7238 \end_layout
7239
7240 \end_inset
7241 </cell>
7242 </row>
7243 <row>
7244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7245 \begin_inset Text
7246
7247 \begin_layout Plain Layout
7248 asd
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Plain Layout
7257 sad
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266 asd
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7272 \begin_inset Text
7273
7274 \begin_layout Plain Layout
7275 asd
7276 \end_layout
7277
7278 \end_inset
7279 </cell>
7280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7281 \begin_inset Text
7282
7283 \begin_layout Plain Layout
7284 asd
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 </row>
7290 </lyxtabular>
7291
7292 \end_inset
7293
7294
7295 \end_layout
7296
7297 \begin_layout Standard
7298 \begin_inset ERT
7299 status collapsed
7300
7301 \begin_layout Plain Layout
7302
7303
7304 \backslash
7305 setlength{
7306 \backslash
7307 LTcapwidth}{4in}
7308 \end_layout
7309
7310 \end_inset
7311
7312
7313 \end_layout
7314
7315 \begin_layout Standard
7316 \begin_inset Note Greyedout
7317 status open
7318
7319 \begin_layout Plain Layout
7320
7321 \series bold
7322 Note:
7323 \series default
7324  When the LaTeX-package 
7325 \series bold
7326 caption
7327 \series default
7328
7329 \begin_inset Index idx
7330 status collapsed
7331
7332 \begin_layout Plain Layout
7333 LaTeX-packages ! caption
7334 \end_layout
7335
7336 \end_inset
7337
7338  is used, as in this document, the full page width is used for the caption
7339  when you use the default value of 4
7340 \begin_inset space \thinspace{}
7341 \end_inset
7342
7343 in for 
7344 \series bold
7345
7346 \backslash
7347 LTcapwidth
7348 \series default
7349 .
7350  To get in this case exactly a 4
7351 \begin_inset space \thinspace{}
7352 \end_inset
7353
7354 in wide caption, you can either use a value slightly different from 4.0
7355 \begin_inset space \thinspace{}
7356 \end_inset
7357
7358 in, e.
7359 \begin_inset space \thinspace{}
7360 \end_inset
7361
7362 g.
7363 \begin_inset space \space{}
7364 \end_inset
7365
7366 3.99
7367 \begin_inset space \thinspace{}
7368 \end_inset
7369
7370 in, or the LaTeX-command 
7371 \series bold
7372
7373 \backslash
7374 captionsetup{width=value}
7375 \series default
7376  that is provided by the 
7377 \series bold
7378 caption
7379 \series default
7380 -package.
7381 \end_layout
7382
7383 \end_inset
7384
7385
7386 \end_layout
7387
7388 \begin_layout Subsubsection
7389 Different Captions for Table Pages
7390 \begin_inset Index idx
7391 status collapsed
7392
7393 \begin_layout Plain Layout
7394 Longtables ! Different Captions for Pages
7395 \end_layout
7396
7397 \end_inset
7398
7399
7400 \end_layout
7401
7402 \begin_layout Standard
7403 When the table captions for the following pages should differ from the one
7404  of the first table page, insert a caption with the TeX code command
7405 \end_layout
7406
7407 \begin_layout Standard
7408
7409 \series bold
7410
7411 \backslash
7412 caption*{caption text}
7413 \backslash
7414
7415 \backslash
7416 %
7417 \end_layout
7418
7419 \begin_layout Standard
7420 in a dummy caption row that is marked as a header.
7421  Table
7422 \begin_inset space ~
7423 \end_inset
7424
7425
7426 \begin_inset CommandInset ref
7427 LatexCommand ref
7428 reference "tab:DiffCaptions"
7429
7430 \end_inset
7431
7432  is an example of a longtable with different heading where the second caption
7433  doesn't include the table number.
7434 \end_layout
7435
7436 \begin_layout Standard
7437 \align center
7438 \begin_inset Tabular
7439 <lyxtabular version="3" rows="59" columns="3">
7440 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7441 <column alignment="left" valignment="top" width="0cm">
7442 <column alignment="left" valignment="top" width="0pt">
7443 <column alignment="center" valignment="top" width="0pt">
7444 <row caption="true">
7445 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449 \begin_inset Caption
7450
7451 \begin_layout Plain Layout
7452 Example Phone List
7453 \begin_inset CommandInset label
7454 LatexCommand label
7455 name "tab:DiffCaptions"
7456
7457 \end_inset
7458
7459
7460 \begin_inset Argument
7461 status collapsed
7462
7463 \begin_layout Plain Layout
7464 Example Phone List
7465 \end_layout
7466
7467 \end_inset
7468
7469
7470 \end_layout
7471
7472 \end_inset
7473
7474
7475 \end_layout
7476
7477 \end_inset
7478 </cell>
7479 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7480 \begin_inset Text
7481
7482 \begin_layout Plain Layout
7483
7484 \end_layout
7485
7486 \end_inset
7487 </cell>
7488 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7489 \begin_inset Text
7490
7491 \begin_layout Plain Layout
7492
7493 \end_layout
7494
7495 \end_inset
7496 </cell>
7497 </row>
7498 <row endfirsthead="true">
7499 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7500 \begin_inset Text
7501
7502 \begin_layout Plain Layout
7503
7504 \series bold
7505 Example Phone List (ignore the names)
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 </row>
7529 <row endfirsthead="true">
7530 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Plain Layout
7534
7535 \series bold
7536 NAME
7537 \end_layout
7538
7539 \end_inset
7540 </cell>
7541 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Plain Layout
7545
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Plain Layout
7554
7555 \series bold
7556 TEL.
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 </row>
7562 <row endhead="true">
7563 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567 \begin_inset ERT
7568 status open
7569
7570 \begin_layout Plain Layout
7571
7572
7573 \backslash
7574 caption*{Continued Example Phone List}
7575 \backslash
7576
7577 \backslash
7578 %
7579 \end_layout
7580
7581 \end_inset
7582
7583
7584 \end_layout
7585
7586 \end_inset
7587 </cell>
7588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7589 \begin_inset Text
7590
7591 \begin_layout Plain Layout
7592
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601
7602 \end_layout
7603
7604 \end_inset
7605 </cell>
7606 </row>
7607 <row endhead="true">
7608 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612
7613 \series bold
7614 Example Phone List
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 </row>
7638 <row endhead="true">
7639 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643
7644 \series bold
7645 NAME
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7651 \begin_inset Text
7652
7653 \begin_layout Plain Layout
7654
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Plain Layout
7663
7664 \series bold
7665 TEL.
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 </row>
7671 <row endfoot="true">
7672 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676 continued on next page
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694
7695 \end_layout
7696
7697 \end_inset
7698 </cell>
7699 </row>
7700 <row>
7701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7702 \begin_inset Text
7703
7704 \begin_layout Plain Layout
7705
7706 \series bold
7707 Annovi
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716 Silvia
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7722 \begin_inset Text
7723
7724 \begin_layout Plain Layout
7725 111
7726 \end_layout
7727
7728 \end_inset
7729 </cell>
7730 </row>
7731 <row>
7732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7733 \begin_inset Text
7734
7735 \begin_layout Plain Layout
7736
7737 \series bold
7738 Bertoli
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747 Stefano
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Plain Layout
7756 111
7757 \end_layout
7758
7759 \end_inset
7760 </cell>
7761 </row>
7762 <row>
7763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7764 \begin_inset Text
7765
7766 \begin_layout Plain Layout
7767
7768 \series bold
7769 Bozzi
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778 Walter
7779 \end_layout
7780
7781 \end_inset
7782 </cell>
7783 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7784 \begin_inset Text
7785
7786 \begin_layout Plain Layout
7787 111
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 </row>
7793 <row>
7794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798
7799 \series bold
7800 Cachia
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Plain Layout
7809 Maria
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7815 \begin_inset Text
7816
7817 \begin_layout Plain Layout
7818 111
7819 \end_layout
7820
7821 \end_inset
7822 </cell>
7823 </row>
7824 <row>
7825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7826 \begin_inset Text
7827
7828 \begin_layout Plain Layout
7829
7830 \series bold
7831 Cachia
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840 Maurizio
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Plain Layout
7849 111
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 </row>
7855 <row>
7856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Plain Layout
7860
7861 \series bold
7862 Cinquemani
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871 Giusi
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880 111
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 </row>
7886 <row>
7887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7888 \begin_inset Text
7889
7890 \begin_layout Plain Layout
7891
7892 \series bold
7893 Colin
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902 Bernard
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 111
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 </row>
7917 <row>
7918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922
7923 \series bold
7924 Concli
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933 Gianfranco
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942 111
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 </row>
7948 <row>
7949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953
7954 \series bold
7955 Dal Bosco
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964 Carolina
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973 111
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 </row>
7979 <row>
7980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984
7985 \series bold
7986 Dalpiaz
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 Annamaria
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004 111
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 </row>
8010 <row>
8011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015
8016 \series bold
8017 Feliciello
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026 Domenico
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035 111
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 </row>
8041 <row>
8042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046
8047 \series bold
8048 Focarelli
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057 Paola
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066 111
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 </row>
8072 <row>
8073 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077
8078 \series bold
8079 Galletti
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088 Oreste
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097 111
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 </row>
8103 <row>
8104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108
8109 \series bold
8110 Gasparini
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119 Franca
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128 111
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 </row>
8134 <row>
8135 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139
8140 \series bold
8141 Rizzardi
8142 \series default
8143
8144 \begin_inset Foot
8145 status open
8146
8147 \begin_layout Plain Layout
8148 Example footnote
8149 \end_layout
8150
8151 \end_inset
8152
8153
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162 Paola
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171 111
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 </row>
8177 <row>
8178 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182
8183 \series bold
8184 Lassini
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 Giancarlo
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 111
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 </row>
8208 <row>
8209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213
8214 \series bold
8215 Malfatti
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 Luciano
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233 111
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 </row>
8239 <row>
8240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244
8245 \series bold
8246 Malfatti
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 Valeriano
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264 111
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 </row>
8270 <row>
8271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275
8276 \series bold
8277 Meneguzzo
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286 Roberto
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295 111
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 </row>
8301 <row>
8302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306
8307 \series bold
8308 Mezzadra
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317 Roberto
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326 111
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 </row>
8332 <row>
8333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337
8338 \series bold
8339 Pirpamer
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 Erich
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357 111
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 </row>
8363 <row>
8364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368
8369 \series bold
8370 Pochiesa
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379 Paolo
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388 111, 222
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 </row>
8394 <row>
8395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399
8400 \series bold
8401 Radina
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410 Claudio
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419 111
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 </row>
8425 <row>
8426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430
8431 \series bold
8432 Stuffer
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 Oskar
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450 111
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 </row>
8456 <row>
8457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461
8462 \series bold
8463 Tacchelli
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472 Ugo
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481 111
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 </row>
8487 <row>
8488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492
8493 \series bold
8494 Tezzele
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 Margit
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512 111
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 </row>
8518 <row>
8519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523
8524 \series bold
8525 Unterkalmsteiner
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534 Frieda
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543 111
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 </row>
8549 <row>
8550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554
8555 \series bold
8556 Vieider
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 Hilde
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574 111
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 </row>
8580 <row>
8581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585
8586 \series bold
8587 Vigna
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 Jürgen
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605 111
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 </row>
8611 <row>
8612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616
8617 \series bold
8618 Weber
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627 Maurizio
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636 111
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 </row>
8642 <row>
8643 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647
8648 \series bold
8649 Winkler
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658 Franz
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667 111
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 </row>
8673 <row>
8674 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678  
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 </row>
8702 <row>
8703 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707
8708 \series bold
8709 Annovi
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718 Silvia
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727 555
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 </row>
8733 <row>
8734 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738
8739 \series bold
8740 Bertoli
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 Stefano
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758 555
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 </row>
8764 <row>
8765 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769
8770 \series bold
8771 Bozzi
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780 Walter
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789 555
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 </row>
8795 <row>
8796 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800
8801 \series bold
8802 Cachia
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811 Maria
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820 555
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 </row>
8826 <row>
8827 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831
8832 \series bold
8833 Cachia
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842 Maurizio
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851 555
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 </row>
8857 <row>
8858 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862
8863 \series bold
8864 Cinquemani
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873 Giusi
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882 555
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 </row>
8888 <row>
8889 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893
8894 \series bold
8895 Colin
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904 Bernard
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913 555
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 </row>
8919 <row>
8920 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924
8925 \series bold
8926 Concli
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935 Gianfranco
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944 555
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 </row>
8950 <row>
8951 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955
8956 \series bold
8957 Dal Bosco
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966 Carolina
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975 555
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 </row>
8981 <row>
8982 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986
8987 \series bold
8988 Dalpiaz
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997 Annamaria
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006 555
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 </row>
9012 <row>
9013 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017
9018 \series bold
9019 Feliciello
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 Domenico
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037 555
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 </row>
9043 <row>
9044 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048
9049 \series bold
9050 Focarelli
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059 Paola
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068 555
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 </row>
9074 <row>
9075 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079
9080 \series bold
9081 Galletti
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 Oreste
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099 555
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 </row>
9105 <row>
9106 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110
9111 \series bold
9112 Gasparini
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121 Franca
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130 555
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 </row>
9136 <row>
9137 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141
9142 \series bold
9143 Rizzardi
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152 Paola
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161 555
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 </row>
9167 <row>
9168 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172
9173 \series bold
9174 Lassini
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 Giancarlo
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 555
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 </row>
9198 <row>
9199 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203
9204 \series bold
9205 Malfatti
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214 Luciano
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223 555
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 </row>
9229 <row>
9230 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234
9235 \series bold
9236 Malfatti
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245 Valeriano
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254 555
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 </row>
9260 <row>
9261 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265
9266 \series bold
9267 Meneguzzo
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276 Roberto
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285 555
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 </row>
9291 <row>
9292 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296
9297 \series bold
9298 Mezzadra
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307 Roberto
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316 555
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 </row>
9322 </lyxtabular>
9323
9324 \end_inset
9325
9326
9327 \end_layout
9328
9329 \begin_layout Section
9330 Special Longtable Issues
9331 \begin_inset CommandInset label
9332 LatexCommand label
9333 name "sec:Special-Longtable-Issues"
9334
9335 \end_inset
9336
9337
9338 \end_layout
9339
9340 \begin_layout Subsection
9341 Longtable Calculation
9342 \begin_inset Index idx
9343 status collapsed
9344
9345 \begin_layout Plain Layout
9346 Longtables ! Calculation
9347 \end_layout
9348
9349 \end_inset
9350
9351
9352 \end_layout
9353
9354 \begin_layout Standard
9355 LaTeX calculates the height of table pages and their page breaks using so
9356  called chunks.
9357  Chunks are parts of tables that held at the same time in LaTeX's memory.
9358  The default value was historically set to only 20 table rows.
9359  If you are using longtables with many pages this may slow down the creation
9360  of your document.
9361  You can safely increase the chunk size to values of 100-1000 by adding
9362  this command line to your document preamble:
9363 \end_layout
9364
9365 \begin_layout Standard
9366
9367 \series bold
9368
9369 \backslash
9370 setcounter{LTchunksize}{100}
9371 \end_layout
9372
9373 \begin_layout Subsection
9374 Floats and Longtables
9375 \begin_inset Index idx
9376 status collapsed
9377
9378 \begin_layout Plain Layout
9379 Longtables ! Floats
9380 \end_layout
9381
9382 \end_inset
9383
9384
9385 \end_layout
9386
9387 \begin_layout Standard
9388 There might be problems when a float appears on the same page where a longtable
9389  starts.
9390  To avoid such a situation, insert a 
9391 \begin_inset Quotes eld
9392 \end_inset
9393
9394 clear page
9395 \begin_inset Quotes erd
9396 \end_inset
9397
9398  (menu 
9399 \family sans
9400 Insert\SpecialChar \menuseparator
9401 Formatting\SpecialChar \menuseparator
9402 Clear
9403 \begin_inset space ~
9404 \end_inset
9405
9406 Page
9407 \family default
9408 ) before your longtable.
9409 \end_layout
9410
9411 \begin_layout Subsection
9412 Forced Page Breaks
9413 \begin_inset Index idx
9414 status collapsed
9415
9416 \begin_layout Plain Layout
9417 Longtables ! Forced Page Breaks
9418 \end_layout
9419
9420 \end_inset
9421
9422
9423 \end_layout
9424
9425 \begin_layout Standard
9426 By default tables are only broken between rows.
9427  If you have a cell with multiples lines and want to have a page break within
9428  the cell, insert the new line command 
9429 \begin_inset Quotes eld
9430 \end_inset
9431
9432
9433 \series bold
9434
9435 \backslash
9436
9437 \backslash
9438
9439 \series default
9440
9441 \begin_inset Quotes erd
9442 \end_inset
9443
9444  as TeX-Code at the point of the cell where it can be broken.
9445  Before the 
9446 \series bold
9447
9448 \backslash
9449
9450 \backslash
9451
9452 \series default
9453  command you have to insert in TeX-Code as many 
9454 \begin_inset Quotes eld
9455 \end_inset
9456
9457
9458 \series bold
9459 &
9460 \series default
9461
9462 \begin_inset Quotes erd
9463 \end_inset
9464
9465  characters as the number of the following table columns.
9466  The 
9467 \series bold
9468 &
9469 \series default
9470  is the character to separate table cells.
9471  Write in TeX-Code after each 
9472 \series bold
9473 &
9474 \series default
9475  the content of the corresponding following cell and delete the content
9476  of these cells.
9477 \begin_inset Newline newline
9478 \end_inset
9479
9480 After the 
9481 \series bold
9482
9483 \backslash
9484
9485 \backslash
9486
9487 \series default
9488  command, insert as many 
9489 \series bold
9490 &
9491 \series default
9492  characters as the number of table columns before the current column.
9493  In Table
9494 \begin_inset space ~
9495 \end_inset
9496
9497
9498 \begin_inset CommandInset ref
9499 LatexCommand ref
9500 reference "tab:ForcedPagebreak"
9501
9502 \end_inset
9503
9504  the cell that should be broken is in the second column followed by another
9505  column.
9506  Therefore the following command was inserted in the cell as TeX-Code after
9507  
9508 \begin_inset Quotes eld
9509 \end_inset
9510
9511
9512 \emph on
9513 Castelchiodato,
9514 \emph default
9515
9516 \begin_inset Quotes erd
9517 \end_inset
9518
9519 :
9520 \end_layout
9521
9522 \begin_layout Standard
9523
9524 \series bold
9525 & 111
9526 \backslash
9527
9528 \backslash
9529  
9530 \backslash
9531 newpage
9532 \begin_inset Newline newline
9533 \end_inset
9534
9535 &
9536 \end_layout
9537
9538 \begin_layout Standard
9539 The 
9540 \begin_inset Quotes eld
9541 \end_inset
9542
9543 111
9544 \begin_inset Quotes erd
9545 \end_inset
9546
9547  in the third column of the row was deleted.
9548  
9549 \series bold
9550
9551 \backslash
9552 newpage
9553 \series default
9554  is only needed when a page break should definitely occur at this position,
9555  otherwise it would be a conditional break.
9556  If your footer row of the longtable has for a certain reason no upper line
9557  but you would have a horizontal line where the cell is broken, use this
9558  command instead:
9559 \end_layout
9560
9561 \begin_layout Standard
9562
9563 \series bold
9564 & 111
9565 \backslash
9566
9567 \backslash
9568
9569 \begin_inset Newline newline
9570 \end_inset
9571
9572
9573 \backslash
9574 hline &
9575 \end_layout
9576
9577 \begin_layout Standard
9578 When the cell to be broken is in the last column, the command
9579 \end_layout
9580
9581 \begin_layout Standard
9582
9583 \series bold
9584
9585 \backslash
9586 setlength{
9587 \backslash
9588 parfillskip}{0pt}
9589 \end_layout
9590
9591 \begin_layout Standard
9592 must be inserted as TeX-Code at the beginning of the cell.
9593  This ensures that the part of the cell that will be displayed on the new
9594  page appears with the full width.
9595 \end_layout
9596
9597 \begin_layout Standard
9598 \align center
9599 \begin_inset Tabular
9600 <lyxtabular version="3" rows="38" columns="3">
9601 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9602 <column alignment="left" valignment="top" width="0cm">
9603 <column alignment="left" valignment="top" width="3cm">
9604 <column alignment="center" valignment="top" width="0pt">
9605 <row caption="true">
9606 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610 \begin_inset Caption
9611
9612 \begin_layout Plain Layout
9613 Table with forced page break in table cell
9614 \begin_inset CommandInset label
9615 LatexCommand label
9616 name "tab:ForcedPagebreak"
9617
9618 \end_inset
9619
9620
9621 \begin_inset Argument
9622 status collapsed
9623
9624 \begin_layout Plain Layout
9625 Table with forced page break in table cell
9626 \end_layout
9627
9628 \end_inset
9629
9630
9631 \end_layout
9632
9633 \end_inset
9634
9635
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9641 \begin_inset Text
9642
9643 \begin_layout Plain Layout
9644
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Plain Layout
9653
9654 \end_layout
9655
9656 \end_inset
9657 </cell>
9658 </row>
9659 <row endfirsthead="true">
9660 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9661 \begin_inset Text
9662
9663 \begin_layout Plain Layout
9664
9665 \series bold
9666 Example Phone List (ignore the names)
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9672 \begin_inset Text
9673
9674 \begin_layout Plain Layout
9675
9676 \end_layout
9677
9678 \end_inset
9679 </cell>
9680 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9681 \begin_inset Text
9682
9683 \begin_layout Plain Layout
9684
9685 \end_layout
9686
9687 \end_inset
9688 </cell>
9689 </row>
9690 <row endfirsthead="true">
9691 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9692 \begin_inset Text
9693
9694 \begin_layout Plain Layout
9695
9696 \series bold
9697 NAME
9698 \end_layout
9699
9700 \end_inset
9701 </cell>
9702 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9703 \begin_inset Text
9704
9705 \begin_layout Plain Layout
9706
9707 \end_layout
9708
9709 \end_inset
9710 </cell>
9711 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9712 \begin_inset Text
9713
9714 \begin_layout Plain Layout
9715
9716 \series bold
9717 TEL.
9718 \end_layout
9719
9720 \end_inset
9721 </cell>
9722 </row>
9723 <row endhead="true">
9724 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Plain Layout
9728 \begin_inset ERT
9729 status collapsed
9730
9731 \begin_layout Plain Layout
9732
9733
9734 \backslash
9735 caption*{Continued Example Phone List}
9736 \backslash
9737
9738 \backslash
9739 %
9740 \end_layout
9741
9742 \end_inset
9743
9744
9745 \end_layout
9746
9747 \end_inset
9748 </cell>
9749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Plain Layout
9753
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9759 \begin_inset Text
9760
9761 \begin_layout Plain Layout
9762
9763 \end_layout
9764
9765 \end_inset
9766 </cell>
9767 </row>
9768 <row endhead="true">
9769 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9770 \begin_inset Text
9771
9772 \begin_layout Plain Layout
9773
9774 \series bold
9775 Example Phone List
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9781 \begin_inset Text
9782
9783 \begin_layout Plain Layout
9784
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9790 \begin_inset Text
9791
9792 \begin_layout Plain Layout
9793
9794 \end_layout
9795
9796 \end_inset
9797 </cell>
9798 </row>
9799 <row endhead="true">
9800 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9801 \begin_inset Text
9802
9803 \begin_layout Plain Layout
9804
9805 \series bold
9806 NAME
9807 \end_layout
9808
9809 \end_inset
9810 </cell>
9811 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9812 \begin_inset Text
9813
9814 \begin_layout Plain Layout
9815
9816 \end_layout
9817
9818 \end_inset
9819 </cell>
9820 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9821 \begin_inset Text
9822
9823 \begin_layout Plain Layout
9824
9825 \series bold
9826 TEL.
9827 \end_layout
9828
9829 \end_inset
9830 </cell>
9831 </row>
9832 <row endfoot="true">
9833 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837 continued on next page
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9843 \begin_inset Text
9844
9845 \begin_layout Plain Layout
9846
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Plain Layout
9855
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 </row>
9861 <row>
9862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9863 \begin_inset Text
9864
9865 \begin_layout Plain Layout
9866
9867 \series bold
9868 Annovi
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9874 \begin_inset Text
9875
9876 \begin_layout Plain Layout
9877 Silvia
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9883 \begin_inset Text
9884
9885 \begin_layout Plain Layout
9886 111
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 </row>
9892 <row>
9893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9894 \begin_inset Text
9895
9896 \begin_layout Plain Layout
9897
9898 \series bold
9899 Bertoli
9900 \end_layout
9901
9902 \end_inset
9903 </cell>
9904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9905 \begin_inset Text
9906
9907 \begin_layout Plain Layout
9908 Stefano
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917 111
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 </row>
9923 <row>
9924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928
9929 \series bold
9930 Bozzi
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939 Walter
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948 111
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 </row>
9954 <row>
9955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959
9960 \series bold
9961 Cachia
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970 Maria
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9976 \begin_inset Text
9977
9978 \begin_layout Plain Layout
9979 111
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 </row>
9985 <row>
9986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990
9991 \series bold
9992 Cachia
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001 Maurizio
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10007 \begin_inset Text
10008
10009 \begin_layout Plain Layout
10010 111
10011 \end_layout
10012
10013 \end_inset
10014 </cell>
10015 </row>
10016 <row>
10017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Plain Layout
10021
10022 \series bold
10023 Cinquemani
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032 Giusi
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041 111
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 </row>
10047 <row>
10048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052
10053 \series bold
10054 Colin
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063 Bernard
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072 111
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 </row>
10078 <row>
10079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083
10084 \series bold
10085 Concli
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094 Gianfranco
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103 111
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 </row>
10109 <row>
10110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114
10115 \series bold
10116 Dal Bosco
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125 Carolina
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134 111
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 </row>
10140 <row>
10141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145
10146 \series bold
10147 Dalpiaz
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156 Annamaria
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165 111
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 </row>
10171 <row>
10172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176
10177 \series bold
10178 Feliciello
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187 Domenico
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196 111
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 </row>
10202 <row>
10203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207
10208 \series bold
10209 Focarelli
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218 Paola
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227 111
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 </row>
10233 <row>
10234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Plain Layout
10238
10239 \series bold
10240 Galletti
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10246 \begin_inset Text
10247
10248 \begin_layout Plain Layout
10249 Oreste
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258 111
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 </row>
10264 <row>
10265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269
10270 \series bold
10271 Gasparini
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Plain Layout
10280 Franca
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289 111
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 </row>
10295 <row>
10296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300
10301 \series bold
10302 Lassini
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311 Giancarlo
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320 111
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 </row>
10326 <row>
10327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331
10332 \series bold
10333 Malfatti
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Plain Layout
10342 Luciano
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Plain Layout
10351 111
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 </row>
10357 <row>
10358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362
10363 \series bold
10364 Malfatti
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373 Valeriano
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382 111
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 </row>
10388 <row>
10389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393
10394 \series bold
10395 Meneguzzo
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Plain Layout
10404 Roberto
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413 111
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 </row>
10419 <row>
10420 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424
10425 \series bold
10426 Mezzadra
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 Roberto
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444 111
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 </row>
10450 <row>
10451 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455
10456 \series bold
10457 Pirpamer
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466 Erich
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475 111
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 </row>
10481 <row>
10482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486
10487 \series bold
10488 Pochiesa
10489 \end_layout
10490
10491 \end_inset
10492 </cell>
10493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497 Paolo
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506 111, 222
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 </row>
10512 <row>
10513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517
10518 \series bold
10519 Radina
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528 Claudio
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537 111
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 </row>
10543 <row>
10544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548
10549 \series bold
10550 Rizzardi
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559 Paolo, 11.
10560  Fürst von Montecompatri, 11.
10561  Fürst von Sulmona und Vivaro, 10.
10562  Fürst von Rossano, 5.
10563  Herzog von Canemorte, 11.
10564  Herzog von Palombara, 5.
10565  Herzog von Castelchiodato,
10566 \begin_inset ERT
10567 status open
10568
10569 \begin_layout Plain Layout
10570
10571 & 111
10572 \backslash
10573
10574 \backslash
10575  
10576 \backslash
10577 newpage
10578 \end_layout
10579
10580 \begin_layout Plain Layout
10581
10582 &
10583 \end_layout
10584
10585 \end_inset
10586
10587  11.
10588  Herzog von Poggionativo, 11.
10589  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10590  Graf von Valinfreda, 11.
10591  Baron von Cropalati, 11.
10592  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
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
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 Stuffer
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 Oskar
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 Tacchelli
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 Ugo
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 Tezzele
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 Margit
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 Unterkalmsteiner
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 Frieda
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 Vieider
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 Hilde
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 Vigna
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 Jürgen
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 Weber
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 Maurizio
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" bottomline="true" leftline="true" usebox="none">
10826 \begin_inset Text
10827
10828 \begin_layout Plain Layout
10829
10830 \series bold
10831 Winkler
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840 Franz
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 <cell alignment="center" valignment="top" bottomline="true" 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 </lyxtabular>
10856
10857 \end_inset
10858
10859
10860 \end_layout
10861
10862 \begin_layout Section
10863 Multiple Lines Columns and Rows
10864 \end_layout
10865
10866 \begin_layout Subsection
10867 Multiple Lines in Table Cells
10868 \begin_inset CommandInset label
10869 LatexCommand label
10870 name "sub:Multiple-Lines-in"
10871
10872 \end_inset
10873
10874
10875 \begin_inset Index idx
10876 status collapsed
10877
10878 \begin_layout Plain Layout
10879 Multiple Lines in Table Cells
10880 \end_layout
10881
10882 \end_inset
10883
10884
10885 \begin_inset Index idx
10886 status collapsed
10887
10888 \begin_layout Plain Layout
10889 Table ! Linebreaks
10890 \end_layout
10891
10892 \end_inset
10893
10894
10895 \end_layout
10896
10897 \begin_layout Standard
10898 \noindent
10899 \begin_inset Float table
10900 placement H
10901 wide false
10902 sideways false
10903 status open
10904
10905 \begin_layout Plain Layout
10906 \begin_inset Caption
10907
10908 \begin_layout Plain Layout
10909 \begin_inset CommandInset label
10910 LatexCommand label
10911 name "tab:Table-with-multiple"
10912
10913 \end_inset
10914
10915 Table with multiple lines in cells
10916 \end_layout
10917
10918 \end_inset
10919
10920
10921 \end_layout
10922
10923 \begin_layout Plain Layout
10924 \align center
10925 \begin_inset Tabular
10926 <lyxtabular version="3" rows="3" columns="3">
10927 <features tabularvalignment="middle">
10928 <column alignment="center" valignment="middle" width="2.5cm">
10929 <column alignment="center" valignment="middle" width="0">
10930 <column alignment="center" valignment="middle" width="0">
10931 <row>
10932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10933 \begin_inset Text
10934
10935 \begin_layout Plain Layout
10936 multiple
10937 \begin_inset Newline linebreak
10938 \end_inset
10939
10940 lines
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949 b
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958 c
10959 \end_layout
10960
10961 \end_inset
10962 </cell>
10963 </row>
10964 <row>
10965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969 d
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10975 \begin_inset Text
10976
10977 \begin_layout Plain Layout
10978 e
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10984 \begin_inset Text
10985
10986 \begin_layout Plain Layout
10987 f
10988 \end_layout
10989
10990 \end_inset
10991 </cell>
10992 </row>
10993 <row>
10994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998 g
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11004 \begin_inset Text
11005
11006 \begin_layout Plain Layout
11007 h
11008 \end_layout
11009
11010 \end_inset
11011 </cell>
11012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11013 \begin_inset Text
11014
11015 \begin_layout Plain Layout
11016 i
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 </row>
11022 </lyxtabular>
11023
11024 \end_inset
11025
11026
11027 \end_layout
11028
11029 \end_inset
11030
11031
11032 \end_layout
11033
11034 \begin_layout Standard
11035 Setting a fixed width for a column enables you to enter text as a paragraph
11036  with multiple lines and hyphenation.
11037 \end_layout
11038
11039 \begin_layout Standard
11040 To produce Table
11041 \begin_inset space ~
11042 \end_inset
11043
11044
11045 \begin_inset CommandInset ref
11046 LatexCommand ref
11047 reference "tab:Table-with-multiple"
11048
11049 \end_inset
11050
11051 , create a 3×3 table, mark the first cell and right-click on it.
11052  In the appearing table dialog we set a cell width of 2.5
11053 \begin_inset space \thinspace{}
11054 \end_inset
11055
11056 cm and choose centered for the vertical and horizontal alignment.
11057  The vertical alignment is used for all cells of the row.
11058  As our text is smaller than 2.5
11059 \begin_inset space \thinspace{}
11060 \end_inset
11061
11062 cm, only one line will appear.
11063  To get two lines, a justified line break (shortcut 
11064 \begin_inset Info
11065 type  "shortcut"
11066 arg   "newline-insert linebreak"
11067 \end_inset
11068
11069 ) was added.
11070  If the text is wider than the set cell width, it will automatically be
11071  broken to several lines.
11072 \end_layout
11073
11074 \begin_layout Standard
11075 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11076  by LaTeX if it is the first entry.
11077  Therefore you need to insert something to prevent the word not being the
11078  first entry.
11079  So add a horizontal space of 0
11080 \begin_inset space \thinspace{}
11081 \end_inset
11082
11083 pt before the word.
11084  As the space is zero, it doesn't change the output.
11085  Table
11086 \begin_inset space ~
11087 \end_inset
11088
11089
11090 \begin_inset CommandInset ref
11091 LatexCommand ref
11092 reference "tab:Table-with-and"
11093
11094 \end_inset
11095
11096  shows the effect.
11097 \end_layout
11098
11099 \begin_layout Standard
11100 \begin_inset Float table
11101 placement h
11102 wide false
11103 sideways false
11104 status open
11105
11106 \begin_layout Plain Layout
11107 \begin_inset Caption
11108
11109 \begin_layout Plain Layout
11110 \begin_inset CommandInset label
11111 LatexCommand label
11112 name "tab:Table-with-and"
11113
11114 \end_inset
11115
11116 Table with and without hyphenation
11117 \end_layout
11118
11119 \end_inset
11120
11121
11122 \end_layout
11123
11124 \begin_layout Plain Layout
11125 \begin_inset space \hfill{}
11126 \end_inset
11127
11128
11129 \begin_inset Tabular
11130 <lyxtabular version="3" rows="3" columns="3">
11131 <features tabularvalignment="middle">
11132 <column alignment="center" valignment="middle" width="2.5cm">
11133 <column alignment="center" valignment="middle" width="0">
11134 <column alignment="center" valignment="middle" width="0">
11135 <row>
11136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11137 \begin_inset Text
11138
11139 \begin_layout Plain Layout
11140 verylongtablecellword
11141 \end_layout
11142
11143 \end_inset
11144 </cell>
11145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149 b
11150 \end_layout
11151
11152 \end_inset
11153 </cell>
11154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11155 \begin_inset Text
11156
11157 \begin_layout Plain Layout
11158 c
11159 \end_layout
11160
11161 \end_inset
11162 </cell>
11163 </row>
11164 <row>
11165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169 d
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Plain Layout
11178 e
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187 f
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 </row>
11193 <row>
11194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198 g
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207 h
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216 i
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 </row>
11222 </lyxtabular>
11223
11224 \end_inset
11225
11226
11227 \begin_inset space \hfill{}
11228 \end_inset
11229
11230
11231 \begin_inset Tabular
11232 <lyxtabular version="3" rows="3" columns="3">
11233 <features tabularvalignment="middle">
11234 <column alignment="center" valignment="middle" width="2.5cm">
11235 <column alignment="center" valignment="middle" width="0">
11236 <column alignment="center" valignment="middle" width="0">
11237 <row>
11238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 \begin_inset space \hspace{}
11243 \length 0pt
11244 \end_inset
11245
11246 verylongtablecellword
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255 b
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264 c
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 </row>
11270 <row>
11271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275 d
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284 e
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
11289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293 f
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 </row>
11299 <row>
11300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11301 \begin_inset Text
11302
11303 \begin_layout Plain Layout
11304 g
11305 \end_layout
11306
11307 \end_inset
11308 </cell>
11309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11310 \begin_inset Text
11311
11312 \begin_layout Plain Layout
11313 h
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322 i
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 </row>
11328 </lyxtabular>
11329
11330 \end_inset
11331
11332
11333 \begin_inset space \hfill{}
11334 \end_inset
11335
11336
11337 \end_layout
11338
11339 \end_inset
11340
11341
11342 \end_layout
11343
11344 \begin_layout Subsection
11345 Multicolumns
11346 \begin_inset CommandInset label
11347 LatexCommand label
11348 name "sub:Multicolumns"
11349
11350 \end_inset
11351
11352
11353 \begin_inset Index idx
11354 status collapsed
11355
11356 \begin_layout Plain Layout
11357 Multicolumns
11358 \end_layout
11359
11360 \end_inset
11361
11362
11363 \begin_inset Index idx
11364 status collapsed
11365
11366 \begin_layout Plain Layout
11367 Table ! Multicolumns
11368 \end_layout
11369
11370 \end_inset
11371
11372
11373 \end_layout
11374
11375 \begin_layout Subsubsection
11376 Multicolumn Basics
11377 \end_layout
11378
11379 \begin_layout Standard
11380 To merge cells over multiple columns, select as many cells within a row
11381  as you want to merge and use either the table-toolbar button 
11382 \begin_inset Graphics
11383         filename ../images/tabular-feature_multicolumn.png
11384         scale 85
11385         scaleBeforeRotation
11386
11387 \end_inset
11388
11389 , or the menu 
11390 \family sans
11391 Edit\SpecialChar \menuseparator
11392 Table\SpecialChar \menuseparator
11393 Multicolumn
11394 \family default
11395 , or right click on the marked cells and choose 
11396 \family sans
11397 Multicolumn
11398 \family default
11399  in the appearing context menu.
11400 \end_layout
11401
11402 \begin_layout Standard
11403 Multicolumns have there own cell settings.
11404  That means changing cell borders, cell alignment, and the width only affects
11405  the multicolumn.
11406  Here is an example table with a multicolumn cell in the first row and one
11407  in the last row without the upper border:
11408 \end_layout
11409
11410 \begin_layout Standard
11411 \align center
11412 \begin_inset Tabular
11413 <lyxtabular version="3" rows="3" columns="4">
11414 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11415 <column alignment="center" valignment="top" width="0pt">
11416 <column alignment="center" valignment="middle" width="0">
11417 <column alignment="center" valignment="top" width="0in">
11418 <column alignment="center" valignment="top" width="0pt">
11419 <row>
11420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424 abc
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433 def ghi
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11439 \begin_inset Text
11440
11441 \begin_layout Plain Layout
11442
11443 \end_layout
11444
11445 \end_inset
11446 </cell>
11447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Plain Layout
11451 jkl
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 </row>
11457 <row>
11458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Plain Layout
11462
11463 \family roman
11464 \series medium
11465 \shape up
11466 \size normal
11467 \emph off
11468 \bar no
11469 \noun off
11470 \color none
11471 A
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 B
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 C
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498 D
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 </row>
11504 <row>
11505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Plain Layout
11509 1
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11515 \begin_inset Text
11516
11517 \begin_layout Plain Layout
11518 2
11519 \end_layout
11520
11521 \end_inset
11522 </cell>
11523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11524 \begin_inset Text
11525
11526 \begin_layout Plain Layout
11527 3
11528 \end_layout
11529
11530 \end_inset
11531 </cell>
11532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11533 \begin_inset Text
11534
11535 \begin_layout Plain Layout
11536 4
11537 \end_layout
11538
11539 \end_inset
11540 </cell>
11541 </row>
11542 </lyxtabular>
11543
11544 \end_inset
11545
11546
11547 \end_layout
11548
11549 \begin_layout Subsubsection
11550 Multicolumn Calculations
11551 \begin_inset CommandInset label
11552 LatexCommand label
11553 name "sub:Multicolumn-Calculations"
11554
11555 \end_inset
11556
11557
11558 \begin_inset Index idx
11559 status collapsed
11560
11561 \begin_layout Plain Layout
11562 Multicolumns ! Calculations
11563 \end_layout
11564
11565 \end_inset
11566
11567
11568 \end_layout
11569
11570 \begin_layout Standard
11571 LyX supports multicolumns directly, but we have to take account of the cell
11572  width of the columns spanned by the multicolumn cell.
11573 \end_layout
11574
11575 \begin_layout Standard
11576 \begin_inset Float table
11577 placement h
11578 wide false
11579 sideways false
11580 status open
11581
11582 \begin_layout Plain Layout
11583 \begin_inset Caption
11584
11585 \begin_layout Plain Layout
11586 \begin_inset CommandInset label
11587 LatexCommand label
11588 name "tab:Table-with-centered"
11589
11590 \end_inset
11591
11592 Table with centered multicolumn text above two columns that have exactly
11593  half the width of the multicolumn cell
11594 \begin_inset Argument
11595 status collapsed
11596
11597 \begin_layout Plain Layout
11598 Perfect multicolumn table
11599 \end_layout
11600
11601 \end_inset
11602
11603
11604 \end_layout
11605
11606 \end_inset
11607
11608
11609 \end_layout
11610
11611 \begin_layout Plain Layout
11612 \align center
11613 \begin_inset Tabular
11614 <lyxtabular version="3" rows="3" columns="3">
11615 <features tabularvalignment="middle">
11616 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11617 <column alignment="center" valignment="middle" width="0">
11618 <column alignment="center" valignment="top" width="0">
11619 <row>
11620 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11621 \begin_inset Text
11622
11623 \begin_layout Plain Layout
11624 multiple lines multicolumn
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11630 \begin_inset Text
11631
11632 \begin_layout Plain Layout
11633
11634 \end_layout
11635
11636 \end_inset
11637 </cell>
11638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11639 \begin_inset Text
11640
11641 \begin_layout Plain Layout
11642 c
11643 \end_layout
11644
11645 \end_inset
11646 </cell>
11647 </row>
11648 <row>
11649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11650 \begin_inset Text
11651
11652 \begin_layout Plain Layout
11653 d
11654 \end_layout
11655
11656 \end_inset
11657 </cell>
11658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 e
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671 f
11672 \end_layout
11673
11674 \end_inset
11675 </cell>
11676 </row>
11677 <row>
11678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11679 \begin_inset Text
11680
11681 \begin_layout Plain Layout
11682 g
11683 \end_layout
11684
11685 \end_inset
11686 </cell>
11687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691 h
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700 i
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 </row>
11706 </lyxtabular>
11707
11708 \end_inset
11709
11710
11711 \end_layout
11712
11713 \end_inset
11714
11715
11716 \end_layout
11717
11718 \begin_layout Standard
11719 To create for example Table
11720 \begin_inset space ~
11721 \end_inset
11722
11723
11724 \begin_inset CommandInset ref
11725 LatexCommand ref
11726 reference "tab:Table-with-centered"
11727
11728 \end_inset
11729
11730 , mark the first two cells in the first row of a 3×3 table and right-click
11731  on them.
11732  Now choose for this cell 
11733 \emph on
11734 multicolumn
11735 \emph default
11736
11737 \emph on
11738 centered alignment
11739 \emph default
11740  and a width of 2.5
11741 \begin_inset space \thinspace{}
11742 \end_inset
11743
11744 cm in the table dialog.
11745  The merged columns should have exactly half the width of the multicolumn
11746  cell, so that you would set a width of 1.25
11747 \begin_inset space \thinspace{}
11748 \end_inset
11749
11750 cm for the first column.
11751  The second column has then automatically a width of 1.25
11752 \begin_inset space \thinspace{}
11753 \end_inset
11754
11755 cm (multicolumn width - width of first column).
11756  This was done for Table
11757 \begin_inset space ~
11758 \end_inset
11759
11760
11761 \begin_inset CommandInset ref
11762 LatexCommand ref
11763 reference "tab:Table-without-half"
11764
11765 \end_inset
11766
11767 .
11768 \end_layout
11769
11770 \begin_layout Standard
11771 \begin_inset Float table
11772 wide false
11773 sideways false
11774 status open
11775
11776 \begin_layout Plain Layout
11777 \begin_inset Caption
11778
11779 \begin_layout Plain Layout
11780 \begin_inset CommandInset label
11781 LatexCommand label
11782 name "tab:Table-without-half"
11783
11784 \end_inset
11785
11786 Table where the spanned table columns are not exactly half the width of
11787  the multicolumn cell
11788 \begin_inset Argument
11789 status collapsed
11790
11791 \begin_layout Plain Layout
11792 Imperfect multicolumn table
11793 \end_layout
11794
11795 \end_inset
11796
11797
11798 \end_layout
11799
11800 \end_inset
11801
11802
11803 \end_layout
11804
11805 \begin_layout Plain Layout
11806 \align center
11807 \begin_inset Tabular
11808 <lyxtabular version="3" rows="3" columns="3">
11809 <features tabularvalignment="middle">
11810 <column alignment="center" valignment="top" width="1.25cm">
11811 <column alignment="center" valignment="top" width="0">
11812 <column alignment="center" valignment="top" width="0">
11813 <row>
11814 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11815 \begin_inset Text
11816
11817 \begin_layout Plain Layout
11818 multiple lines multicolumn
11819 \end_layout
11820
11821 \end_inset
11822 </cell>
11823 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11824 \begin_inset Text
11825
11826 \begin_layout Plain Layout
11827
11828 \end_layout
11829
11830 \end_inset
11831 </cell>
11832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11833 \begin_inset Text
11834
11835 \begin_layout Plain Layout
11836 c
11837 \end_layout
11838
11839 \end_inset
11840 </cell>
11841 </row>
11842 <row>
11843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11844 \begin_inset Text
11845
11846 \begin_layout Plain Layout
11847 d
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 e
11857 \end_layout
11858
11859 \end_inset
11860 </cell>
11861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11862 \begin_inset Text
11863
11864 \begin_layout Plain Layout
11865 f
11866 \end_layout
11867
11868 \end_inset
11869 </cell>
11870 </row>
11871 <row>
11872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11873 \begin_inset Text
11874
11875 \begin_layout Plain Layout
11876 g
11877 \end_layout
11878
11879 \end_inset
11880 </cell>
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 h
11886 \end_layout
11887
11888 \end_inset
11889 </cell>
11890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11891 \begin_inset Text
11892
11893 \begin_layout Plain Layout
11894 i
11895 \end_layout
11896
11897 \end_inset
11898 </cell>
11899 </row>
11900 </lyxtabular>
11901
11902 \end_inset
11903
11904
11905 \end_layout
11906
11907 \end_inset
11908
11909
11910 \end_layout
11911
11912 \begin_layout Standard
11913 You can see that the first column is not half the width of the multicolumn
11914  cell, it is a bit bigger.
11915  The reason is that the specified width of a cell 
11916 \begin_inset Formula $W_{g}$
11917 \end_inset
11918
11919  is not its total width 
11920 \begin_inset Formula $W_{\mathrm{tot}}$
11921 \end_inset
11922
11923  because a cell is always a bit larger than specified.
11924  Appendix
11925 \begin_inset space ~
11926 \end_inset
11927
11928
11929 \begin_inset CommandInset ref
11930 LatexCommand eqref
11931 reference "cha:Explanation-of-Equation"
11932
11933 \end_inset
11934
11935  explains this in detail.
11936 \end_layout
11937
11938 \begin_layout Standard
11939 The width 
11940 \begin_inset Formula $W_{g\, n}$
11941 \end_inset
11942
11943  which the user needs to set when 
11944 \emph on
11945 n
11946 \emph default
11947  columns are spanned can be calculated, so that each column has a total
11948  width of 
11949 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11950 \end_inset
11951
11952 :
11953 \begin_inset Formula \begin{equation}
11954 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11955
11956 \end_inset
11957
11958
11959 \end_layout
11960
11961 \begin_layout Standard
11962 In our case we have 
11963 \begin_inset Formula $n=2$
11964 \end_inset
11965
11966
11967 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11968 \end_inset
11969
11970 cm and the default values for the lengths, so that equation 
11971 \begin_inset CommandInset ref
11972 LatexCommand ref
11973 reference "eq:Wgn"
11974
11975 \end_inset
11976
11977  becomes
11978 \begin_inset Formula \begin{equation}
11979 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11980
11981 \end_inset
11982
11983
11984 \end_layout
11985
11986 \begin_layout Standard
11987 To enable calculations in LaTeX, the LaTeX-package 
11988 \series bold
11989 calc
11990 \series default
11991  must be loaded with the document preamble line
11992 \begin_inset Index idx
11993 status collapsed
11994
11995 \begin_layout Plain Layout
11996 LaTeX-packages ! calc
11997 \end_layout
11998
11999 \end_inset
12000
12001
12002 \end_layout
12003
12004 \begin_layout Standard
12005
12006 \series bold
12007
12008 \backslash
12009 usepackage{calc}
12010 \end_layout
12011
12012 \begin_layout Standard
12013 LyX does not allow you to calculate lengths in the 
12014 \family sans
12015 Width
12016 \family default
12017  field of the table dialog.
12018  Therefore you have to format the column by inserting a LaTeX-argument in
12019  the dialog.
12020  Here is an overview about the arguments:
12021 \end_layout
12022
12023 \begin_layout Itemize
12024
12025 \series bold
12026 p{width}
12027 \series default
12028  creates cell with a fixed width, its text is vertically top-aligned
12029 \end_layout
12030
12031 \begin_layout Itemize
12032
12033 \series bold
12034 m{width}
12035 \series default
12036  creates cell with a fixed width, its text is vertically centered
12037 \end_layout
12038
12039 \begin_layout Itemize
12040
12041 \series bold
12042 b{width}
12043 \series default
12044  creates cell with a fixed width, its text is vertically bottom-aligned
12045 \end_layout
12046
12047 \begin_layout Standard
12048 By entering a LaTeX-argument, all cell settings set in the table dialog
12049  are overwritten.
12050 \end_layout
12051
12052 \begin_layout Standard
12053 \begin_inset Note Greyedout
12054 status open
12055
12056 \begin_layout Plain Layout
12057
12058 \series bold
12059 Note:
12060 \series default
12061  Due to a bug, LyX shows the overwritten settings anyway.
12062 \end_layout
12063
12064 \end_inset
12065
12066
12067 \end_layout
12068
12069 \begin_layout Standard
12070 As the text should be horizontally centered, the command 
12071 \series bold
12072
12073 \backslash
12074 centering
12075 \series default
12076  is added.
12077  You can now enter the following LaTeX-argument for the first spanned column:
12078 \end_layout
12079
12080 \begin_layout Standard
12081
12082 \series bold
12083 >{
12084 \backslash
12085 centering}m{1.25cm-6.2pt}
12086 \end_layout
12087
12088 \begin_layout Standard
12089 The command 
12090 \series bold
12091 >{ }
12092 \series default
12093  means, that the commands inside the braces are applied before the cell
12094  is created.
12095 \end_layout
12096
12097 \begin_layout Standard
12098 Although we have chosen centered alignment for the text of the multicolumn
12099  cell, it is still left aligned.
12100  This is because LyX only applies the alignment to single columns.
12101  So for the multicolumn cell we have to use the LaTeX-argument
12102 \end_layout
12103
12104 \begin_layout Standard
12105
12106 \series bold
12107 >{
12108 \backslash
12109 centering}m{2.5cm}
12110 \end_layout
12111
12112 \begin_layout Subsection
12113 Multirows
12114 \begin_inset Index idx
12115 status collapsed
12116
12117 \begin_layout Plain Layout
12118 Multirows
12119 \end_layout
12120
12121 \end_inset
12122
12123
12124 \begin_inset Index idx
12125 status collapsed
12126
12127 \begin_layout Plain Layout
12128 Table ! Multirows
12129 \end_layout
12130
12131 \end_inset
12132
12133
12134 \end_layout
12135
12136 \begin_layout Standard
12137 Unlike multicolumns multirows are not yet supported by LyX; so a bit of
12138  TeX-Code needs to be used.
12139  To use multirows load the LaTeX-package 
12140 \series bold
12141 multirow
12142 \series default
12143
12144 \begin_inset Index idx
12145 status collapsed
12146
12147 \begin_layout Plain Layout
12148 LaTeX-packages ! multirow
12149 \end_layout
12150
12151 \end_inset
12152
12153  in your document preamble with the command
12154 \end_layout
12155
12156 \begin_layout Standard
12157
12158 \series bold
12159
12160 \backslash
12161 usepackage{multirow}
12162 \end_layout
12163
12164 \begin_layout Standard
12165 Multirows are created with the command
12166 \end_layout
12167
12168 \begin_layout Standard
12169
12170 \series bold
12171
12172 \backslash
12173 multirow{number of rows}{cell width}{cell entry}
12174 \end_layout
12175
12176 \begin_layout Standard
12177 To create the following table:
12178 \end_layout
12179
12180 \begin_layout Standard
12181 \align center
12182 \begin_inset ERT
12183 status collapsed
12184
12185 \begin_layout Plain Layout
12186
12187
12188 \backslash
12189 renewcommand{
12190 \backslash
12191 multirowsetup}{
12192 \backslash
12193 centering}
12194 \end_layout
12195
12196 \end_inset
12197
12198
12199 \begin_inset Tabular
12200 <lyxtabular version="3" rows="3" columns="3">
12201 <features tabularvalignment="middle">
12202 <column alignment="center" valignment="top" width="0">
12203 <column alignment="center" valignment="top" width="0">
12204 <column alignment="center" valignment="top" width="0">
12205 <row>
12206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12207 \begin_inset Text
12208
12209 \begin_layout Plain Layout
12210 a
12211 \end_layout
12212
12213 \end_inset
12214 </cell>
12215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12216 \begin_inset Text
12217
12218 \begin_layout Plain Layout
12219 b
12220 \end_layout
12221
12222 \end_inset
12223 </cell>
12224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12225 \begin_inset Text
12226
12227 \begin_layout Plain Layout
12228 c
12229 \end_layout
12230
12231 \end_inset
12232 </cell>
12233 </row>
12234 <row>
12235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12236 \begin_inset Text
12237
12238 \begin_layout Plain Layout
12239 \begin_inset ERT
12240 status collapsed
12241
12242 \begin_layout Plain Layout
12243
12244
12245 \backslash
12246 multirow{2}{2.5cm}{
12247 \end_layout
12248
12249 \end_inset
12250
12251 multirow entry
12252 \begin_inset ERT
12253 status collapsed
12254
12255 \begin_layout Plain Layout
12256
12257 }
12258 \end_layout
12259
12260 \end_inset
12261
12262
12263 \end_layout
12264
12265 \end_inset
12266 </cell>
12267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12268 \begin_inset Text
12269
12270 \begin_layout Plain Layout
12271 e
12272 \end_layout
12273
12274 \end_inset
12275 </cell>
12276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12277 \begin_inset Text
12278
12279 \begin_layout Plain Layout
12280 f
12281 \end_layout
12282
12283 \end_inset
12284 </cell>
12285 </row>
12286 <row>
12287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12288 \begin_inset Text
12289
12290 \begin_layout Plain Layout
12291
12292 \end_layout
12293
12294 \end_inset
12295 </cell>
12296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12297 \begin_inset Text
12298
12299 \begin_layout Plain Layout
12300 h
12301 \end_layout
12302
12303 \end_inset
12304 </cell>
12305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12306 \begin_inset Text
12307
12308 \begin_layout Plain Layout
12309 i
12310 \end_layout
12311
12312 \end_inset
12313 </cell>
12314 </row>
12315 </lyxtabular>
12316
12317 \end_inset
12318
12319
12320 \begin_inset ERT
12321 status collapsed
12322
12323 \begin_layout Plain Layout
12324
12325
12326 \backslash
12327 renewcommand{
12328 \backslash
12329 multirowsetup}{
12330 \backslash
12331 raggedright}
12332 \end_layout
12333
12334 \end_inset
12335
12336
12337 \end_layout
12338
12339 \begin_layout Standard
12340 create a 3×3 table.
12341  Unset the upper border of the last cell in the first column.
12342  The multirow is now created in the second row of the first column by inserting
12343  there the command
12344 \end_layout
12345
12346 \begin_layout Standard
12347
12348 \series bold
12349
12350 \backslash
12351 multirow{2}{2.5cm}{
12352 \end_layout
12353
12354 \begin_layout Standard
12355 as TeX-Code.
12356  According to the command parameters the multirow spans now two rows and
12357  has a width of 2.5
12358 \begin_inset space \thinspace{}
12359 \end_inset
12360
12361 cm.
12362  The content of the multirow cell follows outside the TeX-Code box and the
12363  command is finished with a right brace 
12364 \series bold
12365 }
12366 \series default
12367  in another TeX-Code-box after the text.
12368 \end_layout
12369
12370 \begin_layout Standard
12371
12372 \series bold
12373
12374 \backslash
12375 multirow
12376 \series default
12377  left-aligns its content by default.
12378  To override the default, renew the command 
12379 \series bold
12380
12381 \backslash
12382 multirowsetup
12383 \series default
12384  with the command
12385 \end_layout
12386
12387 \begin_layout Standard
12388
12389 \series bold
12390
12391 \backslash
12392 renewcommand{
12393 \backslash
12394 multirowsetup}{
12395 \backslash
12396 centering}
12397 \end_layout
12398
12399 \begin_layout Standard
12400 in TeX-Code in the document preamble.
12401  Then all entries of multirow cells in the document are centered.
12402  If centering is only needed for several tables, you can renew the command
12403  in a TeX-Code box just before the table instead of the preamble.
12404  If the text should be right-aligned, replace 
12405 \series bold
12406
12407 \backslash
12408 centering
12409 \series default
12410  by 
12411 \series bold
12412
12413 \backslash
12414 raggedleft
12415 \series default
12416 .
12417  To return to left-alignment 
12418 \series bold
12419
12420 \backslash
12421 raggedright
12422 \series default
12423  is used.
12424 \end_layout
12425
12426 \begin_layout Section
12427 Formal Tables
12428 \begin_inset CommandInset label
12429 LatexCommand label
12430 name "sec:Formal-Tables"
12431
12432 \end_inset
12433
12434
12435 \begin_inset Index idx
12436 status collapsed
12437
12438 \begin_layout Plain Layout
12439 Table ! Formal
12440 \end_layout
12441
12442 \end_inset
12443
12444
12445 \end_layout
12446
12447 \begin_layout Standard
12448 Tables are often typeset in books similar to Table
12449 \begin_inset space ~
12450 \end_inset
12451
12452
12453 \begin_inset CommandInset ref
12454 LatexCommand ref
12455 reference "tab:Example-booktabs-table"
12456
12457 \end_inset
12458
12459 .
12460  This kind of tables is called 
12461 \begin_inset Quotes eld
12462 \end_inset
12463
12464
12465 \emph on
12466 formal
12467 \emph default
12468
12469 \begin_inset Quotes erd
12470 \end_inset
12471
12472 .
12473  To make a table a formal table use the option 
12474 \family sans
12475 Formal
12476 \family default
12477  in the 
12478 \family sans
12479 Borders
12480 \family default
12481  tab of the table dialog.
12482 \end_layout
12483
12484 \begin_layout Standard
12485 \begin_inset Float table
12486 placement h
12487 wide false
12488 sideways false
12489 status open
12490
12491 \begin_layout Plain Layout
12492 \begin_inset Caption
12493
12494 \begin_layout Plain Layout
12495 \begin_inset CommandInset label
12496 LatexCommand label
12497 name "tab:Example-booktabs-table"
12498
12499 \end_inset
12500
12501 Example booktabs-table
12502 \end_layout
12503
12504 \end_inset
12505
12506
12507 \end_layout
12508
12509 \begin_layout Plain Layout
12510 \align center
12511 \begin_inset Tabular
12512 <lyxtabular version="3" rows="8" columns="4">
12513 <features booktabs="true" tabularvalignment="middle">
12514 <column alignment="center" valignment="top" width="0">
12515 <column alignment="center" valignment="top" width="0">
12516 <column alignment="center" valignment="top" width="0">
12517 <column alignment="center" valignment="top" width="0">
12518 <row>
12519 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12520 \begin_inset Text
12521
12522 \begin_layout Plain Layout
12523 System
12524 \end_layout
12525
12526 \end_inset
12527 </cell>
12528 <cell alignment="center" valignment="top" topline="true" usebox="none">
12529 \begin_inset Text
12530
12531 \begin_layout Plain Layout
12532 Chip
12533 \begin_inset space \thinspace{}
12534 \end_inset
12535
12536 1
12537 \end_layout
12538
12539 \end_inset
12540 </cell>
12541 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12542 \begin_inset Text
12543
12544 \begin_layout Plain Layout
12545 Chip
12546 \begin_inset space \thinspace{}
12547 \end_inset
12548
12549 2
12550 \end_layout
12551
12552 \end_inset
12553 </cell>
12554 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12555 \begin_inset Text
12556
12557 \begin_layout Plain Layout
12558
12559 \end_layout
12560
12561 \end_inset
12562 </cell>
12563 </row>
12564 <row>
12565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12566 \begin_inset Text
12567
12568 \begin_layout Plain Layout
12569 \begin_inset ERT
12570 status collapsed
12571
12572 \begin_layout Plain Layout
12573
12574
12575 \backslash
12576 cmidrule(r){2-2}
12577 \end_layout
12578
12579 \end_inset
12580
12581
12582 \begin_inset ERT
12583 status collapsed
12584
12585 \begin_layout Plain Layout
12586
12587
12588 \backslash
12589 cmidrule(l){3-4}
12590 \end_layout
12591
12592 \end_inset
12593
12594 Detector thickness in Âµm
12595 \end_layout
12596
12597 \end_inset
12598 </cell>
12599 <cell alignment="center" valignment="top" usebox="none">
12600 \begin_inset Text
12601
12602 \begin_layout Plain Layout
12603 300
12604 \end_layout
12605
12606 \end_inset
12607 </cell>
12608 <cell alignment="center" valignment="top" usebox="none">
12609 \begin_inset Text
12610
12611 \begin_layout Plain Layout
12612 300
12613 \end_layout
12614
12615 \end_inset
12616 </cell>
12617 <cell alignment="center" valignment="top" usebox="none">
12618 \begin_inset Text
12619
12620 \begin_layout Plain Layout
12621 700
12622 \end_layout
12623
12624 \end_inset
12625 </cell>
12626 </row>
12627 <row>
12628 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12629 \begin_inset Text
12630
12631 \begin_layout Plain Layout
12632 Edge angle in Â°
12633 \end_layout
12634
12635 \end_inset
12636 </cell>
12637 <cell alignment="center" valignment="top" topline="true" usebox="none">
12638 \begin_inset Text
12639
12640 \begin_layout Plain Layout
12641 3.55
12642 \end_layout
12643
12644 \end_inset
12645 </cell>
12646 <cell alignment="center" valignment="top" topline="true" usebox="none">
12647 \begin_inset Text
12648
12649 \begin_layout Plain Layout
12650 2.71
12651 \end_layout
12652
12653 \end_inset
12654 </cell>
12655 <cell alignment="center" valignment="top" topline="true" usebox="none">
12656 \begin_inset Text
12657
12658 \begin_layout Plain Layout
12659 7.99
12660 \end_layout
12661
12662 \end_inset
12663 </cell>
12664 </row>
12665 <row topspace="default">
12666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12667 \begin_inset Text
12668
12669 \begin_layout Plain Layout
12670 Spatial resolution in Âµm
12671 \end_layout
12672
12673 \end_inset
12674 </cell>
12675 <cell alignment="center" valignment="top" usebox="none">
12676 \begin_inset Text
12677
12678 \begin_layout Plain Layout
12679 4.26
12680 \end_layout
12681
12682 \end_inset
12683 </cell>
12684 <cell alignment="center" valignment="top" usebox="none">
12685 \begin_inset Text
12686
12687 \begin_layout Plain Layout
12688 10.17
12689 \end_layout
12690
12691 \end_inset
12692 </cell>
12693 <cell alignment="center" valignment="top" usebox="none">
12694 \begin_inset Text
12695
12696 \begin_layout Plain Layout
12697 10.56
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 </row>
12703 <row topspace="default">
12704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12705 \begin_inset Text
12706
12707 \begin_layout Plain Layout
12708 MTF at 
12709 \begin_inset Formula $f_{\mathrm{max}}$
12710 \end_inset
12711
12712
12713 \end_layout
12714
12715 \end_inset
12716 </cell>
12717 <cell alignment="center" valignment="top" usebox="none">
12718 \begin_inset Text
12719
12720 \begin_layout Plain Layout
12721 0.53
12722 \end_layout
12723
12724 \end_inset
12725 </cell>
12726 <cell alignment="center" valignment="top" usebox="none">
12727 \begin_inset Text
12728
12729 \begin_layout Plain Layout
12730 0.37
12731 \end_layout
12732
12733 \end_inset
12734 </cell>
12735 <cell alignment="center" valignment="top" usebox="none">
12736 \begin_inset Text
12737
12738 \begin_layout Plain Layout
12739 0.39
12740 \end_layout
12741
12742 \end_inset
12743 </cell>
12744 </row>
12745 <row topspace="default">
12746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12747 \begin_inset Text
12748
12749 \begin_layout Plain Layout
12750 \begin_inset ERT
12751 status collapsed
12752
12753 \begin_layout Plain Layout
12754
12755
12756 \backslash
12757 cmidrule(l{10pt}){1-1}
12758 \end_layout
12759
12760 \end_inset
12761
12762 LSF-spatial resolution
12763 \end_layout
12764
12765 \end_inset
12766 </cell>
12767 <cell alignment="center" valignment="top" usebox="none">
12768 \begin_inset Text
12769
12770 \begin_layout Plain Layout
12771
12772 \end_layout
12773
12774 \end_inset
12775 </cell>
12776 <cell alignment="center" valignment="top" usebox="none">
12777 \begin_inset Text
12778
12779 \begin_layout Plain Layout
12780
12781 \end_layout
12782
12783 \end_inset
12784 </cell>
12785 <cell alignment="center" valignment="top" usebox="none">
12786 \begin_inset Text
12787
12788 \begin_layout Plain Layout
12789
12790 \end_layout
12791
12792 \end_inset
12793 </cell>
12794 </row>
12795 <row>
12796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12797 \begin_inset Text
12798
12799 \begin_layout Plain Layout
12800 in Âµm
12801 \end_layout
12802
12803 \end_inset
12804 </cell>
12805 <cell alignment="center" valignment="top" usebox="none">
12806 \begin_inset Text
12807
12808 \begin_layout Plain Layout
12809 129.7
12810 \end_layout
12811
12812 \end_inset
12813 </cell>
12814 <cell alignment="center" valignment="top" usebox="none">
12815 \begin_inset Text
12816
12817 \begin_layout Plain Layout
12818 52.75
12819 \end_layout
12820
12821 \end_inset
12822 </cell>
12823 <cell alignment="center" valignment="top" usebox="none">
12824 \begin_inset Text
12825
12826 \begin_layout Plain Layout
12827 50.78
12828 \end_layout
12829
12830 \end_inset
12831 </cell>
12832 </row>
12833 <row>
12834 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12835 \begin_inset Text
12836
12837 \begin_layout Plain Layout
12838 in % of pixel size
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847 76.3
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Plain Layout
12856 95.9
12857 \end_layout
12858
12859 \end_inset
12860 </cell>
12861 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12862 \begin_inset Text
12863
12864 \begin_layout Plain Layout
12865 92.3
12866 \end_layout
12867
12868 \end_inset
12869 </cell>
12870 </row>
12871 </lyxtabular>
12872
12873 \end_inset
12874
12875
12876 \end_layout
12877
12878 \end_inset
12879
12880
12881 \end_layout
12882
12883 \begin_layout Standard
12884 Spaces to table rows can be added using the 
12885 \family sans
12886 Borders
12887 \family default
12888  tab of the table dialog as described in section
12889 \begin_inset space ~
12890 \end_inset
12891
12892
12893 \begin_inset CommandInset ref
12894 LatexCommand ref
12895 reference "sub:Row-Spacing"
12896
12897 \end_inset
12898
12899 .
12900 \end_layout
12901
12902 \begin_layout Standard
12903 Unlike normal tables, formal tables have no vertical table lines.
12904  The horizontal table lines can be set as for normal tables but they appear
12905  with different widths in the output:
12906 \begin_inset Newline newline
12907 \end_inset
12908
12909 The first and the last table line have a default width of 0.08
12910 \begin_inset space \thinspace{}
12911 \end_inset
12912
12913 em while the other lines have a default width of 0.05
12914 \begin_inset space \thinspace{}
12915 \end_inset
12916
12917 em.
12918 \end_layout
12919
12920 \begin_layout Standard
12921 The default widths can be changed with the following preamble lines
12922 \end_layout
12923
12924 \begin_layout Standard
12925
12926 \series bold
12927
12928 \backslash
12929 let
12930 \backslash
12931 mytoprule
12932 \backslash
12933 toprule
12934 \begin_inset Newline newline
12935 \end_inset
12936
12937
12938 \backslash
12939 renewcommand{
12940 \backslash
12941 toprule}{
12942 \backslash
12943 mytoprule[width]}
12944 \end_layout
12945
12946 \begin_layout Standard
12947 This example is for the first line, the so called 
12948 \series bold
12949 toprule
12950 \series default
12951 .
12952  If you want to change the width for the last line, replace 
12953 \series bold
12954 toprule
12955 \series default
12956  by 
12957 \series bold
12958 bottomrule
12959 \series default
12960 .
12961  To change the width for the other lines replace 
12962 \series bold
12963 toprule
12964 \series default
12965  by 
12966 \series bold
12967 midrule
12968 \series default
12969 .
12970  You can use all units listed in appendix
12971 \begin_inset space ~
12972 \end_inset
12973
12974
12975 \begin_inset CommandInset ref
12976 LatexCommand ref
12977 reference "cha:Units-available-in"
12978
12979 \end_inset
12980
12981  to set the width.
12982 \end_layout
12983
12984 \begin_layout Standard
12985 Lines that do not span all table columns can be created by setting a table
12986  line for multicolumn cells.
12987  LyX will then internally use the command 
12988 \series bold
12989
12990 \backslash
12991 cmidrule
12992 \series default
12993  to create this line.
12994  Its full scheme is
12995 \end_layout
12996
12997 \begin_layout Standard
12998
12999 \series bold
13000
13001 \backslash
13002 cmidrule[width](trim){startcol-endcol}
13003 \end_layout
13004
13005 \begin_layout Standard
13006 The options of 
13007 \series bold
13008
13009 \backslash
13010 cmidrule
13011 \series default
13012  are currently not supported by LyX so you have to use TeX-Code to be able
13013  to use them.
13014  
13015 \series bold
13016
13017 \backslash
13018 cmidrule
13019 \series default
13020 s can manually be created by inserting the command as TeX-Code as the first
13021  cell entry of the first cell of a row.
13022  The line is then drawn in the output above the current row.
13023 \end_layout
13024
13025 \begin_layout Standard
13026 The default for the width is 0.03
13027 \begin_inset space \thinspace{}
13028 \end_inset
13029
13030 em.
13031  Startcol is the number of the column where the line starts and endcol the
13032  column number where the line ends.
13033  The endcol always needs to be specified, also when the line should span
13034  only one column.
13035  The optional parameter trim could be either 
13036 \emph on
13037 l{trimwidth}
13038 \emph default
13039 , or 
13040 \emph on
13041 r{trimwidth}
13042 \emph default
13043  where the trimwidth is also optional.
13044  Using for example the parameter 
13045 \emph on
13046 l{2pt}
13047 \emph default
13048  means that the line is trimmed from its left end by 2
13049 \begin_inset space \thinspace{}
13050 \end_inset
13051
13052 pt.
13053  If you don't specify the trimwidth the lines are trimmed by the default
13054  of 0.5
13055 \begin_inset space \thinspace{}
13056 \end_inset
13057
13058 em.
13059 \end_layout
13060
13061 \begin_layout Standard
13062 \begin_inset VSpace bigskip
13063 \end_inset
13064
13065 Table
13066 \begin_inset space ~
13067 \end_inset
13068
13069
13070 \begin_inset CommandInset ref
13071 LatexCommand ref
13072 reference "tab:Example-booktabs-table"
13073
13074 \end_inset
13075
13076  was created using the commands
13077 \end_layout
13078
13079 \begin_layout Standard
13080
13081 \series bold
13082
13083 \backslash
13084 cmidrule(r){2-2}
13085 \backslash
13086 cmidrule(l){3-4}
13087 \end_layout
13088
13089 \begin_layout Standard
13090 at the beginning of the second row and
13091 \end_layout
13092
13093 \begin_layout Standard
13094
13095 \series bold
13096
13097 \backslash
13098 cmidrule(l{10pt}){1-1}
13099 \end_layout
13100
13101 \begin_layout Standard
13102 in the sixth row.
13103 \end_layout
13104
13105 \begin_layout Standard
13106 \begin_inset VSpace bigskip
13107 \end_inset
13108
13109
13110 \end_layout
13111
13112 \begin_layout Standard
13113 You might want to have overlapping 
13114 \series bold
13115
13116 \backslash
13117 cmidrule
13118 \series default
13119 s as in in Table
13120 \begin_inset space ~
13121 \end_inset
13122
13123
13124 \begin_inset CommandInset ref
13125 LatexCommand ref
13126 reference "tab:Special-booktabs-table"
13127
13128 \end_inset
13129
13130 .
13131  This can be achieved with the TeX-Code command
13132 \end_layout
13133
13134 \begin_layout Standard
13135
13136 \series bold
13137
13138 \backslash
13139 morecmidrules
13140 \end_layout
13141
13142 \begin_layout Standard
13143 The command that was used for the second row of Table
13144 \begin_inset space ~
13145 \end_inset
13146
13147
13148 \begin_inset CommandInset ref
13149 LatexCommand ref
13150 reference "tab:Special-booktabs-table"
13151
13152 \end_inset
13153
13154  is
13155 \end_layout
13156
13157 \begin_layout Standard
13158
13159 \series bold
13160
13161 \backslash
13162 cmidrule(r){2-2}
13163 \backslash
13164 cmidrule(l){3-4}
13165 \backslash
13166 morecmidrules
13167 \backslash
13168 cmidrule{2-4}
13169 \end_layout
13170
13171 \begin_layout Standard
13172 The command for the sixth row is
13173 \end_layout
13174
13175 \begin_layout Standard
13176
13177 \series bold
13178
13179 \backslash
13180 midrule
13181 \backslash
13182 morecmidrules
13183 \backslash
13184 cmidrule{3-4}
13185 \end_layout
13186
13187 \begin_layout Standard
13188 \begin_inset VSpace bigskip
13189 \end_inset
13190
13191
13192 \end_layout
13193
13194 \begin_layout Standard
13195 If you are anyway not satisfied with the border line spacing, you can use
13196  the following command to produce lines that span over all table columns
13197 \series bold
13198 :
13199 \end_layout
13200
13201 \begin_layout Standard
13202
13203 \series bold
13204
13205 \backslash
13206 specialrule{width}{space above}{space below}
13207 \end_layout
13208
13209 \begin_layout Standard
13210 For more information about these features, refer to the manual of the LaTeX-pack
13211 age 
13212 \series bold
13213 booktabs
13214 \series default
13215  
13216 \begin_inset CommandInset citation
13217 LatexCommand cite
13218 key "booktabs"
13219
13220 \end_inset
13221
13222 .
13223 \begin_inset Index idx
13224 status collapsed
13225
13226 \begin_layout Plain Layout
13227 LaTeX-packages ! booktabs
13228 \end_layout
13229
13230 \end_inset
13231
13232
13233 \end_layout
13234
13235 \begin_layout Standard
13236 \begin_inset Float table
13237 placement h
13238 wide false
13239 sideways false
13240 status open
13241
13242 \begin_layout Plain Layout
13243 \begin_inset Caption
13244
13245 \begin_layout Plain Layout
13246 \begin_inset CommandInset label
13247 LatexCommand label
13248 name "tab:Special-booktabs-table"
13249
13250 \end_inset
13251
13252 Special booktabs-table
13253 \end_layout
13254
13255 \end_inset
13256
13257
13258 \end_layout
13259
13260 \begin_layout Plain Layout
13261 \align center
13262 \begin_inset Tabular
13263 <lyxtabular version="3" rows="8" columns="4">
13264 <features booktabs="true" tabularvalignment="middle">
13265 <column alignment="center" valignment="top" width="0">
13266 <column alignment="center" valignment="top" width="0">
13267 <column alignment="center" valignment="top" width="0">
13268 <column alignment="center" valignment="top" width="0">
13269 <row>
13270 <cell alignment="center" valignment="top" topline="true" usebox="none">
13271 \begin_inset Text
13272
13273 \begin_layout Plain Layout
13274 System
13275 \end_layout
13276
13277 \end_inset
13278 </cell>
13279 <cell alignment="center" valignment="top" topline="true" usebox="none">
13280 \begin_inset Text
13281
13282 \begin_layout Plain Layout
13283 Chip
13284 \begin_inset space \thinspace{}
13285 \end_inset
13286
13287 1
13288 \end_layout
13289
13290 \end_inset
13291 </cell>
13292 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13293 \begin_inset Text
13294
13295 \begin_layout Plain Layout
13296 Chip
13297 \begin_inset space \thinspace{}
13298 \end_inset
13299
13300 2
13301 \end_layout
13302
13303 \end_inset
13304 </cell>
13305 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309
13310 \end_layout
13311
13312 \end_inset
13313 </cell>
13314 </row>
13315 <row>
13316 <cell alignment="center" valignment="top" usebox="none">
13317 \begin_inset Text
13318
13319 \begin_layout Plain Layout
13320 \begin_inset ERT
13321 status collapsed
13322
13323 \begin_layout Plain Layout
13324
13325
13326 \backslash
13327 cmidrule(r){2-2}
13328 \end_layout
13329
13330 \end_inset
13331
13332
13333 \begin_inset ERT
13334 status collapsed
13335
13336 \begin_layout Plain Layout
13337
13338
13339 \backslash
13340 cmidrule(l){3-4}
13341 \end_layout
13342
13343 \end_inset
13344
13345
13346 \begin_inset ERT
13347 status collapsed
13348
13349 \begin_layout Plain Layout
13350
13351
13352 \backslash
13353 morecmidrules 
13354 \end_layout
13355
13356 \end_inset
13357
13358
13359 \begin_inset ERT
13360 status collapsed
13361
13362 \begin_layout Plain Layout
13363
13364
13365 \backslash
13366 cmidrule{2-4}
13367 \end_layout
13368
13369 \end_inset
13370
13371 Detector thickness in Âµm
13372 \end_layout
13373
13374 \end_inset
13375 </cell>
13376 <cell alignment="center" valignment="top" usebox="none">
13377 \begin_inset Text
13378
13379 \begin_layout Plain Layout
13380 300
13381 \end_layout
13382
13383 \end_inset
13384 </cell>
13385 <cell alignment="center" valignment="top" usebox="none">
13386 \begin_inset Text
13387
13388 \begin_layout Plain Layout
13389 300
13390 \end_layout
13391
13392 \end_inset
13393 </cell>
13394 <cell alignment="center" valignment="top" usebox="none">
13395 \begin_inset Text
13396
13397 \begin_layout Plain Layout
13398 700
13399 \end_layout
13400
13401 \end_inset
13402 </cell>
13403 </row>
13404 <row>
13405 <cell alignment="center" valignment="top" topline="true" usebox="none">
13406 \begin_inset Text
13407
13408 \begin_layout Plain Layout
13409 Edge angle in Â°
13410 \end_layout
13411
13412 \end_inset
13413 </cell>
13414 <cell alignment="center" valignment="top" topline="true" usebox="none">
13415 \begin_inset Text
13416
13417 \begin_layout Plain Layout
13418 3.55
13419 \end_layout
13420
13421 \end_inset
13422 </cell>
13423 <cell alignment="center" valignment="top" topline="true" usebox="none">
13424 \begin_inset Text
13425
13426 \begin_layout Plain Layout
13427 2.71
13428 \end_layout
13429
13430 \end_inset
13431 </cell>
13432 <cell alignment="center" valignment="top" topline="true" usebox="none">
13433 \begin_inset Text
13434
13435 \begin_layout Plain Layout
13436 7.99
13437 \end_layout
13438
13439 \end_inset
13440 </cell>
13441 </row>
13442 <row topspace="default">
13443 <cell alignment="center" valignment="top" usebox="none">
13444 \begin_inset Text
13445
13446 \begin_layout Plain Layout
13447 Spatial resolution in Âµm
13448 \end_layout
13449
13450 \end_inset
13451 </cell>
13452 <cell alignment="center" valignment="top" usebox="none">
13453 \begin_inset Text
13454
13455 \begin_layout Plain Layout
13456 4.26
13457 \end_layout
13458
13459 \end_inset
13460 </cell>
13461 <cell alignment="center" valignment="top" usebox="none">
13462 \begin_inset Text
13463
13464 \begin_layout Plain Layout
13465 10.17
13466 \end_layout
13467
13468 \end_inset
13469 </cell>
13470 <cell alignment="center" valignment="top" usebox="none">
13471 \begin_inset Text
13472
13473 \begin_layout Plain Layout
13474 10.56
13475 \end_layout
13476
13477 \end_inset
13478 </cell>
13479 </row>
13480 <row topspace="default">
13481 <cell alignment="center" valignment="top" usebox="none">
13482 \begin_inset Text
13483
13484 \begin_layout Plain Layout
13485 MTF at 
13486 \begin_inset Formula $f_{\mathrm{max}}$
13487 \end_inset
13488
13489
13490 \end_layout
13491
13492 \end_inset
13493 </cell>
13494 <cell alignment="center" valignment="top" usebox="none">
13495 \begin_inset Text
13496
13497 \begin_layout Plain Layout
13498 0.53
13499 \end_layout
13500
13501 \end_inset
13502 </cell>
13503 <cell alignment="center" valignment="top" usebox="none">
13504 \begin_inset Text
13505
13506 \begin_layout Plain Layout
13507 0.37
13508 \end_layout
13509
13510 \end_inset
13511 </cell>
13512 <cell alignment="center" valignment="top" usebox="none">
13513 \begin_inset Text
13514
13515 \begin_layout Plain Layout
13516 0.39
13517 \end_layout
13518
13519 \end_inset
13520 </cell>
13521 </row>
13522 <row>
13523 <cell alignment="center" valignment="top" topline="true" usebox="none">
13524 \begin_inset Text
13525
13526 \begin_layout Plain Layout
13527 \begin_inset ERT
13528 status collapsed
13529
13530 \begin_layout Plain Layout
13531
13532
13533 \backslash
13534 morecmidrules 
13535 \end_layout
13536
13537 \end_inset
13538
13539
13540 \begin_inset ERT
13541 status collapsed
13542
13543 \begin_layout Plain Layout
13544
13545
13546 \backslash
13547 cmidrule{3-4}
13548 \end_layout
13549
13550 \end_inset
13551
13552 LSF-spatial resolution
13553 \end_layout
13554
13555 \end_inset
13556 </cell>
13557 <cell alignment="center" valignment="top" topline="true" usebox="none">
13558 \begin_inset Text
13559
13560 \begin_layout Plain Layout
13561
13562 \end_layout
13563
13564 \end_inset
13565 </cell>
13566 <cell alignment="center" valignment="top" topline="true" usebox="none">
13567 \begin_inset Text
13568
13569 \begin_layout Plain Layout
13570
13571 \end_layout
13572
13573 \end_inset
13574 </cell>
13575 <cell alignment="center" valignment="top" topline="true" usebox="none">
13576 \begin_inset Text
13577
13578 \begin_layout Plain Layout
13579
13580 \end_layout
13581
13582 \end_inset
13583 </cell>
13584 </row>
13585 <row>
13586 <cell alignment="center" valignment="top" usebox="none">
13587 \begin_inset Text
13588
13589 \begin_layout Plain Layout
13590 in Âµm
13591 \end_layout
13592
13593 \end_inset
13594 </cell>
13595 <cell alignment="center" valignment="top" usebox="none">
13596 \begin_inset Text
13597
13598 \begin_layout Plain Layout
13599 129.7
13600 \end_layout
13601
13602 \end_inset
13603 </cell>
13604 <cell alignment="center" valignment="top" usebox="none">
13605 \begin_inset Text
13606
13607 \begin_layout Plain Layout
13608 52.75
13609 \end_layout
13610
13611 \end_inset
13612 </cell>
13613 <cell alignment="center" valignment="top" usebox="none">
13614 \begin_inset Text
13615
13616 \begin_layout Plain Layout
13617 50.78
13618 \end_layout
13619
13620 \end_inset
13621 </cell>
13622 </row>
13623 <row>
13624 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13625 \begin_inset Text
13626
13627 \begin_layout Plain Layout
13628 in % of pixel size
13629 \end_layout
13630
13631 \end_inset
13632 </cell>
13633 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13634 \begin_inset Text
13635
13636 \begin_layout Plain Layout
13637 76.3
13638 \end_layout
13639
13640 \end_inset
13641 </cell>
13642 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13643 \begin_inset Text
13644
13645 \begin_layout Plain Layout
13646 95.9
13647 \end_layout
13648
13649 \end_inset
13650 </cell>
13651 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13652 \begin_inset Text
13653
13654 \begin_layout Plain Layout
13655 92.3
13656 \end_layout
13657
13658 \end_inset
13659 </cell>
13660 </row>
13661 </lyxtabular>
13662
13663 \end_inset
13664
13665
13666 \end_layout
13667
13668 \end_inset
13669
13670
13671 \end_layout
13672
13673 \begin_layout Section
13674 Vertical Table Alignment
13675 \begin_inset Index idx
13676 status collapsed
13677
13678 \begin_layout Plain Layout
13679 Table ! Alignment
13680 \end_layout
13681
13682 \end_inset
13683
13684
13685 \end_layout
13686
13687 \begin_layout Standard
13688 To align tables vertically in a text line the table must be inside a box.
13689  The box can then be vertically aligned as described in section
13690 \begin_inset space ~
13691 \end_inset
13692
13693
13694 \begin_inset CommandInset ref
13695 LatexCommand ref
13696 reference "sec:Box-Dialog"
13697
13698 \end_inset
13699
13700 .
13701 \end_layout
13702
13703 \begin_layout Standard
13704 In the following example the tables are inside a minipage
13705 \begin_inset Foot
13706 status collapsed
13707
13708 \begin_layout Plain Layout
13709 Minipages are described in section
13710 \begin_inset space ~
13711 \end_inset
13712
13713
13714 \begin_inset CommandInset ref
13715 LatexCommand ref
13716 reference "sec:Minipages"
13717
13718 \end_inset
13719
13720 .
13721 \end_layout
13722
13723 \end_inset
13724
13725  box that has a width of 15
13726 \begin_inset space \thinspace{}
13727 \end_inset
13728
13729 col%:
13730 \end_layout
13731
13732 \begin_layout Itemize
13733 test 
13734 \begin_inset Box Frameless
13735 position "t"
13736 hor_pos "c"
13737 has_inner_box 1
13738 inner_pos "c"
13739 use_parbox 0
13740 use_makebox 0
13741 width "15col%"
13742 special "none"
13743 height "1in"
13744 height_special "totalheight"
13745 status collapsed
13746
13747 \begin_layout Plain Layout
13748 \begin_inset Tabular
13749 <lyxtabular version="3" rows="3" columns="3">
13750 <features tabularvalignment="middle">
13751 <column alignment="center" valignment="top" width="0">
13752 <column alignment="center" valignment="top" width="0">
13753 <column alignment="center" valignment="top" width="0">
13754 <row>
13755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13756 \begin_inset Text
13757
13758 \begin_layout Plain Layout
13759 a
13760 \end_layout
13761
13762 \end_inset
13763 </cell>
13764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13765 \begin_inset Text
13766
13767 \begin_layout Plain Layout
13768 d
13769 \end_layout
13770
13771 \end_inset
13772 </cell>
13773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13774 \begin_inset Text
13775
13776 \begin_layout Plain Layout
13777 g
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 </row>
13783 <row>
13784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13785 \begin_inset Text
13786
13787 \begin_layout Plain Layout
13788 b
13789 \end_layout
13790
13791 \end_inset
13792 </cell>
13793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Plain Layout
13797 e
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13803 \begin_inset Text
13804
13805 \begin_layout Plain Layout
13806 h
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 </row>
13812 <row>
13813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13814 \begin_inset Text
13815
13816 \begin_layout Plain Layout
13817 c
13818 \end_layout
13819
13820 \end_inset
13821 </cell>
13822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13823 \begin_inset Text
13824
13825 \begin_layout Plain Layout
13826 f
13827 \end_layout
13828
13829 \end_inset
13830 </cell>
13831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13832 \begin_inset Text
13833
13834 \begin_layout Plain Layout
13835 i
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 </row>
13841 </lyxtabular>
13842
13843 \end_inset
13844
13845
13846 \end_layout
13847
13848 \end_inset
13849
13850  test 
13851 \begin_inset ERT
13852 status collapsed
13853
13854 \begin_layout Plain Layout
13855
13856
13857 \backslash
13858 raisebox{0.85
13859 \backslash
13860 baselineskip}{
13861 \end_layout
13862
13863 \end_inset
13864
13865
13866 \begin_inset Box Frameless
13867 position "t"
13868 hor_pos "c"
13869 has_inner_box 1
13870 inner_pos "c"
13871 use_parbox 0
13872 use_makebox 0
13873 width "15col%"
13874 special "none"
13875 height "1in"
13876 height_special "totalheight"
13877 status collapsed
13878
13879 \begin_layout Plain Layout
13880 \begin_inset Tabular
13881 <lyxtabular version="3" rows="3" columns="3">
13882 <features tabularvalignment="middle">
13883 <column alignment="center" valignment="top" width="0">
13884 <column alignment="center" valignment="top" width="0">
13885 <column alignment="center" valignment="top" width="0">
13886 <row>
13887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13888 \begin_inset Text
13889
13890 \begin_layout Plain Layout
13891 a
13892 \end_layout
13893
13894 \end_inset
13895 </cell>
13896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13897 \begin_inset Text
13898
13899 \begin_layout Plain Layout
13900 d
13901 \end_layout
13902
13903 \end_inset
13904 </cell>
13905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13906 \begin_inset Text
13907
13908 \begin_layout Plain Layout
13909 g
13910 \end_layout
13911
13912 \end_inset
13913 </cell>
13914 </row>
13915 <row>
13916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13917 \begin_inset Text
13918
13919 \begin_layout Plain Layout
13920 b
13921 \end_layout
13922
13923 \end_inset
13924 </cell>
13925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13926 \begin_inset Text
13927
13928 \begin_layout Plain Layout
13929 e
13930 \end_layout
13931
13932 \end_inset
13933 </cell>
13934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13935 \begin_inset Text
13936
13937 \begin_layout Plain Layout
13938 h
13939 \end_layout
13940
13941 \end_inset
13942 </cell>
13943 </row>
13944 <row>
13945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13946 \begin_inset Text
13947
13948 \begin_layout Plain Layout
13949 c
13950 \end_layout
13951
13952 \end_inset
13953 </cell>
13954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13955 \begin_inset Text
13956
13957 \begin_layout Plain Layout
13958 f
13959 \end_layout
13960
13961 \end_inset
13962 </cell>
13963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13964 \begin_inset Text
13965
13966 \begin_layout Plain Layout
13967 i
13968 \end_layout
13969
13970 \end_inset
13971 </cell>
13972 </row>
13973 </lyxtabular>
13974
13975 \end_inset
13976
13977
13978 \end_layout
13979
13980 \end_inset
13981
13982
13983 \begin_inset ERT
13984 status collapsed
13985
13986 \begin_layout Plain Layout
13987
13988 }
13989 \end_layout
13990
13991 \end_inset
13992
13993
13994 \end_layout
13995
13996 \begin_layout Itemize
13997 test 
13998 \begin_inset Box Frameless
13999 position "c"
14000 hor_pos "c"
14001 has_inner_box 1
14002 inner_pos "c"
14003 use_parbox 0
14004 use_makebox 0
14005 width "15col%"
14006 special "none"
14007 height "1in"
14008 height_special "totalheight"
14009 status collapsed
14010
14011 \begin_layout Plain Layout
14012 \begin_inset Tabular
14013 <lyxtabular version="3" rows="3" columns="3">
14014 <features tabularvalignment="middle">
14015 <column alignment="center" valignment="top" width="0">
14016 <column alignment="center" valignment="top" width="0">
14017 <column alignment="center" valignment="top" width="0">
14018 <row>
14019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14020 \begin_inset Text
14021
14022 \begin_layout Plain Layout
14023 a
14024 \end_layout
14025
14026 \end_inset
14027 </cell>
14028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14029 \begin_inset Text
14030
14031 \begin_layout Plain Layout
14032 d
14033 \end_layout
14034
14035 \end_inset
14036 </cell>
14037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14038 \begin_inset Text
14039
14040 \begin_layout Plain Layout
14041 g
14042 \end_layout
14043
14044 \end_inset
14045 </cell>
14046 </row>
14047 <row>
14048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14049 \begin_inset Text
14050
14051 \begin_layout Plain Layout
14052 b
14053 \end_layout
14054
14055 \end_inset
14056 </cell>
14057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14058 \begin_inset Text
14059
14060 \begin_layout Plain Layout
14061 e
14062 \end_layout
14063
14064 \end_inset
14065 </cell>
14066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14067 \begin_inset Text
14068
14069 \begin_layout Plain Layout
14070 h
14071 \end_layout
14072
14073 \end_inset
14074 </cell>
14075 </row>
14076 <row>
14077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14078 \begin_inset Text
14079
14080 \begin_layout Plain Layout
14081 c
14082 \end_layout
14083
14084 \end_inset
14085 </cell>
14086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14087 \begin_inset Text
14088
14089 \begin_layout Plain Layout
14090 f
14091 \end_layout
14092
14093 \end_inset
14094 </cell>
14095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14096 \begin_inset Text
14097
14098 \begin_layout Plain Layout
14099 i
14100 \end_layout
14101
14102 \end_inset
14103 </cell>
14104 </row>
14105 </lyxtabular>
14106
14107 \end_inset
14108
14109
14110 \end_layout
14111
14112 \end_inset
14113
14114
14115 \end_layout
14116
14117 \begin_layout Itemize
14118 test 
14119 \begin_inset Box Frameless
14120 position "b"
14121 hor_pos "c"
14122 has_inner_box 1
14123 inner_pos "c"
14124 use_parbox 0
14125 use_makebox 0
14126 width "15col%"
14127 special "none"
14128 height "1in"
14129 height_special "totalheight"
14130 status collapsed
14131
14132 \begin_layout Plain Layout
14133 \begin_inset Tabular
14134 <lyxtabular version="3" rows="3" columns="3">
14135 <features tabularvalignment="middle">
14136 <column alignment="center" valignment="top" width="0">
14137 <column alignment="center" valignment="top" width="0">
14138 <column alignment="center" valignment="top" width="0">
14139 <row>
14140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14141 \begin_inset Text
14142
14143 \begin_layout Plain Layout
14144 a
14145 \end_layout
14146
14147 \end_inset
14148 </cell>
14149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14150 \begin_inset Text
14151
14152 \begin_layout Plain Layout
14153 d
14154 \end_layout
14155
14156 \end_inset
14157 </cell>
14158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14159 \begin_inset Text
14160
14161 \begin_layout Plain Layout
14162 g
14163 \end_layout
14164
14165 \end_inset
14166 </cell>
14167 </row>
14168 <row>
14169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14170 \begin_inset Text
14171
14172 \begin_layout Plain Layout
14173 b
14174 \end_layout
14175
14176 \end_inset
14177 </cell>
14178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14179 \begin_inset Text
14180
14181 \begin_layout Plain Layout
14182 e
14183 \end_layout
14184
14185 \end_inset
14186 </cell>
14187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14188 \begin_inset Text
14189
14190 \begin_layout Plain Layout
14191 h
14192 \end_layout
14193
14194 \end_inset
14195 </cell>
14196 </row>
14197 <row>
14198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14199 \begin_inset Text
14200
14201 \begin_layout Plain Layout
14202 c
14203 \end_layout
14204
14205 \end_inset
14206 </cell>
14207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14208 \begin_inset Text
14209
14210 \begin_layout Plain Layout
14211 f
14212 \end_layout
14213
14214 \end_inset
14215 </cell>
14216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14217 \begin_inset Text
14218
14219 \begin_layout Plain Layout
14220 i
14221 \end_layout
14222
14223 \end_inset
14224 </cell>
14225 </row>
14226 </lyxtabular>
14227
14228 \end_inset
14229
14230
14231 \end_layout
14232
14233 \end_inset
14234
14235  test 
14236 \begin_inset ERT
14237 status collapsed
14238
14239 \begin_layout Plain Layout
14240
14241
14242 \backslash
14243 raisebox{-0.32
14244 \backslash
14245 baselineskip}{
14246 \end_layout
14247
14248 \end_inset
14249
14250
14251 \begin_inset Box Frameless
14252 position "b"
14253 hor_pos "c"
14254 has_inner_box 1
14255 inner_pos "c"
14256 use_parbox 0
14257 use_makebox 0
14258 width "15col%"
14259 special "none"
14260 height "1in"
14261 height_special "totalheight"
14262 status collapsed
14263
14264 \begin_layout Plain Layout
14265 \begin_inset Tabular
14266 <lyxtabular version="3" rows="3" columns="3">
14267 <features tabularvalignment="middle">
14268 <column alignment="center" valignment="top" width="0">
14269 <column alignment="center" valignment="top" width="0">
14270 <column alignment="center" valignment="top" width="0">
14271 <row>
14272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14273 \begin_inset Text
14274
14275 \begin_layout Plain Layout
14276 a
14277 \end_layout
14278
14279 \end_inset
14280 </cell>
14281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14282 \begin_inset Text
14283
14284 \begin_layout Plain Layout
14285 d
14286 \end_layout
14287
14288 \end_inset
14289 </cell>
14290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14291 \begin_inset Text
14292
14293 \begin_layout Plain Layout
14294 g
14295 \end_layout
14296
14297 \end_inset
14298 </cell>
14299 </row>
14300 <row>
14301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14302 \begin_inset Text
14303
14304 \begin_layout Plain Layout
14305 b
14306 \end_layout
14307
14308 \end_inset
14309 </cell>
14310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14311 \begin_inset Text
14312
14313 \begin_layout Plain Layout
14314 e
14315 \end_layout
14316
14317 \end_inset
14318 </cell>
14319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14320 \begin_inset Text
14321
14322 \begin_layout Plain Layout
14323 h
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 </row>
14329 <row>
14330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14331 \begin_inset Text
14332
14333 \begin_layout Plain Layout
14334 c
14335 \end_layout
14336
14337 \end_inset
14338 </cell>
14339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14340 \begin_inset Text
14341
14342 \begin_layout Plain Layout
14343 f
14344 \end_layout
14345
14346 \end_inset
14347 </cell>
14348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14349 \begin_inset Text
14350
14351 \begin_layout Plain Layout
14352 i
14353 \end_layout
14354
14355 \end_inset
14356 </cell>
14357 </row>
14358 </lyxtabular>
14359
14360 \end_inset
14361
14362
14363 \end_layout
14364
14365 \end_inset
14366
14367
14368 \begin_inset ERT
14369 status collapsed
14370
14371 \begin_layout Plain Layout
14372
14373 }
14374 \end_layout
14375
14376 \end_inset
14377
14378
14379 \end_layout
14380
14381 \begin_layout Standard
14382 As you will see, the content of the first and last table row is not correctly
14383  aligned.
14384  To get this alignment, the minipage box must be set into a raisebox
14385 \begin_inset Foot
14386 status collapsed
14387
14388 \begin_layout Plain Layout
14389 Raiseboxes are described in section
14390 \begin_inset space ~
14391 \end_inset
14392
14393
14394 \begin_inset CommandInset ref
14395 LatexCommand ref
14396 reference "sub:Vertical-Alignment"
14397
14398 \end_inset
14399
14400 .
14401 \end_layout
14402
14403 \end_inset
14404
14405 .
14406  In the example above the second table in the first item is aligned using
14407  the TeX-Code-command
14408 \end_layout
14409
14410 \begin_layout Standard
14411
14412 \series bold
14413
14414 \backslash
14415 raisebox{0.85
14416 \backslash
14417 baselineskip}{
14418 \end_layout
14419
14420 \begin_layout Standard
14421 before the box.
14422  After the box the closing brace 
14423 \series bold
14424 }
14425 \series default
14426  is inserted as TeX-Code.
14427  For the second table in the last item the command
14428 \end_layout
14429
14430 \begin_layout Standard
14431
14432 \series bold
14433
14434 \backslash
14435 raisebox{-0.32
14436 \backslash
14437 baselineskip}{
14438 \end_layout
14439
14440 \begin_layout Standard
14441 is used.
14442 \end_layout
14443
14444 \begin_layout Standard
14445 \begin_inset Note Greyedout
14446 status open
14447
14448 \begin_layout Plain Layout
14449
14450 \series bold
14451 Note:
14452 \series default
14453  The alignment of the table row content to the surrounding text line is
14454  not exact.
14455  The required value for the 
14456 \series bold
14457
14458 \backslash
14459 raisebox
14460 \series default
14461  command for this alignment depends on the document font, the font size,
14462  and the table line thickness.
14463 \end_layout
14464
14465 \end_inset
14466
14467
14468 \end_layout
14469
14470 \begin_layout Section
14471 Colored Tables
14472 \begin_inset CommandInset label
14473 LatexCommand label
14474 name "sec:Colored-Tables"
14475
14476 \end_inset
14477
14478
14479 \begin_inset Index idx
14480 status collapsed
14481
14482 \begin_layout Plain Layout
14483 Table ! Color
14484 \end_layout
14485
14486 \end_inset
14487
14488
14489 \end_layout
14490
14491 \begin_layout Subsection
14492 Colored Cells
14493 \begin_inset Index idx
14494 status collapsed
14495
14496 \begin_layout Plain Layout
14497 Table Color ! for Cells
14498 \end_layout
14499
14500 \end_inset
14501
14502
14503 \begin_inset Index idx
14504 status collapsed
14505
14506 \begin_layout Plain Layout
14507 Color ! for Table Cells
14508 \end_layout
14509
14510 \end_inset
14511
14512
14513 \end_layout
14514
14515 \begin_layout Standard
14516 \begin_inset Float table
14517 placement h
14518 wide false
14519 sideways false
14520 status open
14521
14522 \begin_layout Plain Layout
14523 \begin_inset Caption
14524
14525 \begin_layout Plain Layout
14526 \begin_inset CommandInset label
14527 LatexCommand label
14528 name "tab:Table-colored-without"
14529
14530 \end_inset
14531
14532 Table colored without using the package 
14533 \series bold
14534 colortbl
14535 \series default
14536
14537 \begin_inset Argument
14538 status collapsed
14539
14540 \begin_layout Plain Layout
14541 Table without colortbl
14542 \end_layout
14543
14544 \end_inset
14545
14546
14547 \end_layout
14548
14549 \end_inset
14550
14551
14552 \end_layout
14553
14554 \begin_layout Plain Layout
14555 \align center
14556 \begin_inset Tabular
14557 <lyxtabular version="3" rows="3" columns="3">
14558 <features tabularvalignment="middle">
14559 <column alignment="center" valignment="top" width="0">
14560 <column alignment="center" valignment="top" width="0">
14561 <column alignment="center" valignment="top" width="0">
14562 <row>
14563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14564 \begin_inset Text
14565
14566 \begin_layout Plain Layout
14567
14568 \color green
14569 a
14570 \end_layout
14571
14572 \end_inset
14573 </cell>
14574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14575 \begin_inset Text
14576
14577 \begin_layout Plain Layout
14578
14579 \color red
14580 b
14581 \end_layout
14582
14583 \end_inset
14584 </cell>
14585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14586 \begin_inset Text
14587
14588 \begin_layout Plain Layout
14589
14590 \color red
14591 c
14592 \end_layout
14593
14594 \end_inset
14595 </cell>
14596 </row>
14597 <row>
14598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14599 \begin_inset Text
14600
14601 \begin_layout Plain Layout
14602
14603 \color green
14604 d
14605 \end_layout
14606
14607 \end_inset
14608 </cell>
14609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14610 \begin_inset Text
14611
14612 \begin_layout Plain Layout
14613
14614 \color blue
14615 e
14616 \end_layout
14617
14618 \end_inset
14619 </cell>
14620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14621 \begin_inset Text
14622
14623 \begin_layout Plain Layout
14624
14625 \color blue
14626 f
14627 \end_layout
14628
14629 \end_inset
14630 </cell>
14631 </row>
14632 <row>
14633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14634 \begin_inset Text
14635
14636 \begin_layout Plain Layout
14637
14638 \color green
14639 g
14640 \end_layout
14641
14642 \end_inset
14643 </cell>
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
14649 \color blue
14650 h
14651 \end_layout
14652
14653 \end_inset
14654 </cell>
14655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14656 \begin_inset Text
14657
14658 \begin_layout Plain Layout
14659
14660 \color blue
14661 i
14662 \end_layout
14663
14664 \end_inset
14665 </cell>
14666 </row>
14667 </lyxtabular>
14668
14669 \end_inset
14670
14671
14672 \end_layout
14673
14674 \end_inset
14675
14676
14677 \end_layout
14678
14679 \begin_layout Standard
14680 If you only need colored text, mark the cells and choose a color in the
14681  menu 
14682 \family sans
14683 Edit\SpecialChar \menuseparator
14684 Text
14685 \begin_inset space ~
14686 \end_inset
14687
14688 Style
14689 \family default
14690 .
14691  This was used to create Table
14692 \begin_inset space ~
14693 \end_inset
14694
14695
14696 \begin_inset CommandInset ref
14697 LatexCommand ref
14698 reference "tab:Table-colored-without"
14699
14700 \end_inset
14701
14702 .
14703  In any other case you have to use the LaTeX-package 
14704 \series bold
14705 colortbl
14706 \series default
14707 .
14708 \begin_inset Index idx
14709 status collapsed
14710
14711 \begin_layout Plain Layout
14712 LaTeX-packages ! colortbl
14713 \end_layout
14714
14715 \end_inset
14716
14717
14718 \end_layout
14719
14720 \begin_layout Standard
14721 \begin_inset ERT
14722 status collapsed
14723
14724 \begin_layout Plain Layout
14725
14726
14727 \backslash
14728 ifcolortbl
14729 \end_layout
14730
14731 \end_inset
14732
14733
14734 \begin_inset Note Note
14735 status open
14736
14737 \begin_layout Plain Layout
14738 The following section part will only be displayed when the LaTeX-package
14739  
14740 \series bold
14741 colortbl
14742 \series default
14743  is installed.
14744 \end_layout
14745
14746 \end_inset
14747
14748
14749 \end_layout
14750
14751 \begin_layout Standard
14752 To create colored tables, 
14753 \series bold
14754 colortbl
14755 \series default
14756  must be loaded in the preamble with the line
14757 \end_layout
14758
14759 \begin_layout Standard
14760
14761 \series bold
14762
14763 \backslash
14764 usepackage{colortbl}
14765 \end_layout
14766
14767 \begin_layout Standard
14768 The color of a column is adjusted with the command
14769 \end_layout
14770
14771 \begin_layout Standard
14772
14773 \series bold
14774
14775 \backslash
14776 columncolor{name of color}
14777 \end_layout
14778
14779 \begin_layout Standard
14780 inside the command 
14781 \series bold
14782 >{ }
14783 \series default
14784 .
14785  More about the command 
14786 \series bold
14787 >{}
14788 \series default
14789  is contained in section
14790 \begin_inset space ~
14791 \end_inset
14792
14793
14794 \begin_inset CommandInset ref
14795 LatexCommand ref
14796 reference "sub:Multicolumn-Calculations"
14797
14798 \end_inset
14799
14800 .
14801 \end_layout
14802
14803 \begin_layout Standard
14804 The following color names are predefined:
14805 \end_layout
14806
14807 \begin_layout Standard
14808
14809 \family sans
14810 red
14811 \family default
14812
14813 \family sans
14814 green
14815 \family default
14816
14817 \family sans
14818 yellow
14819 \family default
14820
14821 \family sans
14822 blue
14823 \family default
14824
14825 \family sans
14826 cyan
14827 \family default
14828
14829 \family sans
14830 magenta
14831 \family default
14832
14833 \family sans
14834 black
14835 \family default
14836  and 
14837 \family sans
14838 white
14839 \end_layout
14840
14841 \begin_layout Standard
14842 \begin_inset VSpace medskip
14843 \end_inset
14844
14845
14846 \end_layout
14847
14848 \begin_layout Standard
14849 You can also define your own color with the command
14850 \end_layout
14851
14852 \begin_layout Standard
14853
14854 \series bold
14855
14856 \backslash
14857 definecolor{color name}{color model}{color values}
14858 \end_layout
14859
14860 \begin_layout Standard
14861 The color model can be
14862 \end_layout
14863
14864 \begin_layout Labeling
14865 \labelwidthstring 00.00.0000
14866 cmyk: cyan, magenta, yellow, black
14867 \end_layout
14868
14869 \begin_layout Labeling
14870 \labelwidthstring 00.00.0000
14871 rgb: red, green blue
14872 \end_layout
14873
14874 \begin_layout Labeling
14875 \labelwidthstring 00.00.0000
14876 gray gray
14877 \end_layout
14878
14879 \begin_layout Standard
14880 and the color values are comma separated numbers between 0 and 1 describing
14881  the factor for the corresponding color of the color model.
14882 \end_layout
14883
14884 \begin_layout Standard
14885 You can e.
14886 \begin_inset space \thinspace{}
14887 \end_inset
14888
14889 g.
14890 \begin_inset space \space{}
14891 \end_inset
14892
14893 define the color "
14894 \emph on
14895 darkgreen
14896 \emph default
14897 " in the preamble with
14898 \end_layout
14899
14900 \begin_layout Standard
14901
14902 \series bold
14903
14904 \backslash
14905 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14906 \end_layout
14907
14908 \begin_layout Standard
14909 and the color "
14910 \emph on
14911 lightgray
14912 \emph default
14913 " with
14914 \end_layout
14915
14916 \begin_layout Standard
14917
14918 \series bold
14919
14920 \backslash
14921 definecolor{lightgray}{gray}{0.8}
14922 \end_layout
14923
14924 \begin_layout Standard
14925 \begin_inset VSpace medskip
14926 \end_inset
14927
14928
14929 \end_layout
14930
14931 \begin_layout Standard
14932 Lines are colored with the command
14933 \end_layout
14934
14935 \begin_layout Standard
14936
14937 \series bold
14938
14939 \backslash
14940 rowcolor{name of color}
14941 \end_layout
14942
14943 \begin_layout Standard
14944 and cells are colored with the command
14945 \end_layout
14946
14947 \begin_layout Standard
14948
14949 \series bold
14950
14951 \backslash
14952 cellcolor{name of color}
14953 \end_layout
14954
14955 \begin_layout Standard
14956 Both commands are inserted at the beginning of a cell as TeX-Code.
14957 \end_layout
14958
14959 \begin_layout Standard
14960 To color characters in the table, mark the cells and use the LyX menu 
14961 \family sans
14962 Edit\SpecialChar \menuseparator
14963 Text
14964 \begin_inset space ~
14965 \end_inset
14966
14967 Style
14968 \family default
14969 .
14970  If a cell contains TeX-Code mark only the characters, otherwise the colored
14971  TeX-Code will cause LaTeX-errors.
14972 \end_layout
14973
14974 \begin_layout Standard
14975 \begin_inset Note Greyedout
14976 status open
14977
14978 \begin_layout Plain Layout
14979
14980 \series bold
14981 Note:
14982 \series default
14983  Not all DVI-viewers are able to display self-defined colors.
14984 \end_layout
14985
14986 \end_inset
14987
14988
14989 \end_layout
14990
14991 \begin_layout Standard
14992 \begin_inset VSpace bigskip
14993 \end_inset
14994
14995
14996 \end_layout
14997
14998 \begin_layout Standard
14999 To create Table
15000 \begin_inset space ~
15001 \end_inset
15002
15003
15004 \begin_inset CommandInset ref
15005 LatexCommand ref
15006 reference "tab:Table-colored-using"
15007
15008 \end_inset
15009
15010  do the following: The color of the first column should be 
15011 \emph on
15012 darkgreen
15013 \emph default
15014 .
15015  So insert
15016 \end_layout
15017
15018 \begin_layout Standard
15019
15020 \series bold
15021 >{
15022 \backslash
15023 columncolor{darkgreen}
15024 \backslash
15025 centering}c
15026 \end_layout
15027
15028 \begin_layout Standard
15029 as LaTeX-argument for this column.
15030  The first row should be blue, therefore the TeX-Code command
15031 \end_layout
15032
15033 \begin_layout Standard
15034
15035 \series bold
15036
15037 \backslash
15038 rowcolor{cyan}
15039 \end_layout
15040
15041 \begin_layout Standard
15042 is inserted to the first cell of this row.
15043  Note that this overwrites the column color for the first cell.
15044  The last cell of the last row is colored magenta by inserting the TeX-Code
15045  command
15046 \end_layout
15047
15048 \begin_layout Standard
15049
15050 \series bold
15051
15052 \backslash
15053 cellcolor{magenta}
15054 \end_layout
15055
15056 \begin_layout Standard
15057 The characters could now be colored using the menu 
15058 \family sans
15059 Edit\SpecialChar \menuseparator
15060 Text
15061 \begin_inset space ~
15062 \end_inset
15063
15064 Style
15065 \family default
15066 .
15067 \end_layout
15068
15069 \begin_layout Standard
15070 \begin_inset Float table
15071 placement h
15072 wide false
15073 sideways false
15074 status open
15075
15076 \begin_layout Plain Layout
15077 \begin_inset Caption
15078
15079 \begin_layout Plain Layout
15080 \begin_inset CommandInset label
15081 LatexCommand label
15082 name "tab:Table-colored-using"
15083
15084 \end_inset
15085
15086 Table colored using the package 
15087 \series bold
15088 colortbl
15089 \series default
15090
15091 \begin_inset Argument
15092 status collapsed
15093
15094 \begin_layout Plain Layout
15095 Table with colortbl
15096 \end_layout
15097
15098 \end_inset
15099
15100
15101 \end_layout
15102
15103 \end_inset
15104
15105
15106 \end_layout
15107
15108 \begin_layout Plain Layout
15109 \align center
15110 \begin_inset Tabular
15111 <lyxtabular version="3" rows="3" columns="3">
15112 <features tabularvalignment="middle">
15113 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15114 <column alignment="center" valignment="top" width="0">
15115 <column alignment="center" valignment="top" width="0">
15116 <row>
15117 <cell alignment="center" valignment="top" usebox="none">
15118 \begin_inset Text
15119
15120 \begin_layout Plain Layout
15121 \begin_inset ERT
15122 status collapsed
15123
15124 \begin_layout Plain Layout
15125
15126
15127 \backslash
15128 rowcolor{cyan}
15129 \end_layout
15130
15131 \end_inset
15132
15133
15134 \color magenta
15135 a
15136 \end_layout
15137
15138 \end_inset
15139 </cell>
15140 <cell alignment="center" valignment="top" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144
15145 \color red
15146 b
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 <cell alignment="center" valignment="top" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Plain Layout
15155
15156 \color red
15157 c
15158 \end_layout
15159
15160 \end_inset
15161 </cell>
15162 </row>
15163 <row>
15164 <cell alignment="center" valignment="top" usebox="none">
15165 \begin_inset Text
15166
15167 \begin_layout Plain Layout
15168
15169 \color yellow
15170 d
15171 \end_layout
15172
15173 \end_inset
15174 </cell>
15175 <cell alignment="center" valignment="top" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Plain Layout
15179
15180 \color blue
15181 e
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 <cell alignment="center" valignment="top" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Plain Layout
15190
15191 \color blue
15192 f
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 </row>
15198 <row>
15199 <cell alignment="center" valignment="top" usebox="none">
15200 \begin_inset Text
15201
15202 \begin_layout Plain Layout
15203
15204 \color yellow
15205 g
15206 \end_layout
15207
15208 \end_inset
15209 </cell>
15210 <cell alignment="center" valignment="top" usebox="none">
15211 \begin_inset Text
15212
15213 \begin_layout Plain Layout
15214
15215 \color blue
15216 h
15217 \end_layout
15218
15219 \end_inset
15220 </cell>
15221 <cell alignment="center" valignment="top" usebox="none">
15222 \begin_inset Text
15223
15224 \begin_layout Plain Layout
15225 \begin_inset ERT
15226 status collapsed
15227
15228 \begin_layout Plain Layout
15229
15230
15231 \backslash
15232 cellcolor{magenta}
15233 \end_layout
15234
15235 \end_inset
15236
15237
15238 \color green
15239 i
15240 \end_layout
15241
15242 \end_inset
15243 </cell>
15244 </row>
15245 </lyxtabular>
15246
15247 \end_inset
15248
15249
15250 \end_layout
15251
15252 \end_inset
15253
15254
15255 \end_layout
15256
15257 \begin_layout Standard
15258 \begin_inset ERT
15259 status collapsed
15260
15261 \begin_layout Plain Layout
15262
15263
15264 \backslash
15265 else
15266 \end_layout
15267
15268 \end_inset
15269
15270
15271 \begin_inset Note Note
15272 status open
15273
15274 \begin_layout Plain Layout
15275 The following will be displayed when the LaTeX-package 
15276 \series bold
15277 colortbl
15278 \series default
15279  is not installed:
15280 \end_layout
15281
15282 \end_inset
15283
15284
15285 \end_layout
15286
15287 \begin_layout Standard
15288 You need to install the package 
15289 \series bold
15290 colortbl
15291 \series default
15292  to see the content of this section in the output.
15293 \end_layout
15294
15295 \begin_layout Standard
15296 \begin_inset ERT
15297 status collapsed
15298
15299 \begin_layout Plain Layout
15300
15301
15302 \backslash
15303 fi
15304 \end_layout
15305
15306 \end_inset
15307
15308
15309 \end_layout
15310
15311 \begin_layout Subsection
15312 Colored Lines
15313 \begin_inset Index idx
15314 status collapsed
15315
15316 \begin_layout Plain Layout
15317 Table Color ! for Lines
15318 \end_layout
15319
15320 \end_inset
15321
15322
15323 \begin_inset Index idx
15324 status collapsed
15325
15326 \begin_layout Plain Layout
15327 Color ! for Table Lines
15328 \end_layout
15329
15330 \end_inset
15331
15332
15333 \end_layout
15334
15335 \begin_layout Standard
15336 As described in section
15337 \begin_inset space ~
15338 \end_inset
15339
15340
15341 \begin_inset CommandInset ref
15342 LatexCommand ref
15343 reference "sub:Line-Thickness"
15344
15345 \end_inset
15346
15347 , the line thickness for all lines in a table can be adjusted with the length
15348  
15349 \series bold
15350
15351 \backslash
15352 arrayrulewidth
15353 \series default
15354 .
15355  It is set to 1.5
15356 \begin_inset space \thinspace{}
15357 \end_inset
15358
15359 pt for all tables of this section.
15360 \begin_inset ERT
15361 status collapsed
15362
15363 \begin_layout Plain Layout
15364
15365
15366 \backslash
15367 setlength{
15368 \backslash
15369 arrayrulewidth}{1.5pt}
15370 \end_layout
15371
15372 \end_inset
15373
15374
15375 \end_layout
15376
15377 \begin_layout Standard
15378 To color vertical lines for example with green, create the following column
15379  format in the document preamble, according to the description in section
15380 \begin_inset space ~
15381 \end_inset
15382
15383
15384 \begin_inset CommandInset ref
15385 LatexCommand ref
15386 reference "sub:Customized-Format"
15387
15388 \end_inset
15389
15390 :
15391 \end_layout
15392
15393 \begin_layout Standard
15394
15395 \series bold
15396
15397 \backslash
15398 newcolumntype{W}{!{
15399 \backslash
15400 color{green}
15401 \backslash
15402 vline}}
15403 \end_layout
15404
15405 \begin_layout Standard
15406 For Table
15407 \begin_inset space ~
15408 \end_inset
15409
15410
15411 \begin_inset CommandInset ref
15412 LatexCommand ref
15413 reference "tab:Table-with-vertical-colored"
15414
15415 \end_inset
15416
15417  the LaTeX-argument
15418 \series bold
15419  WcW
15420 \series default
15421  was used for the last column and
15422 \series bold
15423  Wc
15424 \series default
15425  for the other columns.
15426 \end_layout
15427
15428 \begin_layout Standard
15429 If you want to have several colors, define more column formats.
15430 \end_layout
15431
15432 \begin_layout Standard
15433 \begin_inset Float table
15434 placement h
15435 wide false
15436 sideways false
15437 status open
15438
15439 \begin_layout Plain Layout
15440 \begin_inset Caption
15441
15442 \begin_layout Plain Layout
15443 \begin_inset CommandInset label
15444 LatexCommand label
15445 name "tab:Table-with-vertical-colored"
15446
15447 \end_inset
15448
15449 Table with colored vertical lines
15450 \end_layout
15451
15452 \end_inset
15453
15454
15455 \end_layout
15456
15457 \begin_layout Plain Layout
15458 \align center
15459 \begin_inset Tabular
15460 <lyxtabular version="3" rows="3" columns="3">
15461 <features tabularvalignment="middle">
15462 <column alignment="center" valignment="top" width="0" special="Wc">
15463 <column alignment="center" valignment="top" width="0" special="Wc">
15464 <column alignment="center" valignment="top" width="0" special="WcW">
15465 <row>
15466 <cell alignment="center" valignment="top" topline="true" usebox="none">
15467 \begin_inset Text
15468
15469 \begin_layout Plain Layout
15470 sd
15471 \end_layout
15472
15473 \end_inset
15474 </cell>
15475 <cell alignment="center" valignment="top" topline="true" usebox="none">
15476 \begin_inset Text
15477
15478 \begin_layout Plain Layout
15479
15480 \end_layout
15481
15482 \end_inset
15483 </cell>
15484 <cell alignment="center" valignment="top" topline="true" usebox="none">
15485 \begin_inset Text
15486
15487 \begin_layout Plain Layout
15488
15489 \end_layout
15490
15491 \end_inset
15492 </cell>
15493 </row>
15494 <row>
15495 <cell alignment="center" valignment="top" topline="true" usebox="none">
15496 \begin_inset Text
15497
15498 \begin_layout Plain Layout
15499
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 <cell alignment="center" valignment="top" topline="true" usebox="none">
15505 \begin_inset Text
15506
15507 \begin_layout Plain Layout
15508 sd
15509 \end_layout
15510
15511 \end_inset
15512 </cell>
15513 <cell alignment="center" valignment="top" topline="true" usebox="none">
15514 \begin_inset Text
15515
15516 \begin_layout Plain Layout
15517
15518 \end_layout
15519
15520 \end_inset
15521 </cell>
15522 </row>
15523 <row>
15524 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15525 \begin_inset Text
15526
15527 \begin_layout Plain Layout
15528
15529 \end_layout
15530
15531 \end_inset
15532 </cell>
15533 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15534 \begin_inset Text
15535
15536 \begin_layout Plain Layout
15537
15538 \end_layout
15539
15540 \end_inset
15541 </cell>
15542 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15543 \begin_inset Text
15544
15545 \begin_layout Plain Layout
15546 sd
15547 \end_layout
15548
15549 \end_inset
15550 </cell>
15551 </row>
15552 </lyxtabular>
15553
15554 \end_inset
15555
15556
15557 \end_layout
15558
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \begin_layout Standard
15565 \begin_inset VSpace bigskip
15566 \end_inset
15567
15568 To color horizontal lines for example with red, as in Table
15569 \begin_inset space ~
15570 \end_inset
15571
15572
15573 \begin_inset CommandInset ref
15574 LatexCommand ref
15575 reference "tab:Table-with-horizontal-colored"
15576
15577 \end_inset
15578
15579 , insert these commands in TeX-Code before the table or table float:
15580 \end_layout
15581
15582 \begin_layout Standard
15583
15584 \series bold
15585
15586 \backslash
15587 let
15588 \backslash
15589 myHlineC
15590 \backslash
15591 hline
15592 \begin_inset Newline newline
15593 \end_inset
15594
15595
15596 \backslash
15597 renewcommand{
15598 \backslash
15599 hline}
15600 \begin_inset Newline newline
15601 \end_inset
15602
15603
15604 \begin_inset Phantom HPhantom
15605 status open
15606
15607 \begin_layout Plain Layout
15608
15609 \series bold
15610 \begin_inset space ~
15611 \end_inset
15612
15613
15614 \end_layout
15615
15616 \end_inset
15617
15618 {
15619 \backslash
15620 arrayrulecolor{red}
15621 \backslash
15622 myHlineC
15623 \backslash
15624 arrayrulecolor{black}}
15625 \end_layout
15626
15627 \begin_layout Standard
15628 \begin_inset ERT
15629 status collapsed
15630
15631 \begin_layout Plain Layout
15632
15633
15634 \backslash
15635 let
15636 \backslash
15637 myHlineC
15638 \backslash
15639 hline
15640 \end_layout
15641
15642 \begin_layout Plain Layout
15643
15644
15645 \backslash
15646 renewcommand{
15647 \backslash
15648 hline}
15649 \end_layout
15650
15651 \begin_layout Plain Layout
15652
15653  {
15654 \backslash
15655 arrayrulecolor{red}
15656 \backslash
15657 myHlineC
15658 \backslash
15659 arrayrulecolor{black}}
15660 \end_layout
15661
15662 \end_inset
15663
15664
15665 \begin_inset Float table
15666 placement h
15667 wide false
15668 sideways false
15669 status open
15670
15671 \begin_layout Plain Layout
15672 \begin_inset Caption
15673
15674 \begin_layout Plain Layout
15675 \begin_inset CommandInset label
15676 LatexCommand label
15677 name "tab:Table-with-horizontal-colored"
15678
15679 \end_inset
15680
15681 Table with colored horizontal lines
15682 \end_layout
15683
15684 \end_inset
15685
15686
15687 \end_layout
15688
15689 \begin_layout Plain Layout
15690 \align center
15691 \begin_inset Tabular
15692 <lyxtabular version="3" rows="3" columns="3">
15693 <features tabularvalignment="middle">
15694 <column alignment="center" valignment="top" width="0">
15695 <column alignment="center" valignment="top" width="0">
15696 <column alignment="center" valignment="top" width="0">
15697 <row>
15698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15699 \begin_inset Text
15700
15701 \begin_layout Plain Layout
15702 sd
15703 \end_layout
15704
15705 \end_inset
15706 </cell>
15707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15708 \begin_inset Text
15709
15710 \begin_layout Plain Layout
15711
15712 \end_layout
15713
15714 \end_inset
15715 </cell>
15716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15717 \begin_inset Text
15718
15719 \begin_layout Plain Layout
15720
15721 \end_layout
15722
15723 \end_inset
15724 </cell>
15725 </row>
15726 <row>
15727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15728 \begin_inset Text
15729
15730 \begin_layout Plain Layout
15731
15732 \end_layout
15733
15734 \end_inset
15735 </cell>
15736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740 sd
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Plain Layout
15749
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 </row>
15755 <row>
15756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778 sd
15779 \end_layout
15780
15781 \end_inset
15782 </cell>
15783 </row>
15784 </lyxtabular>
15785
15786 \end_inset
15787
15788
15789 \end_layout
15790
15791 \end_inset
15792
15793
15794 \end_layout
15795
15796 \begin_layout Standard
15797 To return to the default line color black, insert this command in TeX-Code
15798  after the table or table float:
15799 \end_layout
15800
15801 \begin_layout Standard
15802
15803 \series bold
15804
15805 \backslash
15806 renewcommand{
15807 \backslash
15808 hline}{
15809 \backslash
15810 myHlineC}
15811 \end_layout
15812
15813 \begin_layout Standard
15814 Table
15815 \begin_inset space ~
15816 \end_inset
15817
15818
15819 \begin_inset CommandInset ref
15820 LatexCommand ref
15821 reference "tab:Table-with-colored"
15822
15823 \end_inset
15824
15825  is an example with colored vertical and horizontal lines.
15826 \end_layout
15827
15828 \begin_layout Standard
15829 \begin_inset Float table
15830 placement h
15831 wide false
15832 sideways false
15833 status open
15834
15835 \begin_layout Plain Layout
15836 \begin_inset Caption
15837
15838 \begin_layout Plain Layout
15839 \begin_inset CommandInset label
15840 LatexCommand label
15841 name "tab:Table-with-colored"
15842
15843 \end_inset
15844
15845 Table with colored lines
15846 \end_layout
15847
15848 \end_inset
15849
15850
15851 \end_layout
15852
15853 \begin_layout Plain Layout
15854 \align center
15855 \begin_inset Tabular
15856 <lyxtabular version="3" rows="3" columns="3">
15857 <features tabularvalignment="middle">
15858 <column alignment="center" valignment="top" width="0" special="Wc">
15859 <column alignment="center" valignment="top" width="0" special="Wc">
15860 <column alignment="center" valignment="top" width="0" special="WcW">
15861 <row>
15862 <cell alignment="center" valignment="top" topline="true" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866 sd
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 <cell alignment="center" valignment="top" topline="true" usebox="none">
15872 \begin_inset Text
15873
15874 \begin_layout Plain Layout
15875
15876 \end_layout
15877
15878 \end_inset
15879 </cell>
15880 <cell alignment="center" valignment="top" topline="true" usebox="none">
15881 \begin_inset Text
15882
15883 \begin_layout Plain Layout
15884
15885 \end_layout
15886
15887 \end_inset
15888 </cell>
15889 </row>
15890 <row>
15891 <cell alignment="center" valignment="top" topline="true" usebox="none">
15892 \begin_inset Text
15893
15894 \begin_layout Plain Layout
15895
15896 \end_layout
15897
15898 \end_inset
15899 </cell>
15900 <cell alignment="center" valignment="top" topline="true" usebox="none">
15901 \begin_inset Text
15902
15903 \begin_layout Plain Layout
15904 sd
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 <cell alignment="center" valignment="top" topline="true" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Plain Layout
15913
15914 \end_layout
15915
15916 \end_inset
15917 </cell>
15918 </row>
15919 <row topspace="default">
15920 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15921 \begin_inset Text
15922
15923 \begin_layout Plain Layout
15924
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Plain Layout
15942 sd
15943 \end_layout
15944
15945 \end_inset
15946 </cell>
15947 </row>
15948 </lyxtabular>
15949
15950 \end_inset
15951
15952
15953 \end_layout
15954
15955 \end_inset
15956
15957
15958 \end_layout
15959
15960 \begin_layout Standard
15961 \begin_inset ERT
15962 status collapsed
15963
15964 \begin_layout Plain Layout
15965
15966
15967 \backslash
15968 renewcommand{
15969 \backslash
15970 hline}{
15971 \backslash
15972 myHlineC}
15973 \end_layout
15974
15975 \end_inset
15976
15977
15978 \end_layout
15979
15980 \begin_layout Standard
15981 \begin_inset ERT
15982 status collapsed
15983
15984 \begin_layout Plain Layout
15985
15986
15987 \backslash
15988 setlength{
15989 \backslash
15990 arrayrulewidth}{0.4pt}
15991 \end_layout
15992
15993 \end_inset
15994
15995
15996 \end_layout
15997
15998 \begin_layout Section
15999 Table Customization
16000 \begin_inset Index idx
16001 status collapsed
16002
16003 \begin_layout Plain Layout
16004 Table Customization
16005 \end_layout
16006
16007 \end_inset
16008
16009
16010 \begin_inset Index idx
16011 status collapsed
16012
16013 \begin_layout Plain Layout
16014 Table ! Customization
16015 \end_layout
16016
16017 \end_inset
16018
16019
16020 \end_layout
16021
16022 \begin_layout Subsection
16023 Row Spacing
16024 \begin_inset CommandInset label
16025 LatexCommand label
16026 name "sub:Row-Spacing"
16027
16028 \end_inset
16029
16030
16031 \begin_inset Index idx
16032 status collapsed
16033
16034 \begin_layout Plain Layout
16035 Table Customization ! Row Spacing
16036 \end_layout
16037
16038 \end_inset
16039
16040
16041 \end_layout
16042
16043 \begin_layout Standard
16044 You can add vertical space to table rows in the 
16045 \family sans
16046 Borders
16047 \family default
16048  tab of the table dialog.
16049  You find there three possibilities:
16050 \end_layout
16051
16052 \begin_layout Description
16053 Top
16054 \begin_inset space ~
16055 \end_inset
16056
16057 of
16058 \begin_inset space ~
16059 \end_inset
16060
16061 row will add space above the characters of the table row.
16062  If the table is a formal table
16063 \begin_inset Foot
16064 status collapsed
16065
16066 \begin_layout Plain Layout
16067 Formal tables are explained in section
16068 \begin_inset space ~
16069 \end_inset
16070
16071
16072 \begin_inset CommandInset ref
16073 LatexCommand ref
16074 reference "sec:Formal-Tables"
16075
16076 \end_inset
16077
16078 .
16079 \end_layout
16080
16081 \end_inset
16082
16083  LyX will insert as default 0.5
16084 \begin_inset space \thinspace{}
16085 \end_inset
16086
16087 em space.
16088  For normal tables the inserted space will unfortunately destroy the vertical
16089  table lines as in the following table:
16090 \begin_inset VSpace medskip
16091 \end_inset
16092
16093
16094 \begin_inset Newline newline
16095 \end_inset
16096
16097
16098 \begin_inset space \hspace*{}
16099 \length 0pt
16100 \end_inset
16101
16102
16103 \begin_inset space \hfill{}
16104 \end_inset
16105
16106
16107 \begin_inset Tabular
16108 <lyxtabular version="3" rows="3" columns="1">
16109 <features tabularvalignment="middle">
16110 <column alignment="center" valignment="top" width="0">
16111 <row>
16112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16113 \begin_inset Text
16114
16115 \begin_layout Plain Layout
16116 A
16117 \end_layout
16118
16119 \end_inset
16120 </cell>
16121 </row>
16122 <row topspace="3mm">
16123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16124 \begin_inset Text
16125
16126 \begin_layout Plain Layout
16127 3
16128 \begin_inset space \thinspace{}
16129 \end_inset
16130
16131 mm space top of row
16132 \end_layout
16133
16134 \end_inset
16135 </cell>
16136 </row>
16137 <row>
16138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16139 \begin_inset Text
16140
16141 \begin_layout Plain Layout
16142 C
16143 \end_layout
16144
16145 \end_inset
16146 </cell>
16147 </row>
16148 </lyxtabular>
16149
16150 \end_inset
16151
16152
16153 \begin_inset space \hfill{}
16154 \end_inset
16155
16156
16157 \begin_inset space \hspace*{}
16158 \length 0pt
16159 \end_inset
16160
16161
16162 \begin_inset VSpace medskip
16163 \end_inset
16164
16165
16166 \begin_inset Newline newline
16167 \end_inset
16168
16169 So inserting space in the top of row for normal tables is only useful when
16170  you don't have vertical lines.
16171 \end_layout
16172
16173 \begin_layout Description
16174 Bottom
16175 \begin_inset space ~
16176 \end_inset
16177
16178 of
16179 \begin_inset space ~
16180 \end_inset
16181
16182 row will add space below the characters of the table row.
16183  If the table is a formal table LyX will insert as default 0.5
16184 \begin_inset space \thinspace{}
16185 \end_inset
16186
16187 em space, for normal tables the default size is 2
16188 \begin_inset space \thinspace{}
16189 \end_inset
16190
16191 pt.
16192 \end_layout
16193
16194 \begin_layout Description
16195 Between
16196 \begin_inset space ~
16197 \end_inset
16198
16199 rows adds space between the current and the following row.
16200  If the table is a formal table LyX will insert as default 0.5
16201 \begin_inset space \thinspace{}
16202 \end_inset
16203
16204 em space.
16205  For normal tables the inserted space will unfortunately destroy the vertical
16206  table lines as in the following table:
16207 \begin_inset VSpace medskip
16208 \end_inset
16209
16210
16211 \begin_inset Newline newline
16212 \end_inset
16213
16214
16215 \begin_inset space \hspace*{}
16216 \length 0pt
16217 \end_inset
16218
16219
16220 \begin_inset space \hfill{}
16221 \end_inset
16222
16223
16224 \begin_inset Tabular
16225 <lyxtabular version="3" rows="3" columns="1">
16226 <features tabularvalignment="middle">
16227 <column alignment="center" valignment="top" width="0">
16228 <row>
16229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16230 \begin_inset Text
16231
16232 \begin_layout Plain Layout
16233 A
16234 \end_layout
16235
16236 \end_inset
16237 </cell>
16238 </row>
16239 <row interlinespace="3mm">
16240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16241 \begin_inset Text
16242
16243 \begin_layout Plain Layout
16244 \begin_inset Formula $\downarrow$
16245 \end_inset
16246
16247  3
16248 \begin_inset space \thinspace{}
16249 \end_inset
16250
16251 mm space between row 
16252 \begin_inset Formula $\downarrow$
16253 \end_inset
16254
16255
16256 \end_layout
16257
16258 \end_inset
16259 </cell>
16260 </row>
16261 <row>
16262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16263 \begin_inset Text
16264
16265 \begin_layout Plain Layout
16266 \begin_inset Formula $\uparrow$
16267 \end_inset
16268
16269  3
16270 \begin_inset space \thinspace{}
16271 \end_inset
16272
16273 mm space between row 
16274 \begin_inset Formula $\uparrow$
16275 \end_inset
16276
16277
16278 \end_layout
16279
16280 \end_inset
16281 </cell>
16282 </row>
16283 </lyxtabular>
16284
16285 \end_inset
16286
16287
16288 \begin_inset space \hfill{}
16289 \end_inset
16290
16291
16292 \begin_inset space \hspace*{}
16293 \length 0pt
16294 \end_inset
16295
16296
16297 \begin_inset VSpace medskip
16298 \end_inset
16299
16300
16301 \begin_inset Newline newline
16302 \end_inset
16303
16304 So inserting space between rows for normal tables is only useful when you
16305  don't have vertical lines.
16306 \end_layout
16307
16308 \begin_layout Standard
16309 \begin_inset VSpace bigskip
16310 \end_inset
16311
16312 When you want to add extra height to all cells of all tables, you can do
16313  this with the following preamble lines:
16314 \end_layout
16315
16316 \begin_layout Standard
16317
16318 \series bold
16319
16320 \backslash
16321 @ifundefined{extrarowheight}
16322 \begin_inset Newline newline
16323 \end_inset
16324
16325
16326 \begin_inset Phantom HPhantom
16327 status open
16328
16329 \begin_layout Plain Layout
16330
16331 \series bold
16332 \begin_inset space ~
16333 \end_inset
16334
16335
16336 \end_layout
16337
16338 \end_inset
16339
16340 {
16341 \backslash
16342 usepackage{array}}{}
16343 \begin_inset Newline newline
16344 \end_inset
16345
16346
16347 \backslash
16348 setlength{
16349 \backslash
16350 extrarowheight}{height}
16351 \end_layout
16352
16353 \begin_layout Standard
16354 But this has the disadvantage that the cell texts are no longer exactly
16355  vertically centered.
16356  (The package 
16357 \series bold
16358 array
16359 \series default
16360  will be loaded automatically by LyX when you use self defined table formats.
16361  To avoid that it being loaded twice the command 
16362 \series bold
16363
16364 \backslash
16365 @ifundefined
16366 \series default
16367  is used in the above command.)
16368 \end_layout
16369
16370 \begin_layout Standard
16371 If you are using font sizes larger than the normal size, the table borders
16372  are often too close to the letters.
16373  This can be corrected by inserting the command 
16374 \series bold
16375
16376 \backslash
16377 strut
16378 \series default
16379  in TeX code at the beginning of a table row.
16380  Table
16381 \begin_inset space ~
16382 \end_inset
16383
16384
16385 \begin_inset CommandInset ref
16386 LatexCommand ref
16387 reference "tab:Vertical-alignment-of"
16388
16389 \end_inset
16390
16391  illustrates the effect.
16392 \end_layout
16393
16394 \begin_layout Standard
16395 \noindent
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:Vertical-alignment-of"
16409
16410 \end_inset
16411
16412 Vertical alignment of text with large font sizes.
16413 \end_layout
16414
16415 \end_inset
16416
16417
16418 \end_layout
16419
16420 \begin_layout Plain Layout
16421 \begin_inset space \hfill{}
16422 \end_inset
16423
16424
16425 \begin_inset Float table
16426 wide false
16427 sideways false
16428 status collapsed
16429
16430 \begin_layout Plain Layout
16431 \begin_inset Caption
16432
16433 \begin_layout Plain Layout
16434 Normal table.
16435 \end_layout
16436
16437 \end_inset
16438
16439
16440 \end_layout
16441
16442 \begin_layout Plain Layout
16443 \noindent
16444 \align center
16445 \begin_inset Tabular
16446 <lyxtabular version="3" rows="6" columns="1">
16447 <features tabularvalignment="middle">
16448 <column alignment="left" valignment="top" width="0">
16449 <row>
16450 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16451 \begin_inset Text
16452
16453 \begin_layout Plain Layout
16454 Normal, g
16455 \end_layout
16456
16457 \end_inset
16458 </cell>
16459 </row>
16460 <row>
16461 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16462 \begin_inset Text
16463
16464 \begin_layout Plain Layout
16465
16466 \size large
16467 Large
16468 \end_layout
16469
16470 \end_inset
16471 </cell>
16472 </row>
16473 <row>
16474 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16475 \begin_inset Text
16476
16477 \begin_layout Plain Layout
16478
16479 \size larger
16480 Larger
16481 \end_layout
16482
16483 \end_inset
16484 </cell>
16485 </row>
16486 <row>
16487 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491
16492 \size largest
16493 Largest
16494 \end_layout
16495
16496 \end_inset
16497 </cell>
16498 </row>
16499 <row>
16500 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Plain Layout
16504
16505 \size huge
16506 Huge
16507 \end_layout
16508
16509 \end_inset
16510 </cell>
16511 </row>
16512 <row>
16513 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16514 \begin_inset Text
16515
16516 \begin_layout Plain Layout
16517
16518 \size huge
16519 Huger
16520 \end_layout
16521
16522 \end_inset
16523 </cell>
16524 </row>
16525 </lyxtabular>
16526
16527 \end_inset
16528
16529
16530 \end_layout
16531
16532 \end_inset
16533
16534
16535 \begin_inset space \hfill{}
16536 \end_inset
16537
16538
16539 \begin_inset Float table
16540 wide false
16541 sideways false
16542 status collapsed
16543
16544 \begin_layout Plain Layout
16545 \begin_inset Caption
16546
16547 \begin_layout Plain Layout
16548 Table using the command 
16549 \series bold
16550
16551 \backslash
16552 strut
16553 \series default
16554 .
16555 \end_layout
16556
16557 \end_inset
16558
16559
16560 \end_layout
16561
16562 \begin_layout Plain Layout
16563 \noindent
16564 \align center
16565 \begin_inset Tabular
16566 <lyxtabular version="3" rows="6" columns="1">
16567 <features tabularvalignment="middle">
16568 <column alignment="left" valignment="top" width="0">
16569 <row>
16570 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Plain Layout
16574 Normal, g
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 </row>
16580 <row>
16581 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585
16586 \size large
16587 \begin_inset ERT
16588 status collapsed
16589
16590 \begin_layout Plain Layout
16591
16592
16593 \backslash
16594 strut 
16595 \end_layout
16596
16597 \end_inset
16598
16599 Large
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 </row>
16605 <row>
16606 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Plain Layout
16610
16611 \size larger
16612 \begin_inset ERT
16613 status collapsed
16614
16615 \begin_layout Plain Layout
16616
16617
16618 \backslash
16619 strut 
16620 \end_layout
16621
16622 \end_inset
16623
16624 Larger
16625 \end_layout
16626
16627 \end_inset
16628 </cell>
16629 </row>
16630 <row>
16631 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Plain Layout
16635
16636 \size largest
16637 \begin_inset ERT
16638 status collapsed
16639
16640 \begin_layout Plain Layout
16641
16642
16643 \backslash
16644 strut 
16645 \end_layout
16646
16647 \end_inset
16648
16649 Largest
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 </row>
16655 <row>
16656 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16657 \begin_inset Text
16658
16659 \begin_layout Plain Layout
16660
16661 \size huge
16662 \begin_inset ERT
16663 status collapsed
16664
16665 \begin_layout Plain Layout
16666
16667
16668 \backslash
16669 strut 
16670 \end_layout
16671
16672 \end_inset
16673
16674 Huge
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 </row>
16680 <row>
16681 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16682 \begin_inset Text
16683
16684 \begin_layout Plain Layout
16685
16686 \size giant
16687 \begin_inset ERT
16688 status collapsed
16689
16690 \begin_layout Plain Layout
16691
16692
16693 \backslash
16694 strut 
16695 \end_layout
16696
16697 \end_inset
16698
16699
16700 \size huge
16701 Huger
16702 \end_layout
16703
16704 \end_inset
16705 </cell>
16706 </row>
16707 </lyxtabular>
16708
16709 \end_inset
16710
16711
16712 \end_layout
16713
16714 \end_inset
16715
16716
16717 \begin_inset space \hfill{}
16718 \end_inset
16719
16720
16721 \end_layout
16722
16723 \end_inset
16724
16725
16726 \end_layout
16727
16728 \begin_layout Subsection
16729 Special Cell Alignment
16730 \begin_inset Index idx
16731 status collapsed
16732
16733 \begin_layout Plain Layout
16734 Table Customization ! Special Cell Alignment
16735 \end_layout
16736
16737 \end_inset
16738
16739
16740 \end_layout
16741
16742 \begin_layout Standard
16743 Sometimes it looks better when the cell entries of a column are aligned
16744  with a special character, e.
16745 \begin_inset space \thinspace{}
16746 \end_inset
16747
16748 g.
16749 \begin_inset space \space{}
16750 \end_inset
16751
16752 with the decimal separator as in Table
16753 \begin_inset space ~
16754 \end_inset
16755
16756
16757 \begin_inset CommandInset ref
16758 LatexCommand ref
16759 reference "tab:Table-cells-of"
16760
16761 \end_inset
16762
16763 .
16764 \end_layout
16765
16766 \begin_layout Standard
16767 \begin_inset Float table
16768 placement h
16769 wide false
16770 sideways false
16771 status open
16772
16773 \begin_layout Plain Layout
16774 \begin_inset Caption
16775
16776 \begin_layout Plain Layout
16777 \begin_inset CommandInset label
16778 LatexCommand label
16779 name "tab:Table-cells-of"
16780
16781 \end_inset
16782
16783 Table cells of a column aligned with the decimal separator.
16784 \end_layout
16785
16786 \end_inset
16787
16788
16789 \end_layout
16790
16791 \begin_layout Plain Layout
16792 \align center
16793 \begin_inset Tabular
16794 <lyxtabular version="3" rows="4" columns="2">
16795 <features tabularvalignment="middle">
16796 <column alignment="right" valignment="top" width="0">
16797 <column alignment="left" valignment="top" width="0" special="@{}l">
16798 <row>
16799 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Plain Layout
16803 heading
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Plain Layout
16812
16813 \end_layout
16814
16815 \end_inset
16816 </cell>
16817 </row>
16818 <row>
16819 <cell alignment="center" valignment="top" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Plain Layout
16823 12.
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 <cell alignment="center" valignment="top" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832 6
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 </row>
16838 <row>
16839 <cell alignment="center" valignment="top" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Plain Layout
16843 0.
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 <cell alignment="center" valignment="top" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Plain Layout
16852 68
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 </row>
16858 <row>
16859 <cell alignment="center" valignment="top" usebox="none">
16860 \begin_inset Text
16861
16862 \begin_layout Plain Layout
16863 -123.
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 <cell alignment="center" valignment="top" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872 0
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 </row>
16878 </lyxtabular>
16879
16880 \end_inset
16881
16882
16883 \end_layout
16884
16885 \end_inset
16886
16887
16888 \end_layout
16889
16890 \begin_layout Standard
16891 This table was created with a 4×2 table.
16892  The heading is a centered multicolumn.
16893  The first column is right-aligned and contains the digits before the decimal
16894  point and the decimal point.
16895  The second column is left aligned and contains the digits after the decimal
16896  point.
16897  To omit the space that is normally between two table columns, the following
16898  LaTeX-argument was used for the second column:
16899 \end_layout
16900
16901 \begin_layout Standard
16902
16903 \series bold
16904 @{}l
16905 \end_layout
16906
16907 \begin_layout Standard
16908 Table
16909 \begin_inset space ~
16910 \end_inset
16911
16912
16913 \begin_inset CommandInset ref
16914 LatexCommand ref
16915 reference "tab:Several-table-cell"
16916
16917 \end_inset
16918
16919  shows some example alignments.
16920  For the alignment with the relation sign, you must add the second smallest
16921  math-space at the beginning of the last column to get the correct space
16922  surrounding the relation sign.
16923 \end_layout
16924
16925 \begin_layout Standard
16926 \begin_inset Float table
16927 placement h
16928 wide false
16929 sideways false
16930 status open
16931
16932 \begin_layout Plain Layout
16933 \begin_inset Caption
16934
16935 \begin_layout Plain Layout
16936 \begin_inset CommandInset label
16937 LatexCommand label
16938 name "tab:Several-table-cell"
16939
16940 \end_inset
16941
16942 Several table cell alignments.
16943 \end_layout
16944
16945 \end_inset
16946
16947
16948 \end_layout
16949
16950 \begin_layout Plain Layout
16951 \align center
16952 \begin_inset Tabular
16953 <lyxtabular version="3" rows="4" columns="6">
16954 <features tabularvalignment="middle">
16955 <column alignment="right" valignment="top" width="0">
16956 <column alignment="left" valignment="top" width="0" special="@{}l">
16957 <column alignment="right" valignment="top" width="0">
16958 <column alignment="left" valignment="top" width="0" special="@{}l">
16959 <column alignment="right" valignment="top" width="0">
16960 <column alignment="left" valignment="top" width="0" special="@{}l">
16961 <row>
16962 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966 units
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975
16976 \end_layout
16977
16978 \end_inset
16979 </cell>
16980 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16981 \begin_inset Text
16982
16983 \begin_layout Plain Layout
16984 exponents
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002 relations
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Plain Layout
17011
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 </row>
17017 <row>
17018 <cell alignment="center" valignment="top" usebox="none">
17019 \begin_inset Text
17020
17021 \begin_layout Plain Layout
17022 12×
17023 \end_layout
17024
17025 \end_inset
17026 </cell>
17027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17028 \begin_inset Text
17029
17030 \begin_layout Plain Layout
17031 24
17032 \begin_inset space \thinspace{}
17033 \end_inset
17034
17035 bottles
17036 \end_layout
17037
17038 \end_inset
17039 </cell>
17040 <cell alignment="center" valignment="top" usebox="none">
17041 \begin_inset Text
17042
17043 \begin_layout Plain Layout
17044 \begin_inset Formula $10\cdot$
17045 \end_inset
17046
17047
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17053 \begin_inset Text
17054
17055 \begin_layout Plain Layout
17056 \begin_inset Formula $10^{\mbox{-}17}$
17057 \end_inset
17058
17059
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 <cell alignment="center" valignment="top" usebox="none">
17065 \begin_inset Text
17066
17067 \begin_layout Plain Layout
17068 \begin_inset Formula $\Gamma(t)\propto$
17069 \end_inset
17070
17071
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 <cell alignment="center" valignment="top" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080 \begin_inset Formula $\:\Upsilon(t)$
17081 \end_inset
17082
17083
17084 \end_layout
17085
17086 \end_inset
17087 </cell>
17088 </row>
17089 <row>
17090 <cell alignment="center" valignment="top" usebox="none">
17091 \begin_inset Text
17092
17093 \begin_layout Plain Layout
17094 1024×
17095 \end_layout
17096
17097 \end_inset
17098 </cell>
17099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17100 \begin_inset Text
17101
17102 \begin_layout Plain Layout
17103 768
17104 \begin_inset space \thinspace{}
17105 \end_inset
17106
17107 Pixels
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 <cell alignment="center" valignment="top" usebox="none">
17113 \begin_inset Text
17114
17115 \begin_layout Plain Layout
17116 \begin_inset Formula $5.78\cdot$
17117 \end_inset
17118
17119
17120 \end_layout
17121
17122 \end_inset
17123 </cell>
17124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17125 \begin_inset Text
17126
17127 \begin_layout Plain Layout
17128 \begin_inset Formula $10^{7}$
17129 \end_inset
17130
17131
17132 \end_layout
17133
17134 \end_inset
17135 </cell>
17136 <cell alignment="center" valignment="top" usebox="none">
17137 \begin_inset Text
17138
17139 \begin_layout Plain Layout
17140 \begin_inset Formula $A\ne$
17141 \end_inset
17142
17143
17144 \end_layout
17145
17146 \end_inset
17147 </cell>
17148 <cell alignment="center" valignment="top" usebox="none">
17149 \begin_inset Text
17150
17151 \begin_layout Plain Layout
17152 \begin_inset Formula $\: B_{\mathrm{red}}$
17153 \end_inset
17154
17155
17156 \end_layout
17157
17158 \end_inset
17159 </cell>
17160 </row>
17161 <row>
17162 <cell alignment="center" valignment="top" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Plain Layout
17166 32×
17167 \end_layout
17168
17169 \end_inset
17170 </cell>
17171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17172 \begin_inset Text
17173
17174 \begin_layout Plain Layout
17175 6
17176 \begin_inset space \thinspace{}
17177 \end_inset
17178
17179 cm
17180 \end_layout
17181
17182 \end_inset
17183 </cell>
17184 <cell alignment="center" valignment="top" usebox="none">
17185 \begin_inset Text
17186
17187 \begin_layout Plain Layout
17188 -
17189 \begin_inset Formula $33.5\cdot$
17190 \end_inset
17191
17192
17193 \end_layout
17194
17195 \end_inset
17196 </cell>
17197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17198 \begin_inset Text
17199
17200 \begin_layout Plain Layout
17201 \begin_inset Formula $10^{4}$
17202 \end_inset
17203
17204
17205 \end_layout
17206
17207 \end_inset
17208 </cell>
17209 <cell alignment="center" valignment="top" usebox="none">
17210 \begin_inset Text
17211
17212 \begin_layout Plain Layout
17213 \begin_inset Formula $\sin(\alpha)\ge$
17214 \end_inset
17215
17216
17217 \end_layout
17218
17219 \end_inset
17220 </cell>
17221 <cell alignment="center" valignment="top" usebox="none">
17222 \begin_inset Text
17223
17224 \begin_layout Plain Layout
17225 \begin_inset Formula $\:\sin(\beta)$
17226 \end_inset
17227
17228
17229 \end_layout
17230
17231 \end_inset
17232 </cell>
17233 </row>
17234 </lyxtabular>
17235
17236 \end_inset
17237
17238
17239 \end_layout
17240
17241 \end_inset
17242
17243
17244 \end_layout
17245
17246 \begin_layout Standard
17247 \begin_inset VSpace bigskip
17248 \end_inset
17249
17250 There is also the LaTeX-package 
17251 \series bold
17252 dcolumn
17253 \series default
17254
17255 \begin_inset Index idx
17256 status collapsed
17257
17258 \begin_layout Plain Layout
17259 LaTeX-packages ! dcolumn
17260 \end_layout
17261
17262 \end_inset
17263
17264  that provides table cell alignments.
17265  But this unfortunately treats the cell entries as math and does not allow
17266  formulas in table cells: The first column of Table
17267 \begin_inset space ~
17268 \end_inset
17269
17270
17271 \begin_inset CommandInset ref
17272 LatexCommand ref
17273 reference "tab:Several-table-cell"
17274
17275 \end_inset
17276
17277  will look with 
17278 \series bold
17279 dcolumn
17280 \series default
17281  like the first column in Table
17282 \begin_inset space ~
17283 \end_inset
17284
17285
17286 \begin_inset CommandInset ref
17287 LatexCommand ref
17288 reference "tab:Alignments-when"
17289
17290 \end_inset
17291
17292  and only with some tricks as you would want.
17293  The alignment of the second and third column of Table
17294 \begin_inset space ~
17295 \end_inset
17296
17297
17298 \begin_inset CommandInset ref
17299 LatexCommand ref
17300 reference "tab:Several-table-cell"
17301
17302 \end_inset
17303
17304  is not possible with 
17305 \series bold
17306 dcolumn
17307 \series default
17308 .
17309 \end_layout
17310
17311 \begin_layout Standard
17312 \begin_inset Newpage newpage
17313 \end_inset
17314
17315
17316 \end_layout
17317
17318 \begin_layout Standard
17319 \begin_inset Float table
17320 placement h
17321 wide false
17322 sideways false
17323 status open
17324
17325 \begin_layout Plain Layout
17326 \begin_inset Caption
17327
17328 \begin_layout Plain Layout
17329 \begin_inset CommandInset label
17330 LatexCommand label
17331 name "tab:Alignments-when"
17332
17333 \end_inset
17334
17335 Alignments when LaTeX-package dcolumn is used.
17336  For all column alignments tricks have to be used to get the output.
17337 \end_layout
17338
17339 \end_inset
17340
17341
17342 \end_layout
17343
17344 \begin_layout Plain Layout
17345 \align center
17346 \begin_inset Tabular
17347 <lyxtabular version="3" rows="4" columns="3">
17348 <features tabularvalignment="middle">
17349 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17350 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17351 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.7}">
17352 <row>
17353 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17354 \begin_inset Text
17355
17356 \begin_layout Plain Layout
17357 units
17358 \end_layout
17359
17360 \end_inset
17361 </cell>
17362 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17363 \begin_inset Text
17364
17365 \begin_layout Plain Layout
17366 units
17367 \end_layout
17368
17369 \end_inset
17370 </cell>
17371 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17372 \begin_inset Text
17373
17374 \begin_layout Plain Layout
17375 units
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 </row>
17381 <row>
17382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17383 \begin_inset Text
17384
17385 \begin_layout Plain Layout
17386 12x24
17387 \begin_inset space \thinspace{}
17388 \end_inset
17389
17390 bottles
17391 \end_layout
17392
17393 \end_inset
17394 </cell>
17395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17396 \begin_inset Text
17397
17398 \begin_layout Plain Layout
17399 12x24
17400 \begin_inset space \thinspace{}
17401 \end_inset
17402
17403
17404 \begin_inset Formula $\mbox{bottles}$
17405 \end_inset
17406
17407
17408 \end_layout
17409
17410 \end_inset
17411 </cell>
17412 <cell alignment="center" valignment="top" usebox="none">
17413 \begin_inset Text
17414
17415 \begin_layout Plain Layout
17416 12
17417 \begin_inset ERT
17418 status collapsed
17419
17420 \begin_layout Plain Layout
17421
17422
17423 \backslash
17424 times 
17425 \end_layout
17426
17427 \end_inset
17428
17429 24+
17430 \begin_inset Formula $\mbox{bottles}$
17431 \end_inset
17432
17433
17434 \end_layout
17435
17436 \end_inset
17437 </cell>
17438 </row>
17439 <row>
17440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444 1024x768
17445 \begin_inset space \thinspace{}
17446 \end_inset
17447
17448 Pixels
17449 \end_layout
17450
17451 \end_inset
17452 </cell>
17453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17454 \begin_inset Text
17455
17456 \begin_layout Plain Layout
17457 1024x768
17458 \begin_inset space \thinspace{}
17459 \end_inset
17460
17461
17462 \begin_inset Formula $\mbox{Pixels}$
17463 \end_inset
17464
17465
17466 \end_layout
17467
17468 \end_inset
17469 </cell>
17470 <cell alignment="center" valignment="top" usebox="none">
17471 \begin_inset Text
17472
17473 \begin_layout Plain Layout
17474 1024
17475 \begin_inset ERT
17476 status collapsed
17477
17478 \begin_layout Plain Layout
17479
17480
17481 \backslash
17482 times 
17483 \end_layout
17484
17485 \end_inset
17486
17487 768+
17488 \begin_inset Formula $\mbox{Pixels}$
17489 \end_inset
17490
17491
17492 \end_layout
17493
17494 \end_inset
17495 </cell>
17496 </row>
17497 <row>
17498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17499 \begin_inset Text
17500
17501 \begin_layout Plain Layout
17502 32x6
17503 \begin_inset space \thinspace{}
17504 \end_inset
17505
17506 cm
17507 \end_layout
17508
17509 \end_inset
17510 </cell>
17511 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17512 \begin_inset Text
17513
17514 \begin_layout Plain Layout
17515 32x6
17516 \begin_inset space \thinspace{}
17517 \end_inset
17518
17519
17520 \begin_inset Formula $\mbox{cm}$
17521 \end_inset
17522
17523
17524 \end_layout
17525
17526 \end_inset
17527 </cell>
17528 <cell alignment="center" valignment="top" usebox="none">
17529 \begin_inset Text
17530
17531 \begin_layout Plain Layout
17532 32
17533 \begin_inset ERT
17534 status collapsed
17535
17536 \begin_layout Plain Layout
17537
17538
17539 \backslash
17540 times 
17541 \end_layout
17542
17543 \end_inset
17544
17545 6+
17546 \begin_inset Formula $\mbox{cm}$
17547 \end_inset
17548
17549
17550 \end_layout
17551
17552 \end_inset
17553 </cell>
17554 </row>
17555 </lyxtabular>
17556
17557 \end_inset
17558
17559
17560 \end_layout
17561
17562 \end_inset
17563
17564
17565 \end_layout
17566
17567 \begin_layout Subsection
17568 Customized Cell/Column Format
17569 \begin_inset CommandInset label
17570 LatexCommand label
17571 name "sub:Customized-Format"
17572
17573 \end_inset
17574
17575
17576 \begin_inset Index idx
17577 status collapsed
17578
17579 \begin_layout Plain Layout
17580 Table Customization ! Cell/Column Format
17581 \end_layout
17582
17583 \end_inset
17584
17585
17586 \end_layout
17587
17588 \begin_layout Standard
17589 Calculating the required width for spanned columns as in section
17590 \begin_inset space ~
17591 \end_inset
17592
17593
17594 \begin_inset CommandInset ref
17595 LatexCommand ref
17596 reference "sub:Multicolumn-Calculations"
17597
17598 \end_inset
17599
17600  is very annoying if you have several tables with multicolumn cells.
17601  To make life easier, you can define a cell/column format in the preamble,
17602  so that it can be used in all tables of the document.
17603  The format is defined with the command
17604 \end_layout
17605
17606 \begin_layout Standard
17607
17608 \series bold
17609
17610 \backslash
17611 newcolumntype{name of format}[number of arguments]{commands}
17612 \end_layout
17613
17614 \begin_layout Standard
17615 The format name may only consist of one letter.
17616  The letters 
17617 \emph on
17618 b
17619 \emph default
17620
17621 \emph on
17622 c
17623 \emph default
17624
17625 \emph on
17626 l
17627 \emph default
17628
17629 \emph on
17630 m
17631 \emph default
17632
17633 \emph on
17634 p
17635 \emph default
17636  and 
17637 \emph on
17638 r
17639 \emph default
17640  are predefined and cannot be used.
17641  But all letters are allowed as capitals.
17642 \end_layout
17643
17644 \begin_layout Standard
17645 \begin_inset VSpace medskip
17646 \end_inset
17647
17648
17649 \end_layout
17650
17651 \begin_layout Standard
17652 For vertically and horizontally centered multicolumn cells with a fixed
17653  width you can define the cell format
17654 \end_layout
17655
17656 \begin_layout Standard
17657
17658 \series bold
17659
17660 \backslash
17661 newcolumntype{M}[1]{>{
17662 \backslash
17663 centering
17664 \backslash
17665 hspace{0pt}}m{#1}}
17666 \end_layout
17667
17668 \begin_layout Standard
17669 where 
17670 \series bold
17671
17672 \backslash
17673 hspace{0pt}
17674 \series default
17675  avoids the problem of hyphenating the first word, as described in section
17676 \begin_inset space ~
17677 \end_inset
17678
17679
17680 \begin_inset CommandInset ref
17681 LatexCommand ref
17682 reference "sub:Multiple-Lines-in"
17683
17684 \end_inset
17685
17686 .
17687  Now you can simply enter
17688 \end_layout
17689
17690 \begin_layout Standard
17691
17692 \series bold
17693 M{width}
17694 \end_layout
17695
17696 \begin_layout Standard
17697 as LaTeX-argument in the table dialog to create a multicolumn.
17698 \end_layout
17699
17700 \begin_layout Standard
17701 \begin_inset VSpace bigskip
17702 \end_inset
17703
17704
17705 \end_layout
17706
17707 \begin_layout Standard
17708 For cells spanned by a multicolumn cell, you can define the format
17709 \end_layout
17710
17711 \begin_layout Standard
17712
17713 \series bold
17714
17715 \backslash
17716 newcolumntype{S}[2]{>{
17717 \backslash
17718 centering
17719 \backslash
17720 hspace{0pt}}
17721 \begin_inset Newline newline
17722 \end_inset
17723
17724
17725 \begin_inset Phantom HPhantom
17726 status open
17727
17728 \begin_layout Plain Layout
17729
17730 \series bold
17731
17732 \backslash
17733 newcolumntype
17734 \end_layout
17735
17736 \end_inset
17737
17738 m{(#1+(2
17739 \backslash
17740 tabcolsep+
17741 \backslash
17742 arrayrulewidth)*(1-#2))/#2}}
17743 \end_layout
17744
17745 \begin_layout Standard
17746 This format uses equation 
17747 \begin_inset CommandInset ref
17748 LatexCommand eqref
17749 reference "eq:Wgn"
17750
17751 \end_inset
17752
17753  to calculate the required width so that each spanned cell has the same
17754  width.
17755 \end_layout
17756
17757 \begin_layout Standard
17758 You can now enter
17759 \end_layout
17760
17761 \begin_layout Standard
17762
17763 \series bold
17764 S{width of multicolumn cell}{number of spanned columns}
17765 \end_layout
17766
17767 \begin_layout Standard
17768 as LaTeX-argument of the column.
17769 \end_layout
17770
17771 \begin_layout Standard
17772 \begin_inset VSpace bigskip
17773 \end_inset
17774
17775
17776 \end_layout
17777
17778 \begin_layout Standard
17779 For colored columns, you can define
17780 \end_layout
17781
17782 \begin_layout Standard
17783
17784 \series bold
17785
17786 \backslash
17787 newcolumntype{K}[1]{>{
17788 \backslash
17789 columncolor{#1}
17790 \backslash
17791 hspace{0pt}}c}
17792 \end_layout
17793
17794 \begin_layout Standard
17795 The 
17796 \begin_inset Quotes eld
17797 \end_inset
17798
17799 c
17800 \begin_inset Quotes erd
17801 \end_inset
17802
17803  at the end creates a column with a flexible width whose text is horizontally
17804  centered.
17805  You can now enter
17806 \end_layout
17807
17808 \begin_layout Standard
17809
17810 \series bold
17811 K{color name}
17812 \end_layout
17813
17814 \begin_layout Standard
17815 as LaTeX-argument.
17816 \end_layout
17817
17818 \begin_layout Standard
17819 \begin_inset VSpace bigskip
17820 \end_inset
17821
17822
17823 \end_layout
17824
17825 \begin_layout Standard
17826 To create Table
17827 \begin_inset space ~
17828 \end_inset
17829
17830
17831 \begin_inset CommandInset ref
17832 LatexCommand ref
17833 reference "tab:Table-using-user-defined"
17834
17835 \end_inset
17836
17837  use the LaTeX-arguments
17838 \end_layout
17839
17840 \begin_layout Standard
17841
17842 \series bold
17843 M{2.5cm}
17844 \end_layout
17845
17846 \begin_layout Standard
17847 for the first column and the multicolumn,
17848 \end_layout
17849
17850 \begin_layout Standard
17851
17852 \series bold
17853 K{red}
17854 \end_layout
17855
17856 \begin_layout Standard
17857 for the last column, and
17858 \end_layout
17859
17860 \begin_layout Standard
17861
17862 \series bold
17863 S{2.5cm}{2}
17864 \end_layout
17865
17866 \begin_layout Standard
17867 for the cells in the second column.
17868 \end_layout
17869
17870 \begin_layout Standard
17871 \begin_inset Float table
17872 placement h
17873 wide false
17874 sideways false
17875 status open
17876
17877 \begin_layout Plain Layout
17878 \begin_inset Caption
17879
17880 \begin_layout Plain Layout
17881 \begin_inset CommandInset label
17882 LatexCommand label
17883 name "tab:Table-using-user-defined"
17884
17885 \end_inset
17886
17887 Table using user-defined table formats
17888 \end_layout
17889
17890 \end_inset
17891
17892
17893 \end_layout
17894
17895 \begin_layout Plain Layout
17896 \align center
17897 \begin_inset Tabular
17898 <lyxtabular version="3" rows="3" columns="4">
17899 <features tabularvalignment="middle">
17900 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17901 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17902 <column alignment="center" valignment="middle" width="0">
17903 <column alignment="center" valignment="middle" width="0" special="K{red}">
17904 <row>
17905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17906 \begin_inset Text
17907
17908 \begin_layout Plain Layout
17909 verylongtablecellword
17910 \end_layout
17911
17912 \end_inset
17913 </cell>
17914 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17915 \begin_inset Text
17916
17917 \begin_layout Plain Layout
17918 multiple lines multicolumn
17919 \end_layout
17920
17921 \end_inset
17922 </cell>
17923 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17924 \begin_inset Text
17925
17926 \begin_layout Plain Layout
17927
17928 \end_layout
17929
17930 \end_inset
17931 </cell>
17932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936 c
17937 \end_layout
17938
17939 \end_inset
17940 </cell>
17941 </row>
17942 <row>
17943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17944 \begin_inset Text
17945
17946 \begin_layout Plain Layout
17947 d
17948 \end_layout
17949
17950 \end_inset
17951 </cell>
17952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17953 \begin_inset Text
17954
17955 \begin_layout Plain Layout
17956 e
17957 \end_layout
17958
17959 \end_inset
17960 </cell>
17961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17962 \begin_inset Text
17963
17964 \begin_layout Plain Layout
17965 f
17966 \end_layout
17967
17968 \end_inset
17969 </cell>
17970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974 g
17975 \end_layout
17976
17977 \end_inset
17978 </cell>
17979 </row>
17980 <row>
17981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Plain Layout
17985 h
17986 \end_layout
17987
17988 \end_inset
17989 </cell>
17990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17991 \begin_inset Text
17992
17993 \begin_layout Plain Layout
17994 i
17995 \end_layout
17996
17997 \end_inset
17998 </cell>
17999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18000 \begin_inset Text
18001
18002 \begin_layout Plain Layout
18003 j
18004 \end_layout
18005
18006 \end_inset
18007 </cell>
18008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18009 \begin_inset Text
18010
18011 \begin_layout Plain Layout
18012 k
18013 \end_layout
18014
18015 \end_inset
18016 </cell>
18017 </row>
18018 </lyxtabular>
18019
18020 \end_inset
18021
18022
18023 \end_layout
18024
18025 \end_inset
18026
18027
18028 \end_layout
18029
18030 \begin_layout Subsection
18031 Line Thickness
18032 \begin_inset CommandInset label
18033 LatexCommand label
18034 name "sub:Line-Thickness"
18035
18036 \end_inset
18037
18038
18039 \begin_inset Index idx
18040 status collapsed
18041
18042 \begin_layout Plain Layout
18043 Table Customization ! Line Thickness
18044 \end_layout
18045
18046 \end_inset
18047
18048
18049 \end_layout
18050
18051 \begin_layout Standard
18052 The line thickness for all lines in a table can be adjusted with the length
18053  
18054 \series bold
18055
18056 \backslash
18057 arrayrulewidth
18058 \series default
18059 .
18060  To set for example a line thickness of 1.5
18061 \begin_inset space \thinspace{}
18062 \end_inset
18063
18064 pt, as in Table
18065 \begin_inset space ~
18066 \end_inset
18067
18068
18069 \begin_inset CommandInset ref
18070 LatexCommand ref
18071 reference "tab:Table-with-1.5"
18072
18073 \end_inset
18074
18075 , insert the command
18076 \end_layout
18077
18078 \begin_layout Standard
18079
18080 \series bold
18081
18082 \backslash
18083 setlength{
18084 \backslash
18085 arrayrulewidth}{1.5pt}
18086 \end_layout
18087
18088 \begin_layout Standard
18089 in TeX-Code before the table or table float.
18090  The changed thickness is valid for all subsequent tables.
18091  To use the default value again, set 
18092 \series bold
18093
18094 \backslash
18095 arrayrulewidth
18096 \series default
18097  to 0.4
18098 \begin_inset space \thinspace{}
18099 \end_inset
18100
18101 pt in TeX-Code after the table or table float.
18102 \end_layout
18103
18104 \begin_layout Standard
18105 \begin_inset ERT
18106 status collapsed
18107
18108 \begin_layout Plain Layout
18109
18110
18111 \backslash
18112 setlength{
18113 \backslash
18114 arrayrulewidth}{1.5pt}
18115 \end_layout
18116
18117 \end_inset
18118
18119
18120 \begin_inset Float table
18121 wide false
18122 sideways false
18123 status open
18124
18125 \begin_layout Plain Layout
18126 \begin_inset Caption
18127
18128 \begin_layout Plain Layout
18129 \begin_inset CommandInset label
18130 LatexCommand label
18131 name "tab:Table-with-1.5"
18132
18133 \end_inset
18134
18135 Table with 1.5
18136 \begin_inset space \thinspace{}
18137 \end_inset
18138
18139 pt thick lines
18140 \end_layout
18141
18142 \end_inset
18143
18144
18145 \end_layout
18146
18147 \begin_layout Plain Layout
18148 \align center
18149 \begin_inset Tabular
18150 <lyxtabular version="3" rows="3" columns="3">
18151 <features tabularvalignment="middle">
18152 <column alignment="center" valignment="top" width="0">
18153 <column alignment="center" valignment="top" width="0">
18154 <column alignment="center" valignment="top" width="0">
18155 <row>
18156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18157 \begin_inset Text
18158
18159 \begin_layout Plain Layout
18160 sd
18161 \end_layout
18162
18163 \end_inset
18164 </cell>
18165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18166 \begin_inset Text
18167
18168 \begin_layout Plain Layout
18169
18170 \end_layout
18171
18172 \end_inset
18173 </cell>
18174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18175 \begin_inset Text
18176
18177 \begin_layout Plain Layout
18178
18179 \end_layout
18180
18181 \end_inset
18182 </cell>
18183 </row>
18184 <row>
18185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18186 \begin_inset Text
18187
18188 \begin_layout Plain Layout
18189
18190 \end_layout
18191
18192 \end_inset
18193 </cell>
18194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18195 \begin_inset Text
18196
18197 \begin_layout Plain Layout
18198 sd
18199 \end_layout
18200
18201 \end_inset
18202 </cell>
18203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18204 \begin_inset Text
18205
18206 \begin_layout Plain Layout
18207
18208 \end_layout
18209
18210 \end_inset
18211 </cell>
18212 </row>
18213 <row>
18214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18215 \begin_inset Text
18216
18217 \begin_layout Plain Layout
18218
18219 \end_layout
18220
18221 \end_inset
18222 </cell>
18223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18224 \begin_inset Text
18225
18226 \begin_layout Plain Layout
18227
18228 \end_layout
18229
18230 \end_inset
18231 </cell>
18232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18233 \begin_inset Text
18234
18235 \begin_layout Plain Layout
18236 sd
18237 \end_layout
18238
18239 \end_inset
18240 </cell>
18241 </row>
18242 </lyxtabular>
18243
18244 \end_inset
18245
18246
18247 \end_layout
18248
18249 \end_inset
18250
18251
18252 \begin_inset ERT
18253 status collapsed
18254
18255 \begin_layout Plain Layout
18256
18257
18258 \backslash
18259 setlength{
18260 \backslash
18261 arrayrulewidth}{0.4pt}
18262 \end_layout
18263
18264 \end_inset
18265
18266
18267 \end_layout
18268
18269 \begin_layout Standard
18270 \begin_inset VSpace bigskip
18271 \end_inset
18272
18273 To set the line thickness to 1.5
18274 \begin_inset space \thinspace{}
18275 \end_inset
18276
18277 pt only for horizontal lines, as in Table
18278 \begin_inset space ~
18279 \end_inset
18280
18281
18282 \begin_inset CommandInset ref
18283 LatexCommand ref
18284 reference "tab:Table-with-horizontal"
18285
18286 \end_inset
18287
18288 , insert these commands in TeX-Code before the table or table float:
18289 \end_layout
18290
18291 \begin_layout Standard
18292
18293 \series bold
18294
18295 \backslash
18296 let
18297 \backslash
18298 myHline
18299 \backslash
18300 hline
18301 \begin_inset Newline newline
18302 \end_inset
18303
18304
18305 \backslash
18306 renewcommand{
18307 \backslash
18308 hline}
18309 \begin_inset Newline newline
18310 \end_inset
18311
18312  {
18313 \backslash
18314 noalign{
18315 \backslash
18316 global
18317 \backslash
18318 arrayrulewidth 1.5pt}
18319 \begin_inset Newline newline
18320 \end_inset
18321
18322  
18323 \backslash
18324 myHline
18325 \backslash
18326 noalign{
18327 \backslash
18328 global
18329 \backslash
18330 arrayrulewidth 0.4pt}}
18331 \end_layout
18332
18333 \begin_layout Standard
18334 To return to the default line thickness, insert this command in TeX-Code
18335  after the table or table float:
18336 \end_layout
18337
18338 \begin_layout Standard
18339
18340 \series bold
18341
18342 \backslash
18343 renewcommand{
18344 \backslash
18345 hline}{
18346 \backslash
18347 myHline}
18348 \end_layout
18349
18350 \begin_layout Standard
18351 \begin_inset ERT
18352 status collapsed
18353
18354 \begin_layout Plain Layout
18355
18356
18357 \backslash
18358 let
18359 \backslash
18360 myHline
18361 \backslash
18362 hline
18363 \end_layout
18364
18365 \begin_layout Plain Layout
18366
18367
18368 \backslash
18369 renewcommand{
18370 \backslash
18371 hline}
18372 \end_layout
18373
18374 \begin_layout Plain Layout
18375
18376  {
18377 \backslash
18378 noalign{
18379 \backslash
18380 global
18381 \backslash
18382 arrayrulewidth 1.5pt}
18383 \end_layout
18384
18385 \begin_layout Plain Layout
18386
18387   
18388 \backslash
18389 myHline
18390 \backslash
18391 noalign{
18392 \backslash
18393 global
18394 \backslash
18395 arrayrulewidth 0.4pt}}
18396 \end_layout
18397
18398 \end_inset
18399
18400
18401 \begin_inset Float table
18402 wide false
18403 sideways false
18404 status open
18405
18406 \begin_layout Plain Layout
18407 \begin_inset Caption
18408
18409 \begin_layout Plain Layout
18410 \begin_inset CommandInset label
18411 LatexCommand label
18412 name "tab:Table-with-horizontal"
18413
18414 \end_inset
18415
18416 Table with 1.5
18417 \begin_inset space \thinspace{}
18418 \end_inset
18419
18420 pt thick horizontal lines
18421 \end_layout
18422
18423 \end_inset
18424
18425
18426 \end_layout
18427
18428 \begin_layout Plain Layout
18429 \align center
18430 \begin_inset Tabular
18431 <lyxtabular version="3" rows="3" columns="3">
18432 <features tabularvalignment="middle">
18433 <column alignment="center" valignment="top" width="0">
18434 <column alignment="center" valignment="top" width="0">
18435 <column alignment="center" valignment="top" width="0">
18436 <row>
18437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18438 \begin_inset Text
18439
18440 \begin_layout Plain Layout
18441 sd
18442 \end_layout
18443
18444 \end_inset
18445 </cell>
18446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18447 \begin_inset Text
18448
18449 \begin_layout Plain Layout
18450
18451 \end_layout
18452
18453 \end_inset
18454 </cell>
18455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18456 \begin_inset Text
18457
18458 \begin_layout Plain Layout
18459
18460 \end_layout
18461
18462 \end_inset
18463 </cell>
18464 </row>
18465 <row>
18466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18467 \begin_inset Text
18468
18469 \begin_layout Plain Layout
18470
18471 \end_layout
18472
18473 \end_inset
18474 </cell>
18475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18476 \begin_inset Text
18477
18478 \begin_layout Plain Layout
18479 sd
18480 \end_layout
18481
18482 \end_inset
18483 </cell>
18484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18485 \begin_inset Text
18486
18487 \begin_layout Plain Layout
18488
18489 \end_layout
18490
18491 \end_inset
18492 </cell>
18493 </row>
18494 <row>
18495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18496 \begin_inset Text
18497
18498 \begin_layout Plain Layout
18499
18500 \end_layout
18501
18502 \end_inset
18503 </cell>
18504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18505 \begin_inset Text
18506
18507 \begin_layout Plain Layout
18508
18509 \end_layout
18510
18511 \end_inset
18512 </cell>
18513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18514 \begin_inset Text
18515
18516 \begin_layout Plain Layout
18517 sd
18518 \end_layout
18519
18520 \end_inset
18521 </cell>
18522 </row>
18523 </lyxtabular>
18524
18525 \end_inset
18526
18527
18528 \end_layout
18529
18530 \end_inset
18531
18532
18533 \begin_inset ERT
18534 status collapsed
18535
18536 \begin_layout Plain Layout
18537
18538
18539 \backslash
18540 renewcommand{
18541 \backslash
18542 hline}{
18543 \backslash
18544 myHline}
18545 \end_layout
18546
18547 \end_inset
18548
18549
18550 \end_layout
18551
18552 \begin_layout Standard
18553 \begin_inset VSpace bigskip
18554 \end_inset
18555
18556 To set the line thickness to 1.5
18557 \begin_inset space \thinspace{}
18558 \end_inset
18559
18560 pt only for vertical lines, create the following column format in the document
18561  preamble, according to the description in section
18562 \begin_inset space ~
18563 \end_inset
18564
18565
18566 \begin_inset CommandInset ref
18567 LatexCommand ref
18568 reference "sub:Customized-Format"
18569
18570 \end_inset
18571
18572 :
18573 \end_layout
18574
18575 \begin_layout Standard
18576
18577 \series bold
18578
18579 \backslash
18580 newcolumntype{V}{!{
18581 \backslash
18582 vrule width 1.5pt}}
18583 \end_layout
18584
18585 \begin_layout Standard
18586 For Table
18587 \begin_inset space ~
18588 \end_inset
18589
18590
18591 \begin_inset CommandInset ref
18592 LatexCommand ref
18593 reference "tab:Table-with-vertical"
18594
18595 \end_inset
18596
18597  the LaTeX-argument
18598 \end_layout
18599
18600 \begin_layout Standard
18601
18602 \series bold
18603 VcV
18604 \end_layout
18605
18606 \begin_layout Standard
18607 was used for the last column and
18608 \end_layout
18609
18610 \begin_layout Standard
18611
18612 \series bold
18613 Vc
18614 \end_layout
18615
18616 \begin_layout Standard
18617 for the other columns.
18618 \end_layout
18619
18620 \begin_layout Standard
18621 \begin_inset Float table
18622 wide false
18623 sideways false
18624 status open
18625
18626 \begin_layout Plain Layout
18627 \begin_inset Caption
18628
18629 \begin_layout Plain Layout
18630 \begin_inset CommandInset label
18631 LatexCommand label
18632 name "tab:Table-with-vertical"
18633
18634 \end_inset
18635
18636 Table with 1.5
18637 \begin_inset space \thinspace{}
18638 \end_inset
18639
18640 pt thick vertical lines
18641 \end_layout
18642
18643 \end_inset
18644
18645
18646 \end_layout
18647
18648 \begin_layout Plain Layout
18649 \align center
18650 \begin_inset Tabular
18651 <lyxtabular version="3" rows="3" columns="3">
18652 <features tabularvalignment="middle">
18653 <column alignment="center" valignment="top" width="0" special="Vc">
18654 <column alignment="center" valignment="top" width="0" special="Vc">
18655 <column alignment="center" valignment="top" width="0" special="VcV">
18656 <row>
18657 <cell alignment="center" valignment="top" topline="true" usebox="none">
18658 \begin_inset Text
18659
18660 \begin_layout Plain Layout
18661 sd
18662 \end_layout
18663
18664 \end_inset
18665 </cell>
18666 <cell alignment="center" valignment="top" topline="true" usebox="none">
18667 \begin_inset Text
18668
18669 \begin_layout Plain Layout
18670
18671 \end_layout
18672
18673 \end_inset
18674 </cell>
18675 <cell alignment="center" valignment="top" topline="true" usebox="none">
18676 \begin_inset Text
18677
18678 \begin_layout Plain Layout
18679
18680 \end_layout
18681
18682 \end_inset
18683 </cell>
18684 </row>
18685 <row>
18686 <cell alignment="center" valignment="top" topline="true" usebox="none">
18687 \begin_inset Text
18688
18689 \begin_layout Plain Layout
18690
18691 \end_layout
18692
18693 \end_inset
18694 </cell>
18695 <cell alignment="center" valignment="top" topline="true" usebox="none">
18696 \begin_inset Text
18697
18698 \begin_layout Plain Layout
18699 sd
18700 \end_layout
18701
18702 \end_inset
18703 </cell>
18704 <cell alignment="center" valignment="top" topline="true" usebox="none">
18705 \begin_inset Text
18706
18707 \begin_layout Plain Layout
18708
18709 \end_layout
18710
18711 \end_inset
18712 </cell>
18713 </row>
18714 <row>
18715 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18716 \begin_inset Text
18717
18718 \begin_layout Plain Layout
18719
18720 \end_layout
18721
18722 \end_inset
18723 </cell>
18724 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18725 \begin_inset Text
18726
18727 \begin_layout Plain Layout
18728
18729 \end_layout
18730
18731 \end_inset
18732 </cell>
18733 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18734 \begin_inset Text
18735
18736 \begin_layout Plain Layout
18737 sd
18738 \end_layout
18739
18740 \end_inset
18741 </cell>
18742 </row>
18743 </lyxtabular>
18744
18745 \end_inset
18746
18747
18748 \end_layout
18749
18750 \end_inset
18751
18752
18753 \end_layout
18754
18755 \begin_layout Subsection
18756 Dashed Lines
18757 \begin_inset Index idx
18758 status collapsed
18759
18760 \begin_layout Plain Layout
18761 Table Customization ! Dashed Lines
18762 \end_layout
18763
18764 \end_inset
18765
18766
18767 \end_layout
18768
18769 \begin_layout Standard
18770 \begin_inset ERT
18771 status collapsed
18772
18773 \begin_layout Plain Layout
18774
18775
18776 \backslash
18777 ifarydshln
18778 \end_layout
18779
18780 \end_inset
18781
18782
18783 \begin_inset Note Note
18784 status open
18785
18786 \begin_layout Plain Layout
18787 The following section will only be displayed when the LaTeX-package 
18788 \series bold
18789 arydshln
18790 \series default
18791  is installed.
18792 \end_layout
18793
18794 \end_inset
18795
18796
18797 \end_layout
18798
18799 \begin_layout Standard
18800 \begin_inset Float table
18801 placement H
18802 wide false
18803 sideways false
18804 status open
18805
18806 \begin_layout Plain Layout
18807 \begin_inset Caption
18808
18809 \begin_layout Plain Layout
18810 \begin_inset CommandInset label
18811 LatexCommand label
18812 name "tab:Table-with-dashed"
18813
18814 \end_inset
18815
18816 Table with dashed lines
18817 \end_layout
18818
18819 \end_inset
18820
18821
18822 \end_layout
18823
18824 \begin_layout Plain Layout
18825 \align center
18826 \begin_inset Tabular
18827 <lyxtabular version="3" rows="5" columns="5">
18828 <features tabularvalignment="middle">
18829 <column alignment="center" valignment="top" width="0">
18830 <column alignment="center" valignment="top" width="0">
18831 <column alignment="center" valignment="top" width="0" special=":c">
18832 <column alignment="center" valignment="top" width="0">
18833 <column alignment="center" valignment="top" width="0">
18834 <row>
18835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18836 \begin_inset Text
18837
18838 \begin_layout Plain Layout
18839 a
18840 \end_layout
18841
18842 \end_inset
18843 </cell>
18844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18845 \begin_inset Text
18846
18847 \begin_layout Plain Layout
18848 b
18849 \end_layout
18850
18851 \end_inset
18852 </cell>
18853 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18854 \begin_inset Text
18855
18856 \begin_layout Plain Layout
18857 c
18858 \end_layout
18859
18860 \end_inset
18861 </cell>
18862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18863 \begin_inset Text
18864
18865 \begin_layout Plain Layout
18866 d
18867 \end_layout
18868
18869 \end_inset
18870 </cell>
18871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18872 \begin_inset Text
18873
18874 \begin_layout Plain Layout
18875 e
18876 \end_layout
18877
18878 \end_inset
18879 </cell>
18880 </row>
18881 <row>
18882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18883 \begin_inset Text
18884
18885 \begin_layout Plain Layout
18886 f
18887 \end_layout
18888
18889 \end_inset
18890 </cell>
18891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18892 \begin_inset Text
18893
18894 \begin_layout Plain Layout
18895 g
18896 \end_layout
18897
18898 \end_inset
18899 </cell>
18900 <cell alignment="center" valignment="top" topline="true" usebox="none">
18901 \begin_inset Text
18902
18903 \begin_layout Plain Layout
18904 h
18905 \end_layout
18906
18907 \end_inset
18908 </cell>
18909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18910 \begin_inset Text
18911
18912 \begin_layout Plain Layout
18913 i
18914 \end_layout
18915
18916 \end_inset
18917 </cell>
18918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18919 \begin_inset Text
18920
18921 \begin_layout Plain Layout
18922 j
18923 \end_layout
18924
18925 \end_inset
18926 </cell>
18927 </row>
18928 <row>
18929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18930 \begin_inset Text
18931
18932 \begin_layout Plain Layout
18933 \begin_inset ERT
18934 status collapsed
18935
18936 \begin_layout Plain Layout
18937
18938
18939 \backslash
18940 hdashline 
18941 \end_layout
18942
18943 \end_inset
18944
18945 k
18946 \end_layout
18947
18948 \end_inset
18949 </cell>
18950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18951 \begin_inset Text
18952
18953 \begin_layout Plain Layout
18954 l
18955 \end_layout
18956
18957 \end_inset
18958 </cell>
18959 <cell alignment="center" valignment="top" usebox="none">
18960 \begin_inset Text
18961
18962 \begin_layout Plain Layout
18963 m
18964 \end_layout
18965
18966 \end_inset
18967 </cell>
18968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18969 \begin_inset Text
18970
18971 \begin_layout Plain Layout
18972 n
18973 \end_layout
18974
18975 \end_inset
18976 </cell>
18977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18978 \begin_inset Text
18979
18980 \begin_layout Plain Layout
18981 o
18982 \end_layout
18983
18984 \end_inset
18985 </cell>
18986 </row>
18987 <row>
18988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18989 \begin_inset Text
18990
18991 \begin_layout Plain Layout
18992 \begin_inset ERT
18993 status collapsed
18994
18995 \begin_layout Plain Layout
18996
18997
18998 \backslash
18999 cdashline{4-5}
19000 \end_layout
19001
19002 \end_inset
19003
19004 p
19005 \end_layout
19006
19007 \end_inset
19008 </cell>
19009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19010 \begin_inset Text
19011
19012 \begin_layout Plain Layout
19013 q
19014 \end_layout
19015
19016 \end_inset
19017 </cell>
19018 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19019 \begin_inset Text
19020
19021 \begin_layout Plain Layout
19022 r
19023 \end_layout
19024
19025 \end_inset
19026 </cell>
19027 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19028 \begin_inset Text
19029
19030 \begin_layout Plain Layout
19031 s
19032 \end_layout
19033
19034 \end_inset
19035 </cell>
19036 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19037 \begin_inset Text
19038
19039 \begin_layout Plain Layout
19040
19041 \end_layout
19042
19043 \end_inset
19044 </cell>
19045 </row>
19046 <row>
19047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19048 \begin_inset Text
19049
19050 \begin_layout Plain Layout
19051 t
19052 \end_layout
19053
19054 \end_inset
19055 </cell>
19056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19057 \begin_inset Text
19058
19059 \begin_layout Plain Layout
19060 u
19061 \end_layout
19062
19063 \end_inset
19064 </cell>
19065 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19066 \begin_inset Text
19067
19068 \begin_layout Plain Layout
19069 v
19070 \end_layout
19071
19072 \end_inset
19073 </cell>
19074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19075 \begin_inset Text
19076
19077 \begin_layout Plain Layout
19078 w
19079 \end_layout
19080
19081 \end_inset
19082 </cell>
19083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19084 \begin_inset Text
19085
19086 \begin_layout Plain Layout
19087 x
19088 \end_layout
19089
19090 \end_inset
19091 </cell>
19092 </row>
19093 </lyxtabular>
19094
19095 \end_inset
19096
19097
19098 \end_layout
19099
19100 \end_inset
19101
19102
19103 \end_layout
19104
19105 \begin_layout Standard
19106 LyX does not natively support dashed lines, so you have to use TeX-Code.
19107  As a prerequisite the LaTeX-package 
19108 \series bold
19109 arydshln
19110 \series default
19111
19112 \begin_inset Index idx
19113 status collapsed
19114
19115 \begin_layout Plain Layout
19116 LaTeX-packages ! arydshln
19117 \end_layout
19118
19119 \end_inset
19120
19121  must be loaded in the document preamble with the command
19122 \end_layout
19123
19124 \begin_layout Standard
19125
19126 \series bold
19127
19128 \backslash
19129 usepackage{arydshln}
19130 \end_layout
19131
19132 \begin_layout Standard
19133 To make a vertical line dashed, enter the colon 
19134 \begin_inset Quotes eld
19135 \end_inset
19136
19137 :
19138 \begin_inset Quotes erd
19139 \end_inset
19140
19141  together with the character for the horizontal alignment as LaTeX-argument
19142  in the table cell dialog.
19143 \end_layout
19144
19145 \begin_layout Standard
19146 For a horizontal dashed line add the command
19147 \end_layout
19148
19149 \begin_layout Standard
19150
19151 \series bold
19152
19153 \backslash
19154 hdashline
19155 \end_layout
19156
19157 \begin_layout Standard
19158 in TeX-Code as first element of the first cell in the table row.
19159 \end_layout
19160
19161 \begin_layout Standard
19162 For dashed multicolumn lines use the command
19163 \end_layout
19164
19165 \begin_layout Standard
19166
19167 \series bold
19168
19169 \backslash
19170 cdashline{line number
19171 \series default
19172 }
19173 \end_layout
19174
19175 \begin_layout Standard
19176 in TeX-Code as the first element of the first cell in the table row.
19177  If you have for example a multicolumn spanning columns 2 to 4 and you want
19178  to have a dashed line above, add the command
19179 \end_layout
19180
19181 \begin_layout Standard
19182
19183 \series bold
19184
19185 \backslash
19186 cdashline{2-4}
19187 \end_layout
19188
19189 \begin_layout Standard
19190 as the first element of the first cell in the row of the multicolumn.
19191 \end_layout
19192
19193 \begin_layout Standard
19194 \begin_inset VSpace bigskip
19195 \end_inset
19196
19197
19198 \end_layout
19199
19200 \begin_layout Standard
19201 Table
19202 \begin_inset space ~
19203 \end_inset
19204
19205
19206 \begin_inset CommandInset ref
19207 LatexCommand ref
19208 reference "tab:Table-with-dashed"
19209
19210 \end_inset
19211
19212  was created using 
19213 \begin_inset Quotes eld
19214 \end_inset
19215
19216
19217 \series bold
19218 :c
19219 \series default
19220
19221 \begin_inset Quotes erd
19222 \end_inset
19223
19224  as LaTeX-argument of the third column.
19225  The TeX-Code command 
19226 \series bold
19227
19228 \backslash
19229 hdashline
19230 \series default
19231  was inserted in the first cell of the third row and the TeX-Code command
19232 \begin_inset Newline newline
19233 \end_inset
19234
19235  
19236 \series bold
19237
19238 \backslash
19239 cdashline{4-5}
19240 \series default
19241  was inserted in the first cell of the fourth row.
19242 \end_layout
19243
19244 \begin_layout Standard
19245 \begin_inset Note Greyedout
19246 status open
19247
19248 \begin_layout Plain Layout
19249
19250 \series bold
19251 Note:
19252 \series default
19253  The LaTeX-package 
19254 \series bold
19255 arydshln
19256 \series default
19257  is apparently not compatible with the LaTeX-package 
19258 \series bold
19259 colortbl
19260 \series default
19261
19262 \begin_inset Index idx
19263 status collapsed
19264
19265 \begin_layout Plain Layout
19266 LaTeX-packages ! colortbl
19267 \end_layout
19268
19269 \end_inset
19270
19271  that is used for colored tables in section
19272 \begin_inset space ~
19273 \end_inset
19274
19275
19276 \begin_inset CommandInset ref
19277 LatexCommand ref
19278 reference "sec:Colored-Tables"
19279
19280 \end_inset
19281
19282 .
19283  That means colored tables cannot have dashed lines.
19284 \end_layout
19285
19286 \end_inset
19287
19288
19289 \end_layout
19290
19291 \begin_layout Standard
19292 \begin_inset ERT
19293 status collapsed
19294
19295 \begin_layout Plain Layout
19296
19297
19298 \backslash
19299 else
19300 \end_layout
19301
19302 \end_inset
19303
19304
19305 \begin_inset Note Note
19306 status open
19307
19308 \begin_layout Plain Layout
19309 The following will be displayed when the LaTeX-package 
19310 \series bold
19311 arydshln
19312 \series default
19313  is not installed:
19314 \end_layout
19315
19316 \end_inset
19317
19318
19319 \end_layout
19320
19321 \begin_layout Standard
19322 You need to install the package 
19323 \series bold
19324 arydshln
19325 \series default
19326  to see the content of this section in the output.
19327 \end_layout
19328
19329 \begin_layout Standard
19330 \begin_inset ERT
19331 status collapsed
19332
19333 \begin_layout Plain Layout
19334
19335
19336 \backslash
19337 fi
19338 \end_layout
19339
19340 \end_inset
19341
19342
19343 \end_layout
19344
19345 \begin_layout Chapter
19346 Floats
19347 \begin_inset Index idx
19348 status collapsed
19349
19350 \begin_layout Plain Layout
19351 Floats
19352 \end_layout
19353
19354 \end_inset
19355
19356
19357 \end_layout
19358
19359 \begin_layout Section
19360 Introduction
19361 \begin_inset CommandInset label
19362 LatexCommand label
19363 name "sec:FloatIntroduction"
19364
19365 \end_inset
19366
19367
19368 \begin_inset Index idx
19369 status collapsed
19370
19371 \begin_layout Plain Layout
19372 Floats ! Introduction
19373 \end_layout
19374
19375 \end_inset
19376
19377
19378 \end_layout
19379
19380 \begin_layout Standard
19381 A float is a block of text associated with some sort of label, which doesn't
19382  have a fixed location.
19383  It can 
19384 \begin_inset Quotes eld
19385 \end_inset
19386
19387 float
19388 \begin_inset Quotes erd
19389 \end_inset
19390
19391  forward or backward a page or two, to wherever it fits best.
19392  
19393 \family sans
19394 Footnotes
19395 \family default
19396  and 
19397 \family sans
19398 Margin
19399 \begin_inset space ~
19400 \end_inset
19401
19402 Notes
19403 \family default
19404  are also floats, because they can float to the next page when there are
19405  too many notes on the page.
19406 \end_layout
19407
19408 \begin_layout Standard
19409 Floats allow a high quality layout.
19410  Images and tables can be spread evenly to the pages to avoid white space
19411  and pages without text.
19412  As the floating often destroys the context between the text and the image/table
19413 , every float can be referenced in the text.
19414  Floats are therefore numbered.
19415  Referencing is described in section
19416 \begin_inset space ~
19417 \end_inset
19418
19419
19420 \begin_inset CommandInset ref
19421 LatexCommand ref
19422 reference "sec:Referencing-Floats"
19423
19424 \end_inset
19425
19426 .
19427 \end_layout
19428
19429 \begin_layout Standard
19430 To insert a float, use the menu 
19431 \family sans
19432 Insert\SpecialChar \menuseparator
19433 Float
19434 \family default
19435 .
19436  This inserts the 
19437 \family sans
19438 Caption
19439 \family default
19440  inset, a box with a label.
19441  The label will automatically be translated to the document language in
19442  the output.
19443  After the label you can insert the caption text.
19444  The image or table is inserted above or below the caption in a separate
19445  paragraph within the float.
19446  More about the caption placement is contained in section
19447 \begin_inset space ~
19448 \end_inset
19449
19450
19451 \begin_inset CommandInset ref
19452 LatexCommand ref
19453 reference "sec:Caption-Placement"
19454
19455 \end_inset
19456
19457 .
19458  To keep your LyX-document readable, you can open and close the float box
19459  by left-clicking on the box label.
19460  A closed float box looks like this: 
19461 \begin_inset Graphics
19462         filename clipart/floatQt4.png
19463         scale 70
19464         scaleBeforeRotation
19465
19466 \end_inset
19467
19468  â€“ a gray button with a red label.
19469 \end_layout
19470
19471 \begin_layout Standard
19472 It is recommended that you insert floats as a separate standard paragraph
19473  to avoid possible LaTeX-errors that can occur when the surrounding text
19474  is specially formatted.
19475 \end_layout
19476
19477 \begin_layout Standard
19478 Existing figures or tables can be put into a float by highlighting them
19479  and then pressing the corresponding toolbar button for a new float.
19480 \end_layout
19481
19482 \begin_layout Section
19483 Float Types
19484 \end_layout
19485
19486 \begin_layout Standard
19487 Besides figure and table floats that are described in sections
19488 \begin_inset space ~
19489 \end_inset
19490
19491
19492 \begin_inset CommandInset ref
19493 LatexCommand ref
19494 reference "sec:Figure-Floats"
19495
19496 \end_inset
19497
19498  and 
19499 \begin_inset CommandInset ref
19500 LatexCommand ref
19501 reference "sec:Table-Floats"
19502
19503 \end_inset
19504
19505  respectively, LyX offers the float types 
19506 \series bold
19507 Algorithm
19508 \series default
19509  and 
19510 \series bold
19511 Wrap
19512 \series default
19513 .
19514 \end_layout
19515
19516 \begin_layout Subsection
19517 Algorithm Floats
19518 \begin_inset Index idx
19519 status collapsed
19520
19521 \begin_layout Plain Layout
19522 Floats ! Algorithms
19523 \end_layout
19524
19525 \end_inset
19526
19527
19528 \end_layout
19529
19530 \begin_layout Standard
19531 \begin_inset Float algorithm
19532 placement h
19533 wide false
19534 sideways false
19535 status open
19536
19537 \begin_layout Plain Layout
19538 \begin_inset Caption
19539
19540 \begin_layout Plain Layout
19541 \begin_inset CommandInset label
19542 LatexCommand label
19543 name "alg:Example-Algorithm-float"
19544
19545 \end_inset
19546
19547 Example Algorithm float
19548 \end_layout
19549
19550 \end_inset
19551
19552
19553 \end_layout
19554
19555 \begin_layout LyX-Code
19556 for I in 1..N loop
19557 \begin_inset Newline newline
19558 \end_inset
19559
19560  Sum:= Sum + A(I); /*comment*/
19561 \begin_inset Newline newline
19562 \end_inset
19563
19564 end loop
19565 \begin_inset VSpace -4mm
19566 \end_inset
19567
19568
19569 \end_layout
19570
19571 \end_inset
19572
19573
19574 \end_layout
19575
19576 \begin_layout Standard
19577 This float type is inserted with the menu 
19578 \family sans
19579 Insert\SpecialChar \menuseparator
19580 Floats\SpecialChar \menuseparator
19581 Algorithm
19582 \family default
19583 .
19584  It is used for program codes and descriptions of algorithms and can be
19585  seen as an alternative to program code listings that are explained in chapter
19586 \begin_inset space ~
19587 \end_inset
19588
19589
19590 \begin_inset CommandInset ref
19591 LatexCommand ref
19592 reference "cha:Program-Code-Listings"
19593
19594 \end_inset
19595
19596 .
19597  A possible environment for algorithms is the 
19598 \family sans
19599 LyX-Code
19600 \family default
19601 , described in LyX's 
19602 \emph on
19603 Userguide
19604 \emph default
19605 .
19606  Algorithm
19607 \begin_inset space ~
19608 \end_inset
19609
19610
19611 \begin_inset CommandInset ref
19612 LatexCommand ref
19613 reference "alg:Example-Algorithm-float"
19614
19615 \end_inset
19616
19617  is an example of an algorithm float where -4
19618 \begin_inset space \thinspace{}
19619 \end_inset
19620
19621 mm vertical space was added at the end of the float to have the bottom rule
19622  exactly below the last text line.
19623 \end_layout
19624
19625 \begin_layout Standard
19626 The float label is not automatically translated into the document language.
19627  If your document is not in English, you have to do this manually by adding
19628  the following line to the document preamble
19629 \series bold
19630 :
19631 \end_layout
19632
19633 \begin_layout Standard
19634
19635 \series bold
19636
19637 \backslash
19638 floatname{algorithm}{your
19639 \begin_inset space ~
19640 \end_inset
19641
19642 name}
19643 \end_layout
19644
19645 \begin_layout Standard
19646 where 
19647 \family sans
19648 your
19649 \begin_inset space ~
19650 \end_inset
19651
19652 name
19653 \family default
19654  is the word 
19655 \begin_inset Quotes eld
19656 \end_inset
19657
19658
19659 \emph on
19660 algorithm
19661 \emph default
19662
19663 \begin_inset Quotes erd
19664 \end_inset
19665
19666  in your language.
19667 \end_layout
19668
19669 \begin_layout Standard
19670 To insert the list of algorithms you can use the menu 
19671 \family sans
19672 Insert\SpecialChar \menuseparator
19673 List
19674 \begin_inset space \thinspace{}
19675 \end_inset
19676
19677 /
19678 \begin_inset space \thinspace{}
19679 \end_inset
19680
19681 TOC\SpecialChar \menuseparator
19682 List of Algorithms
19683 \family default
19684  when your document has the same language as LyX's menu names.
19685  In other cases use this command in TeX-Code instead:
19686 \end_layout
19687
19688 \begin_layout Standard
19689
19690 \series bold
19691
19692 \backslash
19693 listof{algorithm}{your
19694 \begin_inset space ~
19695 \end_inset
19696
19697 name}
19698 \end_layout
19699
19700 \begin_layout Standard
19701 where 
19702 \family sans
19703 your
19704 \begin_inset space ~
19705 \end_inset
19706
19707 name
19708 \family default
19709  is the word 
19710 \begin_inset Quotes eld
19711 \end_inset
19712
19713
19714 \emph on
19715 List of Algorithm
19716 \emph default
19717 s
19718 \begin_inset Quotes erd
19719 \end_inset
19720
19721  in your language.
19722 \end_layout
19723
19724 \begin_layout Standard
19725 Algorithm floats are not by default numbered in the scheme 
19726 \begin_inset Quotes eld
19727 \end_inset
19728
19729 chapter.algorithm
19730 \begin_inset Quotes erd
19731 \end_inset
19732
19733  as is the case for table and figure floats in many document-classes.
19734  To number algorithm floats in the same scheme, add this command to your
19735  document preamble:
19736 \end_layout
19737
19738 \begin_layout Standard
19739
19740 \series bold
19741
19742 \backslash
19743 numberwithin{algorithm}{chapter}
19744 \end_layout
19745
19746 \begin_layout Standard
19747 To be able to use the command 
19748 \series bold
19749
19750 \backslash
19751 numberwithin
19752 \series default
19753 , set in the tab 
19754 \family sans
19755 Math
19756 \begin_inset space ~
19757 \end_inset
19758
19759 Options
19760 \family default
19761  in the document settings the option 
19762 \family sans
19763 Use
19764 \begin_inset space ~
19765 \end_inset
19766
19767 AMS
19768 \begin_inset space ~
19769 \end_inset
19770
19771 math
19772 \begin_inset space ~
19773 \end_inset
19774
19775 package
19776 \family default
19777 .
19778 \end_layout
19779
19780 \begin_layout Subsection
19781 Wrap Floats
19782 \begin_inset Index idx
19783 status collapsed
19784
19785 \begin_layout Plain Layout
19786 Floats ! Wrap Floats
19787 \end_layout
19788
19789 \end_inset
19790
19791
19792 \end_layout
19793
19794 \begin_layout Standard
19795 \begin_inset Wrap figure
19796 lines 0
19797 placement l
19798 overhang 1cm
19799 width "40col%"
19800 status open
19801
19802 \begin_layout Plain Layout
19803 \begin_inset Graphics
19804         filename clipart/mobius.eps
19805         width 40col%
19806         scaleBeforeRotation
19807         rotateOrigin center
19808
19809 \end_inset
19810
19811
19812 \end_layout
19813
19814 \begin_layout Plain Layout
19815 \begin_inset Caption
19816
19817 \begin_layout Plain Layout
19818 \begin_inset CommandInset label
19819 LatexCommand label
19820 name "fig:This-is-a"
19821
19822 \end_inset
19823
19824 This is a figure wrap float.
19825 \end_layout
19826
19827 \end_inset
19828
19829
19830 \end_layout
19831
19832 \end_inset
19833
19834  This float type is used if you want to wrap text around a figure or table
19835  so that it only occupies some fraction of the column width.
19836  It can be inserted using the menu 
19837 \family sans
19838 Insert\SpecialChar \menuseparator
19839 Floats\SpecialChar \menuseparator
19840 Figure
19841 \begin_inset space ~
19842 \end_inset
19843
19844 Wrap
19845 \begin_inset space ~
19846 \end_inset
19847
19848 Float
19849 \family default
19850  or 
19851 \family sans
19852 Table
19853 \begin_inset space ~
19854 \end_inset
19855
19856 Wrap
19857 \begin_inset space ~
19858 \end_inset
19859
19860 Float
19861 \family default
19862  if the LaTeX-package 
19863 \series bold
19864 wrapfig
19865 \series default
19866
19867 \begin_inset Index idx
19868 status collapsed
19869
19870 \begin_layout Plain Layout
19871 LaTeX-packages ! wrapfig
19872 \begin_inset ERT
19873 status collapsed
19874
19875 \begin_layout Plain Layout
19876
19877
19878 \backslash
19879 vspace{4mm}
19880 \end_layout
19881
19882 \end_inset
19883
19884
19885 \end_layout
19886
19887 \end_inset
19888
19889  is installed.
19890 \begin_inset Foot
19891 status collapsed
19892
19893 \begin_layout Plain Layout
19894 Installing a LaTeX-package is explained it in the 
19895 \emph on
19896 LaTeX
19897 \begin_inset space ~
19898 \end_inset
19899
19900 Configuration
19901 \emph default
19902  manual.
19903 \end_layout
19904
19905 \end_inset
19906
19907  The settings of the float can be modified by right-clicking on the float
19908  box.
19909  The mandatory settings are the float 
19910 \family sans
19911 Placement
19912 \family default
19913  and its 
19914 \family sans
19915 Width
19916 \family default
19917 .
19918  Optional are the 
19919 \family sans
19920 Overhang
19921 \family default
19922  that specifies how much the float is set into the paragraph
19923 \begin_inset space \thinspace{}
19924 \end_inset
19925
19926 /
19927 \begin_inset space \thinspace{}
19928 \end_inset
19929
19930 page margin, and the 
19931 \family sans
19932 Line
19933 \begin_inset space ~
19934 \end_inset
19935
19936 span
19937 \family default
19938  that specifies how many text lines the float will approximately need.
19939  The line span is often hard to approximate; so it is better only to use
19940  it when you encounter float placement problems.
19941  You can furthermore decide if LaTeX is allowed to let the float float within
19942  the paragraph or to surrounding paragraphs.
19943  Figure
19944 \begin_inset space ~
19945 \end_inset
19946
19947
19948 \begin_inset CommandInset ref
19949 LatexCommand ref
19950 reference "fig:This-is-a"
19951
19952 \end_inset
19953
19954  is an example text wrap float with a width of 40
19955 \begin_inset space \thinspace{}
19956 \end_inset
19957
19958 col%, 1
19959 \begin_inset space \thinspace{}
19960 \end_inset
19961
19962 cm overhang, set to the left.
19963 \begin_inset Foot
19964 status collapsed
19965
19966 \begin_layout Plain Layout
19967 Available units are explained in appendix
19968 \begin_inset space ~
19969 \end_inset
19970
19971
19972 \begin_inset CommandInset ref
19973 LatexCommand ref
19974 reference "cha:Units-available-in"
19975
19976 \end_inset
19977
19978 .
19979 \end_layout
19980
19981 \end_inset
19982
19983
19984 \end_layout
19985
19986 \begin_layout Standard
19987 \begin_inset Note Greyedout
19988 status open
19989
19990 \begin_layout Plain Layout
19991
19992 \series bold
19993 Note:
19994 \series default
19995  Text
19996 \begin_inset space ~
19997 \end_inset
19998
19999 wrap float floats are fragile! E.
20000 \begin_inset space \thinspace{}
20001 \end_inset
20002
20003 g.
20004 \begin_inset space \space{}
20005 \end_inset
20006
20007 having a figure too close to the bottom of the page can mess things up in
20008  such a way that the float does not appear in the output or that it is placed
20009  over some other text.
20010 \end_layout
20011
20012 \end_inset
20013
20014
20015 \end_layout
20016
20017 \begin_layout Standard
20018 In general:
20019 \end_layout
20020
20021 \begin_layout Itemize
20022 Wrap floats should not be placed in paragraphs that run over a page break.
20023  That means that wrap floats are better inserted in their exact place when
20024  the document is almost finished and you are able to estimate where page
20025  breaks will appear.
20026 \end_layout
20027
20028 \begin_layout Itemize
20029 Wrap floats should either be placed in their own paragraph before the paragraph
20030  where they should wrap into or within a paragraph.
20031 \end_layout
20032
20033 \begin_layout Itemize
20034 Wrap floats in consecutive paragraphs may cause troubles, so ensure that
20035  there is a text paragraph between them as separator.
20036 \end_layout
20037
20038 \begin_layout Itemize
20039 Wrap floats are not allowed in section headings or tables.
20040 \end_layout
20041
20042 \begin_layout Section
20043 Float Numbering
20044 \begin_inset Index idx
20045 status collapsed
20046
20047 \begin_layout Plain Layout
20048 Floats ! Numbering
20049 \end_layout
20050
20051 \end_inset
20052
20053
20054 \end_layout
20055
20056 \begin_layout Standard
20057 Floats are usually numbered either independently from the sections the floats
20058  are in, or in the scheme 
20059 \begin_inset Quotes eld
20060 \end_inset
20061
20062 chapter.number
20063 \begin_inset Quotes erd
20064 \end_inset
20065
20066  or 
20067 \begin_inset Quotes eld
20068 \end_inset
20069
20070 section.number
20071 \begin_inset Quotes erd
20072 \end_inset
20073
20074 .
20075  This depends on the document class used.
20076 \end_layout
20077
20078 \begin_layout Standard
20079 To change section-independent numbering, you can use this command in the
20080  document preamble:
20081 \end_layout
20082
20083 \begin_layout Standard
20084
20085 \series bold
20086
20087 \backslash
20088 renewcommand{
20089 \backslash
20090 thetable}{
20091 \backslash
20092 roman{table}}
20093 \end_layout
20094
20095 \begin_layout Standard
20096
20097 \series bold
20098
20099 \backslash
20100 thetable
20101 \series default
20102  is the command that prints the table number, for figure floats, the command
20103  would be 
20104 \series bold
20105
20106 \backslash
20107 thefigure
20108 \series default
20109 .
20110  
20111 \series bold
20112
20113 \backslash
20114 roman
20115 \series default
20116  in the command above prints the table number as small roman number.
20117 \end_layout
20118
20119 \begin_layout Standard
20120 To change the numbering scheme for example to 
20121 \begin_inset Quotes eld
20122 \end_inset
20123
20124 subsection.number
20125 \begin_inset Quotes erd
20126 \end_inset
20127
20128 , use this command in the preamble:
20129 \end_layout
20130
20131 \begin_layout Standard
20132
20133 \series bold
20134
20135 \backslash
20136 numberwithin{table}{subsection}
20137 \end_layout
20138
20139 \begin_layout Standard
20140 To be able to use the command 
20141 \series bold
20142
20143 \backslash
20144 numberwithin
20145 \series default
20146 , set in the tab 
20147 \family sans
20148 Math
20149 \begin_inset space ~
20150 \end_inset
20151
20152 Options
20153 \family default
20154  in the document settings the option 
20155 \family sans
20156 Use
20157 \begin_inset space ~
20158 \end_inset
20159
20160 AMS
20161 \begin_inset space ~
20162 \end_inset
20163
20164 math
20165 \begin_inset space ~
20166 \end_inset
20167
20168 package
20169 \family default
20170 .
20171 \end_layout
20172
20173 \begin_layout Standard
20174 Please also have a look at section
20175 \begin_inset space ~
20176 \end_inset
20177
20178
20179 \begin_inset CommandInset ref
20180 LatexCommand ref
20181 reference "sub:Footnote-Numbering"
20182
20183 \end_inset
20184
20185  for the details and important notes about the numbering commands.
20186 \end_layout
20187
20188 \begin_layout Section
20189 Referencing Floats
20190 \begin_inset CommandInset label
20191 LatexCommand label
20192 name "sec:Referencing-Floats"
20193
20194 \end_inset
20195
20196
20197 \begin_inset Index idx
20198 status collapsed
20199
20200 \begin_layout Plain Layout
20201 Floats ! References
20202 \end_layout
20203
20204 \end_inset
20205
20206
20207 \begin_inset Index idx
20208 status collapsed
20209
20210 \begin_layout Plain Layout
20211 References ! to Floats
20212 \end_layout
20213
20214 \end_inset
20215
20216
20217 \end_layout
20218
20219 \begin_layout Standard
20220 To reference a float, insert a label into its caption using the menu 
20221 \family sans
20222 Insert\SpecialChar \menuseparator
20223 Label
20224 \family default
20225  or the toolbar button 
20226 \begin_inset Graphics
20227         filename ../images/label-insert.png
20228         scale 85
20229         scaleBeforeRotation
20230
20231 \end_inset
20232
20233 .
20234  A grey label box like this one: 
20235 \begin_inset Graphics
20236         filename clipart/labelQt4.png
20237         scale 85
20238         scaleBeforeRotation
20239
20240 \end_inset
20241
20242  will be inserted and the label window pops up asking for the label text.
20243  LyX offers as text the first words of the caption with a prefix.
20244  The prefix depends on the float type, e.
20245 \begin_inset space \thinspace{}
20246 \end_inset
20247
20248 g.
20249 \begin_inset space \space{}
20250 \end_inset
20251
20252 for figure floats the prefix will be "
20253 \family sans
20254 fig:
20255 \family default
20256 ".
20257 \end_layout
20258
20259 \begin_layout Standard
20260 The label is used as anchor and name for the reference.
20261  You can refer to the label using the menu 
20262 \family sans
20263 Insert\SpecialChar \menuseparator
20264 Cross-reference
20265 \family default
20266  or the toolbar button 
20267 \begin_inset Graphics
20268         filename ../images/dialog-show-new-inset_ref.png
20269         scale 85
20270         scaleBeforeRotation
20271
20272 \end_inset
20273
20274 .
20275  A grey cross-reference box like this one: 
20276 \begin_inset Graphics
20277         filename clipart/referenceQt4.png
20278         scale 85
20279         scaleBeforeRotation
20280
20281 \end_inset
20282
20283  will be inserted and the cross-reference window appear showing all labels
20284  of the document.
20285  If you have multiple LyX-documents opened, choose the one you are working
20286  on from the drop-list at the top of the dialog.
20287  You can now sort the labels alphabetically and then choose one.
20288  At the position of the cross-reference box the float number will appear
20289  in the output.
20290 \end_layout
20291
20292 \begin_layout Standard
20293 It is recommended that you use a protected space between the cross-reference
20294  name and its number to avoid line breaks between them.
20295  If a cross-reference refers to a non-existing label, you will see two question
20296  marks in the output instead of the reference.
20297 \end_layout
20298
20299 \begin_layout Standard
20300 You can change labels at any time by clicking on the label box.
20301  References to the changed label will automatically change its link to the
20302  new label text, so that you don't need to take care about this.
20303 \end_layout
20304
20305 \begin_layout Standard
20306 The button 
20307 \family sans
20308 Go
20309 \begin_inset space ~
20310 \end_inset
20311
20312 to
20313 \begin_inset space ~
20314 \end_inset
20315
20316 Label
20317 \family default
20318  in the cross-reference window sets the cursor before the referred label.
20319  The button text changes then to Go
20320 \begin_inset space ~
20321 \end_inset
20322
20323 Back and you can use it to set the cursor back to the cross-reference.
20324  Right-clicking on a cross-reference box also sets the cursor before the
20325  referenced label but without the possibility of going back.
20326 \end_layout
20327
20328 \begin_layout Subsection
20329 Cross-Reference Formats
20330 \begin_inset CommandInset label
20331 LatexCommand label
20332 name "sub:Cross-Reference-Formats"
20333
20334 \end_inset
20335
20336
20337 \begin_inset Index idx
20338 status collapsed
20339
20340 \begin_layout Plain Layout
20341 References ! Formats
20342 \end_layout
20343
20344 \end_inset
20345
20346
20347 \end_layout
20348
20349 \begin_layout Standard
20350 There are six varieties of cross-references:
20351 \end_layout
20352
20353 \begin_layout Description
20354 <reference>: prints the float number, this is the default: 
20355 \begin_inset CommandInset ref
20356 LatexCommand ref
20357 reference "fig:Two-distorted-images"
20358
20359 \end_inset
20360
20361
20362 \end_layout
20363
20364 \begin_layout Description
20365 (<reference>): prints the float number within two parentheses, this is the
20366  style normally used to reference formulas, especially when the reference
20367  name 
20368 \begin_inset Quotes eld
20369 \end_inset
20370
20371 Equation
20372 \begin_inset Quotes erd
20373 \end_inset
20374
20375  is omitted: 
20376 \begin_inset CommandInset ref
20377 LatexCommand eqref
20378 reference "eq:Wgn"
20379
20380 \end_inset
20381
20382
20383 \end_layout
20384
20385 \begin_layout Description
20386 <page>: prints the page number: Page
20387 \begin_inset space ~
20388 \end_inset
20389
20390
20391 \begin_inset CommandInset ref
20392 LatexCommand pageref
20393 reference "fig:Two-distorted-images"
20394
20395 \end_inset
20396
20397
20398 \end_layout
20399
20400 \begin_layout Description
20401 on
20402 \begin_inset space ~
20403 \end_inset
20404
20405 page
20406 \begin_inset space ~
20407 \end_inset
20408
20409 <page>: prints the text "on page" and the page number: 
20410 \begin_inset CommandInset ref
20411 LatexCommand vpageref
20412 reference "fig:Two-distorted-images"
20413
20414 \end_inset
20415
20416
20417 \end_layout
20418
20419 \begin_layout Description
20420 <reference>
20421 \begin_inset space ~
20422 \end_inset
20423
20424 on
20425 \begin_inset space ~
20426 \end_inset
20427
20428 page
20429 \begin_inset space ~
20430 \end_inset
20431
20432 <page>: prints the float number, the text "on page", and the page number:
20433  
20434 \begin_inset CommandInset ref
20435 LatexCommand vref
20436 reference "fig:Two-distorted-images"
20437
20438 \end_inset
20439
20440
20441 \end_layout
20442
20443 \begin_layout Description
20444 Formatted
20445 \begin_inset space ~
20446 \end_inset
20447
20448 reference: prints a self defined cross-reference format.
20449 \begin_inset Newline newline
20450 \end_inset
20451
20452
20453 \begin_inset Note Greyedout
20454 status open
20455
20456 \begin_layout Plain Layout
20457
20458 \series bold
20459 Note:
20460 \series default
20461  This feature is only available when you have the LaTeX-package 
20462 \series bold
20463 prettyref
20464 \series default
20465
20466 \begin_inset Index idx
20467 status collapsed
20468
20469 \begin_layout Plain Layout
20470 LaTeX-packages ! prettyref
20471 \end_layout
20472
20473 \end_inset
20474
20475  installed.
20476 \end_layout
20477
20478 \end_inset
20479
20480
20481 \end_layout
20482
20483 \begin_layout Standard
20484
20485 \family sans
20486 <page>
20487 \family default
20488  will not print the page number if the label is on the previous, the same,
20489  or the next page.
20490  You will e.
20491 \begin_inset space \thinspace{}
20492 \end_inset
20493
20494 g.
20495 \begin_inset space \space{}
20496 \end_inset
20497
20498 see the text 
20499 \begin_inset Quotes eld
20500 \end_inset
20501
20502
20503 \family sans
20504 on this page
20505 \family default
20506
20507 \begin_inset Quotes erd
20508 \end_inset
20509
20510  instead.
20511  The style 
20512 \family sans
20513 <reference> on page <page>
20514 \family default
20515  will not print anything about the page if the label is on the same page.
20516 \end_layout
20517
20518 \begin_layout Standard
20519 The number and current page of the part of the document referred to in the
20520  output is automatically calculated by LaTeX.
20521  The varieties are adjusted in the field 
20522 \family sans
20523 Format
20524 \family default
20525  of the cross-reference window that appears when you click on the cross-referenc
20526 e box.
20527 \end_layout
20528
20529 \begin_layout Standard
20530 \begin_inset Note Greyedout
20531 status open
20532
20533 \begin_layout Plain Layout
20534
20535 \series bold
20536 Note:
20537 \series default
20538  The LaTeX-package 
20539 \series bold
20540 prettyref
20541 \series default
20542
20543 \begin_inset Index idx
20544 status collapsed
20545
20546 \begin_layout Plain Layout
20547 LaTeX-packages ! prettyref
20548 \end_layout
20549
20550 \end_inset
20551
20552  does not know all of LyX's possible label shortcuts
20553 \begin_inset Foot
20554 status collapsed
20555
20556 \begin_layout Plain Layout
20557 \begin_inset Quotes eld
20558 \end_inset
20559
20560 fig:
20561 \begin_inset Quotes erd
20562 \end_inset
20563
20564  is for example LyX's shortcut for labels in figure captions.
20565 \end_layout
20566
20567 \end_inset
20568
20569  and is not internationalized.
20570  To find out how to tell 
20571 \series bold
20572 prettyref
20573 \series default
20574  new shortcuts and translations, have a look at its documentation 
20575 \begin_inset CommandInset citation
20576 LatexCommand cite
20577 key "prettyref"
20578
20579 \end_inset
20580
20581 .
20582 \end_layout
20583
20584 \end_inset
20585
20586
20587 \end_layout
20588
20589 \begin_layout Standard
20590 \begin_inset Note Greyedout
20591 status open
20592
20593 \begin_layout Plain Layout
20594
20595 \series bold
20596 Note:
20597 \series default
20598  Due to a bug in the LaTeX-package 
20599 \series bold
20600 varioref
20601 \series default
20602  version 1.4w, some cross-reference formats will cause LaTeX errors for document
20603  languages that make the period character active (like French).
20604  For a workaround, see
20605 \begin_inset Newline newline
20606 \end_inset
20607
20608
20609 \begin_inset CommandInset href
20610 LatexCommand href
20611 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
20612
20613 \end_inset
20614
20615 .
20616 \end_layout
20617
20618 \end_inset
20619
20620
20621 \end_layout
20622
20623 \begin_layout Subsection
20624 Automatic Reference Naming
20625 \begin_inset Index idx
20626 status collapsed
20627
20628 \begin_layout Plain Layout
20629 References ! Automatic Reference Naming
20630 \end_layout
20631
20632 \end_inset
20633
20634
20635 \end_layout
20636
20637 \begin_layout Standard
20638 The LaTeX-package 
20639 \series bold
20640 hyperref
20641 \series default
20642
20643 \begin_inset Index idx
20644 status collapsed
20645
20646 \begin_layout Plain Layout
20647 LaTeX-packages ! hyperref
20648 \end_layout
20649
20650 \end_inset
20651
20652 , that is enabled in the 
20653 \family sans
20654 PDF Properties
20655 \family default
20656  of the 
20657 \family sans
20658 Document Settings
20659 \family default
20660  dialog, provides a very useful feature that cross-references automatically
20661  include the name of the referenced floats (or text parts like 
20662 \emph on
20663 section
20664 \emph default
20665 ).
20666  So you will save having to write e.
20667 \begin_inset space \thinspace{}
20668 \end_inset
20669
20670 g.
20671 \begin_inset space \space{}
20672 \end_inset
20673
20674 the name 
20675 \begin_inset Quotes eld
20676 \end_inset
20677
20678 Figure
20679 \begin_inset Quotes erd
20680 \end_inset
20681
20682  before every reference to a figure.
20683  To use this feature, enable 
20684 \series bold
20685 hyperref
20686 \series default
20687  and insert this line to the LaTeX preamble:
20688 \end_layout
20689
20690 \begin_layout Standard
20691
20692 \series bold
20693
20694 \backslash
20695 AtBeginDocument{
20696 \backslash
20697 renewcommand{
20698 \backslash
20699 ref}[1]{
20700 \backslash
20701 mbox{
20702 \backslash
20703 autoref{#1}}}}
20704 \end_layout
20705
20706 \begin_layout Standard
20707 When you prefer other reference names than the default ones, for example
20708  you want instead of 
20709 \begin_inset Quotes eld
20710 \end_inset
20711
20712 section
20713 \begin_inset Quotes erd
20714 \end_inset
20715
20716  the name 
20717 \begin_inset Quotes eld
20718 \end_inset
20719
20720 sec.
20721 \begin_inset space \thinspace{}
20722 \end_inset
20723
20724
20725 \begin_inset Quotes eld
20726 \end_inset
20727
20728 , you can redefine the name by inserting this in the preamble:
20729 \end_layout
20730
20731 \begin_layout Standard
20732
20733 \series bold
20734
20735 \backslash
20736 addto
20737 \backslash
20738 extrasenglish{
20739 \backslash
20740 renewcommand{
20741 \backslash
20742 sectionautorefname}
20743 \begin_inset Newline newline
20744 \end_inset
20745
20746
20747 \begin_inset Phantom HPhantom
20748 status open
20749
20750 \begin_layout Plain Layout
20751
20752 \series bold
20753 \begin_inset space ~
20754 \end_inset
20755
20756
20757 \end_layout
20758
20759 \end_inset
20760
20761 {sec.
20762 \backslash
20763 negthinspace}}
20764 \end_layout
20765
20766 \begin_layout Standard
20767 When you are using another document language than English, replace
20768 \begin_inset Newline newline
20769 \end_inset
20770
20771
20772 \series bold
20773
20774 \backslash
20775 extrasenglish
20776 \series default
20777  by 
20778 \series bold
20779
20780 \backslash
20781 extras***
20782 \series default
20783 , where *** is the name of the language used.
20784 \end_layout
20785
20786 \begin_layout Standard
20787 To get automatic names, but not for certain reference types, for example
20788  not for equations, use this preamble code:
20789 \end_layout
20790
20791 \begin_layout Standard
20792
20793 \series bold
20794
20795 \backslash
20796 newlength{
20797 \backslash
20798 abc}
20799 \begin_inset Newline newline
20800 \end_inset
20801
20802
20803 \backslash
20804 settowidth{
20805 \backslash
20806 abc}{
20807 \backslash
20808 space}
20809 \begin_inset Newline newline
20810 \end_inset
20811
20812
20813 \backslash
20814 addto
20815 \backslash
20816 extrasenglish{
20817 \backslash
20818 renewcommand{
20819 \backslash
20820 equationautorefname}
20821 \begin_inset Newline newline
20822 \end_inset
20823
20824
20825 \begin_inset Phantom HPhantom
20826 status open
20827
20828 \begin_layout Plain Layout
20829
20830 \series bold
20831 \begin_inset space ~
20832 \end_inset
20833
20834
20835 \end_layout
20836
20837 \end_inset
20838
20839 {
20840 \backslash
20841 hspace{-
20842 \backslash
20843 abc}}
20844 \end_layout
20845
20846 \begin_layout Standard
20847 More about this topic can be found in 
20848 \series bold
20849 hyperref
20850 \series default
20851 's documentation 
20852 \begin_inset CommandInset citation
20853 LatexCommand cite
20854 key "hyperref"
20855
20856 \end_inset
20857
20858 .
20859 \end_layout
20860
20861 \begin_layout Standard
20862 \begin_inset Note Greyedout
20863 status open
20864
20865 \begin_layout Plain Layout
20866
20867 \series bold
20868 Note:
20869 \series default
20870  Automatic reference naming cannot be used when you use cross-references
20871  in the 
20872 \family sans
20873 Formatted
20874 \begin_inset space ~
20875 \end_inset
20876
20877 reference
20878 \family default
20879  style, as described in section
20880 \begin_inset space ~
20881 \end_inset
20882
20883
20884 \begin_inset CommandInset ref
20885 LatexCommand ref
20886 reference "sub:Cross-Reference-Formats"
20887
20888 \end_inset
20889
20890 .
20891 \end_layout
20892
20893 \end_inset
20894
20895
20896 \end_layout
20897
20898 \begin_layout Standard
20899 The 
20900 \emph on
20901 Math
20902 \emph default
20903  manual is an example where automatic reference naming is used.
20904 \end_layout
20905
20906 \begin_layout Subsection
20907 Reference Position
20908 \begin_inset CommandInset label
20909 LatexCommand label
20910 name "sub:Reference-Position"
20911
20912 \end_inset
20913
20914
20915 \begin_inset Index idx
20916 status collapsed
20917
20918 \begin_layout Plain Layout
20919 References ! Reference Position
20920 \end_layout
20921
20922 \end_inset
20923
20924
20925 \end_layout
20926
20927 \begin_layout Standard
20928 If you use 
20929 \series bold
20930 hyperref
20931 \series default
20932
20933 \begin_inset Index idx
20934 status collapsed
20935
20936 \begin_layout Plain Layout
20937 LaTeX-packages ! hyperref
20938 \end_layout
20939
20940 \end_inset
20941
20942  in the 
20943 \family sans
20944 PDF Properties
20945 \family default
20946  of the 
20947 \family sans
20948 Document Settings
20949 \family default
20950  dialog to link cross-references in the output, you will see that clicking
20951  on an image float reference jumps to the image label.
20952  The caption will be the first text part on the screen, so that you cannot
20953  see the image without scrolling.
20954  This is because the reference link anchor is placed at the position of
20955  the label.
20956  With the use of the package 
20957 \series bold
20958 hypcap
20959 \series default
20960
20961 \begin_inset Index idx
20962 status collapsed
20963
20964 \begin_layout Plain Layout
20965 LaTeX-packages ! hypcap
20966 \end_layout
20967
20968 \end_inset
20969
20970 , which is part of the LaTeX-package 
20971 \series bold
20972 oberdiek
20973 \series default
20974
20975 \begin_inset Index idx
20976 status collapsed
20977
20978 \begin_layout Plain Layout
20979 LaTeX-packages ! oberdiek
20980 \end_layout
20981
20982 \end_inset
20983
20984 , the link anchor is placed at the beginning of a float.
20985  To use this feature for figure floats, load 
20986 \series bold
20987 hypcap
20988 \series default
20989  in the document preamble with the line
20990 \end_layout
20991
20992 \begin_layout Standard
20993
20994 \series bold
20995
20996 \backslash
20997 usepackage[figure]{hypcap}
20998 \end_layout
20999
21000 \begin_layout Standard
21001 You can also use 
21002 \series bold
21003 hypcap
21004 \series default
21005  for all float types but this is not recommended for stability reasons.
21006  For more information, have a look at 
21007 \series bold
21008 hypcap
21009 \series default
21010 's manual 
21011 \begin_inset CommandInset citation
21012 LatexCommand cite
21013 key "hypcap"
21014
21015 \end_inset
21016
21017 .
21018 \end_layout
21019
21020 \begin_layout Standard
21021 \begin_inset Note Greyedout
21022 status open
21023
21024 \begin_layout Plain Layout
21025
21026 \series bold
21027 Note:
21028 \series default
21029  
21030 \series bold
21031 hypcap
21032 \series default
21033  has no effect on references to subfigures.
21034 \end_layout
21035
21036 \end_inset
21037
21038
21039 \end_layout
21040
21041 \begin_layout Section
21042 Float Placement
21043 \begin_inset CommandInset label
21044 LatexCommand label
21045 name "sec:Float-Placement"
21046
21047 \end_inset
21048
21049
21050 \begin_inset Index idx
21051 status collapsed
21052
21053 \begin_layout Plain Layout
21054 Floats ! Placement
21055 \end_layout
21056
21057 \end_inset
21058
21059
21060 \end_layout
21061
21062 \begin_layout Standard
21063 Right-clicking on a float-box opens a dialog where you can alter the placement
21064  options that LaTeX uses for positioning the float.
21065 \begin_inset Newline newline
21066 \end_inset
21067
21068 The option 
21069 \family sans
21070 Span
21071 \begin_inset space ~
21072 \end_inset
21073
21074 columns
21075 \family default
21076  is only useful for two-column documents: If you select it, the float will
21077  span both columns on the page instead of being confined to just one.
21078 \begin_inset Newline newline
21079 \end_inset
21080
21081 The option 
21082 \family sans
21083 Rotate
21084 \begin_inset space ~
21085 \end_inset
21086
21087 sideways
21088 \family default
21089  is used to rotate floats, see section 
21090 \begin_inset CommandInset ref
21091 LatexCommand ref
21092 reference "sec:Rotated-Floats"
21093
21094 \end_inset
21095
21096 .
21097 \end_layout
21098
21099 \begin_layout Standard
21100 You can use one ore more of the following options in the float dialog to
21101  set the placement for a particular float when you uncheck the option 
21102 \family sans
21103 Use
21104 \begin_inset space ~
21105 \end_inset
21106
21107 default
21108 \begin_inset space ~
21109 \end_inset
21110
21111 placement
21112 \family default
21113 :
21114 \end_layout
21115
21116 \begin_layout Description
21117 Here
21118 \begin_inset space ~
21119 \end_inset
21120
21121 if
21122 \begin_inset space ~
21123 \end_inset
21124
21125 possible try to place the float on the position where it has been inserted
21126 \end_layout
21127
21128 \begin_layout Description
21129 Top
21130 \begin_inset space ~
21131 \end_inset
21132
21133 of
21134 \begin_inset space ~
21135 \end_inset
21136
21137 page try to place the float at the top of the current page
21138 \end_layout
21139
21140 \begin_layout Description
21141 Bottom
21142 \begin_inset space ~
21143 \end_inset
21144
21145 of
21146 \begin_inset space ~
21147 \end_inset
21148
21149 page try to place the float at the bottom of the current page
21150 \end_layout
21151
21152 \begin_layout Description
21153 Page
21154 \begin_inset space ~
21155 \end_inset
21156
21157 of
21158 \begin_inset space ~
21159 \end_inset
21160
21161 floats try to place the float on its own page 
21162 \end_layout
21163
21164 \begin_layout Standard
21165 The order of the above option is 
21166 \emph on
21167 always
21168 \emph default
21169  used by LaTeX.
21170  That means, if you use the default placement, LaTeX will first try out
21171  
21172 \family sans
21173 Here
21174 \begin_inset space ~
21175 \end_inset
21176
21177 if
21178 \begin_inset space ~
21179 \end_inset
21180
21181 possible
21182 \family default
21183 , then 
21184 \family sans
21185 Top
21186 \begin_inset space ~
21187 \end_inset
21188
21189 of
21190 \begin_inset space ~
21191 \end_inset
21192
21193 page
21194 \family default
21195 , and then the others.
21196  If you do not use the default, LaTeX will try only the checked options
21197  but in the same order.
21198  If none of the 4
21199 \begin_inset space ~
21200 \end_inset
21201
21202 placements are possible the procedure is internally repeated but it is tried
21203  to put the float on the following page.
21204 \end_layout
21205
21206 \begin_layout Standard
21207 By default, each option has its own rules:
21208 \end_layout
21209
21210 \begin_layout Labeling
21211 \labelwidthstring 00.00.0000
21212
21213 \family sans
21214 Top
21215 \begin_inset space ~
21216 \end_inset
21217
21218 of
21219 \begin_inset space ~
21220 \end_inset
21221
21222 page
21223 \family default
21224  only floats occupying less than 70
21225 \begin_inset space \thinspace{}
21226 \end_inset
21227
21228 % of the page can be placed at the top of a page (
21229 \series bold
21230
21231 \backslash
21232 topfraction
21233 \series default
21234 )
21235 \end_layout
21236
21237 \begin_layout Labeling
21238 \labelwidthstring 00.00.0000
21239
21240 \family sans
21241 Bottom
21242 \begin_inset space ~
21243 \end_inset
21244
21245 of
21246 \begin_inset space ~
21247 \end_inset
21248
21249 page
21250 \family default
21251 : only floats occupying less than 30
21252 \begin_inset space \thinspace{}
21253 \end_inset
21254
21255 % of the page can be placed at the bottom of a page.
21256  (
21257 \series bold
21258
21259 \backslash
21260 bottomfraction
21261 \series default
21262 )
21263 \end_layout
21264
21265 \begin_layout Labeling
21266 \labelwidthstring 00.00.0000
21267
21268 \family sans
21269 Page
21270 \begin_inset space ~
21271 \end_inset
21272
21273 of
21274 \begin_inset space ~
21275 \end_inset
21276
21277 floats
21278 \family default
21279 : only if more than 50
21280 \begin_inset space \thinspace{}
21281 \end_inset
21282
21283 % of the page are occupied by floats, several floats can be set together
21284  on a page.
21285  (
21286 \series bold
21287
21288 \backslash
21289 floatpagefraction
21290 \series default
21291 )
21292 \end_layout
21293
21294 \begin_layout Standard
21295 If you don't like these rules, you can ignore them by using the additional
21296  option 
21297 \family sans
21298 Ignore
21299 \begin_inset space ~
21300 \end_inset
21301
21302 LaTeX
21303 \begin_inset space ~
21304 \end_inset
21305
21306 rules
21307 \family default
21308 .
21309 \begin_inset Newline newline
21310 \end_inset
21311
21312 You can also redefine the rules with LaTeX-commands that are given in parenthese
21313 s after the rules description above.
21314  To increase for example the often too small default of the bottom-rule
21315  to 50
21316 \begin_inset space \thinspace{}
21317 \end_inset
21318
21319 % of the page, add this line to your document preamble:
21320 \end_layout
21321
21322 \begin_layout Standard
21323
21324 \series bold
21325
21326 \backslash
21327 renewcommand{
21328 \backslash
21329 bottomfraction}{0.5}
21330 \end_layout
21331
21332 \begin_layout Standard
21333 Sometimes you might need, under all circumstances, a float to be placed
21334  exactly at the position where it is inserted.
21335  For this case you can use the option 
21336 \family sans
21337 Here
21338 \begin_inset space ~
21339 \end_inset
21340
21341 definitely
21342 \family default
21343 .
21344  Use this option very rarely and only if the document is almost ready to
21345  be printed, because the float is then no longer able to 
21346 \begin_inset Quotes eld
21347 \end_inset
21348
21349 float
21350 \begin_inset Quotes erd
21351 \end_inset
21352
21353  when you change your document and this will often destroy the page layout.
21354 \end_layout
21355
21356 \begin_layout Standard
21357 There are no placement options for text wrap floats, because they are always
21358  surrounded by the text of a certain paragraph.
21359 \begin_inset VSpace bigskip
21360 \end_inset
21361
21362
21363 \end_layout
21364
21365 \begin_layout Standard
21366 Sometimes you have the problem that a float is placed at the top of a page
21367  while its corresponding section starts at the middle of the page, so that
21368  the reader could think the float is part of the previous section.
21369  To avoid this the LaTeX-command 
21370 \series bold
21371
21372 \backslash
21373 suppressfloats
21374 \series default
21375  can be used.
21376  It suppresses a given float placement for the page where it is inserted
21377  and can therefore be used to avoid floats being set before a section starts.
21378  To get this, add these commands to your document preamble:
21379 \end_layout
21380
21381 \begin_layout Standard
21382
21383 \series bold
21384
21385 \backslash
21386 let
21387 \backslash
21388 mySection
21389 \backslash
21390 section
21391 \begin_inset Newline newline
21392 \end_inset
21393
21394
21395 \backslash
21396 renewcommand{
21397 \backslash
21398 section}{
21399 \backslash
21400 suppressfloats[t]
21401 \backslash
21402 mySection}
21403 \end_layout
21404
21405 \begin_layout Standard
21406 You can define the same for all section headings, like chapters and subsections.
21407  This definition is not recommended to be used for small text parts like
21408  subsubsections because LaTeX may then have problems finding a suitable
21409  placement.
21410 \end_layout
21411
21412 \begin_layout Standard
21413 \begin_inset VSpace bigskip
21414 \end_inset
21415
21416 In some cases it is required to have all figures/tables at the end of the
21417  document.
21418  For this purpose the LaTeX-package 
21419 \series bold
21420 endfloat
21421 \series default
21422
21423 \begin_inset Index idx
21424 status collapsed
21425
21426 \begin_layout Plain Layout
21427 LaTeX-packages ! endfloat
21428 \end_layout
21429
21430 \end_inset
21431
21432  was developed.
21433  It puts all figure and table floats at the end of the document into their
21434  own sections.
21435  At the original float position a text hint like 
21436 \begin_inset Quotes eld
21437 \end_inset
21438
21439
21440 \family sans
21441 [Figure
21442 \begin_inset space ~
21443 \end_inset
21444
21445 3.2 about here.]
21446 \family default
21447
21448 \begin_inset Quotes erd
21449 \end_inset
21450
21451  is inserted.
21452  The endfloat-package is loaded in the preamble with the line
21453 \end_layout
21454
21455 \begin_layout Standard
21456
21457 \series bold
21458
21459 \backslash
21460 usepackage[options]{endfloat}
21461 \end_layout
21462
21463 \begin_layout Standard
21464 There are various package options to format the created figure/table sections.
21465  For more information we refer to the 
21466 \series bold
21467 endfloat
21468 \series default
21469  documentation 
21470 \begin_inset CommandInset citation
21471 LatexCommand cite
21472 key "endfloat"
21473
21474 \end_inset
21475
21476 .
21477 \begin_inset Newline newline
21478 \end_inset
21479
21480
21481 \begin_inset Note Greyedout
21482 status open
21483
21484 \begin_layout Plain Layout
21485
21486 \series bold
21487 Note: endfloat
21488 \series default
21489  doesn't provide an automatic translation for the text hint, you have to
21490  do this manually, see section
21491 \begin_inset space ~
21492 \end_inset
21493
21494 4 in 
21495 \begin_inset CommandInset citation
21496 LatexCommand cite
21497 key "endfloat"
21498
21499 \end_inset
21500
21501 .
21502 \end_layout
21503
21504 \end_inset
21505
21506
21507 \begin_inset Newline newline
21508 \end_inset
21509
21510
21511 \begin_inset Note Greyedout
21512 status open
21513
21514 \begin_layout Plain Layout
21515
21516 \series bold
21517 Note:
21518 \series default
21519  There is currently a bug in 
21520 \series bold
21521 endfloat
21522 \series default
21523  when the caption contains a German 
21524 \begin_inset Quotes eld
21525 \end_inset
21526
21527 ß
21528 \begin_inset Quotes erd
21529 \end_inset
21530
21531 .
21532  Use in this case the command 
21533 \begin_inset Quotes eld
21534 \end_inset
21535
21536
21537 \series bold
21538
21539 \backslash
21540 ss
21541 \series default
21542
21543 \begin_inset Quotes erd
21544 \end_inset
21545
21546  in TeX-Code instead of 
21547 \begin_inset Quotes eld
21548 \end_inset
21549
21550 ß
21551 \begin_inset Quotes erd
21552 \end_inset
21553
21554 .
21555 \end_layout
21556
21557 \end_inset
21558
21559
21560 \end_layout
21561
21562 \begin_layout Standard
21563 \begin_inset VSpace bigskip
21564 \end_inset
21565
21566 For more details about float placements, have a look at LaTeX books, 
21567 \begin_inset CommandInset citation
21568 LatexCommand cite
21569 key "latexcompanion,latexguide,latexbook"
21570
21571 \end_inset
21572
21573 .
21574 \end_layout
21575
21576 \begin_layout Section
21577 Rotated Floats
21578 \begin_inset CommandInset label
21579 LatexCommand label
21580 name "sec:Rotated-Floats"
21581
21582 \end_inset
21583
21584
21585 \begin_inset Index idx
21586 status collapsed
21587
21588 \begin_layout Plain Layout
21589 Floats ! Rotating
21590 \end_layout
21591
21592 \end_inset
21593
21594
21595 \end_layout
21596
21597 \begin_layout Standard
21598 Especially for wide tables you might have floats rotated.
21599  To rotate a whole float including the caption, right-click on the float-box
21600  and use the option 
21601 \family sans
21602 Rotate
21603 \begin_inset space ~
21604 \end_inset
21605
21606 sideways
21607 \family default
21608 .
21609 \end_layout
21610
21611 \begin_layout Standard
21612 Rotated floats are always placed on a page of their own (or column of their
21613  own; in case you have a multi-column document).
21614  You can let them span several columns using the float settings option 
21615 \family sans
21616 Span
21617 \begin_inset space ~
21618 \end_inset
21619
21620 columns
21621 \family default
21622 .
21623  Floats are rotated so that you can read them from the outside margin.
21624  To force a certain rotation direction for all pages, you can add either
21625  the option 
21626 \series bold
21627 figuresleft
21628 \series default
21629  or 
21630 \series bold
21631 figuresright
21632 \series default
21633  to the document class options.
21634 \end_layout
21635
21636 \begin_layout Standard
21637 Referencing rotated floats is the same as for normal floats, the caption
21638  format is also the same: Table
21639 \begin_inset space ~
21640 \end_inset
21641
21642
21643 \begin_inset CommandInset ref
21644 LatexCommand ref
21645 reference "tab:Rotated-table"
21646
21647 \end_inset
21648
21649  is an example of a rotated table float.
21650 \end_layout
21651
21652 \begin_layout Standard
21653 \begin_inset Note Greyedout
21654 status open
21655
21656 \begin_layout Plain Layout
21657
21658 \series bold
21659 Note:
21660 \series default
21661  Not all DVI-viewers are able to display rotated floats.
21662 \end_layout
21663
21664 \end_inset
21665
21666
21667 \end_layout
21668
21669 \begin_layout Standard
21670 \begin_inset Float table
21671 wide false
21672 sideways true
21673 status open
21674
21675 \begin_layout Plain Layout
21676 \begin_inset Caption
21677
21678 \begin_layout Plain Layout
21679 \begin_inset CommandInset label
21680 LatexCommand label
21681 name "tab:Rotated-table"
21682
21683 \end_inset
21684
21685  Rotated table
21686 \end_layout
21687
21688 \end_inset
21689
21690
21691 \end_layout
21692
21693 \begin_layout Plain Layout
21694 \align center
21695 \begin_inset Tabular
21696 <lyxtabular version="3" rows="1" columns="5">
21697 <features tabularvalignment="middle">
21698 <column alignment="center" valignment="top" width="0">
21699 <column alignment="center" valignment="top" width="0">
21700 <column alignment="center" valignment="top" width="0">
21701 <column alignment="center" valignment="top" width="0">
21702 <column alignment="center" valignment="top" width="0">
21703 <row>
21704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21705 \begin_inset Text
21706
21707 \begin_layout Plain Layout
21708 test
21709 \end_layout
21710
21711 \end_inset
21712 </cell>
21713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21714 \begin_inset Text
21715
21716 \begin_layout Plain Layout
21717 b
21718 \end_layout
21719
21720 \end_inset
21721 </cell>
21722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21723 \begin_inset Text
21724
21725 \begin_layout Plain Layout
21726 c
21727 \end_layout
21728
21729 \end_inset
21730 </cell>
21731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21732 \begin_inset Text
21733
21734 \begin_layout Plain Layout
21735 d
21736 \end_layout
21737
21738 \end_inset
21739 </cell>
21740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21741 \begin_inset Text
21742
21743 \begin_layout Plain Layout
21744 e
21745 \end_layout
21746
21747 \end_inset
21748 </cell>
21749 </row>
21750 </lyxtabular>
21751
21752 \end_inset
21753
21754
21755 \end_layout
21756
21757 \end_inset
21758
21759
21760 \end_layout
21761
21762 \begin_layout Section
21763 Subfloats
21764 \begin_inset Index idx
21765 status collapsed
21766
21767 \begin_layout Plain Layout
21768 Floats ! Subfloats
21769 \end_layout
21770
21771 \end_inset
21772
21773
21774 \end_layout
21775
21776 \begin_layout Standard
21777 Subfloats are for example used when a figure consists of several images.
21778  They are created by inserting a float into an existing float.
21779  The placement of the subfloats can be controlled in the same way as for
21780  paragraphs as shown in table
21781 \begin_inset space ~
21782 \end_inset
21783
21784
21785 \begin_inset CommandInset ref
21786 LatexCommand ref
21787 reference "tab:Two-subtables-side"
21788
21789 \end_inset
21790
21791  and 
21792 \begin_inset CommandInset ref
21793 LatexCommand ref
21794 reference "tab:Two-subtables-upon"
21795
21796 \end_inset
21797
21798 .
21799 \end_layout
21800
21801 \begin_layout Standard
21802 Referencing subfloats works as for normal floats: Table
21803 \begin_inset space ~
21804 \end_inset
21805
21806
21807 \begin_inset CommandInset ref
21808 LatexCommand ref
21809 reference "tab:This-is-subtable-a"
21810
21811 \end_inset
21812
21813  and 
21814 \begin_inset CommandInset ref
21815 LatexCommand ref
21816 reference "tab:This-is-subtable-b"
21817
21818 \end_inset
21819
21820  are subtables of table
21821 \begin_inset space ~
21822 \end_inset
21823
21824
21825 \begin_inset CommandInset ref
21826 LatexCommand ref
21827 reference "tab:Two-subtables-side"
21828
21829 \end_inset
21830
21831 .
21832 \end_layout
21833
21834 \begin_layout Standard
21835 \begin_inset Float table
21836 wide false
21837 sideways false
21838 status open
21839
21840 \begin_layout Plain Layout
21841 \begin_inset Caption
21842
21843 \begin_layout Plain Layout
21844 \begin_inset CommandInset label
21845 LatexCommand label
21846 name "tab:Two-subtables-side"
21847
21848 \end_inset
21849
21850 Two subtables placed side by side.
21851 \end_layout
21852
21853 \end_inset
21854
21855
21856 \end_layout
21857
21858 \begin_layout Plain Layout
21859 \align center
21860 \begin_inset space \hfill{}
21861 \end_inset
21862
21863
21864 \begin_inset Float table
21865 wide false
21866 sideways false
21867 status collapsed
21868
21869 \begin_layout Plain Layout
21870 \begin_inset Caption
21871
21872 \begin_layout Plain Layout
21873 \begin_inset CommandInset label
21874 LatexCommand label
21875 name "tab:This-is-subtable-a"
21876
21877 \end_inset
21878
21879 This is subtable a.
21880 \end_layout
21881
21882 \end_inset
21883
21884
21885 \end_layout
21886
21887 \begin_layout Plain Layout
21888 \align center
21889 \begin_inset Tabular
21890 <lyxtabular version="3" rows="1" columns="5">
21891 <features tabularvalignment="middle">
21892 <column alignment="center" valignment="top" width="0">
21893 <column alignment="center" valignment="top" width="0">
21894 <column alignment="center" valignment="top" width="0">
21895 <column alignment="center" valignment="top" width="0">
21896 <column alignment="center" valignment="top" width="0">
21897 <row>
21898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902 test
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21908 \begin_inset Text
21909
21910 \begin_layout Plain Layout
21911 b
21912 \end_layout
21913
21914 \end_inset
21915 </cell>
21916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920 c
21921 \end_layout
21922
21923 \end_inset
21924 </cell>
21925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21926 \begin_inset Text
21927
21928 \begin_layout Plain Layout
21929 d
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938 e
21939 \end_layout
21940
21941 \end_inset
21942 </cell>
21943 </row>
21944 </lyxtabular>
21945
21946 \end_inset
21947
21948
21949 \end_layout
21950
21951 \end_inset
21952
21953
21954 \begin_inset space \hfill{}
21955 \end_inset
21956
21957
21958 \begin_inset Float table
21959 wide false
21960 sideways false
21961 status collapsed
21962
21963 \begin_layout Plain Layout
21964 \begin_inset Caption
21965
21966 \begin_layout Plain Layout
21967 \begin_inset CommandInset label
21968 LatexCommand label
21969 name "tab:This-is-subtable-b"
21970
21971 \end_inset
21972
21973 This is subtable b.
21974 \end_layout
21975
21976 \end_inset
21977
21978
21979 \end_layout
21980
21981 \begin_layout Plain Layout
21982 \align center
21983 \begin_inset Tabular
21984 <lyxtabular version="3" rows="1" columns="5">
21985 <features tabularvalignment="middle">
21986 <column alignment="center" valignment="top" width="0">
21987 <column alignment="center" valignment="top" width="0">
21988 <column alignment="center" valignment="top" width="0">
21989 <column alignment="center" valignment="top" width="0">
21990 <column alignment="center" valignment="top" width="0">
21991 <row>
21992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21993 \begin_inset Text
21994
21995 \begin_layout Plain Layout
21996 e
21997 \end_layout
21998
21999 \end_inset
22000 </cell>
22001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22002 \begin_inset Text
22003
22004 \begin_layout Plain Layout
22005 d
22006 \end_layout
22007
22008 \end_inset
22009 </cell>
22010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22011 \begin_inset Text
22012
22013 \begin_layout Plain Layout
22014 c
22015 \end_layout
22016
22017 \end_inset
22018 </cell>
22019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22020 \begin_inset Text
22021
22022 \begin_layout Plain Layout
22023 b
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22029 \begin_inset Text
22030
22031 \begin_layout Plain Layout
22032 test
22033 \end_layout
22034
22035 \end_inset
22036 </cell>
22037 </row>
22038 </lyxtabular>
22039
22040 \end_inset
22041
22042
22043 \end_layout
22044
22045 \end_inset
22046
22047
22048 \begin_inset space \hfill{}
22049 \end_inset
22050
22051
22052 \end_layout
22053
22054 \end_inset
22055
22056
22057 \end_layout
22058
22059 \begin_layout Standard
22060 \begin_inset Float table
22061 wide false
22062 sideways false
22063 status open
22064
22065 \begin_layout Plain Layout
22066 \begin_inset Caption
22067
22068 \begin_layout Plain Layout
22069 \begin_inset CommandInset label
22070 LatexCommand label
22071 name "tab:Two-subtables-upon"
22072
22073 \end_inset
22074
22075 Two subtables placed one above the other.
22076  (a) table with 4 cells, (b) table with 5 cells.
22077 \end_layout
22078
22079 \end_inset
22080
22081
22082 \end_layout
22083
22084 \begin_layout Plain Layout
22085 \align center
22086 \begin_inset Float table
22087 wide false
22088 sideways false
22089 status collapsed
22090
22091 \begin_layout Plain Layout
22092 \begin_inset Caption
22093
22094 \begin_layout Plain Layout
22095
22096 \end_layout
22097
22098 \end_inset
22099
22100
22101 \end_layout
22102
22103 \begin_layout Plain Layout
22104 \align center
22105 \begin_inset Tabular
22106 <lyxtabular version="3" rows="1" columns="4">
22107 <features tabularvalignment="middle">
22108 <column alignment="center" valignment="top" width="0">
22109 <column alignment="center" valignment="top" width="0">
22110 <column alignment="center" valignment="top" width="0">
22111 <column alignment="center" valignment="top" width="0">
22112 <row>
22113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22114 \begin_inset Text
22115
22116 \begin_layout Plain Layout
22117 test
22118 \end_layout
22119
22120 \end_inset
22121 </cell>
22122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22123 \begin_inset Text
22124
22125 \begin_layout Plain Layout
22126 test
22127 \end_layout
22128
22129 \end_inset
22130 </cell>
22131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22132 \begin_inset Text
22133
22134 \begin_layout Plain Layout
22135 test
22136 \end_layout
22137
22138 \end_inset
22139 </cell>
22140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22141 \begin_inset Text
22142
22143 \begin_layout Plain Layout
22144 test
22145 \end_layout
22146
22147 \end_inset
22148 </cell>
22149 </row>
22150 </lyxtabular>
22151
22152 \end_inset
22153
22154
22155 \end_layout
22156
22157 \end_inset
22158
22159
22160 \end_layout
22161
22162 \begin_layout Plain Layout
22163 \align center
22164 \begin_inset Float table
22165 wide false
22166 sideways false
22167 status collapsed
22168
22169 \begin_layout Plain Layout
22170 \begin_inset Caption
22171
22172 \begin_layout Plain Layout
22173
22174 \end_layout
22175
22176 \end_inset
22177
22178
22179 \end_layout
22180
22181 \begin_layout Plain Layout
22182 \align center
22183 \begin_inset Tabular
22184 <lyxtabular version="3" rows="1" columns="5">
22185 <features tabularvalignment="middle">
22186 <column alignment="center" valignment="top" width="0">
22187 <column alignment="center" valignment="top" width="0">
22188 <column alignment="center" valignment="top" width="0">
22189 <column alignment="center" valignment="top" width="0">
22190 <column alignment="center" valignment="top" width="0">
22191 <row>
22192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22193 \begin_inset Text
22194
22195 \begin_layout Plain Layout
22196 a
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205 b
22206 \end_layout
22207
22208 \end_inset
22209 </cell>
22210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22211 \begin_inset Text
22212
22213 \begin_layout Plain Layout
22214 c
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Plain Layout
22223 d
22224 \end_layout
22225
22226 \end_inset
22227 </cell>
22228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22229 \begin_inset Text
22230
22231 \begin_layout Plain Layout
22232 e
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 </row>
22238 </lyxtabular>
22239
22240 \end_inset
22241
22242
22243 \end_layout
22244
22245 \end_inset
22246
22247
22248 \end_layout
22249
22250 \end_inset
22251
22252
22253 \end_layout
22254
22255 \begin_layout Section
22256 Floats Side by Side
22257 \begin_inset Index idx
22258 status collapsed
22259
22260 \begin_layout Plain Layout
22261 Floats ! Side by side
22262 \end_layout
22263
22264 \end_inset
22265
22266
22267 \end_layout
22268
22269 \begin_layout Standard
22270 To place floats side by side, as in Figures
22271 \begin_inset space ~
22272 \end_inset
22273
22274
22275 \begin_inset CommandInset ref
22276 LatexCommand ref
22277 reference "fig:Float-left"
22278
22279 \end_inset
22280
22281  and 
22282 \begin_inset CommandInset ref
22283 LatexCommand ref
22284 reference "fig:Float-right"
22285
22286 \end_inset
22287
22288 , only 
22289 \emph on
22290 one
22291 \emph default
22292  float is used.
22293  In it two minipage boxes are inserted.
22294 \begin_inset Foot
22295 status collapsed
22296
22297 \begin_layout Plain Layout
22298 Minipages are explained in section
22299 \begin_inset space ~
22300 \end_inset
22301
22302
22303 \begin_inset CommandInset ref
22304 LatexCommand ref
22305 reference "sec:Minipages"
22306
22307 \end_inset
22308
22309 .
22310 \end_layout
22311
22312 \end_inset
22313
22314  The width is set to 45
22315 \begin_inset space \thinspace{}
22316 \end_inset
22317
22318 -50
22319 \begin_inset space \thinspace{}
22320 \end_inset
22321
22322 column% and the box alignment to 
22323 \family sans
22324 Bottom
22325 \family default
22326  for each minipage.
22327  The minipage boxes contain the image and the caption in the same way as
22328  they are in a float.
22329  The only difference is that the image unit 
22330 \family sans
22331 Column
22332 \begin_inset space ~
22333 \end_inset
22334
22335 Width
22336 \begin_inset space ~
22337 \end_inset
22338
22339 %
22340 \family default
22341  is now calculated according to the width of the minipage boxes.
22342 \end_layout
22343
22344 \begin_layout Standard
22345 \begin_inset Float figure
22346 wide false
22347 sideways false
22348 status open
22349
22350 \begin_layout Plain Layout
22351 \begin_inset Box Frameless
22352 position "b"
22353 hor_pos "c"
22354 has_inner_box 1
22355 inner_pos "t"
22356 use_parbox 0
22357 use_makebox 0
22358 width "45col%"
22359 special "none"
22360 height "1in"
22361 height_special "totalheight"
22362 status open
22363
22364 \begin_layout Plain Layout
22365 \align center
22366 \begin_inset Graphics
22367         filename clipart/mobius.eps
22368         lyxscale 50
22369         width 100col%
22370         scaleBeforeRotation
22371
22372 \end_inset
22373
22374
22375 \end_layout
22376
22377 \begin_layout Plain Layout
22378 \begin_inset Caption
22379
22380 \begin_layout Plain Layout
22381 \begin_inset CommandInset label
22382 LatexCommand label
22383 name "fig:Float-left"
22384
22385 \end_inset
22386
22387 Float on the left side.
22388 \end_layout
22389
22390 \end_inset
22391
22392
22393 \end_layout
22394
22395 \end_inset
22396
22397
22398 \begin_inset space \hfill{}
22399 \end_inset
22400
22401
22402 \begin_inset Box Frameless
22403 position "b"
22404 hor_pos "c"
22405 has_inner_box 1
22406 inner_pos "t"
22407 use_parbox 0
22408 use_makebox 0
22409 width "45col%"
22410 special "none"
22411 height "1in"
22412 height_special "totalheight"
22413 status open
22414
22415 \begin_layout Plain Layout
22416 \align center
22417 \begin_inset Graphics
22418         filename clipart/platypus.eps
22419         lyxscale 50
22420         width 100col%
22421         scaleBeforeRotation
22422
22423 \end_inset
22424
22425
22426 \end_layout
22427
22428 \begin_layout Plain Layout
22429 \begin_inset Caption
22430
22431 \begin_layout Plain Layout
22432 \begin_inset CommandInset label
22433 LatexCommand label
22434 name "fig:Float-right"
22435
22436 \end_inset
22437
22438 Float on the right side.
22439 \end_layout
22440
22441 \end_inset
22442
22443
22444 \end_layout
22445
22446 \end_inset
22447
22448
22449 \end_layout
22450
22451 \begin_layout Plain Layout
22452
22453 \end_layout
22454
22455 \end_inset
22456
22457
22458 \end_layout
22459
22460 \begin_layout Section
22461 Caption Formatting
22462 \begin_inset Index idx
22463 status collapsed
22464
22465 \begin_layout Plain Layout
22466 Caption ! Formatting
22467 \end_layout
22468
22469 \end_inset
22470
22471
22472 \begin_inset Index idx
22473 status collapsed
22474
22475 \begin_layout Plain Layout
22476 Floats ! Caption Formatting
22477 \end_layout
22478
22479 \end_inset
22480
22481
22482 \begin_inset CommandInset label
22483 LatexCommand label
22484 name "sec:Caption-Formatting"
22485
22486 \end_inset
22487
22488
22489 \end_layout
22490
22491 \begin_layout Standard
22492 The 
22493 \family sans
22494 Caption
22495 \family default
22496  environment is the default paragraph environment for 
22497 \family sans
22498 Floats
22499 \family default
22500 .
22501  On the LyX screen captions appear as label, e.
22502 \begin_inset space \thinspace{}
22503 \end_inset
22504
22505 g.
22506 \begin_inset space \space{}
22507 \end_inset
22508
22509
22510 \begin_inset Quotes eld
22511 \end_inset
22512
22513
22514 \family sans
22515 Figure #:
22516 \family default
22517
22518 \begin_inset Quotes erd
22519 \end_inset
22520
22521  followed by the caption text.
22522  
22523 \begin_inset Quotes eld
22524 \end_inset
22525
22526 #
22527 \begin_inset Quotes erd
22528 \end_inset
22529
22530  is the actual reference number.
22531  By default the label and the number are in the same font as the caption
22532  text and a colon follows the number to divide the label from the text.
22533  This caption format is not suitable for all document formats.
22534  
22535 \end_layout
22536
22537 \begin_layout Standard
22538 To change the default caption format, load the LaTeX-package 
22539 \series bold
22540 caption
22541 \series default
22542
22543 \begin_inset Index idx
22544 status collapsed
22545
22546 \begin_layout Plain Layout
22547 LaTeX-packages ! caption
22548 \end_layout
22549
22550 \end_inset
22551
22552  in the document preamble with this line:
22553 \end_layout
22554
22555 \begin_layout Standard
22556
22557 \series bold
22558
22559 \backslash
22560 usepackage[format definition]{caption}
22561 \end_layout
22562
22563 \begin_layout Standard
22564 To have for example the label and the number in sans-serif bold font and
22565  the table captions always above the table as in this document, use the
22566  following command:
22567 \end_layout
22568
22569 \begin_layout Standard
22570
22571 \series bold
22572
22573 \backslash
22574 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22575 \end_layout
22576
22577 \begin_layout Standard
22578 You can also define different caption formats for the different float types.
22579  In this case load the 
22580 \series bold
22581 caption
22582 \series default
22583  package without format specific options and define the different formats
22584  with the help of the command
22585 \end_layout
22586
22587 \begin_layout Standard
22588
22589 \series bold
22590
22591 \backslash
22592 captionsetup[float type]{format definition}
22593 \end_layout
22594
22595 \begin_layout Standard
22596 in the document preamble.
22597  For example the caption formats of Figure
22598 \begin_inset space ~
22599 \end_inset
22600
22601
22602 \begin_inset CommandInset ref
22603 LatexCommand ref
22604 reference "fig:This-is-an-fig"
22605
22606 \end_inset
22607
22608  and Table
22609 \begin_inset space ~
22610 \end_inset
22611
22612
22613 \begin_inset CommandInset ref
22614 LatexCommand ref
22615 reference "tab:This-is-an-tab"
22616
22617 \end_inset
22618
22619  can be created using these commands in the document preamble:
22620 \end_layout
22621
22622 \begin_layout Standard
22623
22624 \series bold
22625
22626 \backslash
22627 usepackage[tableposition=top]{caption}
22628 \series default
22629
22630 \begin_inset Newline newline
22631 \end_inset
22632
22633
22634 \series bold
22635
22636 \backslash
22637 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22638 \begin_inset Newline newline
22639 \end_inset
22640
22641
22642 \begin_inset Phantom HPhantom
22643 status open
22644
22645 \begin_layout Plain Layout
22646
22647 \series bold
22648
22649 \backslash
22650 captionsetup[figure]{
22651 \end_layout
22652
22653 \end_inset
22654
22655 labelsep=period}
22656 \begin_inset Newline newline
22657 \end_inset
22658
22659
22660 \backslash
22661 captionsetup[table]{labelfont={bf,sf}}
22662 \end_layout
22663
22664 \begin_layout Standard
22665 \begin_inset Note Greyedout
22666 status open
22667
22668 \begin_layout Plain Layout
22669
22670 \series bold
22671 Note:
22672 \series default
22673  The option 
22674 \series bold
22675 tableposition=top
22676 \series default
22677  has no effect when a 
22678 \series bold
22679 KOMA-Script
22680 \series default
22681
22682 \begin_inset Index idx
22683 status collapsed
22684
22685 \begin_layout Plain Layout
22686 LaTeX-packages ! KOMA-Script
22687 \end_layout
22688
22689 \end_inset
22690
22691  document class is used.
22692  In this case the document class option 
22693 \series bold
22694 tablecaptionabove
22695 \series default
22696  must be used.
22697 \end_layout
22698
22699 \end_inset
22700
22701
22702 \end_layout
22703
22704 \begin_layout Standard
22705 For more information about the package 
22706 \series bold
22707 caption
22708 \series default
22709  we refer to its documentation 
22710 \begin_inset CommandInset citation
22711 LatexCommand cite
22712 key "caption"
22713
22714 \end_inset
22715
22716 .
22717 \end_layout
22718
22719 \begin_layout Standard
22720 To change the label name from e.
22721 \begin_inset space \thinspace{}
22722 \end_inset
22723
22724 g.
22725 \begin_inset space \space{}
22726 \end_inset
22727
22728
22729 \begin_inset Quotes eld
22730 \end_inset
22731
22732 Figure
22733 \begin_inset Quotes erd
22734 \end_inset
22735
22736  to 
22737 \begin_inset Quotes eld
22738 \end_inset
22739
22740 Image
22741 \begin_inset Quotes erd
22742 \end_inset
22743
22744  use this preamble command:
22745 \end_layout
22746
22747 \begin_layout Standard
22748
22749 \series bold
22750
22751 \backslash
22752 renewcommand{
22753 \backslash
22754 fnum@figure}{Image~
22755 \backslash
22756 thefigure}
22757 \end_layout
22758
22759 \begin_layout Standard
22760 where 
22761 \series bold
22762
22763 \backslash
22764 thefigure
22765 \series default
22766  inserts the figure number and
22767 \series bold
22768  
22769 \begin_inset Quotes eld
22770 \end_inset
22771
22772 ~
22773 \series default
22774
22775 \begin_inset Quotes erd
22776 \end_inset
22777
22778  creates a protected space.
22779 \end_layout
22780
22781 \begin_layout Standard
22782 \begin_inset VSpace bigskip
22783 \end_inset
22784
22785 If you are using a 
22786 \series bold
22787 KOMA-Script
22788 \series default
22789
22790 \begin_inset Index idx
22791 status collapsed
22792
22793 \begin_layout Plain Layout
22794 LaTeX-packages ! KOMA-Script
22795 \end_layout
22796
22797 \end_inset
22798
22799  document class (
22800 \family sans
22801 article (KOMA-Script)
22802 \family default
22803
22804 \family sans
22805 book (KOMA-Script)
22806 \family default
22807
22808 \family sans
22809 letter (KOMA-Script)
22810 \family default
22811 , or 
22812 \family sans
22813 report (KOMA-Script)
22814 \family default
22815
22816 \begin_inset space \thinspace{}
22817 \end_inset
22818
22819 ), you can alternatively to the 
22820 \series bold
22821 caption
22822 \series default
22823  package use 
22824 \series bold
22825 KOMA-Script
22826 \series default
22827 's built-in command 
22828 \series bold
22829
22830 \backslash
22831 setkomafont
22832 \series default
22833 .
22834  For example, to have the caption label in bold, add this command to your
22835  document preamble:
22836 \end_layout
22837
22838 \begin_layout Standard
22839
22840 \series bold
22841
22842 \backslash
22843 setkomafont{captionlabel}{
22844 \backslash
22845 bfseries}
22846 \end_layout
22847
22848 \begin_layout Standard
22849 For more information about 
22850 \series bold
22851
22852 \backslash
22853 setkomafont
22854 \series default
22855  we refer to the 
22856 \series bold
22857 KOMA-Script
22858 \series default
22859  documentation 
22860 \begin_inset CommandInset citation
22861 LatexCommand cite
22862 key "KOMA-Script"
22863
22864 \end_inset
22865
22866 .
22867 \end_layout
22868
22869 \begin_layout Standard
22870 \begin_inset ERT
22871 status collapsed
22872
22873 \begin_layout Plain Layout
22874
22875
22876 \backslash
22877 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22878 }
22879 \end_layout
22880
22881 \end_inset
22882
22883
22884 \begin_inset Note Note
22885 status open
22886
22887 \begin_layout Plain Layout
22888 The caption format is changed only for this example.
22889 \end_layout
22890
22891 \end_inset
22892
22893
22894 \end_layout
22895
22896 \begin_layout Standard
22897 \begin_inset Float figure
22898 placement !p
22899 wide false
22900 sideways false
22901 status open
22902
22903 \begin_layout Plain Layout
22904 \align center
22905 \begin_inset Graphics
22906         filename clipart/mobius.eps
22907         lyxscale 50
22908         scale 50
22909         scaleBeforeRotation
22910
22911 \end_inset
22912
22913
22914 \end_layout
22915
22916 \begin_layout Plain Layout
22917 \begin_inset Caption
22918
22919 \begin_layout Plain Layout
22920 \begin_inset CommandInset label
22921 LatexCommand label
22922 name "fig:This-is-an-fig"
22923
22924 \end_inset
22925
22926 This is an example figure caption that is longer than one line to show the
22927  different caption format.
22928  Here a self-defined caption format is used.
22929 \end_layout
22930
22931 \end_inset
22932
22933
22934 \end_layout
22935
22936 \end_inset
22937
22938
22939 \end_layout
22940
22941 \begin_layout Standard
22942 \begin_inset ERT
22943 status collapsed
22944
22945 \begin_layout Plain Layout
22946
22947
22948 \backslash
22949 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22950 on}
22951 \end_layout
22952
22953 \end_inset
22954
22955
22956 \end_layout
22957
22958 \begin_layout Standard
22959 \begin_inset Float table
22960 placement !p
22961 wide false
22962 sideways false
22963 status open
22964
22965 \begin_layout Plain Layout
22966 \begin_inset Caption
22967
22968 \begin_layout Plain Layout
22969 \begin_inset CommandInset label
22970 LatexCommand label
22971 name "tab:This-is-an-tab"
22972
22973 \end_inset
22974
22975 This is an example table caption that is longer than one line to show the
22976  different caption format.
22977  Here the standard caption format for tables in this document is used.
22978 \end_layout
22979
22980 \end_inset
22981
22982
22983 \end_layout
22984
22985 \begin_layout Plain Layout
22986 \align center
22987 \begin_inset Tabular
22988 <lyxtabular version="3" rows="1" columns="5">
22989 <features tabularvalignment="middle">
22990 <column alignment="center" valignment="top" width="0">
22991 <column alignment="center" valignment="top" width="0">
22992 <column alignment="center" valignment="top" width="0">
22993 <column alignment="center" valignment="top" width="0">
22994 <column alignment="center" valignment="top" width="0">
22995 <row>
22996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22997 \begin_inset Text
22998
22999 \begin_layout Plain Layout
23000 a
23001 \end_layout
23002
23003 \end_inset
23004 </cell>
23005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23006 \begin_inset Text
23007
23008 \begin_layout Plain Layout
23009 b
23010 \end_layout
23011
23012 \end_inset
23013 </cell>
23014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23015 \begin_inset Text
23016
23017 \begin_layout Plain Layout
23018 c
23019 \end_layout
23020
23021 \end_inset
23022 </cell>
23023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23024 \begin_inset Text
23025
23026 \begin_layout Plain Layout
23027 d
23028 \end_layout
23029
23030 \end_inset
23031 </cell>
23032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23033 \begin_inset Text
23034
23035 \begin_layout Plain Layout
23036 e
23037 \end_layout
23038
23039 \end_inset
23040 </cell>
23041 </row>
23042 </lyxtabular>
23043
23044 \end_inset
23045
23046
23047 \end_layout
23048
23049 \end_inset
23050
23051
23052 \end_layout
23053
23054 \begin_layout Section
23055 Caption Placement
23056 \begin_inset Index idx
23057 status collapsed
23058
23059 \begin_layout Plain Layout
23060 Caption ! Placement
23061 \end_layout
23062
23063 \end_inset
23064
23065
23066 \begin_inset Index idx
23067 status collapsed
23068
23069 \begin_layout Plain Layout
23070 Floats ! Caption Placement
23071 \end_layout
23072
23073 \end_inset
23074
23075
23076 \begin_inset CommandInset label
23077 LatexCommand label
23078 name "sec:Caption-Placement"
23079
23080 \end_inset
23081
23082
23083 \end_layout
23084
23085 \begin_layout Standard
23086 The common caption placement rule is:
23087 \end_layout
23088
23089 \begin_layout Description
23090 Figure: Caption is set below the figure
23091 \end_layout
23092
23093 \begin_layout Description
23094 Table: Caption is set above the table
23095 \end_layout
23096
23097 \begin_layout Standard
23098 Having the caption above the table is unfortunately not supported in LaTeX's
23099  standard classes.
23100  That means if you are using the document classes 
23101 \family sans
23102 article
23103 \family default
23104
23105 \family sans
23106 book
23107 \family default
23108
23109 \family sans
23110 letter
23111 \family default
23112 , or 
23113 \family sans
23114 report
23115 \family default
23116  there will be no space between the caption and the table.
23117  To insert the necessary space, add the following option to the load command
23118  of the LaTeX-package 
23119 \series bold
23120 caption
23121 \series default
23122  in your document preamble
23123 \begin_inset Foot
23124 status collapsed
23125
23126 \begin_layout Plain Layout
23127 See section
23128 \begin_inset space ~
23129 \end_inset
23130
23131
23132 \begin_inset CommandInset ref
23133 LatexCommand ref
23134 reference "sec:Caption-Formatting"
23135
23136 \end_inset
23137
23138  for more information of the package 
23139 \series bold
23140 caption
23141 \series default
23142 .
23143 \end_layout
23144
23145 \end_inset
23146
23147 :
23148 \end_layout
23149
23150 \begin_layout Standard
23151
23152 \series bold
23153 tableposition=top
23154 \end_layout
23155
23156 \begin_layout Standard
23157 If you are using a 
23158 \series bold
23159 KOMA-Script
23160 \series default
23161
23162 \begin_inset Index idx
23163 status collapsed
23164
23165 \begin_layout Plain Layout
23166 LaTeX-packages ! KOMA-Script
23167 \end_layout
23168
23169 \end_inset
23170
23171  document class (
23172 \family sans
23173 article (KOMA-Script)
23174 \family default
23175
23176 \family sans
23177 book (KOMA-Script)
23178 \family default
23179
23180 \family sans
23181 letter (KOMA-Script)
23182 \family default
23183 , or 
23184 \family sans
23185 report (KOMA-Script)
23186 \family default
23187
23188 \begin_inset space \thinspace{}
23189 \end_inset
23190
23191 ), you can alternatively to the 
23192 \series bold
23193 caption
23194 \series default
23195  package set the document class option 
23196 \series bold
23197 tablecaptionabove
23198 \series default
23199 .
23200 \end_layout
23201
23202 \begin_layout Standard
23203 \begin_inset VSpace bigskip
23204 \end_inset
23205
23206 It is also possible to set the caption beside a figure or table.
23207  To get this the LaTeX-package 
23208 \series bold
23209 sidecap
23210 \series default
23211
23212 \begin_inset Index idx
23213 status collapsed
23214
23215 \begin_layout Plain Layout
23216 LaTeX-packages ! sidecap
23217 \end_layout
23218
23219 \end_inset
23220
23221  has to be loaded in the document preamble with the line
23222 \end_layout
23223
23224 \begin_layout Standard
23225
23226 \series bold
23227
23228 \backslash
23229 usepackage[option]{sidecap}
23230 \end_layout
23231
23232 \begin_layout Standard
23233 If you set no option, the caption is placed on the side of the outer page
23234  margin â€“ to the right on odd pages, to the left on even pages.
23235  You can change the placement to inner margin with the option 
23236 \series bold
23237 innercaption
23238 \series default
23239 .
23240  To force the placement always to the right or left, use the option 
23241 \series bold
23242 rightcaption
23243 \series default
23244  or 
23245 \series bold
23246 leftcaption
23247 \series default
23248 , respectively.
23249 \end_layout
23250
23251 \begin_layout Standard
23252 \begin_inset ERT
23253 status collapsed
23254
23255 \begin_layout Plain Layout
23256
23257
23258 \backslash
23259 ifsidecap
23260 \end_layout
23261
23262 \end_inset
23263
23264
23265 \begin_inset Note Note
23266 status open
23267
23268 \begin_layout Plain Layout
23269 The following section will only be displayed when the LaTeX-package 
23270 \series bold
23271 sidecap
23272 \series default
23273  is installed.
23274 \end_layout
23275
23276 \end_inset
23277
23278
23279 \end_layout
23280
23281 \begin_layout Standard
23282 To place in LyX the caption of a float on the side, it is necessary to add
23283  these commands to the document preamble:
23284 \end_layout
23285
23286 \begin_layout Standard
23287 \noindent
23288 \begin_inset CommandInset line
23289 LatexCommand rule
23290 offset "0.5ex"
23291 width "100line%"
23292 height "1pt"
23293
23294 \end_inset
23295
23296
23297 \end_layout
23298
23299 \begin_layout Standard
23300
23301 \series bold
23302
23303 \backslash
23304 newcommand{
23305 \backslash
23306 TabBesBeg}{%
23307 \begin_inset Newline newline
23308 \end_inset
23309
23310
23311 \begin_inset Phantom HPhantom
23312 status open
23313
23314 \begin_layout Plain Layout
23315
23316 \series bold
23317 \begin_inset space ~
23318 \end_inset
23319
23320
23321 \end_layout
23322
23323 \end_inset
23324
23325
23326 \backslash
23327 let
23328 \backslash
23329 MyTable
23330 \backslash
23331 table
23332 \begin_inset Newline newline
23333 \end_inset
23334
23335
23336 \begin_inset Phantom HPhantom
23337 status open
23338
23339 \begin_layout Plain Layout
23340
23341 \series bold
23342 \begin_inset space ~
23343 \end_inset
23344
23345
23346 \end_layout
23347
23348 \end_inset
23349
23350
23351 \backslash
23352 let
23353 \backslash
23354 MyEndtable
23355 \backslash
23356 endtable
23357 \begin_inset Newline newline
23358 \end_inset
23359
23360
23361 \begin_inset Phantom HPhantom
23362 status open
23363
23364 \begin_layout Plain Layout
23365
23366 \series bold
23367 \begin_inset space ~
23368 \end_inset
23369
23370
23371 \end_layout
23372
23373 \end_inset
23374
23375
23376 \backslash
23377 renewenvironment{table}{
23378 \backslash
23379 begin{SCtable}}{
23380 \backslash
23381 end{SCtable}}}
23382 \end_layout
23383
23384 \begin_layout Standard
23385
23386 \series bold
23387
23388 \backslash
23389 newcommand{
23390 \backslash
23391 TabBesEnd}{%
23392 \begin_inset Newline newline
23393 \end_inset
23394
23395
23396 \begin_inset Phantom HPhantom
23397 status open
23398
23399 \begin_layout Plain Layout
23400
23401 \series bold
23402 \begin_inset space ~
23403 \end_inset
23404
23405
23406 \end_layout
23407
23408 \end_inset
23409
23410
23411 \backslash
23412 let
23413 \backslash
23414 table
23415 \backslash
23416 MyTable
23417 \begin_inset Newline newline
23418 \end_inset
23419
23420
23421 \begin_inset Phantom HPhantom
23422 status open
23423
23424 \begin_layout Plain Layout
23425
23426 \series bold
23427 \begin_inset space ~
23428 \end_inset
23429
23430
23431 \end_layout
23432
23433 \end_inset
23434
23435
23436 \backslash
23437 let
23438 \backslash
23439 endtable
23440 \backslash
23441 MyEndtable
23442 \end_layout
23443
23444 \begin_layout Standard
23445
23446 \series bold
23447
23448 \backslash
23449 newcommand{
23450 \backslash
23451 FigBesBeg}{%
23452 \begin_inset Newline newline
23453 \end_inset
23454
23455
23456 \begin_inset Phantom HPhantom
23457 status open
23458
23459 \begin_layout Plain Layout
23460
23461 \series bold
23462 \begin_inset space ~
23463 \end_inset
23464
23465
23466 \end_layout
23467
23468 \end_inset
23469
23470
23471 \backslash
23472 let
23473 \backslash
23474 MyFigure
23475 \backslash
23476 figure
23477 \begin_inset Newline newline
23478 \end_inset
23479
23480
23481 \begin_inset Phantom HPhantom
23482 status open
23483
23484 \begin_layout Plain Layout
23485
23486 \series bold
23487 \begin_inset space ~
23488 \end_inset
23489
23490
23491 \end_layout
23492
23493 \end_inset
23494
23495
23496 \backslash
23497 let
23498 \backslash
23499 MyEndfigure
23500 \backslash
23501 endfigure
23502 \begin_inset Newline newline
23503 \end_inset
23504
23505
23506 \begin_inset Phantom HPhantom
23507 status open
23508
23509 \begin_layout Plain Layout
23510
23511 \series bold
23512 \begin_inset space ~
23513 \end_inset
23514
23515
23516 \end_layout
23517
23518 \end_inset
23519
23520
23521 \backslash
23522 renewenvironment{figure}{
23523 \backslash
23524 begin{SCfigure}}{
23525 \backslash
23526 end{SCfigure}}}
23527 \end_layout
23528
23529 \begin_layout Standard
23530
23531 \series bold
23532
23533 \backslash
23534 newcommand{
23535 \backslash
23536 FigBesEnd}{%
23537 \begin_inset Newline newline
23538 \end_inset
23539
23540
23541 \begin_inset Phantom HPhantom
23542 status open
23543
23544 \begin_layout Plain Layout
23545
23546 \series bold
23547 \begin_inset space ~
23548 \end_inset
23549
23550
23551 \end_layout
23552
23553 \end_inset
23554
23555
23556 \backslash
23557 let
23558 \backslash
23559 figure
23560 \backslash
23561 MyFigure
23562 \begin_inset Newline newline
23563 \end_inset
23564
23565
23566 \begin_inset Phantom HPhantom
23567 status open
23568
23569 \begin_layout Plain Layout
23570
23571 \series bold
23572 \begin_inset space ~
23573 \end_inset
23574
23575
23576 \end_layout
23577
23578 \end_inset
23579
23580
23581 \backslash
23582 let
23583 \backslash
23584 endfigure
23585 \backslash
23586 MyEndfigure}
23587 \end_layout
23588
23589 \begin_layout Standard
23590 \noindent
23591 \begin_inset CommandInset line
23592 LatexCommand rule
23593 offset "0.5ex"
23594 width "100line%"
23595 height "1pt"
23596
23597 \end_inset
23598
23599
23600 \end_layout
23601
23602 \begin_layout Standard
23603 The commands allow you to redefine the floats so that the caption is set
23604  on the side.
23605  For figure floats use the command
23606 \end_layout
23607
23608 \begin_layout Standard
23609
23610 \series bold
23611
23612 \backslash
23613 FigBesBeg
23614 \end_layout
23615
23616 \begin_layout Standard
23617 in TeX-Code before the float.
23618  After the float insert the command
23619 \end_layout
23620
23621 \begin_layout Standard
23622
23623 \series bold
23624
23625 \backslash
23626 FigBesEnd
23627 \end_layout
23628
23629 \begin_layout Standard
23630 in TeX-Code to get back to the original float definition.
23631 \end_layout
23632
23633 \begin_layout Standard
23634 For table floats use the corresponding commands
23635 \end_layout
23636
23637 \begin_layout Standard
23638
23639 \series bold
23640
23641 \backslash
23642 TabBesBeg
23643 \series default
23644  and 
23645 \series bold
23646
23647 \backslash
23648 TabBesEnd
23649 \end_layout
23650
23651 \begin_layout Standard
23652 Figure
23653 \begin_inset space ~
23654 \end_inset
23655
23656
23657 \begin_inset CommandInset ref
23658 LatexCommand ref
23659 reference "fig:cap-beside-fig"
23660
23661 \end_inset
23662
23663  and Table
23664 \begin_inset space ~
23665 \end_inset
23666
23667
23668 \begin_inset CommandInset ref
23669 LatexCommand ref
23670 reference "tab:cap-beside-tab"
23671
23672 \end_inset
23673
23674  are examples where the caption is set beside.
23675 \end_layout
23676
23677 \begin_layout Standard
23678 You can see in the examples that the caption text appears at the top of
23679  the floats for table floats and at the bottom for figure floats.
23680  To change this, you can use the command
23681 \end_layout
23682
23683 \begin_layout Standard
23684
23685 \series bold
23686
23687 \backslash
23688 sidecaptionvpos{float type}{placement}
23689 \end_layout
23690
23691 \begin_layout Standard
23692 in the document preamble or in TeX-Code before the float.
23693  The float type is either 
23694 \family sans
23695 figure
23696 \family default
23697  or 
23698 \family sans
23699 table
23700 \family default
23701 , the placement can be 
23702 \begin_inset Quotes eld
23703 \end_inset
23704
23705
23706 \family sans
23707 t
23708 \family default
23709
23710 \begin_inset Quotes erd
23711 \end_inset
23712
23713  for top, 
23714 \begin_inset Quotes eld
23715 \end_inset
23716
23717
23718 \family sans
23719 c
23720 \family default
23721
23722 \begin_inset Quotes erd
23723 \end_inset
23724
23725  for center, or 
23726 \begin_inset Quotes eld
23727 \end_inset
23728
23729
23730 \family sans
23731 b
23732 \family default
23733
23734 \begin_inset Quotes erd
23735 \end_inset
23736
23737  for bottom.
23738  To have for example the caption of figure floats vertically centered, use
23739  the command
23740 \end_layout
23741
23742 \begin_layout Standard
23743
23744 \series bold
23745
23746 \backslash
23747 sidecaptionvpos{figure}{c}
23748 \end_layout
23749
23750 \begin_layout Standard
23751 This was used for Figure
23752 \begin_inset space ~
23753 \end_inset
23754
23755
23756 \begin_inset CommandInset ref
23757 LatexCommand ref
23758 reference "fig:cap-beside-fig-2"
23759
23760 \end_inset
23761
23762 .
23763 \end_layout
23764
23765 \begin_layout Standard
23766 \begin_inset VSpace medskip
23767 \end_inset
23768
23769 For more information about the package 
23770 \series bold
23771 sidecap
23772 \series default
23773  we refer to its documentation 
23774 \begin_inset CommandInset citation
23775 LatexCommand cite
23776 key "sidecap"
23777
23778 \end_inset
23779
23780 .
23781 \end_layout
23782
23783 \begin_layout Standard
23784 \begin_inset Note Greyedout
23785 status open
23786
23787 \begin_layout Plain Layout
23788
23789 \series bold
23790 Note:
23791 \series default
23792  The LaTeX-package 
23793 \series bold
23794 hypcap
23795 \series default
23796
23797 \begin_inset Index idx
23798 status collapsed
23799
23800 \begin_layout Plain Layout
23801 LaTeX-packages ! hypcap
23802 \end_layout
23803
23804 \end_inset
23805
23806 , described in section
23807 \begin_inset space ~
23808 \end_inset
23809
23810
23811 \begin_inset CommandInset ref
23812 LatexCommand ref
23813 reference "sub:Reference-Position"
23814
23815 \end_inset
23816
23817 , has no effect on floats with the caption set beside.
23818 \end_layout
23819
23820 \end_inset
23821
23822
23823 \end_layout
23824
23825 \begin_layout Standard
23826 \begin_inset ERT
23827 status collapsed
23828
23829 \begin_layout Plain Layout
23830
23831
23832 \backslash
23833 FigBesBeg 
23834 \end_layout
23835
23836 \end_inset
23837
23838
23839 \end_layout
23840
23841 \begin_layout Standard
23842 \begin_inset Float figure
23843 wide false
23844 sideways false
23845 status open
23846
23847 \begin_layout Plain Layout
23848 \begin_inset Graphics
23849         filename clipart/escher-lsd.eps
23850         scale 75
23851         scaleBeforeRotation
23852
23853 \end_inset
23854
23855
23856 \end_layout
23857
23858 \begin_layout Plain Layout
23859 \begin_inset Caption
23860
23861 \begin_layout Plain Layout
23862 \begin_inset CommandInset label
23863 LatexCommand label
23864 name "fig:cap-beside-fig"
23865
23866 \end_inset
23867
23868 This is a caption beside a figure.
23869 \end_layout
23870
23871 \end_inset
23872
23873
23874 \end_layout
23875
23876 \end_inset
23877
23878
23879 \end_layout
23880
23881 \begin_layout Standard
23882 \begin_inset ERT
23883 status collapsed
23884
23885 \begin_layout Plain Layout
23886
23887
23888 \backslash
23889 TabBesBeg 
23890 \end_layout
23891
23892 \end_inset
23893
23894
23895 \end_layout
23896
23897 \begin_layout Standard
23898 \begin_inset Float table
23899 wide false
23900 sideways false
23901 status open
23902
23903 \begin_layout Plain Layout
23904 \begin_inset Caption
23905
23906 \begin_layout Plain Layout
23907 \begin_inset CommandInset label
23908 LatexCommand label
23909 name "tab:cap-beside-tab"
23910
23911 \end_inset
23912
23913 This is a caption beside a table.
23914 \end_layout
23915
23916 \end_inset
23917
23918
23919 \end_layout
23920
23921 \begin_layout Plain Layout
23922 \begin_inset Tabular
23923 <lyxtabular version="3" rows="4" columns="5">
23924 <features tabularvalignment="middle">
23925 <column alignment="center" valignment="top" width="0">
23926 <column alignment="center" valignment="top" width="0">
23927 <column alignment="center" valignment="top" width="0">
23928 <column alignment="center" valignment="top" width="0">
23929 <column alignment="center" valignment="top" width="0">
23930 <row>
23931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23932 \begin_inset Text
23933
23934 \begin_layout Plain Layout
23935 a
23936 \end_layout
23937
23938 \end_inset
23939 </cell>
23940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23941 \begin_inset Text
23942
23943 \begin_layout Plain Layout
23944
23945 \end_layout
23946
23947 \end_inset
23948 </cell>
23949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23950 \begin_inset Text
23951
23952 \begin_layout Plain Layout
23953 b
23954 \end_layout
23955
23956 \end_inset
23957 </cell>
23958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23959 \begin_inset Text
23960
23961 \begin_layout Plain Layout
23962
23963 \end_layout
23964
23965 \end_inset
23966 </cell>
23967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23968 \begin_inset Text
23969
23970 \begin_layout Plain Layout
23971 c
23972 \end_layout
23973
23974 \end_inset
23975 </cell>
23976 </row>
23977 <row>
23978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23979 \begin_inset Text
23980
23981 \begin_layout Plain Layout
23982
23983 \end_layout
23984
23985 \end_inset
23986 </cell>
23987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23988 \begin_inset Text
23989
23990 \begin_layout Plain Layout
23991 d
23992 \end_layout
23993
23994 \end_inset
23995 </cell>
23996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23997 \begin_inset Text
23998
23999 \begin_layout Plain Layout
24000
24001 \end_layout
24002
24003 \end_inset
24004 </cell>
24005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24006 \begin_inset Text
24007
24008 \begin_layout Plain Layout
24009 e
24010 \end_layout
24011
24012 \end_inset
24013 </cell>
24014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24015 \begin_inset Text
24016
24017 \begin_layout Plain Layout
24018
24019 \end_layout
24020
24021 \end_inset
24022 </cell>
24023 </row>
24024 <row>
24025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24026 \begin_inset Text
24027
24028 \begin_layout Plain Layout
24029 f
24030 \end_layout
24031
24032 \end_inset
24033 </cell>
24034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24035 \begin_inset Text
24036
24037 \begin_layout Plain Layout
24038
24039 \end_layout
24040
24041 \end_inset
24042 </cell>
24043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24044 \begin_inset Text
24045
24046 \begin_layout Plain Layout
24047 g
24048 \end_layout
24049
24050 \end_inset
24051 </cell>
24052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24053 \begin_inset Text
24054
24055 \begin_layout Plain Layout
24056
24057 \end_layout
24058
24059 \end_inset
24060 </cell>
24061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24062 \begin_inset Text
24063
24064 \begin_layout Plain Layout
24065 h
24066 \end_layout
24067
24068 \end_inset
24069 </cell>
24070 </row>
24071 <row>
24072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24073 \begin_inset Text
24074
24075 \begin_layout Plain Layout
24076
24077 \end_layout
24078
24079 \end_inset
24080 </cell>
24081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24082 \begin_inset Text
24083
24084 \begin_layout Plain Layout
24085 i
24086 \end_layout
24087
24088 \end_inset
24089 </cell>
24090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24091 \begin_inset Text
24092
24093 \begin_layout Plain Layout
24094
24095 \end_layout
24096
24097 \end_inset
24098 </cell>
24099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24100 \begin_inset Text
24101
24102 \begin_layout Plain Layout
24103 j
24104 \end_layout
24105
24106 \end_inset
24107 </cell>
24108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24109 \begin_inset Text
24110
24111 \begin_layout Plain Layout
24112
24113 \end_layout
24114
24115 \end_inset
24116 </cell>
24117 </row>
24118 </lyxtabular>
24119
24120 \end_inset
24121
24122
24123 \end_layout
24124
24125 \end_inset
24126
24127
24128 \end_layout
24129
24130 \begin_layout Standard
24131 \begin_inset ERT
24132 status collapsed
24133
24134 \begin_layout Plain Layout
24135
24136
24137 \backslash
24138 TabBesEnd
24139 \end_layout
24140
24141 \end_inset
24142
24143
24144 \end_layout
24145
24146 \begin_layout Standard
24147 \begin_inset ERT
24148 status collapsed
24149
24150 \begin_layout Plain Layout
24151
24152
24153 \backslash
24154 sidecaptionvpos{figure}{c}
24155 \end_layout
24156
24157 \end_inset
24158
24159
24160 \begin_inset Float figure
24161 wide false
24162 sideways false
24163 status open
24164
24165 \begin_layout Plain Layout
24166 \begin_inset Graphics
24167         filename clipart/escher-lsd.eps
24168         scale 75
24169         scaleBeforeRotation
24170
24171 \end_inset
24172
24173
24174 \end_layout
24175
24176 \begin_layout Plain Layout
24177 \begin_inset Caption
24178
24179 \begin_layout Plain Layout
24180 \begin_inset CommandInset label
24181 LatexCommand label
24182 name "fig:cap-beside-fig-2"
24183
24184 \end_inset
24185
24186 This is a vertically centered caption beside a figure.
24187 \end_layout
24188
24189 \end_inset
24190
24191
24192 \end_layout
24193
24194 \end_inset
24195
24196
24197 \end_layout
24198
24199 \begin_layout Standard
24200 \begin_inset ERT
24201 status collapsed
24202
24203 \begin_layout Plain Layout
24204
24205
24206 \backslash
24207 FigBesEnd
24208 \end_layout
24209
24210 \end_inset
24211
24212
24213 \end_layout
24214
24215 \begin_layout Standard
24216 \begin_inset ERT
24217 status collapsed
24218
24219 \begin_layout Plain Layout
24220
24221
24222 \backslash
24223 else
24224 \end_layout
24225
24226 \end_inset
24227
24228
24229 \begin_inset Note Note
24230 status open
24231
24232 \begin_layout Plain Layout
24233 The following will be displayed when the LaTeX-package 
24234 \series bold
24235 sidecap
24236 \series default
24237  is not installed:
24238 \end_layout
24239
24240 \end_inset
24241
24242
24243 \end_layout
24244
24245 \begin_layout Standard
24246 You need to install the LaTeX-package 
24247 \series bold
24248 sidecap
24249 \series default
24250  to see the following part of this section in the output.
24251 \end_layout
24252
24253 \begin_layout Standard
24254 \begin_inset ERT
24255 status collapsed
24256
24257 \begin_layout Plain Layout
24258
24259
24260 \backslash
24261 fi
24262 \end_layout
24263
24264 \end_inset
24265
24266
24267 \end_layout
24268
24269 \begin_layout Section
24270 Listings of Floats
24271 \begin_inset Index idx
24272 status collapsed
24273
24274 \begin_layout Plain Layout
24275 Floats ! Float Lists
24276 \end_layout
24277
24278 \end_inset
24279
24280
24281 \end_layout
24282
24283 \begin_layout Standard
24284 Similar to the table of contents where the sections of the document are
24285  listed, there are listings for all float types, like the figures of the
24286  documents.
24287  You can insert them via the 
24288 \family sans
24289 Insert\SpecialChar \menuseparator
24290 List
24291 \begin_inset space ~
24292 \end_inset
24293
24294 /
24295 \begin_inset space ~
24296 \end_inset
24297
24298 TOC
24299 \family default
24300  sub menus.
24301 \end_layout
24302
24303 \begin_layout Standard
24304 The list entries are the float captions or its short title, the float number,
24305  and the page number where they appear in the document.
24306 \end_layout
24307
24308 \begin_layout Standard
24309 You can find the list of figures and tables at the end of this document.
24310 \end_layout
24311
24312 \begin_layout Chapter
24313 Notes
24314 \end_layout
24315
24316 \begin_layout Section
24317 LyX Notes
24318 \begin_inset Index idx
24319 status collapsed
24320
24321 \begin_layout Plain Layout
24322 Notes ! LyX Notes
24323 \end_layout
24324
24325 \end_inset
24326
24327
24328 \end_layout
24329
24330 \begin_layout Standard
24331 Notes are inserted with the toolbar button 
24332 \begin_inset Graphics
24333         filename ../images/note-insert.png
24334         scale 85
24335         scaleBeforeRotation
24336
24337 \end_inset
24338
24339  or the menu 
24340 \family sans
24341 Insert\SpecialChar \menuseparator
24342 Note
24343 \family default
24344 .
24345  There are three types of notes:
24346 \end_layout
24347
24348 \begin_layout Description
24349 LyX
24350 \begin_inset space ~
24351 \end_inset
24352
24353 Note This note type is for internal notes that won't appear in the output.
24354  Its note-box looks like this:
24355 \begin_inset Newline newline
24356 \end_inset
24357
24358
24359 \begin_inset Newline newline
24360 \end_inset
24361
24362
24363 \begin_inset Graphics
24364         filename clipart/LyXNoteImageQt4.png
24365         display false
24366         scale 85
24367         scaleBeforeRotation
24368
24369 \end_inset
24370
24371  
24372 \begin_inset Note Note
24373 status open
24374
24375 \begin_layout Plain Layout
24376 This is text in a note box that doesn't appear in the output.
24377 \end_layout
24378
24379 \end_inset
24380
24381
24382 \end_layout
24383
24384 \begin_layout Description
24385 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
24386 ent, when you export the document to LaTeX via the menu 
24387 \family sans
24388 File\SpecialChar \menuseparator
24389 Export\SpecialChar \menuseparator
24390 LaTeX (pdflatex) / (plain)
24391 \family default
24392 .
24393  Its note-box looks like this:
24394 \begin_inset Newline newline
24395 \end_inset
24396
24397
24398 \begin_inset Newline newline
24399 \end_inset
24400
24401
24402 \begin_inset Graphics
24403         filename clipart/CommentNoteImageQt4.png
24404         display false
24405         scale 85
24406         scaleBeforeRotation
24407
24408 \end_inset
24409
24410  
24411 \begin_inset Note Comment
24412 status open
24413
24414 \begin_layout Plain Layout
24415 This is text in a note box that only appears as comment in LaTeX-files.
24416 \end_layout
24417
24418 \end_inset
24419
24420
24421 \end_layout
24422
24423 \begin_layout Description
24424 Greyed
24425 \begin_inset space ~
24426 \end_inset
24427
24428 Out This note will appear in the output as grey text.
24429  Its note-box looks like this:
24430 \begin_inset Newline newline
24431 \end_inset
24432
24433
24434 \begin_inset Newline newline
24435 \end_inset
24436
24437
24438 \begin_inset Graphics
24439         filename clipart/GreyedOutNoteImageQt4.png
24440         display false
24441         scale 85
24442         scaleBeforeRotation
24443
24444 \end_inset
24445
24446
24447 \begin_inset Newline newline
24448 \end_inset
24449
24450
24451 \begin_inset ERT
24452 status collapsed
24453
24454 \begin_layout Plain Layout
24455
24456
24457 \backslash
24458 renewenvironment{lyxgreyedout}
24459 \end_layout
24460
24461 \begin_layout Plain Layout
24462
24463 {
24464 \backslash
24465 textcolor[gray]{0.8}
24466 \backslash
24467 bgroup}{
24468 \backslash
24469 egroup}
24470 \end_layout
24471
24472 \end_inset
24473
24474
24475 \begin_inset Note Greyedout
24476 status open
24477
24478 \begin_layout Plain Layout
24479 This is text
24480 \begin_inset Foot
24481 status open
24482
24483 \begin_layout Plain Layout
24484 This is an example footnote within a greyed out note.
24485 \end_layout
24486
24487 \end_inset
24488
24489  of a comment that appears in the output as grey text.
24490 \end_layout
24491
24492 \end_inset
24493
24494
24495 \begin_inset ERT
24496 status collapsed
24497
24498 \begin_layout Plain Layout
24499
24500
24501 \backslash
24502 renewenvironment{lyxgreyedout}
24503 \end_layout
24504
24505 \begin_layout Plain Layout
24506
24507 {
24508 \backslash
24509 textcolor{blue}
24510 \backslash
24511 bgroup}{
24512 \backslash
24513 egroup}
24514 \end_layout
24515
24516 \end_inset
24517
24518
24519 \begin_inset Note Note
24520 status collapsed
24521
24522 \begin_layout Plain Layout
24523 The greyed out note is here redefined to show it with the original LyX definitio
24524 n because greyed out notes are redefined in the preamble of this document,
24525  as described below, to have blue text.
24526 \end_layout
24527
24528 \end_inset
24529
24530
24531 \begin_inset Newline newline
24532 \end_inset
24533
24534
24535 \begin_inset Newline newline
24536 \end_inset
24537
24538 As you can see in the example, the first line of greyed out notes is a bit
24539  indented and greyed out notes can have footnotes.
24540 \end_layout
24541
24542 \begin_layout Standard
24543 \begin_inset VSpace bigskip
24544 \end_inset
24545
24546 When you use the toolbar button 
24547 \begin_inset Graphics
24548         filename ../images/note-insert.png
24549         scale 85
24550         scaleBeforeRotation
24551
24552 \end_inset
24553
24554  to insert notes, a 
24555 \family sans
24556 LyX
24557 \begin_inset space ~
24558 \end_inset
24559
24560 Note
24561 \family default
24562  is inserted.
24563  You can switch between the five note types by right-clicking on the note-box.
24564  
24565 \family roman
24566 \series medium
24567 \bar no
24568 If you want to turn existing text into a note, mark it and click on the
24569  note
24570 \family default
24571 \series default
24572 \bar default
24573  toolbar 
24574 \family roman
24575 \series medium
24576 \bar no
24577 button
24578 \family default
24579 \series default
24580 \bar default
24581 .
24582  To change a note to text, press the backspace key when the cursor is in
24583  the first position of a note, or press the delete key when the cursor is
24584  in the very last position of the note, respectively.
24585 \end_layout
24586
24587 \begin_layout Standard
24588 \begin_inset VSpace bigskip
24589 \end_inset
24590
24591 You can change the text color of the greyed out notes in the preamble with
24592  the following command:
24593 \end_layout
24594
24595 \begin_layout Standard
24596
24597 \series bold
24598
24599 \backslash
24600 renewenvironment{lyxgreyedout}
24601 \begin_inset Newline newline
24602 \end_inset
24603
24604
24605 \begin_inset Phantom HPhantom
24606 status open
24607
24608 \begin_layout Plain Layout
24609
24610 \series bold
24611 \begin_inset space ~
24612 \end_inset
24613
24614
24615 \end_layout
24616
24617 \end_inset
24618
24619 {
24620 \backslash
24621 textcolor{color}
24622 \backslash
24623 bgroup}{
24624 \backslash
24625 egroup}
24626 \end_layout
24627
24628 \begin_layout Standard
24629 The available colors and the method to define colors is explained in section
24630 \begin_inset space ~
24631 \end_inset
24632
24633
24634 \begin_inset CommandInset ref
24635 LatexCommand ref
24636 reference "sec:Colored-Tables"
24637
24638 \end_inset
24639
24640 .
24641 \end_layout
24642
24643 \begin_layout Standard
24644 Notes that appear in blue in this document are set using greyed out notes
24645  with blue text.
24646 \end_layout
24647
24648 \begin_layout Section
24649 Footnotes
24650 \begin_inset CommandInset label
24651 LatexCommand label
24652 name "sec:Footnotes"
24653
24654 \end_inset
24655
24656
24657 \begin_inset Index idx
24658 status collapsed
24659
24660 \begin_layout Plain Layout
24661 Notes ! Footnotes
24662 \end_layout
24663
24664 \end_inset
24665
24666
24667 \begin_inset Index idx
24668 status collapsed
24669
24670 \begin_layout Plain Layout
24671 Footnotes
24672 \end_layout
24673
24674 \end_inset
24675
24676
24677 \end_layout
24678
24679 \begin_layout Standard
24680 Footnotes can be inserted using the toolbar button 
24681 \begin_inset Graphics
24682         filename ../images/footnote-insert.png
24683         scale 85
24684         scaleBeforeRotation
24685
24686 \end_inset
24687
24688  or the menu 
24689 \family sans
24690 Insert\SpecialChar \menuseparator
24691 Footnote
24692 \family default
24693 .
24694  
24695 \family roman
24696 \series medium
24697 \bar no
24698 You'll see
24699 \family default
24700 \series default
24701 \bar default
24702  then the following footnote-box: 
24703 \begin_inset Graphics
24704         filename clipart/footnoteQt4.png
24705         scale 80
24706         scaleBeforeRotation
24707
24708 \end_inset
24709
24710  
24711 \family roman
24712 \series medium
24713 \bar no
24714 where you can enter the footnote text.
24715  If you want to turn existing text into a footnote, mark it and click on
24716  the footnote
24717 \family default
24718 \series default
24719 \bar default
24720  toolbar 
24721 \family roman
24722 \series medium
24723 \bar no
24724 button
24725 \family default
24726 \series default
24727 \bar default
24728 .
24729  To change a 
24730 \family roman
24731 \series medium
24732 \bar no
24733 footnote
24734 \family default
24735 \series default
24736 \bar default
24737  to text, press the Backspace key when the cursor is in the first position
24738  of a 
24739 \family roman
24740 \series medium
24741 \bar no
24742 footnote
24743 \family default
24744 \series default
24745 \bar default
24746 , or press the Delete key when the cursor is in the very last position of
24747  the 
24748 \family roman
24749 \series medium
24750 \bar no
24751 footnote
24752 \family default
24753 \series default
24754 \bar default
24755 , respectively.
24756 \end_layout
24757
24758 \begin_layout Standard
24759 Here is an example footnote:
24760 \family roman
24761 \series medium
24762 \bar no
24763
24764 \begin_inset Foot
24765 status open
24766
24767 \begin_layout Plain Layout
24768 \begin_inset CommandInset label
24769 LatexCommand label
24770 name "foot:This-is-an"
24771
24772 \end_inset
24773
24774 This is an example footnote.
24775 \end_layout
24776
24777 \end_inset
24778
24779
24780 \family default
24781 \series default
24782 \bar default
24783
24784 \begin_inset ERT
24785 status collapsed
24786
24787 \begin_layout Plain Layout
24788
24789
24790 \backslash
24791 newcounter{MyRepeatFoot}
24792 \end_layout
24793
24794 \begin_layout Plain Layout
24795
24796
24797 \backslash
24798 setcounter{MyRepeatFoot}{
24799 \backslash
24800 thefootnote}
24801 \end_layout
24802
24803 \end_inset
24804
24805
24806 \end_layout
24807
24808 \begin_layout Standard
24809 The footnote will appear in the output as a superscript number at the text
24810  position where the footnote box is placed.
24811  The footnote text is placed at the bottom of the current page.
24812  The footnote number is calculated by LaTeX; the numbers are consecutive.
24813  It depends on your document-class, whether the footnote number is reset
24814  for every chapter.
24815 \end_layout
24816
24817 \begin_layout Standard
24818 Footnotes can be referenced like floats: Insert a label into the footnote
24819  and cross-reference this label in the text as described in section
24820 \begin_inset space ~
24821 \end_inset
24822
24823
24824 \begin_inset CommandInset ref
24825 LatexCommand ref
24826 reference "sec:Referencing-Floats"
24827
24828 \end_inset
24829
24830 .
24831 \begin_inset Newline newline
24832 \end_inset
24833
24834 This is a cross-reference of Footnote
24835 \begin_inset space ~
24836 \end_inset
24837
24838
24839 \begin_inset CommandInset ref
24840 LatexCommand ref
24841 reference "foot:This-is-an"
24842
24843 \end_inset
24844
24845 .
24846 \end_layout
24847
24848 \begin_layout Standard
24849 \begin_inset VSpace defskip
24850 \end_inset
24851
24852 Footnotes in tables are not printed by LaTeX due to technical reasons.
24853  However there exists another method to print them: Instead of the footnote
24854  the command 
24855 \series bold
24856
24857 \backslash
24858 footnotemark{}
24859 \series default
24860  is inserted as TeX-code.
24861  The text of the footnote is entered as an argument of the TeX-code command
24862  
24863 \series bold
24864
24865 \backslash
24866 footnotetext
24867 \series default
24868  after the table.
24869 \begin_inset Newline newline
24870 \end_inset
24871
24872 This was done for the following table with the command
24873 \end_layout
24874
24875 \begin_layout Standard
24876
24877 \series bold
24878
24879 \backslash
24880 footnotetext{
24881 \series default
24882 Printed table footnote.
24883 \series bold
24884 }
24885 \end_layout
24886
24887 \begin_layout Standard
24888 \begin_inset Tabular
24889 <lyxtabular version="3" rows="2" columns="1">
24890 <features tabularvalignment="middle">
24891 <column alignment="center" valignment="top" width="0">
24892 <row>
24893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24894 \begin_inset Text
24895
24896 \begin_layout Plain Layout
24897 This an example text.
24898 \begin_inset Foot
24899 status open
24900
24901 \begin_layout Plain Layout
24902 This footnote will not be printed!
24903 \end_layout
24904
24905 \end_inset
24906
24907
24908 \end_layout
24909
24910 \end_inset
24911 </cell>
24912 </row>
24913 <row>
24914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24915 \begin_inset Text
24916
24917 \begin_layout Plain Layout
24918 This an example text.
24919 \begin_inset ERT
24920 status collapsed
24921
24922 \begin_layout Plain Layout
24923
24924
24925 \backslash
24926 footnotemark{}
24927 \end_layout
24928
24929 \end_inset
24930
24931
24932 \end_layout
24933
24934 \end_inset
24935 </cell>
24936 </row>
24937 </lyxtabular>
24938
24939 \end_inset
24940
24941
24942 \begin_inset ERT
24943 status collapsed
24944
24945 \begin_layout Plain Layout
24946
24947
24948 \backslash
24949 footnotetext{
24950 \end_layout
24951
24952 \end_inset
24953
24954 Printed table footnote.
24955 \begin_inset ERT
24956 status collapsed
24957
24958 \begin_layout Plain Layout
24959
24960 }
24961 \end_layout
24962
24963 \end_inset
24964
24965
24966 \end_layout
24967
24968 \begin_layout Standard
24969 Footnotes in longtables are described in section
24970 \begin_inset space ~
24971 \end_inset
24972
24973
24974 \begin_inset CommandInset ref
24975 LatexCommand ref
24976 reference "sub:Footnotes-in-Longtables"
24977
24978 \end_inset
24979
24980 .
24981 \end_layout
24982
24983 \begin_layout Standard
24984 Footnotes in minipage boxes are printed, but inside the box and with a different
24985  numbering because a minipage box is like a page inside a page.
24986  (For more about minipages, see section
24987 \begin_inset space ~
24988 \end_inset
24989
24990
24991 \begin_inset CommandInset ref
24992 LatexCommand ref
24993 reference "sec:Minipages"
24994
24995 \end_inset
24996
24997 .) To get a footnote in the minipage that is output at the bottom of the
24998  page like normal footnotes, also use the method of 
24999 \series bold
25000
25001 \backslash
25002 footnotemark{}
25003 \series default
25004  and 
25005 \series bold
25006
25007 \backslash
25008 footnotetext
25009 \series default
25010 .
25011 \end_layout
25012
25013 \begin_layout Standard
25014 \begin_inset Box Frameless
25015 position "t"
25016 hor_pos "c"
25017 has_inner_box 1
25018 inner_pos "t"
25019 use_parbox 0
25020 use_makebox 0
25021 width "100col%"
25022 special "none"
25023 height "1in"
25024 height_special "totalheight"
25025 status open
25026
25027 \begin_layout Plain Layout
25028 This an example text in a minipage.
25029 \begin_inset Foot
25030 status open
25031
25032 \begin_layout Plain Layout
25033 Footnote in the minipage.
25034 \end_layout
25035
25036 \end_inset
25037
25038
25039 \end_layout
25040
25041 \begin_layout Plain Layout
25042 This an example text in a minipage.
25043 \begin_inset ERT
25044 status collapsed
25045
25046 \begin_layout Plain Layout
25047
25048
25049 \backslash
25050 footnotemark{}
25051 \end_layout
25052
25053 \end_inset
25054
25055
25056 \end_layout
25057
25058 \end_inset
25059
25060
25061 \end_layout
25062
25063 \begin_layout Standard
25064 \begin_inset ERT
25065 status collapsed
25066
25067 \begin_layout Plain Layout
25068
25069
25070 \backslash
25071 footnotetext{
25072 \end_layout
25073
25074 \end_inset
25075
25076 Footnote outside the minipage.
25077 \begin_inset ERT
25078 status collapsed
25079
25080 \begin_layout Plain Layout
25081
25082 }
25083 \end_layout
25084
25085 \end_inset
25086
25087
25088 \end_layout
25089
25090 \begin_layout Standard
25091 \begin_inset VSpace defskip
25092 \end_inset
25093
25094
25095 \end_layout
25096
25097 \begin_layout Standard
25098 To refer to the same footnote several times without printing the footnote
25099  text every time, use the command 
25100 \series bold
25101
25102 \backslash
25103 footnotemark[number]
25104 \series default
25105  in TeX-code.
25106 \begin_inset Newline newline
25107 \end_inset
25108
25109 As you do not know the number of the repeating footnote while you are writing
25110  the text, you have to store its number.
25111  For the following footnote mark example, these commands were inserted in
25112  TeX-code after Footnote
25113 \begin_inset space ~
25114 \end_inset
25115
25116
25117 \begin_inset CommandInset ref
25118 LatexCommand ref
25119 reference "foot:This-is-an"
25120
25121 \end_inset
25122
25123  to store the footnote number:
25124 \end_layout
25125
25126 \begin_layout Standard
25127
25128 \series bold
25129
25130 \backslash
25131 newcounter{MyRepeatFoot}
25132 \begin_inset Newline newline
25133 \end_inset
25134
25135
25136 \backslash
25137 setcounter{MyRepeatFoot}{
25138 \backslash
25139 thefootnote}
25140 \end_layout
25141
25142 \begin_layout Standard
25143 The footnote mark was then created with this command:
25144 \end_layout
25145
25146 \begin_layout Standard
25147
25148 \series bold
25149
25150 \backslash
25151 footnotemark[
25152 \backslash
25153 theMyRepeatFoot]
25154 \end_layout
25155
25156 \begin_layout Standard
25157 Here is a repeated footnote:
25158 \family roman
25159 \series medium
25160 \bar no
25161
25162 \begin_inset ERT
25163 status collapsed
25164
25165 \begin_layout Plain Layout
25166
25167
25168 \backslash
25169 footnotemark[
25170 \backslash
25171 theMyRepeatFoot]
25172 \end_layout
25173
25174 \end_inset
25175
25176
25177 \end_layout
25178
25179 \begin_layout Standard
25180 If you want to repeat the previous footnote, you can omit the storage of
25181  the footnote number and just use this command instead:
25182 \end_layout
25183
25184 \begin_layout Standard
25185
25186 \series bold
25187
25188 \backslash
25189 footnotemark[
25190 \backslash
25191 thefootnote]
25192 \end_layout
25193
25194 \begin_layout Standard
25195 Here is another repeated footnote:
25196 \family roman
25197 \series medium
25198 \bar no
25199
25200 \begin_inset ERT
25201 status collapsed
25202
25203 \begin_layout Plain Layout
25204
25205
25206 \backslash
25207 footnotemark[
25208 \backslash
25209 thefootnote]
25210 \end_layout
25211
25212 \end_inset
25213
25214
25215 \end_layout
25216
25217 \begin_layout Subsection
25218 Footnote Numbering
25219 \begin_inset CommandInset label
25220 LatexCommand label
25221 name "sub:Footnote-Numbering"
25222
25223 \end_inset
25224
25225
25226 \begin_inset Index idx
25227 status collapsed
25228
25229 \begin_layout Plain Layout
25230 Footnotes ! Numbering
25231 \end_layout
25232
25233 \end_inset
25234
25235
25236 \end_layout
25237
25238 \begin_layout Standard
25239 To reset the footnote number back to 1 after each section
25240 \family roman
25241 , add this command to your document preamble:
25242 \end_layout
25243
25244 \begin_layout Standard
25245
25246 \series bold
25247
25248 \backslash
25249 @addtoreset{footnote}{section}
25250 \end_layout
25251
25252 \begin_layout Standard
25253 \begin_inset VSpace bigskip
25254 \end_inset
25255
25256 The following preamble command changes the footnote numbering style to small
25257  roman numerals:
25258 \end_layout
25259
25260 \begin_layout Standard
25261
25262 \series bold
25263
25264 \backslash
25265 renewcommand{
25266 \backslash
25267 thefootnote}{
25268 \backslash
25269 roman{footnote}}
25270 \end_layout
25271
25272 \begin_layout Standard
25273 \begin_inset ERT
25274 status collapsed
25275
25276 \begin_layout Plain Layout
25277
25278
25279 \backslash
25280 renewcommand{
25281 \backslash
25282 thefootnote}{
25283 \backslash
25284 roman{footnote}}
25285 \end_layout
25286
25287 \end_inset
25288
25289  This is a footnote with roman numbering:
25290 \begin_inset Foot
25291 status open
25292
25293 \begin_layout Plain Layout
25294 This is an example footnote with roman numbering.
25295 \end_layout
25296
25297 \end_inset
25298
25299
25300 \end_layout
25301
25302 \begin_layout Standard
25303 To change the numbering style to capital roman numerals replace in the command
25304  above 
25305 \series bold
25306
25307 \backslash
25308 roman
25309 \series default
25310  by 
25311 \series bold
25312
25313 \backslash
25314 Roman
25315 \series default
25316 .
25317  To 
25318 \begin_inset Quotes eld
25319 \end_inset
25320
25321 number
25322 \begin_inset Quotes erd
25323 \end_inset
25324
25325  footnotes with capital or small Latin letters use 
25326 \series bold
25327
25328 \backslash
25329 Alph
25330 \series default
25331  or 
25332 \series bold
25333
25334 \backslash
25335 alph
25336 \series default
25337 , respectively.
25338  To 
25339 \begin_inset Quotes eld
25340 \end_inset
25341
25342 number
25343 \begin_inset Quotes erd
25344 \end_inset
25345
25346  footnotes with symbols use 
25347 \series bold
25348
25349 \backslash
25350 fnsymbol
25351 \series default
25352 .
25353 \end_layout
25354
25355 \begin_layout Standard
25356 \begin_inset Note Greyedout
25357 status open
25358
25359 \begin_layout Plain Layout
25360
25361 \series bold
25362 Note:
25363 \series default
25364  You can only number 26 footnotes with Latin letters, because this numbering
25365  is limited to single letters.
25366 \end_layout
25367
25368 \end_inset
25369
25370
25371 \begin_inset Newline newline
25372 \end_inset
25373
25374
25375 \begin_inset Note Greyedout
25376 status open
25377
25378 \begin_layout Plain Layout
25379
25380 \series bold
25381 Note:
25382 \series default
25383  You can only number 9 footnotes with symbols.
25384 \end_layout
25385
25386 \end_inset
25387
25388
25389 \end_layout
25390
25391 \begin_layout Standard
25392 To return to the default numbering style after you have changed to another
25393  one, use 
25394 \series bold
25395
25396 \backslash
25397 arabic
25398 \series default
25399  instead of 
25400 \series bold
25401
25402 \backslash
25403 roman
25404 \series default
25405  in the command above.
25406 \begin_inset ERT
25407 status collapsed
25408
25409 \begin_layout Plain Layout
25410
25411
25412 \backslash
25413 renewcommand{
25414 \backslash
25415 thefootnote}{
25416 \backslash
25417 arabic{footnote}}
25418 \end_layout
25419
25420 \end_inset
25421
25422
25423 \end_layout
25424
25425 \begin_layout Standard
25426 \begin_inset VSpace bigskip
25427 \end_inset
25428
25429
25430 \end_layout
25431
25432 \begin_layout Standard
25433 If you want to have footnotes numbered in the scheme 
25434 \begin_inset Quotes eld
25435 \end_inset
25436
25437 chapter.footnote
25438 \begin_inset Quotes erd
25439 \end_inset
25440
25441 , add the following command to your document preamble:
25442 \end_layout
25443
25444 \begin_layout Standard
25445
25446 \series bold
25447
25448 \backslash
25449 numberwithin{footnote}{chapter}
25450 \end_layout
25451
25452 \begin_layout Standard
25453 To be able to use the command 
25454 \series bold
25455
25456 \backslash
25457 numberwithin
25458 \series default
25459 , set in the tab 
25460 \family sans
25461 Math
25462 \begin_inset space ~
25463 \end_inset
25464
25465 Options
25466 \family default
25467  in the document settings the option 
25468 \family sans
25469 Use
25470 \begin_inset space ~
25471 \end_inset
25472
25473 AMS
25474 \begin_inset space ~
25475 \end_inset
25476
25477 math
25478 \begin_inset space ~
25479 \end_inset
25480
25481 package
25482 \family default
25483 .
25484 \end_layout
25485
25486 \begin_layout Standard
25487 \begin_inset ERT
25488 status collapsed
25489
25490 \begin_layout Plain Layout
25491
25492
25493 \backslash
25494 numberwithin{footnote}{chapter}
25495 \end_layout
25496
25497 \end_inset
25498
25499 This is another example footnote:
25500 \series bold
25501
25502 \begin_inset Foot
25503 status open
25504
25505 \begin_layout Plain Layout
25506 This is a footnote numbered in the scheme 
25507 \begin_inset Quotes eld
25508 \end_inset
25509
25510 chapter.footnote
25511 \begin_inset Quotes erd
25512 \end_inset
25513
25514 .
25515 \end_layout
25516
25517 \end_inset
25518
25519
25520 \series default
25521
25522 \begin_inset ERT
25523 status collapsed
25524
25525 \begin_layout Plain Layout
25526
25527
25528 \backslash
25529 renewcommand{
25530 \backslash
25531 thefootnote}{
25532 \backslash
25533 arabic{footnote}}
25534 \end_layout
25535
25536 \end_inset
25537
25538
25539 \end_layout
25540
25541 \begin_layout Standard
25542 \begin_inset Note Greyedout
25543 status open
25544
25545 \begin_layout Plain Layout
25546
25547 \series bold
25548 Note:
25549 \series default
25550  
25551 \series bold
25552
25553 \backslash
25554 numberwithin
25555 \series default
25556  always prints out the footnote number as arabic number; previous redefinitions
25557  to get non-arabic numbers are overwritten.
25558 \end_layout
25559
25560 \end_inset
25561
25562
25563 \end_layout
25564
25565 \begin_layout Standard
25566 So to get for example the scheme 
25567 \begin_inset Quotes eld
25568 \end_inset
25569
25570 chapter.
25571 \backslash
25572 Roman{footnote}
25573 \begin_inset Quotes erd
25574 \end_inset
25575
25576 , use this command instead of 
25577 \series bold
25578
25579 \backslash
25580 numberwithin
25581 \series default
25582 :
25583 \end_layout
25584
25585 \begin_layout Standard
25586
25587 \series bold
25588
25589 \backslash
25590 renewcommand{
25591 \backslash
25592 thefootnote}{
25593 \backslash
25594 thechapter.
25595 \backslash
25596 Roman{footnote}}
25597 \end_layout
25598
25599 \begin_layout Subsection
25600 Footnote Placement
25601 \begin_inset Index idx
25602 status collapsed
25603
25604 \begin_layout Plain Layout
25605 Footnotes ! Placement
25606 \end_layout
25607
25608 \end_inset
25609
25610
25611 \end_layout
25612
25613 \begin_layout Standard
25614 If you have several footnotes in one page, they appear without vertical
25615  space between them at the bottom of the page.
25616  To make them more readable you can e.
25617 \begin_inset space \thinspace{}
25618 \end_inset
25619
25620 g.
25621 \begin_inset space \space{}
25622 \end_inset
25623
25624 add 1.5
25625 \begin_inset space \thinspace{}
25626 \end_inset
25627
25628 mm space with the following preamble command:
25629 \end_layout
25630
25631 \begin_layout Standard
25632
25633 \series bold
25634
25635 \backslash
25636 let
25637 \backslash
25638 myFoot
25639 \backslash
25640 footnote
25641 \begin_inset Newline newline
25642 \end_inset
25643
25644
25645 \backslash
25646 renewcommand{
25647 \backslash
25648 footnote}[1]{
25649 \backslash
25650 myFoot{#1
25651 \backslash
25652 vspace{1.5mm}}}
25653 \end_layout
25654
25655 \begin_layout Standard
25656 \begin_inset VSpace bigskip
25657 \end_inset
25658
25659 In a two-column document the footnotes appear at the bottom of every column,
25660  see Figure
25661 \begin_inset space ~
25662 \end_inset
25663
25664
25665 \begin_inset CommandInset ref
25666 LatexCommand ref
25667 reference "fig:Standard-footnote-placement"
25668
25669 \end_inset
25670
25671 .
25672  If the footnotes should only appear at the bottom of the right column,
25673  as in Figure
25674 \begin_inset space ~
25675 \end_inset
25676
25677
25678 \begin_inset CommandInset ref
25679 LatexCommand ref
25680 reference "fig:Footnote-placement-in"
25681
25682 \end_inset
25683
25684 , use the LaTeX-package 
25685 \series bold
25686 ftnright
25687 \series default
25688
25689 \begin_inset Index idx
25690 status collapsed
25691
25692 \begin_layout Plain Layout
25693 LaTeX-packages ! ftnright
25694 \end_layout
25695
25696 \end_inset
25697
25698  with this command in the document preamble:
25699 \end_layout
25700
25701 \begin_layout Standard
25702
25703 \series bold
25704
25705 \backslash
25706 usepackage{ftnright}
25707 \end_layout
25708
25709 \begin_layout Standard
25710 \begin_inset Float figure
25711 placement !h
25712 wide false
25713 sideways false
25714 status open
25715
25716 \begin_layout Plain Layout
25717 \begin_inset ERT
25718 status collapsed
25719
25720 \begin_layout Plain Layout
25721
25722
25723 \backslash
25724 framebox{
25725 \end_layout
25726
25727 \end_inset
25728
25729
25730 \begin_inset Graphics
25731         filename clipart/without_fntright.pdf
25732         width 100col%
25733         scaleBeforeRotation
25734
25735 \end_inset
25736
25737
25738 \begin_inset ERT
25739 status collapsed
25740
25741 \begin_layout Plain Layout
25742
25743 }
25744 \end_layout
25745
25746 \end_inset
25747
25748
25749 \end_layout
25750
25751 \begin_layout Plain Layout
25752 \begin_inset Caption
25753
25754 \begin_layout Plain Layout
25755 \begin_inset CommandInset label
25756 LatexCommand label
25757 name "fig:Standard-footnote-placement"
25758
25759 \end_inset
25760
25761 Standard footnote placement in two-column documents.
25762 \end_layout
25763
25764 \end_inset
25765
25766
25767 \end_layout
25768
25769 \end_inset
25770
25771
25772 \end_layout
25773
25774 \begin_layout Standard
25775 \begin_inset Float figure
25776 placement !h
25777 wide false
25778 sideways false
25779 status open
25780
25781 \begin_layout Plain Layout
25782 \begin_inset ERT
25783 status collapsed
25784
25785 \begin_layout Plain Layout
25786
25787
25788 \backslash
25789 framebox{
25790 \end_layout
25791
25792 \end_inset
25793
25794
25795 \begin_inset Graphics
25796         filename clipart/with_fntright.pdf
25797         width 100col%
25798         scaleBeforeRotation
25799
25800 \end_inset
25801
25802
25803 \begin_inset ERT
25804 status collapsed
25805
25806 \begin_layout Plain Layout
25807
25808 }
25809 \end_layout
25810
25811 \end_inset
25812
25813
25814 \end_layout
25815
25816 \begin_layout Plain Layout
25817 \begin_inset Caption
25818
25819 \begin_layout Plain Layout
25820 \begin_inset CommandInset label
25821 LatexCommand label
25822 name "fig:Footnote-placement-in"
25823
25824 \end_inset
25825
25826 Footnote placement in two-column documents when the LaTeX-package 
25827 \series bold
25828 ftnright
25829 \series default
25830  is used.
25831 \end_layout
25832
25833 \end_inset
25834
25835
25836 \end_layout
25837
25838 \end_inset
25839
25840
25841 \end_layout
25842
25843 \begin_layout Standard
25844 \begin_inset VSpace bigskip
25845 \end_inset
25846
25847 In some scientific literature it is usual to collect the footnotes and print
25848  them in a separate paragraph at the end of a section, as in Figure
25849 \begin_inset space ~
25850 \end_inset
25851
25852
25853 \begin_inset CommandInset ref
25854 LatexCommand ref
25855 reference "fig:Endnotes"
25856
25857 \end_inset
25858
25859 .
25860  They are then called 
25861 \begin_inset Quotes eld
25862 \end_inset
25863
25864 endnotes
25865 \begin_inset Quotes erd
25866 \end_inset
25867
25868 .
25869 \begin_inset Index idx
25870 status collapsed
25871
25872 \begin_layout Plain Layout
25873 Endnotes
25874 \end_layout
25875
25876 \end_inset
25877
25878  To use endnotes instead of footnotes in your document, load in the menu
25879  
25880 \family sans
25881 Document\SpecialChar \menuseparator
25882 Settings\SpecialChar \menuseparator
25883 Modules 
25884 \family default
25885 the module 
25886 \family sans
25887 Foot
25888 \begin_inset space ~
25889 \end_inset
25890
25891 to
25892 \begin_inset space ~
25893 \end_inset
25894
25895 End
25896 \family default
25897 .
25898  To insert the collected footnotes, insert the command
25899 \end_layout
25900
25901 \begin_layout Standard
25902
25903 \series bold
25904
25905 \backslash
25906 theendnotes
25907 \end_layout
25908
25909 \begin_layout Standard
25910 in TeX-Code at the end of a section or chapter.
25911 \end_layout
25912
25913 \begin_layout Standard
25914 \begin_inset Float figure
25915 wide false
25916 sideways false
25917 status open
25918
25919 \begin_layout Plain Layout
25920 \align center
25921 \begin_inset ERT
25922 status collapsed
25923
25924 \begin_layout Plain Layout
25925
25926
25927 \backslash
25928 framebox{
25929 \end_layout
25930
25931 \end_inset
25932
25933
25934 \begin_inset Graphics
25935         filename clipart/endnotes.pdf
25936         scaleBeforeRotation
25937
25938 \end_inset
25939
25940
25941 \begin_inset ERT
25942 status collapsed
25943
25944 \begin_layout Plain Layout
25945
25946 }
25947 \end_layout
25948
25949 \end_inset
25950
25951
25952 \end_layout
25953
25954 \begin_layout Plain Layout
25955 \begin_inset Caption
25956
25957 \begin_layout Plain Layout
25958 \begin_inset CommandInset label
25959 LatexCommand label
25960 name "fig:Endnotes"
25961
25962 \end_inset
25963
25964 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
25965  or chapters.
25966 \end_layout
25967
25968 \end_inset
25969
25970
25971 \end_layout
25972
25973 \end_inset
25974
25975
25976 \end_layout
25977
25978 \begin_layout Standard
25979 \begin_inset VSpace medskip
25980 \end_inset
25981
25982 The paragraph heading for the endnotes isn't automatically translated into
25983  the document language, this must be done manually.
25984  The following preamble command translates the default English 
25985 \begin_inset Quotes eld
25986 \end_inset
25987
25988 Notes
25989 \begin_inset Quotes erd
25990 \end_inset
25991
25992  into the German 
25993 \begin_inset Quotes eld
25994 \end_inset
25995
25996 Anmerkungen
25997 \begin_inset Quotes erd
25998 \end_inset
25999
26000 :
26001 \end_layout
26002
26003 \begin_layout Standard
26004
26005 \series bold
26006
26007 \backslash
26008 renewcommand{
26009 \backslash
26010 notesname}{Anmerkungen}
26011 \end_layout
26012
26013 \begin_layout Standard
26014 \begin_inset VSpace medskip
26015 \end_inset
26016
26017 The numbering of endnotes can be changed like the footnote numbering as
26018  described in section
26019 \begin_inset space ~
26020 \end_inset
26021
26022
26023 \begin_inset CommandInset ref
26024 LatexCommand ref
26025 reference "sub:Footnote-Numbering"
26026
26027 \end_inset
26028
26029 ; just replace the command 
26030 \series bold
26031
26032 \backslash
26033 thefootnote
26034 \series default
26035  by 
26036 \series bold
26037
26038 \backslash
26039 theendnote
26040 \series default
26041 .
26042  To reset the endnote number use the command 
26043 \series bold
26044
26045 \backslash
26046 @addtoreset
26047 \series default
26048  as described in section
26049 \begin_inset space ~
26050 \end_inset
26051
26052
26053 \begin_inset CommandInset ref
26054 LatexCommand ref
26055 reference "sub:Footnote-Numbering"
26056
26057 \end_inset
26058
26059  and replace the command parameter 
26060 \series bold
26061 footnote
26062 \series default
26063  by 
26064 \series bold
26065 endnote
26066 \series default
26067 .
26068 \end_layout
26069
26070 \begin_layout Standard
26071 For endnotes there is the command 
26072 \series bold
26073
26074 \backslash
26075 endnotemark[number]
26076 \series default
26077  similar to the command 
26078 \series bold
26079
26080 \backslash
26081 footnotemark
26082 \series default
26083 , that is described in section
26084 \begin_inset space ~
26085 \end_inset
26086
26087
26088 \begin_inset CommandInset ref
26089 LatexCommand ref
26090 reference "sec:Footnotes"
26091
26092 \end_inset
26093
26094 .
26095 \end_layout
26096
26097 \begin_layout Standard
26098 \begin_inset VSpace bigskip
26099 \end_inset
26100
26101 Footnotes can also be placed in the page margin and the footnote text alignment
26102  can be changed, see the LaTeX-package 
26103 \series bold
26104 footmisc
26105 \series default
26106
26107 \begin_inset Index idx
26108 status collapsed
26109
26110 \begin_layout Plain Layout
26111 LaTeX-packages ! footmisc
26112 \end_layout
26113
26114 \end_inset
26115
26116
26117 \begin_inset CommandInset citation
26118 LatexCommand cite
26119 key "footmisc"
26120
26121 \end_inset
26122
26123  for more information about this.
26124 \end_layout
26125
26126 \begin_layout Standard
26127 For various further footnote formatting issues have a look at LaTeX-books,
26128  
26129 \begin_inset CommandInset citation
26130 LatexCommand cite
26131 key "latexcompanion,latexguide,latexbook"
26132
26133 \end_inset
26134
26135 .
26136 \end_layout
26137
26138 \begin_layout Section
26139 Margin Notes
26140 \begin_inset Index idx
26141 status collapsed
26142
26143 \begin_layout Plain Layout
26144 Notes ! Margin Notes
26145 \end_layout
26146
26147 \end_inset
26148
26149
26150 \end_layout
26151
26152 \begin_layout Standard
26153 Margin notes look and behave in LyX like footnotes.
26154  They are inserted via the menu 
26155 \family sans
26156 Insert\SpecialChar \menuseparator
26157 Marginal
26158 \begin_inset space ~
26159 \end_inset
26160
26161 Note
26162 \family default
26163  or the toolbar button 
26164 \begin_inset Graphics
26165         filename ../images/marginalnote-insert.png
26166         scale 85
26167         scaleBeforeRotation
26168
26169 \end_inset
26170
26171 .
26172  A grey 
26173 \family roman
26174 \series medium
26175 box with the
26176 \family default
26177 \series default
26178  red 
26179 \family roman
26180 \series medium
26181 label 
26182 \begin_inset Quotes eld
26183 \end_inset
26184
26185 margin
26186 \begin_inset Quotes erd
26187 \end_inset
26188
26189  appears where you can enter the text of the margin note.
26190 \end_layout
26191
26192 \begin_layout Standard
26193 At the side is an example margin note.
26194
26195 \family roman
26196 \series medium
26197  
26198 \begin_inset Marginal
26199 status open
26200
26201 \begin_layout Plain Layout
26202 This is a margin note.
26203 \end_layout
26204
26205 \end_inset
26206
26207
26208 \end_layout
26209
26210 \begin_layout Standard
26211 Margin notes appear at the right side in single-sided documents.
26212  In double-sided documents they appear in the outer margin â€“ left on even
26213  pages, right on odd pages.
26214  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
26215 d when the note appears in the left margin.
26216  The first line of the margin note is placed at the position of the text
26217  line where it is inserted in the document.
26218 \end_layout
26219
26220 \begin_layout Standard
26221 \begin_inset VSpace bigskip
26222 \end_inset
26223
26224 To place the margin note in the inner margin, add the command
26225 \end_layout
26226
26227 \begin_layout Standard
26228
26229 \series bold
26230
26231 \backslash
26232 reversemarginpar
26233 \end_layout
26234
26235 \begin_layout Standard
26236 in TeX-Code before a margin note.
26237  The new placement is valid for all subsequent margin notes.
26238  
26239 \begin_inset ERT
26240 status collapsed
26241
26242 \begin_layout Plain Layout
26243
26244
26245 \backslash
26246 reversemarginpar 
26247 \end_layout
26248
26249 \end_inset
26250
26251
26252 \begin_inset Marginal
26253 status open
26254
26255 \begin_layout Plain Layout
26256 This is a margin note in the inner margin.
26257 \end_layout
26258
26259 \end_inset
26260
26261
26262 \series bold
26263
26264 \begin_inset Newline newline
26265 \end_inset
26266
26267
26268 \series default
26269
26270 \begin_inset Note Greyedout
26271 status open
26272
26273 \begin_layout Plain Layout
26274
26275 \series bold
26276 Note:
26277 \series default
26278  There is often not enough space in the inner margin so that the notes are
26279  not correctly displayed in the output.
26280 \end_layout
26281
26282 \end_inset
26283
26284
26285 \end_layout
26286
26287 \begin_layout Standard
26288 To return to the default placement insert the command
26289 \end_layout
26290
26291 \begin_layout Standard
26292
26293 \series bold
26294
26295 \backslash
26296 normalmarginpar
26297 \end_layout
26298
26299 \begin_layout Standard
26300 in TeX-Code.
26301 \begin_inset ERT
26302 status collapsed
26303
26304 \begin_layout Plain Layout
26305
26306
26307 \backslash
26308 normalmarginpar 
26309 \end_layout
26310
26311 \end_inset
26312
26313  
26314 \begin_inset Note Greyedout
26315 status open
26316
26317 \begin_layout Plain Layout
26318
26319 \series bold
26320 Note:
26321 \series default
26322  The command is ignored when it is within a paragraph where also the command
26323  
26324 \series bold
26325
26326 \backslash
26327 reversemarginpar
26328 \series default
26329  is inserted.
26330 \end_layout
26331
26332 \end_inset
26333
26334
26335 \end_layout
26336
26337 \begin_layout Standard
26338 \begin_inset VSpace bigskip
26339 \end_inset
26340
26341
26342 \family roman
26343 \series medium
26344
26345 \begin_inset Marginal
26346 status open
26347
26348 \begin_layout Plain Layout
26349 AVeryLongMarginParWord that isn't hyphenated.
26350 \end_layout
26351
26352 \end_inset
26353
26354
26355 \family default
26356 \series default
26357  Similar to the case described in section
26358 \begin_inset space ~
26359 \end_inset
26360
26361
26362 \begin_inset CommandInset ref
26363 LatexCommand ref
26364 reference "sub:Multiple-Lines-in"
26365
26366 \end_inset
26367
26368 , long words cannot be hyphenated when they are the first word in a margin
26369  note.
26370  To avoid this, insert 0
26371 \begin_inset space \thinspace{}
26372 \end_inset
26373
26374 pt horizontal space before the word
26375 \family roman
26376 \series medium
26377 .
26378  
26379 \begin_inset Marginal
26380 status open
26381
26382 \begin_layout Plain Layout
26383 \begin_inset space \hspace*{}
26384 \length 0pt
26385 \end_inset
26386
26387 AVeryLongMarginParWord that is hyphenated.
26388 \end_layout
26389
26390 \end_inset
26391
26392
26393 \end_layout
26394
26395 \begin_layout Standard
26396 \begin_inset VSpace bigskip
26397 \end_inset
26398
26399
26400 \end_layout
26401
26402 \begin_layout Standard
26403 \begin_inset Note Greyedout
26404 status open
26405
26406 \begin_layout Plain Layout
26407
26408 \series bold
26409 Note:
26410 \series default
26411  Margin notes can normally not be used inside tables, floats, and footnotes.
26412 \end_layout
26413
26414 \end_inset
26415
26416
26417 \end_layout
26418
26419 \begin_layout Standard
26420 \begin_inset VSpace bigskip
26421 \end_inset
26422
26423
26424 \end_layout
26425
26426 \begin_layout Standard
26427 \begin_inset ERT
26428 status collapsed
26429
26430 \begin_layout Plain Layout
26431
26432
26433 \backslash
26434 ifmarginnote
26435 \end_layout
26436
26437 \end_inset
26438
26439
26440 \begin_inset Note Note
26441 status open
26442
26443 \begin_layout Plain Layout
26444 The following section will only be displayed when the LaTeX-package 
26445 \series bold
26446 marginnote
26447 \series default
26448  is installed.
26449 \end_layout
26450
26451 \end_inset
26452
26453
26454 \end_layout
26455
26456 \begin_layout Standard
26457 This restriction can be evaded by using the LaTeX-package 
26458 \series bold
26459 marginnote
26460 \series default
26461
26462 \begin_inset Index idx
26463 status collapsed
26464
26465 \begin_layout Plain Layout
26466 LaTeX-packages ! marginnote
26467 \end_layout
26468
26469 \end_inset
26470
26471 .
26472  By adding these two lines to your document preamble, the command used by
26473  LyX for margin notes is redefined to use the command provided by the 
26474 \series bold
26475 marginnote
26476 \series default
26477 -package:
26478 \end_layout
26479
26480 \begin_layout Standard
26481
26482 \series bold
26483
26484 \backslash
26485 usepackage{marginnote}
26486 \begin_inset Newline newline
26487 \end_inset
26488
26489
26490 \backslash
26491 let
26492 \backslash
26493 marginpar
26494 \backslash
26495 marginnote
26496 \end_layout
26497
26498 \begin_layout Standard
26499 This is also used in this document because 
26500 \series bold
26501 marginnote
26502 \series default
26503  has another useful feature: You can set a vertical offset for the note.
26504  This is often needed when too many margin notes are too close together
26505  or for a better page layout.
26506  The offset is set in LyX as TeX-Code directly after the margin note in
26507  the scheme
26508 \end_layout
26509
26510 \begin_layout Standard
26511
26512 \series bold
26513 [offset]
26514 \end_layout
26515
26516 \begin_layout Standard
26517 where the offset is a length with one of the units listed in Table
26518 \begin_inset space ~
26519 \end_inset
26520
26521
26522 \begin_inset CommandInset ref
26523 LatexCommand ref
26524 reference "tab:Units"
26525
26526 \end_inset
26527
26528 .
26529  A negative value shifts the note up, a positive value shifts it down.
26530  
26531 \family roman
26532 \series medium
26533 For example the margin note beside this text line is shifted up 1.5
26534 \begin_inset space \thinspace{}
26535 \end_inset
26536
26537 cm with the TeX-Code-command 
26538 \begin_inset Quotes eld
26539 \end_inset
26540
26541
26542 \family default
26543 \series bold
26544 [-1.5cm]
26545 \family roman
26546 \series medium
26547
26548 \begin_inset Quotes erd
26549 \end_inset
26550
26551
26552 \begin_inset Marginal
26553 status open
26554
26555 \begin_layout Plain Layout
26556 This margin note is shifted up 1.5
26557 \begin_inset space \thinspace{}
26558 \end_inset
26559
26560 cm from its original position.
26561 \end_layout
26562
26563 \end_inset
26564
26565
26566 \family default
26567 \series default
26568
26569 \begin_inset ERT
26570 status collapsed
26571
26572 \begin_layout Plain Layout
26573
26574 [-1.5cm]
26575 \end_layout
26576
26577 \end_inset
26578
26579
26580 \end_layout
26581
26582 \begin_layout Standard
26583 \begin_inset VSpace medskip
26584 \end_inset
26585
26586 With 
26587 \series bold
26588 marginnote
26589 \series default
26590  you can also change the alignment of the text in the margin note.
26591  For example the commands
26592 \end_layout
26593
26594 \begin_layout Standard
26595
26596 \series bold
26597
26598 \backslash
26599 renewcommand*{
26600 \backslash
26601 raggedleftmarginnote}{
26602 \backslash
26603 centering}
26604 \begin_inset Newline newline
26605 \end_inset
26606
26607
26608 \backslash
26609 renewcommand*{
26610 \backslash
26611 raggedrightmarginnote}{
26612 \backslash
26613 centering}
26614 \end_layout
26615
26616 \begin_layout Standard
26617 set the alignment to centered.
26618  
26619 \series bold
26620
26621 \backslash
26622 raggedleftmarginnote
26623 \series default
26624  denotes margin notes that appear at the left side.
26625 \family roman
26626 \series medium
26627
26628 \begin_inset ERT
26629 status collapsed
26630
26631 \begin_layout Plain Layout
26632
26633
26634 \backslash
26635 renewcommand*{
26636 \backslash
26637 raggedleftmarginnote}{
26638 \backslash
26639 centering}
26640 \end_layout
26641
26642 \begin_layout Plain Layout
26643
26644
26645 \backslash
26646 renewcommand*{
26647 \backslash
26648 raggedrightmarginnote}{
26649 \backslash
26650 centering}
26651 \end_layout
26652
26653 \end_inset
26654
26655
26656 \begin_inset Marginal
26657 status open
26658
26659 \begin_layout Plain Layout
26660 The text of this margin note is centered.
26661 \end_layout
26662
26663 \end_inset
26664
26665
26666 \family default
26667 \series default
26668  The default is
26669 \end_layout
26670
26671 \begin_layout Standard
26672
26673 \series bold
26674
26675 \backslash
26676 renewcommand*{
26677 \backslash
26678 raggedleftmarginnote}{
26679 \backslash
26680 raggedleft}
26681 \begin_inset Newline newline
26682 \end_inset
26683
26684
26685 \backslash
26686 renewcommand*{
26687 \backslash
26688 raggedrightmarginnote}{
26689 \backslash
26690 raggedright}
26691 \family roman
26692 \series medium
26693
26694 \begin_inset ERT
26695 status collapsed
26696
26697 \begin_layout Plain Layout
26698
26699
26700 \backslash
26701 renewcommand*{
26702 \backslash
26703 raggedleftmarginnote}{
26704 \backslash
26705 raggedleft}
26706 \end_layout
26707
26708 \begin_layout Plain Layout
26709
26710
26711 \backslash
26712 renewcommand*{
26713 \backslash
26714 raggedrightmarginnote}{
26715 \backslash
26716 raggedright}
26717 \end_layout
26718
26719 \end_inset
26720
26721
26722 \end_layout
26723
26724 \begin_layout Standard
26725 \begin_inset VSpace medskip
26726 \end_inset
26727
26728 For the other features of 
26729 \series bold
26730 marginnote
26731 \series default
26732  refer to its documentation 
26733 \begin_inset CommandInset citation
26734 LatexCommand cite
26735 key "marginnote"
26736
26737 \end_inset
26738
26739 .
26740 \end_layout
26741
26742 \begin_layout Standard
26743 \begin_inset VSpace bigskip
26744 \end_inset
26745
26746 You can adjust the layout of margin notes by changing its definition.
26747  To create for example a header for all margin notes with the underlined,
26748  sans-serif, and bold header text 
26749 \begin_inset Quotes eld
26750 \end_inset
26751
26752
26753 \family sans
26754 \series bold
26755 \bar under
26756 Attention!
26757 \family default
26758 \series default
26759 \bar default
26760
26761 \begin_inset Quotes erd
26762 \end_inset
26763
26764 , add this to your document preamble:
26765 \end_layout
26766
26767 \begin_layout Standard
26768
26769 \series bold
26770
26771 \backslash
26772 let
26773 \backslash
26774 myMarginpar
26775 \backslash
26776 marginpar
26777 \begin_inset Newline newline
26778 \end_inset
26779
26780
26781 \backslash
26782 renewcommand{
26783 \backslash
26784 marginpar}[1]{
26785 \backslash
26786 myMarginpar{%
26787 \begin_inset Newline newline
26788 \end_inset
26789
26790
26791 \begin_inset Phantom HPhantom
26792 status open
26793
26794 \begin_layout Plain Layout
26795
26796 \series bold
26797 \begin_inset space ~
26798 \end_inset
26799
26800
26801 \end_layout
26802
26803 \end_inset
26804
26805
26806 \backslash
26807 hspace{0pt}
26808 \backslash
26809 textsf{
26810 \backslash
26811 textbf{
26812 \backslash
26813 underbar{Attention!}}}%
26814 \begin_inset Newline newline
26815 \end_inset
26816
26817
26818 \begin_inset Phantom HPhantom
26819 status open
26820
26821 \begin_layout Plain Layout
26822
26823 \series bold
26824 \begin_inset space ~
26825 \end_inset
26826
26827
26828 \end_layout
26829
26830 \end_inset
26831
26832
26833 \backslash
26834 vspace{1.5mm}
26835 \backslash
26836
26837 \backslash
26838 #1}}
26839 \end_layout
26840
26841 \begin_layout Standard
26842
26843 \family roman
26844 \series medium
26845 \begin_inset ERT
26846 status collapsed
26847
26848 \begin_layout Plain Layout
26849
26850
26851 \backslash
26852 let
26853 \backslash
26854 myMarginpar
26855 \backslash
26856 marginpar
26857 \end_layout
26858
26859 \begin_layout Plain Layout
26860
26861
26862 \backslash
26863 renewcommand{
26864 \backslash
26865 marginpar}[1]{
26866 \backslash
26867 myMarginpar{%
26868 \end_layout
26869
26870 \begin_layout Plain Layout
26871
26872    
26873 \backslash
26874 textsf{
26875 \backslash
26876 textbf{
26877 \backslash
26878 underbar{Attention!}}}%
26879 \end_layout
26880
26881 \begin_layout Plain Layout
26882
26883    
26884 \backslash
26885 vspace{1.5mm}
26886 \backslash
26887
26888 \backslash
26889 #1}}
26890 \end_layout
26891
26892 \end_inset
26893
26894
26895 \begin_inset Marginal
26896 status open
26897
26898 \begin_layout Plain Layout
26899 This is a margin note with a defined heading.
26900 \end_layout
26901
26902 \end_inset
26903
26904
26905 \family default
26906 \series default
26907
26908 \begin_inset ERT
26909 status collapsed
26910
26911 \begin_layout Plain Layout
26912
26913 [-1.5cm]
26914 \end_layout
26915
26916 \end_inset
26917
26918
26919 \family roman
26920 \series medium
26921
26922 \begin_inset ERT
26923 status collapsed
26924
26925 \begin_layout Plain Layout
26926
26927
26928 \backslash
26929 renewcommand{
26930 \backslash
26931 marginpar}[1]{
26932 \backslash
26933 myMarginpar{#1}}
26934 \end_layout
26935
26936 \end_inset
26937
26938
26939 \family default
26940 \series default
26941
26942 \begin_inset Note Note
26943 status collapsed
26944
26945 \begin_layout Plain Layout
26946 The margin note format is changed only for this example.
26947 \end_layout
26948
26949 \end_inset
26950
26951
26952 \end_layout
26953
26954 \begin_layout Standard
26955 \begin_inset ERT
26956 status collapsed
26957
26958 \begin_layout Plain Layout
26959
26960
26961 \backslash
26962 else
26963 \end_layout
26964
26965 \end_inset
26966
26967
26968 \begin_inset Note Note
26969 status open
26970
26971 \begin_layout Plain Layout
26972 The following will be displayed when the LaTeX-package 
26973 \series bold
26974 marginnote
26975 \series default
26976  is not installed:
26977 \end_layout
26978
26979 \end_inset
26980
26981
26982 \end_layout
26983
26984 \begin_layout Standard
26985 You need to install the LaTeX-package 
26986 \series bold
26987 marginnote
26988 \series default
26989  to see the following part of this section in the output.
26990 \end_layout
26991
26992 \begin_layout Standard
26993 \begin_inset ERT
26994 status collapsed
26995
26996 \begin_layout Plain Layout
26997
26998
26999 \backslash
27000 fi
27001 \end_layout
27002
27003 \end_inset
27004
27005
27006 \end_layout
27007
27008 \begin_layout Chapter
27009 Boxes
27010 \end_layout
27011
27012 \begin_layout Section
27013 Introduction
27014 \begin_inset Index idx
27015 status collapsed
27016
27017 \begin_layout Plain Layout
27018 Boxes ! Introduction
27019 \end_layout
27020
27021 \end_inset
27022
27023
27024 \end_layout
27025
27026 \begin_layout Standard
27027 Boxes are used to format a block of text.
27028  Boxes can be used to write documents with multiple languages, see section
27029 \begin_inset space ~
27030 \end_inset
27031
27032
27033 \begin_inset CommandInset ref
27034 LatexCommand ref
27035 reference "sec:Minipages"
27036
27037 \end_inset
27038
27039 , to frame texts, see section
27040 \begin_inset space ~
27041 \end_inset
27042
27043
27044 \begin_inset CommandInset ref
27045 LatexCommand ref
27046 reference "sec:Decoration"
27047
27048 \end_inset
27049
27050 , to prevent words from being hyphenated, see section
27051 \begin_inset space ~
27052 \end_inset
27053
27054
27055 \begin_inset CommandInset ref
27056 LatexCommand ref
27057 reference "sec:Prevent-Hyphenation"
27058
27059 \end_inset
27060
27061 , to align text, see section
27062 \begin_inset space ~
27063 \end_inset
27064
27065
27066 \begin_inset CommandInset ref
27067 LatexCommand ref
27068 reference "sub:Vertical-Alignment"
27069
27070 \end_inset
27071
27072 , or to set the background color of texts, see section
27073 \begin_inset space ~
27074 \end_inset
27075
27076
27077 \begin_inset CommandInset ref
27078 LatexCommand ref
27079 reference "sec:Colored-Boxes"
27080
27081 \end_inset
27082
27083 .
27084 \end_layout
27085
27086 \begin_layout Standard
27087 Boxes can be inserted with the menu 
27088 \family sans
27089 Insert\SpecialChar \menuseparator
27090 Box
27091 \family default
27092  or the toolbar button 
27093 \begin_inset Graphics
27094         filename ../images/box-insert.png
27095         scale 85
27096         scaleBeforeRotation
27097
27098 \end_inset
27099
27100 .
27101  A grey box with the label 
27102 \family sans
27103 Box (Minipage)
27104 \family default
27105
27106 \begin_inset Graphics
27107         filename clipart/BoxInsetDefaultQt4.png
27108         scale 85
27109         scaleBeforeRotation
27110
27111 \end_inset
27112
27113  will be inserted.
27114  The box type can be specified by right-clicking on the box and selecting
27115  
27116 \family sans
27117 Settings
27118 \family default
27119 .
27120  The box dialog offers the 
27121 \family sans
27122 Inner
27123 \begin_inset space ~
27124 \end_inset
27125
27126 Box
27127 \family default
27128  types 
27129 \family sans
27130 Parbox
27131 \family default
27132  and 
27133 \family sans
27134 Minipage
27135 \family default
27136 .
27137  The type 
27138 \family sans
27139 Minipage
27140 \family default
27141  is the default for new boxes and is explained in section
27142 \begin_inset space ~
27143 \end_inset
27144
27145
27146 \begin_inset CommandInset ref
27147 LatexCommand ref
27148 reference "sec:Minipages"
27149
27150 \end_inset
27151
27152 ; the type 
27153 \family sans
27154 Parbox
27155 \family default
27156  is described in section
27157 \begin_inset space ~
27158 \end_inset
27159
27160
27161 \begin_inset CommandInset ref
27162 LatexCommand ref
27163 reference "sec:Parboxes"
27164
27165 \end_inset
27166
27167 .
27168 \end_layout
27169
27170 \begin_layout Standard
27171 Boxes are not numbered and can therefore not be referenced like floats or
27172  footnotes.
27173 \end_layout
27174
27175 \begin_layout Standard
27176 \begin_inset Note Greyedout
27177 status open
27178
27179 \begin_layout Plain Layout
27180
27181 \series bold
27182 Note:
27183 \series default
27184  Boxes must not be the item in an 
27185 \family sans
27186 Itemize
27187 \family default
27188  or 
27189 \family sans
27190 Description
27191 \family default
27192  environment.
27193 \end_layout
27194
27195 \end_inset
27196
27197
27198 \end_layout
27199
27200 \begin_layout Standard
27201 \begin_inset Note Greyedout
27202 status open
27203
27204 \begin_layout Plain Layout
27205
27206 \series bold
27207 Note:
27208 \series default
27209  For an unknown reason you can only set the 
27210 \family sans
27211 Inner
27212 \begin_inset space ~
27213 \end_inset
27214
27215 Box
27216 \family default
27217  type to 
27218 \family sans
27219 None
27220 \family default
27221  when you use a framed box.
27222  Boxes without an 
27223 \family sans
27224 Inner
27225 \begin_inset space ~
27226 \end_inset
27227
27228 Box
27229 \family default
27230  type and without frames are explained in section
27231 \begin_inset space ~
27232 \end_inset
27233
27234
27235 \begin_inset CommandInset ref
27236 LatexCommand ref
27237 reference "sec:Prevent-Hyphenation"
27238
27239 \end_inset
27240
27241 .
27242 \end_layout
27243
27244 \end_inset
27245
27246
27247 \end_layout
27248
27249 \begin_layout Section
27250 Box Dialog
27251 \begin_inset CommandInset label
27252 LatexCommand label
27253 name "sec:Box-Dialog"
27254
27255 \end_inset
27256
27257
27258 \begin_inset Index idx
27259 status collapsed
27260
27261 \begin_layout Plain Layout
27262 Boxes ! Box Dialog
27263 \end_layout
27264
27265 \end_inset
27266
27267
27268 \end_layout
27269
27270 \begin_layout Subsection
27271 Size
27272 \begin_inset Index idx
27273 status collapsed
27274
27275 \begin_layout Plain Layout
27276 Boxes ! Size
27277 \end_layout
27278
27279 \end_inset
27280
27281
27282 \end_layout
27283
27284 \begin_layout Standard
27285 In the box dialog you can adjust the box geometry in the fields 
27286 \family sans
27287 Width
27288 \family default
27289  and 
27290 \family sans
27291 Height
27292 \family default
27293 .
27294  The available units for the geometry are explained in Table
27295 \begin_inset space ~
27296 \end_inset
27297
27298
27299 \begin_inset CommandInset ref
27300 LatexCommand ref
27301 reference "tab:Units"
27302
27303 \end_inset
27304
27305 .
27306  The field 
27307 \family sans
27308 Height
27309 \family default
27310  offers the following additional sizes:
27311 \end_layout
27312
27313 \begin_layout Description
27314 Depth This is the plain text 
27315 \begin_inset Quotes eld
27316 \end_inset
27317
27318 height
27319 \begin_inset Quotes erd
27320 \end_inset
27321
27322 .
27323  It ignores the total depth when there are multiple text lines in the box:
27324 \begin_inset Newline newline
27325 \end_inset
27326
27327
27328 \begin_inset Newline newline
27329 \end_inset
27330
27331
27332 \begin_inset Newline newline
27333 \end_inset
27334
27335
27336 \begin_inset Box Boxed
27337 position "c"
27338 hor_pos "c"
27339 has_inner_box 1
27340 inner_pos "c"
27341 use_parbox 0
27342 use_makebox 0
27343 width "12col%"
27344 special "none"
27345 height "1in"
27346 height_special "depth"
27347 status collapsed
27348
27349 \begin_layout Plain Layout
27350 \align center
27351 Box height set to 1
27352 \begin_inset space \thinspace{}
27353 \end_inset
27354
27355 Depth
27356 \end_layout
27357
27358 \end_inset
27359
27360
27361 \begin_inset Newline newline
27362 \end_inset
27363
27364
27365 \begin_inset Newline newline
27366 \end_inset
27367
27368
27369 \end_layout
27370
27371 \begin_layout Description
27372 Height This is the height of the text that is inside the box.
27373  A value of e.
27374 \begin_inset space \thinspace{}
27375 \end_inset
27376
27377 g.
27378 \begin_inset space \space{}
27379 \end_inset
27380
27381 2 for this size will set the box height to 2
27382 \begin_inset space ~
27383 \end_inset
27384
27385 times the text height: 
27386 \begin_inset Box Boxed
27387 position "c"
27388 hor_pos "c"
27389 has_inner_box 1
27390 inner_pos "c"
27391 use_parbox 0
27392 use_makebox 0
27393 width "20col%"
27394 special "none"
27395 height "2in"
27396 height_special "height"
27397 status collapsed
27398
27399 \begin_layout Plain Layout
27400 \align center
27401 Box height set to 2
27402 \begin_inset space \thinspace{}
27403 \end_inset
27404
27405 Height
27406 \end_layout
27407
27408 \end_inset
27409
27410
27411 \end_layout
27412
27413 \begin_layout Description
27414 Total
27415 \begin_inset space ~
27416 \end_inset
27417
27418 Height This is the Height
27419 \begin_inset space \thinspace{}
27420 \end_inset
27421
27422 +
27423 \begin_inset space \thinspace{}
27424 \end_inset
27425
27426 Depth: 
27427 \begin_inset Box Boxed
27428 position "c"
27429 hor_pos "c"
27430 has_inner_box 1
27431 inner_pos "c"
27432 use_parbox 0
27433 use_makebox 0
27434 width "20col%"
27435 special "none"
27436 height "1in"
27437 height_special "totalheight"
27438 status collapsed
27439
27440 \begin_layout Plain Layout
27441 \align center
27442 Box height set to 1
27443 \begin_inset space \thinspace{}
27444 \end_inset
27445
27446 Total
27447 \begin_inset space ~
27448 \end_inset
27449
27450 Height
27451 \end_layout
27452
27453 \end_inset
27454
27455
27456 \end_layout
27457
27458 \begin_layout Description
27459 Width This sets the width of the box as height: 
27460 \begin_inset Box Boxed
27461 position "c"
27462 hor_pos "c"
27463 has_inner_box 1
27464 inner_pos "c"
27465 use_parbox 0
27466 use_makebox 0
27467 width "12col%"
27468 special "none"
27469 height "1in"
27470 height_special "width"
27471 status collapsed
27472
27473 \begin_layout Plain Layout
27474 \align center
27475 Box height set to 1
27476 \begin_inset space \thinspace{}
27477 \end_inset
27478
27479 Width
27480 \end_layout
27481
27482 \end_inset
27483
27484
27485 \end_layout
27486
27487 \begin_layout Subsection
27488 Alignment
27489 \begin_inset Index idx
27490 status collapsed
27491
27492 \begin_layout Plain Layout
27493 Boxes ! Alignment
27494 \end_layout
27495
27496 \end_inset
27497
27498
27499 \end_layout
27500
27501 \begin_layout Standard
27502 When you have chosen an 
27503 \family sans
27504 Inner
27505 \begin_inset space ~
27506 \end_inset
27507
27508 Box
27509 \family default
27510 , the vertical box alignment can be:
27511 \end_layout
27512
27513 \begin_layout Description
27514 Top This is an example text line.
27515  
27516 \begin_inset Box Boxed
27517 position "t"
27518 hor_pos "c"
27519 has_inner_box 1
27520 inner_pos "c"
27521 use_parbox 0
27522 use_makebox 0
27523 width "12col%"
27524 special "none"
27525 height "1in"
27526 height_special "totalheight"
27527 status collapsed
27528
27529 \begin_layout Plain Layout
27530 \align center
27531 This box is top-aligned.
27532 \end_layout
27533
27534 \end_inset
27535
27536  This is an example text line.
27537 \end_layout
27538
27539 \begin_layout Description
27540 Middle This is an example text line.
27541  
27542 \begin_inset Box Boxed
27543 position "c"
27544 hor_pos "c"
27545 has_inner_box 1
27546 inner_pos "c"
27547 use_parbox 0
27548 use_makebox 0
27549 width "12col%"
27550 special "none"
27551 height "1in"
27552 height_special "totalheight"
27553 status collapsed
27554
27555 \begin_layout Plain Layout
27556 \align center
27557 This box is middle-aligned.
27558 \end_layout
27559
27560 \end_inset
27561
27562  This is an example text line.
27563 \end_layout
27564
27565 \begin_layout Description
27566 Bottom This is an example text line.
27567  
27568 \begin_inset Box Boxed
27569 position "b"
27570 hor_pos "c"
27571 has_inner_box 1
27572 inner_pos "c"
27573 use_parbox 0
27574 use_makebox 0
27575 width "12col%"
27576 special "none"
27577 height "1in"
27578 height_special "totalheight"
27579 status collapsed
27580
27581 \begin_layout Plain Layout
27582 \align center
27583 This box is bottom-aligned.
27584 \end_layout
27585
27586 \end_inset
27587
27588  This is an example text line.
27589 \end_layout
27590
27591 \begin_layout Standard
27592 \begin_inset Note Greyedout
27593 status open
27594
27595 \begin_layout Plain Layout
27596
27597 \series bold
27598 Note:
27599 \series default
27600  The vertical box alignment can be lost in the output when you have two
27601  boxes in a line and one has e.
27602 \begin_inset space \thinspace{}
27603 \end_inset
27604
27605 g.
27606 \begin_inset space \space{}
27607 \end_inset
27608
27609 a shadow and the other one not.
27610 \end_layout
27611
27612 \end_inset
27613
27614
27615 \end_layout
27616
27617 \begin_layout Standard
27618 The horizontal box alignment can be set via LyX's paragraph dialog when
27619  you set the box into its own paragraph.
27620 \end_layout
27621
27622 \begin_layout Standard
27623 \begin_inset VSpace bigskip
27624 \end_inset
27625
27626 When you have chosen an 
27627 \family sans
27628 Inner
27629 \begin_inset space ~
27630 \end_inset
27631
27632 Box
27633 \family default
27634 , the box content can be aligned vertically to:
27635 \end_layout
27636
27637 \begin_layout Description
27638 top This is an example text line.
27639  
27640 \begin_inset Box Boxed
27641 position "c"
27642 hor_pos "c"
27643 has_inner_box 1
27644 inner_pos "t"
27645 use_parbox 0
27646 use_makebox 0
27647 width "12col%"
27648 special "none"
27649 height "1.5in"
27650 height_special "totalheight"
27651 status collapsed
27652
27653 \begin_layout Plain Layout
27654 \align center
27655 This box text is top-aligned.
27656 \end_layout
27657
27658 \end_inset
27659
27660  This is an example text line.
27661 \end_layout
27662
27663 \begin_layout Description
27664 middle This is an example text line.
27665  
27666 \begin_inset Box Boxed
27667 position "c"
27668 hor_pos "c"
27669 has_inner_box 1
27670 inner_pos "c"
27671 use_parbox 0
27672 use_makebox 0
27673 width "12col%"
27674 special "none"
27675 height "1.5in"
27676 height_special "totalheight"
27677 status collapsed
27678
27679 \begin_layout Plain Layout
27680 \align center
27681 This box text is middle-aligned.
27682 \end_layout
27683
27684 \end_inset
27685
27686  This is an example text line.
27687 \end_layout
27688
27689 \begin_layout Description
27690 bottom This is an example text line.
27691  
27692 \begin_inset Box Boxed
27693 position "c"
27694 hor_pos "c"
27695 has_inner_box 1
27696 inner_pos "b"
27697 use_parbox 0
27698 use_makebox 0
27699 width "12col%"
27700 special "none"
27701 height "1.5in"
27702 height_special "totalheight"
27703 status collapsed
27704
27705 \begin_layout Plain Layout
27706 \align center
27707 This box text is bottom-aligned.
27708 \end_layout
27709
27710 \end_inset
27711
27712  This is an example text line.
27713 \end_layout
27714
27715 \begin_layout Description
27716 stretch This is an example text line.
27717  
27718 \begin_inset Box Boxed
27719 position "c"
27720 hor_pos "c"
27721 has_inner_box 1
27722 inner_pos "s"
27723 use_parbox 0
27724 use_makebox 0
27725 width "12col%"
27726 special "none"
27727 height "1.5in"
27728 height_special "totalheight"
27729 status collapsed
27730
27731 \begin_layout Plain Layout
27732 \align center
27733 This box
27734 \end_layout
27735
27736 \begin_layout Plain Layout
27737 \align center
27738 text is
27739 \end_layout
27740
27741 \begin_layout Plain Layout
27742 \align center
27743 stretched.
27744 \end_layout
27745
27746 \end_inset
27747
27748  This is an example text line.
27749 \end_layout
27750
27751 \begin_layout Standard
27752 To stretch the box content, it must consist of more than one paragraph.
27753  In the example above every text line is in an own paragraph.
27754 \end_layout
27755
27756 \begin_layout Standard
27757 \begin_inset VSpace bigskip
27758 \end_inset
27759
27760 To align the box content horizontally you can use LyX's paragraph dialog
27761  when you have chosen an 
27762 \family sans
27763 Inner
27764 \begin_inset space ~
27765 \end_inset
27766
27767 Box
27768 \family default
27769 .
27770 \end_layout
27771
27772 \begin_layout Standard
27773 \align center
27774 \begin_inset Box Boxed
27775 position "c"
27776 hor_pos "c"
27777 has_inner_box 1
27778 inner_pos "s"
27779 use_parbox 0
27780 use_makebox 0
27781 width "15col%"
27782 special "none"
27783 height "1.25in"
27784 height_special "totalheight"
27785 status collapsed
27786
27787 \begin_layout Plain Layout
27788 \align left
27789 This box
27790 \end_layout
27791
27792 \begin_layout Plain Layout
27793 \align center
27794 text is
27795 \end_layout
27796
27797 \begin_layout Plain Layout
27798 \align right
27799 stretched.
27800 \end_layout
27801
27802 \end_inset
27803
27804
27805 \end_layout
27806
27807 \begin_layout Standard
27808 If you have not set an 
27809 \family sans
27810 Inner
27811 \begin_inset space ~
27812 \end_inset
27813
27814 Box
27815 \family default
27816 , you can align the box content horizontally in the box dialog.
27817 \end_layout
27818
27819 \begin_layout Standard
27820 \align center
27821 \begin_inset Box Boxed
27822 position "c"
27823 hor_pos "s"
27824 has_inner_box 0
27825 inner_pos "s"
27826 use_parbox 0
27827 use_makebox 0
27828 width "90col%"
27829 special "none"
27830 height "1.25in"
27831 height_special "totalheight"
27832 status collapsed
27833
27834 \begin_layout Plain Layout
27835 \align left
27836 This box text is horizontally stretched.
27837 \end_layout
27838
27839 \end_inset
27840
27841
27842 \end_layout
27843
27844 \begin_layout Subsection
27845 Decoration
27846 \begin_inset CommandInset label
27847 LatexCommand label
27848 name "sec:Decoration"
27849
27850 \end_inset
27851
27852
27853 \begin_inset Index idx
27854 status collapsed
27855
27856 \begin_layout Plain Layout
27857 Boxes ! Decoration
27858 \end_layout
27859
27860 \end_inset
27861
27862
27863 \end_layout
27864
27865 \begin_layout Standard
27866 The type of the box can be specified in the box dialog in the drop-down
27867  list 
27868 \family sans
27869 Decoration
27870 \family default
27871 .
27872  The following types are possible:
27873 \end_layout
27874
27875 \begin_layout Description
27876 Simple
27877 \begin_inset space ~
27878 \end_inset
27879
27880 rectangular
27881 \begin_inset space ~
27882 \end_inset
27883
27884 frame This draws a rectangular frame around the box.
27885  The frame line thickness has the size of 
27886 \series bold
27887
27888 \backslash
27889 fboxrule
27890 \series default
27891 .
27892  
27893 \begin_inset Box Boxed
27894 position "c"
27895 hor_pos "c"
27896 has_inner_box 1
27897 inner_pos "c"
27898 use_parbox 0
27899 use_makebox 0
27900 width "20col%"
27901 special "none"
27902 height "1in"
27903 height_special "totalheight"
27904 status collapsed
27905
27906 \begin_layout Plain Layout
27907 \align center
27908 Rectangular box
27909 \end_layout
27910
27911 \end_inset
27912
27913
27914 \end_layout
27915
27916 \begin_layout Description
27917 Allow
27918 \begin_inset space ~
27919 \end_inset
27920
27921 page
27922 \begin_inset space ~
27923 \end_inset
27924
27925 break When you use the decoration 
27926 \family sans
27927 simple rectangular frame
27928 \family default
27929  and no inner box, you can allow page breaks within a box.
27930  Note that then, unlike other framed boxes, the frame always uses the whole
27931  column width, the box is set as its own paragraph, and 
27932 \series bold
27933
27934 \backslash
27935 fboxrule
27936 \series default
27937  and 
27938 \series bold
27939
27940 \backslash
27941 fboxsep
27942 \series default
27943  have no effect on this box type.
27944  The frame line thickness has the size of 
27945 \series bold
27946
27947 \backslash
27948 FrameRule
27949 \series default
27950 .
27951  
27952 \begin_inset Box Framed
27953 position "t"
27954 hor_pos "c"
27955 has_inner_box 0
27956 inner_pos "t"
27957 use_parbox 0
27958 use_makebox 0
27959 width "100col%"
27960 special "none"
27961 height "1in"
27962 height_special "totalheight"
27963 status collapsed
27964
27965 \begin_layout Plain Layout
27966 Allow page break box
27967 \end_layout
27968
27969 \end_inset
27970
27971
27972 \end_layout
27973
27974 \begin_layout Description
27975 Oval
27976 \begin_inset space ~
27977 \end_inset
27978
27979 box,
27980 \begin_inset space ~
27981 \end_inset
27982
27983 thin This draws an oval frame around the box.
27984  The frame line thickness has the size 0.4
27985 \begin_inset space \thinspace{}
27986 \end_inset
27987
27988 pt.
27989  
27990 \begin_inset Box ovalbox
27991 position "c"
27992 hor_pos "c"
27993 has_inner_box 1
27994 inner_pos "c"
27995 use_parbox 0
27996 use_makebox 0
27997 width "20col%"
27998 special "none"
27999 height "1in"
28000 height_special "totalheight"
28001 status collapsed
28002
28003 \begin_layout Plain Layout
28004 \align center
28005 Oval box, thin
28006 \end_layout
28007
28008 \end_inset
28009
28010
28011 \end_layout
28012
28013 \begin_layout Description
28014 Oval
28015 \begin_inset space ~
28016 \end_inset
28017
28018 box,
28019 \begin_inset space ~
28020 \end_inset
28021
28022 thick This draws an oval frame around the box.
28023  The frame line thickness has the size 0.8
28024 \begin_inset space \thinspace{}
28025 \end_inset
28026
28027 pt.
28028  
28029 \begin_inset Box Ovalbox
28030 position "c"
28031 hor_pos "c"
28032 has_inner_box 1
28033 inner_pos "c"
28034 use_parbox 0
28035 use_makebox 0
28036 width "20col%"
28037 special "none"
28038 height "1in"
28039 height_special "totalheight"
28040 status collapsed
28041
28042 \begin_layout Plain Layout
28043 \align center
28044 Oval box, thick
28045 \end_layout
28046
28047 \end_inset
28048
28049
28050 \end_layout
28051
28052 \begin_layout Description
28053 Drop
28054 \begin_inset space ~
28055 \end_inset
28056
28057 shadow This draws a rectangular frame with a shadow around the box.
28058  The frame line thickness has the size of 
28059 \series bold
28060
28061 \backslash
28062 fboxrule
28063 \series default
28064 , the shadow has a width of 4
28065 \begin_inset space \thinspace{}
28066 \end_inset
28067
28068 pt.
28069  
28070 \begin_inset Box Shadowbox
28071 position "c"
28072 hor_pos "c"
28073 has_inner_box 1
28074 inner_pos "c"
28075 use_parbox 0
28076 use_makebox 0
28077 width "20col%"
28078 special "none"
28079 height "1in"
28080 height_special "totalheight"
28081 status collapsed
28082
28083 \begin_layout Plain Layout
28084 \align center
28085 Shadow box
28086 \end_layout
28087
28088 \end_inset
28089
28090
28091 \end_layout
28092
28093 \begin_layout Description
28094 Shaded
28095 \begin_inset space ~
28096 \end_inset
28097
28098 background This draws a box with a red background.
28099  Unlike colored boxes
28100 \begin_inset Foot
28101 status collapsed
28102
28103 \begin_layout Plain Layout
28104 see sec.
28105 \begin_inset space \thinspace{}
28106 \end_inset
28107
28108
28109 \begin_inset CommandInset ref
28110 LatexCommand ref
28111 reference "sec:Colored-Boxes"
28112
28113 \end_inset
28114
28115
28116 \end_layout
28117
28118 \end_inset
28119
28120 , it always uses the whole column width and the box is set as its own paragraph.
28121  
28122 \begin_inset Box Shaded
28123 position "t"
28124 hor_pos "c"
28125 has_inner_box 0
28126 inner_pos "t"
28127 use_parbox 0
28128 use_makebox 0
28129 width "50col%"
28130 special "none"
28131 height "1in"
28132 height_special "totalheight"
28133 status collapsed
28134
28135 \begin_layout Plain Layout
28136 Shaded background box
28137 \end_layout
28138
28139 \end_inset
28140
28141
28142 \end_layout
28143
28144 \begin_layout Description
28145 Double
28146 \begin_inset space ~
28147 \end_inset
28148
28149 rectangular
28150 \begin_inset space ~
28151 \end_inset
28152
28153 frame This draws a double-line rectangular frame around the box.
28154  The line thickness of the inner frame is 0.75
28155 \begin_inset space \thinspace{}
28156 \end_inset
28157
28158
28159 \series bold
28160
28161 \backslash
28162 fboxrule
28163 \series default
28164 , the thickness of the outer frame is 1.5
28165 \begin_inset space \thinspace{}
28166 \end_inset
28167
28168
28169 \series bold
28170
28171 \backslash
28172 fboxrule
28173 \series default
28174 .
28175  The distance between the lines is 1.5
28176 \begin_inset space \thinspace{}
28177 \end_inset
28178
28179
28180 \series bold
28181
28182 \backslash
28183 fboxrule
28184 \series default
28185
28186 \begin_inset space \thinspace{}
28187 \end_inset
28188
28189 +
28190 \begin_inset space \thinspace{}
28191 \end_inset
28192
28193 0.5
28194 \begin_inset space \thinspace{}
28195 \end_inset
28196
28197 pt.
28198  
28199 \begin_inset Box Doublebox
28200 position "c"
28201 hor_pos "c"
28202 has_inner_box 1
28203 inner_pos "c"
28204 use_parbox 0
28205 use_makebox 0
28206 width "20col%"
28207 special "none"
28208 height "1in"
28209 height_special "totalheight"
28210 status collapsed
28211
28212 \begin_layout Plain Layout
28213 \align center
28214 Double rectangular box
28215 \end_layout
28216
28217 \end_inset
28218
28219
28220 \end_layout
28221
28222 \begin_layout Standard
28223 \begin_inset VSpace bigskip
28224 \end_inset
28225
28226 LyX's box label will reflect the different frame types.
28227  To be able to use all types, the LaTeX-package 
28228 \series bold
28229 fancybox
28230 \series default
28231
28232 \begin_inset Index idx
28233 status collapsed
28234
28235 \begin_layout Plain Layout
28236 LaTeX-packages ! fancybox
28237 \end_layout
28238
28239 \end_inset
28240
28241  must be installed.
28242 \end_layout
28243
28244 \begin_layout Section
28245 Box Customization
28246 \begin_inset Index idx
28247 status collapsed
28248
28249 \begin_layout Plain Layout
28250 Boxes ! Customization
28251 \end_layout
28252
28253 \end_inset
28254
28255
28256 \end_layout
28257
28258 \begin_layout Standard
28259 The default value for the size 
28260 \series bold
28261
28262 \backslash
28263 fboxrule
28264 \series default
28265  is 0.4
28266 \begin_inset space \thinspace{}
28267 \end_inset
28268
28269 pt.
28270  It can be changed with the following command in TeX-Code to e.
28271 \begin_inset space \thinspace{}
28272 \end_inset
28273
28274 g.
28275 \begin_inset space \space{}
28276 \end_inset
28277
28278 2
28279 \begin_inset space \thinspace{}
28280 \end_inset
28281
28282 pt:
28283 \end_layout
28284
28285 \begin_layout Standard
28286
28287 \series bold
28288
28289 \backslash
28290 setlength{
28291 \backslash
28292 fboxrule}{2pt}
28293 \end_layout
28294
28295 \begin_layout Standard
28296 \begin_inset ERT
28297 status collapsed
28298
28299 \begin_layout Plain Layout
28300
28301
28302 \backslash
28303 setlength{
28304 \backslash
28305 fboxrule}{2pt}
28306 \end_layout
28307
28308 \end_inset
28309
28310
28311 \begin_inset Box Boxed
28312 position "c"
28313 hor_pos "c"
28314 has_inner_box 1
28315 inner_pos "c"
28316 use_parbox 0
28317 use_makebox 0
28318 width "25col%"
28319 special "none"
28320 height "1in"
28321 height_special "totalheight"
28322 status open
28323
28324 \begin_layout Plain Layout
28325 \align center
28326 Rectangular box with 
28327 \series bold
28328
28329 \backslash
28330 fboxrule
28331 \series default
28332
28333 \begin_inset space \thinspace{}
28334 \end_inset
28335
28336 =
28337 \begin_inset space \thinspace{}
28338 \end_inset
28339
28340 2
28341 \begin_inset space \thinspace{}
28342 \end_inset
28343
28344 pt
28345 \end_layout
28346
28347 \end_inset
28348
28349
28350 \begin_inset ERT
28351 status collapsed
28352
28353 \begin_layout Plain Layout
28354
28355
28356 \backslash
28357 setlength{
28358 \backslash
28359 fboxrule}{0.4pt}
28360 \end_layout
28361
28362 \end_inset
28363
28364
28365 \end_layout
28366
28367 \begin_layout Standard
28368 \begin_inset VSpace bigskip
28369 \end_inset
28370
28371 The space between the frame and the box content is for all frame styles
28372  by default 3
28373 \begin_inset space \thinspace{}
28374 \end_inset
28375
28376 pt.
28377  You can change it by setting the length 
28378 \series bold
28379
28380 \backslash
28381 fboxsep
28382 \series default
28383  to another value.
28384  For example the command
28385 \end_layout
28386
28387 \begin_layout Standard
28388
28389 \series bold
28390
28391 \backslash
28392 setlength{
28393 \backslash
28394 fboxsep}{10pt}
28395 \end_layout
28396
28397 \begin_layout Standard
28398 sets the value to 10
28399 \begin_inset space \thinspace{}
28400 \end_inset
28401
28402 pt, as with the following box:
28403 \end_layout
28404
28405 \begin_layout Standard
28406 \begin_inset ERT
28407 status collapsed
28408
28409 \begin_layout Plain Layout
28410
28411
28412 \backslash
28413 setlength{
28414 \backslash
28415 fboxsep}{10pt}
28416 \end_layout
28417
28418 \end_inset
28419
28420
28421 \begin_inset Box Boxed
28422 position "c"
28423 hor_pos "c"
28424 has_inner_box 1
28425 inner_pos "c"
28426 use_parbox 0
28427 use_makebox 0
28428 width "25col%"
28429 special "none"
28430 height "1in"
28431 height_special "totalheight"
28432 status open
28433
28434 \begin_layout Plain Layout
28435 \align center
28436 Rectangular box with 
28437 \series bold
28438
28439 \backslash
28440 fboxsep
28441 \series default
28442
28443 \begin_inset space \thinspace{}
28444 \end_inset
28445
28446 =
28447 \begin_inset space \thinspace{}
28448 \end_inset
28449
28450 10
28451 \begin_inset space \thinspace{}
28452 \end_inset
28453
28454 pt
28455 \end_layout
28456
28457 \end_inset
28458
28459
28460 \begin_inset ERT
28461 status collapsed
28462
28463 \begin_layout Plain Layout
28464
28465
28466 \backslash
28467 setlength{
28468 \backslash
28469 fboxsep}{3pt}
28470 \end_layout
28471
28472 \end_inset
28473
28474
28475 \end_layout
28476
28477 \begin_layout Standard
28478 \begin_inset VSpace bigskip
28479 \end_inset
28480
28481 The diameter of the round corners of the oval boxes can be set with the
28482  command 
28483 \series bold
28484
28485 \backslash
28486 cornersize
28487 \series default
28488 .
28489  The command
28490 \end_layout
28491
28492 \begin_layout Standard
28493
28494 \series bold
28495
28496 \backslash
28497 cornersize*{1cm}
28498 \end_layout
28499
28500 \begin_layout Standard
28501 sets the diameter to 1
28502 \begin_inset space \thinspace{}
28503 \end_inset
28504
28505 cm.
28506  The command
28507 \end_layout
28508
28509 \begin_layout Standard
28510
28511 \series bold
28512
28513 \backslash
28514 cornersize{num}
28515 \end_layout
28516
28517 \begin_layout Standard
28518 sets the diameter to 
28519 \family sans
28520 num
28521 \begin_inset space \thinspace{}
28522 \end_inset
28523
28524 ×
28525 \begin_inset space \thinspace{}
28526 \end_inset
28527
28528 minimum(width and heigth of box)
28529 \family default
28530 .
28531  The default is 
28532 \series bold
28533
28534 \backslash
28535 cornersize{0.5}
28536 \series default
28537 .
28538 \end_layout
28539
28540 \begin_layout Standard
28541 \begin_inset ERT
28542 status collapsed
28543
28544 \begin_layout Plain Layout
28545
28546
28547 \backslash
28548 cornersize*{1.5cm}
28549 \end_layout
28550
28551 \end_inset
28552
28553
28554 \begin_inset Box Ovalbox
28555 position "c"
28556 hor_pos "c"
28557 has_inner_box 1
28558 inner_pos "c"
28559 use_parbox 0
28560 use_makebox 0
28561 width "25col%"
28562 special "none"
28563 height "1in"
28564 height_special "totalheight"
28565 status open
28566
28567 \begin_layout Plain Layout
28568 \align center
28569 Oval box with 
28570 \series bold
28571
28572 \backslash
28573 cornersize
28574 \series default
28575
28576 \begin_inset space \thinspace{}
28577 \end_inset
28578
28579 =
28580 \begin_inset space \thinspace{}
28581 \end_inset
28582
28583 1.5
28584 \begin_inset space \thinspace{}
28585 \end_inset
28586
28587 cm
28588 \end_layout
28589
28590 \end_inset
28591
28592
28593 \begin_inset ERT
28594 status collapsed
28595
28596 \begin_layout Plain Layout
28597
28598
28599 \backslash
28600 cornersize{0.5}
28601 \end_layout
28602
28603 \end_inset
28604
28605
28606 \end_layout
28607
28608 \begin_layout Standard
28609 \begin_inset VSpace bigskip
28610 \end_inset
28611
28612 The size of the shadow can be adjusted by changing the length 
28613 \series bold
28614
28615 \backslash
28616 shadowsize
28617 \series default
28618 .
28619  It it set to 2
28620 \begin_inset space \thinspace{}
28621 \end_inset
28622
28623 pt for the following box by this command:
28624 \end_layout
28625
28626 \begin_layout Standard
28627
28628 \series bold
28629
28630 \backslash
28631 setlength{
28632 \backslash
28633 shadowsize}{2pt}
28634 \end_layout
28635
28636 \begin_layout Standard
28637 \begin_inset ERT
28638 status collapsed
28639
28640 \begin_layout Plain Layout
28641
28642
28643 \backslash
28644 setlength{
28645 \backslash
28646 shadowsize}{2pt}
28647 \end_layout
28648
28649 \end_inset
28650
28651
28652 \begin_inset Box Shadowbox
28653 position "c"
28654 hor_pos "c"
28655 has_inner_box 1
28656 inner_pos "c"
28657 use_parbox 0
28658 use_makebox 0
28659 width "25col%"
28660 special "none"
28661 height "1in"
28662 height_special "totalheight"
28663 status open
28664
28665 \begin_layout Plain Layout
28666 \align center
28667 Shadow box with 
28668 \series bold
28669
28670 \backslash
28671 shadowsize
28672 \series default
28673
28674 \begin_inset space \thinspace{}
28675 \end_inset
28676
28677 =
28678 \begin_inset space \thinspace{}
28679 \end_inset
28680
28681 2
28682 \begin_inset space \thinspace{}
28683 \end_inset
28684
28685 pt
28686 \end_layout
28687
28688 \end_inset
28689
28690
28691 \begin_inset ERT
28692 status collapsed
28693
28694 \begin_layout Plain Layout
28695
28696
28697 \backslash
28698 setlength{
28699 \backslash
28700 shadowsize}{4pt}
28701 \end_layout
28702
28703 \end_inset
28704
28705
28706 \end_layout
28707
28708 \begin_layout Standard
28709 \begin_inset VSpace bigskip
28710 \end_inset
28711
28712
28713 \end_layout
28714
28715 \begin_layout Standard
28716 The default value for the size 
28717 \series bold
28718
28719 \backslash
28720 FrameRule
28721 \series default
28722  is 0.4
28723 \begin_inset space \thinspace{}
28724 \end_inset
28725
28726 pt.
28727  The default space between the note content and the frame is 9
28728 \begin_inset space \thinspace{}
28729 \end_inset
28730
28731 pt and can be changed with the value of 
28732 \series bold
28733
28734 \backslash
28735 FrameSep
28736 \series default
28737 .
28738  For example the frame appearance of the following 
28739 \family sans
28740 box
28741 \family default
28742  is set with the TeX-Code commands
28743 \end_layout
28744
28745 \begin_layout Standard
28746
28747 \series bold
28748
28749 \backslash
28750 setlength{
28751 \backslash
28752 FrameRule}{5pt}
28753 \begin_inset Newline newline
28754 \end_inset
28755
28756
28757 \backslash
28758 setlength{
28759 \backslash
28760 FrameSep}{0.5cm}
28761 \end_layout
28762
28763 \begin_layout Standard
28764 \begin_inset ERT
28765 status collapsed
28766
28767 \begin_layout Plain Layout
28768
28769
28770 \backslash
28771 setlength{
28772 \backslash
28773 FrameRule}{5pt}
28774 \end_layout
28775
28776 \begin_layout Plain Layout
28777
28778
28779 \backslash
28780 setlength{
28781 \backslash
28782 FrameSep}{0.5cm}
28783 \end_layout
28784
28785 \end_inset
28786
28787
28788 \begin_inset Box Framed
28789 position "t"
28790 hor_pos "c"
28791 has_inner_box 0
28792 inner_pos "t"
28793 use_parbox 0
28794 use_makebox 0
28795 width "100col%"
28796 special "none"
28797 height "1in"
28798 height_special "totalheight"
28799 status open
28800
28801 \begin_layout Plain Layout
28802 This is text in an 
28803 \family sans
28804 allow page break
28805 \family default
28806  box.
28807 \end_layout
28808
28809 \end_inset
28810
28811
28812 \begin_inset ERT
28813 status collapsed
28814
28815 \begin_layout Plain Layout
28816
28817
28818 \backslash
28819 setlength{
28820 \backslash
28821 FrameRule}{0.4pt}
28822 \end_layout
28823
28824 \begin_layout Plain Layout
28825
28826
28827 \backslash
28828 setlength{
28829 \backslash
28830 FrameSep}{9pt}
28831 \end_layout
28832
28833 \end_inset
28834
28835
28836 \end_layout
28837
28838 \begin_layout Standard
28839 \begin_inset VSpace bigskip
28840 \end_inset
28841
28842
28843 \end_layout
28844
28845 \begin_layout Standard
28846 For 
28847 \family sans
28848 shaded background
28849 \family default
28850  boxes the default space between the box content and the box border is 3
28851 \begin_inset space \thinspace{}
28852 \end_inset
28853
28854 pt and can be changed with the value of 
28855 \series bold
28856
28857 \backslash
28858 fboxsep
28859 \series default
28860 .
28861  The default background color red can either be changed locally with the
28862  command 
28863 \series bold
28864
28865 \backslash
28866 definecolor{shadecolor}
28867 \series default
28868  or globally with the menu 
28869 \family sans
28870 Tools\SpecialChar \menuseparator
28871 Preferences\SpecialChar \menuseparator
28872 Colors\SpecialChar \menuseparator
28873 shaded
28874 \begin_inset space ~
28875 \end_inset
28876
28877 box
28878 \family default
28879 .
28880  The scheme of the 
28881 \series bold
28882
28883 \backslash
28884 definecolor
28885 \series default
28886  command is explained in section
28887 \begin_inset space ~
28888 \end_inset
28889
28890
28891 \begin_inset CommandInset ref
28892 LatexCommand ref
28893 reference "sec:Colored-Tables"
28894
28895 \end_inset
28896
28897 .
28898 \begin_inset Foot
28899 status collapsed
28900
28901 \begin_layout Plain Layout
28902 Note that 
28903 \series bold
28904
28905 \backslash
28906 definecolor
28907 \series default
28908  requires the LaTeX-package 
28909 \series bold
28910 color
28911 \series default
28912  in the preamble, see section
28913 \begin_inset space ~
28914 \end_inset
28915
28916
28917 \begin_inset CommandInset ref
28918 LatexCommand ref
28919 reference "sec:Colored-Boxes"
28920
28921 \end_inset
28922
28923 .
28924 \end_layout
28925
28926 \end_inset
28927
28928  For example the appearance of the following shaded background box is set
28929  with the TeX-Code commands
28930 \end_layout
28931
28932 \begin_layout Standard
28933
28934 \series bold
28935
28936 \backslash
28937 setlength{
28938 \backslash
28939 fboxsep}{0.5cm}
28940 \series default
28941
28942 \begin_inset Newline newline
28943 \end_inset
28944
28945
28946 \series bold
28947
28948 \backslash
28949 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28950 \end_layout
28951
28952 \begin_layout Standard
28953 \begin_inset ERT
28954 status collapsed
28955
28956 \begin_layout Plain Layout
28957
28958
28959 \backslash
28960 setlength{
28961 \backslash
28962 fboxsep}{0.5cm}
28963 \end_layout
28964
28965 \begin_layout Plain Layout
28966
28967
28968 \backslash
28969 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28970 \end_layout
28971
28972 \end_inset
28973
28974
28975 \begin_inset Box Shaded
28976 position "t"
28977 hor_pos "c"
28978 has_inner_box 0
28979 inner_pos "t"
28980 use_parbox 0
28981 use_makebox 0
28982 width "100col%"
28983 special "none"
28984 height "1in"
28985 height_special "totalheight"
28986 status open
28987
28988 \begin_layout Plain Layout
28989
28990 \color yellow
28991 This is yellow text in a
28992 \color none
28993  
28994 \family sans
28995 \color yellow
28996 shaded background
28997 \family default
28998 \color none
28999  
29000 \color yellow
29001 box with dark green background.
29002 \end_layout
29003
29004 \end_inset
29005
29006
29007 \begin_inset ERT
29008 status collapsed
29009
29010 \begin_layout Plain Layout
29011
29012
29013 \backslash
29014 setlength{
29015 \backslash
29016 fboxsep}{3pt}
29017 \end_layout
29018
29019 \begin_layout Plain Layout
29020
29021
29022 \backslash
29023 definecolor{shadecolor}{rgb}{1,0,0}
29024 \end_layout
29025
29026 \end_inset
29027
29028
29029 \end_layout
29030
29031 \begin_layout Standard
29032 \begin_inset VSpace bigskip
29033 \end_inset
29034
29035 Changed lengths and widths are valid for all boxes following the commands
29036  that change them.
29037 \end_layout
29038
29039 \begin_layout Section
29040 Minipages
29041 \begin_inset CommandInset label
29042 LatexCommand label
29043 name "sec:Minipages"
29044
29045 \end_inset
29046
29047
29048 \begin_inset Index idx
29049 status collapsed
29050
29051 \begin_layout Plain Layout
29052 Boxes ! Minipages
29053 \end_layout
29054
29055 \end_inset
29056
29057
29058 \end_layout
29059
29060 \begin_layout Standard
29061 Minipages are treated by LaTeX as pages within pages and can therefore for
29062  example have their own footnotes.
29063 \end_layout
29064
29065 \begin_layout Standard
29066 Minipages are useful when you write documents with different languages.
29067 \end_layout
29068
29069 \begin_layout Standard
29070 Below are two example minipages side by side.
29071  Their width is set to 45
29072 \begin_inset space \thinspace{}
29073 \end_inset
29074
29075 col% and they are separated by a horizontal fill, that was inserted via
29076  the menu 
29077 \family sans
29078 Insert\SpecialChar \menuseparator
29079 Special
29080 \begin_inset space ~
29081 \end_inset
29082
29083 Formatting\SpecialChar \menuseparator
29084 Horizontal
29085 \begin_inset space ~
29086 \end_inset
29087
29088 Fill
29089 \family default
29090 .
29091 \begin_inset Newpage newpage
29092 \end_inset
29093
29094
29095 \end_layout
29096
29097 \begin_layout Standard
29098 \begin_inset Box Frameless
29099 position "t"
29100 hor_pos "c"
29101 has_inner_box 1
29102 inner_pos "c"
29103 use_parbox 0
29104 use_makebox 0
29105 width "45col%"
29106 special "none"
29107 height "1in"
29108 height_special "totalheight"
29109 status open
29110
29111 \begin_layout Plain Layout
29112
29113 \lang german
29114 Dies ist ein deutscher Text.
29115  Dies ist ein deutscher Text.
29116  Dies ist ein deutscher Text.
29117  Dies ist ein deutscher Text.
29118  Dies ist ein deutscher Text.
29119  Dies ist ein deutscher Text.
29120  Dies ist ein deutscher Text.
29121  Dies ist ein deutscher Text.
29122  Dies ist ein deutscher Text.
29123  Dies ist ein deutscher Text.
29124  Dies ist ein deutscher Text.
29125  Dies ist ein deutscher Text.
29126  Dies ist ein deutscher Text
29127 \begin_inset Foot
29128 status collapsed
29129
29130 \begin_layout Plain Layout
29131
29132 \lang german
29133 Dies ist eine deutsche Fußnote.
29134 \end_layout
29135
29136 \end_inset
29137
29138 .
29139  Dies ist ein deutscher Text.
29140  Dies ist ein deutscher Text.
29141 \end_layout
29142
29143 \end_inset
29144
29145
29146 \begin_inset space \hfill{}
29147 \end_inset
29148
29149
29150 \begin_inset Box Frameless
29151 position "t"
29152 hor_pos "c"
29153 has_inner_box 1
29154 inner_pos "c"
29155 use_parbox 0
29156 use_makebox 0
29157 width "45col%"
29158 special "none"
29159 height "1in"
29160 height_special "totalheight"
29161 status open
29162
29163 \begin_layout Plain Layout
29164 This is an English Text.
29165  This is an English Text.
29166  This is an English Text.
29167  This is an English Text.
29168  This is an English Text.
29169  This is an English Text.
29170  This is an English Text.
29171  This is an English Text.
29172  This is an English Text.
29173  This is an English Text.
29174  This is an English Text.
29175  This is an English Text.
29176  This is an English Text.
29177  This is an English Text.
29178  This is an English Text.
29179  This is an English Text.
29180 \begin_inset Foot
29181 status collapsed
29182
29183 \begin_layout Plain Layout
29184 This is an English footnote.
29185 \end_layout
29186
29187 \end_inset
29188
29189  This is an English Text.
29190  
29191 \end_layout
29192
29193 \end_inset
29194
29195
29196 \end_layout
29197
29198 \begin_layout Standard
29199 \begin_inset VSpace bigskip
29200 \end_inset
29201
29202 The document-wide paragraph settings are ignored within minipages.
29203  That means that there will be no space between paragraphs in minipages
29204  although you set it to e.
29205 \begin_inset space \thinspace{}
29206 \end_inset
29207
29208 g.
29209 \begin_inset space \space{}
29210 \end_inset
29211
29212
29213 \family sans
29214 MedSkip
29215 \family default
29216  in the document settings.
29217 \end_layout
29218
29219 \begin_layout Standard
29220 Minipages can also be used to set a background color for text parts, see
29221  section
29222 \begin_inset space ~
29223 \end_inset
29224
29225
29226 \begin_inset CommandInset ref
29227 LatexCommand ref
29228 reference "sub:Color-for-Paragraphs"
29229
29230 \end_inset
29231
29232 .
29233 \end_layout
29234
29235 \begin_layout Standard
29236 \begin_inset Note Greyedout
29237 status open
29238
29239 \begin_layout Plain Layout
29240
29241 \series bold
29242 Note:
29243 \series default
29244  You cannot have floats or margin notes inside minipages but minipages can
29245  be used inside tables, floats, and other boxes.
29246 \end_layout
29247
29248 \end_inset
29249
29250
29251 \end_layout
29252
29253 \begin_layout Section
29254 Parboxes
29255 \begin_inset CommandInset label
29256 LatexCommand label
29257 name "sec:Parboxes"
29258
29259 \end_inset
29260
29261
29262 \begin_inset Index idx
29263 status collapsed
29264
29265 \begin_layout Plain Layout
29266 Boxes ! Parboxes
29267 \end_layout
29268
29269 \end_inset
29270
29271
29272 \end_layout
29273
29274 \begin_layout Standard
29275 Parboxes are very similar to minipages with the difference that they cannot
29276  have footnotes, because minipages, unlike parboxes, are not real boxes
29277  but LaTeX-environments.
29278 \end_layout
29279
29280 \begin_layout Standard
29281 \align center
29282 \begin_inset Box Frameless
29283 position "t"
29284 hor_pos "c"
29285 has_inner_box 1
29286 inner_pos "t"
29287 use_parbox 1
29288 use_makebox 0
29289 width "33col%"
29290 special "none"
29291 height "1in"
29292 height_special "totalheight"
29293 status collapsed
29294
29295 \begin_layout Plain Layout
29296 This a text within a parbox.
29297  This a text within a parbox.
29298 \end_layout
29299
29300 \begin_layout Plain Layout
29301 This footnote won't appear:
29302 \begin_inset Foot
29303 status collapsed
29304
29305 \begin_layout Plain Layout
29306 This footnote is inside a parbox and will therefore not appear.
29307 \end_layout
29308
29309 \end_inset
29310
29311
29312 \end_layout
29313
29314 \end_inset
29315
29316
29317 \end_layout
29318
29319 \begin_layout Section
29320 Boxes for Words and Characters
29321 \begin_inset Index idx
29322 status collapsed
29323
29324 \begin_layout Plain Layout
29325 Boxes ! for Characters
29326 \end_layout
29327
29328 \end_inset
29329
29330
29331 \end_layout
29332
29333 \begin_layout Subsection
29334 Prevent Hyphenation
29335 \begin_inset CommandInset label
29336 LatexCommand label
29337 name "sec:Prevent-Hyphenation"
29338
29339 \end_inset
29340
29341
29342 \begin_inset Index idx
29343 status collapsed
29344
29345 \begin_layout Plain Layout
29346 Boxes ! to Prevent Hyphenation
29347 \end_layout
29348
29349 \end_inset
29350
29351
29352 \end_layout
29353
29354 \begin_layout Standard
29355 You can use a special kind of box to prevent words or text from being hyphenated.
29356 \begin_inset Newline newline
29357 \end_inset
29358
29359 Here is an example text:
29360 \end_layout
29361
29362 \begin_layout Standard
29363 This line is an example to show how you can prevent the hyphenation of 
29364 \begin_inset Quotes eld
29365 \end_inset
29366
29367 veryverylongword
29368 \begin_inset Quotes erd
29369 \end_inset
29370
29371 .
29372 \end_layout
29373
29374 \begin_layout Standard
29375 To prevent the hyphenation of the word 
29376 \begin_inset Quotes eld
29377 \end_inset
29378
29379 veryverylongword
29380 \begin_inset Quotes erd
29381 \end_inset
29382
29383 , add the command
29384 \end_layout
29385
29386 \begin_layout Standard
29387
29388 \series bold
29389
29390 \backslash
29391 mbox{
29392 \end_layout
29393
29394 \begin_layout Standard
29395 in TeX-Code before the word.
29396  After the word insert a closing brace 
29397 \begin_inset Quotes eld
29398 \end_inset
29399
29400
29401 \series bold
29402 }
29403 \series default
29404
29405 \begin_inset Quotes erd
29406 \end_inset
29407
29408  in TeX-Code.
29409 \end_layout
29410
29411 \begin_layout Standard
29412 This is the result:
29413 \end_layout
29414
29415 \begin_layout Standard
29416 This line is an example to show how you can prevent the hyphenation of 
29417 \begin_inset ERT
29418 status collapsed
29419
29420 \begin_layout Plain Layout
29421
29422
29423 \backslash
29424 mbox{
29425 \end_layout
29426
29427 \end_inset
29428
29429
29430 \begin_inset Quotes eld
29431 \end_inset
29432
29433 veryverylongword
29434 \begin_inset Quotes erd
29435 \end_inset
29436
29437 .
29438 \begin_inset ERT
29439 status collapsed
29440
29441 \begin_layout Plain Layout
29442
29443 }
29444 \end_layout
29445
29446 \end_inset
29447
29448
29449 \end_layout
29450
29451 \begin_layout Standard
29452 You can alternatively set the command 
29453 \begin_inset Quotes eld
29454 \end_inset
29455
29456
29457 \series bold
29458
29459 \backslash
29460 -
29461 \series default
29462
29463 \begin_inset Quotes grd
29464 \end_inset
29465
29466  as TeX-Code directly before the word:
29467 \end_layout
29468
29469 \begin_layout Standard
29470 This line is an example to show how you can prevent the hyphenation of 
29471 \begin_inset Quotes eld
29472 \end_inset
29473
29474
29475 \begin_inset ERT
29476 status collapsed
29477
29478 \begin_layout Plain Layout
29479
29480
29481 \backslash
29482 -
29483 \end_layout
29484
29485 \end_inset
29486
29487 veryverylongword
29488 \begin_inset Quotes erd
29489 \end_inset
29490
29491 .
29492 \end_layout
29493
29494 \begin_layout Standard
29495 Of course the word now protrudes over the side margin.
29496  To avoid this, add via the menu 
29497 \family sans
29498 Insert\SpecialChar \menuseparator
29499 Special
29500 \begin_inset space ~
29501 \end_inset
29502
29503 Formatting\SpecialChar \menuseparator
29504 Line
29505 \begin_inset space ~
29506 \end_inset
29507
29508 Break
29509 \family default
29510  (shortcut 
29511 \begin_inset Info
29512 type  "shortcut"
29513 arg   "newline-insert newline"
29514 \end_inset
29515
29516 ) a line break before the word:
29517 \end_layout
29518
29519 \begin_layout Standard
29520 This line is an example to show how you can prevent the hyphenation of 
29521 \begin_inset Newline newline
29522 \end_inset
29523
29524
29525 \begin_inset ERT
29526 status collapsed
29527
29528 \begin_layout Plain Layout
29529
29530
29531 \backslash
29532 mbox{
29533 \end_layout
29534
29535 \end_inset
29536
29537
29538 \begin_inset Quotes eld
29539 \end_inset
29540
29541 veryverylongword
29542 \begin_inset Quotes erd
29543 \end_inset
29544
29545 .
29546 \begin_inset ERT
29547 status collapsed
29548
29549 \begin_layout Plain Layout
29550
29551 }
29552 \end_layout
29553
29554 \end_inset
29555
29556
29557 \end_layout
29558
29559 \begin_layout Subsection
29560 Vertical Alignment
29561 \begin_inset CommandInset label
29562 LatexCommand label
29563 name "sub:Vertical-Alignment"
29564
29565 \end_inset
29566
29567
29568 \begin_inset Index idx
29569 status collapsed
29570
29571 \begin_layout Plain Layout
29572 Boxes ! for Vertical Alignment
29573 \end_layout
29574
29575 \end_inset
29576
29577
29578 \begin_inset Index idx
29579 status collapsed
29580
29581 \begin_layout Plain Layout
29582 Boxes ! Raiseboxes
29583 \end_layout
29584
29585 \end_inset
29586
29587
29588 \end_layout
29589
29590 \begin_layout Standard
29591 With the help of the command 
29592 \series bold
29593
29594 \backslash
29595 raisebox
29596 \series default
29597  you can align words, characters or other boxes vertically relative to the
29598  surrounding text.
29599  
29600 \series bold
29601
29602 \backslash
29603 raisebox
29604 \series default
29605  is used with the following scheme:
29606 \end_layout
29607
29608 \begin_layout Standard
29609
29610 \series bold
29611
29612 \backslash
29613 raisebox{lift}[height][depth]{box content}
29614 \end_layout
29615
29616 \begin_layout Standard
29617 The lift can be a positive value to raise the box or a negative value to
29618  lower the box.
29619 \end_layout
29620
29621 \begin_layout Standard
29622 To align for example the word 
29623 \begin_inset Quotes eld
29624 \end_inset
29625
29626 preventing
29627 \begin_inset Quotes erd
29628 \end_inset
29629
29630  so that the bottom of the 
29631 \begin_inset Quotes eld
29632 \end_inset
29633
29634 deepest
29635 \begin_inset Quotes erd
29636 \end_inset
29637
29638  character 
29639 \begin_inset Quotes eld
29640 \end_inset
29641
29642 p
29643 \begin_inset Quotes erd
29644 \end_inset
29645
29646  is at the baseline, insert the command
29647 \end_layout
29648
29649 \begin_layout Standard
29650
29651 \series bold
29652
29653 \backslash
29654 raisebox{
29655 \backslash
29656 depth}{
29657 \end_layout
29658
29659 \begin_layout Standard
29660 in TeX-Code before the word.
29661  After the word insert a closing brace 
29662 \begin_inset Quotes eld
29663 \end_inset
29664
29665
29666 \series bold
29667 }
29668 \series default
29669
29670 \begin_inset Quotes erd
29671 \end_inset
29672
29673  in TeX-Code.
29674 \begin_inset Newline newline
29675 \end_inset
29676
29677 This is the result:
29678 \end_layout
29679
29680 \begin_layout Standard
29681 This is a text line with the word 
29682 \begin_inset ERT
29683 status collapsed
29684
29685 \begin_layout Plain Layout
29686
29687
29688 \backslash
29689 raisebox{
29690 \backslash
29691 depth}{
29692 \end_layout
29693
29694 \end_inset
29695
29696
29697 \begin_inset Quotes eld
29698 \end_inset
29699
29700 preventing
29701 \begin_inset Quotes erd
29702 \end_inset
29703
29704
29705 \begin_inset ERT
29706 status collapsed
29707
29708 \begin_layout Plain Layout
29709
29710 }
29711 \end_layout
29712
29713 \end_inset
29714
29715  as a raised word.
29716 \end_layout
29717
29718 \begin_layout Standard
29719 \begin_inset VSpace bigskip
29720 \end_inset
29721
29722 When you raise or lower characters in a line, the line distance will be
29723  spread:
29724 \end_layout
29725
29726 \begin_layout Standard
29727 This is a text line with the word 
29728 \begin_inset ERT
29729 status collapsed
29730
29731 \begin_layout Plain Layout
29732
29733
29734 \backslash
29735 raisebox{-
29736 \backslash
29737 depth}{
29738 \end_layout
29739
29740 \end_inset
29741
29742
29743 \begin_inset Quotes eld
29744 \end_inset
29745
29746 preventing
29747 \begin_inset Quotes erd
29748 \end_inset
29749
29750
29751 \begin_inset ERT
29752 status collapsed
29753
29754 \begin_layout Plain Layout
29755
29756 }
29757 \end_layout
29758
29759 \end_inset
29760
29761  as a lowered word.
29762 \begin_inset Newline newline
29763 \end_inset
29764
29765 This is a text line with the word 
29766 \begin_inset ERT
29767 status collapsed
29768
29769 \begin_layout Plain Layout
29770
29771
29772 \backslash
29773 raisebox{0.5cm}{
29774 \end_layout
29775
29776 \end_inset
29777
29778
29779 \begin_inset Quotes eld
29780 \end_inset
29781
29782 testing
29783 \begin_inset Quotes erd
29784 \end_inset
29785
29786
29787 \begin_inset ERT
29788 status collapsed
29789
29790 \begin_layout Plain Layout
29791
29792 }
29793 \end_layout
29794
29795 \end_inset
29796
29797  as a raised word.
29798 \end_layout
29799
29800 \begin_layout Standard
29801 If you want to prevent this for a certain reason, set the box height to
29802  a zero value.
29803  For example use
29804 \end_layout
29805
29806 \begin_layout Standard
29807
29808 \series bold
29809
29810 \backslash
29811 raisebox{-
29812 \backslash
29813 depth}[0pt]{
29814 \end_layout
29815
29816 \begin_layout Standard
29817 This is a text line with the word 
29818 \begin_inset ERT
29819 status collapsed
29820
29821 \begin_layout Plain Layout
29822
29823
29824 \backslash
29825 raisebox{-
29826 \backslash
29827 depth}[0pt]{
29828 \end_layout
29829
29830 \end_inset
29831
29832
29833 \begin_inset Quotes eld
29834 \end_inset
29835
29836 preventing
29837 \begin_inset Quotes erd
29838 \end_inset
29839
29840
29841 \begin_inset ERT
29842 status collapsed
29843
29844 \begin_layout Plain Layout
29845
29846 }
29847 \end_layout
29848
29849 \end_inset
29850
29851  as a lowered word.
29852 \begin_inset Newline newline
29853 \end_inset
29854
29855 This is a text line with the word 
29856 \begin_inset ERT
29857 status collapsed
29858
29859 \begin_layout Plain Layout
29860
29861
29862 \backslash
29863 raisebox{0.5cm}[0pt]{
29864 \end_layout
29865
29866 \end_inset
29867
29868
29869 \begin_inset Quotes eld
29870 \end_inset
29871
29872 testing
29873 \begin_inset Quotes erd
29874 \end_inset
29875
29876
29877 \begin_inset ERT
29878 status collapsed
29879
29880 \begin_layout Plain Layout
29881
29882 }
29883 \end_layout
29884
29885 \end_inset
29886
29887  as a raised word.
29888 \end_layout
29889
29890 \begin_layout Section
29891 Colored Boxes
29892 \begin_inset CommandInset label
29893 LatexCommand label
29894 name "sec:Colored-Boxes"
29895
29896 \end_inset
29897
29898
29899 \begin_inset Index idx
29900 status collapsed
29901
29902 \begin_layout Plain Layout
29903 Boxes ! Color
29904 \end_layout
29905
29906 \end_inset
29907
29908
29909 \end_layout
29910
29911 \begin_layout Subsection
29912 Color for Text
29913 \begin_inset Index idx
29914 status collapsed
29915
29916 \begin_layout Plain Layout
29917 Color ! for Text
29918 \end_layout
29919
29920 \end_inset
29921
29922
29923 \end_layout
29924
29925 \begin_layout Standard
29926 To color the background of text the text must be put into a so called 
29927 \begin_inset Quotes eld
29928 \end_inset
29929
29930 colorbox
29931 \begin_inset Quotes erd
29932 \end_inset
29933
29934 .
29935  This requires that the LaTeX-package 
29936 \series bold
29937 color
29938 \series default
29939
29940 \begin_inset Index idx
29941 status collapsed
29942
29943 \begin_layout Plain Layout
29944 LaTeX-packages ! color
29945 \end_layout
29946
29947 \end_inset
29948
29949  is loaded in the document preamble with the command
29950 \end_layout
29951
29952 \begin_layout Standard
29953
29954 \series bold
29955
29956 \backslash
29957 @ifundefined{textcolor}
29958 \begin_inset Newline newline
29959 \end_inset
29960
29961
29962 \begin_inset Phantom HPhantom
29963 status open
29964
29965 \begin_layout Plain Layout
29966
29967 \series bold
29968 \begin_inset space ~
29969 \end_inset
29970
29971
29972 \end_layout
29973
29974 \end_inset
29975
29976 {
29977 \backslash
29978 usepackage{color}}{}
29979 \end_layout
29980
29981 \begin_layout Standard
29982 The package 
29983 \series bold
29984 color
29985 \series default
29986  will be loaded automatically by LyX when you color text.
29987 \begin_inset Foot
29988 status collapsed
29989
29990 \begin_layout Plain Layout
29991 To avoid it being loaded twice the command 
29992 \series bold
29993
29994 \backslash
29995 @ifundefined
29996 \series default
29997  is used.
29998 \end_layout
29999
30000 \end_inset
30001
30002
30003 \end_layout
30004
30005 \begin_layout Standard
30006 \begin_inset VSpace medskip
30007 \end_inset
30008
30009 Colorboxes are created with the command 
30010 \series bold
30011
30012 \backslash
30013 colorbox
30014 \series default
30015 .
30016  This will be used with the following scheme:
30017 \end_layout
30018
30019 \begin_layout Standard
30020
30021 \series bold
30022
30023 \backslash
30024 colorbox{color}{box content}
30025 \end_layout
30026
30027 \begin_layout Standard
30028 The box content can also be a box and colorboxes can also be within other
30029  boxes.
30030 \end_layout
30031
30032 \begin_layout Standard
30033 The following colors are predefined:
30034 \begin_inset Newline newline
30035 \end_inset
30036
30037
30038 \family sans
30039 black
30040 \family default
30041
30042 \family sans
30043 blue
30044 \family default
30045
30046 \family sans
30047 cyan
30048 \family default
30049 \series bold
30050 ,
30051 \series default
30052  
30053 \family sans
30054 green
30055 \family default
30056
30057 \family sans
30058 magenta
30059 \family default
30060
30061 \family sans
30062 red
30063 \family default
30064
30065 \family sans
30066 white
30067 \family default
30068 , and 
30069 \family sans
30070 yellow
30071 \family default
30072 .
30073 \begin_inset Newline newline
30074 \end_inset
30075
30076 You can also define your own color as described in section
30077 \begin_inset space ~
30078 \end_inset
30079
30080
30081 \begin_inset CommandInset ref
30082 LatexCommand ref
30083 reference "sec:Colored-Tables"
30084
30085 \end_inset
30086
30087 .
30088 \end_layout
30089
30090 \begin_layout Standard
30091 To have e.
30092 \begin_inset space \thinspace{}
30093 \end_inset
30094
30095 g.
30096 \begin_inset space \space{}
30097 \end_inset
30098
30099 a red background for a word, insert the command
30100 \end_layout
30101
30102 \begin_layout Standard
30103
30104 \series bold
30105
30106 \backslash
30107 colorbox{red}{
30108 \end_layout
30109
30110 \begin_layout Standard
30111 before the word in TeX-Code.
30112  After the word insert a closing brace 
30113 \begin_inset Quotes eld
30114 \end_inset
30115
30116
30117 \series bold
30118 }
30119 \series default
30120
30121 \begin_inset Quotes erd
30122 \end_inset
30123
30124  in TeX-Code.
30125 \begin_inset Newline newline
30126 \end_inset
30127
30128 This is the result:
30129 \end_layout
30130
30131 \begin_layout Standard
30132 This is a line where the word 
30133 \begin_inset ERT
30134 status collapsed
30135
30136 \begin_layout Plain Layout
30137
30138
30139 \backslash
30140 colorbox{red}{
30141 \end_layout
30142
30143 \end_inset
30144
30145
30146 \begin_inset Quotes eld
30147 \end_inset
30148
30149 Attention!
30150 \begin_inset Quotes erd
30151 \end_inset
30152
30153
30154 \begin_inset ERT
30155 status collapsed
30156
30157 \begin_layout Plain Layout
30158
30159 }
30160 \end_layout
30161
30162 \end_inset
30163
30164  has a red background.
30165 \end_layout
30166
30167 \begin_layout Standard
30168 \begin_inset VSpace bigskip
30169 \end_inset
30170
30171 If you would like the box frame in a different color, you can use the command
30172  
30173 \series bold
30174
30175 \backslash
30176 fcolorbox
30177 \series default
30178  with the following scheme:
30179 \end_layout
30180
30181 \begin_layout Standard
30182
30183 \series bold
30184
30185 \backslash
30186 fcolorbox{frame color}{box color}{box content}
30187 \end_layout
30188
30189 \begin_layout Standard
30190
30191 \series bold
30192
30193 \backslash
30194 fcolorbox
30195 \series default
30196  is an extension to 
30197 \series bold
30198
30199 \backslash
30200 colorbox
30201 \series default
30202 .
30203  The frame thickness and the space between the frame and the box content
30204  can be adjusted with the lengths 
30205 \series bold
30206
30207 \backslash
30208 fboxrule
30209 \series default
30210  and 
30211 \series bold
30212
30213 \backslash
30214 fboxsep
30215 \series default
30216 , respectively, as described in section
30217 \begin_inset space ~
30218 \end_inset
30219
30220
30221 \begin_inset CommandInset ref
30222 LatexCommand ref
30223 reference "sec:Decoration"
30224
30225 \end_inset
30226
30227 .
30228 \end_layout
30229
30230 \begin_layout Standard
30231 For the following example the command
30232 \end_layout
30233
30234 \begin_layout Standard
30235
30236 \series bold
30237
30238 \backslash
30239 fcolorbox{cyan}{magenta}{
30240 \end_layout
30241
30242 \begin_layout Standard
30243 was used.
30244 \end_layout
30245
30246 \begin_layout Standard
30247 Here is an example where the frame line thickness was set to 1
30248 \begin_inset space \thinspace{}
30249 \end_inset
30250
30251 mm:
30252 \begin_inset Newline newline
30253 \end_inset
30254
30255
30256 \begin_inset ERT
30257 status collapsed
30258
30259 \begin_layout Plain Layout
30260
30261
30262 \backslash
30263 fboxrule 1mm 
30264 \backslash
30265 fboxsep 1mm
30266 \end_layout
30267
30268 \end_inset
30269
30270
30271 \begin_inset ERT
30272 status collapsed
30273
30274 \begin_layout Plain Layout
30275
30276
30277 \backslash
30278 fcolorbox{cyan}{magenta}{
30279 \end_layout
30280
30281 \end_inset
30282
30283 This is text within a colored, framed box.
30284 \begin_inset ERT
30285 status collapsed
30286
30287 \begin_layout Plain Layout
30288
30289 }
30290 \end_layout
30291
30292 \end_inset
30293
30294
30295 \end_layout
30296
30297 \begin_layout Standard
30298 \begin_inset VSpace bigskip
30299 \end_inset
30300
30301 Of course you can also have colored text inside a colorbox:
30302 \begin_inset Newline newline
30303 \end_inset
30304
30305
30306 \begin_inset ERT
30307 status collapsed
30308
30309 \begin_layout Plain Layout
30310
30311
30312 \backslash
30313 fcolorbox{cyan}{magenta}{
30314 \end_layout
30315
30316 \end_inset
30317
30318
30319 \color yellow
30320 This is colored text within a colored, framed box.
30321 \color none
30322
30323 \begin_inset ERT
30324 status collapsed
30325
30326 \begin_layout Plain Layout
30327
30328 }
30329 \end_layout
30330
30331 \end_inset
30332
30333
30334 \begin_inset ERT
30335 status collapsed
30336
30337 \begin_layout Plain Layout
30338
30339
30340 \backslash
30341 fboxrule 0.4pt 
30342 \backslash
30343 fboxsep 3pt
30344 \end_layout
30345
30346 \end_inset
30347
30348
30349 \end_layout
30350
30351 \begin_layout Standard
30352
30353 \series bold
30354 \begin_inset VSpace medskip
30355 \end_inset
30356
30357
30358 \end_layout
30359
30360 \begin_layout Standard
30361 \begin_inset Note Greyedout
30362 status open
30363
30364 \begin_layout Plain Layout
30365
30366 \series bold
30367 Note:
30368 \series default
30369  Text in colorboxes cannot have line breaks.
30370  To color multiple text lines or paragraphs, use a box inside a colorbox
30371  as described in the following.
30372 \end_layout
30373
30374 \end_inset
30375
30376
30377 \end_layout
30378
30379 \begin_layout Subsection
30380 Color for Paragraphs
30381 \begin_inset CommandInset label
30382 LatexCommand label
30383 name "sub:Color-for-Paragraphs"
30384
30385 \end_inset
30386
30387
30388 \begin_inset Index idx
30389 status collapsed
30390
30391 \begin_layout Plain Layout
30392 Color ! for Paragraphs
30393 \end_layout
30394
30395 \end_inset
30396
30397
30398 \end_layout
30399
30400 \begin_layout Standard
30401 To set the background color for more than one text line, put the text into
30402  a minipage.
30403  Before the minipage insert the 
30404 \series bold
30405
30406 \backslash
30407 colorbox
30408 \series default
30409  command
30410 \end_layout
30411
30412 \begin_layout Standard
30413
30414 \series bold
30415
30416 \backslash
30417 colorbox{color}{
30418 \end_layout
30419
30420 \begin_layout Standard
30421 in TeX-Code.
30422  After the minipage insert a closing brace 
30423 \begin_inset Quotes eld
30424 \end_inset
30425
30426
30427 \series bold
30428 }
30429 \series default
30430
30431 \begin_inset Quotes erd
30432 \end_inset
30433
30434  in TeX-Code.
30435 \end_layout
30436
30437 \begin_layout Standard
30438 \begin_inset ERT
30439 status collapsed
30440
30441 \begin_layout Plain Layout
30442
30443
30444 \backslash
30445 colorbox{lightgrey}{
30446 \end_layout
30447
30448 \end_inset
30449
30450
30451 \begin_inset Box Frameless
30452 position "t"
30453 hor_pos "c"
30454 has_inner_box 1
30455 inner_pos "t"
30456 use_parbox 0
30457 use_makebox 0
30458 width "100col%"
30459 special "none"
30460 height "1in"
30461 height_special "totalheight"
30462 status collapsed
30463
30464 \begin_layout Plain Layout
30465 This is text with background color.
30466  This is text with background color.
30467 \end_layout
30468
30469 \begin_layout Plain Layout
30470 \begin_inset VSpace defskip
30471 \end_inset
30472
30473 The text can have footnotes
30474 \begin_inset Foot
30475 status collapsed
30476
30477 \begin_layout Plain Layout
30478 Another example footnote
30479 \end_layout
30480
30481 \end_inset
30482
30483  and can include tables and figures.
30484 \end_layout
30485
30486 \begin_layout Plain Layout
30487 \align center
30488 \begin_inset Tabular
30489 <lyxtabular version="3" rows="3" columns="3">
30490 <features tabularvalignment="middle">
30491 <column alignment="center" valignment="top" width="0">
30492 <column alignment="center" valignment="top" width="0">
30493 <column alignment="center" valignment="top" width="0">
30494 <row>
30495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30496 \begin_inset Text
30497
30498 \begin_layout Plain Layout
30499 a
30500 \end_layout
30501
30502 \end_inset
30503 </cell>
30504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30505 \begin_inset Text
30506
30507 \begin_layout Plain Layout
30508 !
30509 \end_layout
30510
30511 \end_inset
30512 </cell>
30513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30514 \begin_inset Text
30515
30516 \begin_layout Plain Layout
30517 3
30518 \end_layout
30519
30520 \end_inset
30521 </cell>
30522 </row>
30523 <row>
30524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30525 \begin_inset Text
30526
30527 \begin_layout Plain Layout
30528 <
30529 \end_layout
30530
30531 \end_inset
30532 </cell>
30533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30534 \begin_inset Text
30535
30536 \begin_layout Plain Layout
30537 b2
30538 \begin_inset Quotes erd
30539 \end_inset
30540
30541 |
30542 \end_layout
30543
30544 \end_inset
30545 </cell>
30546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30547 \begin_inset Text
30548
30549 \begin_layout Plain Layout
30550 >
30551 \end_layout
30552
30553 \end_inset
30554 </cell>
30555 </row>
30556 <row>
30557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30558 \begin_inset Text
30559
30560 \begin_layout Plain Layout
30561 1
30562 \end_layout
30563
30564 \end_inset
30565 </cell>
30566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30567 \begin_inset Text
30568
30569 \begin_layout Plain Layout
30570 §
30571 \end_layout
30572
30573 \end_inset
30574 </cell>
30575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30576 \begin_inset Text
30577
30578 \begin_layout Plain Layout
30579 c
30580 \end_layout
30581
30582 \end_inset
30583 </cell>
30584 </row>
30585 </lyxtabular>
30586
30587 \end_inset
30588
30589
30590 \end_layout
30591
30592 \end_inset
30593
30594
30595 \begin_inset ERT
30596 status collapsed
30597
30598 \begin_layout Plain Layout
30599
30600 }
30601 \end_layout
30602
30603 \end_inset
30604
30605
30606 \end_layout
30607
30608 \begin_layout Section
30609 Rotated and Scaled Boxes
30610 \end_layout
30611
30612 \begin_layout Standard
30613 To use the commands described in this section, the LaTeX-package 
30614 \series bold
30615 graphicx
30616 \series default
30617
30618 \begin_inset Index idx
30619 status collapsed
30620
30621 \begin_layout Plain Layout
30622 LaTeX-packages ! graphicx
30623 \end_layout
30624
30625 \end_inset
30626
30627  needs to be loaded in the document preamble with the command
30628 \end_layout
30629
30630 \begin_layout Standard
30631
30632 \series bold
30633
30634 \backslash
30635 @ifundefined{rotatebox}
30636 \begin_inset Newline newline
30637 \end_inset
30638
30639
30640 \begin_inset Phantom HPhantom
30641 status open
30642
30643 \begin_layout Plain Layout
30644
30645 \series bold
30646 \begin_inset space ~
30647 \end_inset
30648
30649
30650 \end_layout
30651
30652 \end_inset
30653
30654 {
30655 \backslash
30656 usepackage{graphicx}}{}
30657 \end_layout
30658
30659 \begin_layout Standard
30660 \begin_inset Note Greyedout
30661 status open
30662
30663 \begin_layout Plain Layout
30664
30665 \series bold
30666 Note:
30667 \series default
30668  Some DVI-viewers can't display rotated or scaled material.
30669 \end_layout
30670
30671 \end_inset
30672
30673
30674 \end_layout
30675
30676 \begin_layout Standard
30677 \begin_inset Note Greyedout
30678 status open
30679
30680 \begin_layout Plain Layout
30681
30682 \series bold
30683 Note:
30684 \series default
30685  Floats mustn't be inside a rotated or scaled box.
30686 \end_layout
30687
30688 \end_inset
30689
30690
30691 \end_layout
30692
30693 \begin_layout Subsection
30694 Rotated Boxes
30695 \begin_inset Index idx
30696 status collapsed
30697
30698 \begin_layout Plain Layout
30699 Boxes ! rotated
30700 \end_layout
30701
30702 \end_inset
30703
30704
30705 \begin_inset Index idx
30706 status collapsed
30707
30708 \begin_layout Plain Layout
30709 Rotated material
30710 \end_layout
30711
30712 \end_inset
30713
30714
30715 \begin_inset Index idx
30716 status collapsed
30717
30718 \begin_layout Plain Layout
30719 Figures ! rotated
30720 \end_layout
30721
30722 \end_inset
30723
30724
30725 \begin_inset Index idx
30726 status collapsed
30727
30728 \begin_layout Plain Layout
30729 Table Customization ! Rotating
30730 \end_layout
30731
30732 \end_inset
30733
30734
30735 \end_layout
30736
30737 \begin_layout Standard
30738 To rotate material, you can put it into a rotated box.
30739  Such a box is created using the command 
30740 \series bold
30741
30742 \backslash
30743 rotatebox
30744 \series default
30745  in TeX-Code with the following scheme:
30746 \end_layout
30747
30748 \begin_layout Standard
30749
30750 \series bold
30751
30752 \backslash
30753 rotatebox[rotation origin]{rotation angle}{box content}
30754 \end_layout
30755
30756 \begin_layout Standard
30757 The rotation origin is specified in the form 
30758 \series bold
30759 origin=position
30760 \series default
30761 .
30762  The following positions are possible: 
30763 \emph on
30764 c
30765 \emph default
30766  (center), 
30767 \emph on
30768 l
30769 \emph default
30770  (left), 
30771 \emph on
30772 r
30773 \emph default
30774  (right), 
30775 \emph on
30776 b
30777 \emph default
30778  (bottom), 
30779 \emph on
30780 t
30781 \emph default
30782  (top), along with meaningful combinations of the four base positions.
30783  For example 
30784 \emph on
30785 lt
30786 \emph default
30787  means that the rotation origin is at the top left corner of the box.
30788  When no rotation origin is specified, the position 
30789 \emph on
30790 l
30791 \emph default
30792  will be used.
30793  The rotation angle is a number that can be negative that specifies the
30794  angle in degrees.
30795  The rotation direction is counterclockwise.
30796 \end_layout
30797
30798 \begin_layout Standard
30799 In the following example the command 
30800 \series bold
30801
30802 \backslash
30803 rotatebox[origin=c]{60}{
30804 \series default
30805  was inserted as TeX-Code before the text 
30806 \begin_inset Quotes eld
30807 \end_inset
30808
30809 with rotated
30810 \begin_inset Quotes erd
30811 \end_inset
30812
30813 ; after the text the box was closed by a closing brace 
30814 \series bold
30815 }
30816 \series default
30817  in TeX-Code.
30818 \end_layout
30819
30820 \begin_layout Standard
30821 This is a line 
30822 \begin_inset ERT
30823 status collapsed
30824
30825 \begin_layout Plain Layout
30826
30827
30828 \backslash
30829 rotatebox[origin=c]{60}{
30830 \end_layout
30831
30832 \end_inset
30833
30834 with rotated
30835 \begin_inset ERT
30836 status collapsed
30837
30838 \begin_layout Plain Layout
30839
30840 }
30841 \end_layout
30842
30843 \end_inset
30844
30845  text.
30846 \end_layout
30847
30848 \begin_layout Standard
30849 The box content can also be another box or an inline formula:
30850 \end_layout
30851
30852 \begin_layout Standard
30853 This is a line
30854 \begin_inset ERT
30855 status collapsed
30856
30857 \begin_layout Plain Layout
30858
30859
30860 \backslash
30861 rotatebox[origin=r]{-60}{
30862 \end_layout
30863
30864 \end_inset
30865
30866
30867 \begin_inset Box Doublebox
30868 position "c"
30869 hor_pos "c"
30870 has_inner_box 0
30871 inner_pos "c"
30872 use_parbox 0
30873 use_makebox 0
30874 width "1in"
30875 special "width"
30876 height "1in"
30877 height_special "totalheight"
30878 status collapsed
30879
30880 \begin_layout Plain Layout
30881 with rotated
30882 \end_layout
30883
30884 \end_inset
30885
30886
30887 \begin_inset ERT
30888 status collapsed
30889
30890 \begin_layout Plain Layout
30891
30892 }
30893 \end_layout
30894
30895 \end_inset
30896
30897  framed text 
30898 \begin_inset ERT
30899 status collapsed
30900
30901 \begin_layout Plain Layout
30902
30903
30904 \backslash
30905 rotatebox[origin=lb]{60}{
30906 \end_layout
30907
30908 \end_inset
30909
30910
30911 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30912 \end_inset
30913
30914
30915 \begin_inset ERT
30916 status collapsed
30917
30918 \begin_layout Plain Layout
30919
30920 }
30921 \end_layout
30922
30923 \end_inset
30924
30925  and a formula.
30926 \end_layout
30927
30928 \begin_layout Standard
30929 or an image or table:
30930 \end_layout
30931
30932 \begin_layout Standard
30933 This is a line
30934 \begin_inset ERT
30935 status collapsed
30936
30937 \begin_layout Plain Layout
30938
30939
30940 \backslash
30941 rotatebox[origin=lb]{90}{
30942 \end_layout
30943
30944 \end_inset
30945
30946
30947 \begin_inset Graphics
30948         filename clipart/platypus.eps
30949         lyxscale 50
30950         width 25col%
30951
30952 \end_inset
30953
30954
30955 \begin_inset ERT
30956 status collapsed
30957
30958 \begin_layout Plain Layout
30959
30960 }
30961 \end_layout
30962
30963 \end_inset
30964
30965  with a rotated image 
30966 \begin_inset ERT
30967 status collapsed
30968
30969 \begin_layout Plain Layout
30970
30971
30972 \backslash
30973 rotatebox[origin=l]{-90}{
30974 \end_layout
30975
30976 \end_inset
30977
30978
30979 \begin_inset Tabular
30980 <lyxtabular version="3" rows="2" columns="2">
30981 <features tabularvalignment="middle">
30982 <column alignment="center" valignment="top" width="0">
30983 <column alignment="center" valignment="top" width="0">
30984 <row>
30985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30986 \begin_inset Text
30987
30988 \begin_layout Plain Layout
30989 q
30990 \end_layout
30991
30992 \end_inset
30993 </cell>
30994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30995 \begin_inset Text
30996
30997 \begin_layout Plain Layout
30998 w
30999 \end_layout
31000
31001 \end_inset
31002 </cell>
31003 </row>
31004 <row>
31005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31006 \begin_inset Text
31007
31008 \begin_layout Plain Layout
31009 e
31010 \end_layout
31011
31012 \end_inset
31013 </cell>
31014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31015 \begin_inset Text
31016
31017 \begin_layout Plain Layout
31018 r
31019 \end_layout
31020
31021 \end_inset
31022 </cell>
31023 </row>
31024 </lyxtabular>
31025
31026 \end_inset
31027
31028
31029 \begin_inset ERT
31030 status collapsed
31031
31032 \begin_layout Plain Layout
31033
31034 }
31035 \end_layout
31036
31037 \end_inset
31038
31039  and table.
31040 \end_layout
31041
31042 \begin_layout Subsection
31043 Scaled Boxes
31044 \begin_inset Index idx
31045 status collapsed
31046
31047 \begin_layout Plain Layout
31048 Boxes ! scaled
31049 \end_layout
31050
31051 \end_inset
31052
31053
31054 \begin_inset Index idx
31055 status collapsed
31056
31057 \begin_layout Plain Layout
31058 Scaled material
31059 \end_layout
31060
31061 \end_inset
31062
31063
31064 \begin_inset Index idx
31065 status collapsed
31066
31067 \begin_layout Plain Layout
31068 Figures ! scaled
31069 \end_layout
31070
31071 \end_inset
31072
31073
31074 \begin_inset Index idx
31075 status collapsed
31076
31077 \begin_layout Plain Layout
31078 Table Customization ! Scaling
31079 \end_layout
31080
31081 \end_inset
31082
31083
31084 \end_layout
31085
31086 \begin_layout Standard
31087 To scale material the commands 
31088 \series bold
31089
31090 \backslash
31091 scalebox
31092 \series default
31093  and 
31094 \series bold
31095
31096 \backslash
31097 resizebox
31098 \series default
31099  can be used as TeX-Code.
31100 \end_layout
31101
31102 \begin_layout Standard
31103
31104 \series bold
31105
31106 \backslash
31107 scalebox
31108 \series default
31109  is used with the following scheme:
31110 \end_layout
31111
31112 \begin_layout Standard
31113
31114 \series bold
31115
31116 \backslash
31117 scalebox{horizontal}[vertical]{box content}
31118 \end_layout
31119
31120 \begin_layout Standard
31121 Horizontal and vertical are the corresponding scaling factors.
31122  If no vertical scaling factor is given, the horizontal factor will also
31123  be used as the vertical one.
31124 \end_layout
31125
31126 \begin_layout Standard
31127 The command 
31128 \series bold
31129
31130 \backslash
31131 scalebox{2}{Hello}
31132 \series default
31133  creates for example a double size 
31134 \begin_inset ERT
31135 status collapsed
31136
31137 \begin_layout Plain Layout
31138
31139
31140 \backslash
31141 scalebox{2}{
31142 \end_layout
31143
31144 \end_inset
31145
31146 Hello
31147 \begin_inset ERT
31148 status collapsed
31149
31150 \begin_layout Plain Layout
31151
31152 }
31153 \end_layout
31154
31155 \end_inset
31156
31157 , compared with the document text size.
31158 \end_layout
31159
31160 \begin_layout Standard
31161
31162 \series bold
31163
31164 \backslash
31165 scalebox{2}[1]{Hello}
31166 \series default
31167  on the other hand distorts the 
31168 \begin_inset ERT
31169 status collapsed
31170
31171 \begin_layout Plain Layout
31172
31173
31174 \backslash
31175 scalebox{2}[1]{
31176 \end_layout
31177
31178 \end_inset
31179
31180 Hello
31181 \begin_inset ERT
31182 status collapsed
31183
31184 \begin_layout Plain Layout
31185
31186 }
31187 \end_layout
31188
31189 \end_inset
31190
31191 .
31192 \end_layout
31193
31194 \begin_layout Standard
31195 If the scaling factor is negative, the box content will be mirrored.
31196  Therefore the command 
31197 \series bold
31198
31199 \backslash
31200 scalebox{-1}[1]{Hello}
31201 \series default
31202  can be used to create mirror writing: 
31203 \begin_inset ERT
31204 status collapsed
31205
31206 \begin_layout Plain Layout
31207
31208
31209 \backslash
31210 scalebox{-1}[1]{
31211 \end_layout
31212
31213 \end_inset
31214
31215 Hello
31216 \begin_inset ERT
31217 status collapsed
31218
31219 \begin_layout Plain Layout
31220
31221 }
31222 \end_layout
31223
31224 \end_inset
31225
31226
31227 \end_layout
31228
31229 \begin_layout Standard
31230
31231 \series bold
31232
31233 \backslash
31234 scalebox{1}[-1]{Hello}
31235 \series default
31236  reflects the 
31237 \begin_inset ERT
31238 status collapsed
31239
31240 \begin_layout Plain Layout
31241
31242
31243 \backslash
31244 scalebox{1}[-1]{
31245 \end_layout
31246
31247 \end_inset
31248
31249 Hello
31250 \begin_inset ERT
31251 status collapsed
31252
31253 \begin_layout Plain Layout
31254
31255 }
31256 \end_layout
31257
31258 \end_inset
31259
31260  at the base line.
31261 \end_layout
31262
31263 \begin_layout Standard
31264 Equivalent to 
31265 \series bold
31266
31267 \backslash
31268 scalebox{-1}[1]{box content}
31269 \series default
31270  there exists the command
31271 \begin_inset Newline newline
31272 \end_inset
31273
31274
31275 \series bold
31276
31277 \backslash
31278 reflectbox{box content}
31279 \series default
31280 .
31281 \end_layout
31282
31283 \begin_layout Standard
31284 \begin_inset VSpace bigskip
31285 \end_inset
31286
31287 The command 
31288 \series bold
31289
31290 \backslash
31291 resizebox
31292 \series default
31293  is used to scale the box to a defined width and height.
31294  The command scheme is:
31295 \end_layout
31296
31297 \begin_layout Standard
31298
31299 \series bold
31300
31301 \backslash
31302 resizebox{width}{height}{box content}
31303 \end_layout
31304
31305 \begin_layout Standard
31306 If one of the two command arguments given is an exclamation mark 
31307 \series bold
31308 !
31309 \series default
31310 , the size is set so that the aspect ratio of the box content is kept.
31311 \end_layout
31312
31313 \begin_layout Standard
31314 The command 
31315 \series bold
31316
31317 \backslash
31318 resizebox{2cm}{1cm}{Hello}
31319 \series default
31320  produces: 
31321 \begin_inset ERT
31322 status collapsed
31323
31324 \begin_layout Plain Layout
31325
31326
31327 \backslash
31328 resizebox{2cm}{1cm}{
31329 \end_layout
31330
31331 \end_inset
31332
31333 Hello
31334 \begin_inset ERT
31335 status collapsed
31336
31337 \begin_layout Plain Layout
31338
31339 }
31340 \end_layout
31341
31342 \end_inset
31343
31344
31345 \begin_inset Newline newline
31346 \end_inset
31347
31348 The command 
31349 \series bold
31350
31351 \backslash
31352 resizebox{2cm}{!}{Hello}
31353 \series default
31354  produces: 
31355 \begin_inset ERT
31356 status collapsed
31357
31358 \begin_layout Plain Layout
31359
31360
31361 \backslash
31362 resizebox{2cm}{!}{
31363 \end_layout
31364
31365 \end_inset
31366
31367 Hello
31368 \begin_inset ERT
31369 status collapsed
31370
31371 \begin_layout Plain Layout
31372
31373 }
31374 \end_layout
31375
31376 \end_inset
31377
31378
31379 \end_layout
31380
31381 \begin_layout Standard
31382 \begin_inset VSpace bigskip
31383 \end_inset
31384
31385
31386 \begin_inset Note Greyedout
31387 status open
31388
31389 \begin_layout Plain Layout
31390
31391 \series bold
31392 Note:
31393 \series default
31394  When arguments of 
31395 \series bold
31396
31397 \backslash
31398 scalebox
31399 \series default
31400  or 
31401 \series bold
31402
31403 \backslash
31404 resizebox
31405 \series default
31406  are set to zero, no LaTeX-errors occur when exporting the document but
31407  the exported files can not or only partly be displayed.
31408 \end_layout
31409
31410 \end_inset
31411
31412
31413 \end_layout
31414
31415 \begin_layout Standard
31416 \begin_inset VSpace bigskip
31417 \end_inset
31418
31419
31420 \end_layout
31421
31422 \begin_layout Standard
31423 The boxes can be combined in any order.
31424  E.
31425 \begin_inset space \thinspace{}
31426 \end_inset
31427
31428 g.
31429 \begin_inset space \space{}
31430 \end_inset
31431
31432 the command
31433 \begin_inset Newline newline
31434 \end_inset
31435
31436
31437 \series bold
31438
31439 \backslash
31440 rotatebox[origin=c]{-45}{
31441 \backslash
31442 resizebox{2cm}{!}{
31443 \backslash
31444 reflectbox{Hello}}}
31445 \begin_inset Newline newline
31446 \end_inset
31447
31448
31449 \series default
31450 produces:
31451 \end_layout
31452
31453 \begin_layout Standard
31454 \align center
31455 \begin_inset ERT
31456 status collapsed
31457
31458 \begin_layout Plain Layout
31459
31460
31461 \backslash
31462 rotatebox[origin=c]{-45}{
31463 \backslash
31464 resizebox{2cm}{!}{
31465 \backslash
31466 reflectbox{
31467 \end_layout
31468
31469 \end_inset
31470
31471 Hello
31472 \begin_inset ERT
31473 status collapsed
31474
31475 \begin_layout Plain Layout
31476
31477 }}}
31478 \end_layout
31479
31480 \end_inset
31481
31482
31483 \end_layout
31484
31485 \begin_layout Standard
31486 \noindent
31487 Images, tables, and inline formulas are allowed as box content:
31488 \end_layout
31489
31490 \begin_layout Standard
31491 \align center
31492 \begin_inset ERT
31493 status collapsed
31494
31495 \begin_layout Plain Layout
31496
31497
31498 \backslash
31499 rotatebox[origin=c]{-30}{
31500 \backslash
31501 resizebox{2cm}{!}{
31502 \backslash
31503 reflectbox{
31504 \end_layout
31505
31506 \end_inset
31507
31508
31509 \begin_inset Graphics
31510         filename clipart/platypus.eps
31511         lyxscale 50
31512         width 25col%
31513
31514 \end_inset
31515
31516
31517 \begin_inset ERT
31518 status collapsed
31519
31520 \begin_layout Plain Layout
31521
31522 }}}
31523 \end_layout
31524
31525 \end_inset
31526
31527
31528 \begin_inset ERT
31529 status collapsed
31530
31531 \begin_layout Plain Layout
31532
31533
31534 \backslash
31535 rotatebox[origin=c]{-45}{
31536 \backslash
31537 resizebox{2cm}{!}{
31538 \backslash
31539 reflectbox{
31540 \end_layout
31541
31542 \end_inset
31543
31544
31545 \begin_inset Tabular
31546 <lyxtabular version="3" rows="2" columns="2">
31547 <features tabularvalignment="middle">
31548 <column alignment="center" valignment="top" width="0">
31549 <column alignment="center" valignment="top" width="0">
31550 <row>
31551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31552 \begin_inset Text
31553
31554 \begin_layout Plain Layout
31555 q
31556 \end_layout
31557
31558 \end_inset
31559 </cell>
31560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31561 \begin_inset Text
31562
31563 \begin_layout Plain Layout
31564 w
31565 \end_layout
31566
31567 \end_inset
31568 </cell>
31569 </row>
31570 <row>
31571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31572 \begin_inset Text
31573
31574 \begin_layout Plain Layout
31575 e
31576 \end_layout
31577
31578 \end_inset
31579 </cell>
31580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31581 \begin_inset Text
31582
31583 \begin_layout Plain Layout
31584 r
31585 \end_layout
31586
31587 \end_inset
31588 </cell>
31589 </row>
31590 </lyxtabular>
31591
31592 \end_inset
31593
31594
31595 \begin_inset ERT
31596 status collapsed
31597
31598 \begin_layout Plain Layout
31599
31600 }}}
31601 \end_layout
31602
31603 \end_inset
31604
31605
31606 \begin_inset ERT
31607 status collapsed
31608
31609 \begin_layout Plain Layout
31610
31611
31612 \backslash
31613 rotatebox[origin=c]{-45}{
31614 \backslash
31615 resizebox{2cm}{!}{
31616 \backslash
31617 reflectbox{
31618 \end_layout
31619
31620 \end_inset
31621
31622
31623 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31624 \end_inset
31625
31626
31627 \begin_inset ERT
31628 status collapsed
31629
31630 \begin_layout Plain Layout
31631
31632 }}}
31633 \end_layout
31634
31635 \end_inset
31636
31637
31638 \end_layout
31639
31640 \begin_layout Standard
31641 When the global formula style 
31642 \series bold
31643 fleqn
31644 \series default
31645  is used in the document
31646 \begin_inset Foot
31647 status collapsed
31648
31649 \begin_layout Plain Layout
31650 When 
31651 \begin_inset Quotes eld
31652 \end_inset
31653
31654 fleqn
31655 \begin_inset Quotes erd
31656 \end_inset
31657
31658  is added to the document class options.
31659 \end_layout
31660
31661 \end_inset
31662
31663 , display style formulas can also be scaled.
31664 \end_layout
31665
31666 \begin_layout Chapter
31667 External Document Parts
31668 \begin_inset Index idx
31669 status collapsed
31670
31671 \begin_layout Plain Layout
31672 External Document Parts
31673 \end_layout
31674
31675 \end_inset
31676
31677
31678 \end_layout
31679
31680 \begin_layout Standard
31681 With the menu 
31682 \family sans
31683 Insert\SpecialChar \menuseparator
31684 File
31685 \family default
31686  you can insert external material to your document.
31687  This can be:
31688 \end_layout
31689
31690 \begin_layout Description
31691 LyX
31692 \begin_inset space ~
31693 \end_inset
31694
31695 Document Another LyX document; its content is directly inserted to your
31696  document.
31697 \end_layout
31698
31699 \begin_layout Description
31700 Plain
31701 \begin_inset space ~
31702 \end_inset
31703
31704 Text A text document; each line is inserted in your document as a separate
31705  paragraph.
31706 \end_layout
31707
31708 \begin_layout Description
31709 Plain
31710 \begin_inset space ~
31711 \end_inset
31712
31713 Text,
31714 \begin_inset space ~
31715 \end_inset
31716
31717 Join
31718 \begin_inset space ~
31719 \end_inset
31720
31721 Lines A text document; text lines are inserted in your document continuously
31722  but an empty text line creates a new paragraph.
31723 \end_layout
31724
31725 \begin_layout Description
31726 External
31727 \begin_inset space ~
31728 \end_inset
31729
31730 Material Files in various formats.
31731 \end_layout
31732
31733 \begin_layout Description
31734 Child
31735 \begin_inset space ~
31736 \end_inset
31737
31738 Document LyX or LaTeX-documents.
31739 \end_layout
31740
31741 \begin_layout Section
31742 External Material
31743 \begin_inset Index idx
31744 status collapsed
31745
31746 \begin_layout Plain Layout
31747 External Document Parts ! External Material
31748 \end_layout
31749
31750 \end_inset
31751
31752
31753 \end_layout
31754
31755 \begin_layout Standard
31756 The external material feature allows you to insert files in to your document
31757  without converting them to a format that can be read by the document output
31758  format.
31759  LyX takes care of the necessary conversions.
31760  This is similar to images that can be inserted in various image formats
31761  in LyX documents.
31762  When you have enabled Instant Preview in LyX's preferences under 
31763 \family sans
31764 Look
31765 \begin_inset space ~
31766 \end_inset
31767
31768 and
31769 \begin_inset space ~
31770 \end_inset
31771
31772 feel\SpecialChar \menuseparator
31773 Graphics
31774 \family default
31775 , the external material types Dia and Xfig are directly shown in LyX.
31776 \end_layout
31777
31778 \begin_layout Standard
31779 External material can be inserted via the 
31780 \family sans
31781 External Material
31782 \family default
31783  dialog that is accessible with the menu 
31784 \family sans
31785 Insert\SpecialChar \menuseparator
31786 File\SpecialChar \menuseparator
31787 External
31788 \begin_inset space ~
31789 \end_inset
31790
31791 Material
31792 \family default
31793 .
31794  Currently the following file types (
31795 \family sans
31796 Templates
31797 \family default
31798 ) are allowed:
31799 \end_layout
31800
31801 \begin_layout Description
31802 ChessDiagram This template supports chess position diagrams made with the
31803  program 
31804 \series bold
31805
31806 \begin_inset CommandInset href
31807 LatexCommand href
31808 name "XBoard"
31809 target "http://en.wikipedia.org/wiki/XBoard"
31810
31811 \end_inset
31812
31813
31814 \series default
31815 .
31816 \end_layout
31817
31818 \begin_layout Description
31819 Date This inserts the date in the form 
31820 \emph on
31821 Day-Month-Year
31822 \emph default
31823 .
31824  This is a date inserted as external material: 
31825 \begin_inset External
31826         template Date
31827         filename .
31828
31829 \end_inset
31830
31831
31832 \begin_inset space ~
31833 \end_inset
31834
31835
31836 \begin_inset Note Note
31837 status open
31838
31839 \begin_layout Plain Layout
31840 Remove the protected space when bug 4398 is fixed!
31841 \end_layout
31842
31843 \end_inset
31844
31845
31846 \begin_inset Newline newline
31847 \end_inset
31848
31849 The date is not shown within LyX, only in the output.
31850  There are two other methods of inserting a date: Via menu 
31851 \family sans
31852 Insert\SpecialChar \menuseparator
31853 Date
31854 \family default
31855  and with the LaTeX command 
31856 \series bold
31857
31858 \backslash
31859 today
31860 \series default
31861  as TeX-Code.
31862  The different methods are compared in Table
31863 \begin_inset space ~
31864 \end_inset
31865
31866
31867 \begin_inset CommandInset ref
31868 LatexCommand ref
31869 reference "tab:Comparison-of-the"
31870
31871 \end_inset
31872
31873 .
31874 \end_layout
31875
31876 \begin_layout Description
31877 Dia This template supports diagrams created with the program 
31878 \series bold
31879
31880 \begin_inset CommandInset href
31881 LatexCommand href
31882 name "Dia"
31883 target "http://en.wikipedia.org/wiki/Dia_(software)"
31884
31885 \end_inset
31886
31887
31888 \series default
31889 .
31890 \end_layout
31891
31892 \begin_layout Description
31893 LilyPond This template is used for music notation typeset with the program
31894 \begin_inset Newline linebreak
31895 \end_inset
31896
31897
31898 \series bold
31899
31900 \begin_inset CommandInset href
31901 LatexCommand href
31902 name "LilyPond"
31903 target "http://en.wikipedia.org/wiki/LilyPond"
31904
31905 \end_inset
31906
31907
31908 \series default
31909 .
31910 \end_layout
31911
31912 \begin_layout Description
31913 PDFPages With this template you can insert PDF documents to your document.
31914  To insert certain or all pages of a PDF, use the 
31915 \emph on
31916 pages
31917 \emph default
31918  option in the 
31919 \family sans
31920 Option
31921 \family default
31922  field in the 
31923 \family sans
31924 LaTeX and LyX options
31925 \family default
31926  tab according to the template description in the dialog.
31927  When no 
31928 \emph on
31929 pages
31930 \emph default
31931  option is given, only the first page of the PDF will be inserted.
31932 \end_layout
31933
31934 \begin_layout Description
31935 RasterImage This can be used for bitmap images.
31936  Nearly all popular image formats are supported.
31937  The image can be treated in the 
31938 \family sans
31939 External material
31940 \family default
31941  dialog like the images that are usually included via the 
31942 \family sans
31943 Graphics
31944 \family default
31945  dialog as described in section
31946 \begin_inset space ~
31947 \end_inset
31948
31949
31950 \begin_inset CommandInset ref
31951 LatexCommand ref
31952 reference "sec:Graphics-Dialog"
31953
31954 \end_inset
31955
31956 .
31957  The difference is that only raster images are allowed; that means that
31958  PDF and EPS-images are not supported.
31959 \end_layout
31960
31961 \begin_layout Description
31962 XFig This template supports images created with the program 
31963 \series bold
31964
31965 \begin_inset CommandInset href
31966 LatexCommand href
31967 name "Xfig"
31968 target "http://en.wikipedia.org/wiki/Xfig"
31969
31970 \end_inset
31971
31972
31973 \series default
31974 .
31975 \end_layout
31976
31977 \begin_layout Standard
31978 \begin_inset Float table
31979 placement h
31980 wide false
31981 sideways false
31982 status open
31983
31984 \begin_layout Plain Layout
31985 \begin_inset Caption
31986
31987 \begin_layout Plain Layout
31988 \begin_inset CommandInset label
31989 LatexCommand label
31990 name "tab:Comparison-of-the"
31991
31992 \end_inset
31993
31994 Comparison of the date input methods.
31995 \end_layout
31996
31997 \end_inset
31998
31999
32000 \end_layout
32001
32002 \begin_layout Plain Layout
32003 \align center
32004 \begin_inset Tabular
32005 <lyxtabular version="3" rows="4" columns="4">
32006 <features tabularvalignment="middle">
32007 <column alignment="center" valignment="top" width="0">
32008 <column alignment="center" valignment="top" width="0">
32009 <column alignment="center" valignment="top" width="0">
32010 <column alignment="center" valignment="top" width="0">
32011 <row>
32012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32013 \begin_inset Text
32014
32015 \begin_layout Plain Layout
32016 Document format
32017 \end_layout
32018
32019 \end_inset
32020 </cell>
32021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32022 \begin_inset Text
32023
32024 \begin_layout Plain Layout
32025
32026 \family sans
32027 External Material\SpecialChar \menuseparator
32028 Date
32029 \end_layout
32030
32031 \end_inset
32032 </cell>
32033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32034 \begin_inset Text
32035
32036 \begin_layout Plain Layout
32037
32038 \family sans
32039 Insert\SpecialChar \menuseparator
32040 Date
32041 \end_layout
32042
32043 \end_inset
32044 </cell>
32045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32046 \begin_inset Text
32047
32048 \begin_layout Plain Layout
32049 command 
32050 \series bold
32051
32052 \backslash
32053 today
32054 \end_layout
32055
32056 \end_inset
32057 </cell>
32058 </row>
32059 <row>
32060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32061 \begin_inset Text
32062
32063 \begin_layout Plain Layout
32064 LyX
32065 \end_layout
32066
32067 \end_inset
32068 </cell>
32069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32070 \begin_inset Text
32071
32072 \begin_layout Plain Layout
32073 as inset box
32074 \end_layout
32075
32076 \end_inset
32077 </cell>
32078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32079 \begin_inset Text
32080
32081 \begin_layout Plain Layout
32082 as date
32083 \end_layout
32084
32085 \end_inset
32086 </cell>
32087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32088 \begin_inset Text
32089
32090 \begin_layout Plain Layout
32091 as TeX-Code inset box
32092 \end_layout
32093
32094 \end_inset
32095 </cell>
32096 </row>
32097 <row>
32098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32099 \begin_inset Text
32100
32101 \begin_layout Plain Layout
32102 LaTeX
32103 \end_layout
32104
32105 \end_inset
32106 </cell>
32107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32108 \begin_inset Text
32109
32110 \begin_layout Plain Layout
32111 as date
32112 \end_layout
32113
32114 \end_inset
32115 </cell>
32116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32117 \begin_inset Text
32118
32119 \begin_layout Plain Layout
32120 as date
32121 \end_layout
32122
32123 \end_inset
32124 </cell>
32125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32126 \begin_inset Text
32127
32128 \begin_layout Plain Layout
32129 as command
32130 \end_layout
32131
32132 \end_inset
32133 </cell>
32134 </row>
32135 <row>
32136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32137 \begin_inset Text
32138
32139 \begin_layout Plain Layout
32140 DVI, PDF, PS
32141 \end_layout
32142
32143 \end_inset
32144 </cell>
32145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32146 \begin_inset Text
32147
32148 \begin_layout Plain Layout
32149 as date
32150 \end_layout
32151
32152 \end_inset
32153 </cell>
32154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32155 \begin_inset Text
32156
32157 \begin_layout Plain Layout
32158 as date
32159 \end_layout
32160
32161 \end_inset
32162 </cell>
32163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32164 \begin_inset Text
32165
32166 \begin_layout Plain Layout
32167 as date
32168 \end_layout
32169
32170 \end_inset
32171 </cell>
32172 </row>
32173 </lyxtabular>
32174
32175 \end_inset
32176
32177
32178 \end_layout
32179
32180 \end_inset
32181
32182
32183 \end_layout
32184
32185 \begin_layout Standard
32186 When you use the option 
32187 \family sans
32188 Draft
32189 \family default
32190  in the 
32191 \family sans
32192 File
32193 \family default
32194  tab of the 
32195 \family sans
32196 External Material
32197 \family default
32198  dialog, only the path to the inserted file is shown in the output.
32199 \begin_inset Newline newline
32200 \end_inset
32201
32202 External material is displayed in LyX either as a box like this: 
32203 \begin_inset Graphics
32204         filename clipart/ExternalMaterialQt4.png
32205         scale 85
32206         scaleBeforeRotation
32207
32208 \end_inset
32209
32210  or as image, depending on the option 
32211 \family sans
32212 Show in LyX
32213 \family default
32214  in the 
32215 \family sans
32216 LaTeX and LyX options
32217 \family default
32218  tab of the dialog.
32219 \end_layout
32220
32221 \begin_layout Standard
32222 The 
32223 \family sans
32224 \emph on
32225 Customization
32226 \family default
32227 \emph default
32228  manual explains how you can define your own templates.
32229 \end_layout
32230
32231 \begin_layout Section
32232 Child Documents
32233 \begin_inset CommandInset label
32234 LatexCommand label
32235 name "sec:Child-Documents"
32236
32237 \end_inset
32238
32239
32240 \begin_inset Index idx
32241 status collapsed
32242
32243 \begin_layout Plain Layout
32244 External Document Parts ! Child Documents
32245 \end_layout
32246
32247 \end_inset
32248
32249
32250 \begin_inset Index idx
32251 status collapsed
32252
32253 \begin_layout Plain Layout
32254 Files ! Include
32255 \end_layout
32256
32257 \end_inset
32258
32259
32260 \end_layout
32261
32262 \begin_layout Standard
32263 Child documents are used when you have a long document consisting of several
32264  larger parts or sections.
32265  For maintenance it is often useful and sometimes even required to split
32266  the document in several files that can be revised separately.
32267  The different documents are then the so called child documents and a master
32268  document connects them to print the full document or parts of it.
32269  A child documents inherits elements of its master, for example the LaTeX
32270  preamble, the bibliography, and labels for cross-references.
32271 \end_layout
32272
32273 \begin_layout Standard
32274 To be able to work on child documents without the need to open their master,
32275  specify in the child document the master in the menu
32276 \family sans
32277  Document\SpecialChar \menuseparator
32278 Settings\SpecialChar \menuseparator
32279 Document
32280 \begin_inset space ~
32281 \end_inset
32282
32283 Class
32284 \family default
32285 .
32286  This master document will then be used in the background by LyX when you
32287  edit the child document.
32288 \end_layout
32289
32290 \begin_layout Standard
32291 Included documents are displayed in LyX as a box like this: 
32292 \begin_inset Graphics
32293         filename clipart/ChildDocumentQt4.png
32294         scale 85
32295         scaleBeforeRotation
32296
32297 \end_inset
32298
32299  To include child documents in a master document use the menu 
32300 \family sans
32301 Insert\SpecialChar \menuseparator
32302 File\SpecialChar \menuseparator
32303 Child
32304 \begin_inset space ~
32305 \end_inset
32306
32307 Documents
32308 \family default
32309 .
32310  A dialog pops up where you can choose between four include methods:
32311 \end_layout
32312
32313 \begin_layout Description
32314 Include You can include LyX and LaTeX-documents.
32315  When you press the 
32316 \family sans
32317 Load
32318 \family default
32319  button in the 
32320 \family sans
32321 Child Document
32322 \family default
32323  dialog, the included documents will be opened in LyX in a new file tab
32324  so that you can modify them.
32325 \begin_inset Newline newline
32326 \end_inset
32327
32328
32329 \end_layout
32330
32331 \begin_layout Standard
32332 Here is a child document inserted using 
32333 \family sans
32334 Include
32335 \family default
32336
32337 \begin_inset CommandInset include
32338 LatexCommand include
32339 filename "DummyDocument1.lyx"
32340
32341 \end_inset
32342
32343
32344 \end_layout
32345
32346 \begin_layout Standard
32347 The section numbering includes the sections of the included files in the
32348  order they are inserted in the master document.
32349  The included example document has for example a subsection that is numbered
32350  as a subsection of this section.
32351  Labels of included documents can be referenced: Subsection
32352 \begin_inset space ~
32353 \end_inset
32354
32355
32356 \begin_inset CommandInset ref
32357 LatexCommand ref
32358 reference "sub:External-Subsection-1"
32359
32360 \end_inset
32361
32362
32363 \end_layout
32364
32365 \begin_layout Standard
32366 The preamble of the child document is ignored; only the preamble of the
32367  master document is used.
32368  Branches in child documents will be ignored by the master document when
32369  the master document does not have a branch with the same name.
32370  Included documents are inserted starting on a new page and ending with
32371  a page break.
32372 \end_layout
32373
32374 \begin_layout Standard
32375 If you are only working on a certain chapter of a large document and want
32376  to save compiling time, you can put each included file into a branch.
32377 \begin_inset Foot
32378 status collapsed
32379
32380 \begin_layout Plain Layout
32381 Branches are described in section 
32382 \emph on
32383 Branches
32384 \emph default
32385  of the LyX 
32386 \emph on
32387 Userguide
32388 \emph default
32389 .
32390 \end_layout
32391
32392 \end_inset
32393
32394  By enabling/disabling branches you can decide what included files will
32395  appear in the output.
32396 \end_layout
32397
32398 \begin_layout Standard
32399 \begin_inset Note Greyedout
32400 status open
32401
32402 \begin_layout Plain Layout
32403
32404 \series bold
32405 Note:
32406 \series default
32407  Due to a bug in LyX the LaTeX command 
32408 \series bold
32409
32410 \backslash
32411 includeonly
32412 \series default
32413  can currently not be used as an alternative to decide what files should
32414  be included.
32415 \end_layout
32416
32417 \end_inset
32418
32419
32420 \end_layout
32421
32422 \begin_layout Standard
32423 \begin_inset Note Greyedout
32424 status open
32425
32426 \begin_layout Plain Layout
32427
32428 \series bold
32429 Note:
32430 \series default
32431  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
32432 w the document in case the child document uses another document class than
32433  the master document as this will lead to unexpected outputs.
32434 \end_layout
32435
32436 \end_inset
32437
32438
32439 \end_layout
32440
32441 \begin_layout Description
32442 Input This method is very similar to the Include method.
32443  The differences are:
32444 \end_layout
32445
32446 \begin_deeper
32447 \begin_layout Itemize
32448 Input files don't start with a new page and don't end with a page break.
32449 \end_layout
32450
32451 \begin_layout Itemize
32452 Input files can be previewed in LyX when 
32453 \family sans
32454 Instant
32455 \begin_inset space ~
32456 \end_inset
32457
32458 Preview
32459 \family default
32460  is enabled in LyX's preferences under 
32461 \family sans
32462 Look
32463 \begin_inset space ~
32464 \end_inset
32465
32466 and
32467 \begin_inset space ~
32468 \end_inset
32469
32470 feel\SpecialChar \menuseparator
32471 Graphics
32472 \family default
32473 .
32474 \end_layout
32475
32476 \begin_layout Itemize
32477 The LaTeX-command 
32478 \series bold
32479
32480 \backslash
32481 includeonly
32482 \series default
32483  cannot be used.
32484 \end_layout
32485
32486 \end_deeper
32487 \begin_layout Standard
32488 Here is a child document inserted using 
32489 \family sans
32490 Input
32491 \family default
32492
32493 \begin_inset CommandInset include
32494 LatexCommand input
32495 filename "DummyDocument2.lyx"
32496
32497 \end_inset
32498
32499
32500 \end_layout
32501
32502 \begin_layout Description
32503 Verbatim With this method every text file can be included.
32504  The file is shown in the output with its source code; no command used in
32505  the text is invoked.
32506  You can use the option 
32507 \family sans
32508 Mark spaces in output
32509 \family default
32510  that displays the character 
32511 \begin_inset Quotes eld
32512 \end_inset
32513
32514
32515 \begin_inset ERT
32516 status collapsed
32517
32518 \begin_layout Plain Layout
32519
32520
32521 \backslash
32522 textvisiblespace 
32523 \end_layout
32524
32525 \end_inset
32526
32527
32528 \begin_inset Quotes erd
32529 \end_inset
32530
32531  for every space character in the source code.
32532  The difference from the method via the menu 
32533 \family sans
32534 Insert\SpecialChar \menuseparator
32535 File\SpecialChar \menuseparator
32536 Plain
32537 \begin_inset space ~
32538 \end_inset
32539
32540 Text
32541 \family default
32542  is that the document content is not shown in LyX.
32543 \end_layout
32544
32545 \begin_layout Standard
32546 Here is a child document inserted as Verbatim: 
32547 \begin_inset CommandInset include
32548 LatexCommand verbatiminput
32549 filename "DummyTextDocument.txt"
32550
32551 \end_inset
32552
32553
32554 \begin_inset VSpace bigskip
32555 \end_inset
32556
32557 Here is a child document inserted as Verbatim using the 
32558 \family sans
32559 Mark spaces in output
32560 \family default
32561  option: 
32562 \begin_inset CommandInset include
32563 LatexCommand verbatiminput*
32564 filename "DummyTextDocument.txt"
32565
32566 \end_inset
32567
32568
32569 \end_layout
32570
32571 \begin_layout Standard
32572 \begin_inset VSpace bigskip
32573 \end_inset
32574
32575
32576 \end_layout
32577
32578 \begin_layout Standard
32579 \begin_inset Note Greyedout
32580 status open
32581
32582 \begin_layout Plain Layout
32583
32584 \series bold
32585 Note:
32586 \series default
32587  As you can see in the examples above, the text of the documents included
32588  as 
32589 \family sans
32590 verbatim
32591 \family default
32592  is not broken at the end of the document lines.
32593 \end_layout
32594
32595 \end_inset
32596
32597
32598 \end_layout
32599
32600 \begin_layout Description
32601 Listings This type is described in chapter
32602 \begin_inset space ~
32603 \end_inset
32604
32605
32606 \begin_inset CommandInset ref
32607 LatexCommand ref
32608 reference "cha:Program-Code-Listings"
32609
32610 \end_inset
32611
32612 .
32613 \end_layout
32614
32615 \begin_layout Standard
32616 \begin_inset Note Greyedout
32617 status open
32618
32619 \begin_layout Plain Layout
32620
32621 \series bold
32622 Note:
32623 \series default
32624  Including the same document twice in a document using different methods
32625  could cause LaTeX-problems.
32626 \end_layout
32627
32628 \end_inset
32629
32630
32631 \end_layout
32632
32633 \begin_layout Chapter
32634 Program Code Listings
32635 \begin_inset CommandInset label
32636 LatexCommand label
32637 name "cha:Program-Code-Listings"
32638
32639 \end_inset
32640
32641
32642 \begin_inset Index idx
32643 status collapsed
32644
32645 \begin_layout Plain Layout
32646 Listings
32647 \end_layout
32648
32649 \end_inset
32650
32651
32652 \begin_inset Index idx
32653 status collapsed
32654
32655 \begin_layout Plain Layout
32656 Program Code
32657 \end_layout
32658
32659 \end_inset
32660
32661
32662 \begin_inset Index idx
32663 status collapsed
32664
32665 \begin_layout Plain Layout
32666 Floats ! Listings
32667 \end_layout
32668
32669 \end_inset
32670
32671
32672 \end_layout
32673
32674 \begin_layout Standard
32675 To include and typeset program code you can use the 
32676 \family sans
32677 Listings
32678 \family default
32679  inset that can be inserted via the menu 
32680 \family sans
32681 Insert\SpecialChar \menuseparator
32682 Program Listing
32683 \family default
32684 .
32685  The LaTeX-package 
32686 \series bold
32687 listings
32688 \series default
32689
32690 \begin_inset Index idx
32691 status collapsed
32692
32693 \begin_layout Plain Layout
32694 LaTeX-packages ! listings
32695 \end_layout
32696
32697 \end_inset
32698
32699  provides a powerful and flexible way to insert program source code into
32700  your document.
32701 \end_layout
32702
32703 \begin_layout Standard
32704 Right-clicking on a listings inset opens the context menu containing where
32705  you can set the listings format.
32706 \end_layout
32707
32708 \begin_layout Standard
32709 By default, a listing starts a new paragraph in the output.
32710  The placement option 
32711 \family sans
32712 Inline
32713 \begin_inset space ~
32714 \end_inset
32715
32716 listing
32717 \family default
32718  prints the listing inline like this: 
32719 \begin_inset listings
32720 lstparams "language={C++}"
32721 inline true
32722 status open
32723
32724 \begin_layout Plain Layout
32725
32726 int a=5;
32727 \end_layout
32728
32729 \end_inset
32730
32731
32732 \begin_inset Newline newline
32733 \end_inset
32734
32735 The option 
32736 \family sans
32737 Float
32738 \family default
32739  creates a listings float where you can specify the placement options 
32740 \begin_inset Quotes eld
32741 \end_inset
32742
32743
32744 \family sans
32745 h
32746 \family default
32747
32748 \begin_inset Quotes erd
32749 \end_inset
32750
32751
32752 \begin_inset Quotes eld
32753 \end_inset
32754
32755
32756 \family sans
32757 t
32758 \family default
32759
32760 \begin_inset Quotes erd
32761 \end_inset
32762
32763
32764 \begin_inset Quotes eld
32765 \end_inset
32766
32767
32768 \family sans
32769 b
32770 \family default
32771
32772 \begin_inset Quotes erd
32773 \end_inset
32774
32775 , and 
32776 \begin_inset Quotes eld
32777 \end_inset
32778
32779
32780 \family sans
32781 p
32782 \family default
32783
32784 \begin_inset Quotes erd
32785 \end_inset
32786
32787  corresponding to the float placement options described in section
32788 \begin_inset space ~
32789 \end_inset
32790
32791
32792 \begin_inset CommandInset ref
32793 LatexCommand ref
32794 reference "sec:Float-Placement"
32795
32796 \end_inset
32797
32798 .
32799  The placement options can be mixed and are inserted without any separation,
32800  e.
32801 \begin_inset space \thinspace{}
32802 \end_inset
32803
32804 g.
32805 \begin_inset space \space{}
32806 \end_inset
32807
32808
32809 \begin_inset Quotes eld
32810 \end_inset
32811
32812
32813 \family sans
32814 htbp
32815 \family default
32816
32817 \begin_inset Quotes erd
32818 \end_inset
32819
32820 .
32821  The option 
32822 \begin_inset Quotes eld
32823 \end_inset
32824
32825 h
32826 \begin_inset Quotes erd
32827 \end_inset
32828
32829  has sometimes no effect, but you don't need to use the 
32830 \family sans
32831 Float
32832 \family default
32833  option in this case as also non-float listings can have captions and be
32834  referenced.
32835 \end_layout
32836
32837 \begin_layout Standard
32838 You can add captions to listings with the menu 
32839 \family sans
32840 Insert\SpecialChar \menuseparator
32841 Caption
32842 \family default
32843 .
32844  Listings can be referenced like floats: Listing
32845 \begin_inset space ~
32846 \end_inset
32847
32848
32849 \begin_inset CommandInset ref
32850 LatexCommand ref
32851 reference "lst:Example-Listing"
32852
32853 \end_inset
32854
32855
32856 \end_layout
32857
32858 \begin_layout Standard
32859 \begin_inset listings
32860 lstparams "language=Python"
32861 inline false
32862 status open
32863
32864 \begin_layout Plain Layout
32865
32866 \begin_inset Caption
32867
32868 \begin_layout Plain Layout
32869 \begin_inset CommandInset label
32870 LatexCommand label
32871 name "lst:Example-Listing"
32872
32873 \end_inset
32874
32875 Example Listing float
32876 \end_layout
32877
32878 \end_inset
32879
32880 # Example listing float
32881 \end_layout
32882
32883 \begin_layout Plain Layout
32884
32885 def func(param):
32886 \end_layout
32887
32888 \begin_layout Plain Layout
32889
32890     'this is a python function'
32891 \end_layout
32892
32893 \begin_layout Plain Layout
32894
32895     pass
32896 \end_layout
32897
32898 \end_inset
32899
32900
32901 \end_layout
32902
32903 \begin_layout Standard
32904 When you have set a programming language in the listings dialog, the keywords
32905  of this language will be recognized and specially typeset in the output.
32906  In the example listings the Python keyword 
32907 \begin_inset Quotes eld
32908 \end_inset
32909
32910 def
32911 \begin_inset Quotes erd
32912 \end_inset
32913
32914  is recognized and printed bold in the output.
32915 \end_layout
32916
32917 \begin_layout Standard
32918 \begin_inset Note Greyedout
32919 status open
32920
32921 \begin_layout Plain Layout
32922
32923 \series bold
32924 Note:
32925 \series default
32926  If you don't get bold keywords when using typewriter fonts, your 
32927 \family typewriter
32928 typewriter
32929 \family default
32930  font probably doesn't provide a bold shape.
32931  In this case select a different one in the menu 
32932 \family sans
32933 Document\SpecialChar \menuseparator
32934 Settings\SpecialChar \menuseparator
32935 Fonts
32936 \family default
32937 .
32938  (The fonts 
32939 \emph on
32940 LuxiMono, BeraMono
32941 \emph default
32942  and 
32943 \emph on
32944 Courier
32945 \emph default
32946  provide bold shapes.)
32947 \end_layout
32948
32949 \end_inset
32950
32951
32952 \end_layout
32953
32954 \begin_layout Standard
32955 In section 
32956 \family sans
32957 Line
32958 \begin_inset space ~
32959 \end_inset
32960
32961 numbering
32962 \family default
32963  of the listings dialog you can specify the line numbering style.
32964  You can insert a number to specify which lines are numbered in the field
32965  
32966 \family sans
32967 Step
32968 \family default
32969 .
32970  When you insert e.
32971 \begin_inset space \thinspace{}
32972 \end_inset
32973
32974 g.
32975 \begin_inset space \space{}
32976 \end_inset
32977
32978
32979 \begin_inset Quotes eld
32980 \end_inset
32981
32982 3
32983 \begin_inset Quotes erd
32984 \end_inset
32985
32986 , only every 3rd line will be numbered.
32987 \end_layout
32988
32989 \begin_layout Standard
32990 You can furthermore specify a range of lines; only these will then appear
32991  in the output.
32992  The option 
32993 \family sans
32994 Extended character table
32995 \family default
32996  should be used when you use national characters like the German umlauts
32997  in the listing.
32998 \begin_inset Newline newline
32999 \end_inset
33000
33001 Here is an example listing with left line numbering, step 
33002 \begin_inset Quotes eld
33003 \end_inset
33004
33005 3
33006 \begin_inset Quotes erd
33007 \end_inset
33008
33009 , language 
33010 \begin_inset Quotes eld
33011 \end_inset
33012
33013 Python
33014 \begin_inset Quotes erd
33015 \end_inset
33016
33017 , options 
33018 \begin_inset Quotes eld
33019 \end_inset
33020
33021 Extended character table
33022 \begin_inset Quotes erd
33023 \end_inset
33024
33025  and 
33026 \begin_inset Quotes eld
33027 \end_inset
33028
33029 Space
33030 \begin_inset space ~
33031 \end_inset
33032
33033 as
33034 \begin_inset space ~
33035 \end_inset
33036
33037 symbol
33038 \begin_inset Quotes erd
33039 \end_inset
33040
33041 , range lines 3
33042 \begin_inset space \thinspace{}
33043 \end_inset
33044
33045 -
33046 \begin_inset space \thinspace{}
33047 \end_inset
33048
33049 8:
33050 \end_layout
33051
33052 \begin_layout Standard
33053 \begin_inset listings
33054 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
33055 inline false
33056 status open
33057
33058 \begin_layout Plain Layout
33059
33060 def func(param):
33061 \end_layout
33062
33063 \begin_layout Plain Layout
33064
33065     'this is a python function'
33066 \end_layout
33067
33068 \begin_layout Plain Layout
33069
33070     pass
33071 \end_layout
33072
33073 \begin_layout Plain Layout
33074
33075 def func(param):
33076 \end_layout
33077
33078 \begin_layout Plain Layout
33079
33080 'This is a German word: Tschüß'
33081 \end_layout
33082
33083 \begin_layout Plain Layout
33084
33085 pass
33086 \end_layout
33087
33088 \begin_layout Plain Layout
33089
33090 def func(param):
33091 \end_layout
33092
33093 \begin_layout Plain Layout
33094
33095 'this is a python function'
33096 \end_layout
33097
33098 \begin_layout Plain Layout
33099
33100 pass
33101 \end_layout
33102
33103 \end_inset
33104
33105
33106 \end_layout
33107
33108 \begin_layout Standard
33109 When you have tabulators in your listing, you can specify the number of
33110  characters that are spanned by a tabulator in the field 
33111 \family sans
33112 Tabulator
33113 \begin_inset space ~
33114 \end_inset
33115
33116 size
33117 \family default
33118 .
33119 \end_layout
33120
33121 \begin_layout Standard
33122 \begin_inset Note Greyedout
33123 status open
33124
33125 \begin_layout Plain Layout
33126
33127 \series bold
33128 Note:
33129 \series default
33130  Due to a bug in the 
33131 \series bold
33132 listings
33133 \series default
33134  package the line numbering is shifted by a line by every previous listing.
33135  That's the reason why the lines 2 and 5 are numbered in the above listing
33136  and not the lines 3 and 6.
33137 \end_layout
33138
33139 \end_inset
33140
33141
33142 \end_layout
33143
33144 \begin_layout Standard
33145 \begin_inset VSpace bigskip
33146 \end_inset
33147
33148
33149 \end_layout
33150
33151 \begin_layout Standard
33152 It is also possible to print lines from a file as listing.
33153  To do this, use the menu 
33154 \family sans
33155 Insert\SpecialChar \menuseparator
33156 File\SpecialChar \menuseparator
33157 Child Document
33158 \family default
33159  and choose the type 
33160 \family sans
33161 Listings
33162 \family default
33163 .
33164 \begin_inset Foot
33165 status collapsed
33166
33167 \begin_layout Plain Layout
33168 The other child document types are described in section
33169 \begin_inset space ~
33170 \end_inset
33171
33172
33173 \begin_inset CommandInset ref
33174 LatexCommand ref
33175 reference "sec:Child-Documents"
33176
33177 \end_inset
33178
33179 .
33180 \end_layout
33181
33182 \end_inset
33183
33184  In the child document dialog you can specify the listing parameters in
33185  a text box.
33186  To show a list of all available parameters, type in a question mark 
33187 \begin_inset Quotes eld
33188 \end_inset
33189
33190 ?
33191 \begin_inset Quotes erd
33192 \end_inset
33193
33194  in the text box.
33195 \end_layout
33196
33197 \begin_layout Standard
33198 To reference child document listings, write a label text into the corresponding
33199  field of the child document dialog.
33200  The label can then be referenced using the menu 
33201 \family sans
33202 Insert\SpecialChar \menuseparator
33203 Cross-Reference
33204 \family default
33205 .
33206 \end_layout
33207
33208 \begin_layout Standard
33209 Listing
33210 \begin_inset space ~
33211 \end_inset
33212
33213
33214 \begin_inset CommandInset ref
33215 LatexCommand ref
33216 reference "lst:file-listing"
33217
33218 \end_inset
33219
33220  is an example for a listing of a file; there the lines 10
33221 \begin_inset space \thinspace{}
33222 \end_inset
33223
33224 -
33225 \begin_inset space \thinspace{}
33226 \end_inset
33227
33228 15 of this LyX file are listed.
33229 \end_layout
33230
33231 \begin_layout Standard
33232 \begin_inset CommandInset include
33233 LatexCommand lstinputlisting
33234 filename "EmbeddedObjects.lyx"
33235 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
33236
33237 \end_inset
33238
33239
33240 \end_layout
33241
33242 \begin_layout Standard
33243 \begin_inset VSpace bigskip
33244 \end_inset
33245
33246
33247 \end_layout
33248
33249 \begin_layout Standard
33250 Global listings settings can be set in the 
33251 \family sans
33252 Document\SpecialChar \menuseparator
33253 Settings\SpecialChar \menuseparator
33254 Text Layout
33255 \family default
33256  dialog.
33257  To get there a list of available options, type in a question mark 
33258 \begin_inset Quotes eld
33259 \end_inset
33260
33261 ?
33262 \begin_inset Quotes erd
33263 \end_inset
33264
33265  in the 
33266 \family sans
33267 Listings
33268 \begin_inset space ~
33269 \end_inset
33270
33271 settings
33272 \family default
33273  field.
33274 \end_layout
33275
33276 \begin_layout Standard
33277 For more information about the 
33278 \series bold
33279 listings
33280 \series default
33281  package, we refer to its documentation 
33282 \begin_inset CommandInset citation
33283 LatexCommand cite
33284 key "listings"
33285
33286 \end_inset
33287
33288 .
33289 \end_layout
33290
33291 \begin_layout Standard
33292 \begin_inset Newpage newpage
33293 \end_inset
33294
33295
33296 \end_layout
33297
33298 \begin_layout Chapter
33299 \start_of_appendix
33300 Units available in LyX
33301 \begin_inset Index idx
33302 status collapsed
33303
33304 \begin_layout Plain Layout
33305 Units
33306 \end_layout
33307
33308 \end_inset
33309
33310
33311 \begin_inset CommandInset label
33312 LatexCommand label
33313 name "cha:Units-available-in"
33314
33315 \end_inset
33316
33317
33318 \end_layout
33319
33320 \begin_layout Standard
33321 To understand the units described in this documentation, Table
33322 \begin_inset space ~
33323 \end_inset
33324
33325
33326 \begin_inset CommandInset ref
33327 LatexCommand ref
33328 reference "tab:Units"
33329
33330 \end_inset
33331
33332  explains all units available in LyX.
33333 \end_layout
33334
33335 \begin_layout Standard
33336 \begin_inset Float table
33337 placement h
33338 wide false
33339 sideways false
33340 status open
33341
33342 \begin_layout Plain Layout
33343 \begin_inset Caption
33344
33345 \begin_layout Plain Layout
33346 \begin_inset CommandInset label
33347 LatexCommand label
33348 name "tab:Units"
33349
33350 \end_inset
33351
33352 Units
33353 \end_layout
33354
33355 \end_inset
33356
33357
33358 \end_layout
33359
33360 \begin_layout Plain Layout
33361 \begin_inset VSpace medskip
33362 \end_inset
33363
33364
33365 \end_layout
33366
33367 \begin_layout Plain Layout
33368 \align center
33369 \begin_inset Tabular
33370 <lyxtabular version="3" rows="20" columns="2">
33371 <features tabularvalignment="middle">
33372 <column alignment="center" valignment="top" width="0">
33373 <column alignment="center" valignment="top" width="0">
33374 <row>
33375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33376 \begin_inset Text
33377
33378 \begin_layout Plain Layout
33379 unit
33380 \end_layout
33381
33382 \end_inset
33383 </cell>
33384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33385 \begin_inset Text
33386
33387 \begin_layout Plain Layout
33388 name/description
33389 \end_layout
33390
33391 \end_inset
33392 </cell>
33393 </row>
33394 <row>
33395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33396 \begin_inset Text
33397
33398 \begin_layout Plain Layout
33399 mm
33400 \end_layout
33401
33402 \end_inset
33403 </cell>
33404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33405 \begin_inset Text
33406
33407 \begin_layout Plain Layout
33408 millimeter
33409 \end_layout
33410
33411 \end_inset
33412 </cell>
33413 </row>
33414 <row>
33415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33416 \begin_inset Text
33417
33418 \begin_layout Plain Layout
33419 cm
33420 \end_layout
33421
33422 \end_inset
33423 </cell>
33424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33425 \begin_inset Text
33426
33427 \begin_layout Plain Layout
33428 centimeter
33429 \end_layout
33430
33431 \end_inset
33432 </cell>
33433 </row>
33434 <row>
33435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33436 \begin_inset Text
33437
33438 \begin_layout Plain Layout
33439 in
33440 \end_layout
33441
33442 \end_inset
33443 </cell>
33444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33445 \begin_inset Text
33446
33447 \begin_layout Plain Layout
33448 inch
33449 \end_layout
33450
33451 \end_inset
33452 </cell>
33453 </row>
33454 <row>
33455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33456 \begin_inset Text
33457
33458 \begin_layout Plain Layout
33459 pt
33460 \end_layout
33461
33462 \end_inset
33463 </cell>
33464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33465 \begin_inset Text
33466
33467 \begin_layout Plain Layout
33468 point (72.27
33469 \begin_inset space \thinspace{}
33470 \end_inset
33471
33472 pt = 1
33473 \begin_inset space \thinspace{}
33474 \end_inset
33475
33476 in)
33477 \end_layout
33478
33479 \end_inset
33480 </cell>
33481 </row>
33482 <row>
33483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33484 \begin_inset Text
33485
33486 \begin_layout Plain Layout
33487 pc
33488 \end_layout
33489
33490 \end_inset
33491 </cell>
33492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33493 \begin_inset Text
33494
33495 \begin_layout Plain Layout
33496 pica (1
33497 \begin_inset space \thinspace{}
33498 \end_inset
33499
33500 pc = 12
33501 \begin_inset space \thinspace{}
33502 \end_inset
33503
33504 pt)
33505 \end_layout
33506
33507 \end_inset
33508 </cell>
33509 </row>
33510 <row>
33511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33512 \begin_inset Text
33513
33514 \begin_layout Plain Layout
33515 sp
33516 \end_layout
33517
33518 \end_inset
33519 </cell>
33520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33521 \begin_inset Text
33522
33523 \begin_layout Plain Layout
33524 scaled point (65536
33525 \begin_inset space \thinspace{}
33526 \end_inset
33527
33528 sp = 1
33529 \begin_inset space \thinspace{}
33530 \end_inset
33531
33532 pt)
33533 \end_layout
33534
33535 \end_inset
33536 </cell>
33537 </row>
33538 <row>
33539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33540 \begin_inset Text
33541
33542 \begin_layout Plain Layout
33543 bp
33544 \end_layout
33545
33546 \end_inset
33547 </cell>
33548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33549 \begin_inset Text
33550
33551 \begin_layout Plain Layout
33552 big point (72
33553 \begin_inset space \thinspace{}
33554 \end_inset
33555
33556 bp = 1
33557 \begin_inset space \thinspace{}
33558 \end_inset
33559
33560 in)
33561 \end_layout
33562
33563 \end_inset
33564 </cell>
33565 </row>
33566 <row>
33567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33568 \begin_inset Text
33569
33570 \begin_layout Plain Layout
33571 dd
33572 \end_layout
33573
33574 \end_inset
33575 </cell>
33576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33577 \begin_inset Text
33578
33579 \begin_layout Plain Layout
33580 didot (1
33581 \begin_inset space \thinspace{}
33582 \end_inset
33583
33584 dd 
33585 \begin_inset Formula $\approx$
33586 \end_inset
33587
33588  0.376
33589 \begin_inset space \thinspace{}
33590 \end_inset
33591
33592 mm)
33593 \end_layout
33594
33595 \end_inset
33596 </cell>
33597 </row>
33598 <row>
33599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33600 \begin_inset Text
33601
33602 \begin_layout Plain Layout
33603 cc
33604 \end_layout
33605
33606 \end_inset
33607 </cell>
33608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33609 \begin_inset Text
33610
33611 \begin_layout Plain Layout
33612 cicero (1
33613 \begin_inset space \thinspace{}
33614 \end_inset
33615
33616 cc = 12
33617 \begin_inset space \thinspace{}
33618 \end_inset
33619
33620 dd)
33621 \end_layout
33622
33623 \end_inset
33624 </cell>
33625 </row>
33626 <row>
33627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33628 \begin_inset Text
33629
33630 \begin_layout Plain Layout
33631 Scale%
33632 \end_layout
33633
33634 \end_inset
33635 </cell>
33636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33637 \begin_inset Text
33638
33639 \begin_layout Plain Layout
33640 % of original image width
33641 \end_layout
33642
33643 \end_inset
33644 </cell>
33645 </row>
33646 <row>
33647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33648 \begin_inset Text
33649
33650 \begin_layout Plain Layout
33651 text%
33652 \end_layout
33653
33654 \end_inset
33655 </cell>
33656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33657 \begin_inset Text
33658
33659 \begin_layout Plain Layout
33660 % of text width
33661 \end_layout
33662
33663 \end_inset
33664 </cell>
33665 </row>
33666 <row>
33667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33668 \begin_inset Text
33669
33670 \begin_layout Plain Layout
33671 col%
33672 \end_layout
33673
33674 \end_inset
33675 </cell>
33676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33677 \begin_inset Text
33678
33679 \begin_layout Plain Layout
33680 % of column width
33681 \end_layout
33682
33683 \end_inset
33684 </cell>
33685 </row>
33686 <row>
33687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33688 \begin_inset Text
33689
33690 \begin_layout Plain Layout
33691 page%
33692 \end_layout
33693
33694 \end_inset
33695 </cell>
33696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33697 \begin_inset Text
33698
33699 \begin_layout Plain Layout
33700 % of paper width
33701 \end_layout
33702
33703 \end_inset
33704 </cell>
33705 </row>
33706 <row>
33707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33708 \begin_inset Text
33709
33710 \begin_layout Plain Layout
33711 line%
33712 \end_layout
33713
33714 \end_inset
33715 </cell>
33716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33717 \begin_inset Text
33718
33719 \begin_layout Plain Layout
33720 % of line width
33721 \end_layout
33722
33723 \end_inset
33724 </cell>
33725 </row>
33726 <row>
33727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33728 \begin_inset Text
33729
33730 \begin_layout Plain Layout
33731 theight%
33732 \end_layout
33733
33734 \end_inset
33735 </cell>
33736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33737 \begin_inset Text
33738
33739 \begin_layout Plain Layout
33740 % of text height
33741 \end_layout
33742
33743 \end_inset
33744 </cell>
33745 </row>
33746 <row>
33747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33748 \begin_inset Text
33749
33750 \begin_layout Plain Layout
33751 pheight%
33752 \end_layout
33753
33754 \end_inset
33755 </cell>
33756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33757 \begin_inset Text
33758
33759 \begin_layout Plain Layout
33760 % of paper height
33761 \end_layout
33762
33763 \end_inset
33764 </cell>
33765 </row>
33766 <row>
33767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33768 \begin_inset Text
33769
33770 \begin_layout Plain Layout
33771 ex
33772 \end_layout
33773
33774 \end_inset
33775 </cell>
33776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33777 \begin_inset Text
33778
33779 \begin_layout Plain Layout
33780 height of letter 
33781 \emph on
33782 x
33783 \emph default
33784  in current font
33785 \end_layout
33786
33787 \end_inset
33788 </cell>
33789 </row>
33790 <row>
33791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33792 \begin_inset Text
33793
33794 \begin_layout Plain Layout
33795 em
33796 \end_layout
33797
33798 \end_inset
33799 </cell>
33800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33801 \begin_inset Text
33802
33803 \begin_layout Plain Layout
33804 width of letter 
33805 \emph on
33806 M
33807 \emph default
33808  in current font
33809 \end_layout
33810
33811 \end_inset
33812 </cell>
33813 </row>
33814 <row>
33815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33816 \begin_inset Text
33817
33818 \begin_layout Plain Layout
33819 mu
33820 \end_layout
33821
33822 \end_inset
33823 </cell>
33824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33825 \begin_inset Text
33826
33827 \begin_layout Plain Layout
33828 math unit (1
33829 \begin_inset space \thinspace{}
33830 \end_inset
33831
33832 mu = 1/18
33833 \begin_inset space \thinspace{}
33834 \end_inset
33835
33836 em)
33837 \end_layout
33838
33839 \end_inset
33840 </cell>
33841 </row>
33842 </lyxtabular>
33843
33844 \end_inset
33845
33846
33847 \end_layout
33848
33849 \end_inset
33850
33851
33852 \end_layout
33853
33854 \begin_layout Chapter
33855 Output File Formats with Graphics
33856 \begin_inset CommandInset label
33857 LatexCommand label
33858 name "cha:Output-File-Formats"
33859
33860 \end_inset
33861
33862
33863 \end_layout
33864
33865 \begin_layout Section
33866 DVI
33867 \begin_inset Index idx
33868 status collapsed
33869
33870 \begin_layout Plain Layout
33871 File Formats ! DVI
33872 \end_layout
33873
33874 \end_inset
33875
33876
33877 \begin_inset Index idx
33878 status collapsed
33879
33880 \begin_layout Plain Layout
33881 DVI|see
33882 \begin_inset ERT
33883 status collapsed
33884
33885 \begin_layout Plain Layout
33886
33887 {
33888 \end_layout
33889
33890 \end_inset
33891
33892 File Formats
33893 \begin_inset ERT
33894 status collapsed
33895
33896 \begin_layout Plain Layout
33897
33898 }
33899 \end_layout
33900
33901 \end_inset
33902
33903
33904 \end_layout
33905
33906 \end_inset
33907
33908
33909 \end_layout
33910
33911 \begin_layout Standard
33912 This file type has the extension 
33913 \begin_inset Quotes eld
33914 \end_inset
33915
33916
33917 \family typewriter
33918 .dvi
33919 \family default
33920
33921 \begin_inset Quotes erd
33922 \end_inset
33923
33924 .
33925  It is called 
33926 \begin_inset Quotes eld
33927 \end_inset
33928
33929 device-independent
33930 \begin_inset Quotes erd
33931 \end_inset
33932
33933  (DVI), because it is completely portable; you can move them from one machine
33934  to another without needing to do any sort of conversion.
33935  At the time when this file-format was developed, this was no matter of
33936  course.
33937  DVIs are used for quick previews and as pre-stage for other output formats,
33938  like PostScript.
33939 \end_layout
33940
33941 \begin_layout Standard
33942 \begin_inset Note Greyedout
33943 status open
33944
33945 \begin_layout Plain Layout
33946
33947 \series bold
33948 Note:
33949 \series default
33950  DVI-files do not contain images; they will only be a linked.
33951 \end_layout
33952
33953 \end_inset
33954
33955  So don't forget this, if you move your 
33956 \family typewriter
33957 .dvi
33958 \family default
33959  file to another computer.
33960  This property can also slow down your computer when you view the DVI, because
33961  the DVI-viewer has to convert the image in the background to make it visible
33962  when you scroll in the DVI.
33963  So it is recommended that you use PDF for files with many images.
33964 \end_layout
33965
33966 \begin_layout Standard
33967 You can export your document to DVI by using the menu 
33968 \family sans
33969 File\SpecialChar \menuseparator
33970 Export\SpecialChar \menuseparator
33971 DVI
33972 \family default
33973 .
33974  You can view your document as DVI via the 
33975 \family sans
33976 View
33977 \family default
33978  menu or by using the toolbar button 
33979 \begin_inset Graphics
33980         filename ../images/buffer-view_dvi.png
33981         scale 85
33982         scaleBeforeRotation
33983
33984 \end_inset
33985
33986 .
33987 \end_layout
33988
33989 \begin_layout Section
33990 PostScript
33991 \begin_inset CommandInset label
33992 LatexCommand label
33993 name "sec:PostScript"
33994
33995 \end_inset
33996
33997
33998 \begin_inset Index idx
33999 status collapsed
34000
34001 \begin_layout Plain Layout
34002 File Formats ! PostScript
34003 \end_layout
34004
34005 \end_inset
34006
34007
34008 \begin_inset Index idx
34009 status collapsed
34010
34011 \begin_layout Plain Layout
34012 PostScript|see
34013 \begin_inset ERT
34014 status collapsed
34015
34016 \begin_layout Plain Layout
34017
34018 {
34019 \end_layout
34020
34021 \end_inset
34022
34023 File Formats
34024 \begin_inset ERT
34025 status collapsed
34026
34027 \begin_layout Plain Layout
34028
34029 }
34030 \end_layout
34031
34032 \end_inset
34033
34034
34035 \end_layout
34036
34037 \end_inset
34038
34039
34040 \end_layout
34041
34042 \begin_layout Standard
34043 This file type has the extension 
34044 \begin_inset Quotes eld
34045 \end_inset
34046
34047
34048 \family typewriter
34049 .ps
34050 \family default
34051
34052 \begin_inset Quotes erd
34053 \end_inset
34054
34055 .
34056  PostScript was developed by the company 
34057 \family typewriter
34058 Adobe
34059 \family default
34060  as a printer language.
34061  The file therefore contains commands that the printer uses to print the
34062  file.
34063  PostScript can be seen as a 
34064 \begin_inset Quotes eld
34065 \end_inset
34066
34067 programming language
34068 \begin_inset Quotes erd
34069 \end_inset
34070
34071 ; you can calculate with it and draw diagrams and images
34072 \begin_inset Foot
34073 status collapsed
34074
34075 \begin_layout Plain Layout
34076 If you are interested to learn more about this, have a look at the LaTeX-package
34077  
34078 \series bold
34079 PSTricks
34080 \series default
34081  
34082 \begin_inset CommandInset citation
34083 LatexCommand cite
34084 key "pstricks"
34085
34086 \end_inset
34087
34088 .
34089 \end_layout
34090
34091 \end_inset
34092
34093 .
34094  Due to this ability, the files are often bigger than PDFs.
34095 \end_layout
34096
34097 \begin_layout Standard
34098 PostScript can only contain images in the format 
34099 \begin_inset Quotes eld
34100 \end_inset
34101
34102 Encapsulated PostScript
34103 \begin_inset Quotes erd
34104 \end_inset
34105
34106  (EPS, file extension 
34107 \begin_inset Quotes eld
34108 \end_inset
34109
34110
34111 \family typewriter
34112 .eps
34113 \family default
34114
34115 \begin_inset Quotes erd
34116 \end_inset
34117
34118 ).
34119  As LyX allows you to use any known image format in your document, it has
34120  to convert images in the background to EPS.
34121  If you have e.g.
34122 \begin_inset space ~
34123 \end_inset
34124
34125 50
34126 \begin_inset space ~
34127 \end_inset
34128
34129 images in your document, LyX has to do 50
34130 \begin_inset space ~
34131 \end_inset
34132
34133 conversions whenever you view or export your document.
34134  This will slow down your work flow with LyX drastically.
34135  So if you plan to use PostScript, you can insert your images directly as
34136  EPS to avoid this problem.
34137 \end_layout
34138
34139 \begin_layout Standard
34140 You can export your document to PostScript using the menu 
34141 \family sans
34142 File\SpecialChar \menuseparator
34143 Export\SpecialChar \menuseparator
34144 Postscript
34145 \family default
34146 .
34147  You can view your document as PostScript via the 
34148 \family sans
34149 View
34150 \family default
34151  menu or by using the toolbar button 
34152 \begin_inset Graphics
34153         filename ../images/buffer-view_ps.png
34154         scale 85
34155         scaleBeforeRotation
34156
34157 \end_inset
34158
34159 .
34160 \end_layout
34161
34162 \begin_layout Section
34163 PDF
34164 \begin_inset Index idx
34165 status collapsed
34166
34167 \begin_layout Plain Layout
34168 File Formats ! PDF
34169 \end_layout
34170
34171 \end_inset
34172
34173
34174 \begin_inset Index idx
34175 status collapsed
34176
34177 \begin_layout Plain Layout
34178 PDF
34179 \end_layout
34180
34181 \end_inset
34182
34183
34184 \end_layout
34185
34186 \begin_layout Standard
34187 This file type has the extension 
34188 \begin_inset Quotes eld
34189 \end_inset
34190
34191
34192 \family typewriter
34193 .pdf
34194 \family default
34195
34196 \begin_inset Quotes erd
34197 \end_inset
34198
34199 .
34200  The 
34201 \begin_inset Quotes eld
34202 \end_inset
34203
34204 Portable Document Format
34205 \begin_inset Quotes erd
34206 \end_inset
34207
34208  (PDF) was developed by 
34209 \family typewriter
34210 Adobe
34211 \family default
34212  as a derivative of PostScript.
34213  It is more compressed and it uses fewer commands than PostScript.
34214  As the name 
34215 \begin_inset Quotes eld
34216 \end_inset
34217
34218 portable
34219 \begin_inset Quotes erd
34220 \end_inset
34221
34222  implies, it can be processed at any computer system and the printed output
34223  looks exactly the same.
34224 \end_layout
34225
34226 \begin_layout Standard
34227 PDF can contain images in its own PDF format, in the format 
34228 \begin_inset Quotes eld
34229 \end_inset
34230
34231 Joint Photographic Experts Group
34232 \begin_inset Quotes erd
34233 \end_inset
34234
34235  (JPG, file extension 
34236 \begin_inset Quotes eld
34237 \end_inset
34238
34239
34240 \family typewriter
34241 .jpg
34242 \family default
34243
34244 \begin_inset Quotes erd
34245 \end_inset
34246
34247  or 
34248 \begin_inset Quotes eld
34249 \end_inset
34250
34251
34252 \family typewriter
34253 .jpeg
34254 \family default
34255
34256 \begin_inset Quotes erd
34257 \end_inset
34258
34259 ), and in the format 
34260 \begin_inset Quotes eld
34261 \end_inset
34262
34263 Portable Network Graphics
34264 \begin_inset Quotes erd
34265 \end_inset
34266
34267  (PNG, file extension 
34268 \begin_inset Quotes eld
34269 \end_inset
34270
34271
34272 \family typewriter
34273 .png
34274 \family default
34275
34276 \begin_inset Quotes erd
34277 \end_inset
34278
34279 ).
34280  Nevertheless you can use any other image format, because LyX converts them
34281  in the background to one of these formats.
34282  But as described in the section about PostScript, the image conversion
34283  will slow down your work flow.
34284  So it is recommended that you use images in one of the three mentioned
34285  formats.
34286 \end_layout
34287
34288 \begin_layout Standard
34289 You can export your document to PDF via the menu 
34290 \family sans
34291 File\SpecialChar \menuseparator
34292 Export
34293 \family default
34294  in three different ways:
34295 \end_layout
34296
34297 \begin_layout Description
34298 PDF
34299 \begin_inset space ~
34300 \end_inset
34301
34302 (ps2pdf) This uses the program 
34303 \family typewriter
34304 ps2pdf
34305 \family default
34306  that creates a PDF from a PostScript-version of your file.
34307  The PostScript-version is produced by the program 
34308 \family typewriter
34309 dvips
34310 \family default
34311  which uses a DVI-version as intermediate step.
34312  So this export variant consists of three conversions.
34313 \end_layout
34314
34315 \begin_layout Description
34316 PDF
34317 \begin_inset space ~
34318 \end_inset
34319
34320 (dvipdfm) This uses the program 
34321 \family typewriter
34322 dvipdfm
34323 \family default
34324  that converts your file in the background to DVI and in a second step to
34325  PDF.
34326 \end_layout
34327
34328 \begin_layout Description
34329 PDF
34330 \begin_inset space ~
34331 \end_inset
34332
34333 (pdflatex) This uses the program 
34334 \family typewriter
34335 pdftex
34336 \family default
34337  that converts your file directly to PDF.
34338 \end_layout
34339
34340 \begin_layout Standard
34341 It is recommended that you use 
34342 \family sans
34343 PDF
34344 \begin_inset space ~
34345 \end_inset
34346
34347 (pdflatex)
34348 \family default
34349  because 
34350 \family typewriter
34351 pdftex
34352 \family default
34353  supports all features of actual PDF-versions, is quick and works stable.
34354  The program 
34355 \family typewriter
34356 dvipdfm
34357 \family default
34358  is not under development and therefore a bit outdated.
34359 \end_layout
34360
34361 \begin_layout Standard
34362 You can view your document as PDF via the 
34363 \family sans
34364 View
34365 \family default
34366  menu or by using the toolbar button 
34367 \begin_inset Graphics
34368         filename ../images/buffer-view_pdf2.png
34369         scale 85
34370         scaleBeforeRotation
34371
34372 \end_inset
34373
34374  
34375 \family sans
34376 (
34377 \family default
34378 that uses 
34379 \family sans
34380 PDF
34381 \begin_inset space ~
34382 \end_inset
34383
34384 (pdflatex)
34385 \family default
34386 ).
34387 \end_layout
34388
34389 \begin_layout Chapter
34390 Explanation of Equation
34391 \begin_inset space ~
34392 \end_inset
34393
34394
34395 \begin_inset CommandInset ref
34396 LatexCommand eqref
34397 reference "eq:Wgn"
34398
34399 \end_inset
34400
34401
34402 \begin_inset CommandInset label
34403 LatexCommand label
34404 name "cha:Explanation-of-Equation"
34405
34406 \end_inset
34407
34408
34409 \end_layout
34410
34411 \begin_layout Standard
34412 We can calculate the total width of 
34413 \emph on
34414 n
34415 \emph default
34416  table cells 
34417 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34418 \end_inset
34419
34420  as follows:
34421 \end_layout
34422
34423 \begin_layout Standard
34424 \begin_inset Formula \begin{equation}
34425 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
34426
34427 \end_inset
34428
34429 where 
34430 \begin_inset Formula $W_{g\, n}$
34431 \end_inset
34432
34433  is the given width of all cells, 
34434 \series bold
34435
34436 \backslash
34437 tabcolsep
34438 \series default
34439  is the LaTeX-length between the cell text and the cell border (its default
34440  value is 6
34441 \begin_inset space \thinspace{}
34442 \end_inset
34443
34444 pt).
34445  
34446 \series bold
34447
34448 \backslash
34449 arrayrulewidth
34450 \series default
34451  is the thickness of the cell border line, the default is 0.4
34452 \begin_inset space \thinspace{}
34453 \end_inset
34454
34455 pt.
34456 \end_layout
34457
34458 \begin_layout Standard
34459 Following equation
34460 \begin_inset space ~
34461 \end_inset
34462
34463
34464 \begin_inset CommandInset ref
34465 LatexCommand eqref
34466 reference "eq:Wtot_n"
34467
34468 \end_inset
34469
34470 , the total width of a multicolumn 
34471 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34472 \end_inset
34473
34474  is
34475 \end_layout
34476
34477 \begin_layout Standard
34478 \begin_inset Formula \begin{equation}
34479 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34480
34481 \end_inset
34482
34483
34484 \end_layout
34485
34486 \begin_layout Standard
34487 By setting equation
34488 \begin_inset space ~
34489 \end_inset
34490
34491
34492 \begin_inset CommandInset ref
34493 LatexCommand eqref
34494 reference "eq:Wtot_n"
34495
34496 \end_inset
34497
34498  and 
34499 \begin_inset CommandInset ref
34500 LatexCommand eqref
34501 reference "eq:Wtot_mult"
34502
34503 \end_inset
34504
34505  equal we can calculate the needed given width 
34506 \begin_inset Formula $W_{g\, n}$
34507 \end_inset
34508
34509  when 
34510 \emph on
34511 n
34512 \emph default
34513  columns are spanned, so that each column has a total width of 
34514 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34515 \end_inset
34516
34517 :
34518 \end_layout
34519
34520 \begin_layout Standard
34521 \begin_inset Formula \begin{equation}
34522 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34523
34524 \end_inset
34525
34526
34527 \end_layout
34528
34529 \begin_layout Bibliography
34530 \labelwidthstring Bibliography
34531 \begin_inset CommandInset bibitem
34532 LatexCommand bibitem
34533 key "latexcompanion"
34534
34535 \end_inset
34536
34537 Frank Mittelbach and Michel Goossens: 
34538 \emph on
34539 The LaTeX Companion Second Edition.
34540
34541 \emph default
34542  Addison-Wesley, 2004
34543 \end_layout
34544
34545 \begin_layout Bibliography
34546 \labelwidthstring Bibliography
34547 \begin_inset CommandInset bibitem
34548 LatexCommand bibitem
34549 key "latexguide"
34550
34551 \end_inset
34552
34553 Helmut Kopka and Patrick W.
34554  Daly: 
34555 \emph on
34556 A Guide to LaTeX Fourth Edition.
34557
34558 \emph default
34559  Addison-Wesley, 2003
34560 \end_layout
34561
34562 \begin_layout Bibliography
34563 \labelwidthstring Bibliography
34564 \begin_inset CommandInset bibitem
34565 LatexCommand bibitem
34566 key "latexbook"
34567
34568 \end_inset
34569
34570 Leslie Lamport: 
34571 \emph on
34572 LaTeX: A Document Preparation System.
34573
34574 \emph default
34575  Addison-Wesley, second edition, 1994
34576 \end_layout
34577
34578 \begin_layout Bibliography
34579 \labelwidthstring Bibliography
34580 \begin_inset CommandInset bibitem
34581 LatexCommand bibitem
34582 key "booktabs"
34583
34584 \end_inset
34585
34586 Documentation of the LaTeX-package 
34587 \series bold
34588
34589 \begin_inset CommandInset href
34590 LatexCommand href
34591 name "booktabs"
34592 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34593
34594 \end_inset
34595
34596
34597 \series default
34598
34599 \begin_inset Index idx
34600 status collapsed
34601
34602 \begin_layout Plain Layout
34603 LaTeX-packages ! booktabs
34604 \end_layout
34605
34606 \end_inset
34607
34608
34609 \end_layout
34610
34611 \begin_layout Bibliography
34612 \labelwidthstring Bibliography
34613 \begin_inset CommandInset bibitem
34614 LatexCommand bibitem
34615 key "caption"
34616
34617 \end_inset
34618
34619 Documentation of the LaTeX-package 
34620 \series bold
34621
34622 \begin_inset CommandInset href
34623 LatexCommand href
34624 name "caption"
34625 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34626
34627 \end_inset
34628
34629
34630 \series default
34631
34632 \begin_inset Index idx
34633 status collapsed
34634
34635 \begin_layout Plain Layout
34636 LaTeX-packages ! caption
34637 \end_layout
34638
34639 \end_inset
34640
34641
34642 \end_layout
34643
34644 \begin_layout Bibliography
34645 \labelwidthstring Bibliography
34646 \begin_inset CommandInset bibitem
34647 LatexCommand bibitem
34648 key "endfloat"
34649
34650 \end_inset
34651
34652 Documentation of the LaTeX-package 
34653 \series bold
34654
34655 \begin_inset CommandInset href
34656 LatexCommand href
34657 name "endfloat"
34658 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34659
34660 \end_inset
34661
34662
34663 \series default
34664
34665 \begin_inset Index idx
34666 status collapsed
34667
34668 \begin_layout Plain Layout
34669 LaTeX-packages ! endfloat
34670 \end_layout
34671
34672 \end_inset
34673
34674
34675 \end_layout
34676
34677 \begin_layout Bibliography
34678 \labelwidthstring Bibliography
34679 \begin_inset CommandInset bibitem
34680 LatexCommand bibitem
34681 key "wrapfig"
34682
34683 \end_inset
34684
34685 Documentation of the LaTeX-package 
34686 \series bold
34687
34688 \begin_inset CommandInset href
34689 LatexCommand href
34690 name "wrapfig"
34691 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34692
34693 \end_inset
34694
34695
34696 \series default
34697
34698 \begin_inset Index idx
34699 status collapsed
34700
34701 \begin_layout Plain Layout
34702 LaTeX-packages ! wrapfig
34703 \begin_inset ERT
34704 status collapsed
34705
34706 \begin_layout Plain Layout
34707
34708
34709 \backslash
34710 vspace{4mm}
34711 \end_layout
34712
34713 \end_inset
34714
34715
34716 \end_layout
34717
34718 \end_inset
34719
34720
34721 \end_layout
34722
34723 \begin_layout Bibliography
34724 \labelwidthstring Bibliography
34725 \begin_inset CommandInset bibitem
34726 LatexCommand bibitem
34727 key "footmisc"
34728
34729 \end_inset
34730
34731 Documentation of the LaTeX-package 
34732 \series bold
34733
34734 \begin_inset CommandInset href
34735 LatexCommand href
34736 name "footmisc"
34737 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34738
34739 \end_inset
34740
34741
34742 \series default
34743
34744 \begin_inset Index idx
34745 status collapsed
34746
34747 \begin_layout Plain Layout
34748 LaTeX-packages ! footmisc
34749 \end_layout
34750
34751 \end_inset
34752
34753
34754 \end_layout
34755
34756 \begin_layout Bibliography
34757 \labelwidthstring Bibliography
34758 \begin_inset CommandInset bibitem
34759 LatexCommand bibitem
34760 key "hypcap"
34761
34762 \end_inset
34763
34764 Documentation of the LaTeX-package 
34765 \series bold
34766
34767 \begin_inset CommandInset href
34768 LatexCommand href
34769 name "hypcap"
34770 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34771
34772 \end_inset
34773
34774
34775 \series default
34776
34777 \begin_inset Index idx
34778 status collapsed
34779
34780 \begin_layout Plain Layout
34781 LaTeX-packages ! hyperref
34782 \end_layout
34783
34784 \end_inset
34785
34786
34787 \end_layout
34788
34789 \begin_layout Bibliography
34790 \labelwidthstring Bibliography
34791 \begin_inset CommandInset bibitem
34792 LatexCommand bibitem
34793 key "hyperref"
34794
34795 \end_inset
34796
34797 Documentation of the LaTeX-package 
34798 \series bold
34799
34800 \begin_inset CommandInset href
34801 LatexCommand href
34802 name "hyperref"
34803 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34804
34805 \end_inset
34806
34807
34808 \series default
34809
34810 \begin_inset Index idx
34811 status collapsed
34812
34813 \begin_layout Plain Layout
34814 LaTeX-packages ! hyperref
34815 \end_layout
34816
34817 \end_inset
34818
34819
34820 \end_layout
34821
34822 \begin_layout Bibliography
34823 \labelwidthstring Bibliography
34824 \begin_inset CommandInset bibitem
34825 LatexCommand bibitem
34826 key "KOMA-Script"
34827
34828 \end_inset
34829
34830 Documentation of the LaTeX-package 
34831 \series bold
34832
34833 \begin_inset CommandInset href
34834 LatexCommand href
34835 name "KOMA-Script"
34836 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34837
34838 \end_inset
34839
34840
34841 \series default
34842
34843 \begin_inset Index idx
34844 status collapsed
34845
34846 \begin_layout Plain Layout
34847 LaTeX-packages ! KOMA-Script
34848 \end_layout
34849
34850 \end_inset
34851
34852
34853 \end_layout
34854
34855 \begin_layout Bibliography
34856 \labelwidthstring Bibliography
34857 \begin_inset CommandInset bibitem
34858 LatexCommand bibitem
34859 key "listings"
34860
34861 \end_inset
34862
34863 Documentation of the LaTeX-package 
34864 \series bold
34865
34866 \begin_inset CommandInset href
34867 LatexCommand href
34868 name "listings"
34869 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34870
34871 \end_inset
34872
34873
34874 \series default
34875
34876 \begin_inset Index idx
34877 status collapsed
34878
34879 \begin_layout Plain Layout
34880 LaTeX-packages ! listings
34881 \end_layout
34882
34883 \end_inset
34884
34885
34886 \end_layout
34887
34888 \begin_layout Bibliography
34889 \labelwidthstring Bibliography
34890 \begin_inset CommandInset bibitem
34891 LatexCommand bibitem
34892 key "marginnote"
34893
34894 \end_inset
34895
34896 Documentation of the LaTeX-package 
34897 \series bold
34898
34899 \begin_inset CommandInset href
34900 LatexCommand href
34901 name "marginnote"
34902 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34903
34904 \end_inset
34905
34906
34907 \series default
34908
34909 \begin_inset Index idx
34910 status collapsed
34911
34912 \begin_layout Plain Layout
34913 LaTeX-packages ! marginnote
34914 \end_layout
34915
34916 \end_inset
34917
34918
34919 \end_layout
34920
34921 \begin_layout Bibliography
34922 \labelwidthstring Bibliography
34923 \begin_inset CommandInset bibitem
34924 LatexCommand bibitem
34925 key "pstricks"
34926
34927 \end_inset
34928
34929 Web page of the LaTeX-package 
34930 \series bold
34931
34932 \begin_inset CommandInset href
34933 LatexCommand href
34934 name "PSTricks"
34935 target "http://tug.org/PSTricks/"
34936
34937 \end_inset
34938
34939
34940 \series default
34941
34942 \begin_inset Index idx
34943 status collapsed
34944
34945 \begin_layout Plain Layout
34946 LaTeX-packages ! PSTricks
34947 \end_layout
34948
34949 \end_inset
34950
34951
34952 \end_layout
34953
34954 \begin_layout Bibliography
34955 \labelwidthstring Bibliography
34956 \begin_inset CommandInset bibitem
34957 LatexCommand bibitem
34958 key "sidecap"
34959
34960 \end_inset
34961
34962 Documentation of the LaTeX-package 
34963 \series bold
34964
34965 \begin_inset CommandInset href
34966 LatexCommand href
34967 name "sidecap"
34968 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34969
34970 \end_inset
34971
34972
34973 \series default
34974
34975 \begin_inset Index idx
34976 status collapsed
34977
34978 \begin_layout Plain Layout
34979 LaTeX-packages ! sidecap
34980 \end_layout
34981
34982 \end_inset
34983
34984
34985 \end_layout
34986
34987 \begin_layout Bibliography
34988 \labelwidthstring Bibliography
34989 \begin_inset CommandInset bibitem
34990 LatexCommand bibitem
34991 key "prettyref"
34992
34993 \end_inset
34994
34995 Documentation of the LaTeX-package 
34996 \series bold
34997
34998 \begin_inset CommandInset href
34999 LatexCommand href
35000 name "prettyref"
35001 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
35002
35003 \end_inset
35004
35005
35006 \series default
35007
35008 \begin_inset Index idx
35009 status collapsed
35010
35011 \begin_layout Plain Layout
35012 LaTeX-packages ! prettyref
35013 \end_layout
35014
35015 \end_inset
35016
35017
35018 \end_layout
35019
35020 \begin_layout Bibliography
35021 \labelwidthstring Bibliography
35022 \begin_inset CommandInset bibitem
35023 LatexCommand bibitem
35024 key "NewInLyX16"
35025
35026 \end_inset
35027
35028
35029 \begin_inset CommandInset href
35030 LatexCommand href
35031 name "Wiki page"
35032 target "http://wiki.lyx.org/LyX/NewInLyX16"
35033
35034 \end_inset
35035
35036  about new features in 
35037 \family sans
35038 LyX 1.6.0
35039 \family default
35040 .
35041 \end_layout
35042
35043 \begin_layout Standard
35044 \begin_inset CommandInset index_print
35045 LatexCommand printindex
35046 type "idx"
35047
35048 \end_inset
35049
35050
35051 \end_layout
35052
35053 \begin_layout Standard
35054 \begin_inset FloatList figure
35055
35056 \end_inset
35057
35058
35059 \end_layout
35060
35061 \begin_layout Standard
35062 \begin_inset FloatList table
35063
35064 \end_inset
35065
35066
35067 \end_layout
35068
35069 \begin_layout Standard
35070 \begin_inset FloatList algorithm
35071
35072 \end_inset
35073
35074
35075 \end_layout
35076
35077 \end_body
35078 \end_document