]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
German UserGuide.lyx: some more translations and style fixes to be compliant with...
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC is numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for scaled and rotated boxes
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % used for colored tables
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
74 \definecolor{lightgrey}{gray}{0.8}
75
76 % check for package colortbl
77 % used for colored table cells
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % used for colored table rows
85 \usepackage[table]{xcolor}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % insert additional vertical space of
109 % 1.5 mm between footnotes
110 \let\myFoot\footnote
111 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
112
113 % number algorithm floats within chapters
114 \numberwithin{algorithm}{chapter}
115
116 % ------------------------------------
117 % used to check for needed LaTeX packages
118 \usepackage{ifthen}
119
120 % check for package arydshln
121 % used for tables with dashed lines
122 \newboolean{arydshln}
123 \IfFileExists{arydshln.sty}
124  {\usepackage{arydshln}
125   \setboolean{arydshln}{true}}
126  {\setboolean{arydshln}{false}}
127
128 % check for package marginnote
129 % used for margin notes
130 \newboolean{marginnote}
131 \IfFileExists{marginnote.sty}
132  {\usepackage{marginnote}
133   \let\marginpar\marginnote
134   \setboolean{marginnote}{true}}
135  {\setboolean{marginnote}{false}}
136
137 % check for package sidecap
138 % used for captions on the side
139 \newboolean{sidecap}
140 \IfFileExists{sidecap.sty}
141  {\usepackage{sidecap}
142   \setboolean{sidecap}{true}}
143  {\setboolean{sidecap}{false}}
144
145 % check for picinpar
146 % used for surrounded fixed objects
147 \newboolean{picinpar}
148 \IfFileExists{picinpar.sty}
149  {\usepackage{picinpar}
150   \setboolean{picinpar}{true}}
151  {\setboolean{picinpar}{false}}
152
153 % check for lettrine
154 \newboolean{lettrine}
155 \IfFileExists{lettrine.sty}
156  {\usepackage{lettrine}
157   \setboolean{lettrine}{true}}
158  {\setboolean{lettrine}{false}}
159
160 % check for diagbox
161 \newboolean{diagbox}
162 \IfFileExists{diagbox.sty}
163  {\usepackage{diagbox}
164   \setboolean{diagbox}{true}}
165  {\setboolean{diagbox}{false}}
166 \end_preamble
167 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
168 \use_default_options false
169 \begin_modules
170 initials
171 \end_modules
172 \maintain_unincluded_children false
173 \language english
174 \language_package default
175 \inputencoding auto
176 \fontencoding global
177 \font_roman default
178 \font_sans default
179 \font_typewriter default
180 \font_default_family default
181 \use_non_tex_fonts false
182 \font_sc false
183 \font_osf false
184 \font_sf_scale 100
185 \font_tt_scale 100
186
187 \graphics default
188 \default_output_format default
189 \output_sync 0
190 \bibtex_command default
191 \index_command default
192 \paperfontsize 12
193 \spacing single
194 \use_hyperref true
195 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
196 \pdf_author "LyX Team, Uwe Stöhr"
197 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
198 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
199 \pdf_bookmarks true
200 \pdf_bookmarksnumbered true
201 \pdf_bookmarksopen true
202 \pdf_bookmarksopenlevel 1
203 \pdf_breaklinks false
204 \pdf_pdfborder false
205 \pdf_colorlinks true
206 \pdf_backref false
207 \pdf_pdfusetitle false
208 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
209 \papersize default
210 \use_geometry false
211 \use_amsmath 2
212 \use_esint 0
213 \use_mhchem 1
214 \use_mathdots 1
215 \cite_engine basic
216 \use_bibtopic false
217 \use_indices false
218 \paperorientation portrait
219 \suppress_date false
220 \use_refstyle 0
221 \notefontcolor #0000ff
222 \index Index
223 \shortcut idx
224 \color #008000
225 \end_index
226 \secnumdepth 3
227 \tocdepth 3
228 \paragraph_separation skip
229 \defskip medskip
230 \quotes_language english
231 \papercolumns 1
232 \papersides 2
233 \paperpagestyle default
234 \bullet 1 1 34 -1
235 \bullet 2 2 35 -1
236 \bullet 3 2 7 -1
237 \tracking_changes true
238 \output_changes false
239 \html_math_output 0
240 \html_css_as_file 0
241 \html_be_strict false
242 \author -195340706 "Georg Baum" 
243 \end_header
244
245 \begin_body
246
247 \begin_layout Title
248 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
249  manual
250 \end_layout
251
252 \begin_layout Author
253 by the LyX Team
254 \begin_inset Foot
255 status collapsed
256
257 \begin_layout Plain Layout
258 \noindent
259 If you have comments or error corrections, please send them to the LyX Documenta
260 tion mailing list: 
261 \begin_inset CommandInset href
262 LatexCommand href
263 name "lyx-docs@lists.lyx.org"
264 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
265 type "mailto:"
266
267 \end_inset
268
269
270 \end_layout
271
272 \end_inset
273
274
275 \begin_inset Note Note
276 status collapsed
277
278 \begin_layout Plain Layout
279 author: Uwe Stöhr
280 \end_layout
281
282 \end_inset
283
284
285 \begin_inset Newline newline
286 \end_inset
287
288
289 \begin_inset Newline newline
290 \end_inset
291
292
293 \family sans
294 Version 2.0.x
295 \end_layout
296
297 \begin_layout Standard
298 \begin_inset CommandInset toc
299 LatexCommand tableofcontents
300
301 \end_inset
302
303
304 \end_layout
305
306 \begin_layout Standard
307 \begin_inset Note Note
308 status open
309
310 \begin_layout Plain Layout
311 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
312  
313 \series bold
314 arydshln
315 \series default
316
317 \series bold
318 colortbl
319 \series default
320
321 \series bold
322 diagbox, lettrine, marginnote, picinpar
323 \series default
324  and 
325 \series bold
326 sidecap
327 \series default
328  must be installed.
329  If they are not installed you can export the document anyway but the sections
330  where the packages are required won't appear in the output.
331 \end_layout
332
333 \begin_layout Plain Layout
334 The latest PDF-version of this document can be found here:
335 \begin_inset Newline newline
336 \end_inset
337
338
339 \series bold
340 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
341 \end_layout
342
343 \end_inset
344
345
346 \end_layout
347
348 \begin_layout Chapter
349 Figures
350 \begin_inset Index idx
351 status collapsed
352
353 \begin_layout Plain Layout
354 Figures
355 \end_layout
356
357 \end_inset
358
359
360 \begin_inset Index idx
361 status collapsed
362
363 \begin_layout Plain Layout
364 Graphics|see
365 \begin_inset ERT
366 status collapsed
367
368 \begin_layout Plain Layout
369
370 {
371 \end_layout
372
373 \end_inset
374
375 Figures
376 \begin_inset ERT
377 status collapsed
378
379 \begin_layout Plain Layout
380
381 }
382 \end_layout
383
384 \end_inset
385
386
387 \end_layout
388
389 \end_inset
390
391
392 \end_layout
393
394 \begin_layout Section
395 Graphics Dialog
396 \begin_inset Index idx
397 status collapsed
398
399 \begin_layout Plain Layout
400 Figures ! Graphics Dialog
401 \end_layout
402
403 \end_inset
404
405
406 \begin_inset CommandInset label
407 LatexCommand label
408 name "sec:Graphics-Dialog"
409
410 \end_inset
411
412
413 \end_layout
414
415 \begin_layout Standard
416 To insert an image into your document, place the cursor at the text position
417  you want and click on the toolbar icon 
418 \family sans
419
420 \begin_inset Info
421 type  "icon"
422 arg   "dialog-show-new-inset graphics"
423 \end_inset
424
425
426 \family default
427  or use the menu 
428 \family sans
429 Insert\SpecialChar \menuseparator
430 Graphics
431 \family default
432 .
433  Then a dialog will appear to choose the file to load.
434  The image will appear in the output exactly at the position where it is
435  in the text.
436 \end_layout
437
438 \begin_layout Standard
439 The graphics dialog can be called at any time by clicking on an image.
440  This dialog has three tabs:
441 \end_layout
442
443 \begin_layout Description
444
445 \family sans
446 Graphics
447 \family default
448  Here you can choose an image file and adjust its appearance in the output.
449  The available units for the image size are explained in appendix
450 \begin_inset space ~
451 \end_inset
452
453
454 \begin_inset CommandInset ref
455 LatexCommand ref
456 reference "cha:Units-available-in"
457
458 \end_inset
459
460 .
461 \begin_inset Newline newline
462 \end_inset
463
464
465 \begin_inset Index idx
466 status collapsed
467
468 \begin_layout Plain Layout
469 Figures ! rotated
470 \end_layout
471
472 \end_inset
473
474 You can rotate images counter-clockwise by setting a rotation angle and
475  a rotation origin.
476  The image will also be rotated inside LyX.
477 \begin_inset Newline newline
478 \end_inset
479
480
481 \begin_inset Index idx
482 status collapsed
483
484 \begin_layout Plain Layout
485 Figures ! scaled
486 \end_layout
487
488 \end_inset
489
490 Images can be scaled by using a percentage value or by setting the width
491  and height explicitly.
492  If you set only the width or only the height, the other size will be determined
493  automatically.
494  If you set both, then the image will be transformed to the given size,
495  possibly distorting it.
496  To prevent the image from distortion, use the option 
497 \family sans
498 Maintain aspect ratio
499 \family default
500 .
501  The image will then be scaled so that its width and height don't exceed
502  the specified dimensions.
503 \begin_inset Newline newline
504 \end_inset
505
506 Images can be opened in a program of your choice by right-clicking on it
507  and choosing the entry 
508 \family sans
509 Edit
510 \begin_inset space ~
511 \end_inset
512
513 externally
514 \family default
515  in the context menu.
516  The program can be set for every image format in the file format settings
517  in LyX's preferences.
518 \end_layout
519
520 \begin_layout Description
521
522 \family sans
523 Clipping
524 \family default
525  Alternatively to the usage of scaling units it is possible to set image
526  coordinates to adjust the height and width of the image in the output.
527  The coordinates can also be calculated automatically by pressing the button
528  
529 \family sans
530 Get
531 \begin_inset space ~
532 \end_inset
533
534 from
535 \begin_inset space ~
536 \end_inset
537
538 File
539 \family default
540 .
541  The option 
542 \family sans
543 Clip
544 \begin_inset space ~
545 \end_inset
546
547 to
548 \begin_inset space ~
549 \end_inset
550
551 bounding
552 \begin_inset space ~
553 \end_inset
554
555 box
556 \family default
557  will only print the image region within the given coordinates.
558  Normally you don't need to worry about image coordinates and can ignore
559  this tab.
560 \end_layout
561
562 \begin_layout Description
563
564 \family sans
565 LaTeX
566 \begin_inset space ~
567 \end_inset
568
569 and
570 \begin_inset space ~
571 \end_inset
572
573 LyX
574 \begin_inset space ~
575 \end_inset
576
577 options
578 \family default
579  In this tab you can modify the appearance of the image within LyX and LaTeX
580  experts can specify additional LaTeX options.
581 \begin_inset Newline newline
582 \end_inset
583
584 The option 
585 \family sans
586 Draft
587 \begin_inset space ~
588 \end_inset
589
590 mode
591 \family default
592  makes the image appear in the output only as a frame with the size of the
593  image.
594 \begin_inset Newline newline
595 \end_inset
596
597 The 
598 \family sans
599 Don't
600 \begin_inset space ~
601 \end_inset
602
603 unzip
604 \begin_inset space ~
605 \end_inset
606
607 on
608 \begin_inset space ~
609 \end_inset
610
611 export
612 \family default
613  option only affects zipped EPS-graphics, e.
614 \begin_inset space \thinspace{}
615 \end_inset
616
617 g.
618 \begin_inset space \space{}
619 \end_inset
620
621
622 \emph on
623 x.eps.gz
624 \emph default
625 .
626  When the option is used the images will not be unzipped on export, since
627  LaTeX can handle them as they are.
628 \begin_inset Newline newline
629 \end_inset
630
631 Zipped EPS-graphics are useful to save disk space when you choose PostScript
632  as output format, see appendix
633 \begin_inset space ~
634 \end_inset
635
636
637 \begin_inset CommandInset ref
638 LatexCommand ref
639 reference "sec:PostScript"
640
641 \end_inset
642
643 .
644  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
645  console:
646 \begin_inset Newline newline
647 \end_inset
648
649
650 \series bold
651 gzip x.eps
652 \series default
653
654 \begin_inset Newline newline
655 \end_inset
656
657
658 \series bold
659 zgrep %%Bounding x.eps.gz > x.eps.bb
660 \series default
661
662 \begin_inset Newline newline
663 \end_inset
664
665 The second command creates the bounding box file 
666 \begin_inset Quotes eld
667 \end_inset
668
669 x.eps.bb
670 \begin_inset Quotes erd
671 \end_inset
672
673  that is needed by LaTeX for zipped graphics.
674 \begin_inset Newline newline
675 \end_inset
676
677 In the section 
678 \family sans
679 Graphics
680 \begin_inset space ~
681 \end_inset
682
683 Group
684 \family default
685  you can define or join an image settings group.
686 \begin_inset Index idx
687 status collapsed
688
689 \begin_layout Plain Layout
690 Figures ! Settings grouping
691 \end_layout
692
693 \end_inset
694
695  Images within such a group share their settings, so adjusting one image
696  of the group automatically also adjusts all other images of the group in
697  the same way.
698  So you can for example change the size for a bunch of images without the
699  need to manually change each of them.
700  Joining an existing group can also be done using the context menu of the
701  image by checking the name of the desired group.
702 \end_layout
703
704 \begin_layout Standard
705 \begin_inset VSpace bigskip
706 \end_inset
707
708
709 \end_layout
710
711 \begin_layout Standard
712 This is an example image in EPS format
713 \begin_inset Foot
714 status collapsed
715
716 \begin_layout Plain Layout
717 Image formats are explained in section
718 \begin_inset space ~
719 \end_inset
720
721
722 \begin_inset CommandInset ref
723 LatexCommand ref
724 reference "sec:Image-Formats"
725
726 \end_inset
727
728 .
729 \end_layout
730
731 \end_inset
732
733  within a separate, horizontally centered paragraph:
734 \end_layout
735
736 \begin_layout Standard
737 \align center
738 \begin_inset Graphics
739         filename clipart/mobius.eps
740         scale 70
741         scaleBeforeRotation
742         rotateOrigin center
743
744 \end_inset
745
746
747 \end_layout
748
749 \begin_layout Standard
750 This is the same image like the one above but in draft mode:
751 \end_layout
752
753 \begin_layout Standard
754 \align center
755 \begin_inset Graphics
756         filename clipart/mobius.eps
757         scale 70
758         draft
759         scaleBeforeRotation
760         rotateOrigin center
761
762 \end_inset
763
764
765 \end_layout
766
767 \begin_layout Standard
768 \begin_inset Newpage newpage
769 \end_inset
770
771
772 \end_layout
773
774 \begin_layout Section
775 Figure Floats
776 \begin_inset CommandInset label
777 LatexCommand label
778 name "sec:Figure-Floats"
779
780 \end_inset
781
782
783 \begin_inset Index idx
784 status collapsed
785
786 \begin_layout Plain Layout
787 Floats ! Figures
788 \end_layout
789
790 \end_inset
791
792
793 \begin_inset Index idx
794 status collapsed
795
796 \begin_layout Plain Layout
797 Figures ! Floats
798 \end_layout
799
800 \end_inset
801
802
803 \end_layout
804
805 \begin_layout Standard
806 For general explanations about floats, have a look at section
807 \begin_inset space ~
808 \end_inset
809
810
811 \begin_inset CommandInset ref
812 LatexCommand ref
813 reference "sec:FloatIntroduction"
814
815 \end_inset
816
817 .
818 \end_layout
819
820 \begin_layout Standard
821 The toolbar button 
822 \family sans
823
824 \begin_inset Info
825 type  "icon"
826 arg   "float-insert figure"
827 \end_inset
828
829
830 \family default
831  and the menu 
832 \family sans
833 Insert\SpecialChar \menuseparator
834 Float\SpecialChar \menuseparator
835 Figure
836 \family default
837  inserts a float with a caption that has the label 
838 \begin_inset Quotes eld
839 \end_inset
840
841 Figure
842 \begin_inset space ~
843 \end_inset
844
845 #:
846 \begin_inset Quotes erd
847 \end_inset
848
849  (# is the actual number).
850  You can insert the image above the caption, like in Figure
851 \begin_inset space ~
852 \end_inset
853
854
855 \begin_inset CommandInset ref
856 LatexCommand ref
857 reference "fig:kill-plat"
858
859 \end_inset
860
861  or below the caption, like in Figure
862 \begin_inset space ~
863 \end_inset
864
865
866 \begin_inset CommandInset ref
867 LatexCommand ref
868 reference "fig:escher"
869
870 \end_inset
871
872 .
873  More about caption placement is described in section
874 \begin_inset space ~
875 \end_inset
876
877
878 \begin_inset CommandInset ref
879 LatexCommand ref
880 reference "sec:Caption-Placement"
881
882 \end_inset
883
884 .
885 \end_layout
886
887 \begin_layout Standard
888 \begin_inset Float figure
889 wide false
890 sideways false
891 status open
892
893 \begin_layout Plain Layout
894 \align center
895 \begin_inset Graphics
896         filename clipart/platypus.eps
897         width 50col%
898         scaleBeforeRotation
899         rotateOrigin center
900
901 \end_inset
902
903
904 \end_layout
905
906 \begin_layout Plain Layout
907 \begin_inset Caption
908
909 \begin_layout Plain Layout
910 \begin_inset CommandInset label
911 LatexCommand label
912 name "fig:kill-plat"
913
914 \end_inset
915
916 A severely distorted platypus in a float.
917 \end_layout
918
919 \end_inset
920
921
922 \end_layout
923
924 \end_inset
925
926
927 \end_layout
928
929 \begin_layout Standard
930 \begin_inset Float figure
931 wide false
932 sideways false
933 status open
934
935 \begin_layout Plain Layout
936 \begin_inset Caption
937
938 \begin_layout Plain Layout
939 \begin_inset CommandInset label
940 LatexCommand label
941 name "fig:escher"
942
943 \end_inset
944
945 M.C.
946  Escher on acid.
947 \end_layout
948
949 \end_inset
950
951
952 \end_layout
953
954 \begin_layout Plain Layout
955 \align center
956 \begin_inset Graphics
957         filename clipart/escher-lsd.eps
958         scale 80
959         scaleBeforeRotation
960         rotateOrigin center
961
962 \end_inset
963
964
965 \end_layout
966
967 \end_inset
968
969
970 \end_layout
971
972 \begin_layout Standard
973 \begin_inset Index idx
974 status collapsed
975
976 \begin_layout Plain Layout
977 References ! to Figures
978 \end_layout
979
980 \end_inset
981
982 Figure
983 \begin_inset space ~
984 \end_inset
985
986
987 \begin_inset CommandInset ref
988 LatexCommand ref
989 reference "fig:kill-plat"
990
991 \end_inset
992
993  and 
994 \begin_inset CommandInset ref
995 LatexCommand ref
996 reference "fig:escher"
997
998 \end_inset
999
1000  are examples of referenced figures.
1001  Figures can be referenced in the text by referencing their label.
1002  To do this insert a label in the caption using the menu 
1003 \family sans
1004 Insert\SpecialChar \menuseparator
1005 Label
1006 \family default
1007  or the toolbar button 
1008 \family sans
1009
1010 \begin_inset Info
1011 type  "icon"
1012 arg   "label-insert"
1013 \end_inset
1014
1015
1016 \family default
1017 .
1018  You can now refer to the label using the menu 
1019 \family sans
1020 Insert\SpecialChar \menuseparator
1021 Cross
1022 \begin_inset space ~
1023 \end_inset
1024
1025 reference
1026 \family default
1027  or the toolbar button 
1028 \family sans
1029
1030 \begin_inset Info
1031 type  "icon"
1032 arg   "dialog-show-new-inset ref"
1033 \end_inset
1034
1035
1036 \family default
1037 .
1038  It is important to use references to floats, rather than using vague references
1039  like 
1040 \begin_inset Quotes eld
1041 \end_inset
1042
1043 the figure above
1044 \begin_inset Quotes erd
1045 \end_inset
1046
1047 , because LaTeX will reposition the floats in the final document and it
1048  might not be 
1049 \begin_inset Quotes eld
1050 \end_inset
1051
1052 above
1053 \begin_inset Quotes erd
1054 \end_inset
1055
1056  at all.
1057 \begin_inset Newline newline
1058 \end_inset
1059
1060 Referencing is explained in detail in section
1061 \begin_inset space ~
1062 \end_inset
1063
1064
1065 \begin_inset CommandInset ref
1066 LatexCommand ref
1067 reference "sec:Referencing-Floats"
1068
1069 \end_inset
1070
1071 .
1072 \end_layout
1073
1074 \begin_layout Standard
1075 Normally only one image is inserted to a figure float, but sometimes you
1076  might want to use two images with separate subcaptions.
1077  This can be done by inserting image floats into existing image floats.
1078  Note that only the main caption of the float is added to the List of Figures.
1079  Figure
1080 \begin_inset space ~
1081 \end_inset
1082
1083
1084 \begin_inset CommandInset ref
1085 LatexCommand ref
1086 reference "fig:Two-distorted-images"
1087
1088 \end_inset
1089
1090  is an example of a figure float with two images set side by side.
1091  You can also set the images one below the other.
1092  Figure
1093 \begin_inset space ~
1094 \end_inset
1095
1096
1097 \begin_inset CommandInset ref
1098 LatexCommand ref
1099 reference "fig:Undefinable-structure"
1100
1101 \end_inset
1102
1103  and 
1104 \begin_inset CommandInset ref
1105 LatexCommand ref
1106 reference "fig:A-Platypus"
1107
1108 \end_inset
1109
1110  are the subfigures.
1111 \end_layout
1112
1113 \begin_layout Standard
1114 \begin_inset Float figure
1115 wide false
1116 sideways false
1117 status open
1118
1119 \begin_layout Plain Layout
1120 \begin_inset space \hfill{}
1121 \end_inset
1122
1123
1124 \begin_inset Float figure
1125 wide false
1126 sideways false
1127 status collapsed
1128
1129 \begin_layout Plain Layout
1130 \begin_inset Caption
1131
1132 \begin_layout Plain Layout
1133 \begin_inset CommandInset label
1134 LatexCommand label
1135 name "fig:Undefinable-structure"
1136
1137 \end_inset
1138
1139 Undefinable structure.
1140 \end_layout
1141
1142 \end_inset
1143
1144
1145 \end_layout
1146
1147 \begin_layout Plain Layout
1148 \begin_inset Graphics
1149         filename clipart/escher-lsd.eps
1150         width 45col%
1151         scaleBeforeRotation
1152         groupId distorted
1153
1154 \end_inset
1155
1156
1157 \end_layout
1158
1159 \end_inset
1160
1161
1162 \begin_inset space \hfill{}
1163 \end_inset
1164
1165
1166 \begin_inset Float figure
1167 wide false
1168 sideways false
1169 status collapsed
1170
1171 \begin_layout Plain Layout
1172 \begin_inset Caption
1173
1174 \begin_layout Plain Layout
1175 \begin_inset CommandInset label
1176 LatexCommand label
1177 name "fig:A-Platypus"
1178
1179 \end_inset
1180
1181 A Platypus.
1182 \end_layout
1183
1184 \end_inset
1185
1186
1187 \end_layout
1188
1189 \begin_layout Plain Layout
1190 \begin_inset Graphics
1191         filename clipart/platypus.eps
1192         width 45col%
1193         scaleBeforeRotation
1194         groupId distorted
1195
1196 \end_inset
1197
1198
1199 \end_layout
1200
1201 \end_inset
1202
1203
1204 \begin_inset space \hfill{}
1205 \end_inset
1206
1207
1208 \end_layout
1209
1210 \begin_layout Plain Layout
1211 \begin_inset Caption
1212
1213 \begin_layout Plain Layout
1214 \begin_inset CommandInset label
1215 LatexCommand label
1216 name "fig:Two-distorted-images"
1217
1218 \end_inset
1219
1220
1221 \begin_inset CommandInset label
1222 LatexCommand label
1223 name "fig2:Two-distorted-images-2"
1224
1225 \end_inset
1226
1227 Two distorted images.
1228  Both images are in the image settings group named 
1229 \begin_inset Quotes eld
1230 \end_inset
1231
1232 distorted
1233 \begin_inset Quotes erd
1234 \end_inset
1235
1236 .
1237 \end_layout
1238
1239 \end_inset
1240
1241
1242 \end_layout
1243
1244 \end_inset
1245
1246
1247 \end_layout
1248
1249 \begin_layout Standard
1250 \begin_inset Newpage newpage
1251 \end_inset
1252
1253
1254 \end_layout
1255
1256 \begin_layout Section
1257 Image Formats
1258 \begin_inset CommandInset label
1259 LatexCommand label
1260 name "sec:Image-Formats"
1261
1262 \end_inset
1263
1264
1265 \begin_inset Index idx
1266 status collapsed
1267
1268 \begin_layout Plain Layout
1269 Image Formats
1270 \end_layout
1271
1272 \end_inset
1273
1274
1275 \begin_inset Index idx
1276 status collapsed
1277
1278 \begin_layout Plain Layout
1279 Figures ! Image Formats
1280 \end_layout
1281
1282 \end_inset
1283
1284
1285 \end_layout
1286
1287 \begin_layout Standard
1288 You can insert images in any known file format.
1289  But as explained in appendix
1290 \begin_inset space ~
1291 \end_inset
1292
1293
1294 \begin_inset CommandInset ref
1295 LatexCommand ref
1296 reference "cha:Output-File-Formats"
1297
1298 \end_inset
1299
1300 , each output document format allows only a few image formats.
1301  LyX uses therefore the program 
1302 \family typewriter
1303 ImageMagick
1304 \family default
1305  in the background to convert the images to the right format.
1306  To increase your work flow by avoiding these conversions in the background,
1307  you could choose to use only the image formats that can directly be embedded
1308  in the output file format.
1309  The output file formats are explained in appendix
1310 \begin_inset space ~
1311 \end_inset
1312
1313
1314 \begin_inset CommandInset ref
1315 LatexCommand ref
1316 reference "cha:Output-File-Formats"
1317
1318 \end_inset
1319
1320 .
1321 \end_layout
1322
1323 \begin_layout Standard
1324 Similar to fonts there are two types of image formats:
1325 \end_layout
1326
1327 \begin_layout Description
1328 Bitmap
1329 \begin_inset space ~
1330 \end_inset
1331
1332 images consist of pixel values, often in a compressed form.
1333  They are therefore not fully scalable and look pixelated in large zooms.
1334  Well-known bitmap image formats are 
1335 \begin_inset Quotes eld
1336 \end_inset
1337
1338 Graphics Interchange Format
1339 \begin_inset Quotes erd
1340 \end_inset
1341
1342  (GIF, file extension 
1343 \begin_inset Quotes eld
1344 \end_inset
1345
1346
1347 \family typewriter
1348 .gif
1349 \family default
1350
1351 \begin_inset Quotes erd
1352 \end_inset
1353
1354 )
1355 \begin_inset Index idx
1356 status collapsed
1357
1358 \begin_layout Plain Layout
1359 GIF|see
1360 \begin_inset ERT
1361 status collapsed
1362
1363 \begin_layout Plain Layout
1364
1365 {
1366 \end_layout
1367
1368 \end_inset
1369
1370 Image formats
1371 \begin_inset ERT
1372 status collapsed
1373
1374 \begin_layout Plain Layout
1375
1376 }
1377 \end_layout
1378
1379 \end_inset
1380
1381
1382 \end_layout
1383
1384 \end_inset
1385
1386
1387 \begin_inset Quotes eld
1388 \end_inset
1389
1390 Portable Network Graphics
1391 \begin_inset Quotes erd
1392 \end_inset
1393
1394  (PNG, file extension 
1395 \begin_inset Quotes eld
1396 \end_inset
1397
1398
1399 \family typewriter
1400 .png
1401 \family default
1402
1403 \begin_inset Quotes erd
1404 \end_inset
1405
1406 )
1407 \begin_inset Index idx
1408 status collapsed
1409
1410 \begin_layout Plain Layout
1411 PNG|see
1412 \begin_inset ERT
1413 status collapsed
1414
1415 \begin_layout Plain Layout
1416
1417 {
1418 \end_layout
1419
1420 \end_inset
1421
1422 Image formats
1423 \begin_inset ERT
1424 status collapsed
1425
1426 \begin_layout Plain Layout
1427
1428 }
1429 \end_layout
1430
1431 \end_inset
1432
1433
1434 \end_layout
1435
1436 \end_inset
1437
1438 , and 
1439 \begin_inset Quotes eld
1440 \end_inset
1441
1442 Joint Photographic Experts Group
1443 \begin_inset Quotes erd
1444 \end_inset
1445
1446  (JPG, file extension 
1447 \begin_inset Quotes eld
1448 \end_inset
1449
1450
1451 \family typewriter
1452 .jpg
1453 \family default
1454
1455 \begin_inset Quotes erd
1456 \end_inset
1457
1458  or 
1459 \begin_inset Quotes eld
1460 \end_inset
1461
1462
1463 \family typewriter
1464 .jpeg
1465 \family default
1466
1467 \begin_inset Quotes erd
1468 \end_inset
1469
1470 )
1471 \begin_inset Index idx
1472 status collapsed
1473
1474 \begin_layout Plain Layout
1475 JPG|see
1476 \begin_inset ERT
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480
1481 {
1482 \end_layout
1483
1484 \end_inset
1485
1486 Image formats
1487 \begin_inset ERT
1488 status collapsed
1489
1490 \begin_layout Plain Layout
1491
1492 }
1493 \end_layout
1494
1495 \end_inset
1496
1497
1498 \end_layout
1499
1500 \end_inset
1501
1502 .
1503 \end_layout
1504
1505 \begin_layout Description
1506 Vector
1507 \begin_inset space ~
1508 \end_inset
1509
1510 images consist of vectors and can therefore be scaled to any size without
1511  data loss.
1512  The scaling ability is necessary if you want to create presentations, because
1513  presentations are always scaled by the video projector.
1514  Scaling is also useful for online documents to let the user zoom into diagrams.
1515 \begin_inset Newline newline
1516 \end_inset
1517
1518 Well-known scalable image formats are 
1519 \begin_inset Quotes eld
1520 \end_inset
1521
1522 Scalable Vector Graphics
1523 \begin_inset Quotes erd
1524 \end_inset
1525
1526  (SVG, file extension 
1527 \begin_inset Quotes eld
1528 \end_inset
1529
1530
1531 \family typewriter
1532 .svg
1533 \family default
1534
1535 \begin_inset Quotes erd
1536 \end_inset
1537
1538 )
1539 \begin_inset Index idx
1540 status collapsed
1541
1542 \begin_layout Plain Layout
1543 SVG|see
1544 \begin_inset ERT
1545 status collapsed
1546
1547 \begin_layout Plain Layout
1548
1549 {
1550 \end_layout
1551
1552 \end_inset
1553
1554 Image formats
1555 \begin_inset ERT
1556 status collapsed
1557
1558 \begin_layout Plain Layout
1559
1560 }
1561 \end_layout
1562
1563 \end_inset
1564
1565
1566 \end_layout
1567
1568 \end_inset
1569
1570
1571 \begin_inset Quotes eld
1572 \end_inset
1573
1574 Encapsulated PostScript
1575 \begin_inset Quotes erd
1576 \end_inset
1577
1578  (EPS, file extension 
1579 \begin_inset Quotes eld
1580 \end_inset
1581
1582
1583 \family typewriter
1584 .eps
1585 \family default
1586
1587 \begin_inset Quotes erd
1588 \end_inset
1589
1590 )
1591 \begin_inset Index idx
1592 status collapsed
1593
1594 \begin_layout Plain Layout
1595 EPS|see
1596 \begin_inset ERT
1597 status collapsed
1598
1599 \begin_layout Plain Layout
1600
1601 {
1602 \end_layout
1603
1604 \end_inset
1605
1606 Image formats
1607 \begin_inset ERT
1608 status collapsed
1609
1610 \begin_layout Plain Layout
1611
1612 }
1613 \end_layout
1614
1615 \end_inset
1616
1617
1618 \end_layout
1619
1620 \end_inset
1621
1622
1623 \begin_inset Quotes eld
1624 \end_inset
1625
1626 Portable Document Format
1627 \begin_inset Quotes erd
1628 \end_inset
1629
1630  (PDF, file extension 
1631 \begin_inset Quotes eld
1632 \end_inset
1633
1634
1635 \family typewriter
1636 .pdf
1637 \family default
1638
1639 \begin_inset Quotes erd
1640 \end_inset
1641
1642 )
1643 \begin_inset Index idx
1644 status collapsed
1645
1646 \begin_layout Plain Layout
1647 PDF
1648 \end_layout
1649
1650 \end_inset
1651
1652 , and 
1653 \begin_inset Quotes eld
1654 \end_inset
1655
1656 Windows Metafile
1657 \begin_inset Quotes erd
1658 \end_inset
1659
1660  (WMF, file extension 
1661 \begin_inset Quotes eld
1662 \end_inset
1663
1664
1665 \family typewriter
1666 .wmf
1667 \family default
1668
1669 \begin_inset Quotes erd
1670 \end_inset
1671
1672 )
1673 \begin_inset Index idx
1674 status collapsed
1675
1676 \begin_layout Plain Layout
1677 SVG|see
1678 \begin_inset ERT
1679 status collapsed
1680
1681 \begin_layout Plain Layout
1682
1683 {
1684 \end_layout
1685
1686 \end_inset
1687
1688 Image formats
1689 \begin_inset ERT
1690 status collapsed
1691
1692 \begin_layout Plain Layout
1693
1694 }
1695 \end_layout
1696
1697 \end_inset
1698
1699
1700 \end_layout
1701
1702 \end_inset
1703
1704 .
1705  We wrote 
1706 \begin_inset Quotes eld
1707 \end_inset
1708
1709 can be
1710 \begin_inset Quotes erd
1711 \end_inset
1712
1713 , because you can convert any bitmap image to a PDF or EPS-image and the
1714  result will still be a bitmap image.
1715  In such cases only a header with the image properties is added to the original
1716  image
1717 \begin_inset Foot
1718 status collapsed
1719
1720 \begin_layout Plain Layout
1721 In the case of PDF, the original image is additionally compressed.
1722 \end_layout
1723
1724 \end_inset
1725
1726 .
1727  The PDF-files generated by 
1728 \family typewriter
1729 Adobe Photoshop
1730 \family default
1731  are for example bitmap images.
1732 \end_layout
1733
1734 \begin_layout Standard
1735 Normally it is not possible to convert a bitmap image into a scalable one,
1736  only vice versa.
1737  Only the image formats PDF and EPS can directly be embedded to PDF and
1738  PostScript output files, respectively.
1739  SVG and WMF-images are recalculated to bitmaps when the output file is
1740  generated because there is currently no adequate WMF/SVG
1741 \begin_inset Formula $\to$
1742 \end_inset
1743
1744 PDF/EPS converter available.
1745 \end_layout
1746
1747 \begin_layout Chapter
1748 Tables
1749 \begin_inset Index idx
1750 status collapsed
1751
1752 \begin_layout Plain Layout
1753 Table
1754 \end_layout
1755
1756 \end_inset
1757
1758
1759 \end_layout
1760
1761 \begin_layout Section
1762 Introduction
1763 \begin_inset Index idx
1764 status collapsed
1765
1766 \begin_layout Plain Layout
1767 Table ! Introduction
1768 \end_layout
1769
1770 \end_inset
1771
1772
1773 \end_layout
1774
1775 \begin_layout Standard
1776 You can insert a table using either the toolbar button 
1777 \begin_inset Info
1778 type  "icon"
1779 arg   "tabular-insert"
1780 \end_inset
1781
1782  or the menu 
1783 \family sans
1784 Insert\SpecialChar \menuseparator
1785 Table
1786 \family default
1787 .
1788  The toolbar button offers you a graphical selection: move the mouse to
1789  set the column/row number of the table that should be created and then
1790  press a mouse button.
1791  When you use the menu to create a table, a dialog will appear, asking you
1792  for the number of rows and columns.
1793 \begin_inset Newline newline
1794 \end_inset
1795
1796  The default table has lines around any cell and the first row appears separated
1797  from the rest of the table.
1798  This separation occurs due to a double line: The cells of the first row
1799  have a line below them and the cells of the second row have a line above
1800  them.
1801  Here is an example table:
1802 \end_layout
1803
1804 \begin_layout Standard
1805 \align center
1806 \begin_inset Tabular
1807 <lyxtabular version="3" rows="4" columns="4">
1808 <features tabularvalignment="middle">
1809 <column alignment="center" valignment="top" width="0">
1810 <column alignment="center" valignment="top" width="0">
1811 <column alignment="center" valignment="top" width="0">
1812 <column alignment="center" valignment="top" width="0">
1813 <row>
1814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818
1819 \end_layout
1820
1821 \end_inset
1822 </cell>
1823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1824 \begin_inset Text
1825
1826 \begin_layout Plain Layout
1827
1828 \family roman
1829 \series medium
1830 \shape up
1831 \size normal
1832 \emph off
1833 \bar no
1834 \noun off
1835 \color none
1836 1
1837 \end_layout
1838
1839 \end_inset
1840 </cell>
1841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1842 \begin_inset Text
1843
1844 \begin_layout Plain Layout
1845 2
1846 \end_layout
1847
1848 \end_inset
1849 </cell>
1850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854 3
1855 \end_layout
1856
1857 \end_inset
1858 </cell>
1859 </row>
1860 <row>
1861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865
1866 \family roman
1867 \series medium
1868 \shape up
1869 \size normal
1870 \emph off
1871 \bar no
1872 \noun off
1873 \color none
1874 A
1875 \end_layout
1876
1877 \end_inset
1878 </cell>
1879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1880 \begin_inset Text
1881
1882 \begin_layout Plain Layout
1883
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1889 \begin_inset Text
1890
1891 \begin_layout Plain Layout
1892
1893 \end_layout
1894
1895 \end_inset
1896 </cell>
1897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1898 \begin_inset Text
1899
1900 \begin_layout Plain Layout
1901
1902 \end_layout
1903
1904 \end_inset
1905 </cell>
1906 </row>
1907 <row>
1908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1909 \begin_inset Text
1910
1911 \begin_layout Plain Layout
1912
1913 \family roman
1914 \series medium
1915 \shape up
1916 \size normal
1917 \emph off
1918 \bar no
1919 \noun off
1920 \color none
1921 B
1922 \end_layout
1923
1924 \end_inset
1925 </cell>
1926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1927 \begin_inset Text
1928
1929 \begin_layout Plain Layout
1930
1931 \end_layout
1932
1933 \end_inset
1934 </cell>
1935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1936 \begin_inset Text
1937
1938 \begin_layout Plain Layout
1939
1940 \end_layout
1941
1942 \end_inset
1943 </cell>
1944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1945 \begin_inset Text
1946
1947 \begin_layout Plain Layout
1948
1949 \end_layout
1950
1951 \end_inset
1952 </cell>
1953 </row>
1954 <row>
1955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1956 \begin_inset Text
1957
1958 \begin_layout Plain Layout
1959
1960 \family roman
1961 \series medium
1962 \shape up
1963 \size normal
1964 \emph off
1965 \bar no
1966 \noun off
1967 \color none
1968 C
1969 \end_layout
1970
1971 \end_inset
1972 </cell>
1973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1974 \begin_inset Text
1975
1976 \begin_layout Plain Layout
1977
1978 \end_layout
1979
1980 \end_inset
1981 </cell>
1982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1983 \begin_inset Text
1984
1985 \begin_layout Plain Layout
1986
1987 \end_layout
1988
1989 \end_inset
1990 </cell>
1991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1992 \begin_inset Text
1993
1994 \begin_layout Plain Layout
1995
1996 \end_layout
1997
1998 \end_inset
1999 </cell>
2000 </row>
2001 </lyxtabular>
2002
2003 \end_inset
2004
2005
2006 \end_layout
2007
2008 \begin_layout Section
2009 Table Dialog
2010 \begin_inset Index idx
2011 status collapsed
2012
2013 \begin_layout Plain Layout
2014 Table ! Dialog
2015 \end_layout
2016
2017 \end_inset
2018
2019
2020 \end_layout
2021
2022 \begin_layout Standard
2023 You can alter a table by clicking on it with the right mouse button, which
2024  brings up the table dialog.
2025  Here you can adjust the settings of that cell and row/column respectively
2026  where the cursor is currently placed.
2027  Most of the dialog options also work on selections.
2028  This means if you select more cells, columns or rows, the action is done
2029  for the whole selection.
2030  Note that there is a difference between selecting the 
2031 \emph on
2032 contents
2033 \emph default
2034  of the cell, and the cell itself.
2035 \begin_inset Newline newline
2036 \end_inset
2037
2038 With the dialog option 
2039 \family sans
2040 Immediate
2041 \begin_inset space ~
2042 \end_inset
2043
2044 Apply
2045 \family default
2046  every change you make in the dialog is directly applied.
2047  If you move the cursor to another table cell the dialog will then also
2048  be updated with the parameters of the new cell.
2049  If you change length values in the dialog you must press return to get
2050  the change applied.
2051 \begin_inset Newline newline
2052 \end_inset
2053
2054 You can alter tables with the following tabs of the table dialog:
2055 \end_layout
2056
2057 \begin_layout Description
2058
2059 \family sans
2060 Table
2061 \begin_inset space ~
2062 \end_inset
2063
2064 Settings
2065 \family default
2066  Here you can set the table width
2067 \begin_inset Index idx
2068 status collapsed
2069
2070 \begin_layout Plain Layout
2071 Table ! Width
2072 \end_layout
2073
2074 \end_inset
2075
2076 , and the horizontal alignment and the width of the current column.
2077  The alignment 
2078 \family sans
2079 At
2080 \begin_inset space ~
2081 \end_inset
2082
2083 Decimal
2084 \begin_inset space ~
2085 \end_inset
2086
2087 Separator
2088 \family default
2089  is described in section
2090 \begin_inset space ~
2091 \end_inset
2092
2093
2094 \begin_inset CommandInset ref
2095 LatexCommand ref
2096 reference "sub:Special-Cell-Alignment"
2097
2098 \end_inset
2099
2100 .
2101  When you have set a width you can also adjust the vertical alignment of
2102  the current row.
2103  A given width will allow the cell to have line breaks and multiple paragraphs
2104  of text, see section
2105 \begin_inset space ~
2106 \end_inset
2107
2108
2109 \begin_inset CommandInset ref
2110 LatexCommand ref
2111 reference "sub:Multiple-Lines-in"
2112
2113 \end_inset
2114
2115 .
2116  If you set no width, the column is as wide as the content of its widest
2117  cell.
2118 \begin_inset Newline newline
2119 \end_inset
2120
2121 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2122  cell, see section
2123 \begin_inset space ~
2124 \end_inset
2125
2126
2127 \begin_inset CommandInset ref
2128 LatexCommand ref
2129 reference "sub:Multicolumns"
2130
2131 \end_inset
2132
2133  or the cells of one column as multirow cell, see section
2134 \begin_inset space ~
2135 \end_inset
2136
2137
2138 \begin_inset CommandInset ref
2139 LatexCommand ref
2140 reference "sub:Multirows"
2141
2142 \end_inset
2143
2144 .
2145 \begin_inset Newline newline
2146 \end_inset
2147
2148 The rotate check boxes rotate the current cell, a selection, or the whole
2149  table counter-clockwise by 90°.
2150  The rotation is not shown within LyX, only in the output.
2151 \begin_inset Newline newline
2152 \end_inset
2153
2154
2155 \begin_inset Note Greyedout
2156 status open
2157
2158 \begin_layout Plain Layout
2159
2160 \series bold
2161 Note:
2162 \series default
2163  Not all DVI-viewers are able to display rotations.
2164 \end_layout
2165
2166 \end_inset
2167
2168
2169 \begin_inset Newline newline
2170 \end_inset
2171
2172 The table-wide vertical alignment is used for tables within text lines:
2173 \begin_inset Newline newline
2174 \end_inset
2175
2176 A line with tables with different alignments: 
2177 \begin_inset Tabular
2178 <lyxtabular version="3" rows="2" columns="2">
2179 <features tabularvalignment="top">
2180 <column alignment="center" valignment="top" width="0pt">
2181 <column alignment="center" valignment="top" width="0">
2182 <row>
2183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2184 \begin_inset Text
2185
2186 \begin_layout Plain Layout
2187
2188 \end_layout
2189
2190 \end_inset
2191 </cell>
2192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2193 \begin_inset Text
2194
2195 \begin_layout Plain Layout
2196
2197 \family roman
2198 \series medium
2199 \shape up
2200 \size normal
2201 \emph off
2202 \bar no
2203 \noun off
2204 \color none
2205 1
2206 \end_layout
2207
2208 \end_inset
2209 </cell>
2210 </row>
2211 <row>
2212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2213 \begin_inset Text
2214
2215 \begin_layout Plain Layout
2216
2217 \family roman
2218 \series medium
2219 \shape up
2220 \size normal
2221 \emph off
2222 \bar no
2223 \noun off
2224 \color none
2225 A
2226 \end_layout
2227
2228 \end_inset
2229 </cell>
2230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2231 \begin_inset Text
2232
2233 \begin_layout Plain Layout
2234
2235 \end_layout
2236
2237 \end_inset
2238 </cell>
2239 </row>
2240 </lyxtabular>
2241
2242 \end_inset
2243
2244  
2245 \begin_inset Tabular
2246 <lyxtabular version="3" rows="2" columns="2">
2247 <features tabularvalignment="middle">
2248 <column alignment="center" valignment="top" width="0">
2249 <column alignment="center" valignment="top" width="0">
2250 <row>
2251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2252 \begin_inset Text
2253
2254 \begin_layout Plain Layout
2255
2256 \end_layout
2257
2258 \end_inset
2259 </cell>
2260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2261 \begin_inset Text
2262
2263 \begin_layout Plain Layout
2264
2265 \family roman
2266 \series medium
2267 \shape up
2268 \size normal
2269 \emph off
2270 \bar no
2271 \noun off
2272 \color none
2273 1
2274 \end_layout
2275
2276 \end_inset
2277 </cell>
2278 </row>
2279 <row>
2280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2281 \begin_inset Text
2282
2283 \begin_layout Plain Layout
2284
2285 \family roman
2286 \series medium
2287 \shape up
2288 \size normal
2289 \emph off
2290 \bar no
2291 \noun off
2292 \color none
2293 A
2294 \end_layout
2295
2296 \end_inset
2297 </cell>
2298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2299 \begin_inset Text
2300
2301 \begin_layout Plain Layout
2302
2303 \end_layout
2304
2305 \end_inset
2306 </cell>
2307 </row>
2308 </lyxtabular>
2309
2310 \end_inset
2311
2312  
2313 \begin_inset Tabular
2314 <lyxtabular version="3" rows="2" columns="2">
2315 <features tabularvalignment="bottom">
2316 <column alignment="center" valignment="top" width="0pt">
2317 <column alignment="center" valignment="top" width="0">
2318 <row>
2319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2320 \begin_inset Text
2321
2322 \begin_layout Plain Layout
2323
2324 \end_layout
2325
2326 \end_inset
2327 </cell>
2328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2329 \begin_inset Text
2330
2331 \begin_layout Plain Layout
2332
2333 \family roman
2334 \series medium
2335 \shape up
2336 \size normal
2337 \emph off
2338 \bar no
2339 \noun off
2340 \color none
2341 1
2342 \end_layout
2343
2344 \end_inset
2345 </cell>
2346 </row>
2347 <row>
2348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2349 \begin_inset Text
2350
2351 \begin_layout Plain Layout
2352
2353 \family roman
2354 \series medium
2355 \shape up
2356 \size normal
2357 \emph off
2358 \bar no
2359 \noun off
2360 \color none
2361 A
2362 \end_layout
2363
2364 \end_inset
2365 </cell>
2366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2367 \begin_inset Text
2368
2369 \begin_layout Plain Layout
2370
2371 \end_layout
2372
2373 \end_inset
2374 </cell>
2375 </row>
2376 </lyxtabular>
2377
2378 \end_inset
2379
2380
2381 \begin_inset Newline newline
2382 \end_inset
2383
2384 It is also possible to enter a LaTeX-argument which is needed for special
2385  table formattings, see section
2386 \begin_inset space ~
2387 \end_inset
2388
2389
2390 \begin_inset CommandInset ref
2391 LatexCommand ref
2392 reference "sub:Multicolumn-Calculations"
2393
2394 \end_inset
2395
2396  and 
2397 \begin_inset CommandInset ref
2398 LatexCommand ref
2399 reference "sec:Colored-Tables"
2400
2401 \end_inset
2402
2403 .
2404 \end_layout
2405
2406 \begin_layout Description
2407
2408 \family sans
2409 Borders
2410 \family default
2411  In this tab you can add and delete border lines for the current row/column.
2412 \begin_inset Newline newline
2413 \end_inset
2414
2415 Using the style option 
2416 \family sans
2417 Formal
2418 \family default
2419  will convert the table to a formal table as described in section
2420 \begin_inset space ~
2421 \end_inset
2422
2423
2424 \begin_inset CommandInset ref
2425 LatexCommand ref
2426 reference "sec:Formal-Tables"
2427
2428 \end_inset
2429
2430 .
2431 \begin_inset Newline newline
2432 \end_inset
2433
2434 You can also add space here to table rows as described in section
2435 \begin_inset space ~
2436 \end_inset
2437
2438
2439 \begin_inset CommandInset ref
2440 LatexCommand ref
2441 reference "sub:Row-Spacing"
2442
2443 \end_inset
2444
2445 .
2446 \end_layout
2447
2448 \begin_layout Description
2449
2450 \family sans
2451 Longtable
2452 \family default
2453  This tab is to make a table a so called 
2454 \begin_inset Quotes eld
2455 \end_inset
2456
2457
2458 \emph on
2459 longtable
2460 \emph default
2461
2462 \begin_inset Quotes erd
2463 \end_inset
2464
2465  that can run over several pages.
2466  Sections
2467 \begin_inset space ~
2468 \end_inset
2469
2470
2471 \begin_inset CommandInset ref
2472 LatexCommand ref
2473 reference "sec:Longtables"
2474
2475 \end_inset
2476
2477  and 
2478 \begin_inset CommandInset ref
2479 LatexCommand ref
2480 reference "sec:Special-Longtable-Issues"
2481
2482 \end_inset
2483
2484  describe the longtable features in detail.
2485 \end_layout
2486
2487 \begin_layout Section
2488 Table Toolbar
2489 \begin_inset Index idx
2490 status collapsed
2491
2492 \begin_layout Plain Layout
2493 Table ! Toolbar
2494 \end_layout
2495
2496 \end_inset
2497
2498
2499 \end_layout
2500
2501 \begin_layout Standard
2502 The table toolbar is an alternative to the table dialog to be able to alter
2503  tables faster.
2504  It should normally appear at the bottom of LyX's main window when the cursor
2505  is inside a table.
2506  You can alternatively switch it on to appear always, by right-clicking
2507  in LyX's main menu bar.
2508 \end_layout
2509
2510 \begin_layout Standard
2511 The toolbar has the following icons:
2512 \end_layout
2513
2514 \begin_layout Labeling
2515 \labelwidthstring 00.00.0000
2516
2517 \family sans
2518 \begin_inset Info
2519 type  "icon"
2520 arg   "inset-modify tabular append-row"
2521 \end_inset
2522
2523
2524 \family default
2525  adds a row below the current cell or selection
2526 \end_layout
2527
2528 \begin_layout Labeling
2529 \labelwidthstring 00.00.0000
2530
2531 \family sans
2532 \begin_inset Info
2533 type  "icon"
2534 arg   "inset-modify tabular append-column"
2535 \end_inset
2536
2537
2538 \family default
2539  adds a column right beside the current cell or selection
2540 \end_layout
2541
2542 \begin_layout Labeling
2543 \labelwidthstring 00.00.0000
2544
2545 \family sans
2546 \begin_inset Info
2547 type  "icon"
2548 arg   "inset-modify tabular delete-row"
2549 \end_inset
2550
2551
2552 \family default
2553  deletes the current row or selection
2554 \end_layout
2555
2556 \begin_layout Labeling
2557 \labelwidthstring 00.00.0000
2558
2559 \family sans
2560 \begin_inset Info
2561 type  "icon"
2562 arg   "inset-modify tabular delete-column"
2563 \end_inset
2564
2565
2566 \family default
2567  deletes the current column or selection
2568 \end_layout
2569
2570 \begin_layout Labeling
2571 \labelwidthstring 00.00.0000
2572
2573 \family sans
2574 \begin_inset Info
2575 type  "icon"
2576 arg   "inset-modify tabular toggle-line-top"
2577 \end_inset
2578
2579
2580 \family default
2581  adds a line at the top of the current cell / row or of a selection
2582 \end_layout
2583
2584 \begin_layout Labeling
2585 \labelwidthstring 00.00.0000
2586
2587 \family sans
2588 \begin_inset Info
2589 type  "icon"
2590 arg   "inset-modify tabular toggle-line-bottom"
2591 \end_inset
2592
2593
2594 \family default
2595  adds a line at the bottom of the current cell / row or of a selection
2596 \end_layout
2597
2598 \begin_layout Labeling
2599 \labelwidthstring 00.00.0000
2600
2601 \family sans
2602 \begin_inset Info
2603 type  "icon"
2604 arg   "inset-modify tabular toggle-line-left"
2605 \end_inset
2606
2607
2608 \family default
2609  adds a line at the left side of the current cell / row or of a selection
2610 \end_layout
2611
2612 \begin_layout Labeling
2613 \labelwidthstring 00.00.0000
2614
2615 \family sans
2616 \begin_inset Info
2617 type  "icon"
2618 arg   "inset-modify tabular toggle-line-right"
2619 \end_inset
2620
2621
2622 \family default
2623  adds a line at the right side of the current cell / row or of a selection
2624 \end_layout
2625
2626 \begin_layout Labeling
2627 \labelwidthstring 00.00.0000
2628
2629 \family sans
2630 \begin_inset Info
2631 type  "icon"
2632 arg   "inset-modify tabular set-all-lines"
2633 \end_inset
2634
2635
2636 \family default
2637  adds lines around the current or selected cells - if the current cell no
2638  multicolumn cell this also affects the current row and column
2639 \end_layout
2640
2641 \begin_layout Labeling
2642 \labelwidthstring 00.00.0000
2643
2644 \family sans
2645 \begin_inset Info
2646 type  "icon"
2647 arg   "inset-modify tabular unset-all-lines"
2648 \end_inset
2649
2650
2651 \family default
2652  deletes all lines of the current or selected cells - if the current cell
2653  no multicolumn cell this also affects the current row and column
2654 \end_layout
2655
2656 \begin_layout Labeling
2657 \labelwidthstring 00.00.0000
2658
2659 \family sans
2660 \begin_inset Info
2661 type  "icon"
2662 arg   "inset-modify tabular m-align-left"
2663 \end_inset
2664
2665
2666 \family default
2667  left-aligns the content of the current cell / column
2668 \end_layout
2669
2670 \begin_layout Labeling
2671 \labelwidthstring 00.00.0000
2672
2673 \family sans
2674 \begin_inset Info
2675 type  "icon"
2676 arg   "inset-modify tabular m-align-center"
2677 \end_inset
2678
2679
2680 \family default
2681  centers the content of the current cell / column horizontally
2682 \end_layout
2683
2684 \begin_layout Labeling
2685 \labelwidthstring 00.00.0000
2686
2687 \family sans
2688 \begin_inset Info
2689 type  "icon"
2690 arg   "inset-modify tabular m-align-right"
2691 \end_inset
2692
2693
2694 \family default
2695  right-aligns the content of the current cell / column
2696 \end_layout
2697
2698 \begin_layout Labeling
2699 \labelwidthstring 00.00.0000
2700
2701 \family sans
2702 \begin_inset Info
2703 type  "icon"
2704 arg   "inset-modify tabular align-decimal"
2705 \end_inset
2706
2707
2708 \family default
2709  aligns the content of the current column at a character
2710 \end_layout
2711
2712 \begin_layout Labeling
2713 \labelwidthstring 00.00.0000
2714
2715 \family sans
2716 \begin_inset Info
2717 type  "icon"
2718 arg   "inset-modify tabular m-valign-top"
2719 \end_inset
2720
2721
2722 \family default
2723  aligns the content of the current cell vertically to the top
2724 \end_layout
2725
2726 \begin_layout Labeling
2727 \labelwidthstring 00.00.0000
2728
2729 \family sans
2730 \begin_inset Info
2731 type  "icon"
2732 arg   "inset-modify tabular m-valign-middle"
2733 \end_inset
2734
2735
2736 \family default
2737  centers the content of the current cell vertically
2738 \end_layout
2739
2740 \begin_layout Labeling
2741 \labelwidthstring 00.00.0000
2742
2743 \family sans
2744 \begin_inset Info
2745 type  "icon"
2746 arg   "inset-modify tabular m-valign-bottom"
2747 \end_inset
2748
2749
2750 \family default
2751  aligns the content of the current cell vertically to the bottom
2752 \end_layout
2753
2754 \begin_layout Labeling
2755 \labelwidthstring 00.00.0000
2756
2757 \family sans
2758 \begin_inset Info
2759 type  "icon"
2760 arg   "inset-modify tabular set-rotate-cell"
2761 \end_inset
2762
2763
2764 \family default
2765  rotates the current cell or selection counter-clockwise by 90°
2766 \end_layout
2767
2768 \begin_layout Labeling
2769 \labelwidthstring 00.00.0000
2770
2771 \family sans
2772 \begin_inset Info
2773 type  "icon"
2774 arg   "inset-modify tabular set-rotate-tabular"
2775 \end_inset
2776
2777
2778 \family default
2779  rotates the whole table counter-clockwise by 90°
2780 \end_layout
2781
2782 \begin_layout Labeling
2783 \labelwidthstring 00.00.0000
2784
2785 \family sans
2786 \begin_inset Info
2787 type  "icon"
2788 arg   "inset-modify tabular multicolumn"
2789 \end_inset
2790
2791
2792 \family default
2793  sets the current cell or selection as a multicolumn
2794 \end_layout
2795
2796 \begin_layout Labeling
2797 \labelwidthstring 00.00.0000
2798
2799 \family sans
2800 \begin_inset Info
2801 type  "icon"
2802 arg   "inset-modify tabular multirow"
2803 \end_inset
2804
2805
2806 \family default
2807  sets the current cell or selection as a multirow
2808 \end_layout
2809
2810 \begin_layout Standard
2811 \begin_inset Note Greyedout
2812 status open
2813
2814 \begin_layout Plain Layout
2815
2816 \series bold
2817 Note:
2818 \series default
2819  For the output the vertical alignment of the first cell in a row is used
2820  for all following cells in the row.
2821 \end_layout
2822
2823 \end_inset
2824
2825
2826 \end_layout
2827
2828 \begin_layout Section
2829 Edit Table Menu
2830 \begin_inset Index idx
2831 status collapsed
2832
2833 \begin_layout Plain Layout
2834 Table ! Edit Menu
2835 \end_layout
2836
2837 \end_inset
2838
2839
2840 \end_layout
2841
2842 \begin_layout Standard
2843 In addition to the table dialog and toolbar, the menu 
2844 \family sans
2845 Edit\SpecialChar \menuseparator
2846 Table
2847 \family default
2848  allows you to add and delete border lines for the current row/column and
2849  to set the current selection as multicolumn.
2850  The menu is only available when the cursor is inside a table.
2851 \end_layout
2852
2853 \begin_layout Section
2854 Table Floats
2855 \begin_inset CommandInset label
2856 LatexCommand label
2857 name "sec:Table-Floats"
2858
2859 \end_inset
2860
2861
2862 \begin_inset Index idx
2863 status collapsed
2864
2865 \begin_layout Plain Layout
2866 Floats ! Tables
2867 \end_layout
2868
2869 \end_inset
2870
2871
2872 \begin_inset Index idx
2873 status collapsed
2874
2875 \begin_layout Plain Layout
2876 Table ! Floats
2877 \end_layout
2878
2879 \end_inset
2880
2881
2882 \end_layout
2883
2884 \begin_layout Standard
2885 For general explanations about floats, have a look at section
2886 \begin_inset space ~
2887 \end_inset
2888
2889
2890 \begin_inset CommandInset ref
2891 LatexCommand ref
2892 reference "sec:FloatIntroduction"
2893
2894 \end_inset
2895
2896 .
2897 \end_layout
2898
2899 \begin_layout Standard
2900 \begin_inset Float table
2901 placement h
2902 wide false
2903 sideways false
2904 status open
2905
2906 \begin_layout Plain Layout
2907 \begin_inset Caption
2908
2909 \begin_layout Plain Layout
2910 \begin_inset CommandInset label
2911 LatexCommand label
2912 name "tab:a table float"
2913
2914 \end_inset
2915
2916 A table float.
2917 \end_layout
2918
2919 \end_inset
2920
2921
2922 \end_layout
2923
2924 \begin_layout Plain Layout
2925 \align center
2926 \begin_inset Tabular
2927 <lyxtabular version="3" rows="3" columns="3">
2928 <features tabularvalignment="middle">
2929 <column alignment="center" valignment="top" width="0pt">
2930 <column alignment="center" valignment="top" width="0pt">
2931 <column alignment="center" valignment="top" width="0pt">
2932 <row>
2933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2934 \begin_inset Text
2935
2936 \begin_layout Plain Layout
2937
2938 \family roman
2939 \series medium
2940 \shape up
2941 \size normal
2942 \emph off
2943 \bar no
2944 \noun off
2945 \color none
2946 1
2947 \end_layout
2948
2949 \end_inset
2950 </cell>
2951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2952 \begin_inset Text
2953
2954 \begin_layout Plain Layout
2955
2956 \family roman
2957 \series medium
2958 \shape up
2959 \size normal
2960 \emph off
2961 \bar no
2962 \noun off
2963 \color none
2964 2
2965 \end_layout
2966
2967 \end_inset
2968 </cell>
2969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2970 \begin_inset Text
2971
2972 \begin_layout Plain Layout
2973
2974 \family roman
2975 \series medium
2976 \shape up
2977 \size normal
2978 \emph off
2979 \bar no
2980 \noun off
2981 \color none
2982 3
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 </row>
2988 <row>
2989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2990 \begin_inset Text
2991
2992 \begin_layout Plain Layout
2993
2994 \family roman
2995 \series medium
2996 \shape up
2997 \size normal
2998 \emph off
2999 \bar no
3000 \noun off
3001 \color none
3002 Joe
3003 \end_layout
3004
3005 \end_inset
3006 </cell>
3007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3008 \begin_inset Text
3009
3010 \begin_layout Plain Layout
3011
3012 \family roman
3013 \series medium
3014 \shape up
3015 \size normal
3016 \emph off
3017 \bar no
3018 \noun off
3019 \color none
3020 Mary
3021 \end_layout
3022
3023 \end_inset
3024 </cell>
3025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3026 \begin_inset Text
3027
3028 \begin_layout Plain Layout
3029
3030 \family roman
3031 \series medium
3032 \shape up
3033 \size normal
3034 \emph off
3035 \bar no
3036 \noun off
3037 \color none
3038 Ted
3039 \end_layout
3040
3041 \end_inset
3042 </cell>
3043 </row>
3044 <row>
3045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3046 \begin_inset Text
3047
3048 \begin_layout Plain Layout
3049
3050 \family roman
3051 \series medium
3052 \shape up
3053 \size normal
3054 \emph off
3055 \bar no
3056 \noun off
3057 \color none
3058 \begin_inset Formula $\int x^{2}dx$
3059 \end_inset
3060
3061
3062 \end_layout
3063
3064 \end_inset
3065 </cell>
3066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3067 \begin_inset Text
3068
3069 \begin_layout Plain Layout
3070
3071 \family roman
3072 \series medium
3073 \shape up
3074 \size normal
3075 \emph off
3076 \bar no
3077 \noun off
3078 \color none
3079 \begin_inset Formula $\left[\begin{array}{cc}
3080 a & b\\
3081 c & d
3082 \end{array}\right]$
3083 \end_inset
3084
3085
3086 \end_layout
3087
3088 \end_inset
3089 </cell>
3090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3091 \begin_inset Text
3092
3093 \begin_layout Plain Layout
3094
3095 \family roman
3096 \series medium
3097 \shape up
3098 \size normal
3099 \emph off
3100 \bar no
3101 \noun off
3102 \color none
3103 \begin_inset Formula $1+1=2$
3104 \end_inset
3105
3106
3107 \end_layout
3108
3109 \end_inset
3110 </cell>
3111 </row>
3112 </lyxtabular>
3113
3114 \end_inset
3115
3116
3117 \end_layout
3118
3119 \end_inset
3120
3121
3122 \end_layout
3123
3124 \begin_layout Standard
3125 Table floats can be inserted using the menu 
3126 \family sans
3127 Insert\SpecialChar \menuseparator
3128 Float\SpecialChar \menuseparator
3129 Table
3130 \family default
3131  or the toolbar button 
3132 \family sans
3133
3134 \begin_inset Info
3135 type  "icon"
3136 arg   "float-insert table"
3137 \end_inset
3138
3139
3140 \family default
3141 .
3142 \end_layout
3143
3144 \begin_layout Standard
3145 The float appears as a collapsible box with a caption that has the label
3146  
3147 \begin_inset Quotes eld
3148 \end_inset
3149
3150 Table
3151 \begin_inset space ~
3152 \end_inset
3153
3154 #:
3155 \begin_inset Quotes erd
3156 \end_inset
3157
3158  (# is the actual table number).
3159  You can insert tables in the float above or below the caption.
3160 \end_layout
3161
3162 \begin_layout Standard
3163 Table
3164 \begin_inset space ~
3165 \end_inset
3166
3167
3168 \begin_inset CommandInset ref
3169 LatexCommand ref
3170 reference "tab:a table float"
3171
3172 \end_inset
3173
3174  is an example table within a table float.
3175 \end_layout
3176
3177 \begin_layout Standard
3178 Having the caption above the table is the common rule that is unfortunately
3179  not supported in LaTeX's standard classes.
3180  This means that, if you are using the document classes 
3181 \family sans
3182 article
3183 \family default
3184
3185 \family sans
3186 book
3187 \family default
3188
3189 \family sans
3190 letter
3191 \family default
3192 , or 
3193 \family sans
3194 report
3195 \family default
3196 , there will be no space between the caption and the table.
3197  To insert the needed space, add the following option to the load command
3198  of the LaTeX-package 
3199 \series bold
3200 caption
3201 \series default
3202
3203 \begin_inset Index idx
3204 status collapsed
3205
3206 \begin_layout Plain Layout
3207 LaTeX-packages ! caption
3208 \end_layout
3209
3210 \end_inset
3211
3212  in your document preamble
3213 \begin_inset Foot
3214 status collapsed
3215
3216 \begin_layout Plain Layout
3217 For more information have a look at section
3218 \begin_inset space ~
3219 \end_inset
3220
3221
3222 \begin_inset CommandInset ref
3223 LatexCommand ref
3224 reference "sec:Caption-Placement"
3225
3226 \end_inset
3227
3228 .
3229 \end_layout
3230
3231 \end_inset
3232
3233 :
3234 \end_layout
3235
3236 \begin_layout Standard
3237
3238 \series bold
3239 tableposition=top
3240 \end_layout
3241
3242 \begin_layout Standard
3243 The package 
3244 \series bold
3245 caption
3246 \series default
3247 , which is described in section
3248 \begin_inset space ~
3249 \end_inset
3250
3251
3252 \begin_inset CommandInset ref
3253 LatexCommand ref
3254 reference "sec:Caption-Formatting"
3255
3256 \end_inset
3257
3258 , is used to adjust the caption format.
3259 \end_layout
3260
3261 \begin_layout Standard
3262 \begin_inset Index idx
3263 status collapsed
3264
3265 \begin_layout Plain Layout
3266 References ! to Tables
3267 \end_layout
3268
3269 \end_inset
3270
3271 Tables can be cross-referenced in the text by referencing their label.
3272  To do this insert a label in the caption using the menu 
3273 \family sans
3274 Insert\SpecialChar \menuseparator
3275 Label
3276 \family default
3277  or the toolbar button 
3278 \family sans
3279
3280 \begin_inset Info
3281 type  "icon"
3282 arg   "label-insert"
3283 \end_inset
3284
3285
3286 \family default
3287 .
3288  You can now refer to the label using the menu 
3289 \family sans
3290 Insert\SpecialChar \menuseparator
3291 Cross
3292 \begin_inset space ~
3293 \end_inset
3294
3295 reference
3296 \family default
3297  or the toolbar button 
3298 \family sans
3299
3300 \begin_inset Info
3301 type  "icon"
3302 arg   "dialog-show-new-inset ref"
3303 \end_inset
3304
3305
3306 \family default
3307 .
3308 \begin_inset Newline newline
3309 \end_inset
3310
3311 Referencing is explained in detail in section
3312 \begin_inset space ~
3313 \end_inset
3314
3315
3316 \begin_inset CommandInset ref
3317 LatexCommand ref
3318 reference "sec:Referencing-Floats"
3319
3320 \end_inset
3321
3322 .
3323 \end_layout
3324
3325 \begin_layout Section
3326 Longtables
3327 \begin_inset CommandInset label
3328 LatexCommand label
3329 name "sec:Longtables"
3330
3331 \end_inset
3332
3333
3334 \begin_inset Index idx
3335 status collapsed
3336
3337 \begin_layout Plain Layout
3338 Longtables
3339 \end_layout
3340
3341 \end_inset
3342
3343
3344 \begin_inset Index idx
3345 status collapsed
3346
3347 \begin_layout Plain Layout
3348 Table ! Longtables
3349 \end_layout
3350
3351 \end_inset
3352
3353
3354 \end_layout
3355
3356 \begin_layout Standard
3357 If the table is too long to fit on one page, you can use the option 
3358 \family sans
3359 Use
3360 \begin_inset space ~
3361 \end_inset
3362
3363 long
3364 \begin_inset space ~
3365 \end_inset
3366
3367 table
3368 \family default
3369  in the tab 
3370 \family sans
3371 Longtable
3372 \family default
3373  of the table dialog to split the table automatically over more pages.
3374  Doing this enables the following options:
3375 \end_layout
3376
3377 \begin_layout Description
3378 Header: The current row is defined to be a header row that appears on all
3379  pages of the longtable; except for the first page, if 
3380 \family sans
3381 First
3382 \begin_inset space ~
3383 \end_inset
3384
3385 header
3386 \family default
3387  is defined.
3388  This is therefore called the main header.
3389 \end_layout
3390
3391 \begin_layout Description
3392 First
3393 \begin_inset space ~
3394 \end_inset
3395
3396 header: The current row is defined to be a header row that appears on the
3397  first page of the longtable.
3398 \end_layout
3399
3400 \begin_layout Description
3401 Footer: The current row is defined to be a footer row that appears on all
3402  pages of the longtable; except for the last page, if 
3403 \family sans
3404 Last
3405 \begin_inset space ~
3406 \end_inset
3407
3408 footer
3409 \family default
3410  is defined.
3411 \end_layout
3412
3413 \begin_layout Description
3414 Last
3415 \begin_inset space ~
3416 \end_inset
3417
3418 footer: The current row is defined to be a footer row that appears on the
3419  last page of the longtable.
3420 \end_layout
3421
3422 \begin_layout Description
3423 Caption: The current row contains the table caption.
3424  The row is reset as single column and a caption is inserted.
3425  More about longtable captions is explained in sec.
3426 \begin_inset space \thinspace{}
3427 \end_inset
3428
3429
3430 \begin_inset CommandInset ref
3431 LatexCommand ref
3432 reference "sub:Longtable-Captions"
3433
3434 \end_inset
3435
3436 .
3437 \end_layout
3438
3439 \begin_layout Standard
3440 You can also specify a row where the table is split.
3441  See the following longtable to see how it works:
3442 \end_layout
3443
3444 \begin_layout Standard
3445 \align center
3446 \begin_inset Tabular
3447 <lyxtabular version="3" rows="69" columns="3">
3448 <features islongtable="true" longtabularalignment="center">
3449 <column alignment="left" valignment="top" width="0cm">
3450 <column alignment="left" valignment="top" width="0pt">
3451 <column alignment="center" valignment="top" width="0pt">
3452 <row endfirsthead="true">
3453 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457
3458 \series bold
3459 Example Phone List (ignore the names)
3460 \end_layout
3461
3462 \end_inset
3463 </cell>
3464 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3465 \begin_inset Text
3466
3467 \begin_layout Plain Layout
3468
3469 \end_layout
3470
3471 \end_inset
3472 </cell>
3473 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Plain Layout
3477
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 </row>
3483 <row endfirsthead="true">
3484 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Plain Layout
3488
3489 \series bold
3490 NAME
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3496 \begin_inset Text
3497
3498 \begin_layout Plain Layout
3499
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3505 \begin_inset Text
3506
3507 \begin_layout Plain Layout
3508
3509 \series bold
3510 TEL.
3511 \end_layout
3512
3513 \end_inset
3514 </cell>
3515 </row>
3516 <row endhead="true">
3517 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521
3522 \series bold
3523 Example Phone List
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 </row>
3547 <row endhead="true">
3548 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552
3553 \series bold
3554 NAME
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3569 \begin_inset Text
3570
3571 \begin_layout Plain Layout
3572
3573 \series bold
3574 TEL.
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 </row>
3580 <row endfoot="true">
3581 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585  continued on next page
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Plain Layout
3603
3604 \end_layout
3605
3606 \end_inset
3607 </cell>
3608 </row>
3609 <row>
3610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614
3615 \series bold
3616 Annovi
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 Silvia
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3631 \begin_inset Text
3632
3633 \begin_layout Plain Layout
3634 111
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 </row>
3640 <row>
3641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645
3646 \series bold
3647 Bertoli
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell alignment="center" valignment="top" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656 Stefano
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Plain Layout
3665 111
3666 \end_layout
3667
3668 \end_inset
3669 </cell>
3670 </row>
3671 <row>
3672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Plain Layout
3676
3677 \series bold
3678 Bozzi
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687 Walter
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696 111
3697 \end_layout
3698
3699 \end_inset
3700 </cell>
3701 </row>
3702 <row>
3703 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707
3708 \series bold
3709 Cachia
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 Maria
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3724 \begin_inset Text
3725
3726 \begin_layout Plain Layout
3727 111
3728 \end_layout
3729
3730 \end_inset
3731 </cell>
3732 </row>
3733 <row>
3734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Plain Layout
3738
3739 \series bold
3740 Cachia
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749 Maurizio
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3755 \begin_inset Text
3756
3757 \begin_layout Plain Layout
3758 111
3759 \end_layout
3760
3761 \end_inset
3762 </cell>
3763 </row>
3764 <row>
3765 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769
3770 \series bold
3771 Cinquemani
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 Giusi
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3786 \begin_inset Text
3787
3788 \begin_layout Plain Layout
3789 111
3790 \end_layout
3791
3792 \end_inset
3793 </cell>
3794 </row>
3795 <row>
3796 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800
3801 \series bold
3802 Colin
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 <cell alignment="center" valignment="top" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 Bernard
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Plain Layout
3820 111
3821 \end_layout
3822
3823 \end_inset
3824 </cell>
3825 </row>
3826 <row>
3827 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Plain Layout
3831
3832 \series bold
3833 Concli
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 Gianfranco
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Plain Layout
3851 111
3852 \end_layout
3853
3854 \end_inset
3855 </cell>
3856 </row>
3857 <row>
3858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862
3863 \series bold
3864 Dal Bosco
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 Carolina
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Plain Layout
3882 111
3883 \end_layout
3884
3885 \end_inset
3886 </cell>
3887 </row>
3888 <row>
3889 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Plain Layout
3893
3894 \series bold
3895 Dalpiaz
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904 Annamaria
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Plain Layout
3913 111
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 </row>
3919 <row>
3920 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924
3925 \series bold
3926 Feliciello
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 Domenico
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3941 \begin_inset Text
3942
3943 \begin_layout Plain Layout
3944 111
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 </row>
3950 <row>
3951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955
3956 \series bold
3957 Focarelli
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 <cell alignment="center" valignment="top" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966 Paola
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3972 \begin_inset Text
3973
3974 \begin_layout Plain Layout
3975 111
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 </row>
3981 <row>
3982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986
3987 \series bold
3988 Galletti
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 <cell alignment="center" valignment="top" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997 Oreste
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Plain Layout
4006 111
4007 \end_layout
4008
4009 \end_inset
4010 </cell>
4011 </row>
4012 <row>
4013 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017
4018 \series bold
4019 Gasparini
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 <cell alignment="center" valignment="top" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028 Franca
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037 111
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 </row>
4043 <row>
4044 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048
4049 \series bold
4050 Rizzardi
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 <cell alignment="center" valignment="top" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059 Paola
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068 111
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 </row>
4074 <row>
4075 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079
4080 \series bold
4081 Lassini
4082 \end_layout
4083
4084 \end_inset
4085 </cell>
4086 <cell alignment="center" valignment="top" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Plain Layout
4090 Giancarlo
4091 \end_layout
4092
4093 \end_inset
4094 </cell>
4095 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099 111
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 </row>
4105 <row>
4106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110
4111 \series bold
4112 Malfatti
4113 \end_layout
4114
4115 \end_inset
4116 </cell>
4117 <cell alignment="center" valignment="top" usebox="none">
4118 \begin_inset Text
4119
4120 \begin_layout Plain Layout
4121 Luciano
4122 \end_layout
4123
4124 \end_inset
4125 </cell>
4126 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130 111
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 </row>
4136 <row>
4137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141
4142 \series bold
4143 Malfatti
4144 \end_layout
4145
4146 \end_inset
4147 </cell>
4148 <cell alignment="center" valignment="top" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152 Valeriano
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161 111
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 </row>
4167 <row>
4168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172
4173 \series bold
4174 Meneguzzo
4175 \end_layout
4176
4177 \end_inset
4178 </cell>
4179 <cell alignment="center" valignment="top" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183 Roberto
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192 111
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 </row>
4198 <row>
4199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203
4204 \series bold
4205 Mezzadra
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 <cell alignment="center" valignment="top" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214 Roberto
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223 111
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 </row>
4229 <row>
4230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234
4235 \series bold
4236 Pirpamer
4237 \end_layout
4238
4239 \end_inset
4240 </cell>
4241 <cell alignment="center" valignment="top" usebox="none">
4242 \begin_inset Text
4243
4244 \begin_layout Plain Layout
4245 Erich
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254 111
4255 \end_layout
4256
4257 \end_inset
4258 </cell>
4259 </row>
4260 <row>
4261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265
4266 \series bold
4267 Pochiesa
4268 \end_layout
4269
4270 \end_inset
4271 </cell>
4272 <cell alignment="center" valignment="top" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276 Paolo
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285 111, 222
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 </row>
4291 <row>
4292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296
4297 \series bold
4298 Radina
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 <cell alignment="center" valignment="top" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307 Claudio
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316 111
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 </row>
4322 <row>
4323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327
4328 \series bold
4329 Stuffer
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 <cell alignment="center" valignment="top" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338 Oskar
4339 \end_layout
4340
4341 \end_inset
4342 </cell>
4343 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347 111
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 </row>
4353 <row>
4354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358
4359 \series bold
4360 Tacchelli
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 <cell alignment="center" valignment="top" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369 Ugo
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378 111
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 </row>
4384 <row>
4385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389
4390 \series bold
4391 Tezzele
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 <cell alignment="center" valignment="top" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400 Margit
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409 111
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 </row>
4415 <row>
4416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420
4421 \series bold
4422 Unterkalmsteiner
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 <cell alignment="center" valignment="top" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431 Frieda
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440 111
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 </row>
4446 <row>
4447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451
4452 \series bold
4453 Vieider
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 <cell alignment="center" valignment="top" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Plain Layout
4462 Hilde
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 111
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 </row>
4477 <row>
4478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482
4483 \series bold
4484 Vigna
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 <cell alignment="center" valignment="top" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493 Jürgen
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502 111
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 </row>
4508 <row>
4509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513
4514 \series bold
4515 Weber
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 <cell alignment="center" valignment="top" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524 Maurizio
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533 111
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 </row>
4539 <row>
4540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544
4545 \series bold
4546 Winkler
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555 Franz
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564 111
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 </row>
4570 <row>
4571 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575  
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 </row>
4599 <row>
4600 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604
4605 \series bold
4606 Annovi
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 <cell alignment="center" valignment="top" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615 Silvia
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624 555
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 </row>
4630 <row>
4631 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635
4636 \series bold
4637 Bertoli
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 Stefano
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655 555
4656 \end_layout
4657
4658 \end_inset
4659 </cell>
4660 </row>
4661 <row>
4662 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666
4667 \series bold
4668 Bozzi
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 Walter
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4683 \begin_inset Text
4684
4685 \begin_layout Plain Layout
4686 555
4687 \end_layout
4688
4689 \end_inset
4690 </cell>
4691 </row>
4692 <row>
4693 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697
4698 \series bold
4699 Cachia
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 Maria
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4714 \begin_inset Text
4715
4716 \begin_layout Plain Layout
4717 555
4718 \end_layout
4719
4720 \end_inset
4721 </cell>
4722 </row>
4723 <row>
4724 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728
4729 \series bold
4730 Cachia
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739 Maurizio
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Plain Layout
4748 555
4749 \end_layout
4750
4751 \end_inset
4752 </cell>
4753 </row>
4754 <row>
4755 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759
4760 \series bold
4761 Cinquemani
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 <cell alignment="center" valignment="top" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 Giusi
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4776 \begin_inset Text
4777
4778 \begin_layout Plain Layout
4779 555
4780 \end_layout
4781
4782 \end_inset
4783 </cell>
4784 </row>
4785 <row>
4786 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4787 \begin_inset Text
4788
4789 \begin_layout Plain Layout
4790
4791 \series bold
4792 Colin
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801 Bernard
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Plain Layout
4810 555
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 </row>
4816 <row>
4817 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821
4822 \series bold
4823 Concli
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 Gianfranco
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4838 \begin_inset Text
4839
4840 \begin_layout Plain Layout
4841 555
4842 \end_layout
4843
4844 \end_inset
4845 </cell>
4846 </row>
4847 <row>
4848 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4849 \begin_inset Text
4850
4851 \begin_layout Plain Layout
4852
4853 \series bold
4854 Dal Bosco
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863 Carolina
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4869 \begin_inset Text
4870
4871 \begin_layout Plain Layout
4872 555
4873 \end_layout
4874
4875 \end_inset
4876 </cell>
4877 </row>
4878 <row>
4879 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Plain Layout
4883
4884 \series bold
4885 Dalpiaz
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 <cell alignment="center" valignment="top" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 Annamaria
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4900 \begin_inset Text
4901
4902 \begin_layout Plain Layout
4903 555
4904 \end_layout
4905
4906 \end_inset
4907 </cell>
4908 </row>
4909 <row>
4910 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914
4915 \series bold
4916 Feliciello
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925 Domenico
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4931 \begin_inset Text
4932
4933 \begin_layout Plain Layout
4934 555
4935 \end_layout
4936
4937 \end_inset
4938 </cell>
4939 </row>
4940 <row>
4941 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4942 \begin_inset Text
4943
4944 \begin_layout Plain Layout
4945
4946 \series bold
4947 Focarelli
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956 Paola
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4962 \begin_inset Text
4963
4964 \begin_layout Plain Layout
4965 555
4966 \end_layout
4967
4968 \end_inset
4969 </cell>
4970 </row>
4971 <row>
4972 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976
4977 \series bold
4978 Galletti
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 <cell alignment="center" valignment="top" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987 Oreste
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4993 \begin_inset Text
4994
4995 \begin_layout Plain Layout
4996 555
4997 \end_layout
4998
4999 \end_inset
5000 </cell>
5001 </row>
5002 <row>
5003 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5004 \begin_inset Text
5005
5006 \begin_layout Plain Layout
5007
5008 \series bold
5009 Gasparini
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 <cell alignment="center" valignment="top" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018 Franca
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5024 \begin_inset Text
5025
5026 \begin_layout Plain Layout
5027 555
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 </row>
5033 <row>
5034 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Plain Layout
5038
5039 \series bold
5040 Rizzardi
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 <cell alignment="center" valignment="top" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049 Paola
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5055 \begin_inset Text
5056
5057 \begin_layout Plain Layout
5058 555
5059 \end_layout
5060
5061 \end_inset
5062 </cell>
5063 </row>
5064 <row>
5065 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069
5070 \series bold
5071 Lassini
5072 \end_layout
5073
5074 \end_inset
5075 </cell>
5076 <cell alignment="center" valignment="top" usebox="none">
5077 \begin_inset Text
5078
5079 \begin_layout Plain Layout
5080 Giancarlo
5081 \end_layout
5082
5083 \end_inset
5084 </cell>
5085 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5086 \begin_inset Text
5087
5088 \begin_layout Plain Layout
5089 555
5090 \end_layout
5091
5092 \end_inset
5093 </cell>
5094 </row>
5095 <row>
5096 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5097 \begin_inset Text
5098
5099 \begin_layout Plain Layout
5100
5101 \series bold
5102 Malfatti
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 <cell alignment="center" valignment="top" usebox="none">
5108 \begin_inset Text
5109
5110 \begin_layout Plain Layout
5111 Luciano
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5117 \begin_inset Text
5118
5119 \begin_layout Plain Layout
5120 555
5121 \end_layout
5122
5123 \end_inset
5124 </cell>
5125 </row>
5126 <row>
5127 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5128 \begin_inset Text
5129
5130 \begin_layout Plain Layout
5131
5132 \series bold
5133 Malfatti
5134 \end_layout
5135
5136 \end_inset
5137 </cell>
5138 <cell alignment="center" valignment="top" usebox="none">
5139 \begin_inset Text
5140
5141 \begin_layout Plain Layout
5142 Valeriano
5143 \end_layout
5144
5145 \end_inset
5146 </cell>
5147 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5148 \begin_inset Text
5149
5150 \begin_layout Plain Layout
5151 555
5152 \end_layout
5153
5154 \end_inset
5155 </cell>
5156 </row>
5157 <row>
5158 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5159 \begin_inset Text
5160
5161 \begin_layout Plain Layout
5162
5163 \series bold
5164 Meneguzzo
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 <cell alignment="center" valignment="top" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Plain Layout
5173 Roberto
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Plain Layout
5182 555
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 </row>
5188 <row>
5189 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5190 \begin_inset Text
5191
5192 \begin_layout Plain Layout
5193
5194 \series bold
5195 Mezzadra
5196 \end_layout
5197
5198 \end_inset
5199 </cell>
5200 <cell alignment="center" valignment="top" usebox="none">
5201 \begin_inset Text
5202
5203 \begin_layout Plain Layout
5204 Roberto
5205 \end_layout
5206
5207 \end_inset
5208 </cell>
5209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5210 \begin_inset Text
5211
5212 \begin_layout Plain Layout
5213 555
5214 \end_layout
5215
5216 \end_inset
5217 </cell>
5218 </row>
5219 <row>
5220 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5221 \begin_inset Text
5222
5223 \begin_layout Plain Layout
5224
5225 \series bold
5226 Pirpamer
5227 \end_layout
5228
5229 \end_inset
5230 </cell>
5231 <cell alignment="center" valignment="top" usebox="none">
5232 \begin_inset Text
5233
5234 \begin_layout Plain Layout
5235 Erich
5236 \end_layout
5237
5238 \end_inset
5239 </cell>
5240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5241 \begin_inset Text
5242
5243 \begin_layout Plain Layout
5244 555
5245 \end_layout
5246
5247 \end_inset
5248 </cell>
5249 </row>
5250 <row>
5251 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5252 \begin_inset Text
5253
5254 \begin_layout Plain Layout
5255
5256 \series bold
5257 Pochiesa
5258 \end_layout
5259
5260 \end_inset
5261 </cell>
5262 <cell alignment="center" valignment="top" usebox="none">
5263 \begin_inset Text
5264
5265 \begin_layout Plain Layout
5266 Paolo
5267 \end_layout
5268
5269 \end_inset
5270 </cell>
5271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275 555, 222
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 </row>
5281 <row>
5282 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286
5287 \series bold
5288 Radina
5289 \end_layout
5290
5291 \end_inset
5292 </cell>
5293 <cell alignment="center" valignment="top" usebox="none">
5294 \begin_inset Text
5295
5296 \begin_layout Plain Layout
5297 Claudio
5298 \end_layout
5299
5300 \end_inset
5301 </cell>
5302 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5303 \begin_inset Text
5304
5305 \begin_layout Plain Layout
5306 555
5307 \end_layout
5308
5309 \end_inset
5310 </cell>
5311 </row>
5312 <row>
5313 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5314 \begin_inset Text
5315
5316 \begin_layout Plain Layout
5317
5318 \series bold
5319 Stuffer
5320 \end_layout
5321
5322 \end_inset
5323 </cell>
5324 <cell alignment="center" valignment="top" usebox="none">
5325 \begin_inset Text
5326
5327 \begin_layout Plain Layout
5328 Oskar
5329 \end_layout
5330
5331 \end_inset
5332 </cell>
5333 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5334 \begin_inset Text
5335
5336 \begin_layout Plain Layout
5337 555
5338 \end_layout
5339
5340 \end_inset
5341 </cell>
5342 </row>
5343 <row>
5344 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5345 \begin_inset Text
5346
5347 \begin_layout Plain Layout
5348
5349 \series bold
5350 Tacchelli
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 <cell alignment="center" valignment="top" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359 Ugo
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Plain Layout
5368 555
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 </row>
5374 <row>
5375 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5376 \begin_inset Text
5377
5378 \begin_layout Plain Layout
5379
5380 \series bold
5381 Tezzele
5382 \end_layout
5383
5384 \end_inset
5385 </cell>
5386 <cell alignment="center" valignment="top" usebox="none">
5387 \begin_inset Text
5388
5389 \begin_layout Plain Layout
5390 Margit
5391 \end_layout
5392
5393 \end_inset
5394 </cell>
5395 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5396 \begin_inset Text
5397
5398 \begin_layout Plain Layout
5399 555
5400 \end_layout
5401
5402 \end_inset
5403 </cell>
5404 </row>
5405 <row>
5406 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5407 \begin_inset Text
5408
5409 \begin_layout Plain Layout
5410
5411 \series bold
5412 Unterkalmsteiner
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 <cell alignment="center" valignment="top" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421 Frieda
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430 555
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 </row>
5436 <row>
5437 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5438 \begin_inset Text
5439
5440 \begin_layout Plain Layout
5441
5442 \series bold
5443 Vieider
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 <cell alignment="center" valignment="top" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452 Hilde
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5458 \begin_inset Text
5459
5460 \begin_layout Plain Layout
5461 555
5462 \end_layout
5463
5464 \end_inset
5465 </cell>
5466 </row>
5467 <row>
5468 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5469 \begin_inset Text
5470
5471 \begin_layout Plain Layout
5472
5473 \series bold
5474 Vigna
5475 \end_layout
5476
5477 \end_inset
5478 </cell>
5479 <cell alignment="center" valignment="top" usebox="none">
5480 \begin_inset Text
5481
5482 \begin_layout Plain Layout
5483 Jürgen
5484 \end_layout
5485
5486 \end_inset
5487 </cell>
5488 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5489 \begin_inset Text
5490
5491 \begin_layout Plain Layout
5492 999
5493 \end_layout
5494
5495 \end_inset
5496 </cell>
5497 </row>
5498 <row>
5499 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Plain Layout
5503
5504 \series bold
5505 Weber
5506 \end_layout
5507
5508 \end_inset
5509 </cell>
5510 <cell alignment="center" valignment="top" usebox="none">
5511 \begin_inset Text
5512
5513 \begin_layout Plain Layout
5514 Maurizio
5515 \end_layout
5516
5517 \end_inset
5518 </cell>
5519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5520 \begin_inset Text
5521
5522 \begin_layout Plain Layout
5523 555
5524 \end_layout
5525
5526 \end_inset
5527 </cell>
5528 </row>
5529 <row>
5530 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5531 \begin_inset Text
5532
5533 \begin_layout Plain Layout
5534
5535 \series bold
5536 Winkler
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Plain Layout
5545 Franz
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 555
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 </row>
5560 <row endlastfoot="true">
5561 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5562 \begin_inset Text
5563
5564 \begin_layout Plain Layout
5565 end
5566 \end_layout
5567
5568 \end_inset
5569 </cell>
5570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5571 \begin_inset Text
5572
5573 \begin_layout Plain Layout
5574
5575 \end_layout
5576
5577 \end_inset
5578 </cell>
5579 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583
5584 \end_layout
5585
5586 \end_inset
5587 </cell>
5588 </row>
5589 </lyxtabular>
5590
5591 \end_inset
5592
5593
5594 \begin_inset ERT
5595 status collapsed
5596
5597 \begin_layout Plain Layout
5598
5599
5600 \backslash
5601 addtocounter{table}{-1}
5602 \end_layout
5603
5604 \end_inset
5605
5606
5607 \begin_inset Note Note
5608 status collapsed
5609
5610 \begin_layout Plain Layout
5611 See the first greyed-out note in section
5612 \begin_inset space ~
5613 \end_inset
5614
5615
5616 \begin_inset CommandInset ref
5617 LatexCommand ref
5618 reference "sub:Longtable-Captions"
5619
5620 \end_inset
5621
5622  for an explanation of this command.
5623 \end_layout
5624
5625 \end_inset
5626
5627
5628 \end_layout
5629
5630 \begin_layout Subsection
5631 Footnotes in Longtables
5632 \begin_inset CommandInset label
5633 LatexCommand label
5634 name "sub:Footnotes-in-Longtables"
5635
5636 \end_inset
5637
5638
5639 \begin_inset Index idx
5640 status collapsed
5641
5642 \begin_layout Plain Layout
5643 Longtables ! Footnotes
5644 \end_layout
5645
5646 \end_inset
5647
5648
5649 \end_layout
5650
5651 \begin_layout Standard
5652 Footnotes can be inserted to every longtable cell.
5653  They appear at the bottom of the page where the table cell with the footnote
5654  appears.
5655  Table
5656 \begin_inset space ~
5657 \end_inset
5658
5659
5660 \begin_inset CommandInset ref
5661 LatexCommand ref
5662 reference "tab:DiffCaptions"
5663
5664 \end_inset
5665
5666  has for example a footnote.
5667 \end_layout
5668
5669 \begin_layout Subsection
5670 Longtable Alignment
5671 \begin_inset Index idx
5672 status collapsed
5673
5674 \begin_layout Plain Layout
5675 Longtables ! Alignment
5676 \end_layout
5677
5678 \end_inset
5679
5680
5681 \end_layout
5682
5683 \begin_layout Standard
5684 The horizontal alignment of longtables can be set in the table settings
5685  dialog.
5686  For left- and right-alignment the table will be directly at the page border.
5687  To add space between the table and the border one has to set the alignment
5688  to center and change the value of the LaTeX-lengths 
5689 \series bold
5690
5691 \backslash
5692 LTleft 
5693 \series default
5694 or 
5695 \series bold
5696
5697 \backslash
5698 LTright
5699 \series default
5700  by inserting this line as TeX-Code before the longtable:
5701 \end_layout
5702
5703 \begin_layout Standard
5704
5705 \series bold
5706
5707 \backslash
5708 setlength{
5709 \backslash
5710 LTleft}{value}
5711 \end_layout
5712
5713 \begin_layout Standard
5714 The value can have any of the units listed in Table
5715 \begin_inset space ~
5716 \end_inset
5717
5718
5719 \begin_inset CommandInset ref
5720 LatexCommand ref
5721 reference "tab:Units"
5722
5723 \end_inset
5724
5725 .
5726  
5727 \series bold
5728
5729 \backslash
5730 LTleft
5731 \series default
5732  controls the horizontal distance from the left page border to the longtable,
5733  
5734 \series bold
5735
5736 \backslash
5737 LTright
5738 \series default
5739  the distance from the right side.
5740  The default value for both lengths is 
5741 \series bold
5742
5743 \backslash
5744 fill
5745 \series default
5746 , which is in this case the same as an horizontal fill in LyX.
5747 \end_layout
5748
5749 \begin_layout Standard
5750 The following longtable was centered and 
5751 \series bold
5752
5753 \backslash
5754 LTleft
5755 \series default
5756  set to 
5757 \family sans
5758 0.1
5759 \backslash
5760 columnwidth
5761 \family default
5762 :
5763 \begin_inset ERT
5764 status collapsed
5765
5766 \begin_layout Plain Layout
5767
5768
5769 \backslash
5770 setlength{
5771 \backslash
5772 LTleft}{0.1
5773 \backslash
5774 columnwidth}
5775 \end_layout
5776
5777 \end_inset
5778
5779
5780 \end_layout
5781
5782 \begin_layout Standard
5783 \begin_inset Tabular
5784 <lyxtabular version="3" rows="5" columns="5">
5785 <features islongtable="true" longtabularalignment="center">
5786 <column alignment="center" valignment="top" width="0">
5787 <column alignment="center" valignment="top" width="0pt">
5788 <column alignment="center" valignment="top" width="0">
5789 <column alignment="center" valignment="top" width="0">
5790 <column alignment="center" valignment="top" width="0">
5791 <row>
5792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796 1
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5802 \begin_inset Text
5803
5804 \begin_layout Plain Layout
5805 2
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5811 \begin_inset Text
5812
5813 \begin_layout Plain Layout
5814 3
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Plain Layout
5823 4
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 5
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 </row>
5838 <row>
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843 asd
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852 s
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 s
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870 s
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 asd
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 </row>
5885 <row>
5886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890 asd
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899 s
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 s
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917 s
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 asd
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 </row>
5932 <row>
5933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937 asd
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946 s
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 s
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 s
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 asd
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 </row>
5979 <row>
5980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 asd
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 asd
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 asd
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 asd
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 asd
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 </row>
6026 </lyxtabular>
6027
6028 \end_inset
6029
6030
6031 \begin_inset ERT
6032 status collapsed
6033
6034 \begin_layout Plain Layout
6035
6036
6037 \backslash
6038 setlength{
6039 \backslash
6040 LTleft}{
6041 \backslash
6042 fill}
6043 \end_layout
6044
6045 \end_inset
6046
6047
6048 \begin_inset ERT
6049 status collapsed
6050
6051 \begin_layout Plain Layout
6052
6053
6054 \backslash
6055 addtocounter{table}{-1}
6056 \end_layout
6057
6058 \end_inset
6059
6060
6061 \begin_inset Note Note
6062 status collapsed
6063
6064 \begin_layout Plain Layout
6065 See the first greyed-out note in section
6066 \begin_inset space ~
6067 \end_inset
6068
6069
6070 \begin_inset CommandInset ref
6071 LatexCommand ref
6072 reference "sub:Longtable-Captions"
6073
6074 \end_inset
6075
6076  for an explanation of this command.
6077 \end_layout
6078
6079 \end_inset
6080
6081
6082 \end_layout
6083
6084 \begin_layout Subsection
6085 Longtable Captions
6086 \begin_inset Index idx
6087 status collapsed
6088
6089 \begin_layout Plain Layout
6090 Longtables ! Captions
6091 \end_layout
6092
6093 \end_inset
6094
6095
6096 \begin_inset CommandInset label
6097 LatexCommand label
6098 name "sub:Longtable-Captions"
6099
6100 \end_inset
6101
6102
6103 \end_layout
6104
6105 \begin_layout Standard
6106 A longtable cannot be put into a table float because floats can only be
6107  on one page.
6108  But the caption environment of floats can also be used for longtables when
6109  you use the longtable option 
6110 \family sans
6111 Caption
6112 \family default
6113  as described in sec.
6114 \begin_inset space \thinspace{}
6115 \end_inset
6116
6117
6118 \begin_inset CommandInset ref
6119 LatexCommand ref
6120 reference "sec:Longtables"
6121
6122 \end_inset
6123
6124 .
6125  
6126 \change_inserted -195340706 1324242393
6127 A caption must be put into one of 
6128 \family sans
6129 First
6130 \begin_inset space ~
6131 \end_inset
6132
6133 header
6134 \family default
6135
6136 \family sans
6137 Header
6138 \family default
6139
6140 \family sans
6141 Footer
6142 \family default
6143  and 
6144 \family sans
6145 Fast
6146 \begin_inset space ~
6147 \end_inset
6148
6149 footer
6150 \family default
6151 .
6152  Each kind of footer and header may only contain one 
6153 \change_deleted -195340706 1324242398
6154 Only one table row can contain the
6155 \change_unchanged
6156  caption.
6157 \end_layout
6158
6159 \begin_layout Standard
6160 Here is a short longtable to see how it works:
6161 \end_layout
6162
6163 \begin_layout Standard
6164 \begin_inset Tabular
6165 <lyxtabular version="3" rows="6" columns="5">
6166 <features islongtable="true" longtabularalignment="center">
6167 <column alignment="center" valignment="top" width="0">
6168 <column alignment="center" valignment="top" width="0">
6169 <column alignment="center" valignment="top" width="0">
6170 <column alignment="center" valignment="top" width="0">
6171 <column alignment="center" valignment="top" width="0">
6172 <row caption="true">
6173 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 \begin_inset Caption
6178
6179 \begin_layout Plain Layout
6180 Longtable with caption
6181 \begin_inset Argument
6182 status open
6183
6184 \begin_layout Plain Layout
6185 Longtable
6186 \end_layout
6187
6188 \end_inset
6189
6190
6191 \end_layout
6192
6193 \end_inset
6194
6195
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Plain Layout
6204
6205 \end_layout
6206
6207 \end_inset
6208 </cell>
6209 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6210 \begin_inset Text
6211
6212 \begin_layout Plain Layout
6213
6214 \end_layout
6215
6216 \end_inset
6217 </cell>
6218 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6228 \begin_inset Text
6229
6230 \begin_layout Plain Layout
6231
6232 \end_layout
6233
6234 \end_inset
6235 </cell>
6236 </row>
6237 <row>
6238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6239 \begin_inset Text
6240
6241 \begin_layout Plain Layout
6242 1
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6248 \begin_inset Text
6249
6250 \begin_layout Plain Layout
6251 2
6252 \end_layout
6253
6254 \end_inset
6255 </cell>
6256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6257 \begin_inset Text
6258
6259 \begin_layout Plain Layout
6260 3
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6266 \begin_inset Text
6267
6268 \begin_layout Plain Layout
6269 4
6270 \end_layout
6271
6272 \end_inset
6273 </cell>
6274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6275 \begin_inset Text
6276
6277 \begin_layout Plain Layout
6278 5
6279 \end_layout
6280
6281 \end_inset
6282 </cell>
6283 </row>
6284 <row>
6285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6286 \begin_inset Text
6287
6288 \begin_layout Plain Layout
6289 asd
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6295 \begin_inset Text
6296
6297 \begin_layout Plain Layout
6298 s
6299 \end_layout
6300
6301 \end_inset
6302 </cell>
6303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6304 \begin_inset Text
6305
6306 \begin_layout Plain Layout
6307 s
6308 \end_layout
6309
6310 \end_inset
6311 </cell>
6312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6313 \begin_inset Text
6314
6315 \begin_layout Plain Layout
6316 s
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6322 \begin_inset Text
6323
6324 \begin_layout Plain Layout
6325 asd
6326 \end_layout
6327
6328 \end_inset
6329 </cell>
6330 </row>
6331 <row>
6332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6333 \begin_inset Text
6334
6335 \begin_layout Plain Layout
6336 asd
6337 \end_layout
6338
6339 \end_inset
6340 </cell>
6341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6342 \begin_inset Text
6343
6344 \begin_layout Plain Layout
6345 s
6346 \end_layout
6347
6348 \end_inset
6349 </cell>
6350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6351 \begin_inset Text
6352
6353 \begin_layout Plain Layout
6354 s
6355 \end_layout
6356
6357 \end_inset
6358 </cell>
6359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6360 \begin_inset Text
6361
6362 \begin_layout Plain Layout
6363 s
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372 asd
6373 \end_layout
6374
6375 \end_inset
6376 </cell>
6377 </row>
6378 <row>
6379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6380 \begin_inset Text
6381
6382 \begin_layout Plain Layout
6383 asd
6384 \end_layout
6385
6386 \end_inset
6387 </cell>
6388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6389 \begin_inset Text
6390
6391 \begin_layout Plain Layout
6392 s
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6398 \begin_inset Text
6399
6400 \begin_layout Plain Layout
6401 s
6402 \end_layout
6403
6404 \end_inset
6405 </cell>
6406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6407 \begin_inset Text
6408
6409 \begin_layout Plain Layout
6410 s
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Plain Layout
6419 asd
6420 \end_layout
6421
6422 \end_inset
6423 </cell>
6424 </row>
6425 <row>
6426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430 asd
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6436 \begin_inset Text
6437
6438 \begin_layout Plain Layout
6439 asd
6440 \end_layout
6441
6442 \end_inset
6443 </cell>
6444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6445 \begin_inset Text
6446
6447 \begin_layout Plain Layout
6448 asd
6449 \end_layout
6450
6451 \end_inset
6452 </cell>
6453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6454 \begin_inset Text
6455
6456 \begin_layout Plain Layout
6457 asd
6458 \end_layout
6459
6460 \end_inset
6461 </cell>
6462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6463 \begin_inset Text
6464
6465 \begin_layout Plain Layout
6466 asd
6467 \end_layout
6468
6469 \end_inset
6470 </cell>
6471 </row>
6472 </lyxtabular>
6473
6474 \end_inset
6475
6476
6477 \end_layout
6478
6479 \begin_layout Standard
6480 \begin_inset VSpace medskip
6481 \end_inset
6482
6483
6484 \begin_inset Note Greyedout
6485 status open
6486
6487 \begin_layout Plain Layout
6488
6489 \series bold
6490 Note
6491 \begin_inset space ~
6492 \end_inset
6493
6494 1:
6495 \series default
6496  The table number is increased for every longtable, even if you did not
6497  set a caption for it.
6498  For this reason you could have the case that e.
6499 \begin_inset space \thinspace{}
6500 \end_inset
6501
6502 g.
6503 \begin_inset space \space{}
6504 \end_inset
6505
6506 Table
6507 \begin_inset space ~
6508 \end_inset
6509
6510 2.4 follows Table
6511 \begin_inset space ~
6512 \end_inset
6513
6514 2.1 in the list of tables if there are two longtables without captions.
6515  To avoid this you can add the following command in TeX-Code after every
6516  longtable without a caption:
6517 \end_layout
6518
6519 \begin_layout Plain Layout
6520
6521 \series bold
6522
6523 \backslash
6524 addtocounter{table}{-1}
6525 \end_layout
6526
6527 \begin_layout Plain Layout
6528 This is not needed when none of your longtables has a caption and you add
6529  the following code to the document preamble:
6530 \end_layout
6531
6532 \begin_layout Plain Layout
6533
6534 \series bold
6535
6536 \backslash
6537 let
6538 \backslash
6539 myEnd
6540 \backslash
6541 endlongtable
6542 \begin_inset Newline newline
6543 \end_inset
6544
6545
6546 \backslash
6547 renewcommand{
6548 \backslash
6549 endlongtable}{
6550 \backslash
6551 myEnd
6552 \backslash
6553 addtocounter{table}{-1}}
6554 \end_layout
6555
6556 \end_inset
6557
6558
6559 \end_layout
6560
6561 \begin_layout Standard
6562 \begin_inset Note Greyedout
6563 status open
6564
6565 \begin_layout Plain Layout
6566
6567 \series bold
6568 Note
6569 \begin_inset space ~
6570 \end_inset
6571
6572 2:
6573 \series default
6574  If you are using
6575 \series bold
6576  hyperref
6577 \series default
6578
6579 \begin_inset Index idx
6580 status collapsed
6581
6582 \begin_layout Plain Layout
6583 LaTeX-packages ! hyperref
6584 \end_layout
6585
6586 \end_inset
6587
6588  in the 
6589 \family sans
6590 PDF Properties
6591 \family default
6592  of the 
6593 \family sans
6594 Document Settings
6595 \family default
6596  dialog to link cross-references, the link to a longtable caption will always
6597  point to the beginning of the document.
6598 \end_layout
6599
6600 \end_inset
6601
6602
6603 \end_layout
6604
6605 \begin_layout Subsubsection
6606 References to Longtables
6607 \begin_inset Index idx
6608 status collapsed
6609
6610 \begin_layout Plain Layout
6611 Longtables ! References
6612 \end_layout
6613
6614 \end_inset
6615
6616
6617 \end_layout
6618
6619 \begin_layout Standard
6620 \begin_inset Tabular
6621 <lyxtabular version="3" rows="6" columns="5">
6622 <features islongtable="true" longtabularalignment="center">
6623 <column alignment="center" valignment="top" width="0">
6624 <column alignment="center" valignment="top" width="0">
6625 <column alignment="center" valignment="top" width="0">
6626 <column alignment="center" valignment="top" width="0">
6627 <column alignment="center" valignment="top" width="0">
6628 <row caption="true">
6629 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout Plain Layout
6633 \begin_inset Caption
6634
6635 \begin_layout Plain Layout
6636 Referenced longtable
6637 \begin_inset CommandInset label
6638 LatexCommand label
6639 name "tab:RefExample"
6640
6641 \end_inset
6642
6643
6644 \end_layout
6645
6646 \end_inset
6647
6648
6649 \end_layout
6650
6651 \end_inset
6652 </cell>
6653 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6654 \begin_inset Text
6655
6656 \begin_layout Plain Layout
6657
6658 \end_layout
6659
6660 \end_inset
6661 </cell>
6662 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6663 \begin_inset Text
6664
6665 \begin_layout Plain Layout
6666
6667 \end_layout
6668
6669 \end_inset
6670 </cell>
6671 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6672 \begin_inset Text
6673
6674 \begin_layout Plain Layout
6675
6676 \end_layout
6677
6678 \end_inset
6679 </cell>
6680 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684
6685 \end_layout
6686
6687 \end_inset
6688 </cell>
6689 </row>
6690 <row>
6691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6692 \begin_inset Text
6693
6694 \begin_layout Plain Layout
6695 1
6696 \end_layout
6697
6698 \end_inset
6699 </cell>
6700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6701 \begin_inset Text
6702
6703 \begin_layout Plain Layout
6704 2
6705 \end_layout
6706
6707 \end_inset
6708 </cell>
6709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6710 \begin_inset Text
6711
6712 \begin_layout Plain Layout
6713 3
6714 \end_layout
6715
6716 \end_inset
6717 </cell>
6718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6719 \begin_inset Text
6720
6721 \begin_layout Plain Layout
6722 4
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6728 \begin_inset Text
6729
6730 \begin_layout Plain Layout
6731 5
6732 \end_layout
6733
6734 \end_inset
6735 </cell>
6736 </row>
6737 <row>
6738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6739 \begin_inset Text
6740
6741 \begin_layout Plain Layout
6742 asd
6743 \end_layout
6744
6745 \end_inset
6746 </cell>
6747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6748 \begin_inset Text
6749
6750 \begin_layout Plain Layout
6751 s
6752 \end_layout
6753
6754 \end_inset
6755 </cell>
6756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6757 \begin_inset Text
6758
6759 \begin_layout Plain Layout
6760 s
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Plain Layout
6769 s
6770 \end_layout
6771
6772 \end_inset
6773 </cell>
6774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6775 \begin_inset Text
6776
6777 \begin_layout Plain Layout
6778 asd
6779 \end_layout
6780
6781 \end_inset
6782 </cell>
6783 </row>
6784 <row>
6785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6786 \begin_inset Text
6787
6788 \begin_layout Plain Layout
6789 asd
6790 \end_layout
6791
6792 \end_inset
6793 </cell>
6794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6795 \begin_inset Text
6796
6797 \begin_layout Plain Layout
6798 s
6799 \end_layout
6800
6801 \end_inset
6802 </cell>
6803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Plain Layout
6807 s
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6813 \begin_inset Text
6814
6815 \begin_layout Plain Layout
6816 s
6817 \end_layout
6818
6819 \end_inset
6820 </cell>
6821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6822 \begin_inset Text
6823
6824 \begin_layout Plain Layout
6825 asd
6826 \end_layout
6827
6828 \end_inset
6829 </cell>
6830 </row>
6831 <row>
6832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6833 \begin_inset Text
6834
6835 \begin_layout Plain Layout
6836 asd
6837 \end_layout
6838
6839 \end_inset
6840 </cell>
6841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6842 \begin_inset Text
6843
6844 \begin_layout Plain Layout
6845 s
6846 \end_layout
6847
6848 \end_inset
6849 </cell>
6850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6851 \begin_inset Text
6852
6853 \begin_layout Plain Layout
6854 s
6855 \end_layout
6856
6857 \end_inset
6858 </cell>
6859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6860 \begin_inset Text
6861
6862 \begin_layout Plain Layout
6863 s
6864 \end_layout
6865
6866 \end_inset
6867 </cell>
6868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6869 \begin_inset Text
6870
6871 \begin_layout Plain Layout
6872 asd
6873 \end_layout
6874
6875 \end_inset
6876 </cell>
6877 </row>
6878 <row>
6879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883 asd
6884 \end_layout
6885
6886 \end_inset
6887 </cell>
6888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892 sad
6893 \end_layout
6894
6895 \end_inset
6896 </cell>
6897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6898 \begin_inset Text
6899
6900 \begin_layout Plain Layout
6901 asd
6902 \end_layout
6903
6904 \end_inset
6905 </cell>
6906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6907 \begin_inset Text
6908
6909 \begin_layout Plain Layout
6910 asd
6911 \end_layout
6912
6913 \end_inset
6914 </cell>
6915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6916 \begin_inset Text
6917
6918 \begin_layout Plain Layout
6919 asd
6920 \end_layout
6921
6922 \end_inset
6923 </cell>
6924 </row>
6925 </lyxtabular>
6926
6927 \end_inset
6928
6929
6930 \end_layout
6931
6932 \begin_layout Standard
6933 To reference a longtable, insert a label into the caption.
6934 \end_layout
6935
6936 \begin_layout Standard
6937 This is a reference to Table
6938 \begin_inset space ~
6939 \end_inset
6940
6941
6942 \begin_inset CommandInset ref
6943 LatexCommand ref
6944 reference "tab:RefExample"
6945
6946 \end_inset
6947
6948 .
6949 \end_layout
6950
6951 \begin_layout Standard
6952 The caption layout can be set together with all other captions of your document
6953  using the LaTeX-package 
6954 \series bold
6955 caption
6956 \series default
6957
6958 \begin_inset Index idx
6959 status collapsed
6960
6961 \begin_layout Plain Layout
6962 LaTeX-packages ! caption
6963 \end_layout
6964
6965 \end_inset
6966
6967 , see section
6968 \begin_inset space ~
6969 \end_inset
6970
6971
6972 \begin_inset CommandInset ref
6973 LatexCommand ref
6974 reference "sec:Caption-Formatting"
6975
6976 \end_inset
6977
6978 .
6979 \end_layout
6980
6981 \begin_layout Subsubsection
6982 Caption Width
6983 \begin_inset Index idx
6984 status collapsed
6985
6986 \begin_layout Plain Layout
6987 Longtables ! Caption Width
6988 \end_layout
6989
6990 \end_inset
6991
6992
6993 \end_layout
6994
6995 \begin_layout Standard
6996 The maximal width of caption lines is defined by the length 
6997 \series bold
6998
6999 \backslash
7000 LTcapwidth
7001 \series default
7002 .
7003  Its default value is 4
7004 \begin_inset space \thinspace{}
7005 \end_inset
7006
7007 in.
7008  To change it add the following command to your document preamble or as
7009  TeX-Code into your document before the longtable that should be affected
7010 \end_layout
7011
7012 \begin_layout Standard
7013
7014 \series bold
7015
7016 \backslash
7017 setlength{
7018 \backslash
7019 LTcapwidth}{width}
7020 \end_layout
7021
7022 \begin_layout Standard
7023 where the width could have one of the units listed in appendix
7024 \begin_inset space ~
7025 \end_inset
7026
7027
7028 \begin_inset CommandInset ref
7029 LatexCommand ref
7030 reference "cha:Units-available-in"
7031
7032 \end_inset
7033
7034 .
7035 \end_layout
7036
7037 \begin_layout Standard
7038 The following tables show the difference:
7039 \end_layout
7040
7041 \begin_layout Standard
7042 \begin_inset Tabular
7043 <lyxtabular version="3" rows="6" columns="5">
7044 <features islongtable="true" longtabularalignment="center">
7045 <column alignment="center" valignment="top" width="0">
7046 <column alignment="center" valignment="top" width="0">
7047 <column alignment="center" valignment="top" width="0">
7048 <column alignment="center" valignment="top" width="0">
7049 <column alignment="center" valignment="top" width="0">
7050 <row caption="true">
7051 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7052 \begin_inset Text
7053
7054 \begin_layout Plain Layout
7055 \begin_inset Caption
7056
7057 \begin_layout Plain Layout
7058 long full title with default width long full title with default width long
7059  full title with default width
7060 \begin_inset Argument
7061 status collapsed
7062
7063 \begin_layout Plain Layout
7064 caption with default width
7065 \end_layout
7066
7067 \end_inset
7068
7069
7070 \end_layout
7071
7072 \end_inset
7073
7074
7075 \end_layout
7076
7077 \end_inset
7078 </cell>
7079 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7080 \begin_inset Text
7081
7082 \begin_layout Plain Layout
7083
7084 \end_layout
7085
7086 \end_inset
7087 </cell>
7088 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7089 \begin_inset Text
7090
7091 \begin_layout Plain Layout
7092
7093 \end_layout
7094
7095 \end_inset
7096 </cell>
7097 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7098 \begin_inset Text
7099
7100 \begin_layout Plain Layout
7101
7102 \end_layout
7103
7104 \end_inset
7105 </cell>
7106 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7107 \begin_inset Text
7108
7109 \begin_layout Plain Layout
7110
7111 \end_layout
7112
7113 \end_inset
7114 </cell>
7115 </row>
7116 <row>
7117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7118 \begin_inset Text
7119
7120 \begin_layout Plain Layout
7121 1
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Plain Layout
7130 2
7131 \end_layout
7132
7133 \end_inset
7134 </cell>
7135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7136 \begin_inset Text
7137
7138 \begin_layout Plain Layout
7139 3
7140 \end_layout
7141
7142 \end_inset
7143 </cell>
7144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7145 \begin_inset Text
7146
7147 \begin_layout Plain Layout
7148 4
7149 \end_layout
7150
7151 \end_inset
7152 </cell>
7153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7154 \begin_inset Text
7155
7156 \begin_layout Plain Layout
7157 5
7158 \end_layout
7159
7160 \end_inset
7161 </cell>
7162 </row>
7163 <row>
7164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168 asd
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7174 \begin_inset Text
7175
7176 \begin_layout Plain Layout
7177 s
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7183 \begin_inset Text
7184
7185 \begin_layout Plain Layout
7186 s
7187 \end_layout
7188
7189 \end_inset
7190 </cell>
7191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7192 \begin_inset Text
7193
7194 \begin_layout Plain Layout
7195 s
7196 \end_layout
7197
7198 \end_inset
7199 </cell>
7200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7201 \begin_inset Text
7202
7203 \begin_layout Plain Layout
7204 asd
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 </row>
7210 <row>
7211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215 asd
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7221 \begin_inset Text
7222
7223 \begin_layout Plain Layout
7224 s
7225 \end_layout
7226
7227 \end_inset
7228 </cell>
7229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7230 \begin_inset Text
7231
7232 \begin_layout Plain Layout
7233 s
7234 \end_layout
7235
7236 \end_inset
7237 </cell>
7238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7239 \begin_inset Text
7240
7241 \begin_layout Plain Layout
7242 s
7243 \end_layout
7244
7245 \end_inset
7246 </cell>
7247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7248 \begin_inset Text
7249
7250 \begin_layout Plain Layout
7251 asd
7252 \end_layout
7253
7254 \end_inset
7255 </cell>
7256 </row>
7257 <row>
7258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Plain Layout
7262 asd
7263 \end_layout
7264
7265 \end_inset
7266 </cell>
7267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7268 \begin_inset Text
7269
7270 \begin_layout Plain Layout
7271 s
7272 \end_layout
7273
7274 \end_inset
7275 </cell>
7276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7277 \begin_inset Text
7278
7279 \begin_layout Plain Layout
7280 s
7281 \end_layout
7282
7283 \end_inset
7284 </cell>
7285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7286 \begin_inset Text
7287
7288 \begin_layout Plain Layout
7289 s
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298 asd
7299 \end_layout
7300
7301 \end_inset
7302 </cell>
7303 </row>
7304 <row>
7305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7306 \begin_inset Text
7307
7308 \begin_layout Plain Layout
7309 asd
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7315 \begin_inset Text
7316
7317 \begin_layout Plain Layout
7318 sad
7319 \end_layout
7320
7321 \end_inset
7322 </cell>
7323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7324 \begin_inset Text
7325
7326 \begin_layout Plain Layout
7327 asd
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336 asd
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345 asd
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 </row>
7351 </lyxtabular>
7352
7353 \end_inset
7354
7355
7356 \end_layout
7357
7358 \begin_layout Standard
7359 \begin_inset ERT
7360 status collapsed
7361
7362 \begin_layout Plain Layout
7363
7364
7365 \backslash
7366 setlength{
7367 \backslash
7368 LTcapwidth}{5cm}
7369 \end_layout
7370
7371 \end_inset
7372
7373
7374 \begin_inset Tabular
7375 <lyxtabular version="3" rows="6" columns="5">
7376 <features islongtable="true" longtabularalignment="center">
7377 <column alignment="center" valignment="top" width="0">
7378 <column alignment="center" valignment="top" width="0">
7379 <column alignment="center" valignment="top" width="0">
7380 <column alignment="center" valignment="top" width="0">
7381 <column alignment="center" valignment="top" width="0">
7382 <row caption="true">
7383 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Plain Layout
7387 \begin_inset Caption
7388
7389 \begin_layout Plain Layout
7390 long full title with width set to 5
7391 \begin_inset space \thinspace{}
7392 \end_inset
7393
7394 cm long full title with width set to 5
7395 \begin_inset space \thinspace{}
7396 \end_inset
7397
7398 cm long full title with width set to 5
7399 \begin_inset space \thinspace{}
7400 \end_inset
7401
7402 cm
7403 \begin_inset Argument
7404 status collapsed
7405
7406 \begin_layout Plain Layout
7407 caption with width
7408 \begin_inset space \thinspace{}
7409 \end_inset
7410
7411 =
7412 \begin_inset space \thinspace{}
7413 \end_inset
7414
7415 5
7416 \begin_inset space \thinspace{}
7417 \end_inset
7418
7419 cm
7420 \end_layout
7421
7422 \end_inset
7423
7424
7425 \end_layout
7426
7427 \end_inset
7428
7429
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Plain Layout
7438
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7444 \begin_inset Text
7445
7446 \begin_layout Plain Layout
7447
7448 \end_layout
7449
7450 \end_inset
7451 </cell>
7452 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7453 \begin_inset Text
7454
7455 \begin_layout Plain Layout
7456
7457 \end_layout
7458
7459 \end_inset
7460 </cell>
7461 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7462 \begin_inset Text
7463
7464 \begin_layout Plain Layout
7465
7466 \end_layout
7467
7468 \end_inset
7469 </cell>
7470 </row>
7471 <row>
7472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7473 \begin_inset Text
7474
7475 \begin_layout Plain Layout
7476 1
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485 2
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494 3
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7500 \begin_inset Text
7501
7502 \begin_layout Plain Layout
7503 4
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7509 \begin_inset Text
7510
7511 \begin_layout Plain Layout
7512 5
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 </row>
7518 <row>
7519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523 asd
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7529 \begin_inset Text
7530
7531 \begin_layout Plain Layout
7532 s
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7538 \begin_inset Text
7539
7540 \begin_layout Plain Layout
7541 s
7542 \end_layout
7543
7544 \end_inset
7545 </cell>
7546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7547 \begin_inset Text
7548
7549 \begin_layout Plain Layout
7550 s
7551 \end_layout
7552
7553 \end_inset
7554 </cell>
7555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7556 \begin_inset Text
7557
7558 \begin_layout Plain Layout
7559 asd
7560 \end_layout
7561
7562 \end_inset
7563 </cell>
7564 </row>
7565 <row>
7566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570 asd
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7576 \begin_inset Text
7577
7578 \begin_layout Plain Layout
7579 s
7580 \end_layout
7581
7582 \end_inset
7583 </cell>
7584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7585 \begin_inset Text
7586
7587 \begin_layout Plain Layout
7588 s
7589 \end_layout
7590
7591 \end_inset
7592 </cell>
7593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7594 \begin_inset Text
7595
7596 \begin_layout Plain Layout
7597 s
7598 \end_layout
7599
7600 \end_inset
7601 </cell>
7602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7603 \begin_inset Text
7604
7605 \begin_layout Plain Layout
7606 asd
7607 \end_layout
7608
7609 \end_inset
7610 </cell>
7611 </row>
7612 <row>
7613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Plain Layout
7617 asd
7618 \end_layout
7619
7620 \end_inset
7621 </cell>
7622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626 s
7627 \end_layout
7628
7629 \end_inset
7630 </cell>
7631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7632 \begin_inset Text
7633
7634 \begin_layout Plain Layout
7635 s
7636 \end_layout
7637
7638 \end_inset
7639 </cell>
7640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7641 \begin_inset Text
7642
7643 \begin_layout Plain Layout
7644 s
7645 \end_layout
7646
7647 \end_inset
7648 </cell>
7649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7650 \begin_inset Text
7651
7652 \begin_layout Plain Layout
7653 asd
7654 \end_layout
7655
7656 \end_inset
7657 </cell>
7658 </row>
7659 <row>
7660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664 asd
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7670 \begin_inset Text
7671
7672 \begin_layout Plain Layout
7673 sad
7674 \end_layout
7675
7676 \end_inset
7677 </cell>
7678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7679 \begin_inset Text
7680
7681 \begin_layout Plain Layout
7682 asd
7683 \end_layout
7684
7685 \end_inset
7686 </cell>
7687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7688 \begin_inset Text
7689
7690 \begin_layout Plain Layout
7691 asd
7692 \end_layout
7693
7694 \end_inset
7695 </cell>
7696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7697 \begin_inset Text
7698
7699 \begin_layout Plain Layout
7700 asd
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 </row>
7706 </lyxtabular>
7707
7708 \end_inset
7709
7710
7711 \end_layout
7712
7713 \begin_layout Standard
7714 \begin_inset ERT
7715 status collapsed
7716
7717 \begin_layout Plain Layout
7718
7719
7720 \backslash
7721 setlength{
7722 \backslash
7723 LTcapwidth}{4in}
7724 \end_layout
7725
7726 \end_inset
7727
7728
7729 \end_layout
7730
7731 \begin_layout Standard
7732 \begin_inset Note Greyedout
7733 status open
7734
7735 \begin_layout Plain Layout
7736
7737 \series bold
7738 Note:
7739 \series default
7740  When the LaTeX-package 
7741 \series bold
7742 caption
7743 \series default
7744
7745 \begin_inset Index idx
7746 status collapsed
7747
7748 \begin_layout Plain Layout
7749 LaTeX-packages ! caption
7750 \end_layout
7751
7752 \end_inset
7753
7754  is used, as in this document, the full page width is used for the caption
7755  when you use the default value of 4
7756 \begin_inset space \thinspace{}
7757 \end_inset
7758
7759 in for 
7760 \series bold
7761
7762 \backslash
7763 LTcapwidth
7764 \series default
7765 .
7766  To get in this case exactly a 4
7767 \begin_inset space \thinspace{}
7768 \end_inset
7769
7770 in wide caption, you can either use a value slightly different from 4.0
7771 \begin_inset space \thinspace{}
7772 \end_inset
7773
7774 in, e.
7775 \begin_inset space \thinspace{}
7776 \end_inset
7777
7778 g.
7779 \begin_inset space \space{}
7780 \end_inset
7781
7782 3.99
7783 \begin_inset space \thinspace{}
7784 \end_inset
7785
7786 in, or the LaTeX-command 
7787 \series bold
7788
7789 \backslash
7790 captionsetup{width=value}
7791 \series default
7792  that is provided by the 
7793 \series bold
7794 caption
7795 \series default
7796 -package.
7797 \end_layout
7798
7799 \end_inset
7800
7801
7802 \end_layout
7803
7804 \begin_layout Subsubsection
7805 Different Captions for Table Pages
7806 \begin_inset Index idx
7807 status collapsed
7808
7809 \begin_layout Plain Layout
7810 Longtables ! Different Captions for Pages
7811 \end_layout
7812
7813 \end_inset
7814
7815
7816 \end_layout
7817
7818 \begin_layout Standard
7819 When the table captions for the following pages should differ from the one
7820  of the first table page, insert a caption with the TeX-Code command
7821 \end_layout
7822
7823 \begin_layout Standard
7824
7825 \series bold
7826
7827 \backslash
7828 caption*{caption text}
7829 \backslash
7830
7831 \backslash
7832 %
7833 \end_layout
7834
7835 \begin_layout Standard
7836 in a dummy caption row that is marked as a header.
7837  Table
7838 \begin_inset space ~
7839 \end_inset
7840
7841
7842 \begin_inset CommandInset ref
7843 LatexCommand ref
7844 reference "tab:DiffCaptions"
7845
7846 \end_inset
7847
7848  is an example of a longtable with different heading where the second caption
7849  doesn't include the table number.
7850 \end_layout
7851
7852 \begin_layout Standard
7853 \align center
7854 \begin_inset Tabular
7855 <lyxtabular version="3" rows="59" columns="3">
7856 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7857 <column alignment="left" valignment="top" width="0cm">
7858 <column alignment="left" valignment="top" width="0pt">
7859 <column alignment="center" valignment="top" width="0pt">
7860 <row caption="true">
7861 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865 \begin_inset Caption
7866
7867 \begin_layout Plain Layout
7868 Example Phone List
7869 \begin_inset CommandInset label
7870 LatexCommand label
7871 name "tab:DiffCaptions"
7872
7873 \end_inset
7874
7875
7876 \begin_inset Argument
7877 status collapsed
7878
7879 \begin_layout Plain Layout
7880 Example Phone List
7881 \end_layout
7882
7883 \end_inset
7884
7885
7886 \end_layout
7887
7888 \end_inset
7889
7890
7891 \end_layout
7892
7893 \end_inset
7894 </cell>
7895 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 </row>
7914 <row endfirsthead="true">
7915 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919
7920 \series bold
7921 Example Phone List (ignore the names)
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 </row>
7945 <row endfirsthead="true">
7946 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950
7951 \series bold
7952 NAME
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961
7962 \end_layout
7963
7964 \end_inset
7965 </cell>
7966 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970
7971 \series bold
7972 TEL.
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 </row>
7978 <row endhead="true">
7979 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983 \begin_inset ERT
7984 status open
7985
7986 \begin_layout Plain Layout
7987
7988
7989 \backslash
7990 caption*{Continued Example Phone List}
7991 \backslash
7992
7993 \backslash
7994 %
7995 \end_layout
7996
7997 \end_inset
7998
7999
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 </row>
8023 <row endhead="true">
8024 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028
8029 \series bold
8030 Example Phone List
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 </row>
8054 <row endhead="true">
8055 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059
8060 \series bold
8061 NAME
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079
8080 \series bold
8081 TEL.
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 </row>
8087 <row endfoot="true">
8088 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092 continued on next page
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 </row>
8116 <row>
8117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121
8122 \series bold
8123 Annovi
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 Silvia
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141 111
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 </row>
8147 <row>
8148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152
8153 \series bold
8154 Bertoli
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 Stefano
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 111
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 </row>
8178 <row>
8179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183
8184 \series bold
8185 Bozzi
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 Walter
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 111
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 </row>
8209 <row>
8210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214
8215 \series bold
8216 Cachia
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 Maria
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 111
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 </row>
8240 <row>
8241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245
8246 \series bold
8247 Cachia
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 Maurizio
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 111
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 </row>
8271 <row>
8272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276
8277 \series bold
8278 Cinquemani
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 Giusi
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 111
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 </row>
8302 <row>
8303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307
8308 \series bold
8309 Colin
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318 Bernard
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 111
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 </row>
8333 <row>
8334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338
8339 \series bold
8340 Concli
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 Gianfranco
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 111
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 </row>
8364 <row>
8365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369
8370 \series bold
8371 Dal Bosco
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 Carolina
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 111
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 </row>
8395 <row>
8396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400
8401 \series bold
8402 Dalpiaz
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 Annamaria
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420 111
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 </row>
8426 <row>
8427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431
8432 \series bold
8433 Feliciello
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 Domenico
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 111
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 </row>
8457 <row>
8458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462
8463 \series bold
8464 Focarelli
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 Paola
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482 111
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 </row>
8488 <row>
8489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493
8494 \series bold
8495 Galletti
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 Oreste
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513 111
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 </row>
8519 <row>
8520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524
8525 \series bold
8526 Gasparini
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 Franca
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544 111
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 </row>
8550 <row>
8551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555
8556 \series bold
8557 Rizzardi
8558 \series default
8559
8560 \begin_inset Foot
8561 status open
8562
8563 \begin_layout Plain Layout
8564 Example footnote
8565 \end_layout
8566
8567 \end_inset
8568
8569
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578 Paola
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 111
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 </row>
8593 <row>
8594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598
8599 \series bold
8600 Lassini
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609 Giancarlo
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 111
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 </row>
8624 <row>
8625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629
8630 \series bold
8631 Malfatti
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 Luciano
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 111
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 </row>
8655 <row>
8656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660
8661 \series bold
8662 Malfatti
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671 Valeriano
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680 111
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 </row>
8686 <row>
8687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691
8692 \series bold
8693 Meneguzzo
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702 Roberto
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711 111
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 </row>
8717 <row>
8718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722
8723 \series bold
8724 Mezzadra
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733 Roberto
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 111
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 </row>
8748 <row>
8749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753
8754 \series bold
8755 Pirpamer
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764 Erich
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773 111
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 </row>
8779 <row>
8780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784
8785 \series bold
8786 Pochiesa
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795 Paolo
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 111, 222
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 </row>
8810 <row>
8811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815
8816 \series bold
8817 Radina
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826 Claudio
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835 111
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 </row>
8841 <row>
8842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846
8847 \series bold
8848 Stuffer
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Plain Layout
8857 Oskar
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866 111
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 </row>
8872 <row>
8873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877
8878 \series bold
8879 Tacchelli
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888 Ugo
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897 111
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 </row>
8903 <row>
8904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908
8909 \series bold
8910 Tezzele
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919 Margit
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928 111
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 </row>
8934 <row>
8935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939
8940 \series bold
8941 Unterkalmsteiner
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950 Frieda
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959 111
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 </row>
8965 <row>
8966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970
8971 \series bold
8972 Vieider
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981 Hilde
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990 111
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 </row>
8996 <row>
8997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Plain Layout
9001
9002 \series bold
9003 Vigna
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012 Jürgen
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021 111
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 </row>
9027 <row>
9028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032
9033 \series bold
9034 Weber
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043 Maurizio
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052 111
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 </row>
9058 <row>
9059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063
9064 \series bold
9065 Winkler
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074 Franz
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083 111
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 </row>
9089 <row>
9090 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9091 \begin_inset Text
9092
9093 \begin_layout Plain Layout
9094  
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 </row>
9118 <row>
9119 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123
9124 \series bold
9125 Annovi
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134 Silvia
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 555
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 </row>
9149 <row>
9150 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154
9155 \series bold
9156 Bertoli
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165 Stefano
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 555
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 </row>
9180 <row>
9181 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185
9186 \series bold
9187 Bozzi
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196 Walter
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205 555
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 </row>
9211 <row>
9212 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216
9217 \series bold
9218 Cachia
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227 Maria
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 555
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 </row>
9242 <row>
9243 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247
9248 \series bold
9249 Cachia
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258 Maurizio
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267 555
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 </row>
9273 <row>
9274 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Plain Layout
9278
9279 \series bold
9280 Cinquemani
9281 \end_layout
9282
9283 \end_inset
9284 </cell>
9285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Plain Layout
9289 Giusi
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298 555
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 </row>
9304 <row>
9305 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9306 \begin_inset Text
9307
9308 \begin_layout Plain Layout
9309
9310 \series bold
9311 Colin
9312 \end_layout
9313
9314 \end_inset
9315 </cell>
9316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320 Bernard
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329 555
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 </row>
9335 <row>
9336 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Plain Layout
9340
9341 \series bold
9342 Concli
9343 \end_layout
9344
9345 \end_inset
9346 </cell>
9347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351 Gianfranco
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360 555
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 </row>
9366 <row>
9367 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371
9372 \series bold
9373 Dal Bosco
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382 Carolina
9383 \end_layout
9384
9385 \end_inset
9386 </cell>
9387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391 555
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 </row>
9397 <row>
9398 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9399 \begin_inset Text
9400
9401 \begin_layout Plain Layout
9402
9403 \series bold
9404 Dalpiaz
9405 \end_layout
9406
9407 \end_inset
9408 </cell>
9409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9410 \begin_inset Text
9411
9412 \begin_layout Plain Layout
9413 Annamaria
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Plain Layout
9422 555
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 </row>
9428 <row>
9429 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433
9434 \series bold
9435 Feliciello
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444 Domenico
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 555
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 </row>
9459 <row>
9460 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Plain Layout
9464
9465 \series bold
9466 Focarelli
9467 \end_layout
9468
9469 \end_inset
9470 </cell>
9471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9472 \begin_inset Text
9473
9474 \begin_layout Plain Layout
9475 Paola
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484 555
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 </row>
9490 <row>
9491 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495
9496 \series bold
9497 Galletti
9498 \end_layout
9499
9500 \end_inset
9501 </cell>
9502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9503 \begin_inset Text
9504
9505 \begin_layout Plain Layout
9506 Oreste
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515 555
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 </row>
9521 <row>
9522 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9523 \begin_inset Text
9524
9525 \begin_layout Plain Layout
9526
9527 \series bold
9528 Gasparini
9529 \end_layout
9530
9531 \end_inset
9532 </cell>
9533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9534 \begin_inset Text
9535
9536 \begin_layout Plain Layout
9537 Franca
9538 \end_layout
9539
9540 \end_inset
9541 </cell>
9542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Plain Layout
9546 555
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 </row>
9552 <row>
9553 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9554 \begin_inset Text
9555
9556 \begin_layout Plain Layout
9557
9558 \series bold
9559 Rizzardi
9560 \end_layout
9561
9562 \end_inset
9563 </cell>
9564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9565 \begin_inset Text
9566
9567 \begin_layout Plain Layout
9568 Paola
9569 \end_layout
9570
9571 \end_inset
9572 </cell>
9573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9574 \begin_inset Text
9575
9576 \begin_layout Plain Layout
9577 555
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 </row>
9583 <row>
9584 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9585 \begin_inset Text
9586
9587 \begin_layout Plain Layout
9588
9589 \series bold
9590 Lassini
9591 \end_layout
9592
9593 \end_inset
9594 </cell>
9595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9596 \begin_inset Text
9597
9598 \begin_layout Plain Layout
9599 Giancarlo
9600 \end_layout
9601
9602 \end_inset
9603 </cell>
9604 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9605 \begin_inset Text
9606
9607 \begin_layout Plain Layout
9608 555
9609 \end_layout
9610
9611 \end_inset
9612 </cell>
9613 </row>
9614 <row>
9615 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Plain Layout
9619
9620 \series bold
9621 Malfatti
9622 \end_layout
9623
9624 \end_inset
9625 </cell>
9626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9627 \begin_inset Text
9628
9629 \begin_layout Plain Layout
9630 Luciano
9631 \end_layout
9632
9633 \end_inset
9634 </cell>
9635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9636 \begin_inset Text
9637
9638 \begin_layout Plain Layout
9639 555
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 </row>
9645 <row>
9646 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Plain Layout
9650
9651 \series bold
9652 Malfatti
9653 \end_layout
9654
9655 \end_inset
9656 </cell>
9657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661 Valeriano
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Plain Layout
9670 555
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 </row>
9676 <row>
9677 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9678 \begin_inset Text
9679
9680 \begin_layout Plain Layout
9681
9682 \series bold
9683 Meneguzzo
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692 Roberto
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9698 \begin_inset Text
9699
9700 \begin_layout Plain Layout
9701 555
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 </row>
9707 <row>
9708 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9709 \begin_inset Text
9710
9711 \begin_layout Plain Layout
9712
9713 \series bold
9714 Mezzadra
9715 \end_layout
9716
9717 \end_inset
9718 </cell>
9719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9720 \begin_inset Text
9721
9722 \begin_layout Plain Layout
9723 Roberto
9724 \end_layout
9725
9726 \end_inset
9727 </cell>
9728 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9729 \begin_inset Text
9730
9731 \begin_layout Plain Layout
9732 555
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 </row>
9738 </lyxtabular>
9739
9740 \end_inset
9741
9742
9743 \end_layout
9744
9745 \begin_layout Section
9746 Special Longtable Issues
9747 \begin_inset CommandInset label
9748 LatexCommand label
9749 name "sec:Special-Longtable-Issues"
9750
9751 \end_inset
9752
9753
9754 \end_layout
9755
9756 \begin_layout Subsection
9757 Longtable Calculation
9758 \begin_inset Index idx
9759 status collapsed
9760
9761 \begin_layout Plain Layout
9762 Longtables ! Calculation
9763 \end_layout
9764
9765 \end_inset
9766
9767
9768 \end_layout
9769
9770 \begin_layout Standard
9771 LaTeX calculates the height of table pages and their page breaks using so
9772  called chunks.
9773  Chunks are parts of tables that held at the same time in LaTeX's memory.
9774  The default value was historically set to only 20 table rows.
9775  If you are using longtables with many pages this may slow down the creation
9776  of your document.
9777  You can safely increase the chunk size to values of 100-1000 by adding
9778  this command line to your document preamble:
9779 \end_layout
9780
9781 \begin_layout Standard
9782
9783 \series bold
9784
9785 \backslash
9786 setcounter{LTchunksize}{100}
9787 \end_layout
9788
9789 \begin_layout Subsection
9790 Floats and Longtables
9791 \begin_inset Index idx
9792 status collapsed
9793
9794 \begin_layout Plain Layout
9795 Longtables ! Floats
9796 \end_layout
9797
9798 \end_inset
9799
9800
9801 \end_layout
9802
9803 \begin_layout Standard
9804 There might be problems when a float appears on the same page where a longtable
9805  starts.
9806  To avoid such a situation, insert a 
9807 \begin_inset Quotes eld
9808 \end_inset
9809
9810 clear page
9811 \begin_inset Quotes erd
9812 \end_inset
9813
9814  (menu 
9815 \family sans
9816 Insert\SpecialChar \menuseparator
9817 Formatting\SpecialChar \menuseparator
9818 Clear
9819 \begin_inset space ~
9820 \end_inset
9821
9822 Page
9823 \family default
9824 ) before your longtable.
9825 \end_layout
9826
9827 \begin_layout Subsection
9828 Forced Page Breaks
9829 \begin_inset Index idx
9830 status collapsed
9831
9832 \begin_layout Plain Layout
9833 Longtables ! Forced Page Breaks
9834 \end_layout
9835
9836 \end_inset
9837
9838
9839 \end_layout
9840
9841 \begin_layout Standard
9842 By default tables are only broken between rows.
9843  If you have a cell with multiples lines and want to have a page break within
9844  the cell, insert the new line command 
9845 \begin_inset Quotes eld
9846 \end_inset
9847
9848
9849 \series bold
9850
9851 \backslash
9852
9853 \backslash
9854
9855 \series default
9856
9857 \begin_inset Quotes erd
9858 \end_inset
9859
9860  as TeX-Code at the point of the cell where it can be broken.
9861  Before the 
9862 \series bold
9863
9864 \backslash
9865
9866 \backslash
9867
9868 \series default
9869  command you have to insert in TeX-Code as many 
9870 \begin_inset Quotes eld
9871 \end_inset
9872
9873
9874 \series bold
9875 &
9876 \series default
9877
9878 \begin_inset Quotes erd
9879 \end_inset
9880
9881  characters as the number of the following table columns.
9882  The 
9883 \series bold
9884 &
9885 \series default
9886  is the character to separate table cells.
9887  Write in TeX-Code after each 
9888 \series bold
9889 &
9890 \series default
9891  the content of the corresponding following cell and delete the content
9892  of these cells.
9893 \begin_inset Newline newline
9894 \end_inset
9895
9896 After the 
9897 \series bold
9898
9899 \backslash
9900
9901 \backslash
9902
9903 \series default
9904  command, insert as many 
9905 \series bold
9906 &
9907 \series default
9908  characters as the number of table columns before the current column.
9909  In Table
9910 \begin_inset space ~
9911 \end_inset
9912
9913
9914 \begin_inset CommandInset ref
9915 LatexCommand ref
9916 reference "tab:ForcedPagebreak"
9917
9918 \end_inset
9919
9920  the cell that should be broken is in the second column followed by another
9921  column.
9922  Therefore the following command was inserted in the cell as TeX-Code after
9923  
9924 \begin_inset Quotes eld
9925 \end_inset
9926
9927
9928 \emph on
9929 Castelchiodato,
9930 \emph default
9931
9932 \begin_inset Quotes erd
9933 \end_inset
9934
9935 :
9936 \end_layout
9937
9938 \begin_layout Standard
9939
9940 \series bold
9941 & 111
9942 \backslash
9943
9944 \backslash
9945  
9946 \backslash
9947 newpage
9948 \begin_inset Newline newline
9949 \end_inset
9950
9951 &
9952 \end_layout
9953
9954 \begin_layout Standard
9955 The 
9956 \begin_inset Quotes eld
9957 \end_inset
9958
9959 111
9960 \begin_inset Quotes erd
9961 \end_inset
9962
9963  in the third column of the row was deleted.
9964  
9965 \series bold
9966
9967 \backslash
9968 newpage
9969 \series default
9970  is only needed when a page break should definitely occur at this position,
9971  otherwise it would be a conditional break.
9972  If your footer row of the longtable has for a certain reason no upper line
9973  but you would have a horizontal line where the cell is broken, use this
9974  command instead:
9975 \end_layout
9976
9977 \begin_layout Standard
9978
9979 \series bold
9980 & 111
9981 \backslash
9982
9983 \backslash
9984
9985 \begin_inset Newline newline
9986 \end_inset
9987
9988
9989 \backslash
9990 hline &
9991 \end_layout
9992
9993 \begin_layout Standard
9994 When the cell to be broken is in the last column, the command
9995 \end_layout
9996
9997 \begin_layout Standard
9998
9999 \series bold
10000
10001 \backslash
10002 setlength{
10003 \backslash
10004 parfillskip}{0pt}
10005 \end_layout
10006
10007 \begin_layout Standard
10008 must be inserted as TeX-Code at the beginning of the cell.
10009  This ensures that the part of the cell that will be displayed on the new
10010  page appears with the full width.
10011 \end_layout
10012
10013 \begin_layout Standard
10014 \align center
10015 \begin_inset Tabular
10016 <lyxtabular version="3" rows="38" columns="3">
10017 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10018 <column alignment="left" valignment="top" width="0cm">
10019 <column alignment="left" valignment="top" width="3cm">
10020 <column alignment="center" valignment="top" width="0pt">
10021 <row caption="true">
10022 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026 \begin_inset Caption
10027
10028 \begin_layout Plain Layout
10029 Table with forced page break in table cell
10030 \begin_inset CommandInset label
10031 LatexCommand label
10032 name "tab:ForcedPagebreak"
10033
10034 \end_inset
10035
10036
10037 \begin_inset Argument
10038 status collapsed
10039
10040 \begin_layout Plain Layout
10041 Table with forced page break in table cell
10042 \end_layout
10043
10044 \end_inset
10045
10046
10047 \end_layout
10048
10049 \end_inset
10050
10051
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 </row>
10075 <row endfirsthead="true">
10076 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080
10081 \series bold
10082 Example Phone List (ignore the names)
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 </row>
10106 <row endfirsthead="true">
10107 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111
10112 \series bold
10113 NAME
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131
10132 \series bold
10133 TEL.
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 </row>
10139 <row endhead="true">
10140 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144 \begin_inset ERT
10145 status collapsed
10146
10147 \begin_layout Plain Layout
10148
10149
10150 \backslash
10151 caption*{Continued Example Phone List}
10152 \backslash
10153
10154 \backslash
10155 %
10156 \end_layout
10157
10158 \end_inset
10159
10160
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 </row>
10184 <row endhead="true">
10185 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189
10190 \series bold
10191 Example Phone List
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 </row>
10215 <row endhead="true">
10216 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Plain Layout
10220
10221 \series bold
10222 NAME
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240
10241 \series bold
10242 TEL.
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 </row>
10248 <row endfoot="true">
10249 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253 continued on next page
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 </row>
10277 <row>
10278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10279 \begin_inset Text
10280
10281 \begin_layout Plain Layout
10282
10283 \series bold
10284 Annovi
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293 Silvia
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302 111
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 </row>
10308 <row>
10309 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Plain Layout
10313
10314 \series bold
10315 Bertoli
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324 Stefano
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333 111
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 </row>
10339 <row>
10340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344
10345 \series bold
10346 Bozzi
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355 Walter
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364 111
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 </row>
10370 <row>
10371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10372 \begin_inset Text
10373
10374 \begin_layout Plain Layout
10375
10376 \series bold
10377 Cachia
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386 Maria
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395 111
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 </row>
10401 <row>
10402 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406
10407 \series bold
10408 Cachia
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417 Maurizio
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426 111
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 </row>
10432 <row>
10433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10434 \begin_inset Text
10435
10436 \begin_layout Plain Layout
10437
10438 \series bold
10439 Cinquemani
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448 Giusi
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457 111
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 </row>
10463 <row>
10464 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468
10469 \series bold
10470 Colin
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479 Bernard
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488 111
10489 \end_layout
10490
10491 \end_inset
10492 </cell>
10493 </row>
10494 <row>
10495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Plain Layout
10499
10500 \series bold
10501 Concli
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510 Gianfranco
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519 111
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 </row>
10525 <row>
10526 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530
10531 \series bold
10532 Dal Bosco
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541 Carolina
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550 111
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 </row>
10556 <row>
10557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10558 \begin_inset Text
10559
10560 \begin_layout Plain Layout
10561
10562 \series bold
10563 Dalpiaz
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572 Annamaria
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581 111
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 </row>
10587 <row>
10588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592
10593 \series bold
10594 Feliciello
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Plain Layout
10603 Domenico
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612 111
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 </row>
10618 <row>
10619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10620 \begin_inset Text
10621
10622 \begin_layout Plain Layout
10623
10624 \series bold
10625 Focarelli
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10631 \begin_inset Text
10632
10633 \begin_layout Plain Layout
10634 Paola
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10640 \begin_inset Text
10641
10642 \begin_layout Plain Layout
10643 111
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 </row>
10649 <row>
10650 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654
10655 \series bold
10656 Galletti
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Plain Layout
10665 Oreste
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674 111
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 </row>
10680 <row>
10681 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10682 \begin_inset Text
10683
10684 \begin_layout Plain Layout
10685
10686 \series bold
10687 Gasparini
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10693 \begin_inset Text
10694
10695 \begin_layout Plain Layout
10696 Franca
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705 111
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 </row>
10711 <row>
10712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10713 \begin_inset Text
10714
10715 \begin_layout Plain Layout
10716
10717 \series bold
10718 Lassini
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727 Giancarlo
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736 111
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 </row>
10742 <row>
10743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Plain Layout
10747
10748 \series bold
10749 Malfatti
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758 Luciano
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767 111
10768 \end_layout
10769
10770 \end_inset
10771 </cell>
10772 </row>
10773 <row>
10774 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Plain Layout
10778
10779 \series bold
10780 Malfatti
10781 \end_layout
10782
10783 \end_inset
10784 </cell>
10785 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789 Valeriano
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798 111
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 </row>
10804 <row>
10805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10806 \begin_inset Text
10807
10808 \begin_layout Plain Layout
10809
10810 \series bold
10811 Meneguzzo
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820 Roberto
10821 \end_layout
10822
10823 \end_inset
10824 </cell>
10825 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10826 \begin_inset Text
10827
10828 \begin_layout Plain Layout
10829 111
10830 \end_layout
10831
10832 \end_inset
10833 </cell>
10834 </row>
10835 <row>
10836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840
10841 \series bold
10842 Mezzadra
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851 Roberto
10852 \end_layout
10853
10854 \end_inset
10855 </cell>
10856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10857 \begin_inset Text
10858
10859 \begin_layout Plain Layout
10860 111
10861 \end_layout
10862
10863 \end_inset
10864 </cell>
10865 </row>
10866 <row>
10867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871
10872 \series bold
10873 Pirpamer
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Plain Layout
10882 Erich
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891 111
10892 \end_layout
10893
10894 \end_inset
10895 </cell>
10896 </row>
10897 <row>
10898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902
10903 \series bold
10904 Pochiesa
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913 Paolo
10914 \end_layout
10915
10916 \end_inset
10917 </cell>
10918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922 111, 222
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 </row>
10928 <row>
10929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933
10934 \series bold
10935 Radina
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944 Claudio
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953 111
10954 \end_layout
10955
10956 \end_inset
10957 </cell>
10958 </row>
10959 <row>
10960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964
10965 \series bold
10966 Rizzardi
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975 Paolo, 11.
10976  Fürst von Montecompatri, 11.
10977  Fürst von Sulmona und Vivaro, 10.
10978  Fürst von Rossano, 5.
10979  Herzog von Canemorte, 11.
10980  Herzog von Palombara, 5.
10981  Herzog von Castelchiodato,
10982 \begin_inset ERT
10983 status open
10984
10985 \begin_layout Plain Layout
10986
10987 & 111
10988 \backslash
10989
10990 \backslash
10991  
10992 \backslash
10993 newpage
10994 \end_layout
10995
10996 \begin_layout Plain Layout
10997
10998 &
10999 \end_layout
11000
11001 \end_inset
11002
11003  11.
11004  Herzog von Poggionativo, 11.
11005  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11006  Graf von Valinfreda, 11.
11007  Baron von Cropalati, 11.
11008  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 </row>
11023 <row>
11024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11025 \begin_inset Text
11026
11027 \begin_layout Plain Layout
11028
11029 \series bold
11030 Stuffer
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039 Oskar
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 111
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 </row>
11054 <row>
11055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Plain Layout
11059
11060 \series bold
11061 Tacchelli
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11067 \begin_inset Text
11068
11069 \begin_layout Plain Layout
11070 Ugo
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11076 \begin_inset Text
11077
11078 \begin_layout Plain Layout
11079 111
11080 \end_layout
11081
11082 \end_inset
11083 </cell>
11084 </row>
11085 <row>
11086 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090
11091 \series bold
11092 Tezzele
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101 Margit
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110 111
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 </row>
11116 <row>
11117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11118 \begin_inset Text
11119
11120 \begin_layout Plain Layout
11121
11122 \series bold
11123 Unterkalmsteiner
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11129 \begin_inset Text
11130
11131 \begin_layout Plain Layout
11132 Frieda
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141 111
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 </row>
11147 <row>
11148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Plain Layout
11152
11153 \series bold
11154 Vieider
11155 \end_layout
11156
11157 \end_inset
11158 </cell>
11159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11160 \begin_inset Text
11161
11162 \begin_layout Plain Layout
11163 Hilde
11164 \end_layout
11165
11166 \end_inset
11167 </cell>
11168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11169 \begin_inset Text
11170
11171 \begin_layout Plain Layout
11172 111
11173 \end_layout
11174
11175 \end_inset
11176 </cell>
11177 </row>
11178 <row>
11179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11180 \begin_inset Text
11181
11182 \begin_layout Plain Layout
11183
11184 \series bold
11185 Vigna
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194 Jürgen
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203 111
11204 \end_layout
11205
11206 \end_inset
11207 </cell>
11208 </row>
11209 <row>
11210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214
11215 \series bold
11216 Weber
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225 Maurizio
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 111
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 </row>
11240 <row>
11241 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245
11246 \series bold
11247 Winkler
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 Franz
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265 111
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 </row>
11271 </lyxtabular>
11272
11273 \end_inset
11274
11275
11276 \end_layout
11277
11278 \begin_layout Section
11279 Multiple Lines, Columns and Rows
11280 \end_layout
11281
11282 \begin_layout Subsection
11283 Multiple Lines in Table Cells
11284 \begin_inset CommandInset label
11285 LatexCommand label
11286 name "sub:Multiple-Lines-in"
11287
11288 \end_inset
11289
11290
11291 \begin_inset Index idx
11292 status collapsed
11293
11294 \begin_layout Plain Layout
11295 Multiple Lines in Table Cells
11296 \end_layout
11297
11298 \end_inset
11299
11300
11301 \begin_inset Index idx
11302 status collapsed
11303
11304 \begin_layout Plain Layout
11305 Table ! Linebreaks
11306 \end_layout
11307
11308 \end_inset
11309
11310
11311 \end_layout
11312
11313 \begin_layout Standard
11314 \noindent
11315 \begin_inset Float table
11316 placement H
11317 wide false
11318 sideways false
11319 status open
11320
11321 \begin_layout Plain Layout
11322 \begin_inset Caption
11323
11324 \begin_layout Plain Layout
11325 \begin_inset CommandInset label
11326 LatexCommand label
11327 name "tab:Table-with-multiple"
11328
11329 \end_inset
11330
11331 Table with multiple lines in cells
11332 \end_layout
11333
11334 \end_inset
11335
11336
11337 \end_layout
11338
11339 \begin_layout Plain Layout
11340 \align center
11341 \begin_inset Tabular
11342 <lyxtabular version="3" rows="3" columns="3">
11343 <features tabularvalignment="middle">
11344 <column alignment="center" valignment="middle" width="2.5cm">
11345 <column alignment="center" valignment="middle" width="0">
11346 <column alignment="center" valignment="middle" width="0">
11347 <row>
11348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11349 \begin_inset Text
11350
11351 \begin_layout Plain Layout
11352 multiple
11353 \begin_inset Newline linebreak
11354 \end_inset
11355
11356 lines
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 b
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 c
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 </row>
11380 <row>
11381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 d
11386 \end_layout
11387
11388 \end_inset
11389 </cell>
11390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11391 \begin_inset Text
11392
11393 \begin_layout Plain Layout
11394 e
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 f
11404 \end_layout
11405
11406 \end_inset
11407 </cell>
11408 </row>
11409 <row>
11410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 g
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11420 \begin_inset Text
11421
11422 \begin_layout Plain Layout
11423 h
11424 \end_layout
11425
11426 \end_inset
11427 </cell>
11428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11429 \begin_inset Text
11430
11431 \begin_layout Plain Layout
11432 i
11433 \end_layout
11434
11435 \end_inset
11436 </cell>
11437 </row>
11438 </lyxtabular>
11439
11440 \end_inset
11441
11442
11443 \end_layout
11444
11445 \end_inset
11446
11447
11448 \end_layout
11449
11450 \begin_layout Standard
11451 Setting a fixed width for a column enables you to enter text as a paragraph
11452  with multiple lines and hyphenation.
11453 \end_layout
11454
11455 \begin_layout Standard
11456 To produce Table
11457 \begin_inset space ~
11458 \end_inset
11459
11460
11461 \begin_inset CommandInset ref
11462 LatexCommand ref
11463 reference "tab:Table-with-multiple"
11464
11465 \end_inset
11466
11467 , create a 3×3 table, mark the first cell and right-click on it.
11468  In the appearing table dialog we set a cell width of 2.5
11469 \begin_inset space \thinspace{}
11470 \end_inset
11471
11472 cm and choose centered for the vertical and horizontal alignment.
11473  The vertical alignment is used for all cells of the row.
11474  As our text is smaller than 2.5
11475 \begin_inset space \thinspace{}
11476 \end_inset
11477
11478 cm, only one line will appear.
11479  To get two lines, a justified line break (shortcut 
11480 \begin_inset Info
11481 type  "shortcut"
11482 arg   "newline-insert linebreak"
11483 \end_inset
11484
11485 ) was added.
11486  If the text is wider than the set cell width, it will automatically be
11487  broken to several lines.
11488 \end_layout
11489
11490 \begin_layout Standard
11491 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11492  by LaTeX if it is the first entry.
11493  Therefore you need to insert something to prevent the word not being the
11494  first entry.
11495  So add a horizontal space of 0
11496 \begin_inset space \thinspace{}
11497 \end_inset
11498
11499 pt before the word.
11500  As the space is zero, it doesn't change the output.
11501  Table
11502 \begin_inset space ~
11503 \end_inset
11504
11505
11506 \begin_inset CommandInset ref
11507 LatexCommand ref
11508 reference "tab:Table-with-and"
11509
11510 \end_inset
11511
11512  shows the effect.
11513 \end_layout
11514
11515 \begin_layout Standard
11516 \begin_inset Float table
11517 placement h
11518 wide false
11519 sideways false
11520 status open
11521
11522 \begin_layout Plain Layout
11523 \begin_inset Caption
11524
11525 \begin_layout Plain Layout
11526 \begin_inset CommandInset label
11527 LatexCommand label
11528 name "tab:Table-with-and"
11529
11530 \end_inset
11531
11532 Table with and without hyphenation
11533 \end_layout
11534
11535 \end_inset
11536
11537
11538 \end_layout
11539
11540 \begin_layout Plain Layout
11541 \begin_inset space \hfill{}
11542 \end_inset
11543
11544
11545 \begin_inset Tabular
11546 <lyxtabular version="3" rows="3" columns="3">
11547 <features tabularvalignment="middle">
11548 <column alignment="center" valignment="middle" width="2.5cm">
11549 <column alignment="center" valignment="middle" width="0">
11550 <column alignment="center" valignment="middle" width="0">
11551 <row>
11552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556 verylongtablecellword
11557 \end_layout
11558
11559 \end_inset
11560 </cell>
11561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565 b
11566 \end_layout
11567
11568 \end_inset
11569 </cell>
11570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11571 \begin_inset Text
11572
11573 \begin_layout Plain Layout
11574 c
11575 \end_layout
11576
11577 \end_inset
11578 </cell>
11579 </row>
11580 <row>
11581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Plain Layout
11585 d
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11591 \begin_inset Text
11592
11593 \begin_layout Plain Layout
11594 e
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11600 \begin_inset Text
11601
11602 \begin_layout Plain Layout
11603 f
11604 \end_layout
11605
11606 \end_inset
11607 </cell>
11608 </row>
11609 <row>
11610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11611 \begin_inset Text
11612
11613 \begin_layout Plain Layout
11614 g
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 h
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11629 \begin_inset Text
11630
11631 \begin_layout Plain Layout
11632 i
11633 \end_layout
11634
11635 \end_inset
11636 </cell>
11637 </row>
11638 </lyxtabular>
11639
11640 \end_inset
11641
11642
11643 \begin_inset space \hfill{}
11644 \end_inset
11645
11646
11647 \begin_inset Tabular
11648 <lyxtabular version="3" rows="3" columns="3">
11649 <features tabularvalignment="middle">
11650 <column alignment="center" valignment="middle" width="2.5cm">
11651 <column alignment="center" valignment="middle" width="0">
11652 <column alignment="center" valignment="middle" width="0">
11653 <row>
11654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11655 \begin_inset Text
11656
11657 \begin_layout Plain Layout
11658 \begin_inset space \hspace{}
11659 \length 0pt
11660 \end_inset
11661
11662 verylongtablecellword
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671 b
11672 \end_layout
11673
11674 \end_inset
11675 </cell>
11676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680 c
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 </row>
11686 <row>
11687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691 d
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700 e
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709 f
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 </row>
11715 <row>
11716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720 g
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729 h
11730 \end_layout
11731
11732 \end_inset
11733 </cell>
11734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11735 \begin_inset Text
11736
11737 \begin_layout Plain Layout
11738 i
11739 \end_layout
11740
11741 \end_inset
11742 </cell>
11743 </row>
11744 </lyxtabular>
11745
11746 \end_inset
11747
11748
11749 \begin_inset space \hfill{}
11750 \end_inset
11751
11752
11753 \end_layout
11754
11755 \end_inset
11756
11757
11758 \end_layout
11759
11760 \begin_layout Subsection
11761 Multicolumns
11762 \begin_inset CommandInset label
11763 LatexCommand label
11764 name "sub:Multicolumns"
11765
11766 \end_inset
11767
11768
11769 \begin_inset Index idx
11770 status collapsed
11771
11772 \begin_layout Plain Layout
11773 Multicolumns
11774 \end_layout
11775
11776 \end_inset
11777
11778
11779 \begin_inset Index idx
11780 status collapsed
11781
11782 \begin_layout Plain Layout
11783 Table ! Multicolumns
11784 \end_layout
11785
11786 \end_inset
11787
11788
11789 \end_layout
11790
11791 \begin_layout Subsubsection
11792 Multicolumn Basics
11793 \end_layout
11794
11795 \begin_layout Standard
11796 To merge cells over multiple columns, select as many cells within a row
11797  as you want to merge and use either the table-toolbar button 
11798 \family sans
11799
11800 \begin_inset Info
11801 type  "icon"
11802 arg   "inset-modify tabular multicolumn"
11803 \end_inset
11804
11805
11806 \family default
11807 , or the menu 
11808 \family sans
11809 Edit\SpecialChar \menuseparator
11810 Table\SpecialChar \menuseparator
11811 Multicolumn
11812 \family default
11813 , or right click on the marked cells and choose 
11814 \family sans
11815 Multicolumn
11816 \family default
11817  in the context menu.
11818 \end_layout
11819
11820 \begin_layout Standard
11821 Multicolumns have there own cell settings.
11822  That means changing cell borders, cell alignment, and the width only affects
11823  the multicolumn.
11824  Here is an example table with a multicolumn cell in the first row and one
11825  in the last row without the upper border:
11826 \end_layout
11827
11828 \begin_layout Standard
11829 \align center
11830 \begin_inset Tabular
11831 <lyxtabular version="3" rows="3" columns="4">
11832 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11833 <column alignment="center" valignment="top" width="0pt">
11834 <column alignment="center" valignment="middle" width="0">
11835 <column alignment="center" valignment="top" width="0in">
11836 <column alignment="center" valignment="top" width="0pt">
11837 <row>
11838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11839 \begin_inset Text
11840
11841 \begin_layout Plain Layout
11842 abc
11843 \end_layout
11844
11845 \end_inset
11846 </cell>
11847 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11848 \begin_inset Text
11849
11850 \begin_layout Plain Layout
11851 def ghi
11852 \end_layout
11853
11854 \end_inset
11855 </cell>
11856 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11857 \begin_inset Text
11858
11859 \begin_layout Plain Layout
11860
11861 \end_layout
11862
11863 \end_inset
11864 </cell>
11865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11866 \begin_inset Text
11867
11868 \begin_layout Plain Layout
11869 jkl
11870 \end_layout
11871
11872 \end_inset
11873 </cell>
11874 </row>
11875 <row>
11876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11877 \begin_inset Text
11878
11879 \begin_layout Plain Layout
11880
11881 \family roman
11882 \series medium
11883 \shape up
11884 \size normal
11885 \emph off
11886 \bar no
11887 \noun off
11888 \color none
11889 A
11890 \end_layout
11891
11892 \end_inset
11893 </cell>
11894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11895 \begin_inset Text
11896
11897 \begin_layout Plain Layout
11898 B
11899 \end_layout
11900
11901 \end_inset
11902 </cell>
11903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11904 \begin_inset Text
11905
11906 \begin_layout Plain Layout
11907 C
11908 \end_layout
11909
11910 \end_inset
11911 </cell>
11912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11913 \begin_inset Text
11914
11915 \begin_layout Plain Layout
11916 D
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 </row>
11922 <row>
11923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11924 \begin_inset Text
11925
11926 \begin_layout Plain Layout
11927 1
11928 \end_layout
11929
11930 \end_inset
11931 </cell>
11932 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11933 \begin_inset Text
11934
11935 \begin_layout Plain Layout
11936 2
11937 \end_layout
11938
11939 \end_inset
11940 </cell>
11941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11942 \begin_inset Text
11943
11944 \begin_layout Plain Layout
11945 3
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 4
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 </row>
11960 </lyxtabular>
11961
11962 \end_inset
11963
11964
11965 \end_layout
11966
11967 \begin_layout Subsubsection
11968 Multicolumn Calculations
11969 \begin_inset CommandInset label
11970 LatexCommand label
11971 name "sub:Multicolumn-Calculations"
11972
11973 \end_inset
11974
11975
11976 \begin_inset Index idx
11977 status collapsed
11978
11979 \begin_layout Plain Layout
11980 Multicolumns ! Calculations
11981 \end_layout
11982
11983 \end_inset
11984
11985
11986 \end_layout
11987
11988 \begin_layout Standard
11989 LyX supports multicolumns directly, but we have to take account of the cell
11990  width of the columns spanned by the multicolumn cell.
11991 \end_layout
11992
11993 \begin_layout Standard
11994 \begin_inset Float table
11995 placement h
11996 wide false
11997 sideways false
11998 status open
11999
12000 \begin_layout Plain Layout
12001 \begin_inset Caption
12002
12003 \begin_layout Plain Layout
12004 \begin_inset CommandInset label
12005 LatexCommand label
12006 name "tab:Table-with-centered"
12007
12008 \end_inset
12009
12010 Table with centered multicolumn text above two columns that have exactly
12011  half the width of the multicolumn cell
12012 \begin_inset Argument
12013 status collapsed
12014
12015 \begin_layout Plain Layout
12016 Perfect multicolumn table
12017 \end_layout
12018
12019 \end_inset
12020
12021
12022 \end_layout
12023
12024 \end_inset
12025
12026
12027 \end_layout
12028
12029 \begin_layout Plain Layout
12030 \align center
12031 \begin_inset Tabular
12032 <lyxtabular version="3" rows="3" columns="3">
12033 <features tabularvalignment="middle">
12034 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
12035 <column alignment="center" valignment="middle" width="0">
12036 <column alignment="center" valignment="top" width="0">
12037 <row>
12038 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12039 \begin_inset Text
12040
12041 \begin_layout Plain Layout
12042 multiple lines multicolumn
12043 \end_layout
12044
12045 \end_inset
12046 </cell>
12047 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12048 \begin_inset Text
12049
12050 \begin_layout Plain Layout
12051
12052 \end_layout
12053
12054 \end_inset
12055 </cell>
12056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12057 \begin_inset Text
12058
12059 \begin_layout Plain Layout
12060 c
12061 \end_layout
12062
12063 \end_inset
12064 </cell>
12065 </row>
12066 <row>
12067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12068 \begin_inset Text
12069
12070 \begin_layout Plain Layout
12071 d
12072 \end_layout
12073
12074 \end_inset
12075 </cell>
12076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12077 \begin_inset Text
12078
12079 \begin_layout Plain Layout
12080 e
12081 \end_layout
12082
12083 \end_inset
12084 </cell>
12085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12086 \begin_inset Text
12087
12088 \begin_layout Plain Layout
12089 f
12090 \end_layout
12091
12092 \end_inset
12093 </cell>
12094 </row>
12095 <row>
12096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12097 \begin_inset Text
12098
12099 \begin_layout Plain Layout
12100 g
12101 \end_layout
12102
12103 \end_inset
12104 </cell>
12105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12106 \begin_inset Text
12107
12108 \begin_layout Plain Layout
12109 h
12110 \end_layout
12111
12112 \end_inset
12113 </cell>
12114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12115 \begin_inset Text
12116
12117 \begin_layout Plain Layout
12118 i
12119 \end_layout
12120
12121 \end_inset
12122 </cell>
12123 </row>
12124 </lyxtabular>
12125
12126 \end_inset
12127
12128
12129 \end_layout
12130
12131 \end_inset
12132
12133
12134 \end_layout
12135
12136 \begin_layout Standard
12137 To create for example Table
12138 \begin_inset space ~
12139 \end_inset
12140
12141
12142 \begin_inset CommandInset ref
12143 LatexCommand ref
12144 reference "tab:Table-with-centered"
12145
12146 \end_inset
12147
12148 , mark the first two cells in the first row of a 3×3 table and right-click
12149  on them.
12150  Now choose for this cell 
12151 \emph on
12152 multicolumn
12153 \emph default
12154
12155 \emph on
12156 centered alignment
12157 \emph default
12158  and a width of 2.5
12159 \begin_inset space \thinspace{}
12160 \end_inset
12161
12162 cm in the table dialog.
12163  The merged columns should have exactly half the width of the multicolumn
12164  cell, so that you would set a width of 1.25
12165 \begin_inset space \thinspace{}
12166 \end_inset
12167
12168 cm for the first column.
12169  The second column has then automatically a width of 1.25
12170 \begin_inset space \thinspace{}
12171 \end_inset
12172
12173 cm (multicolumn width - width of first column).
12174  This was done for Table
12175 \begin_inset space ~
12176 \end_inset
12177
12178
12179 \begin_inset CommandInset ref
12180 LatexCommand ref
12181 reference "tab:Table-without-half"
12182
12183 \end_inset
12184
12185 .
12186 \end_layout
12187
12188 \begin_layout Standard
12189 \begin_inset Float table
12190 wide false
12191 sideways false
12192 status open
12193
12194 \begin_layout Plain Layout
12195 \begin_inset Caption
12196
12197 \begin_layout Plain Layout
12198 \begin_inset CommandInset label
12199 LatexCommand label
12200 name "tab:Table-without-half"
12201
12202 \end_inset
12203
12204 Table where the spanned table columns are not exactly half the width of
12205  the multicolumn cell
12206 \begin_inset Argument
12207 status collapsed
12208
12209 \begin_layout Plain Layout
12210 Imperfect multicolumn table
12211 \end_layout
12212
12213 \end_inset
12214
12215
12216 \end_layout
12217
12218 \end_inset
12219
12220
12221 \end_layout
12222
12223 \begin_layout Plain Layout
12224 \align center
12225 \begin_inset Tabular
12226 <lyxtabular version="3" rows="3" columns="3">
12227 <features tabularvalignment="middle">
12228 <column alignment="center" valignment="top" width="1.25cm">
12229 <column alignment="center" valignment="top" width="0">
12230 <column alignment="center" valignment="top" width="0">
12231 <row>
12232 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12233 \begin_inset Text
12234
12235 \begin_layout Plain Layout
12236 multiple lines multicolumn
12237 \end_layout
12238
12239 \end_inset
12240 </cell>
12241 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12242 \begin_inset Text
12243
12244 \begin_layout Plain Layout
12245
12246 \end_layout
12247
12248 \end_inset
12249 </cell>
12250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12251 \begin_inset Text
12252
12253 \begin_layout Plain Layout
12254 c
12255 \end_layout
12256
12257 \end_inset
12258 </cell>
12259 </row>
12260 <row>
12261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12262 \begin_inset Text
12263
12264 \begin_layout Plain Layout
12265 d
12266 \end_layout
12267
12268 \end_inset
12269 </cell>
12270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12271 \begin_inset Text
12272
12273 \begin_layout Plain Layout
12274 e
12275 \end_layout
12276
12277 \end_inset
12278 </cell>
12279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12280 \begin_inset Text
12281
12282 \begin_layout Plain Layout
12283 f
12284 \end_layout
12285
12286 \end_inset
12287 </cell>
12288 </row>
12289 <row>
12290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12291 \begin_inset Text
12292
12293 \begin_layout Plain Layout
12294 g
12295 \end_layout
12296
12297 \end_inset
12298 </cell>
12299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12300 \begin_inset Text
12301
12302 \begin_layout Plain Layout
12303 h
12304 \end_layout
12305
12306 \end_inset
12307 </cell>
12308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12309 \begin_inset Text
12310
12311 \begin_layout Plain Layout
12312 i
12313 \end_layout
12314
12315 \end_inset
12316 </cell>
12317 </row>
12318 </lyxtabular>
12319
12320 \end_inset
12321
12322
12323 \end_layout
12324
12325 \end_inset
12326
12327
12328 \end_layout
12329
12330 \begin_layout Standard
12331 You can see that the first column is not half the width of the multicolumn
12332  cell, it is a bit bigger.
12333  The reason is that the specified width of a cell 
12334 \begin_inset Formula $W_{g}$
12335 \end_inset
12336
12337  is not its total width 
12338 \begin_inset Formula $W_{\mathrm{tot}}$
12339 \end_inset
12340
12341  because a cell is always a bit larger than specified.
12342  Appendix
12343 \begin_inset space ~
12344 \end_inset
12345
12346
12347 \begin_inset CommandInset ref
12348 LatexCommand ref
12349 reference "cha:Explanation-of-Equation"
12350
12351 \end_inset
12352
12353  explains this in detail.
12354 \end_layout
12355
12356 \begin_layout Standard
12357 The width 
12358 \begin_inset Formula $W_{g\, n}$
12359 \end_inset
12360
12361  which the user needs to set when 
12362 \emph on
12363 n
12364 \emph default
12365  columns are spanned can be calculated, so that each column has a total
12366  width of 
12367 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12368 \end_inset
12369
12370 :
12371 \begin_inset Formula 
12372 \begin{equation}
12373 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12374 \end{equation}
12375
12376 \end_inset
12377
12378
12379 \end_layout
12380
12381 \begin_layout Standard
12382 In our case we have 
12383 \begin_inset Formula $n=2$
12384 \end_inset
12385
12386
12387 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12388 \end_inset
12389
12390 cm and the default values for the lengths, so that equation 
12391 \begin_inset CommandInset ref
12392 LatexCommand ref
12393 reference "eq:Wgn"
12394
12395 \end_inset
12396
12397  becomes
12398 \begin_inset Formula 
12399 \begin{equation}
12400 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12401 \end{equation}
12402
12403 \end_inset
12404
12405
12406 \end_layout
12407
12408 \begin_layout Standard
12409 To enable calculations in LaTeX, the LaTeX-package 
12410 \series bold
12411 calc
12412 \series default
12413  must be loaded with the document preamble line
12414 \begin_inset Index idx
12415 status collapsed
12416
12417 \begin_layout Plain Layout
12418 LaTeX-packages ! calc
12419 \end_layout
12420
12421 \end_inset
12422
12423
12424 \end_layout
12425
12426 \begin_layout Standard
12427
12428 \series bold
12429
12430 \backslash
12431 usepackage{calc}
12432 \end_layout
12433
12434 \begin_layout Standard
12435 LyX does not allow you to calculate lengths in the 
12436 \family sans
12437 Width
12438 \family default
12439  field of the table dialog.
12440  Therefore you have to format the column by inserting a LaTeX-argument in
12441  the dialog.
12442  Here is an overview about the arguments:
12443 \end_layout
12444
12445 \begin_layout Itemize
12446
12447 \series bold
12448 p{width}
12449 \series default
12450  creates cell with a fixed width, its text is vertically top-aligned
12451 \end_layout
12452
12453 \begin_layout Itemize
12454
12455 \series bold
12456 m{width}
12457 \series default
12458  creates cell with a fixed width, its text is vertically centered
12459 \end_layout
12460
12461 \begin_layout Itemize
12462
12463 \series bold
12464 b{width}
12465 \series default
12466  creates cell with a fixed width, its text is vertically bottom-aligned
12467 \end_layout
12468
12469 \begin_layout Standard
12470 By entering a LaTeX-argument, all cell settings set in the table dialog
12471  are overwritten.
12472 \end_layout
12473
12474 \begin_layout Standard
12475 \begin_inset Note Greyedout
12476 status open
12477
12478 \begin_layout Plain Layout
12479
12480 \series bold
12481 Note:
12482 \series default
12483  Due to a bug, LyX shows the overwritten settings anyway.
12484 \end_layout
12485
12486 \end_inset
12487
12488
12489 \end_layout
12490
12491 \begin_layout Standard
12492 As the text should be horizontally centered, the command 
12493 \series bold
12494
12495 \backslash
12496 centering
12497 \series default
12498  is added.
12499  You can now enter the following LaTeX-argument for the first spanned column:
12500 \end_layout
12501
12502 \begin_layout Standard
12503
12504 \series bold
12505 >{
12506 \backslash
12507 centering}m{1.25cm-6.2pt}
12508 \end_layout
12509
12510 \begin_layout Standard
12511 The command 
12512 \series bold
12513 >{ }
12514 \series default
12515  means, that the commands inside the braces are applied before the cell
12516  is created.
12517 \end_layout
12518
12519 \begin_layout Standard
12520 Although we have chosen centered alignment for the text of the multicolumn
12521  cell, it is still left aligned.
12522  This is because LyX only applies the alignment to single columns.
12523  So for the multicolumn cell we have to use the LaTeX-argument
12524 \end_layout
12525
12526 \begin_layout Standard
12527
12528 \series bold
12529 >{
12530 \backslash
12531 centering}m{2.5cm}
12532 \end_layout
12533
12534 \begin_layout Subsection
12535 Multirows
12536 \begin_inset CommandInset label
12537 LatexCommand label
12538 name "sub:Multirows"
12539
12540 \end_inset
12541
12542
12543 \begin_inset Index idx
12544 status collapsed
12545
12546 \begin_layout Plain Layout
12547 Multirows
12548 \end_layout
12549
12550 \end_inset
12551
12552
12553 \begin_inset Index idx
12554 status collapsed
12555
12556 \begin_layout Plain Layout
12557 Table ! Multirows
12558 \end_layout
12559
12560 \end_inset
12561
12562
12563 \end_layout
12564
12565 \begin_layout Standard
12566 To merge cells over multiple rows, select as many cells within a column
12567  as you want to merge and use either the table-toolbar button 
12568 \family sans
12569
12570 \begin_inset Info
12571 type  "icon"
12572 arg   "inset-modify tabular multirow"
12573 \end_inset
12574
12575
12576 \family default
12577 , or the menu 
12578 \family sans
12579 Edit\SpecialChar \menuseparator
12580 Table\SpecialChar \menuseparator
12581 Multirow
12582 \family default
12583 , or right click on the marked cells and choose 
12584 \family sans
12585 Multirow
12586 \family default
12587  in the context menu.
12588 \end_layout
12589
12590 \begin_layout Standard
12591 Here is an example table with a multirow in the first column:
12592 \end_layout
12593
12594 \begin_layout Standard
12595 \align center
12596 \begin_inset Tabular
12597 <lyxtabular version="3" rows="3" columns="3">
12598 <features tabularvalignment="middle">
12599 <column alignment="center" valignment="top" width="0pt">
12600 <column alignment="center" valignment="top" width="0">
12601 <column alignment="center" valignment="top" width="0">
12602 <row>
12603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12604 \begin_inset Text
12605
12606 \begin_layout Plain Layout
12607 a long cell entry
12608 \end_layout
12609
12610 \end_inset
12611 </cell>
12612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12613 \begin_inset Text
12614
12615 \begin_layout Plain Layout
12616 b
12617 \end_layout
12618
12619 \end_inset
12620 </cell>
12621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12622 \begin_inset Text
12623
12624 \begin_layout Plain Layout
12625 c
12626 \end_layout
12627
12628 \end_inset
12629 </cell>
12630 </row>
12631 <row>
12632 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12633 \begin_inset Text
12634
12635 \begin_layout Plain Layout
12636 multirow
12637 \end_layout
12638
12639 \end_inset
12640 </cell>
12641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12642 \begin_inset Text
12643
12644 \begin_layout Plain Layout
12645 e
12646 \end_layout
12647
12648 \end_inset
12649 </cell>
12650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12651 \begin_inset Text
12652
12653 \begin_layout Plain Layout
12654 f
12655 \end_layout
12656
12657 \end_inset
12658 </cell>
12659 </row>
12660 <row>
12661 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12662 \begin_inset Text
12663
12664 \begin_layout Plain Layout
12665
12666 \end_layout
12667
12668 \end_inset
12669 </cell>
12670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12671 \begin_inset Text
12672
12673 \begin_layout Plain Layout
12674 h
12675 \end_layout
12676
12677 \end_inset
12678 </cell>
12679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12680 \begin_inset Text
12681
12682 \begin_layout Plain Layout
12683 i
12684 \end_layout
12685
12686 \end_inset
12687 </cell>
12688 </row>
12689 </lyxtabular>
12690
12691 \end_inset
12692
12693
12694 \end_layout
12695
12696 \begin_layout Standard
12697 The width of multirow cells is set by setting the width and alignment for
12698  the whole column.
12699  The 
12700 \family sans
12701 Vertical Offset
12702 \family default
12703  shifts the content of the multirow up/down if the offset is positive/negative.
12704 \end_layout
12705
12706 \begin_layout Standard
12707 If the column of a multirow cell has no explicit width, the multirow cell
12708  inherits the alignment of the column.
12709  Otherwise it is by default left-aligned.
12710  To override the default, renew the command 
12711 \series bold
12712
12713 \backslash
12714 multirowsetup
12715 \series default
12716  with the command
12717 \end_layout
12718
12719 \begin_layout Standard
12720
12721 \series bold
12722
12723 \backslash
12724 renewcommand{
12725 \backslash
12726 multirowsetup}{
12727 \backslash
12728 centering}
12729 \end_layout
12730
12731 \begin_layout Standard
12732 in the document preamble.
12733  Then all entries of multirow cells in the document are centered.
12734  If centering is only needed for several tables, you can renew the command
12735  in a TeX-Code box just before the table instead of the preamble.
12736  If the text should be right-aligned, replace 
12737 \series bold
12738
12739 \backslash
12740 centering
12741 \series default
12742  by 
12743 \series bold
12744
12745 \backslash
12746 raggedleft
12747 \series default
12748 .
12749  To return to left-alignment 
12750 \series bold
12751
12752 \backslash
12753 raggedright
12754 \series default
12755  is used.
12756 \end_layout
12757
12758 \begin_layout Standard
12759 This is an example table with a right-aligned multirow cell that has a vertical
12760  offset of -4
12761 \begin_inset space \thinspace{}
12762 \end_inset
12763
12764 mm and is in a 3
12765 \begin_inset space \thinspace{}
12766 \end_inset
12767
12768 cm wide column:
12769 \end_layout
12770
12771 \begin_layout Standard
12772 \noindent
12773 \align center
12774 \begin_inset ERT
12775 status collapsed
12776
12777 \begin_layout Plain Layout
12778
12779
12780 \backslash
12781 renewcommand{
12782 \backslash
12783 multirowsetup}{
12784 \backslash
12785 raggedleft}
12786 \end_layout
12787
12788 \end_inset
12789
12790
12791 \begin_inset Tabular
12792 <lyxtabular version="3" rows="4" columns="3">
12793 <features tabularvalignment="middle">
12794 <column alignment="center" valignment="top" width="3cm">
12795 <column alignment="center" valignment="top" width="0">
12796 <column alignment="center" valignment="top" width="0">
12797 <row>
12798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12799 \begin_inset Text
12800
12801 \begin_layout Plain Layout
12802 a long cell entry
12803 \end_layout
12804
12805 \end_inset
12806 </cell>
12807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12808 \begin_inset Text
12809
12810 \begin_layout Plain Layout
12811 b
12812 \end_layout
12813
12814 \end_inset
12815 </cell>
12816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12817 \begin_inset Text
12818
12819 \begin_layout Plain Layout
12820 c
12821 \end_layout
12822
12823 \end_inset
12824 </cell>
12825 </row>
12826 <row>
12827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12828 \begin_inset Text
12829
12830 \begin_layout Plain Layout
12831 t
12832 \end_layout
12833
12834 \end_inset
12835 </cell>
12836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12837 \begin_inset Text
12838
12839 \begin_layout Plain Layout
12840 n
12841 \end_layout
12842
12843 \end_inset
12844 </cell>
12845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12846 \begin_inset Text
12847
12848 \begin_layout Plain Layout
12849 m
12850 \end_layout
12851
12852 \end_inset
12853 </cell>
12854 </row>
12855 <row>
12856 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12857 \begin_inset Text
12858
12859 \begin_layout Plain Layout
12860 multirow
12861 \end_layout
12862
12863 \end_inset
12864 </cell>
12865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12866 \begin_inset Text
12867
12868 \begin_layout Plain Layout
12869 e
12870 \end_layout
12871
12872 \end_inset
12873 </cell>
12874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12875 \begin_inset Text
12876
12877 \begin_layout Plain Layout
12878 f
12879 \end_layout
12880
12881 \end_inset
12882 </cell>
12883 </row>
12884 <row>
12885 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12886 \begin_inset Text
12887
12888 \begin_layout Plain Layout
12889
12890 \end_layout
12891
12892 \end_inset
12893 </cell>
12894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12895 \begin_inset Text
12896
12897 \begin_layout Plain Layout
12898 h
12899 \end_layout
12900
12901 \end_inset
12902 </cell>
12903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12904 \begin_inset Text
12905
12906 \begin_layout Plain Layout
12907 i
12908 \end_layout
12909
12910 \end_inset
12911 </cell>
12912 </row>
12913 </lyxtabular>
12914
12915 \end_inset
12916
12917
12918 \begin_inset ERT
12919 status collapsed
12920
12921 \begin_layout Plain Layout
12922
12923
12924 \backslash
12925 renewcommand{
12926 \backslash
12927 multirowsetup}{
12928 \backslash
12929 raggedright}
12930 \end_layout
12931
12932 \end_inset
12933
12934
12935 \end_layout
12936
12937 \begin_layout Standard
12938 To start a new line in a multirow you can use a forced line break (shortcut
12939  
12940 \begin_inset Info
12941 type  "shortcut"
12942 arg   "newline-insert newline"
12943 \end_inset
12944
12945 ) but this will not respect the cell lines as demonstrated in this table:
12946 \end_layout
12947
12948 \begin_layout Standard
12949 \noindent
12950 \align center
12951 \begin_inset Tabular
12952 <lyxtabular version="3" rows="3" columns="2">
12953 <features tabularvalignment="middle">
12954 <column alignment="left" valignment="middle" width="2cm">
12955 <column alignment="center" valignment="top" width="0">
12956 <row>
12957 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12958 \begin_inset Text
12959
12960 \begin_layout Plain Layout
12961 aaa
12962 \begin_inset Newline newline
12963 \end_inset
12964
12965 aaa
12966 \begin_inset Newline newline
12967 \end_inset
12968
12969 wrong cell
12970 \end_layout
12971
12972 \end_inset
12973 </cell>
12974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12975 \begin_inset Text
12976
12977 \begin_layout Plain Layout
12978 ccc
12979 \end_layout
12980
12981 \end_inset
12982 </cell>
12983 </row>
12984 <row>
12985 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12986 \begin_inset Text
12987
12988 \begin_layout Plain Layout
12989
12990 \end_layout
12991
12992 \end_inset
12993 </cell>
12994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12995 \begin_inset Text
12996
12997 \begin_layout Plain Layout
12998 ddd
12999 \end_layout
13000
13001 \end_inset
13002 </cell>
13003 </row>
13004 <row>
13005 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13006 \begin_inset Text
13007
13008 \begin_layout Plain Layout
13009 bbb
13010 \end_layout
13011
13012 \end_inset
13013 </cell>
13014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13015 \begin_inset Text
13016
13017 \begin_layout Plain Layout
13018 eee
13019 \end_layout
13020
13021 \end_inset
13022 </cell>
13023 </row>
13024 </lyxtabular>
13025
13026 \end_inset
13027
13028
13029 \end_layout
13030
13031 \begin_layout Standard
13032 Therefore be careful with forced line breaks.
13033 \end_layout
13034
13035 \begin_layout Subsection
13036 Cells with diagonal line(s)
13037 \end_layout
13038
13039 \begin_layout Standard
13040 To tell the reader what is meant by column and row headings in a table,
13041  it is helpful to split the first cell of the table by one or two diagonal
13042  lines.
13043  This can be achieved by loading the LaTeX-package 
13044 \series bold
13045 diagbox
13046 \series default
13047
13048 \begin_inset Index idx
13049 status collapsed
13050
13051 \begin_layout Plain Layout
13052 LaTeX-packages ! picinpar
13053 \end_layout
13054
13055 \end_inset
13056
13057  in the document preamble.
13058  The package provides the command 
13059 \series bold
13060
13061 \backslash
13062 diagbox
13063 \series default
13064  that is inserted as TeX-Code and that can take 2 or 3
13065 \begin_inset space ~
13066 \end_inset
13067
13068 arguments:
13069 \end_layout
13070
13071 \begin_layout Standard
13072
13073 \series bold
13074
13075 \backslash
13076 diagbox[options]{lower left}{upper right}
13077 \end_layout
13078
13079 \begin_layout Standard
13080
13081 \series bold
13082
13083 \backslash
13084 diagbox[options]{lower left}{upper left}{upper right}
13085 \end_layout
13086
13087 \begin_layout Standard
13088 The first scheme divides the cell by a single diagonal line and the arguments
13089  are placed below and above this line.
13090  The second scheme divides the cell by 2
13091 \begin_inset space ~
13092 \end_inset
13093
13094 lines.
13095 \end_layout
13096
13097 \begin_layout Standard
13098 \begin_inset ERT
13099 status collapsed
13100
13101 \begin_layout Plain Layout
13102
13103
13104 \backslash
13105 ifdiagbox
13106 \end_layout
13107
13108 \end_inset
13109
13110
13111 \begin_inset Note Note
13112 status open
13113
13114 \begin_layout Plain Layout
13115 The following section will only be displayed when the LaTeX-package 
13116 \series bold
13117 diagbox
13118 \series default
13119  is installed.
13120 \end_layout
13121
13122 \end_inset
13123
13124
13125 \end_layout
13126
13127 \begin_layout Standard
13128 Here is an example table where 
13129 \series bold
13130
13131 \backslash
13132 diagbox 
13133 \series default
13134 is used in the 2-argument scheme in the first cell:
13135 \begin_inset VSpace medskip
13136 \end_inset
13137
13138
13139 \end_layout
13140
13141 \begin_layout Standard
13142 \noindent
13143 \begin_inset Tabular
13144 <lyxtabular version="3" rows="4" columns="4">
13145 <features tabularvalignment="middle">
13146 <column alignment="center" valignment="top" width="0">
13147 <column alignment="center" valignment="top" width="0">
13148 <column alignment="center" valignment="top" width="0">
13149 <column alignment="center" valignment="top" width="0">
13150 <row>
13151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13152 \begin_inset Text
13153
13154 \begin_layout Plain Layout
13155 \begin_inset ERT
13156 status collapsed
13157
13158 \begin_layout Plain Layout
13159
13160
13161 \backslash
13162 diagbox{
13163 \end_layout
13164
13165 \end_inset
13166
13167 Name
13168 \begin_inset ERT
13169 status collapsed
13170
13171 \begin_layout Plain Layout
13172
13173 }{
13174 \end_layout
13175
13176 \end_inset
13177
13178 Parameter
13179 \begin_inset ERT
13180 status collapsed
13181
13182 \begin_layout Plain Layout
13183
13184 }
13185 \end_layout
13186
13187 \end_inset
13188
13189
13190 \end_layout
13191
13192 \end_inset
13193 </cell>
13194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13195 \begin_inset Text
13196
13197 \begin_layout Plain Layout
13198 Thickness in nm
13199 \end_layout
13200
13201 \end_inset
13202 </cell>
13203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13204 \begin_inset Text
13205
13206 \begin_layout Plain Layout
13207 Transparency in %
13208 \end_layout
13209
13210 \end_inset
13211 </cell>
13212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13213 \begin_inset Text
13214
13215 \begin_layout Plain Layout
13216 Hardness in MPa
13217 \end_layout
13218
13219 \end_inset
13220 </cell>
13221 </row>
13222 <row>
13223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13224 \begin_inset Text
13225
13226 \begin_layout Plain Layout
13227 Perfect Green
13228 \end_layout
13229
13230 \end_inset
13231 </cell>
13232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13233 \begin_inset Text
13234
13235 \begin_layout Plain Layout
13236 45
13237 \end_layout
13238
13239 \end_inset
13240 </cell>
13241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13242 \begin_inset Text
13243
13244 \begin_layout Plain Layout
13245 80
13246 \end_layout
13247
13248 \end_inset
13249 </cell>
13250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13251 \begin_inset Text
13252
13253 \begin_layout Plain Layout
13254 504
13255 \end_layout
13256
13257 \end_inset
13258 </cell>
13259 </row>
13260 <row>
13261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13262 \begin_inset Text
13263
13264 \begin_layout Plain Layout
13265 Dark Multi-P
13266 \end_layout
13267
13268 \end_inset
13269 </cell>
13270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13271 \begin_inset Text
13272
13273 \begin_layout Plain Layout
13274 60
13275 \end_layout
13276
13277 \end_inset
13278 </cell>
13279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13280 \begin_inset Text
13281
13282 \begin_layout Plain Layout
13283 72
13284 \end_layout
13285
13286 \end_inset
13287 </cell>
13288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13289 \begin_inset Text
13290
13291 \begin_layout Plain Layout
13292 982
13293 \end_layout
13294
13295 \end_inset
13296 </cell>
13297 </row>
13298 <row>
13299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Plain Layout
13303 Crystal Clear Pro
13304 \end_layout
13305
13306 \end_inset
13307 </cell>
13308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13309 \begin_inset Text
13310
13311 \begin_layout Plain Layout
13312 18
13313 \end_layout
13314
13315 \end_inset
13316 </cell>
13317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13318 \begin_inset Text
13319
13320 \begin_layout Plain Layout
13321 86
13322 \end_layout
13323
13324 \end_inset
13325 </cell>
13326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13327 \begin_inset Text
13328
13329 \begin_layout Plain Layout
13330 374
13331 \end_layout
13332
13333 \end_inset
13334 </cell>
13335 </row>
13336 </lyxtabular>
13337
13338 \end_inset
13339
13340
13341 \begin_inset VSpace medskip
13342 \end_inset
13343
13344
13345 \end_layout
13346
13347 \begin_layout Standard
13348 The 3-argument scheme is for example useful for cross-tables of sports leagues
13349  or distances:
13350 \end_layout
13351
13352 \begin_layout Standard
13353 \noindent
13354 \align center
13355 \begin_inset Tabular
13356 <lyxtabular version="3" rows="4" columns="4">
13357 <features tabularvalignment="middle">
13358 <column alignment="center" valignment="top" width="0pt">
13359 <column alignment="center" valignment="top" width="0">
13360 <column alignment="center" valignment="top" width="0">
13361 <column alignment="center" valignment="top" width="0">
13362 <row>
13363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13364 \begin_inset Text
13365
13366 \begin_layout Plain Layout
13367 \begin_inset ERT
13368 status collapsed
13369
13370 \begin_layout Plain Layout
13371
13372
13373 \backslash
13374 diagbox{
13375 \end_layout
13376
13377 \end_inset
13378
13379 Team home
13380 \begin_inset ERT
13381 status collapsed
13382
13383 \begin_layout Plain Layout
13384
13385 }{
13386 \end_layout
13387
13388 \end_inset
13389
13390 Result
13391 \begin_inset ERT
13392 status collapsed
13393
13394 \begin_layout Plain Layout
13395
13396 }{
13397 \end_layout
13398
13399 \end_inset
13400
13401 Team away
13402 \begin_inset ERT
13403 status collapsed
13404
13405 \begin_layout Plain Layout
13406
13407 }
13408 \end_layout
13409
13410 \end_inset
13411
13412
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421 Tigers
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13427 \begin_inset Text
13428
13429 \begin_layout Plain Layout
13430 Panthers
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13436 \begin_inset Text
13437
13438 \begin_layout Plain Layout
13439 Falcons
13440 \end_layout
13441
13442 \end_inset
13443 </cell>
13444 </row>
13445 <row>
13446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13447 \begin_inset Text
13448
13449 \begin_layout Plain Layout
13450 Tigers
13451 \end_layout
13452
13453 \end_inset
13454 </cell>
13455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13456 \begin_inset Text
13457
13458 \begin_layout Plain Layout
13459 ---
13460 \end_layout
13461
13462 \end_inset
13463 </cell>
13464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13465 \begin_inset Text
13466
13467 \begin_layout Plain Layout
13468 1:3
13469 \end_layout
13470
13471 \end_inset
13472 </cell>
13473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477 0:1
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 </row>
13483 <row>
13484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13485 \begin_inset Text
13486
13487 \begin_layout Plain Layout
13488 Panthers
13489 \end_layout
13490
13491 \end_inset
13492 </cell>
13493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13494 \begin_inset Text
13495
13496 \begin_layout Plain Layout
13497 3:1
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13503 \begin_inset Text
13504
13505 \begin_layout Plain Layout
13506 ---
13507 \end_layout
13508
13509 \end_inset
13510 </cell>
13511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Plain Layout
13515 0:0
13516 \end_layout
13517
13518 \end_inset
13519 </cell>
13520 </row>
13521 <row>
13522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13523 \begin_inset Text
13524
13525 \begin_layout Plain Layout
13526 Falcons
13527 \end_layout
13528
13529 \end_inset
13530 </cell>
13531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13532 \begin_inset Text
13533
13534 \begin_layout Plain Layout
13535 1:0
13536 \end_layout
13537
13538 \end_inset
13539 </cell>
13540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13541 \begin_inset Text
13542
13543 \begin_layout Plain Layout
13544 0:0
13545 \end_layout
13546
13547 \end_inset
13548 </cell>
13549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13550 \begin_inset Text
13551
13552 \begin_layout Plain Layout
13553 ---
13554 \end_layout
13555
13556 \end_inset
13557 </cell>
13558 </row>
13559 </lyxtabular>
13560
13561 \end_inset
13562
13563
13564 \end_layout
13565
13566 \begin_layout Standard
13567 For larger cross-tables one might use split cells in 2 or every corner of
13568  the table like in this example:
13569 \end_layout
13570
13571 \begin_layout Standard
13572 \noindent
13573 \align center
13574 \begin_inset Tabular
13575 <lyxtabular version="3" rows="5" columns="5">
13576 <features tabularvalignment="middle">
13577 <column alignment="center" valignment="top" width="0pt">
13578 <column alignment="center" valignment="top" width="0">
13579 <column alignment="center" valignment="top" width="0">
13580 <column alignment="center" valignment="top" width="0">
13581 <column alignment="center" valignment="top" width="0">
13582 <row>
13583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13584 \begin_inset Text
13585
13586 \begin_layout Plain Layout
13587 \begin_inset ERT
13588 status open
13589
13590 \begin_layout Plain Layout
13591
13592
13593 \backslash
13594 diagbox{
13595 \end_layout
13596
13597 \end_inset
13598
13599 Team home
13600 \begin_inset ERT
13601 status collapsed
13602
13603 \begin_layout Plain Layout
13604
13605 }{
13606 \end_layout
13607
13608 \end_inset
13609
13610 Result
13611 \begin_inset ERT
13612 status collapsed
13613
13614 \begin_layout Plain Layout
13615
13616 }{
13617 \end_layout
13618
13619 \end_inset
13620
13621 Team away
13622 \begin_inset ERT
13623 status collapsed
13624
13625 \begin_layout Plain Layout
13626
13627 }
13628 \end_layout
13629
13630 \end_inset
13631
13632
13633 \end_layout
13634
13635 \end_inset
13636 </cell>
13637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13638 \begin_inset Text
13639
13640 \begin_layout Plain Layout
13641 Tigers
13642 \end_layout
13643
13644 \end_inset
13645 </cell>
13646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13647 \begin_inset Text
13648
13649 \begin_layout Plain Layout
13650 Panthers
13651 \end_layout
13652
13653 \end_inset
13654 </cell>
13655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13656 \begin_inset Text
13657
13658 \begin_layout Plain Layout
13659 Falcons
13660 \end_layout
13661
13662 \end_inset
13663 </cell>
13664 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13665 \begin_inset Text
13666
13667 \begin_layout Plain Layout
13668 \begin_inset ERT
13669 status open
13670
13671 \begin_layout Plain Layout
13672
13673
13674 \backslash
13675 diagbox[dir=NE]{
13676 \end_layout
13677
13678 \end_inset
13679
13680 Team home
13681 \begin_inset ERT
13682 status collapsed
13683
13684 \begin_layout Plain Layout
13685
13686 }{
13687 \end_layout
13688
13689 \end_inset
13690
13691 Result
13692 \begin_inset ERT
13693 status collapsed
13694
13695 \begin_layout Plain Layout
13696
13697 }{
13698 \end_layout
13699
13700 \end_inset
13701
13702 Team away
13703 \begin_inset ERT
13704 status collapsed
13705
13706 \begin_layout Plain Layout
13707
13708 }
13709 \end_layout
13710
13711 \end_inset
13712
13713
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 </row>
13719 <row>
13720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13721 \begin_inset Text
13722
13723 \begin_layout Plain Layout
13724 Tigers
13725 \end_layout
13726
13727 \end_inset
13728 </cell>
13729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733 ---
13734 \end_layout
13735
13736 \end_inset
13737 </cell>
13738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13739 \begin_inset Text
13740
13741 \begin_layout Plain Layout
13742 1:3
13743 \end_layout
13744
13745 \end_inset
13746 </cell>
13747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13748 \begin_inset Text
13749
13750 \begin_layout Plain Layout
13751 0:1
13752 \end_layout
13753
13754 \end_inset
13755 </cell>
13756 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13757 \begin_inset Text
13758
13759 \begin_layout Plain Layout
13760 Tigers
13761 \end_layout
13762
13763 \end_inset
13764 </cell>
13765 </row>
13766 <row>
13767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13768 \begin_inset Text
13769
13770 \begin_layout Plain Layout
13771 Panthers
13772 \end_layout
13773
13774 \end_inset
13775 </cell>
13776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13777 \begin_inset Text
13778
13779 \begin_layout Plain Layout
13780 3:1
13781 \end_layout
13782
13783 \end_inset
13784 </cell>
13785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13786 \begin_inset Text
13787
13788 \begin_layout Plain Layout
13789 ---
13790 \end_layout
13791
13792 \end_inset
13793 </cell>
13794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13795 \begin_inset Text
13796
13797 \begin_layout Plain Layout
13798 0:0
13799 \end_layout
13800
13801 \end_inset
13802 </cell>
13803 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13804 \begin_inset Text
13805
13806 \begin_layout Plain Layout
13807 Panthers
13808 \end_layout
13809
13810 \end_inset
13811 </cell>
13812 </row>
13813 <row>
13814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13815 \begin_inset Text
13816
13817 \begin_layout Plain Layout
13818 Falcons
13819 \end_layout
13820
13821 \end_inset
13822 </cell>
13823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13824 \begin_inset Text
13825
13826 \begin_layout Plain Layout
13827 1:0
13828 \end_layout
13829
13830 \end_inset
13831 </cell>
13832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13833 \begin_inset Text
13834
13835 \begin_layout Plain Layout
13836 0:0
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845 ---
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854 Falcons
13855 \end_layout
13856
13857 \end_inset
13858 </cell>
13859 </row>
13860 <row>
13861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13862 \begin_inset Text
13863
13864 \begin_layout Plain Layout
13865 \begin_inset ERT
13866 status open
13867
13868 \begin_layout Plain Layout
13869
13870
13871 \backslash
13872 diagbox[dir=SW]{
13873 \end_layout
13874
13875 \end_inset
13876
13877 Team home
13878 \begin_inset ERT
13879 status collapsed
13880
13881 \begin_layout Plain Layout
13882
13883 }{
13884 \end_layout
13885
13886 \end_inset
13887
13888 Result
13889 \begin_inset ERT
13890 status collapsed
13891
13892 \begin_layout Plain Layout
13893
13894 }{
13895 \end_layout
13896
13897 \end_inset
13898
13899 Team away
13900 \begin_inset ERT
13901 status collapsed
13902
13903 \begin_layout Plain Layout
13904
13905 }
13906 \end_layout
13907
13908 \end_inset
13909
13910
13911 \end_layout
13912
13913 \end_inset
13914 </cell>
13915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13916 \begin_inset Text
13917
13918 \begin_layout Plain Layout
13919 Tigers
13920 \end_layout
13921
13922 \end_inset
13923 </cell>
13924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13925 \begin_inset Text
13926
13927 \begin_layout Plain Layout
13928 Panthers
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937 Falcons
13938 \end_layout
13939
13940 \end_inset
13941 </cell>
13942 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13943 \begin_inset Text
13944
13945 \begin_layout Plain Layout
13946 \begin_inset ERT
13947 status open
13948
13949 \begin_layout Plain Layout
13950
13951
13952 \backslash
13953 diagbox[dir=SE]{
13954 \end_layout
13955
13956 \end_inset
13957
13958 Team home
13959 \begin_inset ERT
13960 status collapsed
13961
13962 \begin_layout Plain Layout
13963
13964 }{
13965 \end_layout
13966
13967 \end_inset
13968
13969 Result
13970 \begin_inset ERT
13971 status collapsed
13972
13973 \begin_layout Plain Layout
13974
13975 }{
13976 \end_layout
13977
13978 \end_inset
13979
13980 Team away
13981 \begin_inset ERT
13982 status collapsed
13983
13984 \begin_layout Plain Layout
13985
13986 }
13987 \end_layout
13988
13989 \end_inset
13990
13991
13992 \end_layout
13993
13994 \end_inset
13995 </cell>
13996 </row>
13997 </lyxtabular>
13998
13999 \end_inset
14000
14001
14002 \end_layout
14003
14004 \begin_layout Standard
14005 To rotate the diagonal lines, the command option 
14006 \series bold
14007 dir=direction
14008 \series default
14009  is used.
14010  
14011 \emph on
14012 direction
14013 \emph default
14014  is either 
14015 \series bold
14016 NE
14017 \series default
14018
14019 \series bold
14020 DE
14021 \series default
14022
14023 \series bold
14024 SW
14025 \series default
14026  or 
14027 \series bold
14028 NW
14029 \series default
14030  and represent a point of a compass.
14031  
14032 \series bold
14033 SW
14034 \series default
14035  is for example the south-west corner.
14036  Thus in the lower left cell of the above table the command
14037 \end_layout
14038
14039 \begin_layout Standard
14040
14041 \series bold
14042
14043 \backslash
14044 diagbox[dir=SW]{Team home}{Result}{Team away}
14045 \end_layout
14046
14047 \begin_layout Standard
14048 is used.
14049  If no direction is given, it will be NW.
14050 \end_layout
14051
14052 \begin_layout Standard
14053 The necessary width of split cells is automatically calculated.
14054  Thus if you set a fixed column width smaller than the calculated one, the
14055  cell's content will protrude the cell borders:
14056 \end_layout
14057
14058 \begin_layout Standard
14059 \noindent
14060 \align center
14061 \begin_inset Tabular
14062 <lyxtabular version="3" rows="2" columns="2">
14063 <features tabularvalignment="middle">
14064 <column alignment="center" valignment="top" width="3cm">
14065 <column alignment="center" valignment="top" width="0">
14066 <row>
14067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14068 \begin_inset Text
14069
14070 \begin_layout Plain Layout
14071 \begin_inset ERT
14072 status collapsed
14073
14074 \begin_layout Plain Layout
14075
14076
14077 \backslash
14078 diagbox{
14079 \end_layout
14080
14081 \end_inset
14082
14083 Name
14084 \begin_inset ERT
14085 status collapsed
14086
14087 \begin_layout Plain Layout
14088
14089 }{
14090 \end_layout
14091
14092 \end_inset
14093
14094 Parameter
14095 \begin_inset ERT
14096 status collapsed
14097
14098 \begin_layout Plain Layout
14099
14100 }
14101 \end_layout
14102
14103 \end_inset
14104
14105
14106 \end_layout
14107
14108 \end_inset
14109 </cell>
14110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14111 \begin_inset Text
14112
14113 \begin_layout Plain Layout
14114 Thickness in nm
14115 \end_layout
14116
14117 \end_inset
14118 </cell>
14119 </row>
14120 <row>
14121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14122 \begin_inset Text
14123
14124 \begin_layout Plain Layout
14125 Perfect Green
14126 \end_layout
14127
14128 \end_inset
14129 </cell>
14130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14131 \begin_inset Text
14132
14133 \begin_layout Plain Layout
14134 45
14135 \end_layout
14136
14137 \end_inset
14138 </cell>
14139 </row>
14140 </lyxtabular>
14141
14142 \end_inset
14143
14144
14145 \end_layout
14146
14147 \begin_layout Standard
14148 If you need a certain width for columns with a split cell, use the command
14149  option 
14150 \series bold
14151 width=3cm
14152 \series default
14153  (replace '3cm' by the width you need).
14154  In the following table the width of the first column is set to 4
14155 \begin_inset space \thinspace{}
14156 \end_inset
14157
14158 cm.
14159  For 
14160 \series bold
14161
14162 \backslash
14163 diagbox
14164 \series default
14165  a width of 4
14166 \begin_inset space \thinspace{}
14167 \end_inset
14168
14169 cm + 2
14170 \begin_inset space \thinspace{}
14171 \end_inset
14172
14173
14174 \backslash
14175 tabcolsep is necessary because the overall width is the width for the text
14176  (in this case the 4
14177 \begin_inset space \thinspace{}
14178 \end_inset
14179
14180 cm) plus two times the separation of the text and the cell border.
14181  The calculation of the width cannot be done in the command option of 
14182 \series bold
14183
14184 \backslash
14185 diagbox
14186 \series default
14187  so one needs to create a new length which can be used later.
14188  This is done with the TeX-Code commands
14189 \end_layout
14190
14191 \begin_layout Standard
14192
14193 \series bold
14194
14195 \backslash
14196 newlength{
14197 \backslash
14198 diagtest}
14199 \begin_inset Newline newline
14200 \end_inset
14201
14202
14203 \backslash
14204 setlength{
14205 \backslash
14206 diagtest}{4cm+2
14207 \backslash
14208 tabcolsep}
14209 \end_layout
14210
14211 \begin_layout Standard
14212 \begin_inset ERT
14213 status collapsed
14214
14215 \begin_layout Plain Layout
14216
14217
14218 \backslash
14219 newlength{
14220 \backslash
14221 diagtest}
14222 \end_layout
14223
14224 \begin_layout Plain Layout
14225
14226
14227 \backslash
14228 setlength{
14229 \backslash
14230 diagtest}{4cm+2
14231 \backslash
14232 tabcolsep}
14233 \end_layout
14234
14235 \end_inset
14236
14237
14238 \end_layout
14239
14240 \begin_layout Standard
14241 To enable calculations in LaTeX one needs to load the package 
14242 \series bold
14243 calc
14244 \series default
14245
14246 \begin_inset Index idx
14247 status collapsed
14248
14249 \begin_layout Plain Layout
14250 LaTeX-packages ! calc
14251 \end_layout
14252
14253 \end_inset
14254
14255  in the document preamble.
14256 \end_layout
14257
14258 \begin_layout Standard
14259 In this table you can now use the command
14260 \end_layout
14261
14262 \begin_layout Standard
14263
14264 \series bold
14265
14266 \backslash
14267 diagbox[width=
14268 \backslash
14269 diagtest]{A}{B}
14270 \end_layout
14271
14272 \begin_layout Standard
14273 in the first cell:
14274 \end_layout
14275
14276 \begin_layout Standard
14277 \noindent
14278 \align center
14279 \begin_inset Tabular
14280 <lyxtabular version="3" rows="2" columns="2">
14281 <features tabularvalignment="middle">
14282 <column alignment="center" valignment="top" width="4cm">
14283 <column alignment="center" valignment="top" width="0">
14284 <row>
14285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14286 \begin_inset Text
14287
14288 \begin_layout Plain Layout
14289 \begin_inset ERT
14290 status open
14291
14292 \begin_layout Plain Layout
14293
14294
14295 \backslash
14296 diagbox[width=
14297 \backslash
14298 diagtest]{
14299 \end_layout
14300
14301 \end_inset
14302
14303 A
14304 \begin_inset ERT
14305 status collapsed
14306
14307 \begin_layout Plain Layout
14308
14309 }{
14310 \end_layout
14311
14312 \end_inset
14313
14314 B
14315 \begin_inset ERT
14316 status collapsed
14317
14318 \begin_layout Plain Layout
14319
14320 }
14321 \end_layout
14322
14323 \end_inset
14324
14325
14326 \end_layout
14327
14328 \end_inset
14329 </cell>
14330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14331 \begin_inset Text
14332
14333 \begin_layout Plain Layout
14334 Thickness in nm
14335 \end_layout
14336
14337 \end_inset
14338 </cell>
14339 </row>
14340 <row>
14341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14342 \begin_inset Text
14343
14344 \begin_layout Plain Layout
14345 Perfect Green
14346 \end_layout
14347
14348 \end_inset
14349 </cell>
14350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14351 \begin_inset Text
14352
14353 \begin_layout Plain Layout
14354 45
14355 \end_layout
14356
14357 \end_inset
14358 </cell>
14359 </row>
14360 </lyxtabular>
14361
14362 \end_inset
14363
14364
14365 \end_layout
14366
14367 \begin_layout Standard
14368 Note that the split cell needs to be the widest one in the column.
14369  Otherwise the length of the diagonal line cannot be calculated correctly
14370  like in this table:
14371 \end_layout
14372
14373 \begin_layout Standard
14374 \noindent
14375 \align center
14376 \begin_inset Tabular
14377 <lyxtabular version="3" rows="2" columns="2">
14378 <features tabularvalignment="middle">
14379 <column alignment="center" valignment="top" width="0pt">
14380 <column alignment="center" valignment="top" width="0">
14381 <row>
14382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14383 \begin_inset Text
14384
14385 \begin_layout Plain Layout
14386 \begin_inset ERT
14387 status collapsed
14388
14389 \begin_layout Plain Layout
14390
14391
14392 \backslash
14393 diagbox{
14394 \end_layout
14395
14396 \end_inset
14397
14398 A
14399 \begin_inset ERT
14400 status collapsed
14401
14402 \begin_layout Plain Layout
14403
14404 }{
14405 \end_layout
14406
14407 \end_inset
14408
14409 B
14410 \begin_inset ERT
14411 status collapsed
14412
14413 \begin_layout Plain Layout
14414
14415 }
14416 \end_layout
14417
14418 \end_inset
14419
14420
14421 \end_layout
14422
14423 \end_inset
14424 </cell>
14425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14426 \begin_inset Text
14427
14428 \begin_layout Plain Layout
14429 Thickness in nm
14430 \end_layout
14431
14432 \end_inset
14433 </cell>
14434 </row>
14435 <row>
14436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14437 \begin_inset Text
14438
14439 \begin_layout Plain Layout
14440 Perfect Green
14441 \end_layout
14442
14443 \end_inset
14444 </cell>
14445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14446 \begin_inset Text
14447
14448 \begin_layout Plain Layout
14449 45
14450 \end_layout
14451
14452 \end_inset
14453 </cell>
14454 </row>
14455 </lyxtabular>
14456
14457 \end_inset
14458
14459
14460 \end_layout
14461
14462 \begin_layout Standard
14463 In this case use the 
14464 \series bold
14465 width
14466 \series default
14467  option of the 
14468 \series bold
14469
14470 \backslash
14471 diagbox
14472 \series default
14473  command.
14474  It is then not necessary to add 2
14475 \backslash
14476 tabcolsep because the cell width is now the width of the column.
14477  In this table a width of 3
14478 \begin_inset space \thinspace{}
14479 \end_inset
14480
14481 cm is used:
14482 \end_layout
14483
14484 \begin_layout Standard
14485 \noindent
14486 \align center
14487 \begin_inset Tabular
14488 <lyxtabular version="3" rows="2" columns="2">
14489 <features tabularvalignment="middle">
14490 <column alignment="center" valignment="top" width="0pt">
14491 <column alignment="center" valignment="top" width="0">
14492 <row>
14493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14494 \begin_inset Text
14495
14496 \begin_layout Plain Layout
14497 \begin_inset ERT
14498 status open
14499
14500 \begin_layout Plain Layout
14501
14502
14503 \backslash
14504 diagbox[width=3cm]{
14505 \end_layout
14506
14507 \end_inset
14508
14509 A
14510 \begin_inset ERT
14511 status collapsed
14512
14513 \begin_layout Plain Layout
14514
14515 }{
14516 \end_layout
14517
14518 \end_inset
14519
14520 B
14521 \begin_inset ERT
14522 status collapsed
14523
14524 \begin_layout Plain Layout
14525
14526 }
14527 \end_layout
14528
14529 \end_inset
14530
14531
14532 \end_layout
14533
14534 \end_inset
14535 </cell>
14536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14537 \begin_inset Text
14538
14539 \begin_layout Plain Layout
14540 Thickness in nm
14541 \end_layout
14542
14543 \end_inset
14544 </cell>
14545 </row>
14546 <row>
14547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Plain Layout
14551 Perfect Green
14552 \end_layout
14553
14554 \end_inset
14555 </cell>
14556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14557 \begin_inset Text
14558
14559 \begin_layout Plain Layout
14560 45
14561 \end_layout
14562
14563 \end_inset
14564 </cell>
14565 </row>
14566 </lyxtabular>
14567
14568 \end_inset
14569
14570
14571 \end_layout
14572
14573 \begin_layout Standard
14574 For multiple text lines in split cells one needs some extra height to fit
14575  the text to the cell.
14576  This can be achieved with the 
14577 \series bold
14578
14579 \backslash
14580 diagbox
14581 \series default
14582  option 
14583 \series bold
14584 height=3cm
14585 \series default
14586  (replace '3cm' by the height you need).
14587  In the following table the command
14588 \end_layout
14589
14590 \begin_layout Standard
14591
14592 \series bold
14593
14594 \backslash
14595 diagbox[width=3cm,height=1.4cm]{A
14596 \backslash
14597
14598 \backslash
14599 B}{C
14600 \backslash
14601
14602 \backslash
14603 D}
14604 \end_layout
14605
14606 \begin_layout Standard
14607 is used in the first cell.
14608  The command 
14609 \series bold
14610
14611 \backslash
14612
14613 \backslash
14614
14615 \series default
14616  creates hereby the line break.
14617 \begin_inset Foot
14618 status collapsed
14619
14620 \begin_layout Plain Layout
14621 Breaking lines with 
14622 \family sans
14623 Ctrl+Return
14624 \family default
14625  is only possible when the column has a fixed width.
14626 \end_layout
14627
14628 \end_inset
14629
14630
14631 \end_layout
14632
14633 \begin_layout Standard
14634 \noindent
14635 \align center
14636 \begin_inset Tabular
14637 <lyxtabular version="3" rows="2" columns="2">
14638 <features tabularvalignment="middle">
14639 <column alignment="center" valignment="top" width="0">
14640 <column alignment="center" valignment="top" width="0">
14641 <row>
14642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14643 \begin_inset Text
14644
14645 \begin_layout Plain Layout
14646 \begin_inset ERT
14647 status open
14648
14649 \begin_layout Plain Layout
14650
14651
14652 \backslash
14653 diagbox[width=3cm,height=1.4cm]{
14654 \end_layout
14655
14656 \end_inset
14657
14658 A
14659 \begin_inset ERT
14660 status collapsed
14661
14662 \begin_layout Plain Layout
14663
14664
14665 \backslash
14666
14667 \backslash
14668
14669 \end_layout
14670
14671 \end_inset
14672
14673 B
14674 \begin_inset ERT
14675 status collapsed
14676
14677 \begin_layout Plain Layout
14678
14679 }{
14680 \end_layout
14681
14682 \end_inset
14683
14684 C
14685 \begin_inset ERT
14686 status collapsed
14687
14688 \begin_layout Plain Layout
14689
14690
14691 \backslash
14692
14693 \backslash
14694
14695 \end_layout
14696
14697 \end_inset
14698
14699 D
14700 \begin_inset ERT
14701 status collapsed
14702
14703 \begin_layout Plain Layout
14704
14705 }
14706 \end_layout
14707
14708 \end_inset
14709
14710
14711 \end_layout
14712
14713 \end_inset
14714 </cell>
14715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14716 \begin_inset Text
14717
14718 \begin_layout Plain Layout
14719 Thickness in nm
14720 \end_layout
14721
14722 \end_inset
14723 </cell>
14724 </row>
14725 <row>
14726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14727 \begin_inset Text
14728
14729 \begin_layout Plain Layout
14730 Perfect Green
14731 \end_layout
14732
14733 \end_inset
14734 </cell>
14735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14736 \begin_inset Text
14737
14738 \begin_layout Plain Layout
14739 45
14740 \end_layout
14741
14742 \end_inset
14743 </cell>
14744 </row>
14745 </lyxtabular>
14746
14747 \end_inset
14748
14749
14750 \end_layout
14751
14752 \begin_layout Standard
14753 \begin_inset ERT
14754 status collapsed
14755
14756 \begin_layout Plain Layout
14757
14758
14759 \backslash
14760 else
14761 \end_layout
14762
14763 \end_inset
14764
14765
14766 \begin_inset Note Note
14767 status open
14768
14769 \begin_layout Plain Layout
14770 The following will be displayed when the LaTeX-package 
14771 \series bold
14772 diagbox
14773 \series default
14774  is not installed:
14775 \end_layout
14776
14777 \end_inset
14778
14779
14780 \end_layout
14781
14782 \begin_layout Standard
14783 You need to install the LaTeX-package 
14784 \series bold
14785 diagbox
14786 \series default
14787  to see the following part of this section in the output.
14788 \end_layout
14789
14790 \begin_layout Standard
14791 \begin_inset ERT
14792 status collapsed
14793
14794 \begin_layout Plain Layout
14795
14796
14797 \backslash
14798 fi
14799 \end_layout
14800
14801 \end_inset
14802
14803
14804 \end_layout
14805
14806 \begin_layout Standard
14807 For more info about the LaTeX-package 
14808 \series bold
14809 diagbox
14810 \series default
14811 , see its documentation, 
14812 \begin_inset CommandInset citation
14813 LatexCommand cite
14814 key "diagbox"
14815
14816 \end_inset
14817
14818 .
14819 \end_layout
14820
14821 \begin_layout Section
14822 Formal Tables
14823 \begin_inset CommandInset label
14824 LatexCommand label
14825 name "sec:Formal-Tables"
14826
14827 \end_inset
14828
14829
14830 \begin_inset Index idx
14831 status collapsed
14832
14833 \begin_layout Plain Layout
14834 Table ! Formal
14835 \end_layout
14836
14837 \end_inset
14838
14839
14840 \end_layout
14841
14842 \begin_layout Standard
14843 Tables are often typeset in books similar to Table
14844 \begin_inset space ~
14845 \end_inset
14846
14847
14848 \begin_inset CommandInset ref
14849 LatexCommand ref
14850 reference "tab:Example-booktabs-table"
14851
14852 \end_inset
14853
14854 .
14855  This kind of tables is called 
14856 \begin_inset Quotes eld
14857 \end_inset
14858
14859
14860 \emph on
14861 formal
14862 \emph default
14863
14864 \begin_inset Quotes erd
14865 \end_inset
14866
14867 .
14868  To make a table a formal table use the option 
14869 \family sans
14870 Formal
14871 \family default
14872  in the 
14873 \family sans
14874 Borders
14875 \family default
14876  tab of the table dialog.
14877 \end_layout
14878
14879 \begin_layout Standard
14880 \begin_inset Float table
14881 placement h
14882 wide false
14883 sideways false
14884 status open
14885
14886 \begin_layout Plain Layout
14887 \begin_inset Caption
14888
14889 \begin_layout Plain Layout
14890 \begin_inset CommandInset label
14891 LatexCommand label
14892 name "tab:Example-booktabs-table"
14893
14894 \end_inset
14895
14896 Example booktabs-table
14897 \end_layout
14898
14899 \end_inset
14900
14901
14902 \end_layout
14903
14904 \begin_layout Plain Layout
14905 \align center
14906 \begin_inset Tabular
14907 <lyxtabular version="3" rows="8" columns="4">
14908 <features booktabs="true" tabularvalignment="middle">
14909 <column alignment="center" valignment="top" width="0">
14910 <column alignment="center" valignment="top" width="0">
14911 <column alignment="center" valignment="top" width="0">
14912 <column alignment="center" valignment="top" width="0">
14913 <row>
14914 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14915 \begin_inset Text
14916
14917 \begin_layout Plain Layout
14918 System
14919 \end_layout
14920
14921 \end_inset
14922 </cell>
14923 <cell alignment="center" valignment="top" topline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927 Chip
14928 \begin_inset space \thinspace{}
14929 \end_inset
14930
14931 1
14932 \end_layout
14933
14934 \end_inset
14935 </cell>
14936 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14937 \begin_inset Text
14938
14939 \begin_layout Plain Layout
14940 Chip
14941 \begin_inset space \thinspace{}
14942 \end_inset
14943
14944 2
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14950 \begin_inset Text
14951
14952 \begin_layout Plain Layout
14953
14954 \end_layout
14955
14956 \end_inset
14957 </cell>
14958 </row>
14959 <row>
14960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14961 \begin_inset Text
14962
14963 \begin_layout Plain Layout
14964 \begin_inset ERT
14965 status collapsed
14966
14967 \begin_layout Plain Layout
14968
14969
14970 \backslash
14971 cmidrule(r){2-2}
14972 \end_layout
14973
14974 \end_inset
14975
14976
14977 \begin_inset ERT
14978 status collapsed
14979
14980 \begin_layout Plain Layout
14981
14982
14983 \backslash
14984 cmidrule(l){3-4}
14985 \end_layout
14986
14987 \end_inset
14988
14989 Detector thickness in Âµm
14990 \end_layout
14991
14992 \end_inset
14993 </cell>
14994 <cell alignment="center" valignment="top" usebox="none">
14995 \begin_inset Text
14996
14997 \begin_layout Plain Layout
14998 300
14999 \end_layout
15000
15001 \end_inset
15002 </cell>
15003 <cell alignment="center" valignment="top" usebox="none">
15004 \begin_inset Text
15005
15006 \begin_layout Plain Layout
15007 300
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 <cell alignment="center" valignment="top" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016 700
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 </row>
15022 <row>
15023 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15024 \begin_inset Text
15025
15026 \begin_layout Plain Layout
15027 Edge angle in Â°
15028 \end_layout
15029
15030 \end_inset
15031 </cell>
15032 <cell alignment="center" valignment="top" topline="true" usebox="none">
15033 \begin_inset Text
15034
15035 \begin_layout Plain Layout
15036 3.55
15037 \end_layout
15038
15039 \end_inset
15040 </cell>
15041 <cell alignment="center" valignment="top" topline="true" usebox="none">
15042 \begin_inset Text
15043
15044 \begin_layout Plain Layout
15045 2.71
15046 \end_layout
15047
15048 \end_inset
15049 </cell>
15050 <cell alignment="center" valignment="top" topline="true" usebox="none">
15051 \begin_inset Text
15052
15053 \begin_layout Plain Layout
15054 7.99
15055 \end_layout
15056
15057 \end_inset
15058 </cell>
15059 </row>
15060 <row topspace="default">
15061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15062 \begin_inset Text
15063
15064 \begin_layout Plain Layout
15065 Spatial resolution in Âµm
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 <cell alignment="center" valignment="top" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074 4.26
15075 \end_layout
15076
15077 \end_inset
15078 </cell>
15079 <cell alignment="center" valignment="top" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083 10.17
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 <cell alignment="center" valignment="top" usebox="none">
15089 \begin_inset Text
15090
15091 \begin_layout Plain Layout
15092 10.56
15093 \end_layout
15094
15095 \end_inset
15096 </cell>
15097 </row>
15098 <row topspace="default">
15099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103 MTF at 
15104 \begin_inset Formula $f_{\mathrm{max}}$
15105 \end_inset
15106
15107
15108 \end_layout
15109
15110 \end_inset
15111 </cell>
15112 <cell alignment="center" valignment="top" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116 0.53
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 <cell alignment="center" valignment="top" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125 0.37
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 <cell alignment="center" valignment="top" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134 0.39
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 </row>
15140 <row topspace="default">
15141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Plain Layout
15145 \begin_inset ERT
15146 status collapsed
15147
15148 \begin_layout Plain Layout
15149
15150
15151 \backslash
15152 cmidrule(l{10pt}){1-1}
15153 \end_layout
15154
15155 \end_inset
15156
15157 LSF-spatial resolution
15158 \end_layout
15159
15160 \end_inset
15161 </cell>
15162 <cell alignment="center" valignment="top" usebox="none">
15163 \begin_inset Text
15164
15165 \begin_layout Plain Layout
15166
15167 \end_layout
15168
15169 \end_inset
15170 </cell>
15171 <cell alignment="center" valignment="top" usebox="none">
15172 \begin_inset Text
15173
15174 \begin_layout Plain Layout
15175
15176 \end_layout
15177
15178 \end_inset
15179 </cell>
15180 <cell alignment="center" valignment="top" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 </row>
15190 <row>
15191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195 in Âµm
15196 \end_layout
15197
15198 \end_inset
15199 </cell>
15200 <cell alignment="center" valignment="top" usebox="none">
15201 \begin_inset Text
15202
15203 \begin_layout Plain Layout
15204 129.7
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 <cell alignment="center" valignment="top" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Plain Layout
15213 52.75
15214 \end_layout
15215
15216 \end_inset
15217 </cell>
15218 <cell alignment="center" valignment="top" usebox="none">
15219 \begin_inset Text
15220
15221 \begin_layout Plain Layout
15222 50.78
15223 \end_layout
15224
15225 \end_inset
15226 </cell>
15227 </row>
15228 <row>
15229 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15230 \begin_inset Text
15231
15232 \begin_layout Plain Layout
15233 in % of pixel size
15234 \end_layout
15235
15236 \end_inset
15237 </cell>
15238 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15239 \begin_inset Text
15240
15241 \begin_layout Plain Layout
15242 76.3
15243 \end_layout
15244
15245 \end_inset
15246 </cell>
15247 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251 95.9
15252 \end_layout
15253
15254 \end_inset
15255 </cell>
15256 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Plain Layout
15260 92.3
15261 \end_layout
15262
15263 \end_inset
15264 </cell>
15265 </row>
15266 </lyxtabular>
15267
15268 \end_inset
15269
15270
15271 \end_layout
15272
15273 \end_inset
15274
15275
15276 \end_layout
15277
15278 \begin_layout Standard
15279 Spaces to table rows can be added using the 
15280 \family sans
15281 Borders
15282 \family default
15283  tab of the table dialog as described in section
15284 \begin_inset space ~
15285 \end_inset
15286
15287
15288 \begin_inset CommandInset ref
15289 LatexCommand ref
15290 reference "sub:Row-Spacing"
15291
15292 \end_inset
15293
15294 .
15295 \end_layout
15296
15297 \begin_layout Standard
15298 Unlike normal tables, formal tables have no vertical table lines.
15299  The horizontal table lines can be set as for normal tables but they appear
15300  with different widths in the output:
15301 \begin_inset Newline newline
15302 \end_inset
15303
15304 The first and the last table line have a default width of 0.08
15305 \begin_inset space \thinspace{}
15306 \end_inset
15307
15308 em while the other lines have a default width of 0.05
15309 \begin_inset space \thinspace{}
15310 \end_inset
15311
15312 em.
15313 \end_layout
15314
15315 \begin_layout Standard
15316 The default widths can be changed with the following preamble lines
15317 \end_layout
15318
15319 \begin_layout Standard
15320
15321 \series bold
15322
15323 \backslash
15324 let
15325 \backslash
15326 mytoprule
15327 \backslash
15328 toprule
15329 \begin_inset Newline newline
15330 \end_inset
15331
15332
15333 \backslash
15334 renewcommand{
15335 \backslash
15336 toprule}{
15337 \backslash
15338 mytoprule[width]}
15339 \end_layout
15340
15341 \begin_layout Standard
15342 This example is for the first line, the so called 
15343 \series bold
15344 toprule
15345 \series default
15346 .
15347  If you want to change the width for the last line, replace 
15348 \series bold
15349 toprule
15350 \series default
15351  by 
15352 \series bold
15353 bottomrule
15354 \series default
15355 .
15356  To change the width for the other lines replace 
15357 \series bold
15358 toprule
15359 \series default
15360  by 
15361 \series bold
15362 midrule
15363 \series default
15364 .
15365  You can use all units listed in appendix
15366 \begin_inset space ~
15367 \end_inset
15368
15369
15370 \begin_inset CommandInset ref
15371 LatexCommand ref
15372 reference "cha:Units-available-in"
15373
15374 \end_inset
15375
15376  to set the width.
15377 \end_layout
15378
15379 \begin_layout Standard
15380 Lines that do not span all table columns can be created by setting a table
15381  line for multicolumn cells.
15382  LyX will then internally use the command 
15383 \series bold
15384
15385 \backslash
15386 cmidrule
15387 \series default
15388  to create this line.
15389  Its full scheme is
15390 \end_layout
15391
15392 \begin_layout Standard
15393
15394 \series bold
15395
15396 \backslash
15397 cmidrule[width](trim){startcol-endcol}
15398 \end_layout
15399
15400 \begin_layout Standard
15401 The options of 
15402 \series bold
15403
15404 \backslash
15405 cmidrule
15406 \series default
15407  are currently not supported by LyX so you have to use TeX-Code to be able
15408  to use them.
15409  
15410 \series bold
15411
15412 \backslash
15413 cmidrule
15414 \series default
15415 s can manually be created by inserting the command as TeX-Code as the first
15416  cell entry of the first cell of a row.
15417  The line is then drawn in the output above the current row.
15418 \end_layout
15419
15420 \begin_layout Standard
15421 The default for the width is 0.03
15422 \begin_inset space \thinspace{}
15423 \end_inset
15424
15425 em.
15426  Startcol is the number of the column where the line starts and endcol the
15427  column number where the line ends.
15428  The endcol always needs to be specified, also when the line should span
15429  only one column.
15430  The optional parameter trim could be either 
15431 \emph on
15432 l{trimwidth}
15433 \emph default
15434 , or 
15435 \emph on
15436 r{trimwidth}
15437 \emph default
15438  where the trimwidth is also optional.
15439  Using for example the parameter 
15440 \emph on
15441 l{2pt}
15442 \emph default
15443  means that the line is trimmed from its left end by 2
15444 \begin_inset space \thinspace{}
15445 \end_inset
15446
15447 pt.
15448  If you don't specify the trimwidth the lines are trimmed by the default
15449  of 0.5
15450 \begin_inset space \thinspace{}
15451 \end_inset
15452
15453 em.
15454 \end_layout
15455
15456 \begin_layout Standard
15457 \begin_inset VSpace bigskip
15458 \end_inset
15459
15460 Table
15461 \begin_inset space ~
15462 \end_inset
15463
15464
15465 \begin_inset CommandInset ref
15466 LatexCommand ref
15467 reference "tab:Example-booktabs-table"
15468
15469 \end_inset
15470
15471  was created using the commands
15472 \end_layout
15473
15474 \begin_layout Standard
15475
15476 \series bold
15477
15478 \backslash
15479 cmidrule(r){2-2}
15480 \backslash
15481 cmidrule(l){3-4}
15482 \end_layout
15483
15484 \begin_layout Standard
15485 at the beginning of the second row and
15486 \end_layout
15487
15488 \begin_layout Standard
15489
15490 \series bold
15491
15492 \backslash
15493 cmidrule(l{10pt}){1-1}
15494 \end_layout
15495
15496 \begin_layout Standard
15497 in the sixth row.
15498 \end_layout
15499
15500 \begin_layout Standard
15501 \begin_inset VSpace bigskip
15502 \end_inset
15503
15504
15505 \end_layout
15506
15507 \begin_layout Standard
15508 You might want to have overlapping 
15509 \series bold
15510
15511 \backslash
15512 cmidrule
15513 \series default
15514 s as in in Table
15515 \begin_inset space ~
15516 \end_inset
15517
15518
15519 \begin_inset CommandInset ref
15520 LatexCommand ref
15521 reference "tab:Special-booktabs-table"
15522
15523 \end_inset
15524
15525 .
15526  This can be achieved with the TeX-Code command
15527 \end_layout
15528
15529 \begin_layout Standard
15530
15531 \series bold
15532
15533 \backslash
15534 morecmidrules
15535 \end_layout
15536
15537 \begin_layout Standard
15538 The command that was used for the second row of Table
15539 \begin_inset space ~
15540 \end_inset
15541
15542
15543 \begin_inset CommandInset ref
15544 LatexCommand ref
15545 reference "tab:Special-booktabs-table"
15546
15547 \end_inset
15548
15549  is
15550 \end_layout
15551
15552 \begin_layout Standard
15553
15554 \series bold
15555
15556 \backslash
15557 cmidrule(r){2-2}
15558 \backslash
15559 cmidrule(l){3-4}
15560 \backslash
15561 morecmidrules
15562 \backslash
15563 cmidrule{2-4}
15564 \end_layout
15565
15566 \begin_layout Standard
15567 The command for the sixth row is
15568 \end_layout
15569
15570 \begin_layout Standard
15571
15572 \series bold
15573
15574 \backslash
15575 midrule
15576 \backslash
15577 morecmidrules
15578 \backslash
15579 cmidrule{3-4}
15580 \end_layout
15581
15582 \begin_layout Standard
15583 \begin_inset VSpace bigskip
15584 \end_inset
15585
15586
15587 \end_layout
15588
15589 \begin_layout Standard
15590 If you are in any way not satisfied with the border line spacing, you can
15591  use the following command to produce lines that span over all table columns
15592 \series bold
15593 :
15594 \end_layout
15595
15596 \begin_layout Standard
15597
15598 \series bold
15599
15600 \backslash
15601 specialrule{width}{space above}{space below}
15602 \end_layout
15603
15604 \begin_layout Standard
15605 For more information about these features, refer to the manual of the LaTeX-pack
15606 age 
15607 \series bold
15608 booktabs
15609 \series default
15610  
15611 \begin_inset CommandInset citation
15612 LatexCommand cite
15613 key "booktabs"
15614
15615 \end_inset
15616
15617 .
15618 \begin_inset Index idx
15619 status collapsed
15620
15621 \begin_layout Plain Layout
15622 LaTeX-packages ! booktabs
15623 \end_layout
15624
15625 \end_inset
15626
15627
15628 \end_layout
15629
15630 \begin_layout Standard
15631 \begin_inset Float table
15632 placement h
15633 wide false
15634 sideways false
15635 status open
15636
15637 \begin_layout Plain Layout
15638 \begin_inset Caption
15639
15640 \begin_layout Plain Layout
15641 \begin_inset CommandInset label
15642 LatexCommand label
15643 name "tab:Special-booktabs-table"
15644
15645 \end_inset
15646
15647 Special booktabs-table
15648 \end_layout
15649
15650 \end_inset
15651
15652
15653 \end_layout
15654
15655 \begin_layout Plain Layout
15656 \align center
15657 \begin_inset Tabular
15658 <lyxtabular version="3" rows="8" columns="4">
15659 <features booktabs="true" tabularvalignment="middle">
15660 <column alignment="center" valignment="top" width="0">
15661 <column alignment="center" valignment="top" width="0">
15662 <column alignment="center" valignment="top" width="0">
15663 <column alignment="center" valignment="top" width="0">
15664 <row>
15665 <cell alignment="center" valignment="top" topline="true" usebox="none">
15666 \begin_inset Text
15667
15668 \begin_layout Plain Layout
15669 System
15670 \end_layout
15671
15672 \end_inset
15673 </cell>
15674 <cell alignment="center" valignment="top" topline="true" usebox="none">
15675 \begin_inset Text
15676
15677 \begin_layout Plain Layout
15678 Chip
15679 \begin_inset space \thinspace{}
15680 \end_inset
15681
15682 1
15683 \end_layout
15684
15685 \end_inset
15686 </cell>
15687 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15688 \begin_inset Text
15689
15690 \begin_layout Plain Layout
15691 Chip
15692 \begin_inset space \thinspace{}
15693 \end_inset
15694
15695 2
15696 \end_layout
15697
15698 \end_inset
15699 </cell>
15700 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15701 \begin_inset Text
15702
15703 \begin_layout Plain Layout
15704
15705 \end_layout
15706
15707 \end_inset
15708 </cell>
15709 </row>
15710 <row>
15711 <cell alignment="center" valignment="top" usebox="none">
15712 \begin_inset Text
15713
15714 \begin_layout Plain Layout
15715 \begin_inset ERT
15716 status collapsed
15717
15718 \begin_layout Plain Layout
15719
15720
15721 \backslash
15722 cmidrule(r){2-2}
15723 \end_layout
15724
15725 \end_inset
15726
15727
15728 \begin_inset ERT
15729 status collapsed
15730
15731 \begin_layout Plain Layout
15732
15733
15734 \backslash
15735 cmidrule(l){3-4}
15736 \end_layout
15737
15738 \end_inset
15739
15740
15741 \begin_inset ERT
15742 status collapsed
15743
15744 \begin_layout Plain Layout
15745
15746
15747 \backslash
15748 morecmidrules 
15749 \end_layout
15750
15751 \end_inset
15752
15753
15754 \begin_inset ERT
15755 status collapsed
15756
15757 \begin_layout Plain Layout
15758
15759
15760 \backslash
15761 cmidrule{2-4}
15762 \end_layout
15763
15764 \end_inset
15765
15766 Detector thickness in Âµm
15767 \end_layout
15768
15769 \end_inset
15770 </cell>
15771 <cell alignment="center" valignment="top" usebox="none">
15772 \begin_inset Text
15773
15774 \begin_layout Plain Layout
15775 300
15776 \end_layout
15777
15778 \end_inset
15779 </cell>
15780 <cell alignment="center" valignment="top" usebox="none">
15781 \begin_inset Text
15782
15783 \begin_layout Plain Layout
15784 300
15785 \end_layout
15786
15787 \end_inset
15788 </cell>
15789 <cell alignment="center" valignment="top" usebox="none">
15790 \begin_inset Text
15791
15792 \begin_layout Plain Layout
15793 700
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 </row>
15799 <row>
15800 <cell alignment="center" valignment="top" topline="true" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804 Edge angle in Â°
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 <cell alignment="center" valignment="top" topline="true" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813 3.55
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 <cell alignment="center" valignment="top" topline="true" usebox="none">
15819 \begin_inset Text
15820
15821 \begin_layout Plain Layout
15822 2.71
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 <cell alignment="center" valignment="top" topline="true" usebox="none">
15828 \begin_inset Text
15829
15830 \begin_layout Plain Layout
15831 7.99
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 </row>
15837 <row topspace="default">
15838 <cell alignment="center" valignment="top" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842 Spatial resolution in Âµm
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 <cell alignment="center" valignment="top" usebox="none">
15848 \begin_inset Text
15849
15850 \begin_layout Plain Layout
15851 4.26
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 <cell alignment="center" valignment="top" usebox="none">
15857 \begin_inset Text
15858
15859 \begin_layout Plain Layout
15860 10.17
15861 \end_layout
15862
15863 \end_inset
15864 </cell>
15865 <cell alignment="center" valignment="top" usebox="none">
15866 \begin_inset Text
15867
15868 \begin_layout Plain Layout
15869 10.56
15870 \end_layout
15871
15872 \end_inset
15873 </cell>
15874 </row>
15875 <row topspace="default">
15876 <cell alignment="center" valignment="top" usebox="none">
15877 \begin_inset Text
15878
15879 \begin_layout Plain Layout
15880 MTF at 
15881 \begin_inset Formula $f_{\mathrm{max}}$
15882 \end_inset
15883
15884
15885 \end_layout
15886
15887 \end_inset
15888 </cell>
15889 <cell alignment="center" valignment="top" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Plain Layout
15893 0.53
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 <cell alignment="center" valignment="top" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902 0.37
15903 \end_layout
15904
15905 \end_inset
15906 </cell>
15907 <cell alignment="center" valignment="top" usebox="none">
15908 \begin_inset Text
15909
15910 \begin_layout Plain Layout
15911 0.39
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 </row>
15917 <row>
15918 <cell alignment="center" valignment="top" topline="true" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922 \begin_inset ERT
15923 status collapsed
15924
15925 \begin_layout Plain Layout
15926
15927
15928 \backslash
15929 morecmidrules 
15930 \end_layout
15931
15932 \end_inset
15933
15934
15935 \begin_inset ERT
15936 status collapsed
15937
15938 \begin_layout Plain Layout
15939
15940
15941 \backslash
15942 cmidrule{3-4}
15943 \end_layout
15944
15945 \end_inset
15946
15947 LSF-spatial resolution
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 <cell alignment="center" valignment="top" topline="true" usebox="none">
15953 \begin_inset Text
15954
15955 \begin_layout Plain Layout
15956
15957 \end_layout
15958
15959 \end_inset
15960 </cell>
15961 <cell alignment="center" valignment="top" topline="true" usebox="none">
15962 \begin_inset Text
15963
15964 \begin_layout Plain Layout
15965
15966 \end_layout
15967
15968 \end_inset
15969 </cell>
15970 <cell alignment="center" valignment="top" topline="true" usebox="none">
15971 \begin_inset Text
15972
15973 \begin_layout Plain Layout
15974
15975 \end_layout
15976
15977 \end_inset
15978 </cell>
15979 </row>
15980 <row>
15981 <cell alignment="center" valignment="top" usebox="none">
15982 \begin_inset Text
15983
15984 \begin_layout Plain Layout
15985 in Âµm
15986 \end_layout
15987
15988 \end_inset
15989 </cell>
15990 <cell alignment="center" valignment="top" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994 129.7
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 <cell alignment="center" valignment="top" usebox="none">
16000 \begin_inset Text
16001
16002 \begin_layout Plain Layout
16003 52.75
16004 \end_layout
16005
16006 \end_inset
16007 </cell>
16008 <cell alignment="center" valignment="top" usebox="none">
16009 \begin_inset Text
16010
16011 \begin_layout Plain Layout
16012 50.78
16013 \end_layout
16014
16015 \end_inset
16016 </cell>
16017 </row>
16018 <row>
16019 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16020 \begin_inset Text
16021
16022 \begin_layout Plain Layout
16023 in % of pixel size
16024 \end_layout
16025
16026 \end_inset
16027 </cell>
16028 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16029 \begin_inset Text
16030
16031 \begin_layout Plain Layout
16032 76.3
16033 \end_layout
16034
16035 \end_inset
16036 </cell>
16037 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16038 \begin_inset Text
16039
16040 \begin_layout Plain Layout
16041 95.9
16042 \end_layout
16043
16044 \end_inset
16045 </cell>
16046 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16047 \begin_inset Text
16048
16049 \begin_layout Plain Layout
16050 92.3
16051 \end_layout
16052
16053 \end_inset
16054 </cell>
16055 </row>
16056 </lyxtabular>
16057
16058 \end_inset
16059
16060
16061 \end_layout
16062
16063 \end_inset
16064
16065
16066 \end_layout
16067
16068 \begin_layout Section
16069 Vertical Table Alignment
16070 \begin_inset Index idx
16071 status collapsed
16072
16073 \begin_layout Plain Layout
16074 Table ! Alignment
16075 \end_layout
16076
16077 \end_inset
16078
16079
16080 \end_layout
16081
16082 \begin_layout Standard
16083 To align tables vertically in a text line, the table must be inside a box.
16084  The box can then be vertically aligned as described in section
16085 \begin_inset space ~
16086 \end_inset
16087
16088
16089 \begin_inset CommandInset ref
16090 LatexCommand ref
16091 reference "sec:Box-Dialog"
16092
16093 \end_inset
16094
16095 .
16096 \end_layout
16097
16098 \begin_layout Standard
16099 In the following example the tables are inside a minipage
16100 \begin_inset Foot
16101 status collapsed
16102
16103 \begin_layout Plain Layout
16104 Minipages are described in section
16105 \begin_inset space ~
16106 \end_inset
16107
16108
16109 \begin_inset CommandInset ref
16110 LatexCommand ref
16111 reference "sec:Minipages"
16112
16113 \end_inset
16114
16115 .
16116 \end_layout
16117
16118 \end_inset
16119
16120  box that has a width of 15
16121 \begin_inset space \thinspace{}
16122 \end_inset
16123
16124 col%:
16125 \end_layout
16126
16127 \begin_layout Itemize
16128 test 
16129 \begin_inset Box Frameless
16130 position "t"
16131 hor_pos "c"
16132 has_inner_box 1
16133 inner_pos "c"
16134 use_parbox 0
16135 use_makebox 0
16136 width "15col%"
16137 special "none"
16138 height "1in"
16139 height_special "totalheight"
16140 status collapsed
16141
16142 \begin_layout Plain Layout
16143 \begin_inset Tabular
16144 <lyxtabular version="3" rows="3" columns="3">
16145 <features tabularvalignment="middle">
16146 <column alignment="center" valignment="top" width="0">
16147 <column alignment="center" valignment="top" width="0">
16148 <column alignment="center" valignment="top" width="0">
16149 <row>
16150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16151 \begin_inset Text
16152
16153 \begin_layout Plain Layout
16154 a
16155 \end_layout
16156
16157 \end_inset
16158 </cell>
16159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16160 \begin_inset Text
16161
16162 \begin_layout Plain Layout
16163 d
16164 \end_layout
16165
16166 \end_inset
16167 </cell>
16168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16169 \begin_inset Text
16170
16171 \begin_layout Plain Layout
16172 g
16173 \end_layout
16174
16175 \end_inset
16176 </cell>
16177 </row>
16178 <row>
16179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16180 \begin_inset Text
16181
16182 \begin_layout Plain Layout
16183 b
16184 \end_layout
16185
16186 \end_inset
16187 </cell>
16188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Plain Layout
16192 e
16193 \end_layout
16194
16195 \end_inset
16196 </cell>
16197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16198 \begin_inset Text
16199
16200 \begin_layout Plain Layout
16201 h
16202 \end_layout
16203
16204 \end_inset
16205 </cell>
16206 </row>
16207 <row>
16208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16209 \begin_inset Text
16210
16211 \begin_layout Plain Layout
16212 c
16213 \end_layout
16214
16215 \end_inset
16216 </cell>
16217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16218 \begin_inset Text
16219
16220 \begin_layout Plain Layout
16221 f
16222 \end_layout
16223
16224 \end_inset
16225 </cell>
16226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16227 \begin_inset Text
16228
16229 \begin_layout Plain Layout
16230 i
16231 \end_layout
16232
16233 \end_inset
16234 </cell>
16235 </row>
16236 </lyxtabular>
16237
16238 \end_inset
16239
16240
16241 \end_layout
16242
16243 \end_inset
16244
16245  test 
16246 \begin_inset ERT
16247 status collapsed
16248
16249 \begin_layout Plain Layout
16250
16251
16252 \backslash
16253 raisebox{0.85
16254 \backslash
16255 baselineskip}{
16256 \end_layout
16257
16258 \end_inset
16259
16260
16261 \begin_inset Box Frameless
16262 position "t"
16263 hor_pos "c"
16264 has_inner_box 1
16265 inner_pos "c"
16266 use_parbox 0
16267 use_makebox 0
16268 width "15col%"
16269 special "none"
16270 height "1in"
16271 height_special "totalheight"
16272 status collapsed
16273
16274 \begin_layout Plain Layout
16275 \begin_inset Tabular
16276 <lyxtabular version="3" rows="3" columns="3">
16277 <features tabularvalignment="middle">
16278 <column alignment="center" valignment="top" width="0">
16279 <column alignment="center" valignment="top" width="0">
16280 <column alignment="center" valignment="top" width="0">
16281 <row>
16282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16283 \begin_inset Text
16284
16285 \begin_layout Plain Layout
16286 a
16287 \end_layout
16288
16289 \end_inset
16290 </cell>
16291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16292 \begin_inset Text
16293
16294 \begin_layout Plain Layout
16295 d
16296 \end_layout
16297
16298 \end_inset
16299 </cell>
16300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16301 \begin_inset Text
16302
16303 \begin_layout Plain Layout
16304 g
16305 \end_layout
16306
16307 \end_inset
16308 </cell>
16309 </row>
16310 <row>
16311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16312 \begin_inset Text
16313
16314 \begin_layout Plain Layout
16315 b
16316 \end_layout
16317
16318 \end_inset
16319 </cell>
16320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16321 \begin_inset Text
16322
16323 \begin_layout Plain Layout
16324 e
16325 \end_layout
16326
16327 \end_inset
16328 </cell>
16329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16330 \begin_inset Text
16331
16332 \begin_layout Plain Layout
16333 h
16334 \end_layout
16335
16336 \end_inset
16337 </cell>
16338 </row>
16339 <row>
16340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16341 \begin_inset Text
16342
16343 \begin_layout Plain Layout
16344 c
16345 \end_layout
16346
16347 \end_inset
16348 </cell>
16349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16350 \begin_inset Text
16351
16352 \begin_layout Plain Layout
16353 f
16354 \end_layout
16355
16356 \end_inset
16357 </cell>
16358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Plain Layout
16362 i
16363 \end_layout
16364
16365 \end_inset
16366 </cell>
16367 </row>
16368 </lyxtabular>
16369
16370 \end_inset
16371
16372
16373 \end_layout
16374
16375 \end_inset
16376
16377
16378 \begin_inset ERT
16379 status collapsed
16380
16381 \begin_layout Plain Layout
16382
16383 }
16384 \end_layout
16385
16386 \end_inset
16387
16388
16389 \end_layout
16390
16391 \begin_layout Itemize
16392 test 
16393 \begin_inset Box Frameless
16394 position "c"
16395 hor_pos "c"
16396 has_inner_box 1
16397 inner_pos "c"
16398 use_parbox 0
16399 use_makebox 0
16400 width "15col%"
16401 special "none"
16402 height "1in"
16403 height_special "totalheight"
16404 status collapsed
16405
16406 \begin_layout Plain Layout
16407 \begin_inset Tabular
16408 <lyxtabular version="3" rows="3" columns="3">
16409 <features tabularvalignment="middle">
16410 <column alignment="center" valignment="top" width="0">
16411 <column alignment="center" valignment="top" width="0">
16412 <column alignment="center" valignment="top" width="0">
16413 <row>
16414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16415 \begin_inset Text
16416
16417 \begin_layout Plain Layout
16418 a
16419 \end_layout
16420
16421 \end_inset
16422 </cell>
16423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16424 \begin_inset Text
16425
16426 \begin_layout Plain Layout
16427 d
16428 \end_layout
16429
16430 \end_inset
16431 </cell>
16432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16433 \begin_inset Text
16434
16435 \begin_layout Plain Layout
16436 g
16437 \end_layout
16438
16439 \end_inset
16440 </cell>
16441 </row>
16442 <row>
16443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16444 \begin_inset Text
16445
16446 \begin_layout Plain Layout
16447 b
16448 \end_layout
16449
16450 \end_inset
16451 </cell>
16452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456 e
16457 \end_layout
16458
16459 \end_inset
16460 </cell>
16461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16462 \begin_inset Text
16463
16464 \begin_layout Plain Layout
16465 h
16466 \end_layout
16467
16468 \end_inset
16469 </cell>
16470 </row>
16471 <row>
16472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16473 \begin_inset Text
16474
16475 \begin_layout Plain Layout
16476 c
16477 \end_layout
16478
16479 \end_inset
16480 </cell>
16481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485 f
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16491 \begin_inset Text
16492
16493 \begin_layout Plain Layout
16494 i
16495 \end_layout
16496
16497 \end_inset
16498 </cell>
16499 </row>
16500 </lyxtabular>
16501
16502 \end_inset
16503
16504
16505 \end_layout
16506
16507 \end_inset
16508
16509
16510 \end_layout
16511
16512 \begin_layout Itemize
16513 test 
16514 \begin_inset Box Frameless
16515 position "b"
16516 hor_pos "c"
16517 has_inner_box 1
16518 inner_pos "c"
16519 use_parbox 0
16520 use_makebox 0
16521 width "15col%"
16522 special "none"
16523 height "1in"
16524 height_special "totalheight"
16525 status collapsed
16526
16527 \begin_layout Plain Layout
16528 \begin_inset Tabular
16529 <lyxtabular version="3" rows="3" columns="3">
16530 <features tabularvalignment="middle">
16531 <column alignment="center" valignment="top" width="0">
16532 <column alignment="center" valignment="top" width="0">
16533 <column alignment="center" valignment="top" width="0">
16534 <row>
16535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16536 \begin_inset Text
16537
16538 \begin_layout Plain Layout
16539 a
16540 \end_layout
16541
16542 \end_inset
16543 </cell>
16544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16545 \begin_inset Text
16546
16547 \begin_layout Plain Layout
16548 d
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16554 \begin_inset Text
16555
16556 \begin_layout Plain Layout
16557 g
16558 \end_layout
16559
16560 \end_inset
16561 </cell>
16562 </row>
16563 <row>
16564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16565 \begin_inset Text
16566
16567 \begin_layout Plain Layout
16568 b
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Plain Layout
16577 e
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Plain Layout
16586 h
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 </row>
16592 <row>
16593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597 c
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Plain Layout
16606 f
16607 \end_layout
16608
16609 \end_inset
16610 </cell>
16611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16612 \begin_inset Text
16613
16614 \begin_layout Plain Layout
16615 i
16616 \end_layout
16617
16618 \end_inset
16619 </cell>
16620 </row>
16621 </lyxtabular>
16622
16623 \end_inset
16624
16625
16626 \end_layout
16627
16628 \end_inset
16629
16630  test 
16631 \begin_inset ERT
16632 status collapsed
16633
16634 \begin_layout Plain Layout
16635
16636
16637 \backslash
16638 raisebox{-0.32
16639 \backslash
16640 baselineskip}{
16641 \end_layout
16642
16643 \end_inset
16644
16645
16646 \begin_inset Box Frameless
16647 position "b"
16648 hor_pos "c"
16649 has_inner_box 1
16650 inner_pos "c"
16651 use_parbox 0
16652 use_makebox 0
16653 width "15col%"
16654 special "none"
16655 height "1in"
16656 height_special "totalheight"
16657 status collapsed
16658
16659 \begin_layout Plain Layout
16660 \begin_inset Tabular
16661 <lyxtabular version="3" rows="3" columns="3">
16662 <features tabularvalignment="middle">
16663 <column alignment="center" valignment="top" width="0">
16664 <column alignment="center" valignment="top" width="0">
16665 <column alignment="center" valignment="top" width="0">
16666 <row>
16667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16668 \begin_inset Text
16669
16670 \begin_layout Plain Layout
16671 a
16672 \end_layout
16673
16674 \end_inset
16675 </cell>
16676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Plain Layout
16680 d
16681 \end_layout
16682
16683 \end_inset
16684 </cell>
16685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16686 \begin_inset Text
16687
16688 \begin_layout Plain Layout
16689 g
16690 \end_layout
16691
16692 \end_inset
16693 </cell>
16694 </row>
16695 <row>
16696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16697 \begin_inset Text
16698
16699 \begin_layout Plain Layout
16700 b
16701 \end_layout
16702
16703 \end_inset
16704 </cell>
16705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16706 \begin_inset Text
16707
16708 \begin_layout Plain Layout
16709 e
16710 \end_layout
16711
16712 \end_inset
16713 </cell>
16714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Plain Layout
16718 h
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 </row>
16724 <row>
16725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16726 \begin_inset Text
16727
16728 \begin_layout Plain Layout
16729 c
16730 \end_layout
16731
16732 \end_inset
16733 </cell>
16734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16735 \begin_inset Text
16736
16737 \begin_layout Plain Layout
16738 f
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16744 \begin_inset Text
16745
16746 \begin_layout Plain Layout
16747 i
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 </row>
16753 </lyxtabular>
16754
16755 \end_inset
16756
16757
16758 \end_layout
16759
16760 \end_inset
16761
16762
16763 \begin_inset ERT
16764 status collapsed
16765
16766 \begin_layout Plain Layout
16767
16768 }
16769 \end_layout
16770
16771 \end_inset
16772
16773
16774 \end_layout
16775
16776 \begin_layout Standard
16777 As you will see, the content of the first and last table row is not correctly
16778  aligned.
16779  To get this alignment, the minipage box must be set into a raisebox
16780 \begin_inset Foot
16781 status collapsed
16782
16783 \begin_layout Plain Layout
16784 Raiseboxes are described in section
16785 \begin_inset space ~
16786 \end_inset
16787
16788
16789 \begin_inset CommandInset ref
16790 LatexCommand ref
16791 reference "sub:Vertical-Alignment"
16792
16793 \end_inset
16794
16795 .
16796 \end_layout
16797
16798 \end_inset
16799
16800 .
16801  In the example above the second table in the first item is aligned using
16802  the TeX-Code-command
16803 \end_layout
16804
16805 \begin_layout Standard
16806
16807 \series bold
16808
16809 \backslash
16810 raisebox{0.85
16811 \backslash
16812 baselineskip}{
16813 \end_layout
16814
16815 \begin_layout Standard
16816 before the box.
16817  After the box the closing brace 
16818 \series bold
16819 }
16820 \series default
16821  is inserted as TeX-Code.
16822  For the second table in the last item the command
16823 \end_layout
16824
16825 \begin_layout Standard
16826
16827 \series bold
16828
16829 \backslash
16830 raisebox{-0.32
16831 \backslash
16832 baselineskip}{
16833 \end_layout
16834
16835 \begin_layout Standard
16836 is used.
16837 \end_layout
16838
16839 \begin_layout Standard
16840 \begin_inset Note Greyedout
16841 status open
16842
16843 \begin_layout Plain Layout
16844
16845 \series bold
16846 Note:
16847 \series default
16848  The alignment of the table row content to the surrounding text line is
16849  not exact.
16850  The required value for the 
16851 \series bold
16852
16853 \backslash
16854 raisebox
16855 \series default
16856  command for this alignment depends on the document font, the font size,
16857  and the table line thickness.
16858 \end_layout
16859
16860 \end_inset
16861
16862
16863 \end_layout
16864
16865 \begin_layout Section
16866 Colored Tables
16867 \begin_inset CommandInset label
16868 LatexCommand label
16869 name "sec:Colored-Tables"
16870
16871 \end_inset
16872
16873
16874 \begin_inset Index idx
16875 status collapsed
16876
16877 \begin_layout Plain Layout
16878 Table ! Color
16879 \end_layout
16880
16881 \end_inset
16882
16883
16884 \end_layout
16885
16886 \begin_layout Subsection
16887 Colored Cells
16888 \begin_inset Index idx
16889 status collapsed
16890
16891 \begin_layout Plain Layout
16892 Table Color ! for Cells
16893 \end_layout
16894
16895 \end_inset
16896
16897
16898 \begin_inset Index idx
16899 status collapsed
16900
16901 \begin_layout Plain Layout
16902 Color ! for Table Cells
16903 \end_layout
16904
16905 \end_inset
16906
16907
16908 \end_layout
16909
16910 \begin_layout Standard
16911 \begin_inset Float table
16912 placement h
16913 wide false
16914 sideways false
16915 status open
16916
16917 \begin_layout Plain Layout
16918 \begin_inset Caption
16919
16920 \begin_layout Plain Layout
16921 \begin_inset CommandInset label
16922 LatexCommand label
16923 name "tab:Table-colored-without"
16924
16925 \end_inset
16926
16927 Table colored without using the package 
16928 \series bold
16929 colortbl
16930 \series default
16931
16932 \begin_inset Argument
16933 status collapsed
16934
16935 \begin_layout Plain Layout
16936 Table without colortbl
16937 \end_layout
16938
16939 \end_inset
16940
16941
16942 \end_layout
16943
16944 \end_inset
16945
16946
16947 \end_layout
16948
16949 \begin_layout Plain Layout
16950 \align center
16951 \begin_inset Tabular
16952 <lyxtabular version="3" rows="3" columns="3">
16953 <features tabularvalignment="middle">
16954 <column alignment="center" valignment="top" width="0">
16955 <column alignment="center" valignment="top" width="0">
16956 <column alignment="center" valignment="top" width="0">
16957 <row>
16958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962
16963 \color green
16964 a
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16970 \begin_inset Text
16971
16972 \begin_layout Plain Layout
16973
16974 \color red
16975 b
16976 \end_layout
16977
16978 \end_inset
16979 </cell>
16980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16981 \begin_inset Text
16982
16983 \begin_layout Plain Layout
16984
16985 \color red
16986 c
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 </row>
16992 <row>
16993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997
16998 \color green
16999 d
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008
17009 \color blue
17010 e
17011 \end_layout
17012
17013 \end_inset
17014 </cell>
17015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17016 \begin_inset Text
17017
17018 \begin_layout Plain Layout
17019
17020 \color blue
17021 f
17022 \end_layout
17023
17024 \end_inset
17025 </cell>
17026 </row>
17027 <row>
17028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032
17033 \color green
17034 g
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Plain Layout
17043
17044 \color blue
17045 h
17046 \end_layout
17047
17048 \end_inset
17049 </cell>
17050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Plain Layout
17054
17055 \color blue
17056 i
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 </row>
17062 </lyxtabular>
17063
17064 \end_inset
17065
17066
17067 \end_layout
17068
17069 \end_inset
17070
17071
17072 \end_layout
17073
17074 \begin_layout Standard
17075 If you only need colored text, mark the cells and choose a color in the
17076  menu 
17077 \family sans
17078 Edit\SpecialChar \menuseparator
17079 Text
17080 \begin_inset space ~
17081 \end_inset
17082
17083 Style
17084 \family default
17085 .
17086  This was used to create Table
17087 \begin_inset space ~
17088 \end_inset
17089
17090
17091 \begin_inset CommandInset ref
17092 LatexCommand ref
17093 reference "tab:Table-colored-without"
17094
17095 \end_inset
17096
17097 .
17098  In any other case you have to use the LaTeX-package 
17099 \series bold
17100 colortbl
17101 \series default
17102 .
17103 \begin_inset Index idx
17104 status collapsed
17105
17106 \begin_layout Plain Layout
17107 LaTeX-packages ! colortbl
17108 \end_layout
17109
17110 \end_inset
17111
17112
17113 \end_layout
17114
17115 \begin_layout Standard
17116 \begin_inset ERT
17117 status collapsed
17118
17119 \begin_layout Plain Layout
17120
17121
17122 \backslash
17123 ifcolortbl
17124 \end_layout
17125
17126 \end_inset
17127
17128
17129 \begin_inset Note Note
17130 status open
17131
17132 \begin_layout Plain Layout
17133 The following section part will only be displayed when the LaTeX-package
17134  
17135 \series bold
17136 colortbl
17137 \series default
17138  is installed.
17139 \end_layout
17140
17141 \end_inset
17142
17143
17144 \end_layout
17145
17146 \begin_layout Standard
17147 To create colored tables, 
17148 \series bold
17149 colortbl
17150 \series default
17151  must be loaded in the preamble with the line
17152 \end_layout
17153
17154 \begin_layout Standard
17155
17156 \series bold
17157
17158 \backslash
17159 usepackage{colortbl}
17160 \end_layout
17161
17162 \begin_layout Standard
17163 The color of a column is adjusted with the command
17164 \end_layout
17165
17166 \begin_layout Standard
17167
17168 \series bold
17169
17170 \backslash
17171 columncolor{name of color}
17172 \end_layout
17173
17174 \begin_layout Standard
17175 inside the command 
17176 \series bold
17177 >{ }
17178 \series default
17179 .
17180  More about the command 
17181 \series bold
17182 >{}
17183 \series default
17184  is contained in section
17185 \begin_inset space ~
17186 \end_inset
17187
17188
17189 \begin_inset CommandInset ref
17190 LatexCommand ref
17191 reference "sub:Multicolumn-Calculations"
17192
17193 \end_inset
17194
17195 .
17196 \end_layout
17197
17198 \begin_layout Standard
17199 The following color names are predefined:
17200 \end_layout
17201
17202 \begin_layout Standard
17203
17204 \family sans
17205 red
17206 \family default
17207
17208 \family sans
17209 green
17210 \family default
17211
17212 \family sans
17213 yellow
17214 \family default
17215
17216 \family sans
17217 blue
17218 \family default
17219
17220 \family sans
17221 cyan
17222 \family default
17223
17224 \family sans
17225 magenta
17226 \family default
17227
17228 \family sans
17229 black
17230 \family default
17231  and 
17232 \family sans
17233 white
17234 \end_layout
17235
17236 \begin_layout Standard
17237 \begin_inset VSpace medskip
17238 \end_inset
17239
17240
17241 \end_layout
17242
17243 \begin_layout Standard
17244 If you add the options
17245 \end_layout
17246
17247 \begin_layout Standard
17248
17249 \series bold
17250 usenames,dvipsnames
17251 \end_layout
17252
17253 \begin_layout Standard
17254 to the document class options in the document settings, you can additionally
17255  use further 61
17256 \begin_inset space ~
17257 \end_inset
17258
17259 colors.
17260  These colors are listed in appendix
17261 \begin_inset space ~
17262 \end_inset
17263
17264
17265 \begin_inset CommandInset ref
17266 LatexCommand ref
17267 reference "chap:List-of-dvips-colornames"
17268
17269 \end_inset
17270
17271 .
17272  One of these colors, 
17273 \family sans
17274 Maroon
17275 \family default
17276 , is used as example in Table
17277 \begin_inset space ~
17278 \end_inset
17279
17280
17281 \begin_inset CommandInset ref
17282 LatexCommand ref
17283 reference "tab:Table-colored-using"
17284
17285 \end_inset
17286
17287 .
17288 \end_layout
17289
17290 \begin_layout Standard
17291 \begin_inset VSpace medskip
17292 \end_inset
17293
17294
17295 \end_layout
17296
17297 \begin_layout Standard
17298 You can also define your own color with the command
17299 \end_layout
17300
17301 \begin_layout Standard
17302
17303 \series bold
17304
17305 \backslash
17306 definecolor{color name}{color model}{color values}
17307 \end_layout
17308
17309 \begin_layout Standard
17310 The color model can be
17311 \end_layout
17312
17313 \begin_layout Labeling
17314 \labelwidthstring 00.00.0000
17315 cmyk: cyan, magenta, yellow, black
17316 \end_layout
17317
17318 \begin_layout Labeling
17319 \labelwidthstring 00.00.0000
17320 rgb: red, green blue
17321 \end_layout
17322
17323 \begin_layout Labeling
17324 \labelwidthstring 00.00.0000
17325 gray gray
17326 \end_layout
17327
17328 \begin_layout Standard
17329 and the color values are comma separated numbers between 0 and 1 describing
17330  the factor for the corresponding color of the color model.
17331 \end_layout
17332
17333 \begin_layout Standard
17334 You can e.
17335 \begin_inset space \thinspace{}
17336 \end_inset
17337
17338 g.
17339 \begin_inset space \space{}
17340 \end_inset
17341
17342 define the color "
17343 \emph on
17344 darkgreen
17345 \emph default
17346 " in the preamble with
17347 \end_layout
17348
17349 \begin_layout Standard
17350
17351 \series bold
17352
17353 \backslash
17354 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17355 \end_layout
17356
17357 \begin_layout Standard
17358 and the color "
17359 \emph on
17360 lightgray
17361 \emph default
17362 " with
17363 \end_layout
17364
17365 \begin_layout Standard
17366
17367 \series bold
17368
17369 \backslash
17370 definecolor{lightgray}{gray}{0.8}
17371 \end_layout
17372
17373 \begin_layout Standard
17374 \begin_inset VSpace medskip
17375 \end_inset
17376
17377
17378 \end_layout
17379
17380 \begin_layout Standard
17381 Lines are colored with the command
17382 \end_layout
17383
17384 \begin_layout Standard
17385
17386 \series bold
17387
17388 \backslash
17389 rowcolor{name of color}
17390 \end_layout
17391
17392 \begin_layout Standard
17393 and cells are colored with the command
17394 \end_layout
17395
17396 \begin_layout Standard
17397
17398 \series bold
17399
17400 \backslash
17401 cellcolor{name of color}
17402 \end_layout
17403
17404 \begin_layout Standard
17405 Both commands are inserted at the beginning of a cell as TeX-Code.
17406 \end_layout
17407
17408 \begin_layout Standard
17409 To color characters in the table, mark the cells and use the LyX menu 
17410 \family sans
17411 Edit\SpecialChar \menuseparator
17412 Text
17413 \begin_inset space ~
17414 \end_inset
17415
17416 Style
17417 \family default
17418 .
17419  If a cell contains TeX-Code mark only the characters, otherwise the colored
17420  TeX-Code will cause LaTeX-errors.
17421 \end_layout
17422
17423 \begin_layout Standard
17424 \begin_inset Note Greyedout
17425 status open
17426
17427 \begin_layout Plain Layout
17428
17429 \series bold
17430 Note:
17431 \series default
17432  Not all DVI-viewers are able to display self-defined colors.
17433 \end_layout
17434
17435 \end_inset
17436
17437
17438 \end_layout
17439
17440 \begin_layout Standard
17441 \begin_inset VSpace bigskip
17442 \end_inset
17443
17444
17445 \end_layout
17446
17447 \begin_layout Standard
17448 To create Table
17449 \begin_inset space ~
17450 \end_inset
17451
17452
17453 \begin_inset CommandInset ref
17454 LatexCommand ref
17455 reference "tab:Table-colored-using"
17456
17457 \end_inset
17458
17459  do the following: The color of the first column should be 
17460 \emph on
17461 darkgreen
17462 \emph default
17463 .
17464  So insert
17465 \end_layout
17466
17467 \begin_layout Standard
17468
17469 \series bold
17470 >{
17471 \backslash
17472 columncolor{darkgreen}
17473 \backslash
17474 centering}c
17475 \end_layout
17476
17477 \begin_layout Standard
17478 as LaTeX-argument for this column.
17479  The first row should be light blue, therefore the TeX-Code command
17480 \end_layout
17481
17482 \begin_layout Standard
17483
17484 \series bold
17485
17486 \backslash
17487 rowcolor{cyan}
17488 \end_layout
17489
17490 \begin_layout Standard
17491 is inserted to the first cell of this row.
17492  Note that this overwrites the column color for the first cell.
17493  The last cell of the last row is colored maroon by inserting the TeX-Code
17494  command
17495 \end_layout
17496
17497 \begin_layout Standard
17498
17499 \series bold
17500
17501 \backslash
17502 cellcolor{Maroon}
17503 \end_layout
17504
17505 \begin_layout Standard
17506 The characters could now be colored using the menu 
17507 \family sans
17508 Edit\SpecialChar \menuseparator
17509 Text
17510 \begin_inset space ~
17511 \end_inset
17512
17513 Style
17514 \family default
17515 .
17516 \end_layout
17517
17518 \begin_layout Standard
17519 \begin_inset Float table
17520 placement h
17521 wide false
17522 sideways false
17523 status open
17524
17525 \begin_layout Plain Layout
17526 \begin_inset Caption
17527
17528 \begin_layout Plain Layout
17529 \begin_inset CommandInset label
17530 LatexCommand label
17531 name "tab:Table-colored-using"
17532
17533 \end_inset
17534
17535 Table colored using the package 
17536 \series bold
17537 colortbl
17538 \series default
17539
17540 \begin_inset Argument
17541 status collapsed
17542
17543 \begin_layout Plain Layout
17544 Table with colortbl
17545 \end_layout
17546
17547 \end_inset
17548
17549
17550 \end_layout
17551
17552 \end_inset
17553
17554
17555 \end_layout
17556
17557 \begin_layout Plain Layout
17558 \align center
17559 \begin_inset Tabular
17560 <lyxtabular version="3" rows="3" columns="3">
17561 <features tabularvalignment="middle">
17562 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
17563 <column alignment="center" valignment="top" width="0">
17564 <column alignment="center" valignment="top" width="0">
17565 <row>
17566 <cell alignment="center" valignment="top" usebox="none">
17567 \begin_inset Text
17568
17569 \begin_layout Plain Layout
17570 \begin_inset ERT
17571 status collapsed
17572
17573 \begin_layout Plain Layout
17574
17575
17576 \backslash
17577 rowcolor{cyan}
17578 \end_layout
17579
17580 \end_inset
17581
17582
17583 \color magenta
17584 a
17585 \end_layout
17586
17587 \end_inset
17588 </cell>
17589 <cell alignment="center" valignment="top" usebox="none">
17590 \begin_inset Text
17591
17592 \begin_layout Plain Layout
17593
17594 \color red
17595 b
17596 \end_layout
17597
17598 \end_inset
17599 </cell>
17600 <cell alignment="center" valignment="top" usebox="none">
17601 \begin_inset Text
17602
17603 \begin_layout Plain Layout
17604
17605 \color red
17606 c
17607 \end_layout
17608
17609 \end_inset
17610 </cell>
17611 </row>
17612 <row>
17613 <cell alignment="center" valignment="top" usebox="none">
17614 \begin_inset Text
17615
17616 \begin_layout Plain Layout
17617
17618 \color yellow
17619 d
17620 \end_layout
17621
17622 \end_inset
17623 </cell>
17624 <cell alignment="center" valignment="top" usebox="none">
17625 \begin_inset Text
17626
17627 \begin_layout Plain Layout
17628
17629 \color blue
17630 e
17631 \end_layout
17632
17633 \end_inset
17634 </cell>
17635 <cell alignment="center" valignment="top" usebox="none">
17636 \begin_inset Text
17637
17638 \begin_layout Plain Layout
17639
17640 \color blue
17641 f
17642 \end_layout
17643
17644 \end_inset
17645 </cell>
17646 </row>
17647 <row>
17648 <cell alignment="center" valignment="top" usebox="none">
17649 \begin_inset Text
17650
17651 \begin_layout Plain Layout
17652
17653 \color yellow
17654 g
17655 \end_layout
17656
17657 \end_inset
17658 </cell>
17659 <cell alignment="center" valignment="top" usebox="none">
17660 \begin_inset Text
17661
17662 \begin_layout Plain Layout
17663
17664 \color blue
17665 h
17666 \end_layout
17667
17668 \end_inset
17669 </cell>
17670 <cell alignment="center" valignment="top" usebox="none">
17671 \begin_inset Text
17672
17673 \begin_layout Plain Layout
17674 \begin_inset ERT
17675 status collapsed
17676
17677 \begin_layout Plain Layout
17678
17679
17680 \backslash
17681 cellcolor{Maroon}
17682 \end_layout
17683
17684 \end_inset
17685
17686
17687 \color green
17688 i
17689 \end_layout
17690
17691 \end_inset
17692 </cell>
17693 </row>
17694 </lyxtabular>
17695
17696 \end_inset
17697
17698
17699 \end_layout
17700
17701 \end_inset
17702
17703
17704 \end_layout
17705
17706 \begin_layout Standard
17707 \begin_inset ERT
17708 status collapsed
17709
17710 \begin_layout Plain Layout
17711
17712
17713 \backslash
17714 else
17715 \end_layout
17716
17717 \end_inset
17718
17719
17720 \begin_inset Note Note
17721 status open
17722
17723 \begin_layout Plain Layout
17724 The following will be displayed when the LaTeX-package 
17725 \series bold
17726 colortbl
17727 \series default
17728  is not installed:
17729 \end_layout
17730
17731 \end_inset
17732
17733
17734 \end_layout
17735
17736 \begin_layout Standard
17737 You need to install the package 
17738 \series bold
17739 colortbl
17740 \series default
17741  to see the content of this section in the output.
17742 \end_layout
17743
17744 \begin_layout Standard
17745 \begin_inset ERT
17746 status collapsed
17747
17748 \begin_layout Plain Layout
17749
17750
17751 \backslash
17752 fi
17753 \end_layout
17754
17755 \end_inset
17756
17757
17758 \end_layout
17759
17760 \begin_layout Subsection
17761 Colored Rows
17762 \begin_inset Index idx
17763 status collapsed
17764
17765 \begin_layout Plain Layout
17766 Table Color ! for Rows
17767 \end_layout
17768
17769 \end_inset
17770
17771
17772 \begin_inset Index idx
17773 status collapsed
17774
17775 \begin_layout Plain Layout
17776 Color ! for Table Rows
17777 \end_layout
17778
17779 \end_inset
17780
17781
17782 \end_layout
17783
17784 \begin_layout Standard
17785 In case every second table row needs to be colored there is an alternative
17786  to the method described in the previous section: One loads the package
17787  
17788 \series bold
17789 xcolor
17790 \series default
17791
17792 \begin_inset Index idx
17793 status collapsed
17794
17795 \begin_layout Plain Layout
17796 LaTeX-packages ! xcolor
17797 \begin_inset ERT
17798 status collapsed
17799
17800 \begin_layout Plain Layout
17801
17802
17803 \backslash
17804 vspace{4mm}
17805 \end_layout
17806
17807 \end_inset
17808
17809
17810 \end_layout
17811
17812 \end_inset
17813
17814  in the document preamble with the command
17815 \end_layout
17816
17817 \begin_layout Standard
17818
17819 \series bold
17820
17821 \backslash
17822 usepackage[table]{xcolor}
17823 \end_layout
17824
17825 \begin_layout Standard
17826
17827 \series bold
17828 xcolor
17829 \series default
17830  automatically loads also the package 
17831 \series bold
17832 colortbl
17833 \series default
17834
17835 \begin_inset Index idx
17836 status collapsed
17837
17838 \begin_layout Plain Layout
17839 LaTeX-packages ! colortbl
17840 \end_layout
17841
17842 \end_inset
17843
17844 , so 
17845 \series bold
17846 colortbl
17847 \series default
17848  must be installed in your LaTeX-distribution, otherwise you get LaTeX-errors.
17849 \end_layout
17850
17851 \begin_layout Standard
17852 \begin_inset ERT
17853 status collapsed
17854
17855 \begin_layout Plain Layout
17856
17857
17858 \backslash
17859 ifcolortbl
17860 \end_layout
17861
17862 \end_inset
17863
17864
17865 \begin_inset Note Note
17866 status open
17867
17868 \begin_layout Plain Layout
17869 The following section part will only be displayed when the LaTeX-package
17870  
17871 \series bold
17872 colortbl
17873 \series default
17874  is installed.
17875 \end_layout
17876
17877 \end_inset
17878
17879
17880 \end_layout
17881
17882 \begin_layout Standard
17883 The table rows are colored with the command
17884 \end_layout
17885
17886 \begin_layout Standard
17887
17888 \series bold
17889
17890 \backslash
17891 rowcolors[commands]{row number}{odd row color}{even row color}
17892 \end_layout
17893
17894 \begin_layout Standard
17895 that is either inserted in the document preamble or as TeX-Code before the
17896  first table to be colored.
17897  row
17898 \begin_inset space ~
17899 \end_inset
17900
17901 number is the number of the first row which should be colored according
17902  to the odd row color.
17903  commands can be additional commands that are executed before every table
17904  row.
17905  So for example the command
17906 \end_layout
17907
17908 \begin_layout Standard
17909
17910 \series bold
17911
17912 \backslash
17913 rowcolors{1}{white}{lightgray}
17914 \end_layout
17915
17916 \begin_layout Standard
17917 leads to the coloring scheme of Table
17918 \begin_inset space ~
17919 \end_inset
17920
17921
17922 \begin_inset CommandInset ref
17923 LatexCommand ref
17924 reference "tab:Table-rowcolors"
17925
17926 \end_inset
17927
17928 .
17929  The command
17930 \end_layout
17931
17932 \begin_layout Standard
17933
17934 \series bold
17935
17936 \backslash
17937 rowcolors[
17938 \backslash
17939 hline]{1}{lightgray}{cyan}
17940 \end_layout
17941
17942 \begin_layout Standard
17943 leads to the coloring scheme of Table
17944 \begin_inset space ~
17945 \end_inset
17946
17947
17948 \begin_inset CommandInset ref
17949 LatexCommand ref
17950 reference "tab:Table-rowcolors-2"
17951
17952 \end_inset
17953
17954 .
17955  If odd
17956 \begin_inset space ~
17957 \end_inset
17958
17959 row
17960 \begin_inset space ~
17961 \end_inset
17962
17963 color and/or even
17964 \begin_inset space ~
17965 \end_inset
17966
17967 row
17968 \begin_inset space ~
17969 \end_inset
17970
17971 color are left empty, no color will be used so that the command
17972 \end_layout
17973
17974 \begin_layout Standard
17975
17976 \series bold
17977
17978 \backslash
17979 rowcolors{1}{}{}
17980 \end_layout
17981
17982 \begin_layout Standard
17983 deletes all colors.
17984  
17985 \series bold
17986
17987 \backslash
17988 rowcolors
17989 \series default
17990  affects all tables following that command.
17991 \end_layout
17992
17993 \begin_layout Standard
17994 \begin_inset ERT
17995 status open
17996
17997 \begin_layout Plain Layout
17998
17999
18000 \backslash
18001 rowcolors{1}{white}{lightgray}
18002 \end_layout
18003
18004 \end_inset
18005
18006
18007 \end_layout
18008
18009 \begin_layout Standard
18010 \begin_inset Float table
18011 placement h
18012 wide false
18013 sideways false
18014 status open
18015
18016 \begin_layout Plain Layout
18017 \begin_inset Caption
18018
18019 \begin_layout Plain Layout
18020 \begin_inset CommandInset label
18021 LatexCommand label
18022 name "tab:Table-rowcolors"
18023
18024 \end_inset
18025
18026 Table where every second row is colored light gray.
18027 \end_layout
18028
18029 \end_inset
18030
18031
18032 \end_layout
18033
18034 \begin_layout Plain Layout
18035 \align center
18036 \begin_inset Tabular
18037 <lyxtabular version="3" rows="4" columns="3">
18038 <features tabularvalignment="middle">
18039 <column alignment="center" valignment="top" width="0">
18040 <column alignment="center" valignment="top" width="0pt">
18041 <column alignment="center" valignment="top" width="0pt">
18042 <row>
18043 <cell alignment="center" valignment="top" usebox="none">
18044 \begin_inset Text
18045
18046 \begin_layout Plain Layout
18047 X
18048 \end_layout
18049
18050 \end_inset
18051 </cell>
18052 <cell alignment="center" valignment="top" usebox="none">
18053 \begin_inset Text
18054
18055 \begin_layout Plain Layout
18056 Y
18057 \end_layout
18058
18059 \end_inset
18060 </cell>
18061 <cell alignment="center" valignment="top" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065 Z
18066 \end_layout
18067
18068 \end_inset
18069 </cell>
18070 </row>
18071 <row>
18072 <cell alignment="center" valignment="top" usebox="none">
18073 \begin_inset Text
18074
18075 \begin_layout Plain Layout
18076 1
18077 \end_layout
18078
18079 \end_inset
18080 </cell>
18081 <cell alignment="center" valignment="top" usebox="none">
18082 \begin_inset Text
18083
18084 \begin_layout Plain Layout
18085 2
18086 \end_layout
18087
18088 \end_inset
18089 </cell>
18090 <cell alignment="center" valignment="top" usebox="none">
18091 \begin_inset Text
18092
18093 \begin_layout Plain Layout
18094 3
18095 \end_layout
18096
18097 \end_inset
18098 </cell>
18099 </row>
18100 <row>
18101 <cell alignment="center" valignment="top" usebox="none">
18102 \begin_inset Text
18103
18104 \begin_layout Plain Layout
18105 4
18106 \end_layout
18107
18108 \end_inset
18109 </cell>
18110 <cell alignment="center" valignment="top" usebox="none">
18111 \begin_inset Text
18112
18113 \begin_layout Plain Layout
18114 5
18115 \end_layout
18116
18117 \end_inset
18118 </cell>
18119 <cell alignment="center" valignment="top" usebox="none">
18120 \begin_inset Text
18121
18122 \begin_layout Plain Layout
18123 6
18124 \end_layout
18125
18126 \end_inset
18127 </cell>
18128 </row>
18129 <row>
18130 <cell alignment="center" valignment="top" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134 7
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 <cell alignment="center" valignment="top" usebox="none">
18140 \begin_inset Text
18141
18142 \begin_layout Plain Layout
18143 8
18144 \end_layout
18145
18146 \end_inset
18147 </cell>
18148 <cell alignment="center" valignment="top" usebox="none">
18149 \begin_inset Text
18150
18151 \begin_layout Plain Layout
18152 9
18153 \end_layout
18154
18155 \end_inset
18156 </cell>
18157 </row>
18158 </lyxtabular>
18159
18160 \end_inset
18161
18162
18163 \end_layout
18164
18165 \end_inset
18166
18167
18168 \end_layout
18169
18170 \begin_layout Standard
18171 \begin_inset ERT
18172 status open
18173
18174 \begin_layout Plain Layout
18175
18176
18177 \backslash
18178 rowcolors[
18179 \backslash
18180 hline]{1}{lightgray}{cyan}
18181 \end_layout
18182
18183 \end_inset
18184
18185
18186 \end_layout
18187
18188 \begin_layout Standard
18189 \begin_inset Float table
18190 placement h
18191 wide false
18192 sideways false
18193 status open
18194
18195 \begin_layout Plain Layout
18196 \begin_inset Caption
18197
18198 \begin_layout Plain Layout
18199 \begin_inset CommandInset label
18200 LatexCommand label
18201 name "tab:Table-rowcolors-2"
18202
18203 \end_inset
18204
18205 Table where every second row is colored cyan and at which there is a line
18206  between each row.
18207 \end_layout
18208
18209 \end_inset
18210
18211
18212 \end_layout
18213
18214 \begin_layout Plain Layout
18215 \align center
18216 \begin_inset Tabular
18217 <lyxtabular version="3" rows="4" columns="3">
18218 <features tabularvalignment="middle">
18219 <column alignment="center" valignment="top" width="0">
18220 <column alignment="center" valignment="top" width="0">
18221 <column alignment="center" valignment="top" width="0pt">
18222 <row>
18223 <cell alignment="center" valignment="top" usebox="none">
18224 \begin_inset Text
18225
18226 \begin_layout Plain Layout
18227 X
18228 \end_layout
18229
18230 \end_inset
18231 </cell>
18232 <cell alignment="center" valignment="top" usebox="none">
18233 \begin_inset Text
18234
18235 \begin_layout Plain Layout
18236 Y
18237 \end_layout
18238
18239 \end_inset
18240 </cell>
18241 <cell alignment="center" valignment="top" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Plain Layout
18245 Z
18246 \end_layout
18247
18248 \end_inset
18249 </cell>
18250 </row>
18251 <row>
18252 <cell alignment="center" valignment="top" usebox="none">
18253 \begin_inset Text
18254
18255 \begin_layout Plain Layout
18256 1
18257 \end_layout
18258
18259 \end_inset
18260 </cell>
18261 <cell alignment="center" valignment="top" usebox="none">
18262 \begin_inset Text
18263
18264 \begin_layout Plain Layout
18265 2
18266 \end_layout
18267
18268 \end_inset
18269 </cell>
18270 <cell alignment="center" valignment="top" usebox="none">
18271 \begin_inset Text
18272
18273 \begin_layout Plain Layout
18274 3
18275 \end_layout
18276
18277 \end_inset
18278 </cell>
18279 </row>
18280 <row>
18281 <cell alignment="center" valignment="top" usebox="none">
18282 \begin_inset Text
18283
18284 \begin_layout Plain Layout
18285 4
18286 \end_layout
18287
18288 \end_inset
18289 </cell>
18290 <cell alignment="center" valignment="top" usebox="none">
18291 \begin_inset Text
18292
18293 \begin_layout Plain Layout
18294 5
18295 \end_layout
18296
18297 \end_inset
18298 </cell>
18299 <cell alignment="center" valignment="top" usebox="none">
18300 \begin_inset Text
18301
18302 \begin_layout Plain Layout
18303 6
18304 \end_layout
18305
18306 \end_inset
18307 </cell>
18308 </row>
18309 <row>
18310 <cell alignment="center" valignment="top" usebox="none">
18311 \begin_inset Text
18312
18313 \begin_layout Plain Layout
18314 7
18315 \end_layout
18316
18317 \end_inset
18318 </cell>
18319 <cell alignment="center" valignment="top" usebox="none">
18320 \begin_inset Text
18321
18322 \begin_layout Plain Layout
18323 8
18324 \end_layout
18325
18326 \end_inset
18327 </cell>
18328 <cell alignment="center" valignment="top" usebox="none">
18329 \begin_inset Text
18330
18331 \begin_layout Plain Layout
18332 9
18333 \end_layout
18334
18335 \end_inset
18336 </cell>
18337 </row>
18338 </lyxtabular>
18339
18340 \end_inset
18341
18342
18343 \end_layout
18344
18345 \end_inset
18346
18347
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 rowcolors{1}{}{}
18359 \end_layout
18360
18361 \end_inset
18362
18363
18364 \begin_inset Note Note
18365 status collapsed
18366
18367 \begin_layout Plain Layout
18368 turns off the row coloring
18369 \end_layout
18370
18371 \end_inset
18372
18373
18374 \end_layout
18375
18376 \begin_layout Standard
18377 \begin_inset ERT
18378 status collapsed
18379
18380 \begin_layout Plain Layout
18381
18382
18383 \backslash
18384 else
18385 \end_layout
18386
18387 \end_inset
18388
18389
18390 \begin_inset Note Note
18391 status open
18392
18393 \begin_layout Plain Layout
18394 The following will be displayed when the LaTeX-package 
18395 \series bold
18396 colortbl
18397 \series default
18398  is not installed:
18399 \end_layout
18400
18401 \end_inset
18402
18403
18404 \end_layout
18405
18406 \begin_layout Standard
18407 You need to install the package 
18408 \series bold
18409 colortbl
18410 \series default
18411  to see the content of this section in the output.
18412 \end_layout
18413
18414 \begin_layout Standard
18415 \begin_inset ERT
18416 status collapsed
18417
18418 \begin_layout Plain Layout
18419
18420
18421 \backslash
18422 fi
18423 \end_layout
18424
18425 \end_inset
18426
18427
18428 \end_layout
18429
18430 \begin_layout Subsection
18431 Colored Lines
18432 \begin_inset Index idx
18433 status collapsed
18434
18435 \begin_layout Plain Layout
18436 Table Color ! for Lines
18437 \end_layout
18438
18439 \end_inset
18440
18441
18442 \begin_inset Index idx
18443 status collapsed
18444
18445 \begin_layout Plain Layout
18446 Color ! for Table Lines
18447 \end_layout
18448
18449 \end_inset
18450
18451
18452 \end_layout
18453
18454 \begin_layout Standard
18455 As described in section
18456 \begin_inset space ~
18457 \end_inset
18458
18459
18460 \begin_inset CommandInset ref
18461 LatexCommand ref
18462 reference "sub:Line-Thickness"
18463
18464 \end_inset
18465
18466 , the line thickness for all lines in a table can be adjusted with the length
18467  
18468 \series bold
18469
18470 \backslash
18471 arrayrulewidth
18472 \series default
18473 .
18474  It is set to 1.5
18475 \begin_inset space \thinspace{}
18476 \end_inset
18477
18478 pt for all tables of this section.
18479 \begin_inset ERT
18480 status collapsed
18481
18482 \begin_layout Plain Layout
18483
18484
18485 \backslash
18486 setlength{
18487 \backslash
18488 arrayrulewidth}{1.5pt}
18489 \end_layout
18490
18491 \end_inset
18492
18493
18494 \end_layout
18495
18496 \begin_layout Standard
18497 To color vertical lines for example with green, create the following column
18498  format in the document preamble, according to the description in section
18499 \begin_inset space ~
18500 \end_inset
18501
18502
18503 \begin_inset CommandInset ref
18504 LatexCommand ref
18505 reference "sub:Customized-Format"
18506
18507 \end_inset
18508
18509 :
18510 \end_layout
18511
18512 \begin_layout Standard
18513
18514 \series bold
18515
18516 \backslash
18517 newcolumntype{W}{!{
18518 \backslash
18519 color{green}
18520 \backslash
18521 vline}}
18522 \end_layout
18523
18524 \begin_layout Standard
18525 For Table
18526 \begin_inset space ~
18527 \end_inset
18528
18529
18530 \begin_inset CommandInset ref
18531 LatexCommand ref
18532 reference "tab:Table-with-vertical-colored"
18533
18534 \end_inset
18535
18536  the LaTeX-argument
18537 \series bold
18538  WcW
18539 \series default
18540  was used for the last column and
18541 \series bold
18542  Wc
18543 \series default
18544  for the other columns.
18545 \end_layout
18546
18547 \begin_layout Standard
18548 If you want to have several colors, define more column formats.
18549 \end_layout
18550
18551 \begin_layout Standard
18552 \begin_inset Float table
18553 placement h
18554 wide false
18555 sideways false
18556 status open
18557
18558 \begin_layout Plain Layout
18559 \begin_inset Caption
18560
18561 \begin_layout Plain Layout
18562 \begin_inset CommandInset label
18563 LatexCommand label
18564 name "tab:Table-with-vertical-colored"
18565
18566 \end_inset
18567
18568 Table with colored vertical lines
18569 \end_layout
18570
18571 \end_inset
18572
18573
18574 \end_layout
18575
18576 \begin_layout Plain Layout
18577 \align center
18578 \begin_inset Tabular
18579 <lyxtabular version="3" rows="3" columns="3">
18580 <features tabularvalignment="middle">
18581 <column alignment="center" valignment="top" width="0" special="Wc">
18582 <column alignment="center" valignment="top" width="0" special="Wc">
18583 <column alignment="center" valignment="top" width="0" special="WcW">
18584 <row>
18585 <cell alignment="center" valignment="top" topline="true" usebox="none">
18586 \begin_inset Text
18587
18588 \begin_layout Plain Layout
18589 sd
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 <cell alignment="center" valignment="top" topline="true" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Plain Layout
18598
18599 \end_layout
18600
18601 \end_inset
18602 </cell>
18603 <cell alignment="center" valignment="top" topline="true" usebox="none">
18604 \begin_inset Text
18605
18606 \begin_layout Plain Layout
18607
18608 \end_layout
18609
18610 \end_inset
18611 </cell>
18612 </row>
18613 <row>
18614 <cell alignment="center" valignment="top" topline="true" usebox="none">
18615 \begin_inset Text
18616
18617 \begin_layout Plain Layout
18618
18619 \end_layout
18620
18621 \end_inset
18622 </cell>
18623 <cell alignment="center" valignment="top" topline="true" usebox="none">
18624 \begin_inset Text
18625
18626 \begin_layout Plain Layout
18627 sd
18628 \end_layout
18629
18630 \end_inset
18631 </cell>
18632 <cell alignment="center" valignment="top" topline="true" usebox="none">
18633 \begin_inset Text
18634
18635 \begin_layout Plain Layout
18636
18637 \end_layout
18638
18639 \end_inset
18640 </cell>
18641 </row>
18642 <row>
18643 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18644 \begin_inset Text
18645
18646 \begin_layout Plain Layout
18647
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656
18657 \end_layout
18658
18659 \end_inset
18660 </cell>
18661 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18662 \begin_inset Text
18663
18664 \begin_layout Plain Layout
18665 sd
18666 \end_layout
18667
18668 \end_inset
18669 </cell>
18670 </row>
18671 </lyxtabular>
18672
18673 \end_inset
18674
18675
18676 \end_layout
18677
18678 \end_inset
18679
18680
18681 \end_layout
18682
18683 \begin_layout Standard
18684 \begin_inset VSpace bigskip
18685 \end_inset
18686
18687 To color horizontal lines for example with red, as in Table
18688 \begin_inset space ~
18689 \end_inset
18690
18691
18692 \begin_inset CommandInset ref
18693 LatexCommand ref
18694 reference "tab:Table-with-horizontal-colored"
18695
18696 \end_inset
18697
18698 , insert these commands in TeX-Code before the table or table float:
18699 \end_layout
18700
18701 \begin_layout Standard
18702
18703 \series bold
18704
18705 \backslash
18706 let
18707 \backslash
18708 myHlineC
18709 \backslash
18710 hline
18711 \begin_inset Newline newline
18712 \end_inset
18713
18714
18715 \backslash
18716 renewcommand{
18717 \backslash
18718 hline}
18719 \begin_inset Newline newline
18720 \end_inset
18721
18722
18723 \begin_inset Phantom HPhantom
18724 status open
18725
18726 \begin_layout Plain Layout
18727
18728 \series bold
18729 \begin_inset space ~
18730 \end_inset
18731
18732
18733 \end_layout
18734
18735 \end_inset
18736
18737 {
18738 \backslash
18739 arrayrulecolor{red}
18740 \backslash
18741 myHlineC
18742 \backslash
18743 arrayrulecolor{black}}
18744 \end_layout
18745
18746 \begin_layout Standard
18747 \begin_inset ERT
18748 status collapsed
18749
18750 \begin_layout Plain Layout
18751
18752
18753 \backslash
18754 let
18755 \backslash
18756 myHlineC
18757 \backslash
18758 hline
18759 \end_layout
18760
18761 \begin_layout Plain Layout
18762
18763
18764 \backslash
18765 renewcommand{
18766 \backslash
18767 hline}
18768 \end_layout
18769
18770 \begin_layout Plain Layout
18771
18772  {
18773 \backslash
18774 arrayrulecolor{red}
18775 \backslash
18776 myHlineC
18777 \backslash
18778 arrayrulecolor{black}}
18779 \end_layout
18780
18781 \end_inset
18782
18783
18784 \begin_inset Float table
18785 placement h
18786 wide false
18787 sideways false
18788 status open
18789
18790 \begin_layout Plain Layout
18791 \begin_inset Caption
18792
18793 \begin_layout Plain Layout
18794 \begin_inset CommandInset label
18795 LatexCommand label
18796 name "tab:Table-with-horizontal-colored"
18797
18798 \end_inset
18799
18800 Table with colored horizontal lines
18801 \end_layout
18802
18803 \end_inset
18804
18805
18806 \end_layout
18807
18808 \begin_layout Plain Layout
18809 \align center
18810 \begin_inset Tabular
18811 <lyxtabular version="3" rows="3" columns="3">
18812 <features tabularvalignment="middle">
18813 <column alignment="center" valignment="top" width="0">
18814 <column alignment="center" valignment="top" width="0">
18815 <column alignment="center" valignment="top" width="0">
18816 <row>
18817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18818 \begin_inset Text
18819
18820 \begin_layout Plain Layout
18821 sd
18822 \end_layout
18823
18824 \end_inset
18825 </cell>
18826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18827 \begin_inset Text
18828
18829 \begin_layout Plain Layout
18830
18831 \end_layout
18832
18833 \end_inset
18834 </cell>
18835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18836 \begin_inset Text
18837
18838 \begin_layout Plain Layout
18839
18840 \end_layout
18841
18842 \end_inset
18843 </cell>
18844 </row>
18845 <row>
18846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18847 \begin_inset Text
18848
18849 \begin_layout Plain Layout
18850
18851 \end_layout
18852
18853 \end_inset
18854 </cell>
18855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18856 \begin_inset Text
18857
18858 \begin_layout Plain Layout
18859 sd
18860 \end_layout
18861
18862 \end_inset
18863 </cell>
18864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18865 \begin_inset Text
18866
18867 \begin_layout Plain Layout
18868
18869 \end_layout
18870
18871 \end_inset
18872 </cell>
18873 </row>
18874 <row>
18875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18876 \begin_inset Text
18877
18878 \begin_layout Plain Layout
18879
18880 \end_layout
18881
18882 \end_inset
18883 </cell>
18884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18885 \begin_inset Text
18886
18887 \begin_layout Plain Layout
18888
18889 \end_layout
18890
18891 \end_inset
18892 </cell>
18893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18894 \begin_inset Text
18895
18896 \begin_layout Plain Layout
18897 sd
18898 \end_layout
18899
18900 \end_inset
18901 </cell>
18902 </row>
18903 </lyxtabular>
18904
18905 \end_inset
18906
18907
18908 \end_layout
18909
18910 \end_inset
18911
18912
18913 \end_layout
18914
18915 \begin_layout Standard
18916 To return to the default line color black, insert this command in TeX-Code
18917  after the table or table float:
18918 \end_layout
18919
18920 \begin_layout Standard
18921
18922 \series bold
18923
18924 \backslash
18925 renewcommand{
18926 \backslash
18927 hline}{
18928 \backslash
18929 myHlineC}
18930 \end_layout
18931
18932 \begin_layout Standard
18933 Table
18934 \begin_inset space ~
18935 \end_inset
18936
18937
18938 \begin_inset CommandInset ref
18939 LatexCommand ref
18940 reference "tab:Table-with-colored"
18941
18942 \end_inset
18943
18944  is an example with colored vertical and horizontal lines.
18945 \end_layout
18946
18947 \begin_layout Standard
18948 \begin_inset Float table
18949 placement h
18950 wide false
18951 sideways false
18952 status open
18953
18954 \begin_layout Plain Layout
18955 \begin_inset Caption
18956
18957 \begin_layout Plain Layout
18958 \begin_inset CommandInset label
18959 LatexCommand label
18960 name "tab:Table-with-colored"
18961
18962 \end_inset
18963
18964 Table with colored lines
18965 \end_layout
18966
18967 \end_inset
18968
18969
18970 \end_layout
18971
18972 \begin_layout Plain Layout
18973 \align center
18974 \begin_inset Tabular
18975 <lyxtabular version="3" rows="3" columns="3">
18976 <features tabularvalignment="middle">
18977 <column alignment="center" valignment="top" width="0" special="Wc">
18978 <column alignment="center" valignment="top" width="0" special="Wc">
18979 <column alignment="center" valignment="top" width="0" special="WcW">
18980 <row>
18981 <cell alignment="center" valignment="top" topline="true" usebox="none">
18982 \begin_inset Text
18983
18984 \begin_layout Plain Layout
18985 sd
18986 \end_layout
18987
18988 \end_inset
18989 </cell>
18990 <cell alignment="center" valignment="top" topline="true" usebox="none">
18991 \begin_inset Text
18992
18993 \begin_layout Plain Layout
18994
18995 \end_layout
18996
18997 \end_inset
18998 </cell>
18999 <cell alignment="center" valignment="top" topline="true" usebox="none">
19000 \begin_inset Text
19001
19002 \begin_layout Plain Layout
19003
19004 \end_layout
19005
19006 \end_inset
19007 </cell>
19008 </row>
19009 <row>
19010 <cell alignment="center" valignment="top" topline="true" usebox="none">
19011 \begin_inset Text
19012
19013 \begin_layout Plain Layout
19014
19015 \end_layout
19016
19017 \end_inset
19018 </cell>
19019 <cell alignment="center" valignment="top" topline="true" usebox="none">
19020 \begin_inset Text
19021
19022 \begin_layout Plain Layout
19023 sd
19024 \end_layout
19025
19026 \end_inset
19027 </cell>
19028 <cell alignment="center" valignment="top" topline="true" usebox="none">
19029 \begin_inset Text
19030
19031 \begin_layout Plain Layout
19032
19033 \end_layout
19034
19035 \end_inset
19036 </cell>
19037 </row>
19038 <row topspace="default">
19039 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19040 \begin_inset Text
19041
19042 \begin_layout Plain Layout
19043
19044 \end_layout
19045
19046 \end_inset
19047 </cell>
19048 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19049 \begin_inset Text
19050
19051 \begin_layout Plain Layout
19052
19053 \end_layout
19054
19055 \end_inset
19056 </cell>
19057 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19058 \begin_inset Text
19059
19060 \begin_layout Plain Layout
19061 sd
19062 \end_layout
19063
19064 \end_inset
19065 </cell>
19066 </row>
19067 </lyxtabular>
19068
19069 \end_inset
19070
19071
19072 \end_layout
19073
19074 \end_inset
19075
19076
19077 \end_layout
19078
19079 \begin_layout Standard
19080 \begin_inset ERT
19081 status collapsed
19082
19083 \begin_layout Plain Layout
19084
19085
19086 \backslash
19087 renewcommand{
19088 \backslash
19089 hline}{
19090 \backslash
19091 myHlineC}
19092 \end_layout
19093
19094 \end_inset
19095
19096
19097 \end_layout
19098
19099 \begin_layout Standard
19100 \begin_inset ERT
19101 status collapsed
19102
19103 \begin_layout Plain Layout
19104
19105
19106 \backslash
19107 setlength{
19108 \backslash
19109 arrayrulewidth}{0.4pt}
19110 \end_layout
19111
19112 \end_inset
19113
19114
19115 \end_layout
19116
19117 \begin_layout Section
19118 Table Width Calculation
19119 \begin_inset CommandInset label
19120 LatexCommand label
19121 name "sec:Table-Width-Calculation"
19122
19123 \end_inset
19124
19125
19126 \end_layout
19127
19128 \begin_layout Standard
19129 For wide tables it is sometimes difficult to assure that the table does
19130  not protrude over the page margin.
19131  Setting a fixed width for every column of the table is the solution, but
19132  what amount of space is needed for each column?
19133 \end_layout
19134
19135 \begin_layout Standard
19136 The table width 
19137 \begin_inset Formula $W_{\mathrm{table}}$
19138 \end_inset
19139
19140  can be calculated: Every column has the width of the specified column width
19141  
19142 \begin_inset Formula $W_{\mathrm{column}}$
19143 \end_inset
19144
19145  (that the content of the column can consume) plus two times the separation
19146  between the column content and the column border (LaTeX length
19147 \series bold
19148  
19149 \backslash
19150 tabcolsep
19151 \series default
19152 , default 6
19153 \begin_inset space \thinspace{}
19154 \end_inset
19155
19156 pt) plus the width of a border line (LaTeX length 
19157 \series bold
19158
19159 \backslash
19160 arrayrulewidth
19161 \series default
19162 , default 0.4
19163 \begin_inset space \thinspace{}
19164 \end_inset
19165
19166 pt): So if all 
19167 \begin_inset Formula $n$
19168 \end_inset
19169
19170
19171 \begin_inset space ~
19172 \end_inset
19173
19174 columns have the same width, the table width is
19175 \begin_inset Formula 
19176 \begin{equation}
19177 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19178 \end{equation}
19179
19180 \end_inset
19181
19182
19183 \end_layout
19184
19185 \begin_layout Standard
19186 The available width for a table is the space between the page margins or
19187  the width of a text column (for a two-column document) (LaTeX length 
19188 \series bold
19189
19190 \backslash
19191 columnwidth
19192 \series default
19193 ).
19194  If all table columns should have the same width and 
19195 \begin_inset Formula $W_{\mathrm{table}}$
19196 \end_inset
19197
19198  should be 1
19199 \begin_inset space \thinspace{}
19200 \end_inset
19201
19202
19203 \backslash
19204 columnwidth, 
19205 \begin_inset Formula $W_{\mathrm{column}}$
19206 \end_inset
19207
19208  can easily be calculated.
19209 \end_layout
19210
19211 \begin_layout Standard
19212 To be able to perform calculations you need to load the LaTeX-package 
19213 \series bold
19214 calc
19215 \series default
19216
19217 \begin_inset Index idx
19218 status collapsed
19219
19220 \begin_layout Plain Layout
19221 LaTeX-packages ! calc
19222 \end_layout
19223
19224 \end_inset
19225
19226  in the document preamble.
19227  To set the width in the table dialog you have to use the field 
19228 \family sans
19229 LaTeX argument
19230 \family default
19231 .
19232  The command scheme for this field is the same that is explained in section
19233 \begin_inset space ~
19234 \end_inset
19235
19236
19237 \begin_inset CommandInset ref
19238 LatexCommand ref
19239 reference "sub:Multicolumn-Calculations"
19240
19241 \end_inset
19242
19243 .
19244  For a table with 5
19245 \begin_inset space \thinspace{}
19246 \end_inset
19247
19248 columns with an uniform width and centered text, enter there for each column
19249  the command
19250 \end_layout
19251
19252 \begin_layout Standard
19253
19254 \series bold
19255 >{
19256 \backslash
19257 centering}p{(1
19258 \backslash
19259 columnwidth-62.4pt)/5}
19260 \end_layout
19261
19262 \begin_layout Standard
19263 For a table with 5
19264 \begin_inset space \thinspace{}
19265 \end_inset
19266
19267 columns where 2 should have 0.75
19268 \begin_inset space ~
19269 \end_inset
19270
19271 times the width than the 3 others, the calculation is
19272 \begin_inset Formula 
19273 \begin{align}
19274 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19275  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19276  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19277 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19278 \end{align}
19279
19280 \end_inset
19281
19282
19283 \end_layout
19284
19285 \begin_layout Standard
19286 In the table therefore the command
19287 \end_layout
19288
19289 \begin_layout Standard
19290
19291 \series bold
19292 >{
19293 \backslash
19294 centering}p{(1
19295 \backslash
19296 columnwidth-62.4pt)/
19297 \backslash
19298 real{4.5}}
19299 \end_layout
19300
19301 \begin_layout Standard
19302 is used for the wider columns and
19303 \end_layout
19304
19305 \begin_layout Standard
19306
19307 \series bold
19308 >{
19309 \backslash
19310 centering}p{(1
19311 \backslash
19312 columnwidth-62.4pt)/
19313 \backslash
19314 real{4.5}*
19315 \backslash
19316 real{0.75}}
19317 \end_layout
19318
19319 \begin_layout Standard
19320 for the smaller ones:
19321 \end_layout
19322
19323 \begin_layout Standard
19324 \begin_inset Tabular
19325 <lyxtabular version="3" rows="2" columns="5">
19326 <features tabularvalignment="middle">
19327 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19328 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19329 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19330 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19331 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19332 <row>
19333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19334 \begin_inset Text
19335
19336 \begin_layout Plain Layout
19337 1
19338 \end_layout
19339
19340 \end_inset
19341 </cell>
19342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19343 \begin_inset Text
19344
19345 \begin_layout Plain Layout
19346 2
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355 3
19356 \end_layout
19357
19358 \end_inset
19359 </cell>
19360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19361 \begin_inset Text
19362
19363 \begin_layout Plain Layout
19364 4
19365 \end_layout
19366
19367 \end_inset
19368 </cell>
19369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19370 \begin_inset Text
19371
19372 \begin_layout Plain Layout
19373 5
19374 \end_layout
19375
19376 \end_inset
19377 </cell>
19378 </row>
19379 <row>
19380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19381 \begin_inset Text
19382
19383 \begin_layout Plain Layout
19384 111111 1111111 111111 111111111 11111 11111 1111
19385 \end_layout
19386
19387 \end_inset
19388 </cell>
19389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19390 \begin_inset Text
19391
19392 \begin_layout Plain Layout
19393
19394 \end_layout
19395
19396 \end_inset
19397 </cell>
19398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Plain Layout
19402 2222 22222 222222 222222222 2222222 22 22222
19403 \end_layout
19404
19405 \end_inset
19406 </cell>
19407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19408 \begin_inset Text
19409
19410 \begin_layout Plain Layout
19411
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout Plain Layout
19420 333333 333333 333333 33333 3333333 333
19421 \end_layout
19422
19423 \end_inset
19424 </cell>
19425 </row>
19426 </lyxtabular>
19427
19428 \end_inset
19429
19430
19431 \end_layout
19432
19433 \begin_layout Section
19434 Table Customization
19435 \begin_inset Index idx
19436 status collapsed
19437
19438 \begin_layout Plain Layout
19439 Table Customization
19440 \end_layout
19441
19442 \end_inset
19443
19444
19445 \begin_inset Index idx
19446 status collapsed
19447
19448 \begin_layout Plain Layout
19449 Table ! Customization
19450 \end_layout
19451
19452 \end_inset
19453
19454
19455 \end_layout
19456
19457 \begin_layout Subsection
19458 Row Spacing
19459 \begin_inset CommandInset label
19460 LatexCommand label
19461 name "sub:Row-Spacing"
19462
19463 \end_inset
19464
19465
19466 \begin_inset Index idx
19467 status collapsed
19468
19469 \begin_layout Plain Layout
19470 Table Customization ! Row Spacing
19471 \end_layout
19472
19473 \end_inset
19474
19475
19476 \end_layout
19477
19478 \begin_layout Standard
19479 You can add vertical space to table rows in the 
19480 \family sans
19481 Borders
19482 \family default
19483  tab of the table dialog.
19484  You find there three possibilities:
19485 \end_layout
19486
19487 \begin_layout Description
19488 Top
19489 \begin_inset space ~
19490 \end_inset
19491
19492 of
19493 \begin_inset space ~
19494 \end_inset
19495
19496 row will add space above the characters of the table row.
19497  If the table is a formal table
19498 \begin_inset Foot
19499 status collapsed
19500
19501 \begin_layout Plain Layout
19502 Formal tables are explained in section
19503 \begin_inset space ~
19504 \end_inset
19505
19506
19507 \begin_inset CommandInset ref
19508 LatexCommand ref
19509 reference "sec:Formal-Tables"
19510
19511 \end_inset
19512
19513 .
19514 \end_layout
19515
19516 \end_inset
19517
19518  LyX will insert as default 0.5
19519 \begin_inset space \thinspace{}
19520 \end_inset
19521
19522 em space.
19523  For normal tables the inserted space will unfortunately destroy the vertical
19524  table lines as in the following table:
19525 \begin_inset VSpace medskip
19526 \end_inset
19527
19528
19529 \begin_inset Newline newline
19530 \end_inset
19531
19532
19533 \begin_inset space \hspace*{}
19534 \length 0pt
19535 \end_inset
19536
19537
19538 \begin_inset space \hfill{}
19539 \end_inset
19540
19541
19542 \begin_inset Tabular
19543 <lyxtabular version="3" rows="3" columns="1">
19544 <features tabularvalignment="middle">
19545 <column alignment="center" valignment="top" width="0">
19546 <row>
19547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19548 \begin_inset Text
19549
19550 \begin_layout Plain Layout
19551 A
19552 \end_layout
19553
19554 \end_inset
19555 </cell>
19556 </row>
19557 <row topspace="3mm">
19558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19559 \begin_inset Text
19560
19561 \begin_layout Plain Layout
19562 3
19563 \begin_inset space \thinspace{}
19564 \end_inset
19565
19566 mm space top of row
19567 \end_layout
19568
19569 \end_inset
19570 </cell>
19571 </row>
19572 <row>
19573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19574 \begin_inset Text
19575
19576 \begin_layout Plain Layout
19577 C
19578 \end_layout
19579
19580 \end_inset
19581 </cell>
19582 </row>
19583 </lyxtabular>
19584
19585 \end_inset
19586
19587
19588 \begin_inset space \hfill{}
19589 \end_inset
19590
19591
19592 \begin_inset space \hspace*{}
19593 \length 0pt
19594 \end_inset
19595
19596
19597 \begin_inset VSpace medskip
19598 \end_inset
19599
19600
19601 \begin_inset Newline newline
19602 \end_inset
19603
19604 So inserting space in the top of row for normal tables is only useful when
19605  you don't have vertical lines.
19606 \end_layout
19607
19608 \begin_layout Description
19609 Bottom
19610 \begin_inset space ~
19611 \end_inset
19612
19613 of
19614 \begin_inset space ~
19615 \end_inset
19616
19617 row will add space below the characters of the table row.
19618  If the table is a formal table LyX will insert as default 0.5
19619 \begin_inset space \thinspace{}
19620 \end_inset
19621
19622 em space, for normal tables the default size is 2
19623 \begin_inset space \thinspace{}
19624 \end_inset
19625
19626 pt.
19627 \end_layout
19628
19629 \begin_layout Description
19630 Between
19631 \begin_inset space ~
19632 \end_inset
19633
19634 rows adds space between the current and the following row.
19635  If the table is a formal table LyX will insert as default 0.5
19636 \begin_inset space \thinspace{}
19637 \end_inset
19638
19639 em space.
19640  For normal tables the inserted space will unfortunately destroy the vertical
19641  table lines as in the following table:
19642 \begin_inset VSpace medskip
19643 \end_inset
19644
19645
19646 \begin_inset Newline newline
19647 \end_inset
19648
19649
19650 \begin_inset space \hspace*{}
19651 \length 0pt
19652 \end_inset
19653
19654
19655 \begin_inset space \hfill{}
19656 \end_inset
19657
19658
19659 \begin_inset Tabular
19660 <lyxtabular version="3" rows="3" columns="1">
19661 <features tabularvalignment="middle">
19662 <column alignment="center" valignment="top" width="0">
19663 <row>
19664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19665 \begin_inset Text
19666
19667 \begin_layout Plain Layout
19668 A
19669 \end_layout
19670
19671 \end_inset
19672 </cell>
19673 </row>
19674 <row interlinespace="3mm">
19675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19676 \begin_inset Text
19677
19678 \begin_layout Plain Layout
19679 \begin_inset Formula $\downarrow$
19680 \end_inset
19681
19682  3
19683 \begin_inset space \thinspace{}
19684 \end_inset
19685
19686 mm space between row 
19687 \begin_inset Formula $\downarrow$
19688 \end_inset
19689
19690
19691 \end_layout
19692
19693 \end_inset
19694 </cell>
19695 </row>
19696 <row>
19697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19698 \begin_inset Text
19699
19700 \begin_layout Plain Layout
19701 \begin_inset Formula $\uparrow$
19702 \end_inset
19703
19704  3
19705 \begin_inset space \thinspace{}
19706 \end_inset
19707
19708 mm space between row 
19709 \begin_inset Formula $\uparrow$
19710 \end_inset
19711
19712
19713 \end_layout
19714
19715 \end_inset
19716 </cell>
19717 </row>
19718 </lyxtabular>
19719
19720 \end_inset
19721
19722
19723 \begin_inset space \hfill{}
19724 \end_inset
19725
19726
19727 \begin_inset space \hspace*{}
19728 \length 0pt
19729 \end_inset
19730
19731
19732 \begin_inset VSpace medskip
19733 \end_inset
19734
19735
19736 \begin_inset Newline newline
19737 \end_inset
19738
19739 So inserting space between rows for normal tables is only useful when you
19740  don't have vertical lines.
19741 \end_layout
19742
19743 \begin_layout Standard
19744 \begin_inset VSpace bigskip
19745 \end_inset
19746
19747 When you want to add extra height to all cells of all tables, you can do
19748  this with the following preamble lines:
19749 \end_layout
19750
19751 \begin_layout Standard
19752
19753 \series bold
19754
19755 \backslash
19756 @ifundefined{extrarowheight}
19757 \begin_inset Newline newline
19758 \end_inset
19759
19760
19761 \begin_inset Phantom HPhantom
19762 status open
19763
19764 \begin_layout Plain Layout
19765
19766 \series bold
19767 \begin_inset space ~
19768 \end_inset
19769
19770
19771 \end_layout
19772
19773 \end_inset
19774
19775 {
19776 \backslash
19777 usepackage{array}}{}
19778 \begin_inset Newline newline
19779 \end_inset
19780
19781
19782 \backslash
19783 setlength{
19784 \backslash
19785 extrarowheight}{height}
19786 \end_layout
19787
19788 \begin_layout Standard
19789 But this has the disadvantage that the cell texts are no longer exactly
19790  vertically centered.
19791  (The package 
19792 \series bold
19793 array
19794 \series default
19795  will be loaded automatically by LyX when you use self defined table formats.
19796  To avoid that it being loaded twice the command 
19797 \series bold
19798
19799 \backslash
19800 @ifundefined
19801 \series default
19802  is used in the above command.)
19803 \end_layout
19804
19805 \begin_layout Standard
19806 If you are using font sizes larger than the normal size, the table borders
19807  are often too close to the letters.
19808  This can be corrected by inserting the command 
19809 \series bold
19810
19811 \backslash
19812 strut
19813 \series default
19814  in TeX-Code at the beginning of a table row.
19815  Table
19816 \begin_inset space ~
19817 \end_inset
19818
19819
19820 \begin_inset CommandInset ref
19821 LatexCommand ref
19822 reference "tab:Vertical-alignment-of"
19823
19824 \end_inset
19825
19826  illustrates the effect.
19827 \end_layout
19828
19829 \begin_layout Standard
19830 \noindent
19831 \begin_inset Float table
19832 placement h
19833 wide false
19834 sideways false
19835 status open
19836
19837 \begin_layout Plain Layout
19838 \begin_inset Caption
19839
19840 \begin_layout Plain Layout
19841 \begin_inset CommandInset label
19842 LatexCommand label
19843 name "tab:Vertical-alignment-of"
19844
19845 \end_inset
19846
19847 Vertical alignment of text with large font sizes.
19848 \end_layout
19849
19850 \end_inset
19851
19852
19853 \end_layout
19854
19855 \begin_layout Plain Layout
19856 \begin_inset space \hfill{}
19857 \end_inset
19858
19859
19860 \begin_inset Float table
19861 wide false
19862 sideways false
19863 status collapsed
19864
19865 \begin_layout Plain Layout
19866 \begin_inset Caption
19867
19868 \begin_layout Plain Layout
19869 Normal table.
19870 \end_layout
19871
19872 \end_inset
19873
19874
19875 \end_layout
19876
19877 \begin_layout Plain Layout
19878 \noindent
19879 \align center
19880 \begin_inset Tabular
19881 <lyxtabular version="3" rows="6" columns="1">
19882 <features tabularvalignment="middle">
19883 <column alignment="left" valignment="top" width="0">
19884 <row>
19885 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19886 \begin_inset Text
19887
19888 \begin_layout Plain Layout
19889 Normal, g
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 </row>
19895 <row>
19896 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19897 \begin_inset Text
19898
19899 \begin_layout Plain Layout
19900
19901 \size large
19902 Large
19903 \end_layout
19904
19905 \end_inset
19906 </cell>
19907 </row>
19908 <row>
19909 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913
19914 \size larger
19915 Larger
19916 \end_layout
19917
19918 \end_inset
19919 </cell>
19920 </row>
19921 <row>
19922 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19923 \begin_inset Text
19924
19925 \begin_layout Plain Layout
19926
19927 \size largest
19928 Largest
19929 \end_layout
19930
19931 \end_inset
19932 </cell>
19933 </row>
19934 <row>
19935 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19936 \begin_inset Text
19937
19938 \begin_layout Plain Layout
19939
19940 \size huge
19941 Huge
19942 \end_layout
19943
19944 \end_inset
19945 </cell>
19946 </row>
19947 <row>
19948 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19949 \begin_inset Text
19950
19951 \begin_layout Plain Layout
19952
19953 \size huge
19954 Huger
19955 \end_layout
19956
19957 \end_inset
19958 </cell>
19959 </row>
19960 </lyxtabular>
19961
19962 \end_inset
19963
19964
19965 \end_layout
19966
19967 \end_inset
19968
19969
19970 \begin_inset space \hfill{}
19971 \end_inset
19972
19973
19974 \begin_inset Float table
19975 wide false
19976 sideways false
19977 status collapsed
19978
19979 \begin_layout Plain Layout
19980 \begin_inset Caption
19981
19982 \begin_layout Plain Layout
19983 Table using the command 
19984 \series bold
19985
19986 \backslash
19987 strut
19988 \series default
19989 .
19990 \end_layout
19991
19992 \end_inset
19993
19994
19995 \end_layout
19996
19997 \begin_layout Plain Layout
19998 \noindent
19999 \align center
20000 \begin_inset Tabular
20001 <lyxtabular version="3" rows="6" columns="1">
20002 <features tabularvalignment="middle">
20003 <column alignment="left" valignment="top" width="0">
20004 <row>
20005 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20006 \begin_inset Text
20007
20008 \begin_layout Plain Layout
20009 Normal, g
20010 \end_layout
20011
20012 \end_inset
20013 </cell>
20014 </row>
20015 <row>
20016 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20017 \begin_inset Text
20018
20019 \begin_layout Plain Layout
20020
20021 \size large
20022 \begin_inset ERT
20023 status collapsed
20024
20025 \begin_layout Plain Layout
20026
20027
20028 \backslash
20029 strut 
20030 \end_layout
20031
20032 \end_inset
20033
20034 Large
20035 \end_layout
20036
20037 \end_inset
20038 </cell>
20039 </row>
20040 <row>
20041 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20042 \begin_inset Text
20043
20044 \begin_layout Plain Layout
20045
20046 \size larger
20047 \begin_inset ERT
20048 status collapsed
20049
20050 \begin_layout Plain Layout
20051
20052
20053 \backslash
20054 strut 
20055 \end_layout
20056
20057 \end_inset
20058
20059 Larger
20060 \end_layout
20061
20062 \end_inset
20063 </cell>
20064 </row>
20065 <row>
20066 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20067 \begin_inset Text
20068
20069 \begin_layout Plain Layout
20070
20071 \size largest
20072 \begin_inset ERT
20073 status collapsed
20074
20075 \begin_layout Plain Layout
20076
20077
20078 \backslash
20079 strut 
20080 \end_layout
20081
20082 \end_inset
20083
20084 Largest
20085 \end_layout
20086
20087 \end_inset
20088 </cell>
20089 </row>
20090 <row>
20091 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20092 \begin_inset Text
20093
20094 \begin_layout Plain Layout
20095
20096 \size huge
20097 \begin_inset ERT
20098 status collapsed
20099
20100 \begin_layout Plain Layout
20101
20102
20103 \backslash
20104 strut 
20105 \end_layout
20106
20107 \end_inset
20108
20109 Huge
20110 \end_layout
20111
20112 \end_inset
20113 </cell>
20114 </row>
20115 <row>
20116 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20117 \begin_inset Text
20118
20119 \begin_layout Plain Layout
20120
20121 \size giant
20122 \begin_inset ERT
20123 status collapsed
20124
20125 \begin_layout Plain Layout
20126
20127
20128 \backslash
20129 strut 
20130 \end_layout
20131
20132 \end_inset
20133
20134
20135 \size huge
20136 Huger
20137 \end_layout
20138
20139 \end_inset
20140 </cell>
20141 </row>
20142 </lyxtabular>
20143
20144 \end_inset
20145
20146
20147 \end_layout
20148
20149 \end_inset
20150
20151
20152 \begin_inset space \hfill{}
20153 \end_inset
20154
20155
20156 \end_layout
20157
20158 \end_inset
20159
20160
20161 \end_layout
20162
20163 \begin_layout Subsection
20164 Special Cell Alignment
20165 \begin_inset CommandInset label
20166 LatexCommand label
20167 name "sub:Special-Cell-Alignment"
20168
20169 \end_inset
20170
20171
20172 \begin_inset Index idx
20173 status collapsed
20174
20175 \begin_layout Plain Layout
20176 Table Customization ! Special Cell Alignment
20177 \end_layout
20178
20179 \end_inset
20180
20181
20182 \end_layout
20183
20184 \begin_layout Standard
20185 Sometimes it looks better when the cell entries of a column are aligned
20186  with a special character, e.
20187 \begin_inset space \thinspace{}
20188 \end_inset
20189
20190 g.
20191 \begin_inset space \space{}
20192 \end_inset
20193
20194 with the decimal separator as in Table
20195 \begin_inset space ~
20196 \end_inset
20197
20198
20199 \begin_inset CommandInset ref
20200 LatexCommand ref
20201 reference "tab:Table-cells-align"
20202
20203 \end_inset
20204
20205 .
20206  This alignment is achieved by setting the cursor into the column and then
20207  either pressing the toolbar button 
20208 \begin_inset Graphics
20209         filename ../images/tabular-feature_align-decimal.png
20210         scale 85
20211         scaleBeforeRotation
20212
20213 \end_inset
20214
20215  or setting the alignment in the table settings to 
20216 \family sans
20217 At
20218 \begin_inset space ~
20219 \end_inset
20220
20221 Decimal
20222 \begin_inset space ~
20223 \end_inset
20224
20225 Separator
20226 \family default
20227 .
20228  The alignment character can be a character of your choice and is specified
20229  in the table settings.
20230 \end_layout
20231
20232 \begin_layout Standard
20233 \begin_inset Float table
20234 placement h
20235 wide false
20236 sideways false
20237 status open
20238
20239 \begin_layout Plain Layout
20240 \begin_inset Caption
20241
20242 \begin_layout Plain Layout
20243 \begin_inset CommandInset label
20244 LatexCommand label
20245 name "tab:Table-cells-align"
20246
20247 \end_inset
20248
20249 Table cells of a column aligned with the decimal separator.
20250 \end_layout
20251
20252 \end_inset
20253
20254
20255 \end_layout
20256
20257 \begin_layout Plain Layout
20258 \align center
20259 \begin_inset Tabular
20260 <lyxtabular version="3" rows="4" columns="1">
20261 <features booktabs="true" tabularvalignment="middle">
20262 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
20263 <row>
20264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20265 \begin_inset Text
20266
20267 \begin_layout Plain Layout
20268 heading
20269 \end_layout
20270
20271 \end_inset
20272 </cell>
20273 </row>
20274 <row>
20275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20276 \begin_inset Text
20277
20278 \begin_layout Plain Layout
20279 12.6
20280 \end_layout
20281
20282 \end_inset
20283 </cell>
20284 </row>
20285 <row>
20286 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20287 \begin_inset Text
20288
20289 \begin_layout Plain Layout
20290 0.68
20291 \end_layout
20292
20293 \end_inset
20294 </cell>
20295 </row>
20296 <row>
20297 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20298 \begin_inset Text
20299
20300 \begin_layout Plain Layout
20301 -123.0
20302 \end_layout
20303
20304 \end_inset
20305 </cell>
20306 </row>
20307 </lyxtabular>
20308
20309 \end_inset
20310
20311
20312 \end_layout
20313
20314 \end_inset
20315
20316
20317 \end_layout
20318
20319 \begin_layout Standard
20320 \begin_inset Float table
20321 placement h
20322 wide false
20323 sideways false
20324 status open
20325
20326 \begin_layout Plain Layout
20327 \begin_inset Caption
20328
20329 \begin_layout Plain Layout
20330 \begin_inset CommandInset label
20331 LatexCommand label
20332 name "tab:Table-align-operator"
20333
20334 \end_inset
20335
20336 Table cells of a column aligned with the operators.
20337 \end_layout
20338
20339 \end_inset
20340
20341
20342 \end_layout
20343
20344 \begin_layout Plain Layout
20345 \align center
20346 \begin_inset Tabular
20347 <lyxtabular version="3" rows="4" columns="2">
20348 <features booktabs="true" tabularvalignment="middle">
20349 <column alignment="right" valignment="top" width="0pt">
20350 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20351 <row>
20352 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20353 \begin_inset Text
20354
20355 \begin_layout Plain Layout
20356 heading
20357 \end_layout
20358
20359 \end_inset
20360 </cell>
20361 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20362 \begin_inset Text
20363
20364 \begin_layout Plain Layout
20365
20366 \end_layout
20367
20368 \end_inset
20369 </cell>
20370 </row>
20371 <row>
20372 <cell alignment="center" valignment="top" usebox="none">
20373 \begin_inset Text
20374
20375 \begin_layout Plain Layout
20376 \begin_inset Formula $12\,+$
20377 \end_inset
20378
20379
20380 \end_layout
20381
20382 \end_inset
20383 </cell>
20384 <cell alignment="center" valignment="top" usebox="none">
20385 \begin_inset Text
20386
20387 \begin_layout Plain Layout
20388 \begin_inset Formula $\,6$
20389 \end_inset
20390
20391
20392 \end_layout
20393
20394 \end_inset
20395 </cell>
20396 </row>
20397 <row>
20398 <cell alignment="center" valignment="top" usebox="none">
20399 \begin_inset Text
20400
20401 \begin_layout Plain Layout
20402 \begin_inset Formula $0\,-$
20403 \end_inset
20404
20405
20406 \end_layout
20407
20408 \end_inset
20409 </cell>
20410 <cell alignment="center" valignment="top" usebox="none">
20411 \begin_inset Text
20412
20413 \begin_layout Plain Layout
20414 \begin_inset Formula $\,68$
20415 \end_inset
20416
20417
20418 \end_layout
20419
20420 \end_inset
20421 </cell>
20422 </row>
20423 <row>
20424 <cell alignment="center" valignment="top" usebox="none">
20425 \begin_inset Text
20426
20427 \begin_layout Plain Layout
20428 \begin_inset Formula $-123\,/$
20429 \end_inset
20430
20431
20432 \end_layout
20433
20434 \end_inset
20435 </cell>
20436 <cell alignment="center" valignment="top" usebox="none">
20437 \begin_inset Text
20438
20439 \begin_layout Plain Layout
20440 \begin_inset Formula $\,0$
20441 \end_inset
20442
20443
20444 \end_layout
20445
20446 \end_inset
20447 </cell>
20448 </row>
20449 </lyxtabular>
20450
20451 \end_inset
20452
20453
20454 \end_layout
20455
20456 \end_inset
20457
20458
20459 \end_layout
20460
20461 \begin_layout Standard
20462 For alignments at characters in formulas this method does not work because
20463  the field to specify the alignment character does not allow formulas.
20464  In this case one need to use the method from Table
20465 \begin_inset space ~
20466 \end_inset
20467
20468
20469 \begin_inset CommandInset ref
20470 LatexCommand ref
20471 reference "tab:Table-align-operator"
20472
20473 \end_inset
20474
20475 .
20476  This table was created with a 4×2 table.
20477  The heading is a centered multicolumn.
20478  The first column is right-aligned and contains the first part including
20479  the operator.
20480  The second column is left aligned and contains the rest.
20481  A small space was added at the beginning of each cell of the second column
20482  to get the space that is usually around operators.
20483  To omit the space that is normally between two table columns, the following
20484  LaTeX-argument was used for the second column:
20485 \end_layout
20486
20487 \begin_layout Standard
20488
20489 \series bold
20490 @{}l
20491 \end_layout
20492
20493 \begin_layout Standard
20494 Table
20495 \begin_inset space ~
20496 \end_inset
20497
20498
20499 \begin_inset CommandInset ref
20500 LatexCommand ref
20501 reference "tab:Several-table-cell"
20502
20503 \end_inset
20504
20505  shows some example alignments.
20506  For the alignment with the relation sign, a small space was added like
20507  for the second column of Table
20508 \begin_inset space ~
20509 \end_inset
20510
20511
20512 \begin_inset CommandInset ref
20513 LatexCommand ref
20514 reference "tab:Table-align-operator"
20515
20516 \end_inset
20517
20518 .
20519 \end_layout
20520
20521 \begin_layout Standard
20522 \begin_inset Float table
20523 placement h
20524 wide false
20525 sideways false
20526 status open
20527
20528 \begin_layout Plain Layout
20529 \begin_inset Caption
20530
20531 \begin_layout Plain Layout
20532 \begin_inset CommandInset label
20533 LatexCommand label
20534 name "tab:Several-table-cell"
20535
20536 \end_inset
20537
20538 Several table cell alignments.
20539 \end_layout
20540
20541 \end_inset
20542
20543
20544 \end_layout
20545
20546 \begin_layout Plain Layout
20547 \align center
20548 \begin_inset Tabular
20549 <lyxtabular version="3" rows="4" columns="6">
20550 <features tabularvalignment="middle">
20551 <column alignment="right" valignment="top" width="0">
20552 <column alignment="left" valignment="top" width="0" special="@{}l">
20553 <column alignment="right" valignment="top" width="0">
20554 <column alignment="left" valignment="top" width="0" special="@{}l">
20555 <column alignment="right" valignment="top" width="0">
20556 <column alignment="left" valignment="top" width="0" special="@{}l">
20557 <row>
20558 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20559 \begin_inset Text
20560
20561 \begin_layout Plain Layout
20562 units
20563 \end_layout
20564
20565 \end_inset
20566 </cell>
20567 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20568 \begin_inset Text
20569
20570 \begin_layout Plain Layout
20571
20572 \end_layout
20573
20574 \end_inset
20575 </cell>
20576 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20577 \begin_inset Text
20578
20579 \begin_layout Plain Layout
20580 exponents
20581 \end_layout
20582
20583 \end_inset
20584 </cell>
20585 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20586 \begin_inset Text
20587
20588 \begin_layout Plain Layout
20589
20590 \end_layout
20591
20592 \end_inset
20593 </cell>
20594 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20595 \begin_inset Text
20596
20597 \begin_layout Plain Layout
20598 relations
20599 \end_layout
20600
20601 \end_inset
20602 </cell>
20603 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20604 \begin_inset Text
20605
20606 \begin_layout Plain Layout
20607
20608 \end_layout
20609
20610 \end_inset
20611 </cell>
20612 </row>
20613 <row>
20614 <cell alignment="center" valignment="top" usebox="none">
20615 \begin_inset Text
20616
20617 \begin_layout Plain Layout
20618 12×
20619 \end_layout
20620
20621 \end_inset
20622 </cell>
20623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20624 \begin_inset Text
20625
20626 \begin_layout Plain Layout
20627 24
20628 \begin_inset space \thinspace{}
20629 \end_inset
20630
20631 bottles
20632 \end_layout
20633
20634 \end_inset
20635 </cell>
20636 <cell alignment="center" valignment="top" usebox="none">
20637 \begin_inset Text
20638
20639 \begin_layout Plain Layout
20640 \begin_inset Formula $10\cdot$
20641 \end_inset
20642
20643
20644 \end_layout
20645
20646 \end_inset
20647 </cell>
20648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20649 \begin_inset Text
20650
20651 \begin_layout Plain Layout
20652 \begin_inset Formula $10^{\mbox{-}17}$
20653 \end_inset
20654
20655
20656 \end_layout
20657
20658 \end_inset
20659 </cell>
20660 <cell alignment="center" valignment="top" usebox="none">
20661 \begin_inset Text
20662
20663 \begin_layout Plain Layout
20664 \begin_inset Formula $\Gamma(t)\propto$
20665 \end_inset
20666
20667
20668 \end_layout
20669
20670 \end_inset
20671 </cell>
20672 <cell alignment="center" valignment="top" usebox="none">
20673 \begin_inset Text
20674
20675 \begin_layout Plain Layout
20676 \begin_inset Formula $\:\Upsilon(t)$
20677 \end_inset
20678
20679
20680 \end_layout
20681
20682 \end_inset
20683 </cell>
20684 </row>
20685 <row>
20686 <cell alignment="center" valignment="top" usebox="none">
20687 \begin_inset Text
20688
20689 \begin_layout Plain Layout
20690 1024×
20691 \end_layout
20692
20693 \end_inset
20694 </cell>
20695 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20696 \begin_inset Text
20697
20698 \begin_layout Plain Layout
20699 768
20700 \begin_inset space \thinspace{}
20701 \end_inset
20702
20703 Pixels
20704 \end_layout
20705
20706 \end_inset
20707 </cell>
20708 <cell alignment="center" valignment="top" usebox="none">
20709 \begin_inset Text
20710
20711 \begin_layout Plain Layout
20712 \begin_inset Formula $5.78\cdot$
20713 \end_inset
20714
20715
20716 \end_layout
20717
20718 \end_inset
20719 </cell>
20720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20721 \begin_inset Text
20722
20723 \begin_layout Plain Layout
20724 \begin_inset Formula $10^{7}$
20725 \end_inset
20726
20727
20728 \end_layout
20729
20730 \end_inset
20731 </cell>
20732 <cell alignment="center" valignment="top" usebox="none">
20733 \begin_inset Text
20734
20735 \begin_layout Plain Layout
20736 \begin_inset Formula $A\ne$
20737 \end_inset
20738
20739
20740 \end_layout
20741
20742 \end_inset
20743 </cell>
20744 <cell alignment="center" valignment="top" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Plain Layout
20748 \begin_inset Formula $\: B_{\mathrm{red}}$
20749 \end_inset
20750
20751
20752 \end_layout
20753
20754 \end_inset
20755 </cell>
20756 </row>
20757 <row>
20758 <cell alignment="center" valignment="top" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762 32×
20763 \end_layout
20764
20765 \end_inset
20766 </cell>
20767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20768 \begin_inset Text
20769
20770 \begin_layout Plain Layout
20771 6
20772 \begin_inset space \thinspace{}
20773 \end_inset
20774
20775 cm
20776 \end_layout
20777
20778 \end_inset
20779 </cell>
20780 <cell alignment="center" valignment="top" usebox="none">
20781 \begin_inset Text
20782
20783 \begin_layout Plain Layout
20784 -
20785 \begin_inset Formula $33.5\cdot$
20786 \end_inset
20787
20788
20789 \end_layout
20790
20791 \end_inset
20792 </cell>
20793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20794 \begin_inset Text
20795
20796 \begin_layout Plain Layout
20797 \begin_inset Formula $10^{4}$
20798 \end_inset
20799
20800
20801 \end_layout
20802
20803 \end_inset
20804 </cell>
20805 <cell alignment="center" valignment="top" usebox="none">
20806 \begin_inset Text
20807
20808 \begin_layout Plain Layout
20809 \begin_inset Formula $\sin(\alpha)\ge$
20810 \end_inset
20811
20812
20813 \end_layout
20814
20815 \end_inset
20816 </cell>
20817 <cell alignment="center" valignment="top" usebox="none">
20818 \begin_inset Text
20819
20820 \begin_layout Plain Layout
20821 \begin_inset Formula $\:\sin(\beta)$
20822 \end_inset
20823
20824
20825 \end_layout
20826
20827 \end_inset
20828 </cell>
20829 </row>
20830 </lyxtabular>
20831
20832 \end_inset
20833
20834
20835 \end_layout
20836
20837 \end_inset
20838
20839
20840 \end_layout
20841
20842 \begin_layout Subsection
20843 Customized Cell/Column Format
20844 \begin_inset CommandInset label
20845 LatexCommand label
20846 name "sub:Customized-Format"
20847
20848 \end_inset
20849
20850
20851 \begin_inset Index idx
20852 status collapsed
20853
20854 \begin_layout Plain Layout
20855 Table Customization ! Cell/Column Format
20856 \end_layout
20857
20858 \end_inset
20859
20860
20861 \end_layout
20862
20863 \begin_layout Standard
20864 Calculating the required width for normal columns as described in section
20865 \begin_inset space ~
20866 \end_inset
20867
20868
20869 \begin_inset CommandInset ref
20870 LatexCommand ref
20871 reference "sec:Table-Width-Calculation"
20872
20873 \end_inset
20874
20875  or for spanned columns as described in section
20876 \begin_inset space ~
20877 \end_inset
20878
20879
20880 \begin_inset CommandInset ref
20881 LatexCommand ref
20882 reference "sub:Multicolumn-Calculations"
20883
20884 \end_inset
20885
20886  is very annoying if you have several tables where a calculation is necessary.
20887  To make life easier, you can define a cell/column format in the preamble,
20888  that can be used in all tables of the document.
20889  The format is defined with the command
20890 \end_layout
20891
20892 \begin_layout Standard
20893
20894 \series bold
20895
20896 \backslash
20897 newcolumntype{name of format}[number of arguments]{commands}
20898 \end_layout
20899
20900 \begin_layout Standard
20901 The format name may only consist of one letter.
20902  The letters 
20903 \emph on
20904 b
20905 \emph default
20906
20907 \emph on
20908 c
20909 \emph default
20910
20911 \emph on
20912 l
20913 \emph default
20914
20915 \emph on
20916 m
20917 \emph default
20918
20919 \emph on
20920 p
20921 \emph default
20922  and 
20923 \emph on
20924 r
20925 \emph default
20926  are predefined and cannot be used.
20927  But all letters are allowed as capitals.
20928 \end_layout
20929
20930 \begin_layout Standard
20931 \begin_inset VSpace medskip
20932 \end_inset
20933
20934
20935 \end_layout
20936
20937 \begin_layout Standard
20938 For vertically and horizontally centered multicolumn cells with a fixed
20939  width you can define the cell format
20940 \end_layout
20941
20942 \begin_layout Standard
20943
20944 \series bold
20945
20946 \backslash
20947 newcolumntype{M}[1]{>{
20948 \backslash
20949 centering
20950 \backslash
20951 hspace{0pt}}m{#1}}
20952 \end_layout
20953
20954 \begin_layout Standard
20955 where 
20956 \series bold
20957
20958 \backslash
20959 hspace{0pt}
20960 \series default
20961  avoids the problem of hyphenating the first word, as described in section
20962 \begin_inset space ~
20963 \end_inset
20964
20965
20966 \begin_inset CommandInset ref
20967 LatexCommand ref
20968 reference "sub:Multiple-Lines-in"
20969
20970 \end_inset
20971
20972 .
20973  Now you can simply enter
20974 \end_layout
20975
20976 \begin_layout Standard
20977
20978 \series bold
20979 M{width}
20980 \end_layout
20981
20982 \begin_layout Standard
20983 as 
20984 \family sans
20985 LaTeX-argument
20986 \family default
20987  in the table dialog to create a multicolumn.
20988 \end_layout
20989
20990 \begin_layout Standard
20991 \begin_inset VSpace bigskip
20992 \end_inset
20993
20994
20995 \end_layout
20996
20997 \begin_layout Standard
20998 For cells spanned by a multicolumn cell, you can define the format
20999 \end_layout
21000
21001 \begin_layout Standard
21002
21003 \series bold
21004
21005 \backslash
21006 newcolumntype{S}[2]{>{
21007 \backslash
21008 centering
21009 \backslash
21010 hspace{0pt}}
21011 \begin_inset Newline newline
21012 \end_inset
21013
21014
21015 \begin_inset Phantom HPhantom
21016 status open
21017
21018 \begin_layout Plain Layout
21019
21020 \series bold
21021
21022 \backslash
21023 newcolumntype
21024 \end_layout
21025
21026 \end_inset
21027
21028 m{(#1+(2
21029 \backslash
21030 tabcolsep+
21031 \backslash
21032 arrayrulewidth)*(1-#2))/#2}}
21033 \end_layout
21034
21035 \begin_layout Standard
21036 This format uses equation 
21037 \begin_inset CommandInset ref
21038 LatexCommand eqref
21039 reference "eq:Wgn"
21040
21041 \end_inset
21042
21043  to calculate the required width so that each spanned cell has the same
21044  width.
21045 \end_layout
21046
21047 \begin_layout Standard
21048 You can now enter
21049 \end_layout
21050
21051 \begin_layout Standard
21052
21053 \series bold
21054 S{width of multicolumn cell}{number of spanned columns}
21055 \end_layout
21056
21057 \begin_layout Standard
21058 as LaTeX-argument of the column.
21059 \end_layout
21060
21061 \begin_layout Standard
21062 \begin_inset VSpace bigskip
21063 \end_inset
21064
21065
21066 \end_layout
21067
21068 \begin_layout Standard
21069 For colored columns, you can define
21070 \end_layout
21071
21072 \begin_layout Standard
21073
21074 \series bold
21075
21076 \backslash
21077 newcolumntype{K}[1]{>{
21078 \backslash
21079 columncolor{#1}
21080 \backslash
21081 hspace{0pt}}c}
21082 \end_layout
21083
21084 \begin_layout Standard
21085 The 
21086 \begin_inset Quotes eld
21087 \end_inset
21088
21089 c
21090 \begin_inset Quotes erd
21091 \end_inset
21092
21093  at the end creates a column with a flexible width whose text is horizontally
21094  centered.
21095  You can now enter
21096 \end_layout
21097
21098 \begin_layout Standard
21099
21100 \series bold
21101 K{color name}
21102 \end_layout
21103
21104 \begin_layout Standard
21105 as LaTeX-argument.
21106 \end_layout
21107
21108 \begin_layout Standard
21109 \begin_inset VSpace bigskip
21110 \end_inset
21111
21112
21113 \end_layout
21114
21115 \begin_layout Standard
21116 To create Table
21117 \begin_inset space ~
21118 \end_inset
21119
21120
21121 \begin_inset CommandInset ref
21122 LatexCommand ref
21123 reference "tab:Table-using-user-defined"
21124
21125 \end_inset
21126
21127  use the LaTeX-arguments
21128 \end_layout
21129
21130 \begin_layout Standard
21131
21132 \series bold
21133 M{2.5cm}
21134 \end_layout
21135
21136 \begin_layout Standard
21137 for the first column and the multicolumn,
21138 \end_layout
21139
21140 \begin_layout Standard
21141
21142 \series bold
21143 K{red}
21144 \end_layout
21145
21146 \begin_layout Standard
21147 for the last column, and
21148 \end_layout
21149
21150 \begin_layout Standard
21151
21152 \series bold
21153 S{2.5cm}{2}
21154 \end_layout
21155
21156 \begin_layout Standard
21157 for the cells in the second column.
21158 \end_layout
21159
21160 \begin_layout Standard
21161 \begin_inset Float table
21162 placement h
21163 wide false
21164 sideways false
21165 status open
21166
21167 \begin_layout Plain Layout
21168 \begin_inset Caption
21169
21170 \begin_layout Plain Layout
21171 \begin_inset CommandInset label
21172 LatexCommand label
21173 name "tab:Table-using-user-defined"
21174
21175 \end_inset
21176
21177 Table using user-defined table formats
21178 \end_layout
21179
21180 \end_inset
21181
21182
21183 \end_layout
21184
21185 \begin_layout Plain Layout
21186 \align center
21187 \begin_inset Tabular
21188 <lyxtabular version="3" rows="3" columns="4">
21189 <features tabularvalignment="middle">
21190 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21191 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
21192 <column alignment="center" valignment="middle" width="0">
21193 <column alignment="center" valignment="middle" width="0" special="K{red}">
21194 <row>
21195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21196 \begin_inset Text
21197
21198 \begin_layout Plain Layout
21199 verylongtablecellword
21200 \end_layout
21201
21202 \end_inset
21203 </cell>
21204 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21205 \begin_inset Text
21206
21207 \begin_layout Plain Layout
21208 multiple lines multicolumn
21209 \end_layout
21210
21211 \end_inset
21212 </cell>
21213 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217
21218 \end_layout
21219
21220 \end_inset
21221 </cell>
21222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226 c
21227 \end_layout
21228
21229 \end_inset
21230 </cell>
21231 </row>
21232 <row>
21233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21234 \begin_inset Text
21235
21236 \begin_layout Plain Layout
21237 d
21238 \end_layout
21239
21240 \end_inset
21241 </cell>
21242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21243 \begin_inset Text
21244
21245 \begin_layout Plain Layout
21246 e
21247 \end_layout
21248
21249 \end_inset
21250 </cell>
21251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21252 \begin_inset Text
21253
21254 \begin_layout Plain Layout
21255 f
21256 \end_layout
21257
21258 \end_inset
21259 </cell>
21260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21261 \begin_inset Text
21262
21263 \begin_layout Plain Layout
21264 g
21265 \end_layout
21266
21267 \end_inset
21268 </cell>
21269 </row>
21270 <row>
21271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21272 \begin_inset Text
21273
21274 \begin_layout Plain Layout
21275 h
21276 \end_layout
21277
21278 \end_inset
21279 </cell>
21280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21281 \begin_inset Text
21282
21283 \begin_layout Plain Layout
21284 i
21285 \end_layout
21286
21287 \end_inset
21288 </cell>
21289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21290 \begin_inset Text
21291
21292 \begin_layout Plain Layout
21293 j
21294 \end_layout
21295
21296 \end_inset
21297 </cell>
21298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21299 \begin_inset Text
21300
21301 \begin_layout Plain Layout
21302 k
21303 \end_layout
21304
21305 \end_inset
21306 </cell>
21307 </row>
21308 </lyxtabular>
21309
21310 \end_inset
21311
21312
21313 \end_layout
21314
21315 \end_inset
21316
21317
21318 \end_layout
21319
21320 \begin_layout Subsection
21321 Line Thickness
21322 \begin_inset CommandInset label
21323 LatexCommand label
21324 name "sub:Line-Thickness"
21325
21326 \end_inset
21327
21328
21329 \begin_inset Index idx
21330 status collapsed
21331
21332 \begin_layout Plain Layout
21333 Table Customization ! Line Thickness
21334 \end_layout
21335
21336 \end_inset
21337
21338
21339 \end_layout
21340
21341 \begin_layout Standard
21342 The line thickness for all lines in a table can be adjusted with the length
21343  
21344 \series bold
21345
21346 \backslash
21347 arrayrulewidth
21348 \series default
21349 .
21350  To set for example a line thickness of 1.5
21351 \begin_inset space \thinspace{}
21352 \end_inset
21353
21354 pt, as in Table
21355 \begin_inset space ~
21356 \end_inset
21357
21358
21359 \begin_inset CommandInset ref
21360 LatexCommand ref
21361 reference "tab:Table-with-1.5"
21362
21363 \end_inset
21364
21365 , insert the command
21366 \end_layout
21367
21368 \begin_layout Standard
21369
21370 \series bold
21371
21372 \backslash
21373 setlength{
21374 \backslash
21375 arrayrulewidth}{1.5pt}
21376 \end_layout
21377
21378 \begin_layout Standard
21379 in TeX-Code before the table or table float.
21380  The changed thickness is valid for all subsequent tables.
21381  To use the default value again, set 
21382 \series bold
21383
21384 \backslash
21385 arrayrulewidth
21386 \series default
21387  to 0.4
21388 \begin_inset space \thinspace{}
21389 \end_inset
21390
21391 pt in TeX-Code after the table or table float.
21392 \end_layout
21393
21394 \begin_layout Standard
21395 \begin_inset ERT
21396 status collapsed
21397
21398 \begin_layout Plain Layout
21399
21400
21401 \backslash
21402 setlength{
21403 \backslash
21404 arrayrulewidth}{1.5pt}
21405 \end_layout
21406
21407 \end_inset
21408
21409
21410 \begin_inset Float table
21411 wide false
21412 sideways false
21413 status open
21414
21415 \begin_layout Plain Layout
21416 \begin_inset Caption
21417
21418 \begin_layout Plain Layout
21419 \begin_inset CommandInset label
21420 LatexCommand label
21421 name "tab:Table-with-1.5"
21422
21423 \end_inset
21424
21425 Table with 1.5
21426 \begin_inset space \thinspace{}
21427 \end_inset
21428
21429 pt thick lines
21430 \end_layout
21431
21432 \end_inset
21433
21434
21435 \end_layout
21436
21437 \begin_layout Plain Layout
21438 \align center
21439 \begin_inset Tabular
21440 <lyxtabular version="3" rows="3" columns="3">
21441 <features tabularvalignment="middle">
21442 <column alignment="center" valignment="top" width="0">
21443 <column alignment="center" valignment="top" width="0">
21444 <column alignment="center" valignment="top" width="0">
21445 <row>
21446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21447 \begin_inset Text
21448
21449 \begin_layout Plain Layout
21450 sd
21451 \end_layout
21452
21453 \end_inset
21454 </cell>
21455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21456 \begin_inset Text
21457
21458 \begin_layout Plain Layout
21459
21460 \end_layout
21461
21462 \end_inset
21463 </cell>
21464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21465 \begin_inset Text
21466
21467 \begin_layout Plain Layout
21468
21469 \end_layout
21470
21471 \end_inset
21472 </cell>
21473 </row>
21474 <row>
21475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21476 \begin_inset Text
21477
21478 \begin_layout Plain Layout
21479
21480 \end_layout
21481
21482 \end_inset
21483 </cell>
21484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21485 \begin_inset Text
21486
21487 \begin_layout Plain Layout
21488 sd
21489 \end_layout
21490
21491 \end_inset
21492 </cell>
21493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21494 \begin_inset Text
21495
21496 \begin_layout Plain Layout
21497
21498 \end_layout
21499
21500 \end_inset
21501 </cell>
21502 </row>
21503 <row>
21504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21505 \begin_inset Text
21506
21507 \begin_layout Plain Layout
21508
21509 \end_layout
21510
21511 \end_inset
21512 </cell>
21513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21514 \begin_inset Text
21515
21516 \begin_layout Plain Layout
21517
21518 \end_layout
21519
21520 \end_inset
21521 </cell>
21522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21523 \begin_inset Text
21524
21525 \begin_layout Plain Layout
21526 sd
21527 \end_layout
21528
21529 \end_inset
21530 </cell>
21531 </row>
21532 </lyxtabular>
21533
21534 \end_inset
21535
21536
21537 \end_layout
21538
21539 \end_inset
21540
21541
21542 \begin_inset ERT
21543 status collapsed
21544
21545 \begin_layout Plain Layout
21546
21547
21548 \backslash
21549 setlength{
21550 \backslash
21551 arrayrulewidth}{0.4pt}
21552 \end_layout
21553
21554 \end_inset
21555
21556
21557 \end_layout
21558
21559 \begin_layout Standard
21560 \begin_inset VSpace bigskip
21561 \end_inset
21562
21563 To set the line thickness to 1.5
21564 \begin_inset space \thinspace{}
21565 \end_inset
21566
21567 pt only for horizontal lines, as in Table
21568 \begin_inset space ~
21569 \end_inset
21570
21571
21572 \begin_inset CommandInset ref
21573 LatexCommand ref
21574 reference "tab:Table-with-horizontal"
21575
21576 \end_inset
21577
21578 , insert these commands in TeX-Code before the table or table float:
21579 \end_layout
21580
21581 \begin_layout Standard
21582
21583 \series bold
21584
21585 \backslash
21586 let
21587 \backslash
21588 myHline
21589 \backslash
21590 hline
21591 \begin_inset Newline newline
21592 \end_inset
21593
21594
21595 \backslash
21596 renewcommand{
21597 \backslash
21598 hline}
21599 \begin_inset Newline newline
21600 \end_inset
21601
21602  {
21603 \backslash
21604 noalign{
21605 \backslash
21606 global
21607 \backslash
21608 arrayrulewidth 1.5pt}
21609 \begin_inset Newline newline
21610 \end_inset
21611
21612  
21613 \backslash
21614 myHline
21615 \backslash
21616 noalign{
21617 \backslash
21618 global
21619 \backslash
21620 arrayrulewidth 0.4pt}}
21621 \end_layout
21622
21623 \begin_layout Standard
21624 To return to the default line thickness, insert this command in TeX-Code
21625  after the table or table float:
21626 \end_layout
21627
21628 \begin_layout Standard
21629
21630 \series bold
21631
21632 \backslash
21633 renewcommand{
21634 \backslash
21635 hline}{
21636 \backslash
21637 myHline}
21638 \end_layout
21639
21640 \begin_layout Standard
21641 \begin_inset ERT
21642 status collapsed
21643
21644 \begin_layout Plain Layout
21645
21646
21647 \backslash
21648 let
21649 \backslash
21650 myHline
21651 \backslash
21652 hline
21653 \end_layout
21654
21655 \begin_layout Plain Layout
21656
21657
21658 \backslash
21659 renewcommand{
21660 \backslash
21661 hline}
21662 \end_layout
21663
21664 \begin_layout Plain Layout
21665
21666  {
21667 \backslash
21668 noalign{
21669 \backslash
21670 global
21671 \backslash
21672 arrayrulewidth 1.5pt}
21673 \end_layout
21674
21675 \begin_layout Plain Layout
21676
21677   
21678 \backslash
21679 myHline
21680 \backslash
21681 noalign{
21682 \backslash
21683 global
21684 \backslash
21685 arrayrulewidth 0.4pt}}
21686 \end_layout
21687
21688 \end_inset
21689
21690
21691 \begin_inset Float table
21692 wide false
21693 sideways false
21694 status open
21695
21696 \begin_layout Plain Layout
21697 \begin_inset Caption
21698
21699 \begin_layout Plain Layout
21700 \begin_inset CommandInset label
21701 LatexCommand label
21702 name "tab:Table-with-horizontal"
21703
21704 \end_inset
21705
21706 Table with 1.5
21707 \begin_inset space \thinspace{}
21708 \end_inset
21709
21710 pt thick horizontal lines
21711 \end_layout
21712
21713 \end_inset
21714
21715
21716 \end_layout
21717
21718 \begin_layout Plain Layout
21719 \align center
21720 \begin_inset Tabular
21721 <lyxtabular version="3" rows="3" columns="3">
21722 <features tabularvalignment="middle">
21723 <column alignment="center" valignment="top" width="0">
21724 <column alignment="center" valignment="top" width="0">
21725 <column alignment="center" valignment="top" width="0">
21726 <row>
21727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21728 \begin_inset Text
21729
21730 \begin_layout Plain Layout
21731 sd
21732 \end_layout
21733
21734 \end_inset
21735 </cell>
21736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21737 \begin_inset Text
21738
21739 \begin_layout Plain Layout
21740
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21746 \begin_inset Text
21747
21748 \begin_layout Plain Layout
21749
21750 \end_layout
21751
21752 \end_inset
21753 </cell>
21754 </row>
21755 <row>
21756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21757 \begin_inset Text
21758
21759 \begin_layout Plain Layout
21760
21761 \end_layout
21762
21763 \end_inset
21764 </cell>
21765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21766 \begin_inset Text
21767
21768 \begin_layout Plain Layout
21769 sd
21770 \end_layout
21771
21772 \end_inset
21773 </cell>
21774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21775 \begin_inset Text
21776
21777 \begin_layout Plain Layout
21778
21779 \end_layout
21780
21781 \end_inset
21782 </cell>
21783 </row>
21784 <row>
21785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21786 \begin_inset Text
21787
21788 \begin_layout Plain Layout
21789
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21795 \begin_inset Text
21796
21797 \begin_layout Plain Layout
21798
21799 \end_layout
21800
21801 \end_inset
21802 </cell>
21803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21804 \begin_inset Text
21805
21806 \begin_layout Plain Layout
21807 sd
21808 \end_layout
21809
21810 \end_inset
21811 </cell>
21812 </row>
21813 </lyxtabular>
21814
21815 \end_inset
21816
21817
21818 \end_layout
21819
21820 \end_inset
21821
21822
21823 \begin_inset ERT
21824 status collapsed
21825
21826 \begin_layout Plain Layout
21827
21828
21829 \backslash
21830 renewcommand{
21831 \backslash
21832 hline}{
21833 \backslash
21834 myHline}
21835 \end_layout
21836
21837 \end_inset
21838
21839
21840 \end_layout
21841
21842 \begin_layout Standard
21843 \begin_inset VSpace bigskip
21844 \end_inset
21845
21846 To set the line thickness to 1.5
21847 \begin_inset space \thinspace{}
21848 \end_inset
21849
21850 pt only for vertical lines, create the following column format in the document
21851  preamble, according to the description in section
21852 \begin_inset space ~
21853 \end_inset
21854
21855
21856 \begin_inset CommandInset ref
21857 LatexCommand ref
21858 reference "sub:Customized-Format"
21859
21860 \end_inset
21861
21862 :
21863 \end_layout
21864
21865 \begin_layout Standard
21866
21867 \series bold
21868
21869 \backslash
21870 newcolumntype{V}{!{
21871 \backslash
21872 vrule width 1.5pt}}
21873 \end_layout
21874
21875 \begin_layout Standard
21876 For Table
21877 \begin_inset space ~
21878 \end_inset
21879
21880
21881 \begin_inset CommandInset ref
21882 LatexCommand ref
21883 reference "tab:Table-with-vertical"
21884
21885 \end_inset
21886
21887  the LaTeX-argument
21888 \end_layout
21889
21890 \begin_layout Standard
21891
21892 \series bold
21893 VcV
21894 \end_layout
21895
21896 \begin_layout Standard
21897 was used for the last column and
21898 \end_layout
21899
21900 \begin_layout Standard
21901
21902 \series bold
21903 Vc
21904 \end_layout
21905
21906 \begin_layout Standard
21907 for the other columns.
21908 \end_layout
21909
21910 \begin_layout Standard
21911 \begin_inset Float table
21912 wide false
21913 sideways false
21914 status open
21915
21916 \begin_layout Plain Layout
21917 \begin_inset Caption
21918
21919 \begin_layout Plain Layout
21920 \begin_inset CommandInset label
21921 LatexCommand label
21922 name "tab:Table-with-vertical"
21923
21924 \end_inset
21925
21926 Table with 1.5
21927 \begin_inset space \thinspace{}
21928 \end_inset
21929
21930 pt thick vertical lines
21931 \end_layout
21932
21933 \end_inset
21934
21935
21936 \end_layout
21937
21938 \begin_layout Plain Layout
21939 \align center
21940 \begin_inset Tabular
21941 <lyxtabular version="3" rows="3" columns="3">
21942 <features tabularvalignment="middle">
21943 <column alignment="center" valignment="top" width="0" special="Vc">
21944 <column alignment="center" valignment="top" width="0" special="Vc">
21945 <column alignment="center" valignment="top" width="0" special="VcV">
21946 <row>
21947 <cell alignment="center" valignment="top" topline="true" usebox="none">
21948 \begin_inset Text
21949
21950 \begin_layout Plain Layout
21951 sd
21952 \end_layout
21953
21954 \end_inset
21955 </cell>
21956 <cell alignment="center" valignment="top" topline="true" usebox="none">
21957 \begin_inset Text
21958
21959 \begin_layout Plain Layout
21960
21961 \end_layout
21962
21963 \end_inset
21964 </cell>
21965 <cell alignment="center" valignment="top" topline="true" usebox="none">
21966 \begin_inset Text
21967
21968 \begin_layout Plain Layout
21969
21970 \end_layout
21971
21972 \end_inset
21973 </cell>
21974 </row>
21975 <row>
21976 <cell alignment="center" valignment="top" topline="true" usebox="none">
21977 \begin_inset Text
21978
21979 \begin_layout Plain Layout
21980
21981 \end_layout
21982
21983 \end_inset
21984 </cell>
21985 <cell alignment="center" valignment="top" topline="true" usebox="none">
21986 \begin_inset Text
21987
21988 \begin_layout Plain Layout
21989 sd
21990 \end_layout
21991
21992 \end_inset
21993 </cell>
21994 <cell alignment="center" valignment="top" topline="true" usebox="none">
21995 \begin_inset Text
21996
21997 \begin_layout Plain Layout
21998
21999 \end_layout
22000
22001 \end_inset
22002 </cell>
22003 </row>
22004 <row>
22005 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22006 \begin_inset Text
22007
22008 \begin_layout Plain Layout
22009
22010 \end_layout
22011
22012 \end_inset
22013 </cell>
22014 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22015 \begin_inset Text
22016
22017 \begin_layout Plain Layout
22018
22019 \end_layout
22020
22021 \end_inset
22022 </cell>
22023 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22024 \begin_inset Text
22025
22026 \begin_layout Plain Layout
22027 sd
22028 \end_layout
22029
22030 \end_inset
22031 </cell>
22032 </row>
22033 </lyxtabular>
22034
22035 \end_inset
22036
22037
22038 \end_layout
22039
22040 \end_inset
22041
22042
22043 \end_layout
22044
22045 \begin_layout Subsection
22046 Dashed Lines
22047 \begin_inset Index idx
22048 status collapsed
22049
22050 \begin_layout Plain Layout
22051 Table Customization ! Dashed Lines
22052 \end_layout
22053
22054 \end_inset
22055
22056
22057 \end_layout
22058
22059 \begin_layout Standard
22060 \begin_inset ERT
22061 status collapsed
22062
22063 \begin_layout Plain Layout
22064
22065
22066 \backslash
22067 ifarydshln
22068 \end_layout
22069
22070 \end_inset
22071
22072
22073 \begin_inset Note Note
22074 status open
22075
22076 \begin_layout Plain Layout
22077 The following section will only be displayed when the LaTeX-package 
22078 \series bold
22079 arydshln
22080 \series default
22081  is installed.
22082 \end_layout
22083
22084 \end_inset
22085
22086
22087 \end_layout
22088
22089 \begin_layout Standard
22090 \begin_inset Float table
22091 placement H
22092 wide false
22093 sideways false
22094 status open
22095
22096 \begin_layout Plain Layout
22097 \begin_inset Caption
22098
22099 \begin_layout Plain Layout
22100 \begin_inset CommandInset label
22101 LatexCommand label
22102 name "tab:Table-with-dashed"
22103
22104 \end_inset
22105
22106 Table with dashed lines
22107 \end_layout
22108
22109 \end_inset
22110
22111
22112 \end_layout
22113
22114 \begin_layout Plain Layout
22115 \align center
22116 \begin_inset Tabular
22117 <lyxtabular version="3" rows="5" columns="5">
22118 <features tabularvalignment="middle">
22119 <column alignment="center" valignment="top" width="0">
22120 <column alignment="center" valignment="top" width="0">
22121 <column alignment="center" valignment="top" width="0" special=":c">
22122 <column alignment="center" valignment="top" width="0">
22123 <column alignment="center" valignment="top" width="0">
22124 <row>
22125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22126 \begin_inset Text
22127
22128 \begin_layout Plain Layout
22129 a
22130 \end_layout
22131
22132 \end_inset
22133 </cell>
22134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22135 \begin_inset Text
22136
22137 \begin_layout Plain Layout
22138 b
22139 \end_layout
22140
22141 \end_inset
22142 </cell>
22143 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22144 \begin_inset Text
22145
22146 \begin_layout Plain Layout
22147 c
22148 \end_layout
22149
22150 \end_inset
22151 </cell>
22152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22153 \begin_inset Text
22154
22155 \begin_layout Plain Layout
22156 d
22157 \end_layout
22158
22159 \end_inset
22160 </cell>
22161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22162 \begin_inset Text
22163
22164 \begin_layout Plain Layout
22165 e
22166 \end_layout
22167
22168 \end_inset
22169 </cell>
22170 </row>
22171 <row>
22172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22173 \begin_inset Text
22174
22175 \begin_layout Plain Layout
22176 f
22177 \end_layout
22178
22179 \end_inset
22180 </cell>
22181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22182 \begin_inset Text
22183
22184 \begin_layout Plain Layout
22185 g
22186 \end_layout
22187
22188 \end_inset
22189 </cell>
22190 <cell alignment="center" valignment="top" topline="true" usebox="none">
22191 \begin_inset Text
22192
22193 \begin_layout Plain Layout
22194 h
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22200 \begin_inset Text
22201
22202 \begin_layout Plain Layout
22203 i
22204 \end_layout
22205
22206 \end_inset
22207 </cell>
22208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212 j
22213 \end_layout
22214
22215 \end_inset
22216 </cell>
22217 </row>
22218 <row>
22219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Plain Layout
22223 \begin_inset ERT
22224 status collapsed
22225
22226 \begin_layout Plain Layout
22227
22228
22229 \backslash
22230 hdashline 
22231 \end_layout
22232
22233 \end_inset
22234
22235 k
22236 \end_layout
22237
22238 \end_inset
22239 </cell>
22240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22241 \begin_inset Text
22242
22243 \begin_layout Plain Layout
22244 l
22245 \end_layout
22246
22247 \end_inset
22248 </cell>
22249 <cell alignment="center" valignment="top" usebox="none">
22250 \begin_inset Text
22251
22252 \begin_layout Plain Layout
22253 m
22254 \end_layout
22255
22256 \end_inset
22257 </cell>
22258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262 n
22263 \end_layout
22264
22265 \end_inset
22266 </cell>
22267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22268 \begin_inset Text
22269
22270 \begin_layout Plain Layout
22271 o
22272 \end_layout
22273
22274 \end_inset
22275 </cell>
22276 </row>
22277 <row>
22278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22279 \begin_inset Text
22280
22281 \begin_layout Plain Layout
22282 \begin_inset ERT
22283 status collapsed
22284
22285 \begin_layout Plain Layout
22286
22287
22288 \backslash
22289 cdashline{4-5}
22290 \end_layout
22291
22292 \end_inset
22293
22294 p
22295 \end_layout
22296
22297 \end_inset
22298 </cell>
22299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22300 \begin_inset Text
22301
22302 \begin_layout Plain Layout
22303 q
22304 \end_layout
22305
22306 \end_inset
22307 </cell>
22308 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22309 \begin_inset Text
22310
22311 \begin_layout Plain Layout
22312 r
22313 \end_layout
22314
22315 \end_inset
22316 </cell>
22317 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22318 \begin_inset Text
22319
22320 \begin_layout Plain Layout
22321 s
22322 \end_layout
22323
22324 \end_inset
22325 </cell>
22326 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22327 \begin_inset Text
22328
22329 \begin_layout Plain Layout
22330
22331 \end_layout
22332
22333 \end_inset
22334 </cell>
22335 </row>
22336 <row>
22337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22338 \begin_inset Text
22339
22340 \begin_layout Plain Layout
22341 t
22342 \end_layout
22343
22344 \end_inset
22345 </cell>
22346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22347 \begin_inset Text
22348
22349 \begin_layout Plain Layout
22350 u
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22356 \begin_inset Text
22357
22358 \begin_layout Plain Layout
22359 v
22360 \end_layout
22361
22362 \end_inset
22363 </cell>
22364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22365 \begin_inset Text
22366
22367 \begin_layout Plain Layout
22368 w
22369 \end_layout
22370
22371 \end_inset
22372 </cell>
22373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22374 \begin_inset Text
22375
22376 \begin_layout Plain Layout
22377 x
22378 \end_layout
22379
22380 \end_inset
22381 </cell>
22382 </row>
22383 </lyxtabular>
22384
22385 \end_inset
22386
22387
22388 \end_layout
22389
22390 \end_inset
22391
22392
22393 \end_layout
22394
22395 \begin_layout Standard
22396 LyX does not natively support dashed lines, so you have to use TeX-Code.
22397  As a prerequisite the LaTeX-package 
22398 \series bold
22399 arydshln
22400 \series default
22401
22402 \begin_inset Index idx
22403 status collapsed
22404
22405 \begin_layout Plain Layout
22406 LaTeX-packages ! arydshln
22407 \end_layout
22408
22409 \end_inset
22410
22411  must be loaded in the document preamble with the command
22412 \end_layout
22413
22414 \begin_layout Standard
22415
22416 \series bold
22417
22418 \backslash
22419 usepackage{arydshln}
22420 \end_layout
22421
22422 \begin_layout Standard
22423 To make a vertical line dashed, enter the colon 
22424 \begin_inset Quotes eld
22425 \end_inset
22426
22427 :
22428 \begin_inset Quotes erd
22429 \end_inset
22430
22431  together with the character for the horizontal alignment as LaTeX-argument
22432  in the table cell dialog.
22433 \end_layout
22434
22435 \begin_layout Standard
22436 For a horizontal dashed line add the command
22437 \end_layout
22438
22439 \begin_layout Standard
22440
22441 \series bold
22442
22443 \backslash
22444 hdashline
22445 \end_layout
22446
22447 \begin_layout Standard
22448 in TeX-Code as first element of the first cell in the table row.
22449 \end_layout
22450
22451 \begin_layout Standard
22452 For dashed multicolumn lines use the command
22453 \end_layout
22454
22455 \begin_layout Standard
22456
22457 \series bold
22458
22459 \backslash
22460 cdashline{line number
22461 \series default
22462 }
22463 \end_layout
22464
22465 \begin_layout Standard
22466 in TeX-Code as the first element of the first cell in the table row.
22467  If you have for example a multicolumn spanning columns 2 to 4 and you want
22468  to have a dashed line above, add the command
22469 \end_layout
22470
22471 \begin_layout Standard
22472
22473 \series bold
22474
22475 \backslash
22476 cdashline{2-4}
22477 \end_layout
22478
22479 \begin_layout Standard
22480 as the first element of the first cell in the row of the multicolumn.
22481 \end_layout
22482
22483 \begin_layout Standard
22484 \begin_inset VSpace bigskip
22485 \end_inset
22486
22487
22488 \end_layout
22489
22490 \begin_layout Standard
22491 Table
22492 \begin_inset space ~
22493 \end_inset
22494
22495
22496 \begin_inset CommandInset ref
22497 LatexCommand ref
22498 reference "tab:Table-with-dashed"
22499
22500 \end_inset
22501
22502  was created using 
22503 \begin_inset Quotes eld
22504 \end_inset
22505
22506
22507 \series bold
22508 :c
22509 \series default
22510
22511 \begin_inset Quotes erd
22512 \end_inset
22513
22514  as LaTeX-argument of the third column.
22515  The TeX-Code command 
22516 \series bold
22517
22518 \backslash
22519 hdashline
22520 \series default
22521  was inserted in the first cell of the third row and the TeX-Code command
22522 \begin_inset Newline newline
22523 \end_inset
22524
22525  
22526 \series bold
22527
22528 \backslash
22529 cdashline{4-5}
22530 \series default
22531  was inserted in the first cell of the fourth row.
22532 \end_layout
22533
22534 \begin_layout Standard
22535 \begin_inset VSpace bigskip
22536 \end_inset
22537
22538
22539 \end_layout
22540
22541 \begin_layout Standard
22542 Tables with dashed lines can also be colored as shown by Table
22543 \begin_inset space ~
22544 \end_inset
22545
22546
22547 \begin_inset CommandInset ref
22548 LatexCommand ref
22549 reference "tab:Colored-table-with"
22550
22551 \end_inset
22552
22553 .
22554 \end_layout
22555
22556 \begin_layout Standard
22557 \begin_inset ERT
22558 status collapsed
22559
22560 \begin_layout Plain Layout
22561
22562
22563 \backslash
22564 setlength{
22565 \backslash
22566 arrayrulewidth}{1pt}
22567 \end_layout
22568
22569 \end_inset
22570
22571
22572 \begin_inset Note Note
22573 status collapsed
22574
22575 \begin_layout Plain Layout
22576 thicker lines for better visualization of the line color
22577 \end_layout
22578
22579 \end_inset
22580
22581
22582 \end_layout
22583
22584 \begin_layout Standard
22585 \begin_inset ERT
22586 status collapsed
22587
22588 \begin_layout Plain Layout
22589
22590
22591 \backslash
22592 dashgapcolor{green}
22593 \end_layout
22594
22595 \end_inset
22596
22597
22598 \begin_inset Note Note
22599 status collapsed
22600
22601 \begin_layout Plain Layout
22602 color gaps between dashes green
22603 \end_layout
22604
22605 \end_inset
22606
22607
22608 \end_layout
22609
22610 \begin_layout Standard
22611 \begin_inset ERT
22612 status collapsed
22613
22614 \begin_layout Plain Layout
22615
22616
22617 \backslash
22618 let
22619 \backslash
22620 myHdashline
22621 \backslash
22622 hdashline
22623 \end_layout
22624
22625 \begin_layout Plain Layout
22626
22627
22628 \backslash
22629 renewcommand{
22630 \backslash
22631 hdashline}
22632 \end_layout
22633
22634 \begin_layout Plain Layout
22635
22636  {
22637 \backslash
22638 arrayrulecolor{red}
22639 \backslash
22640 myHdashline
22641 \backslash
22642 arrayrulecolor{black}}
22643 \end_layout
22644
22645 \end_inset
22646
22647
22648 \begin_inset Note Note
22649 status collapsed
22650
22651 \begin_layout Plain Layout
22652 color horizontal, dashed lines red
22653 \end_layout
22654
22655 \end_inset
22656
22657
22658 \end_layout
22659
22660 \begin_layout Standard
22661 \begin_inset ERT
22662 status collapsed
22663
22664 \begin_layout Plain Layout
22665
22666
22667 \backslash
22668 let
22669 \backslash
22670 myCdashline
22671 \backslash
22672 cdashline
22673 \end_layout
22674
22675 \begin_layout Plain Layout
22676
22677
22678 \backslash
22679 renewcommand{
22680 \backslash
22681 cdashline}[1]
22682 \end_layout
22683
22684 \begin_layout Plain Layout
22685
22686  {
22687 \backslash
22688 arrayrulecolor{yellow}
22689 \backslash
22690 myCdashline{#1}
22691 \backslash
22692 arrayrulecolor{black}}
22693 \end_layout
22694
22695 \end_inset
22696
22697
22698 \begin_inset Note Note
22699 status collapsed
22700
22701 \begin_layout Plain Layout
22702 color partial horizontal, dashed lines yellow
22703 \end_layout
22704
22705 \end_inset
22706
22707
22708 \end_layout
22709
22710 \begin_layout Standard
22711 \begin_inset Float table
22712 placement h
22713 wide false
22714 sideways false
22715 status open
22716
22717 \begin_layout Plain Layout
22718 \begin_inset Caption
22719
22720 \begin_layout Plain Layout
22721 \begin_inset CommandInset label
22722 LatexCommand label
22723 name "tab:Colored-table-with"
22724
22725 \end_inset
22726
22727 Colored table with dashed lines
22728 \end_layout
22729
22730 \end_inset
22731
22732
22733 \end_layout
22734
22735 \begin_layout Plain Layout
22736 \align center
22737 \begin_inset Tabular
22738 <lyxtabular version="3" rows="5" columns="5">
22739 <features tabularvalignment="middle">
22740 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
22741 <column alignment="center" valignment="top" width="0pt">
22742 <column alignment="center" valignment="top" width="0pt" special=":c">
22743 <column alignment="center" valignment="top" width="0">
22744 <column alignment="center" valignment="top" width="0">
22745 <row>
22746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750 a
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 <cell alignment="center" valignment="top" topline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759 b
22760 \end_layout
22761
22762 \end_inset
22763 </cell>
22764 <cell alignment="center" valignment="top" topline="true" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768 c
22769 \end_layout
22770
22771 \end_inset
22772 </cell>
22773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22774 \begin_inset Text
22775
22776 \begin_layout Plain Layout
22777 d
22778 \end_layout
22779
22780 \end_inset
22781 </cell>
22782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22783 \begin_inset Text
22784
22785 \begin_layout Plain Layout
22786 e
22787 \end_layout
22788
22789 \end_inset
22790 </cell>
22791 </row>
22792 <row>
22793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22794 \begin_inset Text
22795
22796 \begin_layout Plain Layout
22797 f
22798 \end_layout
22799
22800 \end_inset
22801 </cell>
22802 <cell alignment="center" valignment="top" topline="true" usebox="none">
22803 \begin_inset Text
22804
22805 \begin_layout Plain Layout
22806 g
22807 \end_layout
22808
22809 \end_inset
22810 </cell>
22811 <cell alignment="center" valignment="top" topline="true" usebox="none">
22812 \begin_inset Text
22813
22814 \begin_layout Plain Layout
22815 h
22816 \end_layout
22817
22818 \end_inset
22819 </cell>
22820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22821 \begin_inset Text
22822
22823 \begin_layout Plain Layout
22824 i
22825 \end_layout
22826
22827 \end_inset
22828 </cell>
22829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22830 \begin_inset Text
22831
22832 \begin_layout Plain Layout
22833 j
22834 \end_layout
22835
22836 \end_inset
22837 </cell>
22838 </row>
22839 <row>
22840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22841 \begin_inset Text
22842
22843 \begin_layout Plain Layout
22844 \begin_inset ERT
22845 status collapsed
22846
22847 \begin_layout Plain Layout
22848
22849
22850 \backslash
22851 hdashline 
22852 \end_layout
22853
22854 \end_inset
22855
22856
22857 \begin_inset ERT
22858 status collapsed
22859
22860 \begin_layout Plain Layout
22861
22862
22863 \backslash
22864 rowcolor{Gray}
22865 \end_layout
22866
22867 \end_inset
22868
22869 k
22870 \end_layout
22871
22872 \end_inset
22873 </cell>
22874 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22875 \begin_inset Text
22876
22877 \begin_layout Plain Layout
22878 l
22879 \end_layout
22880
22881 \end_inset
22882 </cell>
22883 <cell alignment="center" valignment="top" usebox="none">
22884 \begin_inset Text
22885
22886 \begin_layout Plain Layout
22887 m
22888 \end_layout
22889
22890 \end_inset
22891 </cell>
22892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22893 \begin_inset Text
22894
22895 \begin_layout Plain Layout
22896 n
22897 \end_layout
22898
22899 \end_inset
22900 </cell>
22901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22902 \begin_inset Text
22903
22904 \begin_layout Plain Layout
22905 o
22906 \end_layout
22907
22908 \end_inset
22909 </cell>
22910 </row>
22911 <row>
22912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22913 \begin_inset Text
22914
22915 \begin_layout Plain Layout
22916 \begin_inset ERT
22917 status collapsed
22918
22919 \begin_layout Plain Layout
22920
22921
22922 \backslash
22923 cdashline{4-5}
22924 \end_layout
22925
22926 \end_inset
22927
22928 p
22929 \end_layout
22930
22931 \end_inset
22932 </cell>
22933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937 q
22938 \end_layout
22939
22940 \end_inset
22941 </cell>
22942 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22943 \begin_inset Text
22944
22945 \begin_layout Plain Layout
22946 r
22947 \end_layout
22948
22949 \end_inset
22950 </cell>
22951 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22952 \begin_inset Text
22953
22954 \begin_layout Plain Layout
22955 s
22956 \end_layout
22957
22958 \end_inset
22959 </cell>
22960 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22961 \begin_inset Text
22962
22963 \begin_layout Plain Layout
22964
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 </row>
22970 <row>
22971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22972 \begin_inset Text
22973
22974 \begin_layout Plain Layout
22975 t
22976 \end_layout
22977
22978 \end_inset
22979 </cell>
22980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22981 \begin_inset Text
22982
22983 \begin_layout Plain Layout
22984 u
22985 \end_layout
22986
22987 \end_inset
22988 </cell>
22989 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22990 \begin_inset Text
22991
22992 \begin_layout Plain Layout
22993 v
22994 \end_layout
22995
22996 \end_inset
22997 </cell>
22998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22999 \begin_inset Text
23000
23001 \begin_layout Plain Layout
23002 w
23003 \end_layout
23004
23005 \end_inset
23006 </cell>
23007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23008 \begin_inset Text
23009
23010 \begin_layout Plain Layout
23011 \begin_inset ERT
23012 status collapsed
23013
23014 \begin_layout Plain Layout
23015
23016
23017 \backslash
23018 cellcolor{Maroon}
23019 \end_layout
23020
23021 \end_inset
23022
23023 i
23024 \end_layout
23025
23026 \end_inset
23027 </cell>
23028 </row>
23029 </lyxtabular>
23030
23031 \end_inset
23032
23033
23034 \end_layout
23035
23036 \end_inset
23037
23038
23039 \end_layout
23040
23041 \begin_layout Standard
23042 \begin_inset ERT
23043 status collapsed
23044
23045 \begin_layout Plain Layout
23046
23047
23048 \backslash
23049 renewcommand{
23050 \backslash
23051 hdashline}{
23052 \backslash
23053 myHdashline}
23054 \end_layout
23055
23056 \end_inset
23057
23058
23059 \begin_inset Note Note
23060 status collapsed
23061
23062 \begin_layout Plain Layout
23063 reset to default
23064 \end_layout
23065
23066 \end_inset
23067
23068
23069 \end_layout
23070
23071 \begin_layout Standard
23072 \begin_inset ERT
23073 status collapsed
23074
23075 \begin_layout Plain Layout
23076
23077
23078 \backslash
23079 renewcommand{
23080 \backslash
23081 cdashline}{
23082 \backslash
23083 myCdashline}
23084 \end_layout
23085
23086 \end_inset
23087
23088
23089 \begin_inset Note Note
23090 status collapsed
23091
23092 \begin_layout Plain Layout
23093 reset to default
23094 \end_layout
23095
23096 \end_inset
23097
23098
23099 \end_layout
23100
23101 \begin_layout Standard
23102 \begin_inset ERT
23103 status collapsed
23104
23105 \begin_layout Plain Layout
23106
23107
23108 \backslash
23109 nodashgapcolor
23110 \end_layout
23111
23112 \end_inset
23113
23114
23115 \begin_inset Note Note
23116 status collapsed
23117
23118 \begin_layout Plain Layout
23119 reset to default
23120 \end_layout
23121
23122 \end_inset
23123
23124
23125 \end_layout
23126
23127 \begin_layout Standard
23128 \begin_inset ERT
23129 status collapsed
23130
23131 \begin_layout Plain Layout
23132
23133
23134 \backslash
23135 setlength{
23136 \backslash
23137 arrayrulewidth}{0.4pt}
23138 \end_layout
23139
23140 \end_inset
23141
23142
23143 \begin_inset Note Note
23144 status collapsed
23145
23146 \begin_layout Plain Layout
23147 reset to default
23148 \end_layout
23149
23150 \end_inset
23151
23152
23153 \end_layout
23154
23155 \begin_layout Standard
23156 The coloring of lines, columns and lines works as decribed in section
23157 \begin_inset space ~
23158 \end_inset
23159
23160
23161 \begin_inset CommandInset ref
23162 LatexCommand ref
23163 reference "sec:Colored-Tables"
23164
23165 \end_inset
23166
23167 .
23168  Coloring horizontal lines works analogically as described there as well,
23169  one only needs to replace in the commands 
23170 \series bold
23171
23172 \backslash
23173 myHlineC
23174 \series default
23175  by 
23176 \series bold
23177
23178 \backslash
23179 myHdashline
23180 \series default
23181  and 
23182 \backslash
23183
23184 \series bold
23185 hline
23186 \series default
23187  by 
23188 \series bold
23189
23190 \backslash
23191 hdashline
23192 \series default
23193 ; so one uses the command
23194 \end_layout
23195
23196 \begin_layout Standard
23197
23198 \series bold
23199
23200 \backslash
23201 let
23202 \backslash
23203 myHdashline
23204 \backslash
23205 hdashline
23206 \begin_inset Newline newline
23207 \end_inset
23208
23209
23210 \backslash
23211 renewcommand{
23212 \backslash
23213 hdashline}
23214 \begin_inset Newline newline
23215 \end_inset
23216
23217
23218 \begin_inset Phantom HPhantom
23219 status open
23220
23221 \begin_layout Plain Layout
23222 \begin_inset space ~
23223 \end_inset
23224
23225
23226 \end_layout
23227
23228 \end_inset
23229
23230 {
23231 \backslash
23232 arrayrulecolor{red}
23233 \backslash
23234 myHdashline
23235 \backslash
23236 arrayrulecolor{black}}
23237 \end_layout
23238
23239 \begin_layout Standard
23240 To color 
23241 \series bold
23242
23243 \backslash
23244 cdashline
23245 \series default
23246 , the command is
23247 \end_layout
23248
23249 \begin_layout Standard
23250
23251 \series bold
23252
23253 \backslash
23254 let
23255 \backslash
23256 myCdashline
23257 \backslash
23258 cdashline
23259 \begin_inset Newline newline
23260 \end_inset
23261
23262
23263 \backslash
23264 renewcommand{
23265 \backslash
23266 cdashline}[1]
23267 \begin_inset Newline newline
23268 \end_inset
23269
23270
23271 \begin_inset Phantom HPhantom
23272 status open
23273
23274 \begin_layout Plain Layout
23275 \begin_inset space ~
23276 \end_inset
23277
23278
23279 \end_layout
23280
23281 \end_inset
23282
23283 {
23284 \backslash
23285 arrayrulecolor{red}
23286 \backslash
23287 myCdashline{#1}
23288 \backslash
23289 arrayrulecolor{black}}
23290 \end_layout
23291
23292 \begin_layout Standard
23293 To get back the black line color, one needs to insert the following commands
23294  as TeX-Code behind the table:
23295 \end_layout
23296
23297 \begin_layout Standard
23298 For 
23299 \series bold
23300
23301 \backslash
23302 hdashline
23303 \end_layout
23304
23305 \begin_layout Standard
23306
23307 \series bold
23308
23309 \backslash
23310 renewcommand{
23311 \backslash
23312 hdashline}{
23313 \backslash
23314 myHdashline}
23315 \end_layout
23316
23317 \begin_layout Standard
23318 and for 
23319 \series bold
23320
23321 \backslash
23322 cdashline
23323 \end_layout
23324
23325 \begin_layout Standard
23326
23327 \series bold
23328
23329 \backslash
23330 renewcommand{
23331 \backslash
23332 cdashline}{
23333 \backslash
23334 myCdashline}
23335 \end_layout
23336
23337 \begin_layout Standard
23338 To color the gaps between the dashes the command
23339 \end_layout
23340
23341 \begin_layout Standard
23342
23343 \series bold
23344
23345 \backslash
23346 dashgapcolor{color}
23347 \end_layout
23348
23349 \begin_layout Standard
23350 can be used in front of a table as TeX-Code.
23351  color is hereby the name of a defined color.
23352  The command
23353 \end_layout
23354
23355 \begin_layout Standard
23356
23357 \series bold
23358
23359 \backslash
23360 nodashgapcolor
23361 \end_layout
23362
23363 \begin_layout Standard
23364 unsets the changes made by 
23365 \series bold
23366
23367 \backslash
23368 dashgapcolor
23369 \series default
23370 .
23371 \end_layout
23372
23373 \begin_layout Standard
23374 \begin_inset Note Greyedout
23375 status open
23376
23377 \begin_layout Plain Layout
23378
23379 \series bold
23380 \color none
23381 Note
23382 \series default
23383 : If there are multiple commands in a cell, the command of 
23384 \series bold
23385 arydshln
23386 \series default
23387  needs to be the first one in the cell.
23388  Therefore in cell 
23389 \emph on
23390 k
23391 \emph default
23392  of Table
23393 \begin_inset space ~
23394 \end_inset
23395
23396
23397 \begin_inset CommandInset ref
23398 LatexCommand ref
23399 reference "tab:Colored-table-with"
23400
23401 \end_inset
23402
23403  the command 
23404 \series bold
23405
23406 \backslash
23407 hdashline
23408 \series default
23409  is before 
23410 \series bold
23411
23412 \backslash
23413 rowcolor
23414 \series default
23415 .
23416 \end_layout
23417
23418 \end_inset
23419
23420
23421 \end_layout
23422
23423 \begin_layout Standard
23424 \begin_inset Note Greyedout
23425 status open
23426
23427 \begin_layout Plain Layout
23428
23429 \series bold
23430 \color none
23431 Note:
23432 \series default
23433  The LaTeX-package 
23434 \series bold
23435 arydshln
23436 \series default
23437  must be loaded in the document preamble before the LaTeX-package 
23438 \series bold
23439 colortbl
23440 \series default
23441
23442 \begin_inset Index idx
23443 status collapsed
23444
23445 \begin_layout Plain Layout
23446 LaTeX-packages ! colortbl
23447 \end_layout
23448
23449 \end_inset
23450
23451 .
23452 \end_layout
23453
23454 \end_inset
23455
23456
23457 \end_layout
23458
23459 \begin_layout Standard
23460 \begin_inset ERT
23461 status collapsed
23462
23463 \begin_layout Plain Layout
23464
23465
23466 \backslash
23467 else
23468 \end_layout
23469
23470 \end_inset
23471
23472
23473 \begin_inset Note Note
23474 status open
23475
23476 \begin_layout Plain Layout
23477 The following will be displayed when the LaTeX-package 
23478 \series bold
23479 arydshln
23480 \series default
23481  is not installed:
23482 \end_layout
23483
23484 \end_inset
23485
23486
23487 \end_layout
23488
23489 \begin_layout Standard
23490 You need to install the package 
23491 \series bold
23492 arydshln
23493 \series default
23494  to see the content of this section in the output.
23495 \end_layout
23496
23497 \begin_layout Standard
23498 \begin_inset ERT
23499 status collapsed
23500
23501 \begin_layout Plain Layout
23502
23503
23504 \backslash
23505 fi
23506 \end_layout
23507
23508 \end_inset
23509
23510
23511 \end_layout
23512
23513 \begin_layout Standard
23514 For more information about dashed lines see the documentation of 
23515 \series bold
23516 arydshln
23517 \series default
23518
23519 \begin_inset CommandInset citation
23520 LatexCommand cite
23521 key "arydshln"
23522
23523 \end_inset
23524
23525 .
23526 \end_layout
23527
23528 \begin_layout Chapter
23529 Floats
23530 \begin_inset CommandInset label
23531 LatexCommand label
23532 name "chap:Floats"
23533
23534 \end_inset
23535
23536
23537 \begin_inset Index idx
23538 status collapsed
23539
23540 \begin_layout Plain Layout
23541 Floats
23542 \end_layout
23543
23544 \end_inset
23545
23546
23547 \end_layout
23548
23549 \begin_layout Section
23550 Introduction
23551 \begin_inset CommandInset label
23552 LatexCommand label
23553 name "sec:FloatIntroduction"
23554
23555 \end_inset
23556
23557
23558 \begin_inset Index idx
23559 status collapsed
23560
23561 \begin_layout Plain Layout
23562 Floats ! Introduction
23563 \end_layout
23564
23565 \end_inset
23566
23567
23568 \end_layout
23569
23570 \begin_layout Standard
23571 A float is a block of text associated with some sort of label, which doesn't
23572  have a fixed location.
23573  It can 
23574 \begin_inset Quotes eld
23575 \end_inset
23576
23577 float
23578 \begin_inset Quotes erd
23579 \end_inset
23580
23581  forward or backward a page or two, to wherever it fits best.
23582  
23583 \family sans
23584 Footnotes
23585 \family default
23586  and 
23587 \family sans
23588 Margin
23589 \begin_inset space ~
23590 \end_inset
23591
23592 Notes
23593 \family default
23594  are also floats because they can float to the next page when there are
23595  too many notes on the page.
23596 \end_layout
23597
23598 \begin_layout Standard
23599 Floats allow a high quality layout.
23600  Images and tables can be spread evenly among the pages to avoid white space
23601  and pages without text.
23602  As the floating often destroys the context between the text and the image/table
23603 , every float can be referenced in the text.
23604  Floats are therefore numbered.
23605  Referencing is described in section
23606 \begin_inset space ~
23607 \end_inset
23608
23609
23610 \begin_inset CommandInset ref
23611 LatexCommand ref
23612 reference "sec:Referencing-Floats"
23613
23614 \end_inset
23615
23616 .
23617 \end_layout
23618
23619 \begin_layout Standard
23620 To insert a float, use the menu 
23621 \family sans
23622 Insert\SpecialChar \menuseparator
23623 Float
23624 \family default
23625 .
23626  This inserts the 
23627 \family sans
23628 Caption
23629 \family default
23630  inset, a box with a label.
23631  The label will automatically be translated to the document language in
23632  the output.
23633  After the label you can insert the caption text.
23634  The image or table is inserted above or below the caption in a separate
23635  paragraph within the float.
23636  More about the caption placement is contained in section
23637 \begin_inset space ~
23638 \end_inset
23639
23640
23641 \begin_inset CommandInset ref
23642 LatexCommand ref
23643 reference "sec:Caption-Placement"
23644
23645 \end_inset
23646
23647 .
23648  To keep your LyX-document readable, you can open and close the float box
23649  by left-clicking on the box label.
23650  A closed float box looks like this: 
23651 \begin_inset Graphics
23652         filename clipart/floatQt4.png
23653         scale 70
23654         scaleBeforeRotation
23655
23656 \end_inset
23657
23658  â€“ a gray button with a red label.
23659 \end_layout
23660
23661 \begin_layout Standard
23662 It is recommended that you insert floats as separate standard paragraphs
23663  to avoid possible LaTeX-errors that can occur when the surrounding text
23664  is specially formatted.
23665 \end_layout
23666
23667 \begin_layout Standard
23668 Existing figures or tables can be put into a float by highlighting them
23669  and then pressing the corresponding toolbar button for a new float.
23670 \end_layout
23671
23672 \begin_layout Section
23673 Float Types
23674 \end_layout
23675
23676 \begin_layout Standard
23677 Besides figure and table floats that are described in sections
23678 \begin_inset space ~
23679 \end_inset
23680
23681
23682 \begin_inset CommandInset ref
23683 LatexCommand ref
23684 reference "sec:Figure-Floats"
23685
23686 \end_inset
23687
23688  and 
23689 \begin_inset CommandInset ref
23690 LatexCommand ref
23691 reference "sec:Table-Floats"
23692
23693 \end_inset
23694
23695  respectively, LyX offers the float types 
23696 \family sans
23697 Algorithm
23698 \family default
23699  and 
23700 \family sans
23701 Wrap
23702 \family default
23703 .
23704  The latter are explained in sec.
23705 \begin_inset space \thinspace{}
23706 \end_inset
23707
23708
23709 \begin_inset CommandInset ref
23710 LatexCommand ref
23711 reference "sec:Wrap-Floats"
23712
23713 \end_inset
23714
23715 .
23716 \end_layout
23717
23718 \begin_layout Subsection
23719 Algorithm Floats
23720 \begin_inset Index idx
23721 status collapsed
23722
23723 \begin_layout Plain Layout
23724 Floats ! Algorithms
23725 \end_layout
23726
23727 \end_inset
23728
23729
23730 \end_layout
23731
23732 \begin_layout Standard
23733 \begin_inset Float algorithm
23734 placement h
23735 wide false
23736 sideways false
23737 status open
23738
23739 \begin_layout Plain Layout
23740 \begin_inset Caption
23741
23742 \begin_layout Plain Layout
23743 \begin_inset CommandInset label
23744 LatexCommand label
23745 name "alg:Example-Algorithm-float"
23746
23747 \end_inset
23748
23749 Example Algorithm float
23750 \end_layout
23751
23752 \end_inset
23753
23754
23755 \end_layout
23756
23757 \begin_layout LyX-Code
23758 for I in 1..N loop
23759 \begin_inset Newline newline
23760 \end_inset
23761
23762  Sum:= Sum + A(I); /*comment*/
23763 \begin_inset Newline newline
23764 \end_inset
23765
23766 end loop
23767 \begin_inset VSpace -4mm
23768 \end_inset
23769
23770
23771 \end_layout
23772
23773 \end_inset
23774
23775
23776 \end_layout
23777
23778 \begin_layout Standard
23779 This float type is inserted with the menu 
23780 \family sans
23781 Insert\SpecialChar \menuseparator
23782 Float\SpecialChar \menuseparator
23783 Algorithm
23784 \family default
23785 .
23786  It is used for program codes and descriptions of algorithms and can be
23787  seen as an alternative to program code listings that are explained in chapter
23788 \begin_inset space ~
23789 \end_inset
23790
23791
23792 \begin_inset CommandInset ref
23793 LatexCommand ref
23794 reference "cha:Program-Code-Listings"
23795
23796 \end_inset
23797
23798 .
23799  A possible environment for algorithms is the 
23800 \family sans
23801 LyX-Code
23802 \family default
23803 , described in LyX's 
23804 \emph on
23805 Userguide
23806 \emph default
23807 .
23808  Algorithm
23809 \begin_inset space ~
23810 \end_inset
23811
23812
23813 \begin_inset CommandInset ref
23814 LatexCommand ref
23815 reference "alg:Example-Algorithm-float"
23816
23817 \end_inset
23818
23819  is an example of an algorithm float where -4
23820 \begin_inset space \thinspace{}
23821 \end_inset
23822
23823 mm vertical space was added at the end of the float to have the bottom rule
23824  exactly below the last text line.
23825 \end_layout
23826
23827 \begin_layout Standard
23828 The float label is not automatically translated into the document language.
23829  If your document is not in English, you have to do this manually by adding
23830  the following line to the document preamble
23831 \series bold
23832 :
23833 \end_layout
23834
23835 \begin_layout Standard
23836
23837 \series bold
23838
23839 \backslash
23840 floatname{algorithm}{your
23841 \begin_inset space ~
23842 \end_inset
23843
23844 name}
23845 \end_layout
23846
23847 \begin_layout Standard
23848 where 
23849 \family sans
23850 your
23851 \begin_inset space ~
23852 \end_inset
23853
23854 name
23855 \family default
23856  is the word 
23857 \begin_inset Quotes eld
23858 \end_inset
23859
23860
23861 \emph on
23862 algorithm
23863 \emph default
23864
23865 \begin_inset Quotes erd
23866 \end_inset
23867
23868  in your language.
23869 \end_layout
23870
23871 \begin_layout Standard
23872 To insert the list of algorithms you can use the menu 
23873 \family sans
23874 Insert\SpecialChar \menuseparator
23875 List
23876 \begin_inset space \thinspace{}
23877 \end_inset
23878
23879 /
23880 \begin_inset space \thinspace{}
23881 \end_inset
23882
23883 TOC\SpecialChar \menuseparator
23884 List of Algorithms
23885 \family default
23886  when your document has the same language as LyX's menu names.
23887  In other cases use this command in TeX-Code instead:
23888 \end_layout
23889
23890 \begin_layout Standard
23891
23892 \series bold
23893
23894 \backslash
23895 listof{algorithm}{your
23896 \begin_inset space ~
23897 \end_inset
23898
23899 name}
23900 \end_layout
23901
23902 \begin_layout Standard
23903 where 
23904 \family sans
23905 your
23906 \begin_inset space ~
23907 \end_inset
23908
23909 name
23910 \family default
23911  is the word 
23912 \begin_inset Quotes eld
23913 \end_inset
23914
23915
23916 \emph on
23917 List of Algorithm
23918 \emph default
23919 s
23920 \begin_inset Quotes erd
23921 \end_inset
23922
23923  in your language.
23924 \end_layout
23925
23926 \begin_layout Standard
23927 Algorithm floats are not by default numbered in the scheme 
23928 \begin_inset Quotes eld
23929 \end_inset
23930
23931 chapter.algorithm
23932 \begin_inset Quotes erd
23933 \end_inset
23934
23935  as is the case for table and figure floats in many document-classes.
23936  To number algorithm floats in the same scheme, add this command to your
23937  document preamble:
23938 \end_layout
23939
23940 \begin_layout Standard
23941
23942 \series bold
23943
23944 \backslash
23945 numberwithin{algorithm}{chapter}
23946 \end_layout
23947
23948 \begin_layout Standard
23949 To be able to use the command 
23950 \series bold
23951
23952 \backslash
23953 numberwithin
23954 \series default
23955 , set in the tab 
23956 \family sans
23957 Math
23958 \begin_inset space ~
23959 \end_inset
23960
23961 Options
23962 \family default
23963  in the document settings the option 
23964 \family sans
23965 Use
23966 \begin_inset space ~
23967 \end_inset
23968
23969 AMS
23970 \begin_inset space ~
23971 \end_inset
23972
23973 math
23974 \begin_inset space ~
23975 \end_inset
23976
23977 package
23978 \family default
23979 .
23980 \end_layout
23981
23982 \begin_layout Section
23983 Float Numbering
23984 \begin_inset Index idx
23985 status collapsed
23986
23987 \begin_layout Plain Layout
23988 Floats ! Numbering
23989 \end_layout
23990
23991 \end_inset
23992
23993
23994 \end_layout
23995
23996 \begin_layout Standard
23997 Floats are usually numbered either independently from the sections the floats
23998  are in, or in the scheme 
23999 \begin_inset Quotes eld
24000 \end_inset
24001
24002 chapter.number
24003 \begin_inset Quotes erd
24004 \end_inset
24005
24006  or 
24007 \begin_inset Quotes eld
24008 \end_inset
24009
24010 section.number
24011 \begin_inset Quotes erd
24012 \end_inset
24013
24014 .
24015  This depends on the document class used.
24016 \end_layout
24017
24018 \begin_layout Standard
24019 To change section-independent numbering, you can use this command in the
24020  document preamble:
24021 \end_layout
24022
24023 \begin_layout Standard
24024
24025 \series bold
24026
24027 \backslash
24028 renewcommand{
24029 \backslash
24030 thetable}{
24031 \backslash
24032 roman{table}}
24033 \end_layout
24034
24035 \begin_layout Standard
24036
24037 \series bold
24038
24039 \backslash
24040 thetable
24041 \series default
24042  is the command that prints the table number.
24043  For figure floats, the command would be 
24044 \series bold
24045
24046 \backslash
24047 thefigure
24048 \series default
24049 .
24050  
24051 \series bold
24052
24053 \backslash
24054 roman
24055 \series default
24056  in the command above prints the table number as a small roman number.
24057 \end_layout
24058
24059 \begin_layout Standard
24060 To change the numbering scheme for example to 
24061 \begin_inset Quotes eld
24062 \end_inset
24063
24064 subsection.number
24065 \begin_inset Quotes erd
24066 \end_inset
24067
24068 , use this command in the preamble:
24069 \end_layout
24070
24071 \begin_layout Standard
24072
24073 \series bold
24074
24075 \backslash
24076 numberwithin{table}{subsection}
24077 \end_layout
24078
24079 \begin_layout Standard
24080 To be able to use the command 
24081 \series bold
24082
24083 \backslash
24084 numberwithin
24085 \series default
24086 , set in the tab 
24087 \family sans
24088 Math
24089 \begin_inset space ~
24090 \end_inset
24091
24092 Options
24093 \family default
24094  in the document settings the option 
24095 \family sans
24096 Use
24097 \begin_inset space ~
24098 \end_inset
24099
24100 AMS
24101 \begin_inset space ~
24102 \end_inset
24103
24104 math
24105 \begin_inset space ~
24106 \end_inset
24107
24108 package
24109 \family default
24110 .
24111 \end_layout
24112
24113 \begin_layout Standard
24114 Please also have a look at section
24115 \begin_inset space ~
24116 \end_inset
24117
24118
24119 \begin_inset CommandInset ref
24120 LatexCommand ref
24121 reference "sub:Footnote-Numbering"
24122
24123 \end_inset
24124
24125  for the details and important notes about the numbering commands.
24126 \end_layout
24127
24128 \begin_layout Section
24129 Referencing Floats
24130 \begin_inset CommandInset label
24131 LatexCommand label
24132 name "sec:Referencing-Floats"
24133
24134 \end_inset
24135
24136
24137 \begin_inset Index idx
24138 status collapsed
24139
24140 \begin_layout Plain Layout
24141 Floats ! References
24142 \end_layout
24143
24144 \end_inset
24145
24146
24147 \begin_inset Index idx
24148 status collapsed
24149
24150 \begin_layout Plain Layout
24151 References ! to Floats
24152 \end_layout
24153
24154 \end_inset
24155
24156
24157 \end_layout
24158
24159 \begin_layout Standard
24160 To reference a float, insert a label into its caption using the menu 
24161 \family sans
24162 Insert\SpecialChar \menuseparator
24163 Label
24164 \family default
24165  or the toolbar button 
24166 \family sans
24167
24168 \begin_inset Info
24169 type  "icon"
24170 arg   "label-insert"
24171 \end_inset
24172
24173
24174 \family default
24175 .
24176  A grey label box like this one: 
24177 \begin_inset Graphics
24178         filename clipart/labelQt4.png
24179         scale 85
24180         scaleBeforeRotation
24181
24182 \end_inset
24183
24184  will be inserted and the label window pops up asking for the label text.
24185  LyX offers as text the first words of the caption with a prefix.
24186  The prefix depends on the float type, e.
24187 \begin_inset space \thinspace{}
24188 \end_inset
24189
24190 g.
24191 \begin_inset space \space{}
24192 \end_inset
24193
24194 for figure floats the prefix will be "
24195 \family sans
24196 fig:
24197 \family default
24198 ".
24199 \end_layout
24200
24201 \begin_layout Standard
24202 The label is used as anchor and name for the reference.
24203  You can refer to the label using the menu 
24204 \family sans
24205 Insert\SpecialChar \menuseparator
24206 Cross-reference
24207 \family default
24208  or the toolbar button 
24209 \family sans
24210
24211 \begin_inset Info
24212 type  "icon"
24213 arg   "dialog-show-new-inset ref"
24214 \end_inset
24215
24216
24217 \family default
24218 .
24219  The cross-reference window appears showing all labels of the document.
24220  If you have multiple LyX-documents opened, choose the one you are working
24221  on from the drop-list at the top of the dialog.
24222  You can now sort the labels alphabetically and then choose one.
24223  A grey cross-reference box like this one: 
24224 \begin_inset Graphics
24225         filename clipart/referenceQt4.png
24226         scale 85
24227         scaleBeforeRotation
24228
24229 \end_inset
24230
24231  will be inserted.
24232  At the position of the cross-reference box the float number will appear
24233  in the output.
24234 \end_layout
24235
24236 \begin_layout Standard
24237 It is recommended that you use a protected space between the cross-reference
24238  name and its number to avoid line breaks between them.
24239  If a cross-reference refers to a non-existing label, you will see two question
24240  marks in the output instead of the reference.
24241 \end_layout
24242
24243 \begin_layout Standard
24244 You can change labels at any time by clicking on the label box.
24245  References to the changed label will automatically update their links to
24246  the new label text.
24247 \end_layout
24248
24249 \begin_layout Standard
24250 The button 
24251 \family sans
24252 Go
24253 \begin_inset space ~
24254 \end_inset
24255
24256 to
24257 \begin_inset space ~
24258 \end_inset
24259
24260 Label
24261 \family default
24262  in the cross-reference window sets the cursor before the referred label.
24263  The button text changes then to Go
24264 \begin_inset space ~
24265 \end_inset
24266
24267 Back and you can use it to set the cursor back to the cross-reference.
24268 \end_layout
24269
24270 \begin_layout Subsection
24271 Cross-Reference Formats
24272 \begin_inset CommandInset label
24273 LatexCommand label
24274 name "sub:Cross-Reference-Formats"
24275
24276 \end_inset
24277
24278
24279 \begin_inset Index idx
24280 status collapsed
24281
24282 \begin_layout Plain Layout
24283 References ! Formats
24284 \end_layout
24285
24286 \end_inset
24287
24288
24289 \end_layout
24290
24291 \begin_layout Standard
24292 There are six varieties of cross-references:
24293 \end_layout
24294
24295 \begin_layout Description
24296 <reference>: prints the float number, this is the default: 
24297 \begin_inset CommandInset ref
24298 LatexCommand ref
24299 reference "fig:Two-distorted-images"
24300
24301 \end_inset
24302
24303
24304 \end_layout
24305
24306 \begin_layout Description
24307 (<reference>): prints the float number within two parentheses, this is the
24308  style normally used to reference formulas, especially when the reference
24309  name 
24310 \begin_inset Quotes eld
24311 \end_inset
24312
24313 Equation
24314 \begin_inset Quotes erd
24315 \end_inset
24316
24317  is omitted: 
24318 \begin_inset CommandInset ref
24319 LatexCommand eqref
24320 reference "eq:Wgn"
24321
24322 \end_inset
24323
24324
24325 \end_layout
24326
24327 \begin_layout Description
24328 <page>: prints the page number: Page
24329 \begin_inset space ~
24330 \end_inset
24331
24332
24333 \begin_inset CommandInset ref
24334 LatexCommand pageref
24335 reference "fig:Two-distorted-images"
24336
24337 \end_inset
24338
24339
24340 \end_layout
24341
24342 \begin_layout Description
24343 on
24344 \begin_inset space ~
24345 \end_inset
24346
24347 page
24348 \begin_inset space ~
24349 \end_inset
24350
24351 <page>: prints the text "on page" and the page number: 
24352 \begin_inset CommandInset ref
24353 LatexCommand vpageref
24354 reference "fig:Two-distorted-images"
24355
24356 \end_inset
24357
24358
24359 \end_layout
24360
24361 \begin_layout Description
24362 <reference>
24363 \begin_inset space ~
24364 \end_inset
24365
24366 on
24367 \begin_inset space ~
24368 \end_inset
24369
24370 page
24371 \begin_inset space ~
24372 \end_inset
24373
24374 <page>: prints the float number, the text "on page", and the page number:
24375  
24376 \begin_inset CommandInset ref
24377 LatexCommand vref
24378 reference "fig:Two-distorted-images"
24379
24380 \end_inset
24381
24382
24383 \end_layout
24384
24385 \begin_layout Description
24386 Formatted
24387 \begin_inset space ~
24388 \end_inset
24389
24390 reference: prints a self-defined cross-reference format.
24391 \begin_inset Newline newline
24392 \end_inset
24393
24394
24395 \begin_inset Note Greyedout
24396 status open
24397
24398 \begin_layout Plain Layout
24399
24400 \series bold
24401 Note:
24402 \series default
24403  This feature is only available when you have the LaTeX-package 
24404 \series bold
24405 prettyref
24406 \series default
24407  or 
24408 \series bold
24409 refstyle
24410 \series default
24411
24412 \begin_inset Index idx
24413 status collapsed
24414
24415 \begin_layout Plain Layout
24416 LaTeX-packages ! prettyref
24417 \end_layout
24418
24419 \end_inset
24420
24421
24422 \begin_inset Index idx
24423 status collapsed
24424
24425 \begin_layout Plain Layout
24426 LaTeX-packages ! refstyle
24427 \end_layout
24428
24429 \end_inset
24430
24431  installed.
24432 \end_layout
24433
24434 \end_inset
24435
24436
24437 \begin_inset Newline newline
24438 \end_inset
24439
24440 You can select which LaTeX-package should be used for this feature by setting
24441  the option 
24442 \family sans
24443 Use refstyle (not prettyref) for cross-references
24444 \family default
24445  in the menu 
24446 \family sans
24447 Document\SpecialChar \menuseparator
24448 Settings\SpecialChar \menuseparator
24449 Document Class
24450 \family default
24451 .
24452  The format is specified by adding the command 
24453 \series bold
24454
24455 \backslash
24456 newrefformat
24457 \series default
24458  (prettyref) or 
24459 \series bold
24460
24461 \backslash
24462 newref
24463 \series default
24464  (refstyle) to the preamble of the document.
24465  For example redefining all references to figures (which have the label
24466  shortcut 
24467 \begin_inset Quotes eld
24468 \end_inset
24469
24470
24471 \family sans
24472 fig
24473 \family default
24474
24475 \begin_inset Quotes erd
24476 \end_inset
24477
24478 ) can be done with this command
24479 \begin_inset Newline newline
24480 \end_inset
24481
24482
24483 \series bold
24484
24485 \backslash
24486 newref{fig}{refcmd={Image on page 
24487 \backslash
24488 pageref{#1}}}
24489 \series default
24490
24491 \begin_inset Newline newline
24492 \end_inset
24493
24494 For more information about the format, have a look at the package documentations
24495
24496 \begin_inset CommandInset citation
24497 LatexCommand cite
24498 key "prettyref,refstyle"
24499
24500 \end_inset
24501
24502 .
24503 \end_layout
24504
24505 \begin_layout Description
24506 Textual
24507 \begin_inset space ~
24508 \end_inset
24509
24510 reference: prints the caption of the reference: 
24511 \begin_inset CommandInset ref
24512 LatexCommand nameref
24513 reference "fig:Two-distorted-images"
24514
24515 \end_inset
24516
24517
24518 \end_layout
24519
24520 \begin_layout Standard
24521
24522 \family sans
24523 <page>
24524 \family default
24525  will not print the page number if the label is on the previous, the same,
24526  or the next page.
24527  You will e.
24528 \begin_inset space \thinspace{}
24529 \end_inset
24530
24531 g.
24532 \begin_inset space \space{}
24533 \end_inset
24534
24535 see the text 
24536 \begin_inset Quotes eld
24537 \end_inset
24538
24539
24540 \family sans
24541 on this page
24542 \family default
24543
24544 \begin_inset Quotes erd
24545 \end_inset
24546
24547  instead.
24548  The style 
24549 \family sans
24550 <reference> on page <page>
24551 \family default
24552  will not print anything about the page if the label is on the same page.
24553 \end_layout
24554
24555 \begin_layout Standard
24556 The number and current page of the part of the document referred to in the
24557  output is automatically calculated by LaTeX.
24558  The varieties are adjusted in the field 
24559 \family sans
24560 Format
24561 \family default
24562  of the cross-reference window that appears when you click on the cross-referenc
24563 e box.
24564 \end_layout
24565
24566 \begin_layout Standard
24567 \begin_inset Note Greyedout
24568 status open
24569
24570 \begin_layout Plain Layout
24571
24572 \series bold
24573 Note:
24574 \series default
24575  It is recommended to use the LaTeX-package 
24576 \series bold
24577 refstyle
24578 \series default
24579
24580 \begin_inset Index idx
24581 status collapsed
24582
24583 \begin_layout Plain Layout
24584 LaTeX-packages ! refstyle
24585 \end_layout
24586
24587 \end_inset
24588
24589  because 
24590 \series bold
24591 prettyref
24592 \series default
24593
24594 \begin_inset Index idx
24595 status collapsed
24596
24597 \begin_layout Plain Layout
24598 LaTeX-packages ! prettyref
24599 \end_layout
24600
24601 \end_inset
24602
24603  does not know all of LyX's possible label shortcuts
24604 \begin_inset Foot
24605 status collapsed
24606
24607 \begin_layout Plain Layout
24608 \begin_inset Quotes eld
24609 \end_inset
24610
24611 fig:
24612 \begin_inset Quotes erd
24613 \end_inset
24614
24615  is for example LyX's shortcut for labels in figure captions.
24616 \end_layout
24617
24618 \end_inset
24619
24620  and is not internationalized.
24621 \end_layout
24622
24623 \end_inset
24624
24625
24626 \end_layout
24627
24628 \begin_layout Standard
24629 \begin_inset Note Greyedout
24630 status open
24631
24632 \begin_layout Plain Layout
24633
24634 \series bold
24635 Note:
24636 \series default
24637  Due to a bug in the LaTeX-package 
24638 \series bold
24639 varioref
24640 \series default
24641  version 1.4w, some cross-reference formats will cause LaTeX errors for document
24642  languages that make the period character active (like French).
24643  For a workaround, see
24644 \begin_inset Newline newline
24645 \end_inset
24646
24647
24648 \begin_inset CommandInset href
24649 LatexCommand href
24650 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
24651
24652 \end_inset
24653
24654 .
24655 \end_layout
24656
24657 \end_inset
24658
24659
24660 \end_layout
24661
24662 \begin_layout Subsection
24663 Automatic Reference Naming
24664 \begin_inset Index idx
24665 status collapsed
24666
24667 \begin_layout Plain Layout
24668 References ! Automatic Reference Naming
24669 \end_layout
24670
24671 \end_inset
24672
24673
24674 \end_layout
24675
24676 \begin_layout Standard
24677 The LaTeX-package 
24678 \series bold
24679 hyperref
24680 \series default
24681
24682 \begin_inset Index idx
24683 status collapsed
24684
24685 \begin_layout Plain Layout
24686 LaTeX-packages ! hyperref
24687 \end_layout
24688
24689 \end_inset
24690
24691 , that is enabled in the 
24692 \family sans
24693 PDF Properties
24694 \family default
24695  of the 
24696 \family sans
24697 Document Settings
24698 \family default
24699  dialog, provides a very useful feature that cross-references automatically
24700  include the name of the referenced floats (or text parts like 
24701 \emph on
24702 section
24703 \emph default
24704 ).
24705  So you will save having to write e.
24706 \begin_inset space \thinspace{}
24707 \end_inset
24708
24709 g.
24710 \begin_inset space \space{}
24711 \end_inset
24712
24713 the name 
24714 \begin_inset Quotes eld
24715 \end_inset
24716
24717 Figure
24718 \begin_inset Quotes erd
24719 \end_inset
24720
24721  before every reference to a figure.
24722  To use this feature, enable 
24723 \series bold
24724 hyperref
24725 \series default
24726  and insert this line to the LaTeX preamble:
24727 \end_layout
24728
24729 \begin_layout Standard
24730
24731 \series bold
24732
24733 \backslash
24734 AtBeginDocument{
24735 \backslash
24736 renewcommand{
24737 \backslash
24738 ref}[1]{
24739 \backslash
24740 mbox{
24741 \backslash
24742 autoref{#1}}}}
24743 \end_layout
24744
24745 \begin_layout Standard
24746 When you prefer other reference names than the default ones, for example
24747  you want instead of 
24748 \begin_inset Quotes eld
24749 \end_inset
24750
24751 section
24752 \begin_inset Quotes erd
24753 \end_inset
24754
24755  the name 
24756 \begin_inset Quotes eld
24757 \end_inset
24758
24759 sec.
24760 \begin_inset space \thinspace{}
24761 \end_inset
24762
24763
24764 \begin_inset Quotes eld
24765 \end_inset
24766
24767 , you can redefine the name by inserting this in the preamble:
24768 \end_layout
24769
24770 \begin_layout Standard
24771
24772 \series bold
24773
24774 \backslash
24775 addto
24776 \backslash
24777 extrasenglish{
24778 \backslash
24779 renewcommand{
24780 \backslash
24781 sectionautorefname}
24782 \begin_inset Newline newline
24783 \end_inset
24784
24785
24786 \begin_inset Phantom HPhantom
24787 status open
24788
24789 \begin_layout Plain Layout
24790
24791 \series bold
24792 \begin_inset space ~
24793 \end_inset
24794
24795
24796 \end_layout
24797
24798 \end_inset
24799
24800 {sec.
24801 \backslash
24802 negthinspace}}
24803 \end_layout
24804
24805 \begin_layout Standard
24806 When you are using another document language than English, replace
24807 \begin_inset Newline newline
24808 \end_inset
24809
24810
24811 \series bold
24812
24813 \backslash
24814 extrasenglish
24815 \series default
24816  by 
24817 \series bold
24818
24819 \backslash
24820 extras***
24821 \series default
24822 , where *** is the name of the language used.
24823 \end_layout
24824
24825 \begin_layout Standard
24826 To get automatic names, but not for certain reference types, for example
24827  not for equations, use this preamble code:
24828 \end_layout
24829
24830 \begin_layout Standard
24831
24832 \series bold
24833
24834 \backslash
24835 addto
24836 \backslash
24837 extrasenglish{
24838 \backslash
24839 renewcommand*{
24840 \backslash
24841 equationautorefname}[1]{}}
24842 \end_layout
24843
24844 \begin_layout Standard
24845 More about this topic can be found in 
24846 \series bold
24847 hyperref
24848 \series default
24849 's documentation 
24850 \begin_inset CommandInset citation
24851 LatexCommand cite
24852 key "hyperref"
24853
24854 \end_inset
24855
24856 .
24857 \end_layout
24858
24859 \begin_layout Standard
24860 \begin_inset Note Greyedout
24861 status open
24862
24863 \begin_layout Plain Layout
24864
24865 \series bold
24866 Note:
24867 \series default
24868  Automatic reference naming cannot be used when you use cross-references
24869  in the 
24870 \family sans
24871 Formatted
24872 \begin_inset space ~
24873 \end_inset
24874
24875 reference
24876 \family default
24877  style, as described in section
24878 \begin_inset space ~
24879 \end_inset
24880
24881
24882 \begin_inset CommandInset ref
24883 LatexCommand ref
24884 reference "sub:Cross-Reference-Formats"
24885
24886 \end_inset
24887
24888 .
24889 \end_layout
24890
24891 \end_inset
24892
24893
24894 \end_layout
24895
24896 \begin_layout Standard
24897 The 
24898 \emph on
24899 Math
24900 \emph default
24901  manual is an example where automatic reference naming is used.
24902 \end_layout
24903
24904 \begin_layout Subsection
24905 Reference Position
24906 \begin_inset CommandInset label
24907 LatexCommand label
24908 name "sub:Reference-Position"
24909
24910 \end_inset
24911
24912
24913 \begin_inset Index idx
24914 status collapsed
24915
24916 \begin_layout Plain Layout
24917 References ! Reference Position
24918 \end_layout
24919
24920 \end_inset
24921
24922
24923 \end_layout
24924
24925 \begin_layout Standard
24926 If you use 
24927 \series bold
24928 hyperref
24929 \series default
24930
24931 \begin_inset Index idx
24932 status collapsed
24933
24934 \begin_layout Plain Layout
24935 LaTeX-packages ! hyperref
24936 \end_layout
24937
24938 \end_inset
24939
24940  in the 
24941 \family sans
24942 PDF Properties
24943 \family default
24944  of the 
24945 \family sans
24946 Document Settings
24947 \family default
24948  dialog to link cross-references in the output, you will see that clicking
24949  on an image float reference jumps to the image label.
24950  The caption will be the first text part on the screen, so that you cannot
24951  see the image without scrolling.
24952  This is because the reference link anchor is placed at the position of
24953  the label.
24954  With the use of the package 
24955 \series bold
24956 hypcap
24957 \series default
24958
24959 \begin_inset Index idx
24960 status collapsed
24961
24962 \begin_layout Plain Layout
24963 LaTeX-packages ! hypcap
24964 \end_layout
24965
24966 \end_inset
24967
24968 , which is part of the LaTeX-package 
24969 \series bold
24970 oberdiek
24971 \series default
24972
24973 \begin_inset Index idx
24974 status collapsed
24975
24976 \begin_layout Plain Layout
24977 LaTeX-packages ! oberdiek
24978 \end_layout
24979
24980 \end_inset
24981
24982 , the link anchor is placed at the beginning of a float.
24983  To use this feature for figure floats, load 
24984 \series bold
24985 hypcap
24986 \series default
24987  in the document preamble with the line
24988 \end_layout
24989
24990 \begin_layout Standard
24991
24992 \series bold
24993
24994 \backslash
24995 usepackage[figure]{hypcap}
24996 \end_layout
24997
24998 \begin_layout Standard
24999 You can also use 
25000 \series bold
25001 hypcap
25002 \series default
25003  for all float types but this is not recommended for stability reasons.
25004  For more information, have a look at 
25005 \series bold
25006 hypcap
25007 \series default
25008 's manual 
25009 \begin_inset CommandInset citation
25010 LatexCommand cite
25011 key "hypcap"
25012
25013 \end_inset
25014
25015 .
25016 \end_layout
25017
25018 \begin_layout Standard
25019 \begin_inset Note Greyedout
25020 status open
25021
25022 \begin_layout Plain Layout
25023
25024 \series bold
25025 Note:
25026 \series default
25027  
25028 \series bold
25029 hypcap
25030 \series default
25031  has no effect on references to subfigures.
25032 \end_layout
25033
25034 \end_inset
25035
25036
25037 \end_layout
25038
25039 \begin_layout Section
25040 Float Placement
25041 \begin_inset CommandInset label
25042 LatexCommand label
25043 name "sec:Float-Placement"
25044
25045 \end_inset
25046
25047
25048 \begin_inset Index idx
25049 status collapsed
25050
25051 \begin_layout Plain Layout
25052 Floats ! Placement
25053 \end_layout
25054
25055 \end_inset
25056
25057
25058 \end_layout
25059
25060 \begin_layout Standard
25061 Right-clicking on a float-box and clicking on 
25062 \family sans
25063 Settings
25064 \family default
25065  opens a dialog where you can alter the placement options that LaTeX uses
25066  for positioning the float.
25067 \begin_inset Newline newline
25068 \end_inset
25069
25070 The option 
25071 \family sans
25072 Span
25073 \begin_inset space ~
25074 \end_inset
25075
25076 columns
25077 \family default
25078  is only useful for two-column documents: If you select it, the float will
25079  span both columns on the page instead of being confined to just one.
25080 \begin_inset Newline newline
25081 \end_inset
25082
25083 The option 
25084 \family sans
25085 Rotate
25086 \begin_inset space ~
25087 \end_inset
25088
25089 sideways
25090 \family default
25091  is used to rotate floats, see section 
25092 \begin_inset CommandInset ref
25093 LatexCommand ref
25094 reference "sec:Rotated-Floats"
25095
25096 \end_inset
25097
25098 .
25099 \end_layout
25100
25101 \begin_layout Standard
25102 You can use one or more of the following options in the float dialog to
25103  set the placement for a particular float when you uncheck the option 
25104 \family sans
25105 Use
25106 \begin_inset space ~
25107 \end_inset
25108
25109 default
25110 \begin_inset space ~
25111 \end_inset
25112
25113 placement
25114 \family default
25115 :
25116 \end_layout
25117
25118 \begin_layout Description
25119 Here
25120 \begin_inset space ~
25121 \end_inset
25122
25123 if
25124 \begin_inset space ~
25125 \end_inset
25126
25127 possible try to place the float on the position where it has been inserted
25128 \end_layout
25129
25130 \begin_layout Description
25131 Top
25132 \begin_inset space ~
25133 \end_inset
25134
25135 of
25136 \begin_inset space ~
25137 \end_inset
25138
25139 page try to place the float at the top of the current page
25140 \end_layout
25141
25142 \begin_layout Description
25143 Bottom
25144 \begin_inset space ~
25145 \end_inset
25146
25147 of
25148 \begin_inset space ~
25149 \end_inset
25150
25151 page try to place the float at the bottom of the current page
25152 \end_layout
25153
25154 \begin_layout Description
25155 Page
25156 \begin_inset space ~
25157 \end_inset
25158
25159 of
25160 \begin_inset space ~
25161 \end_inset
25162
25163 floats try to place the float on its own page
25164 \end_layout
25165
25166 \begin_layout Standard
25167 The order of the above option is 
25168 \emph on
25169 always
25170 \emph default
25171  used by LaTeX.
25172  That means, if you use the default placement, LaTeX will first try out
25173  
25174 \family sans
25175 Here
25176 \begin_inset space ~
25177 \end_inset
25178
25179 if
25180 \begin_inset space ~
25181 \end_inset
25182
25183 possible
25184 \family default
25185 , then 
25186 \family sans
25187 Top
25188 \begin_inset space ~
25189 \end_inset
25190
25191 of
25192 \begin_inset space ~
25193 \end_inset
25194
25195 page
25196 \family default
25197 , and then the others.
25198  If you do not use the default, LaTeX will try only the checked options
25199  but in the same order.
25200  If none of the 4
25201 \begin_inset space ~
25202 \end_inset
25203
25204 placements is possible the procedure is internally repeated trying to put
25205  the float on the following page.
25206 \end_layout
25207
25208 \begin_layout Standard
25209 By default, each option has its own rules:
25210 \end_layout
25211
25212 \begin_layout Labeling
25213 \labelwidthstring 00.00.0000
25214
25215 \family sans
25216 Top
25217 \begin_inset space ~
25218 \end_inset
25219
25220 of
25221 \begin_inset space ~
25222 \end_inset
25223
25224 page
25225 \family default
25226  only floats occupying less than 70
25227 \begin_inset space \thinspace{}
25228 \end_inset
25229
25230 % of the page can be placed at the top of a page (
25231 \series bold
25232
25233 \backslash
25234 topfraction
25235 \series default
25236 )
25237 \end_layout
25238
25239 \begin_layout Labeling
25240 \labelwidthstring 00.00.0000
25241
25242 \family sans
25243 Bottom
25244 \begin_inset space ~
25245 \end_inset
25246
25247 of
25248 \begin_inset space ~
25249 \end_inset
25250
25251 page
25252 \family default
25253 : only floats occupying less than 30
25254 \begin_inset space \thinspace{}
25255 \end_inset
25256
25257 % of the page can be placed at the bottom of a page.
25258  (
25259 \series bold
25260
25261 \backslash
25262 bottomfraction
25263 \series default
25264 )
25265 \end_layout
25266
25267 \begin_layout Labeling
25268 \labelwidthstring 00.00.0000
25269
25270 \family sans
25271 Page
25272 \begin_inset space ~
25273 \end_inset
25274
25275 of
25276 \begin_inset space ~
25277 \end_inset
25278
25279 floats
25280 \family default
25281 : only if more than 50
25282 \begin_inset space \thinspace{}
25283 \end_inset
25284
25285 % of the page is occupied by floats, several floats can be set together
25286  on a page.
25287  (
25288 \series bold
25289
25290 \backslash
25291 floatpagefraction
25292 \series default
25293 )
25294 \end_layout
25295
25296 \begin_layout Standard
25297 If you don't like these rules, you can ignore them by using the additional
25298  option 
25299 \family sans
25300 Ignore
25301 \begin_inset space ~
25302 \end_inset
25303
25304 LaTeX
25305 \begin_inset space ~
25306 \end_inset
25307
25308 rules
25309 \family default
25310 .
25311 \begin_inset Newline newline
25312 \end_inset
25313
25314 You can also redefine the rules with LaTeX-commands that are given in parenthese
25315 s after the rules description above.
25316  To increase for example the often too small default of the bottom-rule
25317  to 50
25318 \begin_inset space \thinspace{}
25319 \end_inset
25320
25321 % of the page, add this line to your document preamble:
25322 \end_layout
25323
25324 \begin_layout Standard
25325
25326 \series bold
25327
25328 \backslash
25329 renewcommand{
25330 \backslash
25331 bottomfraction}{0.5}
25332 \end_layout
25333
25334 \begin_layout Standard
25335 Sometimes you might need, under all circumstances, a float to be placed
25336  exactly at the position where it is inserted.
25337  For this case you can use the option 
25338 \family sans
25339 Here
25340 \begin_inset space ~
25341 \end_inset
25342
25343 definitely
25344 \family default
25345 .
25346  Use this option very rarely and only if the document is almost ready to
25347  be printed, because the float is then no longer able to 
25348 \begin_inset Quotes eld
25349 \end_inset
25350
25351 float
25352 \begin_inset Quotes erd
25353 \end_inset
25354
25355  when you change your document and this will often destroy the page layout.
25356 \end_layout
25357
25358 \begin_layout Standard
25359 There are no placement options for text wrap floats, because they are always
25360  surrounded by the text of a certain paragraph.
25361 \begin_inset VSpace bigskip
25362 \end_inset
25363
25364
25365 \end_layout
25366
25367 \begin_layout Standard
25368 Sometimes you have the problem that a float is placed at the top of a page
25369  while its corresponding section starts at the middle of the page, so that
25370  the reader could think the float is part of the previous section.
25371  To avoid this the LaTeX-command 
25372 \series bold
25373
25374 \backslash
25375 suppressfloats
25376 \series default
25377  can be used.
25378  It suppresses a given float placement for the page where it is inserted
25379  and can therefore be used to avoid floats being set before a section starts.
25380  To get this, add these commands to your document preamble:
25381 \end_layout
25382
25383 \begin_layout Standard
25384
25385 \series bold
25386
25387 \backslash
25388 let
25389 \backslash
25390 mySection
25391 \backslash
25392 section
25393 \begin_inset Newline newline
25394 \end_inset
25395
25396
25397 \backslash
25398 renewcommand{
25399 \backslash
25400 section}{
25401 \backslash
25402 suppressfloats[t]
25403 \backslash
25404 mySection}
25405 \end_layout
25406
25407 \begin_layout Standard
25408 You can define the same for all section headings, like chapters and subsections.
25409  This definition is not recommended to be used for small text parts like
25410  subsubsections because LaTeX may then have problems finding a suitable
25411  placement.
25412 \end_layout
25413
25414 \begin_layout Standard
25415 \begin_inset VSpace bigskip
25416 \end_inset
25417
25418 In some cases it is required to have all figures/tables at the end of the
25419  document.
25420  For this purpose the LaTeX-package 
25421 \series bold
25422 endfloat
25423 \series default
25424
25425 \begin_inset Index idx
25426 status collapsed
25427
25428 \begin_layout Plain Layout
25429 LaTeX-packages ! endfloat
25430 \end_layout
25431
25432 \end_inset
25433
25434  was developed.
25435  It puts all figure and table floats at the end of the document into their
25436  own sections.
25437  At the original float position a text hint like 
25438 \begin_inset Quotes eld
25439 \end_inset
25440
25441
25442 \family sans
25443 [Figure
25444 \begin_inset space ~
25445 \end_inset
25446
25447 3.2 about here.]
25448 \family default
25449
25450 \begin_inset Quotes erd
25451 \end_inset
25452
25453  is inserted.
25454  The endfloat-package is loaded in the preamble with the line
25455 \end_layout
25456
25457 \begin_layout Standard
25458
25459 \series bold
25460
25461 \backslash
25462 usepackage[options]{endfloat}
25463 \end_layout
25464
25465 \begin_layout Standard
25466 There are various package options to format the created figure/table sections.
25467  For more information we refer you to the 
25468 \series bold
25469 endfloat
25470 \series default
25471  documentation 
25472 \begin_inset CommandInset citation
25473 LatexCommand cite
25474 key "endfloat"
25475
25476 \end_inset
25477
25478 .
25479 \begin_inset Newline newline
25480 \end_inset
25481
25482
25483 \begin_inset Note Greyedout
25484 status open
25485
25486 \begin_layout Plain Layout
25487
25488 \series bold
25489 Note: endfloat
25490 \series default
25491  doesn't provide an automatic translation for the text hint, you have to
25492  do this manually, see section
25493 \begin_inset space ~
25494 \end_inset
25495
25496 4 in 
25497 \begin_inset CommandInset citation
25498 LatexCommand cite
25499 key "endfloat"
25500
25501 \end_inset
25502
25503 .
25504 \end_layout
25505
25506 \end_inset
25507
25508
25509 \begin_inset Newline newline
25510 \end_inset
25511
25512
25513 \begin_inset Note Greyedout
25514 status open
25515
25516 \begin_layout Plain Layout
25517
25518 \series bold
25519 Note:
25520 \series default
25521  There is currently a bug in 
25522 \series bold
25523 endfloat
25524 \series default
25525  when the caption contains a German 
25526 \begin_inset Quotes eld
25527 \end_inset
25528
25529 ß
25530 \begin_inset Quotes erd
25531 \end_inset
25532
25533 .
25534  Use in this case the command 
25535 \begin_inset Quotes eld
25536 \end_inset
25537
25538
25539 \series bold
25540
25541 \backslash
25542 ss
25543 \series default
25544
25545 \begin_inset Quotes erd
25546 \end_inset
25547
25548  in TeX-Code instead of 
25549 \begin_inset Quotes eld
25550 \end_inset
25551
25552 ß
25553 \begin_inset Quotes erd
25554 \end_inset
25555
25556 .
25557 \end_layout
25558
25559 \end_inset
25560
25561
25562 \end_layout
25563
25564 \begin_layout Standard
25565 \begin_inset VSpace bigskip
25566 \end_inset
25567
25568 For more details about float placements, have a look at LaTeX books, 
25569 \begin_inset CommandInset citation
25570 LatexCommand cite
25571 key "latexcompanion,latexguide,latexbook"
25572
25573 \end_inset
25574
25575 .
25576 \end_layout
25577
25578 \begin_layout Section
25579 Rotated Floats
25580 \begin_inset CommandInset label
25581 LatexCommand label
25582 name "sec:Rotated-Floats"
25583
25584 \end_inset
25585
25586
25587 \begin_inset Index idx
25588 status collapsed
25589
25590 \begin_layout Plain Layout
25591 Floats ! Rotating
25592 \end_layout
25593
25594 \end_inset
25595
25596
25597 \end_layout
25598
25599 \begin_layout Standard
25600 Especially for wide tables you might have floats rotated.
25601  To rotate a whole float including the caption, right-click on the float-box
25602  and use the option 
25603 \family sans
25604 Rotate
25605 \begin_inset space ~
25606 \end_inset
25607
25608 sideways
25609 \family default
25610 .
25611 \end_layout
25612
25613 \begin_layout Standard
25614 Rotated floats are always placed on a page of their own (or column of their
25615  own; in case you have a multi-column document).
25616  You can let them span several columns using the float settings option 
25617 \family sans
25618 Span
25619 \begin_inset space ~
25620 \end_inset
25621
25622 columns
25623 \family default
25624 .
25625  Floats are rotated so that you can read them from the outside margin.
25626  To force a certain rotation direction for all pages, you can add either
25627  the option 
25628 \series bold
25629 figuresleft
25630 \series default
25631  or 
25632 \series bold
25633 figuresright
25634 \series default
25635  to the document class options.
25636 \end_layout
25637
25638 \begin_layout Standard
25639 Referencing rotated floats is the same as for normal floats, the caption
25640  format is also the same: Table
25641 \begin_inset space ~
25642 \end_inset
25643
25644
25645 \begin_inset CommandInset ref
25646 LatexCommand ref
25647 reference "tab:Rotated-table"
25648
25649 \end_inset
25650
25651  is an example of a rotated table float.
25652 \end_layout
25653
25654 \begin_layout Standard
25655 \begin_inset Note Greyedout
25656 status open
25657
25658 \begin_layout Plain Layout
25659
25660 \series bold
25661 Note:
25662 \series default
25663  Not all DVI-viewers are able to display rotated floats.
25664 \end_layout
25665
25666 \end_inset
25667
25668
25669 \end_layout
25670
25671 \begin_layout Standard
25672 \begin_inset Float table
25673 wide false
25674 sideways true
25675 status open
25676
25677 \begin_layout Plain Layout
25678 \begin_inset Caption
25679
25680 \begin_layout Plain Layout
25681 \begin_inset CommandInset label
25682 LatexCommand label
25683 name "tab:Rotated-table"
25684
25685 \end_inset
25686
25687  Rotated table
25688 \end_layout
25689
25690 \end_inset
25691
25692
25693 \end_layout
25694
25695 \begin_layout Plain Layout
25696 \align center
25697 \begin_inset Tabular
25698 <lyxtabular version="3" rows="1" columns="5">
25699 <features tabularvalignment="middle">
25700 <column alignment="center" valignment="top" width="0">
25701 <column alignment="center" valignment="top" width="0">
25702 <column alignment="center" valignment="top" width="0">
25703 <column alignment="center" valignment="top" width="0">
25704 <column alignment="center" valignment="top" width="0">
25705 <row>
25706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25707 \begin_inset Text
25708
25709 \begin_layout Plain Layout
25710 test
25711 \end_layout
25712
25713 \end_inset
25714 </cell>
25715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25716 \begin_inset Text
25717
25718 \begin_layout Plain Layout
25719 b
25720 \end_layout
25721
25722 \end_inset
25723 </cell>
25724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25725 \begin_inset Text
25726
25727 \begin_layout Plain Layout
25728 c
25729 \end_layout
25730
25731 \end_inset
25732 </cell>
25733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25734 \begin_inset Text
25735
25736 \begin_layout Plain Layout
25737 d
25738 \end_layout
25739
25740 \end_inset
25741 </cell>
25742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25743 \begin_inset Text
25744
25745 \begin_layout Plain Layout
25746 e
25747 \end_layout
25748
25749 \end_inset
25750 </cell>
25751 </row>
25752 </lyxtabular>
25753
25754 \end_inset
25755
25756
25757 \end_layout
25758
25759 \end_inset
25760
25761
25762 \end_layout
25763
25764 \begin_layout Section
25765 Subfloats
25766 \begin_inset Index idx
25767 status collapsed
25768
25769 \begin_layout Plain Layout
25770 Floats ! Subfloats
25771 \end_layout
25772
25773 \end_inset
25774
25775
25776 \end_layout
25777
25778 \begin_layout Standard
25779 Subfloats are for example used when a figure consists of several images.
25780  They are created by inserting a float into an existing float.
25781  The placement of the subfloats can be controlled in the same way as for
25782  paragraphs as shown in table
25783 \begin_inset space ~
25784 \end_inset
25785
25786
25787 \begin_inset CommandInset ref
25788 LatexCommand ref
25789 reference "tab:Two-subtables-side"
25790
25791 \end_inset
25792
25793  and 
25794 \begin_inset CommandInset ref
25795 LatexCommand ref
25796 reference "tab:Two-subtables-upon"
25797
25798 \end_inset
25799
25800 .
25801 \end_layout
25802
25803 \begin_layout Standard
25804 Referencing subfloats works as for normal floats: Table
25805 \begin_inset space ~
25806 \end_inset
25807
25808
25809 \begin_inset CommandInset ref
25810 LatexCommand ref
25811 reference "tab:This-is-subtable-a"
25812
25813 \end_inset
25814
25815  and 
25816 \begin_inset CommandInset ref
25817 LatexCommand ref
25818 reference "tab:This-is-subtable-b"
25819
25820 \end_inset
25821
25822  are subtables of table
25823 \begin_inset space ~
25824 \end_inset
25825
25826
25827 \begin_inset CommandInset ref
25828 LatexCommand ref
25829 reference "tab:Two-subtables-side"
25830
25831 \end_inset
25832
25833 .
25834 \end_layout
25835
25836 \begin_layout Standard
25837 \begin_inset Float table
25838 wide false
25839 sideways false
25840 status open
25841
25842 \begin_layout Plain Layout
25843 \begin_inset Caption
25844
25845 \begin_layout Plain Layout
25846 \begin_inset CommandInset label
25847 LatexCommand label
25848 name "tab:Two-subtables-side"
25849
25850 \end_inset
25851
25852 Two subtables placed side by side.
25853 \end_layout
25854
25855 \end_inset
25856
25857
25858 \end_layout
25859
25860 \begin_layout Plain Layout
25861 \align center
25862 \begin_inset space \hfill{}
25863 \end_inset
25864
25865
25866 \begin_inset Float table
25867 wide false
25868 sideways false
25869 status collapsed
25870
25871 \begin_layout Plain Layout
25872 \begin_inset Caption
25873
25874 \begin_layout Plain Layout
25875 \begin_inset CommandInset label
25876 LatexCommand label
25877 name "tab:This-is-subtable-a"
25878
25879 \end_inset
25880
25881 This is subtable a.
25882 \end_layout
25883
25884 \end_inset
25885
25886
25887 \end_layout
25888
25889 \begin_layout Plain Layout
25890 \align center
25891 \begin_inset Tabular
25892 <lyxtabular version="3" rows="1" columns="5">
25893 <features tabularvalignment="middle">
25894 <column alignment="center" valignment="top" width="0">
25895 <column alignment="center" valignment="top" width="0">
25896 <column alignment="center" valignment="top" width="0">
25897 <column alignment="center" valignment="top" width="0">
25898 <column alignment="center" valignment="top" width="0">
25899 <row>
25900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25901 \begin_inset Text
25902
25903 \begin_layout Plain Layout
25904 test
25905 \end_layout
25906
25907 \end_inset
25908 </cell>
25909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25910 \begin_inset Text
25911
25912 \begin_layout Plain Layout
25913 b
25914 \end_layout
25915
25916 \end_inset
25917 </cell>
25918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25919 \begin_inset Text
25920
25921 \begin_layout Plain Layout
25922 c
25923 \end_layout
25924
25925 \end_inset
25926 </cell>
25927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25928 \begin_inset Text
25929
25930 \begin_layout Plain Layout
25931 d
25932 \end_layout
25933
25934 \end_inset
25935 </cell>
25936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25937 \begin_inset Text
25938
25939 \begin_layout Plain Layout
25940 e
25941 \end_layout
25942
25943 \end_inset
25944 </cell>
25945 </row>
25946 </lyxtabular>
25947
25948 \end_inset
25949
25950
25951 \end_layout
25952
25953 \end_inset
25954
25955
25956 \begin_inset space \hfill{}
25957 \end_inset
25958
25959
25960 \begin_inset Float table
25961 wide false
25962 sideways false
25963 status collapsed
25964
25965 \begin_layout Plain Layout
25966 \begin_inset Caption
25967
25968 \begin_layout Plain Layout
25969 \begin_inset CommandInset label
25970 LatexCommand label
25971 name "tab:This-is-subtable-b"
25972
25973 \end_inset
25974
25975 This is subtable b.
25976 \end_layout
25977
25978 \end_inset
25979
25980
25981 \end_layout
25982
25983 \begin_layout Plain Layout
25984 \align center
25985 \begin_inset Tabular
25986 <lyxtabular version="3" rows="1" columns="5">
25987 <features tabularvalignment="middle">
25988 <column alignment="center" valignment="top" width="0">
25989 <column alignment="center" valignment="top" width="0">
25990 <column alignment="center" valignment="top" width="0">
25991 <column alignment="center" valignment="top" width="0">
25992 <column alignment="center" valignment="top" width="0">
25993 <row>
25994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25995 \begin_inset Text
25996
25997 \begin_layout Plain Layout
25998 e
25999 \end_layout
26000
26001 \end_inset
26002 </cell>
26003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26004 \begin_inset Text
26005
26006 \begin_layout Plain Layout
26007 d
26008 \end_layout
26009
26010 \end_inset
26011 </cell>
26012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26013 \begin_inset Text
26014
26015 \begin_layout Plain Layout
26016 c
26017 \end_layout
26018
26019 \end_inset
26020 </cell>
26021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26022 \begin_inset Text
26023
26024 \begin_layout Plain Layout
26025 b
26026 \end_layout
26027
26028 \end_inset
26029 </cell>
26030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26031 \begin_inset Text
26032
26033 \begin_layout Plain Layout
26034 test
26035 \end_layout
26036
26037 \end_inset
26038 </cell>
26039 </row>
26040 </lyxtabular>
26041
26042 \end_inset
26043
26044
26045 \end_layout
26046
26047 \end_inset
26048
26049
26050 \begin_inset space \hfill{}
26051 \end_inset
26052
26053
26054 \end_layout
26055
26056 \end_inset
26057
26058
26059 \end_layout
26060
26061 \begin_layout Standard
26062 \begin_inset Float table
26063 wide false
26064 sideways false
26065 status open
26066
26067 \begin_layout Plain Layout
26068 \begin_inset Caption
26069
26070 \begin_layout Plain Layout
26071 \begin_inset CommandInset label
26072 LatexCommand label
26073 name "tab:Two-subtables-upon"
26074
26075 \end_inset
26076
26077 Two subtables placed one above the other.
26078  (a) table with 4 cells, (b) table with 5 cells.
26079 \end_layout
26080
26081 \end_inset
26082
26083
26084 \end_layout
26085
26086 \begin_layout Plain Layout
26087 \align center
26088 \begin_inset Float table
26089 wide false
26090 sideways false
26091 status collapsed
26092
26093 \begin_layout Plain Layout
26094 \begin_inset Caption
26095
26096 \begin_layout Plain Layout
26097
26098 \end_layout
26099
26100 \end_inset
26101
26102
26103 \end_layout
26104
26105 \begin_layout Plain Layout
26106 \align center
26107 \begin_inset Tabular
26108 <lyxtabular version="3" rows="1" columns="4">
26109 <features tabularvalignment="middle">
26110 <column alignment="center" valignment="top" width="0">
26111 <column alignment="center" valignment="top" width="0">
26112 <column alignment="center" valignment="top" width="0">
26113 <column alignment="center" valignment="top" width="0">
26114 <row>
26115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26116 \begin_inset Text
26117
26118 \begin_layout Plain Layout
26119 test
26120 \end_layout
26121
26122 \end_inset
26123 </cell>
26124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26125 \begin_inset Text
26126
26127 \begin_layout Plain Layout
26128 test
26129 \end_layout
26130
26131 \end_inset
26132 </cell>
26133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26134 \begin_inset Text
26135
26136 \begin_layout Plain Layout
26137 test
26138 \end_layout
26139
26140 \end_inset
26141 </cell>
26142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26143 \begin_inset Text
26144
26145 \begin_layout Plain Layout
26146 test
26147 \end_layout
26148
26149 \end_inset
26150 </cell>
26151 </row>
26152 </lyxtabular>
26153
26154 \end_inset
26155
26156
26157 \end_layout
26158
26159 \end_inset
26160
26161
26162 \end_layout
26163
26164 \begin_layout Plain Layout
26165 \align center
26166 \begin_inset Float table
26167 wide false
26168 sideways false
26169 status collapsed
26170
26171 \begin_layout Plain Layout
26172 \begin_inset Caption
26173
26174 \begin_layout Plain Layout
26175
26176 \end_layout
26177
26178 \end_inset
26179
26180
26181 \end_layout
26182
26183 \begin_layout Plain Layout
26184 \align center
26185 \begin_inset Tabular
26186 <lyxtabular version="3" rows="1" columns="5">
26187 <features tabularvalignment="middle">
26188 <column alignment="center" valignment="top" width="0">
26189 <column alignment="center" valignment="top" width="0">
26190 <column alignment="center" valignment="top" width="0">
26191 <column alignment="center" valignment="top" width="0">
26192 <column alignment="center" valignment="top" width="0">
26193 <row>
26194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26195 \begin_inset Text
26196
26197 \begin_layout Plain Layout
26198 a
26199 \end_layout
26200
26201 \end_inset
26202 </cell>
26203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26204 \begin_inset Text
26205
26206 \begin_layout Plain Layout
26207 b
26208 \end_layout
26209
26210 \end_inset
26211 </cell>
26212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26213 \begin_inset Text
26214
26215 \begin_layout Plain Layout
26216 c
26217 \end_layout
26218
26219 \end_inset
26220 </cell>
26221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26222 \begin_inset Text
26223
26224 \begin_layout Plain Layout
26225 d
26226 \end_layout
26227
26228 \end_inset
26229 </cell>
26230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26231 \begin_inset Text
26232
26233 \begin_layout Plain Layout
26234 e
26235 \end_layout
26236
26237 \end_inset
26238 </cell>
26239 </row>
26240 </lyxtabular>
26241
26242 \end_inset
26243
26244
26245 \end_layout
26246
26247 \end_inset
26248
26249
26250 \end_layout
26251
26252 \end_inset
26253
26254
26255 \end_layout
26256
26257 \begin_layout Section
26258 Floats Side by Side
26259 \begin_inset Index idx
26260 status collapsed
26261
26262 \begin_layout Plain Layout
26263 Floats ! Side by side
26264 \end_layout
26265
26266 \end_inset
26267
26268
26269 \end_layout
26270
26271 \begin_layout Standard
26272 To place floats side by side, as in Figures
26273 \begin_inset space ~
26274 \end_inset
26275
26276
26277 \begin_inset CommandInset ref
26278 LatexCommand ref
26279 reference "fig:Float-left"
26280
26281 \end_inset
26282
26283  and 
26284 \begin_inset CommandInset ref
26285 LatexCommand ref
26286 reference "fig:Float-right"
26287
26288 \end_inset
26289
26290 , only 
26291 \emph on
26292 one
26293 \emph default
26294  float is used.
26295  In it two minipage boxes are inserted.
26296 \begin_inset Foot
26297 status collapsed
26298
26299 \begin_layout Plain Layout
26300 Minipages are explained in section
26301 \begin_inset space ~
26302 \end_inset
26303
26304
26305 \begin_inset CommandInset ref
26306 LatexCommand ref
26307 reference "sec:Minipages"
26308
26309 \end_inset
26310
26311 .
26312 \end_layout
26313
26314 \end_inset
26315
26316  The width is set to 45
26317 \begin_inset space \thinspace{}
26318 \end_inset
26319
26320 -50
26321 \begin_inset space \thinspace{}
26322 \end_inset
26323
26324 column% and the box alignment to 
26325 \family sans
26326 Bottom
26327 \family default
26328  for each minipage.
26329  The minipage boxes contain the image and the caption in the same way as
26330  they are in a float.
26331  The only difference is that the image unit 
26332 \family sans
26333 Column
26334 \begin_inset space ~
26335 \end_inset
26336
26337 Width
26338 \begin_inset space ~
26339 \end_inset
26340
26341 %
26342 \family default
26343  is now calculated according to the width of the minipage boxes.
26344 \end_layout
26345
26346 \begin_layout Standard
26347 \begin_inset Float figure
26348 wide false
26349 sideways false
26350 status open
26351
26352 \begin_layout Plain Layout
26353 \begin_inset Box Frameless
26354 position "b"
26355 hor_pos "c"
26356 has_inner_box 1
26357 inner_pos "t"
26358 use_parbox 0
26359 use_makebox 0
26360 width "45col%"
26361 special "none"
26362 height "1in"
26363 height_special "totalheight"
26364 status open
26365
26366 \begin_layout Plain Layout
26367 \align center
26368 \begin_inset Graphics
26369         filename clipart/mobius.eps
26370         lyxscale 50
26371         width 100col%
26372         scaleBeforeRotation
26373
26374 \end_inset
26375
26376
26377 \end_layout
26378
26379 \begin_layout Plain Layout
26380 \begin_inset Caption
26381
26382 \begin_layout Plain Layout
26383 \begin_inset CommandInset label
26384 LatexCommand label
26385 name "fig:Float-left"
26386
26387 \end_inset
26388
26389 Float on the left side.
26390 \end_layout
26391
26392 \end_inset
26393
26394
26395 \end_layout
26396
26397 \end_inset
26398
26399
26400 \begin_inset space \hfill{}
26401 \end_inset
26402
26403
26404 \begin_inset Box Frameless
26405 position "b"
26406 hor_pos "c"
26407 has_inner_box 1
26408 inner_pos "t"
26409 use_parbox 0
26410 use_makebox 0
26411 width "45col%"
26412 special "none"
26413 height "1in"
26414 height_special "totalheight"
26415 status open
26416
26417 \begin_layout Plain Layout
26418 \align center
26419 \begin_inset Graphics
26420         filename clipart/platypus.eps
26421         lyxscale 50
26422         width 100col%
26423         scaleBeforeRotation
26424
26425 \end_inset
26426
26427
26428 \end_layout
26429
26430 \begin_layout Plain Layout
26431 \begin_inset Caption
26432
26433 \begin_layout Plain Layout
26434 \begin_inset CommandInset label
26435 LatexCommand label
26436 name "fig:Float-right"
26437
26438 \end_inset
26439
26440 Float on the right side.
26441 \end_layout
26442
26443 \end_inset
26444
26445
26446 \end_layout
26447
26448 \end_inset
26449
26450
26451 \end_layout
26452
26453 \begin_layout Plain Layout
26454
26455 \end_layout
26456
26457 \end_inset
26458
26459
26460 \end_layout
26461
26462 \begin_layout Section
26463 Caption Formatting
26464 \begin_inset Index idx
26465 status collapsed
26466
26467 \begin_layout Plain Layout
26468 Caption ! Formatting
26469 \end_layout
26470
26471 \end_inset
26472
26473
26474 \begin_inset Index idx
26475 status collapsed
26476
26477 \begin_layout Plain Layout
26478 Floats ! Caption Formatting
26479 \end_layout
26480
26481 \end_inset
26482
26483
26484 \begin_inset CommandInset label
26485 LatexCommand label
26486 name "sec:Caption-Formatting"
26487
26488 \end_inset
26489
26490
26491 \end_layout
26492
26493 \begin_layout Standard
26494 The 
26495 \family sans
26496 Caption
26497 \family default
26498  environment is the default paragraph environment for 
26499 \family sans
26500 Floats
26501 \family default
26502 .
26503  On the LyX screen captions appear as a label, e.
26504 \begin_inset space \thinspace{}
26505 \end_inset
26506
26507 g.
26508 \begin_inset space \space{}
26509 \end_inset
26510
26511
26512 \begin_inset Quotes eld
26513 \end_inset
26514
26515
26516 \family sans
26517 Figure #:
26518 \family default
26519
26520 \begin_inset Quotes erd
26521 \end_inset
26522
26523  followed by the caption text.
26524  
26525 \begin_inset Quotes eld
26526 \end_inset
26527
26528 #
26529 \begin_inset Quotes erd
26530 \end_inset
26531
26532  is the actual reference number.
26533  By default the label and the number are in the same font as the caption
26534  text and a colon follows the number to divide the label from the text.
26535  This caption format is not suitable for all document formats.
26536  
26537 \end_layout
26538
26539 \begin_layout Standard
26540 To change the default caption format, load the LaTeX-package 
26541 \series bold
26542 caption
26543 \series default
26544
26545 \begin_inset Index idx
26546 status collapsed
26547
26548 \begin_layout Plain Layout
26549 LaTeX-packages ! caption
26550 \end_layout
26551
26552 \end_inset
26553
26554  in the document preamble with this line:
26555 \end_layout
26556
26557 \begin_layout Standard
26558
26559 \series bold
26560
26561 \backslash
26562 usepackage[format definition]{caption}
26563 \end_layout
26564
26565 \begin_layout Standard
26566 To have for example the label and the number in sans-serif bold font and
26567  the table captions always above the table as in this document, use the
26568  following command:
26569 \end_layout
26570
26571 \begin_layout Standard
26572
26573 \series bold
26574
26575 \backslash
26576 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
26577 \end_layout
26578
26579 \begin_layout Standard
26580 You can also define different caption formats for the different float types.
26581  In this case load the 
26582 \series bold
26583 caption
26584 \series default
26585  package without format specific options and define the different formats
26586  with the help of the command
26587 \end_layout
26588
26589 \begin_layout Standard
26590
26591 \series bold
26592
26593 \backslash
26594 captionsetup[float type]{format definition}
26595 \end_layout
26596
26597 \begin_layout Standard
26598 in the document preamble.
26599  For example the caption formats of Figure
26600 \begin_inset space ~
26601 \end_inset
26602
26603
26604 \begin_inset CommandInset ref
26605 LatexCommand ref
26606 reference "fig:This-is-an-fig"
26607
26608 \end_inset
26609
26610  and Table
26611 \begin_inset space ~
26612 \end_inset
26613
26614
26615 \begin_inset CommandInset ref
26616 LatexCommand ref
26617 reference "tab:This-is-an-tab"
26618
26619 \end_inset
26620
26621  can be created using these commands in the document preamble:
26622 \end_layout
26623
26624 \begin_layout Standard
26625
26626 \series bold
26627
26628 \backslash
26629 usepackage[tableposition=top]{caption}
26630 \series default
26631
26632 \begin_inset Newline newline
26633 \end_inset
26634
26635
26636 \series bold
26637
26638 \backslash
26639 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
26640 \begin_inset Newline newline
26641 \end_inset
26642
26643
26644 \begin_inset Phantom HPhantom
26645 status open
26646
26647 \begin_layout Plain Layout
26648
26649 \series bold
26650
26651 \backslash
26652 captionsetup[figure]{
26653 \end_layout
26654
26655 \end_inset
26656
26657 labelsep=period}
26658 \begin_inset Newline newline
26659 \end_inset
26660
26661
26662 \backslash
26663 captionsetup[table]{labelfont={bf,sf}}
26664 \end_layout
26665
26666 \begin_layout Standard
26667 \begin_inset Note Greyedout
26668 status open
26669
26670 \begin_layout Plain Layout
26671
26672 \series bold
26673 Note:
26674 \series default
26675  The option 
26676 \series bold
26677 tableposition=top
26678 \series default
26679  has no effect when a 
26680 \series bold
26681 KOMA-Script
26682 \series default
26683
26684 \begin_inset Index idx
26685 status collapsed
26686
26687 \begin_layout Plain Layout
26688 LaTeX-packages ! KOMA-Script
26689 \end_layout
26690
26691 \end_inset
26692
26693  document class is used.
26694  In this case the document class option 
26695 \series bold
26696 captions=tableheading
26697 \series default
26698  must be used.
26699 \end_layout
26700
26701 \end_inset
26702
26703
26704 \end_layout
26705
26706 \begin_layout Standard
26707 For more information about the package 
26708 \series bold
26709 caption
26710 \series default
26711  we refer to its documentation 
26712 \begin_inset CommandInset citation
26713 LatexCommand cite
26714 key "caption"
26715
26716 \end_inset
26717
26718 .
26719 \end_layout
26720
26721 \begin_layout Standard
26722 To change the label name from e.
26723 \begin_inset space \thinspace{}
26724 \end_inset
26725
26726 g.
26727 \begin_inset space \space{}
26728 \end_inset
26729
26730
26731 \begin_inset Quotes eld
26732 \end_inset
26733
26734 Figure
26735 \begin_inset Quotes erd
26736 \end_inset
26737
26738  to 
26739 \begin_inset Quotes eld
26740 \end_inset
26741
26742 Image
26743 \begin_inset Quotes erd
26744 \end_inset
26745
26746  use this preamble command:
26747 \end_layout
26748
26749 \begin_layout Standard
26750
26751 \series bold
26752
26753 \backslash
26754 renewcommand{
26755 \backslash
26756 fnum@figure}{Image~
26757 \backslash
26758 thefigure}
26759 \end_layout
26760
26761 \begin_layout Standard
26762 where 
26763 \series bold
26764
26765 \backslash
26766 thefigure
26767 \series default
26768  inserts the figure number and
26769 \series bold
26770  
26771 \begin_inset Quotes eld
26772 \end_inset
26773
26774 ~
26775 \series default
26776
26777 \begin_inset Quotes erd
26778 \end_inset
26779
26780  creates a protected space.
26781 \end_layout
26782
26783 \begin_layout Standard
26784 \begin_inset VSpace bigskip
26785 \end_inset
26786
26787 If you are using a 
26788 \series bold
26789 KOMA-Script
26790 \series default
26791
26792 \begin_inset Index idx
26793 status collapsed
26794
26795 \begin_layout Plain Layout
26796 LaTeX-packages ! KOMA-Script
26797 \end_layout
26798
26799 \end_inset
26800
26801  document class (
26802 \family sans
26803 article (KOMA-Script)
26804 \family default
26805
26806 \family sans
26807 book (KOMA-Script)
26808 \family default
26809
26810 \family sans
26811 letter (KOMA-Script)
26812 \family default
26813 , or 
26814 \family sans
26815 report (KOMA-Script)
26816 \family default
26817
26818 \begin_inset space \thinspace{}
26819 \end_inset
26820
26821 ), you can alternatively to the 
26822 \series bold
26823 caption
26824 \series default
26825  package use 
26826 \series bold
26827 KOMA-Script
26828 \series default
26829 's built-in command 
26830 \series bold
26831
26832 \backslash
26833 setkomafont
26834 \series default
26835 .
26836  For example, to have the caption label in bold, add this command to your
26837  document preamble:
26838 \end_layout
26839
26840 \begin_layout Standard
26841
26842 \series bold
26843
26844 \backslash
26845 setkomafont{captionlabel}{
26846 \backslash
26847 bfseries}
26848 \end_layout
26849
26850 \begin_layout Standard
26851 For more information about 
26852 \series bold
26853
26854 \backslash
26855 setkomafont
26856 \series default
26857  we refer to the 
26858 \series bold
26859 KOMA-Script
26860 \series default
26861  documentation 
26862 \begin_inset CommandInset citation
26863 LatexCommand cite
26864 key "KOMA-Script"
26865
26866 \end_inset
26867
26868 .
26869 \end_layout
26870
26871 \begin_layout Standard
26872 \begin_inset ERT
26873 status collapsed
26874
26875 \begin_layout Plain Layout
26876
26877
26878 \backslash
26879 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
26880 }
26881 \end_layout
26882
26883 \end_inset
26884
26885
26886 \begin_inset Note Note
26887 status open
26888
26889 \begin_layout Plain Layout
26890 The caption format is changed only for this example.
26891 \end_layout
26892
26893 \end_inset
26894
26895
26896 \end_layout
26897
26898 \begin_layout Standard
26899 \begin_inset Float figure
26900 placement !p
26901 wide false
26902 sideways false
26903 status open
26904
26905 \begin_layout Plain Layout
26906 \align center
26907 \begin_inset Graphics
26908         filename clipart/mobius.eps
26909         lyxscale 50
26910         scale 50
26911         scaleBeforeRotation
26912
26913 \end_inset
26914
26915
26916 \end_layout
26917
26918 \begin_layout Plain Layout
26919 \begin_inset Caption
26920
26921 \begin_layout Plain Layout
26922 \begin_inset CommandInset label
26923 LatexCommand label
26924 name "fig:This-is-an-fig"
26925
26926 \end_inset
26927
26928 This is an example figure caption that is longer than one line to show the
26929  different caption format.
26930  Here a self-defined caption format is used.
26931 \end_layout
26932
26933 \end_inset
26934
26935
26936 \end_layout
26937
26938 \end_inset
26939
26940
26941 \end_layout
26942
26943 \begin_layout Standard
26944 \begin_inset ERT
26945 status collapsed
26946
26947 \begin_layout Plain Layout
26948
26949
26950 \backslash
26951 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
26952 on}
26953 \end_layout
26954
26955 \end_inset
26956
26957
26958 \end_layout
26959
26960 \begin_layout Standard
26961 \begin_inset Float table
26962 placement !p
26963 wide false
26964 sideways false
26965 status open
26966
26967 \begin_layout Plain Layout
26968 \begin_inset Caption
26969
26970 \begin_layout Plain Layout
26971 \begin_inset CommandInset label
26972 LatexCommand label
26973 name "tab:This-is-an-tab"
26974
26975 \end_inset
26976
26977 This is an example table caption that is longer than one line to show the
26978  different caption format.
26979  Here the standard caption format for tables in this document is used.
26980 \end_layout
26981
26982 \end_inset
26983
26984
26985 \end_layout
26986
26987 \begin_layout Plain Layout
26988 \align center
26989 \begin_inset Tabular
26990 <lyxtabular version="3" rows="1" columns="5">
26991 <features tabularvalignment="middle">
26992 <column alignment="center" valignment="top" width="0">
26993 <column alignment="center" valignment="top" width="0">
26994 <column alignment="center" valignment="top" width="0">
26995 <column alignment="center" valignment="top" width="0">
26996 <column alignment="center" valignment="top" width="0">
26997 <row>
26998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26999 \begin_inset Text
27000
27001 \begin_layout Plain Layout
27002 a
27003 \end_layout
27004
27005 \end_inset
27006 </cell>
27007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27008 \begin_inset Text
27009
27010 \begin_layout Plain Layout
27011 b
27012 \end_layout
27013
27014 \end_inset
27015 </cell>
27016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27017 \begin_inset Text
27018
27019 \begin_layout Plain Layout
27020 c
27021 \end_layout
27022
27023 \end_inset
27024 </cell>
27025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27026 \begin_inset Text
27027
27028 \begin_layout Plain Layout
27029 d
27030 \end_layout
27031
27032 \end_inset
27033 </cell>
27034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27035 \begin_inset Text
27036
27037 \begin_layout Plain Layout
27038 e
27039 \end_layout
27040
27041 \end_inset
27042 </cell>
27043 </row>
27044 </lyxtabular>
27045
27046 \end_inset
27047
27048
27049 \end_layout
27050
27051 \end_inset
27052
27053
27054 \end_layout
27055
27056 \begin_layout Section
27057 Caption Placement
27058 \begin_inset Index idx
27059 status collapsed
27060
27061 \begin_layout Plain Layout
27062 Caption ! Placement
27063 \end_layout
27064
27065 \end_inset
27066
27067
27068 \begin_inset Index idx
27069 status collapsed
27070
27071 \begin_layout Plain Layout
27072 Floats ! Caption Placement
27073 \end_layout
27074
27075 \end_inset
27076
27077
27078 \begin_inset CommandInset label
27079 LatexCommand label
27080 name "sec:Caption-Placement"
27081
27082 \end_inset
27083
27084
27085 \end_layout
27086
27087 \begin_layout Standard
27088 The common caption placement rule is:
27089 \end_layout
27090
27091 \begin_layout Description
27092 Figure: Caption is set below the figure
27093 \end_layout
27094
27095 \begin_layout Description
27096 Table: Caption is set above the table
27097 \end_layout
27098
27099 \begin_layout Standard
27100 Having the caption above the table is unfortunately not supported in LaTeX's
27101  standard classes.
27102  That means if you are using the document classes 
27103 \family sans
27104 article
27105 \family default
27106
27107 \family sans
27108 book
27109 \family default
27110
27111 \family sans
27112 letter
27113 \family default
27114 , or 
27115 \family sans
27116 report
27117 \family default
27118  there will be no space between the caption and the table.
27119  To insert the necessary space, add the following option to the load command
27120  of the LaTeX-package 
27121 \series bold
27122 caption
27123 \series default
27124  in your document preamble
27125 \begin_inset Foot
27126 status collapsed
27127
27128 \begin_layout Plain Layout
27129 See section
27130 \begin_inset space ~
27131 \end_inset
27132
27133
27134 \begin_inset CommandInset ref
27135 LatexCommand ref
27136 reference "sec:Caption-Formatting"
27137
27138 \end_inset
27139
27140  for more information of the package 
27141 \series bold
27142 caption
27143 \series default
27144 .
27145 \end_layout
27146
27147 \end_inset
27148
27149 :
27150 \end_layout
27151
27152 \begin_layout Standard
27153
27154 \series bold
27155 tableposition=top
27156 \end_layout
27157
27158 \begin_layout Standard
27159 If you are using a 
27160 \series bold
27161 KOMA-Script
27162 \series default
27163
27164 \begin_inset Index idx
27165 status collapsed
27166
27167 \begin_layout Plain Layout
27168 LaTeX-packages ! KOMA-Script
27169 \end_layout
27170
27171 \end_inset
27172
27173  document class (
27174 \family sans
27175 article (KOMA-Script)
27176 \family default
27177
27178 \family sans
27179 book (KOMA-Script)
27180 \family default
27181
27182 \family sans
27183 letter (KOMA-Script)
27184 \family default
27185 , or 
27186 \family sans
27187 report (KOMA-Script)
27188 \family default
27189
27190 \begin_inset space \thinspace{}
27191 \end_inset
27192
27193 ), you can alternatively to the 
27194 \series bold
27195 caption
27196 \series default
27197  package set the document class option 
27198 \series bold
27199 captions=tableheading
27200 \series default
27201 .
27202 \end_layout
27203
27204 \begin_layout Standard
27205 \begin_inset VSpace bigskip
27206 \end_inset
27207
27208 It is also possible to set the caption beside a figure or table.
27209  To get this the LaTeX-package 
27210 \series bold
27211 sidecap
27212 \series default
27213
27214 \begin_inset Index idx
27215 status collapsed
27216
27217 \begin_layout Plain Layout
27218 LaTeX-packages ! sidecap
27219 \end_layout
27220
27221 \end_inset
27222
27223  has to be loaded in the document preamble with the line
27224 \end_layout
27225
27226 \begin_layout Standard
27227
27228 \series bold
27229
27230 \backslash
27231 usepackage[option]{sidecap}
27232 \end_layout
27233
27234 \begin_layout Standard
27235 If you set no option, the caption is placed on the side of the outer page
27236  margin â€“ to the right on odd pages, to the left on even pages.
27237  You can change the placement to inner margin with the option 
27238 \series bold
27239 innercaption
27240 \series default
27241 .
27242  To force the placement always to the right or left, use the option 
27243 \series bold
27244 rightcaption
27245 \series default
27246  or 
27247 \series bold
27248 leftcaption
27249 \series default
27250 , respectively.
27251 \end_layout
27252
27253 \begin_layout Standard
27254 \begin_inset ERT
27255 status collapsed
27256
27257 \begin_layout Plain Layout
27258
27259
27260 \backslash
27261 ifsidecap
27262 \end_layout
27263
27264 \end_inset
27265
27266
27267 \begin_inset Note Note
27268 status open
27269
27270 \begin_layout Plain Layout
27271 The following section will only be displayed when the LaTeX-package 
27272 \series bold
27273 sidecap
27274 \series default
27275  is installed.
27276 \end_layout
27277
27278 \end_inset
27279
27280
27281 \end_layout
27282
27283 \begin_layout Standard
27284 To place in LyX the caption of a float on the side, it is necessary to add
27285  these commands to the document preamble:
27286 \end_layout
27287
27288 \begin_layout Standard
27289 \begin_inset Newpage pagebreak
27290 \end_inset
27291
27292
27293 \end_layout
27294
27295 \begin_layout Standard
27296 \noindent
27297 \begin_inset CommandInset line
27298 LatexCommand rule
27299 offset "0.5ex"
27300 width "100line%"
27301 height "1pt"
27302
27303 \end_inset
27304
27305
27306 \end_layout
27307
27308 \begin_layout Standard
27309
27310 \series bold
27311
27312 \backslash
27313 newcommand{
27314 \backslash
27315 TabBesBeg}[1][1.0]{%
27316 \begin_inset Newline newline
27317 \end_inset
27318
27319
27320 \begin_inset Phantom HPhantom
27321 status open
27322
27323 \begin_layout Plain Layout
27324 \begin_inset space ~
27325 \end_inset
27326
27327
27328 \end_layout
27329
27330 \end_inset
27331
27332
27333 \backslash
27334 let
27335 \backslash
27336 MyTable
27337 \backslash
27338 table
27339 \begin_inset Newline newline
27340 \end_inset
27341
27342
27343 \begin_inset Phantom HPhantom
27344 status open
27345
27346 \begin_layout Plain Layout
27347
27348 \series medium
27349 \begin_inset space ~
27350 \end_inset
27351
27352
27353 \end_layout
27354
27355 \end_inset
27356
27357
27358 \backslash
27359 let
27360 \backslash
27361 MyEndtable
27362 \backslash
27363 endtable
27364 \begin_inset Newline newline
27365 \end_inset
27366
27367
27368 \begin_inset Phantom HPhantom
27369 status open
27370
27371 \begin_layout Plain Layout
27372
27373 \series medium
27374 \begin_inset space ~
27375 \end_inset
27376
27377
27378 \end_layout
27379
27380 \end_inset
27381
27382
27383 \backslash
27384 renewenvironment{table}[1]{
27385 \backslash
27386 begin{SCtable}[#1]##1}{
27387 \backslash
27388 end{SCtable}}}
27389 \end_layout
27390
27391 \begin_layout Standard
27392
27393 \series bold
27394
27395 \backslash
27396 newcommand{
27397 \backslash
27398 TabBesEnd}{%
27399 \begin_inset Newline newline
27400 \end_inset
27401
27402
27403 \begin_inset Phantom HPhantom
27404 status open
27405
27406 \begin_layout Plain Layout
27407 \begin_inset space ~
27408 \end_inset
27409
27410
27411 \end_layout
27412
27413 \end_inset
27414
27415
27416 \backslash
27417 let
27418 \backslash
27419 table
27420 \backslash
27421 MyTable
27422 \begin_inset Newline newline
27423 \end_inset
27424
27425
27426 \begin_inset Phantom HPhantom
27427 status open
27428
27429 \begin_layout Plain Layout
27430 \begin_inset space ~
27431 \end_inset
27432
27433
27434 \end_layout
27435
27436 \end_inset
27437
27438
27439 \backslash
27440 let
27441 \backslash
27442 endtable
27443 \backslash
27444 MyEndtable
27445 \end_layout
27446
27447 \begin_layout Standard
27448
27449 \series bold
27450
27451 \backslash
27452 newcommand{
27453 \backslash
27454 FigBesBeg}[1][1.0]{%
27455 \begin_inset Newline newline
27456 \end_inset
27457
27458
27459 \begin_inset Phantom HPhantom
27460 status open
27461
27462 \begin_layout Plain Layout
27463 \begin_inset space ~
27464 \end_inset
27465
27466
27467 \end_layout
27468
27469 \end_inset
27470
27471
27472 \backslash
27473 let
27474 \backslash
27475 MyFigure
27476 \backslash
27477 figure
27478 \begin_inset Newline newline
27479 \end_inset
27480
27481
27482 \begin_inset Phantom HPhantom
27483 status open
27484
27485 \begin_layout Plain Layout
27486 \begin_inset space ~
27487 \end_inset
27488
27489
27490 \end_layout
27491
27492 \end_inset
27493
27494
27495 \backslash
27496 let
27497 \backslash
27498 MyEndfigure
27499 \backslash
27500 endfigure
27501 \begin_inset Newline newline
27502 \end_inset
27503
27504
27505 \begin_inset Phantom HPhantom
27506 status open
27507
27508 \begin_layout Plain Layout
27509 \begin_inset space ~
27510 \end_inset
27511
27512
27513 \end_layout
27514
27515 \end_inset
27516
27517
27518 \backslash
27519 renewenvironment{figure}[1]{
27520 \backslash
27521 begin{SCfigure}[#1]##1}{
27522 \backslash
27523 end{SCfigure}}}
27524 \end_layout
27525
27526 \begin_layout Standard
27527
27528 \series bold
27529
27530 \backslash
27531 newcommand{
27532 \backslash
27533 FigBesEnd}{%
27534 \begin_inset Newline newline
27535 \end_inset
27536
27537
27538 \begin_inset Phantom HPhantom
27539 status open
27540
27541 \begin_layout Plain Layout
27542 \begin_inset space ~
27543 \end_inset
27544
27545
27546 \end_layout
27547
27548 \end_inset
27549
27550
27551 \backslash
27552 let
27553 \backslash
27554 figure
27555 \backslash
27556 MyFigure
27557 \begin_inset Newline newline
27558 \end_inset
27559
27560
27561 \begin_inset Phantom HPhantom
27562 status open
27563
27564 \begin_layout Plain Layout
27565 \begin_inset space ~
27566 \end_inset
27567
27568
27569 \end_layout
27570
27571 \end_inset
27572
27573
27574 \backslash
27575 let
27576 \backslash
27577 endfigure
27578 \backslash
27579 MyEndfigure}
27580 \end_layout
27581
27582 \begin_layout Standard
27583 \noindent
27584 \begin_inset CommandInset line
27585 LatexCommand rule
27586 offset "0.5ex"
27587 width "100line%"
27588 height "1pt"
27589
27590 \end_inset
27591
27592
27593 \end_layout
27594
27595 \begin_layout Standard
27596 The commands allow you to redefine the floats so that the caption is set
27597  on the side.
27598  For figure floats use the command
27599 \end_layout
27600
27601 \begin_layout Standard
27602
27603 \series bold
27604
27605 \backslash
27606 FigBesBeg
27607 \end_layout
27608
27609 \begin_layout Standard
27610 in TeX-Code before the float.
27611  And insert the command
27612 \end_layout
27613
27614 \begin_layout Standard
27615
27616 \series bold
27617
27618 \backslash
27619 FigBesEnd
27620 \end_layout
27621
27622 \begin_layout Standard
27623 in TeX-Code at the point where you want to get back to the original float
27624  definition.
27625 \end_layout
27626
27627 \begin_layout Standard
27628 For table floats use the corresponding commands
27629 \end_layout
27630
27631 \begin_layout Standard
27632
27633 \series bold
27634
27635 \backslash
27636 TabBesBeg
27637 \series default
27638  and 
27639 \series bold
27640
27641 \backslash
27642 TabBesEnd
27643 \end_layout
27644
27645 \begin_layout Standard
27646 Figure
27647 \begin_inset space ~
27648 \end_inset
27649
27650
27651 \begin_inset CommandInset ref
27652 LatexCommand ref
27653 reference "fig:cap-beside-fig"
27654
27655 \end_inset
27656
27657  and Table
27658 \begin_inset space ~
27659 \end_inset
27660
27661
27662 \begin_inset CommandInset ref
27663 LatexCommand ref
27664 reference "tab:cap-beside-tab"
27665
27666 \end_inset
27667
27668  are examples where the caption is set beside.
27669 \end_layout
27670
27671 \begin_layout Standard
27672 You can see in the examples that the caption text appears at the top of
27673  the floats for table floats and at the bottom for figure floats.
27674  To change this, you can use the command
27675 \end_layout
27676
27677 \begin_layout Standard
27678
27679 \series bold
27680
27681 \backslash
27682 sidecaptionvpos{float type}{placement}
27683 \end_layout
27684
27685 \begin_layout Standard
27686 in the document preamble or in TeX-Code before the float.
27687  The float type is either 
27688 \family sans
27689 figure
27690 \family default
27691  or 
27692 \family sans
27693 table
27694 \family default
27695 , the placement can be 
27696 \begin_inset Quotes eld
27697 \end_inset
27698
27699
27700 \family sans
27701 t
27702 \family default
27703
27704 \begin_inset Quotes erd
27705 \end_inset
27706
27707  for top, 
27708 \begin_inset Quotes eld
27709 \end_inset
27710
27711
27712 \family sans
27713 c
27714 \family default
27715
27716 \begin_inset Quotes erd
27717 \end_inset
27718
27719  for center, or 
27720 \begin_inset Quotes eld
27721 \end_inset
27722
27723
27724 \family sans
27725 b
27726 \family default
27727
27728 \begin_inset Quotes erd
27729 \end_inset
27730
27731  for bottom.
27732  To have for example the caption of figure floats vertically centered, use
27733  the command
27734 \end_layout
27735
27736 \begin_layout Standard
27737
27738 \series bold
27739
27740 \backslash
27741 sidecaptionvpos{figure}{c}
27742 \end_layout
27743
27744 \begin_layout Standard
27745 This was used for Figure
27746 \begin_inset space ~
27747 \end_inset
27748
27749
27750 \begin_inset CommandInset ref
27751 LatexCommand ref
27752 reference "fig:cap-beside-fig-2"
27753
27754 \end_inset
27755
27756 .
27757 \end_layout
27758
27759 \begin_layout Standard
27760 \begin_inset VSpace medskip
27761 \end_inset
27762
27763
27764 \end_layout
27765
27766 \begin_layout Standard
27767 The default caption width is the width of the image/table.
27768  For thin image/tables, like in Table
27769 \begin_inset space ~
27770 \end_inset
27771
27772
27773 \begin_inset CommandInset ref
27774 LatexCommand ref
27775 reference "tab:cap-beside-tab"
27776
27777 \end_inset
27778
27779 , this leads to captions that are too thin.
27780  You can increase the width by specifying a factor that will be multiplied
27781  with the image/table width to get the caption width.
27782  The caption width will automatically be recalculated in case it would protrude
27783  over the page or column margin due to the specified width.
27784  The 
27785 \emph on
27786 factor
27787 \emph default
27788  can either be given as optional argument for 
27789 \series bold
27790
27791 \backslash
27792 FigBesBeg
27793 \series default
27794 :
27795 \end_layout
27796
27797 \begin_layout Standard
27798
27799 \series bold
27800
27801 \backslash
27802 FigBesBeg[factor]
27803 \end_layout
27804
27805 \begin_layout Standard
27806 or in the definition of 
27807 \series bold
27808
27809 \backslash
27810 FigBesBeg
27811 \series default
27812  by replacing the 
27813 \series bold
27814 1.0
27815 \series default
27816  with another value.
27817  If you do the latter, your factor will be the default if 
27818 \series bold
27819
27820 \backslash
27821 FigBesBeg
27822 \series default
27823  is used without an argument.
27824  For Table
27825 \begin_inset space ~
27826 \end_inset
27827
27828
27829 \begin_inset CommandInset ref
27830 LatexCommand ref
27831 reference "tab:cap-beside-tab-wider"
27832
27833 \end_inset
27834
27835  the factor 5 was used.
27836 \end_layout
27837
27838 \begin_layout Standard
27839 \begin_inset Note Greyedout
27840 status open
27841
27842 \begin_layout Plain Layout
27843
27844 \series bold
27845 Note:
27846 \series default
27847  For floats with captions set beside, you cannot use the float placement
27848  option 
27849 \family sans
27850 Here
27851 \begin_inset space ~
27852 \end_inset
27853
27854 definitely
27855 \family default
27856  because it is not supported by 
27857 \series bold
27858 sidecap
27859 \series default
27860 .
27861 \end_layout
27862
27863 \end_inset
27864
27865
27866 \end_layout
27867
27868 \begin_layout Standard
27869 \begin_inset VSpace medskip
27870 \end_inset
27871
27872 For more information about the package 
27873 \series bold
27874 sidecap
27875 \series default
27876  we refer to its documentation 
27877 \begin_inset CommandInset citation
27878 LatexCommand cite
27879 key "sidecap"
27880
27881 \end_inset
27882
27883 .
27884 \end_layout
27885
27886 \begin_layout Standard
27887 \begin_inset Note Greyedout
27888 status open
27889
27890 \begin_layout Plain Layout
27891
27892 \series bold
27893 Note:
27894 \series default
27895  The LaTeX-package 
27896 \series bold
27897 hypcap
27898 \series default
27899
27900 \begin_inset Index idx
27901 status collapsed
27902
27903 \begin_layout Plain Layout
27904 LaTeX-packages ! hypcap
27905 \end_layout
27906
27907 \end_inset
27908
27909 , described in section
27910 \begin_inset space ~
27911 \end_inset
27912
27913
27914 \begin_inset CommandInset ref
27915 LatexCommand ref
27916 reference "sub:Reference-Position"
27917
27918 \end_inset
27919
27920 , has no effect on floats with the caption set beside.
27921 \end_layout
27922
27923 \end_inset
27924
27925
27926 \end_layout
27927
27928 \begin_layout Standard
27929 \begin_inset ERT
27930 status collapsed
27931
27932 \begin_layout Plain Layout
27933
27934
27935 \backslash
27936 FigBesBeg
27937 \end_layout
27938
27939 \end_inset
27940
27941
27942 \end_layout
27943
27944 \begin_layout Standard
27945 \begin_inset Float figure
27946 wide false
27947 sideways false
27948 status open
27949
27950 \begin_layout Plain Layout
27951 \begin_inset Graphics
27952         filename clipart/escher-lsd.eps
27953         scale 75
27954         scaleBeforeRotation
27955
27956 \end_inset
27957
27958
27959 \end_layout
27960
27961 \begin_layout Plain Layout
27962 \begin_inset Caption
27963
27964 \begin_layout Plain Layout
27965 \begin_inset CommandInset label
27966 LatexCommand label
27967 name "fig:cap-beside-fig"
27968
27969 \end_inset
27970
27971 This is a caption beside a figure.
27972 \end_layout
27973
27974 \end_inset
27975
27976
27977 \end_layout
27978
27979 \end_inset
27980
27981
27982 \end_layout
27983
27984 \begin_layout Standard
27985 \begin_inset ERT
27986 status collapsed
27987
27988 \begin_layout Plain Layout
27989
27990
27991 \backslash
27992 FigBesEnd
27993 \end_layout
27994
27995 \end_inset
27996
27997
27998 \end_layout
27999
28000 \begin_layout Standard
28001 \begin_inset ERT
28002 status collapsed
28003
28004 \begin_layout Plain Layout
28005
28006
28007 \backslash
28008 TabBesBeg
28009 \end_layout
28010
28011 \end_inset
28012
28013
28014 \end_layout
28015
28016 \begin_layout Standard
28017 \begin_inset Float table
28018 wide false
28019 sideways false
28020 status open
28021
28022 \begin_layout Plain Layout
28023 \begin_inset Caption
28024
28025 \begin_layout Plain Layout
28026 \begin_inset CommandInset label
28027 LatexCommand label
28028 name "tab:cap-beside-tab"
28029
28030 \end_inset
28031
28032 This is a caption beside a table.
28033 \end_layout
28034
28035 \end_inset
28036
28037
28038 \end_layout
28039
28040 \begin_layout Plain Layout
28041 \begin_inset Tabular
28042 <lyxtabular version="3" rows="4" columns="5">
28043 <features tabularvalignment="middle">
28044 <column alignment="center" valignment="top" width="0">
28045 <column alignment="center" valignment="top" width="0">
28046 <column alignment="center" valignment="top" width="0">
28047 <column alignment="center" valignment="top" width="0">
28048 <column alignment="center" valignment="top" width="0">
28049 <row>
28050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28051 \begin_inset Text
28052
28053 \begin_layout Plain Layout
28054 a
28055 \end_layout
28056
28057 \end_inset
28058 </cell>
28059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28060 \begin_inset Text
28061
28062 \begin_layout Plain Layout
28063
28064 \end_layout
28065
28066 \end_inset
28067 </cell>
28068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28069 \begin_inset Text
28070
28071 \begin_layout Plain Layout
28072 b
28073 \end_layout
28074
28075 \end_inset
28076 </cell>
28077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28078 \begin_inset Text
28079
28080 \begin_layout Plain Layout
28081
28082 \end_layout
28083
28084 \end_inset
28085 </cell>
28086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28087 \begin_inset Text
28088
28089 \begin_layout Plain Layout
28090 c
28091 \end_layout
28092
28093 \end_inset
28094 </cell>
28095 </row>
28096 <row>
28097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28098 \begin_inset Text
28099
28100 \begin_layout Plain Layout
28101
28102 \end_layout
28103
28104 \end_inset
28105 </cell>
28106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28107 \begin_inset Text
28108
28109 \begin_layout Plain Layout
28110 d
28111 \end_layout
28112
28113 \end_inset
28114 </cell>
28115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28116 \begin_inset Text
28117
28118 \begin_layout Plain Layout
28119
28120 \end_layout
28121
28122 \end_inset
28123 </cell>
28124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28125 \begin_inset Text
28126
28127 \begin_layout Plain Layout
28128 e
28129 \end_layout
28130
28131 \end_inset
28132 </cell>
28133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28134 \begin_inset Text
28135
28136 \begin_layout Plain Layout
28137
28138 \end_layout
28139
28140 \end_inset
28141 </cell>
28142 </row>
28143 <row>
28144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28145 \begin_inset Text
28146
28147 \begin_layout Plain Layout
28148 f
28149 \end_layout
28150
28151 \end_inset
28152 </cell>
28153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28154 \begin_inset Text
28155
28156 \begin_layout Plain Layout
28157
28158 \end_layout
28159
28160 \end_inset
28161 </cell>
28162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28163 \begin_inset Text
28164
28165 \begin_layout Plain Layout
28166 g
28167 \end_layout
28168
28169 \end_inset
28170 </cell>
28171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28172 \begin_inset Text
28173
28174 \begin_layout Plain Layout
28175
28176 \end_layout
28177
28178 \end_inset
28179 </cell>
28180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28181 \begin_inset Text
28182
28183 \begin_layout Plain Layout
28184 h
28185 \end_layout
28186
28187 \end_inset
28188 </cell>
28189 </row>
28190 <row>
28191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28192 \begin_inset Text
28193
28194 \begin_layout Plain Layout
28195
28196 \end_layout
28197
28198 \end_inset
28199 </cell>
28200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28201 \begin_inset Text
28202
28203 \begin_layout Plain Layout
28204 i
28205 \end_layout
28206
28207 \end_inset
28208 </cell>
28209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28210 \begin_inset Text
28211
28212 \begin_layout Plain Layout
28213
28214 \end_layout
28215
28216 \end_inset
28217 </cell>
28218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28219 \begin_inset Text
28220
28221 \begin_layout Plain Layout
28222 j
28223 \end_layout
28224
28225 \end_inset
28226 </cell>
28227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28228 \begin_inset Text
28229
28230 \begin_layout Plain Layout
28231
28232 \end_layout
28233
28234 \end_inset
28235 </cell>
28236 </row>
28237 </lyxtabular>
28238
28239 \end_inset
28240
28241
28242 \end_layout
28243
28244 \end_inset
28245
28246
28247 \end_layout
28248
28249 \begin_layout Standard
28250 \begin_inset ERT
28251 status collapsed
28252
28253 \begin_layout Plain Layout
28254
28255
28256 \backslash
28257 TabBesEnd
28258 \end_layout
28259
28260 \end_inset
28261
28262
28263 \end_layout
28264
28265 \begin_layout Standard
28266 \begin_inset ERT
28267 status collapsed
28268
28269 \begin_layout Plain Layout
28270
28271
28272 \backslash
28273 sidecaptionvpos{figure}{c}
28274 \end_layout
28275
28276 \end_inset
28277
28278
28279 \begin_inset Float figure
28280 wide false
28281 sideways false
28282 status open
28283
28284 \begin_layout Plain Layout
28285 \begin_inset Graphics
28286         filename clipart/escher-lsd.eps
28287         scale 75
28288         scaleBeforeRotation
28289
28290 \end_inset
28291
28292
28293 \end_layout
28294
28295 \begin_layout Plain Layout
28296 \begin_inset Caption
28297
28298 \begin_layout Plain Layout
28299 \begin_inset CommandInset label
28300 LatexCommand label
28301 name "fig:cap-beside-fig-2"
28302
28303 \end_inset
28304
28305 This is a vertically centered caption beside a figure.
28306 \end_layout
28307
28308 \end_inset
28309
28310
28311 \end_layout
28312
28313 \end_inset
28314
28315
28316 \end_layout
28317
28318 \begin_layout Standard
28319 \begin_inset ERT
28320 status collapsed
28321
28322 \begin_layout Plain Layout
28323
28324
28325 \backslash
28326 FigBesEnd
28327 \end_layout
28328
28329 \end_inset
28330
28331
28332 \end_layout
28333
28334 \begin_layout Standard
28335 \begin_inset ERT
28336 status collapsed
28337
28338 \begin_layout Plain Layout
28339
28340
28341 \backslash
28342 TabBesBeg[5]
28343 \end_layout
28344
28345 \end_inset
28346
28347
28348 \end_layout
28349
28350 \begin_layout Standard
28351 \begin_inset Float table
28352 wide false
28353 sideways false
28354 status open
28355
28356 \begin_layout Plain Layout
28357 \begin_inset Caption
28358
28359 \begin_layout Plain Layout
28360 \begin_inset CommandInset label
28361 LatexCommand label
28362 name "tab:cap-beside-tab-wider"
28363
28364 \end_inset
28365
28366 This is a caption is wider than the one in Table
28367 \begin_inset space ~
28368 \end_inset
28369
28370
28371 \begin_inset CommandInset ref
28372 LatexCommand ref
28373 reference "tab:cap-beside-tab"
28374
28375 \end_inset
28376
28377 .
28378 \end_layout
28379
28380 \end_inset
28381
28382
28383 \end_layout
28384
28385 \begin_layout Plain Layout
28386 \begin_inset Tabular
28387 <lyxtabular version="3" rows="4" columns="5">
28388 <features tabularvalignment="middle">
28389 <column alignment="center" valignment="top" width="0">
28390 <column alignment="center" valignment="top" width="0">
28391 <column alignment="center" valignment="top" width="0">
28392 <column alignment="center" valignment="top" width="0">
28393 <column alignment="center" valignment="top" width="0">
28394 <row>
28395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28396 \begin_inset Text
28397
28398 \begin_layout Plain Layout
28399 a
28400 \end_layout
28401
28402 \end_inset
28403 </cell>
28404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28405 \begin_inset Text
28406
28407 \begin_layout Plain Layout
28408
28409 \end_layout
28410
28411 \end_inset
28412 </cell>
28413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28414 \begin_inset Text
28415
28416 \begin_layout Plain Layout
28417 b
28418 \end_layout
28419
28420 \end_inset
28421 </cell>
28422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28423 \begin_inset Text
28424
28425 \begin_layout Plain Layout
28426
28427 \end_layout
28428
28429 \end_inset
28430 </cell>
28431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28432 \begin_inset Text
28433
28434 \begin_layout Plain Layout
28435 c
28436 \end_layout
28437
28438 \end_inset
28439 </cell>
28440 </row>
28441 <row>
28442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28443 \begin_inset Text
28444
28445 \begin_layout Plain Layout
28446
28447 \end_layout
28448
28449 \end_inset
28450 </cell>
28451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28452 \begin_inset Text
28453
28454 \begin_layout Plain Layout
28455 d
28456 \end_layout
28457
28458 \end_inset
28459 </cell>
28460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28461 \begin_inset Text
28462
28463 \begin_layout Plain Layout
28464
28465 \end_layout
28466
28467 \end_inset
28468 </cell>
28469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28470 \begin_inset Text
28471
28472 \begin_layout Plain Layout
28473 e
28474 \end_layout
28475
28476 \end_inset
28477 </cell>
28478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28479 \begin_inset Text
28480
28481 \begin_layout Plain Layout
28482
28483 \end_layout
28484
28485 \end_inset
28486 </cell>
28487 </row>
28488 <row>
28489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28490 \begin_inset Text
28491
28492 \begin_layout Plain Layout
28493 f
28494 \end_layout
28495
28496 \end_inset
28497 </cell>
28498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28499 \begin_inset Text
28500
28501 \begin_layout Plain Layout
28502
28503 \end_layout
28504
28505 \end_inset
28506 </cell>
28507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28508 \begin_inset Text
28509
28510 \begin_layout Plain Layout
28511 g
28512 \end_layout
28513
28514 \end_inset
28515 </cell>
28516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28517 \begin_inset Text
28518
28519 \begin_layout Plain Layout
28520
28521 \end_layout
28522
28523 \end_inset
28524 </cell>
28525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28526 \begin_inset Text
28527
28528 \begin_layout Plain Layout
28529 h
28530 \end_layout
28531
28532 \end_inset
28533 </cell>
28534 </row>
28535 <row>
28536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28537 \begin_inset Text
28538
28539 \begin_layout Plain Layout
28540
28541 \end_layout
28542
28543 \end_inset
28544 </cell>
28545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28546 \begin_inset Text
28547
28548 \begin_layout Plain Layout
28549 i
28550 \end_layout
28551
28552 \end_inset
28553 </cell>
28554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28555 \begin_inset Text
28556
28557 \begin_layout Plain Layout
28558
28559 \end_layout
28560
28561 \end_inset
28562 </cell>
28563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28564 \begin_inset Text
28565
28566 \begin_layout Plain Layout
28567 j
28568 \end_layout
28569
28570 \end_inset
28571 </cell>
28572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28573 \begin_inset Text
28574
28575 \begin_layout Plain Layout
28576
28577 \end_layout
28578
28579 \end_inset
28580 </cell>
28581 </row>
28582 </lyxtabular>
28583
28584 \end_inset
28585
28586
28587 \end_layout
28588
28589 \end_inset
28590
28591
28592 \end_layout
28593
28594 \begin_layout Standard
28595 \begin_inset ERT
28596 status collapsed
28597
28598 \begin_layout Plain Layout
28599
28600
28601 \backslash
28602 TabBesEnd
28603 \end_layout
28604
28605 \end_inset
28606
28607
28608 \end_layout
28609
28610 \begin_layout Standard
28611 \begin_inset ERT
28612 status collapsed
28613
28614 \begin_layout Plain Layout
28615
28616
28617 \backslash
28618 else
28619 \end_layout
28620
28621 \end_inset
28622
28623
28624 \begin_inset Note Note
28625 status open
28626
28627 \begin_layout Plain Layout
28628 The following will be displayed when the LaTeX-package 
28629 \series bold
28630 sidecap
28631 \series default
28632  is not installed:
28633 \end_layout
28634
28635 \end_inset
28636
28637
28638 \end_layout
28639
28640 \begin_layout Standard
28641 You need to install the LaTeX-package 
28642 \series bold
28643 sidecap
28644 \series default
28645  to see the following part of this section in the output.
28646 \end_layout
28647
28648 \begin_layout Standard
28649 \begin_inset ERT
28650 status collapsed
28651
28652 \begin_layout Plain Layout
28653
28654
28655 \backslash
28656 fi
28657 \end_layout
28658
28659 \end_inset
28660
28661
28662 \end_layout
28663
28664 \begin_layout Section
28665 Listings of Floats
28666 \begin_inset Index idx
28667 status collapsed
28668
28669 \begin_layout Plain Layout
28670 Floats ! Float Lists
28671 \end_layout
28672
28673 \end_inset
28674
28675
28676 \end_layout
28677
28678 \begin_layout Standard
28679 Similar to the table of contents where the sections of the document are
28680  listed, there are listings for all float types, like the figures of the
28681  documents.
28682  You can insert them via the 
28683 \family sans
28684 Insert\SpecialChar \menuseparator
28685 List
28686 \begin_inset space ~
28687 \end_inset
28688
28689 /
28690 \begin_inset space ~
28691 \end_inset
28692
28693 TOC
28694 \family default
28695  sub menus.
28696 \end_layout
28697
28698 \begin_layout Standard
28699 The list entries are the float captions or its short title, the float number,
28700  and the page number where they appear in the document.
28701 \end_layout
28702
28703 \begin_layout Standard
28704 You can find the list of figures and tables at the end of this document.
28705 \end_layout
28706
28707 \begin_layout Chapter
28708 Notes
28709 \end_layout
28710
28711 \begin_layout Section
28712 LyX Notes
28713 \begin_inset Index idx
28714 status collapsed
28715
28716 \begin_layout Plain Layout
28717 Notes ! LyX Notes
28718 \end_layout
28719
28720 \end_inset
28721
28722
28723 \end_layout
28724
28725 \begin_layout Standard
28726 Notes are inserted with the toolbar button 
28727 \family sans
28728
28729 \begin_inset Info
28730 type  "icon"
28731 arg   "note-insert"
28732 \end_inset
28733
28734
28735 \family default
28736  or the menu 
28737 \family sans
28738 Insert\SpecialChar \menuseparator
28739 Note
28740 \family default
28741 .
28742  There are three types of notes:
28743 \end_layout
28744
28745 \begin_layout Description
28746 LyX
28747 \begin_inset space ~
28748 \end_inset
28749
28750 Note This note type is for internal notes that won't appear in the output.
28751  Its note-box looks like this:
28752 \begin_inset Newline newline
28753 \end_inset
28754
28755
28756 \begin_inset Newline newline
28757 \end_inset
28758
28759
28760 \begin_inset Graphics
28761         filename clipart/LyXNoteImageQt4.png
28762         display false
28763         scale 85
28764         scaleBeforeRotation
28765
28766 \end_inset
28767
28768  
28769 \begin_inset Note Note
28770 status open
28771
28772 \begin_layout Plain Layout
28773 This is text in a note box that doesn't appear in the output.
28774 \end_layout
28775
28776 \end_inset
28777
28778
28779 \end_layout
28780
28781 \begin_layout Description
28782 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
28783 ent, when you export the document to LaTeX via the menu 
28784 \family sans
28785 File\SpecialChar \menuseparator
28786 Export\SpecialChar \menuseparator
28787 LaTeX (pdflatex) / (plain)
28788 \family default
28789 .
28790  Its note-box looks like this:
28791 \begin_inset Newline newline
28792 \end_inset
28793
28794
28795 \begin_inset Newline newline
28796 \end_inset
28797
28798
28799 \begin_inset Graphics
28800         filename clipart/CommentNoteImageQt4.png
28801         display false
28802         scale 85
28803         scaleBeforeRotation
28804
28805 \end_inset
28806
28807  
28808 \begin_inset Note Comment
28809 status open
28810
28811 \begin_layout Plain Layout
28812 This is text in a note box that only appears as comment in LaTeX-files.
28813 \end_layout
28814
28815 \end_inset
28816
28817
28818 \end_layout
28819
28820 \begin_layout Description
28821 Greyed
28822 \begin_inset space ~
28823 \end_inset
28824
28825 Out This note will appear in the output as grey text.
28826  Its note-box looks like this:
28827 \begin_inset Newline newline
28828 \end_inset
28829
28830
28831 \begin_inset Newline newline
28832 \end_inset
28833
28834
28835 \begin_inset Graphics
28836         filename clipart/GreyedOutNoteImageQt4.png
28837         display false
28838         scale 85
28839         scaleBeforeRotation
28840
28841 \end_inset
28842
28843
28844 \begin_inset Newline newline
28845 \end_inset
28846
28847
28848 \begin_inset ERT
28849 status collapsed
28850
28851 \begin_layout Plain Layout
28852
28853
28854 \backslash
28855 renewenvironment{lyxgreyedout}
28856 \end_layout
28857
28858 \begin_layout Plain Layout
28859
28860 {
28861 \backslash
28862 textcolor[gray]{0.8}
28863 \backslash
28864 bgroup}{
28865 \backslash
28866 egroup}
28867 \end_layout
28868
28869 \end_inset
28870
28871
28872 \begin_inset Note Greyedout
28873 status open
28874
28875 \begin_layout Plain Layout
28876 This is text
28877 \begin_inset Foot
28878 status open
28879
28880 \begin_layout Plain Layout
28881 This is an example footnote within a greyed out note.
28882 \end_layout
28883
28884 \end_inset
28885
28886  of a comment that appears in the output as grey text.
28887 \end_layout
28888
28889 \end_inset
28890
28891
28892 \begin_inset ERT
28893 status collapsed
28894
28895 \begin_layout Plain Layout
28896
28897
28898 \backslash
28899 renewenvironment{lyxgreyedout}
28900 \end_layout
28901
28902 \begin_layout Plain Layout
28903
28904 {
28905 \backslash
28906 textcolor{blue}
28907 \backslash
28908 bgroup}{
28909 \backslash
28910 egroup}
28911 \end_layout
28912
28913 \end_inset
28914
28915
28916 \begin_inset Note Note
28917 status collapsed
28918
28919 \begin_layout Plain Layout
28920 The greyed out note is here redefined to show it with the original LyX definitio
28921 n because greyed out notes are redefined in the preamble of this document,
28922  as described below, to have blue text.
28923 \end_layout
28924
28925 \end_inset
28926
28927
28928 \begin_inset Newline newline
28929 \end_inset
28930
28931
28932 \begin_inset Newline newline
28933 \end_inset
28934
28935 As you can see in the example, the first line of greyed out notes is a bit
28936  indented and greyed out notes can have footnotes.
28937 \end_layout
28938
28939 \begin_layout Standard
28940 \begin_inset VSpace bigskip
28941 \end_inset
28942
28943 When you use the toolbar button 
28944 \family sans
28945
28946 \begin_inset Info
28947 type  "icon"
28948 arg   "note-insert"
28949 \end_inset
28950
28951
28952 \family default
28953  to insert notes, a 
28954 \family sans
28955 LyX
28956 \begin_inset space ~
28957 \end_inset
28958
28959 Note
28960 \family default
28961  is inserted.
28962  You can switch between the three note types by right-clicking on the note-box.
28963  
28964 \family roman
28965 \series medium
28966 \bar no
28967 If you want to turn existing text into a note, mark it and click on the
28968  note
28969 \family default
28970 \series default
28971 \bar default
28972  toolbar 
28973 \family roman
28974 \series medium
28975 \bar no
28976 button
28977 \family default
28978 \series default
28979 \bar default
28980 .
28981  To change a note to text, press the backspace key when the cursor is in
28982  the first position of a note, or press the delete key when the cursor is
28983  in the very last position of the note, respectively.
28984 \end_layout
28985
28986 \begin_layout Standard
28987 \begin_inset VSpace bigskip
28988 \end_inset
28989
28990 You can change the text color of the greyed out notes in the menu 
28991 \family sans
28992 Document\SpecialChar \menuseparator
28993 Settings\SpecialChar \menuseparator
28994 Colors
28995 \family default
28996 .
28997 \end_layout
28998
28999 \begin_layout Section
29000 Footnotes
29001 \begin_inset CommandInset label
29002 LatexCommand label
29003 name "sec:Footnotes"
29004
29005 \end_inset
29006
29007
29008 \begin_inset Index idx
29009 status collapsed
29010
29011 \begin_layout Plain Layout
29012 Notes ! Footnotes
29013 \end_layout
29014
29015 \end_inset
29016
29017
29018 \begin_inset Index idx
29019 status collapsed
29020
29021 \begin_layout Plain Layout
29022 Footnotes
29023 \end_layout
29024
29025 \end_inset
29026
29027
29028 \end_layout
29029
29030 \begin_layout Standard
29031 Footnotes can be inserted using the toolbar button 
29032 \family sans
29033
29034 \begin_inset Info
29035 type  "icon"
29036 arg   "footnote-insert"
29037 \end_inset
29038
29039
29040 \family default
29041  or the menu 
29042 \family sans
29043 Insert\SpecialChar \menuseparator
29044 Footnote
29045 \family default
29046 .
29047  You will then see the following footnote-box: 
29048 \begin_inset Graphics
29049         filename clipart/footnoteQt4.png
29050         scale 80
29051         scaleBeforeRotation
29052
29053 \end_inset
29054
29055  
29056 \family roman
29057 \series medium
29058 \bar no
29059 where you can enter the footnote text.
29060  If you want to turn existing text into a footnote, mark it and click on
29061  the footnote
29062 \family default
29063 \series default
29064 \bar default
29065  toolbar 
29066 \family roman
29067 \series medium
29068 \bar no
29069 button
29070 \family default
29071 \series default
29072 \bar default
29073 .
29074  To change a 
29075 \family roman
29076 \series medium
29077 \bar no
29078 footnote
29079 \family default
29080 \series default
29081 \bar default
29082  to text, press the 
29083 \family sans
29084 Backspace
29085 \family default
29086  key when the cursor is in the first position of a 
29087 \family roman
29088 \series medium
29089 \bar no
29090 footnote
29091 \family default
29092 \series default
29093 \bar default
29094 , or press the 
29095 \family sans
29096 Delete
29097 \family default
29098  key when the cursor is in the very last position of the 
29099 \family roman
29100 \series medium
29101 \bar no
29102 footnote
29103 \family default
29104 \series default
29105 \bar default
29106 , respectively.
29107 \end_layout
29108
29109 \begin_layout Standard
29110 Here is an example footnote:
29111 \family roman
29112 \series medium
29113 \bar no
29114
29115 \begin_inset Foot
29116 status open
29117
29118 \begin_layout Plain Layout
29119 \begin_inset CommandInset label
29120 LatexCommand label
29121 name "foot:This-is-an"
29122
29123 \end_inset
29124
29125 This is an example footnote.
29126 \end_layout
29127
29128 \end_inset
29129
29130
29131 \family default
29132 \series default
29133 \bar default
29134
29135 \begin_inset ERT
29136 status collapsed
29137
29138 \begin_layout Plain Layout
29139
29140
29141 \backslash
29142 newcounter{MyRepeatFoot}
29143 \end_layout
29144
29145 \begin_layout Plain Layout
29146
29147
29148 \backslash
29149 setcounter{MyRepeatFoot}{
29150 \backslash
29151 thefootnote}
29152 \end_layout
29153
29154 \end_inset
29155
29156
29157 \end_layout
29158
29159 \begin_layout Standard
29160 The footnote will appear in the output as a superscript number at the text
29161  position where the footnote box is placed.
29162  The footnote text is placed at the bottom of the current page.
29163  The footnote number is calculated by LaTeX; the numbers are consecutive.
29164  Whether the footnote number is reset for every chapter depends on your
29165  document class.
29166 \end_layout
29167
29168 \begin_layout Standard
29169 Footnotes can be referenced like floats: Insert a label into the footnote
29170  and cross-reference this label in the text as described in section
29171 \begin_inset space ~
29172 \end_inset
29173
29174
29175 \begin_inset CommandInset ref
29176 LatexCommand ref
29177 reference "sec:Referencing-Floats"
29178
29179 \end_inset
29180
29181 .
29182 \begin_inset Newline newline
29183 \end_inset
29184
29185 This is a cross-reference of Footnote
29186 \begin_inset space ~
29187 \end_inset
29188
29189
29190 \begin_inset CommandInset ref
29191 LatexCommand ref
29192 reference "foot:This-is-an"
29193
29194 \end_inset
29195
29196 .
29197 \end_layout
29198
29199 \begin_layout Standard
29200 \begin_inset VSpace defskip
29201 \end_inset
29202
29203 Footnotes in tables are not printed by LaTeX due to technical reasons.
29204  However there exists another method to print them: Instead of the footnote
29205  the command 
29206 \series bold
29207
29208 \backslash
29209 footnotemark{}
29210 \series default
29211  is inserted as TeX-code.
29212  The text of the footnote is entered as an argument of the TeX-code command
29213  
29214 \series bold
29215
29216 \backslash
29217 footnotetext
29218 \series default
29219  after the table.
29220 \begin_inset Newline newline
29221 \end_inset
29222
29223 This was done for the following table with the command
29224 \end_layout
29225
29226 \begin_layout Standard
29227
29228 \series bold
29229
29230 \backslash
29231 footnotetext{
29232 \series default
29233 Printed table footnote.
29234 \series bold
29235 }
29236 \end_layout
29237
29238 \begin_layout Standard
29239 \begin_inset Tabular
29240 <lyxtabular version="3" rows="2" columns="1">
29241 <features tabularvalignment="middle">
29242 <column alignment="center" valignment="top" width="0">
29243 <row>
29244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29245 \begin_inset Text
29246
29247 \begin_layout Plain Layout
29248 This an example text.
29249 \begin_inset Foot
29250 status open
29251
29252 \begin_layout Plain Layout
29253 This footnote will not be printed!
29254 \end_layout
29255
29256 \end_inset
29257
29258
29259 \end_layout
29260
29261 \end_inset
29262 </cell>
29263 </row>
29264 <row>
29265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29266 \begin_inset Text
29267
29268 \begin_layout Plain Layout
29269 This an example text.
29270 \begin_inset ERT
29271 status collapsed
29272
29273 \begin_layout Plain Layout
29274
29275
29276 \backslash
29277 footnotemark{}
29278 \end_layout
29279
29280 \end_inset
29281
29282
29283 \end_layout
29284
29285 \end_inset
29286 </cell>
29287 </row>
29288 </lyxtabular>
29289
29290 \end_inset
29291
29292
29293 \begin_inset ERT
29294 status collapsed
29295
29296 \begin_layout Plain Layout
29297
29298
29299 \backslash
29300 footnotetext{
29301 \end_layout
29302
29303 \end_inset
29304
29305 Printed table footnote.
29306 \begin_inset ERT
29307 status collapsed
29308
29309 \begin_layout Plain Layout
29310
29311 }
29312 \end_layout
29313
29314 \end_inset
29315
29316
29317 \end_layout
29318
29319 \begin_layout Standard
29320 Footnotes in longtables are described in section
29321 \begin_inset space ~
29322 \end_inset
29323
29324
29325 \begin_inset CommandInset ref
29326 LatexCommand ref
29327 reference "sub:Footnotes-in-Longtables"
29328
29329 \end_inset
29330
29331 .
29332 \end_layout
29333
29334 \begin_layout Standard
29335 Footnotes in minipage boxes are printed, but inside the box and with a different
29336  numbering because a minipage box is like a page inside a page.
29337  (For more about minipages, see section
29338 \begin_inset space ~
29339 \end_inset
29340
29341
29342 \begin_inset CommandInset ref
29343 LatexCommand ref
29344 reference "sec:Minipages"
29345
29346 \end_inset
29347
29348 .) To get a footnote in the minipage that is output at the bottom of the
29349  page like normal footnotes, also use the method of 
29350 \series bold
29351
29352 \backslash
29353 footnotemark{}
29354 \series default
29355  and 
29356 \series bold
29357
29358 \backslash
29359 footnotetext
29360 \series default
29361 .
29362 \end_layout
29363
29364 \begin_layout Standard
29365 \begin_inset Box Frameless
29366 position "t"
29367 hor_pos "c"
29368 has_inner_box 1
29369 inner_pos "t"
29370 use_parbox 0
29371 use_makebox 0
29372 width "100col%"
29373 special "none"
29374 height "1in"
29375 height_special "totalheight"
29376 status open
29377
29378 \begin_layout Plain Layout
29379 This an example text in a minipage.
29380 \begin_inset Foot
29381 status open
29382
29383 \begin_layout Plain Layout
29384 Footnote in the minipage.
29385 \end_layout
29386
29387 \end_inset
29388
29389
29390 \end_layout
29391
29392 \begin_layout Plain Layout
29393 This an example text in a minipage.
29394 \begin_inset ERT
29395 status collapsed
29396
29397 \begin_layout Plain Layout
29398
29399
29400 \backslash
29401 footnotemark{}
29402 \end_layout
29403
29404 \end_inset
29405
29406
29407 \end_layout
29408
29409 \end_inset
29410
29411
29412 \end_layout
29413
29414 \begin_layout Standard
29415 \begin_inset ERT
29416 status collapsed
29417
29418 \begin_layout Plain Layout
29419
29420
29421 \backslash
29422 footnotetext{
29423 \end_layout
29424
29425 \end_inset
29426
29427 Footnote outside the minipage.
29428 \begin_inset ERT
29429 status collapsed
29430
29431 \begin_layout Plain Layout
29432
29433 }
29434 \end_layout
29435
29436 \end_inset
29437
29438
29439 \end_layout
29440
29441 \begin_layout Standard
29442 \begin_inset VSpace defskip
29443 \end_inset
29444
29445
29446 \end_layout
29447
29448 \begin_layout Standard
29449 To refer to the same footnote several times without printing the footnote
29450  text every time, use the command 
29451 \series bold
29452
29453 \backslash
29454 footnotemark[number]
29455 \series default
29456  in TeX-code.
29457 \begin_inset Newline newline
29458 \end_inset
29459
29460 As you do not know the number of the repeating footnote while you are writing
29461  the text, you have to store its number.
29462  For the following footnote mark example, these commands were inserted in
29463  TeX-code after Footnote
29464 \begin_inset space ~
29465 \end_inset
29466
29467
29468 \begin_inset CommandInset ref
29469 LatexCommand ref
29470 reference "foot:This-is-an"
29471
29472 \end_inset
29473
29474  to store the footnote number:
29475 \end_layout
29476
29477 \begin_layout Standard
29478
29479 \series bold
29480
29481 \backslash
29482 newcounter{MyRepeatFoot}
29483 \begin_inset Newline newline
29484 \end_inset
29485
29486
29487 \backslash
29488 setcounter{MyRepeatFoot}{
29489 \backslash
29490 thefootnote}
29491 \end_layout
29492
29493 \begin_layout Standard
29494 The footnote mark was then created with this command:
29495 \end_layout
29496
29497 \begin_layout Standard
29498
29499 \series bold
29500
29501 \backslash
29502 footnotemark[
29503 \backslash
29504 theMyRepeatFoot]
29505 \end_layout
29506
29507 \begin_layout Standard
29508 Here is a repeated footnote:
29509 \family roman
29510 \series medium
29511 \bar no
29512
29513 \begin_inset ERT
29514 status collapsed
29515
29516 \begin_layout Plain Layout
29517
29518
29519 \backslash
29520 footnotemark[
29521 \backslash
29522 theMyRepeatFoot]
29523 \end_layout
29524
29525 \end_inset
29526
29527
29528 \end_layout
29529
29530 \begin_layout Standard
29531 If you want to repeat the previous footnote, you can omit the storage of
29532  the footnote number and just use this command instead:
29533 \end_layout
29534
29535 \begin_layout Standard
29536
29537 \series bold
29538
29539 \backslash
29540 footnotemark[
29541 \backslash
29542 thefootnote]
29543 \end_layout
29544
29545 \begin_layout Standard
29546 Here is another repeated footnote:
29547 \family roman
29548 \series medium
29549 \bar no
29550
29551 \begin_inset ERT
29552 status collapsed
29553
29554 \begin_layout Plain Layout
29555
29556
29557 \backslash
29558 footnotemark[
29559 \backslash
29560 thefootnote]
29561 \end_layout
29562
29563 \end_inset
29564
29565
29566 \end_layout
29567
29568 \begin_layout Subsection
29569 Footnote Numbering
29570 \begin_inset CommandInset label
29571 LatexCommand label
29572 name "sub:Footnote-Numbering"
29573
29574 \end_inset
29575
29576
29577 \begin_inset Index idx
29578 status collapsed
29579
29580 \begin_layout Plain Layout
29581 Footnotes ! Numbering
29582 \end_layout
29583
29584 \end_inset
29585
29586
29587 \end_layout
29588
29589 \begin_layout Standard
29590 To reset the footnote number back to 1 after each section
29591 \family roman
29592 , add this command to your document preamble:
29593 \end_layout
29594
29595 \begin_layout Standard
29596
29597 \series bold
29598
29599 \backslash
29600 @addtoreset{footnote}{section}
29601 \end_layout
29602
29603 \begin_layout Standard
29604 \begin_inset VSpace bigskip
29605 \end_inset
29606
29607 The following preamble command changes the footnote numbering style to small
29608  roman numerals:
29609 \end_layout
29610
29611 \begin_layout Standard
29612
29613 \series bold
29614
29615 \backslash
29616 renewcommand{
29617 \backslash
29618 thefootnote}{
29619 \backslash
29620 roman{footnote}}
29621 \end_layout
29622
29623 \begin_layout Standard
29624 \begin_inset ERT
29625 status collapsed
29626
29627 \begin_layout Plain Layout
29628
29629
29630 \backslash
29631 renewcommand{
29632 \backslash
29633 thefootnote}{
29634 \backslash
29635 roman{footnote}}
29636 \end_layout
29637
29638 \end_inset
29639
29640  This is a footnote with roman numbering:
29641 \begin_inset Foot
29642 status open
29643
29644 \begin_layout Plain Layout
29645 This is an example footnote with roman numbering.
29646 \end_layout
29647
29648 \end_inset
29649
29650
29651 \end_layout
29652
29653 \begin_layout Standard
29654 To change the numbering style to capital roman numerals replace in the command
29655  above 
29656 \series bold
29657
29658 \backslash
29659 roman
29660 \series default
29661  by 
29662 \series bold
29663
29664 \backslash
29665 Roman
29666 \series default
29667 .
29668  To 
29669 \begin_inset Quotes eld
29670 \end_inset
29671
29672 number
29673 \begin_inset Quotes erd
29674 \end_inset
29675
29676  footnotes with capital or small Latin letters use 
29677 \series bold
29678
29679 \backslash
29680 Alph
29681 \series default
29682  or 
29683 \series bold
29684
29685 \backslash
29686 alph
29687 \series default
29688 , respectively.
29689  To 
29690 \begin_inset Quotes eld
29691 \end_inset
29692
29693 number
29694 \begin_inset Quotes erd
29695 \end_inset
29696
29697  footnotes with symbols use 
29698 \series bold
29699
29700 \backslash
29701 fnsymbol
29702 \series default
29703 .
29704 \end_layout
29705
29706 \begin_layout Standard
29707 \begin_inset Note Greyedout
29708 status open
29709
29710 \begin_layout Plain Layout
29711
29712 \series bold
29713 Note:
29714 \series default
29715  You can only number 26 footnotes with Latin letters, because this numbering
29716  is limited to single letters.
29717 \end_layout
29718
29719 \end_inset
29720
29721
29722 \begin_inset Newline newline
29723 \end_inset
29724
29725
29726 \begin_inset Note Greyedout
29727 status open
29728
29729 \begin_layout Plain Layout
29730
29731 \series bold
29732 Note:
29733 \series default
29734  You can only number 9 footnotes with symbols.
29735 \end_layout
29736
29737 \end_inset
29738
29739
29740 \end_layout
29741
29742 \begin_layout Standard
29743 To return to the default numbering style after you have changed to another
29744  one, use 
29745 \series bold
29746
29747 \backslash
29748 arabic
29749 \series default
29750  instead of 
29751 \series bold
29752
29753 \backslash
29754 roman
29755 \series default
29756  in the command above.
29757 \begin_inset ERT
29758 status collapsed
29759
29760 \begin_layout Plain Layout
29761
29762
29763 \backslash
29764 renewcommand{
29765 \backslash
29766 thefootnote}{
29767 \backslash
29768 arabic{footnote}}
29769 \end_layout
29770
29771 \end_inset
29772
29773
29774 \end_layout
29775
29776 \begin_layout Standard
29777 \begin_inset VSpace bigskip
29778 \end_inset
29779
29780
29781 \end_layout
29782
29783 \begin_layout Standard
29784 If you want to have footnotes numbered in the scheme 
29785 \begin_inset Quotes eld
29786 \end_inset
29787
29788 chapter.footnote
29789 \begin_inset Quotes erd
29790 \end_inset
29791
29792 , add the following command to your document preamble:
29793 \end_layout
29794
29795 \begin_layout Standard
29796
29797 \series bold
29798
29799 \backslash
29800 numberwithin{footnote}{chapter}
29801 \end_layout
29802
29803 \begin_layout Standard
29804 To be able to use the command 
29805 \series bold
29806
29807 \backslash
29808 numberwithin
29809 \series default
29810 , set in the tab 
29811 \family sans
29812 Math
29813 \begin_inset space ~
29814 \end_inset
29815
29816 Options
29817 \family default
29818  in the document settings the option 
29819 \family sans
29820 Use
29821 \begin_inset space ~
29822 \end_inset
29823
29824 AMS
29825 \begin_inset space ~
29826 \end_inset
29827
29828 math
29829 \begin_inset space ~
29830 \end_inset
29831
29832 package
29833 \family default
29834 .
29835 \end_layout
29836
29837 \begin_layout Standard
29838 \begin_inset ERT
29839 status collapsed
29840
29841 \begin_layout Plain Layout
29842
29843
29844 \backslash
29845 numberwithin{footnote}{chapter}
29846 \end_layout
29847
29848 \end_inset
29849
29850 This is another example footnote:
29851 \series bold
29852
29853 \begin_inset Foot
29854 status open
29855
29856 \begin_layout Plain Layout
29857 This is a footnote numbered in the scheme 
29858 \begin_inset Quotes eld
29859 \end_inset
29860
29861 chapter.footnote
29862 \begin_inset Quotes erd
29863 \end_inset
29864
29865 .
29866 \end_layout
29867
29868 \end_inset
29869
29870
29871 \series default
29872
29873 \begin_inset ERT
29874 status collapsed
29875
29876 \begin_layout Plain Layout
29877
29878
29879 \backslash
29880 renewcommand{
29881 \backslash
29882 thefootnote}{
29883 \backslash
29884 arabic{footnote}}
29885 \end_layout
29886
29887 \end_inset
29888
29889
29890 \end_layout
29891
29892 \begin_layout Standard
29893 \begin_inset Note Greyedout
29894 status open
29895
29896 \begin_layout Plain Layout
29897
29898 \series bold
29899 Note:
29900 \series default
29901  
29902 \series bold
29903
29904 \backslash
29905 numberwithin
29906 \series default
29907  always prints out the footnote number as arabic number; previous redefinitions
29908  to get non-arabic numbers are overwritten.
29909 \end_layout
29910
29911 \end_inset
29912
29913
29914 \end_layout
29915
29916 \begin_layout Standard
29917 So to get for example the scheme 
29918 \begin_inset Quotes eld
29919 \end_inset
29920
29921 chapter.
29922 \backslash
29923 Roman{footnote}
29924 \begin_inset Quotes erd
29925 \end_inset
29926
29927 , use this command instead of 
29928 \series bold
29929
29930 \backslash
29931 numberwithin
29932 \series default
29933 :
29934 \end_layout
29935
29936 \begin_layout Standard
29937
29938 \series bold
29939
29940 \backslash
29941 renewcommand{
29942 \backslash
29943 thefootnote}{
29944 \backslash
29945 thechapter.
29946 \backslash
29947 Roman{footnote}}
29948 \end_layout
29949
29950 \begin_layout Subsection
29951 Footnote Placement
29952 \begin_inset Index idx
29953 status collapsed
29954
29955 \begin_layout Plain Layout
29956 Footnotes ! Placement
29957 \end_layout
29958
29959 \end_inset
29960
29961
29962 \end_layout
29963
29964 \begin_layout Standard
29965 If you have several footnotes in one page, they appear without vertical
29966  space between them at the bottom of the page.
29967  To make them more readable you can e.
29968 \begin_inset space \thinspace{}
29969 \end_inset
29970
29971 g.
29972 \begin_inset space \space{}
29973 \end_inset
29974
29975 add 1.5
29976 \begin_inset space \thinspace{}
29977 \end_inset
29978
29979 mm space with the following preamble command:
29980 \end_layout
29981
29982 \begin_layout Standard
29983
29984 \series bold
29985
29986 \backslash
29987 let
29988 \backslash
29989 myFoot
29990 \backslash
29991 footnote
29992 \begin_inset Newline newline
29993 \end_inset
29994
29995
29996 \backslash
29997 renewcommand{
29998 \backslash
29999 footnote}[1]{
30000 \backslash
30001 myFoot{#1
30002 \backslash
30003 vspace{1.5mm}}}
30004 \end_layout
30005
30006 \begin_layout Standard
30007 \begin_inset VSpace bigskip
30008 \end_inset
30009
30010 In a two-column document the footnotes appear at the bottom of every column,
30011  see Figure
30012 \begin_inset space ~
30013 \end_inset
30014
30015
30016 \begin_inset CommandInset ref
30017 LatexCommand ref
30018 reference "fig:Standard-footnote-placement"
30019
30020 \end_inset
30021
30022 .
30023  If the footnotes should only appear at the bottom of the right column,
30024  as in Figure
30025 \begin_inset space ~
30026 \end_inset
30027
30028
30029 \begin_inset CommandInset ref
30030 LatexCommand ref
30031 reference "fig:Footnote-placement-in"
30032
30033 \end_inset
30034
30035 , use the LaTeX-package 
30036 \series bold
30037 ftnright
30038 \series default
30039
30040 \begin_inset Index idx
30041 status collapsed
30042
30043 \begin_layout Plain Layout
30044 LaTeX-packages ! ftnright
30045 \end_layout
30046
30047 \end_inset
30048
30049  with this command in the document preamble:
30050 \end_layout
30051
30052 \begin_layout Standard
30053
30054 \series bold
30055
30056 \backslash
30057 usepackage{ftnright}
30058 \end_layout
30059
30060 \begin_layout Standard
30061 \begin_inset Float figure
30062 placement !h
30063 wide false
30064 sideways false
30065 status open
30066
30067 \begin_layout Plain Layout
30068 \begin_inset ERT
30069 status collapsed
30070
30071 \begin_layout Plain Layout
30072
30073
30074 \backslash
30075 framebox{
30076 \end_layout
30077
30078 \end_inset
30079
30080
30081 \begin_inset Graphics
30082         filename clipart/without_fntright.pdf
30083         width 100col%
30084         scaleBeforeRotation
30085
30086 \end_inset
30087
30088
30089 \begin_inset ERT
30090 status collapsed
30091
30092 \begin_layout Plain Layout
30093
30094 }
30095 \end_layout
30096
30097 \end_inset
30098
30099
30100 \end_layout
30101
30102 \begin_layout Plain Layout
30103 \begin_inset Caption
30104
30105 \begin_layout Plain Layout
30106 \begin_inset CommandInset label
30107 LatexCommand label
30108 name "fig:Standard-footnote-placement"
30109
30110 \end_inset
30111
30112 Standard footnote placement in two-column documents.
30113 \end_layout
30114
30115 \end_inset
30116
30117
30118 \end_layout
30119
30120 \end_inset
30121
30122
30123 \end_layout
30124
30125 \begin_layout Standard
30126 \begin_inset Float figure
30127 placement !h
30128 wide false
30129 sideways false
30130 status open
30131
30132 \begin_layout Plain Layout
30133 \begin_inset ERT
30134 status collapsed
30135
30136 \begin_layout Plain Layout
30137
30138
30139 \backslash
30140 framebox{
30141 \end_layout
30142
30143 \end_inset
30144
30145
30146 \begin_inset Graphics
30147         filename clipart/with_fntright.pdf
30148         width 100col%
30149         scaleBeforeRotation
30150
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
30165 \end_layout
30166
30167 \begin_layout Plain Layout
30168 \begin_inset Caption
30169
30170 \begin_layout Plain Layout
30171 \begin_inset CommandInset label
30172 LatexCommand label
30173 name "fig:Footnote-placement-in"
30174
30175 \end_inset
30176
30177 Footnote placement in two-column documents when the LaTeX-package 
30178 \series bold
30179 ftnright
30180 \series default
30181  is used.
30182 \end_layout
30183
30184 \end_inset
30185
30186
30187 \end_layout
30188
30189 \end_inset
30190
30191
30192 \end_layout
30193
30194 \begin_layout Standard
30195 \begin_inset VSpace bigskip
30196 \end_inset
30197
30198 In some scientific literature it is usual to collect the footnotes and print
30199  them in a separate paragraph at the end of a section, as in Figure
30200 \begin_inset space ~
30201 \end_inset
30202
30203
30204 \begin_inset CommandInset ref
30205 LatexCommand ref
30206 reference "fig:Endnotes"
30207
30208 \end_inset
30209
30210 .
30211  They are then called 
30212 \begin_inset Quotes eld
30213 \end_inset
30214
30215 endnotes
30216 \begin_inset Quotes erd
30217 \end_inset
30218
30219 .
30220 \begin_inset Index idx
30221 status collapsed
30222
30223 \begin_layout Plain Layout
30224 Endnotes
30225 \end_layout
30226
30227 \end_inset
30228
30229  To use endnotes instead of footnotes in your document, load in the menu
30230  
30231 \family sans
30232 Document\SpecialChar \menuseparator
30233 Settings\SpecialChar \menuseparator
30234 Modules 
30235 \family default
30236 the module 
30237 \family sans
30238 Foot
30239 \begin_inset space ~
30240 \end_inset
30241
30242 to
30243 \begin_inset space ~
30244 \end_inset
30245
30246 End
30247 \family default
30248 .
30249  To insert the collected footnotes, insert the command
30250 \end_layout
30251
30252 \begin_layout Standard
30253
30254 \series bold
30255
30256 \backslash
30257 theendnotes
30258 \end_layout
30259
30260 \begin_layout Standard
30261 in TeX-Code at the end of a section or chapter.
30262 \end_layout
30263
30264 \begin_layout Standard
30265 \begin_inset Float figure
30266 wide false
30267 sideways false
30268 status open
30269
30270 \begin_layout Plain Layout
30271 \align center
30272 \begin_inset ERT
30273 status collapsed
30274
30275 \begin_layout Plain Layout
30276
30277
30278 \backslash
30279 framebox{
30280 \end_layout
30281
30282 \end_inset
30283
30284
30285 \begin_inset Graphics
30286         filename clipart/endnotes.pdf
30287         scaleBeforeRotation
30288
30289 \end_inset
30290
30291
30292 \begin_inset ERT
30293 status collapsed
30294
30295 \begin_layout Plain Layout
30296
30297 }
30298 \end_layout
30299
30300 \end_inset
30301
30302
30303 \end_layout
30304
30305 \begin_layout Plain Layout
30306 \begin_inset Caption
30307
30308 \begin_layout Plain Layout
30309 \begin_inset CommandInset label
30310 LatexCommand label
30311 name "fig:Endnotes"
30312
30313 \end_inset
30314
30315 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
30316  or chapters.
30317 \end_layout
30318
30319 \end_inset
30320
30321
30322 \end_layout
30323
30324 \end_inset
30325
30326
30327 \end_layout
30328
30329 \begin_layout Standard
30330 \begin_inset VSpace medskip
30331 \end_inset
30332
30333 The paragraph heading for the endnotes isn't automatically translated into
30334  the document language, this must be done manually.
30335  The following preamble command translates the default English 
30336 \begin_inset Quotes eld
30337 \end_inset
30338
30339 Notes
30340 \begin_inset Quotes erd
30341 \end_inset
30342
30343  into the German 
30344 \begin_inset Quotes eld
30345 \end_inset
30346
30347 Anmerkungen
30348 \begin_inset Quotes erd
30349 \end_inset
30350
30351 :
30352 \end_layout
30353
30354 \begin_layout Standard
30355
30356 \series bold
30357
30358 \backslash
30359 renewcommand{
30360 \backslash
30361 notesname}{Anmerkungen}
30362 \end_layout
30363
30364 \begin_layout Standard
30365 \begin_inset VSpace medskip
30366 \end_inset
30367
30368 The numbering of endnotes can be changed like the footnote numbering as
30369  described in section
30370 \begin_inset space ~
30371 \end_inset
30372
30373
30374 \begin_inset CommandInset ref
30375 LatexCommand ref
30376 reference "sub:Footnote-Numbering"
30377
30378 \end_inset
30379
30380 ; just replace the command 
30381 \series bold
30382
30383 \backslash
30384 thefootnote
30385 \series default
30386  by 
30387 \series bold
30388
30389 \backslash
30390 theendnote
30391 \series default
30392 .
30393  To reset the endnote number use the command 
30394 \series bold
30395
30396 \backslash
30397 @addtoreset
30398 \series default
30399  as described in section
30400 \begin_inset space ~
30401 \end_inset
30402
30403
30404 \begin_inset CommandInset ref
30405 LatexCommand ref
30406 reference "sub:Footnote-Numbering"
30407
30408 \end_inset
30409
30410  and replace the command parameter 
30411 \series bold
30412 footnote
30413 \series default
30414  by 
30415 \series bold
30416 endnote
30417 \series default
30418 .
30419 \end_layout
30420
30421 \begin_layout Standard
30422 For endnotes there is the command 
30423 \series bold
30424
30425 \backslash
30426 endnotemark[number]
30427 \series default
30428  similar to the command 
30429 \series bold
30430
30431 \backslash
30432 footnotemark
30433 \series default
30434 , that is described in section
30435 \begin_inset space ~
30436 \end_inset
30437
30438
30439 \begin_inset CommandInset ref
30440 LatexCommand ref
30441 reference "sec:Footnotes"
30442
30443 \end_inset
30444
30445 .
30446 \end_layout
30447
30448 \begin_layout Standard
30449 \begin_inset VSpace bigskip
30450 \end_inset
30451
30452 Footnotes can also be placed in the page margin and the footnote text alignment
30453  can be changed, see the LaTeX-package 
30454 \series bold
30455 footmisc
30456 \series default
30457
30458 \begin_inset Index idx
30459 status collapsed
30460
30461 \begin_layout Plain Layout
30462 LaTeX-packages ! footmisc
30463 \end_layout
30464
30465 \end_inset
30466
30467
30468 \begin_inset CommandInset citation
30469 LatexCommand cite
30470 key "footmisc"
30471
30472 \end_inset
30473
30474  for more information about this.
30475 \end_layout
30476
30477 \begin_layout Standard
30478 For various further footnote formatting issues have a look at LaTeX-books,
30479  
30480 \begin_inset CommandInset citation
30481 LatexCommand cite
30482 key "latexcompanion,latexguide,latexbook"
30483
30484 \end_inset
30485
30486 .
30487  If you are using a 
30488 \series bold
30489 KOMA-Script
30490 \series default
30491
30492 \begin_inset Index idx
30493 status collapsed
30494
30495 \begin_layout Plain Layout
30496 LaTeX-packages ! KOMA-Script
30497 \end_layout
30498
30499 \end_inset
30500
30501  document class, you can adjust all footnote settings using class-specific
30502  commands, see 
30503 \begin_inset CommandInset citation
30504 LatexCommand cite
30505 key "KOMA-Script"
30506
30507 \end_inset
30508
30509 .
30510 \end_layout
30511
30512 \begin_layout Section
30513 Margin Notes
30514 \begin_inset Index idx
30515 status collapsed
30516
30517 \begin_layout Plain Layout
30518 Notes ! Margin Notes
30519 \end_layout
30520
30521 \end_inset
30522
30523
30524 \end_layout
30525
30526 \begin_layout Standard
30527 Margin notes look and behave in LyX like footnotes.
30528  They are inserted via the menu 
30529 \family sans
30530 Insert\SpecialChar \menuseparator
30531 Marginal
30532 \begin_inset space ~
30533 \end_inset
30534
30535 Note
30536 \family default
30537  or the toolbar button 
30538 \family sans
30539
30540 \begin_inset Info
30541 type  "icon"
30542 arg   "marginalnote-insert"
30543 \end_inset
30544
30545
30546 \family default
30547 .
30548  A grey 
30549 \family roman
30550 \series medium
30551 box with the
30552 \family default
30553 \series default
30554  red 
30555 \family roman
30556 \series medium
30557 label 
30558 \begin_inset Quotes eld
30559 \end_inset
30560
30561 margin
30562 \begin_inset Quotes erd
30563 \end_inset
30564
30565  appears where you can enter the text of the margin note.
30566 \end_layout
30567
30568 \begin_layout Standard
30569 At the side is an example margin note.
30570
30571 \family roman
30572 \series medium
30573  
30574 \begin_inset Marginal
30575 status open
30576
30577 \begin_layout Plain Layout
30578 This is a margin note.
30579 \end_layout
30580
30581 \end_inset
30582
30583
30584 \end_layout
30585
30586 \begin_layout Standard
30587 Margin notes appear at the right side in single-sided documents.
30588  In double-sided documents they appear in the outer margin â€“ left on even
30589  pages, right on odd pages.
30590  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
30591 d when the note appears in the left margin.
30592  The first line of the margin note is placed at the position of the text
30593  line where it is inserted in the document.
30594 \end_layout
30595
30596 \begin_layout Standard
30597 \begin_inset VSpace bigskip
30598 \end_inset
30599
30600 To place the margin note in the inner margin, add the command
30601 \end_layout
30602
30603 \begin_layout Standard
30604
30605 \series bold
30606
30607 \backslash
30608 reversemarginpar
30609 \end_layout
30610
30611 \begin_layout Standard
30612 in TeX-Code before a margin note.
30613  The new placement is valid for all subsequent margin notes.
30614  
30615 \begin_inset ERT
30616 status collapsed
30617
30618 \begin_layout Plain Layout
30619
30620
30621 \backslash
30622 reversemarginpar 
30623 \end_layout
30624
30625 \end_inset
30626
30627
30628 \begin_inset Marginal
30629 status open
30630
30631 \begin_layout Plain Layout
30632 This is a margin note in the inner margin.
30633 \end_layout
30634
30635 \end_inset
30636
30637
30638 \series bold
30639
30640 \begin_inset Newline newline
30641 \end_inset
30642
30643
30644 \series default
30645
30646 \begin_inset Note Greyedout
30647 status open
30648
30649 \begin_layout Plain Layout
30650
30651 \series bold
30652 Note:
30653 \series default
30654  There is often not enough space in the inner margin so that the notes are
30655  not correctly displayed in the output.
30656 \end_layout
30657
30658 \end_inset
30659
30660
30661 \end_layout
30662
30663 \begin_layout Standard
30664 To return to the default placement insert the command
30665 \end_layout
30666
30667 \begin_layout Standard
30668
30669 \series bold
30670
30671 \backslash
30672 normalmarginpar
30673 \end_layout
30674
30675 \begin_layout Standard
30676 in TeX-Code.
30677 \begin_inset ERT
30678 status collapsed
30679
30680 \begin_layout Plain Layout
30681
30682
30683 \backslash
30684 normalmarginpar 
30685 \end_layout
30686
30687 \end_inset
30688
30689  
30690 \begin_inset Note Greyedout
30691 status open
30692
30693 \begin_layout Plain Layout
30694
30695 \series bold
30696 Note:
30697 \series default
30698  The command is ignored when it is within a paragraph where also the command
30699  
30700 \series bold
30701
30702 \backslash
30703 reversemarginpar
30704 \series default
30705  is inserted.
30706 \end_layout
30707
30708 \end_inset
30709
30710
30711 \end_layout
30712
30713 \begin_layout Standard
30714 \begin_inset VSpace bigskip
30715 \end_inset
30716
30717
30718 \family roman
30719 \series medium
30720
30721 \begin_inset Marginal
30722 status open
30723
30724 \begin_layout Plain Layout
30725 AVeryLongMarginParWord that isn't hyphenated.
30726 \end_layout
30727
30728 \end_inset
30729
30730
30731 \family default
30732 \series default
30733  Similar to the case described in section
30734 \begin_inset space ~
30735 \end_inset
30736
30737
30738 \begin_inset CommandInset ref
30739 LatexCommand ref
30740 reference "sub:Multiple-Lines-in"
30741
30742 \end_inset
30743
30744 , long words cannot be hyphenated when they are the first word in a margin
30745  note.
30746  To avoid this, insert 0
30747 \begin_inset space \thinspace{}
30748 \end_inset
30749
30750 pt horizontal space before the word
30751 \family roman
30752 \series medium
30753 .
30754  
30755 \begin_inset Marginal
30756 status open
30757
30758 \begin_layout Plain Layout
30759 \begin_inset space \hspace*{}
30760 \length 0pt
30761 \end_inset
30762
30763 AVeryLongMarginParWord that is hyphenated.
30764 \end_layout
30765
30766 \end_inset
30767
30768
30769 \end_layout
30770
30771 \begin_layout Standard
30772 \begin_inset VSpace bigskip
30773 \end_inset
30774
30775
30776 \end_layout
30777
30778 \begin_layout Standard
30779 \begin_inset Note Greyedout
30780 status open
30781
30782 \begin_layout Plain Layout
30783
30784 \series bold
30785 Note:
30786 \series default
30787  Margin notes can normally not be used inside tables, floats, and footnotes.
30788 \end_layout
30789
30790 \end_inset
30791
30792
30793 \end_layout
30794
30795 \begin_layout Standard
30796 \begin_inset VSpace bigskip
30797 \end_inset
30798
30799
30800 \end_layout
30801
30802 \begin_layout Standard
30803 \begin_inset ERT
30804 status collapsed
30805
30806 \begin_layout Plain Layout
30807
30808
30809 \backslash
30810 ifmarginnote
30811 \end_layout
30812
30813 \end_inset
30814
30815
30816 \begin_inset Note Note
30817 status open
30818
30819 \begin_layout Plain Layout
30820 The following section will only be displayed when the LaTeX-package 
30821 \series bold
30822 marginnote
30823 \series default
30824  is installed.
30825 \end_layout
30826
30827 \end_inset
30828
30829
30830 \end_layout
30831
30832 \begin_layout Standard
30833 This restriction can be evaded by using the LaTeX-package 
30834 \series bold
30835 marginnote
30836 \series default
30837
30838 \begin_inset Index idx
30839 status collapsed
30840
30841 \begin_layout Plain Layout
30842 LaTeX-packages ! marginnote
30843 \end_layout
30844
30845 \end_inset
30846
30847 .
30848  By adding these two lines to your document preamble, the command used by
30849  LyX for margin notes is redefined to use the command provided by the 
30850 \series bold
30851 marginnote
30852 \series default
30853 -package:
30854 \end_layout
30855
30856 \begin_layout Standard
30857
30858 \series bold
30859
30860 \backslash
30861 usepackage{marginnote}
30862 \begin_inset Newline newline
30863 \end_inset
30864
30865
30866 \backslash
30867 let
30868 \backslash
30869 marginpar
30870 \backslash
30871 marginnote
30872 \end_layout
30873
30874 \begin_layout Standard
30875 This is also used in this document because 
30876 \series bold
30877 marginnote
30878 \series default
30879  has another useful feature: You can set a vertical offset for the note.
30880  This is often needed when too many margin notes are too close together
30881  or for a better page layout.
30882  The offset is set in LyX as TeX-Code directly after the margin note in
30883  the scheme
30884 \end_layout
30885
30886 \begin_layout Standard
30887
30888 \series bold
30889 [offset]
30890 \end_layout
30891
30892 \begin_layout Standard
30893 where the offset is a length with one of the units listed in Table
30894 \begin_inset space ~
30895 \end_inset
30896
30897
30898 \begin_inset CommandInset ref
30899 LatexCommand ref
30900 reference "tab:Units"
30901
30902 \end_inset
30903
30904 .
30905  A negative value shifts the note up, a positive value shifts it down.
30906  
30907 \family roman
30908 \series medium
30909 For example the margin note beside this text line is shifted up 1.5
30910 \begin_inset space \thinspace{}
30911 \end_inset
30912
30913 cm with the TeX-Code-command 
30914 \begin_inset Quotes eld
30915 \end_inset
30916
30917
30918 \family default
30919 \series bold
30920 [-1.5cm]
30921 \family roman
30922 \series medium
30923
30924 \begin_inset Quotes erd
30925 \end_inset
30926
30927
30928 \begin_inset Marginal
30929 status open
30930
30931 \begin_layout Plain Layout
30932 This margin note is shifted up 1.5
30933 \begin_inset space \thinspace{}
30934 \end_inset
30935
30936 cm from its original position.
30937 \end_layout
30938
30939 \end_inset
30940
30941
30942 \family default
30943 \series default
30944
30945 \begin_inset ERT
30946 status collapsed
30947
30948 \begin_layout Plain Layout
30949
30950 [-1.5cm]
30951 \end_layout
30952
30953 \end_inset
30954
30955
30956 \end_layout
30957
30958 \begin_layout Standard
30959 \begin_inset VSpace medskip
30960 \end_inset
30961
30962 With 
30963 \series bold
30964 marginnote
30965 \series default
30966  you can also change the alignment of the text in the margin note.
30967  For example the commands
30968 \end_layout
30969
30970 \begin_layout Standard
30971
30972 \series bold
30973
30974 \backslash
30975 renewcommand*{
30976 \backslash
30977 raggedleftmarginnote}{
30978 \backslash
30979 centering}
30980 \begin_inset Newline newline
30981 \end_inset
30982
30983
30984 \backslash
30985 renewcommand*{
30986 \backslash
30987 raggedrightmarginnote}{
30988 \backslash
30989 centering}
30990 \end_layout
30991
30992 \begin_layout Standard
30993 set the alignment to centered.
30994  
30995 \series bold
30996
30997 \backslash
30998 raggedleftmarginnote
30999 \series default
31000  denotes margin notes that appear at the left side.
31001 \family roman
31002 \series medium
31003
31004 \begin_inset ERT
31005 status collapsed
31006
31007 \begin_layout Plain Layout
31008
31009
31010 \backslash
31011 renewcommand*{
31012 \backslash
31013 raggedleftmarginnote}{
31014 \backslash
31015 centering}
31016 \end_layout
31017
31018 \begin_layout Plain Layout
31019
31020
31021 \backslash
31022 renewcommand*{
31023 \backslash
31024 raggedrightmarginnote}{
31025 \backslash
31026 centering}
31027 \end_layout
31028
31029 \end_inset
31030
31031
31032 \begin_inset Marginal
31033 status open
31034
31035 \begin_layout Plain Layout
31036 The text of this margin note is centered.
31037 \end_layout
31038
31039 \end_inset
31040
31041
31042 \family default
31043 \series default
31044  The default is
31045 \end_layout
31046
31047 \begin_layout Standard
31048
31049 \series bold
31050
31051 \backslash
31052 renewcommand*{
31053 \backslash
31054 raggedleftmarginnote}{
31055 \backslash
31056 raggedleft}
31057 \begin_inset Newline newline
31058 \end_inset
31059
31060
31061 \backslash
31062 renewcommand*{
31063 \backslash
31064 raggedrightmarginnote}{
31065 \backslash
31066 raggedright}
31067 \family roman
31068 \series medium
31069
31070 \begin_inset ERT
31071 status collapsed
31072
31073 \begin_layout Plain Layout
31074
31075
31076 \backslash
31077 renewcommand*{
31078 \backslash
31079 raggedleftmarginnote}{
31080 \backslash
31081 raggedleft}
31082 \end_layout
31083
31084 \begin_layout Plain Layout
31085
31086
31087 \backslash
31088 renewcommand*{
31089 \backslash
31090 raggedrightmarginnote}{
31091 \backslash
31092 raggedright}
31093 \end_layout
31094
31095 \end_inset
31096
31097
31098 \end_layout
31099
31100 \begin_layout Standard
31101 \begin_inset VSpace medskip
31102 \end_inset
31103
31104 For the other features of 
31105 \series bold
31106 marginnote
31107 \series default
31108  refer to its documentation 
31109 \begin_inset CommandInset citation
31110 LatexCommand cite
31111 key "marginnote"
31112
31113 \end_inset
31114
31115 .
31116 \end_layout
31117
31118 \begin_layout Standard
31119 \begin_inset VSpace bigskip
31120 \end_inset
31121
31122 You can adjust the layout of margin notes by changing its definition.
31123  To create for example a header for all margin notes with the underlined,
31124  sans-serif, and bold header text 
31125 \begin_inset Quotes eld
31126 \end_inset
31127
31128
31129 \family sans
31130 \series bold
31131 \bar under
31132 Attention!
31133 \family default
31134 \series default
31135 \bar default
31136
31137 \begin_inset Quotes erd
31138 \end_inset
31139
31140 , add this to your document preamble:
31141 \end_layout
31142
31143 \begin_layout Standard
31144
31145 \series bold
31146
31147 \backslash
31148 let
31149 \backslash
31150 myMarginpar
31151 \backslash
31152 marginpar
31153 \begin_inset Newline newline
31154 \end_inset
31155
31156
31157 \backslash
31158 renewcommand{
31159 \backslash
31160 marginpar}[1]{
31161 \backslash
31162 myMarginpar{%
31163 \begin_inset Newline newline
31164 \end_inset
31165
31166
31167 \begin_inset Phantom HPhantom
31168 status open
31169
31170 \begin_layout Plain Layout
31171
31172 \series bold
31173 \begin_inset space ~
31174 \end_inset
31175
31176
31177 \end_layout
31178
31179 \end_inset
31180
31181
31182 \backslash
31183 hspace{0pt}
31184 \backslash
31185 textsf{
31186 \backslash
31187 textbf{
31188 \backslash
31189 underbar{Attention!}}}%
31190 \begin_inset Newline newline
31191 \end_inset
31192
31193
31194 \begin_inset Phantom HPhantom
31195 status open
31196
31197 \begin_layout Plain Layout
31198
31199 \series bold
31200 \begin_inset space ~
31201 \end_inset
31202
31203
31204 \end_layout
31205
31206 \end_inset
31207
31208
31209 \backslash
31210 vspace{1.5mm}
31211 \backslash
31212
31213 \backslash
31214 #1}}
31215 \end_layout
31216
31217 \begin_layout Standard
31218
31219 \family roman
31220 \series medium
31221 \begin_inset ERT
31222 status collapsed
31223
31224 \begin_layout Plain Layout
31225
31226
31227 \backslash
31228 let
31229 \backslash
31230 myMarginpar
31231 \backslash
31232 marginpar
31233 \end_layout
31234
31235 \begin_layout Plain Layout
31236
31237
31238 \backslash
31239 renewcommand{
31240 \backslash
31241 marginpar}[1]{
31242 \backslash
31243 myMarginpar{%
31244 \end_layout
31245
31246 \begin_layout Plain Layout
31247
31248    
31249 \backslash
31250 textsf{
31251 \backslash
31252 textbf{
31253 \backslash
31254 underbar{Attention!}}}%
31255 \end_layout
31256
31257 \begin_layout Plain Layout
31258
31259    
31260 \backslash
31261 vspace{1.5mm}
31262 \backslash
31263
31264 \backslash
31265 #1}}
31266 \end_layout
31267
31268 \end_inset
31269
31270
31271 \begin_inset Marginal
31272 status open
31273
31274 \begin_layout Plain Layout
31275 This is a margin note with a defined heading.
31276 \end_layout
31277
31278 \end_inset
31279
31280
31281 \family default
31282 \series default
31283
31284 \begin_inset ERT
31285 status collapsed
31286
31287 \begin_layout Plain Layout
31288
31289 [-1.5cm]
31290 \end_layout
31291
31292 \end_inset
31293
31294
31295 \family roman
31296 \series medium
31297
31298 \begin_inset ERT
31299 status collapsed
31300
31301 \begin_layout Plain Layout
31302
31303
31304 \backslash
31305 renewcommand{
31306 \backslash
31307 marginpar}[1]{
31308 \backslash
31309 myMarginpar{#1}}
31310 \end_layout
31311
31312 \end_inset
31313
31314
31315 \family default
31316 \series default
31317
31318 \begin_inset Note Note
31319 status collapsed
31320
31321 \begin_layout Plain Layout
31322 The margin note format is changed only for this example.
31323 \end_layout
31324
31325 \end_inset
31326
31327
31328 \end_layout
31329
31330 \begin_layout Standard
31331 \begin_inset ERT
31332 status collapsed
31333
31334 \begin_layout Plain Layout
31335
31336
31337 \backslash
31338 else
31339 \end_layout
31340
31341 \end_inset
31342
31343
31344 \begin_inset Note Note
31345 status open
31346
31347 \begin_layout Plain Layout
31348 The following will be displayed when the LaTeX-package 
31349 \series bold
31350 marginnote
31351 \series default
31352  is not installed:
31353 \end_layout
31354
31355 \end_inset
31356
31357
31358 \end_layout
31359
31360 \begin_layout Standard
31361 You need to install the LaTeX-package 
31362 \series bold
31363 marginnote
31364 \series default
31365  to see the following part of this section in the output.
31366 \end_layout
31367
31368 \begin_layout Standard
31369 \begin_inset ERT
31370 status collapsed
31371
31372 \begin_layout Plain Layout
31373
31374
31375 \backslash
31376 fi
31377 \end_layout
31378
31379 \end_inset
31380
31381
31382 \end_layout
31383
31384 \begin_layout Chapter
31385 Boxes
31386 \end_layout
31387
31388 \begin_layout Section
31389 Introduction
31390 \begin_inset Index idx
31391 status collapsed
31392
31393 \begin_layout Plain Layout
31394 Boxes ! Introduction
31395 \end_layout
31396
31397 \end_inset
31398
31399
31400 \end_layout
31401
31402 \begin_layout Standard
31403 Boxes are used to format a block of text.
31404  Boxes can be used to write documents with multiple languages, see section
31405 \begin_inset space ~
31406 \end_inset
31407
31408
31409 \begin_inset CommandInset ref
31410 LatexCommand ref
31411 reference "sec:Minipages"
31412
31413 \end_inset
31414
31415 , to frame texts, see section
31416 \begin_inset space ~
31417 \end_inset
31418
31419
31420 \begin_inset CommandInset ref
31421 LatexCommand ref
31422 reference "sec:Decoration"
31423
31424 \end_inset
31425
31426 , to prevent words from being hyphenated, see section
31427 \begin_inset space ~
31428 \end_inset
31429
31430
31431 \begin_inset CommandInset ref
31432 LatexCommand ref
31433 reference "sec:Prevent-Hyphenation"
31434
31435 \end_inset
31436
31437 , to align text, see section
31438 \begin_inset space ~
31439 \end_inset
31440
31441
31442 \begin_inset CommandInset ref
31443 LatexCommand ref
31444 reference "sub:Vertical-Alignment"
31445
31446 \end_inset
31447
31448 , or to set the background color of texts, see section
31449 \begin_inset space ~
31450 \end_inset
31451
31452
31453 \begin_inset CommandInset ref
31454 LatexCommand ref
31455 reference "sec:Colored-Boxes"
31456
31457 \end_inset
31458
31459 .
31460 \end_layout
31461
31462 \begin_layout Standard
31463 Boxes can be inserted with the menu 
31464 \family sans
31465 Insert\SpecialChar \menuseparator
31466 Box
31467 \family default
31468  or the toolbar button 
31469 \family sans
31470
31471 \begin_inset Info
31472 type  "icon"
31473 arg   "box-insert Frameless"
31474 \end_inset
31475
31476
31477 \family default
31478 .
31479  A grey box with the label 
31480 \family sans
31481 Box (Minipage)
31482 \family default
31483
31484 \begin_inset Graphics
31485         filename clipart/BoxInsetDefaultQt4.png
31486         scale 85
31487         scaleBeforeRotation
31488
31489 \end_inset
31490
31491  will be inserted.
31492  The box type can be specified by right-clicking on the box and selecting
31493  
31494 \family sans
31495 Settings
31496 \family default
31497 .
31498  The box dialog offers the 
31499 \family sans
31500 Inner
31501 \begin_inset space ~
31502 \end_inset
31503
31504 Box
31505 \family default
31506  types 
31507 \family sans
31508 Makebox
31509 \family default
31510
31511 \family sans
31512 Parbox
31513 \family default
31514  and 
31515 \family sans
31516 Minipage
31517 \family default
31518 .
31519  The type 
31520 \family sans
31521 Minipage
31522 \family default
31523  is the default for new boxes and is explained in section
31524 \begin_inset space ~
31525 \end_inset
31526
31527
31528 \begin_inset CommandInset ref
31529 LatexCommand ref
31530 reference "sec:Minipages"
31531
31532 \end_inset
31533
31534 ; the type 
31535 \family sans
31536 Parbox
31537 \family default
31538  is described in section
31539 \begin_inset space ~
31540 \end_inset
31541
31542
31543 \begin_inset CommandInset ref
31544 LatexCommand ref
31545 reference "sec:Parboxes"
31546
31547 \end_inset
31548
31549  and the type 
31550 \family sans
31551 Makebox
31552 \family default
31553  in 
31554 \begin_inset CommandInset ref
31555 LatexCommand ref
31556 reference "sec:Prevent-Hyphenation"
31557
31558 \end_inset
31559
31560 .
31561 \end_layout
31562
31563 \begin_layout Standard
31564 Boxes are not numbered and can therefore not be referenced like floats or
31565  footnotes.
31566 \end_layout
31567
31568 \begin_layout Standard
31569 \begin_inset Note Greyedout
31570 status open
31571
31572 \begin_layout Plain Layout
31573
31574 \series bold
31575 Note:
31576 \series default
31577  Boxes must not be the item in an 
31578 \family sans
31579 Itemize
31580 \family default
31581  or 
31582 \family sans
31583 Description
31584 \family default
31585  environment.
31586 \end_layout
31587
31588 \end_inset
31589
31590
31591 \end_layout
31592
31593 \begin_layout Standard
31594 \begin_inset Note Greyedout
31595 status open
31596
31597 \begin_layout Plain Layout
31598
31599 \series bold
31600 Note:
31601 \series default
31602  For an unknown reason you can only set the 
31603 \family sans
31604 Inner
31605 \begin_inset space ~
31606 \end_inset
31607
31608 Box
31609 \family default
31610  type to 
31611 \family sans
31612 None
31613 \family default
31614  when you use a framed box.
31615  Boxes without an 
31616 \family sans
31617 Inner
31618 \begin_inset space ~
31619 \end_inset
31620
31621 Box
31622 \family default
31623  type and without frames are explained in section
31624 \begin_inset space ~
31625 \end_inset
31626
31627
31628 \begin_inset CommandInset ref
31629 LatexCommand ref
31630 reference "sec:Prevent-Hyphenation"
31631
31632 \end_inset
31633
31634 .
31635 \end_layout
31636
31637 \end_inset
31638
31639
31640 \end_layout
31641
31642 \begin_layout Section
31643 Box Dialog
31644 \begin_inset CommandInset label
31645 LatexCommand label
31646 name "sec:Box-Dialog"
31647
31648 \end_inset
31649
31650
31651 \begin_inset Index idx
31652 status collapsed
31653
31654 \begin_layout Plain Layout
31655 Boxes ! Box Dialog
31656 \end_layout
31657
31658 \end_inset
31659
31660
31661 \end_layout
31662
31663 \begin_layout Subsection
31664 Size
31665 \begin_inset Index idx
31666 status collapsed
31667
31668 \begin_layout Plain Layout
31669 Boxes ! Size
31670 \end_layout
31671
31672 \end_inset
31673
31674
31675 \end_layout
31676
31677 \begin_layout Standard
31678 In the box dialog you can adjust the box geometry in the fields 
31679 \family sans
31680 Width
31681 \family default
31682  and 
31683 \family sans
31684 Height
31685 \family default
31686 .
31687  The available units for the geometry are explained in Table
31688 \begin_inset space ~
31689 \end_inset
31690
31691
31692 \begin_inset CommandInset ref
31693 LatexCommand ref
31694 reference "tab:Units"
31695
31696 \end_inset
31697
31698 .
31699  The field 
31700 \family sans
31701 Height
31702 \family default
31703  offers the following additional sizes:
31704 \end_layout
31705
31706 \begin_layout Description
31707 Depth This is the plain text 
31708 \begin_inset Quotes eld
31709 \end_inset
31710
31711 height
31712 \begin_inset Quotes erd
31713 \end_inset
31714
31715 .
31716  It ignores the total depth when there are multiple text lines in the box:
31717 \begin_inset Newline newline
31718 \end_inset
31719
31720
31721 \begin_inset Newline newline
31722 \end_inset
31723
31724
31725 \begin_inset Newline newline
31726 \end_inset
31727
31728
31729 \begin_inset Box Boxed
31730 position "c"
31731 hor_pos "c"
31732 has_inner_box 1
31733 inner_pos "c"
31734 use_parbox 0
31735 use_makebox 0
31736 width "12col%"
31737 special "none"
31738 height "1in"
31739 height_special "depth"
31740 status collapsed
31741
31742 \begin_layout Plain Layout
31743 \align center
31744 Box height set to 1
31745 \begin_inset space \thinspace{}
31746 \end_inset
31747
31748 Depth
31749 \end_layout
31750
31751 \end_inset
31752
31753
31754 \begin_inset Newline newline
31755 \end_inset
31756
31757
31758 \begin_inset Newline newline
31759 \end_inset
31760
31761
31762 \end_layout
31763
31764 \begin_layout Description
31765 Height This is the height of the text that is inside the box.
31766  A value of e.
31767 \begin_inset space \thinspace{}
31768 \end_inset
31769
31770 g.
31771 \begin_inset space \space{}
31772 \end_inset
31773
31774 2 for this size will set the box height to 2
31775 \begin_inset space ~
31776 \end_inset
31777
31778 times the text height: 
31779 \begin_inset Box Boxed
31780 position "c"
31781 hor_pos "c"
31782 has_inner_box 1
31783 inner_pos "c"
31784 use_parbox 0
31785 use_makebox 0
31786 width "20col%"
31787 special "none"
31788 height "2in"
31789 height_special "height"
31790 status collapsed
31791
31792 \begin_layout Plain Layout
31793 \align center
31794 Box height set to 2
31795 \begin_inset space \thinspace{}
31796 \end_inset
31797
31798 Height
31799 \end_layout
31800
31801 \end_inset
31802
31803
31804 \end_layout
31805
31806 \begin_layout Description
31807 Total
31808 \begin_inset space ~
31809 \end_inset
31810
31811 Height This is the Height
31812 \begin_inset space \thinspace{}
31813 \end_inset
31814
31815 +
31816 \begin_inset space \thinspace{}
31817 \end_inset
31818
31819 Depth: 
31820 \begin_inset Box Boxed
31821 position "c"
31822 hor_pos "c"
31823 has_inner_box 1
31824 inner_pos "c"
31825 use_parbox 0
31826 use_makebox 0
31827 width "20col%"
31828 special "none"
31829 height "1in"
31830 height_special "totalheight"
31831 status collapsed
31832
31833 \begin_layout Plain Layout
31834 \align center
31835 Box height set to 1
31836 \begin_inset space \thinspace{}
31837 \end_inset
31838
31839 Total
31840 \begin_inset space ~
31841 \end_inset
31842
31843 Height
31844 \end_layout
31845
31846 \end_inset
31847
31848
31849 \end_layout
31850
31851 \begin_layout Description
31852 Width This sets the width of the box as height: 
31853 \begin_inset Box Boxed
31854 position "c"
31855 hor_pos "c"
31856 has_inner_box 1
31857 inner_pos "c"
31858 use_parbox 0
31859 use_makebox 0
31860 width "12col%"
31861 special "none"
31862 height "1in"
31863 height_special "width"
31864 status collapsed
31865
31866 \begin_layout Plain Layout
31867 \align center
31868 Box height set to 1
31869 \begin_inset space \thinspace{}
31870 \end_inset
31871
31872 Width
31873 \end_layout
31874
31875 \end_inset
31876
31877
31878 \end_layout
31879
31880 \begin_layout Subsection
31881 Alignment
31882 \begin_inset Index idx
31883 status collapsed
31884
31885 \begin_layout Plain Layout
31886 Boxes ! Alignment
31887 \end_layout
31888
31889 \end_inset
31890
31891
31892 \end_layout
31893
31894 \begin_layout Standard
31895 When you have chosen an 
31896 \family sans
31897 Inner
31898 \begin_inset space ~
31899 \end_inset
31900
31901 Box
31902 \family default
31903 , the vertical box alignment can be:
31904 \end_layout
31905
31906 \begin_layout Description
31907 Top This is an example text line.
31908  
31909 \begin_inset Box Boxed
31910 position "t"
31911 hor_pos "c"
31912 has_inner_box 1
31913 inner_pos "c"
31914 use_parbox 0
31915 use_makebox 0
31916 width "12col%"
31917 special "none"
31918 height "1in"
31919 height_special "totalheight"
31920 status collapsed
31921
31922 \begin_layout Plain Layout
31923 \align center
31924 This box is top-aligned.
31925 \end_layout
31926
31927 \end_inset
31928
31929  This is an example text line.
31930 \end_layout
31931
31932 \begin_layout Description
31933 Middle This is an example text line.
31934  
31935 \begin_inset Box Boxed
31936 position "c"
31937 hor_pos "c"
31938 has_inner_box 1
31939 inner_pos "c"
31940 use_parbox 0
31941 use_makebox 0
31942 width "12col%"
31943 special "none"
31944 height "1in"
31945 height_special "totalheight"
31946 status collapsed
31947
31948 \begin_layout Plain Layout
31949 \align center
31950 This box is middle-aligned.
31951 \end_layout
31952
31953 \end_inset
31954
31955  This is an example text line.
31956 \end_layout
31957
31958 \begin_layout Description
31959 Bottom This is an example text line.
31960  
31961 \begin_inset Box Boxed
31962 position "b"
31963 hor_pos "c"
31964 has_inner_box 1
31965 inner_pos "c"
31966 use_parbox 0
31967 use_makebox 0
31968 width "12col%"
31969 special "none"
31970 height "1in"
31971 height_special "totalheight"
31972 status collapsed
31973
31974 \begin_layout Plain Layout
31975 \align center
31976 This box is bottom-aligned.
31977 \end_layout
31978
31979 \end_inset
31980
31981  This is an example text line.
31982 \end_layout
31983
31984 \begin_layout Standard
31985 \begin_inset Note Greyedout
31986 status open
31987
31988 \begin_layout Plain Layout
31989
31990 \series bold
31991 Note:
31992 \series default
31993  The vertical box alignment can be lost in the output when you have two
31994  boxes in a line and one has e.
31995 \begin_inset space \thinspace{}
31996 \end_inset
31997
31998 g.
31999 \begin_inset space \space{}
32000 \end_inset
32001
32002 a shadow and the other one not.
32003 \end_layout
32004
32005 \end_inset
32006
32007
32008 \end_layout
32009
32010 \begin_layout Standard
32011 The horizontal box alignment can be set via LyX's paragraph dialog when
32012  you set the box into its own paragraph.
32013 \end_layout
32014
32015 \begin_layout Standard
32016 \begin_inset VSpace bigskip
32017 \end_inset
32018
32019 When you have chosen an 
32020 \family sans
32021 Inner
32022 \begin_inset space ~
32023 \end_inset
32024
32025 Box
32026 \family default
32027 , the box content can be aligned vertically to:
32028 \end_layout
32029
32030 \begin_layout Description
32031 top This is an example text line.
32032  
32033 \begin_inset Box Boxed
32034 position "c"
32035 hor_pos "c"
32036 has_inner_box 1
32037 inner_pos "t"
32038 use_parbox 0
32039 use_makebox 0
32040 width "12col%"
32041 special "none"
32042 height "1.5in"
32043 height_special "totalheight"
32044 status collapsed
32045
32046 \begin_layout Plain Layout
32047 \align center
32048 This box text is top-aligned.
32049 \end_layout
32050
32051 \end_inset
32052
32053  This is an example text line.
32054 \end_layout
32055
32056 \begin_layout Description
32057 middle This is an example text line.
32058  
32059 \begin_inset Box Boxed
32060 position "c"
32061 hor_pos "c"
32062 has_inner_box 1
32063 inner_pos "c"
32064 use_parbox 0
32065 use_makebox 0
32066 width "12col%"
32067 special "none"
32068 height "1.5in"
32069 height_special "totalheight"
32070 status collapsed
32071
32072 \begin_layout Plain Layout
32073 \align center
32074 This box text is middle-aligned.
32075 \end_layout
32076
32077 \end_inset
32078
32079  This is an example text line.
32080 \end_layout
32081
32082 \begin_layout Description
32083 bottom This is an example text line.
32084  
32085 \begin_inset Box Boxed
32086 position "c"
32087 hor_pos "c"
32088 has_inner_box 1
32089 inner_pos "b"
32090 use_parbox 0
32091 use_makebox 0
32092 width "12col%"
32093 special "none"
32094 height "1.5in"
32095 height_special "totalheight"
32096 status collapsed
32097
32098 \begin_layout Plain Layout
32099 \align center
32100 This box text is bottom-aligned.
32101 \end_layout
32102
32103 \end_inset
32104
32105  This is an example text line.
32106 \end_layout
32107
32108 \begin_layout Description
32109 stretch This is an example text line.
32110  
32111 \begin_inset Box Boxed
32112 position "c"
32113 hor_pos "c"
32114 has_inner_box 1
32115 inner_pos "s"
32116 use_parbox 0
32117 use_makebox 0
32118 width "12col%"
32119 special "none"
32120 height "1.5in"
32121 height_special "totalheight"
32122 status collapsed
32123
32124 \begin_layout Plain Layout
32125 \align center
32126 This box
32127 \end_layout
32128
32129 \begin_layout Plain Layout
32130 \align center
32131 text is
32132 \end_layout
32133
32134 \begin_layout Plain Layout
32135 \align center
32136 stretched.
32137 \end_layout
32138
32139 \end_inset
32140
32141  This is an example text line.
32142 \end_layout
32143
32144 \begin_layout Standard
32145 To stretch the box content, it must consist of more than one paragraph.
32146  In the example above every text line is in an own paragraph.
32147 \end_layout
32148
32149 \begin_layout Standard
32150 \begin_inset VSpace bigskip
32151 \end_inset
32152
32153 To align the box content horizontally you can use LyX's paragraph dialog
32154  when you have chosen an 
32155 \family sans
32156 Inner
32157 \begin_inset space ~
32158 \end_inset
32159
32160 Box
32161 \family default
32162 .
32163 \end_layout
32164
32165 \begin_layout Standard
32166 \align center
32167 \begin_inset Box Boxed
32168 position "c"
32169 hor_pos "c"
32170 has_inner_box 1
32171 inner_pos "s"
32172 use_parbox 0
32173 use_makebox 0
32174 width "15col%"
32175 special "none"
32176 height "1.25in"
32177 height_special "totalheight"
32178 status collapsed
32179
32180 \begin_layout Plain Layout
32181 \align left
32182 This box
32183 \end_layout
32184
32185 \begin_layout Plain Layout
32186 \align center
32187 text is
32188 \end_layout
32189
32190 \begin_layout Plain Layout
32191 \align right
32192 stretched.
32193 \end_layout
32194
32195 \end_inset
32196
32197
32198 \end_layout
32199
32200 \begin_layout Standard
32201 If you have not set an 
32202 \family sans
32203 Inner
32204 \begin_inset space ~
32205 \end_inset
32206
32207 Box
32208 \family default
32209 , you can align the box content horizontally in the box dialog.
32210 \end_layout
32211
32212 \begin_layout Standard
32213 \align center
32214 \begin_inset Box Boxed
32215 position "c"
32216 hor_pos "s"
32217 has_inner_box 0
32218 inner_pos "s"
32219 use_parbox 0
32220 use_makebox 0
32221 width "90col%"
32222 special "none"
32223 height "1.25in"
32224 height_special "totalheight"
32225 status collapsed
32226
32227 \begin_layout Plain Layout
32228 This box text is horizontally stretched.
32229 \end_layout
32230
32231 \end_inset
32232
32233
32234 \end_layout
32235
32236 \begin_layout Subsection
32237 Decoration
32238 \begin_inset CommandInset label
32239 LatexCommand label
32240 name "sec:Decoration"
32241
32242 \end_inset
32243
32244
32245 \begin_inset Index idx
32246 status collapsed
32247
32248 \begin_layout Plain Layout
32249 Boxes ! Decoration
32250 \end_layout
32251
32252 \end_inset
32253
32254
32255 \end_layout
32256
32257 \begin_layout Standard
32258 The type of the box can be specified in the box dialog in the drop-down
32259  list 
32260 \family sans
32261 Decoration
32262 \family default
32263 .
32264  The following types are possible:
32265 \end_layout
32266
32267 \begin_layout Description
32268 No
32269 \begin_inset space ~
32270 \end_inset
32271
32272 frame Nothing is drawn.
32273 \end_layout
32274
32275 \begin_layout Description
32276 Simple
32277 \begin_inset space ~
32278 \end_inset
32279
32280 rectangular
32281 \begin_inset space ~
32282 \end_inset
32283
32284 frame This draws a rectangular frame around the box.
32285  The frame line thickness has the size of 
32286 \series bold
32287
32288 \backslash
32289 fboxrule
32290 \series default
32291 .
32292  
32293 \begin_inset Box Boxed
32294 position "c"
32295 hor_pos "c"
32296 has_inner_box 1
32297 inner_pos "c"
32298 use_parbox 0
32299 use_makebox 0
32300 width "20col%"
32301 special "none"
32302 height "1in"
32303 height_special "totalheight"
32304 status collapsed
32305
32306 \begin_layout Plain Layout
32307 \align center
32308 Rectangular box
32309 \end_layout
32310
32311 \end_inset
32312
32313
32314 \end_layout
32315
32316 \begin_layout Description
32317 Oval
32318 \begin_inset space ~
32319 \end_inset
32320
32321 box,
32322 \begin_inset space ~
32323 \end_inset
32324
32325 thin This draws an oval frame around the box.
32326  The frame line thickness has the size 0.4
32327 \begin_inset space \thinspace{}
32328 \end_inset
32329
32330 pt.
32331  
32332 \begin_inset Box ovalbox
32333 position "c"
32334 hor_pos "c"
32335 has_inner_box 1
32336 inner_pos "c"
32337 use_parbox 0
32338 use_makebox 0
32339 width "20col%"
32340 special "none"
32341 height "1in"
32342 height_special "totalheight"
32343 status collapsed
32344
32345 \begin_layout Plain Layout
32346 \align center
32347 Oval box, thin
32348 \end_layout
32349
32350 \end_inset
32351
32352
32353 \end_layout
32354
32355 \begin_layout Description
32356 Oval
32357 \begin_inset space ~
32358 \end_inset
32359
32360 box,
32361 \begin_inset space ~
32362 \end_inset
32363
32364 thick This draws an oval frame around the box.
32365  The frame line thickness has the size 0.8
32366 \begin_inset space \thinspace{}
32367 \end_inset
32368
32369 pt.
32370  
32371 \begin_inset Box Ovalbox
32372 position "c"
32373 hor_pos "c"
32374 has_inner_box 1
32375 inner_pos "c"
32376 use_parbox 0
32377 use_makebox 0
32378 width "20col%"
32379 special "none"
32380 height "1in"
32381 height_special "totalheight"
32382 status collapsed
32383
32384 \begin_layout Plain Layout
32385 \align center
32386 Oval box, thick
32387 \end_layout
32388
32389 \end_inset
32390
32391
32392 \end_layout
32393
32394 \begin_layout Description
32395 Drop
32396 \begin_inset space ~
32397 \end_inset
32398
32399 shadow This draws a rectangular frame with a shadow around the box.
32400  The frame line thickness has the size of 
32401 \series bold
32402
32403 \backslash
32404 fboxrule
32405 \series default
32406 , the shadow has a width of 4
32407 \begin_inset space \thinspace{}
32408 \end_inset
32409
32410 pt.
32411  
32412 \begin_inset Box Shadowbox
32413 position "c"
32414 hor_pos "c"
32415 has_inner_box 1
32416 inner_pos "c"
32417 use_parbox 0
32418 use_makebox 0
32419 width "20col%"
32420 special "none"
32421 height "1in"
32422 height_special "totalheight"
32423 status collapsed
32424
32425 \begin_layout Plain Layout
32426 \align center
32427 Shadow box
32428 \end_layout
32429
32430 \end_inset
32431
32432
32433 \end_layout
32434
32435 \begin_layout Description
32436 Shaded
32437 \begin_inset space ~
32438 \end_inset
32439
32440 background This draws a box with a red background.
32441  Unlike colored boxes
32442 \begin_inset Foot
32443 status collapsed
32444
32445 \begin_layout Plain Layout
32446 see sec.
32447 \begin_inset space \thinspace{}
32448 \end_inset
32449
32450
32451 \begin_inset CommandInset ref
32452 LatexCommand ref
32453 reference "sec:Colored-Boxes"
32454
32455 \end_inset
32456
32457
32458 \end_layout
32459
32460 \end_inset
32461
32462 , it always uses the whole column width and the box is set as its own paragraph.
32463  
32464 \begin_inset Box Shaded
32465 position "t"
32466 hor_pos "c"
32467 has_inner_box 0
32468 inner_pos "t"
32469 use_parbox 0
32470 use_makebox 0
32471 width "50col%"
32472 special "none"
32473 height "1in"
32474 height_special "totalheight"
32475 status collapsed
32476
32477 \begin_layout Plain Layout
32478 Shaded background box
32479 \end_layout
32480
32481 \end_inset
32482
32483
32484 \end_layout
32485
32486 \begin_layout Description
32487 Double
32488 \begin_inset space ~
32489 \end_inset
32490
32491 rectangular
32492 \begin_inset space ~
32493 \end_inset
32494
32495 frame This draws a double-line rectangular frame around the box.
32496  The line thickness of the inner frame is 0.75
32497 \begin_inset space \thinspace{}
32498 \end_inset
32499
32500
32501 \series bold
32502
32503 \backslash
32504 fboxrule
32505 \series default
32506 , the thickness of the outer frame is 1.5
32507 \begin_inset space \thinspace{}
32508 \end_inset
32509
32510
32511 \series bold
32512
32513 \backslash
32514 fboxrule
32515 \series default
32516 .
32517  The distance between the lines is 1.5
32518 \begin_inset space \thinspace{}
32519 \end_inset
32520
32521
32522 \series bold
32523
32524 \backslash
32525 fboxrule
32526 \series default
32527
32528 \begin_inset space \thinspace{}
32529 \end_inset
32530
32531 +
32532 \begin_inset space \thinspace{}
32533 \end_inset
32534
32535 0.5
32536 \begin_inset space \thinspace{}
32537 \end_inset
32538
32539 pt.
32540  
32541 \begin_inset Box Doublebox
32542 position "c"
32543 hor_pos "c"
32544 has_inner_box 1
32545 inner_pos "c"
32546 use_parbox 0
32547 use_makebox 0
32548 width "20col%"
32549 special "none"
32550 height "1in"
32551 height_special "totalheight"
32552 status collapsed
32553
32554 \begin_layout Plain Layout
32555 \align center
32556 Double rectangular box
32557 \end_layout
32558
32559 \end_inset
32560
32561
32562 \end_layout
32563
32564 \begin_layout Standard
32565 \begin_inset VSpace bigskip
32566 \end_inset
32567
32568 LyX's box label will reflect the different frame types.
32569  To be able to use all types, the LaTeX-package 
32570 \series bold
32571 fancybox
32572 \series default
32573
32574 \begin_inset Index idx
32575 status collapsed
32576
32577 \begin_layout Plain Layout
32578 LaTeX-packages ! fancybox
32579 \end_layout
32580
32581 \end_inset
32582
32583  must be installed.
32584 \end_layout
32585
32586 \begin_layout Standard
32587 \begin_inset VSpace bigskip
32588 \end_inset
32589
32590 When you use the decoration 
32591 \family sans
32592 simple rectangular frame
32593 \family default
32594  and no inner box, you can allow page breaks within a box.
32595  Note that then, unlike other framed boxes, the frame always uses the whole
32596  column width, the box is set as its own paragraph, and 
32597 \series bold
32598
32599 \backslash
32600 fboxrule
32601 \series default
32602  and 
32603 \series bold
32604
32605 \backslash
32606 fboxsep
32607 \series default
32608  have no effect on this box type.
32609  The frame line thickness has the size of 
32610 \series bold
32611
32612 \backslash
32613 FrameRule
32614 \series default
32615 .
32616  
32617 \begin_inset Box Framed
32618 position "t"
32619 hor_pos "c"
32620 has_inner_box 0
32621 inner_pos "t"
32622 use_parbox 0
32623 use_makebox 0
32624 width "100col%"
32625 special "none"
32626 height "1in"
32627 height_special "totalheight"
32628 status collapsed
32629
32630 \begin_layout Plain Layout
32631 Allow page break box
32632 \end_layout
32633
32634 \end_inset
32635
32636
32637 \end_layout
32638
32639 \begin_layout Section
32640 Box Customization
32641 \begin_inset Index idx
32642 status collapsed
32643
32644 \begin_layout Plain Layout
32645 Boxes ! Customization
32646 \end_layout
32647
32648 \end_inset
32649
32650
32651 \end_layout
32652
32653 \begin_layout Standard
32654 The default value for the size 
32655 \series bold
32656
32657 \backslash
32658 fboxrule
32659 \series default
32660  is 0.4
32661 \begin_inset space \thinspace{}
32662 \end_inset
32663
32664 pt.
32665  It can be changed with the following command in TeX-code to e.
32666 \begin_inset space \thinspace{}
32667 \end_inset
32668
32669 g.
32670 \begin_inset space \space{}
32671 \end_inset
32672
32673 2
32674 \begin_inset space \thinspace{}
32675 \end_inset
32676
32677 pt:
32678 \end_layout
32679
32680 \begin_layout Standard
32681
32682 \series bold
32683
32684 \backslash
32685 setlength{
32686 \backslash
32687 fboxrule}{2pt}
32688 \end_layout
32689
32690 \begin_layout Standard
32691 \begin_inset ERT
32692 status collapsed
32693
32694 \begin_layout Plain Layout
32695
32696
32697 \backslash
32698 setlength{
32699 \backslash
32700 fboxrule}{2pt}
32701 \end_layout
32702
32703 \end_inset
32704
32705
32706 \begin_inset Box Boxed
32707 position "c"
32708 hor_pos "c"
32709 has_inner_box 1
32710 inner_pos "c"
32711 use_parbox 0
32712 use_makebox 0
32713 width "25col%"
32714 special "none"
32715 height "1in"
32716 height_special "totalheight"
32717 status open
32718
32719 \begin_layout Plain Layout
32720 \align center
32721 Rectangular box with 
32722 \series bold
32723
32724 \backslash
32725 fboxrule
32726 \series default
32727
32728 \begin_inset space \thinspace{}
32729 \end_inset
32730
32731 =
32732 \begin_inset space \thinspace{}
32733 \end_inset
32734
32735 2
32736 \begin_inset space \thinspace{}
32737 \end_inset
32738
32739 pt
32740 \end_layout
32741
32742 \end_inset
32743
32744
32745 \begin_inset ERT
32746 status collapsed
32747
32748 \begin_layout Plain Layout
32749
32750
32751 \backslash
32752 setlength{
32753 \backslash
32754 fboxrule}{0.4pt}
32755 \end_layout
32756
32757 \end_inset
32758
32759
32760 \end_layout
32761
32762 \begin_layout Standard
32763 \begin_inset VSpace bigskip
32764 \end_inset
32765
32766 The space between the frame and the box content is for all frame styles
32767  by default 3
32768 \begin_inset space \thinspace{}
32769 \end_inset
32770
32771 pt.
32772  You can change it by setting the length 
32773 \series bold
32774
32775 \backslash
32776 fboxsep
32777 \series default
32778  to another value.
32779  For example the command
32780 \end_layout
32781
32782 \begin_layout Standard
32783
32784 \series bold
32785
32786 \backslash
32787 setlength{
32788 \backslash
32789 fboxsep}{10pt}
32790 \end_layout
32791
32792 \begin_layout Standard
32793 sets the value to 10
32794 \begin_inset space \thinspace{}
32795 \end_inset
32796
32797 pt, as with the following box:
32798 \end_layout
32799
32800 \begin_layout Standard
32801 \begin_inset ERT
32802 status collapsed
32803
32804 \begin_layout Plain Layout
32805
32806
32807 \backslash
32808 setlength{
32809 \backslash
32810 fboxsep}{10pt}
32811 \end_layout
32812
32813 \end_inset
32814
32815
32816 \begin_inset Box Boxed
32817 position "c"
32818 hor_pos "c"
32819 has_inner_box 1
32820 inner_pos "c"
32821 use_parbox 0
32822 use_makebox 0
32823 width "25col%"
32824 special "none"
32825 height "1in"
32826 height_special "totalheight"
32827 status open
32828
32829 \begin_layout Plain Layout
32830 \align center
32831 Rectangular box with 
32832 \series bold
32833
32834 \backslash
32835 fboxsep
32836 \series default
32837
32838 \begin_inset space \thinspace{}
32839 \end_inset
32840
32841 =
32842 \begin_inset space \thinspace{}
32843 \end_inset
32844
32845 10
32846 \begin_inset space \thinspace{}
32847 \end_inset
32848
32849 pt
32850 \end_layout
32851
32852 \end_inset
32853
32854
32855 \begin_inset ERT
32856 status collapsed
32857
32858 \begin_layout Plain Layout
32859
32860
32861 \backslash
32862 setlength{
32863 \backslash
32864 fboxsep}{3pt}
32865 \end_layout
32866
32867 \end_inset
32868
32869
32870 \end_layout
32871
32872 \begin_layout Standard
32873 \begin_inset VSpace bigskip
32874 \end_inset
32875
32876 The diameter of the round corners of the oval boxes can be set with the
32877  command 
32878 \series bold
32879
32880 \backslash
32881 cornersize
32882 \series default
32883 .
32884  The command
32885 \end_layout
32886
32887 \begin_layout Standard
32888
32889 \series bold
32890
32891 \backslash
32892 cornersize*{1cm}
32893 \end_layout
32894
32895 \begin_layout Standard
32896 sets the diameter to 1
32897 \begin_inset space \thinspace{}
32898 \end_inset
32899
32900 cm.
32901  The command
32902 \end_layout
32903
32904 \begin_layout Standard
32905
32906 \series bold
32907
32908 \backslash
32909 cornersize{num}
32910 \end_layout
32911
32912 \begin_layout Standard
32913 sets the diameter to 
32914 \family sans
32915 num
32916 \begin_inset space \thinspace{}
32917 \end_inset
32918
32919 ×
32920 \begin_inset space \thinspace{}
32921 \end_inset
32922
32923 minimum(width and height of box)
32924 \family default
32925 .
32926  The default is 
32927 \series bold
32928
32929 \backslash
32930 cornersize{0.5}
32931 \series default
32932 .
32933 \end_layout
32934
32935 \begin_layout Standard
32936 \begin_inset ERT
32937 status collapsed
32938
32939 \begin_layout Plain Layout
32940
32941
32942 \backslash
32943 cornersize*{1.5cm}
32944 \end_layout
32945
32946 \end_inset
32947
32948
32949 \begin_inset Box Ovalbox
32950 position "c"
32951 hor_pos "c"
32952 has_inner_box 1
32953 inner_pos "c"
32954 use_parbox 0
32955 use_makebox 0
32956 width "25col%"
32957 special "none"
32958 height "1in"
32959 height_special "totalheight"
32960 status open
32961
32962 \begin_layout Plain Layout
32963 \align center
32964 Oval box with 
32965 \series bold
32966
32967 \backslash
32968 cornersize
32969 \series default
32970
32971 \begin_inset space \thinspace{}
32972 \end_inset
32973
32974 =
32975 \begin_inset space \thinspace{}
32976 \end_inset
32977
32978 1.5
32979 \begin_inset space \thinspace{}
32980 \end_inset
32981
32982 cm
32983 \end_layout
32984
32985 \end_inset
32986
32987
32988 \begin_inset ERT
32989 status collapsed
32990
32991 \begin_layout Plain Layout
32992
32993
32994 \backslash
32995 cornersize{0.5}
32996 \end_layout
32997
32998 \end_inset
32999
33000
33001 \end_layout
33002
33003 \begin_layout Standard
33004 \begin_inset VSpace bigskip
33005 \end_inset
33006
33007 The size of the shadow can be adjusted by changing the length 
33008 \series bold
33009
33010 \backslash
33011 shadowsize
33012 \series default
33013 .
33014  It it set to 2
33015 \begin_inset space \thinspace{}
33016 \end_inset
33017
33018 pt for the following box by this command:
33019 \end_layout
33020
33021 \begin_layout Standard
33022
33023 \series bold
33024
33025 \backslash
33026 setlength{
33027 \backslash
33028 shadowsize}{2pt}
33029 \end_layout
33030
33031 \begin_layout Standard
33032 \begin_inset ERT
33033 status collapsed
33034
33035 \begin_layout Plain Layout
33036
33037
33038 \backslash
33039 setlength{
33040 \backslash
33041 shadowsize}{2pt}
33042 \end_layout
33043
33044 \end_inset
33045
33046
33047 \begin_inset Box Shadowbox
33048 position "c"
33049 hor_pos "c"
33050 has_inner_box 1
33051 inner_pos "c"
33052 use_parbox 0
33053 use_makebox 0
33054 width "25col%"
33055 special "none"
33056 height "1in"
33057 height_special "totalheight"
33058 status open
33059
33060 \begin_layout Plain Layout
33061 \align center
33062 Shadow box with 
33063 \series bold
33064
33065 \backslash
33066 shadowsize
33067 \series default
33068
33069 \begin_inset space \thinspace{}
33070 \end_inset
33071
33072 =
33073 \begin_inset space \thinspace{}
33074 \end_inset
33075
33076 2
33077 \begin_inset space \thinspace{}
33078 \end_inset
33079
33080 pt
33081 \end_layout
33082
33083 \end_inset
33084
33085
33086 \begin_inset ERT
33087 status collapsed
33088
33089 \begin_layout Plain Layout
33090
33091
33092 \backslash
33093 setlength{
33094 \backslash
33095 shadowsize}{4pt}
33096 \end_layout
33097
33098 \end_inset
33099
33100
33101 \end_layout
33102
33103 \begin_layout Standard
33104 \begin_inset VSpace bigskip
33105 \end_inset
33106
33107
33108 \end_layout
33109
33110 \begin_layout Standard
33111 The default value for the size 
33112 \series bold
33113
33114 \backslash
33115 FrameRule
33116 \series default
33117  is 0.4
33118 \begin_inset space \thinspace{}
33119 \end_inset
33120
33121 pt.
33122  The default space between the note content and the frame is 9
33123 \begin_inset space \thinspace{}
33124 \end_inset
33125
33126 pt and can be changed with the value of 
33127 \series bold
33128
33129 \backslash
33130 FrameSep
33131 \series default
33132 .
33133  For example the frame appearance of the following 
33134 \family sans
33135 box
33136 \family default
33137  is set with the TeX-Code commands
33138 \end_layout
33139
33140 \begin_layout Standard
33141
33142 \series bold
33143
33144 \backslash
33145 setlength{
33146 \backslash
33147 FrameRule}{5pt}
33148 \begin_inset Newline newline
33149 \end_inset
33150
33151
33152 \backslash
33153 setlength{
33154 \backslash
33155 FrameSep}{0.5cm}
33156 \end_layout
33157
33158 \begin_layout Standard
33159 \begin_inset ERT
33160 status collapsed
33161
33162 \begin_layout Plain Layout
33163
33164
33165 \backslash
33166 setlength{
33167 \backslash
33168 FrameRule}{5pt}
33169 \end_layout
33170
33171 \begin_layout Plain Layout
33172
33173
33174 \backslash
33175 setlength{
33176 \backslash
33177 FrameSep}{0.5cm}
33178 \end_layout
33179
33180 \end_inset
33181
33182
33183 \begin_inset Box Framed
33184 position "t"
33185 hor_pos "c"
33186 has_inner_box 0
33187 inner_pos "t"
33188 use_parbox 0
33189 use_makebox 0
33190 width "100col%"
33191 special "none"
33192 height "1in"
33193 height_special "totalheight"
33194 status open
33195
33196 \begin_layout Plain Layout
33197 This is text in an 
33198 \family sans
33199 allow page break
33200 \family default
33201  box.
33202 \end_layout
33203
33204 \end_inset
33205
33206
33207 \begin_inset ERT
33208 status collapsed
33209
33210 \begin_layout Plain Layout
33211
33212
33213 \backslash
33214 setlength{
33215 \backslash
33216 FrameRule}{0.4pt}
33217 \end_layout
33218
33219 \begin_layout Plain Layout
33220
33221
33222 \backslash
33223 setlength{
33224 \backslash
33225 FrameSep}{9pt}
33226 \end_layout
33227
33228 \end_inset
33229
33230
33231 \end_layout
33232
33233 \begin_layout Standard
33234 \begin_inset VSpace bigskip
33235 \end_inset
33236
33237
33238 \end_layout
33239
33240 \begin_layout Standard
33241 For 
33242 \family sans
33243 shaded background
33244 \family default
33245  boxes the default space between the box content and the box border is 3
33246 \begin_inset space \thinspace{}
33247 \end_inset
33248
33249 pt and can be changed with the value of 
33250 \series bold
33251
33252 \backslash
33253 fboxsep
33254 \series default
33255 .
33256  The default background color red can either be changed locally with the
33257  command 
33258 \series bold
33259
33260 \backslash
33261 definecolor{shadecolor}
33262 \series default
33263  or globally with the menu 
33264 \family sans
33265 Tools\SpecialChar \menuseparator
33266 Preferences\SpecialChar \menuseparator
33267 Colors\SpecialChar \menuseparator
33268 shaded
33269 \begin_inset space ~
33270 \end_inset
33271
33272 box
33273 \family default
33274 .
33275  The scheme of the 
33276 \series bold
33277
33278 \backslash
33279 definecolor
33280 \series default
33281  command is explained in section
33282 \begin_inset space ~
33283 \end_inset
33284
33285
33286 \begin_inset CommandInset ref
33287 LatexCommand ref
33288 reference "sec:Colored-Tables"
33289
33290 \end_inset
33291
33292 .
33293 \begin_inset Foot
33294 status collapsed
33295
33296 \begin_layout Plain Layout
33297 Note that 
33298 \series bold
33299
33300 \backslash
33301 definecolor
33302 \series default
33303  requires the LaTeX-package 
33304 \series bold
33305 color
33306 \series default
33307  in the preamble, see section
33308 \begin_inset space ~
33309 \end_inset
33310
33311
33312 \begin_inset CommandInset ref
33313 LatexCommand ref
33314 reference "sec:Colored-Boxes"
33315
33316 \end_inset
33317
33318 .
33319 \end_layout
33320
33321 \end_inset
33322
33323  For example the appearance of the following shaded background box is set
33324  with the TeX-Code commands
33325 \end_layout
33326
33327 \begin_layout Standard
33328
33329 \series bold
33330
33331 \backslash
33332 setlength{
33333 \backslash
33334 fboxsep}{0.5cm}
33335 \series default
33336
33337 \begin_inset Newline newline
33338 \end_inset
33339
33340
33341 \series bold
33342
33343 \backslash
33344 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33345 \end_layout
33346
33347 \begin_layout Standard
33348 \begin_inset ERT
33349 status collapsed
33350
33351 \begin_layout Plain Layout
33352
33353
33354 \backslash
33355 setlength{
33356 \backslash
33357 fboxsep}{0.5cm}
33358 \end_layout
33359
33360 \begin_layout Plain Layout
33361
33362
33363 \backslash
33364 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33365 \end_layout
33366
33367 \end_inset
33368
33369
33370 \begin_inset Box Shaded
33371 position "t"
33372 hor_pos "c"
33373 has_inner_box 0
33374 inner_pos "t"
33375 use_parbox 0
33376 use_makebox 0
33377 width "100col%"
33378 special "none"
33379 height "1in"
33380 height_special "totalheight"
33381 status open
33382
33383 \begin_layout Plain Layout
33384
33385 \color yellow
33386 This is yellow text in a
33387 \color none
33388  
33389 \family sans
33390 \color yellow
33391 shaded background
33392 \family default
33393 \color none
33394  
33395 \color yellow
33396 box with dark green background.
33397 \end_layout
33398
33399 \end_inset
33400
33401
33402 \begin_inset ERT
33403 status collapsed
33404
33405 \begin_layout Plain Layout
33406
33407
33408 \backslash
33409 setlength{
33410 \backslash
33411 fboxsep}{3pt}
33412 \end_layout
33413
33414 \begin_layout Plain Layout
33415
33416
33417 \backslash
33418 definecolor{shadecolor}{rgb}{1,0,0}
33419 \end_layout
33420
33421 \end_inset
33422
33423
33424 \end_layout
33425
33426 \begin_layout Standard
33427 \begin_inset VSpace bigskip
33428 \end_inset
33429
33430 Changed lengths and widths are valid for all boxes following the commands
33431  that change them.
33432 \end_layout
33433
33434 \begin_layout Section
33435 Minipages
33436 \begin_inset CommandInset label
33437 LatexCommand label
33438 name "sec:Minipages"
33439
33440 \end_inset
33441
33442
33443 \begin_inset Index idx
33444 status collapsed
33445
33446 \begin_layout Plain Layout
33447 Boxes ! Minipages
33448 \end_layout
33449
33450 \end_inset
33451
33452
33453 \end_layout
33454
33455 \begin_layout Standard
33456 Minipages are treated by LaTeX as pages within pages and can therefore for
33457  example have their own footnotes.
33458 \end_layout
33459
33460 \begin_layout Standard
33461 Minipages are useful when you write documents with different languages.
33462 \end_layout
33463
33464 \begin_layout Standard
33465 Below are two example minipages side by side.
33466  Their width is set to 45
33467 \begin_inset space \thinspace{}
33468 \end_inset
33469
33470 col% and they are separated by a horizontal fill, that was inserted via
33471  the menu 
33472 \family sans
33473 Insert\SpecialChar \menuseparator
33474 Special
33475 \begin_inset space ~
33476 \end_inset
33477
33478 Formatting\SpecialChar \menuseparator
33479 Horizontal
33480 \begin_inset space ~
33481 \end_inset
33482
33483 Fill
33484 \family default
33485 .
33486 \begin_inset Newpage newpage
33487 \end_inset
33488
33489
33490 \end_layout
33491
33492 \begin_layout Standard
33493 \begin_inset Box Frameless
33494 position "t"
33495 hor_pos "c"
33496 has_inner_box 1
33497 inner_pos "c"
33498 use_parbox 0
33499 use_makebox 0
33500 width "45col%"
33501 special "none"
33502 height "1in"
33503 height_special "totalheight"
33504 status open
33505
33506 \begin_layout Plain Layout
33507
33508 \lang ngerman
33509 Dies ist ein deutscher Text.
33510  Dies ist ein deutscher Text.
33511  Dies ist ein deutscher Text.
33512  Dies ist ein deutscher Text.
33513  Dies ist ein deutscher Text.
33514  Dies ist ein deutscher Text.
33515  Dies ist ein deutscher Text.
33516  Dies ist ein deutscher Text.
33517  Dies ist ein deutscher Text.
33518  Dies ist ein deutscher Text.
33519  Dies ist ein deutscher Text.
33520  Dies ist ein deutscher Text.
33521  Dies ist ein deutscher Text
33522 \begin_inset Foot
33523 status collapsed
33524
33525 \begin_layout Plain Layout
33526
33527 \lang ngerman
33528 Dies ist eine deutsche Fußnote.
33529 \end_layout
33530
33531 \end_inset
33532
33533 .
33534  Dies ist ein deutscher Text.
33535  Dies ist ein deutscher Text.
33536 \end_layout
33537
33538 \end_inset
33539
33540
33541 \begin_inset space \hfill{}
33542 \end_inset
33543
33544
33545 \begin_inset Box Frameless
33546 position "t"
33547 hor_pos "c"
33548 has_inner_box 1
33549 inner_pos "c"
33550 use_parbox 0
33551 use_makebox 0
33552 width "45col%"
33553 special "none"
33554 height "1in"
33555 height_special "totalheight"
33556 status open
33557
33558 \begin_layout Plain Layout
33559 This is an English Text.
33560  This is an English Text.
33561  This is an English Text.
33562  This is an English Text.
33563  This is an English Text.
33564  This is an English Text.
33565  This is an English Text.
33566  This is an English Text.
33567  This is an English Text.
33568  This is an English Text.
33569  This is an English Text.
33570  This is an English Text.
33571  This is an English Text.
33572  This is an English Text.
33573  This is an English Text.
33574  This is an English Text.
33575 \begin_inset Foot
33576 status collapsed
33577
33578 \begin_layout Plain Layout
33579 This is an English footnote.
33580 \end_layout
33581
33582 \end_inset
33583
33584  This is an English Text.
33585 \end_layout
33586
33587 \end_inset
33588
33589
33590 \end_layout
33591
33592 \begin_layout Standard
33593 \begin_inset VSpace bigskip
33594 \end_inset
33595
33596 The document-wide paragraph settings are ignored within minipages.
33597  That means that there will be no space between paragraphs in minipages
33598  although you set it to e.
33599 \begin_inset space \thinspace{}
33600 \end_inset
33601
33602 g.
33603 \begin_inset space \space{}
33604 \end_inset
33605
33606
33607 \family sans
33608 MedSkip
33609 \family default
33610  in the document settings.
33611 \end_layout
33612
33613 \begin_layout Standard
33614 Minipages can also be used to set a background color for text parts, see
33615  section
33616 \begin_inset space ~
33617 \end_inset
33618
33619
33620 \begin_inset CommandInset ref
33621 LatexCommand ref
33622 reference "sub:Color-for-Paragraphs"
33623
33624 \end_inset
33625
33626 .
33627 \end_layout
33628
33629 \begin_layout Standard
33630 \begin_inset Note Greyedout
33631 status open
33632
33633 \begin_layout Plain Layout
33634
33635 \series bold
33636 Note:
33637 \series default
33638  You cannot have floats or margin notes inside minipages but minipages can
33639  be used inside tables, floats, and other boxes.
33640 \end_layout
33641
33642 \end_inset
33643
33644
33645 \end_layout
33646
33647 \begin_layout Section
33648 Parboxes
33649 \begin_inset CommandInset label
33650 LatexCommand label
33651 name "sec:Parboxes"
33652
33653 \end_inset
33654
33655
33656 \begin_inset Index idx
33657 status collapsed
33658
33659 \begin_layout Plain Layout
33660 Boxes ! Parboxes
33661 \end_layout
33662
33663 \end_inset
33664
33665
33666 \end_layout
33667
33668 \begin_layout Standard
33669 Parboxes are very similar to minipages with the difference that they cannot
33670  have footnotes.
33671 \end_layout
33672
33673 \begin_layout Standard
33674 \align center
33675 \begin_inset Box Frameless
33676 position "t"
33677 hor_pos "c"
33678 has_inner_box 1
33679 inner_pos "t"
33680 use_parbox 1
33681 use_makebox 0
33682 width "33col%"
33683 special "none"
33684 height "1in"
33685 height_special "totalheight"
33686 status open
33687
33688 \begin_layout Plain Layout
33689 This a text within a parbox.
33690  This a text within a parbox.
33691 \end_layout
33692
33693 \begin_layout Plain Layout
33694 This footnote won't appear:
33695 \begin_inset Foot
33696 status collapsed
33697
33698 \begin_layout Plain Layout
33699 This footnote is inside a parbox and will therefore not appear.
33700 \end_layout
33701
33702 \end_inset
33703
33704
33705 \end_layout
33706
33707 \end_inset
33708
33709
33710 \end_layout
33711
33712 \begin_layout Section
33713 Boxes for Words and Characters
33714 \begin_inset Index idx
33715 status collapsed
33716
33717 \begin_layout Plain Layout
33718 Boxes ! for Characters
33719 \end_layout
33720
33721 \end_inset
33722
33723
33724 \end_layout
33725
33726 \begin_layout Subsection
33727 Prevent Hyphenation
33728 \begin_inset CommandInset label
33729 LatexCommand label
33730 name "sec:Prevent-Hyphenation"
33731
33732 \end_inset
33733
33734
33735 \begin_inset Index idx
33736 status collapsed
33737
33738 \begin_layout Plain Layout
33739 Boxes ! to Prevent Hyphenation
33740 \end_layout
33741
33742 \end_inset
33743
33744
33745 \end_layout
33746
33747 \begin_layout Standard
33748 You can use the box type 
33749 \family sans
33750 Makebox
33751 \family default
33752  to prevent words or text from being hyphenated.
33753 \begin_inset Newline newline
33754 \end_inset
33755
33756 Here is an example text:
33757 \end_layout
33758
33759 \begin_layout Standard
33760 This line is an example to show how you can prevent the hyphenation of 
33761 \begin_inset Quotes eld
33762 \end_inset
33763
33764 veryverylongword
33765 \begin_inset Quotes erd
33766 \end_inset
33767
33768 .
33769 \end_layout
33770
33771 \begin_layout Standard
33772 To prevent the hyphenation of the word 
33773 \begin_inset Quotes eld
33774 \end_inset
33775
33776 veryverylongword
33777 \begin_inset Quotes erd
33778 \end_inset
33779
33780 , put the word into a box, set the 
33781 \family sans
33782 Inner
33783 \begin_inset space ~
33784 \end_inset
33785
33786 box
33787 \family default
33788  to 
33789 \family sans
33790 Makebox
33791 \family default
33792  and its width to 1
33793 \begin_inset space \thinspace{}
33794 \end_inset
33795
33796 Width.
33797 \end_layout
33798
33799 \begin_layout Standard
33800 This is the result:
33801 \end_layout
33802
33803 \begin_layout Standard
33804 This line is an example to show how you can prevent the hyphenation of 
33805 \begin_inset Box Frameless
33806 position "t"
33807 hor_pos "c"
33808 has_inner_box 1
33809 inner_pos "t"
33810 use_parbox 0
33811 use_makebox 1
33812 width "1in"
33813 special "width"
33814 height "1in"
33815 height_special "totalheight"
33816 status open
33817
33818 \begin_layout Plain Layout
33819 \begin_inset Quotes eld
33820 \end_inset
33821
33822 veryverylongword
33823 \begin_inset Quotes erd
33824 \end_inset
33825
33826
33827 \end_layout
33828
33829 \end_inset
33830
33831 .
33832 \end_layout
33833
33834 \begin_layout Standard
33835 You can alternatively set the command 
33836 \begin_inset Quotes eld
33837 \end_inset
33838
33839
33840 \series bold
33841
33842 \backslash
33843 -
33844 \series default
33845
33846 \begin_inset Quotes grd
33847 \end_inset
33848
33849  as TeX-Code directly before the word:
33850 \end_layout
33851
33852 \begin_layout Standard
33853 This line is an example to show how you can prevent the hyphenation of 
33854 \begin_inset Quotes eld
33855 \end_inset
33856
33857
33858 \begin_inset ERT
33859 status collapsed
33860
33861 \begin_layout Plain Layout
33862
33863
33864 \backslash
33865 -
33866 \end_layout
33867
33868 \end_inset
33869
33870 veryverylongword
33871 \begin_inset Quotes erd
33872 \end_inset
33873
33874 .
33875 \end_layout
33876
33877 \begin_layout Standard
33878 Of course the word now protrudes over the side margin.
33879  To avoid this, add via the menu 
33880 \family sans
33881 Insert\SpecialChar \menuseparator
33882 Formatting\SpecialChar \menuseparator
33883 Ragged
33884 \begin_inset space ~
33885 \end_inset
33886
33887 Line
33888 \begin_inset space ~
33889 \end_inset
33890
33891 Break
33892 \family default
33893  (shortcut 
33894 \begin_inset Info
33895 type  "shortcut"
33896 arg   "newline-insert newline"
33897 \end_inset
33898
33899 ) a line break before the word:
33900 \end_layout
33901
33902 \begin_layout Standard
33903 This line is an example to show how you can prevent the hyphenation of 
33904 \begin_inset Newline newline
33905 \end_inset
33906
33907
33908 \begin_inset Box Frameless
33909 position "t"
33910 hor_pos "c"
33911 has_inner_box 1
33912 inner_pos "t"
33913 use_parbox 0
33914 use_makebox 1
33915 width "1in"
33916 special "width"
33917 height "1in"
33918 height_special "totalheight"
33919 status open
33920
33921 \begin_layout Plain Layout
33922 \begin_inset Quotes eld
33923 \end_inset
33924
33925 veryverylongword
33926 \begin_inset Quotes erd
33927 \end_inset
33928
33929
33930 \end_layout
33931
33932 \end_inset
33933
33934 .
33935 \end_layout
33936
33937 \begin_layout Subsection
33938 Vertical Alignment
33939 \begin_inset CommandInset label
33940 LatexCommand label
33941 name "sub:Vertical-Alignment"
33942
33943 \end_inset
33944
33945
33946 \begin_inset Index idx
33947 status collapsed
33948
33949 \begin_layout Plain Layout
33950 Boxes ! for Vertical Alignment
33951 \end_layout
33952
33953 \end_inset
33954
33955
33956 \begin_inset Index idx
33957 status collapsed
33958
33959 \begin_layout Plain Layout
33960 Boxes ! Raiseboxes
33961 \end_layout
33962
33963 \end_inset
33964
33965
33966 \end_layout
33967
33968 \begin_layout Standard
33969 With the help of the command 
33970 \series bold
33971
33972 \backslash
33973 raisebox
33974 \series default
33975  you can align words, characters or other boxes vertically relative to the
33976  surrounding text.
33977  
33978 \series bold
33979
33980 \backslash
33981 raisebox
33982 \series default
33983  is used with the following scheme:
33984 \end_layout
33985
33986 \begin_layout Standard
33987
33988 \series bold
33989
33990 \backslash
33991 raisebox{lift}[height][depth]{box content}
33992 \end_layout
33993
33994 \begin_layout Standard
33995 The lift can be a positive value to raise the box or a negative value to
33996  lower the box.
33997 \end_layout
33998
33999 \begin_layout Standard
34000 To align for example the word 
34001 \begin_inset Quotes eld
34002 \end_inset
34003
34004 preventing
34005 \begin_inset Quotes erd
34006 \end_inset
34007
34008  so that the bottom of the 
34009 \begin_inset Quotes eld
34010 \end_inset
34011
34012 deepest
34013 \begin_inset Quotes erd
34014 \end_inset
34015
34016  character 
34017 \begin_inset Quotes eld
34018 \end_inset
34019
34020 p
34021 \begin_inset Quotes erd
34022 \end_inset
34023
34024  is at the baseline, insert the command
34025 \end_layout
34026
34027 \begin_layout Standard
34028
34029 \series bold
34030
34031 \backslash
34032 raisebox{
34033 \backslash
34034 depth}{
34035 \end_layout
34036
34037 \begin_layout Standard
34038 in TeX-Code before the word.
34039  After the word insert a closing brace 
34040 \begin_inset Quotes eld
34041 \end_inset
34042
34043
34044 \series bold
34045 }
34046 \series default
34047
34048 \begin_inset Quotes erd
34049 \end_inset
34050
34051  in TeX-Code.
34052 \begin_inset Newline newline
34053 \end_inset
34054
34055 This is the result:
34056 \end_layout
34057
34058 \begin_layout Standard
34059 This is a text line with the word 
34060 \begin_inset ERT
34061 status collapsed
34062
34063 \begin_layout Plain Layout
34064
34065
34066 \backslash
34067 raisebox{
34068 \backslash
34069 depth}{
34070 \end_layout
34071
34072 \end_inset
34073
34074
34075 \begin_inset Quotes eld
34076 \end_inset
34077
34078 preventing
34079 \begin_inset Quotes erd
34080 \end_inset
34081
34082
34083 \begin_inset ERT
34084 status collapsed
34085
34086 \begin_layout Plain Layout
34087
34088 }
34089 \end_layout
34090
34091 \end_inset
34092
34093  as a raised word.
34094 \end_layout
34095
34096 \begin_layout Standard
34097 \begin_inset VSpace bigskip
34098 \end_inset
34099
34100 When you raise or lower characters in a line, the line distance will be
34101  spread:
34102 \end_layout
34103
34104 \begin_layout Standard
34105 This is a text line with the word 
34106 \begin_inset ERT
34107 status collapsed
34108
34109 \begin_layout Plain Layout
34110
34111
34112 \backslash
34113 raisebox{-
34114 \backslash
34115 depth}{
34116 \end_layout
34117
34118 \end_inset
34119
34120
34121 \begin_inset Quotes eld
34122 \end_inset
34123
34124 preventing
34125 \begin_inset Quotes erd
34126 \end_inset
34127
34128
34129 \begin_inset ERT
34130 status collapsed
34131
34132 \begin_layout Plain Layout
34133
34134 }
34135 \end_layout
34136
34137 \end_inset
34138
34139  as a lowered word.
34140 \begin_inset Newline newline
34141 \end_inset
34142
34143 This is a text line with the word 
34144 \begin_inset ERT
34145 status collapsed
34146
34147 \begin_layout Plain Layout
34148
34149
34150 \backslash
34151 raisebox{0.5cm}{
34152 \end_layout
34153
34154 \end_inset
34155
34156
34157 \begin_inset Quotes eld
34158 \end_inset
34159
34160 testing
34161 \begin_inset Quotes erd
34162 \end_inset
34163
34164
34165 \begin_inset ERT
34166 status collapsed
34167
34168 \begin_layout Plain Layout
34169
34170 }
34171 \end_layout
34172
34173 \end_inset
34174
34175  as a raised word.
34176 \end_layout
34177
34178 \begin_layout Standard
34179 If you want to prevent this for a certain reason, set the box height to
34180  a zero value.
34181  For example use
34182 \end_layout
34183
34184 \begin_layout Standard
34185
34186 \series bold
34187
34188 \backslash
34189 raisebox{-
34190 \backslash
34191 depth}[0pt]{
34192 \end_layout
34193
34194 \begin_layout Standard
34195 This is a text line with the word 
34196 \begin_inset ERT
34197 status collapsed
34198
34199 \begin_layout Plain Layout
34200
34201
34202 \backslash
34203 raisebox{-
34204 \backslash
34205 depth}[0pt]{
34206 \end_layout
34207
34208 \end_inset
34209
34210
34211 \begin_inset Quotes eld
34212 \end_inset
34213
34214 preventing
34215 \begin_inset Quotes erd
34216 \end_inset
34217
34218
34219 \begin_inset ERT
34220 status collapsed
34221
34222 \begin_layout Plain Layout
34223
34224 }
34225 \end_layout
34226
34227 \end_inset
34228
34229  as a lowered word.
34230 \begin_inset Newline newline
34231 \end_inset
34232
34233 This is a text line with the word 
34234 \begin_inset ERT
34235 status collapsed
34236
34237 \begin_layout Plain Layout
34238
34239
34240 \backslash
34241 raisebox{0.5cm}[0pt]{
34242 \end_layout
34243
34244 \end_inset
34245
34246
34247 \begin_inset Quotes eld
34248 \end_inset
34249
34250 testing
34251 \begin_inset Quotes erd
34252 \end_inset
34253
34254
34255 \begin_inset ERT
34256 status collapsed
34257
34258 \begin_layout Plain Layout
34259
34260 }
34261 \end_layout
34262
34263 \end_inset
34264
34265  as a raised word.
34266 \end_layout
34267
34268 \begin_layout Section
34269 Colored Boxes
34270 \begin_inset CommandInset label
34271 LatexCommand label
34272 name "sec:Colored-Boxes"
34273
34274 \end_inset
34275
34276
34277 \begin_inset Index idx
34278 status collapsed
34279
34280 \begin_layout Plain Layout
34281 Boxes ! Color
34282 \end_layout
34283
34284 \end_inset
34285
34286
34287 \end_layout
34288
34289 \begin_layout Subsection
34290 Color for Text
34291 \begin_inset Index idx
34292 status collapsed
34293
34294 \begin_layout Plain Layout
34295 Color ! for Text
34296 \end_layout
34297
34298 \end_inset
34299
34300
34301 \end_layout
34302
34303 \begin_layout Standard
34304 To color the background of text the text must be put into a so called 
34305 \begin_inset Quotes eld
34306 \end_inset
34307
34308 colorbox
34309 \begin_inset Quotes erd
34310 \end_inset
34311
34312 .
34313  This requires that the LaTeX-package 
34314 \series bold
34315 color
34316 \series default
34317
34318 \begin_inset Index idx
34319 status collapsed
34320
34321 \begin_layout Plain Layout
34322 LaTeX-packages ! color
34323 \end_layout
34324
34325 \end_inset
34326
34327  is loaded in the document preamble with the command
34328 \end_layout
34329
34330 \begin_layout Standard
34331
34332 \series bold
34333
34334 \backslash
34335 @ifundefined{textcolor}
34336 \begin_inset Newline newline
34337 \end_inset
34338
34339
34340 \begin_inset Phantom HPhantom
34341 status open
34342
34343 \begin_layout Plain Layout
34344
34345 \series bold
34346 \begin_inset space ~
34347 \end_inset
34348
34349
34350 \end_layout
34351
34352 \end_inset
34353
34354 {
34355 \backslash
34356 usepackage{color}}{}
34357 \end_layout
34358
34359 \begin_layout Standard
34360 The package 
34361 \series bold
34362 color
34363 \series default
34364  will be loaded automatically by LyX when you color text.
34365 \begin_inset Foot
34366 status collapsed
34367
34368 \begin_layout Plain Layout
34369 To avoid it being loaded twice the command 
34370 \series bold
34371
34372 \backslash
34373 @ifundefined
34374 \series default
34375  is used.
34376 \end_layout
34377
34378 \end_inset
34379
34380
34381 \end_layout
34382
34383 \begin_layout Standard
34384 \begin_inset VSpace medskip
34385 \end_inset
34386
34387 Colorboxes are created with the command 
34388 \series bold
34389
34390 \backslash
34391 colorbox
34392 \series default
34393 .
34394  This will be used with the following scheme:
34395 \end_layout
34396
34397 \begin_layout Standard
34398
34399 \series bold
34400
34401 \backslash
34402 colorbox{color}{box content}
34403 \end_layout
34404
34405 \begin_layout Standard
34406 The box content can also be a box and colorboxes can also be within other
34407  boxes.
34408 \end_layout
34409
34410 \begin_layout Standard
34411 The following colors are predefined:
34412 \begin_inset Newline newline
34413 \end_inset
34414
34415
34416 \family sans
34417 black
34418 \family default
34419
34420 \family sans
34421 blue
34422 \family default
34423
34424 \family sans
34425 cyan
34426 \family default
34427 \series bold
34428 ,
34429 \series default
34430  
34431 \family sans
34432 green
34433 \family default
34434
34435 \family sans
34436 magenta
34437 \family default
34438
34439 \family sans
34440 red
34441 \family default
34442
34443 \family sans
34444 white
34445 \family default
34446 , and 
34447 \family sans
34448 yellow
34449 \family default
34450 .
34451 \begin_inset Newline newline
34452 \end_inset
34453
34454 You can also define your own color as described in section
34455 \begin_inset space ~
34456 \end_inset
34457
34458
34459 \begin_inset CommandInset ref
34460 LatexCommand ref
34461 reference "sec:Colored-Tables"
34462
34463 \end_inset
34464
34465 .
34466 \end_layout
34467
34468 \begin_layout Standard
34469 To have e.
34470 \begin_inset space \thinspace{}
34471 \end_inset
34472
34473 g.
34474 \begin_inset space \space{}
34475 \end_inset
34476
34477 a red background for a word, insert the command
34478 \end_layout
34479
34480 \begin_layout Standard
34481
34482 \series bold
34483
34484 \backslash
34485 colorbox{red}{
34486 \end_layout
34487
34488 \begin_layout Standard
34489 before the word in TeX-Code.
34490  After the word insert a closing brace 
34491 \begin_inset Quotes eld
34492 \end_inset
34493
34494
34495 \series bold
34496 }
34497 \series default
34498
34499 \begin_inset Quotes erd
34500 \end_inset
34501
34502  in TeX-Code.
34503 \begin_inset Newline newline
34504 \end_inset
34505
34506 This is the result:
34507 \end_layout
34508
34509 \begin_layout Standard
34510 This is a line where the word 
34511 \begin_inset ERT
34512 status collapsed
34513
34514 \begin_layout Plain Layout
34515
34516
34517 \backslash
34518 colorbox{red}{
34519 \end_layout
34520
34521 \end_inset
34522
34523
34524 \begin_inset Quotes eld
34525 \end_inset
34526
34527 Attention!
34528 \begin_inset Quotes erd
34529 \end_inset
34530
34531
34532 \begin_inset ERT
34533 status collapsed
34534
34535 \begin_layout Plain Layout
34536
34537 }
34538 \end_layout
34539
34540 \end_inset
34541
34542  has a red background.
34543 \end_layout
34544
34545 \begin_layout Standard
34546 \begin_inset VSpace bigskip
34547 \end_inset
34548
34549 If you would like the box frame in a different color, you can use the command
34550  
34551 \series bold
34552
34553 \backslash
34554 fcolorbox
34555 \series default
34556  with the following scheme:
34557 \end_layout
34558
34559 \begin_layout Standard
34560
34561 \series bold
34562
34563 \backslash
34564 fcolorbox{frame color}{box color}{box content}
34565 \end_layout
34566
34567 \begin_layout Standard
34568
34569 \series bold
34570
34571 \backslash
34572 fcolorbox
34573 \series default
34574  is an extension to 
34575 \series bold
34576
34577 \backslash
34578 colorbox
34579 \series default
34580 .
34581  The frame thickness and the space between the frame and the box content
34582  can be adjusted with the lengths 
34583 \series bold
34584
34585 \backslash
34586 fboxrule
34587 \series default
34588  and 
34589 \series bold
34590
34591 \backslash
34592 fboxsep
34593 \series default
34594 , respectively, as described in section
34595 \begin_inset space ~
34596 \end_inset
34597
34598
34599 \begin_inset CommandInset ref
34600 LatexCommand ref
34601 reference "sec:Decoration"
34602
34603 \end_inset
34604
34605 .
34606 \end_layout
34607
34608 \begin_layout Standard
34609 For the following example the command
34610 \end_layout
34611
34612 \begin_layout Standard
34613
34614 \series bold
34615
34616 \backslash
34617 fcolorbox{cyan}{magenta}{
34618 \end_layout
34619
34620 \begin_layout Standard
34621 was used.
34622 \end_layout
34623
34624 \begin_layout Standard
34625 Here is an example where the frame line thickness was set to 1
34626 \begin_inset space \thinspace{}
34627 \end_inset
34628
34629 mm:
34630 \begin_inset Newline newline
34631 \end_inset
34632
34633
34634 \begin_inset ERT
34635 status collapsed
34636
34637 \begin_layout Plain Layout
34638
34639
34640 \backslash
34641 fboxrule 1mm 
34642 \backslash
34643 fboxsep 1mm
34644 \end_layout
34645
34646 \end_inset
34647
34648
34649 \begin_inset ERT
34650 status collapsed
34651
34652 \begin_layout Plain Layout
34653
34654
34655 \backslash
34656 fcolorbox{cyan}{magenta}{
34657 \end_layout
34658
34659 \end_inset
34660
34661 This is text within a colored, framed box.
34662 \begin_inset ERT
34663 status collapsed
34664
34665 \begin_layout Plain Layout
34666
34667 }
34668 \end_layout
34669
34670 \end_inset
34671
34672
34673 \end_layout
34674
34675 \begin_layout Standard
34676 \begin_inset VSpace bigskip
34677 \end_inset
34678
34679 Of course you can also have colored text inside a colorbox:
34680 \begin_inset Newline newline
34681 \end_inset
34682
34683
34684 \begin_inset ERT
34685 status collapsed
34686
34687 \begin_layout Plain Layout
34688
34689
34690 \backslash
34691 fcolorbox{cyan}{magenta}{
34692 \end_layout
34693
34694 \end_inset
34695
34696
34697 \color yellow
34698 This is colored text within a colored, framed box.
34699 \color none
34700
34701 \begin_inset ERT
34702 status collapsed
34703
34704 \begin_layout Plain Layout
34705
34706 }
34707 \end_layout
34708
34709 \end_inset
34710
34711
34712 \begin_inset ERT
34713 status collapsed
34714
34715 \begin_layout Plain Layout
34716
34717
34718 \backslash
34719 fboxrule 0.4pt 
34720 \backslash
34721 fboxsep 3pt
34722 \end_layout
34723
34724 \end_inset
34725
34726
34727 \end_layout
34728
34729 \begin_layout Standard
34730 \begin_inset VSpace medskip
34731 \end_inset
34732
34733
34734 \end_layout
34735
34736 \begin_layout Standard
34737 \begin_inset Note Greyedout
34738 status open
34739
34740 \begin_layout Plain Layout
34741
34742 \series bold
34743 Note:
34744 \series default
34745  Text in colorboxes cannot have line breaks.
34746  To color multiple text lines or paragraphs, use a box inside a colorbox
34747  as described in the following.
34748 \end_layout
34749
34750 \end_inset
34751
34752
34753 \end_layout
34754
34755 \begin_layout Subsection
34756 Color for Paragraphs
34757 \begin_inset CommandInset label
34758 LatexCommand label
34759 name "sub:Color-for-Paragraphs"
34760
34761 \end_inset
34762
34763
34764 \begin_inset Index idx
34765 status collapsed
34766
34767 \begin_layout Plain Layout
34768 Color ! for Paragraphs
34769 \end_layout
34770
34771 \end_inset
34772
34773
34774 \end_layout
34775
34776 \begin_layout Standard
34777 To set the background color for more than one text line, put the text into
34778  a minipage.
34779  Before the minipage insert the 
34780 \series bold
34781
34782 \backslash
34783 colorbox
34784 \series default
34785  command
34786 \end_layout
34787
34788 \begin_layout Standard
34789
34790 \series bold
34791
34792 \backslash
34793 colorbox{color}{
34794 \end_layout
34795
34796 \begin_layout Standard
34797 in TeX-Code.
34798  After the minipage insert a closing brace 
34799 \begin_inset Quotes eld
34800 \end_inset
34801
34802
34803 \series bold
34804 }
34805 \series default
34806
34807 \begin_inset Quotes erd
34808 \end_inset
34809
34810  in TeX-Code.
34811 \end_layout
34812
34813 \begin_layout Standard
34814 \begin_inset ERT
34815 status collapsed
34816
34817 \begin_layout Plain Layout
34818
34819
34820 \backslash
34821 colorbox{lightgrey}{
34822 \end_layout
34823
34824 \end_inset
34825
34826
34827 \begin_inset Box Frameless
34828 position "t"
34829 hor_pos "c"
34830 has_inner_box 1
34831 inner_pos "t"
34832 use_parbox 0
34833 use_makebox 0
34834 width "100col%"
34835 special "none"
34836 height "1in"
34837 height_special "totalheight"
34838 status collapsed
34839
34840 \begin_layout Plain Layout
34841 This is text with background color.
34842  This is text with background color.
34843 \end_layout
34844
34845 \begin_layout Plain Layout
34846 \begin_inset VSpace defskip
34847 \end_inset
34848
34849 The text can have footnotes
34850 \begin_inset Foot
34851 status collapsed
34852
34853 \begin_layout Plain Layout
34854 Another example footnote
34855 \end_layout
34856
34857 \end_inset
34858
34859  and can include tables and figures.
34860 \end_layout
34861
34862 \begin_layout Plain Layout
34863 \align center
34864 \begin_inset Tabular
34865 <lyxtabular version="3" rows="3" columns="3">
34866 <features tabularvalignment="middle">
34867 <column alignment="center" valignment="top" width="0">
34868 <column alignment="center" valignment="top" width="0">
34869 <column alignment="center" valignment="top" width="0">
34870 <row>
34871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34872 \begin_inset Text
34873
34874 \begin_layout Plain Layout
34875 a
34876 \end_layout
34877
34878 \end_inset
34879 </cell>
34880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34881 \begin_inset Text
34882
34883 \begin_layout Plain Layout
34884 !
34885 \end_layout
34886
34887 \end_inset
34888 </cell>
34889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34890 \begin_inset Text
34891
34892 \begin_layout Plain Layout
34893 3
34894 \end_layout
34895
34896 \end_inset
34897 </cell>
34898 </row>
34899 <row>
34900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34901 \begin_inset Text
34902
34903 \begin_layout Plain Layout
34904 <
34905 \end_layout
34906
34907 \end_inset
34908 </cell>
34909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34910 \begin_inset Text
34911
34912 \begin_layout Plain Layout
34913 b2
34914 \begin_inset Quotes erd
34915 \end_inset
34916
34917 |
34918 \end_layout
34919
34920 \end_inset
34921 </cell>
34922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34923 \begin_inset Text
34924
34925 \begin_layout Plain Layout
34926 >
34927 \end_layout
34928
34929 \end_inset
34930 </cell>
34931 </row>
34932 <row>
34933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34934 \begin_inset Text
34935
34936 \begin_layout Plain Layout
34937 1
34938 \end_layout
34939
34940 \end_inset
34941 </cell>
34942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34943 \begin_inset Text
34944
34945 \begin_layout Plain Layout
34946 §
34947 \end_layout
34948
34949 \end_inset
34950 </cell>
34951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34952 \begin_inset Text
34953
34954 \begin_layout Plain Layout
34955 c
34956 \end_layout
34957
34958 \end_inset
34959 </cell>
34960 </row>
34961 </lyxtabular>
34962
34963 \end_inset
34964
34965
34966 \end_layout
34967
34968 \end_inset
34969
34970
34971 \begin_inset ERT
34972 status collapsed
34973
34974 \begin_layout Plain Layout
34975
34976 }
34977 \end_layout
34978
34979 \end_inset
34980
34981
34982 \end_layout
34983
34984 \begin_layout Section
34985 Rotated and Scaled Boxes
34986 \end_layout
34987
34988 \begin_layout Standard
34989 To use the commands described in this section, the LaTeX-package 
34990 \series bold
34991 graphicx
34992 \series default
34993
34994 \begin_inset Index idx
34995 status collapsed
34996
34997 \begin_layout Plain Layout
34998 LaTeX-packages ! graphicx
34999 \end_layout
35000
35001 \end_inset
35002
35003  needs to be loaded in the document preamble with the command
35004 \end_layout
35005
35006 \begin_layout Standard
35007
35008 \series bold
35009
35010 \backslash
35011 @ifundefined{rotatebox}
35012 \begin_inset Newline newline
35013 \end_inset
35014
35015
35016 \begin_inset Phantom HPhantom
35017 status open
35018
35019 \begin_layout Plain Layout
35020
35021 \series bold
35022 \begin_inset space ~
35023 \end_inset
35024
35025
35026 \end_layout
35027
35028 \end_inset
35029
35030 {
35031 \backslash
35032 usepackage{graphicx}}{}
35033 \end_layout
35034
35035 \begin_layout Standard
35036 \begin_inset Note Greyedout
35037 status open
35038
35039 \begin_layout Plain Layout
35040
35041 \series bold
35042 Note:
35043 \series default
35044  Some DVI-viewers can't display rotated or scaled material.
35045 \end_layout
35046
35047 \end_inset
35048
35049
35050 \end_layout
35051
35052 \begin_layout Standard
35053 \begin_inset Note Greyedout
35054 status open
35055
35056 \begin_layout Plain Layout
35057
35058 \series bold
35059 Note:
35060 \series default
35061  Floats mustn't be inside a rotated or scaled box.
35062 \end_layout
35063
35064 \end_inset
35065
35066
35067 \end_layout
35068
35069 \begin_layout Subsection
35070 Rotated Boxes
35071 \begin_inset Index idx
35072 status collapsed
35073
35074 \begin_layout Plain Layout
35075 Boxes ! rotated
35076 \end_layout
35077
35078 \end_inset
35079
35080
35081 \begin_inset Index idx
35082 status collapsed
35083
35084 \begin_layout Plain Layout
35085 Rotated material
35086 \end_layout
35087
35088 \end_inset
35089
35090
35091 \begin_inset Index idx
35092 status collapsed
35093
35094 \begin_layout Plain Layout
35095 Figures ! rotated
35096 \end_layout
35097
35098 \end_inset
35099
35100
35101 \begin_inset Index idx
35102 status collapsed
35103
35104 \begin_layout Plain Layout
35105 Table Customization ! Rotating
35106 \end_layout
35107
35108 \end_inset
35109
35110
35111 \end_layout
35112
35113 \begin_layout Standard
35114 To rotate material, you can put it into a rotated box.
35115  Such a box is created using the command 
35116 \series bold
35117
35118 \backslash
35119 rotatebox
35120 \series default
35121  in TeX-Code with the following scheme:
35122 \end_layout
35123
35124 \begin_layout Standard
35125
35126 \series bold
35127
35128 \backslash
35129 rotatebox[rotation origin]{rotation angle}{box content}
35130 \end_layout
35131
35132 \begin_layout Standard
35133 The rotation origin is specified in the form 
35134 \series bold
35135 origin=position
35136 \series default
35137 .
35138  The following positions are possible: 
35139 \emph on
35140 c
35141 \emph default
35142  (center), 
35143 \emph on
35144 l
35145 \emph default
35146  (left), 
35147 \emph on
35148 r
35149 \emph default
35150  (right), 
35151 \emph on
35152 b
35153 \emph default
35154  (bottom), 
35155 \emph on
35156 t
35157 \emph default
35158  (top), along with meaningful combinations of the four base positions.
35159  For example 
35160 \emph on
35161 lt
35162 \emph default
35163  means that the rotation origin is at the top left corner of the box.
35164  When no rotation origin is specified, the position 
35165 \emph on
35166 l
35167 \emph default
35168  will be used.
35169  The rotation angle is a number that can be negative that specifies the
35170  angle in degrees.
35171  The rotation direction is counterclockwise.
35172 \end_layout
35173
35174 \begin_layout Standard
35175 In the following example the command 
35176 \series bold
35177
35178 \backslash
35179 rotatebox[origin=c]{60}{
35180 \series default
35181  was inserted as TeX-Code before the text 
35182 \begin_inset Quotes eld
35183 \end_inset
35184
35185 with rotated
35186 \begin_inset Quotes erd
35187 \end_inset
35188
35189 ; after the text the box was closed by a closing brace 
35190 \series bold
35191 }
35192 \series default
35193  in TeX-Code.
35194 \end_layout
35195
35196 \begin_layout Standard
35197 This is a line 
35198 \begin_inset ERT
35199 status collapsed
35200
35201 \begin_layout Plain Layout
35202
35203
35204 \backslash
35205 rotatebox[origin=c]{60}{
35206 \end_layout
35207
35208 \end_inset
35209
35210 with rotated
35211 \begin_inset ERT
35212 status collapsed
35213
35214 \begin_layout Plain Layout
35215
35216 }
35217 \end_layout
35218
35219 \end_inset
35220
35221  text.
35222 \end_layout
35223
35224 \begin_layout Standard
35225 The box content can also be another box or an inline formula:
35226 \end_layout
35227
35228 \begin_layout Standard
35229 This is a line
35230 \begin_inset ERT
35231 status collapsed
35232
35233 \begin_layout Plain Layout
35234
35235
35236 \backslash
35237 rotatebox[origin=r]{-60}{
35238 \end_layout
35239
35240 \end_inset
35241
35242
35243 \begin_inset Box Doublebox
35244 position "c"
35245 hor_pos "c"
35246 has_inner_box 0
35247 inner_pos "c"
35248 use_parbox 0
35249 use_makebox 0
35250 width "1in"
35251 special "width"
35252 height "1in"
35253 height_special "totalheight"
35254 status collapsed
35255
35256 \begin_layout Plain Layout
35257 with rotated
35258 \end_layout
35259
35260 \end_inset
35261
35262
35263 \begin_inset ERT
35264 status collapsed
35265
35266 \begin_layout Plain Layout
35267
35268 }
35269 \end_layout
35270
35271 \end_inset
35272
35273  framed text 
35274 \begin_inset ERT
35275 status collapsed
35276
35277 \begin_layout Plain Layout
35278
35279
35280 \backslash
35281 rotatebox[origin=lb]{60}{
35282 \end_layout
35283
35284 \end_inset
35285
35286
35287 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35288 \end_inset
35289
35290
35291 \begin_inset ERT
35292 status collapsed
35293
35294 \begin_layout Plain Layout
35295
35296 }
35297 \end_layout
35298
35299 \end_inset
35300
35301  and a formula.
35302 \end_layout
35303
35304 \begin_layout Standard
35305 or an image or table:
35306 \end_layout
35307
35308 \begin_layout Standard
35309 This is a line
35310 \begin_inset ERT
35311 status collapsed
35312
35313 \begin_layout Plain Layout
35314
35315
35316 \backslash
35317 rotatebox[origin=lb]{90}{
35318 \end_layout
35319
35320 \end_inset
35321
35322
35323 \begin_inset Graphics
35324         filename clipart/platypus.eps
35325         lyxscale 50
35326         width 25col%
35327
35328 \end_inset
35329
35330
35331 \begin_inset ERT
35332 status collapsed
35333
35334 \begin_layout Plain Layout
35335
35336 }
35337 \end_layout
35338
35339 \end_inset
35340
35341  with a rotated image 
35342 \begin_inset ERT
35343 status collapsed
35344
35345 \begin_layout Plain Layout
35346
35347
35348 \backslash
35349 rotatebox[origin=l]{-90}{
35350 \end_layout
35351
35352 \end_inset
35353
35354
35355 \begin_inset Tabular
35356 <lyxtabular version="3" rows="2" columns="2">
35357 <features tabularvalignment="middle">
35358 <column alignment="center" valignment="top" width="0">
35359 <column alignment="center" valignment="top" width="0">
35360 <row>
35361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35362 \begin_inset Text
35363
35364 \begin_layout Plain Layout
35365 q
35366 \end_layout
35367
35368 \end_inset
35369 </cell>
35370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35371 \begin_inset Text
35372
35373 \begin_layout Plain Layout
35374 w
35375 \end_layout
35376
35377 \end_inset
35378 </cell>
35379 </row>
35380 <row>
35381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35382 \begin_inset Text
35383
35384 \begin_layout Plain Layout
35385 e
35386 \end_layout
35387
35388 \end_inset
35389 </cell>
35390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35391 \begin_inset Text
35392
35393 \begin_layout Plain Layout
35394 r
35395 \end_layout
35396
35397 \end_inset
35398 </cell>
35399 </row>
35400 </lyxtabular>
35401
35402 \end_inset
35403
35404
35405 \begin_inset ERT
35406 status collapsed
35407
35408 \begin_layout Plain Layout
35409
35410 }
35411 \end_layout
35412
35413 \end_inset
35414
35415  and table.
35416 \end_layout
35417
35418 \begin_layout Subsection
35419 Scaled Boxes
35420 \begin_inset Index idx
35421 status collapsed
35422
35423 \begin_layout Plain Layout
35424 Boxes ! scaled
35425 \end_layout
35426
35427 \end_inset
35428
35429
35430 \begin_inset Index idx
35431 status collapsed
35432
35433 \begin_layout Plain Layout
35434 Scaled material
35435 \end_layout
35436
35437 \end_inset
35438
35439
35440 \begin_inset Index idx
35441 status collapsed
35442
35443 \begin_layout Plain Layout
35444 Figures ! scaled
35445 \end_layout
35446
35447 \end_inset
35448
35449
35450 \begin_inset Index idx
35451 status collapsed
35452
35453 \begin_layout Plain Layout
35454 Table Customization ! Scaling
35455 \end_layout
35456
35457 \end_inset
35458
35459
35460 \end_layout
35461
35462 \begin_layout Standard
35463 To scale material the commands 
35464 \series bold
35465
35466 \backslash
35467 scalebox
35468 \series default
35469  and 
35470 \series bold
35471
35472 \backslash
35473 resizebox
35474 \series default
35475  can be used as TeX-Code.
35476 \end_layout
35477
35478 \begin_layout Standard
35479
35480 \series bold
35481
35482 \backslash
35483 scalebox
35484 \series default
35485  is used with the following scheme:
35486 \end_layout
35487
35488 \begin_layout Standard
35489
35490 \series bold
35491
35492 \backslash
35493 scalebox{horizontal}[vertical]{box content}
35494 \end_layout
35495
35496 \begin_layout Standard
35497 Horizontal and vertical are the corresponding scaling factors.
35498  If no vertical scaling factor is given, the horizontal factor will also
35499  be used as the vertical one.
35500 \end_layout
35501
35502 \begin_layout Standard
35503 The command 
35504 \series bold
35505
35506 \backslash
35507 scalebox{2}{Hello}
35508 \series default
35509  creates for example a double size 
35510 \begin_inset ERT
35511 status collapsed
35512
35513 \begin_layout Plain Layout
35514
35515
35516 \backslash
35517 scalebox{2}{
35518 \end_layout
35519
35520 \end_inset
35521
35522 Hello
35523 \begin_inset ERT
35524 status collapsed
35525
35526 \begin_layout Plain Layout
35527
35528 }
35529 \end_layout
35530
35531 \end_inset
35532
35533 , compared with the document text size.
35534 \end_layout
35535
35536 \begin_layout Standard
35537
35538 \series bold
35539
35540 \backslash
35541 scalebox{2}[1]{Hello}
35542 \series default
35543  on the other hand distorts the 
35544 \begin_inset ERT
35545 status collapsed
35546
35547 \begin_layout Plain Layout
35548
35549
35550 \backslash
35551 scalebox{2}[1]{
35552 \end_layout
35553
35554 \end_inset
35555
35556 Hello
35557 \begin_inset ERT
35558 status collapsed
35559
35560 \begin_layout Plain Layout
35561
35562 }
35563 \end_layout
35564
35565 \end_inset
35566
35567 .
35568 \end_layout
35569
35570 \begin_layout Standard
35571 If the scaling factor is negative, the box content will be mirrored.
35572  Therefore the command 
35573 \series bold
35574
35575 \backslash
35576 scalebox{-1}[1]{Hello}
35577 \series default
35578  can be used to create mirror writing: 
35579 \begin_inset ERT
35580 status collapsed
35581
35582 \begin_layout Plain Layout
35583
35584
35585 \backslash
35586 scalebox{-1}[1]{
35587 \end_layout
35588
35589 \end_inset
35590
35591 Hello
35592 \begin_inset ERT
35593 status collapsed
35594
35595 \begin_layout Plain Layout
35596
35597 }
35598 \end_layout
35599
35600 \end_inset
35601
35602
35603 \end_layout
35604
35605 \begin_layout Standard
35606
35607 \series bold
35608
35609 \backslash
35610 scalebox{1}[-1]{Hello}
35611 \series default
35612  reflects the 
35613 \begin_inset ERT
35614 status collapsed
35615
35616 \begin_layout Plain Layout
35617
35618
35619 \backslash
35620 scalebox{1}[-1]{
35621 \end_layout
35622
35623 \end_inset
35624
35625 Hello
35626 \begin_inset ERT
35627 status collapsed
35628
35629 \begin_layout Plain Layout
35630
35631 }
35632 \end_layout
35633
35634 \end_inset
35635
35636  at the base line.
35637 \end_layout
35638
35639 \begin_layout Standard
35640 Equivalent to 
35641 \series bold
35642
35643 \backslash
35644 scalebox{-1}[1]{box content}
35645 \series default
35646  there exists the command
35647 \begin_inset Newline newline
35648 \end_inset
35649
35650
35651 \series bold
35652
35653 \backslash
35654 reflectbox{box content}
35655 \series default
35656 .
35657 \end_layout
35658
35659 \begin_layout Standard
35660 \begin_inset VSpace bigskip
35661 \end_inset
35662
35663 The command 
35664 \series bold
35665
35666 \backslash
35667 resizebox
35668 \series default
35669  is used to scale the box to a defined width and height.
35670  The command scheme is:
35671 \end_layout
35672
35673 \begin_layout Standard
35674
35675 \series bold
35676
35677 \backslash
35678 resizebox{width}{height}{box content}
35679 \end_layout
35680
35681 \begin_layout Standard
35682 If one of the two command arguments given is an exclamation mark 
35683 \series bold
35684 !
35685 \series default
35686 , the size is set so that the aspect ratio of the box content is kept.
35687 \end_layout
35688
35689 \begin_layout Standard
35690 The command 
35691 \series bold
35692
35693 \backslash
35694 resizebox{2cm}{1cm}{Hello}
35695 \series default
35696  produces: 
35697 \begin_inset ERT
35698 status collapsed
35699
35700 \begin_layout Plain Layout
35701
35702
35703 \backslash
35704 resizebox{2cm}{1cm}{
35705 \end_layout
35706
35707 \end_inset
35708
35709 Hello
35710 \begin_inset ERT
35711 status collapsed
35712
35713 \begin_layout Plain Layout
35714
35715 }
35716 \end_layout
35717
35718 \end_inset
35719
35720
35721 \begin_inset Newline newline
35722 \end_inset
35723
35724 The command 
35725 \series bold
35726
35727 \backslash
35728 resizebox{2cm}{!}{Hello}
35729 \series default
35730  produces: 
35731 \begin_inset ERT
35732 status collapsed
35733
35734 \begin_layout Plain Layout
35735
35736
35737 \backslash
35738 resizebox{2cm}{!}{
35739 \end_layout
35740
35741 \end_inset
35742
35743 Hello
35744 \begin_inset ERT
35745 status collapsed
35746
35747 \begin_layout Plain Layout
35748
35749 }
35750 \end_layout
35751
35752 \end_inset
35753
35754
35755 \end_layout
35756
35757 \begin_layout Standard
35758 \begin_inset VSpace bigskip
35759 \end_inset
35760
35761
35762 \begin_inset Note Greyedout
35763 status open
35764
35765 \begin_layout Plain Layout
35766
35767 \series bold
35768 Note:
35769 \series default
35770  When arguments of 
35771 \series bold
35772
35773 \backslash
35774 scalebox
35775 \series default
35776  or 
35777 \series bold
35778
35779 \backslash
35780 resizebox
35781 \series default
35782  are set to zero, no LaTeX-errors occur when exporting the document but
35783  the exported files can not or only partly be displayed.
35784 \end_layout
35785
35786 \end_inset
35787
35788
35789 \end_layout
35790
35791 \begin_layout Standard
35792 \begin_inset VSpace bigskip
35793 \end_inset
35794
35795
35796 \end_layout
35797
35798 \begin_layout Standard
35799 The boxes can be combined in any order.
35800  E.
35801 \begin_inset space \thinspace{}
35802 \end_inset
35803
35804 g.
35805 \begin_inset space \space{}
35806 \end_inset
35807
35808 the command
35809 \begin_inset Newline newline
35810 \end_inset
35811
35812
35813 \series bold
35814
35815 \backslash
35816 rotatebox[origin=c]{-45}{
35817 \backslash
35818 resizebox{2cm}{!}{
35819 \backslash
35820 reflectbox{Hello}}}
35821 \begin_inset Newline newline
35822 \end_inset
35823
35824
35825 \series default
35826 produces:
35827 \end_layout
35828
35829 \begin_layout Standard
35830 \align center
35831 \begin_inset ERT
35832 status collapsed
35833
35834 \begin_layout Plain Layout
35835
35836
35837 \backslash
35838 rotatebox[origin=c]{-45}{
35839 \backslash
35840 resizebox{2cm}{!}{
35841 \backslash
35842 reflectbox{
35843 \end_layout
35844
35845 \end_inset
35846
35847 Hello
35848 \begin_inset ERT
35849 status collapsed
35850
35851 \begin_layout Plain Layout
35852
35853 }}}
35854 \end_layout
35855
35856 \end_inset
35857
35858
35859 \end_layout
35860
35861 \begin_layout Standard
35862 \noindent
35863 Images, tables, and inline formulas are allowed as box content:
35864 \end_layout
35865
35866 \begin_layout Standard
35867 \align center
35868 \begin_inset ERT
35869 status collapsed
35870
35871 \begin_layout Plain Layout
35872
35873
35874 \backslash
35875 rotatebox[origin=c]{-30}{
35876 \backslash
35877 resizebox{2cm}{!}{
35878 \backslash
35879 reflectbox{
35880 \end_layout
35881
35882 \end_inset
35883
35884
35885 \begin_inset Graphics
35886         filename clipart/platypus.eps
35887         lyxscale 50
35888         width 25col%
35889
35890 \end_inset
35891
35892
35893 \begin_inset ERT
35894 status collapsed
35895
35896 \begin_layout Plain Layout
35897
35898 }}}
35899 \end_layout
35900
35901 \end_inset
35902
35903
35904 \begin_inset ERT
35905 status collapsed
35906
35907 \begin_layout Plain Layout
35908
35909
35910 \backslash
35911 rotatebox[origin=c]{-45}{
35912 \backslash
35913 resizebox{2cm}{!}{
35914 \backslash
35915 reflectbox{
35916 \end_layout
35917
35918 \end_inset
35919
35920
35921 \begin_inset Tabular
35922 <lyxtabular version="3" rows="2" columns="2">
35923 <features tabularvalignment="middle">
35924 <column alignment="center" valignment="top" width="0">
35925 <column alignment="center" valignment="top" width="0">
35926 <row>
35927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35928 \begin_inset Text
35929
35930 \begin_layout Plain Layout
35931 q
35932 \end_layout
35933
35934 \end_inset
35935 </cell>
35936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35937 \begin_inset Text
35938
35939 \begin_layout Plain Layout
35940 w
35941 \end_layout
35942
35943 \end_inset
35944 </cell>
35945 </row>
35946 <row>
35947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35948 \begin_inset Text
35949
35950 \begin_layout Plain Layout
35951 e
35952 \end_layout
35953
35954 \end_inset
35955 </cell>
35956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35957 \begin_inset Text
35958
35959 \begin_layout Plain Layout
35960 r
35961 \end_layout
35962
35963 \end_inset
35964 </cell>
35965 </row>
35966 </lyxtabular>
35967
35968 \end_inset
35969
35970
35971 \begin_inset ERT
35972 status collapsed
35973
35974 \begin_layout Plain Layout
35975
35976 }}}
35977 \end_layout
35978
35979 \end_inset
35980
35981
35982 \begin_inset ERT
35983 status collapsed
35984
35985 \begin_layout Plain Layout
35986
35987
35988 \backslash
35989 rotatebox[origin=c]{-45}{
35990 \backslash
35991 resizebox{2cm}{!}{
35992 \backslash
35993 reflectbox{
35994 \end_layout
35995
35996 \end_inset
35997
35998
35999 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36000 \end_inset
36001
36002
36003 \begin_inset ERT
36004 status collapsed
36005
36006 \begin_layout Plain Layout
36007
36008 }}}
36009 \end_layout
36010
36011 \end_inset
36012
36013
36014 \end_layout
36015
36016 \begin_layout Standard
36017 When the global formula style 
36018 \series bold
36019 fleqn
36020 \series default
36021  is used in the document
36022 \begin_inset Foot
36023 status collapsed
36024
36025 \begin_layout Plain Layout
36026 When 
36027 \begin_inset Quotes eld
36028 \end_inset
36029
36030 fleqn
36031 \begin_inset Quotes erd
36032 \end_inset
36033
36034  is added to the document class options.
36035 \end_layout
36036
36037 \end_inset
36038
36039 , display style formulas can also be scaled.
36040 \end_layout
36041
36042 \begin_layout Chapter
36043 Objects Surrounded by Text
36044 \begin_inset Index idx
36045 status collapsed
36046
36047 \begin_layout Plain Layout
36048 Surrounded by text
36049 \end_layout
36050
36051 \end_inset
36052
36053
36054 \end_layout
36055
36056 \begin_layout Section
36057 Wrap Floats
36058 \begin_inset CommandInset label
36059 LatexCommand label
36060 name "sec:Wrap-Floats"
36061
36062 \end_inset
36063
36064
36065 \begin_inset Index idx
36066 status collapsed
36067
36068 \begin_layout Plain Layout
36069 Floats ! Wrap Floats
36070 \end_layout
36071
36072 \end_inset
36073
36074
36075 \begin_inset Index idx
36076 status collapsed
36077
36078 \begin_layout Plain Layout
36079 Surrounded by text ! Wrap Floats
36080 \end_layout
36081
36082 \end_inset
36083
36084
36085 \end_layout
36086
36087 \begin_layout Standard
36088 \begin_inset Wrap figure
36089 lines 0
36090 placement l
36091 overhang 1cm
36092 width "40col%"
36093 status open
36094
36095 \begin_layout Plain Layout
36096 \begin_inset Graphics
36097         filename clipart/mobius.eps
36098         width 40col%
36099         scaleBeforeRotation
36100         rotateOrigin center
36101
36102 \end_inset
36103
36104
36105 \end_layout
36106
36107 \begin_layout Plain Layout
36108 \begin_inset Caption
36109
36110 \begin_layout Plain Layout
36111 \begin_inset CommandInset label
36112 LatexCommand label
36113 name "fig:This-is-a"
36114
36115 \end_inset
36116
36117 This is a figure wrap float.
36118 \end_layout
36119
36120 \end_inset
36121
36122
36123 \end_layout
36124
36125 \end_inset
36126
36127  This float type is used if you want to wrap text around a figure or table
36128  so that it only occupies some fraction of the column width.
36129  It can be inserted using the menu 
36130 \family sans
36131 Insert\SpecialChar \menuseparator
36132 Floats\SpecialChar \menuseparator
36133 Figure
36134 \begin_inset space ~
36135 \end_inset
36136
36137 Wrap
36138 \begin_inset space ~
36139 \end_inset
36140
36141 Float
36142 \family default
36143  or 
36144 \family sans
36145 Table
36146 \begin_inset space ~
36147 \end_inset
36148
36149 Wrap
36150 \begin_inset space ~
36151 \end_inset
36152
36153 Float
36154 \family default
36155  if the LaTeX-package 
36156 \series bold
36157 wrapfig
36158 \series default
36159
36160 \begin_inset Index idx
36161 status collapsed
36162
36163 \begin_layout Plain Layout
36164 LaTeX-packages ! wrapfig
36165 \end_layout
36166
36167 \end_inset
36168
36169  is installed.
36170 \begin_inset Foot
36171 status collapsed
36172
36173 \begin_layout Plain Layout
36174 Installing a LaTeX-package is explained it in the 
36175 \emph on
36176 LaTeX
36177 \begin_inset space ~
36178 \end_inset
36179
36180 Configuration
36181 \emph default
36182  manual.
36183 \end_layout
36184
36185 \end_inset
36186
36187  The settings of the float can be modified by right-clicking on the float
36188  box.
36189  The mandatory settings are the float 
36190 \family sans
36191 Placement
36192 \family default
36193  and its 
36194 \family sans
36195 Width
36196 \family default
36197 .
36198  Optional are the 
36199 \family sans
36200 Overhang
36201 \family default
36202  that specifies how much the float is set into the paragraph
36203 \begin_inset space \thinspace{}
36204 \end_inset
36205
36206 /
36207 \begin_inset space \thinspace{}
36208 \end_inset
36209
36210 page margin, and the 
36211 \family sans
36212 Line
36213 \begin_inset space ~
36214 \end_inset
36215
36216 span
36217 \family default
36218  that specifies how many text lines the float will approximately need.
36219  The line span is often hard to approximate; so it is better only to use
36220  it when you encounter float placement problems.
36221  You can furthermore decide if LaTeX is allowed to let the float float within
36222  the paragraph or to surrounding paragraphs.
36223  Figure
36224 \begin_inset space ~
36225 \end_inset
36226
36227
36228 \begin_inset CommandInset ref
36229 LatexCommand ref
36230 reference "fig:This-is-a"
36231
36232 \end_inset
36233
36234  is an example text wrap float with a width of 40
36235 \begin_inset space \thinspace{}
36236 \end_inset
36237
36238 col%, 1
36239 \begin_inset space \thinspace{}
36240 \end_inset
36241
36242 cm overhang, set to the left.
36243 \end_layout
36244
36245 \begin_layout Standard
36246 \begin_inset Note Greyedout
36247 status open
36248
36249 \begin_layout Plain Layout
36250
36251 \series bold
36252 Note:
36253 \series default
36254  Text
36255 \begin_inset space ~
36256 \end_inset
36257
36258 wrap float floats are fragile! E.
36259 \begin_inset space \thinspace{}
36260 \end_inset
36261
36262 g.
36263 \begin_inset space \space{}
36264 \end_inset
36265
36266 having a figure too close to the bottom of the page can mess things up in
36267  such a way that the float does not appear in the output or that it is placed
36268  over some other text.
36269 \end_layout
36270
36271 \end_inset
36272
36273
36274 \end_layout
36275
36276 \begin_layout Standard
36277 In general, the following applies for wrap floats:
36278 \end_layout
36279
36280 \begin_layout Itemize
36281 They should not be placed in paragraphs that run over a page break.
36282  That means that wrap floats are better inserted in their exact place when
36283  the document is almost finished and you are able to estimate where page
36284  breaks will appear.
36285 \end_layout
36286
36287 \begin_layout Itemize
36288 They should either be placed in their own paragraph before the paragraph
36289  where they should wrap into or within a paragraph.
36290 \end_layout
36291
36292 \begin_layout Itemize
36293 In consecutive paragraphs they may cause troubles, so ensure that there
36294  is a text paragraph between them as separator.
36295 \end_layout
36296
36297 \begin_layout Itemize
36298 They are not allowed in section headings or tables.
36299 \end_layout
36300
36301 \begin_layout Itemize
36302 Their numbering and referencing works as described in chap.
36303 \begin_inset space \thinspace{}
36304 \end_inset
36305
36306
36307 \begin_inset CommandInset ref
36308 LatexCommand ref
36309 reference "chap:Floats"
36310
36311 \end_inset
36312
36313 .
36314 \end_layout
36315
36316 \begin_layout Section
36317 Surrounded Fixed Objects
36318 \begin_inset Index idx
36319 status collapsed
36320
36321 \begin_layout Plain Layout
36322 Surrounded by text ! Fixed objects
36323 \end_layout
36324
36325 \end_inset
36326
36327
36328 \end_layout
36329
36330 \begin_layout Standard
36331 The wrap floats described in sec.
36332 \begin_inset space \thinspace{}
36333 \end_inset
36334
36335
36336 \begin_inset CommandInset ref
36337 LatexCommand ref
36338 reference "sec:Wrap-Floats"
36339
36340 \end_inset
36341
36342  have these positions in the paragraph:
36343 \end_layout
36344
36345 \begin_layout Standard
36346 \noindent
36347 \align center
36348 \begin_inset Tabular
36349 <lyxtabular version="3" rows="2" columns="2">
36350 <features tabularvalignment="middle">
36351 <column alignment="center" valignment="top" width="0">
36352 <column alignment="center" valignment="top" width="0">
36353 <row>
36354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36355 \begin_inset Text
36356
36357 \begin_layout Plain Layout
36358 \begin_inset Graphics
36359         filename ../images/dialog-show-new-inset_graphics.png
36360         scale 70
36361         scaleBeforeRotation
36362
36363 \end_inset
36364
36365
36366 \end_layout
36367
36368 \end_inset
36369 </cell>
36370 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36371 \begin_inset Text
36372
36373 \begin_layout Plain Layout
36374 text
36375 \end_layout
36376
36377 \end_inset
36378 </cell>
36379 </row>
36380 <row>
36381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36382 \begin_inset Text
36383
36384 \begin_layout Plain Layout
36385 text
36386 \end_layout
36387
36388 \end_inset
36389 </cell>
36390 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36391 \begin_inset Text
36392
36393 \begin_layout Plain Layout
36394 text
36395 \end_layout
36396
36397 \end_inset
36398 </cell>
36399 </row>
36400 </lyxtabular>
36401
36402 \end_inset
36403
36404  or 
36405 \begin_inset Tabular
36406 <lyxtabular version="3" rows="2" columns="2">
36407 <features tabularvalignment="middle">
36408 <column alignment="center" valignment="top" width="0">
36409 <column alignment="center" valignment="top" width="0">
36410 <row>
36411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36412 \begin_inset Text
36413
36414 \begin_layout Plain Layout
36415 text
36416 \end_layout
36417
36418 \end_inset
36419 </cell>
36420 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36421 \begin_inset Text
36422
36423 \begin_layout Plain Layout
36424 \begin_inset Graphics
36425         filename ../images/dialog-show-new-inset_graphics.png
36426         scale 70
36427         scaleBeforeRotation
36428
36429 \end_inset
36430
36431
36432 \end_layout
36433
36434 \end_inset
36435 </cell>
36436 </row>
36437 <row>
36438 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36439 \begin_inset Text
36440
36441 \begin_layout Plain Layout
36442 text
36443 \end_layout
36444
36445 \end_inset
36446 </cell>
36447 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36448 \begin_inset Text
36449
36450 \begin_layout Plain Layout
36451 text
36452 \end_layout
36453
36454 \end_inset
36455 </cell>
36456 </row>
36457 </lyxtabular>
36458
36459 \end_inset
36460
36461
36462 \end_layout
36463
36464 \begin_layout Standard
36465 To get an object exactly at the position where it is inserted, for example
36466  to get one of these positions:
36467 \begin_inset VSpace defskip
36468 \end_inset
36469
36470
36471 \end_layout
36472
36473 \begin_layout Standard
36474 \noindent
36475 \align center
36476 \begin_inset Tabular
36477 <lyxtabular version="3" rows="2" columns="2">
36478 <features tabularvalignment="middle">
36479 <column alignment="center" valignment="top" width="0">
36480 <column alignment="center" valignment="top" width="0">
36481 <row>
36482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36483 \begin_inset Text
36484
36485 \begin_layout Plain Layout
36486 text
36487 \end_layout
36488
36489 \end_inset
36490 </cell>
36491 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36492 \begin_inset Text
36493
36494 \begin_layout Plain Layout
36495 text
36496 \end_layout
36497
36498 \end_inset
36499 </cell>
36500 </row>
36501 <row>
36502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36503 \begin_inset Text
36504
36505 \begin_layout Plain Layout
36506 \begin_inset Graphics
36507         filename ../images/dialog-show-new-inset_graphics.png
36508         scale 70
36509         scaleBeforeRotation
36510
36511 \end_inset
36512
36513
36514 \end_layout
36515
36516 \end_inset
36517 </cell>
36518 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36519 \begin_inset Text
36520
36521 \begin_layout Plain Layout
36522 text
36523 \end_layout
36524
36525 \end_inset
36526 </cell>
36527 </row>
36528 </lyxtabular>
36529
36530 \end_inset
36531
36532  
36533 \begin_inset Tabular
36534 <lyxtabular version="3" rows="2" columns="2">
36535 <features tabularvalignment="middle">
36536 <column alignment="center" valignment="top" width="0">
36537 <column alignment="center" valignment="top" width="0">
36538 <row>
36539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36540 \begin_inset Text
36541
36542 \begin_layout Plain Layout
36543 text
36544 \end_layout
36545
36546 \end_inset
36547 </cell>
36548 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36549 \begin_inset Text
36550
36551 \begin_layout Plain Layout
36552 text
36553 \end_layout
36554
36555 \end_inset
36556 </cell>
36557 </row>
36558 <row>
36559 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36560 \begin_inset Text
36561
36562 \begin_layout Plain Layout
36563 text
36564 \end_layout
36565
36566 \end_inset
36567 </cell>
36568 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36569 \begin_inset Text
36570
36571 \begin_layout Plain Layout
36572 \begin_inset Graphics
36573         filename ../images/dialog-show-new-inset_graphics.png
36574         scale 70
36575         scaleBeforeRotation
36576
36577 \end_inset
36578
36579
36580 \end_layout
36581
36582 \end_inset
36583 </cell>
36584 </row>
36585 </lyxtabular>
36586
36587 \end_inset
36588
36589  
36590 \begin_inset Tabular
36591 <lyxtabular version="3" rows="2" columns="3">
36592 <features tabularvalignment="middle">
36593 <column alignment="center" valignment="top" width="0">
36594 <column alignment="center" valignment="top" width="0">
36595 <column alignment="center" valignment="top" width="0">
36596 <row>
36597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36598 \begin_inset Text
36599
36600 \begin_layout Plain Layout
36601 text
36602 \end_layout
36603
36604 \end_inset
36605 </cell>
36606 <cell alignment="center" valignment="top" topline="true" usebox="none">
36607 \begin_inset Text
36608
36609 \begin_layout Plain Layout
36610 \begin_inset Graphics
36611         filename ../images/dialog-show-new-inset_graphics.png
36612         scale 70
36613         scaleBeforeRotation
36614
36615 \end_inset
36616
36617
36618 \end_layout
36619
36620 \end_inset
36621 </cell>
36622 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36623 \begin_inset Text
36624
36625 \begin_layout Plain Layout
36626 text
36627 \end_layout
36628
36629 \end_inset
36630 </cell>
36631 </row>
36632 <row>
36633 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36634 \begin_inset Text
36635
36636 \begin_layout Plain Layout
36637 text
36638 \end_layout
36639
36640 \end_inset
36641 </cell>
36642 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36643 \begin_inset Text
36644
36645 \begin_layout Plain Layout
36646 text
36647 \end_layout
36648
36649 \end_inset
36650 </cell>
36651 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36652 \begin_inset Text
36653
36654 \begin_layout Plain Layout
36655 text
36656 \end_layout
36657
36658 \end_inset
36659 </cell>
36660 </row>
36661 </lyxtabular>
36662
36663 \end_inset
36664
36665  
36666 \begin_inset Tabular
36667 <lyxtabular version="3" rows="2" columns="3">
36668 <features tabularvalignment="middle">
36669 <column alignment="center" valignment="top" width="0">
36670 <column alignment="center" valignment="top" width="0">
36671 <column alignment="center" valignment="top" width="0">
36672 <row>
36673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36674 \begin_inset Text
36675
36676 \begin_layout Plain Layout
36677 text
36678 \end_layout
36679
36680 \end_inset
36681 </cell>
36682 <cell alignment="center" valignment="top" topline="true" usebox="none">
36683 \begin_inset Text
36684
36685 \begin_layout Plain Layout
36686 text
36687 \end_layout
36688
36689 \end_inset
36690 </cell>
36691 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36692 \begin_inset Text
36693
36694 \begin_layout Plain Layout
36695 text
36696 \end_layout
36697
36698 \end_inset
36699 </cell>
36700 </row>
36701 <row>
36702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36703 \begin_inset Text
36704
36705 \begin_layout Plain Layout
36706 text
36707 \end_layout
36708
36709 \end_inset
36710 </cell>
36711 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36712 \begin_inset Text
36713
36714 \begin_layout Plain Layout
36715 \begin_inset Graphics
36716         filename ../images/dialog-show-new-inset_graphics.png
36717         scale 70
36718         scaleBeforeRotation
36719
36720 \end_inset
36721
36722
36723 \end_layout
36724
36725 \end_inset
36726 </cell>
36727 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36728 \begin_inset Text
36729
36730 \begin_layout Plain Layout
36731 text
36732 \end_layout
36733
36734 \end_inset
36735 </cell>
36736 </row>
36737 </lyxtabular>
36738
36739 \end_inset
36740
36741
36742 \end_layout
36743
36744 \begin_layout Standard
36745 \noindent
36746 \align center
36747 \begin_inset Tabular
36748 <lyxtabular version="3" rows="3" columns="2">
36749 <features tabularvalignment="middle">
36750 <column alignment="center" valignment="top" width="0">
36751 <column alignment="center" valignment="top" width="0">
36752 <row>
36753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36754 \begin_inset Text
36755
36756 \begin_layout Plain Layout
36757 text
36758 \end_layout
36759
36760 \end_inset
36761 </cell>
36762 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36763 \begin_inset Text
36764
36765 \begin_layout Plain Layout
36766 text
36767 \end_layout
36768
36769 \end_inset
36770 </cell>
36771 </row>
36772 <row>
36773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36774 \begin_inset Text
36775
36776 \begin_layout Plain Layout
36777 \begin_inset Graphics
36778         filename ../images/dialog-show-new-inset_graphics.png
36779         scale 70
36780         scaleBeforeRotation
36781
36782 \end_inset
36783
36784
36785 \end_layout
36786
36787 \end_inset
36788 </cell>
36789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36790 \begin_inset Text
36791
36792 \begin_layout Plain Layout
36793 text
36794 \end_layout
36795
36796 \end_inset
36797 </cell>
36798 </row>
36799 <row>
36800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36801 \begin_inset Text
36802
36803 \begin_layout Plain Layout
36804 text
36805 \end_layout
36806
36807 \end_inset
36808 </cell>
36809 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36810 \begin_inset Text
36811
36812 \begin_layout Plain Layout
36813 text
36814 \end_layout
36815
36816 \end_inset
36817 </cell>
36818 </row>
36819 </lyxtabular>
36820
36821 \end_inset
36822
36823  
36824 \begin_inset Tabular
36825 <lyxtabular version="3" rows="3" columns="3">
36826 <features tabularvalignment="middle">
36827 <column alignment="center" valignment="top" width="0">
36828 <column alignment="center" valignment="top" width="0">
36829 <column alignment="center" valignment="top" width="0">
36830 <row>
36831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36832 \begin_inset Text
36833
36834 \begin_layout Plain Layout
36835 text
36836 \end_layout
36837
36838 \end_inset
36839 </cell>
36840 <cell alignment="center" valignment="top" topline="true" usebox="none">
36841 \begin_inset Text
36842
36843 \begin_layout Plain Layout
36844 text
36845 \end_layout
36846
36847 \end_inset
36848 </cell>
36849 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36850 \begin_inset Text
36851
36852 \begin_layout Plain Layout
36853 text
36854 \end_layout
36855
36856 \end_inset
36857 </cell>
36858 </row>
36859 <row>
36860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36861 \begin_inset Text
36862
36863 \begin_layout Plain Layout
36864 text
36865 \end_layout
36866
36867 \end_inset
36868 </cell>
36869 <cell alignment="center" valignment="top" usebox="none">
36870 \begin_inset Text
36871
36872 \begin_layout Plain Layout
36873 \begin_inset Graphics
36874         filename ../images/dialog-show-new-inset_graphics.png
36875         scale 70
36876         scaleBeforeRotation
36877
36878 \end_inset
36879
36880
36881 \end_layout
36882
36883 \end_inset
36884 </cell>
36885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36886 \begin_inset Text
36887
36888 \begin_layout Plain Layout
36889 text
36890 \end_layout
36891
36892 \end_inset
36893 </cell>
36894 </row>
36895 <row>
36896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36897 \begin_inset Text
36898
36899 \begin_layout Plain Layout
36900 text
36901 \end_layout
36902
36903 \end_inset
36904 </cell>
36905 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36906 \begin_inset Text
36907
36908 \begin_layout Plain Layout
36909 text
36910 \end_layout
36911
36912 \end_inset
36913 </cell>
36914 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36915 \begin_inset Text
36916
36917 \begin_layout Plain Layout
36918 text
36919 \end_layout
36920
36921 \end_inset
36922 </cell>
36923 </row>
36924 </lyxtabular>
36925
36926 \end_inset
36927
36928  
36929 \begin_inset Tabular
36930 <lyxtabular version="3" rows="3" columns="2">
36931 <features tabularvalignment="middle">
36932 <column alignment="center" valignment="top" width="0">
36933 <column alignment="center" valignment="top" width="0">
36934 <row>
36935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36936 \begin_inset Text
36937
36938 \begin_layout Plain Layout
36939 text
36940 \end_layout
36941
36942 \end_inset
36943 </cell>
36944 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36945 \begin_inset Text
36946
36947 \begin_layout Plain Layout
36948 text
36949 \end_layout
36950
36951 \end_inset
36952 </cell>
36953 </row>
36954 <row>
36955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36956 \begin_inset Text
36957
36958 \begin_layout Plain Layout
36959 text
36960 \end_layout
36961
36962 \end_inset
36963 </cell>
36964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36965 \begin_inset Text
36966
36967 \begin_layout Plain Layout
36968 \begin_inset Graphics
36969         filename ../images/dialog-show-new-inset_graphics.png
36970         scale 70
36971         scaleBeforeRotation
36972
36973 \end_inset
36974
36975
36976 \end_layout
36977
36978 \end_inset
36979 </cell>
36980 </row>
36981 <row>
36982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36983 \begin_inset Text
36984
36985 \begin_layout Plain Layout
36986 text
36987 \end_layout
36988
36989 \end_inset
36990 </cell>
36991 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36992 \begin_inset Text
36993
36994 \begin_layout Plain Layout
36995 text
36996 \end_layout
36997
36998 \end_inset
36999 </cell>
37000 </row>
37001 </lyxtabular>
37002
37003 \end_inset
37004
37005
37006 \end_layout
37007
37008 \begin_layout Standard
37009 \noindent
37010 you can use the LaTeX-package 
37011 \series bold
37012 picinpar
37013 \series default
37014
37015 \begin_inset Index idx
37016 status collapsed
37017
37018 \begin_layout Plain Layout
37019 LaTeX-packages ! picinpar
37020 \end_layout
37021
37022 \end_inset
37023
37024 .
37025  Here is an example:
37026 \end_layout
37027
37028 \begin_layout Standard
37029 \begin_inset ERT
37030 status collapsed
37031
37032 \begin_layout Plain Layout
37033
37034
37035 \backslash
37036 ifpicinpar
37037 \end_layout
37038
37039 \end_inset
37040
37041
37042 \begin_inset Note Note
37043 status open
37044
37045 \begin_layout Plain Layout
37046 The following section will only be displayed when the LaTeX-package 
37047 \series bold
37048 picinpar
37049 \series default
37050  is installed.
37051 \end_layout
37052
37053 \end_inset
37054
37055
37056 \end_layout
37057
37058 \begin_layout Standard
37059 \begin_inset ERT
37060 status collapsed
37061
37062 \begin_layout Plain Layout
37063
37064
37065 \backslash
37066 begin{window}[2,c,{
37067 \end_layout
37068
37069 \end_inset
37070
37071
37072 \begin_inset Graphics
37073         filename clipart/mobius.eps
37074         lyxscale 60
37075         width 40col%
37076         scaleBeforeRotation
37077         rotateOrigin center
37078
37079 \end_inset
37080
37081
37082 \begin_inset ERT
37083 status collapsed
37084
37085 \begin_layout Plain Layout
37086
37087 },]
37088 \end_layout
37089
37090 \begin_layout Plain Layout
37091
37092 {}
37093 \end_layout
37094
37095 \end_inset
37096
37097
37098 \size small
37099 It was in the spring of the year 1894 that all London was interested, and
37100  the fashionable world dismayed, by the murder of the Honourable Ronald
37101  Adair under most unusual and inexplicable circumstances.
37102  The public has already learned those particulars of the crime which
37103 \size default
37104
37105 \begin_inset ERT
37106 status collapsed
37107
37108 \begin_layout Plain Layout
37109
37110
37111 \backslash
37112 footnotemark{}
37113 \end_layout
37114
37115 \end_inset
37116
37117
37118 \size small
37119  came out in the police investigation, but a good deal was suppressed upon
37120  that occasion, since the case for the prosecution was so overwhelmingly
37121  strong that it was not necessary to bring forward all the facts.
37122  Only now, at the end of nearly ten years, am I allowed to supply those
37123  missing links which make up the whole of that remarkable chain.
37124 \size default
37125
37126 \begin_inset ERT
37127 status collapsed
37128
37129 \begin_layout Plain Layout
37130
37131
37132 \backslash
37133 end{window}
37134 \end_layout
37135
37136 \end_inset
37137
37138
37139 \end_layout
37140
37141 \begin_layout Standard
37142 \begin_inset ERT
37143 status collapsed
37144
37145 \begin_layout Plain Layout
37146
37147
37148 \backslash
37149 footnotetext{
37150 \end_layout
37151
37152 \end_inset
37153
37154 Footnote of the paragraph with the fixed object.
37155 \begin_inset ERT
37156 status collapsed
37157
37158 \begin_layout Plain Layout
37159
37160 }
37161 \end_layout
37162
37163 \end_inset
37164
37165
37166 \end_layout
37167
37168 \begin_layout Standard
37169 Surrounded fixed objects are used to let text float around them, at which
37170  the object's position in the paragraph can be determined by the number
37171  of lines above it.
37172  In contrary to floats is it not possible to have a numbered caption.
37173 \end_layout
37174
37175 \begin_layout Standard
37176 A fixed object is inserted by adding the command
37177 \end_layout
37178
37179 \begin_layout Standard
37180
37181 \series bold
37182
37183 \backslash
37184 begin{window}[2,c,{
37185 \end_layout
37186
37187 \begin_layout Standard
37188 as TeX-Code at the beginning of the paragraph.
37189  The first parameter in the bracket, here '2', defines the number of lines
37190  above the object, the second, here 'c', the position of the object.
37191  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37192  Behind the command you insert the object.
37193  In this example an image with a width of 40
37194 \begin_inset space \thinspace{}
37195 \end_inset
37196
37197 % of the text column width was inserted.
37198  The object can also be a table, a box or an equation.
37199  Behind the object the command
37200 \end_layout
37201
37202 \begin_layout Standard
37203
37204 \series bold
37205 },description text]
37206 \begin_inset Newline newline
37207 \end_inset
37208
37209 {}
37210 \end_layout
37211
37212 \begin_layout Standard
37213 is inserted.
37214  Note that the 
37215 \begin_inset Quotes eld
37216 \end_inset
37217
37218
37219 \series bold
37220 {}
37221 \series default
37222
37223 \begin_inset Quotes erd
37224 \end_inset
37225
37226  is in the second line.
37227  The description text is optional.
37228  The text surrounding the object must be in the same paragraph as the object,
37229  so it must begin directly after the 
37230 \series bold
37231 {}
37232 \series default
37233 .
37234  At the end of the paragraph insert the command:
37235 \end_layout
37236
37237 \begin_layout Standard
37238
37239 \series bold
37240
37241 \backslash
37242 end{window}
37243 \end_layout
37244
37245 \begin_layout Standard
37246 Within a paragraph with a fixed object, you cannot insert footnotes in the
37247  normal way.
37248  You have to use instead the command 
37249 \series bold
37250
37251 \backslash
37252 footnotemark
37253 \series default
37254  inside the paragraph and outside the command 
37255 \series bold
37256
37257 \backslash
37258 footnotetext
37259 \series default
37260  as described in sec.
37261 \begin_inset space \thinspace{}
37262 \end_inset
37263
37264
37265 \begin_inset CommandInset ref
37266 LatexCommand ref
37267 reference "sec:Footnotes"
37268
37269 \end_inset
37270
37271 .
37272 \end_layout
37273
37274 \begin_layout Standard
37275 \begin_inset ERT
37276 status collapsed
37277
37278 \begin_layout Plain Layout
37279
37280
37281 \backslash
37282 else
37283 \end_layout
37284
37285 \end_inset
37286
37287
37288 \begin_inset Note Note
37289 status open
37290
37291 \begin_layout Plain Layout
37292 The following will be displayed when the LaTeX-package 
37293 \series bold
37294 picinpar
37295 \series default
37296  is not installed:
37297 \end_layout
37298
37299 \end_inset
37300
37301
37302 \end_layout
37303
37304 \begin_layout Standard
37305 You need to install the LaTeX-package 
37306 \series bold
37307 picinpar
37308 \series default
37309  to see the following part of this section in the output.
37310 \end_layout
37311
37312 \begin_layout Standard
37313 \begin_inset ERT
37314 status collapsed
37315
37316 \begin_layout Plain Layout
37317
37318
37319 \backslash
37320 fi
37321 \end_layout
37322
37323 \end_inset
37324
37325
37326 \end_layout
37327
37328 \begin_layout Section
37329 Initials
37330 \begin_inset Index idx
37331 status collapsed
37332
37333 \begin_layout Plain Layout
37334 Initials
37335 \end_layout
37336
37337 \end_inset
37338
37339
37340 \begin_inset Index idx
37341 status collapsed
37342
37343 \begin_layout Plain Layout
37344 Surrounded by text ! Initials
37345 \end_layout
37346
37347 \end_inset
37348
37349
37350 \end_layout
37351
37352 \begin_layout Standard
37353 To use initials, you must have the LaTeX-package 
37354 \series bold
37355 lettrine
37356 \series default
37357
37358 \begin_inset Index idx
37359 status collapsed
37360
37361 \begin_layout Plain Layout
37362 LaTeX-packages ! lettrine
37363 \end_layout
37364
37365 \end_inset
37366
37367  installed and use the module 
37368 \family sans
37369 Initials
37370 \family default
37371  in your document (menu 
37372 \family sans
37373 Document\SpecialChar \menuseparator
37374 Settings\SpecialChar \menuseparator
37375 Modules
37376 \family default
37377 ).
37378  To insert an initial, use the style 
37379 \family sans
37380 Initial
37381 \family default
37382 .
37383  This style has a mandatory and an optional argument.
37384  The mandatory argument is inserted via the menu 
37385 \family sans
37386 Insert\SpecialChar \menuseparator
37387 Short
37388 \begin_inset space ~
37389 \end_inset
37390
37391 Title
37392 \family default
37393  and contains the letter that is the initial.
37394  To use also the optional argument, insert another argument in front of
37395  the mandatory argument.
37396  This one contains parameters to modify the initial.
37397  For more information about the possible parameters see the documentation
37398  of 
37399 \series bold
37400 lettrine
37401 \series default
37402
37403 \begin_inset CommandInset citation
37404 LatexCommand cite
37405 key "lettrine"
37406
37407 \end_inset
37408
37409 .
37410  The style itself contains the text that is surrounding the initial.
37411  The usual style is hereby that the word whose first letter is the initial,
37412  is printed with 
37413 \shape smallcaps
37414 small caps
37415 \shape default
37416 .
37417  To tell LaTeX where this word is finished, add a closing brace '
37418 \series bold
37419 }
37420 \series default
37421 ' as TeX-Code behind it.
37422  At the end of the style there must be an opening brace '
37423 \series bold
37424 {
37425 \series default
37426 ' as TeX-Code.
37427 \end_layout
37428
37429 \begin_layout Standard
37430 Here are some examples:
37431 \end_layout
37432
37433 \begin_layout Standard
37434 \begin_inset ERT
37435 status collapsed
37436
37437 \begin_layout Plain Layout
37438
37439
37440 \backslash
37441 iflettrine
37442 \end_layout
37443
37444 \end_inset
37445
37446
37447 \begin_inset Note Note
37448 status open
37449
37450 \begin_layout Plain Layout
37451 The following section will only be displayed when the LaTeX-package 
37452 \series bold
37453 lettrine
37454 \series default
37455  is installed.
37456 \end_layout
37457
37458 \end_inset
37459
37460
37461 \end_layout
37462
37463 \begin_layout Enumerate
37464 No optional argument, the initial is the letter 'I' in the math font 
37465 \begin_inset Formula $\mathfrak{Fraktur}$
37466 \end_inset
37467
37468 :
37469 \end_layout
37470
37471 \begin_deeper
37472 \begin_layout Initial
37473 \begin_inset Argument
37474 status open
37475
37476 \begin_layout Plain Layout
37477 \begin_inset Formula $\mathfrak{I}$
37478 \end_inset
37479
37480
37481 \end_layout
37482
37483 \end_inset
37484
37485 t
37486 \begin_inset ERT
37487 status collapsed
37488
37489 \begin_layout Plain Layout
37490
37491 }
37492 \end_layout
37493
37494 \end_inset
37495
37496  was in the spring of the year 1894 that all London was interested, and
37497  the fashionable world dismayed, by the murder of the Honourable Ronald
37498  Adair under most unusual and inexplicable circumstances.
37499  The public has already learned those particulars of the crime which came
37500  out in the police investigation, but a good deal was suppressed upon that
37501  occasion, since the case for the prosecution was so overwhelmingly strong
37502  that it was not necessary to bring forward all the facts.
37503 \begin_inset ERT
37504 status collapsed
37505
37506 \begin_layout Plain Layout
37507
37508 {
37509 \end_layout
37510
37511 \end_inset
37512
37513
37514 \begin_inset Newpage newpage
37515 \end_inset
37516
37517
37518 \end_layout
37519
37520 \end_deeper
37521 \begin_layout Enumerate
37522 Only one line is surrounding the initial, which is formed by two letters
37523  in standard font and no text is printed in small caps:
37524 \end_layout
37525
37526 \begin_deeper
37527 \begin_layout Initial
37528 \begin_inset Argument
37529 status open
37530
37531 \begin_layout Plain Layout
37532 lines=1
37533 \end_layout
37534
37535 \end_inset
37536
37537
37538 \begin_inset Argument
37539 status open
37540
37541 \begin_layout Plain Layout
37542 It
37543 \end_layout
37544
37545 \end_inset
37546
37547
37548 \begin_inset ERT
37549 status collapsed
37550
37551 \begin_layout Plain Layout
37552
37553 }
37554 \end_layout
37555
37556 \end_inset
37557
37558  was in the spring of the year 1894 that all London was interested, and
37559  the fashionable world dismayed, by the murder of the Honourable Ronald
37560  Adair under most unusual and inexplicable circumstances.
37561  The public has already learned those particulars of the crime which came
37562  out in the police investigation, but a good deal was suppressed upon that
37563  occasion, since the case for the prosecution was so overwhelmingly strong
37564  that it was not necessary to bring forward all the facts.
37565 \begin_inset ERT
37566 status collapsed
37567
37568 \begin_layout Plain Layout
37569
37570 {
37571 \end_layout
37572
37573 \end_inset
37574
37575
37576 \end_layout
37577
37578 \end_deeper
37579 \begin_layout Enumerate
37580 Magenta, hanging initial over 3
37581 \begin_inset space ~
37582 \end_inset
37583
37584 lines in the math font 
37585 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37586 \end_inset
37587
37588 , the text 
37589 \begin_inset Quotes eld
37590 \end_inset
37591
37592 t was in the spring
37593 \begin_inset Quotes erd
37594 \end_inset
37595
37596  is in 
37597 \shape smallcaps
37598 small caps
37599 \shape default
37600 ; to color the initial, you must insert this command before the initial:
37601 \begin_inset Newline newline
37602 \end_inset
37603
37604
37605 \series bold
37606
37607 \backslash
37608 renewcommand{
37609 \backslash
37610 LettrineFontHook}{
37611 \backslash
37612 color{color}}
37613 \series default
37614
37615 \begin_inset Newline newline
37616 \end_inset
37617
37618 where the second 
37619 \emph on
37620 color
37621 \emph default
37622  can be 
37623 \begin_inset Quotes eld
37624 \end_inset
37625
37626 red
37627 \begin_inset Quotes erd
37628 \end_inset
37629
37630
37631 \begin_inset Quotes eld
37632 \end_inset
37633
37634 blue
37635 \begin_inset Quotes erd
37636 \end_inset
37637
37638
37639 \begin_inset Quotes eld
37640 \end_inset
37641
37642 green
37643 \begin_inset Quotes erd
37644 \end_inset
37645
37646
37647 \begin_inset Quotes eld
37648 \end_inset
37649
37650 yellow
37651 \begin_inset Quotes erd
37652 \end_inset
37653
37654
37655 \begin_inset Quotes eld
37656 \end_inset
37657
37658 cyan
37659 \begin_inset Quotes erd
37660 \end_inset
37661
37662
37663 \begin_inset Quotes eld
37664 \end_inset
37665
37666 magenta
37667 \begin_inset Quotes erd
37668 \end_inset
37669
37670
37671 \begin_inset Quotes eld
37672 \end_inset
37673
37674 black
37675 \begin_inset Quotes erd
37676 \end_inset
37677
37678  or 
37679 \begin_inset Quotes eld
37680 \end_inset
37681
37682 white
37683 \begin_inset Quotes erd
37684 \end_inset
37685
37686 , and add this command to the document preamble:
37687 \begin_inset Newline newline
37688 \end_inset
37689
37690
37691 \series bold
37692
37693 \backslash
37694 @ifundefined{textcolor}
37695 \begin_inset Newline newline
37696 \end_inset
37697
37698
37699 \begin_inset space ~
37700 \end_inset
37701
37702 {
37703 \backslash
37704 usepackage{color}}{}
37705 \end_layout
37706
37707 \begin_deeper
37708 \begin_layout Standard
37709 \begin_inset ERT
37710 status collapsed
37711
37712 \begin_layout Plain Layout
37713
37714
37715 \backslash
37716 renewcommand{
37717 \backslash
37718 LettrineFontHook}{
37719 \backslash
37720 color{magenta}}
37721 \end_layout
37722
37723 \end_inset
37724
37725
37726 \begin_inset Note Note
37727 status collapsed
37728
37729 \begin_layout Plain Layout
37730 makes the initial magenta
37731 \end_layout
37732
37733 \end_inset
37734
37735
37736 \end_layout
37737
37738 \begin_layout Initial
37739 \begin_inset Argument
37740 status open
37741
37742 \begin_layout Plain Layout
37743 lines=3, lhang=0.33, loversize=0.25
37744 \end_layout
37745
37746 \end_inset
37747
37748
37749 \begin_inset Argument
37750 status open
37751
37752 \begin_layout Plain Layout
37753 \begin_inset Formula $\mathcal{I}$
37754 \end_inset
37755
37756
37757 \end_layout
37758
37759 \end_inset
37760
37761 t was in the spring
37762 \begin_inset ERT
37763 status collapsed
37764
37765 \begin_layout Plain Layout
37766
37767 }
37768 \end_layout
37769
37770 \end_inset
37771
37772  of the year 1894 that all London was interested, and the fashionable world
37773  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37774  and inexplicable circumstances.
37775  The public has already learned those particulars of the crime which came
37776  out in the police investigation, but a good deal was suppressed upon that
37777  occasion, since the case for the prosecution was so overwhelmingly strong
37778  that it was not necessary to bring forward all the facts.
37779 \begin_inset ERT
37780 status collapsed
37781
37782 \begin_layout Plain Layout
37783
37784 {
37785 \end_layout
37786
37787 \end_inset
37788
37789
37790 \end_layout
37791
37792 \end_deeper
37793 \begin_layout Standard
37794 \begin_inset ERT
37795 status collapsed
37796
37797 \begin_layout Plain Layout
37798
37799
37800 \backslash
37801 else
37802 \end_layout
37803
37804 \end_inset
37805
37806
37807 \begin_inset Note Note
37808 status open
37809
37810 \begin_layout Plain Layout
37811 The following will be displayed when the LaTeX-package 
37812 \series bold
37813 lettrine
37814 \series default
37815  is not installed:
37816 \end_layout
37817
37818 \end_inset
37819
37820
37821 \end_layout
37822
37823 \begin_layout Standard
37824 You need to install the LaTeX-package 
37825 \series bold
37826 lettrine
37827 \series default
37828  to see the following part of this section in the output.
37829 \end_layout
37830
37831 \begin_layout Standard
37832 \begin_inset ERT
37833 status collapsed
37834
37835 \begin_layout Plain Layout
37836
37837
37838 \backslash
37839 fi
37840 \end_layout
37841
37842 \end_inset
37843
37844
37845 \end_layout
37846
37847 \begin_layout Chapter
37848 External Document Parts
37849 \begin_inset Index idx
37850 status collapsed
37851
37852 \begin_layout Plain Layout
37853 External Document Parts
37854 \end_layout
37855
37856 \end_inset
37857
37858
37859 \end_layout
37860
37861 \begin_layout Standard
37862 With the menu 
37863 \family sans
37864 Insert\SpecialChar \menuseparator
37865 File
37866 \family default
37867  you can insert external material into your document.
37868  This can be:
37869 \end_layout
37870
37871 \begin_layout Description
37872 LyX
37873 \begin_inset space ~
37874 \end_inset
37875
37876 Document Another LyX document; its content is directly inserted to your
37877  document.
37878 \end_layout
37879
37880 \begin_layout Description
37881 Plain
37882 \begin_inset space ~
37883 \end_inset
37884
37885 Text A text document; each line is inserted in your document as a separate
37886  paragraph.
37887 \end_layout
37888
37889 \begin_layout Description
37890 Plain
37891 \begin_inset space ~
37892 \end_inset
37893
37894 Text,
37895 \begin_inset space ~
37896 \end_inset
37897
37898 Join
37899 \begin_inset space ~
37900 \end_inset
37901
37902 Lines A text document; text lines are inserted in your document continuously
37903  but an empty text line creates a new paragraph.
37904 \end_layout
37905
37906 \begin_layout Description
37907 External
37908 \begin_inset space ~
37909 \end_inset
37910
37911 Material Files in various formats.
37912 \end_layout
37913
37914 \begin_layout Description
37915 Child
37916 \begin_inset space ~
37917 \end_inset
37918
37919 Document LyX or LaTeX-documents.
37920 \end_layout
37921
37922 \begin_layout Section
37923 External Material
37924 \begin_inset Index idx
37925 status collapsed
37926
37927 \begin_layout Plain Layout
37928 External Document Parts ! External Material
37929 \end_layout
37930
37931 \end_inset
37932
37933
37934 \end_layout
37935
37936 \begin_layout Standard
37937 The external material feature allows you to insert files into your document
37938  without converting them to a format that can be read by the document output
37939  format.
37940  LyX takes care of the necessary conversions.
37941  This is similar to images that can be inserted in various image formats
37942  in LyX documents.
37943  When you have enabled Instant Preview in LyX's preferences under 
37944 \family sans
37945 Look
37946 \begin_inset space ~
37947 \end_inset
37948
37949 and
37950 \begin_inset space ~
37951 \end_inset
37952
37953 feel\SpecialChar \menuseparator
37954 Graphics
37955 \family default
37956 , the external material types Dia and Xfig are directly shown in LyX.
37957 \end_layout
37958
37959 \begin_layout Standard
37960 External material can be inserted via the 
37961 \family sans
37962 External Material
37963 \family default
37964  dialog that is accessible with the menu 
37965 \family sans
37966 Insert\SpecialChar \menuseparator
37967 File\SpecialChar \menuseparator
37968 External
37969 \begin_inset space ~
37970 \end_inset
37971
37972 Material
37973 \family default
37974 .
37975  Currently the following file types (
37976 \family sans
37977 Templates
37978 \family default
37979 ) are allowed:
37980 \end_layout
37981
37982 \begin_layout Description
37983 ChessDiagram This template supports chess position diagrams made with the
37984  program 
37985 \series bold
37986
37987 \begin_inset CommandInset href
37988 LatexCommand href
37989 name "XBoard"
37990 target "http://en.wikipedia.org/wiki/XBoard"
37991
37992 \end_inset
37993
37994
37995 \series default
37996 .
37997 \end_layout
37998
37999 \begin_layout Description
38000 Date This inserts the date in the form 
38001 \emph on
38002 Day-Month-Year
38003 \emph default
38004 .
38005  This is a date inserted as external material: 
38006 \begin_inset External
38007         template Date
38008         filename .
38009
38010 \end_inset
38011
38012
38013 \begin_inset space ~
38014 \end_inset
38015
38016
38017 \begin_inset Note Note
38018 status open
38019
38020 \begin_layout Plain Layout
38021 Remove the protected space when bug 4398 is fixed!
38022 \end_layout
38023
38024 \end_inset
38025
38026
38027 \begin_inset Newline newline
38028 \end_inset
38029
38030 The date is not shown within LyX, only in the output.
38031  There are two other methods of inserting a date: Via menu 
38032 \family sans
38033 Insert\SpecialChar \menuseparator
38034 Date
38035 \family default
38036  and with the LaTeX command 
38037 \series bold
38038
38039 \backslash
38040 today
38041 \series default
38042  as TeX-Code.
38043  The different methods are compared in Table
38044 \begin_inset space ~
38045 \end_inset
38046
38047
38048 \begin_inset CommandInset ref
38049 LatexCommand ref
38050 reference "tab:Comparison-of-the"
38051
38052 \end_inset
38053
38054 .
38055 \end_layout
38056
38057 \begin_layout Description
38058 Dia This template supports diagrams created with the program 
38059 \series bold
38060
38061 \begin_inset CommandInset href
38062 LatexCommand href
38063 name "Dia"
38064 target "http://en.wikipedia.org/wiki/Dia_(software)"
38065
38066 \end_inset
38067
38068
38069 \series default
38070 .
38071 \end_layout
38072
38073 \begin_layout Description
38074 GnumericSpreadsheet With this template you can insert spreadsheets
38075 \begin_inset space \thinspace{}
38076 \end_inset
38077
38078 /
38079 \begin_inset space \thinspace{}
38080 \end_inset
38081
38082 tables in the format of 
38083 \series bold
38084
38085 \begin_inset CommandInset href
38086 LatexCommand href
38087 name "Gnumeric"
38088 target "http://en.wikipedia.org/wiki/Gnumeric"
38089
38090 \end_inset
38091
38092
38093 \series default
38094
38095 \begin_inset CommandInset href
38096 LatexCommand href
38097 name "OpenDocument"
38098 target "http://en.wikipedia.org/wiki/OpenDocument"
38099
38100 \end_inset
38101
38102
38103 \begin_inset CommandInset href
38104 LatexCommand href
38105 name "Microsoft Office XML"
38106 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38107
38108 \end_inset
38109
38110  and 
38111 \begin_inset CommandInset href
38112 LatexCommand href
38113 name "Office Open XML"
38114 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38115
38116 \end_inset
38117
38118 .
38119  For this feature LyX must have found the program 
38120 \family typewriter
38121 ssconvert
38122 \family default
38123  during its configuration.
38124  This program is part of Gnumeric, so that you must have Gnumeric installed,
38125  also if you don't have tables in the Gnumeric format.
38126  For examples and possible limitations have a look at LyX's example file
38127  
38128 \emph on
38129 spreadsheet.lyx
38130 \emph default
38131 .
38132 \end_layout
38133
38134 \begin_layout Description
38135 LilyPond This template is used for music notation typeset with the program
38136 \begin_inset Newline linebreak
38137 \end_inset
38138
38139
38140 \series bold
38141
38142 \begin_inset CommandInset href
38143 LatexCommand href
38144 name "LilyPond"
38145 target "http://en.wikipedia.org/wiki/LilyPond"
38146
38147 \end_inset
38148
38149
38150 \series default
38151 .
38152  For LyX's extended support for LilyPond have a look at LyX's example file
38153  
38154 \emph on
38155 lilypond.lyx
38156 \emph default
38157 .
38158 \end_layout
38159
38160 \begin_layout Description
38161 PDFPages With this template you can insert PDF documents to your document.
38162  To specify the range of pages that should be included, use the option 
38163 \series bold
38164 pages
38165 \series default
38166  in the 
38167 \family sans
38168 Option
38169 \family default
38170  field in the 
38171 \family sans
38172 LaTeX and LyX options
38173 \family default
38174  tab.
38175  The argument of this option is a comma separated list, containing page
38176  numbers (insert as option 
38177 \series bold
38178 pages={3,5,6,8}
38179 \series default
38180 ), ranges of page numbers (
38181 \series bold
38182 pages={4-9}
38183 \series default
38184 ) or any combination.
38185  To insert empty pages use {}.
38186  E.
38187 \begin_inset space \thinspace{}
38188 \end_inset
38189
38190 g.
38191 \begin_inset space ~
38192 \end_inset
38193
38194
38195 \series bold
38196 pages={3,{},8-11,15}
38197 \series default
38198  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38199  Page ranges are specified in the syntax 
38200 \emph on
38201 start
38202 \emph default
38203 -
38204 \emph on
38205 stop
38206 \emph default
38207 .
38208  This selects all pages from 
38209 \emph on
38210 start
38211 \emph default
38212  to 
38213 \emph on
38214 stop
38215 \emph default
38216 .
38217  Omitting 
38218 \emph on
38219 start
38220 \emph default
38221  defaults to the first page; omitting 
38222 \emph on
38223 stop
38224 \emph default
38225  defaults to the last page of the document.
38226  The last page can also be selected with the keyword 
38227 \series bold
38228 last
38229 \series default
38230 .
38231  (This is only permitted in a page range.) So 
38232 \series bold
38233 pages=-
38234 \series default
38235  will insert all pages of the document and 
38236 \series bold
38237 pages=last-1
38238 \series default
38239  will insert all pages in reverse order.
38240  If the pages option is not specified, only the first page of the PDF is
38241  inserted.
38242 \begin_inset Newline newline
38243 \end_inset
38244
38245 The option 
38246 \series bold
38247 noautoscale
38248 \series default
38249  inserts the pages with their original size, if this option is not given,
38250  the pages will be resized to fith the width of the page of your document.
38251  In the tab 
38252 \family sans
38253 Size and Rotation
38254 \family default
38255  you can specify the width and height of the input pages and their rotation.
38256  If another width than 100
38257 \begin_inset space \thinspace{}
38258 \end_inset
38259
38260 Scale% is used, the option 
38261 \series bold
38262 noautoscale
38263 \series default
38264  will be overwritten.
38265  For more info and possible options, have a look into the documentation
38266  of the LaTeX-package 
38267 \series bold
38268 pdfpages
38269 \series default
38270  
38271 \begin_inset CommandInset citation
38272 LatexCommand cite
38273 key "pdfpages"
38274
38275 \end_inset
38276
38277 .
38278 \begin_inset Index idx
38279 status collapsed
38280
38281 \begin_layout Plain Layout
38282 LaTeX-packages ! pdfpages
38283 \end_layout
38284
38285 \end_inset
38286
38287
38288 \begin_inset Newline newline
38289 \end_inset
38290
38291 To use this template in a 
38292 \family sans
38293 Beamer
38294 \family default
38295  presentation you need to first insert an 
38296 \family sans
38297 EndFrame
38298 \family default
38299  environment and in a subsequent paragraph a TeX-Code box containing the
38300  command 
38301 \series bold
38302
38303 \backslash
38304 setbeamertemplate{background canvas}{}
38305 \series default
38306 .
38307  Then you can insert as many paragraphs containing the PDFPages template
38308  as you wish.
38309  Behind the included PDF pages you can resume the Beamer presentation by
38310  beginning a new frame or by starting a new section.
38311  To avoid stray blank pages prior to the PDF pages, make sure to use the
38312  
38313 \family sans
38314 Default
38315 \family default
38316  alignment for the paragraph containing the template.
38317 \begin_inset Newline newline
38318 \end_inset
38319
38320 Here is an included PDF which is rotated by -5°: 
38321 \begin_inset External
38322         template PDFPages
38323         filename clipart/Abstract.pdf
38324         extra LaTeX "noautoscale, pages=-"
38325         rotateAngle -5
38326         rotateOrigin bottomleft
38327
38328 \end_inset
38329
38330
38331 \end_layout
38332
38333 \begin_layout Description
38334 RasterImage This can be used for bitmap images.
38335  The image can be treated in the 
38336 \family sans
38337 External material
38338 \family default
38339  dialog like the images that are usually included via the 
38340 \family sans
38341 Graphics
38342 \family default
38343  dialog as described in section
38344 \begin_inset space ~
38345 \end_inset
38346
38347
38348 \begin_inset CommandInset ref
38349 LatexCommand ref
38350 reference "sec:Graphics-Dialog"
38351
38352 \end_inset
38353
38354 .
38355  The difference to the normal image input is that only raster images are
38356  allowed; that means that PDF and EPS-images are not supported.
38357  Here is an inserted raster image: 
38358 \begin_inset External
38359         template RasterImage
38360         filename clipart/ToolbarEnvBox.png
38361
38362 \end_inset
38363
38364
38365 \end_layout
38366
38367 \begin_layout Description
38368 XFig This template supports images created with the program 
38369 \series bold
38370
38371 \begin_inset CommandInset href
38372 LatexCommand href
38373 name "Xfig"
38374 target "http://en.wikipedia.org/wiki/Xfig"
38375
38376 \end_inset
38377
38378
38379 \series default
38380 .
38381 \end_layout
38382
38383 \begin_layout Standard
38384 \begin_inset Float table
38385 placement !h
38386 wide false
38387 sideways false
38388 status open
38389
38390 \begin_layout Plain Layout
38391 \begin_inset Caption
38392
38393 \begin_layout Plain Layout
38394 \begin_inset CommandInset label
38395 LatexCommand label
38396 name "tab:Comparison-of-the"
38397
38398 \end_inset
38399
38400 Comparison of the date input methods.
38401 \end_layout
38402
38403 \end_inset
38404
38405
38406 \end_layout
38407
38408 \begin_layout Plain Layout
38409 \align center
38410 \begin_inset Tabular
38411 <lyxtabular version="3" rows="4" columns="4">
38412 <features tabularvalignment="middle">
38413 <column alignment="center" valignment="top" width="0">
38414 <column alignment="center" valignment="top" width="0">
38415 <column alignment="center" valignment="top" width="0">
38416 <column alignment="center" valignment="top" width="0">
38417 <row>
38418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38419 \begin_inset Text
38420
38421 \begin_layout Plain Layout
38422 Document format
38423 \end_layout
38424
38425 \end_inset
38426 </cell>
38427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38428 \begin_inset Text
38429
38430 \begin_layout Plain Layout
38431
38432 \family sans
38433 External Material\SpecialChar \menuseparator
38434 Date
38435 \end_layout
38436
38437 \end_inset
38438 </cell>
38439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38440 \begin_inset Text
38441
38442 \begin_layout Plain Layout
38443
38444 \family sans
38445 Insert\SpecialChar \menuseparator
38446 Date
38447 \end_layout
38448
38449 \end_inset
38450 </cell>
38451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38452 \begin_inset Text
38453
38454 \begin_layout Plain Layout
38455 command 
38456 \series bold
38457
38458 \backslash
38459 today
38460 \end_layout
38461
38462 \end_inset
38463 </cell>
38464 </row>
38465 <row>
38466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38467 \begin_inset Text
38468
38469 \begin_layout Plain Layout
38470 LyX
38471 \end_layout
38472
38473 \end_inset
38474 </cell>
38475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38476 \begin_inset Text
38477
38478 \begin_layout Plain Layout
38479 as inset box
38480 \end_layout
38481
38482 \end_inset
38483 </cell>
38484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38485 \begin_inset Text
38486
38487 \begin_layout Plain Layout
38488 as date
38489 \end_layout
38490
38491 \end_inset
38492 </cell>
38493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38494 \begin_inset Text
38495
38496 \begin_layout Plain Layout
38497 as TeX-Code inset box
38498 \end_layout
38499
38500 \end_inset
38501 </cell>
38502 </row>
38503 <row>
38504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38505 \begin_inset Text
38506
38507 \begin_layout Plain Layout
38508 LaTeX
38509 \end_layout
38510
38511 \end_inset
38512 </cell>
38513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38514 \begin_inset Text
38515
38516 \begin_layout Plain Layout
38517 as date
38518 \end_layout
38519
38520 \end_inset
38521 </cell>
38522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38523 \begin_inset Text
38524
38525 \begin_layout Plain Layout
38526 as date
38527 \end_layout
38528
38529 \end_inset
38530 </cell>
38531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38532 \begin_inset Text
38533
38534 \begin_layout Plain Layout
38535 as command
38536 \end_layout
38537
38538 \end_inset
38539 </cell>
38540 </row>
38541 <row>
38542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38543 \begin_inset Text
38544
38545 \begin_layout Plain Layout
38546 DVI, PDF, PS
38547 \end_layout
38548
38549 \end_inset
38550 </cell>
38551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38552 \begin_inset Text
38553
38554 \begin_layout Plain Layout
38555 as date
38556 \end_layout
38557
38558 \end_inset
38559 </cell>
38560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38561 \begin_inset Text
38562
38563 \begin_layout Plain Layout
38564 as date
38565 \end_layout
38566
38567 \end_inset
38568 </cell>
38569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38570 \begin_inset Text
38571
38572 \begin_layout Plain Layout
38573 as date
38574 \end_layout
38575
38576 \end_inset
38577 </cell>
38578 </row>
38579 </lyxtabular>
38580
38581 \end_inset
38582
38583
38584 \end_layout
38585
38586 \end_inset
38587
38588
38589 \end_layout
38590
38591 \begin_layout Standard
38592 When you use the option 
38593 \family sans
38594 Draft
38595 \family default
38596  in the 
38597 \family sans
38598 File
38599 \family default
38600  tab of the 
38601 \family sans
38602 External Material
38603 \family default
38604  dialog, only the path to the inserted file is shown in the output.
38605 \begin_inset Newline newline
38606 \end_inset
38607
38608 External material is displayed in LyX either as a box like this: 
38609 \begin_inset Graphics
38610         filename clipart/ExternalMaterialQt4.png
38611         scale 85
38612         scaleBeforeRotation
38613
38614 \end_inset
38615
38616  or as image, depending on the option 
38617 \family sans
38618 Show in LyX
38619 \family default
38620  in the 
38621 \family sans
38622 LaTeX and LyX options
38623 \family default
38624  tab of the dialog.
38625 \end_layout
38626
38627 \begin_layout Standard
38628 The 
38629 \family sans
38630 \emph on
38631 Customization
38632 \family default
38633 \emph default
38634  manual explains how you can define your own templates.
38635 \end_layout
38636
38637 \begin_layout Section
38638 Child Documents
38639 \begin_inset CommandInset label
38640 LatexCommand label
38641 name "sec:Child-Documents"
38642
38643 \end_inset
38644
38645
38646 \begin_inset Index idx
38647 status collapsed
38648
38649 \begin_layout Plain Layout
38650 External Document Parts ! Child Documents
38651 \end_layout
38652
38653 \end_inset
38654
38655
38656 \begin_inset Index idx
38657 status collapsed
38658
38659 \begin_layout Plain Layout
38660 Files ! Include
38661 \end_layout
38662
38663 \end_inset
38664
38665
38666 \end_layout
38667
38668 \begin_layout Standard
38669 Child documents are used if you have a long document consisting of several
38670  larger parts or sections.
38671  For maintenance it is often useful and sometimes even required to split
38672  the document into several files that can be revised separately.
38673  The different documents are then the so called 
38674 \begin_inset Quotes eld
38675 \end_inset
38676
38677 child documents
38678 \begin_inset Quotes erd
38679 \end_inset
38680
38681 , and a master document connects them to print the full document or parts
38682  of it.
38683  A child document inherits elements from its master, for example the LaTeX
38684  preamble, the bibliography, and labels for cross-references.
38685 \end_layout
38686
38687 \begin_layout Standard
38688 To be able to work on child documents without the need to open their master,
38689  specify in the child document the master in the menu
38690 \family sans
38691  Document\SpecialChar \menuseparator
38692 Settings\SpecialChar \menuseparator
38693 Document
38694 \begin_inset space ~
38695 \end_inset
38696
38697 Class
38698 \family default
38699 .
38700  This master document will then be used in the background by LyX when you
38701  edit the child document.
38702 \end_layout
38703
38704 \begin_layout Standard
38705 Included documents are displayed in LyX as a box like this: 
38706 \begin_inset Graphics
38707         filename clipart/ChildDocumentQt4.png
38708         scale 85
38709         scaleBeforeRotation
38710
38711 \end_inset
38712
38713  To include child documents in a master document use the menu 
38714 \family sans
38715 Insert\SpecialChar \menuseparator
38716 File\SpecialChar \menuseparator
38717 Child
38718 \begin_inset space ~
38719 \end_inset
38720
38721 Documents
38722 \family default
38723 .
38724  A dialog pops up where you can choose between four include methods:
38725 \end_layout
38726
38727 \begin_layout Description
38728 Include You can include LyX- and LaTeX-documents.
38729  When you press the 
38730 \family sans
38731 Edit
38732 \family default
38733  button in the 
38734 \family sans
38735 Child Document
38736 \family default
38737  dialog, the included document will be opened in LyX in a new file tab so
38738  that you can modify it.
38739 \begin_inset Newline newline
38740 \end_inset
38741
38742
38743 \end_layout
38744
38745 \begin_layout Standard
38746 Here is a child document inserted using 
38747 \family sans
38748 Include
38749 \family default
38750
38751 \begin_inset CommandInset include
38752 LatexCommand include
38753 filename "DummyDocument1.lyx"
38754
38755 \end_inset
38756
38757
38758 \end_layout
38759
38760 \begin_layout Standard
38761 The section numbering includes the sections of the included files in the
38762  order they are inserted in the master document.
38763  The included example document has for example a subsection that is numbered
38764  as a subsection of this section.
38765  Labels of included documents can be referenced: Subsection
38766 \begin_inset space ~
38767 \end_inset
38768
38769
38770 \begin_inset CommandInset ref
38771 LatexCommand ref
38772 reference "sub:External-Subsection-1"
38773
38774 \end_inset
38775
38776 .
38777 \end_layout
38778
38779 \begin_layout Standard
38780 The preamble of the child document is ignored; only the preamble of the
38781  master document is used.
38782  Branches in child documents will be ignored by the master document when
38783  the master document does not have a branch with the same name.
38784  Included documents are inserted starting on a new page and ending with
38785  a page break.
38786 \end_layout
38787
38788 \begin_layout Standard
38789 \begin_inset Note Greyedout
38790 status open
38791
38792 \begin_layout Plain Layout
38793
38794 \series bold
38795 Note:
38796 \series default
38797  If you have included a LyX- or LaTeX-file, you are warned when you export/view
38798  the document in case the child document uses another document class than
38799  the master document as this will lead to unexpected outputs.
38800 \end_layout
38801
38802 \end_inset
38803
38804
38805 \end_layout
38806
38807 \begin_layout Description
38808 Input This method is very similar to the Include method.
38809  The differences are:
38810 \end_layout
38811
38812 \begin_deeper
38813 \begin_layout Itemize
38814 Input files don't start with a new page and don't end with a page break.
38815 \end_layout
38816
38817 \begin_layout Itemize
38818 Input files can be previewed in LyX when 
38819 \family sans
38820 Instant
38821 \begin_inset space ~
38822 \end_inset
38823
38824 Preview
38825 \family default
38826  is enabled in LyX's preferences under 
38827 \family sans
38828 Look
38829 \begin_inset space ~
38830 \end_inset
38831
38832 and
38833 \begin_inset space ~
38834 \end_inset
38835
38836 feel\SpecialChar \menuseparator
38837 Graphics
38838 \family default
38839 .
38840 \end_layout
38841
38842 \begin_layout Itemize
38843 You cannot exclude Input files via the menu 
38844 \family sans
38845 Document\SpecialChar \menuseparator
38846 Settings\SpecialChar \menuseparator
38847 Child Documents
38848 \family default
38849 .
38850 \end_layout
38851
38852 \end_deeper
38853 \begin_layout Standard
38854 Here is a child document inserted using 
38855 \family sans
38856 Input
38857 \family default
38858
38859 \begin_inset CommandInset include
38860 LatexCommand input
38861 filename "DummyDocument2.lyx"
38862
38863 \end_inset
38864
38865
38866 \end_layout
38867
38868 \begin_layout Description
38869 Verbatim With this method any text file can be included.
38870  The file is shown in the output with its source code; no command used in
38871  the text is invoked.
38872  You can use the option 
38873 \family sans
38874 Mark spaces in output
38875 \family default
38876  that displays the character 
38877 \begin_inset Quotes eld
38878 \end_inset
38879
38880
38881 \begin_inset ERT
38882 status collapsed
38883
38884 \begin_layout Plain Layout
38885
38886
38887 \backslash
38888 textvisiblespace 
38889 \end_layout
38890
38891 \end_inset
38892
38893
38894 \begin_inset Quotes erd
38895 \end_inset
38896
38897  for every space character in the source code.
38898  The difference from the method via the menu 
38899 \family sans
38900 Insert\SpecialChar \menuseparator
38901 File\SpecialChar \menuseparator
38902 Plain
38903 \begin_inset space ~
38904 \end_inset
38905
38906 Text
38907 \family default
38908  is that the document content is not shown in LyX.
38909 \end_layout
38910
38911 \begin_layout Standard
38912 Here is a child document inserted as Verbatim: 
38913 \begin_inset CommandInset include
38914 LatexCommand verbatiminput
38915 filename "DummyTextDocument.txt"
38916
38917 \end_inset
38918
38919
38920 \begin_inset VSpace bigskip
38921 \end_inset
38922
38923  Here is a child document inserted as Verbatim using the 
38924 \family sans
38925 Mark spaces in output
38926 \family default
38927  option: 
38928 \begin_inset CommandInset include
38929 LatexCommand verbatiminput*
38930 filename "DummyTextDocument.txt"
38931
38932 \end_inset
38933
38934
38935 \end_layout
38936
38937 \begin_layout Standard
38938 \begin_inset VSpace bigskip
38939 \end_inset
38940
38941
38942 \end_layout
38943
38944 \begin_layout Standard
38945 \begin_inset Note Greyedout
38946 status open
38947
38948 \begin_layout Plain Layout
38949
38950 \series bold
38951 Note:
38952 \series default
38953  As you can see in the examples above, the text of the documents included
38954  as 
38955 \family sans
38956 verbatim
38957 \family default
38958  is not broken at the end of the document lines.
38959 \end_layout
38960
38961 \end_inset
38962
38963
38964 \end_layout
38965
38966 \begin_layout Description
38967 Listings This type is described in chapter
38968 \begin_inset space ~
38969 \end_inset
38970
38971
38972 \begin_inset CommandInset ref
38973 LatexCommand ref
38974 reference "cha:Program-Code-Listings"
38975
38976 \end_inset
38977
38978 .
38979 \end_layout
38980
38981 \begin_layout Standard
38982 \begin_inset Note Greyedout
38983 status open
38984
38985 \begin_layout Plain Layout
38986
38987 \series bold
38988 Note:
38989 \series default
38990  Including the same document twice in a document using different methods
38991  could cause LaTeX-problems.
38992 \end_layout
38993
38994 \end_inset
38995
38996
38997 \end_layout
38998
38999 \begin_layout Standard
39000 If you want to view/export only selected children of your master document,
39001  either because you want to save compiling time or because you want to distribut
39002 e single chapters of the book you are just writing, you can exclude children
39003  from the output.
39004  This is done via the menu 
39005 \family sans
39006 Document\SpecialChar \menuseparator
39007 Settings\SpecialChar \menuseparator
39008 Child Documents
39009 \family default
39010 .
39011  You can exclude\SpecialChar \slash{}
39012 include children by double-clicking on the 
39013 \family sans
39014 include to output
39015 \family default
39016  column of the respective child document in the list (note that this only
39017  works for documents embedded via 
39018 \begin_inset Quotes eld
39019 \end_inset
39020
39021 Include
39022 \begin_inset Quotes erd
39023 \end_inset
39024
39025 , not with 
39026 \begin_inset Quotes eld
39027 \end_inset
39028
39029 Input
39030 \begin_inset Quotes erd
39031 \end_inset
39032
39033 ).
39034  If the option 
39035 \family sans
39036 Maintain counters and references
39037 \family default
39038  is enabled, LyX will assure that all page numbers, references etc.
39039 \begin_inset space ~
39040 \end_inset
39041
39042 are correct as if the whole document was processed.
39043  This is useful if you want the selected sub-documents to look exactly as
39044  in the context of the whole document.
39045  However, LyX needs to process the whole document in the background for
39046  this feature.
39047  So if you want to save compile time and if counters and references do not
39048  need to be correct, disable this checkbox.
39049 \end_layout
39050
39051 \begin_layout Standard
39052 Alternatively, you can put each included file into a branch.
39053 \begin_inset Foot
39054 status collapsed
39055
39056 \begin_layout Plain Layout
39057 Branches are described in section 
39058 \emph on
39059 Branches
39060 \emph default
39061  of the LyX 
39062 \emph on
39063 Userguide
39064 \emph default
39065 .
39066 \end_layout
39067
39068 \end_inset
39069
39070  By enabling\SpecialChar \slash{}
39071 disabling branches you can decide which included files will
39072  appear in the output.
39073  This has the advantage that it also works with Input'ed sub-documents.
39074  However, counters and references will not be maintained with this approach.
39075 \end_layout
39076
39077 \begin_layout Chapter
39078 Program Code Listings
39079 \begin_inset CommandInset label
39080 LatexCommand label
39081 name "cha:Program-Code-Listings"
39082
39083 \end_inset
39084
39085
39086 \begin_inset Index idx
39087 status collapsed
39088
39089 \begin_layout Plain Layout
39090 Listings
39091 \end_layout
39092
39093 \end_inset
39094
39095
39096 \begin_inset Index idx
39097 status collapsed
39098
39099 \begin_layout Plain Layout
39100 Program Code
39101 \end_layout
39102
39103 \end_inset
39104
39105
39106 \begin_inset Index idx
39107 status collapsed
39108
39109 \begin_layout Plain Layout
39110 Floats ! Listings
39111 \end_layout
39112
39113 \end_inset
39114
39115
39116 \end_layout
39117
39118 \begin_layout Standard
39119 To include and typeset program code you can use the 
39120 \family sans
39121 Listings
39122 \family default
39123  inset that can be inserted via the menu 
39124 \family sans
39125 Insert\SpecialChar \menuseparator
39126 Program Listing
39127 \family default
39128 .
39129  The LaTeX-package 
39130 \series bold
39131 listings
39132 \series default
39133
39134 \begin_inset Index idx
39135 status collapsed
39136
39137 \begin_layout Plain Layout
39138 LaTeX-packages ! listings
39139 \end_layout
39140
39141 \end_inset
39142
39143  provides a powerful and flexible way to insert program source code into
39144  your document.
39145 \end_layout
39146
39147 \begin_layout Standard
39148 Right-clicking on a listings inset opens the context menu containing where
39149  you can set the listings format.
39150 \end_layout
39151
39152 \begin_layout Standard
39153 By default, a listing starts a new paragraph in the output.
39154  The placement option 
39155 \family sans
39156 Inline
39157 \begin_inset space ~
39158 \end_inset
39159
39160 listing
39161 \family default
39162  prints the listing inline like this: 
39163 \begin_inset listings
39164 lstparams "language={C++}"
39165 inline true
39166 status open
39167
39168 \begin_layout Plain Layout
39169
39170 int a=5;
39171 \end_layout
39172
39173 \end_inset
39174
39175
39176 \begin_inset Newline newline
39177 \end_inset
39178
39179 The option 
39180 \family sans
39181 Float
39182 \family default
39183  creates a listings float where you can specify the placement options 
39184 \begin_inset Quotes eld
39185 \end_inset
39186
39187
39188 \family sans
39189 h
39190 \family default
39191
39192 \begin_inset Quotes erd
39193 \end_inset
39194
39195
39196 \begin_inset Quotes eld
39197 \end_inset
39198
39199
39200 \family sans
39201 t
39202 \family default
39203
39204 \begin_inset Quotes erd
39205 \end_inset
39206
39207
39208 \begin_inset Quotes eld
39209 \end_inset
39210
39211
39212 \family sans
39213 b
39214 \family default
39215
39216 \begin_inset Quotes erd
39217 \end_inset
39218
39219 , and 
39220 \begin_inset Quotes eld
39221 \end_inset
39222
39223
39224 \family sans
39225 p
39226 \family default
39227
39228 \begin_inset Quotes erd
39229 \end_inset
39230
39231  corresponding to the float placement options described in section
39232 \begin_inset space ~
39233 \end_inset
39234
39235
39236 \begin_inset CommandInset ref
39237 LatexCommand ref
39238 reference "sec:Float-Placement"
39239
39240 \end_inset
39241
39242 .
39243  The placement options can be mixed and are inserted without any separation,
39244  e.
39245 \begin_inset space \thinspace{}
39246 \end_inset
39247
39248 g.
39249 \begin_inset space \space{}
39250 \end_inset
39251
39252
39253 \begin_inset Quotes eld
39254 \end_inset
39255
39256
39257 \family sans
39258 htbp
39259 \family default
39260
39261 \begin_inset Quotes erd
39262 \end_inset
39263
39264 .
39265  The option 
39266 \begin_inset Quotes eld
39267 \end_inset
39268
39269 h
39270 \begin_inset Quotes erd
39271 \end_inset
39272
39273  has sometimes no effect, but you don't need to use the 
39274 \family sans
39275 Float
39276 \family default
39277  option in this case as also non-float listings can have captions and be
39278  referenced.
39279 \end_layout
39280
39281 \begin_layout Standard
39282 You can add captions to listings with the menu 
39283 \family sans
39284 Insert\SpecialChar \menuseparator
39285 Caption
39286 \family default
39287 .
39288  Listings can be referenced like floats: Listing
39289 \begin_inset space ~
39290 \end_inset
39291
39292
39293 \begin_inset CommandInset ref
39294 LatexCommand ref
39295 reference "lst:Example-Listing"
39296
39297 \end_inset
39298
39299
39300 \end_layout
39301
39302 \begin_layout Standard
39303 \begin_inset listings
39304 lstparams "language=Python"
39305 inline false
39306 status open
39307
39308 \begin_layout Plain Layout
39309
39310 \begin_inset Caption
39311
39312 \begin_layout Plain Layout
39313 \begin_inset CommandInset label
39314 LatexCommand label
39315 name "lst:Example-Listing"
39316
39317 \end_inset
39318
39319 Example Listing float
39320 \end_layout
39321
39322 \end_inset
39323
39324 # Example listing float
39325 \end_layout
39326
39327 \begin_layout Plain Layout
39328
39329 def func(param):
39330 \end_layout
39331
39332 \begin_layout Plain Layout
39333
39334     'this is a python function'
39335 \end_layout
39336
39337 \begin_layout Plain Layout
39338
39339     pass
39340 \end_layout
39341
39342 \end_inset
39343
39344
39345 \end_layout
39346
39347 \begin_layout Standard
39348 When you have set a programming language in the listings dialog, the keywords
39349  of this language will be recognized and specially typeset in the output.
39350  In the example listings the Python keyword 
39351 \begin_inset Quotes eld
39352 \end_inset
39353
39354 def
39355 \begin_inset Quotes erd
39356 \end_inset
39357
39358  is recognized and printed bold in the output.
39359 \end_layout
39360
39361 \begin_layout Standard
39362 \begin_inset Note Greyedout
39363 status open
39364
39365 \begin_layout Plain Layout
39366
39367 \series bold
39368 Note:
39369 \series default
39370  If you don't get bold keywords when using typewriter fonts, your 
39371 \family typewriter
39372 typewriter
39373 \family default
39374  font probably doesn't provide a bold shape.
39375  In this case select a different one in the menu 
39376 \family sans
39377 Document\SpecialChar \menuseparator
39378 Settings\SpecialChar \menuseparator
39379 Fonts
39380 \family default
39381 .
39382  (The fonts 
39383 \emph on
39384 LuxiMono, BeraMono
39385 \emph default
39386  and 
39387 \emph on
39388 Courier
39389 \emph default
39390  provide bold shapes.)
39391 \end_layout
39392
39393 \end_inset
39394
39395
39396 \end_layout
39397
39398 \begin_layout Standard
39399 In section 
39400 \family sans
39401 Line
39402 \begin_inset space ~
39403 \end_inset
39404
39405 numbering
39406 \family default
39407  of the listings dialog you can specify the line numbering style.
39408  You can insert a number to specify which lines are numbered in the field
39409  
39410 \family sans
39411 Step
39412 \family default
39413 .
39414  When you insert e.
39415 \begin_inset space \thinspace{}
39416 \end_inset
39417
39418 g.
39419 \begin_inset space \space{}
39420 \end_inset
39421
39422
39423 \begin_inset Quotes eld
39424 \end_inset
39425
39426 3
39427 \begin_inset Quotes erd
39428 \end_inset
39429
39430 , only every 3rd line will be numbered.
39431 \end_layout
39432
39433 \begin_layout Standard
39434 You can furthermore specify a range of lines; only these will then appear
39435  in the output.
39436  The option 
39437 \family sans
39438 Extended character table
39439 \family default
39440  should be used when you use national characters like the German umlauts
39441  in the listing.
39442 \begin_inset Newline newline
39443 \end_inset
39444
39445 Here is an example listing with left line numbering, step 
39446 \begin_inset Quotes eld
39447 \end_inset
39448
39449 3
39450 \begin_inset Quotes erd
39451 \end_inset
39452
39453 , language 
39454 \begin_inset Quotes eld
39455 \end_inset
39456
39457 Python
39458 \begin_inset Quotes erd
39459 \end_inset
39460
39461 , options 
39462 \begin_inset Quotes eld
39463 \end_inset
39464
39465 Extended character table
39466 \begin_inset Quotes erd
39467 \end_inset
39468
39469  and 
39470 \begin_inset Quotes eld
39471 \end_inset
39472
39473 Space
39474 \begin_inset space ~
39475 \end_inset
39476
39477 as
39478 \begin_inset space ~
39479 \end_inset
39480
39481 symbol
39482 \begin_inset Quotes erd
39483 \end_inset
39484
39485 , range lines 3
39486 \begin_inset space \thinspace{}
39487 \end_inset
39488
39489 -
39490 \begin_inset space \thinspace{}
39491 \end_inset
39492
39493 8:
39494 \end_layout
39495
39496 \begin_layout Standard
39497 \begin_inset listings
39498 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39499 inline false
39500 status open
39501
39502 \begin_layout Plain Layout
39503
39504 def func(param):
39505 \end_layout
39506
39507 \begin_layout Plain Layout
39508
39509     'this is a python function'
39510 \end_layout
39511
39512 \begin_layout Plain Layout
39513
39514     pass
39515 \end_layout
39516
39517 \begin_layout Plain Layout
39518
39519 def func(param):
39520 \end_layout
39521
39522 \begin_layout Plain Layout
39523
39524 'This is a German word: Tschüß'
39525 \end_layout
39526
39527 \begin_layout Plain Layout
39528
39529 pass
39530 \end_layout
39531
39532 \begin_layout Plain Layout
39533
39534 def func(param):
39535 \end_layout
39536
39537 \begin_layout Plain Layout
39538
39539 'this is a python function'
39540 \end_layout
39541
39542 \begin_layout Plain Layout
39543
39544 pass
39545 \end_layout
39546
39547 \end_inset
39548
39549
39550 \end_layout
39551
39552 \begin_layout Standard
39553 When you have tabulators in your listing, you can specify the number of
39554  characters that are spanned by a tabulator in the field 
39555 \family sans
39556 Tabulator
39557 \begin_inset space ~
39558 \end_inset
39559
39560 size
39561 \family default
39562 .
39563 \end_layout
39564
39565 \begin_layout Standard
39566 \begin_inset Note Greyedout
39567 status open
39568
39569 \begin_layout Plain Layout
39570
39571 \series bold
39572 Note:
39573 \series default
39574  Due to a bug in the 
39575 \series bold
39576 listings
39577 \series default
39578  package the line numbering is shifted by a line by every previous listing.
39579  That's the reason why the lines 2 and 5 are numbered in the above listing
39580  and not the lines 3 and 6.
39581 \end_layout
39582
39583 \end_inset
39584
39585
39586 \end_layout
39587
39588 \begin_layout Standard
39589 \begin_inset VSpace bigskip
39590 \end_inset
39591
39592
39593 \end_layout
39594
39595 \begin_layout Standard
39596 It is also possible to print lines from a file as listing.
39597  To do this, use the menu 
39598 \family sans
39599 Insert\SpecialChar \menuseparator
39600 File\SpecialChar \menuseparator
39601 Child Document
39602 \family default
39603  and choose the type 
39604 \family sans
39605 Listings
39606 \family default
39607 .
39608 \begin_inset Foot
39609 status collapsed
39610
39611 \begin_layout Plain Layout
39612 The other child document types are described in section
39613 \begin_inset space ~
39614 \end_inset
39615
39616
39617 \begin_inset CommandInset ref
39618 LatexCommand ref
39619 reference "sec:Child-Documents"
39620
39621 \end_inset
39622
39623 .
39624 \end_layout
39625
39626 \end_inset
39627
39628  In the child document dialog you can specify the listing parameters in
39629  a text box.
39630  To show a list of all available parameters, type in a question mark 
39631 \begin_inset Quotes eld
39632 \end_inset
39633
39634 ?
39635 \begin_inset Quotes erd
39636 \end_inset
39637
39638  in the text box.
39639 \end_layout
39640
39641 \begin_layout Standard
39642 To reference child document listings, write a label text into the corresponding
39643  field of the child document dialog.
39644  The label can then be referenced using the menu 
39645 \family sans
39646 Insert\SpecialChar \menuseparator
39647 Cross-Reference
39648 \family default
39649 .
39650 \end_layout
39651
39652 \begin_layout Standard
39653 Listing
39654 \begin_inset space ~
39655 \end_inset
39656
39657
39658 \begin_inset CommandInset ref
39659 LatexCommand ref
39660 reference "lst:file-listing"
39661
39662 \end_inset
39663
39664  is an example for a listing of a file; there the lines 10
39665 \begin_inset space \thinspace{}
39666 \end_inset
39667
39668 -
39669 \begin_inset space \thinspace{}
39670 \end_inset
39671
39672 15 of this LyX file are listed.
39673 \end_layout
39674
39675 \begin_layout Standard
39676 \begin_inset CommandInset include
39677 LatexCommand lstinputlisting
39678 filename "EmbeddedObjects.lyx"
39679 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
39680
39681 \end_inset
39682
39683
39684 \end_layout
39685
39686 \begin_layout Standard
39687 \begin_inset VSpace bigskip
39688 \end_inset
39689
39690
39691 \end_layout
39692
39693 \begin_layout Standard
39694 Inserting a formula into a listing can be done the following way:
39695 \end_layout
39696
39697 \begin_layout Enumerate
39698 Open the listings dialog and add
39699 \begin_inset Newline newline
39700 \end_inset
39701
39702
39703 \family sans
39704 mathescape=true
39705 \family default
39706
39707 \begin_inset Newline newline
39708 \end_inset
39709
39710 to the field of the 
39711 \family sans
39712 Advanced
39713 \family default
39714  tab.
39715 \end_layout
39716
39717 \begin_layout Enumerate
39718 Create a formula outside the listing
39719 \end_layout
39720
39721 \begin_layout Enumerate
39722 Copy the content of the formula (not the formula inset) to the clipboard
39723  (shortcut 
39724 \begin_inset Info
39725 type  "shortcut"
39726 arg   "copy"
39727 \end_inset
39728
39729 )
39730 \end_layout
39731
39732 \begin_layout Enumerate
39733 In the listing write 
39734 \begin_inset Quotes eld
39735 \end_inset
39736
39737
39738 \family sans
39739 $$
39740 \family default
39741
39742 \begin_inset Quotes erd
39743 \end_inset
39744
39745  and copy from the clipboard between the dollar-signs (shortcut 
39746 \begin_inset Info
39747 type  "shortcut"
39748 arg   "paste"
39749 \end_inset
39750
39751 )
39752 \end_layout
39753
39754 \begin_layout Standard
39755 \begin_inset listings
39756 lstparams "language=Python,mathescape=true"
39757 inline false
39758 status open
39759
39760 \begin_layout Plain Layout
39761
39762 \begin_inset Caption
39763
39764 \begin_layout Plain Layout
39765 Example Listing float containing a formula
39766 \end_layout
39767
39768 \end_inset
39769
39770 # Example listing float
39771 \end_layout
39772
39773 \begin_layout Plain Layout
39774
39775 def func(param):
39776 \end_layout
39777
39778 \begin_layout Plain Layout
39779
39780     # $
39781 \backslash
39782 prod_{n=1}^{
39783 \backslash
39784 infty}
39785 \backslash
39786 ,
39787 \backslash
39788 frac{1}{x^{2}}$
39789 \end_layout
39790
39791 \begin_layout Plain Layout
39792
39793     pass
39794 \end_layout
39795
39796 \end_inset
39797
39798
39799 \end_layout
39800
39801 \begin_layout Standard
39802 \begin_inset VSpace bigskip
39803 \end_inset
39804
39805
39806 \end_layout
39807
39808 \begin_layout Standard
39809 Global listings settings can be set in the 
39810 \family sans
39811 Document\SpecialChar \menuseparator
39812 Settings\SpecialChar \menuseparator
39813 Listings
39814 \family default
39815  dialog.
39816  To get there a list of available options, type in a question mark 
39817 \begin_inset Quotes eld
39818 \end_inset
39819
39820 ?
39821 \begin_inset Quotes erd
39822 \end_inset
39823
39824 .
39825 \end_layout
39826
39827 \begin_layout Standard
39828 For more information about the 
39829 \series bold
39830 listings
39831 \series default
39832  package, we refer to its documentation 
39833 \begin_inset CommandInset citation
39834 LatexCommand cite
39835 key "listings"
39836
39837 \end_inset
39838
39839 .
39840 \end_layout
39841
39842 \begin_layout Standard
39843 \begin_inset Newpage newpage
39844 \end_inset
39845
39846
39847 \end_layout
39848
39849 \begin_layout Chapter
39850 \start_of_appendix
39851 Units available in LyX
39852 \begin_inset Index idx
39853 status collapsed
39854
39855 \begin_layout Plain Layout
39856 Units
39857 \end_layout
39858
39859 \end_inset
39860
39861
39862 \begin_inset CommandInset label
39863 LatexCommand label
39864 name "cha:Units-available-in"
39865
39866 \end_inset
39867
39868
39869 \end_layout
39870
39871 \begin_layout Standard
39872 To understand the units described in this documentation, Table
39873 \begin_inset space ~
39874 \end_inset
39875
39876
39877 \begin_inset CommandInset ref
39878 LatexCommand ref
39879 reference "tab:Units"
39880
39881 \end_inset
39882
39883  explains all units available in LyX.
39884 \end_layout
39885
39886 \begin_layout Standard
39887 \begin_inset Float table
39888 placement h
39889 wide false
39890 sideways false
39891 status open
39892
39893 \begin_layout Plain Layout
39894 \begin_inset Caption
39895
39896 \begin_layout Plain Layout
39897 \begin_inset CommandInset label
39898 LatexCommand label
39899 name "tab:Units"
39900
39901 \end_inset
39902
39903 Units
39904 \end_layout
39905
39906 \end_inset
39907
39908
39909 \end_layout
39910
39911 \begin_layout Plain Layout
39912 \begin_inset VSpace medskip
39913 \end_inset
39914
39915
39916 \end_layout
39917
39918 \begin_layout Plain Layout
39919 \align center
39920 \begin_inset Tabular
39921 <lyxtabular version="3" rows="20" columns="2">
39922 <features tabularvalignment="middle">
39923 <column alignment="center" valignment="top" width="0">
39924 <column alignment="center" valignment="top" width="0">
39925 <row>
39926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39927 \begin_inset Text
39928
39929 \begin_layout Plain Layout
39930 unit
39931 \end_layout
39932
39933 \end_inset
39934 </cell>
39935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39936 \begin_inset Text
39937
39938 \begin_layout Plain Layout
39939 name/description
39940 \end_layout
39941
39942 \end_inset
39943 </cell>
39944 </row>
39945 <row>
39946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39947 \begin_inset Text
39948
39949 \begin_layout Plain Layout
39950 mm
39951 \end_layout
39952
39953 \end_inset
39954 </cell>
39955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39956 \begin_inset Text
39957
39958 \begin_layout Plain Layout
39959 millimeter
39960 \end_layout
39961
39962 \end_inset
39963 </cell>
39964 </row>
39965 <row>
39966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39967 \begin_inset Text
39968
39969 \begin_layout Plain Layout
39970 cm
39971 \end_layout
39972
39973 \end_inset
39974 </cell>
39975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39976 \begin_inset Text
39977
39978 \begin_layout Plain Layout
39979 centimeter
39980 \end_layout
39981
39982 \end_inset
39983 </cell>
39984 </row>
39985 <row>
39986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39987 \begin_inset Text
39988
39989 \begin_layout Plain Layout
39990 in
39991 \end_layout
39992
39993 \end_inset
39994 </cell>
39995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39996 \begin_inset Text
39997
39998 \begin_layout Plain Layout
39999 inch
40000 \end_layout
40001
40002 \end_inset
40003 </cell>
40004 </row>
40005 <row>
40006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40007 \begin_inset Text
40008
40009 \begin_layout Plain Layout
40010 pt
40011 \end_layout
40012
40013 \end_inset
40014 </cell>
40015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40016 \begin_inset Text
40017
40018 \begin_layout Plain Layout
40019 point (72.27
40020 \begin_inset space \thinspace{}
40021 \end_inset
40022
40023 pt = 1
40024 \begin_inset space \thinspace{}
40025 \end_inset
40026
40027 in)
40028 \end_layout
40029
40030 \end_inset
40031 </cell>
40032 </row>
40033 <row>
40034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40035 \begin_inset Text
40036
40037 \begin_layout Plain Layout
40038 pc
40039 \end_layout
40040
40041 \end_inset
40042 </cell>
40043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40044 \begin_inset Text
40045
40046 \begin_layout Plain Layout
40047 pica (1
40048 \begin_inset space \thinspace{}
40049 \end_inset
40050
40051 pc = 12
40052 \begin_inset space \thinspace{}
40053 \end_inset
40054
40055 pt)
40056 \end_layout
40057
40058 \end_inset
40059 </cell>
40060 </row>
40061 <row>
40062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40063 \begin_inset Text
40064
40065 \begin_layout Plain Layout
40066 sp
40067 \end_layout
40068
40069 \end_inset
40070 </cell>
40071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40072 \begin_inset Text
40073
40074 \begin_layout Plain Layout
40075 scaled point (65536
40076 \begin_inset space \thinspace{}
40077 \end_inset
40078
40079 sp = 1
40080 \begin_inset space \thinspace{}
40081 \end_inset
40082
40083 pt)
40084 \end_layout
40085
40086 \end_inset
40087 </cell>
40088 </row>
40089 <row>
40090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40091 \begin_inset Text
40092
40093 \begin_layout Plain Layout
40094 bp
40095 \end_layout
40096
40097 \end_inset
40098 </cell>
40099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40100 \begin_inset Text
40101
40102 \begin_layout Plain Layout
40103 big point (72
40104 \begin_inset space \thinspace{}
40105 \end_inset
40106
40107 bp = 1
40108 \begin_inset space \thinspace{}
40109 \end_inset
40110
40111 in)
40112 \end_layout
40113
40114 \end_inset
40115 </cell>
40116 </row>
40117 <row>
40118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40119 \begin_inset Text
40120
40121 \begin_layout Plain Layout
40122 dd
40123 \end_layout
40124
40125 \end_inset
40126 </cell>
40127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40128 \begin_inset Text
40129
40130 \begin_layout Plain Layout
40131 didot (1
40132 \begin_inset space \thinspace{}
40133 \end_inset
40134
40135 dd 
40136 \begin_inset Formula $\approx$
40137 \end_inset
40138
40139  0.376
40140 \begin_inset space \thinspace{}
40141 \end_inset
40142
40143 mm)
40144 \end_layout
40145
40146 \end_inset
40147 </cell>
40148 </row>
40149 <row>
40150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40151 \begin_inset Text
40152
40153 \begin_layout Plain Layout
40154 cc
40155 \end_layout
40156
40157 \end_inset
40158 </cell>
40159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40160 \begin_inset Text
40161
40162 \begin_layout Plain Layout
40163 cicero (1
40164 \begin_inset space \thinspace{}
40165 \end_inset
40166
40167 cc = 12
40168 \begin_inset space \thinspace{}
40169 \end_inset
40170
40171 dd)
40172 \end_layout
40173
40174 \end_inset
40175 </cell>
40176 </row>
40177 <row>
40178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40179 \begin_inset Text
40180
40181 \begin_layout Plain Layout
40182 Scale%
40183 \end_layout
40184
40185 \end_inset
40186 </cell>
40187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40188 \begin_inset Text
40189
40190 \begin_layout Plain Layout
40191 % of original image width
40192 \end_layout
40193
40194 \end_inset
40195 </cell>
40196 </row>
40197 <row>
40198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40199 \begin_inset Text
40200
40201 \begin_layout Plain Layout
40202 text%
40203 \end_layout
40204
40205 \end_inset
40206 </cell>
40207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40208 \begin_inset Text
40209
40210 \begin_layout Plain Layout
40211 % of text width
40212 \end_layout
40213
40214 \end_inset
40215 </cell>
40216 </row>
40217 <row>
40218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40219 \begin_inset Text
40220
40221 \begin_layout Plain Layout
40222 col%
40223 \end_layout
40224
40225 \end_inset
40226 </cell>
40227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40228 \begin_inset Text
40229
40230 \begin_layout Plain Layout
40231 % of column width
40232 \end_layout
40233
40234 \end_inset
40235 </cell>
40236 </row>
40237 <row>
40238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40239 \begin_inset Text
40240
40241 \begin_layout Plain Layout
40242 page%
40243 \end_layout
40244
40245 \end_inset
40246 </cell>
40247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40248 \begin_inset Text
40249
40250 \begin_layout Plain Layout
40251 % of paper width
40252 \end_layout
40253
40254 \end_inset
40255 </cell>
40256 </row>
40257 <row>
40258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40259 \begin_inset Text
40260
40261 \begin_layout Plain Layout
40262 line%
40263 \end_layout
40264
40265 \end_inset
40266 </cell>
40267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40268 \begin_inset Text
40269
40270 \begin_layout Plain Layout
40271 % of line width
40272 \end_layout
40273
40274 \end_inset
40275 </cell>
40276 </row>
40277 <row>
40278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40279 \begin_inset Text
40280
40281 \begin_layout Plain Layout
40282 theight%
40283 \end_layout
40284
40285 \end_inset
40286 </cell>
40287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40288 \begin_inset Text
40289
40290 \begin_layout Plain Layout
40291 % of text height
40292 \end_layout
40293
40294 \end_inset
40295 </cell>
40296 </row>
40297 <row>
40298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40299 \begin_inset Text
40300
40301 \begin_layout Plain Layout
40302 pheight%
40303 \end_layout
40304
40305 \end_inset
40306 </cell>
40307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40308 \begin_inset Text
40309
40310 \begin_layout Plain Layout
40311 % of paper height
40312 \end_layout
40313
40314 \end_inset
40315 </cell>
40316 </row>
40317 <row>
40318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40319 \begin_inset Text
40320
40321 \begin_layout Plain Layout
40322 ex
40323 \end_layout
40324
40325 \end_inset
40326 </cell>
40327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40328 \begin_inset Text
40329
40330 \begin_layout Plain Layout
40331 height of letter 
40332 \emph on
40333 x
40334 \emph default
40335  in current font
40336 \end_layout
40337
40338 \end_inset
40339 </cell>
40340 </row>
40341 <row>
40342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40343 \begin_inset Text
40344
40345 \begin_layout Plain Layout
40346 em
40347 \end_layout
40348
40349 \end_inset
40350 </cell>
40351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40352 \begin_inset Text
40353
40354 \begin_layout Plain Layout
40355 width of letter 
40356 \emph on
40357 M
40358 \emph default
40359  in current font
40360 \end_layout
40361
40362 \end_inset
40363 </cell>
40364 </row>
40365 <row>
40366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40367 \begin_inset Text
40368
40369 \begin_layout Plain Layout
40370 mu
40371 \end_layout
40372
40373 \end_inset
40374 </cell>
40375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40376 \begin_inset Text
40377
40378 \begin_layout Plain Layout
40379 math unit (1
40380 \begin_inset space \thinspace{}
40381 \end_inset
40382
40383 mu = 1/18
40384 \begin_inset space \thinspace{}
40385 \end_inset
40386
40387 em)
40388 \end_layout
40389
40390 \end_inset
40391 </cell>
40392 </row>
40393 </lyxtabular>
40394
40395 \end_inset
40396
40397
40398 \end_layout
40399
40400 \end_inset
40401
40402
40403 \end_layout
40404
40405 \begin_layout Chapter
40406 Output File Formats with Graphics
40407 \begin_inset CommandInset label
40408 LatexCommand label
40409 name "cha:Output-File-Formats"
40410
40411 \end_inset
40412
40413
40414 \end_layout
40415
40416 \begin_layout Section
40417 DVI
40418 \begin_inset Index idx
40419 status collapsed
40420
40421 \begin_layout Plain Layout
40422 File Formats ! DVI
40423 \end_layout
40424
40425 \end_inset
40426
40427
40428 \begin_inset Index idx
40429 status collapsed
40430
40431 \begin_layout Plain Layout
40432 DVI|see
40433 \begin_inset ERT
40434 status collapsed
40435
40436 \begin_layout Plain Layout
40437
40438 {
40439 \end_layout
40440
40441 \end_inset
40442
40443 File Formats
40444 \begin_inset ERT
40445 status collapsed
40446
40447 \begin_layout Plain Layout
40448
40449 }
40450 \end_layout
40451
40452 \end_inset
40453
40454
40455 \end_layout
40456
40457 \end_inset
40458
40459
40460 \end_layout
40461
40462 \begin_layout Standard
40463 This file type has the extension 
40464 \begin_inset Quotes eld
40465 \end_inset
40466
40467
40468 \family typewriter
40469 .dvi
40470 \family default
40471
40472 \begin_inset Quotes erd
40473 \end_inset
40474
40475 .
40476  It is called 
40477 \begin_inset Quotes eld
40478 \end_inset
40479
40480 device-independent
40481 \begin_inset Quotes erd
40482 \end_inset
40483
40484  (DVI), because it is completely portable; you can move them from one machine
40485  to another without needing to do any sort of conversion.
40486  At the time when this file-format was developed, this was no matter of
40487  course.
40488  DVIs are used for quick previews and as pre-stage for other output formats,
40489  like PostScript.
40490 \end_layout
40491
40492 \begin_layout Standard
40493 \begin_inset Note Greyedout
40494 status open
40495
40496 \begin_layout Plain Layout
40497
40498 \series bold
40499 Note:
40500 \series default
40501  DVI-files do not contain images; they will only be a linked.
40502 \end_layout
40503
40504 \end_inset
40505
40506  So don't forget this, if you move your 
40507 \family typewriter
40508 .dvi
40509 \family default
40510  file to another computer.
40511  This property can also slow down your computer when you view the DVI, because
40512  the DVI-viewer has to convert the image in the background to make it visible
40513  when you scroll in the DVI.
40514  So it is recommended that you use PDF for files with many images.
40515 \end_layout
40516
40517 \begin_layout Standard
40518 You can export your document to DVI by using the menu 
40519 \family sans
40520 File\SpecialChar \menuseparator
40521 Export\SpecialChar \menuseparator
40522 DVI
40523 \family default
40524 .
40525  You can view your document as DVI via the 
40526 \family sans
40527 View
40528 \family default
40529  menu.
40530 \end_layout
40531
40532 \begin_layout Section
40533 PostScript
40534 \begin_inset CommandInset label
40535 LatexCommand label
40536 name "sec:PostScript"
40537
40538 \end_inset
40539
40540
40541 \begin_inset Index idx
40542 status collapsed
40543
40544 \begin_layout Plain Layout
40545 File Formats ! PostScript
40546 \end_layout
40547
40548 \end_inset
40549
40550
40551 \begin_inset Index idx
40552 status collapsed
40553
40554 \begin_layout Plain Layout
40555 PostScript|see
40556 \begin_inset ERT
40557 status collapsed
40558
40559 \begin_layout Plain Layout
40560
40561 {
40562 \end_layout
40563
40564 \end_inset
40565
40566 File Formats
40567 \begin_inset ERT
40568 status collapsed
40569
40570 \begin_layout Plain Layout
40571
40572 }
40573 \end_layout
40574
40575 \end_inset
40576
40577
40578 \end_layout
40579
40580 \end_inset
40581
40582
40583 \end_layout
40584
40585 \begin_layout Standard
40586 This file type has the extension 
40587 \begin_inset Quotes eld
40588 \end_inset
40589
40590
40591 \family typewriter
40592 .ps
40593 \family default
40594
40595 \begin_inset Quotes erd
40596 \end_inset
40597
40598 .
40599  PostScript was developed by the company 
40600 \family typewriter
40601 Adobe
40602 \family default
40603  as a printer language.
40604  The file therefore contains commands that the printer uses to print the
40605  file.
40606  PostScript can be seen as a 
40607 \begin_inset Quotes eld
40608 \end_inset
40609
40610 programming language
40611 \begin_inset Quotes erd
40612 \end_inset
40613
40614 ; you can calculate with it and draw diagrams and images
40615 \begin_inset Foot
40616 status collapsed
40617
40618 \begin_layout Plain Layout
40619 If you are interested to learn more about this, have a look at the LaTeX-package
40620  
40621 \series bold
40622 PSTricks
40623 \series default
40624  
40625 \begin_inset CommandInset citation
40626 LatexCommand cite
40627 key "pstricks"
40628
40629 \end_inset
40630
40631 .
40632 \end_layout
40633
40634 \end_inset
40635
40636 .
40637  Due to this ability, the files are often bigger than PDFs.
40638 \end_layout
40639
40640 \begin_layout Standard
40641 PostScript can only contain images in the format 
40642 \begin_inset Quotes eld
40643 \end_inset
40644
40645 Encapsulated PostScript
40646 \begin_inset Quotes erd
40647 \end_inset
40648
40649  (EPS, file extension 
40650 \begin_inset Quotes eld
40651 \end_inset
40652
40653
40654 \family typewriter
40655 .eps
40656 \family default
40657
40658 \begin_inset Quotes erd
40659 \end_inset
40660
40661 ).
40662  As LyX allows you to use any known image format in your document, it has
40663  to convert images in the background to EPS.
40664  If you have e.g.
40665 \begin_inset space ~
40666 \end_inset
40667
40668 50
40669 \begin_inset space ~
40670 \end_inset
40671
40672 images in your document, LyX has to do 50
40673 \begin_inset space ~
40674 \end_inset
40675
40676 conversions whenever you view or export your document.
40677  This will slow down your work flow with LyX drastically.
40678  So if you plan to use PostScript, you can insert your images directly as
40679  EPS to avoid this problem.
40680 \end_layout
40681
40682 \begin_layout Standard
40683 You can export your document to PostScript using the menu 
40684 \family sans
40685 File\SpecialChar \menuseparator
40686 Export\SpecialChar \menuseparator
40687 Postscript
40688 \family default
40689 .
40690  You can view your document as PostScript via the 
40691 \family sans
40692 View
40693 \family default
40694  menu or by using the toolbar button 
40695 \begin_inset Graphics
40696         filename ../images/buffer-view_ps.png
40697         scale 85
40698         scaleBeforeRotation
40699
40700 \end_inset
40701
40702 .
40703 \end_layout
40704
40705 \begin_layout Section
40706 PDF
40707 \begin_inset Index idx
40708 status collapsed
40709
40710 \begin_layout Plain Layout
40711 File Formats ! PDF
40712 \end_layout
40713
40714 \end_inset
40715
40716
40717 \begin_inset Index idx
40718 status collapsed
40719
40720 \begin_layout Plain Layout
40721 PDF
40722 \end_layout
40723
40724 \end_inset
40725
40726
40727 \end_layout
40728
40729 \begin_layout Standard
40730 This file type has the extension 
40731 \begin_inset Quotes eld
40732 \end_inset
40733
40734
40735 \family typewriter
40736 .pdf
40737 \family default
40738
40739 \begin_inset Quotes erd
40740 \end_inset
40741
40742 .
40743  The 
40744 \begin_inset Quotes eld
40745 \end_inset
40746
40747 Portable Document Format
40748 \begin_inset Quotes erd
40749 \end_inset
40750
40751  (PDF) was developed by 
40752 \family typewriter
40753 Adobe
40754 \family default
40755  as a derivative of PostScript.
40756  It is more compressed and it uses fewer commands than PostScript.
40757  As the name 
40758 \begin_inset Quotes eld
40759 \end_inset
40760
40761 portable
40762 \begin_inset Quotes erd
40763 \end_inset
40764
40765  implies, it can be processed at any computer system and the printed output
40766  looks exactly the same.
40767 \end_layout
40768
40769 \begin_layout Standard
40770 PDF can contain images in its own PDF format, in the format 
40771 \begin_inset Quotes eld
40772 \end_inset
40773
40774 Joint Photographic Experts Group
40775 \begin_inset Quotes erd
40776 \end_inset
40777
40778  (JPG, file extension 
40779 \begin_inset Quotes eld
40780 \end_inset
40781
40782
40783 \family typewriter
40784 .jpg
40785 \family default
40786
40787 \begin_inset Quotes erd
40788 \end_inset
40789
40790  or 
40791 \begin_inset Quotes eld
40792 \end_inset
40793
40794
40795 \family typewriter
40796 .jpeg
40797 \family default
40798
40799 \begin_inset Quotes erd
40800 \end_inset
40801
40802 ), and in the format 
40803 \begin_inset Quotes eld
40804 \end_inset
40805
40806 Portable Network Graphics
40807 \begin_inset Quotes erd
40808 \end_inset
40809
40810  (PNG, file extension 
40811 \begin_inset Quotes eld
40812 \end_inset
40813
40814
40815 \family typewriter
40816 .png
40817 \family default
40818
40819 \begin_inset Quotes erd
40820 \end_inset
40821
40822 ).
40823  Nevertheless you can use any other image format, because LyX converts them
40824  in the background to one of these formats.
40825  But as described in the section about PostScript, the image conversion
40826  will slow down your work flow.
40827  So it is recommended that you use images in one of the three mentioned
40828  formats.
40829 \end_layout
40830
40831 \begin_layout Standard
40832 You can export your document to PDF via the menu 
40833 \family sans
40834 File\SpecialChar \menuseparator
40835 Export
40836 \family default
40837  in three different ways:
40838 \end_layout
40839
40840 \begin_layout Description
40841 PDF
40842 \begin_inset space ~
40843 \end_inset
40844
40845 (ps2pdf) This uses the program 
40846 \family typewriter
40847 ps2pdf
40848 \family default
40849  that creates a PDF from a PostScript-version of your file.
40850  The PostScript-version is produced by the program 
40851 \family typewriter
40852 dvips
40853 \family default
40854  which uses a DVI-version as intermediate step.
40855  So this export variant consists of three conversions.
40856 \end_layout
40857
40858 \begin_layout Description
40859 PDF
40860 \begin_inset space ~
40861 \end_inset
40862
40863 (dvipdfm) This uses the program 
40864 \family typewriter
40865 dvipdfm
40866 \family default
40867  that converts your file in the background to DVI and in a second step to
40868  PDF.
40869 \end_layout
40870
40871 \begin_layout Description
40872 PDF
40873 \begin_inset space ~
40874 \end_inset
40875
40876 (pdflatex) This uses the program 
40877 \family typewriter
40878 pdftex
40879 \family default
40880  that converts your file directly to PDF.
40881 \end_layout
40882
40883 \begin_layout Standard
40884 It is recommended that you use 
40885 \family sans
40886 PDF
40887 \begin_inset space ~
40888 \end_inset
40889
40890 (pdflatex)
40891 \family default
40892  because 
40893 \family typewriter
40894 pdftex
40895 \family default
40896  supports all features of actual PDF-versions, is quick and works stable.
40897  The program 
40898 \family typewriter
40899 dvipdfm
40900 \family default
40901  is not under development and therefore a bit outdated.
40902 \end_layout
40903
40904 \begin_layout Standard
40905 You can view your document as PDF via the 
40906 \family sans
40907 View
40908 \family default
40909  menu or by using the toolbar button 
40910 \begin_inset Graphics
40911         filename ../images/buffer-view_pdf2.png
40912         scale 85
40913         scaleBeforeRotation
40914
40915 \end_inset
40916
40917  
40918 \family sans
40919 (
40920 \family default
40921 that uses 
40922 \family sans
40923 PDF
40924 \begin_inset space ~
40925 \end_inset
40926
40927 (pdflatex)
40928 \family default
40929 ).
40930 \end_layout
40931
40932 \begin_layout Chapter
40933 List of dvips color names
40934 \begin_inset CommandInset label
40935 LatexCommand label
40936 name "chap:List-of-dvips-colornames"
40937
40938 \end_inset
40939
40940
40941 \end_layout
40942
40943 \begin_layout Standard
40944 \begin_inset Tabular
40945 <lyxtabular version="3" rows="17" columns="4">
40946 <features tabularvalignment="middle">
40947 <column alignment="left" valignment="top" width="0pt">
40948 <column alignment="left" valignment="top" width="0pt">
40949 <column alignment="left" valignment="top" width="0pt">
40950 <column alignment="left" valignment="top" width="0pt">
40951 <row>
40952 <cell alignment="left" valignment="top" usebox="none">
40953 \begin_inset Text
40954
40955 \begin_layout Plain Layout
40956 \begin_inset ERT
40957 status collapsed
40958
40959 \begin_layout Plain Layout
40960
40961
40962 \backslash
40963 fcolorbox{black}{
40964 \end_layout
40965
40966 \end_inset
40967
40968 white
40969 \begin_inset ERT
40970 status collapsed
40971
40972 \begin_layout Plain Layout
40973
40974 }{
40975 \end_layout
40976
40977 \end_inset
40978
40979 Color
40980 \begin_inset ERT
40981 status collapsed
40982
40983 \begin_layout Plain Layout
40984
40985 }
40986 \end_layout
40987
40988 \end_inset
40989
40990  Color name
40991 \end_layout
40992
40993 \end_inset
40994 </cell>
40995 <cell alignment="left" valignment="top" usebox="none">
40996 \begin_inset Text
40997
40998 \begin_layout Plain Layout
40999 \begin_inset ERT
41000 status collapsed
41001
41002 \begin_layout Plain Layout
41003
41004
41005 \backslash
41006 fcolorbox{black}{
41007 \end_layout
41008
41009 \end_inset
41010
41011 white
41012 \begin_inset ERT
41013 status collapsed
41014
41015 \begin_layout Plain Layout
41016
41017 }{
41018 \end_layout
41019
41020 \end_inset
41021
41022 Color
41023 \begin_inset ERT
41024 status collapsed
41025
41026 \begin_layout Plain Layout
41027
41028 }
41029 \end_layout
41030
41031 \end_inset
41032
41033  Color name
41034 \end_layout
41035
41036 \end_inset
41037 </cell>
41038 <cell alignment="left" valignment="top" usebox="none">
41039 \begin_inset Text
41040
41041 \begin_layout Plain Layout
41042 \begin_inset ERT
41043 status collapsed
41044
41045 \begin_layout Plain Layout
41046
41047
41048 \backslash
41049 fcolorbox{black}{
41050 \end_layout
41051
41052 \end_inset
41053
41054 white
41055 \begin_inset ERT
41056 status collapsed
41057
41058 \begin_layout Plain Layout
41059
41060 }{
41061 \end_layout
41062
41063 \end_inset
41064
41065 Color
41066 \begin_inset ERT
41067 status collapsed
41068
41069 \begin_layout Plain Layout
41070
41071 }
41072 \end_layout
41073
41074 \end_inset
41075
41076  Color name
41077 \end_layout
41078
41079 \end_inset
41080 </cell>
41081 <cell alignment="left" valignment="top" usebox="none">
41082 \begin_inset Text
41083
41084 \begin_layout Plain Layout
41085 \begin_inset ERT
41086 status collapsed
41087
41088 \begin_layout Plain Layout
41089
41090
41091 \backslash
41092 fcolorbox{black}{
41093 \end_layout
41094
41095 \end_inset
41096
41097 white
41098 \begin_inset ERT
41099 status collapsed
41100
41101 \begin_layout Plain Layout
41102
41103 }{
41104 \end_layout
41105
41106 \end_inset
41107
41108 Color
41109 \begin_inset ERT
41110 status collapsed
41111
41112 \begin_layout Plain Layout
41113
41114 }
41115 \end_layout
41116
41117 \end_inset
41118
41119  Color name
41120 \end_layout
41121
41122 \end_inset
41123 </cell>
41124 </row>
41125 <row>
41126 <cell alignment="center" valignment="top" usebox="none">
41127 \begin_inset Text
41128
41129 \begin_layout Plain Layout
41130 \begin_inset ERT
41131 status collapsed
41132
41133 \begin_layout Plain Layout
41134
41135
41136 \backslash
41137 fcolorbox{black}{
41138 \end_layout
41139
41140 \end_inset
41141
41142 Apricot
41143 \begin_inset ERT
41144 status collapsed
41145
41146 \begin_layout Plain Layout
41147
41148 }{
41149 \end_layout
41150
41151 \end_inset
41152
41153
41154 \begin_inset Phantom Phantom
41155 status open
41156
41157 \begin_layout Plain Layout
41158 W
41159 \end_layout
41160
41161 \end_inset
41162
41163
41164 \begin_inset ERT
41165 status collapsed
41166
41167 \begin_layout Plain Layout
41168
41169 }
41170 \end_layout
41171
41172 \end_inset
41173
41174  Apricot
41175 \end_layout
41176
41177 \end_inset
41178 </cell>
41179 <cell alignment="center" valignment="top" usebox="none">
41180 \begin_inset Text
41181
41182 \begin_layout Plain Layout
41183 \begin_inset ERT
41184 status collapsed
41185
41186 \begin_layout Plain Layout
41187
41188
41189 \backslash
41190 fcolorbox{black}{
41191 \end_layout
41192
41193 \end_inset
41194
41195 Aquamarine
41196 \begin_inset ERT
41197 status collapsed
41198
41199 \begin_layout Plain Layout
41200
41201 }{
41202 \end_layout
41203
41204 \end_inset
41205
41206
41207 \begin_inset Phantom Phantom
41208 status open
41209
41210 \begin_layout Plain Layout
41211 W
41212 \end_layout
41213
41214 \end_inset
41215
41216
41217 \begin_inset ERT
41218 status collapsed
41219
41220 \begin_layout Plain Layout
41221
41222 }
41223 \end_layout
41224
41225 \end_inset
41226
41227  Aquamarine
41228 \end_layout
41229
41230 \end_inset
41231 </cell>
41232 <cell alignment="center" valignment="top" usebox="none">
41233 \begin_inset Text
41234
41235 \begin_layout Plain Layout
41236 \begin_inset ERT
41237 status collapsed
41238
41239 \begin_layout Plain Layout
41240
41241
41242 \backslash
41243 fcolorbox{black}{
41244 \end_layout
41245
41246 \end_inset
41247
41248 Bittersweet
41249 \begin_inset ERT
41250 status collapsed
41251
41252 \begin_layout Plain Layout
41253
41254 }{
41255 \end_layout
41256
41257 \end_inset
41258
41259
41260 \begin_inset Phantom Phantom
41261 status open
41262
41263 \begin_layout Plain Layout
41264 W
41265 \end_layout
41266
41267 \end_inset
41268
41269
41270 \begin_inset ERT
41271 status collapsed
41272
41273 \begin_layout Plain Layout
41274
41275 }
41276 \end_layout
41277
41278 \end_inset
41279
41280  Bittersweet
41281 \end_layout
41282
41283 \end_inset
41284 </cell>
41285 <cell alignment="center" valignment="top" usebox="none">
41286 \begin_inset Text
41287
41288 \begin_layout Plain Layout
41289 \begin_inset ERT
41290 status collapsed
41291
41292 \begin_layout Plain Layout
41293
41294
41295 \backslash
41296 fcolorbox{black}{
41297 \end_layout
41298
41299 \end_inset
41300
41301 BlueGreen
41302 \begin_inset ERT
41303 status collapsed
41304
41305 \begin_layout Plain Layout
41306
41307 }{
41308 \end_layout
41309
41310 \end_inset
41311
41312
41313 \begin_inset Phantom Phantom
41314 status open
41315
41316 \begin_layout Plain Layout
41317 W
41318 \end_layout
41319
41320 \end_inset
41321
41322
41323 \begin_inset ERT
41324 status collapsed
41325
41326 \begin_layout Plain Layout
41327
41328 }
41329 \end_layout
41330
41331 \end_inset
41332
41333  BlueGreen
41334 \end_layout
41335
41336 \end_inset
41337 </cell>
41338 </row>
41339 <row>
41340 <cell alignment="left" valignment="top" usebox="none">
41341 \begin_inset Text
41342
41343 \begin_layout Plain Layout
41344 \begin_inset ERT
41345 status collapsed
41346
41347 \begin_layout Plain Layout
41348
41349
41350 \backslash
41351 fcolorbox{black}{
41352 \end_layout
41353
41354 \end_inset
41355
41356 BlueViolet
41357 \begin_inset ERT
41358 status collapsed
41359
41360 \begin_layout Plain Layout
41361
41362 }{
41363 \end_layout
41364
41365 \end_inset
41366
41367
41368 \begin_inset Phantom Phantom
41369 status open
41370
41371 \begin_layout Plain Layout
41372 W
41373 \end_layout
41374
41375 \end_inset
41376
41377
41378 \begin_inset ERT
41379 status collapsed
41380
41381 \begin_layout Plain Layout
41382
41383 }
41384 \end_layout
41385
41386 \end_inset
41387
41388  BlueViolet
41389 \end_layout
41390
41391 \end_inset
41392 </cell>
41393 <cell alignment="left" valignment="top" usebox="none">
41394 \begin_inset Text
41395
41396 \begin_layout Plain Layout
41397 \begin_inset ERT
41398 status collapsed
41399
41400 \begin_layout Plain Layout
41401
41402
41403 \backslash
41404 fcolorbox{black}{
41405 \end_layout
41406
41407 \end_inset
41408
41409 BrickRed
41410 \begin_inset ERT
41411 status collapsed
41412
41413 \begin_layout Plain Layout
41414
41415 }{
41416 \end_layout
41417
41418 \end_inset
41419
41420
41421 \begin_inset Phantom Phantom
41422 status open
41423
41424 \begin_layout Plain Layout
41425 W
41426 \end_layout
41427
41428 \end_inset
41429
41430
41431 \begin_inset ERT
41432 status collapsed
41433
41434 \begin_layout Plain Layout
41435
41436 }
41437 \end_layout
41438
41439 \end_inset
41440
41441  BrickRed
41442 \end_layout
41443
41444 \end_inset
41445 </cell>
41446 <cell alignment="left" valignment="top" usebox="none">
41447 \begin_inset Text
41448
41449 \begin_layout Plain Layout
41450 \begin_inset ERT
41451 status collapsed
41452
41453 \begin_layout Plain Layout
41454
41455
41456 \backslash
41457 fcolorbox{black}{
41458 \end_layout
41459
41460 \end_inset
41461
41462 Brown
41463 \begin_inset ERT
41464 status collapsed
41465
41466 \begin_layout Plain Layout
41467
41468 }{
41469 \end_layout
41470
41471 \end_inset
41472
41473
41474 \begin_inset Phantom Phantom
41475 status open
41476
41477 \begin_layout Plain Layout
41478 W
41479 \end_layout
41480
41481 \end_inset
41482
41483
41484 \begin_inset ERT
41485 status collapsed
41486
41487 \begin_layout Plain Layout
41488
41489 }
41490 \end_layout
41491
41492 \end_inset
41493
41494  Brown
41495 \end_layout
41496
41497 \end_inset
41498 </cell>
41499 <cell alignment="left" valignment="top" usebox="none">
41500 \begin_inset Text
41501
41502 \begin_layout Plain Layout
41503 \begin_inset ERT
41504 status collapsed
41505
41506 \begin_layout Plain Layout
41507
41508
41509 \backslash
41510 fcolorbox{black}{
41511 \end_layout
41512
41513 \end_inset
41514
41515 BurntOrange
41516 \begin_inset ERT
41517 status collapsed
41518
41519 \begin_layout Plain Layout
41520
41521 }{
41522 \end_layout
41523
41524 \end_inset
41525
41526
41527 \begin_inset Phantom Phantom
41528 status open
41529
41530 \begin_layout Plain Layout
41531 W
41532 \end_layout
41533
41534 \end_inset
41535
41536
41537 \begin_inset ERT
41538 status collapsed
41539
41540 \begin_layout Plain Layout
41541
41542 }
41543 \end_layout
41544
41545 \end_inset
41546
41547  BurntOrange
41548 \end_layout
41549
41550 \end_inset
41551 </cell>
41552 </row>
41553 <row>
41554 <cell alignment="left" valignment="top" usebox="none">
41555 \begin_inset Text
41556
41557 \begin_layout Plain Layout
41558 \begin_inset ERT
41559 status collapsed
41560
41561 \begin_layout Plain Layout
41562
41563
41564 \backslash
41565 fcolorbox{black}{
41566 \end_layout
41567
41568 \end_inset
41569
41570 CadetBlue
41571 \begin_inset ERT
41572 status collapsed
41573
41574 \begin_layout Plain Layout
41575
41576 }{
41577 \end_layout
41578
41579 \end_inset
41580
41581
41582 \begin_inset Phantom Phantom
41583 status open
41584
41585 \begin_layout Plain Layout
41586 W
41587 \end_layout
41588
41589 \end_inset
41590
41591
41592 \begin_inset ERT
41593 status collapsed
41594
41595 \begin_layout Plain Layout
41596
41597 }
41598 \end_layout
41599
41600 \end_inset
41601
41602  CadetBlue
41603 \end_layout
41604
41605 \end_inset
41606 </cell>
41607 <cell alignment="left" valignment="top" usebox="none">
41608 \begin_inset Text
41609
41610 \begin_layout Plain Layout
41611 \begin_inset ERT
41612 status collapsed
41613
41614 \begin_layout Plain Layout
41615
41616
41617 \backslash
41618 fcolorbox{black}{
41619 \end_layout
41620
41621 \end_inset
41622
41623 CarnationPink
41624 \begin_inset ERT
41625 status collapsed
41626
41627 \begin_layout Plain Layout
41628
41629 }{
41630 \end_layout
41631
41632 \end_inset
41633
41634
41635 \begin_inset Phantom Phantom
41636 status open
41637
41638 \begin_layout Plain Layout
41639 W
41640 \end_layout
41641
41642 \end_inset
41643
41644
41645 \begin_inset ERT
41646 status collapsed
41647
41648 \begin_layout Plain Layout
41649
41650 }
41651 \end_layout
41652
41653 \end_inset
41654
41655  CarnationPink
41656 \end_layout
41657
41658 \end_inset
41659 </cell>
41660 <cell alignment="left" valignment="top" usebox="none">
41661 \begin_inset Text
41662
41663 \begin_layout Plain Layout
41664 \begin_inset ERT
41665 status collapsed
41666
41667 \begin_layout Plain Layout
41668
41669
41670 \backslash
41671 fcolorbox{black}{
41672 \end_layout
41673
41674 \end_inset
41675
41676 Cerulean
41677 \begin_inset ERT
41678 status collapsed
41679
41680 \begin_layout Plain Layout
41681
41682 }{
41683 \end_layout
41684
41685 \end_inset
41686
41687
41688 \begin_inset Phantom Phantom
41689 status open
41690
41691 \begin_layout Plain Layout
41692 W
41693 \end_layout
41694
41695 \end_inset
41696
41697
41698 \begin_inset ERT
41699 status collapsed
41700
41701 \begin_layout Plain Layout
41702
41703 }
41704 \end_layout
41705
41706 \end_inset
41707
41708  Cerulean
41709 \end_layout
41710
41711 \end_inset
41712 </cell>
41713 <cell alignment="left" valignment="top" usebox="none">
41714 \begin_inset Text
41715
41716 \begin_layout Plain Layout
41717 \begin_inset ERT
41718 status collapsed
41719
41720 \begin_layout Plain Layout
41721
41722
41723 \backslash
41724 fcolorbox{black}{
41725 \end_layout
41726
41727 \end_inset
41728
41729 CornflowerBlue
41730 \begin_inset ERT
41731 status collapsed
41732
41733 \begin_layout Plain Layout
41734
41735 }{
41736 \end_layout
41737
41738 \end_inset
41739
41740
41741 \begin_inset Phantom Phantom
41742 status open
41743
41744 \begin_layout Plain Layout
41745 W
41746 \end_layout
41747
41748 \end_inset
41749
41750
41751 \begin_inset ERT
41752 status collapsed
41753
41754 \begin_layout Plain Layout
41755
41756 }
41757 \end_layout
41758
41759 \end_inset
41760
41761  CornflowerBlue
41762 \end_layout
41763
41764 \end_inset
41765 </cell>
41766 </row>
41767 <row>
41768 <cell alignment="left" valignment="top" usebox="none">
41769 \begin_inset Text
41770
41771 \begin_layout Plain Layout
41772 \begin_inset ERT
41773 status collapsed
41774
41775 \begin_layout Plain Layout
41776
41777
41778 \backslash
41779 fcolorbox{black}{
41780 \end_layout
41781
41782 \end_inset
41783
41784 Dandelion
41785 \begin_inset ERT
41786 status collapsed
41787
41788 \begin_layout Plain Layout
41789
41790 }{
41791 \end_layout
41792
41793 \end_inset
41794
41795
41796 \begin_inset Phantom Phantom
41797 status open
41798
41799 \begin_layout Plain Layout
41800 W
41801 \end_layout
41802
41803 \end_inset
41804
41805
41806 \begin_inset ERT
41807 status collapsed
41808
41809 \begin_layout Plain Layout
41810
41811 }
41812 \end_layout
41813
41814 \end_inset
41815
41816  Dandelion
41817 \end_layout
41818
41819 \end_inset
41820 </cell>
41821 <cell alignment="left" valignment="top" usebox="none">
41822 \begin_inset Text
41823
41824 \begin_layout Plain Layout
41825 \begin_inset ERT
41826 status collapsed
41827
41828 \begin_layout Plain Layout
41829
41830
41831 \backslash
41832 fcolorbox{black}{
41833 \end_layout
41834
41835 \end_inset
41836
41837 DarkOrchid
41838 \begin_inset ERT
41839 status collapsed
41840
41841 \begin_layout Plain Layout
41842
41843 }{
41844 \end_layout
41845
41846 \end_inset
41847
41848
41849 \begin_inset Phantom Phantom
41850 status open
41851
41852 \begin_layout Plain Layout
41853 W
41854 \end_layout
41855
41856 \end_inset
41857
41858
41859 \begin_inset ERT
41860 status collapsed
41861
41862 \begin_layout Plain Layout
41863
41864 }
41865 \end_layout
41866
41867 \end_inset
41868
41869  DarkOrchid
41870 \end_layout
41871
41872 \end_inset
41873 </cell>
41874 <cell alignment="left" valignment="top" usebox="none">
41875 \begin_inset Text
41876
41877 \begin_layout Plain Layout
41878 \begin_inset ERT
41879 status collapsed
41880
41881 \begin_layout Plain Layout
41882
41883
41884 \backslash
41885 fcolorbox{black}{
41886 \end_layout
41887
41888 \end_inset
41889
41890 Emerald
41891 \begin_inset ERT
41892 status collapsed
41893
41894 \begin_layout Plain Layout
41895
41896 }{
41897 \end_layout
41898
41899 \end_inset
41900
41901
41902 \begin_inset Phantom Phantom
41903 status open
41904
41905 \begin_layout Plain Layout
41906 W
41907 \end_layout
41908
41909 \end_inset
41910
41911
41912 \begin_inset ERT
41913 status collapsed
41914
41915 \begin_layout Plain Layout
41916
41917 }
41918 \end_layout
41919
41920 \end_inset
41921
41922  Emerald
41923 \end_layout
41924
41925 \end_inset
41926 </cell>
41927 <cell alignment="left" valignment="top" usebox="none">
41928 \begin_inset Text
41929
41930 \begin_layout Plain Layout
41931 \begin_inset ERT
41932 status collapsed
41933
41934 \begin_layout Plain Layout
41935
41936
41937 \backslash
41938 fcolorbox{black}{
41939 \end_layout
41940
41941 \end_inset
41942
41943 ForestGreen
41944 \begin_inset ERT
41945 status collapsed
41946
41947 \begin_layout Plain Layout
41948
41949 }{
41950 \end_layout
41951
41952 \end_inset
41953
41954
41955 \begin_inset Phantom Phantom
41956 status open
41957
41958 \begin_layout Plain Layout
41959 W
41960 \end_layout
41961
41962 \end_inset
41963
41964
41965 \begin_inset ERT
41966 status collapsed
41967
41968 \begin_layout Plain Layout
41969
41970 }
41971 \end_layout
41972
41973 \end_inset
41974
41975  ForestGreen
41976 \end_layout
41977
41978 \end_inset
41979 </cell>
41980 </row>
41981 <row>
41982 <cell alignment="left" valignment="top" usebox="none">
41983 \begin_inset Text
41984
41985 \begin_layout Plain Layout
41986 \begin_inset ERT
41987 status collapsed
41988
41989 \begin_layout Plain Layout
41990
41991
41992 \backslash
41993 fcolorbox{black}{
41994 \end_layout
41995
41996 \end_inset
41997
41998 Fuchsia
41999 \begin_inset ERT
42000 status collapsed
42001
42002 \begin_layout Plain Layout
42003
42004 }{
42005 \end_layout
42006
42007 \end_inset
42008
42009
42010 \begin_inset Phantom Phantom
42011 status open
42012
42013 \begin_layout Plain Layout
42014 W
42015 \end_layout
42016
42017 \end_inset
42018
42019
42020 \begin_inset ERT
42021 status collapsed
42022
42023 \begin_layout Plain Layout
42024
42025 }
42026 \end_layout
42027
42028 \end_inset
42029
42030  Fuchsia
42031 \end_layout
42032
42033 \end_inset
42034 </cell>
42035 <cell alignment="left" valignment="top" usebox="none">
42036 \begin_inset Text
42037
42038 \begin_layout Plain Layout
42039 \begin_inset ERT
42040 status collapsed
42041
42042 \begin_layout Plain Layout
42043
42044
42045 \backslash
42046 fcolorbox{black}{
42047 \end_layout
42048
42049 \end_inset
42050
42051 Goldenrod
42052 \begin_inset ERT
42053 status collapsed
42054
42055 \begin_layout Plain Layout
42056
42057 }{
42058 \end_layout
42059
42060 \end_inset
42061
42062
42063 \begin_inset Phantom Phantom
42064 status open
42065
42066 \begin_layout Plain Layout
42067 W
42068 \end_layout
42069
42070 \end_inset
42071
42072
42073 \begin_inset ERT
42074 status collapsed
42075
42076 \begin_layout Plain Layout
42077
42078 }
42079 \end_layout
42080
42081 \end_inset
42082
42083  Goldenrod
42084 \end_layout
42085
42086 \end_inset
42087 </cell>
42088 <cell alignment="left" valignment="top" usebox="none">
42089 \begin_inset Text
42090
42091 \begin_layout Plain Layout
42092 \begin_inset ERT
42093 status collapsed
42094
42095 \begin_layout Plain Layout
42096
42097
42098 \backslash
42099 fcolorbox{black}{
42100 \end_layout
42101
42102 \end_inset
42103
42104 Gray
42105 \begin_inset ERT
42106 status collapsed
42107
42108 \begin_layout Plain Layout
42109
42110 }{
42111 \end_layout
42112
42113 \end_inset
42114
42115
42116 \begin_inset Phantom Phantom
42117 status open
42118
42119 \begin_layout Plain Layout
42120 W
42121 \end_layout
42122
42123 \end_inset
42124
42125
42126 \begin_inset ERT
42127 status collapsed
42128
42129 \begin_layout Plain Layout
42130
42131 }
42132 \end_layout
42133
42134 \end_inset
42135
42136  Gray
42137 \end_layout
42138
42139 \end_inset
42140 </cell>
42141 <cell alignment="left" valignment="top" usebox="none">
42142 \begin_inset Text
42143
42144 \begin_layout Plain Layout
42145 \begin_inset ERT
42146 status collapsed
42147
42148 \begin_layout Plain Layout
42149
42150
42151 \backslash
42152 fcolorbox{black}{
42153 \end_layout
42154
42155 \end_inset
42156
42157 GreenYellow
42158 \begin_inset ERT
42159 status collapsed
42160
42161 \begin_layout Plain Layout
42162
42163 }{
42164 \end_layout
42165
42166 \end_inset
42167
42168
42169 \begin_inset Phantom Phantom
42170 status open
42171
42172 \begin_layout Plain Layout
42173 W
42174 \end_layout
42175
42176 \end_inset
42177
42178
42179 \begin_inset ERT
42180 status collapsed
42181
42182 \begin_layout Plain Layout
42183
42184 }
42185 \end_layout
42186
42187 \end_inset
42188
42189  GreenYellow
42190 \end_layout
42191
42192 \end_inset
42193 </cell>
42194 </row>
42195 <row>
42196 <cell alignment="center" valignment="top" usebox="none">
42197 \begin_inset Text
42198
42199 \begin_layout Plain Layout
42200 \begin_inset ERT
42201 status collapsed
42202
42203 \begin_layout Plain Layout
42204
42205
42206 \backslash
42207 fcolorbox{black}{
42208 \end_layout
42209
42210 \end_inset
42211
42212 JungleGreen
42213 \begin_inset ERT
42214 status collapsed
42215
42216 \begin_layout Plain Layout
42217
42218 }{
42219 \end_layout
42220
42221 \end_inset
42222
42223
42224 \begin_inset Phantom Phantom
42225 status open
42226
42227 \begin_layout Plain Layout
42228 W
42229 \end_layout
42230
42231 \end_inset
42232
42233
42234 \begin_inset ERT
42235 status collapsed
42236
42237 \begin_layout Plain Layout
42238
42239 }
42240 \end_layout
42241
42242 \end_inset
42243
42244  JungleGreen
42245 \end_layout
42246
42247 \end_inset
42248 </cell>
42249 <cell alignment="center" valignment="top" usebox="none">
42250 \begin_inset Text
42251
42252 \begin_layout Plain Layout
42253 \begin_inset ERT
42254 status collapsed
42255
42256 \begin_layout Plain Layout
42257
42258
42259 \backslash
42260 fcolorbox{black}{
42261 \end_layout
42262
42263 \end_inset
42264
42265 Lavender
42266 \begin_inset ERT
42267 status collapsed
42268
42269 \begin_layout Plain Layout
42270
42271 }{
42272 \end_layout
42273
42274 \end_inset
42275
42276
42277 \begin_inset Phantom Phantom
42278 status open
42279
42280 \begin_layout Plain Layout
42281 W
42282 \end_layout
42283
42284 \end_inset
42285
42286
42287 \begin_inset ERT
42288 status collapsed
42289
42290 \begin_layout Plain Layout
42291
42292 }
42293 \end_layout
42294
42295 \end_inset
42296
42297  Lavender
42298 \end_layout
42299
42300 \end_inset
42301 </cell>
42302 <cell alignment="center" valignment="top" usebox="none">
42303 \begin_inset Text
42304
42305 \begin_layout Plain Layout
42306 \begin_inset ERT
42307 status collapsed
42308
42309 \begin_layout Plain Layout
42310
42311
42312 \backslash
42313 fcolorbox{black}{
42314 \end_layout
42315
42316 \end_inset
42317
42318 LimeGreen
42319 \begin_inset ERT
42320 status collapsed
42321
42322 \begin_layout Plain Layout
42323
42324 }{
42325 \end_layout
42326
42327 \end_inset
42328
42329
42330 \begin_inset Phantom Phantom
42331 status open
42332
42333 \begin_layout Plain Layout
42334 W
42335 \end_layout
42336
42337 \end_inset
42338
42339
42340 \begin_inset ERT
42341 status collapsed
42342
42343 \begin_layout Plain Layout
42344
42345 }
42346 \end_layout
42347
42348 \end_inset
42349
42350  LimeGreen
42351 \end_layout
42352
42353 \end_inset
42354 </cell>
42355 <cell alignment="center" valignment="top" usebox="none">
42356 \begin_inset Text
42357
42358 \begin_layout Plain Layout
42359 \begin_inset ERT
42360 status collapsed
42361
42362 \begin_layout Plain Layout
42363
42364
42365 \backslash
42366 fcolorbox{black}{
42367 \end_layout
42368
42369 \end_inset
42370
42371 Mahogany
42372 \begin_inset ERT
42373 status collapsed
42374
42375 \begin_layout Plain Layout
42376
42377 }{
42378 \end_layout
42379
42380 \end_inset
42381
42382
42383 \begin_inset Phantom Phantom
42384 status open
42385
42386 \begin_layout Plain Layout
42387 W
42388 \end_layout
42389
42390 \end_inset
42391
42392
42393 \begin_inset ERT
42394 status collapsed
42395
42396 \begin_layout Plain Layout
42397
42398 }
42399 \end_layout
42400
42401 \end_inset
42402
42403  Mahogany
42404 \end_layout
42405
42406 \end_inset
42407 </cell>
42408 </row>
42409 <row>
42410 <cell alignment="left" valignment="top" usebox="none">
42411 \begin_inset Text
42412
42413 \begin_layout Plain Layout
42414 \begin_inset ERT
42415 status collapsed
42416
42417 \begin_layout Plain Layout
42418
42419
42420 \backslash
42421 fcolorbox{black}{
42422 \end_layout
42423
42424 \end_inset
42425
42426 Mahogany
42427 \begin_inset ERT
42428 status collapsed
42429
42430 \begin_layout Plain Layout
42431
42432 }{
42433 \end_layout
42434
42435 \end_inset
42436
42437
42438 \begin_inset Phantom Phantom
42439 status open
42440
42441 \begin_layout Plain Layout
42442 W
42443 \end_layout
42444
42445 \end_inset
42446
42447
42448 \begin_inset ERT
42449 status collapsed
42450
42451 \begin_layout Plain Layout
42452
42453 }
42454 \end_layout
42455
42456 \end_inset
42457
42458  Mahogany
42459 \end_layout
42460
42461 \end_inset
42462 </cell>
42463 <cell alignment="left" valignment="top" usebox="none">
42464 \begin_inset Text
42465
42466 \begin_layout Plain Layout
42467 \begin_inset ERT
42468 status collapsed
42469
42470 \begin_layout Plain Layout
42471
42472
42473 \backslash
42474 fcolorbox{black}{
42475 \end_layout
42476
42477 \end_inset
42478
42479 Maroon
42480 \begin_inset ERT
42481 status collapsed
42482
42483 \begin_layout Plain Layout
42484
42485 }{
42486 \end_layout
42487
42488 \end_inset
42489
42490
42491 \begin_inset Phantom Phantom
42492 status open
42493
42494 \begin_layout Plain Layout
42495 W
42496 \end_layout
42497
42498 \end_inset
42499
42500
42501 \begin_inset ERT
42502 status collapsed
42503
42504 \begin_layout Plain Layout
42505
42506 }
42507 \end_layout
42508
42509 \end_inset
42510
42511  Maroon
42512 \end_layout
42513
42514 \end_inset
42515 </cell>
42516 <cell alignment="left" valignment="top" usebox="none">
42517 \begin_inset Text
42518
42519 \begin_layout Plain Layout
42520 \begin_inset ERT
42521 status collapsed
42522
42523 \begin_layout Plain Layout
42524
42525
42526 \backslash
42527 fcolorbox{black}{
42528 \end_layout
42529
42530 \end_inset
42531
42532 Melon
42533 \begin_inset ERT
42534 status collapsed
42535
42536 \begin_layout Plain Layout
42537
42538 }{
42539 \end_layout
42540
42541 \end_inset
42542
42543
42544 \begin_inset Phantom Phantom
42545 status open
42546
42547 \begin_layout Plain Layout
42548 W
42549 \end_layout
42550
42551 \end_inset
42552
42553
42554 \begin_inset ERT
42555 status collapsed
42556
42557 \begin_layout Plain Layout
42558
42559 }
42560 \end_layout
42561
42562 \end_inset
42563
42564  Melon
42565 \end_layout
42566
42567 \end_inset
42568 </cell>
42569 <cell alignment="left" valignment="top" usebox="none">
42570 \begin_inset Text
42571
42572 \begin_layout Plain Layout
42573 \begin_inset ERT
42574 status collapsed
42575
42576 \begin_layout Plain Layout
42577
42578
42579 \backslash
42580 fcolorbox{black}{
42581 \end_layout
42582
42583 \end_inset
42584
42585 MidnightBlue
42586 \begin_inset ERT
42587 status collapsed
42588
42589 \begin_layout Plain Layout
42590
42591 }{
42592 \end_layout
42593
42594 \end_inset
42595
42596
42597 \begin_inset Phantom Phantom
42598 status open
42599
42600 \begin_layout Plain Layout
42601 W
42602 \end_layout
42603
42604 \end_inset
42605
42606
42607 \begin_inset ERT
42608 status collapsed
42609
42610 \begin_layout Plain Layout
42611
42612 }
42613 \end_layout
42614
42615 \end_inset
42616
42617  MidnightBlue
42618 \end_layout
42619
42620 \end_inset
42621 </cell>
42622 </row>
42623 <row>
42624 <cell alignment="left" valignment="top" usebox="none">
42625 \begin_inset Text
42626
42627 \begin_layout Plain Layout
42628 \begin_inset ERT
42629 status collapsed
42630
42631 \begin_layout Plain Layout
42632
42633
42634 \backslash
42635 fcolorbox{black}{
42636 \end_layout
42637
42638 \end_inset
42639
42640 Mulberry
42641 \begin_inset ERT
42642 status collapsed
42643
42644 \begin_layout Plain Layout
42645
42646 }{
42647 \end_layout
42648
42649 \end_inset
42650
42651
42652 \begin_inset Phantom Phantom
42653 status open
42654
42655 \begin_layout Plain Layout
42656 W
42657 \end_layout
42658
42659 \end_inset
42660
42661
42662 \begin_inset ERT
42663 status collapsed
42664
42665 \begin_layout Plain Layout
42666
42667 }
42668 \end_layout
42669
42670 \end_inset
42671
42672  Mulberry
42673 \end_layout
42674
42675 \end_inset
42676 </cell>
42677 <cell alignment="left" valignment="top" usebox="none">
42678 \begin_inset Text
42679
42680 \begin_layout Plain Layout
42681 \begin_inset ERT
42682 status collapsed
42683
42684 \begin_layout Plain Layout
42685
42686
42687 \backslash
42688 fcolorbox{black}{
42689 \end_layout
42690
42691 \end_inset
42692
42693 NavyBlue
42694 \begin_inset ERT
42695 status collapsed
42696
42697 \begin_layout Plain Layout
42698
42699 }{
42700 \end_layout
42701
42702 \end_inset
42703
42704
42705 \begin_inset Phantom Phantom
42706 status open
42707
42708 \begin_layout Plain Layout
42709 W
42710 \end_layout
42711
42712 \end_inset
42713
42714
42715 \begin_inset ERT
42716 status collapsed
42717
42718 \begin_layout Plain Layout
42719
42720 }
42721 \end_layout
42722
42723 \end_inset
42724
42725  NavyBlue
42726 \end_layout
42727
42728 \end_inset
42729 </cell>
42730 <cell alignment="left" valignment="top" usebox="none">
42731 \begin_inset Text
42732
42733 \begin_layout Plain Layout
42734 \begin_inset ERT
42735 status collapsed
42736
42737 \begin_layout Plain Layout
42738
42739
42740 \backslash
42741 fcolorbox{black}{
42742 \end_layout
42743
42744 \end_inset
42745
42746 OliveGreen
42747 \begin_inset ERT
42748 status collapsed
42749
42750 \begin_layout Plain Layout
42751
42752 }{
42753 \end_layout
42754
42755 \end_inset
42756
42757
42758 \begin_inset Phantom Phantom
42759 status open
42760
42761 \begin_layout Plain Layout
42762 W
42763 \end_layout
42764
42765 \end_inset
42766
42767
42768 \begin_inset ERT
42769 status collapsed
42770
42771 \begin_layout Plain Layout
42772
42773 }
42774 \end_layout
42775
42776 \end_inset
42777
42778  OliveGreen
42779 \end_layout
42780
42781 \end_inset
42782 </cell>
42783 <cell alignment="left" valignment="top" usebox="none">
42784 \begin_inset Text
42785
42786 \begin_layout Plain Layout
42787 \begin_inset ERT
42788 status collapsed
42789
42790 \begin_layout Plain Layout
42791
42792
42793 \backslash
42794 fcolorbox{black}{
42795 \end_layout
42796
42797 \end_inset
42798
42799 Orange
42800 \begin_inset ERT
42801 status collapsed
42802
42803 \begin_layout Plain Layout
42804
42805 }{
42806 \end_layout
42807
42808 \end_inset
42809
42810
42811 \begin_inset Phantom Phantom
42812 status open
42813
42814 \begin_layout Plain Layout
42815 W
42816 \end_layout
42817
42818 \end_inset
42819
42820
42821 \begin_inset ERT
42822 status collapsed
42823
42824 \begin_layout Plain Layout
42825
42826 }
42827 \end_layout
42828
42829 \end_inset
42830
42831  Orange
42832 \end_layout
42833
42834 \end_inset
42835 </cell>
42836 </row>
42837 <row>
42838 <cell alignment="left" valignment="top" usebox="none">
42839 \begin_inset Text
42840
42841 \begin_layout Plain Layout
42842 \begin_inset ERT
42843 status collapsed
42844
42845 \begin_layout Plain Layout
42846
42847
42848 \backslash
42849 fcolorbox{black}{
42850 \end_layout
42851
42852 \end_inset
42853
42854 OrangeRed
42855 \begin_inset ERT
42856 status collapsed
42857
42858 \begin_layout Plain Layout
42859
42860 }{
42861 \end_layout
42862
42863 \end_inset
42864
42865
42866 \begin_inset Phantom Phantom
42867 status open
42868
42869 \begin_layout Plain Layout
42870 W
42871 \end_layout
42872
42873 \end_inset
42874
42875
42876 \begin_inset ERT
42877 status collapsed
42878
42879 \begin_layout Plain Layout
42880
42881 }
42882 \end_layout
42883
42884 \end_inset
42885
42886  OrangeRed
42887 \end_layout
42888
42889 \end_inset
42890 </cell>
42891 <cell alignment="left" valignment="top" usebox="none">
42892 \begin_inset Text
42893
42894 \begin_layout Plain Layout
42895 \begin_inset ERT
42896 status collapsed
42897
42898 \begin_layout Plain Layout
42899
42900
42901 \backslash
42902 fcolorbox{black}{
42903 \end_layout
42904
42905 \end_inset
42906
42907 Orchid
42908 \begin_inset ERT
42909 status collapsed
42910
42911 \begin_layout Plain Layout
42912
42913 }{
42914 \end_layout
42915
42916 \end_inset
42917
42918
42919 \begin_inset Phantom Phantom
42920 status open
42921
42922 \begin_layout Plain Layout
42923 W
42924 \end_layout
42925
42926 \end_inset
42927
42928
42929 \begin_inset ERT
42930 status collapsed
42931
42932 \begin_layout Plain Layout
42933
42934 }
42935 \end_layout
42936
42937 \end_inset
42938
42939  Orchid
42940 \end_layout
42941
42942 \end_inset
42943 </cell>
42944 <cell alignment="left" valignment="top" usebox="none">
42945 \begin_inset Text
42946
42947 \begin_layout Plain Layout
42948 \begin_inset ERT
42949 status collapsed
42950
42951 \begin_layout Plain Layout
42952
42953
42954 \backslash
42955 fcolorbox{black}{
42956 \end_layout
42957
42958 \end_inset
42959
42960 Peach
42961 \begin_inset ERT
42962 status collapsed
42963
42964 \begin_layout Plain Layout
42965
42966 }{
42967 \end_layout
42968
42969 \end_inset
42970
42971
42972 \begin_inset Phantom Phantom
42973 status open
42974
42975 \begin_layout Plain Layout
42976 W
42977 \end_layout
42978
42979 \end_inset
42980
42981
42982 \begin_inset ERT
42983 status collapsed
42984
42985 \begin_layout Plain Layout
42986
42987 }
42988 \end_layout
42989
42990 \end_inset
42991
42992  Peach
42993 \end_layout
42994
42995 \end_inset
42996 </cell>
42997 <cell alignment="left" valignment="top" usebox="none">
42998 \begin_inset Text
42999
43000 \begin_layout Plain Layout
43001 \begin_inset ERT
43002 status collapsed
43003
43004 \begin_layout Plain Layout
43005
43006
43007 \backslash
43008 fcolorbox{black}{
43009 \end_layout
43010
43011 \end_inset
43012
43013 Periwinkle
43014 \begin_inset ERT
43015 status collapsed
43016
43017 \begin_layout Plain Layout
43018
43019 }{
43020 \end_layout
43021
43022 \end_inset
43023
43024
43025 \begin_inset Phantom Phantom
43026 status open
43027
43028 \begin_layout Plain Layout
43029 W
43030 \end_layout
43031
43032 \end_inset
43033
43034
43035 \begin_inset ERT
43036 status collapsed
43037
43038 \begin_layout Plain Layout
43039
43040 }
43041 \end_layout
43042
43043 \end_inset
43044
43045  Periwinkle
43046 \end_layout
43047
43048 \end_inset
43049 </cell>
43050 </row>
43051 <row>
43052 <cell alignment="left" valignment="top" usebox="none">
43053 \begin_inset Text
43054
43055 \begin_layout Plain Layout
43056 \begin_inset ERT
43057 status collapsed
43058
43059 \begin_layout Plain Layout
43060
43061
43062 \backslash
43063 fcolorbox{black}{
43064 \end_layout
43065
43066 \end_inset
43067
43068 PineGreen
43069 \begin_inset ERT
43070 status collapsed
43071
43072 \begin_layout Plain Layout
43073
43074 }{
43075 \end_layout
43076
43077 \end_inset
43078
43079
43080 \begin_inset Phantom Phantom
43081 status open
43082
43083 \begin_layout Plain Layout
43084 W
43085 \end_layout
43086
43087 \end_inset
43088
43089
43090 \begin_inset ERT
43091 status collapsed
43092
43093 \begin_layout Plain Layout
43094
43095 }
43096 \end_layout
43097
43098 \end_inset
43099
43100  PineGreen
43101 \end_layout
43102
43103 \end_inset
43104 </cell>
43105 <cell alignment="left" valignment="top" usebox="none">
43106 \begin_inset Text
43107
43108 \begin_layout Plain Layout
43109 \begin_inset ERT
43110 status collapsed
43111
43112 \begin_layout Plain Layout
43113
43114
43115 \backslash
43116 fcolorbox{black}{
43117 \end_layout
43118
43119 \end_inset
43120
43121 Plum
43122 \begin_inset ERT
43123 status collapsed
43124
43125 \begin_layout Plain Layout
43126
43127 }{
43128 \end_layout
43129
43130 \end_inset
43131
43132
43133 \begin_inset Phantom Phantom
43134 status open
43135
43136 \begin_layout Plain Layout
43137 W
43138 \end_layout
43139
43140 \end_inset
43141
43142
43143 \begin_inset ERT
43144 status collapsed
43145
43146 \begin_layout Plain Layout
43147
43148 }
43149 \end_layout
43150
43151 \end_inset
43152
43153  Plum
43154 \end_layout
43155
43156 \end_inset
43157 </cell>
43158 <cell alignment="left" valignment="top" usebox="none">
43159 \begin_inset Text
43160
43161 \begin_layout Plain Layout
43162 \begin_inset ERT
43163 status collapsed
43164
43165 \begin_layout Plain Layout
43166
43167
43168 \backslash
43169 fcolorbox{black}{
43170 \end_layout
43171
43172 \end_inset
43173
43174 ProcessBlue
43175 \begin_inset ERT
43176 status collapsed
43177
43178 \begin_layout Plain Layout
43179
43180 }{
43181 \end_layout
43182
43183 \end_inset
43184
43185
43186 \begin_inset Phantom Phantom
43187 status open
43188
43189 \begin_layout Plain Layout
43190 W
43191 \end_layout
43192
43193 \end_inset
43194
43195
43196 \begin_inset ERT
43197 status collapsed
43198
43199 \begin_layout Plain Layout
43200
43201 }
43202 \end_layout
43203
43204 \end_inset
43205
43206  ProcessBlue
43207 \end_layout
43208
43209 \end_inset
43210 </cell>
43211 <cell alignment="left" valignment="top" usebox="none">
43212 \begin_inset Text
43213
43214 \begin_layout Plain Layout
43215 \begin_inset ERT
43216 status collapsed
43217
43218 \begin_layout Plain Layout
43219
43220
43221 \backslash
43222 fcolorbox{black}{
43223 \end_layout
43224
43225 \end_inset
43226
43227 Purple
43228 \begin_inset ERT
43229 status collapsed
43230
43231 \begin_layout Plain Layout
43232
43233 }{
43234 \end_layout
43235
43236 \end_inset
43237
43238
43239 \begin_inset Phantom Phantom
43240 status open
43241
43242 \begin_layout Plain Layout
43243 W
43244 \end_layout
43245
43246 \end_inset
43247
43248
43249 \begin_inset ERT
43250 status collapsed
43251
43252 \begin_layout Plain Layout
43253
43254 }
43255 \end_layout
43256
43257 \end_inset
43258
43259  Purple
43260 \end_layout
43261
43262 \end_inset
43263 </cell>
43264 </row>
43265 <row>
43266 <cell alignment="left" valignment="top" usebox="none">
43267 \begin_inset Text
43268
43269 \begin_layout Plain Layout
43270 \begin_inset ERT
43271 status collapsed
43272
43273 \begin_layout Plain Layout
43274
43275
43276 \backslash
43277 fcolorbox{black}{
43278 \end_layout
43279
43280 \end_inset
43281
43282 RawSienna
43283 \begin_inset ERT
43284 status collapsed
43285
43286 \begin_layout Plain Layout
43287
43288 }{
43289 \end_layout
43290
43291 \end_inset
43292
43293
43294 \begin_inset Phantom Phantom
43295 status open
43296
43297 \begin_layout Plain Layout
43298 W
43299 \end_layout
43300
43301 \end_inset
43302
43303
43304 \begin_inset ERT
43305 status collapsed
43306
43307 \begin_layout Plain Layout
43308
43309 }
43310 \end_layout
43311
43312 \end_inset
43313
43314  RawSienna
43315 \end_layout
43316
43317 \end_inset
43318 </cell>
43319 <cell alignment="left" valignment="top" usebox="none">
43320 \begin_inset Text
43321
43322 \begin_layout Plain Layout
43323 \begin_inset ERT
43324 status collapsed
43325
43326 \begin_layout Plain Layout
43327
43328
43329 \backslash
43330 fcolorbox{black}{
43331 \end_layout
43332
43333 \end_inset
43334
43335 RedOrange
43336 \begin_inset ERT
43337 status collapsed
43338
43339 \begin_layout Plain Layout
43340
43341 }{
43342 \end_layout
43343
43344 \end_inset
43345
43346
43347 \begin_inset Phantom Phantom
43348 status open
43349
43350 \begin_layout Plain Layout
43351 W
43352 \end_layout
43353
43354 \end_inset
43355
43356
43357 \begin_inset ERT
43358 status collapsed
43359
43360 \begin_layout Plain Layout
43361
43362 }
43363 \end_layout
43364
43365 \end_inset
43366
43367  RedOrange
43368 \end_layout
43369
43370 \end_inset
43371 </cell>
43372 <cell alignment="left" valignment="top" usebox="none">
43373 \begin_inset Text
43374
43375 \begin_layout Plain Layout
43376 \begin_inset ERT
43377 status collapsed
43378
43379 \begin_layout Plain Layout
43380
43381
43382 \backslash
43383 fcolorbox{black}{
43384 \end_layout
43385
43386 \end_inset
43387
43388 RedViolet
43389 \begin_inset ERT
43390 status collapsed
43391
43392 \begin_layout Plain Layout
43393
43394 }{
43395 \end_layout
43396
43397 \end_inset
43398
43399
43400 \begin_inset Phantom Phantom
43401 status open
43402
43403 \begin_layout Plain Layout
43404 W
43405 \end_layout
43406
43407 \end_inset
43408
43409
43410 \begin_inset ERT
43411 status collapsed
43412
43413 \begin_layout Plain Layout
43414
43415 }
43416 \end_layout
43417
43418 \end_inset
43419
43420  RedViolet
43421 \end_layout
43422
43423 \end_inset
43424 </cell>
43425 <cell alignment="left" valignment="top" usebox="none">
43426 \begin_inset Text
43427
43428 \begin_layout Plain Layout
43429 \begin_inset ERT
43430 status collapsed
43431
43432 \begin_layout Plain Layout
43433
43434
43435 \backslash
43436 fcolorbox{black}{
43437 \end_layout
43438
43439 \end_inset
43440
43441 Rhodamine
43442 \begin_inset ERT
43443 status collapsed
43444
43445 \begin_layout Plain Layout
43446
43447 }{
43448 \end_layout
43449
43450 \end_inset
43451
43452
43453 \begin_inset Phantom Phantom
43454 status open
43455
43456 \begin_layout Plain Layout
43457 W
43458 \end_layout
43459
43460 \end_inset
43461
43462
43463 \begin_inset ERT
43464 status collapsed
43465
43466 \begin_layout Plain Layout
43467
43468 }
43469 \end_layout
43470
43471 \end_inset
43472
43473  Rhodamine
43474 \end_layout
43475
43476 \end_inset
43477 </cell>
43478 </row>
43479 <row>
43480 <cell alignment="left" valignment="top" usebox="none">
43481 \begin_inset Text
43482
43483 \begin_layout Plain Layout
43484 \begin_inset ERT
43485 status collapsed
43486
43487 \begin_layout Plain Layout
43488
43489
43490 \backslash
43491 fcolorbox{black}{
43492 \end_layout
43493
43494 \end_inset
43495
43496 RoyalBlue
43497 \begin_inset ERT
43498 status collapsed
43499
43500 \begin_layout Plain Layout
43501
43502 }{
43503 \end_layout
43504
43505 \end_inset
43506
43507
43508 \begin_inset Phantom Phantom
43509 status open
43510
43511 \begin_layout Plain Layout
43512 W
43513 \end_layout
43514
43515 \end_inset
43516
43517
43518 \begin_inset ERT
43519 status collapsed
43520
43521 \begin_layout Plain Layout
43522
43523 }
43524 \end_layout
43525
43526 \end_inset
43527
43528  RoyalBlue
43529 \end_layout
43530
43531 \end_inset
43532 </cell>
43533 <cell alignment="left" valignment="top" usebox="none">
43534 \begin_inset Text
43535
43536 \begin_layout Plain Layout
43537 \begin_inset ERT
43538 status collapsed
43539
43540 \begin_layout Plain Layout
43541
43542
43543 \backslash
43544 fcolorbox{black}{
43545 \end_layout
43546
43547 \end_inset
43548
43549 RoyalPurple
43550 \begin_inset ERT
43551 status collapsed
43552
43553 \begin_layout Plain Layout
43554
43555 }{
43556 \end_layout
43557
43558 \end_inset
43559
43560
43561 \begin_inset Phantom Phantom
43562 status open
43563
43564 \begin_layout Plain Layout
43565 W
43566 \end_layout
43567
43568 \end_inset
43569
43570
43571 \begin_inset ERT
43572 status collapsed
43573
43574 \begin_layout Plain Layout
43575
43576 }
43577 \end_layout
43578
43579 \end_inset
43580
43581  RoyalPurple
43582 \end_layout
43583
43584 \end_inset
43585 </cell>
43586 <cell alignment="left" valignment="top" usebox="none">
43587 \begin_inset Text
43588
43589 \begin_layout Plain Layout
43590 \begin_inset ERT
43591 status collapsed
43592
43593 \begin_layout Plain Layout
43594
43595
43596 \backslash
43597 fcolorbox{black}{
43598 \end_layout
43599
43600 \end_inset
43601
43602 RubineRed
43603 \begin_inset ERT
43604 status collapsed
43605
43606 \begin_layout Plain Layout
43607
43608 }{
43609 \end_layout
43610
43611 \end_inset
43612
43613
43614 \begin_inset Phantom Phantom
43615 status open
43616
43617 \begin_layout Plain Layout
43618 W
43619 \end_layout
43620
43621 \end_inset
43622
43623
43624 \begin_inset ERT
43625 status collapsed
43626
43627 \begin_layout Plain Layout
43628
43629 }
43630 \end_layout
43631
43632 \end_inset
43633
43634  RubineRed
43635 \end_layout
43636
43637 \end_inset
43638 </cell>
43639 <cell alignment="left" valignment="top" usebox="none">
43640 \begin_inset Text
43641
43642 \begin_layout Plain Layout
43643 \begin_inset ERT
43644 status collapsed
43645
43646 \begin_layout Plain Layout
43647
43648
43649 \backslash
43650 fcolorbox{black}{
43651 \end_layout
43652
43653 \end_inset
43654
43655 Salmon
43656 \begin_inset ERT
43657 status collapsed
43658
43659 \begin_layout Plain Layout
43660
43661 }{
43662 \end_layout
43663
43664 \end_inset
43665
43666
43667 \begin_inset Phantom Phantom
43668 status open
43669
43670 \begin_layout Plain Layout
43671 W
43672 \end_layout
43673
43674 \end_inset
43675
43676
43677 \begin_inset ERT
43678 status collapsed
43679
43680 \begin_layout Plain Layout
43681
43682 }
43683 \end_layout
43684
43685 \end_inset
43686
43687  Salmon
43688 \end_layout
43689
43690 \end_inset
43691 </cell>
43692 </row>
43693 <row>
43694 <cell alignment="left" valignment="top" usebox="none">
43695 \begin_inset Text
43696
43697 \begin_layout Plain Layout
43698 \begin_inset ERT
43699 status collapsed
43700
43701 \begin_layout Plain Layout
43702
43703
43704 \backslash
43705 fcolorbox{black}{
43706 \end_layout
43707
43708 \end_inset
43709
43710 SeaGreen
43711 \begin_inset ERT
43712 status collapsed
43713
43714 \begin_layout Plain Layout
43715
43716 }{
43717 \end_layout
43718
43719 \end_inset
43720
43721
43722 \begin_inset Phantom Phantom
43723 status open
43724
43725 \begin_layout Plain Layout
43726 W
43727 \end_layout
43728
43729 \end_inset
43730
43731
43732 \begin_inset ERT
43733 status collapsed
43734
43735 \begin_layout Plain Layout
43736
43737 }
43738 \end_layout
43739
43740 \end_inset
43741
43742  SeaGreen
43743 \end_layout
43744
43745 \end_inset
43746 </cell>
43747 <cell alignment="left" valignment="top" usebox="none">
43748 \begin_inset Text
43749
43750 \begin_layout Plain Layout
43751 \begin_inset ERT
43752 status collapsed
43753
43754 \begin_layout Plain Layout
43755
43756
43757 \backslash
43758 fcolorbox{black}{
43759 \end_layout
43760
43761 \end_inset
43762
43763 Sepia
43764 \begin_inset ERT
43765 status collapsed
43766
43767 \begin_layout Plain Layout
43768
43769 }{
43770 \end_layout
43771
43772 \end_inset
43773
43774
43775 \begin_inset Phantom Phantom
43776 status open
43777
43778 \begin_layout Plain Layout
43779 W
43780 \end_layout
43781
43782 \end_inset
43783
43784
43785 \begin_inset ERT
43786 status collapsed
43787
43788 \begin_layout Plain Layout
43789
43790 }
43791 \end_layout
43792
43793 \end_inset
43794
43795  Sepia
43796 \end_layout
43797
43798 \end_inset
43799 </cell>
43800 <cell alignment="left" valignment="top" usebox="none">
43801 \begin_inset Text
43802
43803 \begin_layout Plain Layout
43804 \begin_inset ERT
43805 status collapsed
43806
43807 \begin_layout Plain Layout
43808
43809
43810 \backslash
43811 fcolorbox{black}{
43812 \end_layout
43813
43814 \end_inset
43815
43816 SkyBlue
43817 \begin_inset ERT
43818 status collapsed
43819
43820 \begin_layout Plain Layout
43821
43822 }{
43823 \end_layout
43824
43825 \end_inset
43826
43827
43828 \begin_inset Phantom Phantom
43829 status open
43830
43831 \begin_layout Plain Layout
43832 W
43833 \end_layout
43834
43835 \end_inset
43836
43837
43838 \begin_inset ERT
43839 status collapsed
43840
43841 \begin_layout Plain Layout
43842
43843 }
43844 \end_layout
43845
43846 \end_inset
43847
43848  SkyBlue
43849 \end_layout
43850
43851 \end_inset
43852 </cell>
43853 <cell alignment="left" valignment="top" usebox="none">
43854 \begin_inset Text
43855
43856 \begin_layout Plain Layout
43857 \begin_inset ERT
43858 status collapsed
43859
43860 \begin_layout Plain Layout
43861
43862
43863 \backslash
43864 fcolorbox{black}{
43865 \end_layout
43866
43867 \end_inset
43868
43869 SpringGreen
43870 \begin_inset ERT
43871 status collapsed
43872
43873 \begin_layout Plain Layout
43874
43875 }{
43876 \end_layout
43877
43878 \end_inset
43879
43880
43881 \begin_inset Phantom Phantom
43882 status open
43883
43884 \begin_layout Plain Layout
43885 W
43886 \end_layout
43887
43888 \end_inset
43889
43890
43891 \begin_inset ERT
43892 status collapsed
43893
43894 \begin_layout Plain Layout
43895
43896 }
43897 \end_layout
43898
43899 \end_inset
43900
43901  SpringGreen
43902 \end_layout
43903
43904 \end_inset
43905 </cell>
43906 </row>
43907 <row>
43908 <cell alignment="left" valignment="top" usebox="none">
43909 \begin_inset Text
43910
43911 \begin_layout Plain Layout
43912 \begin_inset ERT
43913 status collapsed
43914
43915 \begin_layout Plain Layout
43916
43917
43918 \backslash
43919 fcolorbox{black}{
43920 \end_layout
43921
43922 \end_inset
43923
43924 Tan
43925 \begin_inset ERT
43926 status collapsed
43927
43928 \begin_layout Plain Layout
43929
43930 }{
43931 \end_layout
43932
43933 \end_inset
43934
43935
43936 \begin_inset Phantom Phantom
43937 status open
43938
43939 \begin_layout Plain Layout
43940 W
43941 \end_layout
43942
43943 \end_inset
43944
43945
43946 \begin_inset ERT
43947 status collapsed
43948
43949 \begin_layout Plain Layout
43950
43951 }
43952 \end_layout
43953
43954 \end_inset
43955
43956  Tan
43957 \end_layout
43958
43959 \end_inset
43960 </cell>
43961 <cell alignment="left" valignment="top" usebox="none">
43962 \begin_inset Text
43963
43964 \begin_layout Plain Layout
43965 \begin_inset ERT
43966 status collapsed
43967
43968 \begin_layout Plain Layout
43969
43970
43971 \backslash
43972 fcolorbox{black}{
43973 \end_layout
43974
43975 \end_inset
43976
43977 TealBlue
43978 \begin_inset ERT
43979 status collapsed
43980
43981 \begin_layout Plain Layout
43982
43983 }{
43984 \end_layout
43985
43986 \end_inset
43987
43988
43989 \begin_inset Phantom Phantom
43990 status open
43991
43992 \begin_layout Plain Layout
43993 W
43994 \end_layout
43995
43996 \end_inset
43997
43998
43999 \begin_inset ERT
44000 status collapsed
44001
44002 \begin_layout Plain Layout
44003
44004 }
44005 \end_layout
44006
44007 \end_inset
44008
44009  TealBlue
44010 \end_layout
44011
44012 \end_inset
44013 </cell>
44014 <cell alignment="left" valignment="top" usebox="none">
44015 \begin_inset Text
44016
44017 \begin_layout Plain Layout
44018 \begin_inset ERT
44019 status collapsed
44020
44021 \begin_layout Plain Layout
44022
44023
44024 \backslash
44025 fcolorbox{black}{
44026 \end_layout
44027
44028 \end_inset
44029
44030 Thistle
44031 \begin_inset ERT
44032 status collapsed
44033
44034 \begin_layout Plain Layout
44035
44036 }{
44037 \end_layout
44038
44039 \end_inset
44040
44041
44042 \begin_inset Phantom Phantom
44043 status open
44044
44045 \begin_layout Plain Layout
44046 W
44047 \end_layout
44048
44049 \end_inset
44050
44051
44052 \begin_inset ERT
44053 status collapsed
44054
44055 \begin_layout Plain Layout
44056
44057 }
44058 \end_layout
44059
44060 \end_inset
44061
44062  Thistle
44063 \end_layout
44064
44065 \end_inset
44066 </cell>
44067 <cell alignment="left" valignment="top" usebox="none">
44068 \begin_inset Text
44069
44070 \begin_layout Plain Layout
44071 \begin_inset ERT
44072 status collapsed
44073
44074 \begin_layout Plain Layout
44075
44076
44077 \backslash
44078 fcolorbox{black}{
44079 \end_layout
44080
44081 \end_inset
44082
44083 Turquoise
44084 \begin_inset ERT
44085 status collapsed
44086
44087 \begin_layout Plain Layout
44088
44089 }{
44090 \end_layout
44091
44092 \end_inset
44093
44094
44095 \begin_inset Phantom Phantom
44096 status open
44097
44098 \begin_layout Plain Layout
44099 W
44100 \end_layout
44101
44102 \end_inset
44103
44104
44105 \begin_inset ERT
44106 status collapsed
44107
44108 \begin_layout Plain Layout
44109
44110 }
44111 \end_layout
44112
44113 \end_inset
44114
44115  Turquoise
44116 \end_layout
44117
44118 \end_inset
44119 </cell>
44120 </row>
44121 <row>
44122 <cell alignment="left" valignment="top" usebox="none">
44123 \begin_inset Text
44124
44125 \begin_layout Plain Layout
44126 \begin_inset ERT
44127 status collapsed
44128
44129 \begin_layout Plain Layout
44130
44131
44132 \backslash
44133 fcolorbox{black}{
44134 \end_layout
44135
44136 \end_inset
44137
44138 Violet
44139 \begin_inset ERT
44140 status collapsed
44141
44142 \begin_layout Plain Layout
44143
44144 }{
44145 \end_layout
44146
44147 \end_inset
44148
44149
44150 \begin_inset Phantom Phantom
44151 status open
44152
44153 \begin_layout Plain Layout
44154 W
44155 \end_layout
44156
44157 \end_inset
44158
44159
44160 \begin_inset ERT
44161 status collapsed
44162
44163 \begin_layout Plain Layout
44164
44165 }
44166 \end_layout
44167
44168 \end_inset
44169
44170  Violet
44171 \end_layout
44172
44173 \end_inset
44174 </cell>
44175 <cell alignment="left" valignment="top" usebox="none">
44176 \begin_inset Text
44177
44178 \begin_layout Plain Layout
44179 \begin_inset ERT
44180 status collapsed
44181
44182 \begin_layout Plain Layout
44183
44184
44185 \backslash
44186 fcolorbox{black}{
44187 \end_layout
44188
44189 \end_inset
44190
44191 VioletRed
44192 \begin_inset ERT
44193 status collapsed
44194
44195 \begin_layout Plain Layout
44196
44197 }{
44198 \end_layout
44199
44200 \end_inset
44201
44202
44203 \begin_inset Phantom Phantom
44204 status open
44205
44206 \begin_layout Plain Layout
44207 W
44208 \end_layout
44209
44210 \end_inset
44211
44212
44213 \begin_inset ERT
44214 status collapsed
44215
44216 \begin_layout Plain Layout
44217
44218 }
44219 \end_layout
44220
44221 \end_inset
44222
44223  VioletRed
44224 \end_layout
44225
44226 \end_inset
44227 </cell>
44228 <cell alignment="left" valignment="top" usebox="none">
44229 \begin_inset Text
44230
44231 \begin_layout Plain Layout
44232 \begin_inset ERT
44233 status collapsed
44234
44235 \begin_layout Plain Layout
44236
44237
44238 \backslash
44239 fcolorbox{black}{
44240 \end_layout
44241
44242 \end_inset
44243
44244 WildStrawberry
44245 \begin_inset ERT
44246 status collapsed
44247
44248 \begin_layout Plain Layout
44249
44250 }{
44251 \end_layout
44252
44253 \end_inset
44254
44255
44256 \begin_inset Phantom Phantom
44257 status open
44258
44259 \begin_layout Plain Layout
44260 W
44261 \end_layout
44262
44263 \end_inset
44264
44265
44266 \begin_inset ERT
44267 status collapsed
44268
44269 \begin_layout Plain Layout
44270
44271 }
44272 \end_layout
44273
44274 \end_inset
44275
44276  WildStrawberry
44277 \end_layout
44278
44279 \end_inset
44280 </cell>
44281 <cell alignment="left" valignment="top" usebox="none">
44282 \begin_inset Text
44283
44284 \begin_layout Plain Layout
44285 \begin_inset ERT
44286 status collapsed
44287
44288 \begin_layout Plain Layout
44289
44290
44291 \backslash
44292 fcolorbox{black}{
44293 \end_layout
44294
44295 \end_inset
44296
44297 YellowGreen
44298 \begin_inset ERT
44299 status collapsed
44300
44301 \begin_layout Plain Layout
44302
44303 }{
44304 \end_layout
44305
44306 \end_inset
44307
44308
44309 \begin_inset Phantom Phantom
44310 status open
44311
44312 \begin_layout Plain Layout
44313 W
44314 \end_layout
44315
44316 \end_inset
44317
44318
44319 \begin_inset ERT
44320 status collapsed
44321
44322 \begin_layout Plain Layout
44323
44324 }
44325 \end_layout
44326
44327 \end_inset
44328
44329  YellowGreen
44330 \end_layout
44331
44332 \end_inset
44333 </cell>
44334 </row>
44335 <row>
44336 <cell alignment="left" valignment="top" usebox="none">
44337 \begin_inset Text
44338
44339 \begin_layout Plain Layout
44340 \begin_inset ERT
44341 status collapsed
44342
44343 \begin_layout Plain Layout
44344
44345
44346 \backslash
44347 fcolorbox{black}{
44348 \end_layout
44349
44350 \end_inset
44351
44352 YellowOrange
44353 \begin_inset ERT
44354 status collapsed
44355
44356 \begin_layout Plain Layout
44357
44358 }{
44359 \end_layout
44360
44361 \end_inset
44362
44363
44364 \begin_inset Phantom Phantom
44365 status open
44366
44367 \begin_layout Plain Layout
44368 W
44369 \end_layout
44370
44371 \end_inset
44372
44373
44374 \begin_inset ERT
44375 status collapsed
44376
44377 \begin_layout Plain Layout
44378
44379 }
44380 \end_layout
44381
44382 \end_inset
44383
44384  YellowOrange
44385 \end_layout
44386
44387 \end_inset
44388 </cell>
44389 <cell alignment="left" valignment="top" usebox="none">
44390 \begin_inset Text
44391
44392 \begin_layout Plain Layout
44393
44394 \end_layout
44395
44396 \end_inset
44397 </cell>
44398 <cell alignment="left" valignment="top" usebox="none">
44399 \begin_inset Text
44400
44401 \begin_layout Plain Layout
44402
44403 \end_layout
44404
44405 \end_inset
44406 </cell>
44407 <cell alignment="left" valignment="top" usebox="none">
44408 \begin_inset Text
44409
44410 \begin_layout Plain Layout
44411
44412 \end_layout
44413
44414 \end_inset
44415 </cell>
44416 </row>
44417 </lyxtabular>
44418
44419 \end_inset
44420
44421
44422 \end_layout
44423
44424 \begin_layout Chapter
44425 Explanation of Equation
44426 \begin_inset space ~
44427 \end_inset
44428
44429 (
44430 \begin_inset CommandInset ref
44431 LatexCommand ref
44432 reference "eq:Wgn"
44433
44434 \end_inset
44435
44436 )
44437 \begin_inset CommandInset label
44438 LatexCommand label
44439 name "cha:Explanation-of-Equation"
44440
44441 \end_inset
44442
44443
44444 \end_layout
44445
44446 \begin_layout Standard
44447 We can calculate the total width of 
44448 \emph on
44449 n
44450 \emph default
44451  table cells 
44452 \begin_inset Formula $W_{\mathrm{tot\, n}}$
44453 \end_inset
44454
44455  as follows:
44456 \begin_inset Formula 
44457 \begin{equation}
44458 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44459 \end{equation}
44460
44461 \end_inset
44462
44463 where 
44464 \begin_inset Formula $W_{g\, n}$
44465 \end_inset
44466
44467  is the given width of all cells, 
44468 \series bold
44469
44470 \backslash
44471 tabcolsep
44472 \series default
44473  is the LaTeX-length between the cell text and the cell border (its default
44474  value is 6
44475 \begin_inset space \thinspace{}
44476 \end_inset
44477
44478 pt).
44479  
44480 \series bold
44481
44482 \backslash
44483 arrayrulewidth
44484 \series default
44485  is the thickness of the cell border line, the default is 0.4
44486 \begin_inset space \thinspace{}
44487 \end_inset
44488
44489 pt.
44490 \end_layout
44491
44492 \begin_layout Standard
44493 Following equation
44494 \begin_inset space ~
44495 \end_inset
44496
44497
44498 \begin_inset CommandInset ref
44499 LatexCommand eqref
44500 reference "eq:Wtot_n"
44501
44502 \end_inset
44503
44504 , the total width of a multicolumn 
44505 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
44506 \end_inset
44507
44508  is
44509 \begin_inset Formula 
44510 \begin{equation}
44511 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44512 \end{equation}
44513
44514 \end_inset
44515
44516
44517 \end_layout
44518
44519 \begin_layout Standard
44520 By setting equation
44521 \begin_inset space ~
44522 \end_inset
44523
44524
44525 \begin_inset CommandInset ref
44526 LatexCommand eqref
44527 reference "eq:Wtot_n"
44528
44529 \end_inset
44530
44531  and 
44532 \begin_inset CommandInset ref
44533 LatexCommand eqref
44534 reference "eq:Wtot_mult"
44535
44536 \end_inset
44537
44538  equal we can calculate the needed given width 
44539 \begin_inset Formula $W_{g\, n}$
44540 \end_inset
44541
44542  when 
44543 \emph on
44544 n
44545 \emph default
44546  columns are spanned, so that each column has a total width of 
44547 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
44548 \end_inset
44549
44550 :
44551 \begin_inset Formula 
44552 \begin{equation}
44553 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44554 \end{equation}
44555
44556 \end_inset
44557
44558
44559 \end_layout
44560
44561 \begin_layout Bibliography
44562 \labelwidthstring Bibliography
44563 \begin_inset CommandInset bibitem
44564 LatexCommand bibitem
44565 key "latexcompanion"
44566
44567 \end_inset
44568
44569 Frank Mittelbach and Michel Goossens: 
44570 \emph on
44571 The LaTeX Companion Second Edition.
44572
44573 \emph default
44574  Addison-Wesley, 2004
44575 \end_layout
44576
44577 \begin_layout Bibliography
44578 \labelwidthstring Bibliography
44579 \begin_inset CommandInset bibitem
44580 LatexCommand bibitem
44581 key "latexguide"
44582
44583 \end_inset
44584
44585 Helmut Kopka and Patrick W.
44586  Daly: 
44587 \emph on
44588 A Guide to LaTeX Fourth Edition.
44589
44590 \emph default
44591  Addison-Wesley, 2003
44592 \end_layout
44593
44594 \begin_layout Bibliography
44595 \labelwidthstring Bibliography
44596 \begin_inset CommandInset bibitem
44597 LatexCommand bibitem
44598 key "latexbook"
44599
44600 \end_inset
44601
44602 Leslie Lamport: 
44603 \emph on
44604 LaTeX: A Document Preparation System.
44605
44606 \emph default
44607  Addison-Wesley, second edition, 1994
44608 \end_layout
44609
44610 \begin_layout Bibliography
44611 \labelwidthstring Bibliography
44612 \begin_inset CommandInset bibitem
44613 LatexCommand bibitem
44614 key "arydshln"
44615
44616 \end_inset
44617
44618 Documentation of the LaTeX-package 
44619 \series bold
44620
44621 \begin_inset CommandInset href
44622 LatexCommand href
44623 name "arydshln"
44624 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
44625
44626 \end_inset
44627
44628
44629 \series default
44630
44631 \begin_inset Index idx
44632 status collapsed
44633
44634 \begin_layout Plain Layout
44635 LaTeX-packages ! arydshln
44636 \end_layout
44637
44638 \end_inset
44639
44640
44641 \end_layout
44642
44643 \begin_layout Bibliography
44644 \labelwidthstring Bibliography
44645 \begin_inset CommandInset bibitem
44646 LatexCommand bibitem
44647 key "booktabs"
44648
44649 \end_inset
44650
44651 Documentation of the LaTeX-package 
44652 \series bold
44653
44654 \begin_inset CommandInset href
44655 LatexCommand href
44656 name "booktabs"
44657 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
44658
44659 \end_inset
44660
44661
44662 \series default
44663
44664 \begin_inset Index idx
44665 status collapsed
44666
44667 \begin_layout Plain Layout
44668 LaTeX-packages ! booktabs
44669 \end_layout
44670
44671 \end_inset
44672
44673
44674 \end_layout
44675
44676 \begin_layout Bibliography
44677 \labelwidthstring Bibliography
44678 \begin_inset CommandInset bibitem
44679 LatexCommand bibitem
44680 key "caption"
44681
44682 \end_inset
44683
44684 Documentation of the LaTeX-package 
44685 \series bold
44686
44687 \begin_inset CommandInset href
44688 LatexCommand href
44689 name "caption"
44690 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
44691
44692 \end_inset
44693
44694
44695 \series default
44696
44697 \begin_inset Index idx
44698 status collapsed
44699
44700 \begin_layout Plain Layout
44701 LaTeX-packages ! caption
44702 \end_layout
44703
44704 \end_inset
44705
44706
44707 \end_layout
44708
44709 \begin_layout Bibliography
44710 \labelwidthstring Bibliography
44711 \begin_inset CommandInset bibitem
44712 LatexCommand bibitem
44713 key "diagbox"
44714
44715 \end_inset
44716
44717 Documentation of the LaTeX-package 
44718 \series bold
44719
44720 \begin_inset CommandInset href
44721 LatexCommand href
44722 name "diagbox"
44723 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
44724
44725 \end_inset
44726
44727
44728 \series default
44729
44730 \begin_inset Index idx
44731 status collapsed
44732
44733 \begin_layout Plain Layout
44734 LaTeX-packages ! diagbox
44735 \end_layout
44736
44737 \end_inset
44738
44739
44740 \end_layout
44741
44742 \begin_layout Bibliography
44743 \labelwidthstring Bibliography
44744 \begin_inset CommandInset bibitem
44745 LatexCommand bibitem
44746 key "endfloat"
44747
44748 \end_inset
44749
44750 Documentation of the LaTeX-package 
44751 \series bold
44752
44753 \begin_inset CommandInset href
44754 LatexCommand href
44755 name "endfloat"
44756 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
44757
44758 \end_inset
44759
44760
44761 \series default
44762
44763 \begin_inset Index idx
44764 status collapsed
44765
44766 \begin_layout Plain Layout
44767 LaTeX-packages ! endfloat
44768 \end_layout
44769
44770 \end_inset
44771
44772
44773 \end_layout
44774
44775 \begin_layout Bibliography
44776 \labelwidthstring Bibliography
44777 \begin_inset CommandInset bibitem
44778 LatexCommand bibitem
44779 key "footmisc"
44780
44781 \end_inset
44782
44783 Documentation of the LaTeX-package 
44784 \series bold
44785
44786 \begin_inset CommandInset href
44787 LatexCommand href
44788 name "footmisc"
44789 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
44790
44791 \end_inset
44792
44793
44794 \series default
44795
44796 \begin_inset Index idx
44797 status collapsed
44798
44799 \begin_layout Plain Layout
44800 LaTeX-packages ! footmisc
44801 \end_layout
44802
44803 \end_inset
44804
44805
44806 \end_layout
44807
44808 \begin_layout Bibliography
44809 \labelwidthstring Bibliography
44810 \begin_inset CommandInset bibitem
44811 LatexCommand bibitem
44812 key "hypcap"
44813
44814 \end_inset
44815
44816 Documentation of the LaTeX-package 
44817 \series bold
44818
44819 \begin_inset CommandInset href
44820 LatexCommand href
44821 name "hypcap"
44822 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
44823
44824 \end_inset
44825
44826
44827 \series default
44828
44829 \begin_inset Index idx
44830 status collapsed
44831
44832 \begin_layout Plain Layout
44833 LaTeX-packages ! hyperref
44834 \end_layout
44835
44836 \end_inset
44837
44838
44839 \end_layout
44840
44841 \begin_layout Bibliography
44842 \labelwidthstring Bibliography
44843 \begin_inset CommandInset bibitem
44844 LatexCommand bibitem
44845 key "hyperref"
44846
44847 \end_inset
44848
44849 Documentation of the LaTeX-package 
44850 \series bold
44851
44852 \begin_inset CommandInset href
44853 LatexCommand href
44854 name "hyperref"
44855 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
44856
44857 \end_inset
44858
44859
44860 \series default
44861
44862 \begin_inset Index idx
44863 status collapsed
44864
44865 \begin_layout Plain Layout
44866 LaTeX-packages ! hyperref
44867 \end_layout
44868
44869 \end_inset
44870
44871
44872 \end_layout
44873
44874 \begin_layout Bibliography
44875 \labelwidthstring Bibliography
44876 \begin_inset CommandInset bibitem
44877 LatexCommand bibitem
44878 key "KOMA-Script"
44879
44880 \end_inset
44881
44882 Documentation of the LaTeX-package 
44883 \series bold
44884
44885 \begin_inset CommandInset href
44886 LatexCommand href
44887 name "KOMA-Script"
44888 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
44889
44890 \end_inset
44891
44892
44893 \series default
44894
44895 \begin_inset Index idx
44896 status collapsed
44897
44898 \begin_layout Plain Layout
44899 LaTeX-packages ! KOMA-Script
44900 \end_layout
44901
44902 \end_inset
44903
44904
44905 \end_layout
44906
44907 \begin_layout Bibliography
44908 \labelwidthstring Bibliography
44909 \begin_inset CommandInset bibitem
44910 LatexCommand bibitem
44911 key "lettrine"
44912
44913 \end_inset
44914
44915 Documentation of the LaTeX-package 
44916 \series bold
44917
44918 \begin_inset CommandInset href
44919 LatexCommand href
44920 name "lettrine"
44921 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
44922
44923 \end_inset
44924
44925
44926 \series default
44927  and an 
44928 \begin_inset CommandInset href
44929 LatexCommand href
44930 name "example"
44931 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
44932
44933 \end_inset
44934
44935
44936 \begin_inset Index idx
44937 status collapsed
44938
44939 \begin_layout Plain Layout
44940 LaTeX-packages ! lettrine
44941 \end_layout
44942
44943 \end_inset
44944
44945
44946 \end_layout
44947
44948 \begin_layout Bibliography
44949 \labelwidthstring Bibliography
44950 \begin_inset CommandInset bibitem
44951 LatexCommand bibitem
44952 key "listings"
44953
44954 \end_inset
44955
44956 Documentation of the LaTeX-package 
44957 \series bold
44958
44959 \begin_inset CommandInset href
44960 LatexCommand href
44961 name "listings"
44962 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
44963
44964 \end_inset
44965
44966
44967 \series default
44968
44969 \begin_inset Index idx
44970 status collapsed
44971
44972 \begin_layout Plain Layout
44973 LaTeX-packages ! listings
44974 \end_layout
44975
44976 \end_inset
44977
44978
44979 \end_layout
44980
44981 \begin_layout Bibliography
44982 \labelwidthstring Bibliography
44983 \begin_inset CommandInset bibitem
44984 LatexCommand bibitem
44985 key "marginnote"
44986
44987 \end_inset
44988
44989 Documentation of the LaTeX-package 
44990 \series bold
44991
44992 \begin_inset CommandInset href
44993 LatexCommand href
44994 name "marginnote"
44995 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
44996
44997 \end_inset
44998
44999
45000 \series default
45001
45002 \begin_inset Index idx
45003 status collapsed
45004
45005 \begin_layout Plain Layout
45006 LaTeX-packages ! marginnote
45007 \end_layout
45008
45009 \end_inset
45010
45011
45012 \end_layout
45013
45014 \begin_layout Bibliography
45015 \labelwidthstring Bibliography
45016 \begin_inset CommandInset bibitem
45017 LatexCommand bibitem
45018 key "pdfpages"
45019
45020 \end_inset
45021
45022 Documentation of the LaTeX-package 
45023 \series bold
45024
45025 \begin_inset CommandInset href
45026 LatexCommand href
45027 name "pdfpages"
45028 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45029
45030 \end_inset
45031
45032
45033 \series default
45034
45035 \begin_inset Index idx
45036 status collapsed
45037
45038 \begin_layout Plain Layout
45039 LaTeX-packages ! pdfpages
45040 \end_layout
45041
45042 \end_inset
45043
45044
45045 \end_layout
45046
45047 \begin_layout Bibliography
45048 \labelwidthstring Bibliography
45049 \begin_inset CommandInset bibitem
45050 LatexCommand bibitem
45051 key "prettyref"
45052
45053 \end_inset
45054
45055 Documentation of the LaTeX-package 
45056 \series bold
45057
45058 \begin_inset CommandInset href
45059 LatexCommand href
45060 name "prettyref"
45061 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45062
45063 \end_inset
45064
45065
45066 \series default
45067
45068 \begin_inset Index idx
45069 status collapsed
45070
45071 \begin_layout Plain Layout
45072 LaTeX-packages ! prettyref
45073 \end_layout
45074
45075 \end_inset
45076
45077
45078 \end_layout
45079
45080 \begin_layout Bibliography
45081 \labelwidthstring Bibliography
45082 \begin_inset CommandInset bibitem
45083 LatexCommand bibitem
45084 key "pstricks"
45085
45086 \end_inset
45087
45088 Web page of the LaTeX-package 
45089 \series bold
45090
45091 \begin_inset CommandInset href
45092 LatexCommand href
45093 name "PSTricks"
45094 target "http://tug.org/PSTricks/"
45095
45096 \end_inset
45097
45098
45099 \series default
45100
45101 \begin_inset Index idx
45102 status collapsed
45103
45104 \begin_layout Plain Layout
45105 LaTeX-packages ! PSTricks
45106 \end_layout
45107
45108 \end_inset
45109
45110
45111 \end_layout
45112
45113 \begin_layout Bibliography
45114 \labelwidthstring Bibliography
45115 \begin_inset CommandInset bibitem
45116 LatexCommand bibitem
45117 key "refstyle"
45118
45119 \end_inset
45120
45121 Documentation of the LaTeX-package 
45122 \series bold
45123
45124 \begin_inset CommandInset href
45125 LatexCommand href
45126 name "refstyle"
45127 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45128
45129 \end_inset
45130
45131
45132 \series default
45133
45134 \begin_inset Index idx
45135 status collapsed
45136
45137 \begin_layout Plain Layout
45138 LaTeX-packages ! refstyle
45139 \end_layout
45140
45141 \end_inset
45142
45143
45144 \end_layout
45145
45146 \begin_layout Bibliography
45147 \labelwidthstring Bibliography
45148 \begin_inset CommandInset bibitem
45149 LatexCommand bibitem
45150 key "sidecap"
45151
45152 \end_inset
45153
45154 Documentation of the LaTeX-package 
45155 \series bold
45156
45157 \begin_inset CommandInset href
45158 LatexCommand href
45159 name "sidecap"
45160 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45161
45162 \end_inset
45163
45164
45165 \series default
45166
45167 \begin_inset Index idx
45168 status collapsed
45169
45170 \begin_layout Plain Layout
45171 LaTeX-packages ! sidecap
45172 \end_layout
45173
45174 \end_inset
45175
45176
45177 \end_layout
45178
45179 \begin_layout Bibliography
45180 \labelwidthstring Bibliography
45181 \begin_inset CommandInset bibitem
45182 LatexCommand bibitem
45183 key "NewInLyX20"
45184
45185 \end_inset
45186
45187
45188 \begin_inset CommandInset href
45189 LatexCommand href
45190 name "Wiki page"
45191 target "http://wiki.lyx.org/LyX/NewInLyX20"
45192
45193 \end_inset
45194
45195  about new features in 
45196 \family sans
45197 LyX 2.0
45198 \family default
45199 .
45200 \end_layout
45201
45202 \begin_layout Standard
45203 \begin_inset CommandInset index_print
45204 LatexCommand printindex
45205 type "idx"
45206
45207 \end_inset
45208
45209
45210 \end_layout
45211
45212 \end_body
45213 \end_document