]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
EmbeddedObjects.lyx: fix a typo spotted by a user
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 508
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/
7 \textclass scrbook
8 \begin_preamble
9 % that links to image floats jumps
10 % to the beginning of the float and 
11 % not to its caption
12 \usepackage[figure]{hypcap}
13
14 % the pages of the TOC is numbered roman
15 % and a PDF-bookmark for the TOC is added
16 \let\myTOC\tableofcontents
17 \renewcommand\tableofcontents{%
18   \frontmatter
19   \pdfbookmark[1]{\contentsname}{}
20   \myTOC
21   \mainmatter }
22
23 % provides caption formatting
24 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
25
26 % provides commands to set caption
27 % beside tables/images
28 \newcommand{\TabBesBeg}[1][1.0]{%
29  \let\MyTable\table
30  \let\MyEndtable\endtable
31  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
32
33 \newcommand{\TabBesEnd}{%
34  \let\table\MyTable
35  \let\endtable\MyEndtable}
36
37 \newcommand{\FigBesBeg}[1][1.0]{%
38  \let\MyFigure\figure
39  \let\MyEndfigure\endfigure
40  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
41
42 \newcommand{\FigBesEnd}{%
43  \let\figure\MyFigure
44  \let\endfigure\MyEndfigure}
45
46 % enables calculation of values,
47 \usepackage{calc}
48
49 % increase the bottom float placement fraction
50 \renewcommand{\bottomfraction}{0.5}
51
52 % avoids that floats are placed before their
53 % corresponding section starts
54 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
55
56 % speed up the longtable calculation
57 \setcounter{LTchunksize}{100}
58
59 % used for colored tables
60 \@ifundefined{textcolor}
61  {\usepackage{color}}{}
62 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
63 \definecolor{lightgrey}{gray}{0.8}
64
65 % check for package colortbl
66 % used for colored table cells
67 \newboolean{colortbl}
68 \IfFileExists{colortbl.sty}
69  {\usepackage{colortbl}
70   \setboolean{colortbl}{true}}
71  {\setboolean{colortbl}{false}}
72
73 % used to have extra space in table cells
74 \@ifundefined{extrarowheight}
75  {\usepackage{array}}{}
76 \setlength{\extrarowheight}{2pt}
77
78 % used for customized tables
79 % ---
80 \newcolumntype{M}[1]
81  {>{\centering\hspace{0pt}}m{#1}}
82
83 \newcolumntype{S}[2]
84  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
85
86 \newcolumntype{K}[1]
87  {>{\columncolor{#1}\hspace{0pt}}c}
88
89 \newcolumntype{V}{!{\vrule width 1.5pt}}
90
91 \newcolumntype{W}{!{\color{green}\vline}}
92 % ---
93
94 % insert additional vertical space of
95 % 1.5 mm between footnotes
96 \let\myFoot\footnote
97 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
98
99 % number algorithm floats within chapters
100 \numberwithin{algorithm}{chapter}
101
102 % ------------------------------------
103 % used to check for needed LaTeX packages
104 \usepackage{ifthen}
105
106 % check for package arydshln
107 % used for tables with dashed lines
108 \newboolean{arydshln}
109 \IfFileExists{arydshln.sty}
110  {\usepackage{arydshln}
111   \setboolean{arydshln}{true}}
112  {\setboolean{arydshln}{false}}
113
114 % check for package marginnote
115 % used for margin notes
116 \newboolean{marginnote}
117 \IfFileExists{marginnote.sty}
118  {\usepackage{marginnote}
119   \let\marginpar\marginnote
120   \setboolean{marginnote}{true}}
121  {\setboolean{marginnote}{false}}
122
123 % check for package sidecap
124 % used for captions on the side
125 \newboolean{sidecap}
126 \IfFileExists{sidecap.sty}
127  {\usepackage{sidecap}
128   \setboolean{sidecap}{true}}
129  {\setboolean{sidecap}{false}}
130
131 % check for picinpar
132 % used for surrounded fixed objects
133 \newboolean{picinpar}
134 \IfFileExists{picinpar.sty}
135  {\usepackage{picinpar}
136   \setboolean{picinpar}{true}}
137  {\setboolean{picinpar}{false}}
138
139 % check for lettrine
140 \newboolean{lettrine}
141 \IfFileExists{lettrine.sty}
142  {\usepackage{lettrine}
143   \setboolean{lettrine}{true}}
144  {\setboolean{lettrine}{false}}
145
146 % check for diagbox
147 \newboolean{diagbox}
148 \IfFileExists{diagbox.sty}
149  {\usepackage{diagbox}
150   \setboolean{diagbox}{true}}
151  {\setboolean{diagbox}{false}}
152 \end_preamble
153 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
154 \use_default_options false
155 \begin_modules
156 initials
157 graphicboxes
158 \end_modules
159 \maintain_unincluded_children false
160 \language english
161 \language_package default
162 \inputencoding auto
163 \fontencoding global
164 \font_roman "lmodern" "default"
165 \font_sans "lmss" "default"
166 \font_typewriter "lmtt" "default"
167 \font_math "auto" "auto"
168 \font_default_family default
169 \use_non_tex_fonts false
170 \font_sc false
171 \font_osf false
172 \font_sf_scale 100 100
173 \font_tt_scale 100 100
174 \graphics default
175 \default_output_format pdf2
176 \output_sync 0
177 \bibtex_command default
178 \index_command default
179 \paperfontsize 12
180 \spacing single
181 \use_hyperref true
182 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
183 \pdf_author "LyX Team, Uwe Stöhr"
184 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
185 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
186 \pdf_bookmarks true
187 \pdf_bookmarksnumbered true
188 \pdf_bookmarksopen true
189 \pdf_bookmarksopenlevel 1
190 \pdf_breaklinks false
191 \pdf_pdfborder false
192 \pdf_colorlinks true
193 \pdf_backref false
194 \pdf_pdfusetitle false
195 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
196 \papersize default
197 \use_geometry false
198 \use_package amsmath 2
199 \use_package amssymb 2
200 \use_package cancel 0
201 \use_package esint 0
202 \use_package mathdots 1
203 \use_package mathtools 0
204 \use_package mhchem 1
205 \use_package stackrel 0
206 \use_package stmaryrd 0
207 \use_package undertilde 0
208 \cite_engine basic
209 \cite_engine_type default
210 \biblio_style plain
211 \use_bibtopic false
212 \use_indices false
213 \paperorientation portrait
214 \suppress_date false
215 \justification true
216 \use_refstyle 0
217 \notefontcolor #0000ff
218 \index Index
219 \shortcut idx
220 \color #008000
221 \end_index
222 \secnumdepth 3
223 \tocdepth 3
224 \paragraph_separation skip
225 \defskip medskip
226 \quotes_language english
227 \papercolumns 1
228 \papersides 2
229 \paperpagestyle default
230 \tracking_changes false
231 \output_changes false
232 \html_math_output 0
233 \html_css_as_file 0
234 \html_be_strict false
235 \end_header
236
237 \begin_body
238
239 \begin_layout Title
240 \SpecialChar LyX
241 's detailed Figure, Table, Floats, Notes, Boxes and External Material manual
242 \end_layout
243
244 \begin_layout Author
245 by the \SpecialChar LyX
246  Team
247 \begin_inset Foot
248 status collapsed
249
250 \begin_layout Plain Layout
251 \noindent
252 If you have comments or error corrections, please send them to the \SpecialChar LyX
253  Documentatio
254 n mailing list: 
255 \begin_inset CommandInset href
256 LatexCommand href
257 name "lyx-docs@lists.lyx.org"
258 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
259 type "mailto:"
260
261 \end_inset
262
263
264 \end_layout
265
266 \end_inset
267
268
269 \begin_inset Note Note
270 status collapsed
271
272 \begin_layout Plain Layout
273 author: Uwe Stöhr
274 \end_layout
275
276 \end_inset
277
278
279 \begin_inset Newline newline
280 \end_inset
281
282
283 \begin_inset Newline newline
284 \end_inset
285
286
287 \family sans
288 Version 2.2.x
289 \end_layout
290
291 \begin_layout Standard
292 \begin_inset CommandInset toc
293 LatexCommand tableofcontents
294
295 \end_inset
296
297
298 \end_layout
299
300 \begin_layout Standard
301 \begin_inset Note Note
302 status open
303
304 \begin_layout Plain Layout
305 To export all parts of this document to PDF, PS, or DVI the \SpecialChar LaTeX
306 -packages 
307 \series bold
308 arydshln
309 \series default
310
311 \series bold
312 colortbl
313 \series default
314
315 \series bold
316 diagbox, lettrine, marginnote, picinpar
317 \series default
318  and 
319 \series bold
320 sidecap
321 \series default
322  must be installed.
323  If they are not installed you can export the document anyway but the sections
324  where the packages are required won't appear in the output.
325 \end_layout
326
327 \begin_layout Plain Layout
328 The latest PDF-version of this document can be found here:
329 \begin_inset Newline newline
330 \end_inset
331
332
333 \series bold
334 http://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
335 \end_layout
336
337 \end_inset
338
339
340 \end_layout
341
342 \begin_layout Chapter
343 Figures
344 \begin_inset Index idx
345 status collapsed
346
347 \begin_layout Plain Layout
348 Figures
349 \end_layout
350
351 \end_inset
352
353
354 \begin_inset Index idx
355 status collapsed
356
357 \begin_layout Plain Layout
358 Graphics|see
359 \begin_inset ERT
360 status collapsed
361
362 \begin_layout Plain Layout
363
364 {
365 \end_layout
366
367 \end_inset
368
369 Figures
370 \begin_inset ERT
371 status collapsed
372
373 \begin_layout Plain Layout
374
375 }
376 \end_layout
377
378 \end_inset
379
380
381 \end_layout
382
383 \end_inset
384
385
386 \end_layout
387
388 \begin_layout Section
389 Graphics Dialog
390 \begin_inset Index idx
391 status collapsed
392
393 \begin_layout Plain Layout
394 Figures ! Graphics Dialog
395 \end_layout
396
397 \end_inset
398
399
400 \begin_inset CommandInset label
401 LatexCommand label
402 name "sec:Graphics-Dialog"
403
404 \end_inset
405
406
407 \end_layout
408
409 \begin_layout Standard
410 To insert an image into your document, place the cursor at the text position
411  you want and click on the toolbar icon 
412 \begin_inset Info
413 type  "icon"
414 arg   "dialog-show-new-inset graphics"
415 \end_inset
416
417  or use the menu 
418 \family sans
419 Insert\SpecialChar menuseparator
420 Graphics
421 \family default
422 .
423  Then a dialog will appear to choose the file to load.
424  The image will appear in the output exactly at the position where it is
425  in the text.
426 \end_layout
427
428 \begin_layout Standard
429 The graphics dialog can be called at any time by clicking on an image.
430  This dialog has three tabs:
431 \end_layout
432
433 \begin_layout Description
434
435 \family sans
436 Graphics
437 \family default
438  Here you can choose an image file and adjust its appearance in the output.
439  The available units for the image size are explained in appendix
440 \begin_inset space ~
441 \end_inset
442
443
444 \begin_inset CommandInset ref
445 LatexCommand ref
446 reference "cha:Units-available-in"
447
448 \end_inset
449
450 .
451 \begin_inset Newline newline
452 \end_inset
453
454
455 \begin_inset Index idx
456 status collapsed
457
458 \begin_layout Plain Layout
459 Figures ! rotated
460 \end_layout
461
462 \end_inset
463
464 You can rotate images counter-clockwise by setting a rotation angle and
465  a rotation origin.
466  The image will also be rotated inside \SpecialChar LyX
467 .
468 \begin_inset Newline newline
469 \end_inset
470
471
472 \begin_inset Index idx
473 status collapsed
474
475 \begin_layout Plain Layout
476 Figures ! scaled
477 \end_layout
478
479 \end_inset
480
481 Images can be scaled by using a percentage value or by setting the width
482  and height explicitly.
483  If you set only the width or only the height, the other size will be determined
484  automatically.
485  If you set both, then the image will be transformed to the given size,
486  possibly distorting it.
487  To prevent the image from distortion, use the option 
488 \family sans
489 Maintain aspect ratio
490 \family default
491 .
492  The image will then be scaled so that its width and height don't exceed
493  the specified dimensions.
494 \begin_inset Newline newline
495 \end_inset
496
497 Images can be opened in a program of your choice by right-clicking on it
498  and choosing the entry 
499 \family sans
500 Edit
501 \begin_inset space ~
502 \end_inset
503
504 externally
505 \family default
506  in the context menu.
507  The program can be set for every image format in the file format settings
508  in \SpecialChar LyX
509 's preferences.
510 \end_layout
511
512 \begin_layout Description
513
514 \family sans
515 Clipping
516 \family default
517  Alternatively to the usage of scaling units it is possible to set image
518  coordinates to adjust the height and width of the image in the output.
519  The coordinates can also be calculated automatically by pressing the button
520  
521 \family sans
522 Get
523 \begin_inset space ~
524 \end_inset
525
526 from
527 \begin_inset space ~
528 \end_inset
529
530 File
531 \family default
532 .
533  The option 
534 \family sans
535 Clip
536 \begin_inset space ~
537 \end_inset
538
539 to
540 \begin_inset space ~
541 \end_inset
542
543 bounding
544 \begin_inset space ~
545 \end_inset
546
547 box
548 \family default
549  will only print the image region within the given coordinates.
550  Normally you don't need to worry about image coordinates and can ignore
551  this tab.
552 \end_layout
553
554 \begin_layout Description
555
556 \family sans
557 LaTeX
558 \begin_inset space ~
559 \end_inset
560
561 and
562 \begin_inset space ~
563 \end_inset
564
565 LyX
566 \begin_inset space ~
567 \end_inset
568
569 options
570 \family default
571  In this tab you can modify the appearance of the image within \SpecialChar LyX
572  and \SpecialChar LaTeX
573  experts
574  can specify additional \SpecialChar LaTeX
575  options.
576 \begin_inset Newline newline
577 \end_inset
578
579 The option 
580 \family sans
581 Draft
582 \begin_inset space ~
583 \end_inset
584
585 mode
586 \family default
587  makes the image appear in the output only as a frame with the size of the
588  image.
589 \begin_inset Newline newline
590 \end_inset
591
592 In the section 
593 \family sans
594 Graphics
595 \begin_inset space ~
596 \end_inset
597
598 Group
599 \family default
600  you can define or join an image settings group.
601 \begin_inset Index idx
602 status collapsed
603
604 \begin_layout Plain Layout
605 Figures ! Settings grouping
606 \end_layout
607
608 \end_inset
609
610  Images within such a group share their settings, so adjusting one image
611  of the group automatically also adjusts all other images of the group in
612  the same way.
613  So you can for example change the size for a bunch of images without the
614  need to manually change each of them.
615  Joining an existing group can also be done using the context menu of the
616  image by checking the name of the desired group.
617 \end_layout
618
619 \begin_layout Standard
620 \begin_inset VSpace bigskip
621 \end_inset
622
623
624 \end_layout
625
626 \begin_layout Standard
627 This is an example image in EPS format
628 \begin_inset Foot
629 status collapsed
630
631 \begin_layout Plain Layout
632 Image formats are explained in section
633 \begin_inset space ~
634 \end_inset
635
636
637 \begin_inset CommandInset ref
638 LatexCommand ref
639 reference "sec:Image-Formats"
640
641 \end_inset
642
643 .
644 \end_layout
645
646 \end_inset
647
648  within a separate, horizontally centered paragraph:
649 \end_layout
650
651 \begin_layout Standard
652 \align center
653 \begin_inset Graphics
654         filename clipart/mobius.eps
655         scale 70
656         scaleBeforeRotation
657         rotateOrigin center
658
659 \end_inset
660
661
662 \end_layout
663
664 \begin_layout Standard
665 This is the same image like the one above but in draft mode:
666 \end_layout
667
668 \begin_layout Standard
669 \align center
670 \begin_inset Graphics
671         filename clipart/mobius.eps
672         scale 70
673         draft
674         scaleBeforeRotation
675         rotateOrigin center
676
677 \end_inset
678
679
680 \end_layout
681
682 \begin_layout Standard
683 \begin_inset Newpage newpage
684 \end_inset
685
686
687 \end_layout
688
689 \begin_layout Section
690 Figure Floats
691 \begin_inset CommandInset label
692 LatexCommand label
693 name "sec:Figure-Floats"
694
695 \end_inset
696
697
698 \begin_inset Index idx
699 status collapsed
700
701 \begin_layout Plain Layout
702 Floats ! Figures
703 \end_layout
704
705 \end_inset
706
707
708 \begin_inset Index idx
709 status collapsed
710
711 \begin_layout Plain Layout
712 Figures ! Floats
713 \end_layout
714
715 \end_inset
716
717
718 \end_layout
719
720 \begin_layout Standard
721 For general explanations about floats, have a look at section
722 \begin_inset space ~
723 \end_inset
724
725
726 \begin_inset CommandInset ref
727 LatexCommand ref
728 reference "sec:FloatIntroduction"
729
730 \end_inset
731
732 .
733 \end_layout
734
735 \begin_layout Standard
736 The toolbar button 
737 \begin_inset Info
738 type  "icon"
739 arg   "float-insert figure"
740 \end_inset
741
742  and the menu 
743 \family sans
744 Insert\SpecialChar menuseparator
745 Float\SpecialChar menuseparator
746 Figure
747 \family default
748  inserts a float with a caption that has the label 
749 \begin_inset Quotes eld
750 \end_inset
751
752 Figure
753 \begin_inset space ~
754 \end_inset
755
756 #:
757 \begin_inset Quotes erd
758 \end_inset
759
760  (# is the actual number).
761  You can insert the image above the caption, like in Figure
762 \begin_inset space ~
763 \end_inset
764
765
766 \begin_inset CommandInset ref
767 LatexCommand ref
768 reference "fig:kill-plat"
769
770 \end_inset
771
772  or below the caption, like in Figure
773 \begin_inset space ~
774 \end_inset
775
776
777 \begin_inset CommandInset ref
778 LatexCommand ref
779 reference "fig:escher"
780
781 \end_inset
782
783 .
784  More about caption placement is described in section
785 \begin_inset space ~
786 \end_inset
787
788
789 \begin_inset CommandInset ref
790 LatexCommand ref
791 reference "sec:Caption-Placement"
792
793 \end_inset
794
795 .
796 \end_layout
797
798 \begin_layout Standard
799 \begin_inset Float figure
800 wide false
801 sideways false
802 status open
803
804 \begin_layout Plain Layout
805 \align center
806 \begin_inset Graphics
807         filename clipart/platypus.eps
808         width 50col%
809         scaleBeforeRotation
810         rotateOrigin center
811
812 \end_inset
813
814
815 \end_layout
816
817 \begin_layout Plain Layout
818 \begin_inset Caption Standard
819
820 \begin_layout Plain Layout
821 \begin_inset CommandInset label
822 LatexCommand label
823 name "fig:kill-plat"
824
825 \end_inset
826
827 A severely distorted platypus in a float.
828 \end_layout
829
830 \end_inset
831
832
833 \end_layout
834
835 \end_inset
836
837
838 \end_layout
839
840 \begin_layout Standard
841 \begin_inset Float figure
842 wide false
843 sideways false
844 status open
845
846 \begin_layout Plain Layout
847 \begin_inset Caption Standard
848
849 \begin_layout Plain Layout
850 \begin_inset CommandInset label
851 LatexCommand label
852 name "fig:escher"
853
854 \end_inset
855
856 M.C.
857  Escher on acid.
858 \end_layout
859
860 \end_inset
861
862
863 \end_layout
864
865 \begin_layout Plain Layout
866 \align center
867 \begin_inset Graphics
868         filename clipart/escher-lsd.eps
869         scale 80
870         scaleBeforeRotation
871         rotateOrigin center
872
873 \end_inset
874
875
876 \end_layout
877
878 \end_inset
879
880
881 \end_layout
882
883 \begin_layout Standard
884 \begin_inset Index idx
885 status collapsed
886
887 \begin_layout Plain Layout
888 References ! to Figures
889 \end_layout
890
891 \end_inset
892
893 Figure
894 \begin_inset space ~
895 \end_inset
896
897
898 \begin_inset CommandInset ref
899 LatexCommand ref
900 reference "fig:kill-plat"
901
902 \end_inset
903
904  and 
905 \begin_inset CommandInset ref
906 LatexCommand ref
907 reference "fig:escher"
908
909 \end_inset
910
911  are examples of referenced figures.
912  Figures can be referenced in the text by referencing their label.
913  To do this insert a label in the caption using the menu 
914 \family sans
915 Insert\SpecialChar menuseparator
916 Label
917 \family default
918  or the toolbar button 
919 \begin_inset Info
920 type  "icon"
921 arg   "label-insert"
922 \end_inset
923
924 .
925  You can now refer to the label using the menu 
926 \family sans
927 Insert\SpecialChar menuseparator
928 Cross
929 \begin_inset space ~
930 \end_inset
931
932 reference
933 \family default
934  or the toolbar button 
935 \begin_inset Info
936 type  "icon"
937 arg   "dialog-show-new-inset ref"
938 \end_inset
939
940 .
941  It is important to use references to floats, rather than using vague references
942  like 
943 \begin_inset Quotes eld
944 \end_inset
945
946 the figure above
947 \begin_inset Quotes erd
948 \end_inset
949
950 , because \SpecialChar LaTeX
951  will reposition the floats in the final document and it might
952  not be 
953 \begin_inset Quotes eld
954 \end_inset
955
956 above
957 \begin_inset Quotes erd
958 \end_inset
959
960  at all.
961 \begin_inset Newline newline
962 \end_inset
963
964 Referencing is explained in detail in section
965 \begin_inset space ~
966 \end_inset
967
968
969 \begin_inset CommandInset ref
970 LatexCommand ref
971 reference "sec:Referencing-Floats"
972
973 \end_inset
974
975 .
976 \end_layout
977
978 \begin_layout Standard
979 Normally only one image is inserted to a figure float, but sometimes you
980  might want to use two images with separate subcaptions.
981  This can be done by inserting image floats into existing image floats.
982  Note that only the main caption of the float is added to the List of Figures.
983  Figure
984 \begin_inset space ~
985 \end_inset
986
987
988 \begin_inset CommandInset ref
989 LatexCommand ref
990 reference "fig:Two-distorted-images"
991
992 \end_inset
993
994  is an example of a figure float with two images set side by side.
995  You can also set the images one below the other.
996  Figure
997 \begin_inset space ~
998 \end_inset
999
1000
1001 \begin_inset CommandInset ref
1002 LatexCommand ref
1003 reference "fig:Undefinable-structure"
1004
1005 \end_inset
1006
1007  and 
1008 \begin_inset CommandInset ref
1009 LatexCommand ref
1010 reference "fig:A-Platypus"
1011
1012 \end_inset
1013
1014  are the subfigures.
1015 \end_layout
1016
1017 \begin_layout Standard
1018 \begin_inset Float figure
1019 wide false
1020 sideways false
1021 status open
1022
1023 \begin_layout Plain Layout
1024 \begin_inset space \hfill{}
1025 \end_inset
1026
1027
1028 \begin_inset Float figure
1029 wide false
1030 sideways false
1031 status collapsed
1032
1033 \begin_layout Plain Layout
1034 \begin_inset Caption Standard
1035
1036 \begin_layout Plain Layout
1037 \begin_inset CommandInset label
1038 LatexCommand label
1039 name "fig:Undefinable-structure"
1040
1041 \end_inset
1042
1043 Undefinable structure.
1044 \end_layout
1045
1046 \end_inset
1047
1048
1049 \end_layout
1050
1051 \begin_layout Plain Layout
1052 \begin_inset Graphics
1053         filename clipart/escher-lsd.eps
1054         width 45col%
1055         scaleBeforeRotation
1056         groupId distorted
1057
1058 \end_inset
1059
1060
1061 \end_layout
1062
1063 \end_inset
1064
1065
1066 \begin_inset space \hfill{}
1067 \end_inset
1068
1069
1070 \begin_inset Float figure
1071 wide false
1072 sideways false
1073 status collapsed
1074
1075 \begin_layout Plain Layout
1076 \begin_inset Caption Standard
1077
1078 \begin_layout Plain Layout
1079 \begin_inset CommandInset label
1080 LatexCommand label
1081 name "fig:A-Platypus"
1082
1083 \end_inset
1084
1085 A Platypus.
1086 \end_layout
1087
1088 \end_inset
1089
1090
1091 \end_layout
1092
1093 \begin_layout Plain Layout
1094 \begin_inset Graphics
1095         filename clipart/platypus.eps
1096         width 45col%
1097         scaleBeforeRotation
1098         groupId distorted
1099
1100 \end_inset
1101
1102
1103 \end_layout
1104
1105 \end_inset
1106
1107
1108 \begin_inset space \hfill{}
1109 \end_inset
1110
1111
1112 \end_layout
1113
1114 \begin_layout Plain Layout
1115 \begin_inset Caption Standard
1116
1117 \begin_layout Plain Layout
1118 \begin_inset CommandInset label
1119 LatexCommand label
1120 name "fig:Two-distorted-images"
1121
1122 \end_inset
1123
1124 Two distorted images.
1125  Both images are in the image settings group named 
1126 \begin_inset Quotes eld
1127 \end_inset
1128
1129 distorted
1130 \begin_inset Quotes erd
1131 \end_inset
1132
1133 .
1134 \end_layout
1135
1136 \end_inset
1137
1138
1139 \end_layout
1140
1141 \end_inset
1142
1143
1144 \end_layout
1145
1146 \begin_layout Standard
1147 \begin_inset Newpage newpage
1148 \end_inset
1149
1150
1151 \end_layout
1152
1153 \begin_layout Section
1154 Image Formats
1155 \begin_inset CommandInset label
1156 LatexCommand label
1157 name "sec:Image-Formats"
1158
1159 \end_inset
1160
1161
1162 \begin_inset Index idx
1163 status collapsed
1164
1165 \begin_layout Plain Layout
1166 Image Formats
1167 \end_layout
1168
1169 \end_inset
1170
1171
1172 \begin_inset Index idx
1173 status collapsed
1174
1175 \begin_layout Plain Layout
1176 Figures ! Image Formats
1177 \end_layout
1178
1179 \end_inset
1180
1181
1182 \end_layout
1183
1184 \begin_layout Standard
1185 You can insert images in any known file format.
1186  But as explained in appendix
1187 \begin_inset space ~
1188 \end_inset
1189
1190
1191 \begin_inset CommandInset ref
1192 LatexCommand ref
1193 reference "cha:Output-File-Formats"
1194
1195 \end_inset
1196
1197 , each output document format allows only a few image formats.
1198  \SpecialChar LyX
1199  uses therefore the program 
1200 \family typewriter
1201 ImageMagick
1202 \family default
1203  in the background to convert the images to the right format.
1204  To increase your work flow by avoiding these conversions in the background,
1205  you could choose to use only the image formats that can directly be embedded
1206  in the output file format.
1207  The output file formats are explained in appendix
1208 \begin_inset space ~
1209 \end_inset
1210
1211
1212 \begin_inset CommandInset ref
1213 LatexCommand ref
1214 reference "cha:Output-File-Formats"
1215
1216 \end_inset
1217
1218 .
1219 \end_layout
1220
1221 \begin_layout Standard
1222 Similar to fonts there are two types of image formats:
1223 \end_layout
1224
1225 \begin_layout Description
1226 Bitmap
1227 \begin_inset space ~
1228 \end_inset
1229
1230 images consist of pixel values, often in a compressed form.
1231  They are therefore not fully scalable and look pixelated in large zooms.
1232  Well-known bitmap image formats are 
1233 \begin_inset Quotes eld
1234 \end_inset
1235
1236 Graphics Interchange Format
1237 \begin_inset Quotes erd
1238 \end_inset
1239
1240  (GIF, file extension 
1241 \begin_inset Quotes eld
1242 \end_inset
1243
1244
1245 \family typewriter
1246 .gif
1247 \family default
1248
1249 \begin_inset Quotes erd
1250 \end_inset
1251
1252 )
1253 \begin_inset Index idx
1254 status collapsed
1255
1256 \begin_layout Plain Layout
1257 GIF|see
1258 \begin_inset ERT
1259 status collapsed
1260
1261 \begin_layout Plain Layout
1262
1263 {
1264 \end_layout
1265
1266 \end_inset
1267
1268 Image formats
1269 \begin_inset ERT
1270 status collapsed
1271
1272 \begin_layout Plain Layout
1273
1274 }
1275 \end_layout
1276
1277 \end_inset
1278
1279
1280 \end_layout
1281
1282 \end_inset
1283
1284
1285 \begin_inset Quotes eld
1286 \end_inset
1287
1288 Portable Network Graphics
1289 \begin_inset Quotes erd
1290 \end_inset
1291
1292  (PNG, file extension 
1293 \begin_inset Quotes eld
1294 \end_inset
1295
1296
1297 \family typewriter
1298 .png
1299 \family default
1300
1301 \begin_inset Quotes erd
1302 \end_inset
1303
1304 )
1305 \begin_inset Index idx
1306 status collapsed
1307
1308 \begin_layout Plain Layout
1309 PNG|see
1310 \begin_inset ERT
1311 status collapsed
1312
1313 \begin_layout Plain Layout
1314
1315 {
1316 \end_layout
1317
1318 \end_inset
1319
1320 Image formats
1321 \begin_inset ERT
1322 status collapsed
1323
1324 \begin_layout Plain Layout
1325
1326 }
1327 \end_layout
1328
1329 \end_inset
1330
1331
1332 \end_layout
1333
1334 \end_inset
1335
1336 , and 
1337 \begin_inset Quotes eld
1338 \end_inset
1339
1340 Joint Photographic Experts Group
1341 \begin_inset Quotes erd
1342 \end_inset
1343
1344  (JPG, file extension 
1345 \begin_inset Quotes eld
1346 \end_inset
1347
1348
1349 \family typewriter
1350 .jpg
1351 \family default
1352
1353 \begin_inset Quotes erd
1354 \end_inset
1355
1356  or 
1357 \begin_inset Quotes eld
1358 \end_inset
1359
1360
1361 \family typewriter
1362 .jpeg
1363 \family default
1364
1365 \begin_inset Quotes erd
1366 \end_inset
1367
1368 )
1369 \begin_inset Index idx
1370 status collapsed
1371
1372 \begin_layout Plain Layout
1373 JPG|see
1374 \begin_inset ERT
1375 status collapsed
1376
1377 \begin_layout Plain Layout
1378
1379 {
1380 \end_layout
1381
1382 \end_inset
1383
1384 Image formats
1385 \begin_inset ERT
1386 status collapsed
1387
1388 \begin_layout Plain Layout
1389
1390 }
1391 \end_layout
1392
1393 \end_inset
1394
1395
1396 \end_layout
1397
1398 \end_inset
1399
1400 .
1401 \end_layout
1402
1403 \begin_layout Description
1404 Vector
1405 \begin_inset space ~
1406 \end_inset
1407
1408 images consist of vectors and can therefore be scaled to any size without
1409  data loss.
1410  The scaling ability is necessary if you want to create presentations, because
1411  presentations are always scaled by the video projector.
1412  Scaling is also useful for online documents to let the user zoom into diagrams.
1413 \begin_inset Newline newline
1414 \end_inset
1415
1416 Well-known scalable image formats are 
1417 \begin_inset Quotes eld
1418 \end_inset
1419
1420 Scalable Vector Graphics
1421 \begin_inset Quotes erd
1422 \end_inset
1423
1424  (SVG, file extension 
1425 \begin_inset Quotes eld
1426 \end_inset
1427
1428
1429 \family typewriter
1430 .svg
1431 \family default
1432
1433 \begin_inset Quotes erd
1434 \end_inset
1435
1436 )
1437 \begin_inset Index idx
1438 status collapsed
1439
1440 \begin_layout Plain Layout
1441 SVG|see
1442 \begin_inset ERT
1443 status collapsed
1444
1445 \begin_layout Plain Layout
1446
1447 {
1448 \end_layout
1449
1450 \end_inset
1451
1452 Image formats
1453 \begin_inset ERT
1454 status collapsed
1455
1456 \begin_layout Plain Layout
1457
1458 }
1459 \end_layout
1460
1461 \end_inset
1462
1463
1464 \end_layout
1465
1466 \end_inset
1467
1468
1469 \begin_inset Quotes eld
1470 \end_inset
1471
1472 Encapsulated PostScript
1473 \begin_inset Quotes erd
1474 \end_inset
1475
1476  (EPS, file extension 
1477 \begin_inset Quotes eld
1478 \end_inset
1479
1480
1481 \family typewriter
1482 .eps
1483 \family default
1484
1485 \begin_inset Quotes erd
1486 \end_inset
1487
1488 )
1489 \begin_inset Index idx
1490 status collapsed
1491
1492 \begin_layout Plain Layout
1493 EPS|see
1494 \begin_inset ERT
1495 status collapsed
1496
1497 \begin_layout Plain Layout
1498
1499 {
1500 \end_layout
1501
1502 \end_inset
1503
1504 Image formats
1505 \begin_inset ERT
1506 status collapsed
1507
1508 \begin_layout Plain Layout
1509
1510 }
1511 \end_layout
1512
1513 \end_inset
1514
1515
1516 \end_layout
1517
1518 \end_inset
1519
1520
1521 \begin_inset Quotes eld
1522 \end_inset
1523
1524 Portable Document Format
1525 \begin_inset Quotes erd
1526 \end_inset
1527
1528  (PDF, file extension 
1529 \begin_inset Quotes eld
1530 \end_inset
1531
1532
1533 \family typewriter
1534 .pdf
1535 \family default
1536
1537 \begin_inset Quotes erd
1538 \end_inset
1539
1540 )
1541 \begin_inset Index idx
1542 status collapsed
1543
1544 \begin_layout Plain Layout
1545 PDF
1546 \end_layout
1547
1548 \end_inset
1549
1550 , and 
1551 \begin_inset Quotes eld
1552 \end_inset
1553
1554 Windows Metafile
1555 \begin_inset Quotes erd
1556 \end_inset
1557
1558  (WMF, file extension 
1559 \begin_inset Quotes eld
1560 \end_inset
1561
1562
1563 \family typewriter
1564 .wmf
1565 \family default
1566
1567 \begin_inset Quotes erd
1568 \end_inset
1569
1570 )
1571 \begin_inset Index idx
1572 status collapsed
1573
1574 \begin_layout Plain Layout
1575 SVG|see
1576 \begin_inset ERT
1577 status collapsed
1578
1579 \begin_layout Plain Layout
1580
1581 {
1582 \end_layout
1583
1584 \end_inset
1585
1586 Image formats
1587 \begin_inset ERT
1588 status collapsed
1589
1590 \begin_layout Plain Layout
1591
1592 }
1593 \end_layout
1594
1595 \end_inset
1596
1597
1598 \end_layout
1599
1600 \end_inset
1601
1602 .
1603  We wrote 
1604 \begin_inset Quotes eld
1605 \end_inset
1606
1607 can be
1608 \begin_inset Quotes erd
1609 \end_inset
1610
1611 , because you can convert any bitmap image to a PDF or EPS-image and the
1612  result will still be a bitmap image.
1613  In such cases only a header with the image properties is added to the original
1614  image
1615 \begin_inset Foot
1616 status collapsed
1617
1618 \begin_layout Plain Layout
1619 In the case of PDF, the original image is additionally compressed.
1620 \end_layout
1621
1622 \end_inset
1623
1624 .
1625  The PDF-files generated by 
1626 \family typewriter
1627 Adobe Photoshop
1628 \family default
1629  are for example bitmap images.
1630 \end_layout
1631
1632 \begin_layout Standard
1633 Normally it is not possible to convert a bitmap image into a scalable one,
1634  only vice versa.
1635  Only the image formats PDF and EPS can directly be embedded to PDF and
1636  PostScript output files, respectively.
1637  SVG and WMF-images are recalculated to bitmaps when the output file is
1638  generated because there is currently no adequate WMF/SVG
1639 \begin_inset Formula $\to$
1640 \end_inset
1641
1642 PDF/EPS converter available.
1643 \end_layout
1644
1645 \begin_layout Chapter
1646 Tables
1647 \begin_inset Index idx
1648 status collapsed
1649
1650 \begin_layout Plain Layout
1651 Table
1652 \end_layout
1653
1654 \end_inset
1655
1656
1657 \end_layout
1658
1659 \begin_layout Section
1660 Introduction
1661 \begin_inset Index idx
1662 status collapsed
1663
1664 \begin_layout Plain Layout
1665 Table ! Introduction
1666 \end_layout
1667
1668 \end_inset
1669
1670
1671 \end_layout
1672
1673 \begin_layout Standard
1674 You can insert a table using either the toolbar button 
1675 \begin_inset Info
1676 type  "icon"
1677 arg   "tabular-insert"
1678 \end_inset
1679
1680  or the menu 
1681 \family sans
1682 Insert\SpecialChar menuseparator
1683 Table
1684 \family default
1685 .
1686  The toolbar button offers you a graphical selection: move the mouse to
1687  set the column/row number of the table that should be created and then
1688  press a mouse button.
1689  When you use the menu to create a table, a dialog will appear, asking you
1690  for the number of rows and columns.
1691 \begin_inset Newline newline
1692 \end_inset
1693
1694 The default table has lines around any cell and the first row appears separated
1695  from the rest of the table.
1696  This separation occurs due to a double line: The cells of the first row
1697  have a line below them and the cells of the second row have a line above
1698  them.
1699  Here is an example table:
1700 \end_layout
1701
1702 \begin_layout Standard
1703 \align center
1704 \begin_inset Tabular
1705 <lyxtabular version="3" rows="4" columns="4">
1706 <features tabularvalignment="middle">
1707 <column alignment="center" valignment="top">
1708 <column alignment="center" valignment="top">
1709 <column alignment="center" valignment="top">
1710 <column alignment="center" valignment="top">
1711 <row>
1712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1713 \begin_inset Text
1714
1715 \begin_layout Plain Layout
1716
1717 \end_layout
1718
1719 \end_inset
1720 </cell>
1721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1722 \begin_inset Text
1723
1724 \begin_layout Plain Layout
1725
1726 \family roman
1727 \series medium
1728 \shape up
1729 \size normal
1730 \emph off
1731 \bar no
1732 \noun off
1733 \color none
1734 1
1735 \end_layout
1736
1737 \end_inset
1738 </cell>
1739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1740 \begin_inset Text
1741
1742 \begin_layout Plain Layout
1743 2
1744 \end_layout
1745
1746 \end_inset
1747 </cell>
1748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1749 \begin_inset Text
1750
1751 \begin_layout Plain Layout
1752 3
1753 \end_layout
1754
1755 \end_inset
1756 </cell>
1757 </row>
1758 <row>
1759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1760 \begin_inset Text
1761
1762 \begin_layout Plain Layout
1763
1764 \family roman
1765 \series medium
1766 \shape up
1767 \size normal
1768 \emph off
1769 \bar no
1770 \noun off
1771 \color none
1772 A
1773 \end_layout
1774
1775 \end_inset
1776 </cell>
1777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1778 \begin_inset Text
1779
1780 \begin_layout Plain Layout
1781
1782 \end_layout
1783
1784 \end_inset
1785 </cell>
1786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1787 \begin_inset Text
1788
1789 \begin_layout Plain Layout
1790
1791 \end_layout
1792
1793 \end_inset
1794 </cell>
1795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1796 \begin_inset Text
1797
1798 \begin_layout Plain Layout
1799
1800 \end_layout
1801
1802 \end_inset
1803 </cell>
1804 </row>
1805 <row>
1806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1807 \begin_inset Text
1808
1809 \begin_layout Plain Layout
1810
1811 \family roman
1812 \series medium
1813 \shape up
1814 \size normal
1815 \emph off
1816 \bar no
1817 \noun off
1818 \color none
1819 B
1820 \end_layout
1821
1822 \end_inset
1823 </cell>
1824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1825 \begin_inset Text
1826
1827 \begin_layout Plain Layout
1828
1829 \end_layout
1830
1831 \end_inset
1832 </cell>
1833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1834 \begin_inset Text
1835
1836 \begin_layout Plain Layout
1837
1838 \end_layout
1839
1840 \end_inset
1841 </cell>
1842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1843 \begin_inset Text
1844
1845 \begin_layout Plain Layout
1846
1847 \end_layout
1848
1849 \end_inset
1850 </cell>
1851 </row>
1852 <row>
1853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1854 \begin_inset Text
1855
1856 \begin_layout Plain Layout
1857
1858 \family roman
1859 \series medium
1860 \shape up
1861 \size normal
1862 \emph off
1863 \bar no
1864 \noun off
1865 \color none
1866 C
1867 \end_layout
1868
1869 \end_inset
1870 </cell>
1871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1872 \begin_inset Text
1873
1874 \begin_layout Plain Layout
1875
1876 \end_layout
1877
1878 \end_inset
1879 </cell>
1880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1881 \begin_inset Text
1882
1883 \begin_layout Plain Layout
1884
1885 \end_layout
1886
1887 \end_inset
1888 </cell>
1889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1890 \begin_inset Text
1891
1892 \begin_layout Plain Layout
1893
1894 \end_layout
1895
1896 \end_inset
1897 </cell>
1898 </row>
1899 </lyxtabular>
1900
1901 \end_inset
1902
1903
1904 \end_layout
1905
1906 \begin_layout Section
1907 Table Dialog
1908 \begin_inset Index idx
1909 status collapsed
1910
1911 \begin_layout Plain Layout
1912 Table ! Dialog
1913 \end_layout
1914
1915 \end_inset
1916
1917
1918 \end_layout
1919
1920 \begin_layout Standard
1921 You can alter a table by clicking on it with the right mouse button, which
1922  brings up the context menu.
1923  Under the menu entry 
1924 \family sans
1925 More
1926 \family default
1927  you can adjust the settings of that cell and row/column respectively where
1928  the cursor is currently placed.
1929  The context menu 
1930 \family sans
1931 More\SpecialChar menuseparator
1932 Settings
1933 \family default
1934  opens the table dialog where you can adjust more things.
1935  Most of the dialog options also work on selections.
1936  This means if you select more cells, columns or rows, the action is done
1937  for the whole selection.
1938  Note that there is a difference between selecting the 
1939 \emph on
1940 contents
1941 \emph default
1942  of the cell, and the cell itself.
1943 \begin_inset Newline newline
1944 \end_inset
1945
1946 With the dialog option 
1947 \family sans
1948 Immediate
1949 \begin_inset space ~
1950 \end_inset
1951
1952 Apply
1953 \family default
1954  every change you make in the dialog is directly applied.
1955  If you move the cursor to another table cell the dialog will then also
1956  be updated with the parameters of the new cell.
1957  If you change length values in the dialog you must press 
1958 \family sans
1959 Return
1960 \family default
1961  to get the change applied.
1962 \begin_inset Newline newline
1963 \end_inset
1964
1965 You can alter tables with the following tabs of the table dialog:
1966 \end_layout
1967
1968 \begin_layout Description
1969 Table
1970 \begin_inset space ~
1971 \end_inset
1972
1973 Settings Here you can set the table width
1974 \begin_inset Index idx
1975 status collapsed
1976
1977 \begin_layout Plain Layout
1978 Table ! Width
1979 \end_layout
1980
1981 \end_inset
1982
1983 , and the horizontal alignment and the width of the current column.
1984  The alignment 
1985 \family sans
1986 At
1987 \begin_inset space ~
1988 \end_inset
1989
1990 Decimal
1991 \begin_inset space ~
1992 \end_inset
1993
1994 Separator
1995 \family default
1996  is described in section
1997 \begin_inset space ~
1998 \end_inset
1999
2000
2001 \begin_inset CommandInset ref
2002 LatexCommand ref
2003 reference "subsec:Special-Cell-Alignment"
2004
2005 \end_inset
2006
2007 .
2008  When you have set a width you can also adjust the vertical alignment of
2009  the current row.
2010  A given width will allow the cell to have line breaks and multiple paragraphs
2011  of text, see sec.
2012 \begin_inset space \thinspace{}
2013 \end_inset
2014
2015
2016 \begin_inset CommandInset ref
2017 LatexCommand ref
2018 reference "subsec:Multiple-Lines-in"
2019
2020 \end_inset
2021
2022 .
2023  If you set no width, the column is as wide as the content of its widest
2024  cell.
2025 \begin_inset Newline newline
2026 \end_inset
2027
2028 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2029  cell, see sec.
2030 \begin_inset space \thinspace{}
2031 \end_inset
2032
2033
2034 \begin_inset CommandInset ref
2035 LatexCommand ref
2036 reference "subsec:Multicolumns"
2037
2038 \end_inset
2039
2040  or the cells of one column as multirow cell, see sec.
2041 \begin_inset space \thinspace{}
2042 \end_inset
2043
2044
2045 \begin_inset CommandInset ref
2046 LatexCommand ref
2047 reference "subsec:Multirows"
2048
2049 \end_inset
2050
2051 .
2052 \begin_inset Newline newline
2053 \end_inset
2054
2055 The rotate check boxes rotate the current cell, a selection, or the whole
2056  table counter-clockwise by 90
2057 \begin_inset space \thinspace{}
2058 \end_inset
2059
2060 °.
2061  The rotation is not shown within \SpecialChar LyX
2062 , only in the output.
2063  For more information see sec.
2064 \begin_inset space \thinspace{}
2065 \end_inset
2066
2067
2068 \begin_inset CommandInset ref
2069 LatexCommand ref
2070 reference "sec:Rotated-Table-Cells"
2071
2072 \end_inset
2073
2074 .
2075 \begin_inset Newline newline
2076 \end_inset
2077
2078
2079 \begin_inset Note Greyedout
2080 status open
2081
2082 \begin_layout Plain Layout
2083
2084 \series bold
2085 Note:
2086 \series default
2087  Not all DVI-viewers are able to display rotations.
2088 \end_layout
2089
2090 \end_inset
2091
2092
2093 \begin_inset Newline newline
2094 \end_inset
2095
2096 The table-wide vertical alignment is used for tables within text lines:
2097 \begin_inset Newline newline
2098 \end_inset
2099
2100 A line with tables with different alignments: 
2101 \begin_inset Tabular
2102 <lyxtabular version="3" rows="2" columns="2">
2103 <features tabularvalignment="top">
2104 <column alignment="center" valignment="top" width="0pt">
2105 <column alignment="center" valignment="top">
2106 <row>
2107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2108 \begin_inset Text
2109
2110 \begin_layout Plain Layout
2111
2112 \end_layout
2113
2114 \end_inset
2115 </cell>
2116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2117 \begin_inset Text
2118
2119 \begin_layout Plain Layout
2120
2121 \family roman
2122 \series medium
2123 \shape up
2124 \size normal
2125 \emph off
2126 \bar no
2127 \noun off
2128 \color none
2129 1
2130 \end_layout
2131
2132 \end_inset
2133 </cell>
2134 </row>
2135 <row>
2136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2137 \begin_inset Text
2138
2139 \begin_layout Plain Layout
2140
2141 \family roman
2142 \series medium
2143 \shape up
2144 \size normal
2145 \emph off
2146 \bar no
2147 \noun off
2148 \color none
2149 A
2150 \end_layout
2151
2152 \end_inset
2153 </cell>
2154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2155 \begin_inset Text
2156
2157 \begin_layout Plain Layout
2158
2159 \end_layout
2160
2161 \end_inset
2162 </cell>
2163 </row>
2164 </lyxtabular>
2165
2166 \end_inset
2167
2168  
2169 \begin_inset Tabular
2170 <lyxtabular version="3" rows="2" columns="2">
2171 <features tabularvalignment="middle">
2172 <column alignment="center" valignment="top">
2173 <column alignment="center" valignment="top">
2174 <row>
2175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2176 \begin_inset Text
2177
2178 \begin_layout Plain Layout
2179
2180 \end_layout
2181
2182 \end_inset
2183 </cell>
2184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2185 \begin_inset Text
2186
2187 \begin_layout Plain Layout
2188
2189 \family roman
2190 \series medium
2191 \shape up
2192 \size normal
2193 \emph off
2194 \bar no
2195 \noun off
2196 \color none
2197 1
2198 \end_layout
2199
2200 \end_inset
2201 </cell>
2202 </row>
2203 <row>
2204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2205 \begin_inset Text
2206
2207 \begin_layout Plain Layout
2208
2209 \family roman
2210 \series medium
2211 \shape up
2212 \size normal
2213 \emph off
2214 \bar no
2215 \noun off
2216 \color none
2217 A
2218 \end_layout
2219
2220 \end_inset
2221 </cell>
2222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2223 \begin_inset Text
2224
2225 \begin_layout Plain Layout
2226
2227 \end_layout
2228
2229 \end_inset
2230 </cell>
2231 </row>
2232 </lyxtabular>
2233
2234 \end_inset
2235
2236  
2237 \begin_inset Tabular
2238 <lyxtabular version="3" rows="2" columns="2">
2239 <features tabularvalignment="bottom">
2240 <column alignment="center" valignment="top" width="0pt">
2241 <column alignment="center" valignment="top">
2242 <row>
2243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2244 \begin_inset Text
2245
2246 \begin_layout Plain Layout
2247
2248 \end_layout
2249
2250 \end_inset
2251 </cell>
2252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2253 \begin_inset Text
2254
2255 \begin_layout Plain Layout
2256
2257 \family roman
2258 \series medium
2259 \shape up
2260 \size normal
2261 \emph off
2262 \bar no
2263 \noun off
2264 \color none
2265 1
2266 \end_layout
2267
2268 \end_inset
2269 </cell>
2270 </row>
2271 <row>
2272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2273 \begin_inset Text
2274
2275 \begin_layout Plain Layout
2276
2277 \family roman
2278 \series medium
2279 \shape up
2280 \size normal
2281 \emph off
2282 \bar no
2283 \noun off
2284 \color none
2285 A
2286 \end_layout
2287
2288 \end_inset
2289 </cell>
2290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2291 \begin_inset Text
2292
2293 \begin_layout Plain Layout
2294
2295 \end_layout
2296
2297 \end_inset
2298 </cell>
2299 </row>
2300 </lyxtabular>
2301
2302 \end_inset
2303
2304
2305 \begin_inset Newline newline
2306 \end_inset
2307
2308 It is also possible to enter a \SpecialChar LaTeX
2309 -argument which is needed for special table
2310  formattings, see sec.
2311 \begin_inset space \thinspace{}
2312 \end_inset
2313
2314
2315 \begin_inset CommandInset ref
2316 LatexCommand ref
2317 reference "subsec:Multicolumn-Calculations"
2318
2319 \end_inset
2320
2321  and 
2322 \begin_inset CommandInset ref
2323 LatexCommand ref
2324 reference "sec:Colored-Tables"
2325
2326 \end_inset
2327
2328 .
2329 \end_layout
2330
2331 \begin_layout Description
2332 Borders In this tab you can add and delete border lines for the current
2333  row/column.
2334 \begin_inset Newline newline
2335 \end_inset
2336
2337 Using the style option 
2338 \family sans
2339 Formal
2340 \family default
2341  will convert the table to a formal table as described in sec.
2342 \begin_inset space \thinspace{}
2343 \end_inset
2344
2345
2346 \begin_inset CommandInset ref
2347 LatexCommand ref
2348 reference "sec:Formal-Tables"
2349
2350 \end_inset
2351
2352 .
2353 \begin_inset Newline newline
2354 \end_inset
2355
2356 You can also add space here to table rows as described in sec.
2357 \begin_inset space \thinspace{}
2358 \end_inset
2359
2360
2361 \begin_inset CommandInset ref
2362 LatexCommand ref
2363 reference "subsec:Row-Spacing"
2364
2365 \end_inset
2366
2367 .
2368 \end_layout
2369
2370 \begin_layout Description
2371 Multi-page
2372 \begin_inset space ~
2373 \end_inset
2374
2375 table This tab is to make a table a multi-page table that can run over several
2376  pages.
2377  Sections
2378 \begin_inset space ~
2379 \end_inset
2380
2381
2382 \begin_inset CommandInset ref
2383 LatexCommand ref
2384 reference "sec:Multi-page-Tables"
2385
2386 \end_inset
2387
2388  and 
2389 \begin_inset CommandInset ref
2390 LatexCommand ref
2391 reference "sec:Special-Longtable-Issues"
2392
2393 \end_inset
2394
2395  describe the multi-page table features in detail.
2396 \end_layout
2397
2398 \begin_layout Section
2399 Table Toolbar
2400 \begin_inset Index idx
2401 status collapsed
2402
2403 \begin_layout Plain Layout
2404 Table ! Toolbar
2405 \end_layout
2406
2407 \end_inset
2408
2409
2410 \end_layout
2411
2412 \begin_layout Standard
2413 The table toolbar is an alternative to the table dialog to be able to alter
2414  tables faster.
2415  It should normally appear at the bottom of \SpecialChar LyX
2416 's main window when the cursor
2417  is inside a table.
2418  You can alternatively switch it on to appear always, by right-clicking
2419  in \SpecialChar LyX
2420 's main menu bar.
2421 \end_layout
2422
2423 \begin_layout Standard
2424 The toolbar has the following icons:
2425 \end_layout
2426
2427 \begin_layout Labeling
2428 \labelwidthstring 00.00.0000
2429 \begin_inset Info
2430 type  "icon"
2431 arg   "tabular-feature append-row"
2432 \end_inset
2433
2434  adds a row below the current cell or selection
2435 \end_layout
2436
2437 \begin_layout Labeling
2438 \labelwidthstring 00.00.0000
2439 \begin_inset Info
2440 type  "icon"
2441 arg   "tabular-feature append-column"
2442 \end_inset
2443
2444  adds a column right beside the current cell or selection
2445 \end_layout
2446
2447 \begin_layout Labeling
2448 \labelwidthstring 00.00.0000
2449 \begin_inset Info
2450 type  "icon"
2451 arg   "tabular-feature delete-row"
2452 \end_inset
2453
2454  deletes the current row or selection
2455 \end_layout
2456
2457 \begin_layout Labeling
2458 \labelwidthstring 00.00.0000
2459 \begin_inset Info
2460 type  "icon"
2461 arg   "tabular-feature delete-column"
2462 \end_inset
2463
2464  deletes the current column or selection
2465 \end_layout
2466
2467 \begin_layout Labeling
2468 \labelwidthstring 00.00.0000
2469 \begin_inset Info
2470 type  "icon"
2471 arg   "tabular-feature move-row-up"
2472 \end_inset
2473
2474  moves the row up
2475 \end_layout
2476
2477 \begin_layout Labeling
2478 \labelwidthstring 00.00.0000
2479 \begin_inset Info
2480 type  "icon"
2481 arg   "tabular-feature move-column-left"
2482 \end_inset
2483
2484  moves the column to the left
2485 \end_layout
2486
2487 \begin_layout Labeling
2488 \labelwidthstring 00.00.0000
2489 \begin_inset Info
2490 type  "icon"
2491 arg   "tabular-feature move-row-down"
2492 \end_inset
2493
2494  moves the row down
2495 \end_layout
2496
2497 \begin_layout Labeling
2498 \labelwidthstring 00.00.0000
2499 \begin_inset Info
2500 type  "icon"
2501 arg   "tabular-feature move-column-right"
2502 \end_inset
2503
2504  moves the column to the right
2505 \end_layout
2506
2507 \begin_layout Labeling
2508 \labelwidthstring 00.00.0000
2509 \begin_inset Info
2510 type  "icon"
2511 arg   "tabular-feature toggle-line-top"
2512 \end_inset
2513
2514  adds a line at the top of the current cell / row or of a selection
2515 \end_layout
2516
2517 \begin_layout Labeling
2518 \labelwidthstring 00.00.0000
2519 \begin_inset Info
2520 type  "icon"
2521 arg   "tabular-feature toggle-line-bottom"
2522 \end_inset
2523
2524  adds a line at the bottom of the current cell / row or of a selection
2525 \end_layout
2526
2527 \begin_layout Labeling
2528 \labelwidthstring 00.00.0000
2529 \begin_inset Info
2530 type  "icon"
2531 arg   "tabular-feature toggle-line-left"
2532 \end_inset
2533
2534  adds a line at the left side of the current cell / row or of a selection
2535 \end_layout
2536
2537 \begin_layout Labeling
2538 \labelwidthstring 00.00.0000
2539 \begin_inset Info
2540 type  "icon"
2541 arg   "tabular-feature toggle-line-right"
2542 \end_inset
2543
2544  adds a line at the right side of the current cell / row or of a selection
2545 \end_layout
2546
2547 \begin_layout Labeling
2548 \labelwidthstring 00.00.0000
2549 \begin_inset Info
2550 type  "icon"
2551 arg   "tabular-feature set-all-lines"
2552 \end_inset
2553
2554  adds lines around the current or selected cells - if the current cell no
2555  multicolumn cell this also affects the current row and column
2556 \end_layout
2557
2558 \begin_layout Labeling
2559 \labelwidthstring 00.00.0000
2560 \begin_inset Info
2561 type  "icon"
2562 arg   "tabular-feature unset-all-lines"
2563 \end_inset
2564
2565  deletes all lines of the current or selected cells - if the current cell
2566  no multicolumn cell this also affects the current row and column
2567 \end_layout
2568
2569 \begin_layout Labeling
2570 \labelwidthstring 00.00.0000
2571 \begin_inset Info
2572 type  "icon"
2573 arg   "tabular-feature m-align-left"
2574 \end_inset
2575
2576  left-aligns the content of the current cell / column
2577 \end_layout
2578
2579 \begin_layout Labeling
2580 \labelwidthstring 00.00.0000
2581 \begin_inset Info
2582 type  "icon"
2583 arg   "tabular-feature m-align-center"
2584 \end_inset
2585
2586  centers the content of the current cell / column horizontally
2587 \end_layout
2588
2589 \begin_layout Labeling
2590 \labelwidthstring 00.00.0000
2591 \begin_inset Info
2592 type  "icon"
2593 arg   "tabular-feature m-align-right"
2594 \end_inset
2595
2596  right-aligns the content of the current cell / column
2597 \end_layout
2598
2599 \begin_layout Labeling
2600 \labelwidthstring 00.00.0000
2601 \begin_inset Info
2602 type  "icon"
2603 arg   "tabular-feature align-decimal"
2604 \end_inset
2605
2606  aligns the content of the current column at a character
2607 \end_layout
2608
2609 \begin_layout Labeling
2610 \labelwidthstring 00.00.0000
2611 \begin_inset Info
2612 type  "icon"
2613 arg   "tabular-feature m-valign-top"
2614 \end_inset
2615
2616  aligns the content of the current cell vertically to the top
2617 \end_layout
2618
2619 \begin_layout Labeling
2620 \labelwidthstring 00.00.0000
2621 \begin_inset Info
2622 type  "icon"
2623 arg   "tabular-feature m-valign-middle"
2624 \end_inset
2625
2626  centers the content of the current cell vertically
2627 \end_layout
2628
2629 \begin_layout Labeling
2630 \labelwidthstring 00.00.0000
2631 \begin_inset Info
2632 type  "icon"
2633 arg   "tabular-feature m-valign-bottom"
2634 \end_inset
2635
2636  aligns the content of the current cell vertically to the bottom
2637 \end_layout
2638
2639 \begin_layout Labeling
2640 \labelwidthstring 00.00.0000
2641 \begin_inset Info
2642 type  "icon"
2643 arg   "tabular-feature set-rotate-cell"
2644 \end_inset
2645
2646  rotates the current cell or selection counter-clockwise by 90°
2647 \end_layout
2648
2649 \begin_layout Labeling
2650 \labelwidthstring 00.00.0000
2651 \begin_inset Info
2652 type  "icon"
2653 arg   "tabular-feature set-rotate-tabular"
2654 \end_inset
2655
2656  rotates the whole table counter-clockwise by 90°
2657 \end_layout
2658
2659 \begin_layout Labeling
2660 \labelwidthstring 00.00.0000
2661 \begin_inset Info
2662 type  "icon"
2663 arg   "tabular-feature multicolumn"
2664 \end_inset
2665
2666  sets the current cell or selection as a multicolumn
2667 \end_layout
2668
2669 \begin_layout Labeling
2670 \labelwidthstring 00.00.0000
2671 \begin_inset Info
2672 type  "icon"
2673 arg   "tabular-feature multirow"
2674 \end_inset
2675
2676  sets the current cell or selection as a multirow
2677 \end_layout
2678
2679 \begin_layout Standard
2680 \begin_inset Note Greyedout
2681 status open
2682
2683 \begin_layout Plain Layout
2684
2685 \series bold
2686 Note:
2687 \series default
2688  For the output the vertical alignment of the first cell in a row is used
2689  for all following cells in the row.
2690 \end_layout
2691
2692 \end_inset
2693
2694
2695 \end_layout
2696
2697 \begin_layout Section
2698 Edit Table Menu
2699 \begin_inset Index idx
2700 status collapsed
2701
2702 \begin_layout Plain Layout
2703 Table ! Edit Menu
2704 \end_layout
2705
2706 \end_inset
2707
2708
2709 \end_layout
2710
2711 \begin_layout Standard
2712 In addition to the table dialog and toolbar, the menu 
2713 \family sans
2714 Edit\SpecialChar menuseparator
2715 Table
2716 \family default
2717  allows you to add and delete border lines for the current row/column and
2718  to set the current selection as multicolumn.
2719  The menu is only available when the cursor is inside a table.
2720 \end_layout
2721
2722 \begin_layout Section
2723 Table Floats
2724 \begin_inset CommandInset label
2725 LatexCommand label
2726 name "sec:Table-Floats"
2727
2728 \end_inset
2729
2730
2731 \begin_inset Index idx
2732 status collapsed
2733
2734 \begin_layout Plain Layout
2735 Floats ! Tables
2736 \end_layout
2737
2738 \end_inset
2739
2740
2741 \begin_inset Index idx
2742 status collapsed
2743
2744 \begin_layout Plain Layout
2745 Table ! Floats
2746 \end_layout
2747
2748 \end_inset
2749
2750
2751 \end_layout
2752
2753 \begin_layout Standard
2754 For general explanations about floats, have a look at section
2755 \begin_inset space ~
2756 \end_inset
2757
2758
2759 \begin_inset CommandInset ref
2760 LatexCommand ref
2761 reference "sec:FloatIntroduction"
2762
2763 \end_inset
2764
2765 .
2766 \end_layout
2767
2768 \begin_layout Standard
2769 \begin_inset Float table
2770 placement h
2771 wide false
2772 sideways false
2773 status open
2774
2775 \begin_layout Plain Layout
2776 \begin_inset Caption Standard
2777
2778 \begin_layout Plain Layout
2779 \begin_inset CommandInset label
2780 LatexCommand label
2781 name "tab:a table float"
2782
2783 \end_inset
2784
2785 A table float.
2786 \end_layout
2787
2788 \end_inset
2789
2790
2791 \end_layout
2792
2793 \begin_layout Plain Layout
2794 \align center
2795 \begin_inset Tabular
2796 <lyxtabular version="3" rows="3" columns="3">
2797 <features tabularvalignment="middle">
2798 <column alignment="center" valignment="top" width="0pt">
2799 <column alignment="center" valignment="top" width="0pt">
2800 <column alignment="center" valignment="top" width="0pt">
2801 <row>
2802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2803 \begin_inset Text
2804
2805 \begin_layout Plain Layout
2806
2807 \family roman
2808 \series medium
2809 \shape up
2810 \size normal
2811 \emph off
2812 \bar no
2813 \noun off
2814 \color none
2815 1
2816 \end_layout
2817
2818 \end_inset
2819 </cell>
2820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2821 \begin_inset Text
2822
2823 \begin_layout Plain Layout
2824
2825 \family roman
2826 \series medium
2827 \shape up
2828 \size normal
2829 \emph off
2830 \bar no
2831 \noun off
2832 \color none
2833 2
2834 \end_layout
2835
2836 \end_inset
2837 </cell>
2838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2839 \begin_inset Text
2840
2841 \begin_layout Plain Layout
2842
2843 \family roman
2844 \series medium
2845 \shape up
2846 \size normal
2847 \emph off
2848 \bar no
2849 \noun off
2850 \color none
2851 3
2852 \end_layout
2853
2854 \end_inset
2855 </cell>
2856 </row>
2857 <row>
2858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2859 \begin_inset Text
2860
2861 \begin_layout Plain Layout
2862
2863 \family roman
2864 \series medium
2865 \shape up
2866 \size normal
2867 \emph off
2868 \bar no
2869 \noun off
2870 \color none
2871 Joe
2872 \end_layout
2873
2874 \end_inset
2875 </cell>
2876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2877 \begin_inset Text
2878
2879 \begin_layout Plain Layout
2880
2881 \family roman
2882 \series medium
2883 \shape up
2884 \size normal
2885 \emph off
2886 \bar no
2887 \noun off
2888 \color none
2889 Mary
2890 \end_layout
2891
2892 \end_inset
2893 </cell>
2894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2895 \begin_inset Text
2896
2897 \begin_layout Plain Layout
2898
2899 \family roman
2900 \series medium
2901 \shape up
2902 \size normal
2903 \emph off
2904 \bar no
2905 \noun off
2906 \color none
2907 Ted
2908 \end_layout
2909
2910 \end_inset
2911 </cell>
2912 </row>
2913 <row>
2914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2915 \begin_inset Text
2916
2917 \begin_layout Plain Layout
2918
2919 \family roman
2920 \series medium
2921 \shape up
2922 \size normal
2923 \emph off
2924 \bar no
2925 \noun off
2926 \color none
2927 \begin_inset Formula $\int x^{2}dx$
2928 \end_inset
2929
2930
2931 \end_layout
2932
2933 \end_inset
2934 </cell>
2935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2936 \begin_inset Text
2937
2938 \begin_layout Plain Layout
2939
2940 \family roman
2941 \series medium
2942 \shape up
2943 \size normal
2944 \emph off
2945 \bar no
2946 \noun off
2947 \color none
2948 \begin_inset Formula $\left[\begin{array}{cc}
2949 a & b\\
2950 c & d
2951 \end{array}\right]$
2952 \end_inset
2953
2954
2955 \end_layout
2956
2957 \end_inset
2958 </cell>
2959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2960 \begin_inset Text
2961
2962 \begin_layout Plain Layout
2963
2964 \family roman
2965 \series medium
2966 \shape up
2967 \size normal
2968 \emph off
2969 \bar no
2970 \noun off
2971 \color none
2972 \begin_inset Formula $1+1=2$
2973 \end_inset
2974
2975
2976 \end_layout
2977
2978 \end_inset
2979 </cell>
2980 </row>
2981 </lyxtabular>
2982
2983 \end_inset
2984
2985
2986 \end_layout
2987
2988 \end_inset
2989
2990
2991 \end_layout
2992
2993 \begin_layout Standard
2994 Table floats can be inserted using the menu 
2995 \family sans
2996 Insert\SpecialChar menuseparator
2997 Float\SpecialChar menuseparator
2998 Table
2999 \family default
3000  or the toolbar button 
3001 \begin_inset Info
3002 type  "icon"
3003 arg   "float-insert table"
3004 \end_inset
3005
3006 .
3007 \end_layout
3008
3009 \begin_layout Standard
3010 The float appears as a collapsible box with a caption that has the label
3011  
3012 \begin_inset Quotes eld
3013 \end_inset
3014
3015 Table
3016 \begin_inset space ~
3017 \end_inset
3018
3019 #:
3020 \begin_inset Quotes erd
3021 \end_inset
3022
3023  (# is the actual table number).
3024  You can insert tables in the float above or below the caption.
3025 \end_layout
3026
3027 \begin_layout Standard
3028 Table
3029 \begin_inset space ~
3030 \end_inset
3031
3032
3033 \begin_inset CommandInset ref
3034 LatexCommand ref
3035 reference "tab:a table float"
3036
3037 \end_inset
3038
3039  is an example table within a table float.
3040 \end_layout
3041
3042 \begin_layout Standard
3043 Having the caption above the table is the common rule that is unfortunately
3044  not supported in \SpecialChar LaTeX
3045 's standard classes.
3046  This means that, if you are using the document classes 
3047 \family sans
3048 article
3049 \family default
3050
3051 \family sans
3052 book
3053 \family default
3054
3055 \family sans
3056 letter
3057 \family default
3058 , or 
3059 \family sans
3060 report
3061 \family default
3062 , there will be no space between the caption and the table.
3063  To insert the needed space, add the following option to the load command
3064  of the \SpecialChar LaTeX
3065 -package 
3066 \series bold
3067 caption
3068 \series default
3069
3070 \begin_inset Index idx
3071 status collapsed
3072
3073 \begin_layout Plain Layout
3074 \SpecialChar LaTeX
3075 -packages ! caption
3076 \end_layout
3077
3078 \end_inset
3079
3080  in your document preamble:
3081 \begin_inset Foot
3082 status collapsed
3083
3084 \begin_layout Plain Layout
3085 For more information have a look at section
3086 \begin_inset space ~
3087 \end_inset
3088
3089
3090 \begin_inset CommandInset ref
3091 LatexCommand ref
3092 reference "sec:Caption-Placement"
3093
3094 \end_inset
3095
3096 .
3097 \end_layout
3098
3099 \end_inset
3100
3101
3102 \end_layout
3103
3104 \begin_layout Standard
3105
3106 \series bold
3107 tableposition=top
3108 \end_layout
3109
3110 \begin_layout Standard
3111 The package 
3112 \series bold
3113 caption
3114 \series default
3115 , which is described in section
3116 \begin_inset space ~
3117 \end_inset
3118
3119
3120 \begin_inset CommandInset ref
3121 LatexCommand ref
3122 reference "sec:Caption-Formatting"
3123
3124 \end_inset
3125
3126 , is used to adjust the caption format.
3127 \end_layout
3128
3129 \begin_layout Standard
3130 \begin_inset Index idx
3131 status collapsed
3132
3133 \begin_layout Plain Layout
3134 References ! to Tables
3135 \end_layout
3136
3137 \end_inset
3138
3139 Tables can be cross-referenced in the text by referencing their label.
3140  To do this insert a label in the caption using the menu 
3141 \family sans
3142 Insert\SpecialChar menuseparator
3143 Label
3144 \family default
3145  or the toolbar button 
3146 \begin_inset Info
3147 type  "icon"
3148 arg   "label-insert"
3149 \end_inset
3150
3151 .
3152  You can now refer to the label using the menu 
3153 \family sans
3154 Insert\SpecialChar menuseparator
3155 Cross
3156 \begin_inset space ~
3157 \end_inset
3158
3159 reference
3160 \family default
3161  or the toolbar button 
3162 \begin_inset Info
3163 type  "icon"
3164 arg   "dialog-show-new-inset ref"
3165 \end_inset
3166
3167 .
3168 \begin_inset Newline newline
3169 \end_inset
3170
3171 Referencing is explained in detail in section
3172 \begin_inset space ~
3173 \end_inset
3174
3175
3176 \begin_inset CommandInset ref
3177 LatexCommand ref
3178 reference "sec:Referencing-Floats"
3179
3180 \end_inset
3181
3182 .
3183 \end_layout
3184
3185 \begin_layout Section
3186
3187 \family sans
3188 Multi-page Table
3189 \family default
3190 s
3191 \begin_inset CommandInset label
3192 LatexCommand label
3193 name "sec:Multi-page-Tables"
3194
3195 \end_inset
3196
3197
3198 \begin_inset Index idx
3199 status collapsed
3200
3201 \begin_layout Plain Layout
3202 Multi-page Table
3203 \end_layout
3204
3205 \end_inset
3206
3207
3208 \begin_inset Index idx
3209 status collapsed
3210
3211 \begin_layout Plain Layout
3212 Table ! Multi-page Table
3213 \end_layout
3214
3215 \end_inset
3216
3217
3218 \end_layout
3219
3220 \begin_layout Standard
3221 If the table is too long to fit on one page, you can use the option 
3222 \family sans
3223 Use
3224 \begin_inset space ~
3225 \end_inset
3226
3227 multi-page
3228 \family default
3229  table in the tab 
3230 \family sans
3231 Multi-page
3232 \begin_inset space ~
3233 \end_inset
3234
3235 table
3236 \family default
3237  of the table dialog to split the table automatically over more pages.
3238  Doing this enables the following options:
3239 \end_layout
3240
3241 \begin_layout Description
3242 Header: The current row is defined to be a header row that appears on all
3243  pages of the multi-page table; except for the first page, if 
3244 \family sans
3245 First
3246 \begin_inset space ~
3247 \end_inset
3248
3249 header
3250 \family default
3251  is defined.
3252  This is therefore called the main header.
3253 \end_layout
3254
3255 \begin_layout Description
3256 First
3257 \begin_inset space ~
3258 \end_inset
3259
3260 header: The current row is defined to be a header row that appears on the
3261  first page of the multi-page table.
3262 \end_layout
3263
3264 \begin_layout Description
3265 Footer: The current row is defined to be a footer row that appears on all
3266  pages of the multi-page table; except for the last page, if 
3267 \family sans
3268 Last
3269 \begin_inset space ~
3270 \end_inset
3271
3272 footer
3273 \family default
3274  is defined.
3275 \end_layout
3276
3277 \begin_layout Description
3278 Last
3279 \begin_inset space ~
3280 \end_inset
3281
3282 footer: The current row is defined to be a footer row that appears on the
3283  last page of the multi-page table.
3284 \end_layout
3285
3286 \begin_layout Description
3287 Caption: The current row contains the table caption.
3288  The row is reset as single column and a caption is inserted.
3289  More about multi-page table captions is explained in sec.
3290 \begin_inset space \thinspace{}
3291 \end_inset
3292
3293
3294 \begin_inset CommandInset ref
3295 LatexCommand ref
3296 reference "subsec:Multi-page-Table-Captions"
3297
3298 \end_inset
3299
3300 .
3301 \end_layout
3302
3303 \begin_layout Standard
3304 You can also specify a row where the table is split.
3305  See the following multi-page table to see how it works:
3306 \end_layout
3307
3308 \begin_layout Standard
3309 \align center
3310 \begin_inset Tabular
3311 <lyxtabular version="3" rows="69" columns="3">
3312 <features islongtable="true" longtabularalignment="center">
3313 <column alignment="left" valignment="top" width="0cm">
3314 <column alignment="left" valignment="top" width="0pt">
3315 <column alignment="center" valignment="top" width="0pt">
3316 <row endfirsthead="true">
3317 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321
3322 \series bold
3323 Example Phone List (ignore the names)
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Plain Layout
3332
3333 \end_layout
3334
3335 \end_inset
3336 </cell>
3337 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Plain Layout
3341
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 </row>
3347 <row endfirsthead="true">
3348 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352
3353 \series bold
3354 NAME
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3360 \begin_inset Text
3361
3362 \begin_layout Plain Layout
3363
3364 \end_layout
3365
3366 \end_inset
3367 </cell>
3368 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3369 \begin_inset Text
3370
3371 \begin_layout Plain Layout
3372
3373 \series bold
3374 TEL.
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 </row>
3380 <row endhead="true">
3381 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Plain Layout
3385
3386 \series bold
3387 Example Phone List
3388 \end_layout
3389
3390 \end_inset
3391 </cell>
3392 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3393 \begin_inset Text
3394
3395 \begin_layout Plain Layout
3396
3397 \end_layout
3398
3399 \end_inset
3400 </cell>
3401 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Plain Layout
3405
3406 \end_layout
3407
3408 \end_inset
3409 </cell>
3410 </row>
3411 <row endhead="true">
3412 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3413 \begin_inset Text
3414
3415 \begin_layout Plain Layout
3416
3417 \series bold
3418 NAME
3419 \end_layout
3420
3421 \end_inset
3422 </cell>
3423 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3424 \begin_inset Text
3425
3426 \begin_layout Plain Layout
3427
3428 \end_layout
3429
3430 \end_inset
3431 </cell>
3432 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3433 \begin_inset Text
3434
3435 \begin_layout Plain Layout
3436
3437 \series bold
3438 TEL.
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 </row>
3444 <row endfoot="true">
3445 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3446 \begin_inset Text
3447
3448 \begin_layout Plain Layout
3449  continued on next page
3450 \end_layout
3451
3452 \end_inset
3453 </cell>
3454 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3455 \begin_inset Text
3456
3457 \begin_layout Plain Layout
3458
3459 \end_layout
3460
3461 \end_inset
3462 </cell>
3463 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Plain Layout
3467
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 </row>
3473 <row>
3474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Plain Layout
3478
3479 \series bold
3480 Annovi
3481 \end_layout
3482
3483 \end_inset
3484 </cell>
3485 <cell alignment="center" valignment="top" usebox="none">
3486 \begin_inset Text
3487
3488 \begin_layout Plain Layout
3489 Silvia
3490 \end_layout
3491
3492 \end_inset
3493 </cell>
3494 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Plain Layout
3498 111
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 </row>
3504 <row>
3505 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Plain Layout
3509
3510 \series bold
3511 Bertoli
3512 \end_layout
3513
3514 \end_inset
3515 </cell>
3516 <cell alignment="center" valignment="top" usebox="none">
3517 \begin_inset Text
3518
3519 \begin_layout Plain Layout
3520 Stefano
3521 \end_layout
3522
3523 \end_inset
3524 </cell>
3525 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Plain Layout
3529 111
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 </row>
3535 <row>
3536 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3537 \begin_inset Text
3538
3539 \begin_layout Plain Layout
3540
3541 \series bold
3542 Bozzi
3543 \end_layout
3544
3545 \end_inset
3546 </cell>
3547 <cell alignment="center" valignment="top" usebox="none">
3548 \begin_inset Text
3549
3550 \begin_layout Plain Layout
3551 Walter
3552 \end_layout
3553
3554 \end_inset
3555 </cell>
3556 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3557 \begin_inset Text
3558
3559 \begin_layout Plain Layout
3560 111
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 </row>
3566 <row>
3567 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Plain Layout
3571
3572 \series bold
3573 Cachia
3574 \end_layout
3575
3576 \end_inset
3577 </cell>
3578 <cell alignment="center" valignment="top" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Plain Layout
3582 Maria
3583 \end_layout
3584
3585 \end_inset
3586 </cell>
3587 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Plain Layout
3591 111
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 </row>
3597 <row>
3598 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Plain Layout
3602
3603 \series bold
3604 Cachia
3605 \end_layout
3606
3607 \end_inset
3608 </cell>
3609 <cell alignment="center" valignment="top" usebox="none">
3610 \begin_inset Text
3611
3612 \begin_layout Plain Layout
3613 Maurizio
3614 \end_layout
3615
3616 \end_inset
3617 </cell>
3618 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Plain Layout
3622 111
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 </row>
3628 <row>
3629 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3630 \begin_inset Text
3631
3632 \begin_layout Plain Layout
3633
3634 \series bold
3635 Cinquemani
3636 \end_layout
3637
3638 \end_inset
3639 </cell>
3640 <cell alignment="center" valignment="top" usebox="none">
3641 \begin_inset Text
3642
3643 \begin_layout Plain Layout
3644 Giusi
3645 \end_layout
3646
3647 \end_inset
3648 </cell>
3649 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Plain Layout
3653 111
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 </row>
3659 <row>
3660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3661 \begin_inset Text
3662
3663 \begin_layout Plain Layout
3664
3665 \series bold
3666 Colin
3667 \end_layout
3668
3669 \end_inset
3670 </cell>
3671 <cell alignment="center" valignment="top" usebox="none">
3672 \begin_inset Text
3673
3674 \begin_layout Plain Layout
3675 Bernard
3676 \end_layout
3677
3678 \end_inset
3679 </cell>
3680 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3681 \begin_inset Text
3682
3683 \begin_layout Plain Layout
3684 111
3685 \end_layout
3686
3687 \end_inset
3688 </cell>
3689 </row>
3690 <row>
3691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3692 \begin_inset Text
3693
3694 \begin_layout Plain Layout
3695
3696 \series bold
3697 Concli
3698 \end_layout
3699
3700 \end_inset
3701 </cell>
3702 <cell alignment="center" valignment="top" usebox="none">
3703 \begin_inset Text
3704
3705 \begin_layout Plain Layout
3706 Gianfranco
3707 \end_layout
3708
3709 \end_inset
3710 </cell>
3711 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Plain Layout
3715 111
3716 \end_layout
3717
3718 \end_inset
3719 </cell>
3720 </row>
3721 <row>
3722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3723 \begin_inset Text
3724
3725 \begin_layout Plain Layout
3726
3727 \series bold
3728 Dal Bosco
3729 \end_layout
3730
3731 \end_inset
3732 </cell>
3733 <cell alignment="center" valignment="top" usebox="none">
3734 \begin_inset Text
3735
3736 \begin_layout Plain Layout
3737 Carolina
3738 \end_layout
3739
3740 \end_inset
3741 </cell>
3742 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Plain Layout
3746 111
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 </row>
3752 <row>
3753 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3754 \begin_inset Text
3755
3756 \begin_layout Plain Layout
3757
3758 \series bold
3759 Dalpiaz
3760 \end_layout
3761
3762 \end_inset
3763 </cell>
3764 <cell alignment="center" valignment="top" usebox="none">
3765 \begin_inset Text
3766
3767 \begin_layout Plain Layout
3768 Annamaria
3769 \end_layout
3770
3771 \end_inset
3772 </cell>
3773 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3774 \begin_inset Text
3775
3776 \begin_layout Plain Layout
3777 111
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 </row>
3783 <row>
3784 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788
3789 \series bold
3790 Feliciello
3791 \end_layout
3792
3793 \end_inset
3794 </cell>
3795 <cell alignment="center" valignment="top" usebox="none">
3796 \begin_inset Text
3797
3798 \begin_layout Plain Layout
3799 Domenico
3800 \end_layout
3801
3802 \end_inset
3803 </cell>
3804 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3805 \begin_inset Text
3806
3807 \begin_layout Plain Layout
3808 111
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 </row>
3814 <row>
3815 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3816 \begin_inset Text
3817
3818 \begin_layout Plain Layout
3819
3820 \series bold
3821 Focarelli
3822 \end_layout
3823
3824 \end_inset
3825 </cell>
3826 <cell alignment="center" valignment="top" usebox="none">
3827 \begin_inset Text
3828
3829 \begin_layout Plain Layout
3830 Paola
3831 \end_layout
3832
3833 \end_inset
3834 </cell>
3835 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Plain Layout
3839 111
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 </row>
3845 <row>
3846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3847 \begin_inset Text
3848
3849 \begin_layout Plain Layout
3850
3851 \series bold
3852 Galletti
3853 \end_layout
3854
3855 \end_inset
3856 </cell>
3857 <cell alignment="center" valignment="top" usebox="none">
3858 \begin_inset Text
3859
3860 \begin_layout Plain Layout
3861 Oreste
3862 \end_layout
3863
3864 \end_inset
3865 </cell>
3866 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Plain Layout
3870 111
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 </row>
3876 <row>
3877 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3878 \begin_inset Text
3879
3880 \begin_layout Plain Layout
3881
3882 \series bold
3883 Gasparini
3884 \end_layout
3885
3886 \end_inset
3887 </cell>
3888 <cell alignment="center" valignment="top" usebox="none">
3889 \begin_inset Text
3890
3891 \begin_layout Plain Layout
3892 Franca
3893 \end_layout
3894
3895 \end_inset
3896 </cell>
3897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3898 \begin_inset Text
3899
3900 \begin_layout Plain Layout
3901 111
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 </row>
3907 <row>
3908 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3909 \begin_inset Text
3910
3911 \begin_layout Plain Layout
3912
3913 \series bold
3914 Rizzardi
3915 \end_layout
3916
3917 \end_inset
3918 </cell>
3919 <cell alignment="center" valignment="top" usebox="none">
3920 \begin_inset Text
3921
3922 \begin_layout Plain Layout
3923 Paola
3924 \end_layout
3925
3926 \end_inset
3927 </cell>
3928 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3929 \begin_inset Text
3930
3931 \begin_layout Plain Layout
3932 111
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 </row>
3938 <row>
3939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Plain Layout
3943
3944 \series bold
3945 Lassini
3946 \end_layout
3947
3948 \end_inset
3949 </cell>
3950 <cell alignment="center" valignment="top" usebox="none">
3951 \begin_inset Text
3952
3953 \begin_layout Plain Layout
3954 Giancarlo
3955 \end_layout
3956
3957 \end_inset
3958 </cell>
3959 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3960 \begin_inset Text
3961
3962 \begin_layout Plain Layout
3963 111
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 </row>
3969 <row>
3970 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3971 \begin_inset Text
3972
3973 \begin_layout Plain Layout
3974
3975 \series bold
3976 Malfatti
3977 \end_layout
3978
3979 \end_inset
3980 </cell>
3981 <cell alignment="center" valignment="top" usebox="none">
3982 \begin_inset Text
3983
3984 \begin_layout Plain Layout
3985 Luciano
3986 \end_layout
3987
3988 \end_inset
3989 </cell>
3990 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Plain Layout
3994 111
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 </row>
4000 <row>
4001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4002 \begin_inset Text
4003
4004 \begin_layout Plain Layout
4005
4006 \series bold
4007 Malfatti
4008 \end_layout
4009
4010 \end_inset
4011 </cell>
4012 <cell alignment="center" valignment="top" usebox="none">
4013 \begin_inset Text
4014
4015 \begin_layout Plain Layout
4016 Valeriano
4017 \end_layout
4018
4019 \end_inset
4020 </cell>
4021 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4022 \begin_inset Text
4023
4024 \begin_layout Plain Layout
4025 111
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 </row>
4031 <row>
4032 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4033 \begin_inset Text
4034
4035 \begin_layout Plain Layout
4036
4037 \series bold
4038 Meneguzzo
4039 \end_layout
4040
4041 \end_inset
4042 </cell>
4043 <cell alignment="center" valignment="top" usebox="none">
4044 \begin_inset Text
4045
4046 \begin_layout Plain Layout
4047 Roberto
4048 \end_layout
4049
4050 \end_inset
4051 </cell>
4052 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4053 \begin_inset Text
4054
4055 \begin_layout Plain Layout
4056 111
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 </row>
4062 <row>
4063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Plain Layout
4067
4068 \series bold
4069 Mezzadra
4070 \end_layout
4071
4072 \end_inset
4073 </cell>
4074 <cell alignment="center" valignment="top" usebox="none">
4075 \begin_inset Text
4076
4077 \begin_layout Plain Layout
4078 Roberto
4079 \end_layout
4080
4081 \end_inset
4082 </cell>
4083 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Plain Layout
4087 111
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 </row>
4093 <row>
4094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4095 \begin_inset Text
4096
4097 \begin_layout Plain Layout
4098
4099 \series bold
4100 Pirpamer
4101 \end_layout
4102
4103 \end_inset
4104 </cell>
4105 <cell alignment="center" valignment="top" usebox="none">
4106 \begin_inset Text
4107
4108 \begin_layout Plain Layout
4109 Erich
4110 \end_layout
4111
4112 \end_inset
4113 </cell>
4114 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Plain Layout
4118 111
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 </row>
4124 <row>
4125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4126 \begin_inset Text
4127
4128 \begin_layout Plain Layout
4129
4130 \series bold
4131 Pochiesa
4132 \end_layout
4133
4134 \end_inset
4135 </cell>
4136 <cell alignment="center" valignment="top" usebox="none">
4137 \begin_inset Text
4138
4139 \begin_layout Plain Layout
4140 Paolo
4141 \end_layout
4142
4143 \end_inset
4144 </cell>
4145 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Plain Layout
4149 111, 222
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 </row>
4155 <row>
4156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Plain Layout
4160
4161 \series bold
4162 Radina
4163 \end_layout
4164
4165 \end_inset
4166 </cell>
4167 <cell alignment="center" valignment="top" usebox="none">
4168 \begin_inset Text
4169
4170 \begin_layout Plain Layout
4171 Claudio
4172 \end_layout
4173
4174 \end_inset
4175 </cell>
4176 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4177 \begin_inset Text
4178
4179 \begin_layout Plain Layout
4180 111
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 </row>
4186 <row>
4187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4188 \begin_inset Text
4189
4190 \begin_layout Plain Layout
4191
4192 \series bold
4193 Stuffer
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 <cell alignment="center" valignment="top" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202 Oskar
4203 \end_layout
4204
4205 \end_inset
4206 </cell>
4207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Plain Layout
4211 111
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 </row>
4217 <row>
4218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4219 \begin_inset Text
4220
4221 \begin_layout Plain Layout
4222
4223 \series bold
4224 Tacchelli
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 <cell alignment="center" valignment="top" usebox="none">
4230 \begin_inset Text
4231
4232 \begin_layout Plain Layout
4233 Ugo
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242 111
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 </row>
4248 <row>
4249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253
4254 \series bold
4255 Tezzele
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 <cell alignment="center" valignment="top" usebox="none">
4261 \begin_inset Text
4262
4263 \begin_layout Plain Layout
4264 Margit
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273 111
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 </row>
4279 <row>
4280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4281 \begin_inset Text
4282
4283 \begin_layout Plain Layout
4284
4285 \series bold
4286 Unterkalmsteiner
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 <cell alignment="center" valignment="top" usebox="none">
4292 \begin_inset Text
4293
4294 \begin_layout Plain Layout
4295 Frieda
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Plain Layout
4304 111
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 </row>
4310 <row>
4311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4312 \begin_inset Text
4313
4314 \begin_layout Plain Layout
4315
4316 \series bold
4317 Vieider
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 <cell alignment="center" valignment="top" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Plain Layout
4326 Hilde
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Plain Layout
4335 111
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 </row>
4341 <row>
4342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4343 \begin_inset Text
4344
4345 \begin_layout Plain Layout
4346
4347 \series bold
4348 Vigna
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 <cell alignment="center" valignment="top" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357 Jürgen
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Plain Layout
4366 111
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 </row>
4372 <row>
4373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377
4378 \series bold
4379 Weber
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 <cell alignment="center" valignment="top" usebox="none">
4385 \begin_inset Text
4386
4387 \begin_layout Plain Layout
4388 Maurizio
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 111
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 </row>
4403 <row>
4404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408
4409 \series bold
4410 Winkler
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419 Franz
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428 111
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 </row>
4434 <row>
4435 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4436 \begin_inset Text
4437
4438 \begin_layout Plain Layout
4439  
4440 \end_layout
4441
4442 \end_inset
4443 </cell>
4444 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4445 \begin_inset Text
4446
4447 \begin_layout Plain Layout
4448
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 </row>
4463 <row>
4464 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468
4469 \series bold
4470 Annovi
4471 \end_layout
4472
4473 \end_inset
4474 </cell>
4475 <cell alignment="center" valignment="top" usebox="none">
4476 \begin_inset Text
4477
4478 \begin_layout Plain Layout
4479 Silvia
4480 \end_layout
4481
4482 \end_inset
4483 </cell>
4484 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4485 \begin_inset Text
4486
4487 \begin_layout Plain Layout
4488 555
4489 \end_layout
4490
4491 \end_inset
4492 </cell>
4493 </row>
4494 <row>
4495 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Plain Layout
4499
4500 \series bold
4501 Bertoli
4502 \end_layout
4503
4504 \end_inset
4505 </cell>
4506 <cell alignment="center" valignment="top" usebox="none">
4507 \begin_inset Text
4508
4509 \begin_layout Plain Layout
4510 Stefano
4511 \end_layout
4512
4513 \end_inset
4514 </cell>
4515 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519 555
4520 \end_layout
4521
4522 \end_inset
4523 </cell>
4524 </row>
4525 <row>
4526 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Plain Layout
4530
4531 \series bold
4532 Bozzi
4533 \end_layout
4534
4535 \end_inset
4536 </cell>
4537 <cell alignment="center" valignment="top" usebox="none">
4538 \begin_inset Text
4539
4540 \begin_layout Plain Layout
4541 Walter
4542 \end_layout
4543
4544 \end_inset
4545 </cell>
4546 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4547 \begin_inset Text
4548
4549 \begin_layout Plain Layout
4550 555
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 </row>
4556 <row>
4557 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561
4562 \series bold
4563 Cachia
4564 \end_layout
4565
4566 \end_inset
4567 </cell>
4568 <cell alignment="center" valignment="top" usebox="none">
4569 \begin_inset Text
4570
4571 \begin_layout Plain Layout
4572 Maria
4573 \end_layout
4574
4575 \end_inset
4576 </cell>
4577 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581 555
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 </row>
4587 <row>
4588 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Plain Layout
4592
4593 \series bold
4594 Cachia
4595 \end_layout
4596
4597 \end_inset
4598 </cell>
4599 <cell alignment="center" valignment="top" usebox="none">
4600 \begin_inset Text
4601
4602 \begin_layout Plain Layout
4603 Maurizio
4604 \end_layout
4605
4606 \end_inset
4607 </cell>
4608 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Plain Layout
4612 555
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 </row>
4618 <row>
4619 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4620 \begin_inset Text
4621
4622 \begin_layout Plain Layout
4623
4624 \series bold
4625 Cinquemani
4626 \end_layout
4627
4628 \end_inset
4629 </cell>
4630 <cell alignment="center" valignment="top" usebox="none">
4631 \begin_inset Text
4632
4633 \begin_layout Plain Layout
4634 Giusi
4635 \end_layout
4636
4637 \end_inset
4638 </cell>
4639 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Plain Layout
4643 555
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 </row>
4649 <row>
4650 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654
4655 \series bold
4656 Colin
4657 \end_layout
4658
4659 \end_inset
4660 </cell>
4661 <cell alignment="center" valignment="top" usebox="none">
4662 \begin_inset Text
4663
4664 \begin_layout Plain Layout
4665 Bernard
4666 \end_layout
4667
4668 \end_inset
4669 </cell>
4670 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4671 \begin_inset Text
4672
4673 \begin_layout Plain Layout
4674 555
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 </row>
4680 <row>
4681 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4682 \begin_inset Text
4683
4684 \begin_layout Plain Layout
4685
4686 \series bold
4687 Concli
4688 \end_layout
4689
4690 \end_inset
4691 </cell>
4692 <cell alignment="center" valignment="top" usebox="none">
4693 \begin_inset Text
4694
4695 \begin_layout Plain Layout
4696 Gianfranco
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705 555
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 </row>
4711 <row>
4712 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4713 \begin_inset Text
4714
4715 \begin_layout Plain Layout
4716
4717 \series bold
4718 Dal Bosco
4719 \end_layout
4720
4721 \end_inset
4722 </cell>
4723 <cell alignment="center" valignment="top" usebox="none">
4724 \begin_inset Text
4725
4726 \begin_layout Plain Layout
4727 Carolina
4728 \end_layout
4729
4730 \end_inset
4731 </cell>
4732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4733 \begin_inset Text
4734
4735 \begin_layout Plain Layout
4736 555
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 </row>
4742 <row>
4743 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4744 \begin_inset Text
4745
4746 \begin_layout Plain Layout
4747
4748 \series bold
4749 Dalpiaz
4750 \end_layout
4751
4752 \end_inset
4753 </cell>
4754 <cell alignment="center" valignment="top" usebox="none">
4755 \begin_inset Text
4756
4757 \begin_layout Plain Layout
4758 Annamaria
4759 \end_layout
4760
4761 \end_inset
4762 </cell>
4763 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4764 \begin_inset Text
4765
4766 \begin_layout Plain Layout
4767 555
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 </row>
4773 <row>
4774 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Plain Layout
4778
4779 \series bold
4780 Feliciello
4781 \end_layout
4782
4783 \end_inset
4784 </cell>
4785 <cell alignment="center" valignment="top" usebox="none">
4786 \begin_inset Text
4787
4788 \begin_layout Plain Layout
4789 Domenico
4790 \end_layout
4791
4792 \end_inset
4793 </cell>
4794 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Plain Layout
4798 555
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 </row>
4804 <row>
4805 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Plain Layout
4809
4810 \series bold
4811 Focarelli
4812 \end_layout
4813
4814 \end_inset
4815 </cell>
4816 <cell alignment="center" valignment="top" usebox="none">
4817 \begin_inset Text
4818
4819 \begin_layout Plain Layout
4820 Paola
4821 \end_layout
4822
4823 \end_inset
4824 </cell>
4825 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Plain Layout
4829 555
4830 \end_layout
4831
4832 \end_inset
4833 </cell>
4834 </row>
4835 <row>
4836 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4837 \begin_inset Text
4838
4839 \begin_layout Plain Layout
4840
4841 \series bold
4842 Galletti
4843 \end_layout
4844
4845 \end_inset
4846 </cell>
4847 <cell alignment="center" valignment="top" usebox="none">
4848 \begin_inset Text
4849
4850 \begin_layout Plain Layout
4851 Oreste
4852 \end_layout
4853
4854 \end_inset
4855 </cell>
4856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4857 \begin_inset Text
4858
4859 \begin_layout Plain Layout
4860 555
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 </row>
4866 <row>
4867 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4868 \begin_inset Text
4869
4870 \begin_layout Plain Layout
4871
4872 \series bold
4873 Gasparini
4874 \end_layout
4875
4876 \end_inset
4877 </cell>
4878 <cell alignment="center" valignment="top" usebox="none">
4879 \begin_inset Text
4880
4881 \begin_layout Plain Layout
4882 Franca
4883 \end_layout
4884
4885 \end_inset
4886 </cell>
4887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4888 \begin_inset Text
4889
4890 \begin_layout Plain Layout
4891 555
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 </row>
4897 <row>
4898 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4899 \begin_inset Text
4900
4901 \begin_layout Plain Layout
4902
4903 \series bold
4904 Rizzardi
4905 \end_layout
4906
4907 \end_inset
4908 </cell>
4909 <cell alignment="center" valignment="top" usebox="none">
4910 \begin_inset Text
4911
4912 \begin_layout Plain Layout
4913 Paola
4914 \end_layout
4915
4916 \end_inset
4917 </cell>
4918 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4919 \begin_inset Text
4920
4921 \begin_layout Plain Layout
4922 555
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 </row>
4928 <row>
4929 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4930 \begin_inset Text
4931
4932 \begin_layout Plain Layout
4933
4934 \series bold
4935 Lassini
4936 \end_layout
4937
4938 \end_inset
4939 </cell>
4940 <cell alignment="center" valignment="top" usebox="none">
4941 \begin_inset Text
4942
4943 \begin_layout Plain Layout
4944 Giancarlo
4945 \end_layout
4946
4947 \end_inset
4948 </cell>
4949 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4950 \begin_inset Text
4951
4952 \begin_layout Plain Layout
4953 555
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 </row>
4959 <row>
4960 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4961 \begin_inset Text
4962
4963 \begin_layout Plain Layout
4964
4965 \series bold
4966 Malfatti
4967 \end_layout
4968
4969 \end_inset
4970 </cell>
4971 <cell alignment="center" valignment="top" usebox="none">
4972 \begin_inset Text
4973
4974 \begin_layout Plain Layout
4975 Luciano
4976 \end_layout
4977
4978 \end_inset
4979 </cell>
4980 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4981 \begin_inset Text
4982
4983 \begin_layout Plain Layout
4984 555
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 </row>
4990 <row>
4991 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4992 \begin_inset Text
4993
4994 \begin_layout Plain Layout
4995
4996 \series bold
4997 Malfatti
4998 \end_layout
4999
5000 \end_inset
5001 </cell>
5002 <cell alignment="center" valignment="top" usebox="none">
5003 \begin_inset Text
5004
5005 \begin_layout Plain Layout
5006 Valeriano
5007 \end_layout
5008
5009 \end_inset
5010 </cell>
5011 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5012 \begin_inset Text
5013
5014 \begin_layout Plain Layout
5015 555
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
5020 </row>
5021 <row>
5022 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5023 \begin_inset Text
5024
5025 \begin_layout Plain Layout
5026
5027 \series bold
5028 Meneguzzo
5029 \end_layout
5030
5031 \end_inset
5032 </cell>
5033 <cell alignment="center" valignment="top" usebox="none">
5034 \begin_inset Text
5035
5036 \begin_layout Plain Layout
5037 Roberto
5038 \end_layout
5039
5040 \end_inset
5041 </cell>
5042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5043 \begin_inset Text
5044
5045 \begin_layout Plain Layout
5046 555
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 </row>
5052 <row>
5053 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5054 \begin_inset Text
5055
5056 \begin_layout Plain Layout
5057
5058 \series bold
5059 Mezzadra
5060 \end_layout
5061
5062 \end_inset
5063 </cell>
5064 <cell alignment="center" valignment="top" usebox="none">
5065 \begin_inset Text
5066
5067 \begin_layout Plain Layout
5068 Roberto
5069 \end_layout
5070
5071 \end_inset
5072 </cell>
5073 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5074 \begin_inset Text
5075
5076 \begin_layout Plain Layout
5077 555
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 </row>
5083 <row>
5084 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5085 \begin_inset Text
5086
5087 \begin_layout Plain Layout
5088
5089 \series bold
5090 Pirpamer
5091 \end_layout
5092
5093 \end_inset
5094 </cell>
5095 <cell alignment="center" valignment="top" usebox="none">
5096 \begin_inset Text
5097
5098 \begin_layout Plain Layout
5099 Erich
5100 \end_layout
5101
5102 \end_inset
5103 </cell>
5104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108 555
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 </row>
5114 <row>
5115 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5116 \begin_inset Text
5117
5118 \begin_layout Plain Layout
5119
5120 \series bold
5121 Pochiesa
5122 \end_layout
5123
5124 \end_inset
5125 </cell>
5126 <cell alignment="center" valignment="top" usebox="none">
5127 \begin_inset Text
5128
5129 \begin_layout Plain Layout
5130 Paolo
5131 \end_layout
5132
5133 \end_inset
5134 </cell>
5135 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5136 \begin_inset Text
5137
5138 \begin_layout Plain Layout
5139 555, 222
5140 \end_layout
5141
5142 \end_inset
5143 </cell>
5144 </row>
5145 <row>
5146 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5147 \begin_inset Text
5148
5149 \begin_layout Plain Layout
5150
5151 \series bold
5152 Radina
5153 \end_layout
5154
5155 \end_inset
5156 </cell>
5157 <cell alignment="center" valignment="top" usebox="none">
5158 \begin_inset Text
5159
5160 \begin_layout Plain Layout
5161 Claudio
5162 \end_layout
5163
5164 \end_inset
5165 </cell>
5166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5167 \begin_inset Text
5168
5169 \begin_layout Plain Layout
5170 555
5171 \end_layout
5172
5173 \end_inset
5174 </cell>
5175 </row>
5176 <row>
5177 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5178 \begin_inset Text
5179
5180 \begin_layout Plain Layout
5181
5182 \series bold
5183 Stuffer
5184 \end_layout
5185
5186 \end_inset
5187 </cell>
5188 <cell alignment="center" valignment="top" usebox="none">
5189 \begin_inset Text
5190
5191 \begin_layout Plain Layout
5192 Oskar
5193 \end_layout
5194
5195 \end_inset
5196 </cell>
5197 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5198 \begin_inset Text
5199
5200 \begin_layout Plain Layout
5201 555
5202 \end_layout
5203
5204 \end_inset
5205 </cell>
5206 </row>
5207 <row>
5208 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5209 \begin_inset Text
5210
5211 \begin_layout Plain Layout
5212
5213 \series bold
5214 Tacchelli
5215 \end_layout
5216
5217 \end_inset
5218 </cell>
5219 <cell alignment="center" valignment="top" usebox="none">
5220 \begin_inset Text
5221
5222 \begin_layout Plain Layout
5223 Ugo
5224 \end_layout
5225
5226 \end_inset
5227 </cell>
5228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5229 \begin_inset Text
5230
5231 \begin_layout Plain Layout
5232 555
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 </row>
5238 <row>
5239 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5240 \begin_inset Text
5241
5242 \begin_layout Plain Layout
5243
5244 \series bold
5245 Tezzele
5246 \end_layout
5247
5248 \end_inset
5249 </cell>
5250 <cell alignment="center" valignment="top" usebox="none">
5251 \begin_inset Text
5252
5253 \begin_layout Plain Layout
5254 Margit
5255 \end_layout
5256
5257 \end_inset
5258 </cell>
5259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263 555
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 </row>
5269 <row>
5270 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5271 \begin_inset Text
5272
5273 \begin_layout Plain Layout
5274
5275 \series bold
5276 Unterkalmsteiner
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 <cell alignment="center" valignment="top" usebox="none">
5282 \begin_inset Text
5283
5284 \begin_layout Plain Layout
5285 Frieda
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Plain Layout
5294 555
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 </row>
5300 <row>
5301 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5302 \begin_inset Text
5303
5304 \begin_layout Plain Layout
5305
5306 \series bold
5307 Vieider
5308 \end_layout
5309
5310 \end_inset
5311 </cell>
5312 <cell alignment="center" valignment="top" usebox="none">
5313 \begin_inset Text
5314
5315 \begin_layout Plain Layout
5316 Hilde
5317 \end_layout
5318
5319 \end_inset
5320 </cell>
5321 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5322 \begin_inset Text
5323
5324 \begin_layout Plain Layout
5325 555
5326 \end_layout
5327
5328 \end_inset
5329 </cell>
5330 </row>
5331 <row>
5332 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5333 \begin_inset Text
5334
5335 \begin_layout Plain Layout
5336
5337 \series bold
5338 Vigna
5339 \end_layout
5340
5341 \end_inset
5342 </cell>
5343 <cell alignment="center" valignment="top" usebox="none">
5344 \begin_inset Text
5345
5346 \begin_layout Plain Layout
5347 Jürgen
5348 \end_layout
5349
5350 \end_inset
5351 </cell>
5352 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5353 \begin_inset Text
5354
5355 \begin_layout Plain Layout
5356 999
5357 \end_layout
5358
5359 \end_inset
5360 </cell>
5361 </row>
5362 <row>
5363 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5364 \begin_inset Text
5365
5366 \begin_layout Plain Layout
5367
5368 \series bold
5369 Weber
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 <cell alignment="center" valignment="top" usebox="none">
5375 \begin_inset Text
5376
5377 \begin_layout Plain Layout
5378 Maurizio
5379 \end_layout
5380
5381 \end_inset
5382 </cell>
5383 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5384 \begin_inset Text
5385
5386 \begin_layout Plain Layout
5387 555
5388 \end_layout
5389
5390 \end_inset
5391 </cell>
5392 </row>
5393 <row>
5394 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5395 \begin_inset Text
5396
5397 \begin_layout Plain Layout
5398
5399 \series bold
5400 Winkler
5401 \end_layout
5402
5403 \end_inset
5404 </cell>
5405 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5406 \begin_inset Text
5407
5408 \begin_layout Plain Layout
5409 Franz
5410 \end_layout
5411
5412 \end_inset
5413 </cell>
5414 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5415 \begin_inset Text
5416
5417 \begin_layout Plain Layout
5418 555
5419 \end_layout
5420
5421 \end_inset
5422 </cell>
5423 </row>
5424 <row endlastfoot="true">
5425 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5426 \begin_inset Text
5427
5428 \begin_layout Plain Layout
5429 end
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438
5439 \end_layout
5440
5441 \end_inset
5442 </cell>
5443 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5444 \begin_inset Text
5445
5446 \begin_layout Plain Layout
5447
5448 \end_layout
5449
5450 \end_inset
5451 </cell>
5452 </row>
5453 </lyxtabular>
5454
5455 \end_inset
5456
5457
5458 \begin_inset ERT
5459 status collapsed
5460
5461 \begin_layout Plain Layout
5462
5463
5464 \backslash
5465 addtocounter{table}{-1}
5466 \end_layout
5467
5468 \end_inset
5469
5470
5471 \begin_inset Note Note
5472 status collapsed
5473
5474 \begin_layout Plain Layout
5475 See the first greyed-out note in section
5476 \begin_inset space ~
5477 \end_inset
5478
5479
5480 \begin_inset CommandInset ref
5481 LatexCommand ref
5482 reference "subsec:Multi-page-Table-Captions"
5483
5484 \end_inset
5485
5486  for an explanation of this command.
5487 \end_layout
5488
5489 \end_inset
5490
5491
5492 \end_layout
5493
5494 \begin_layout Subsection
5495 Footnotes in Multi-page tables
5496 \begin_inset CommandInset label
5497 LatexCommand label
5498 name "subsec:Footnotes-in-Multi-page"
5499
5500 \end_inset
5501
5502
5503 \begin_inset Index idx
5504 status collapsed
5505
5506 \begin_layout Plain Layout
5507 Table ! Multi-page Table ! Footnotes
5508 \end_layout
5509
5510 \end_inset
5511
5512
5513 \end_layout
5514
5515 \begin_layout Standard
5516 Footnotes can be inserted to every Multi-page table cell.
5517  They appear at the bottom of the page where the table cell with the footnote
5518  appears.
5519  Table
5520 \begin_inset space ~
5521 \end_inset
5522
5523
5524 \begin_inset CommandInset ref
5525 LatexCommand ref
5526 reference "tab:DiffCaptions"
5527
5528 \end_inset
5529
5530  has for example a footnote.
5531 \end_layout
5532
5533 \begin_layout Subsection
5534 Multi-page Table Alignment
5535 \begin_inset Index idx
5536 status collapsed
5537
5538 \begin_layout Plain Layout
5539 Table ! Multi-page Table ! Alignment
5540 \end_layout
5541
5542 \end_inset
5543
5544
5545 \end_layout
5546
5547 \begin_layout Standard
5548 The horizontal alignment of multi-page tables can be set in the table settings
5549  dialog.
5550  For left- and right-alignment the table will be directly at the page border.
5551  To add space between the table and the border one has to set the alignment
5552  to center and change the value of the \SpecialChar LaTeX
5553 -lengths 
5554 \series bold
5555
5556 \backslash
5557 LTleft 
5558 \series default
5559 or 
5560 \series bold
5561
5562 \backslash
5563 LTright
5564 \series default
5565  by inserting this line as \SpecialChar TeX
5566  Code before the multi-page table:
5567 \end_layout
5568
5569 \begin_layout Standard
5570
5571 \series bold
5572
5573 \backslash
5574 setlength{
5575 \backslash
5576 LTleft}{value}
5577 \end_layout
5578
5579 \begin_layout Standard
5580 The value can have any of the units listed in Table
5581 \begin_inset space ~
5582 \end_inset
5583
5584
5585 \begin_inset CommandInset ref
5586 LatexCommand ref
5587 reference "tab:Units"
5588
5589 \end_inset
5590
5591 .
5592  
5593 \series bold
5594
5595 \backslash
5596 LTleft
5597 \series default
5598  controls the horizontal distance from the left page border to the multi-page
5599  table, 
5600 \series bold
5601
5602 \backslash
5603 LTright
5604 \series default
5605  the distance from the right side.
5606  The default value for both lengths is 
5607 \series bold
5608
5609 \backslash
5610 fill
5611 \series default
5612 , which is in this case the same as an horizontal fill in \SpecialChar LyX
5613 .
5614 \end_layout
5615
5616 \begin_layout Standard
5617 The following multi-page table was centered and 
5618 \series bold
5619
5620 \backslash
5621 LTleft
5622 \series default
5623  set to 
5624 \family sans
5625 0.1
5626 \backslash
5627 columnwidth
5628 \family default
5629 :
5630 \begin_inset ERT
5631 status collapsed
5632
5633 \begin_layout Plain Layout
5634
5635
5636 \backslash
5637 setlength{
5638 \backslash
5639 LTleft}{0.1
5640 \backslash
5641 columnwidth}
5642 \end_layout
5643
5644 \end_inset
5645
5646
5647 \end_layout
5648
5649 \begin_layout Standard
5650 \begin_inset Tabular
5651 <lyxtabular version="3" rows="5" columns="5">
5652 <features islongtable="true" longtabularalignment="center">
5653 <column alignment="center" valignment="top">
5654 <column alignment="center" valignment="top" width="0pt">
5655 <column alignment="center" valignment="top">
5656 <column alignment="center" valignment="top">
5657 <column alignment="center" valignment="top">
5658 <row>
5659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5660 \begin_inset Text
5661
5662 \begin_layout Plain Layout
5663 1
5664 \end_layout
5665
5666 \end_inset
5667 </cell>
5668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5669 \begin_inset Text
5670
5671 \begin_layout Plain Layout
5672 2
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681 3
5682 \end_layout
5683
5684 \end_inset
5685 </cell>
5686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5687 \begin_inset Text
5688
5689 \begin_layout Plain Layout
5690 4
5691 \end_layout
5692
5693 \end_inset
5694 </cell>
5695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5696 \begin_inset Text
5697
5698 \begin_layout Plain Layout
5699 5
5700 \end_layout
5701
5702 \end_inset
5703 </cell>
5704 </row>
5705 <row>
5706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710 asd
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5716 \begin_inset Text
5717
5718 \begin_layout Plain Layout
5719 s
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728 s
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737 s
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5743 \begin_inset Text
5744
5745 \begin_layout Plain Layout
5746 asd
5747 \end_layout
5748
5749 \end_inset
5750 </cell>
5751 </row>
5752 <row>
5753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 asd
5758 \end_layout
5759
5760 \end_inset
5761 </cell>
5762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766 s
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5772 \begin_inset Text
5773
5774 \begin_layout Plain Layout
5775 s
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Plain Layout
5784 s
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5790 \begin_inset Text
5791
5792 \begin_layout Plain Layout
5793 asd
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 </row>
5799 <row>
5800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804 asd
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 s
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 s
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 s
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840 asd
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 </row>
5846 <row>
5847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 asd
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 asd
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 asd
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878 asd
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Plain Layout
5887 asd
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 </row>
5893 </lyxtabular>
5894
5895 \end_inset
5896
5897
5898 \begin_inset ERT
5899 status collapsed
5900
5901 \begin_layout Plain Layout
5902
5903
5904 \backslash
5905 setlength{
5906 \backslash
5907 LTleft}{
5908 \backslash
5909 fill}
5910 \end_layout
5911
5912 \end_inset
5913
5914
5915 \begin_inset ERT
5916 status collapsed
5917
5918 \begin_layout Plain Layout
5919
5920
5921 \backslash
5922 addtocounter{table}{-1}
5923 \end_layout
5924
5925 \end_inset
5926
5927
5928 \begin_inset Note Note
5929 status collapsed
5930
5931 \begin_layout Plain Layout
5932 See the first greyed-out note in section
5933 \begin_inset space ~
5934 \end_inset
5935
5936
5937 \begin_inset CommandInset ref
5938 LatexCommand ref
5939 reference "subsec:Multi-page-Table-Captions"
5940
5941 \end_inset
5942
5943  for an explanation of this command.
5944 \end_layout
5945
5946 \end_inset
5947
5948
5949 \end_layout
5950
5951 \begin_layout Subsection
5952 Multi-page Table Captions
5953 \begin_inset Index idx
5954 status collapsed
5955
5956 \begin_layout Plain Layout
5957 Table ! Multi-page Table ! Captions
5958 \end_layout
5959
5960 \end_inset
5961
5962
5963 \begin_inset CommandInset label
5964 LatexCommand label
5965 name "subsec:Multi-page-Table-Captions"
5966
5967 \end_inset
5968
5969
5970 \end_layout
5971
5972 \begin_layout Standard
5973 A multi-page table cannot be put into a table float because floats can only
5974  be on one page.
5975  But the caption environment of floats can also be used for multi-page tables
5976  when you use the multi-page table option 
5977 \family sans
5978 Caption
5979 \family default
5980  as described in sec.
5981 \begin_inset space \thinspace{}
5982 \end_inset
5983
5984
5985 \begin_inset CommandInset ref
5986 LatexCommand ref
5987 reference "sec:Multi-page-Tables"
5988
5989 \end_inset
5990
5991 .
5992  Only one table row should contain a caption, either a header or a footer
5993  row.
5994 \end_layout
5995
5996 \begin_layout Standard
5997 Here is a short multi-page table to see how it works:
5998 \end_layout
5999
6000 \begin_layout Standard
6001 \begin_inset Tabular
6002 <lyxtabular version="3" rows="6" columns="5">
6003 <features islongtable="true" longtabularalignment="center">
6004 <column alignment="center" valignment="top">
6005 <column alignment="center" valignment="top">
6006 <column alignment="center" valignment="top">
6007 <column alignment="center" valignment="top">
6008 <column alignment="center" valignment="top">
6009 <row endfirsthead="true" caption="true">
6010 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Plain Layout
6014 \begin_inset Caption Standard
6015
6016 \begin_layout Plain Layout
6017 Multi-page table with caption
6018 \begin_inset Argument 1
6019 status open
6020
6021 \begin_layout Plain Layout
6022 Multi-page table
6023 \end_layout
6024
6025 \end_inset
6026
6027
6028 \end_layout
6029
6030 \end_inset
6031
6032
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Plain Layout
6050
6051 \end_layout
6052
6053 \end_inset
6054 </cell>
6055 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Plain Layout
6059
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6065 \begin_inset Text
6066
6067 \begin_layout Plain Layout
6068
6069 \end_layout
6070
6071 \end_inset
6072 </cell>
6073 </row>
6074 <row>
6075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Plain Layout
6079 1
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Plain Layout
6088 2
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6094 \begin_inset Text
6095
6096 \begin_layout Plain Layout
6097 3
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6103 \begin_inset Text
6104
6105 \begin_layout Plain Layout
6106 4
6107 \end_layout
6108
6109 \end_inset
6110 </cell>
6111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6112 \begin_inset Text
6113
6114 \begin_layout Plain Layout
6115 5
6116 \end_layout
6117
6118 \end_inset
6119 </cell>
6120 </row>
6121 <row>
6122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126 asd
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135 s
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144 s
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Plain Layout
6153 s
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6159 \begin_inset Text
6160
6161 \begin_layout Plain Layout
6162 asd
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 </row>
6168 <row>
6169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173 asd
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182 s
6183 \end_layout
6184
6185 \end_inset
6186 </cell>
6187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191 s
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 s
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6206 \begin_inset Text
6207
6208 \begin_layout Plain Layout
6209 asd
6210 \end_layout
6211
6212 \end_inset
6213 </cell>
6214 </row>
6215 <row>
6216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220 asd
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Plain Layout
6229 s
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6235 \begin_inset Text
6236
6237 \begin_layout Plain Layout
6238 s
6239 \end_layout
6240
6241 \end_inset
6242 </cell>
6243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247 s
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256 asd
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 </row>
6262 <row>
6263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267 asd
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276 asd
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285 asd
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294 asd
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303 asd
6304 \end_layout
6305
6306 \end_inset
6307 </cell>
6308 </row>
6309 </lyxtabular>
6310
6311 \end_inset
6312
6313
6314 \end_layout
6315
6316 \begin_layout Standard
6317 \begin_inset VSpace medskip
6318 \end_inset
6319
6320
6321 \begin_inset Note Greyedout
6322 status open
6323
6324 \begin_layout Plain Layout
6325
6326 \series bold
6327 Note
6328 \begin_inset space ~
6329 \end_inset
6330
6331 1:
6332 \series default
6333  The table number is increased for every multi-page table, even if you did
6334  not set a caption for it.
6335  For this reason you could have the case that e.
6336 \begin_inset space \thinspace{}
6337 \end_inset
6338
6339 g.
6340 \begin_inset space \space{}
6341 \end_inset
6342
6343 Table
6344 \begin_inset space ~
6345 \end_inset
6346
6347 2.4 follows Table
6348 \begin_inset space ~
6349 \end_inset
6350
6351 2.1 in the list of tables if there are two multi-page tables without captions.
6352  To avoid this you can add the following command in \SpecialChar TeX
6353  Code after every multi-page
6354  table without a caption:
6355 \end_layout
6356
6357 \begin_layout Plain Layout
6358
6359 \series bold
6360
6361 \backslash
6362 addtocounter{table}{-1}
6363 \end_layout
6364
6365 \begin_layout Plain Layout
6366 This is not needed when none of your multi-page tables has a caption and
6367  you add the following code to the document preamble:
6368 \end_layout
6369
6370 \begin_layout Plain Layout
6371
6372 \series bold
6373
6374 \backslash
6375 let
6376 \backslash
6377 myEnd
6378 \backslash
6379 endlongtable
6380 \begin_inset Newline newline
6381 \end_inset
6382
6383
6384 \backslash
6385 renewcommand{
6386 \backslash
6387 endlongtable}{
6388 \backslash
6389 myEnd
6390 \backslash
6391 addtocounter{table}{-1}}
6392 \end_layout
6393
6394 \end_inset
6395
6396
6397 \end_layout
6398
6399 \begin_layout Standard
6400 \begin_inset Note Greyedout
6401 status open
6402
6403 \begin_layout Plain Layout
6404
6405 \series bold
6406 Note
6407 \begin_inset space ~
6408 \end_inset
6409
6410 2:
6411 \series default
6412  If you are using
6413 \series bold
6414  hyperref
6415 \series default
6416
6417 \begin_inset Index idx
6418 status collapsed
6419
6420 \begin_layout Plain Layout
6421 \SpecialChar LaTeX
6422 -packages ! hyperref
6423 \end_layout
6424
6425 \end_inset
6426
6427  in the 
6428 \family sans
6429 PDF Properties
6430 \family default
6431  of the 
6432 \family sans
6433 Document Settings
6434 \family default
6435  dialog to link cross-references, the link to a multi-page table caption
6436  will always point to the beginning of the document.
6437 \end_layout
6438
6439 \end_inset
6440
6441
6442 \end_layout
6443
6444 \begin_layout Subsubsection
6445 References to multi-page tables
6446 \begin_inset Index idx
6447 status collapsed
6448
6449 \begin_layout Plain Layout
6450 Table ! Multi-page Table ! References
6451 \end_layout
6452
6453 \end_inset
6454
6455
6456 \end_layout
6457
6458 \begin_layout Standard
6459 \begin_inset Tabular
6460 <lyxtabular version="3" rows="6" columns="5">
6461 <features islongtable="true" longtabularalignment="center">
6462 <column alignment="center" valignment="top">
6463 <column alignment="center" valignment="top">
6464 <column alignment="center" valignment="top">
6465 <column alignment="center" valignment="top">
6466 <column alignment="center" valignment="top">
6467 <row endfirsthead="true" caption="true">
6468 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Plain Layout
6472 \begin_inset Caption Standard
6473
6474 \begin_layout Plain Layout
6475 Referenced multi-page table
6476 \begin_inset CommandInset label
6477 LatexCommand label
6478 name "tab:Referenced-multi-page-table"
6479
6480 \end_inset
6481
6482
6483 \end_layout
6484
6485 \end_inset
6486
6487
6488 \end_layout
6489
6490 \end_inset
6491 </cell>
6492 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6493 \begin_inset Text
6494
6495 \begin_layout Plain Layout
6496
6497 \end_layout
6498
6499 \end_inset
6500 </cell>
6501 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6502 \begin_inset Text
6503
6504 \begin_layout Plain Layout
6505
6506 \end_layout
6507
6508 \end_inset
6509 </cell>
6510 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6511 \begin_inset Text
6512
6513 \begin_layout Plain Layout
6514
6515 \end_layout
6516
6517 \end_inset
6518 </cell>
6519 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6520 \begin_inset Text
6521
6522 \begin_layout Plain Layout
6523
6524 \end_layout
6525
6526 \end_inset
6527 </cell>
6528 </row>
6529 <row>
6530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6531 \begin_inset Text
6532
6533 \begin_layout Plain Layout
6534 1
6535 \end_layout
6536
6537 \end_inset
6538 </cell>
6539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6540 \begin_inset Text
6541
6542 \begin_layout Plain Layout
6543 2
6544 \end_layout
6545
6546 \end_inset
6547 </cell>
6548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6549 \begin_inset Text
6550
6551 \begin_layout Plain Layout
6552 3
6553 \end_layout
6554
6555 \end_inset
6556 </cell>
6557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6558 \begin_inset Text
6559
6560 \begin_layout Plain Layout
6561 4
6562 \end_layout
6563
6564 \end_inset
6565 </cell>
6566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6567 \begin_inset Text
6568
6569 \begin_layout Plain Layout
6570 5
6571 \end_layout
6572
6573 \end_inset
6574 </cell>
6575 </row>
6576 <row>
6577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6578 \begin_inset Text
6579
6580 \begin_layout Plain Layout
6581 asd
6582 \end_layout
6583
6584 \end_inset
6585 </cell>
6586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6587 \begin_inset Text
6588
6589 \begin_layout Plain Layout
6590 s
6591 \end_layout
6592
6593 \end_inset
6594 </cell>
6595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6596 \begin_inset Text
6597
6598 \begin_layout Plain Layout
6599 s
6600 \end_layout
6601
6602 \end_inset
6603 </cell>
6604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6605 \begin_inset Text
6606
6607 \begin_layout Plain Layout
6608 s
6609 \end_layout
6610
6611 \end_inset
6612 </cell>
6613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6614 \begin_inset Text
6615
6616 \begin_layout Plain Layout
6617 asd
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 </row>
6623 <row>
6624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6625 \begin_inset Text
6626
6627 \begin_layout Plain Layout
6628 asd
6629 \end_layout
6630
6631 \end_inset
6632 </cell>
6633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6634 \begin_inset Text
6635
6636 \begin_layout Plain Layout
6637 s
6638 \end_layout
6639
6640 \end_inset
6641 </cell>
6642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6643 \begin_inset Text
6644
6645 \begin_layout Plain Layout
6646 s
6647 \end_layout
6648
6649 \end_inset
6650 </cell>
6651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6652 \begin_inset Text
6653
6654 \begin_layout Plain Layout
6655 s
6656 \end_layout
6657
6658 \end_inset
6659 </cell>
6660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6661 \begin_inset Text
6662
6663 \begin_layout Plain Layout
6664 asd
6665 \end_layout
6666
6667 \end_inset
6668 </cell>
6669 </row>
6670 <row>
6671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6672 \begin_inset Text
6673
6674 \begin_layout Plain Layout
6675 asd
6676 \end_layout
6677
6678 \end_inset
6679 </cell>
6680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684 s
6685 \end_layout
6686
6687 \end_inset
6688 </cell>
6689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6690 \begin_inset Text
6691
6692 \begin_layout Plain Layout
6693 s
6694 \end_layout
6695
6696 \end_inset
6697 </cell>
6698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6699 \begin_inset Text
6700
6701 \begin_layout Plain Layout
6702 s
6703 \end_layout
6704
6705 \end_inset
6706 </cell>
6707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Plain Layout
6711 asd
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 </row>
6717 <row>
6718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6719 \begin_inset Text
6720
6721 \begin_layout Plain Layout
6722 asd
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6728 \begin_inset Text
6729
6730 \begin_layout Plain Layout
6731 sad
6732 \end_layout
6733
6734 \end_inset
6735 </cell>
6736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6737 \begin_inset Text
6738
6739 \begin_layout Plain Layout
6740 asd
6741 \end_layout
6742
6743 \end_inset
6744 </cell>
6745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6746 \begin_inset Text
6747
6748 \begin_layout Plain Layout
6749 asd
6750 \end_layout
6751
6752 \end_inset
6753 </cell>
6754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6755 \begin_inset Text
6756
6757 \begin_layout Plain Layout
6758 asd
6759 \end_layout
6760
6761 \end_inset
6762 </cell>
6763 </row>
6764 </lyxtabular>
6765
6766 \end_inset
6767
6768
6769 \end_layout
6770
6771 \begin_layout Standard
6772 To reference a multi-page table, insert a label into the caption.
6773 \end_layout
6774
6775 \begin_layout Standard
6776 This is a reference to Table
6777 \begin_inset space ~
6778 \end_inset
6779
6780
6781 \begin_inset CommandInset ref
6782 LatexCommand ref
6783 reference "tab:Referenced-multi-page-table"
6784
6785 \end_inset
6786
6787 .
6788 \end_layout
6789
6790 \begin_layout Standard
6791 The caption layout can be set together with all other captions of your document
6792  using the \SpecialChar LaTeX
6793 -package 
6794 \series bold
6795 caption
6796 \series default
6797
6798 \begin_inset Index idx
6799 status collapsed
6800
6801 \begin_layout Plain Layout
6802 \SpecialChar LaTeX
6803 -packages ! caption
6804 \end_layout
6805
6806 \end_inset
6807
6808 , see section
6809 \begin_inset space ~
6810 \end_inset
6811
6812
6813 \begin_inset CommandInset ref
6814 LatexCommand ref
6815 reference "sec:Caption-Formatting"
6816
6817 \end_inset
6818
6819 .
6820 \end_layout
6821
6822 \begin_layout Subsubsection
6823 Caption Width
6824 \begin_inset Index idx
6825 status collapsed
6826
6827 \begin_layout Plain Layout
6828 Table ! Multi-page Table ! Caption Width
6829 \end_layout
6830
6831 \end_inset
6832
6833
6834 \end_layout
6835
6836 \begin_layout Standard
6837 The maximal width of caption lines is defined by the length 
6838 \series bold
6839
6840 \backslash
6841 LTcapwidth
6842 \series default
6843 .
6844  Its default value is 4
6845 \begin_inset space \thinspace{}
6846 \end_inset
6847
6848 in.
6849  To change it add the following command to your document preamble or as
6850  \SpecialChar TeX
6851  Code into your document before the multi-page table that should be affected
6852 \end_layout
6853
6854 \begin_layout Standard
6855
6856 \series bold
6857
6858 \backslash
6859 setlength{
6860 \backslash
6861 LTcapwidth}{width}
6862 \end_layout
6863
6864 \begin_layout Standard
6865 where the 
6866 \family sans
6867 width
6868 \family default
6869  can have one of the units listed in appendix
6870 \begin_inset space ~
6871 \end_inset
6872
6873
6874 \begin_inset CommandInset ref
6875 LatexCommand ref
6876 reference "cha:Units-available-in"
6877
6878 \end_inset
6879
6880 .
6881 \end_layout
6882
6883 \begin_layout Standard
6884 The following tables show the difference:
6885 \end_layout
6886
6887 \begin_layout Standard
6888 \begin_inset Tabular
6889 <lyxtabular version="3" rows="6" columns="5">
6890 <features islongtable="true" longtabularalignment="center">
6891 <column alignment="center" valignment="top">
6892 <column alignment="center" valignment="top">
6893 <column alignment="center" valignment="top">
6894 <column alignment="center" valignment="top">
6895 <column alignment="center" valignment="top">
6896 <row endfirsthead="true" caption="true">
6897 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6898 \begin_inset Text
6899
6900 \begin_layout Plain Layout
6901 \begin_inset Caption Standard
6902
6903 \begin_layout Plain Layout
6904 Long full title with default width long full title with default width long
6905  full title with default width
6906 \begin_inset Argument 1
6907 status collapsed
6908
6909 \begin_layout Plain Layout
6910 caption with default width
6911 \end_layout
6912
6913 \end_inset
6914
6915
6916 \end_layout
6917
6918 \end_inset
6919
6920
6921 \end_layout
6922
6923 \end_inset
6924 </cell>
6925 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929
6930 \end_layout
6931
6932 \end_inset
6933 </cell>
6934 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6935 \begin_inset Text
6936
6937 \begin_layout Plain Layout
6938
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947
6948 \end_layout
6949
6950 \end_inset
6951 </cell>
6952 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 </row>
6962 <row>
6963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Plain Layout
6967 1
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976 2
6977 \end_layout
6978
6979 \end_inset
6980 </cell>
6981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Plain Layout
6985 3
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Plain Layout
6994 4
6995 \end_layout
6996
6997 \end_inset
6998 </cell>
6999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Plain Layout
7003 5
7004 \end_layout
7005
7006 \end_inset
7007 </cell>
7008 </row>
7009 <row>
7010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Plain Layout
7014 asd
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023 s
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7029 \begin_inset Text
7030
7031 \begin_layout Plain Layout
7032 s
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041 s
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 asd
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 </row>
7056 <row>
7057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Plain Layout
7061 asd
7062 \end_layout
7063
7064 \end_inset
7065 </cell>
7066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070 s
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079 s
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088 s
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097 asd
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 </row>
7103 <row>
7104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7105 \begin_inset Text
7106
7107 \begin_layout Plain Layout
7108 asd
7109 \end_layout
7110
7111 \end_inset
7112 </cell>
7113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7114 \begin_inset Text
7115
7116 \begin_layout Plain Layout
7117 s
7118 \end_layout
7119
7120 \end_inset
7121 </cell>
7122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7123 \begin_inset Text
7124
7125 \begin_layout Plain Layout
7126 s
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135 s
7136 \end_layout
7137
7138 \end_inset
7139 </cell>
7140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Plain Layout
7144 asd
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 </row>
7150 <row>
7151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7152 \begin_inset Text
7153
7154 \begin_layout Plain Layout
7155 asd
7156 \end_layout
7157
7158 \end_inset
7159 </cell>
7160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7161 \begin_inset Text
7162
7163 \begin_layout Plain Layout
7164 sad
7165 \end_layout
7166
7167 \end_inset
7168 </cell>
7169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Plain Layout
7173 asd
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7179 \begin_inset Text
7180
7181 \begin_layout Plain Layout
7182 asd
7183 \end_layout
7184
7185 \end_inset
7186 </cell>
7187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Plain Layout
7191 asd
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 </row>
7197 </lyxtabular>
7198
7199 \end_inset
7200
7201
7202 \end_layout
7203
7204 \begin_layout Standard
7205 \begin_inset ERT
7206 status collapsed
7207
7208 \begin_layout Plain Layout
7209
7210
7211 \backslash
7212 setlength{
7213 \backslash
7214 LTcapwidth}{5cm}
7215 \end_layout
7216
7217 \end_inset
7218
7219
7220 \begin_inset Tabular
7221 <lyxtabular version="3" rows="6" columns="5">
7222 <features islongtable="true" longtabularalignment="center">
7223 <column alignment="center" valignment="top">
7224 <column alignment="center" valignment="top">
7225 <column alignment="center" valignment="top">
7226 <column alignment="center" valignment="top">
7227 <column alignment="center" valignment="top">
7228 <row endfirsthead="true" caption="true">
7229 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7230 \begin_inset Text
7231
7232 \begin_layout Plain Layout
7233 \begin_inset Caption Standard
7234
7235 \begin_layout Plain Layout
7236 Long full title with width set to 5
7237 \begin_inset space \thinspace{}
7238 \end_inset
7239
7240 cm long full title with width set to 5
7241 \begin_inset space \thinspace{}
7242 \end_inset
7243
7244 cm long full title with width set to 5
7245 \begin_inset space \thinspace{}
7246 \end_inset
7247
7248 cm
7249 \begin_inset Argument 1
7250 status collapsed
7251
7252 \begin_layout Plain Layout
7253 caption with width
7254 \begin_inset space \thinspace{}
7255 \end_inset
7256
7257 =
7258 \begin_inset space \thinspace{}
7259 \end_inset
7260
7261 5
7262 \begin_inset space \thinspace{}
7263 \end_inset
7264
7265 cm
7266 \end_layout
7267
7268 \end_inset
7269
7270
7271 \end_layout
7272
7273 \end_inset
7274
7275
7276 \end_layout
7277
7278 \end_inset
7279 </cell>
7280 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7281 \begin_inset Text
7282
7283 \begin_layout Plain Layout
7284
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7290 \begin_inset Text
7291
7292 \begin_layout Plain Layout
7293
7294 \end_layout
7295
7296 \end_inset
7297 </cell>
7298 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7299 \begin_inset Text
7300
7301 \begin_layout Plain Layout
7302
7303 \end_layout
7304
7305 \end_inset
7306 </cell>
7307 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7308 \begin_inset Text
7309
7310 \begin_layout Plain Layout
7311
7312 \end_layout
7313
7314 \end_inset
7315 </cell>
7316 </row>
7317 <row>
7318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7319 \begin_inset Text
7320
7321 \begin_layout Plain Layout
7322 1
7323 \end_layout
7324
7325 \end_inset
7326 </cell>
7327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7328 \begin_inset Text
7329
7330 \begin_layout Plain Layout
7331 2
7332 \end_layout
7333
7334 \end_inset
7335 </cell>
7336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7337 \begin_inset Text
7338
7339 \begin_layout Plain Layout
7340 3
7341 \end_layout
7342
7343 \end_inset
7344 </cell>
7345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7346 \begin_inset Text
7347
7348 \begin_layout Plain Layout
7349 4
7350 \end_layout
7351
7352 \end_inset
7353 </cell>
7354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7355 \begin_inset Text
7356
7357 \begin_layout Plain Layout
7358 5
7359 \end_layout
7360
7361 \end_inset
7362 </cell>
7363 </row>
7364 <row>
7365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7366 \begin_inset Text
7367
7368 \begin_layout Plain Layout
7369 asd
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7375 \begin_inset Text
7376
7377 \begin_layout Plain Layout
7378 s
7379 \end_layout
7380
7381 \end_inset
7382 </cell>
7383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Plain Layout
7387 s
7388 \end_layout
7389
7390 \end_inset
7391 </cell>
7392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7393 \begin_inset Text
7394
7395 \begin_layout Plain Layout
7396 s
7397 \end_layout
7398
7399 \end_inset
7400 </cell>
7401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7402 \begin_inset Text
7403
7404 \begin_layout Plain Layout
7405 asd
7406 \end_layout
7407
7408 \end_inset
7409 </cell>
7410 </row>
7411 <row>
7412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7413 \begin_inset Text
7414
7415 \begin_layout Plain Layout
7416 asd
7417 \end_layout
7418
7419 \end_inset
7420 </cell>
7421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7422 \begin_inset Text
7423
7424 \begin_layout Plain Layout
7425 s
7426 \end_layout
7427
7428 \end_inset
7429 </cell>
7430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7431 \begin_inset Text
7432
7433 \begin_layout Plain Layout
7434 s
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443 s
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7449 \begin_inset Text
7450
7451 \begin_layout Plain Layout
7452 asd
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 </row>
7458 <row>
7459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Plain Layout
7463 asd
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7469 \begin_inset Text
7470
7471 \begin_layout Plain Layout
7472 s
7473 \end_layout
7474
7475 \end_inset
7476 </cell>
7477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7478 \begin_inset Text
7479
7480 \begin_layout Plain Layout
7481 s
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Plain Layout
7490 s
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Plain Layout
7499 asd
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 </row>
7505 <row>
7506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7507 \begin_inset Text
7508
7509 \begin_layout Plain Layout
7510 asd
7511 \end_layout
7512
7513 \end_inset
7514 </cell>
7515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7516 \begin_inset Text
7517
7518 \begin_layout Plain Layout
7519 sad
7520 \end_layout
7521
7522 \end_inset
7523 </cell>
7524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7525 \begin_inset Text
7526
7527 \begin_layout Plain Layout
7528 asd
7529 \end_layout
7530
7531 \end_inset
7532 </cell>
7533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7534 \begin_inset Text
7535
7536 \begin_layout Plain Layout
7537 asd
7538 \end_layout
7539
7540 \end_inset
7541 </cell>
7542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7543 \begin_inset Text
7544
7545 \begin_layout Plain Layout
7546 asd
7547 \end_layout
7548
7549 \end_inset
7550 </cell>
7551 </row>
7552 </lyxtabular>
7553
7554 \end_inset
7555
7556
7557 \end_layout
7558
7559 \begin_layout Standard
7560 \begin_inset ERT
7561 status collapsed
7562
7563 \begin_layout Plain Layout
7564
7565
7566 \backslash
7567 setlength{
7568 \backslash
7569 LTcapwidth}{4in}
7570 \end_layout
7571
7572 \end_inset
7573
7574
7575 \end_layout
7576
7577 \begin_layout Standard
7578 \begin_inset Note Greyedout
7579 status open
7580
7581 \begin_layout Plain Layout
7582
7583 \series bold
7584 Note:
7585 \series default
7586  When the \SpecialChar LaTeX
7587 -package 
7588 \series bold
7589 caption
7590 \series default
7591
7592 \begin_inset Index idx
7593 status collapsed
7594
7595 \begin_layout Plain Layout
7596 \SpecialChar LaTeX
7597 -packages ! caption
7598 \end_layout
7599
7600 \end_inset
7601
7602  is used, as in this document, the full page width is used for the caption
7603  when you use the default value of 4
7604 \begin_inset space \thinspace{}
7605 \end_inset
7606
7607 in for 
7608 \series bold
7609
7610 \backslash
7611 LTcapwidth
7612 \series default
7613 .
7614  To get in this case exactly a 4
7615 \begin_inset space \thinspace{}
7616 \end_inset
7617
7618 in wide caption, you can either use a value slightly different from 4.0
7619 \begin_inset space \thinspace{}
7620 \end_inset
7621
7622 in, e.
7623 \begin_inset space \thinspace{}
7624 \end_inset
7625
7626 g.
7627 \begin_inset space \space{}
7628 \end_inset
7629
7630 3.99
7631 \begin_inset space \thinspace{}
7632 \end_inset
7633
7634 in, or the \SpecialChar LaTeX
7635 -command 
7636 \series bold
7637
7638 \backslash
7639 captionsetup{width=value}
7640 \series default
7641  that is provided by the 
7642 \series bold
7643 caption
7644 \series default
7645 -package.
7646 \end_layout
7647
7648 \end_inset
7649
7650
7651 \end_layout
7652
7653 \begin_layout Subsubsection
7654 Different Captions for Table Pages
7655 \begin_inset Index idx
7656 status collapsed
7657
7658 \begin_layout Plain Layout
7659 Table ! Multi-page Table ! Different Captions for Pages
7660 \end_layout
7661
7662 \end_inset
7663
7664
7665 \end_layout
7666
7667 \begin_layout Standard
7668 When the table captions for the following pages should differ from the one
7669  of the first table page, mark a empty row as header which contains a caption.
7670  Then right-click on the caption and select in the context menu 
7671 \family sans
7672 Caption
7673 \begin_inset space ~
7674 \end_inset
7675
7676 (Unnumbered)
7677 \family default
7678 .
7679  Table
7680 \begin_inset space ~
7681 \end_inset
7682
7683
7684 \begin_inset CommandInset ref
7685 LatexCommand ref
7686 reference "tab:DiffCaptions"
7687
7688 \end_inset
7689
7690  is an example of a multi-page table with different heading where the second
7691  caption does not include the table number.
7692 \end_layout
7693
7694 \begin_layout Standard
7695 \align center
7696 \begin_inset Tabular
7697 <lyxtabular version="3" rows="59" columns="3">
7698 <features islongtable="true" longtabularalignment="center">
7699 <column alignment="left" valignment="top" width="0cm">
7700 <column alignment="left" valignment="top" width="0pt">
7701 <column alignment="center" valignment="top" width="0pt">
7702 <row endfirsthead="true" caption="true">
7703 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707 \begin_inset Caption Standard
7708
7709 \begin_layout Plain Layout
7710 Example Phone List
7711 \begin_inset CommandInset label
7712 LatexCommand label
7713 name "tab:DiffCaptions"
7714
7715 \end_inset
7716
7717
7718 \begin_inset Argument 1
7719 status collapsed
7720
7721 \begin_layout Plain Layout
7722 Example Phone List
7723 \end_layout
7724
7725 \end_inset
7726
7727
7728 \end_layout
7729
7730 \end_inset
7731
7732
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741
7742 \end_layout
7743
7744 \end_inset
7745 </cell>
7746 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7747 \begin_inset Text
7748
7749 \begin_layout Plain Layout
7750
7751 \end_layout
7752
7753 \end_inset
7754 </cell>
7755 </row>
7756 <row endfirsthead="true">
7757 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7758 \begin_inset Text
7759
7760 \begin_layout Plain Layout
7761
7762 \series bold
7763 Example Phone List (ignore the names)
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7769 \begin_inset Text
7770
7771 \begin_layout Plain Layout
7772
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781
7782 \end_layout
7783
7784 \end_inset
7785 </cell>
7786 </row>
7787 <row endfirsthead="true">
7788 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Plain Layout
7792
7793 \series bold
7794 NAME
7795 \end_layout
7796
7797 \end_inset
7798 </cell>
7799 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7800 \begin_inset Text
7801
7802 \begin_layout Plain Layout
7803
7804 \end_layout
7805
7806 \end_inset
7807 </cell>
7808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7809 \begin_inset Text
7810
7811 \begin_layout Plain Layout
7812
7813 \series bold
7814 TEL.
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 </row>
7820 <row endhead="true" caption="true">
7821 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7822 \begin_inset Text
7823
7824 \begin_layout Plain Layout
7825 \begin_inset Caption Unnumbered
7826
7827 \begin_layout Plain Layout
7828 Continued Example Phone List
7829 \end_layout
7830
7831 \end_inset
7832
7833
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Plain Layout
7842
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851
7852 \end_layout
7853
7854 \end_inset
7855 </cell>
7856 </row>
7857 <row endhead="true">
7858 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862
7863 \series bold
7864 Example Phone List
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Plain Layout
7873
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Plain Layout
7882
7883 \end_layout
7884
7885 \end_inset
7886 </cell>
7887 </row>
7888 <row endhead="true">
7889 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893
7894 \series bold
7895 NAME
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913
7914 \series bold
7915 TEL.
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 </row>
7921 <row endfoot="true">
7922 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926 continued on next page
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944
7945 \end_layout
7946
7947 \end_inset
7948 </cell>
7949 </row>
7950 <row>
7951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955
7956 \series bold
7957 Annovi
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966 Silvia
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975 111
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 </row>
7981 <row>
7982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986
7987 \series bold
7988 Bertoli
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997 Stefano
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006 111
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 </row>
8012 <row>
8013 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017
8018 \series bold
8019 Bozzi
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028 Walter
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037 111
8038 \end_layout
8039
8040 \end_inset
8041 </cell>
8042 </row>
8043 <row>
8044 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048
8049 \series bold
8050 Cachia
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059 Maria
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068 111
8069 \end_layout
8070
8071 \end_inset
8072 </cell>
8073 </row>
8074 <row>
8075 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079
8080 \series bold
8081 Cachia
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090 Maurizio
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099 111
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 </row>
8105 <row>
8106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110
8111 \series bold
8112 Cinquemani
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121 Giusi
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130 111
8131 \end_layout
8132
8133 \end_inset
8134 </cell>
8135 </row>
8136 <row>
8137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141
8142 \series bold
8143 Colin
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152 Bernard
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161 111
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 </row>
8167 <row>
8168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172
8173 \series bold
8174 Concli
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183 Gianfranco
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192 111
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 </row>
8198 <row>
8199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203
8204 \series bold
8205 Dal Bosco
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214 Carolina
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223 111
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 </row>
8229 <row>
8230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234
8235 \series bold
8236 Dalpiaz
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245 Annamaria
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254 111
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 </row>
8260 <row>
8261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265
8266 \series bold
8267 Feliciello
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276 Domenico
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 111
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 </row>
8291 <row>
8292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296
8297 \series bold
8298 Focarelli
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307 Paola
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 111
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 </row>
8322 <row>
8323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327
8328 \series bold
8329 Galletti
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338 Oreste
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 111
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 </row>
8353 <row>
8354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358
8359 \series bold
8360 Gasparini
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 Franca
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378 111
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 </row>
8384 <row>
8385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389
8390 \series bold
8391 Rizzardi
8392 \series default
8393
8394 \begin_inset Foot
8395 status open
8396
8397 \begin_layout Plain Layout
8398 Example footnote
8399 \end_layout
8400
8401 \end_inset
8402
8403
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412 Paola
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421 111
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 </row>
8427 <row>
8428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432
8433 \series bold
8434 Lassini
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443 Giancarlo
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452 111
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 </row>
8458 <row>
8459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463
8464 \series bold
8465 Malfatti
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474 Luciano
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483 111
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 </row>
8489 <row>
8490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494
8495 \series bold
8496 Malfatti
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505 Valeriano
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514 111
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 </row>
8520 <row>
8521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525
8526 \series bold
8527 Meneguzzo
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536 Roberto
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545 111
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 </row>
8551 <row>
8552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556
8557 \series bold
8558 Mezzadra
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567 Roberto
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576 111
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 </row>
8582 <row>
8583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587
8588 \series bold
8589 Pirpamer
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598 Erich
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607 111
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 </row>
8613 <row>
8614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618
8619 \series bold
8620 Pochiesa
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629 Paolo
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638 111, 222
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 </row>
8644 <row>
8645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649
8650 \series bold
8651 Radina
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660 Claudio
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 111
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 </row>
8675 <row>
8676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680
8681 \series bold
8682 Stuffer
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691 Oskar
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700 111
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 </row>
8706 <row>
8707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711
8712 \series bold
8713 Tacchelli
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722 Ugo
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731 111
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 </row>
8737 <row>
8738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742
8743 \series bold
8744 Tezzele
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753 Margit
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762 111
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 </row>
8768 <row>
8769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773
8774 \series bold
8775 Unterkalmsteiner
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784 Frieda
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793 111
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 </row>
8799 <row>
8800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804
8805 \series bold
8806 Vieider
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815 Hilde
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824 111
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 </row>
8830 <row>
8831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835
8836 \series bold
8837 Vigna
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846 Jürgen
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855 111
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 </row>
8861 <row>
8862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866
8867 \series bold
8868 Weber
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877 Maurizio
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886 111
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 </row>
8892 <row>
8893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897
8898 \series bold
8899 Winkler
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908 Franz
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917 111
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 </row>
8923 <row>
8924 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928  
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 </row>
8952 <row>
8953 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957
8958 \series bold
8959 Annovi
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968 Silvia
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977 555
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 </row>
8983 <row>
8984 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988
8989 \series bold
8990 Bertoli
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999 Stefano
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008 555
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 </row>
9014 <row>
9015 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019
9020 \series bold
9021 Bozzi
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030 Walter
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039 555
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 </row>
9045 <row>
9046 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050
9051 \series bold
9052 Cachia
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061 Maria
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 555
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 </row>
9076 <row>
9077 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081
9082 \series bold
9083 Cachia
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 Maurizio
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101 555
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 </row>
9107 <row>
9108 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112
9113 \series bold
9114 Cinquemani
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123 Giusi
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132 555
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 </row>
9138 <row>
9139 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143
9144 \series bold
9145 Colin
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154 Bernard
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163 555
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 </row>
9169 <row>
9170 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174
9175 \series bold
9176 Concli
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185 Gianfranco
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194 555
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 </row>
9200 <row>
9201 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205
9206 \series bold
9207 Dal Bosco
9208 \end_layout
9209
9210 \end_inset
9211 </cell>
9212 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216 Carolina
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225 555
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 </row>
9231 <row>
9232 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236
9237 \series bold
9238 Dalpiaz
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247 Annamaria
9248 \end_layout
9249
9250 \end_inset
9251 </cell>
9252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256 555
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 </row>
9262 <row>
9263 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267
9268 \series bold
9269 Feliciello
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Plain Layout
9278 Domenico
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287 555
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 </row>
9293 <row>
9294 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298
9299 \series bold
9300 Focarelli
9301 \end_layout
9302
9303 \end_inset
9304 </cell>
9305 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9306 \begin_inset Text
9307
9308 \begin_layout Plain Layout
9309 Paola
9310 \end_layout
9311
9312 \end_inset
9313 </cell>
9314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9315 \begin_inset Text
9316
9317 \begin_layout Plain Layout
9318 555
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 </row>
9324 <row>
9325 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329
9330 \series bold
9331 Galletti
9332 \end_layout
9333
9334 \end_inset
9335 </cell>
9336 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Plain Layout
9340 Oreste
9341 \end_layout
9342
9343 \end_inset
9344 </cell>
9345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349 555
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 </row>
9355 <row>
9356 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360
9361 \series bold
9362 Gasparini
9363 \end_layout
9364
9365 \end_inset
9366 </cell>
9367 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371 Franca
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380 555
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 </row>
9386 <row>
9387 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391
9392 \series bold
9393 Rizzardi
9394 \end_layout
9395
9396 \end_inset
9397 </cell>
9398 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9399 \begin_inset Text
9400
9401 \begin_layout Plain Layout
9402 Paola
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411 555
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 </row>
9417 <row>
9418 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Plain Layout
9422
9423 \series bold
9424 Lassini
9425 \end_layout
9426
9427 \end_inset
9428 </cell>
9429 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433 Giancarlo
9434 \end_layout
9435
9436 \end_inset
9437 </cell>
9438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9439 \begin_inset Text
9440
9441 \begin_layout Plain Layout
9442 555
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 </row>
9448 <row>
9449 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453
9454 \series bold
9455 Malfatti
9456 \end_layout
9457
9458 \end_inset
9459 </cell>
9460 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Plain Layout
9464 Luciano
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473 555
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 </row>
9479 <row>
9480 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484
9485 \series bold
9486 Malfatti
9487 \end_layout
9488
9489 \end_inset
9490 </cell>
9491 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495 Valeriano
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504 555
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 </row>
9510 <row>
9511 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515
9516 \series bold
9517 Meneguzzo
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9523 \begin_inset Text
9524
9525 \begin_layout Plain Layout
9526 Roberto
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535 555
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 </row>
9541 <row>
9542 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Plain Layout
9546
9547 \series bold
9548 Mezzadra
9549 \end_layout
9550
9551 \end_inset
9552 </cell>
9553 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9554 \begin_inset Text
9555
9556 \begin_layout Plain Layout
9557 Roberto
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566 555
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 </row>
9572 </lyxtabular>
9573
9574 \end_inset
9575
9576
9577 \end_layout
9578
9579 \begin_layout Section
9580 Special Multi-page Table Issues
9581 \begin_inset CommandInset label
9582 LatexCommand label
9583 name "sec:Special-Longtable-Issues"
9584
9585 \end_inset
9586
9587
9588 \end_layout
9589
9590 \begin_layout Subsection
9591 Multi-page Table Calculation
9592 \begin_inset Index idx
9593 status collapsed
9594
9595 \begin_layout Plain Layout
9596 Table ! Multi-page Table ! Calculation
9597 \end_layout
9598
9599 \end_inset
9600
9601
9602 \end_layout
9603
9604 \begin_layout Standard
9605 \SpecialChar LaTeX
9606  calculates the height of table pages and their page breaks using so called
9607  chunks.
9608  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
9609 's memory.
9610  The default value was historically set to only 20
9611 \begin_inset space ~
9612 \end_inset
9613
9614 table rows.
9615  If you are using multi-page tables with many pages this may slow down the
9616  creation of your document.
9617  You can safely increase the chunk size to values of 100
9618 \begin_inset space \thinspace{}
9619 \end_inset
9620
9621 --
9622 \begin_inset space \thinspace{}
9623 \end_inset
9624
9625 1000 by adding this command line to your document preamble:
9626 \end_layout
9627
9628 \begin_layout Standard
9629
9630 \series bold
9631
9632 \backslash
9633 setcounter{LTchunksize}{100}
9634 \end_layout
9635
9636 \begin_layout Subsection
9637 Floats and Multi-page Tables
9638 \begin_inset Index idx
9639 status collapsed
9640
9641 \begin_layout Plain Layout
9642 Table ! Multi-page Table ! Floats
9643 \end_layout
9644
9645 \end_inset
9646
9647
9648 \end_layout
9649
9650 \begin_layout Standard
9651 There might be problems when a float appears on the same page where a multi-page
9652  table starts.
9653  To avoid such a situation, insert a 
9654 \begin_inset Quotes eld
9655 \end_inset
9656
9657 clear page
9658 \begin_inset Quotes erd
9659 \end_inset
9660
9661  (menu 
9662 \family sans
9663 Insert\SpecialChar menuseparator
9664 Formatting\SpecialChar menuseparator
9665 Clear
9666 \begin_inset space ~
9667 \end_inset
9668
9669 Page
9670 \family default
9671 ) before your multi-page table.
9672 \end_layout
9673
9674 \begin_layout Subsection
9675 Forced Page Breaks
9676 \begin_inset Index idx
9677 status collapsed
9678
9679 \begin_layout Plain Layout
9680 Table ! Multi-page Table ! Forced Page Breaks
9681 \end_layout
9682
9683 \end_inset
9684
9685
9686 \end_layout
9687
9688 \begin_layout Standard
9689 By default tables are only broken between rows.
9690  If you have a cell with multiples lines and want to have a page break within
9691  the cell, insert the new line command 
9692 \begin_inset Quotes eld
9693 \end_inset
9694
9695
9696 \series bold
9697
9698 \backslash
9699
9700 \backslash
9701
9702 \series default
9703
9704 \begin_inset Quotes erd
9705 \end_inset
9706
9707  as \SpecialChar TeX
9708  Code at the point of the cell where it can be broken.
9709  Before the 
9710 \series bold
9711
9712 \backslash
9713
9714 \backslash
9715
9716 \series default
9717  command you have to insert in \SpecialChar TeX
9718  Code as many 
9719 \begin_inset Quotes eld
9720 \end_inset
9721
9722
9723 \series bold
9724 &
9725 \series default
9726
9727 \begin_inset Quotes erd
9728 \end_inset
9729
9730  characters as the number of the following table columns.
9731  The 
9732 \series bold
9733 &
9734 \series default
9735  is the character to separate table cells.
9736  Write in \SpecialChar TeX
9737  Code after each 
9738 \series bold
9739 &
9740 \series default
9741  the content of the corresponding following cell and delete the content
9742  of these cells.
9743 \begin_inset Newline newline
9744 \end_inset
9745
9746 After the 
9747 \series bold
9748
9749 \backslash
9750
9751 \backslash
9752
9753 \series default
9754  command, insert as many 
9755 \series bold
9756 &
9757 \series default
9758  characters as the number of table columns before the current column.
9759  In Table
9760 \begin_inset space ~
9761 \end_inset
9762
9763
9764 \begin_inset CommandInset ref
9765 LatexCommand ref
9766 reference "tab:ForcedPagebreak"
9767
9768 \end_inset
9769
9770  the cell that should be broken is in the second column followed by another
9771  column.
9772  Therefore the following command was inserted in the cell as \SpecialChar TeX
9773  Code after
9774  
9775 \begin_inset Quotes eld
9776 \end_inset
9777
9778
9779 \emph on
9780 Castelchiodato,
9781 \emph default
9782
9783 \begin_inset Quotes erd
9784 \end_inset
9785
9786 :
9787 \end_layout
9788
9789 \begin_layout Standard
9790
9791 \series bold
9792 & 111
9793 \backslash
9794
9795 \backslash
9796  
9797 \backslash
9798 newpage
9799 \begin_inset Newline newline
9800 \end_inset
9801
9802 &
9803 \end_layout
9804
9805 \begin_layout Standard
9806 The 
9807 \begin_inset Quotes eld
9808 \end_inset
9809
9810 111
9811 \begin_inset Quotes erd
9812 \end_inset
9813
9814  in the third column of the row was deleted.
9815  
9816 \series bold
9817
9818 \backslash
9819 newpage
9820 \series default
9821  is only needed when a page break should definitely occur at this position,
9822  otherwise it would be a conditional break.
9823  If your footer row of the multi-page table has for a certain reason no
9824  upper line but you would have a horizontal line where the cell is broken,
9825  use this command instead:
9826 \end_layout
9827
9828 \begin_layout Standard
9829
9830 \series bold
9831 & 111
9832 \backslash
9833
9834 \backslash
9835
9836 \begin_inset Newline newline
9837 \end_inset
9838
9839
9840 \backslash
9841 hline &
9842 \end_layout
9843
9844 \begin_layout Standard
9845 When the cell to be broken is in the last column, the command
9846 \end_layout
9847
9848 \begin_layout Standard
9849
9850 \series bold
9851
9852 \backslash
9853 setlength{
9854 \backslash
9855 parfillskip}{0pt}
9856 \end_layout
9857
9858 \begin_layout Standard
9859 must be inserted as \SpecialChar TeX
9860  Code at the beginning of the cell.
9861  This ensures that the part of the cell that will be displayed on the new
9862  page appears with the full width.
9863 \end_layout
9864
9865 \begin_layout Standard
9866 \align center
9867 \begin_inset Tabular
9868 <lyxtabular version="3" rows="38" columns="3">
9869 <features islongtable="true" longtabularalignment="center">
9870 <column alignment="left" valignment="top" width="0cm">
9871 <column alignment="left" valignment="top" width="3cm">
9872 <column alignment="center" valignment="top" width="0pt">
9873 <row endfirsthead="true" caption="true">
9874 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878 \begin_inset Caption Standard
9879
9880 \begin_layout Plain Layout
9881 Table with forced page break in table cell
9882 \begin_inset CommandInset label
9883 LatexCommand label
9884 name "tab:ForcedPagebreak"
9885
9886 \end_inset
9887
9888
9889 \begin_inset Argument 1
9890 status collapsed
9891
9892 \begin_layout Plain Layout
9893 Table with forced page break in table cell
9894 \end_layout
9895
9896 \end_inset
9897
9898
9899 \end_layout
9900
9901 \end_inset
9902
9903
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912
9913 \end_layout
9914
9915 \end_inset
9916 </cell>
9917 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9918 \begin_inset Text
9919
9920 \begin_layout Plain Layout
9921
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 </row>
9927 <row endfirsthead="true">
9928 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Plain Layout
9932
9933 \series bold
9934 Example Phone List (ignore the names)
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 </row>
9958 <row endfirsthead="true">
9959 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9960 \begin_inset Text
9961
9962 \begin_layout Plain Layout
9963
9964 \series bold
9965 NAME
9966 \end_layout
9967
9968 \end_inset
9969 </cell>
9970 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9980 \begin_inset Text
9981
9982 \begin_layout Plain Layout
9983
9984 \series bold
9985 TEL.
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 </row>
9991 <row endhead="true" caption="true">
9992 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996 \begin_inset Caption Unnumbered
9997
9998 \begin_layout Plain Layout
9999 Continued Example Phone List
10000 \end_layout
10001
10002 \end_inset
10003
10004
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 <cell multicolumn="2" alignment="left" valignment="top" rightline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 </row>
10028 <row endhead="true">
10029 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10030 \begin_inset Text
10031
10032 \begin_layout Plain Layout
10033
10034 \series bold
10035 Example Phone List
10036 \end_layout
10037
10038 \end_inset
10039 </cell>
10040 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10041 \begin_inset Text
10042
10043 \begin_layout Plain Layout
10044
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 </row>
10059 <row endhead="true">
10060 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064
10065 \series bold
10066 NAME
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10072 \begin_inset Text
10073
10074 \begin_layout Plain Layout
10075
10076 \end_layout
10077
10078 \end_inset
10079 </cell>
10080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10081 \begin_inset Text
10082
10083 \begin_layout Plain Layout
10084
10085 \series bold
10086 TEL.
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 </row>
10092 <row endfoot="true">
10093 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097 continued on next page
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Plain Layout
10106
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 </row>
10121 <row>
10122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126
10127 \series bold
10128 Annovi
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137 Silvia
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146 111
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 </row>
10152 <row>
10153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157
10158 \series bold
10159 Bertoli
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168 Stefano
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Plain Layout
10177 111
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 </row>
10183 <row>
10184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188
10189 \series bold
10190 Bozzi
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199 Walter
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208 111
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 </row>
10214 <row>
10215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10216 \begin_inset Text
10217
10218 \begin_layout Plain Layout
10219
10220 \series bold
10221 Cachia
10222 \end_layout
10223
10224 \end_inset
10225 </cell>
10226 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230 Maria
10231 \end_layout
10232
10233 \end_inset
10234 </cell>
10235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Plain Layout
10239 111
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 </row>
10245 <row>
10246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250
10251 \series bold
10252 Cachia
10253 \end_layout
10254
10255 \end_inset
10256 </cell>
10257 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261 Maurizio
10262 \end_layout
10263
10264 \end_inset
10265 </cell>
10266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270 111
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 </row>
10276 <row>
10277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281
10282 \series bold
10283 Cinquemani
10284 \end_layout
10285
10286 \end_inset
10287 </cell>
10288 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292 Giusi
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301 111
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 </row>
10307 <row>
10308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312
10313 \series bold
10314 Colin
10315 \end_layout
10316
10317 \end_inset
10318 </cell>
10319 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Plain Layout
10323 Bernard
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332 111
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 </row>
10338 <row>
10339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343
10344 \series bold
10345 Concli
10346 \end_layout
10347
10348 \end_inset
10349 </cell>
10350 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10351 \begin_inset Text
10352
10353 \begin_layout Plain Layout
10354 Gianfranco
10355 \end_layout
10356
10357 \end_inset
10358 </cell>
10359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363 111
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 </row>
10369 <row>
10370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374
10375 \series bold
10376 Dal Bosco
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385 Carolina
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394 111
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 </row>
10400 <row>
10401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405
10406 \series bold
10407 Dalpiaz
10408 \end_layout
10409
10410 \end_inset
10411 </cell>
10412 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416 Annamaria
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425 111
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 </row>
10431 <row>
10432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436
10437 \series bold
10438 Feliciello
10439 \end_layout
10440
10441 \end_inset
10442 </cell>
10443 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447 Domenico
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456 111
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 </row>
10462 <row>
10463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467
10468 \series bold
10469 Focarelli
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478 Paola
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487 111
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 </row>
10493 <row>
10494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498
10499 \series bold
10500 Galletti
10501 \end_layout
10502
10503 \end_inset
10504 </cell>
10505 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509 Oreste
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518 111
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 </row>
10524 <row>
10525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529
10530 \series bold
10531 Gasparini
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540 Franca
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549 111
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 </row>
10555 <row>
10556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560
10561 \series bold
10562 Lassini
10563 \end_layout
10564
10565 \end_inset
10566 </cell>
10567 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571 Giancarlo
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580 111
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 </row>
10586 <row>
10587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591
10592 \series bold
10593 Malfatti
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602 Luciano
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 111
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 </row>
10617 <row>
10618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622
10623 \series bold
10624 Malfatti
10625 \end_layout
10626
10627 \end_inset
10628 </cell>
10629 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10630 \begin_inset Text
10631
10632 \begin_layout Plain Layout
10633 Valeriano
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642 111
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 </row>
10648 <row>
10649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653
10654 \series bold
10655 Meneguzzo
10656 \end_layout
10657
10658 \end_inset
10659 </cell>
10660 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10661 \begin_inset Text
10662
10663 \begin_layout Plain Layout
10664 Roberto
10665 \end_layout
10666
10667 \end_inset
10668 </cell>
10669 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673 111
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 </row>
10679 <row>
10680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684
10685 \series bold
10686 Mezzadra
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Plain Layout
10695 Roberto
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704 111
10705 \end_layout
10706
10707 \end_inset
10708 </cell>
10709 </row>
10710 <row>
10711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715
10716 \series bold
10717 Pirpamer
10718 \end_layout
10719
10720 \end_inset
10721 </cell>
10722 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10723 \begin_inset Text
10724
10725 \begin_layout Plain Layout
10726 Erich
10727 \end_layout
10728
10729 \end_inset
10730 </cell>
10731 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735 111
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 </row>
10741 <row>
10742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746
10747 \series bold
10748 Pochiesa
10749 \end_layout
10750
10751 \end_inset
10752 </cell>
10753 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10754 \begin_inset Text
10755
10756 \begin_layout Plain Layout
10757 Paolo
10758 \end_layout
10759
10760 \end_inset
10761 </cell>
10762 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766 111, 222
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 </row>
10772 <row>
10773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777
10778 \series bold
10779 Radina
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10785 \begin_inset Text
10786
10787 \begin_layout Plain Layout
10788 Claudio
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797 111
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 </row>
10803 <row>
10804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808
10809 \series bold
10810 Rizzardi
10811 \end_layout
10812
10813 \end_inset
10814 </cell>
10815 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10816 \begin_inset Text
10817
10818 \begin_layout Plain Layout
10819 Paolo, 11.
10820  Fürst von Montecompatri, 11.
10821  Fürst von Sulmona und Vivaro, 10.
10822  Fürst von Rossano, 5.
10823  Herzog von Canemorte, 11.
10824  Herzog von Palombara, 5.
10825  Herzog von Castelchiodato,
10826 \begin_inset ERT
10827 status open
10828
10829 \begin_layout Plain Layout
10830
10831 & 111
10832 \backslash
10833
10834 \backslash
10835  
10836 \backslash
10837 newpage
10838 \end_layout
10839
10840 \begin_layout Plain Layout
10841
10842 &
10843 \end_layout
10844
10845 \end_inset
10846
10847  11.
10848  Herzog von Poggionativo, 11.
10849  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10850  Graf von Valinfreda, 11.
10851  Baron von Cropalati, 11.
10852  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10853 \end_layout
10854
10855 \end_inset
10856 </cell>
10857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10858 \begin_inset Text
10859
10860 \begin_layout Plain Layout
10861
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 </row>
10867 <row>
10868 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10869 \begin_inset Text
10870
10871 \begin_layout Plain Layout
10872
10873 \series bold
10874 Stuffer
10875 \end_layout
10876
10877 \end_inset
10878 </cell>
10879 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883 Oskar
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892 111
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 </row>
10898 <row>
10899 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Plain Layout
10903
10904 \series bold
10905 Tacchelli
10906 \end_layout
10907
10908 \end_inset
10909 </cell>
10910 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10911 \begin_inset Text
10912
10913 \begin_layout Plain Layout
10914 Ugo
10915 \end_layout
10916
10917 \end_inset
10918 </cell>
10919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10920 \begin_inset Text
10921
10922 \begin_layout Plain Layout
10923 111
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 </row>
10929 <row>
10930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10931 \begin_inset Text
10932
10933 \begin_layout Plain Layout
10934
10935 \series bold
10936 Tezzele
10937 \end_layout
10938
10939 \end_inset
10940 </cell>
10941 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945 Margit
10946 \end_layout
10947
10948 \end_inset
10949 </cell>
10950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10951 \begin_inset Text
10952
10953 \begin_layout Plain Layout
10954 111
10955 \end_layout
10956
10957 \end_inset
10958 </cell>
10959 </row>
10960 <row>
10961 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10962 \begin_inset Text
10963
10964 \begin_layout Plain Layout
10965
10966 \series bold
10967 Unterkalmsteiner
10968 \end_layout
10969
10970 \end_inset
10971 </cell>
10972 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10973 \begin_inset Text
10974
10975 \begin_layout Plain Layout
10976 Frieda
10977 \end_layout
10978
10979 \end_inset
10980 </cell>
10981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985 111
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 </row>
10991 <row>
10992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10993 \begin_inset Text
10994
10995 \begin_layout Plain Layout
10996
10997 \series bold
10998 Vieider
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11004 \begin_inset Text
11005
11006 \begin_layout Plain Layout
11007 Hilde
11008 \end_layout
11009
11010 \end_inset
11011 </cell>
11012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11013 \begin_inset Text
11014
11015 \begin_layout Plain Layout
11016 111
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 </row>
11022 <row>
11023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027
11028 \series bold
11029 Vigna
11030 \end_layout
11031
11032 \end_inset
11033 </cell>
11034 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11035 \begin_inset Text
11036
11037 \begin_layout Plain Layout
11038 Jürgen
11039 \end_layout
11040
11041 \end_inset
11042 </cell>
11043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047 111
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 </row>
11053 <row>
11054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058
11059 \series bold
11060 Weber
11061 \end_layout
11062
11063 \end_inset
11064 </cell>
11065 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11066 \begin_inset Text
11067
11068 \begin_layout Plain Layout
11069 Maurizio
11070 \end_layout
11071
11072 \end_inset
11073 </cell>
11074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11075 \begin_inset Text
11076
11077 \begin_layout Plain Layout
11078 111
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 </row>
11084 <row>
11085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Plain Layout
11089
11090 \series bold
11091 Winkler
11092 \end_layout
11093
11094 \end_inset
11095 </cell>
11096 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100 Franz
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109 111
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 </row>
11115 </lyxtabular>
11116
11117 \end_inset
11118
11119
11120 \end_layout
11121
11122 \begin_layout Section
11123 Multiple Lines, Columns and Rows
11124 \end_layout
11125
11126 \begin_layout Subsection
11127 Multiple Lines in Table Cells
11128 \begin_inset CommandInset label
11129 LatexCommand label
11130 name "subsec:Multiple-Lines-in"
11131
11132 \end_inset
11133
11134
11135 \begin_inset Index idx
11136 status collapsed
11137
11138 \begin_layout Plain Layout
11139 Multiple Lines in Table Cells
11140 \end_layout
11141
11142 \end_inset
11143
11144
11145 \begin_inset Index idx
11146 status collapsed
11147
11148 \begin_layout Plain Layout
11149 Table ! Linebreaks
11150 \end_layout
11151
11152 \end_inset
11153
11154
11155 \end_layout
11156
11157 \begin_layout Standard
11158 \noindent
11159 \begin_inset Float table
11160 placement H
11161 wide false
11162 sideways false
11163 status open
11164
11165 \begin_layout Plain Layout
11166 \begin_inset Caption Standard
11167
11168 \begin_layout Plain Layout
11169 \begin_inset CommandInset label
11170 LatexCommand label
11171 name "tab:Table-with-multiple"
11172
11173 \end_inset
11174
11175 Table with multiple lines in cells
11176 \end_layout
11177
11178 \end_inset
11179
11180
11181 \end_layout
11182
11183 \begin_layout Plain Layout
11184 \align center
11185 \begin_inset Tabular
11186 <lyxtabular version="3" rows="3" columns="3">
11187 <features tabularvalignment="middle">
11188 <column alignment="center" valignment="middle" width="2.5cm">
11189 <column alignment="center" valignment="middle">
11190 <column alignment="center" valignment="middle">
11191 <row>
11192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 multiple
11197 \begin_inset Newline linebreak
11198 \end_inset
11199
11200 lines
11201 \end_layout
11202
11203 \end_inset
11204 </cell>
11205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11206 \begin_inset Text
11207
11208 \begin_layout Plain Layout
11209 b
11210 \end_layout
11211
11212 \end_inset
11213 </cell>
11214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218 c
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 </row>
11224 <row>
11225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11226 \begin_inset Text
11227
11228 \begin_layout Plain Layout
11229 d
11230 \end_layout
11231
11232 \end_inset
11233 </cell>
11234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238 e
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 f
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 </row>
11253 <row>
11254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258 g
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Plain Layout
11267 h
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276 i
11277 \end_layout
11278
11279 \end_inset
11280 </cell>
11281 </row>
11282 </lyxtabular>
11283
11284 \end_inset
11285
11286
11287 \end_layout
11288
11289 \end_inset
11290
11291
11292 \end_layout
11293
11294 \begin_layout Standard
11295 Setting a fixed width for a column enables you to enter text as a paragraph
11296  with multiple lines and hyphenation.
11297 \end_layout
11298
11299 \begin_layout Standard
11300 To produce Table
11301 \begin_inset space ~
11302 \end_inset
11303
11304
11305 \begin_inset CommandInset ref
11306 LatexCommand ref
11307 reference "tab:Table-with-multiple"
11308
11309 \end_inset
11310
11311 , create a 3×3 table, mark the first cell and right-click on it.
11312  In the appearing table dialog we set a cell width of 2.5
11313 \begin_inset space \thinspace{}
11314 \end_inset
11315
11316 cm and choose centered for the vertical and horizontal alignment.
11317  The vertical alignment is used for all cells of the row.
11318  As our text is smaller than 2.5
11319 \begin_inset space \thinspace{}
11320 \end_inset
11321
11322 cm, only one line will appear.
11323  To get two lines, a justified line break (shortcut 
11324 \begin_inset Info
11325 type  "shortcut"
11326 arg   "newline-insert linebreak"
11327 \end_inset
11328
11329 ) was added.
11330  If the text is wider than the set cell width, it will automatically be
11331  broken to several lines.
11332 \end_layout
11333
11334 \begin_layout Standard
11335 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11336  by \SpecialChar LaTeX
11337  if it is the first entry.
11338  Therefore you need to insert something to prevent the word not being the
11339  first entry.
11340  So add a horizontal space of 0
11341 \begin_inset space \thinspace{}
11342 \end_inset
11343
11344 pt before the word.
11345  As the space is zero, it doesn't change the output.
11346  Table
11347 \begin_inset space ~
11348 \end_inset
11349
11350
11351 \begin_inset CommandInset ref
11352 LatexCommand ref
11353 reference "tab:Table-with-and"
11354
11355 \end_inset
11356
11357  shows the effect.
11358 \end_layout
11359
11360 \begin_layout Standard
11361 \begin_inset Float table
11362 placement h
11363 wide false
11364 sideways false
11365 status open
11366
11367 \begin_layout Plain Layout
11368 \begin_inset Caption Standard
11369
11370 \begin_layout Plain Layout
11371 \begin_inset CommandInset label
11372 LatexCommand label
11373 name "tab:Table-with-and"
11374
11375 \end_inset
11376
11377 Table with and without hyphenation
11378 \end_layout
11379
11380 \end_inset
11381
11382
11383 \end_layout
11384
11385 \begin_layout Plain Layout
11386 \begin_inset space \hfill{}
11387 \end_inset
11388
11389
11390 \begin_inset Tabular
11391 <lyxtabular version="3" rows="3" columns="3">
11392 <features tabularvalignment="middle">
11393 <column alignment="center" valignment="middle" width="2.5cm">
11394 <column alignment="center" valignment="middle">
11395 <column alignment="center" valignment="middle">
11396 <row>
11397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11398 \begin_inset Text
11399
11400 \begin_layout Plain Layout
11401 verylongtablecellword
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 b
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419 c
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 </row>
11425 <row>
11426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11427 \begin_inset Text
11428
11429 \begin_layout Plain Layout
11430 d
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11436 \begin_inset Text
11437
11438 \begin_layout Plain Layout
11439 e
11440 \end_layout
11441
11442 \end_inset
11443 </cell>
11444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11445 \begin_inset Text
11446
11447 \begin_layout Plain Layout
11448 f
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 </row>
11454 <row>
11455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459 g
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 h
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477 i
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 </row>
11483 </lyxtabular>
11484
11485 \end_inset
11486
11487
11488 \begin_inset space \hfill{}
11489 \end_inset
11490
11491
11492 \begin_inset Tabular
11493 <lyxtabular version="3" rows="3" columns="3">
11494 <features tabularvalignment="middle">
11495 <column alignment="center" valignment="middle" width="2.5cm">
11496 <column alignment="center" valignment="middle">
11497 <column alignment="center" valignment="middle">
11498 <row>
11499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11500 \begin_inset Text
11501
11502 \begin_layout Plain Layout
11503 \begin_inset space \hspace{}
11504 \length 0pt
11505 \end_inset
11506
11507 verylongtablecellword
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Plain Layout
11516 b
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11522 \begin_inset Text
11523
11524 \begin_layout Plain Layout
11525 c
11526 \end_layout
11527
11528 \end_inset
11529 </cell>
11530 </row>
11531 <row>
11532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11533 \begin_inset Text
11534
11535 \begin_layout Plain Layout
11536 d
11537 \end_layout
11538
11539 \end_inset
11540 </cell>
11541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11542 \begin_inset Text
11543
11544 \begin_layout Plain Layout
11545 e
11546 \end_layout
11547
11548 \end_inset
11549 </cell>
11550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11551 \begin_inset Text
11552
11553 \begin_layout Plain Layout
11554 f
11555 \end_layout
11556
11557 \end_inset
11558 </cell>
11559 </row>
11560 <row>
11561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565 g
11566 \end_layout
11567
11568 \end_inset
11569 </cell>
11570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11571 \begin_inset Text
11572
11573 \begin_layout Plain Layout
11574 h
11575 \end_layout
11576
11577 \end_inset
11578 </cell>
11579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11580 \begin_inset Text
11581
11582 \begin_layout Plain Layout
11583 i
11584 \end_layout
11585
11586 \end_inset
11587 </cell>
11588 </row>
11589 </lyxtabular>
11590
11591 \end_inset
11592
11593
11594 \begin_inset space \hfill{}
11595 \end_inset
11596
11597
11598 \end_layout
11599
11600 \end_inset
11601
11602
11603 \end_layout
11604
11605 \begin_layout Subsection
11606 Multicolumns
11607 \begin_inset CommandInset label
11608 LatexCommand label
11609 name "subsec:Multicolumns"
11610
11611 \end_inset
11612
11613
11614 \begin_inset Index idx
11615 status collapsed
11616
11617 \begin_layout Plain Layout
11618 Multicolumns
11619 \end_layout
11620
11621 \end_inset
11622
11623
11624 \begin_inset Index idx
11625 status collapsed
11626
11627 \begin_layout Plain Layout
11628 Table ! Multicolumns
11629 \end_layout
11630
11631 \end_inset
11632
11633
11634 \end_layout
11635
11636 \begin_layout Subsubsection
11637 Multicolumn Basics
11638 \end_layout
11639
11640 \begin_layout Standard
11641 To merge cells over multiple columns, select as many cells within a row
11642  as you want to merge and use either the table-toolbar button 
11643 \begin_inset Info
11644 type  "icon"
11645 arg   "tabular-feature multicolumn"
11646 \end_inset
11647
11648 , or the menu 
11649 \family sans
11650 Edit\SpecialChar menuseparator
11651 Table\SpecialChar menuseparator
11652 Multicolumn
11653 \family default
11654 , or right click on the marked cells and choose 
11655 \family sans
11656 Multicolumn
11657 \family default
11658  in the context menu.
11659 \end_layout
11660
11661 \begin_layout Standard
11662 Multicolumns have their own cell settings.
11663  That means changing cell borders, cell alignment, and the width only affects
11664  the multicolumn.
11665  Here is an example table with a multicolumn cell in the first row and one
11666  in the last row without the upper border:
11667 \end_layout
11668
11669 \begin_layout Standard
11670 \align center
11671 \begin_inset Tabular
11672 <lyxtabular version="3" rows="3" columns="4">
11673 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11674 <column alignment="center" valignment="top" width="0pt">
11675 <column alignment="center" valignment="middle">
11676 <column alignment="center" valignment="top" width="0in">
11677 <column alignment="center" valignment="top" width="0pt">
11678 <row>
11679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11680 \begin_inset Text
11681
11682 \begin_layout Plain Layout
11683 abc
11684 \end_layout
11685
11686 \end_inset
11687 </cell>
11688 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Plain Layout
11692 def ghi
11693 \end_layout
11694
11695 \end_inset
11696 </cell>
11697 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11698 \begin_inset Text
11699
11700 \begin_layout Plain Layout
11701
11702 \end_layout
11703
11704 \end_inset
11705 </cell>
11706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11707 \begin_inset Text
11708
11709 \begin_layout Plain Layout
11710 jkl
11711 \end_layout
11712
11713 \end_inset
11714 </cell>
11715 </row>
11716 <row>
11717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11718 \begin_inset Text
11719
11720 \begin_layout Plain Layout
11721
11722 \family roman
11723 \series medium
11724 \shape up
11725 \size normal
11726 \emph off
11727 \bar no
11728 \noun off
11729 \color none
11730 A
11731 \end_layout
11732
11733 \end_inset
11734 </cell>
11735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11736 \begin_inset Text
11737
11738 \begin_layout Plain Layout
11739 B
11740 \end_layout
11741
11742 \end_inset
11743 </cell>
11744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11745 \begin_inset Text
11746
11747 \begin_layout Plain Layout
11748 C
11749 \end_layout
11750
11751 \end_inset
11752 </cell>
11753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11754 \begin_inset Text
11755
11756 \begin_layout Plain Layout
11757 D
11758 \end_layout
11759
11760 \end_inset
11761 </cell>
11762 </row>
11763 <row>
11764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11765 \begin_inset Text
11766
11767 \begin_layout Plain Layout
11768 1
11769 \end_layout
11770
11771 \end_inset
11772 </cell>
11773 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11774 \begin_inset Text
11775
11776 \begin_layout Plain Layout
11777 2
11778 \end_layout
11779
11780 \end_inset
11781 </cell>
11782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11783 \begin_inset Text
11784
11785 \begin_layout Plain Layout
11786 3
11787 \end_layout
11788
11789 \end_inset
11790 </cell>
11791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11792 \begin_inset Text
11793
11794 \begin_layout Plain Layout
11795 4
11796 \end_layout
11797
11798 \end_inset
11799 </cell>
11800 </row>
11801 </lyxtabular>
11802
11803 \end_inset
11804
11805
11806 \end_layout
11807
11808 \begin_layout Subsubsection
11809 Multicolumn Calculations
11810 \begin_inset CommandInset label
11811 LatexCommand label
11812 name "subsec:Multicolumn-Calculations"
11813
11814 \end_inset
11815
11816
11817 \begin_inset Index idx
11818 status collapsed
11819
11820 \begin_layout Plain Layout
11821 Multicolumns ! Calculations
11822 \end_layout
11823
11824 \end_inset
11825
11826
11827 \end_layout
11828
11829 \begin_layout Standard
11830 \SpecialChar LyX
11831  supports multicolumns directly, but we have to take account of the cell
11832  width of the columns spanned by the multicolumn cell.
11833 \end_layout
11834
11835 \begin_layout Standard
11836 \begin_inset Float table
11837 placement h
11838 wide false
11839 sideways false
11840 status open
11841
11842 \begin_layout Plain Layout
11843 \begin_inset Caption Standard
11844
11845 \begin_layout Plain Layout
11846 \begin_inset CommandInset label
11847 LatexCommand label
11848 name "tab:Table-with-centered"
11849
11850 \end_inset
11851
11852 Table with centered multicolumn text above two columns that have exactly
11853  half the width of the multicolumn cell
11854 \begin_inset Argument 1
11855 status collapsed
11856
11857 \begin_layout Plain Layout
11858 Perfect multicolumn table
11859 \end_layout
11860
11861 \end_inset
11862
11863
11864 \end_layout
11865
11866 \end_inset
11867
11868
11869 \end_layout
11870
11871 \begin_layout Plain Layout
11872 \align center
11873 \begin_inset Tabular
11874 <lyxtabular version="3" rows="3" columns="3">
11875 <features tabularvalignment="middle">
11876 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11877 <column alignment="center" valignment="middle">
11878 <column alignment="center" valignment="top">
11879 <row>
11880 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11881 \begin_inset Text
11882
11883 \begin_layout Plain Layout
11884 multiple lines multicolumn
11885 \end_layout
11886
11887 \end_inset
11888 </cell>
11889 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11890 \begin_inset Text
11891
11892 \begin_layout Plain Layout
11893
11894 \end_layout
11895
11896 \end_inset
11897 </cell>
11898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11899 \begin_inset Text
11900
11901 \begin_layout Plain Layout
11902 c
11903 \end_layout
11904
11905 \end_inset
11906 </cell>
11907 </row>
11908 <row>
11909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11910 \begin_inset Text
11911
11912 \begin_layout Plain Layout
11913 d
11914 \end_layout
11915
11916 \end_inset
11917 </cell>
11918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11919 \begin_inset Text
11920
11921 \begin_layout Plain Layout
11922 e
11923 \end_layout
11924
11925 \end_inset
11926 </cell>
11927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11928 \begin_inset Text
11929
11930 \begin_layout Plain Layout
11931 f
11932 \end_layout
11933
11934 \end_inset
11935 </cell>
11936 </row>
11937 <row>
11938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11939 \begin_inset Text
11940
11941 \begin_layout Plain Layout
11942 g
11943 \end_layout
11944
11945 \end_inset
11946 </cell>
11947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11948 \begin_inset Text
11949
11950 \begin_layout Plain Layout
11951 h
11952 \end_layout
11953
11954 \end_inset
11955 </cell>
11956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11957 \begin_inset Text
11958
11959 \begin_layout Plain Layout
11960 i
11961 \end_layout
11962
11963 \end_inset
11964 </cell>
11965 </row>
11966 </lyxtabular>
11967
11968 \end_inset
11969
11970
11971 \end_layout
11972
11973 \end_inset
11974
11975
11976 \end_layout
11977
11978 \begin_layout Standard
11979 To create for example Table
11980 \begin_inset space ~
11981 \end_inset
11982
11983
11984 \begin_inset CommandInset ref
11985 LatexCommand ref
11986 reference "tab:Table-with-centered"
11987
11988 \end_inset
11989
11990 , mark the first two cells in the first row of a 3×3 table and right-click
11991  on them.
11992  Now choose for this cell 
11993 \emph on
11994 multicolumn
11995 \emph default
11996
11997 \emph on
11998 centered alignment
11999 \emph default
12000  and a width of 2.5
12001 \begin_inset space \thinspace{}
12002 \end_inset
12003
12004 cm in the table dialog.
12005  The merged columns should have exactly half the width of the multicolumn
12006  cell, so that you would set a width of 1.25
12007 \begin_inset space \thinspace{}
12008 \end_inset
12009
12010 cm for the first column.
12011  The second column has then automatically a width of 1.25
12012 \begin_inset space \thinspace{}
12013 \end_inset
12014
12015 cm (multicolumn width - width of first column).
12016  This was done for Table
12017 \begin_inset space ~
12018 \end_inset
12019
12020
12021 \begin_inset CommandInset ref
12022 LatexCommand ref
12023 reference "tab:Table-without-half"
12024
12025 \end_inset
12026
12027 .
12028 \end_layout
12029
12030 \begin_layout Standard
12031 \begin_inset Float table
12032 wide false
12033 sideways false
12034 status open
12035
12036 \begin_layout Plain Layout
12037 \begin_inset Caption Standard
12038
12039 \begin_layout Plain Layout
12040 \begin_inset CommandInset label
12041 LatexCommand label
12042 name "tab:Table-without-half"
12043
12044 \end_inset
12045
12046 Table where the spanned table columns are not exactly half the width of
12047  the multicolumn cell
12048 \begin_inset Argument 1
12049 status collapsed
12050
12051 \begin_layout Plain Layout
12052 Imperfect multicolumn table
12053 \end_layout
12054
12055 \end_inset
12056
12057
12058 \end_layout
12059
12060 \end_inset
12061
12062
12063 \end_layout
12064
12065 \begin_layout Plain Layout
12066 \align center
12067 \begin_inset Tabular
12068 <lyxtabular version="3" rows="3" columns="3">
12069 <features tabularvalignment="middle">
12070 <column alignment="center" valignment="top" width="1.25cm">
12071 <column alignment="center" valignment="top">
12072 <column alignment="center" valignment="top">
12073 <row>
12074 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12075 \begin_inset Text
12076
12077 \begin_layout Plain Layout
12078 multiple lines multicolumn
12079 \end_layout
12080
12081 \end_inset
12082 </cell>
12083 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12084 \begin_inset Text
12085
12086 \begin_layout Plain Layout
12087
12088 \end_layout
12089
12090 \end_inset
12091 </cell>
12092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12093 \begin_inset Text
12094
12095 \begin_layout Plain Layout
12096 c
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 </row>
12102 <row>
12103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12104 \begin_inset Text
12105
12106 \begin_layout Plain Layout
12107 d
12108 \end_layout
12109
12110 \end_inset
12111 </cell>
12112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12113 \begin_inset Text
12114
12115 \begin_layout Plain Layout
12116 e
12117 \end_layout
12118
12119 \end_inset
12120 </cell>
12121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12122 \begin_inset Text
12123
12124 \begin_layout Plain Layout
12125 f
12126 \end_layout
12127
12128 \end_inset
12129 </cell>
12130 </row>
12131 <row>
12132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12133 \begin_inset Text
12134
12135 \begin_layout Plain Layout
12136 g
12137 \end_layout
12138
12139 \end_inset
12140 </cell>
12141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12142 \begin_inset Text
12143
12144 \begin_layout Plain Layout
12145 h
12146 \end_layout
12147
12148 \end_inset
12149 </cell>
12150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12151 \begin_inset Text
12152
12153 \begin_layout Plain Layout
12154 i
12155 \end_layout
12156
12157 \end_inset
12158 </cell>
12159 </row>
12160 </lyxtabular>
12161
12162 \end_inset
12163
12164
12165 \end_layout
12166
12167 \end_inset
12168
12169
12170 \end_layout
12171
12172 \begin_layout Standard
12173 You can see that the first column is not half the width of the multicolumn
12174  cell, it is a bit bigger.
12175  The reason is that the specified width of a cell 
12176 \begin_inset Formula $W_{g}$
12177 \end_inset
12178
12179  is not its total width 
12180 \begin_inset Formula $W_{\mathrm{tot}}$
12181 \end_inset
12182
12183  because a cell is always a bit larger than specified.
12184  Appendix
12185 \begin_inset space ~
12186 \end_inset
12187
12188
12189 \begin_inset CommandInset ref
12190 LatexCommand ref
12191 reference "cha:Explanation-of-Equation"
12192
12193 \end_inset
12194
12195  explains this in detail.
12196 \end_layout
12197
12198 \begin_layout Standard
12199 The width 
12200 \begin_inset Formula $W_{g\,n}$
12201 \end_inset
12202
12203  which the user needs to set when 
12204 \emph on
12205 n
12206 \emph default
12207  columns are spanned can be calculated, so that each column has a total
12208  width of 
12209 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12210 \end_inset
12211
12212 :
12213 \begin_inset Formula 
12214 \begin{equation}
12215 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12216 \end{equation}
12217
12218 \end_inset
12219
12220
12221 \end_layout
12222
12223 \begin_layout Standard
12224 In our case we have 
12225 \begin_inset Formula $n=2$
12226 \end_inset
12227
12228
12229 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12230 \end_inset
12231
12232 cm and the default values for the lengths, so that equation 
12233 \begin_inset CommandInset ref
12234 LatexCommand ref
12235 reference "eq:Wgn"
12236
12237 \end_inset
12238
12239  becomes
12240 \begin_inset Formula 
12241 \begin{equation}
12242 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12243 \end{equation}
12244
12245 \end_inset
12246
12247
12248 \end_layout
12249
12250 \begin_layout Standard
12251 To enable calculations in \SpecialChar LaTeX
12252 , the \SpecialChar LaTeX
12253 -package 
12254 \series bold
12255 calc
12256 \series default
12257  must be loaded with the document preamble line
12258 \begin_inset Index idx
12259 status collapsed
12260
12261 \begin_layout Plain Layout
12262 \SpecialChar LaTeX
12263 -packages ! calc
12264 \end_layout
12265
12266 \end_inset
12267
12268
12269 \end_layout
12270
12271 \begin_layout Standard
12272
12273 \series bold
12274
12275 \backslash
12276 usepackage{calc}
12277 \end_layout
12278
12279 \begin_layout Standard
12280 \SpecialChar LyX
12281  does not allow you to calculate lengths in the 
12282 \family sans
12283 Width
12284 \family default
12285  field of the table dialog.
12286  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12287 -argument in the
12288  dialog.
12289  Here is an overview about the arguments:
12290 \end_layout
12291
12292 \begin_layout Itemize
12293
12294 \series bold
12295 p{width}
12296 \series default
12297  creates cell with a fixed width, its text is vertically top-aligned
12298 \end_layout
12299
12300 \begin_layout Itemize
12301
12302 \series bold
12303 m{width}
12304 \series default
12305  creates cell with a fixed width, its text is vertically centered
12306 \end_layout
12307
12308 \begin_layout Itemize
12309
12310 \series bold
12311 b{width}
12312 \series default
12313  creates cell with a fixed width, its text is vertically bottom-aligned
12314 \end_layout
12315
12316 \begin_layout Standard
12317 By entering a \SpecialChar LaTeX
12318 -argument, all cell settings set in the table dialog are overwritt
12319 en.
12320 \end_layout
12321
12322 \begin_layout Standard
12323 \begin_inset Note Greyedout
12324 status open
12325
12326 \begin_layout Plain Layout
12327
12328 \series bold
12329 Note:
12330 \series default
12331  Due to a bug, \SpecialChar LyX
12332  shows the overwritten settings anyway.
12333 \end_layout
12334
12335 \end_inset
12336
12337
12338 \end_layout
12339
12340 \begin_layout Standard
12341 As the text should be horizontally centered, the command 
12342 \series bold
12343
12344 \backslash
12345 centering
12346 \series default
12347  is added.
12348  You can now enter the following \SpecialChar LaTeX
12349 -argument for the first spanned column:
12350 \end_layout
12351
12352 \begin_layout Standard
12353
12354 \series bold
12355 >{
12356 \backslash
12357 centering}m{1.25cm-6.2pt}
12358 \end_layout
12359
12360 \begin_layout Standard
12361 The command 
12362 \series bold
12363 >{ }
12364 \series default
12365  means, that the commands inside the braces are applied before the cell
12366  is created.
12367 \end_layout
12368
12369 \begin_layout Standard
12370 Although we have chosen centered alignment for the text of the multicolumn
12371  cell, it is still left aligned.
12372  This is because \SpecialChar LyX
12373  only applies the alignment to single columns.
12374  So for the multicolumn cell we have to use the \SpecialChar LaTeX
12375 -argument
12376 \end_layout
12377
12378 \begin_layout Standard
12379
12380 \series bold
12381 >{
12382 \backslash
12383 centering}m{2.5cm}
12384 \end_layout
12385
12386 \begin_layout Subsection
12387 Multirows
12388 \begin_inset CommandInset label
12389 LatexCommand label
12390 name "subsec:Multirows"
12391
12392 \end_inset
12393
12394
12395 \begin_inset Index idx
12396 status collapsed
12397
12398 \begin_layout Plain Layout
12399 Multirows
12400 \end_layout
12401
12402 \end_inset
12403
12404
12405 \begin_inset Index idx
12406 status collapsed
12407
12408 \begin_layout Plain Layout
12409 Table ! Multirows
12410 \end_layout
12411
12412 \end_inset
12413
12414
12415 \end_layout
12416
12417 \begin_layout Standard
12418 To merge cells over multiple rows, select as many cells within a column
12419  as you want to merge and use either the table-toolbar button 
12420 \begin_inset Info
12421 type  "icon"
12422 arg   "tabular-feature multirow"
12423 \end_inset
12424
12425 , or the menu 
12426 \family sans
12427 Edit\SpecialChar menuseparator
12428 Table\SpecialChar menuseparator
12429 Multirow
12430 \family default
12431 , or right click on the marked cells and choose 
12432 \family sans
12433 Multirow
12434 \family default
12435  in the context menu.
12436 \end_layout
12437
12438 \begin_layout Standard
12439 Here is an example table with a multirow in the first column:
12440 \end_layout
12441
12442 \begin_layout Standard
12443 \align center
12444 \begin_inset Tabular
12445 <lyxtabular version="3" rows="3" columns="3">
12446 <features tabularvalignment="middle">
12447 <column alignment="center" valignment="top" width="0pt">
12448 <column alignment="center" valignment="top">
12449 <column alignment="center" valignment="top">
12450 <row>
12451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12452 \begin_inset Text
12453
12454 \begin_layout Plain Layout
12455 a long cell entry
12456 \end_layout
12457
12458 \end_inset
12459 </cell>
12460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12461 \begin_inset Text
12462
12463 \begin_layout Plain Layout
12464 b
12465 \end_layout
12466
12467 \end_inset
12468 </cell>
12469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12470 \begin_inset Text
12471
12472 \begin_layout Plain Layout
12473 c
12474 \end_layout
12475
12476 \end_inset
12477 </cell>
12478 </row>
12479 <row>
12480 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12481 \begin_inset Text
12482
12483 \begin_layout Plain Layout
12484 multirow
12485 \end_layout
12486
12487 \end_inset
12488 </cell>
12489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12490 \begin_inset Text
12491
12492 \begin_layout Plain Layout
12493 e
12494 \end_layout
12495
12496 \end_inset
12497 </cell>
12498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12499 \begin_inset Text
12500
12501 \begin_layout Plain Layout
12502 f
12503 \end_layout
12504
12505 \end_inset
12506 </cell>
12507 </row>
12508 <row>
12509 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12510 \begin_inset Text
12511
12512 \begin_layout Plain Layout
12513
12514 \end_layout
12515
12516 \end_inset
12517 </cell>
12518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12519 \begin_inset Text
12520
12521 \begin_layout Plain Layout
12522 h
12523 \end_layout
12524
12525 \end_inset
12526 </cell>
12527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12528 \begin_inset Text
12529
12530 \begin_layout Plain Layout
12531 i
12532 \end_layout
12533
12534 \end_inset
12535 </cell>
12536 </row>
12537 </lyxtabular>
12538
12539 \end_inset
12540
12541
12542 \end_layout
12543
12544 \begin_layout Standard
12545 The width of multirow cells is set by setting the width and alignment for
12546  the whole column.
12547  The 
12548 \family sans
12549 Vertical Offset
12550 \family default
12551  shifts the content of the multirow up/down if the offset is positive/negative.
12552 \end_layout
12553
12554 \begin_layout Standard
12555 If the column of a multirow cell has no explicit width, the multirow cell
12556  inherits the alignment of the column.
12557  Otherwise it is by default left-aligned.
12558  To override the default, renew the command 
12559 \series bold
12560
12561 \backslash
12562 multirowsetup
12563 \series default
12564  with the command
12565 \end_layout
12566
12567 \begin_layout Standard
12568
12569 \series bold
12570
12571 \backslash
12572 renewcommand{
12573 \backslash
12574 multirowsetup}{
12575 \backslash
12576 centering}
12577 \end_layout
12578
12579 \begin_layout Standard
12580 in the document preamble.
12581  Then all entries of multirow cells in the document are centered.
12582  If centering is only needed for several tables, you can renew the command
12583  in a \SpecialChar TeX
12584  Code box just before the table instead of the preamble.
12585  If the text should be right-aligned, replace 
12586 \series bold
12587
12588 \backslash
12589 centering
12590 \series default
12591  by 
12592 \series bold
12593
12594 \backslash
12595 raggedleft
12596 \series default
12597 .
12598  To return to left-alignment 
12599 \series bold
12600
12601 \backslash
12602 raggedright
12603 \series default
12604  is used.
12605 \end_layout
12606
12607 \begin_layout Standard
12608 This is an example table with a right-aligned multirow cell that has a vertical
12609  offset of -4
12610 \begin_inset space \thinspace{}
12611 \end_inset
12612
12613 mm and is in a 3
12614 \begin_inset space \thinspace{}
12615 \end_inset
12616
12617 cm wide column:
12618 \end_layout
12619
12620 \begin_layout Standard
12621 \noindent
12622 \align center
12623 \begin_inset ERT
12624 status collapsed
12625
12626 \begin_layout Plain Layout
12627
12628
12629 \backslash
12630 renewcommand{
12631 \backslash
12632 multirowsetup}{
12633 \backslash
12634 raggedleft}
12635 \end_layout
12636
12637 \end_inset
12638
12639
12640 \begin_inset Tabular
12641 <lyxtabular version="3" rows="4" columns="3">
12642 <features tabularvalignment="middle">
12643 <column alignment="center" valignment="top" width="3cm">
12644 <column alignment="center" valignment="top">
12645 <column alignment="center" valignment="top">
12646 <row>
12647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12648 \begin_inset Text
12649
12650 \begin_layout Plain Layout
12651 a long cell entry
12652 \end_layout
12653
12654 \end_inset
12655 </cell>
12656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12657 \begin_inset Text
12658
12659 \begin_layout Plain Layout
12660 b
12661 \end_layout
12662
12663 \end_inset
12664 </cell>
12665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12666 \begin_inset Text
12667
12668 \begin_layout Plain Layout
12669 c
12670 \end_layout
12671
12672 \end_inset
12673 </cell>
12674 </row>
12675 <row>
12676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12677 \begin_inset Text
12678
12679 \begin_layout Plain Layout
12680 t
12681 \end_layout
12682
12683 \end_inset
12684 </cell>
12685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12686 \begin_inset Text
12687
12688 \begin_layout Plain Layout
12689 n
12690 \end_layout
12691
12692 \end_inset
12693 </cell>
12694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12695 \begin_inset Text
12696
12697 \begin_layout Plain Layout
12698 m
12699 \end_layout
12700
12701 \end_inset
12702 </cell>
12703 </row>
12704 <row>
12705 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12706 \begin_inset Text
12707
12708 \begin_layout Plain Layout
12709 multirow
12710 \end_layout
12711
12712 \end_inset
12713 </cell>
12714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12715 \begin_inset Text
12716
12717 \begin_layout Plain Layout
12718 e
12719 \end_layout
12720
12721 \end_inset
12722 </cell>
12723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12724 \begin_inset Text
12725
12726 \begin_layout Plain Layout
12727 f
12728 \end_layout
12729
12730 \end_inset
12731 </cell>
12732 </row>
12733 <row>
12734 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12735 \begin_inset Text
12736
12737 \begin_layout Plain Layout
12738
12739 \end_layout
12740
12741 \end_inset
12742 </cell>
12743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12744 \begin_inset Text
12745
12746 \begin_layout Plain Layout
12747 h
12748 \end_layout
12749
12750 \end_inset
12751 </cell>
12752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12753 \begin_inset Text
12754
12755 \begin_layout Plain Layout
12756 i
12757 \end_layout
12758
12759 \end_inset
12760 </cell>
12761 </row>
12762 </lyxtabular>
12763
12764 \end_inset
12765
12766
12767 \begin_inset ERT
12768 status collapsed
12769
12770 \begin_layout Plain Layout
12771
12772
12773 \backslash
12774 renewcommand{
12775 \backslash
12776 multirowsetup}{
12777 \backslash
12778 raggedright}
12779 \end_layout
12780
12781 \end_inset
12782
12783
12784 \end_layout
12785
12786 \begin_layout Standard
12787 To start a new line in a multirow you can use a forced line break (shortcut
12788  
12789 \begin_inset Info
12790 type  "shortcut"
12791 arg   "newline-insert newline"
12792 \end_inset
12793
12794 ) but this will not respect the cell lines as demonstrated in this table:
12795 \end_layout
12796
12797 \begin_layout Standard
12798 \noindent
12799 \align center
12800 \begin_inset Tabular
12801 <lyxtabular version="3" rows="3" columns="2">
12802 <features tabularvalignment="middle">
12803 <column alignment="left" valignment="middle" width="2cm">
12804 <column alignment="center" valignment="top">
12805 <row>
12806 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12807 \begin_inset Text
12808
12809 \begin_layout Plain Layout
12810 aaa
12811 \begin_inset Newline newline
12812 \end_inset
12813
12814 aaa
12815 \begin_inset Newline newline
12816 \end_inset
12817
12818 wrong cell
12819 \end_layout
12820
12821 \end_inset
12822 </cell>
12823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12824 \begin_inset Text
12825
12826 \begin_layout Plain Layout
12827 ccc
12828 \end_layout
12829
12830 \end_inset
12831 </cell>
12832 </row>
12833 <row>
12834 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12835 \begin_inset Text
12836
12837 \begin_layout Plain Layout
12838
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847 ddd
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 </row>
12853 <row>
12854 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12855 \begin_inset Text
12856
12857 \begin_layout Plain Layout
12858 bbb
12859 \end_layout
12860
12861 \end_inset
12862 </cell>
12863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12864 \begin_inset Text
12865
12866 \begin_layout Plain Layout
12867 eee
12868 \end_layout
12869
12870 \end_inset
12871 </cell>
12872 </row>
12873 </lyxtabular>
12874
12875 \end_inset
12876
12877
12878 \end_layout
12879
12880 \begin_layout Standard
12881 Therefore be careful with forced line breaks.
12882 \end_layout
12883
12884 \begin_layout Subsection
12885 Cells with diagonal line(s)
12886 \end_layout
12887
12888 \begin_layout Standard
12889 To tell the reader what is meant by column and row headings in a table,
12890  it is helpful to split the first cell of the table by one or two diagonal
12891  lines.
12892  This can be achieved by loading the \SpecialChar LaTeX
12893  package 
12894 \series bold
12895 diagbox
12896 \series default
12897
12898 \begin_inset Index idx
12899 status collapsed
12900
12901 \begin_layout Plain Layout
12902 \SpecialChar LaTeX
12903 -packages ! picinpar
12904 \end_layout
12905
12906 \end_inset
12907
12908  in the document preamble.
12909  The package provides the command 
12910 \series bold
12911
12912 \backslash
12913 diagbox
12914 \series default
12915  that is inserted as \SpecialChar TeX
12916  Code and that can take 2 or 3
12917 \begin_inset space ~
12918 \end_inset
12919
12920 arguments:
12921 \end_layout
12922
12923 \begin_layout Standard
12924
12925 \series bold
12926
12927 \backslash
12928 diagbox[options]{lower left}{upper right}
12929 \end_layout
12930
12931 \begin_layout Standard
12932
12933 \series bold
12934
12935 \backslash
12936 diagbox[options]{lower left}{upper left}{upper right}
12937 \end_layout
12938
12939 \begin_layout Standard
12940 The first scheme divides the cell by a single diagonal line and the arguments
12941  are placed below and above this line.
12942  The second scheme divides the cell by 2
12943 \begin_inset space ~
12944 \end_inset
12945
12946 lines.
12947 \end_layout
12948
12949 \begin_layout Standard
12950 \begin_inset ERT
12951 status collapsed
12952
12953 \begin_layout Plain Layout
12954
12955
12956 \backslash
12957 ifdiagbox
12958 \end_layout
12959
12960 \end_inset
12961
12962
12963 \begin_inset Note Note
12964 status open
12965
12966 \begin_layout Plain Layout
12967 The following section will only be displayed when the \SpecialChar LaTeX
12968 -package 
12969 \series bold
12970 diagbox
12971 \series default
12972  is installed.
12973 \end_layout
12974
12975 \end_inset
12976
12977
12978 \end_layout
12979
12980 \begin_layout Standard
12981 Here is an example table where 
12982 \series bold
12983
12984 \backslash
12985 diagbox 
12986 \series default
12987 is used in the 2-argument scheme in the first cell:
12988 \begin_inset VSpace medskip
12989 \end_inset
12990
12991
12992 \end_layout
12993
12994 \begin_layout Standard
12995 \noindent
12996 \begin_inset Tabular
12997 <lyxtabular version="3" rows="4" columns="4">
12998 <features tabularvalignment="middle">
12999 <column alignment="center" valignment="top">
13000 <column alignment="center" valignment="top">
13001 <column alignment="center" valignment="top">
13002 <column alignment="center" valignment="top">
13003 <row>
13004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13005 \begin_inset Text
13006
13007 \begin_layout Plain Layout
13008 \begin_inset ERT
13009 status collapsed
13010
13011 \begin_layout Plain Layout
13012
13013
13014 \backslash
13015 diagbox{
13016 \end_layout
13017
13018 \end_inset
13019
13020 Name
13021 \begin_inset ERT
13022 status collapsed
13023
13024 \begin_layout Plain Layout
13025
13026 }{
13027 \end_layout
13028
13029 \end_inset
13030
13031 Parameter
13032 \begin_inset ERT
13033 status collapsed
13034
13035 \begin_layout Plain Layout
13036
13037 }
13038 \end_layout
13039
13040 \end_inset
13041
13042
13043 \end_layout
13044
13045 \end_inset
13046 </cell>
13047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13048 \begin_inset Text
13049
13050 \begin_layout Plain Layout
13051 Thickness in nm
13052 \end_layout
13053
13054 \end_inset
13055 </cell>
13056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13057 \begin_inset Text
13058
13059 \begin_layout Plain Layout
13060 Transparency in %
13061 \end_layout
13062
13063 \end_inset
13064 </cell>
13065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13066 \begin_inset Text
13067
13068 \begin_layout Plain Layout
13069 Hardness in MPa
13070 \end_layout
13071
13072 \end_inset
13073 </cell>
13074 </row>
13075 <row>
13076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13077 \begin_inset Text
13078
13079 \begin_layout Plain Layout
13080 Perfect Green
13081 \end_layout
13082
13083 \end_inset
13084 </cell>
13085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13086 \begin_inset Text
13087
13088 \begin_layout Plain Layout
13089 45
13090 \end_layout
13091
13092 \end_inset
13093 </cell>
13094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13095 \begin_inset Text
13096
13097 \begin_layout Plain Layout
13098 80
13099 \end_layout
13100
13101 \end_inset
13102 </cell>
13103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13104 \begin_inset Text
13105
13106 \begin_layout Plain Layout
13107 504
13108 \end_layout
13109
13110 \end_inset
13111 </cell>
13112 </row>
13113 <row>
13114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118 Dark Multi-P
13119 \end_layout
13120
13121 \end_inset
13122 </cell>
13123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13124 \begin_inset Text
13125
13126 \begin_layout Plain Layout
13127 60
13128 \end_layout
13129
13130 \end_inset
13131 </cell>
13132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Plain Layout
13136 72
13137 \end_layout
13138
13139 \end_inset
13140 </cell>
13141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13142 \begin_inset Text
13143
13144 \begin_layout Plain Layout
13145 982
13146 \end_layout
13147
13148 \end_inset
13149 </cell>
13150 </row>
13151 <row>
13152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13153 \begin_inset Text
13154
13155 \begin_layout Plain Layout
13156 Crystal Clear Pro
13157 \end_layout
13158
13159 \end_inset
13160 </cell>
13161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13162 \begin_inset Text
13163
13164 \begin_layout Plain Layout
13165 18
13166 \end_layout
13167
13168 \end_inset
13169 </cell>
13170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13171 \begin_inset Text
13172
13173 \begin_layout Plain Layout
13174 86
13175 \end_layout
13176
13177 \end_inset
13178 </cell>
13179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13180 \begin_inset Text
13181
13182 \begin_layout Plain Layout
13183 374
13184 \end_layout
13185
13186 \end_inset
13187 </cell>
13188 </row>
13189 </lyxtabular>
13190
13191 \end_inset
13192
13193
13194 \begin_inset VSpace medskip
13195 \end_inset
13196
13197
13198 \end_layout
13199
13200 \begin_layout Standard
13201 The 3-argument scheme is for example useful for cross-tables of sports leagues
13202  or distances:
13203 \end_layout
13204
13205 \begin_layout Standard
13206 \noindent
13207 \align center
13208 \begin_inset Tabular
13209 <lyxtabular version="3" rows="4" columns="4">
13210 <features tabularvalignment="middle">
13211 <column alignment="center" valignment="top" width="0pt">
13212 <column alignment="center" valignment="top">
13213 <column alignment="center" valignment="top">
13214 <column alignment="center" valignment="top">
13215 <row>
13216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Plain Layout
13220 \begin_inset ERT
13221 status collapsed
13222
13223 \begin_layout Plain Layout
13224
13225
13226 \backslash
13227 diagbox{
13228 \end_layout
13229
13230 \end_inset
13231
13232 Team home
13233 \begin_inset ERT
13234 status collapsed
13235
13236 \begin_layout Plain Layout
13237
13238 }{
13239 \end_layout
13240
13241 \end_inset
13242
13243 Result
13244 \begin_inset ERT
13245 status collapsed
13246
13247 \begin_layout Plain Layout
13248
13249 }{
13250 \end_layout
13251
13252 \end_inset
13253
13254 Team away
13255 \begin_inset ERT
13256 status collapsed
13257
13258 \begin_layout Plain Layout
13259
13260 }
13261 \end_layout
13262
13263 \end_inset
13264
13265
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 Tigers
13275 \end_layout
13276
13277 \end_inset
13278 </cell>
13279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13280 \begin_inset Text
13281
13282 \begin_layout Plain Layout
13283 Panthers
13284 \end_layout
13285
13286 \end_inset
13287 </cell>
13288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13289 \begin_inset Text
13290
13291 \begin_layout Plain Layout
13292 Falcons
13293 \end_layout
13294
13295 \end_inset
13296 </cell>
13297 </row>
13298 <row>
13299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Plain Layout
13303 Tigers
13304 \end_layout
13305
13306 \end_inset
13307 </cell>
13308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13309 \begin_inset Text
13310
13311 \begin_layout Plain Layout
13312
13313 \end_layout
13314
13315 \end_inset
13316 </cell>
13317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13318 \begin_inset Text
13319
13320 \begin_layout Plain Layout
13321 1:3
13322 \end_layout
13323
13324 \end_inset
13325 </cell>
13326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13327 \begin_inset Text
13328
13329 \begin_layout Plain Layout
13330 0:1
13331 \end_layout
13332
13333 \end_inset
13334 </cell>
13335 </row>
13336 <row>
13337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13338 \begin_inset Text
13339
13340 \begin_layout Plain Layout
13341 Panthers
13342 \end_layout
13343
13344 \end_inset
13345 </cell>
13346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13347 \begin_inset Text
13348
13349 \begin_layout Plain Layout
13350 3:1
13351 \end_layout
13352
13353 \end_inset
13354 </cell>
13355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13356 \begin_inset Text
13357
13358 \begin_layout Plain Layout
13359
13360 \end_layout
13361
13362 \end_inset
13363 </cell>
13364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13365 \begin_inset Text
13366
13367 \begin_layout Plain Layout
13368 0:0
13369 \end_layout
13370
13371 \end_inset
13372 </cell>
13373 </row>
13374 <row>
13375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13376 \begin_inset Text
13377
13378 \begin_layout Plain Layout
13379 Falcons
13380 \end_layout
13381
13382 \end_inset
13383 </cell>
13384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13385 \begin_inset Text
13386
13387 \begin_layout Plain Layout
13388 1:0
13389 \end_layout
13390
13391 \end_inset
13392 </cell>
13393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13394 \begin_inset Text
13395
13396 \begin_layout Plain Layout
13397 0:0
13398 \end_layout
13399
13400 \end_inset
13401 </cell>
13402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13403 \begin_inset Text
13404
13405 \begin_layout Plain Layout
13406
13407 \end_layout
13408
13409 \end_inset
13410 </cell>
13411 </row>
13412 </lyxtabular>
13413
13414 \end_inset
13415
13416
13417 \end_layout
13418
13419 \begin_layout Standard
13420 For larger cross-tables one might use split cells in 2 or every corner of
13421  the table like in this example:
13422 \end_layout
13423
13424 \begin_layout Standard
13425 \noindent
13426 \align center
13427 \begin_inset Tabular
13428 <lyxtabular version="3" rows="5" columns="5">
13429 <features tabularvalignment="middle">
13430 <column alignment="center" valignment="top" width="0pt">
13431 <column alignment="center" valignment="top">
13432 <column alignment="center" valignment="top">
13433 <column alignment="center" valignment="top">
13434 <column alignment="center" valignment="top">
13435 <row>
13436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13437 \begin_inset Text
13438
13439 \begin_layout Plain Layout
13440 \begin_inset ERT
13441 status open
13442
13443 \begin_layout Plain Layout
13444
13445
13446 \backslash
13447 diagbox{
13448 \end_layout
13449
13450 \end_inset
13451
13452 Team home
13453 \begin_inset ERT
13454 status collapsed
13455
13456 \begin_layout Plain Layout
13457
13458 }{
13459 \end_layout
13460
13461 \end_inset
13462
13463 Result
13464 \begin_inset ERT
13465 status collapsed
13466
13467 \begin_layout Plain Layout
13468
13469 }{
13470 \end_layout
13471
13472 \end_inset
13473
13474 Team away
13475 \begin_inset ERT
13476 status collapsed
13477
13478 \begin_layout Plain Layout
13479
13480 }
13481 \end_layout
13482
13483 \end_inset
13484
13485
13486 \end_layout
13487
13488 \end_inset
13489 </cell>
13490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13491 \begin_inset Text
13492
13493 \begin_layout Plain Layout
13494 Tigers
13495 \end_layout
13496
13497 \end_inset
13498 </cell>
13499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13500 \begin_inset Text
13501
13502 \begin_layout Plain Layout
13503 Panthers
13504 \end_layout
13505
13506 \end_inset
13507 </cell>
13508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13509 \begin_inset Text
13510
13511 \begin_layout Plain Layout
13512 Falcons
13513 \end_layout
13514
13515 \end_inset
13516 </cell>
13517 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13518 \begin_inset Text
13519
13520 \begin_layout Plain Layout
13521 \begin_inset ERT
13522 status open
13523
13524 \begin_layout Plain Layout
13525
13526
13527 \backslash
13528 diagbox[dir=NE]{
13529 \end_layout
13530
13531 \end_inset
13532
13533 Team home
13534 \begin_inset ERT
13535 status collapsed
13536
13537 \begin_layout Plain Layout
13538
13539 }{
13540 \end_layout
13541
13542 \end_inset
13543
13544 Result
13545 \begin_inset ERT
13546 status collapsed
13547
13548 \begin_layout Plain Layout
13549
13550 }{
13551 \end_layout
13552
13553 \end_inset
13554
13555 Team away
13556 \begin_inset ERT
13557 status collapsed
13558
13559 \begin_layout Plain Layout
13560
13561 }
13562 \end_layout
13563
13564 \end_inset
13565
13566
13567 \end_layout
13568
13569 \end_inset
13570 </cell>
13571 </row>
13572 <row>
13573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13574 \begin_inset Text
13575
13576 \begin_layout Plain Layout
13577 Tigers
13578 \end_layout
13579
13580 \end_inset
13581 </cell>
13582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13583 \begin_inset Text
13584
13585 \begin_layout Plain Layout
13586
13587 \end_layout
13588
13589 \end_inset
13590 </cell>
13591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13592 \begin_inset Text
13593
13594 \begin_layout Plain Layout
13595 1:3
13596 \end_layout
13597
13598 \end_inset
13599 </cell>
13600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13601 \begin_inset Text
13602
13603 \begin_layout Plain Layout
13604 0:1
13605 \end_layout
13606
13607 \end_inset
13608 </cell>
13609 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13610 \begin_inset Text
13611
13612 \begin_layout Plain Layout
13613 Tigers
13614 \end_layout
13615
13616 \end_inset
13617 </cell>
13618 </row>
13619 <row>
13620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13621 \begin_inset Text
13622
13623 \begin_layout Plain Layout
13624 Panthers
13625 \end_layout
13626
13627 \end_inset
13628 </cell>
13629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13630 \begin_inset Text
13631
13632 \begin_layout Plain Layout
13633 3:1
13634 \end_layout
13635
13636 \end_inset
13637 </cell>
13638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13639 \begin_inset Text
13640
13641 \begin_layout Plain Layout
13642
13643 \end_layout
13644
13645 \end_inset
13646 </cell>
13647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13648 \begin_inset Text
13649
13650 \begin_layout Plain Layout
13651 0:0
13652 \end_layout
13653
13654 \end_inset
13655 </cell>
13656 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13657 \begin_inset Text
13658
13659 \begin_layout Plain Layout
13660 Panthers
13661 \end_layout
13662
13663 \end_inset
13664 </cell>
13665 </row>
13666 <row>
13667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13668 \begin_inset Text
13669
13670 \begin_layout Plain Layout
13671 Falcons
13672 \end_layout
13673
13674 \end_inset
13675 </cell>
13676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13677 \begin_inset Text
13678
13679 \begin_layout Plain Layout
13680 1:0
13681 \end_layout
13682
13683 \end_inset
13684 </cell>
13685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13686 \begin_inset Text
13687
13688 \begin_layout Plain Layout
13689 0:0
13690 \end_layout
13691
13692 \end_inset
13693 </cell>
13694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13695 \begin_inset Text
13696
13697 \begin_layout Plain Layout
13698
13699 \end_layout
13700
13701 \end_inset
13702 </cell>
13703 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13704 \begin_inset Text
13705
13706 \begin_layout Plain Layout
13707 Falcons
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 </row>
13713 <row>
13714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13715 \begin_inset Text
13716
13717 \begin_layout Plain Layout
13718 \begin_inset ERT
13719 status open
13720
13721 \begin_layout Plain Layout
13722
13723
13724 \backslash
13725 diagbox[dir=SW]{
13726 \end_layout
13727
13728 \end_inset
13729
13730 Team home
13731 \begin_inset ERT
13732 status collapsed
13733
13734 \begin_layout Plain Layout
13735
13736 }{
13737 \end_layout
13738
13739 \end_inset
13740
13741 Result
13742 \begin_inset ERT
13743 status collapsed
13744
13745 \begin_layout Plain Layout
13746
13747 }{
13748 \end_layout
13749
13750 \end_inset
13751
13752 Team away
13753 \begin_inset ERT
13754 status collapsed
13755
13756 \begin_layout Plain Layout
13757
13758 }
13759 \end_layout
13760
13761 \end_inset
13762
13763
13764 \end_layout
13765
13766 \end_inset
13767 </cell>
13768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13769 \begin_inset Text
13770
13771 \begin_layout Plain Layout
13772 Tigers
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13778 \begin_inset Text
13779
13780 \begin_layout Plain Layout
13781 Panthers
13782 \end_layout
13783
13784 \end_inset
13785 </cell>
13786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13787 \begin_inset Text
13788
13789 \begin_layout Plain Layout
13790 Falcons
13791 \end_layout
13792
13793 \end_inset
13794 </cell>
13795 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13796 \begin_inset Text
13797
13798 \begin_layout Plain Layout
13799 \begin_inset ERT
13800 status open
13801
13802 \begin_layout Plain Layout
13803
13804
13805 \backslash
13806 diagbox[dir=SE]{
13807 \end_layout
13808
13809 \end_inset
13810
13811 Team home
13812 \begin_inset ERT
13813 status collapsed
13814
13815 \begin_layout Plain Layout
13816
13817 }{
13818 \end_layout
13819
13820 \end_inset
13821
13822 Result
13823 \begin_inset ERT
13824 status collapsed
13825
13826 \begin_layout Plain Layout
13827
13828 }{
13829 \end_layout
13830
13831 \end_inset
13832
13833 Team away
13834 \begin_inset ERT
13835 status collapsed
13836
13837 \begin_layout Plain Layout
13838
13839 }
13840 \end_layout
13841
13842 \end_inset
13843
13844
13845 \end_layout
13846
13847 \end_inset
13848 </cell>
13849 </row>
13850 </lyxtabular>
13851
13852 \end_inset
13853
13854
13855 \end_layout
13856
13857 \begin_layout Standard
13858 To rotate the diagonal lines, the command option 
13859 \series bold
13860 dir=direction
13861 \series default
13862  is used.
13863  
13864 \emph on
13865 direction
13866 \emph default
13867  is either 
13868 \series bold
13869 NE
13870 \series default
13871
13872 \series bold
13873 SE
13874 \series default
13875
13876 \series bold
13877 SW
13878 \series default
13879  or 
13880 \series bold
13881 NW
13882 \series default
13883  and represent a point of a compass.
13884  
13885 \series bold
13886 SW
13887 \series default
13888  is for example the south-west corner.
13889  Thus in the lower left cell of the above table the command
13890 \end_layout
13891
13892 \begin_layout Standard
13893
13894 \series bold
13895
13896 \backslash
13897 diagbox[dir=SW]{Team home}{Result}{Team away}
13898 \end_layout
13899
13900 \begin_layout Standard
13901 is used.
13902  If no direction is given, it will be NW.
13903 \end_layout
13904
13905 \begin_layout Standard
13906 The necessary width of split cells is automatically calculated.
13907  Thus if you set a fixed column width smaller than the calculated one, the
13908  cell's content will protrude the cell borders:
13909 \end_layout
13910
13911 \begin_layout Standard
13912 \noindent
13913 \align center
13914 \begin_inset Tabular
13915 <lyxtabular version="3" rows="2" columns="2">
13916 <features tabularvalignment="middle">
13917 <column alignment="center" valignment="top" width="3cm">
13918 <column alignment="center" valignment="top">
13919 <row>
13920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13921 \begin_inset Text
13922
13923 \begin_layout Plain Layout
13924 \begin_inset ERT
13925 status collapsed
13926
13927 \begin_layout Plain Layout
13928
13929
13930 \backslash
13931 diagbox{
13932 \end_layout
13933
13934 \end_inset
13935
13936 Name
13937 \begin_inset ERT
13938 status collapsed
13939
13940 \begin_layout Plain Layout
13941
13942 }{
13943 \end_layout
13944
13945 \end_inset
13946
13947 Parameter
13948 \begin_inset ERT
13949 status collapsed
13950
13951 \begin_layout Plain Layout
13952
13953 }
13954 \end_layout
13955
13956 \end_inset
13957
13958
13959 \end_layout
13960
13961 \end_inset
13962 </cell>
13963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13964 \begin_inset Text
13965
13966 \begin_layout Plain Layout
13967 Thickness in nm
13968 \end_layout
13969
13970 \end_inset
13971 </cell>
13972 </row>
13973 <row>
13974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13975 \begin_inset Text
13976
13977 \begin_layout Plain Layout
13978 Perfect Green
13979 \end_layout
13980
13981 \end_inset
13982 </cell>
13983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987 45
13988 \end_layout
13989
13990 \end_inset
13991 </cell>
13992 </row>
13993 </lyxtabular>
13994
13995 \end_inset
13996
13997
13998 \end_layout
13999
14000 \begin_layout Standard
14001 If you need a certain width for columns with a split cell, use the command
14002  option 
14003 \series bold
14004 width=3cm
14005 \series default
14006  (replace '3cm' by the width you need).
14007  In the following table the width of the first column is set to 4
14008 \begin_inset space \thinspace{}
14009 \end_inset
14010
14011 cm.
14012  For 
14013 \series bold
14014
14015 \backslash
14016 diagbox
14017 \series default
14018  a width of 4
14019 \begin_inset space \thinspace{}
14020 \end_inset
14021
14022 cm + 2
14023 \begin_inset space \thinspace{}
14024 \end_inset
14025
14026
14027 \backslash
14028 tabcolsep is necessary because the overall width is the width for the text
14029  (in this case the 4
14030 \begin_inset space \thinspace{}
14031 \end_inset
14032
14033 cm) plus two times the separation of the text and the cell border.
14034  The calculation of the width cannot be done in the command option of 
14035 \series bold
14036
14037 \backslash
14038 diagbox
14039 \series default
14040  so one needs to create a new length which can be used later.
14041  This is done with the \SpecialChar TeX
14042  Code commands
14043 \end_layout
14044
14045 \begin_layout Standard
14046
14047 \series bold
14048
14049 \backslash
14050 newlength{
14051 \backslash
14052 diagtest}
14053 \begin_inset Newline newline
14054 \end_inset
14055
14056
14057 \backslash
14058 setlength{
14059 \backslash
14060 diagtest}{4cm+2
14061 \backslash
14062 tabcolsep}
14063 \end_layout
14064
14065 \begin_layout Standard
14066 \begin_inset ERT
14067 status collapsed
14068
14069 \begin_layout Plain Layout
14070
14071
14072 \backslash
14073 newlength{
14074 \backslash
14075 diagtest}
14076 \end_layout
14077
14078 \begin_layout Plain Layout
14079
14080
14081 \backslash
14082 setlength{
14083 \backslash
14084 diagtest}{4cm+2
14085 \backslash
14086 tabcolsep}
14087 \end_layout
14088
14089 \end_inset
14090
14091
14092 \end_layout
14093
14094 \begin_layout Standard
14095 To enable calculations in \SpecialChar LaTeX
14096  one needs to load the package 
14097 \series bold
14098 calc
14099 \series default
14100
14101 \begin_inset Index idx
14102 status collapsed
14103
14104 \begin_layout Plain Layout
14105 \SpecialChar LaTeX
14106 -packages ! calc
14107 \end_layout
14108
14109 \end_inset
14110
14111  in the document preamble.
14112 \end_layout
14113
14114 \begin_layout Standard
14115 In this table you can now use the command
14116 \end_layout
14117
14118 \begin_layout Standard
14119
14120 \series bold
14121
14122 \backslash
14123 diagbox[width=
14124 \backslash
14125 diagtest]{A}{B}
14126 \end_layout
14127
14128 \begin_layout Standard
14129 in the first cell:
14130 \end_layout
14131
14132 \begin_layout Standard
14133 \noindent
14134 \align center
14135 \begin_inset Tabular
14136 <lyxtabular version="3" rows="2" columns="2">
14137 <features tabularvalignment="middle">
14138 <column alignment="center" valignment="top" width="4cm">
14139 <column alignment="center" valignment="top">
14140 <row>
14141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14142 \begin_inset Text
14143
14144 \begin_layout Plain Layout
14145 \begin_inset ERT
14146 status open
14147
14148 \begin_layout Plain Layout
14149
14150
14151 \backslash
14152 diagbox[width=
14153 \backslash
14154 diagtest]{
14155 \end_layout
14156
14157 \end_inset
14158
14159 A
14160 \begin_inset ERT
14161 status collapsed
14162
14163 \begin_layout Plain Layout
14164
14165 }{
14166 \end_layout
14167
14168 \end_inset
14169
14170 B
14171 \begin_inset ERT
14172 status collapsed
14173
14174 \begin_layout Plain Layout
14175
14176 }
14177 \end_layout
14178
14179 \end_inset
14180
14181
14182 \end_layout
14183
14184 \end_inset
14185 </cell>
14186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14187 \begin_inset Text
14188
14189 \begin_layout Plain Layout
14190 Thickness in nm
14191 \end_layout
14192
14193 \end_inset
14194 </cell>
14195 </row>
14196 <row>
14197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14198 \begin_inset Text
14199
14200 \begin_layout Plain Layout
14201 Perfect Green
14202 \end_layout
14203
14204 \end_inset
14205 </cell>
14206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14207 \begin_inset Text
14208
14209 \begin_layout Plain Layout
14210 45
14211 \end_layout
14212
14213 \end_inset
14214 </cell>
14215 </row>
14216 </lyxtabular>
14217
14218 \end_inset
14219
14220
14221 \end_layout
14222
14223 \begin_layout Standard
14224 Note that the split cell needs to be the widest one in the column.
14225  Otherwise the length of the diagonal line cannot be calculated correctly
14226  like in this table:
14227 \end_layout
14228
14229 \begin_layout Standard
14230 \noindent
14231 \align center
14232 \begin_inset Tabular
14233 <lyxtabular version="3" rows="2" columns="2">
14234 <features tabularvalignment="middle">
14235 <column alignment="center" valignment="top" width="0pt">
14236 <column alignment="center" valignment="top">
14237 <row>
14238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14239 \begin_inset Text
14240
14241 \begin_layout Plain Layout
14242 \begin_inset ERT
14243 status collapsed
14244
14245 \begin_layout Plain Layout
14246
14247
14248 \backslash
14249 diagbox{
14250 \end_layout
14251
14252 \end_inset
14253
14254 A
14255 \begin_inset ERT
14256 status collapsed
14257
14258 \begin_layout Plain Layout
14259
14260 }{
14261 \end_layout
14262
14263 \end_inset
14264
14265 B
14266 \begin_inset ERT
14267 status collapsed
14268
14269 \begin_layout Plain Layout
14270
14271 }
14272 \end_layout
14273
14274 \end_inset
14275
14276
14277 \end_layout
14278
14279 \end_inset
14280 </cell>
14281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14282 \begin_inset Text
14283
14284 \begin_layout Plain Layout
14285 Thickness in nm
14286 \end_layout
14287
14288 \end_inset
14289 </cell>
14290 </row>
14291 <row>
14292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14293 \begin_inset Text
14294
14295 \begin_layout Plain Layout
14296 Perfect Green
14297 \end_layout
14298
14299 \end_inset
14300 </cell>
14301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14302 \begin_inset Text
14303
14304 \begin_layout Plain Layout
14305 45
14306 \end_layout
14307
14308 \end_inset
14309 </cell>
14310 </row>
14311 </lyxtabular>
14312
14313 \end_inset
14314
14315
14316 \end_layout
14317
14318 \begin_layout Standard
14319 In this case use the 
14320 \series bold
14321 width
14322 \series default
14323  option of the 
14324 \series bold
14325
14326 \backslash
14327 diagbox
14328 \series default
14329  command.
14330  It is then not necessary to add 2
14331 \backslash
14332 tabcolsep because the cell width is now the width of the column.
14333  In this table a width of 3
14334 \begin_inset space \thinspace{}
14335 \end_inset
14336
14337 cm is used:
14338 \end_layout
14339
14340 \begin_layout Standard
14341 \noindent
14342 \align center
14343 \begin_inset Tabular
14344 <lyxtabular version="3" rows="2" columns="2">
14345 <features tabularvalignment="middle">
14346 <column alignment="center" valignment="top" width="0pt">
14347 <column alignment="center" valignment="top">
14348 <row>
14349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14350 \begin_inset Text
14351
14352 \begin_layout Plain Layout
14353 \begin_inset ERT
14354 status open
14355
14356 \begin_layout Plain Layout
14357
14358
14359 \backslash
14360 diagbox[width=3cm]{
14361 \end_layout
14362
14363 \end_inset
14364
14365 A
14366 \begin_inset ERT
14367 status collapsed
14368
14369 \begin_layout Plain Layout
14370
14371 }{
14372 \end_layout
14373
14374 \end_inset
14375
14376 B
14377 \begin_inset ERT
14378 status collapsed
14379
14380 \begin_layout Plain Layout
14381
14382 }
14383 \end_layout
14384
14385 \end_inset
14386
14387
14388 \end_layout
14389
14390 \end_inset
14391 </cell>
14392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14393 \begin_inset Text
14394
14395 \begin_layout Plain Layout
14396 Thickness in nm
14397 \end_layout
14398
14399 \end_inset
14400 </cell>
14401 </row>
14402 <row>
14403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14404 \begin_inset Text
14405
14406 \begin_layout Plain Layout
14407 Perfect Green
14408 \end_layout
14409
14410 \end_inset
14411 </cell>
14412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14413 \begin_inset Text
14414
14415 \begin_layout Plain Layout
14416 45
14417 \end_layout
14418
14419 \end_inset
14420 </cell>
14421 </row>
14422 </lyxtabular>
14423
14424 \end_inset
14425
14426
14427 \end_layout
14428
14429 \begin_layout Standard
14430 For multiple text lines in split cells one needs some extra height to fit
14431  the text to the cell.
14432  This can be achieved with the 
14433 \series bold
14434
14435 \backslash
14436 diagbox
14437 \series default
14438  option 
14439 \series bold
14440 height=3cm
14441 \series default
14442  (replace '3cm' by the height you need).
14443  In the following table the command
14444 \end_layout
14445
14446 \begin_layout Standard
14447
14448 \series bold
14449
14450 \backslash
14451 diagbox[width=3cm,height=1.4cm]{A
14452 \backslash
14453
14454 \backslash
14455 B}{C
14456 \backslash
14457
14458 \backslash
14459 D}
14460 \end_layout
14461
14462 \begin_layout Standard
14463 is used in the first cell.
14464  The command 
14465 \series bold
14466
14467 \backslash
14468
14469 \backslash
14470
14471 \series default
14472  creates hereby the line break.
14473 \begin_inset Foot
14474 status collapsed
14475
14476 \begin_layout Plain Layout
14477 Breaking lines with 
14478 \family sans
14479 Ctrl+Return
14480 \family default
14481  is only possible when the column has a fixed width.
14482 \end_layout
14483
14484 \end_inset
14485
14486
14487 \end_layout
14488
14489 \begin_layout Standard
14490 \noindent
14491 \align center
14492 \begin_inset Tabular
14493 <lyxtabular version="3" rows="2" columns="2">
14494 <features tabularvalignment="middle">
14495 <column alignment="center" valignment="top">
14496 <column alignment="center" valignment="top">
14497 <row>
14498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14499 \begin_inset Text
14500
14501 \begin_layout Plain Layout
14502 \begin_inset ERT
14503 status open
14504
14505 \begin_layout Plain Layout
14506
14507
14508 \backslash
14509 diagbox[width=3cm,height=1.4cm]{
14510 \end_layout
14511
14512 \end_inset
14513
14514 A
14515 \begin_inset ERT
14516 status collapsed
14517
14518 \begin_layout Plain Layout
14519
14520
14521 \backslash
14522
14523 \backslash
14524
14525 \end_layout
14526
14527 \end_inset
14528
14529 B
14530 \begin_inset ERT
14531 status collapsed
14532
14533 \begin_layout Plain Layout
14534
14535 }{
14536 \end_layout
14537
14538 \end_inset
14539
14540 C
14541 \begin_inset ERT
14542 status collapsed
14543
14544 \begin_layout Plain Layout
14545
14546
14547 \backslash
14548
14549 \backslash
14550
14551 \end_layout
14552
14553 \end_inset
14554
14555 D
14556 \begin_inset ERT
14557 status collapsed
14558
14559 \begin_layout Plain Layout
14560
14561 }
14562 \end_layout
14563
14564 \end_inset
14565
14566
14567 \end_layout
14568
14569 \end_inset
14570 </cell>
14571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14572 \begin_inset Text
14573
14574 \begin_layout Plain Layout
14575 Thickness in nm
14576 \end_layout
14577
14578 \end_inset
14579 </cell>
14580 </row>
14581 <row>
14582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14583 \begin_inset Text
14584
14585 \begin_layout Plain Layout
14586 Perfect Green
14587 \end_layout
14588
14589 \end_inset
14590 </cell>
14591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14592 \begin_inset Text
14593
14594 \begin_layout Plain Layout
14595 45
14596 \end_layout
14597
14598 \end_inset
14599 </cell>
14600 </row>
14601 </lyxtabular>
14602
14603 \end_inset
14604
14605
14606 \end_layout
14607
14608 \begin_layout Standard
14609 \begin_inset ERT
14610 status collapsed
14611
14612 \begin_layout Plain Layout
14613
14614
14615 \backslash
14616 else
14617 \end_layout
14618
14619 \end_inset
14620
14621
14622 \begin_inset Note Note
14623 status open
14624
14625 \begin_layout Plain Layout
14626 The following will be displayed when the \SpecialChar LaTeX
14627 -package 
14628 \series bold
14629 diagbox
14630 \series default
14631  is not installed:
14632 \end_layout
14633
14634 \end_inset
14635
14636
14637 \end_layout
14638
14639 \begin_layout Standard
14640 You need to install the \SpecialChar LaTeX
14641 -package 
14642 \series bold
14643 diagbox
14644 \series default
14645  to see the following part of this section in the output.
14646 \end_layout
14647
14648 \begin_layout Standard
14649 \begin_inset ERT
14650 status collapsed
14651
14652 \begin_layout Plain Layout
14653
14654
14655 \backslash
14656 fi
14657 \end_layout
14658
14659 \end_inset
14660
14661
14662 \end_layout
14663
14664 \begin_layout Standard
14665 For more info about the \SpecialChar LaTeX
14666 -package 
14667 \series bold
14668 diagbox
14669 \series default
14670 , see its documentation, 
14671 \begin_inset CommandInset citation
14672 LatexCommand cite
14673 key "diagbox"
14674
14675 \end_inset
14676
14677 .
14678 \end_layout
14679
14680 \begin_layout Section
14681 Formal Tables
14682 \begin_inset CommandInset label
14683 LatexCommand label
14684 name "sec:Formal-Tables"
14685
14686 \end_inset
14687
14688
14689 \begin_inset Index idx
14690 status collapsed
14691
14692 \begin_layout Plain Layout
14693 Table ! Formal
14694 \end_layout
14695
14696 \end_inset
14697
14698
14699 \end_layout
14700
14701 \begin_layout Standard
14702 Tables are often typeset in books similar to Table
14703 \begin_inset space ~
14704 \end_inset
14705
14706
14707 \begin_inset CommandInset ref
14708 LatexCommand ref
14709 reference "tab:Example-booktabs-table"
14710
14711 \end_inset
14712
14713 .
14714  This kind of tables is called 
14715 \begin_inset Quotes eld
14716 \end_inset
14717
14718
14719 \emph on
14720 formal
14721 \emph default
14722
14723 \begin_inset Quotes erd
14724 \end_inset
14725
14726 .
14727  To make a table a formal table use the option 
14728 \family sans
14729 Formal
14730 \family default
14731  in the 
14732 \family sans
14733 Borders
14734 \family default
14735  tab of the table dialog.
14736 \end_layout
14737
14738 \begin_layout Standard
14739 \begin_inset Float table
14740 placement h
14741 wide false
14742 sideways false
14743 status open
14744
14745 \begin_layout Plain Layout
14746 \begin_inset Caption Standard
14747
14748 \begin_layout Plain Layout
14749 \begin_inset CommandInset label
14750 LatexCommand label
14751 name "tab:Example-booktabs-table"
14752
14753 \end_inset
14754
14755 Example booktabs-table
14756 \end_layout
14757
14758 \end_inset
14759
14760
14761 \end_layout
14762
14763 \begin_layout Plain Layout
14764 \align center
14765 \begin_inset Tabular
14766 <lyxtabular version="3" rows="8" columns="4">
14767 <features booktabs="true" tabularvalignment="middle">
14768 <column alignment="center" valignment="top">
14769 <column alignment="center" valignment="top">
14770 <column alignment="center" valignment="top">
14771 <column alignment="center" valignment="top">
14772 <row>
14773 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14774 \begin_inset Text
14775
14776 \begin_layout Plain Layout
14777 System
14778 \end_layout
14779
14780 \end_inset
14781 </cell>
14782 <cell alignment="center" valignment="top" topline="true" usebox="none">
14783 \begin_inset Text
14784
14785 \begin_layout Plain Layout
14786 Chip
14787 \begin_inset space \thinspace{}
14788 \end_inset
14789
14790 1
14791 \end_layout
14792
14793 \end_inset
14794 </cell>
14795 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14796 \begin_inset Text
14797
14798 \begin_layout Plain Layout
14799 Chip
14800 \begin_inset space \thinspace{}
14801 \end_inset
14802
14803 2
14804 \end_layout
14805
14806 \end_inset
14807 </cell>
14808 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14809 \begin_inset Text
14810
14811 \begin_layout Plain Layout
14812
14813 \end_layout
14814
14815 \end_inset
14816 </cell>
14817 </row>
14818 <row>
14819 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14820 \begin_inset Text
14821
14822 \begin_layout Plain Layout
14823 \begin_inset ERT
14824 status collapsed
14825
14826 \begin_layout Plain Layout
14827
14828
14829 \backslash
14830 cmidrule(r){2-2}
14831 \end_layout
14832
14833 \end_inset
14834
14835
14836 \begin_inset ERT
14837 status collapsed
14838
14839 \begin_layout Plain Layout
14840
14841
14842 \backslash
14843 cmidrule(l){3-4}
14844 \end_layout
14845
14846 \end_inset
14847
14848 Detector thickness in µm
14849 \end_layout
14850
14851 \end_inset
14852 </cell>
14853 <cell alignment="center" valignment="top" usebox="none">
14854 \begin_inset Text
14855
14856 \begin_layout Plain Layout
14857 300
14858 \end_layout
14859
14860 \end_inset
14861 </cell>
14862 <cell alignment="center" valignment="top" usebox="none">
14863 \begin_inset Text
14864
14865 \begin_layout Plain Layout
14866 300
14867 \end_layout
14868
14869 \end_inset
14870 </cell>
14871 <cell alignment="center" valignment="top" usebox="none">
14872 \begin_inset Text
14873
14874 \begin_layout Plain Layout
14875 700
14876 \end_layout
14877
14878 \end_inset
14879 </cell>
14880 </row>
14881 <row>
14882 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14883 \begin_inset Text
14884
14885 \begin_layout Plain Layout
14886 Edge angle in °
14887 \end_layout
14888
14889 \end_inset
14890 </cell>
14891 <cell alignment="center" valignment="top" topline="true" usebox="none">
14892 \begin_inset Text
14893
14894 \begin_layout Plain Layout
14895 3.55
14896 \end_layout
14897
14898 \end_inset
14899 </cell>
14900 <cell alignment="center" valignment="top" topline="true" usebox="none">
14901 \begin_inset Text
14902
14903 \begin_layout Plain Layout
14904 2.71
14905 \end_layout
14906
14907 \end_inset
14908 </cell>
14909 <cell alignment="center" valignment="top" topline="true" usebox="none">
14910 \begin_inset Text
14911
14912 \begin_layout Plain Layout
14913 7.99
14914 \end_layout
14915
14916 \end_inset
14917 </cell>
14918 </row>
14919 <row topspace="default">
14920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14921 \begin_inset Text
14922
14923 \begin_layout Plain Layout
14924 Spatial resolution in µm
14925 \end_layout
14926
14927 \end_inset
14928 </cell>
14929 <cell alignment="center" valignment="top" usebox="none">
14930 \begin_inset Text
14931
14932 \begin_layout Plain Layout
14933 4.26
14934 \end_layout
14935
14936 \end_inset
14937 </cell>
14938 <cell alignment="center" valignment="top" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942 10.17
14943 \end_layout
14944
14945 \end_inset
14946 </cell>
14947 <cell alignment="center" valignment="top" usebox="none">
14948 \begin_inset Text
14949
14950 \begin_layout Plain Layout
14951 10.56
14952 \end_layout
14953
14954 \end_inset
14955 </cell>
14956 </row>
14957 <row topspace="default">
14958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14959 \begin_inset Text
14960
14961 \begin_layout Plain Layout
14962 MTF at 
14963 \begin_inset Formula $f_{\mathrm{max}}$
14964 \end_inset
14965
14966
14967 \end_layout
14968
14969 \end_inset
14970 </cell>
14971 <cell alignment="center" valignment="top" usebox="none">
14972 \begin_inset Text
14973
14974 \begin_layout Plain Layout
14975 0.53
14976 \end_layout
14977
14978 \end_inset
14979 </cell>
14980 <cell alignment="center" valignment="top" usebox="none">
14981 \begin_inset Text
14982
14983 \begin_layout Plain Layout
14984 0.37
14985 \end_layout
14986
14987 \end_inset
14988 </cell>
14989 <cell alignment="center" valignment="top" usebox="none">
14990 \begin_inset Text
14991
14992 \begin_layout Plain Layout
14993 0.39
14994 \end_layout
14995
14996 \end_inset
14997 </cell>
14998 </row>
14999 <row topspace="default">
15000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15001 \begin_inset Text
15002
15003 \begin_layout Plain Layout
15004 \begin_inset ERT
15005 status collapsed
15006
15007 \begin_layout Plain Layout
15008
15009
15010 \backslash
15011 cmidrule[2pt](l{10pt}){1-1}
15012 \end_layout
15013
15014 \end_inset
15015
15016 LSF-spatial resolution
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell alignment="center" valignment="top" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 <cell alignment="center" valignment="top" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034
15035 \end_layout
15036
15037 \end_inset
15038 </cell>
15039 <cell alignment="center" valignment="top" usebox="none">
15040 \begin_inset Text
15041
15042 \begin_layout Plain Layout
15043
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 </row>
15049 <row>
15050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15051 \begin_inset Text
15052
15053 \begin_layout Plain Layout
15054 in µm
15055 \end_layout
15056
15057 \end_inset
15058 </cell>
15059 <cell alignment="center" valignment="top" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063 129.7
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 <cell alignment="center" valignment="top" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072 52.75
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 <cell alignment="center" valignment="top" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Plain Layout
15081 50.78
15082 \end_layout
15083
15084 \end_inset
15085 </cell>
15086 </row>
15087 <row>
15088 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15089 \begin_inset Text
15090
15091 \begin_layout Plain Layout
15092 in % of pixel size
15093 \end_layout
15094
15095 \end_inset
15096 </cell>
15097 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15098 \begin_inset Text
15099
15100 \begin_layout Plain Layout
15101 76.3
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Plain Layout
15110 95.9
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 92.3
15120 \end_layout
15121
15122 \end_inset
15123 </cell>
15124 </row>
15125 </lyxtabular>
15126
15127 \end_inset
15128
15129
15130 \end_layout
15131
15132 \end_inset
15133
15134
15135 \end_layout
15136
15137 \begin_layout Standard
15138 Spaces to table rows can be added using the 
15139 \family sans
15140 Borders
15141 \family default
15142  tab of the table dialog as described in section
15143 \begin_inset space ~
15144 \end_inset
15145
15146
15147 \begin_inset CommandInset ref
15148 LatexCommand ref
15149 reference "subsec:Row-Spacing"
15150
15151 \end_inset
15152
15153 .
15154 \end_layout
15155
15156 \begin_layout Standard
15157 Unlike normal tables, formal tables have no vertical table lines.
15158  The horizontal table lines can be set as for normal tables but they appear
15159  with different widths in the output:
15160 \begin_inset Newline newline
15161 \end_inset
15162
15163 The first and the last table line have a default width of 0.08
15164 \begin_inset space \thinspace{}
15165 \end_inset
15166
15167 em while the other lines have a default width of 0.05
15168 \begin_inset space \thinspace{}
15169 \end_inset
15170
15171 em.
15172 \end_layout
15173
15174 \begin_layout Standard
15175 The default widths can be changed with the following preamble lines
15176 \end_layout
15177
15178 \begin_layout Standard
15179
15180 \series bold
15181
15182 \backslash
15183 let
15184 \backslash
15185 mytoprule
15186 \backslash
15187 toprule
15188 \begin_inset Newline newline
15189 \end_inset
15190
15191
15192 \backslash
15193 renewcommand{
15194 \backslash
15195 toprule}{
15196 \backslash
15197 mytoprule[width]}
15198 \end_layout
15199
15200 \begin_layout Standard
15201 This example is for the first line, the so called 
15202 \series bold
15203 toprule
15204 \series default
15205 .
15206  If you want to change the width for the last line, replace 
15207 \series bold
15208 toprule
15209 \series default
15210  by 
15211 \series bold
15212 bottomrule
15213 \series default
15214 .
15215  To change the width for the other lines replace 
15216 \series bold
15217 toprule
15218 \series default
15219  by 
15220 \series bold
15221 midrule
15222 \series default
15223 .
15224  You can use all units listed in appendix
15225 \begin_inset space ~
15226 \end_inset
15227
15228
15229 \begin_inset CommandInset ref
15230 LatexCommand ref
15231 reference "cha:Units-available-in"
15232
15233 \end_inset
15234
15235  to set the width.
15236 \end_layout
15237
15238 \begin_layout Standard
15239 Lines that do not span all table columns can be created by setting a table
15240  line for multicolumn cells.
15241  \SpecialChar LyX
15242  will then internally use the command 
15243 \series bold
15244
15245 \backslash
15246 cmidrule
15247 \series default
15248  to create this line.
15249  Its full scheme is
15250 \end_layout
15251
15252 \begin_layout Standard
15253
15254 \series bold
15255
15256 \backslash
15257 cmidrule[height](trim){startcol-endcol}
15258 \end_layout
15259
15260 \begin_layout Standard
15261 The options of 
15262 \series bold
15263
15264 \backslash
15265 cmidrule
15266 \series default
15267  are currently not supported by \SpecialChar LyX
15268  so you have to use \SpecialChar TeX
15269  Code to be able to
15270  use them.
15271  
15272 \series bold
15273
15274 \backslash
15275 cmidrule
15276 \series default
15277 s can manually be created by inserting the command as \SpecialChar TeX
15278  Code as the first
15279  cell entry of the first cell of a row.
15280  The line is then drawn in the output above the current row.
15281 \end_layout
15282
15283 \begin_layout Standard
15284 The default for the optional 
15285 \series bold
15286 height
15287 \series default
15288  is 0.03
15289 \begin_inset space \thinspace{}
15290 \end_inset
15291
15292 em.
15293  
15294 \series bold
15295 startcol
15296 \series default
15297  is the number of the column where the line starts and 
15298 \series bold
15299 endcol
15300 \series default
15301  the column number where the line ends.
15302  The 
15303 \series bold
15304 endcol
15305 \series default
15306  always needs to be specified, also when the line should span only one column.
15307  The optional parameter 
15308 \series bold
15309 trim
15310 \series default
15311  could either be 
15312 \emph on
15313 l{trimwidth}
15314 \emph default
15315  or 
15316 \emph on
15317 r{trimwidth}
15318 \emph default
15319  where the 
15320 \emph on
15321 trimwidth
15322 \emph default
15323  is also optional.
15324  Using for example the parameter 
15325 \emph on
15326 l{2pt}
15327 \emph default
15328  means that the line is trimmed from its left end by 2
15329 \begin_inset space \thinspace{}
15330 \end_inset
15331
15332 pt.
15333  If you don't specify the 
15334 \emph on
15335 trimwidth
15336 \emph default
15337  the line is trimmed by the default of 0.5
15338 \begin_inset space \thinspace{}
15339 \end_inset
15340
15341 em.
15342 \end_layout
15343
15344 \begin_layout Standard
15345 \begin_inset VSpace bigskip
15346 \end_inset
15347
15348 Table
15349 \begin_inset space ~
15350 \end_inset
15351
15352
15353 \begin_inset CommandInset ref
15354 LatexCommand ref
15355 reference "tab:Example-booktabs-table"
15356
15357 \end_inset
15358
15359  was created using the commands
15360 \end_layout
15361
15362 \begin_layout Standard
15363
15364 \series bold
15365
15366 \backslash
15367 cmidrule(r){2-2}
15368 \backslash
15369 cmidrule(l){3-4}
15370 \end_layout
15371
15372 \begin_layout Standard
15373 at the beginning of the second row and
15374 \end_layout
15375
15376 \begin_layout Standard
15377
15378 \series bold
15379
15380 \backslash
15381 cmidrule[2pt](l{10pt}){1-1}
15382 \end_layout
15383
15384 \begin_layout Standard
15385 in the sixth row.
15386 \end_layout
15387
15388 \begin_layout Standard
15389 \begin_inset VSpace bigskip
15390 \end_inset
15391
15392
15393 \end_layout
15394
15395 \begin_layout Standard
15396 You might want to have overlapping 
15397 \series bold
15398
15399 \backslash
15400 cmidrule
15401 \series default
15402 s as in in Table
15403 \begin_inset space ~
15404 \end_inset
15405
15406
15407 \begin_inset CommandInset ref
15408 LatexCommand ref
15409 reference "tab:Special-booktabs-table"
15410
15411 \end_inset
15412
15413 .
15414  This can be achieved with the \SpecialChar TeX
15415  Code command
15416 \end_layout
15417
15418 \begin_layout Standard
15419
15420 \series bold
15421
15422 \backslash
15423 morecmidrules
15424 \end_layout
15425
15426 \begin_layout Standard
15427 The command that was used for the second row of Table
15428 \begin_inset space ~
15429 \end_inset
15430
15431
15432 \begin_inset CommandInset ref
15433 LatexCommand ref
15434 reference "tab:Special-booktabs-table"
15435
15436 \end_inset
15437
15438  is
15439 \end_layout
15440
15441 \begin_layout Standard
15442
15443 \series bold
15444
15445 \backslash
15446 cmidrule(r){2-2}
15447 \backslash
15448 cmidrule(l){3-4}
15449 \backslash
15450 morecmidrules
15451 \backslash
15452 cmidrule{2-4}
15453 \end_layout
15454
15455 \begin_layout Standard
15456 The command for the sixth row is
15457 \end_layout
15458
15459 \begin_layout Standard
15460
15461 \series bold
15462
15463 \backslash
15464 midrule
15465 \backslash
15466 morecmidrules
15467 \backslash
15468 cmidrule{3-4}
15469 \end_layout
15470
15471 \begin_layout Standard
15472 \begin_inset VSpace bigskip
15473 \end_inset
15474
15475
15476 \end_layout
15477
15478 \begin_layout Standard
15479 If you are in any way not satisfied with the border line spacing, you can
15480  use the following command to produce lines that span over all table columns
15481 \series bold
15482 :
15483 \end_layout
15484
15485 \begin_layout Standard
15486
15487 \series bold
15488
15489 \backslash
15490 specialrule{width}{space above}{space below}
15491 \end_layout
15492
15493 \begin_layout Standard
15494 For more information about these features, refer to the manual of the \SpecialChar LaTeX
15495 -package
15496  
15497 \series bold
15498 booktabs
15499 \series default
15500  
15501 \begin_inset CommandInset citation
15502 LatexCommand cite
15503 key "booktabs"
15504
15505 \end_inset
15506
15507 .
15508 \begin_inset Index idx
15509 status collapsed
15510
15511 \begin_layout Plain Layout
15512 \SpecialChar LaTeX
15513 -packages ! booktabs
15514 \end_layout
15515
15516 \end_inset
15517
15518
15519 \end_layout
15520
15521 \begin_layout Standard
15522 \begin_inset Float table
15523 placement h
15524 wide false
15525 sideways false
15526 status open
15527
15528 \begin_layout Plain Layout
15529 \begin_inset Caption Standard
15530
15531 \begin_layout Plain Layout
15532 \begin_inset CommandInset label
15533 LatexCommand label
15534 name "tab:Special-booktabs-table"
15535
15536 \end_inset
15537
15538 Special booktabs-table
15539 \end_layout
15540
15541 \end_inset
15542
15543
15544 \end_layout
15545
15546 \begin_layout Plain Layout
15547 \align center
15548 \begin_inset Tabular
15549 <lyxtabular version="3" rows="8" columns="4">
15550 <features booktabs="true" tabularvalignment="middle">
15551 <column alignment="center" valignment="top">
15552 <column alignment="center" valignment="top">
15553 <column alignment="center" valignment="top">
15554 <column alignment="center" valignment="top">
15555 <row>
15556 <cell alignment="center" valignment="top" topline="true" usebox="none">
15557 \begin_inset Text
15558
15559 \begin_layout Plain Layout
15560 System
15561 \end_layout
15562
15563 \end_inset
15564 </cell>
15565 <cell alignment="center" valignment="top" topline="true" usebox="none">
15566 \begin_inset Text
15567
15568 \begin_layout Plain Layout
15569 Chip
15570 \begin_inset space \thinspace{}
15571 \end_inset
15572
15573 1
15574 \end_layout
15575
15576 \end_inset
15577 </cell>
15578 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15579 \begin_inset Text
15580
15581 \begin_layout Plain Layout
15582 Chip
15583 \begin_inset space \thinspace{}
15584 \end_inset
15585
15586 2
15587 \end_layout
15588
15589 \end_inset
15590 </cell>
15591 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15592 \begin_inset Text
15593
15594 \begin_layout Plain Layout
15595
15596 \end_layout
15597
15598 \end_inset
15599 </cell>
15600 </row>
15601 <row>
15602 <cell alignment="center" valignment="top" usebox="none">
15603 \begin_inset Text
15604
15605 \begin_layout Plain Layout
15606 \begin_inset ERT
15607 status collapsed
15608
15609 \begin_layout Plain Layout
15610
15611
15612 \backslash
15613 cmidrule(r){2-2}
15614 \end_layout
15615
15616 \end_inset
15617
15618
15619 \begin_inset ERT
15620 status collapsed
15621
15622 \begin_layout Plain Layout
15623
15624
15625 \backslash
15626 cmidrule(l){3-4}
15627 \end_layout
15628
15629 \end_inset
15630
15631
15632 \begin_inset ERT
15633 status collapsed
15634
15635 \begin_layout Plain Layout
15636
15637
15638 \backslash
15639 morecmidrules 
15640 \end_layout
15641
15642 \end_inset
15643
15644
15645 \begin_inset ERT
15646 status collapsed
15647
15648 \begin_layout Plain Layout
15649
15650
15651 \backslash
15652 cmidrule{2-4}
15653 \end_layout
15654
15655 \end_inset
15656
15657 Detector thickness in µm
15658 \end_layout
15659
15660 \end_inset
15661 </cell>
15662 <cell alignment="center" valignment="top" usebox="none">
15663 \begin_inset Text
15664
15665 \begin_layout Plain Layout
15666 300
15667 \end_layout
15668
15669 \end_inset
15670 </cell>
15671 <cell alignment="center" valignment="top" usebox="none">
15672 \begin_inset Text
15673
15674 \begin_layout Plain Layout
15675 300
15676 \end_layout
15677
15678 \end_inset
15679 </cell>
15680 <cell alignment="center" valignment="top" usebox="none">
15681 \begin_inset Text
15682
15683 \begin_layout Plain Layout
15684 700
15685 \end_layout
15686
15687 \end_inset
15688 </cell>
15689 </row>
15690 <row>
15691 <cell alignment="center" valignment="top" topline="true" usebox="none">
15692 \begin_inset Text
15693
15694 \begin_layout Plain Layout
15695 Edge angle in °
15696 \end_layout
15697
15698 \end_inset
15699 </cell>
15700 <cell alignment="center" valignment="top" topline="true" usebox="none">
15701 \begin_inset Text
15702
15703 \begin_layout Plain Layout
15704 3.55
15705 \end_layout
15706
15707 \end_inset
15708 </cell>
15709 <cell alignment="center" valignment="top" topline="true" usebox="none">
15710 \begin_inset Text
15711
15712 \begin_layout Plain Layout
15713 2.71
15714 \end_layout
15715
15716 \end_inset
15717 </cell>
15718 <cell alignment="center" valignment="top" topline="true" usebox="none">
15719 \begin_inset Text
15720
15721 \begin_layout Plain Layout
15722 7.99
15723 \end_layout
15724
15725 \end_inset
15726 </cell>
15727 </row>
15728 <row topspace="default">
15729 <cell alignment="center" valignment="top" usebox="none">
15730 \begin_inset Text
15731
15732 \begin_layout Plain Layout
15733 Spatial resolution in µm
15734 \end_layout
15735
15736 \end_inset
15737 </cell>
15738 <cell alignment="center" valignment="top" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742 4.26
15743 \end_layout
15744
15745 \end_inset
15746 </cell>
15747 <cell alignment="center" valignment="top" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751 10.17
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 <cell alignment="center" valignment="top" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760 10.56
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 </row>
15766 <row topspace="default">
15767 <cell alignment="center" valignment="top" usebox="none">
15768 \begin_inset Text
15769
15770 \begin_layout Plain Layout
15771 MTF at 
15772 \begin_inset Formula $f_{\mathrm{max}}$
15773 \end_inset
15774
15775
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 0.53
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 0.37
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 <cell alignment="center" valignment="top" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802 0.39
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 </row>
15808 <row>
15809 <cell alignment="center" valignment="top" topline="true" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813 \begin_inset ERT
15814 status collapsed
15815
15816 \begin_layout Plain Layout
15817
15818
15819 \backslash
15820 morecmidrules 
15821 \end_layout
15822
15823 \end_inset
15824
15825
15826 \begin_inset ERT
15827 status collapsed
15828
15829 \begin_layout Plain Layout
15830
15831
15832 \backslash
15833 cmidrule{3-4}
15834 \end_layout
15835
15836 \end_inset
15837
15838 LSF-spatial resolution
15839 \end_layout
15840
15841 \end_inset
15842 </cell>
15843 <cell alignment="center" valignment="top" topline="true" usebox="none">
15844 \begin_inset Text
15845
15846 \begin_layout Plain Layout
15847
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 <cell alignment="center" valignment="top" topline="true" usebox="none">
15853 \begin_inset Text
15854
15855 \begin_layout Plain Layout
15856
15857 \end_layout
15858
15859 \end_inset
15860 </cell>
15861 <cell alignment="center" valignment="top" topline="true" usebox="none">
15862 \begin_inset Text
15863
15864 \begin_layout Plain Layout
15865
15866 \end_layout
15867
15868 \end_inset
15869 </cell>
15870 </row>
15871 <row>
15872 <cell alignment="center" valignment="top" usebox="none">
15873 \begin_inset Text
15874
15875 \begin_layout Plain Layout
15876 in µm
15877 \end_layout
15878
15879 \end_inset
15880 </cell>
15881 <cell alignment="center" valignment="top" usebox="none">
15882 \begin_inset Text
15883
15884 \begin_layout Plain Layout
15885 129.7
15886 \end_layout
15887
15888 \end_inset
15889 </cell>
15890 <cell alignment="center" valignment="top" usebox="none">
15891 \begin_inset Text
15892
15893 \begin_layout Plain Layout
15894 52.75
15895 \end_layout
15896
15897 \end_inset
15898 </cell>
15899 <cell alignment="center" valignment="top" usebox="none">
15900 \begin_inset Text
15901
15902 \begin_layout Plain Layout
15903 50.78
15904 \end_layout
15905
15906 \end_inset
15907 </cell>
15908 </row>
15909 <row>
15910 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15911 \begin_inset Text
15912
15913 \begin_layout Plain Layout
15914 in % of pixel size
15915 \end_layout
15916
15917 \end_inset
15918 </cell>
15919 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15920 \begin_inset Text
15921
15922 \begin_layout Plain Layout
15923 76.3
15924 \end_layout
15925
15926 \end_inset
15927 </cell>
15928 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15929 \begin_inset Text
15930
15931 \begin_layout Plain Layout
15932 95.9
15933 \end_layout
15934
15935 \end_inset
15936 </cell>
15937 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Plain Layout
15941 92.3
15942 \end_layout
15943
15944 \end_inset
15945 </cell>
15946 </row>
15947 </lyxtabular>
15948
15949 \end_inset
15950
15951
15952 \end_layout
15953
15954 \end_inset
15955
15956
15957 \end_layout
15958
15959 \begin_layout Section
15960 Vertical Table Alignment
15961 \begin_inset Index idx
15962 status collapsed
15963
15964 \begin_layout Plain Layout
15965 Table ! Alignment
15966 \end_layout
15967
15968 \end_inset
15969
15970
15971 \end_layout
15972
15973 \begin_layout Standard
15974 To align tables vertically in a text line, the table must be inside a box.
15975  The box can then be vertically aligned as described in section
15976 \begin_inset space ~
15977 \end_inset
15978
15979
15980 \begin_inset CommandInset ref
15981 LatexCommand ref
15982 reference "sec:Box-Dialog"
15983
15984 \end_inset
15985
15986 .
15987 \end_layout
15988
15989 \begin_layout Standard
15990 In the following example the tables are inside a minipage
15991 \begin_inset Foot
15992 status collapsed
15993
15994 \begin_layout Plain Layout
15995 Minipages are described in section
15996 \begin_inset space ~
15997 \end_inset
15998
15999
16000 \begin_inset CommandInset ref
16001 LatexCommand ref
16002 reference "sec:Minipages"
16003
16004 \end_inset
16005
16006 .
16007 \end_layout
16008
16009 \end_inset
16010
16011  box that has a width of 15
16012 \begin_inset space \thinspace{}
16013 \end_inset
16014
16015 col%:
16016 \end_layout
16017
16018 \begin_layout Itemize
16019 test 
16020 \begin_inset Box Frameless
16021 position "t"
16022 hor_pos "c"
16023 has_inner_box 1
16024 inner_pos "c"
16025 use_parbox 0
16026 use_makebox 0
16027 width "15col%"
16028 special "none"
16029 height "1in"
16030 height_special "totalheight"
16031 thickness "0.4pt"
16032 separation "3pt"
16033 shadowsize "4pt"
16034 framecolor "black"
16035 backgroundcolor "none"
16036 status collapsed
16037
16038 \begin_layout Plain Layout
16039 \begin_inset Tabular
16040 <lyxtabular version="3" rows="3" columns="3">
16041 <features tabularvalignment="middle">
16042 <column alignment="center" valignment="top">
16043 <column alignment="center" valignment="top">
16044 <column alignment="center" valignment="top">
16045 <row>
16046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16047 \begin_inset Text
16048
16049 \begin_layout Plain Layout
16050 a
16051 \end_layout
16052
16053 \end_inset
16054 </cell>
16055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16056 \begin_inset Text
16057
16058 \begin_layout Plain Layout
16059 d
16060 \end_layout
16061
16062 \end_inset
16063 </cell>
16064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16065 \begin_inset Text
16066
16067 \begin_layout Plain Layout
16068 g
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 </row>
16074 <row>
16075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16076 \begin_inset Text
16077
16078 \begin_layout Plain Layout
16079 b
16080 \end_layout
16081
16082 \end_inset
16083 </cell>
16084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16085 \begin_inset Text
16086
16087 \begin_layout Plain Layout
16088 e
16089 \end_layout
16090
16091 \end_inset
16092 </cell>
16093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16094 \begin_inset Text
16095
16096 \begin_layout Plain Layout
16097 h
16098 \end_layout
16099
16100 \end_inset
16101 </cell>
16102 </row>
16103 <row>
16104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16105 \begin_inset Text
16106
16107 \begin_layout Plain Layout
16108 c
16109 \end_layout
16110
16111 \end_inset
16112 </cell>
16113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16114 \begin_inset Text
16115
16116 \begin_layout Plain Layout
16117 f
16118 \end_layout
16119
16120 \end_inset
16121 </cell>
16122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16123 \begin_inset Text
16124
16125 \begin_layout Plain Layout
16126 i
16127 \end_layout
16128
16129 \end_inset
16130 </cell>
16131 </row>
16132 </lyxtabular>
16133
16134 \end_inset
16135
16136
16137 \end_layout
16138
16139 \end_inset
16140
16141  test 
16142 \begin_inset ERT
16143 status collapsed
16144
16145 \begin_layout Plain Layout
16146
16147
16148 \backslash
16149 raisebox{0.85
16150 \backslash
16151 baselineskip}{
16152 \end_layout
16153
16154 \end_inset
16155
16156
16157 \begin_inset Box Frameless
16158 position "t"
16159 hor_pos "c"
16160 has_inner_box 1
16161 inner_pos "c"
16162 use_parbox 0
16163 use_makebox 0
16164 width "15col%"
16165 special "none"
16166 height "1in"
16167 height_special "totalheight"
16168 thickness "0.4pt"
16169 separation "3pt"
16170 shadowsize "4pt"
16171 framecolor "black"
16172 backgroundcolor "none"
16173 status collapsed
16174
16175 \begin_layout Plain Layout
16176 \begin_inset Tabular
16177 <lyxtabular version="3" rows="3" columns="3">
16178 <features tabularvalignment="middle">
16179 <column alignment="center" valignment="top">
16180 <column alignment="center" valignment="top">
16181 <column alignment="center" valignment="top">
16182 <row>
16183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16184 \begin_inset Text
16185
16186 \begin_layout Plain Layout
16187 a
16188 \end_layout
16189
16190 \end_inset
16191 </cell>
16192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16193 \begin_inset Text
16194
16195 \begin_layout Plain Layout
16196 d
16197 \end_layout
16198
16199 \end_inset
16200 </cell>
16201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16202 \begin_inset Text
16203
16204 \begin_layout Plain Layout
16205 g
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 </row>
16211 <row>
16212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16213 \begin_inset Text
16214
16215 \begin_layout Plain Layout
16216 b
16217 \end_layout
16218
16219 \end_inset
16220 </cell>
16221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16222 \begin_inset Text
16223
16224 \begin_layout Plain Layout
16225 e
16226 \end_layout
16227
16228 \end_inset
16229 </cell>
16230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16231 \begin_inset Text
16232
16233 \begin_layout Plain Layout
16234 h
16235 \end_layout
16236
16237 \end_inset
16238 </cell>
16239 </row>
16240 <row>
16241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16242 \begin_inset Text
16243
16244 \begin_layout Plain Layout
16245 c
16246 \end_layout
16247
16248 \end_inset
16249 </cell>
16250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16251 \begin_inset Text
16252
16253 \begin_layout Plain Layout
16254 f
16255 \end_layout
16256
16257 \end_inset
16258 </cell>
16259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16260 \begin_inset Text
16261
16262 \begin_layout Plain Layout
16263 i
16264 \end_layout
16265
16266 \end_inset
16267 </cell>
16268 </row>
16269 </lyxtabular>
16270
16271 \end_inset
16272
16273
16274 \end_layout
16275
16276 \end_inset
16277
16278
16279 \begin_inset ERT
16280 status collapsed
16281
16282 \begin_layout Plain Layout
16283
16284 }
16285 \end_layout
16286
16287 \end_inset
16288
16289
16290 \end_layout
16291
16292 \begin_layout Itemize
16293 test 
16294 \begin_inset Box Frameless
16295 position "c"
16296 hor_pos "c"
16297 has_inner_box 1
16298 inner_pos "c"
16299 use_parbox 0
16300 use_makebox 0
16301 width "15col%"
16302 special "none"
16303 height "1in"
16304 height_special "totalheight"
16305 thickness "0.4pt"
16306 separation "3pt"
16307 shadowsize "4pt"
16308 framecolor "black"
16309 backgroundcolor "none"
16310 status collapsed
16311
16312 \begin_layout Plain Layout
16313 \begin_inset Tabular
16314 <lyxtabular version="3" rows="3" columns="3">
16315 <features tabularvalignment="middle">
16316 <column alignment="center" valignment="top">
16317 <column alignment="center" valignment="top">
16318 <column alignment="center" valignment="top">
16319 <row>
16320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16321 \begin_inset Text
16322
16323 \begin_layout Plain Layout
16324 a
16325 \end_layout
16326
16327 \end_inset
16328 </cell>
16329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16330 \begin_inset Text
16331
16332 \begin_layout Plain Layout
16333 d
16334 \end_layout
16335
16336 \end_inset
16337 </cell>
16338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16339 \begin_inset Text
16340
16341 \begin_layout Plain Layout
16342 g
16343 \end_layout
16344
16345 \end_inset
16346 </cell>
16347 </row>
16348 <row>
16349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16350 \begin_inset Text
16351
16352 \begin_layout Plain Layout
16353 b
16354 \end_layout
16355
16356 \end_inset
16357 </cell>
16358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Plain Layout
16362 e
16363 \end_layout
16364
16365 \end_inset
16366 </cell>
16367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16368 \begin_inset Text
16369
16370 \begin_layout Plain Layout
16371 h
16372 \end_layout
16373
16374 \end_inset
16375 </cell>
16376 </row>
16377 <row>
16378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16379 \begin_inset Text
16380
16381 \begin_layout Plain Layout
16382 c
16383 \end_layout
16384
16385 \end_inset
16386 </cell>
16387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16388 \begin_inset Text
16389
16390 \begin_layout Plain Layout
16391 f
16392 \end_layout
16393
16394 \end_inset
16395 </cell>
16396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16397 \begin_inset Text
16398
16399 \begin_layout Plain Layout
16400 i
16401 \end_layout
16402
16403 \end_inset
16404 </cell>
16405 </row>
16406 </lyxtabular>
16407
16408 \end_inset
16409
16410
16411 \end_layout
16412
16413 \end_inset
16414
16415
16416 \end_layout
16417
16418 \begin_layout Itemize
16419 test 
16420 \begin_inset Box Frameless
16421 position "b"
16422 hor_pos "c"
16423 has_inner_box 1
16424 inner_pos "c"
16425 use_parbox 0
16426 use_makebox 0
16427 width "15col%"
16428 special "none"
16429 height "1in"
16430 height_special "totalheight"
16431 thickness "0.4pt"
16432 separation "3pt"
16433 shadowsize "4pt"
16434 framecolor "black"
16435 backgroundcolor "none"
16436 status collapsed
16437
16438 \begin_layout Plain Layout
16439 \begin_inset Tabular
16440 <lyxtabular version="3" rows="3" columns="3">
16441 <features tabularvalignment="middle">
16442 <column alignment="center" valignment="top">
16443 <column alignment="center" valignment="top">
16444 <column alignment="center" valignment="top">
16445 <row>
16446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16447 \begin_inset Text
16448
16449 \begin_layout Plain Layout
16450 a
16451 \end_layout
16452
16453 \end_inset
16454 </cell>
16455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Plain Layout
16459 d
16460 \end_layout
16461
16462 \end_inset
16463 </cell>
16464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16465 \begin_inset Text
16466
16467 \begin_layout Plain Layout
16468 g
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 </row>
16474 <row>
16475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16476 \begin_inset Text
16477
16478 \begin_layout Plain Layout
16479 b
16480 \end_layout
16481
16482 \end_inset
16483 </cell>
16484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16485 \begin_inset Text
16486
16487 \begin_layout Plain Layout
16488 e
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16494 \begin_inset Text
16495
16496 \begin_layout Plain Layout
16497 h
16498 \end_layout
16499
16500 \end_inset
16501 </cell>
16502 </row>
16503 <row>
16504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16505 \begin_inset Text
16506
16507 \begin_layout Plain Layout
16508 c
16509 \end_layout
16510
16511 \end_inset
16512 </cell>
16513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16514 \begin_inset Text
16515
16516 \begin_layout Plain Layout
16517 f
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16523 \begin_inset Text
16524
16525 \begin_layout Plain Layout
16526 i
16527 \end_layout
16528
16529 \end_inset
16530 </cell>
16531 </row>
16532 </lyxtabular>
16533
16534 \end_inset
16535
16536
16537 \end_layout
16538
16539 \end_inset
16540
16541  test 
16542 \begin_inset ERT
16543 status collapsed
16544
16545 \begin_layout Plain Layout
16546
16547
16548 \backslash
16549 raisebox{-0.32
16550 \backslash
16551 baselineskip}{
16552 \end_layout
16553
16554 \end_inset
16555
16556
16557 \begin_inset Box Frameless
16558 position "b"
16559 hor_pos "c"
16560 has_inner_box 1
16561 inner_pos "c"
16562 use_parbox 0
16563 use_makebox 0
16564 width "15col%"
16565 special "none"
16566 height "1in"
16567 height_special "totalheight"
16568 thickness "0.4pt"
16569 separation "3pt"
16570 shadowsize "4pt"
16571 framecolor "black"
16572 backgroundcolor "none"
16573 status collapsed
16574
16575 \begin_layout Plain Layout
16576 \begin_inset Tabular
16577 <lyxtabular version="3" rows="3" columns="3">
16578 <features tabularvalignment="middle">
16579 <column alignment="center" valignment="top">
16580 <column alignment="center" valignment="top">
16581 <column alignment="center" valignment="top">
16582 <row>
16583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16584 \begin_inset Text
16585
16586 \begin_layout Plain Layout
16587 a
16588 \end_layout
16589
16590 \end_inset
16591 </cell>
16592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16593 \begin_inset Text
16594
16595 \begin_layout Plain Layout
16596 d
16597 \end_layout
16598
16599 \end_inset
16600 </cell>
16601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Plain Layout
16605 g
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 </row>
16611 <row>
16612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16613 \begin_inset Text
16614
16615 \begin_layout Plain Layout
16616 b
16617 \end_layout
16618
16619 \end_inset
16620 </cell>
16621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16622 \begin_inset Text
16623
16624 \begin_layout Plain Layout
16625 e
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634 h
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 </row>
16640 <row>
16641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 c
16646 \end_layout
16647
16648 \end_inset
16649 </cell>
16650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16651 \begin_inset Text
16652
16653 \begin_layout Plain Layout
16654 f
16655 \end_layout
16656
16657 \end_inset
16658 </cell>
16659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16660 \begin_inset Text
16661
16662 \begin_layout Plain Layout
16663 i
16664 \end_layout
16665
16666 \end_inset
16667 </cell>
16668 </row>
16669 </lyxtabular>
16670
16671 \end_inset
16672
16673
16674 \end_layout
16675
16676 \end_inset
16677
16678
16679 \begin_inset ERT
16680 status collapsed
16681
16682 \begin_layout Plain Layout
16683
16684 }
16685 \end_layout
16686
16687 \end_inset
16688
16689
16690 \end_layout
16691
16692 \begin_layout Standard
16693 As you will see, the content of the first and last table row is not correctly
16694  aligned.
16695  To get this alignment, the minipage box must be set into a raisebox.
16696 \begin_inset Foot
16697 status collapsed
16698
16699 \begin_layout Plain Layout
16700 Raiseboxes are described in section
16701 \begin_inset space ~
16702 \end_inset
16703
16704
16705 \begin_inset CommandInset ref
16706 LatexCommand ref
16707 reference "subsec:Vertical-Alignment"
16708
16709 \end_inset
16710
16711 .
16712 \end_layout
16713
16714 \end_inset
16715
16716  In the example above the second table in the first item is aligned using
16717  the \SpecialChar TeX
16718  Code command
16719 \end_layout
16720
16721 \begin_layout Standard
16722
16723 \series bold
16724
16725 \backslash
16726 raisebox{0.85
16727 \backslash
16728 baselineskip}{
16729 \end_layout
16730
16731 \begin_layout Standard
16732 before the box.
16733  After the box the closing brace 
16734 \series bold
16735 }
16736 \series default
16737  is inserted as \SpecialChar TeX
16738  Code.
16739  For the second table in the last item the command
16740 \end_layout
16741
16742 \begin_layout Standard
16743
16744 \series bold
16745
16746 \backslash
16747 raisebox{-0.32
16748 \backslash
16749 baselineskip}{
16750 \end_layout
16751
16752 \begin_layout Standard
16753 is used.
16754 \end_layout
16755
16756 \begin_layout Standard
16757 \begin_inset Note Greyedout
16758 status open
16759
16760 \begin_layout Plain Layout
16761
16762 \series bold
16763 Note:
16764 \series default
16765  The alignment of the table row content to the surrounding text line is
16766  not exact.
16767  The required value for the 
16768 \series bold
16769
16770 \backslash
16771 raisebox
16772 \series default
16773  command for this alignment depends on the document font, the font size,
16774  and the table line thickness.
16775 \end_layout
16776
16777 \end_inset
16778
16779
16780 \end_layout
16781
16782 \begin_layout Section
16783 Colored Tables
16784 \begin_inset CommandInset label
16785 LatexCommand label
16786 name "sec:Colored-Tables"
16787
16788 \end_inset
16789
16790
16791 \begin_inset Index idx
16792 status collapsed
16793
16794 \begin_layout Plain Layout
16795 Table ! Color
16796 \end_layout
16797
16798 \end_inset
16799
16800
16801 \end_layout
16802
16803 \begin_layout Subsection
16804 Colored Cells
16805 \begin_inset Index idx
16806 status collapsed
16807
16808 \begin_layout Plain Layout
16809 Table Color ! for Cells
16810 \end_layout
16811
16812 \end_inset
16813
16814
16815 \begin_inset Index idx
16816 status collapsed
16817
16818 \begin_layout Plain Layout
16819 Color ! for Table Cells
16820 \end_layout
16821
16822 \end_inset
16823
16824
16825 \end_layout
16826
16827 \begin_layout Standard
16828 \begin_inset Float table
16829 placement h
16830 wide false
16831 sideways false
16832 status open
16833
16834 \begin_layout Plain Layout
16835 \begin_inset Caption Standard
16836
16837 \begin_layout Plain Layout
16838 \begin_inset CommandInset label
16839 LatexCommand label
16840 name "tab:Table-colored-without"
16841
16842 \end_inset
16843
16844 Table colored without using the package 
16845 \series bold
16846 colortbl
16847 \series default
16848
16849 \begin_inset Argument 1
16850 status collapsed
16851
16852 \begin_layout Plain Layout
16853 Table without colortbl
16854 \end_layout
16855
16856 \end_inset
16857
16858
16859 \end_layout
16860
16861 \end_inset
16862
16863
16864 \end_layout
16865
16866 \begin_layout Plain Layout
16867 \align center
16868 \begin_inset Tabular
16869 <lyxtabular version="3" rows="3" columns="3">
16870 <features tabularvalignment="middle">
16871 <column alignment="center" valignment="top">
16872 <column alignment="center" valignment="top">
16873 <column alignment="center" valignment="top">
16874 <row>
16875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879
16880 \color green
16881 a
16882 \end_layout
16883
16884 \end_inset
16885 </cell>
16886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890
16891 \color red
16892 b
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Plain Layout
16901
16902 \color red
16903 c
16904 \end_layout
16905
16906 \end_inset
16907 </cell>
16908 </row>
16909 <row>
16910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914
16915 \color green
16916 d
16917 \end_layout
16918
16919 \end_inset
16920 </cell>
16921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925
16926 \color blue
16927 e
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936
16937 \color blue
16938 f
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 </row>
16944 <row>
16945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16946 \begin_inset Text
16947
16948 \begin_layout Plain Layout
16949
16950 \color green
16951 g
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Plain Layout
16960
16961 \color blue
16962 h
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971
16972 \color blue
16973 i
16974 \end_layout
16975
16976 \end_inset
16977 </cell>
16978 </row>
16979 </lyxtabular>
16980
16981 \end_inset
16982
16983
16984 \end_layout
16985
16986 \end_inset
16987
16988
16989 \end_layout
16990
16991 \begin_layout Standard
16992 If you only need colored text, mark the cells and choose a color in the
16993  
16994 \family sans
16995 Text
16996 \begin_inset space ~
16997 \end_inset
16998
16999 Style
17000 \family default
17001  dialog (toolbar button 
17002 \begin_inset Info
17003 type  "icon"
17004 arg   "dialog-show character"
17005 \end_inset
17006
17007 ).
17008  This was used to create Table
17009 \begin_inset space ~
17010 \end_inset
17011
17012
17013 \begin_inset CommandInset ref
17014 LatexCommand ref
17015 reference "tab:Table-colored-without"
17016
17017 \end_inset
17018
17019 .
17020  In any other case you have to use the \SpecialChar LaTeX
17021 -package 
17022 \series bold
17023 colortbl
17024 \series default
17025 .
17026 \begin_inset Index idx
17027 status collapsed
17028
17029 \begin_layout Plain Layout
17030 \SpecialChar LaTeX
17031 -packages ! colortbl
17032 \end_layout
17033
17034 \end_inset
17035
17036
17037 \end_layout
17038
17039 \begin_layout Standard
17040 \begin_inset ERT
17041 status collapsed
17042
17043 \begin_layout Plain Layout
17044
17045
17046 \backslash
17047 ifcolortbl
17048 \end_layout
17049
17050 \end_inset
17051
17052
17053 \begin_inset Note Note
17054 status open
17055
17056 \begin_layout Plain Layout
17057 The following section part will only be displayed when the \SpecialChar LaTeX
17058 -package 
17059 \series bold
17060 colortbl
17061 \series default
17062  is installed.
17063 \end_layout
17064
17065 \end_inset
17066
17067
17068 \end_layout
17069
17070 \begin_layout Standard
17071 To create colored tables, 
17072 \series bold
17073 colortbl
17074 \series default
17075  must be loaded in the preamble with the line
17076 \end_layout
17077
17078 \begin_layout Standard
17079
17080 \series bold
17081
17082 \backslash
17083 usepackage{colortbl}
17084 \end_layout
17085
17086 \begin_layout Standard
17087 The color of a column is adjusted with the command
17088 \end_layout
17089
17090 \begin_layout Standard
17091
17092 \series bold
17093
17094 \backslash
17095 columncolor{name of color}
17096 \end_layout
17097
17098 \begin_layout Standard
17099 inside the command 
17100 \series bold
17101 >{ }
17102 \series default
17103 .
17104  More about the command 
17105 \series bold
17106 >{}
17107 \series default
17108  is contained in section
17109 \begin_inset space ~
17110 \end_inset
17111
17112
17113 \begin_inset CommandInset ref
17114 LatexCommand ref
17115 reference "subsec:Multicolumn-Calculations"
17116
17117 \end_inset
17118
17119 .
17120 \end_layout
17121
17122 \begin_layout Standard
17123 The following color names are predefined:
17124 \end_layout
17125
17126 \begin_layout Standard
17127
17128 \family sans
17129 red
17130 \family default
17131
17132 \family sans
17133 green
17134 \family default
17135
17136 \family sans
17137 yellow
17138 \family default
17139
17140 \family sans
17141 blue
17142 \family default
17143
17144 \family sans
17145 cyan
17146 \family default
17147
17148 \family sans
17149 magenta
17150 \family default
17151
17152 \family sans
17153 black
17154 \family default
17155  and 
17156 \family sans
17157 white
17158 \end_layout
17159
17160 \begin_layout Standard
17161 \begin_inset VSpace medskip
17162 \end_inset
17163
17164
17165 \end_layout
17166
17167 \begin_layout Standard
17168 If you add the option
17169 \end_layout
17170
17171 \begin_layout Standard
17172
17173 \series bold
17174 dvipsnames
17175 \end_layout
17176
17177 \begin_layout Standard
17178 to the document class options in the document settings, you can additionally
17179  use further 61
17180 \begin_inset space ~
17181 \end_inset
17182
17183 colors.
17184  These colors are listed in appendix
17185 \begin_inset space ~
17186 \end_inset
17187
17188
17189 \begin_inset CommandInset ref
17190 LatexCommand ref
17191 reference "chap:List-of-dvips-colornames"
17192
17193 \end_inset
17194
17195 .
17196  One of these colors, 
17197 \family sans
17198 Maroon
17199 \family default
17200 , is used as example in Table
17201 \begin_inset space ~
17202 \end_inset
17203
17204
17205 \begin_inset CommandInset ref
17206 LatexCommand ref
17207 reference "tab:Table-colored-using"
17208
17209 \end_inset
17210
17211 .
17212 \end_layout
17213
17214 \begin_layout Standard
17215 \begin_inset VSpace medskip
17216 \end_inset
17217
17218
17219 \end_layout
17220
17221 \begin_layout Standard
17222 You can also define your own color with the command
17223 \end_layout
17224
17225 \begin_layout Standard
17226
17227 \series bold
17228
17229 \backslash
17230 definecolor{color name}{color model}{color values}
17231 \end_layout
17232
17233 \begin_layout Standard
17234 The color model can be
17235 \end_layout
17236
17237 \begin_layout Labeling
17238 \labelwidthstring 00.00.0000
17239 cmyk: cyan, magenta, yellow, black
17240 \end_layout
17241
17242 \begin_layout Labeling
17243 \labelwidthstring 00.00.0000
17244 rgb: red, green blue
17245 \end_layout
17246
17247 \begin_layout Labeling
17248 \labelwidthstring 00.00.0000
17249 gray gray
17250 \end_layout
17251
17252 \begin_layout Standard
17253 and the color values are comma separated numbers between 0 and 1 describing
17254  the factor for the corresponding color of the color model.
17255 \end_layout
17256
17257 \begin_layout Standard
17258 You can e.
17259 \begin_inset space \thinspace{}
17260 \end_inset
17261
17262 g.
17263 \begin_inset space \space{}
17264 \end_inset
17265
17266 define the color "
17267 \emph on
17268 darkgreen
17269 \emph default
17270 " in the preamble with
17271 \end_layout
17272
17273 \begin_layout Standard
17274
17275 \series bold
17276
17277 \backslash
17278 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17279 \end_layout
17280
17281 \begin_layout Standard
17282 and the color "
17283 \emph on
17284 lightgray
17285 \emph default
17286 " with
17287 \end_layout
17288
17289 \begin_layout Standard
17290
17291 \series bold
17292
17293 \backslash
17294 definecolor{lightgray}{gray}{0.8}
17295 \end_layout
17296
17297 \begin_layout Standard
17298 \begin_inset VSpace medskip
17299 \end_inset
17300
17301
17302 \end_layout
17303
17304 \begin_layout Standard
17305 Lines are colored with the command
17306 \end_layout
17307
17308 \begin_layout Standard
17309
17310 \series bold
17311
17312 \backslash
17313 rowcolor{name of color}
17314 \end_layout
17315
17316 \begin_layout Standard
17317 and cells are colored with the command
17318 \end_layout
17319
17320 \begin_layout Standard
17321
17322 \series bold
17323
17324 \backslash
17325 cellcolor{name of color}
17326 \end_layout
17327
17328 \begin_layout Standard
17329 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
17330  Code.
17331 \end_layout
17332
17333 \begin_layout Standard
17334 To color characters in the table, mark the cells and use the 
17335 \family sans
17336 Text
17337 \begin_inset space ~
17338 \end_inset
17339
17340 Style
17341 \family default
17342  dialog.
17343  If a cell contains \SpecialChar TeX
17344  Code mark only the characters, otherwise the colored
17345  \SpecialChar TeX
17346  Code will cause \SpecialChar LaTeX
17347  errors.
17348 \end_layout
17349
17350 \begin_layout Standard
17351 \begin_inset Note Greyedout
17352 status open
17353
17354 \begin_layout Plain Layout
17355
17356 \series bold
17357 Note:
17358 \series default
17359  Not all DVI-viewers are able to display self-defined colors.
17360 \end_layout
17361
17362 \end_inset
17363
17364
17365 \end_layout
17366
17367 \begin_layout Standard
17368 \begin_inset VSpace bigskip
17369 \end_inset
17370
17371
17372 \end_layout
17373
17374 \begin_layout Standard
17375 To create Table
17376 \begin_inset space ~
17377 \end_inset
17378
17379
17380 \begin_inset CommandInset ref
17381 LatexCommand ref
17382 reference "tab:Table-colored-using"
17383
17384 \end_inset
17385
17386  do the following: The color of the first column should be 
17387 \emph on
17388 darkgreen
17389 \emph default
17390 .
17391  So insert
17392 \end_layout
17393
17394 \begin_layout Standard
17395
17396 \series bold
17397 >{
17398 \backslash
17399 columncolor{darkgreen}
17400 \backslash
17401 centering}c
17402 \end_layout
17403
17404 \begin_layout Standard
17405 as \SpecialChar LaTeX
17406 -argument for this column.
17407  The first row should be light blue, therefore the \SpecialChar TeX
17408  Code command
17409 \end_layout
17410
17411 \begin_layout Standard
17412
17413 \series bold
17414
17415 \backslash
17416 rowcolor{cyan}
17417 \end_layout
17418
17419 \begin_layout Standard
17420 is inserted to the first cell of this row.
17421  Note that this overwrites the column color for the first cell.
17422  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
17423  Code
17424  command
17425 \end_layout
17426
17427 \begin_layout Standard
17428
17429 \series bold
17430
17431 \backslash
17432 cellcolor{Maroon}
17433 \end_layout
17434
17435 \begin_layout Standard
17436 The characters could now be colored using the menu 
17437 \family sans
17438 Edit\SpecialChar menuseparator
17439 Text
17440 \begin_inset space ~
17441 \end_inset
17442
17443 Style
17444 \family default
17445 .
17446 \end_layout
17447
17448 \begin_layout Standard
17449 \begin_inset Float table
17450 placement h
17451 wide false
17452 sideways false
17453 status open
17454
17455 \begin_layout Plain Layout
17456 \begin_inset Caption Standard
17457
17458 \begin_layout Plain Layout
17459 \begin_inset CommandInset label
17460 LatexCommand label
17461 name "tab:Table-colored-using"
17462
17463 \end_inset
17464
17465 Table colored using the package 
17466 \series bold
17467 colortbl
17468 \series default
17469
17470 \begin_inset Argument 1
17471 status collapsed
17472
17473 \begin_layout Plain Layout
17474 Table with colortbl
17475 \end_layout
17476
17477 \end_inset
17478
17479
17480 \end_layout
17481
17482 \end_inset
17483
17484
17485 \end_layout
17486
17487 \begin_layout Plain Layout
17488 \align center
17489 \begin_inset Tabular
17490 <lyxtabular version="3" rows="3" columns="3">
17491 <features tabularvalignment="middle">
17492 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17493 <column alignment="center" valignment="top">
17494 <column alignment="center" valignment="top">
17495 <row>
17496 <cell alignment="center" valignment="top" usebox="none">
17497 \begin_inset Text
17498
17499 \begin_layout Plain Layout
17500 \begin_inset ERT
17501 status collapsed
17502
17503 \begin_layout Plain Layout
17504
17505
17506 \backslash
17507 rowcolor{cyan}
17508 \end_layout
17509
17510 \end_inset
17511
17512
17513 \color magenta
17514 a
17515 \end_layout
17516
17517 \end_inset
17518 </cell>
17519 <cell alignment="center" valignment="top" usebox="none">
17520 \begin_inset Text
17521
17522 \begin_layout Plain Layout
17523
17524 \color red
17525 b
17526 \end_layout
17527
17528 \end_inset
17529 </cell>
17530 <cell alignment="center" valignment="top" usebox="none">
17531 \begin_inset Text
17532
17533 \begin_layout Plain Layout
17534
17535 \color red
17536 c
17537 \end_layout
17538
17539 \end_inset
17540 </cell>
17541 </row>
17542 <row>
17543 <cell alignment="center" valignment="top" usebox="none">
17544 \begin_inset Text
17545
17546 \begin_layout Plain Layout
17547
17548 \color yellow
17549 d
17550 \end_layout
17551
17552 \end_inset
17553 </cell>
17554 <cell alignment="center" valignment="top" usebox="none">
17555 \begin_inset Text
17556
17557 \begin_layout Plain Layout
17558
17559 \color blue
17560 e
17561 \end_layout
17562
17563 \end_inset
17564 </cell>
17565 <cell alignment="center" valignment="top" usebox="none">
17566 \begin_inset Text
17567
17568 \begin_layout Plain Layout
17569
17570 \color blue
17571 f
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 </row>
17577 <row>
17578 <cell alignment="center" valignment="top" usebox="none">
17579 \begin_inset Text
17580
17581 \begin_layout Plain Layout
17582
17583 \color yellow
17584 g
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 blue
17595 h
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 \begin_inset ERT
17605 status collapsed
17606
17607 \begin_layout Plain Layout
17608
17609
17610 \backslash
17611 cellcolor{Maroon}
17612 \end_layout
17613
17614 \end_inset
17615
17616
17617 \color green
17618 i
17619 \end_layout
17620
17621 \end_inset
17622 </cell>
17623 </row>
17624 </lyxtabular>
17625
17626 \end_inset
17627
17628
17629 \end_layout
17630
17631 \end_inset
17632
17633
17634 \end_layout
17635
17636 \begin_layout Standard
17637 \begin_inset ERT
17638 status collapsed
17639
17640 \begin_layout Plain Layout
17641
17642
17643 \backslash
17644 else
17645 \end_layout
17646
17647 \end_inset
17648
17649
17650 \begin_inset Note Note
17651 status open
17652
17653 \begin_layout Plain Layout
17654 The following will be displayed when the \SpecialChar LaTeX
17655 -package 
17656 \series bold
17657 colortbl
17658 \series default
17659  is not installed:
17660 \end_layout
17661
17662 \end_inset
17663
17664
17665 \end_layout
17666
17667 \begin_layout Standard
17668 You need to install the package 
17669 \series bold
17670 colortbl
17671 \series default
17672  to see the content of this section in the output.
17673 \end_layout
17674
17675 \begin_layout Standard
17676 \begin_inset ERT
17677 status collapsed
17678
17679 \begin_layout Plain Layout
17680
17681
17682 \backslash
17683 fi
17684 \end_layout
17685
17686 \end_inset
17687
17688
17689 \end_layout
17690
17691 \begin_layout Subsection
17692 Colored Rows
17693 \begin_inset Index idx
17694 status collapsed
17695
17696 \begin_layout Plain Layout
17697 Table Color ! for Rows
17698 \end_layout
17699
17700 \end_inset
17701
17702
17703 \begin_inset Index idx
17704 status collapsed
17705
17706 \begin_layout Plain Layout
17707 Color ! for Table Rows
17708 \end_layout
17709
17710 \end_inset
17711
17712
17713 \end_layout
17714
17715 \begin_layout Standard
17716 In case every second table row needs to be colored there is an alternative
17717  to the method described in the previous section: One loads the package
17718  
17719 \series bold
17720 xcolor
17721 \series default
17722
17723 \begin_inset Index idx
17724 status collapsed
17725
17726 \begin_layout Plain Layout
17727 \SpecialChar LaTeX
17728 -packages ! xcolor
17729 \begin_inset ERT
17730 status collapsed
17731
17732 \begin_layout Plain Layout
17733
17734
17735 \backslash
17736 vspace{4mm}
17737 \end_layout
17738
17739 \end_inset
17740
17741
17742 \end_layout
17743
17744 \end_inset
17745
17746  in the document preamble with the command
17747 \end_layout
17748
17749 \begin_layout Standard
17750
17751 \series bold
17752
17753 \backslash
17754 usepackage[table]{xcolor}
17755 \end_layout
17756
17757 \begin_layout Standard
17758
17759 \series bold
17760 xcolor
17761 \series default
17762  automatically loads also the package 
17763 \series bold
17764 colortbl
17765 \series default
17766
17767 \begin_inset Index idx
17768 status collapsed
17769
17770 \begin_layout Plain Layout
17771 \SpecialChar LaTeX
17772 -packages ! colortbl
17773 \end_layout
17774
17775 \end_inset
17776
17777 , so 
17778 \series bold
17779 colortbl
17780 \series default
17781  must be installed in your \SpecialChar LaTeX
17782 -distribution, otherwise you get \SpecialChar LaTeX
17783 -errors.
17784 \end_layout
17785
17786 \begin_layout Standard
17787 \begin_inset ERT
17788 status collapsed
17789
17790 \begin_layout Plain Layout
17791
17792
17793 \backslash
17794 ifcolortbl
17795 \end_layout
17796
17797 \end_inset
17798
17799
17800 \begin_inset Note Note
17801 status open
17802
17803 \begin_layout Plain Layout
17804 The following section part will only be displayed when the \SpecialChar LaTeX
17805 -package 
17806 \series bold
17807 colortbl
17808 \series default
17809  is installed.
17810 \end_layout
17811
17812 \end_inset
17813
17814
17815 \end_layout
17816
17817 \begin_layout Standard
17818 The table rows are colored with the command
17819 \end_layout
17820
17821 \begin_layout Standard
17822
17823 \series bold
17824
17825 \backslash
17826 rowcolors[commands]{row number}{odd row color}{even row color}
17827 \end_layout
17828
17829 \begin_layout Standard
17830 that is either inserted in the document preamble or as \SpecialChar TeX
17831  Code before the
17832  first table to be colored.
17833  row
17834 \begin_inset space ~
17835 \end_inset
17836
17837 number is the number of the first row which should be colored according
17838  to the odd row color.
17839  commands can be additional commands that are executed before every table
17840  row.
17841  So for example the command
17842 \end_layout
17843
17844 \begin_layout Standard
17845
17846 \series bold
17847
17848 \backslash
17849 rowcolors{1}{white}{lightgray}
17850 \end_layout
17851
17852 \begin_layout Standard
17853 leads to the coloring scheme of Table
17854 \begin_inset space ~
17855 \end_inset
17856
17857
17858 \begin_inset CommandInset ref
17859 LatexCommand ref
17860 reference "tab:Table-rowcolors"
17861
17862 \end_inset
17863
17864 .
17865  The command
17866 \end_layout
17867
17868 \begin_layout Standard
17869
17870 \series bold
17871
17872 \backslash
17873 rowcolors[
17874 \backslash
17875 hline]{1}{lightgray}{cyan}
17876 \end_layout
17877
17878 \begin_layout Standard
17879 leads to the coloring scheme of Table
17880 \begin_inset space ~
17881 \end_inset
17882
17883
17884 \begin_inset CommandInset ref
17885 LatexCommand ref
17886 reference "tab:Table-rowcolors-2"
17887
17888 \end_inset
17889
17890 .
17891  If odd
17892 \begin_inset space ~
17893 \end_inset
17894
17895 row
17896 \begin_inset space ~
17897 \end_inset
17898
17899 color and/or even
17900 \begin_inset space ~
17901 \end_inset
17902
17903 row
17904 \begin_inset space ~
17905 \end_inset
17906
17907 color are left empty, no color will be used so that the command
17908 \end_layout
17909
17910 \begin_layout Standard
17911
17912 \series bold
17913
17914 \backslash
17915 rowcolors{1}{}{}
17916 \end_layout
17917
17918 \begin_layout Standard
17919 deletes all colors.
17920  
17921 \series bold
17922
17923 \backslash
17924 rowcolors
17925 \series default
17926  affects all tables following that command.
17927 \end_layout
17928
17929 \begin_layout Standard
17930 \begin_inset ERT
17931 status open
17932
17933 \begin_layout Plain Layout
17934
17935
17936 \backslash
17937 rowcolors{1}{white}{lightgray}
17938 \end_layout
17939
17940 \end_inset
17941
17942
17943 \end_layout
17944
17945 \begin_layout Standard
17946 \begin_inset Float table
17947 placement h
17948 wide false
17949 sideways false
17950 status open
17951
17952 \begin_layout Plain Layout
17953 \begin_inset Caption Standard
17954
17955 \begin_layout Plain Layout
17956 \begin_inset CommandInset label
17957 LatexCommand label
17958 name "tab:Table-rowcolors"
17959
17960 \end_inset
17961
17962 Table where every second row is colored light gray.
17963 \end_layout
17964
17965 \end_inset
17966
17967
17968 \end_layout
17969
17970 \begin_layout Plain Layout
17971 \align center
17972 \begin_inset Tabular
17973 <lyxtabular version="3" rows="4" columns="3">
17974 <features tabularvalignment="middle">
17975 <column alignment="center" valignment="top">
17976 <column alignment="center" valignment="top" width="0pt">
17977 <column alignment="center" valignment="top" width="0pt">
17978 <row>
17979 <cell alignment="center" valignment="top" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983 X
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 <cell alignment="center" valignment="top" usebox="none">
17989 \begin_inset Text
17990
17991 \begin_layout Plain Layout
17992 Y
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 <cell alignment="center" valignment="top" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Plain Layout
18001 Z
18002 \end_layout
18003
18004 \end_inset
18005 </cell>
18006 </row>
18007 <row>
18008 <cell alignment="center" valignment="top" usebox="none">
18009 \begin_inset Text
18010
18011 \begin_layout Plain Layout
18012 1
18013 \end_layout
18014
18015 \end_inset
18016 </cell>
18017 <cell alignment="center" valignment="top" usebox="none">
18018 \begin_inset Text
18019
18020 \begin_layout Plain Layout
18021 2
18022 \end_layout
18023
18024 \end_inset
18025 </cell>
18026 <cell alignment="center" valignment="top" usebox="none">
18027 \begin_inset Text
18028
18029 \begin_layout Plain Layout
18030 3
18031 \end_layout
18032
18033 \end_inset
18034 </cell>
18035 </row>
18036 <row>
18037 <cell alignment="center" valignment="top" usebox="none">
18038 \begin_inset Text
18039
18040 \begin_layout Plain Layout
18041 4
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 <cell alignment="center" valignment="top" usebox="none">
18047 \begin_inset Text
18048
18049 \begin_layout Plain Layout
18050 5
18051 \end_layout
18052
18053 \end_inset
18054 </cell>
18055 <cell alignment="center" valignment="top" usebox="none">
18056 \begin_inset Text
18057
18058 \begin_layout Plain Layout
18059 6
18060 \end_layout
18061
18062 \end_inset
18063 </cell>
18064 </row>
18065 <row>
18066 <cell alignment="center" valignment="top" usebox="none">
18067 \begin_inset Text
18068
18069 \begin_layout Plain Layout
18070 7
18071 \end_layout
18072
18073 \end_inset
18074 </cell>
18075 <cell alignment="center" valignment="top" usebox="none">
18076 \begin_inset Text
18077
18078 \begin_layout Plain Layout
18079 8
18080 \end_layout
18081
18082 \end_inset
18083 </cell>
18084 <cell alignment="center" valignment="top" usebox="none">
18085 \begin_inset Text
18086
18087 \begin_layout Plain Layout
18088 9
18089 \end_layout
18090
18091 \end_inset
18092 </cell>
18093 </row>
18094 </lyxtabular>
18095
18096 \end_inset
18097
18098
18099 \end_layout
18100
18101 \end_inset
18102
18103
18104 \end_layout
18105
18106 \begin_layout Standard
18107 \begin_inset ERT
18108 status open
18109
18110 \begin_layout Plain Layout
18111
18112
18113 \backslash
18114 rowcolors[
18115 \backslash
18116 hline]{1}{lightgray}{cyan}
18117 \end_layout
18118
18119 \end_inset
18120
18121
18122 \end_layout
18123
18124 \begin_layout Standard
18125 \begin_inset Float table
18126 placement h
18127 wide false
18128 sideways false
18129 status open
18130
18131 \begin_layout Plain Layout
18132 \begin_inset Caption Standard
18133
18134 \begin_layout Plain Layout
18135 \begin_inset CommandInset label
18136 LatexCommand label
18137 name "tab:Table-rowcolors-2"
18138
18139 \end_inset
18140
18141 Table where every second row is colored cyan and at which there is a line
18142  between each row.
18143 \end_layout
18144
18145 \end_inset
18146
18147
18148 \end_layout
18149
18150 \begin_layout Plain Layout
18151 \align center
18152 \begin_inset Tabular
18153 <lyxtabular version="3" rows="4" columns="3">
18154 <features tabularvalignment="middle">
18155 <column alignment="center" valignment="top">
18156 <column alignment="center" valignment="top">
18157 <column alignment="center" valignment="top" width="0pt">
18158 <row>
18159 <cell alignment="center" valignment="top" usebox="none">
18160 \begin_inset Text
18161
18162 \begin_layout Plain Layout
18163 X
18164 \end_layout
18165
18166 \end_inset
18167 </cell>
18168 <cell alignment="center" valignment="top" usebox="none">
18169 \begin_inset Text
18170
18171 \begin_layout Plain Layout
18172 Y
18173 \end_layout
18174
18175 \end_inset
18176 </cell>
18177 <cell alignment="center" valignment="top" usebox="none">
18178 \begin_inset Text
18179
18180 \begin_layout Plain Layout
18181 Z
18182 \end_layout
18183
18184 \end_inset
18185 </cell>
18186 </row>
18187 <row>
18188 <cell alignment="center" valignment="top" usebox="none">
18189 \begin_inset Text
18190
18191 \begin_layout Plain Layout
18192 1
18193 \end_layout
18194
18195 \end_inset
18196 </cell>
18197 <cell alignment="center" valignment="top" usebox="none">
18198 \begin_inset Text
18199
18200 \begin_layout Plain Layout
18201 2
18202 \end_layout
18203
18204 \end_inset
18205 </cell>
18206 <cell alignment="center" valignment="top" usebox="none">
18207 \begin_inset Text
18208
18209 \begin_layout Plain Layout
18210 3
18211 \end_layout
18212
18213 \end_inset
18214 </cell>
18215 </row>
18216 <row>
18217 <cell alignment="center" valignment="top" usebox="none">
18218 \begin_inset Text
18219
18220 \begin_layout Plain Layout
18221 4
18222 \end_layout
18223
18224 \end_inset
18225 </cell>
18226 <cell alignment="center" valignment="top" usebox="none">
18227 \begin_inset Text
18228
18229 \begin_layout Plain Layout
18230 5
18231 \end_layout
18232
18233 \end_inset
18234 </cell>
18235 <cell alignment="center" valignment="top" usebox="none">
18236 \begin_inset Text
18237
18238 \begin_layout Plain Layout
18239 6
18240 \end_layout
18241
18242 \end_inset
18243 </cell>
18244 </row>
18245 <row>
18246 <cell alignment="center" valignment="top" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250 7
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 <cell alignment="center" valignment="top" usebox="none">
18256 \begin_inset Text
18257
18258 \begin_layout Plain Layout
18259 8
18260 \end_layout
18261
18262 \end_inset
18263 </cell>
18264 <cell alignment="center" valignment="top" usebox="none">
18265 \begin_inset Text
18266
18267 \begin_layout Plain Layout
18268 9
18269 \end_layout
18270
18271 \end_inset
18272 </cell>
18273 </row>
18274 </lyxtabular>
18275
18276 \end_inset
18277
18278
18279 \end_layout
18280
18281 \end_inset
18282
18283
18284 \end_layout
18285
18286 \begin_layout Standard
18287 \begin_inset ERT
18288 status collapsed
18289
18290 \begin_layout Plain Layout
18291
18292
18293 \backslash
18294 rowcolors{1}{}{}
18295 \end_layout
18296
18297 \end_inset
18298
18299
18300 \begin_inset Note Note
18301 status collapsed
18302
18303 \begin_layout Plain Layout
18304 turns off the row coloring
18305 \end_layout
18306
18307 \end_inset
18308
18309
18310 \end_layout
18311
18312 \begin_layout Standard
18313 \begin_inset ERT
18314 status collapsed
18315
18316 \begin_layout Plain Layout
18317
18318
18319 \backslash
18320 else
18321 \end_layout
18322
18323 \end_inset
18324
18325
18326 \begin_inset Note Note
18327 status open
18328
18329 \begin_layout Plain Layout
18330 The following will be displayed when the \SpecialChar LaTeX
18331 -package 
18332 \series bold
18333 colortbl
18334 \series default
18335  is not installed:
18336 \end_layout
18337
18338 \end_inset
18339
18340
18341 \end_layout
18342
18343 \begin_layout Standard
18344 You need to install the package 
18345 \series bold
18346 colortbl
18347 \series default
18348  to see the content of this section in the output.
18349 \end_layout
18350
18351 \begin_layout Standard
18352 \begin_inset ERT
18353 status collapsed
18354
18355 \begin_layout Plain Layout
18356
18357
18358 \backslash
18359 fi
18360 \end_layout
18361
18362 \end_inset
18363
18364
18365 \end_layout
18366
18367 \begin_layout Subsection
18368 Colored Lines
18369 \begin_inset Index idx
18370 status collapsed
18371
18372 \begin_layout Plain Layout
18373 Table Color ! for Lines
18374 \end_layout
18375
18376 \end_inset
18377
18378
18379 \begin_inset Index idx
18380 status collapsed
18381
18382 \begin_layout Plain Layout
18383 Color ! for Table Lines
18384 \end_layout
18385
18386 \end_inset
18387
18388
18389 \end_layout
18390
18391 \begin_layout Standard
18392 As described in section
18393 \begin_inset space ~
18394 \end_inset
18395
18396
18397 \begin_inset CommandInset ref
18398 LatexCommand ref
18399 reference "subsec:Line-Thickness"
18400
18401 \end_inset
18402
18403 , the line thickness for all lines in a table can be adjusted with the length
18404  
18405 \series bold
18406
18407 \backslash
18408 arrayrulewidth
18409 \series default
18410 .
18411  It is set to 1.5
18412 \begin_inset space \thinspace{}
18413 \end_inset
18414
18415 pt for all tables of this section.
18416 \begin_inset ERT
18417 status collapsed
18418
18419 \begin_layout Plain Layout
18420
18421
18422 \backslash
18423 setlength{
18424 \backslash
18425 arrayrulewidth}{1.5pt}
18426 \end_layout
18427
18428 \end_inset
18429
18430
18431 \end_layout
18432
18433 \begin_layout Standard
18434 To color vertical lines for example with green, create the following column
18435  format in the document preamble, according to the description in section
18436 \begin_inset space ~
18437 \end_inset
18438
18439
18440 \begin_inset CommandInset ref
18441 LatexCommand ref
18442 reference "subsec:Customized-Format"
18443
18444 \end_inset
18445
18446 :
18447 \end_layout
18448
18449 \begin_layout Standard
18450
18451 \series bold
18452
18453 \backslash
18454 newcolumntype{W}{!{
18455 \backslash
18456 color{green}
18457 \backslash
18458 vline}}
18459 \end_layout
18460
18461 \begin_layout Standard
18462 For Table
18463 \begin_inset space ~
18464 \end_inset
18465
18466
18467 \begin_inset CommandInset ref
18468 LatexCommand ref
18469 reference "tab:Table-with-vertical-colored"
18470
18471 \end_inset
18472
18473  the \SpecialChar LaTeX
18474 -argument
18475 \series bold
18476  WcW
18477 \series default
18478  was used for the last column and
18479 \series bold
18480  Wc
18481 \series default
18482  for the other columns.
18483 \end_layout
18484
18485 \begin_layout Standard
18486 If you want to have several colors, define more column formats.
18487 \end_layout
18488
18489 \begin_layout Standard
18490 \begin_inset Float table
18491 placement h
18492 wide false
18493 sideways false
18494 status open
18495
18496 \begin_layout Plain Layout
18497 \begin_inset Caption Standard
18498
18499 \begin_layout Plain Layout
18500 \begin_inset CommandInset label
18501 LatexCommand label
18502 name "tab:Table-with-vertical-colored"
18503
18504 \end_inset
18505
18506 Table with colored vertical lines
18507 \end_layout
18508
18509 \end_inset
18510
18511
18512 \end_layout
18513
18514 \begin_layout Plain Layout
18515 \align center
18516 \begin_inset Tabular
18517 <lyxtabular version="3" rows="3" columns="3">
18518 <features tabularvalignment="middle">
18519 <column alignment="center" valignment="top" special="Wc">
18520 <column alignment="center" valignment="top" special="Wc">
18521 <column alignment="center" valignment="top" special="WcW">
18522 <row>
18523 <cell alignment="center" valignment="top" topline="true" usebox="none">
18524 \begin_inset Text
18525
18526 \begin_layout Plain Layout
18527 sd
18528 \end_layout
18529
18530 \end_inset
18531 </cell>
18532 <cell alignment="center" valignment="top" topline="true" usebox="none">
18533 \begin_inset Text
18534
18535 \begin_layout Plain Layout
18536
18537 \end_layout
18538
18539 \end_inset
18540 </cell>
18541 <cell alignment="center" valignment="top" topline="true" usebox="none">
18542 \begin_inset Text
18543
18544 \begin_layout Plain Layout
18545
18546 \end_layout
18547
18548 \end_inset
18549 </cell>
18550 </row>
18551 <row>
18552 <cell alignment="center" valignment="top" topline="true" usebox="none">
18553 \begin_inset Text
18554
18555 \begin_layout Plain Layout
18556
18557 \end_layout
18558
18559 \end_inset
18560 </cell>
18561 <cell alignment="center" valignment="top" topline="true" usebox="none">
18562 \begin_inset Text
18563
18564 \begin_layout Plain Layout
18565 sd
18566 \end_layout
18567
18568 \end_inset
18569 </cell>
18570 <cell alignment="center" valignment="top" topline="true" usebox="none">
18571 \begin_inset Text
18572
18573 \begin_layout Plain Layout
18574
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 </row>
18580 <row>
18581 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18582 \begin_inset Text
18583
18584 \begin_layout Plain Layout
18585
18586 \end_layout
18587
18588 \end_inset
18589 </cell>
18590 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18591 \begin_inset Text
18592
18593 \begin_layout Plain Layout
18594
18595 \end_layout
18596
18597 \end_inset
18598 </cell>
18599 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18600 \begin_inset Text
18601
18602 \begin_layout Plain Layout
18603 sd
18604 \end_layout
18605
18606 \end_inset
18607 </cell>
18608 </row>
18609 </lyxtabular>
18610
18611 \end_inset
18612
18613
18614 \end_layout
18615
18616 \end_inset
18617
18618
18619 \end_layout
18620
18621 \begin_layout Standard
18622 \begin_inset VSpace bigskip
18623 \end_inset
18624
18625 To color horizontal lines for example with red, as in Table
18626 \begin_inset space ~
18627 \end_inset
18628
18629
18630 \begin_inset CommandInset ref
18631 LatexCommand ref
18632 reference "tab:Table-with-horizontal-colored"
18633
18634 \end_inset
18635
18636 , insert these commands in \SpecialChar TeX
18637  Code before the table or table float:
18638 \end_layout
18639
18640 \begin_layout Standard
18641
18642 \series bold
18643
18644 \backslash
18645 let
18646 \backslash
18647 myHlineC
18648 \backslash
18649 hline
18650 \begin_inset Newline newline
18651 \end_inset
18652
18653
18654 \backslash
18655 renewcommand{
18656 \backslash
18657 hline}
18658 \begin_inset Newline newline
18659 \end_inset
18660
18661
18662 \begin_inset Phantom HPhantom
18663 status open
18664
18665 \begin_layout Plain Layout
18666
18667 \series bold
18668 \begin_inset space ~
18669 \end_inset
18670
18671
18672 \end_layout
18673
18674 \end_inset
18675
18676 {
18677 \backslash
18678 arrayrulecolor{red}
18679 \backslash
18680 myHlineC
18681 \backslash
18682 arrayrulecolor{black}}
18683 \end_layout
18684
18685 \begin_layout Standard
18686 \begin_inset ERT
18687 status collapsed
18688
18689 \begin_layout Plain Layout
18690
18691
18692 \backslash
18693 let
18694 \backslash
18695 myHlineC
18696 \backslash
18697 hline
18698 \end_layout
18699
18700 \begin_layout Plain Layout
18701
18702
18703 \backslash
18704 renewcommand{
18705 \backslash
18706 hline}
18707 \end_layout
18708
18709 \begin_layout Plain Layout
18710
18711  {
18712 \backslash
18713 arrayrulecolor{red}
18714 \backslash
18715 myHlineC
18716 \backslash
18717 arrayrulecolor{black}}
18718 \end_layout
18719
18720 \end_inset
18721
18722
18723 \begin_inset Float table
18724 placement h
18725 wide false
18726 sideways false
18727 status open
18728
18729 \begin_layout Plain Layout
18730 \begin_inset Caption Standard
18731
18732 \begin_layout Plain Layout
18733 \begin_inset CommandInset label
18734 LatexCommand label
18735 name "tab:Table-with-horizontal-colored"
18736
18737 \end_inset
18738
18739 Table with colored horizontal lines
18740 \end_layout
18741
18742 \end_inset
18743
18744
18745 \end_layout
18746
18747 \begin_layout Plain Layout
18748 \align center
18749 \begin_inset Tabular
18750 <lyxtabular version="3" rows="3" columns="3">
18751 <features tabularvalignment="middle">
18752 <column alignment="center" valignment="top">
18753 <column alignment="center" valignment="top">
18754 <column alignment="center" valignment="top">
18755 <row>
18756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18757 \begin_inset Text
18758
18759 \begin_layout Plain Layout
18760 sd
18761 \end_layout
18762
18763 \end_inset
18764 </cell>
18765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18766 \begin_inset Text
18767
18768 \begin_layout Plain Layout
18769
18770 \end_layout
18771
18772 \end_inset
18773 </cell>
18774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18775 \begin_inset Text
18776
18777 \begin_layout Plain Layout
18778
18779 \end_layout
18780
18781 \end_inset
18782 </cell>
18783 </row>
18784 <row>
18785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18786 \begin_inset Text
18787
18788 \begin_layout Plain Layout
18789
18790 \end_layout
18791
18792 \end_inset
18793 </cell>
18794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18795 \begin_inset Text
18796
18797 \begin_layout Plain Layout
18798 sd
18799 \end_layout
18800
18801 \end_inset
18802 </cell>
18803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18804 \begin_inset Text
18805
18806 \begin_layout Plain Layout
18807
18808 \end_layout
18809
18810 \end_inset
18811 </cell>
18812 </row>
18813 <row>
18814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18815 \begin_inset Text
18816
18817 \begin_layout Plain Layout
18818
18819 \end_layout
18820
18821 \end_inset
18822 </cell>
18823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18824 \begin_inset Text
18825
18826 \begin_layout Plain Layout
18827
18828 \end_layout
18829
18830 \end_inset
18831 </cell>
18832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18833 \begin_inset Text
18834
18835 \begin_layout Plain Layout
18836 sd
18837 \end_layout
18838
18839 \end_inset
18840 </cell>
18841 </row>
18842 </lyxtabular>
18843
18844 \end_inset
18845
18846
18847 \end_layout
18848
18849 \end_inset
18850
18851
18852 \end_layout
18853
18854 \begin_layout Standard
18855 To return to the default line color black, insert this command in \SpecialChar TeX
18856  Code
18857  after the table or table float:
18858 \end_layout
18859
18860 \begin_layout Standard
18861
18862 \series bold
18863
18864 \backslash
18865 renewcommand{
18866 \backslash
18867 hline}{
18868 \backslash
18869 myHlineC}
18870 \end_layout
18871
18872 \begin_layout Standard
18873 Table
18874 \begin_inset space ~
18875 \end_inset
18876
18877
18878 \begin_inset CommandInset ref
18879 LatexCommand ref
18880 reference "tab:Table-with-colored"
18881
18882 \end_inset
18883
18884  is an example with colored vertical and horizontal lines.
18885 \end_layout
18886
18887 \begin_layout Standard
18888 \begin_inset Float table
18889 placement h
18890 wide false
18891 sideways false
18892 status open
18893
18894 \begin_layout Plain Layout
18895 \begin_inset Caption Standard
18896
18897 \begin_layout Plain Layout
18898 \begin_inset CommandInset label
18899 LatexCommand label
18900 name "tab:Table-with-colored"
18901
18902 \end_inset
18903
18904 Table with colored lines
18905 \end_layout
18906
18907 \end_inset
18908
18909
18910 \end_layout
18911
18912 \begin_layout Plain Layout
18913 \align center
18914 \begin_inset Tabular
18915 <lyxtabular version="3" rows="3" columns="3">
18916 <features tabularvalignment="middle">
18917 <column alignment="center" valignment="top" special="Wc">
18918 <column alignment="center" valignment="top" special="Wc">
18919 <column alignment="center" valignment="top" special="WcW">
18920 <row>
18921 <cell alignment="center" valignment="top" topline="true" usebox="none">
18922 \begin_inset Text
18923
18924 \begin_layout Plain Layout
18925 sd
18926 \end_layout
18927
18928 \end_inset
18929 </cell>
18930 <cell alignment="center" valignment="top" topline="true" usebox="none">
18931 \begin_inset Text
18932
18933 \begin_layout Plain Layout
18934
18935 \end_layout
18936
18937 \end_inset
18938 </cell>
18939 <cell alignment="center" valignment="top" topline="true" usebox="none">
18940 \begin_inset Text
18941
18942 \begin_layout Plain Layout
18943
18944 \end_layout
18945
18946 \end_inset
18947 </cell>
18948 </row>
18949 <row>
18950 <cell alignment="center" valignment="top" topline="true" usebox="none">
18951 \begin_inset Text
18952
18953 \begin_layout Plain Layout
18954
18955 \end_layout
18956
18957 \end_inset
18958 </cell>
18959 <cell alignment="center" valignment="top" topline="true" usebox="none">
18960 \begin_inset Text
18961
18962 \begin_layout Plain Layout
18963 sd
18964 \end_layout
18965
18966 \end_inset
18967 </cell>
18968 <cell alignment="center" valignment="top" topline="true" usebox="none">
18969 \begin_inset Text
18970
18971 \begin_layout Plain Layout
18972
18973 \end_layout
18974
18975 \end_inset
18976 </cell>
18977 </row>
18978 <row topspace="default">
18979 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18980 \begin_inset Text
18981
18982 \begin_layout Plain Layout
18983
18984 \end_layout
18985
18986 \end_inset
18987 </cell>
18988 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18989 \begin_inset Text
18990
18991 \begin_layout Plain Layout
18992
18993 \end_layout
18994
18995 \end_inset
18996 </cell>
18997 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18998 \begin_inset Text
18999
19000 \begin_layout Plain Layout
19001 sd
19002 \end_layout
19003
19004 \end_inset
19005 </cell>
19006 </row>
19007 </lyxtabular>
19008
19009 \end_inset
19010
19011
19012 \end_layout
19013
19014 \end_inset
19015
19016
19017 \end_layout
19018
19019 \begin_layout Standard
19020 \begin_inset ERT
19021 status collapsed
19022
19023 \begin_layout Plain Layout
19024
19025
19026 \backslash
19027 renewcommand{
19028 \backslash
19029 hline}{
19030 \backslash
19031 myHlineC}
19032 \end_layout
19033
19034 \end_inset
19035
19036
19037 \end_layout
19038
19039 \begin_layout Standard
19040 \begin_inset ERT
19041 status collapsed
19042
19043 \begin_layout Plain Layout
19044
19045
19046 \backslash
19047 setlength{
19048 \backslash
19049 arrayrulewidth}{0.4pt}
19050 \end_layout
19051
19052 \end_inset
19053
19054
19055 \end_layout
19056
19057 \begin_layout Section
19058 Rotated Table Cells
19059 \begin_inset CommandInset label
19060 LatexCommand label
19061 name "sec:Rotated-Table-Cells"
19062
19063 \end_inset
19064
19065
19066 \begin_inset Index idx
19067 status collapsed
19068
19069 \begin_layout Plain Layout
19070 Table ! Rotated Cells
19071 \end_layout
19072
19073 \end_inset
19074
19075
19076 \begin_inset Index idx
19077 status collapsed
19078
19079 \begin_layout Plain Layout
19080 Rotated Material
19081 \end_layout
19082
19083 \end_inset
19084
19085
19086 \end_layout
19087
19088 \begin_layout Standard
19089 \begin_inset Note Greyedout
19090 status open
19091
19092 \begin_layout Plain Layout
19093
19094 \series bold
19095 Note:
19096 \series default
19097  Not all DVI-viewers are able to display rotations.
19098 \end_layout
19099
19100 \end_inset
19101
19102
19103 \end_layout
19104
19105 \begin_layout Standard
19106 Table
19107 \begin_inset space ~
19108 \end_inset
19109
19110
19111 \begin_inset CommandInset ref
19112 LatexCommand ref
19113 reference "tab:Table-with-rotated-multi"
19114
19115 \end_inset
19116
19117  is an example where 3
19118 \begin_inset space ~
19119 \end_inset
19120
19121 cells were rotated by 45
19122 \begin_inset space \thinspace{}
19123 \end_inset
19124
19125 °.
19126 \end_layout
19127
19128 \begin_layout Standard
19129 \begin_inset Float table
19130 placement h
19131 wide false
19132 sideways false
19133 status open
19134
19135 \begin_layout Plain Layout
19136 \begin_inset Caption Standard
19137
19138 \begin_layout Plain Layout
19139 \begin_inset CommandInset label
19140 LatexCommand label
19141 name "tab:Table-with-rotated"
19142
19143 \end_inset
19144
19145 Table with rotated cells in the first row.
19146 \end_layout
19147
19148 \end_inset
19149
19150
19151 \end_layout
19152
19153 \begin_layout Plain Layout
19154 \noindent
19155 \align center
19156 \begin_inset Tabular
19157 <lyxtabular version="3" rows="2" columns="3">
19158 <features tabularvalignment="middle">
19159 <column alignment="center" valignment="top" width="0pt">
19160 <column alignment="center" valignment="top" width="0pt">
19161 <column alignment="center" valignment="top" width="0pt">
19162 <row>
19163 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19164 \begin_inset Text
19165
19166 \begin_layout Plain Layout
19167 cups
19168 \end_layout
19169
19170 \end_inset
19171 </cell>
19172 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19173 \begin_inset Text
19174
19175 \begin_layout Plain Layout
19176 plates
19177 \end_layout
19178
19179 \end_inset
19180 </cell>
19181 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185 saucers
19186 \end_layout
19187
19188 \end_inset
19189 </cell>
19190 </row>
19191 <row>
19192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19193 \begin_inset Text
19194
19195 \begin_layout Plain Layout
19196 45
19197 \end_layout
19198
19199 \end_inset
19200 </cell>
19201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19202 \begin_inset Text
19203
19204 \begin_layout Plain Layout
19205 33
19206 \end_layout
19207
19208 \end_inset
19209 </cell>
19210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19211 \begin_inset Text
19212
19213 \begin_layout Plain Layout
19214 21
19215 \end_layout
19216
19217 \end_inset
19218 </cell>
19219 </row>
19220 </lyxtabular>
19221
19222 \end_inset
19223
19224
19225 \end_layout
19226
19227 \end_inset
19228
19229
19230 \end_layout
19231
19232 \begin_layout Standard
19233 \begin_inset Note Greyedout
19234 status open
19235
19236 \begin_layout Plain Layout
19237
19238 \series bold
19239 Note:
19240 \series default
19241  Line breaks (shortcut 
19242 \begin_inset Info
19243 type  "shortcut"
19244 arg   "newline-insert newline"
19245 \end_inset
19246
19247 ) are not allowed in rotated cells.
19248 \end_layout
19249
19250 \end_inset
19251
19252
19253 \end_layout
19254
19255 \begin_layout Standard
19256 If you want to rotate table cells containing line breaks, you have to put
19257  the cell content into a minipage or a parbox.
19258 \begin_inset Foot
19259 status collapsed
19260
19261 \begin_layout Plain Layout
19262 For more about these boxes see sec.
19263 \begin_inset space \thinspace{}
19264 \end_inset
19265
19266
19267 \begin_inset CommandInset ref
19268 LatexCommand ref
19269 reference "sec:Minipages"
19270
19271 \end_inset
19272
19273  and 
19274 \begin_inset CommandInset ref
19275 LatexCommand ref
19276 reference "sec:Parboxes"
19277
19278 \end_inset
19279
19280 .
19281 \end_layout
19282
19283 \end_inset
19284
19285  If you rotate this cell by 90
19286 \begin_inset space \thinspace{}
19287 \end_inset
19288
19289 ° the width of the box is the height of the cell.
19290  Table
19291 \begin_inset space ~
19292 \end_inset
19293
19294
19295 \begin_inset CommandInset ref
19296 LatexCommand ref
19297 reference "tab:Table-with-rotated-multi"
19298
19299 \end_inset
19300
19301  is an example for a rotated multiline cell where the box width was set
19302  to 3
19303 \begin_inset space \thinspace{}
19304 \end_inset
19305
19306 cm.
19307 \end_layout
19308
19309 \begin_layout Standard
19310 \begin_inset Float table
19311 wide false
19312 sideways false
19313 status open
19314
19315 \begin_layout Plain Layout
19316 \begin_inset Caption Standard
19317
19318 \begin_layout Plain Layout
19319 \begin_inset CommandInset label
19320 LatexCommand label
19321 name "tab:Table-with-rotated-multi"
19322
19323 \end_inset
19324
19325 Table with rotated multiline cell.
19326 \end_layout
19327
19328 \end_inset
19329
19330
19331 \end_layout
19332
19333 \begin_layout Plain Layout
19334 \noindent
19335 \align center
19336 \begin_inset Tabular
19337 <lyxtabular version="3" rows="2" columns="3">
19338 <features tabularvalignment="middle">
19339 <column alignment="center" valignment="top">
19340 <column alignment="center" valignment="top" width="0pt">
19341 <column alignment="center" valignment="top">
19342 <row>
19343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347 a
19348 \end_layout
19349
19350 \end_inset
19351 </cell>
19352 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19353 \begin_inset Text
19354
19355 \begin_layout Plain Layout
19356 \begin_inset Box Frameless
19357 position "t"
19358 hor_pos "c"
19359 has_inner_box 1
19360 inner_pos "t"
19361 use_parbox 0
19362 use_makebox 0
19363 width "3cm"
19364 special "none"
19365 height "1in"
19366 height_special "totalheight"
19367 thickness "0.4pt"
19368 separation "3pt"
19369 shadowsize "4pt"
19370 framecolor "black"
19371 backgroundcolor "none"
19372 status open
19373
19374 \begin_layout Plain Layout
19375 rotated cell
19376 \begin_inset Newline newline
19377 \end_inset
19378
19379 with line break
19380 \end_layout
19381
19382 \end_inset
19383
19384
19385 \end_layout
19386
19387 \end_inset
19388 </cell>
19389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19390 \begin_inset Text
19391
19392 \begin_layout Plain Layout
19393 e
19394 \end_layout
19395
19396 \end_inset
19397 </cell>
19398 </row>
19399 <row>
19400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19401 \begin_inset Text
19402
19403 \begin_layout Plain Layout
19404 b
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19410 \begin_inset Text
19411
19412 \begin_layout Plain Layout
19413 c
19414 \end_layout
19415
19416 \end_inset
19417 </cell>
19418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19419 \begin_inset Text
19420
19421 \begin_layout Plain Layout
19422 d
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 </row>
19428 </lyxtabular>
19429
19430 \end_inset
19431
19432
19433 \end_layout
19434
19435 \end_inset
19436
19437
19438 \end_layout
19439
19440 \begin_layout Section
19441 Table Width Calculation
19442 \begin_inset CommandInset label
19443 LatexCommand label
19444 name "sec:Table-Width-Calculation"
19445
19446 \end_inset
19447
19448
19449 \end_layout
19450
19451 \begin_layout Standard
19452 For wide tables it is sometimes difficult to assure that the table does
19453  not protrude over the page margin.
19454  Setting a fixed width for every column of the table is the solution, but
19455  what amount of space is needed for each column?
19456 \end_layout
19457
19458 \begin_layout Standard
19459 The table width 
19460 \begin_inset Formula $W_{\mathrm{table}}$
19461 \end_inset
19462
19463  can be calculated: Every column has the width of the specified column width
19464  
19465 \begin_inset Formula $W_{\mathrm{column}}$
19466 \end_inset
19467
19468  (that the content of the column can consume) plus two times the separation
19469  between the column content and the column border (\SpecialChar LaTeX
19470  length
19471 \series bold
19472  
19473 \backslash
19474 tabcolsep
19475 \series default
19476 , default 6
19477 \begin_inset space \thinspace{}
19478 \end_inset
19479
19480 pt) plus the width of a border line (\SpecialChar LaTeX
19481  length 
19482 \series bold
19483
19484 \backslash
19485 arrayrulewidth
19486 \series default
19487 , default 0.4
19488 \begin_inset space \thinspace{}
19489 \end_inset
19490
19491 pt): So if all 
19492 \begin_inset Formula $n$
19493 \end_inset
19494
19495
19496 \begin_inset space ~
19497 \end_inset
19498
19499 columns have the same width, the table width is
19500 \begin_inset Formula 
19501 \begin{equation}
19502 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19503 \end{equation}
19504
19505 \end_inset
19506
19507
19508 \end_layout
19509
19510 \begin_layout Standard
19511 The available width for a table is the space between the page margins or
19512  the width of a text column (for a two-column document) (\SpecialChar LaTeX
19513  length 
19514 \series bold
19515
19516 \backslash
19517 columnwidth
19518 \series default
19519 ).
19520  If all table columns should have the same width and 
19521 \begin_inset Formula $W_{\mathrm{table}}$
19522 \end_inset
19523
19524  should be 1
19525 \begin_inset space \thinspace{}
19526 \end_inset
19527
19528
19529 \backslash
19530 columnwidth, 
19531 \begin_inset Formula $W_{\mathrm{column}}$
19532 \end_inset
19533
19534  can easily be calculated.
19535 \end_layout
19536
19537 \begin_layout Standard
19538 To be able to perform calculations you need to load the \SpecialChar LaTeX
19539 -package 
19540 \series bold
19541 calc
19542 \series default
19543
19544 \begin_inset Index idx
19545 status collapsed
19546
19547 \begin_layout Plain Layout
19548 \SpecialChar LaTeX
19549 -packages ! calc
19550 \end_layout
19551
19552 \end_inset
19553
19554  in the document preamble.
19555  To set the width in the table dialog you have to use the field 
19556 \family sans
19557 \SpecialChar LaTeX
19558  argument
19559 \family default
19560 .
19561  The command scheme for this field is the same that is explained in section
19562 \begin_inset space ~
19563 \end_inset
19564
19565
19566 \begin_inset CommandInset ref
19567 LatexCommand ref
19568 reference "subsec:Multicolumn-Calculations"
19569
19570 \end_inset
19571
19572 .
19573  For a table with 5
19574 \begin_inset space \thinspace{}
19575 \end_inset
19576
19577 columns with an uniform width and centered text, enter there for each column
19578  the command
19579 \end_layout
19580
19581 \begin_layout Standard
19582
19583 \series bold
19584 >{
19585 \backslash
19586 centering}p{(1
19587 \backslash
19588 columnwidth-62.4pt)/5}
19589 \end_layout
19590
19591 \begin_layout Standard
19592 For a table with 5
19593 \begin_inset space \thinspace{}
19594 \end_inset
19595
19596 columns where 2 should have 0.75
19597 \begin_inset space ~
19598 \end_inset
19599
19600 times the width than the 3 others, the calculation is
19601 \begin_inset Formula 
19602 \begin{align}
19603 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19604  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19605  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19606 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19607 \end{align}
19608
19609 \end_inset
19610
19611
19612 \end_layout
19613
19614 \begin_layout Standard
19615 In the table therefore the command
19616 \end_layout
19617
19618 \begin_layout Standard
19619
19620 \series bold
19621 >{
19622 \backslash
19623 centering}p{(1
19624 \backslash
19625 columnwidth-62.4pt)/
19626 \backslash
19627 real{4.5}}
19628 \end_layout
19629
19630 \begin_layout Standard
19631 is used for the wider columns and
19632 \end_layout
19633
19634 \begin_layout Standard
19635
19636 \series bold
19637 >{
19638 \backslash
19639 centering}p{(1
19640 \backslash
19641 columnwidth-62.4pt)/
19642 \backslash
19643 real{4.5}*
19644 \backslash
19645 real{0.75}}
19646 \end_layout
19647
19648 \begin_layout Standard
19649 for the smaller ones:
19650 \end_layout
19651
19652 \begin_layout Standard
19653 \begin_inset Tabular
19654 <lyxtabular version="3" rows="2" columns="5">
19655 <features tabularvalignment="middle">
19656 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19657 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19658 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19659 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19660 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19661 <row>
19662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19663 \begin_inset Text
19664
19665 \begin_layout Plain Layout
19666 1
19667 \end_layout
19668
19669 \end_inset
19670 </cell>
19671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675 2
19676 \end_layout
19677
19678 \end_inset
19679 </cell>
19680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19681 \begin_inset Text
19682
19683 \begin_layout Plain Layout
19684 3
19685 \end_layout
19686
19687 \end_inset
19688 </cell>
19689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19690 \begin_inset Text
19691
19692 \begin_layout Plain Layout
19693 4
19694 \end_layout
19695
19696 \end_inset
19697 </cell>
19698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19699 \begin_inset Text
19700
19701 \begin_layout Plain Layout
19702 5
19703 \end_layout
19704
19705 \end_inset
19706 </cell>
19707 </row>
19708 <row>
19709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19710 \begin_inset Text
19711
19712 \begin_layout Plain Layout
19713 111111 1111111 111111 111111111 11111 11111 1111
19714 \end_layout
19715
19716 \end_inset
19717 </cell>
19718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19719 \begin_inset Text
19720
19721 \begin_layout Plain Layout
19722
19723 \end_layout
19724
19725 \end_inset
19726 </cell>
19727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19728 \begin_inset Text
19729
19730 \begin_layout Plain Layout
19731 2222 22222 222222 222222222 2222222 22 22222
19732 \end_layout
19733
19734 \end_inset
19735 </cell>
19736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19737 \begin_inset Text
19738
19739 \begin_layout Plain Layout
19740
19741 \end_layout
19742
19743 \end_inset
19744 </cell>
19745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19746 \begin_inset Text
19747
19748 \begin_layout Plain Layout
19749 333333 333333 333333 33333 3333333 333
19750 \end_layout
19751
19752 \end_inset
19753 </cell>
19754 </row>
19755 </lyxtabular>
19756
19757 \end_inset
19758
19759
19760 \end_layout
19761
19762 \begin_layout Section
19763 Table Customization
19764 \begin_inset Index idx
19765 status collapsed
19766
19767 \begin_layout Plain Layout
19768 Table Customization
19769 \end_layout
19770
19771 \end_inset
19772
19773
19774 \begin_inset Index idx
19775 status collapsed
19776
19777 \begin_layout Plain Layout
19778 Table ! Customization
19779 \end_layout
19780
19781 \end_inset
19782
19783
19784 \end_layout
19785
19786 \begin_layout Subsection
19787 Row Spacing
19788 \begin_inset CommandInset label
19789 LatexCommand label
19790 name "subsec:Row-Spacing"
19791
19792 \end_inset
19793
19794
19795 \begin_inset Index idx
19796 status collapsed
19797
19798 \begin_layout Plain Layout
19799 Table Customization ! Row Spacing
19800 \end_layout
19801
19802 \end_inset
19803
19804
19805 \end_layout
19806
19807 \begin_layout Standard
19808 You can add vertical space to table rows in the 
19809 \family sans
19810 Borders
19811 \family default
19812  tab of the table dialog.
19813  You find there three possibilities:
19814 \end_layout
19815
19816 \begin_layout Description
19817 Top
19818 \begin_inset space ~
19819 \end_inset
19820
19821 of
19822 \begin_inset space ~
19823 \end_inset
19824
19825 row will add space above the characters of the table row.
19826  If the table is a formal table
19827 \begin_inset Foot
19828 status collapsed
19829
19830 \begin_layout Plain Layout
19831 Formal tables are explained in section
19832 \begin_inset space ~
19833 \end_inset
19834
19835
19836 \begin_inset CommandInset ref
19837 LatexCommand ref
19838 reference "sec:Formal-Tables"
19839
19840 \end_inset
19841
19842 .
19843 \end_layout
19844
19845 \end_inset
19846
19847  \SpecialChar LyX
19848  will insert as default 0.5
19849 \begin_inset space \thinspace{}
19850 \end_inset
19851
19852 em space.
19853  For normal tables the inserted space will unfortunately destroy the vertical
19854  table lines as in the following table:
19855 \begin_inset VSpace medskip
19856 \end_inset
19857
19858
19859 \begin_inset Newline newline
19860 \end_inset
19861
19862
19863 \begin_inset space \hspace*{}
19864 \length 0pt
19865 \end_inset
19866
19867
19868 \begin_inset space \hfill{}
19869 \end_inset
19870
19871
19872 \begin_inset Tabular
19873 <lyxtabular version="3" rows="3" columns="1">
19874 <features tabularvalignment="middle">
19875 <column alignment="center" valignment="top">
19876 <row>
19877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19878 \begin_inset Text
19879
19880 \begin_layout Plain Layout
19881 A
19882 \end_layout
19883
19884 \end_inset
19885 </cell>
19886 </row>
19887 <row topspace="3mm">
19888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19889 \begin_inset Text
19890
19891 \begin_layout Plain Layout
19892 3
19893 \begin_inset space \thinspace{}
19894 \end_inset
19895
19896 mm space top of row
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 </row>
19902 <row>
19903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19904 \begin_inset Text
19905
19906 \begin_layout Plain Layout
19907 C
19908 \end_layout
19909
19910 \end_inset
19911 </cell>
19912 </row>
19913 </lyxtabular>
19914
19915 \end_inset
19916
19917
19918 \begin_inset space \hfill{}
19919 \end_inset
19920
19921
19922 \begin_inset space \hspace*{}
19923 \length 0pt
19924 \end_inset
19925
19926
19927 \begin_inset VSpace medskip
19928 \end_inset
19929
19930
19931 \begin_inset Newline newline
19932 \end_inset
19933
19934 So inserting space in the top of row for normal tables is only useful when
19935  you don't have vertical lines.
19936 \end_layout
19937
19938 \begin_layout Description
19939 Bottom
19940 \begin_inset space ~
19941 \end_inset
19942
19943 of
19944 \begin_inset space ~
19945 \end_inset
19946
19947 row will add space below the characters of the table row.
19948  If the table is a formal table \SpecialChar LyX
19949  will insert as default 0.5
19950 \begin_inset space \thinspace{}
19951 \end_inset
19952
19953 em space, for normal tables the default size is 2
19954 \begin_inset space \thinspace{}
19955 \end_inset
19956
19957 pt.
19958 \end_layout
19959
19960 \begin_layout Description
19961 Between
19962 \begin_inset space ~
19963 \end_inset
19964
19965 rows adds space between the current and the following row.
19966  If the table is a formal table \SpecialChar LyX
19967  will insert as default 0.5
19968 \begin_inset space \thinspace{}
19969 \end_inset
19970
19971 em space.
19972  For normal tables the inserted space will unfortunately destroy the vertical
19973  table lines as in the following table:
19974 \begin_inset VSpace medskip
19975 \end_inset
19976
19977
19978 \begin_inset Newline newline
19979 \end_inset
19980
19981
19982 \begin_inset space \hspace*{}
19983 \length 0pt
19984 \end_inset
19985
19986
19987 \begin_inset space \hfill{}
19988 \end_inset
19989
19990
19991 \begin_inset Tabular
19992 <lyxtabular version="3" rows="3" columns="1">
19993 <features tabularvalignment="middle">
19994 <column alignment="center" valignment="top">
19995 <row>
19996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19997 \begin_inset Text
19998
19999 \begin_layout Plain Layout
20000 A
20001 \end_layout
20002
20003 \end_inset
20004 </cell>
20005 </row>
20006 <row interlinespace="3mm">
20007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20008 \begin_inset Text
20009
20010 \begin_layout Plain Layout
20011 \begin_inset Formula $\downarrow$
20012 \end_inset
20013
20014  3
20015 \begin_inset space \thinspace{}
20016 \end_inset
20017
20018 mm space between row 
20019 \begin_inset Formula $\downarrow$
20020 \end_inset
20021
20022
20023 \end_layout
20024
20025 \end_inset
20026 </cell>
20027 </row>
20028 <row>
20029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20030 \begin_inset Text
20031
20032 \begin_layout Plain Layout
20033 \begin_inset Formula $\uparrow$
20034 \end_inset
20035
20036  3
20037 \begin_inset space \thinspace{}
20038 \end_inset
20039
20040 mm space between row 
20041 \begin_inset Formula $\uparrow$
20042 \end_inset
20043
20044
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 </row>
20050 </lyxtabular>
20051
20052 \end_inset
20053
20054
20055 \begin_inset space \hfill{}
20056 \end_inset
20057
20058
20059 \begin_inset space \hspace*{}
20060 \length 0pt
20061 \end_inset
20062
20063
20064 \begin_inset VSpace medskip
20065 \end_inset
20066
20067
20068 \begin_inset Newline newline
20069 \end_inset
20070
20071 So inserting space between rows for normal tables is only useful when you
20072  don't have vertical lines.
20073 \end_layout
20074
20075 \begin_layout Standard
20076 \begin_inset VSpace bigskip
20077 \end_inset
20078
20079 When you want to add extra height to all cells of all tables, you can do
20080  this with the following preamble lines:
20081 \end_layout
20082
20083 \begin_layout Standard
20084
20085 \series bold
20086
20087 \backslash
20088 @ifundefined{extrarowheight}
20089 \begin_inset Newline newline
20090 \end_inset
20091
20092
20093 \begin_inset Phantom HPhantom
20094 status open
20095
20096 \begin_layout Plain Layout
20097
20098 \series bold
20099 \begin_inset space ~
20100 \end_inset
20101
20102
20103 \end_layout
20104
20105 \end_inset
20106
20107 {
20108 \backslash
20109 usepackage{array}}{}
20110 \begin_inset Newline newline
20111 \end_inset
20112
20113
20114 \backslash
20115 setlength{
20116 \backslash
20117 extrarowheight}{height}
20118 \series default
20119
20120 \begin_inset Note Note
20121 status collapsed
20122
20123 \begin_layout Plain Layout
20124 The package 
20125 \series bold
20126 array
20127 \series default
20128  will be loaded automatically by \SpecialChar LyX
20129  when you use self defined table formats.
20130  To avoid that it being loaded twice the command 
20131 \series bold
20132
20133 \backslash
20134 @ifundefined
20135 \series default
20136  is used in the above command.
20137 \end_layout
20138
20139 \end_inset
20140
20141
20142 \end_layout
20143
20144 \begin_layout Standard
20145 where the 
20146 \family sans
20147 height
20148 \family default
20149  can have one of the units listed in appendix
20150 \begin_inset space ~
20151 \end_inset
20152
20153
20154 \begin_inset CommandInset ref
20155 LatexCommand ref
20156 reference "cha:Units-available-in"
20157
20158 \end_inset
20159
20160 .
20161  But this has the disadvantage that the cell texts are no longer exactly
20162  vertically centered.
20163 \end_layout
20164
20165 \begin_layout Standard
20166 If you are using font sizes larger than the normal size, the table borders
20167  are often too close to the letters.
20168  This can be corrected by inserting the command 
20169 \series bold
20170
20171 \backslash
20172 strut
20173 \series default
20174  in \SpecialChar TeX
20175  Code at the beginning of a table row.
20176  Table
20177 \begin_inset space ~
20178 \end_inset
20179
20180
20181 \begin_inset CommandInset ref
20182 LatexCommand ref
20183 reference "tab:Vertical-alignment-of"
20184
20185 \end_inset
20186
20187  illustrates the effect.
20188 \end_layout
20189
20190 \begin_layout Standard
20191 \noindent
20192 \begin_inset Float table
20193 placement h
20194 wide false
20195 sideways false
20196 status open
20197
20198 \begin_layout Plain Layout
20199 \begin_inset Caption Standard
20200
20201 \begin_layout Plain Layout
20202 \begin_inset CommandInset label
20203 LatexCommand label
20204 name "tab:Vertical-alignment-of"
20205
20206 \end_inset
20207
20208 Vertical alignment of text with large font sizes.
20209 \end_layout
20210
20211 \end_inset
20212
20213
20214 \end_layout
20215
20216 \begin_layout Plain Layout
20217 \begin_inset space \hfill{}
20218 \end_inset
20219
20220
20221 \begin_inset Float table
20222 wide false
20223 sideways false
20224 status collapsed
20225
20226 \begin_layout Plain Layout
20227 \begin_inset Caption Standard
20228
20229 \begin_layout Plain Layout
20230 Normal table.
20231 \end_layout
20232
20233 \end_inset
20234
20235
20236 \end_layout
20237
20238 \begin_layout Plain Layout
20239 \noindent
20240 \align center
20241 \begin_inset Tabular
20242 <lyxtabular version="3" rows="6" columns="1">
20243 <features tabularvalignment="middle">
20244 <column alignment="left" valignment="top">
20245 <row>
20246 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20247 \begin_inset Text
20248
20249 \begin_layout Plain Layout
20250 Normal, g
20251 \end_layout
20252
20253 \end_inset
20254 </cell>
20255 </row>
20256 <row>
20257 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20258 \begin_inset Text
20259
20260 \begin_layout Plain Layout
20261
20262 \size large
20263 Large
20264 \end_layout
20265
20266 \end_inset
20267 </cell>
20268 </row>
20269 <row>
20270 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20271 \begin_inset Text
20272
20273 \begin_layout Plain Layout
20274
20275 \size larger
20276 Larger
20277 \end_layout
20278
20279 \end_inset
20280 </cell>
20281 </row>
20282 <row>
20283 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20284 \begin_inset Text
20285
20286 \begin_layout Plain Layout
20287
20288 \size largest
20289 Largest
20290 \end_layout
20291
20292 \end_inset
20293 </cell>
20294 </row>
20295 <row>
20296 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20297 \begin_inset Text
20298
20299 \begin_layout Plain Layout
20300
20301 \size huge
20302 Huge
20303 \end_layout
20304
20305 \end_inset
20306 </cell>
20307 </row>
20308 <row>
20309 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20310 \begin_inset Text
20311
20312 \begin_layout Plain Layout
20313
20314 \size huge
20315 Huger
20316 \end_layout
20317
20318 \end_inset
20319 </cell>
20320 </row>
20321 </lyxtabular>
20322
20323 \end_inset
20324
20325
20326 \end_layout
20327
20328 \end_inset
20329
20330
20331 \begin_inset space \hfill{}
20332 \end_inset
20333
20334
20335 \begin_inset Float table
20336 wide false
20337 sideways false
20338 status collapsed
20339
20340 \begin_layout Plain Layout
20341 \begin_inset Caption Standard
20342
20343 \begin_layout Plain Layout
20344 Table using the command 
20345 \series bold
20346
20347 \backslash
20348 strut
20349 \series default
20350 .
20351 \end_layout
20352
20353 \end_inset
20354
20355
20356 \end_layout
20357
20358 \begin_layout Plain Layout
20359 \noindent
20360 \align center
20361 \begin_inset Tabular
20362 <lyxtabular version="3" rows="6" columns="1">
20363 <features tabularvalignment="middle">
20364 <column alignment="left" valignment="top">
20365 <row>
20366 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20367 \begin_inset Text
20368
20369 \begin_layout Plain Layout
20370 Normal, g
20371 \end_layout
20372
20373 \end_inset
20374 </cell>
20375 </row>
20376 <row>
20377 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20378 \begin_inset Text
20379
20380 \begin_layout Plain Layout
20381
20382 \size large
20383 \begin_inset ERT
20384 status collapsed
20385
20386 \begin_layout Plain Layout
20387
20388
20389 \backslash
20390 strut 
20391 \end_layout
20392
20393 \end_inset
20394
20395 Large
20396 \end_layout
20397
20398 \end_inset
20399 </cell>
20400 </row>
20401 <row>
20402 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20403 \begin_inset Text
20404
20405 \begin_layout Plain Layout
20406
20407 \size larger
20408 \begin_inset ERT
20409 status collapsed
20410
20411 \begin_layout Plain Layout
20412
20413
20414 \backslash
20415 strut 
20416 \end_layout
20417
20418 \end_inset
20419
20420 Larger
20421 \end_layout
20422
20423 \end_inset
20424 </cell>
20425 </row>
20426 <row>
20427 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20428 \begin_inset Text
20429
20430 \begin_layout Plain Layout
20431
20432 \size largest
20433 \begin_inset ERT
20434 status collapsed
20435
20436 \begin_layout Plain Layout
20437
20438
20439 \backslash
20440 strut 
20441 \end_layout
20442
20443 \end_inset
20444
20445 Largest
20446 \end_layout
20447
20448 \end_inset
20449 </cell>
20450 </row>
20451 <row>
20452 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20453 \begin_inset Text
20454
20455 \begin_layout Plain Layout
20456
20457 \size huge
20458 \begin_inset ERT
20459 status collapsed
20460
20461 \begin_layout Plain Layout
20462
20463
20464 \backslash
20465 strut 
20466 \end_layout
20467
20468 \end_inset
20469
20470 Huge
20471 \end_layout
20472
20473 \end_inset
20474 </cell>
20475 </row>
20476 <row>
20477 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20478 \begin_inset Text
20479
20480 \begin_layout Plain Layout
20481
20482 \size giant
20483 \begin_inset ERT
20484 status collapsed
20485
20486 \begin_layout Plain Layout
20487
20488
20489 \backslash
20490 strut 
20491 \end_layout
20492
20493 \end_inset
20494
20495
20496 \size huge
20497 Huger
20498 \end_layout
20499
20500 \end_inset
20501 </cell>
20502 </row>
20503 </lyxtabular>
20504
20505 \end_inset
20506
20507
20508 \end_layout
20509
20510 \end_inset
20511
20512
20513 \begin_inset space \hfill{}
20514 \end_inset
20515
20516
20517 \end_layout
20518
20519 \end_inset
20520
20521
20522 \end_layout
20523
20524 \begin_layout Subsection
20525 Special Cell Alignment
20526 \begin_inset CommandInset label
20527 LatexCommand label
20528 name "subsec:Special-Cell-Alignment"
20529
20530 \end_inset
20531
20532
20533 \begin_inset Index idx
20534 status collapsed
20535
20536 \begin_layout Plain Layout
20537 Table Customization ! Special Cell Alignment
20538 \end_layout
20539
20540 \end_inset
20541
20542
20543 \end_layout
20544
20545 \begin_layout Standard
20546 Sometimes it looks better when the cell entries of a column are aligned
20547  with a special character, e.
20548 \begin_inset space \thinspace{}
20549 \end_inset
20550
20551 g.
20552 \begin_inset space \space{}
20553 \end_inset
20554
20555 with the decimal separator as in Table
20556 \begin_inset space ~
20557 \end_inset
20558
20559
20560 \begin_inset CommandInset ref
20561 LatexCommand ref
20562 reference "tab:Table-cells-align"
20563
20564 \end_inset
20565
20566 .
20567  This alignment is achieved by setting the cursor into the column and then
20568  either pressing the toolbar button 
20569 \begin_inset Info
20570 type  "icon"
20571 arg   "tabular-feature align-decimal"
20572 \end_inset
20573
20574  or setting the alignment in the table settings to 
20575 \family sans
20576 At
20577 \begin_inset space ~
20578 \end_inset
20579
20580 Decimal
20581 \begin_inset space ~
20582 \end_inset
20583
20584 Separator
20585 \family default
20586 .
20587  The alignment character can be a character of your choice and is specified
20588  in the table settings.
20589 \end_layout
20590
20591 \begin_layout Standard
20592 \begin_inset Float table
20593 placement h
20594 wide false
20595 sideways false
20596 status open
20597
20598 \begin_layout Plain Layout
20599 \begin_inset Caption Standard
20600
20601 \begin_layout Plain Layout
20602 \begin_inset CommandInset label
20603 LatexCommand label
20604 name "tab:Table-cells-align"
20605
20606 \end_inset
20607
20608 Table cells of a column aligned with the decimal separator.
20609 \end_layout
20610
20611 \end_inset
20612
20613
20614 \end_layout
20615
20616 \begin_layout Plain Layout
20617 \align center
20618 \begin_inset Tabular
20619 <lyxtabular version="3" rows="4" columns="1">
20620 <features booktabs="true" tabularvalignment="middle">
20621 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
20622 <row>
20623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20624 \begin_inset Text
20625
20626 \begin_layout Plain Layout
20627 heading
20628 \end_layout
20629
20630 \end_inset
20631 </cell>
20632 </row>
20633 <row>
20634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20635 \begin_inset Text
20636
20637 \begin_layout Plain Layout
20638 12.6
20639 \end_layout
20640
20641 \end_inset
20642 </cell>
20643 </row>
20644 <row>
20645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20646 \begin_inset Text
20647
20648 \begin_layout Plain Layout
20649 0.68
20650 \end_layout
20651
20652 \end_inset
20653 </cell>
20654 </row>
20655 <row>
20656 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20657 \begin_inset Text
20658
20659 \begin_layout Plain Layout
20660 -123.0
20661 \end_layout
20662
20663 \end_inset
20664 </cell>
20665 </row>
20666 </lyxtabular>
20667
20668 \end_inset
20669
20670
20671 \end_layout
20672
20673 \end_inset
20674
20675
20676 \end_layout
20677
20678 \begin_layout Standard
20679 \begin_inset Float table
20680 placement h
20681 wide false
20682 sideways false
20683 status open
20684
20685 \begin_layout Plain Layout
20686 \begin_inset Caption Standard
20687
20688 \begin_layout Plain Layout
20689 \begin_inset CommandInset label
20690 LatexCommand label
20691 name "tab:Table-align-operator"
20692
20693 \end_inset
20694
20695 Table cells of a column aligned with the operators.
20696 \end_layout
20697
20698 \end_inset
20699
20700
20701 \end_layout
20702
20703 \begin_layout Plain Layout
20704 \align center
20705 \begin_inset Tabular
20706 <lyxtabular version="3" rows="4" columns="2">
20707 <features booktabs="true" tabularvalignment="middle">
20708 <column alignment="right" valignment="top" width="0pt">
20709 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20710 <row>
20711 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20712 \begin_inset Text
20713
20714 \begin_layout Plain Layout
20715 heading
20716 \end_layout
20717
20718 \end_inset
20719 </cell>
20720 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20721 \begin_inset Text
20722
20723 \begin_layout Plain Layout
20724
20725 \end_layout
20726
20727 \end_inset
20728 </cell>
20729 </row>
20730 <row>
20731 <cell alignment="center" valignment="top" usebox="none">
20732 \begin_inset Text
20733
20734 \begin_layout Plain Layout
20735 \begin_inset Formula $12\,+$
20736 \end_inset
20737
20738
20739 \end_layout
20740
20741 \end_inset
20742 </cell>
20743 <cell alignment="center" valignment="top" usebox="none">
20744 \begin_inset Text
20745
20746 \begin_layout Plain Layout
20747 \begin_inset Formula $\,6$
20748 \end_inset
20749
20750
20751 \end_layout
20752
20753 \end_inset
20754 </cell>
20755 </row>
20756 <row>
20757 <cell alignment="center" valignment="top" usebox="none">
20758 \begin_inset Text
20759
20760 \begin_layout Plain Layout
20761 \begin_inset Formula $0\,-$
20762 \end_inset
20763
20764
20765 \end_layout
20766
20767 \end_inset
20768 </cell>
20769 <cell alignment="center" valignment="top" usebox="none">
20770 \begin_inset Text
20771
20772 \begin_layout Plain Layout
20773 \begin_inset Formula $\,68$
20774 \end_inset
20775
20776
20777 \end_layout
20778
20779 \end_inset
20780 </cell>
20781 </row>
20782 <row>
20783 <cell alignment="center" valignment="top" usebox="none">
20784 \begin_inset Text
20785
20786 \begin_layout Plain Layout
20787 \begin_inset Formula $-123\,/$
20788 \end_inset
20789
20790
20791 \end_layout
20792
20793 \end_inset
20794 </cell>
20795 <cell alignment="center" valignment="top" usebox="none">
20796 \begin_inset Text
20797
20798 \begin_layout Plain Layout
20799 \begin_inset Formula $\,0$
20800 \end_inset
20801
20802
20803 \end_layout
20804
20805 \end_inset
20806 </cell>
20807 </row>
20808 </lyxtabular>
20809
20810 \end_inset
20811
20812
20813 \end_layout
20814
20815 \end_inset
20816
20817
20818 \end_layout
20819
20820 \begin_layout Standard
20821 For alignments at characters in formulas this method does not work because
20822  the field to specify the alignment character does not allow formulas.
20823  In this case one need to use the method from Table
20824 \begin_inset space ~
20825 \end_inset
20826
20827
20828 \begin_inset CommandInset ref
20829 LatexCommand ref
20830 reference "tab:Table-align-operator"
20831
20832 \end_inset
20833
20834 .
20835  This table was created with a 4×2 table.
20836  The heading is a centered multicolumn.
20837  The first column is right-aligned and contains the first part including
20838  the operator.
20839  The second column is left aligned and contains the rest.
20840  A small space was added at the beginning of each cell of the second column
20841  to get the space that is usually around operators.
20842  To omit the space that is normally between two table columns, the following
20843  \SpecialChar LaTeX
20844 -argument was used for the second column:
20845 \end_layout
20846
20847 \begin_layout Standard
20848
20849 \series bold
20850 @{}l
20851 \end_layout
20852
20853 \begin_layout Standard
20854 Table
20855 \begin_inset space ~
20856 \end_inset
20857
20858
20859 \begin_inset CommandInset ref
20860 LatexCommand ref
20861 reference "tab:Several-table-cell"
20862
20863 \end_inset
20864
20865  shows some example alignments.
20866  For the alignment with the relation sign, a small space was added like
20867  for the second column of Table
20868 \begin_inset space ~
20869 \end_inset
20870
20871
20872 \begin_inset CommandInset ref
20873 LatexCommand ref
20874 reference "tab:Table-align-operator"
20875
20876 \end_inset
20877
20878 .
20879 \end_layout
20880
20881 \begin_layout Standard
20882 \begin_inset Float table
20883 placement h
20884 wide false
20885 sideways false
20886 status open
20887
20888 \begin_layout Plain Layout
20889 \begin_inset Caption Standard
20890
20891 \begin_layout Plain Layout
20892 \begin_inset CommandInset label
20893 LatexCommand label
20894 name "tab:Several-table-cell"
20895
20896 \end_inset
20897
20898 Several table cell alignments.
20899 \end_layout
20900
20901 \end_inset
20902
20903
20904 \end_layout
20905
20906 \begin_layout Plain Layout
20907 \align center
20908 \begin_inset Tabular
20909 <lyxtabular version="3" rows="4" columns="6">
20910 <features tabularvalignment="middle">
20911 <column alignment="right" valignment="top">
20912 <column alignment="left" valignment="top" special="@{}l">
20913 <column alignment="right" valignment="top">
20914 <column alignment="left" valignment="top" special="@{}l">
20915 <column alignment="right" valignment="top">
20916 <column alignment="left" valignment="top" special="@{}l">
20917 <row>
20918 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20919 \begin_inset Text
20920
20921 \begin_layout Plain Layout
20922 units
20923 \end_layout
20924
20925 \end_inset
20926 </cell>
20927 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20928 \begin_inset Text
20929
20930 \begin_layout Plain Layout
20931
20932 \end_layout
20933
20934 \end_inset
20935 </cell>
20936 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20937 \begin_inset Text
20938
20939 \begin_layout Plain Layout
20940 exponents
20941 \end_layout
20942
20943 \end_inset
20944 </cell>
20945 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20946 \begin_inset Text
20947
20948 \begin_layout Plain Layout
20949
20950 \end_layout
20951
20952 \end_inset
20953 </cell>
20954 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20955 \begin_inset Text
20956
20957 \begin_layout Plain Layout
20958 relations
20959 \end_layout
20960
20961 \end_inset
20962 </cell>
20963 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20964 \begin_inset Text
20965
20966 \begin_layout Plain Layout
20967
20968 \end_layout
20969
20970 \end_inset
20971 </cell>
20972 </row>
20973 <row>
20974 <cell alignment="center" valignment="top" usebox="none">
20975 \begin_inset Text
20976
20977 \begin_layout Plain Layout
20978 12×
20979 \end_layout
20980
20981 \end_inset
20982 </cell>
20983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20984 \begin_inset Text
20985
20986 \begin_layout Plain Layout
20987 24
20988 \begin_inset space \thinspace{}
20989 \end_inset
20990
20991 bottles
20992 \end_layout
20993
20994 \end_inset
20995 </cell>
20996 <cell alignment="center" valignment="top" usebox="none">
20997 \begin_inset Text
20998
20999 \begin_layout Plain Layout
21000 \begin_inset Formula $10\cdot$
21001 \end_inset
21002
21003
21004 \end_layout
21005
21006 \end_inset
21007 </cell>
21008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21009 \begin_inset Text
21010
21011 \begin_layout Plain Layout
21012 \begin_inset Formula $10^{\mbox{-}17}$
21013 \end_inset
21014
21015
21016 \end_layout
21017
21018 \end_inset
21019 </cell>
21020 <cell alignment="center" valignment="top" usebox="none">
21021 \begin_inset Text
21022
21023 \begin_layout Plain Layout
21024 \begin_inset Formula $\Gamma(t)\propto$
21025 \end_inset
21026
21027
21028 \end_layout
21029
21030 \end_inset
21031 </cell>
21032 <cell alignment="center" valignment="top" usebox="none">
21033 \begin_inset Text
21034
21035 \begin_layout Plain Layout
21036 \begin_inset Formula $\:\Upsilon(t)$
21037 \end_inset
21038
21039
21040 \end_layout
21041
21042 \end_inset
21043 </cell>
21044 </row>
21045 <row>
21046 <cell alignment="center" valignment="top" usebox="none">
21047 \begin_inset Text
21048
21049 \begin_layout Plain Layout
21050 1024×
21051 \end_layout
21052
21053 \end_inset
21054 </cell>
21055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21056 \begin_inset Text
21057
21058 \begin_layout Plain Layout
21059 768
21060 \begin_inset space \thinspace{}
21061 \end_inset
21062
21063 Pixels
21064 \end_layout
21065
21066 \end_inset
21067 </cell>
21068 <cell alignment="center" valignment="top" usebox="none">
21069 \begin_inset Text
21070
21071 \begin_layout Plain Layout
21072 \begin_inset Formula $5.78\cdot$
21073 \end_inset
21074
21075
21076 \end_layout
21077
21078 \end_inset
21079 </cell>
21080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21081 \begin_inset Text
21082
21083 \begin_layout Plain Layout
21084 \begin_inset Formula $10^{7}$
21085 \end_inset
21086
21087
21088 \end_layout
21089
21090 \end_inset
21091 </cell>
21092 <cell alignment="center" valignment="top" usebox="none">
21093 \begin_inset Text
21094
21095 \begin_layout Plain Layout
21096 \begin_inset Formula $A\ne$
21097 \end_inset
21098
21099
21100 \end_layout
21101
21102 \end_inset
21103 </cell>
21104 <cell alignment="center" valignment="top" usebox="none">
21105 \begin_inset Text
21106
21107 \begin_layout Plain Layout
21108 \begin_inset Formula $\:B_{\mathrm{red}}$
21109 \end_inset
21110
21111
21112 \end_layout
21113
21114 \end_inset
21115 </cell>
21116 </row>
21117 <row>
21118 <cell alignment="center" valignment="top" usebox="none">
21119 \begin_inset Text
21120
21121 \begin_layout Plain Layout
21122 32×
21123 \end_layout
21124
21125 \end_inset
21126 </cell>
21127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131 6
21132 \begin_inset space \thinspace{}
21133 \end_inset
21134
21135 cm
21136 \end_layout
21137
21138 \end_inset
21139 </cell>
21140 <cell alignment="center" valignment="top" usebox="none">
21141 \begin_inset Text
21142
21143 \begin_layout Plain Layout
21144 -
21145 \begin_inset Formula $33.5\cdot$
21146 \end_inset
21147
21148
21149 \end_layout
21150
21151 \end_inset
21152 </cell>
21153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21154 \begin_inset Text
21155
21156 \begin_layout Plain Layout
21157 \begin_inset Formula $10^{4}$
21158 \end_inset
21159
21160
21161 \end_layout
21162
21163 \end_inset
21164 </cell>
21165 <cell alignment="center" valignment="top" usebox="none">
21166 \begin_inset Text
21167
21168 \begin_layout Plain Layout
21169 \begin_inset Formula $\sin(\alpha)\ge$
21170 \end_inset
21171
21172
21173 \end_layout
21174
21175 \end_inset
21176 </cell>
21177 <cell alignment="center" valignment="top" usebox="none">
21178 \begin_inset Text
21179
21180 \begin_layout Plain Layout
21181 \begin_inset Formula $\:\sin(\beta)$
21182 \end_inset
21183
21184
21185 \end_layout
21186
21187 \end_inset
21188 </cell>
21189 </row>
21190 </lyxtabular>
21191
21192 \end_inset
21193
21194
21195 \end_layout
21196
21197 \end_inset
21198
21199
21200 \end_layout
21201
21202 \begin_layout Subsection
21203 Customized Cell/Column Format
21204 \begin_inset CommandInset label
21205 LatexCommand label
21206 name "subsec:Customized-Format"
21207
21208 \end_inset
21209
21210
21211 \begin_inset Index idx
21212 status collapsed
21213
21214 \begin_layout Plain Layout
21215 Table Customization ! Cell/Column Format
21216 \end_layout
21217
21218 \end_inset
21219
21220
21221 \end_layout
21222
21223 \begin_layout Standard
21224 Calculating the required width for normal columns as described in section
21225 \begin_inset space ~
21226 \end_inset
21227
21228
21229 \begin_inset CommandInset ref
21230 LatexCommand ref
21231 reference "sec:Table-Width-Calculation"
21232
21233 \end_inset
21234
21235  or for spanned columns as described in section
21236 \begin_inset space ~
21237 \end_inset
21238
21239
21240 \begin_inset CommandInset ref
21241 LatexCommand ref
21242 reference "subsec:Multicolumn-Calculations"
21243
21244 \end_inset
21245
21246  is very annoying if you have several tables where a calculation is necessary.
21247  To make life easier, you can define a cell/column format in the preamble,
21248  that can be used in all tables of the document.
21249  The format is defined with the command
21250 \end_layout
21251
21252 \begin_layout Standard
21253
21254 \series bold
21255
21256 \backslash
21257 newcolumntype{name of format}[number of arguments]{commands}
21258 \end_layout
21259
21260 \begin_layout Standard
21261 The format name may only consist of one letter.
21262  The letters 
21263 \emph on
21264 b
21265 \emph default
21266
21267 \emph on
21268 c
21269 \emph default
21270
21271 \emph on
21272 l
21273 \emph default
21274
21275 \emph on
21276 m
21277 \emph default
21278
21279 \emph on
21280 p
21281 \emph default
21282  and 
21283 \emph on
21284 r
21285 \emph default
21286  are predefined and cannot be used.
21287  But all letters are allowed as capitals.
21288 \end_layout
21289
21290 \begin_layout Standard
21291 \begin_inset VSpace medskip
21292 \end_inset
21293
21294
21295 \end_layout
21296
21297 \begin_layout Standard
21298 For vertically and horizontally centered multicolumn cells with a fixed
21299  width you can define the cell format
21300 \end_layout
21301
21302 \begin_layout Standard
21303
21304 \series bold
21305
21306 \backslash
21307 newcolumntype{M}[1]{>{
21308 \backslash
21309 centering
21310 \backslash
21311 hspace{0pt}}m{#1}}
21312 \end_layout
21313
21314 \begin_layout Standard
21315 where 
21316 \series bold
21317
21318 \backslash
21319 hspace{0pt}
21320 \series default
21321  avoids the problem of hyphenating the first word, as described in section
21322 \begin_inset space ~
21323 \end_inset
21324
21325
21326 \begin_inset CommandInset ref
21327 LatexCommand ref
21328 reference "subsec:Multiple-Lines-in"
21329
21330 \end_inset
21331
21332 .
21333  Now you can simply enter
21334 \end_layout
21335
21336 \begin_layout Standard
21337
21338 \series bold
21339 M{width}
21340 \end_layout
21341
21342 \begin_layout Standard
21343 as 
21344 \family sans
21345 \SpecialChar LaTeX
21346 -argument
21347 \family default
21348  in the table dialog to create a multicolumn.
21349 \end_layout
21350
21351 \begin_layout Standard
21352 \begin_inset VSpace bigskip
21353 \end_inset
21354
21355
21356 \end_layout
21357
21358 \begin_layout Standard
21359 For cells spanned by a multicolumn cell, you can define the format
21360 \end_layout
21361
21362 \begin_layout Standard
21363
21364 \series bold
21365
21366 \backslash
21367 newcolumntype{S}[2]{>{
21368 \backslash
21369 centering
21370 \backslash
21371 hspace{0pt}}
21372 \begin_inset Newline newline
21373 \end_inset
21374
21375
21376 \begin_inset Phantom HPhantom
21377 status open
21378
21379 \begin_layout Plain Layout
21380
21381 \series bold
21382
21383 \backslash
21384 newcolumntype
21385 \end_layout
21386
21387 \end_inset
21388
21389 m{(#1+(2
21390 \backslash
21391 tabcolsep+
21392 \backslash
21393 arrayrulewidth)*(1-#2))/#2}}
21394 \end_layout
21395
21396 \begin_layout Standard
21397 This format uses equation 
21398 \begin_inset CommandInset ref
21399 LatexCommand eqref
21400 reference "eq:Wgn"
21401
21402 \end_inset
21403
21404  to calculate the required width so that each spanned cell has the same
21405  width.
21406 \end_layout
21407
21408 \begin_layout Standard
21409 You can now enter
21410 \end_layout
21411
21412 \begin_layout Standard
21413
21414 \series bold
21415 S{width of multicolumn cell}{number of spanned columns}
21416 \end_layout
21417
21418 \begin_layout Standard
21419 as \SpecialChar LaTeX
21420 -argument of the column.
21421 \end_layout
21422
21423 \begin_layout Standard
21424 \begin_inset VSpace bigskip
21425 \end_inset
21426
21427
21428 \end_layout
21429
21430 \begin_layout Standard
21431 For colored columns, you can define
21432 \end_layout
21433
21434 \begin_layout Standard
21435
21436 \series bold
21437
21438 \backslash
21439 newcolumntype{K}[1]{>{
21440 \backslash
21441 columncolor{#1}
21442 \backslash
21443 hspace{0pt}}c}
21444 \end_layout
21445
21446 \begin_layout Standard
21447 The 
21448 \begin_inset Quotes eld
21449 \end_inset
21450
21451 c
21452 \begin_inset Quotes erd
21453 \end_inset
21454
21455  at the end creates a column with a flexible width whose text is horizontally
21456  centered.
21457  You can now enter
21458 \end_layout
21459
21460 \begin_layout Standard
21461
21462 \series bold
21463 K{color name}
21464 \end_layout
21465
21466 \begin_layout Standard
21467 as \SpecialChar LaTeX
21468 -argument.
21469 \end_layout
21470
21471 \begin_layout Standard
21472 \begin_inset VSpace bigskip
21473 \end_inset
21474
21475
21476 \end_layout
21477
21478 \begin_layout Standard
21479 To create Table
21480 \begin_inset space ~
21481 \end_inset
21482
21483
21484 \begin_inset CommandInset ref
21485 LatexCommand ref
21486 reference "tab:Table-using-user-defined"
21487
21488 \end_inset
21489
21490  use the \SpecialChar LaTeX
21491 -arguments
21492 \end_layout
21493
21494 \begin_layout Standard
21495
21496 \series bold
21497 M{2.5cm}
21498 \end_layout
21499
21500 \begin_layout Standard
21501 for the first column and the multicolumn,
21502 \end_layout
21503
21504 \begin_layout Standard
21505
21506 \series bold
21507 K{red}
21508 \end_layout
21509
21510 \begin_layout Standard
21511 for the last column, and
21512 \end_layout
21513
21514 \begin_layout Standard
21515
21516 \series bold
21517 S{2.5cm}{2}
21518 \end_layout
21519
21520 \begin_layout Standard
21521 for the cells in the second column.
21522 \end_layout
21523
21524 \begin_layout Standard
21525 \begin_inset Float table
21526 placement h
21527 wide false
21528 sideways false
21529 status open
21530
21531 \begin_layout Plain Layout
21532 \begin_inset Caption Standard
21533
21534 \begin_layout Plain Layout
21535 \begin_inset CommandInset label
21536 LatexCommand label
21537 name "tab:Table-using-user-defined"
21538
21539 \end_inset
21540
21541 Table using user-defined table formats
21542 \end_layout
21543
21544 \end_inset
21545
21546
21547 \end_layout
21548
21549 \begin_layout Plain Layout
21550 \align center
21551 \begin_inset Tabular
21552 <lyxtabular version="3" rows="3" columns="4">
21553 <features tabularvalignment="middle">
21554 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21555 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21556 <column alignment="center" valignment="middle">
21557 <column alignment="center" valignment="middle" special="K{red}">
21558 <row>
21559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21560 \begin_inset Text
21561
21562 \begin_layout Plain Layout
21563 verylongtablecellword
21564 \end_layout
21565
21566 \end_inset
21567 </cell>
21568 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21569 \begin_inset Text
21570
21571 \begin_layout Plain Layout
21572 multiple lines multicolumn
21573 \end_layout
21574
21575 \end_inset
21576 </cell>
21577 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21578 \begin_inset Text
21579
21580 \begin_layout Plain Layout
21581
21582 \end_layout
21583
21584 \end_inset
21585 </cell>
21586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21587 \begin_inset Text
21588
21589 \begin_layout Plain Layout
21590 c
21591 \end_layout
21592
21593 \end_inset
21594 </cell>
21595 </row>
21596 <row>
21597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21598 \begin_inset Text
21599
21600 \begin_layout Plain Layout
21601 d
21602 \end_layout
21603
21604 \end_inset
21605 </cell>
21606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21607 \begin_inset Text
21608
21609 \begin_layout Plain Layout
21610 e
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619 f
21620 \end_layout
21621
21622 \end_inset
21623 </cell>
21624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21625 \begin_inset Text
21626
21627 \begin_layout Plain Layout
21628 g
21629 \end_layout
21630
21631 \end_inset
21632 </cell>
21633 </row>
21634 <row>
21635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21636 \begin_inset Text
21637
21638 \begin_layout Plain Layout
21639 h
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648 i
21649 \end_layout
21650
21651 \end_inset
21652 </cell>
21653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21654 \begin_inset Text
21655
21656 \begin_layout Plain Layout
21657 j
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21663 \begin_inset Text
21664
21665 \begin_layout Plain Layout
21666 k
21667 \end_layout
21668
21669 \end_inset
21670 </cell>
21671 </row>
21672 </lyxtabular>
21673
21674 \end_inset
21675
21676
21677 \end_layout
21678
21679 \end_inset
21680
21681
21682 \end_layout
21683
21684 \begin_layout Subsection
21685 Line Thickness
21686 \begin_inset CommandInset label
21687 LatexCommand label
21688 name "subsec:Line-Thickness"
21689
21690 \end_inset
21691
21692
21693 \begin_inset Index idx
21694 status collapsed
21695
21696 \begin_layout Plain Layout
21697 Table Customization ! Line Thickness
21698 \end_layout
21699
21700 \end_inset
21701
21702
21703 \end_layout
21704
21705 \begin_layout Standard
21706 The line thickness for all lines in a table can be adjusted with the length
21707  
21708 \series bold
21709
21710 \backslash
21711 arrayrulewidth
21712 \series default
21713 .
21714  To set for example a line thickness of 1.5
21715 \begin_inset space \thinspace{}
21716 \end_inset
21717
21718 pt, as in Table
21719 \begin_inset space ~
21720 \end_inset
21721
21722
21723 \begin_inset CommandInset ref
21724 LatexCommand ref
21725 reference "tab:Table-with-1.5"
21726
21727 \end_inset
21728
21729 , insert the command
21730 \end_layout
21731
21732 \begin_layout Standard
21733
21734 \series bold
21735
21736 \backslash
21737 setlength{
21738 \backslash
21739 arrayrulewidth}{1.5pt}
21740 \end_layout
21741
21742 \begin_layout Standard
21743 in \SpecialChar TeX
21744  Code before the table or table float.
21745  The changed thickness is valid for all subsequent tables.
21746  To use the default value again, set 
21747 \series bold
21748
21749 \backslash
21750 arrayrulewidth
21751 \series default
21752  to 0.4
21753 \begin_inset space \thinspace{}
21754 \end_inset
21755
21756 pt in \SpecialChar TeX
21757  Code after the table or table float.
21758 \end_layout
21759
21760 \begin_layout Standard
21761 \begin_inset ERT
21762 status collapsed
21763
21764 \begin_layout Plain Layout
21765
21766
21767 \backslash
21768 setlength{
21769 \backslash
21770 arrayrulewidth}{1.5pt}
21771 \end_layout
21772
21773 \end_inset
21774
21775
21776 \begin_inset Float table
21777 wide false
21778 sideways false
21779 status open
21780
21781 \begin_layout Plain Layout
21782 \begin_inset Caption Standard
21783
21784 \begin_layout Plain Layout
21785 \begin_inset CommandInset label
21786 LatexCommand label
21787 name "tab:Table-with-1.5"
21788
21789 \end_inset
21790
21791 Table with 1.5
21792 \begin_inset space \thinspace{}
21793 \end_inset
21794
21795 pt thick lines
21796 \end_layout
21797
21798 \end_inset
21799
21800
21801 \end_layout
21802
21803 \begin_layout Plain Layout
21804 \align center
21805 \begin_inset Tabular
21806 <lyxtabular version="3" rows="3" columns="3">
21807 <features tabularvalignment="middle">
21808 <column alignment="center" valignment="top">
21809 <column alignment="center" valignment="top">
21810 <column alignment="center" valignment="top">
21811 <row>
21812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21813 \begin_inset Text
21814
21815 \begin_layout Plain Layout
21816 sd
21817 \end_layout
21818
21819 \end_inset
21820 </cell>
21821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21822 \begin_inset Text
21823
21824 \begin_layout Plain Layout
21825
21826 \end_layout
21827
21828 \end_inset
21829 </cell>
21830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21831 \begin_inset Text
21832
21833 \begin_layout Plain Layout
21834
21835 \end_layout
21836
21837 \end_inset
21838 </cell>
21839 </row>
21840 <row>
21841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21842 \begin_inset Text
21843
21844 \begin_layout Plain Layout
21845
21846 \end_layout
21847
21848 \end_inset
21849 </cell>
21850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21851 \begin_inset Text
21852
21853 \begin_layout Plain Layout
21854 sd
21855 \end_layout
21856
21857 \end_inset
21858 </cell>
21859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21860 \begin_inset Text
21861
21862 \begin_layout Plain Layout
21863
21864 \end_layout
21865
21866 \end_inset
21867 </cell>
21868 </row>
21869 <row>
21870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21871 \begin_inset Text
21872
21873 \begin_layout Plain Layout
21874
21875 \end_layout
21876
21877 \end_inset
21878 </cell>
21879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21880 \begin_inset Text
21881
21882 \begin_layout Plain Layout
21883
21884 \end_layout
21885
21886 \end_inset
21887 </cell>
21888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21889 \begin_inset Text
21890
21891 \begin_layout Plain Layout
21892 sd
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 </row>
21898 </lyxtabular>
21899
21900 \end_inset
21901
21902
21903 \end_layout
21904
21905 \end_inset
21906
21907
21908 \begin_inset ERT
21909 status collapsed
21910
21911 \begin_layout Plain Layout
21912
21913
21914 \backslash
21915 setlength{
21916 \backslash
21917 arrayrulewidth}{0.4pt}
21918 \end_layout
21919
21920 \end_inset
21921
21922
21923 \end_layout
21924
21925 \begin_layout Standard
21926 \begin_inset VSpace bigskip
21927 \end_inset
21928
21929 To set the line thickness to 1.5
21930 \begin_inset space \thinspace{}
21931 \end_inset
21932
21933 pt only for horizontal lines, as in Table
21934 \begin_inset space ~
21935 \end_inset
21936
21937
21938 \begin_inset CommandInset ref
21939 LatexCommand ref
21940 reference "tab:Table-with-horizontal"
21941
21942 \end_inset
21943
21944 , insert these commands in \SpecialChar TeX
21945  Code before the table or table float:
21946 \end_layout
21947
21948 \begin_layout Standard
21949
21950 \series bold
21951
21952 \backslash
21953 let
21954 \backslash
21955 myHline
21956 \backslash
21957 hline
21958 \begin_inset Newline newline
21959 \end_inset
21960
21961
21962 \backslash
21963 renewcommand{
21964 \backslash
21965 hline}
21966 \begin_inset Newline newline
21967 \end_inset
21968
21969  {
21970 \backslash
21971 noalign{
21972 \backslash
21973 global
21974 \backslash
21975 arrayrulewidth 1.5pt}
21976 \begin_inset Newline newline
21977 \end_inset
21978
21979  
21980 \backslash
21981 myHline
21982 \backslash
21983 noalign{
21984 \backslash
21985 global
21986 \backslash
21987 arrayrulewidth 0.4pt}}
21988 \end_layout
21989
21990 \begin_layout Standard
21991 To return to the default line thickness, insert this command in \SpecialChar TeX
21992  Code after
21993  the table or table float:
21994 \end_layout
21995
21996 \begin_layout Standard
21997
21998 \series bold
21999
22000 \backslash
22001 renewcommand{
22002 \backslash
22003 hline}{
22004 \backslash
22005 myHline}
22006 \end_layout
22007
22008 \begin_layout Standard
22009 \begin_inset ERT
22010 status collapsed
22011
22012 \begin_layout Plain Layout
22013
22014
22015 \backslash
22016 let
22017 \backslash
22018 myHline
22019 \backslash
22020 hline
22021 \end_layout
22022
22023 \begin_layout Plain Layout
22024
22025
22026 \backslash
22027 renewcommand{
22028 \backslash
22029 hline}
22030 \end_layout
22031
22032 \begin_layout Plain Layout
22033
22034  {
22035 \backslash
22036 noalign{
22037 \backslash
22038 global
22039 \backslash
22040 arrayrulewidth 1.5pt}
22041 \end_layout
22042
22043 \begin_layout Plain Layout
22044
22045   
22046 \backslash
22047 myHline
22048 \backslash
22049 noalign{
22050 \backslash
22051 global
22052 \backslash
22053 arrayrulewidth 0.4pt}}
22054 \end_layout
22055
22056 \end_inset
22057
22058
22059 \begin_inset Float table
22060 wide false
22061 sideways false
22062 status open
22063
22064 \begin_layout Plain Layout
22065 \begin_inset Caption Standard
22066
22067 \begin_layout Plain Layout
22068 \begin_inset CommandInset label
22069 LatexCommand label
22070 name "tab:Table-with-horizontal"
22071
22072 \end_inset
22073
22074 Table with 1.5
22075 \begin_inset space \thinspace{}
22076 \end_inset
22077
22078 pt thick horizontal lines
22079 \end_layout
22080
22081 \end_inset
22082
22083
22084 \end_layout
22085
22086 \begin_layout Plain Layout
22087 \align center
22088 \begin_inset Tabular
22089 <lyxtabular version="3" rows="3" columns="3">
22090 <features tabularvalignment="middle">
22091 <column alignment="center" valignment="top">
22092 <column alignment="center" valignment="top">
22093 <column alignment="center" valignment="top">
22094 <row>
22095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22096 \begin_inset Text
22097
22098 \begin_layout Plain Layout
22099 sd
22100 \end_layout
22101
22102 \end_inset
22103 </cell>
22104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22105 \begin_inset Text
22106
22107 \begin_layout Plain Layout
22108
22109 \end_layout
22110
22111 \end_inset
22112 </cell>
22113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22114 \begin_inset Text
22115
22116 \begin_layout Plain Layout
22117
22118 \end_layout
22119
22120 \end_inset
22121 </cell>
22122 </row>
22123 <row>
22124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22125 \begin_inset Text
22126
22127 \begin_layout Plain Layout
22128
22129 \end_layout
22130
22131 \end_inset
22132 </cell>
22133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22134 \begin_inset Text
22135
22136 \begin_layout Plain Layout
22137 sd
22138 \end_layout
22139
22140 \end_inset
22141 </cell>
22142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22143 \begin_inset Text
22144
22145 \begin_layout Plain Layout
22146
22147 \end_layout
22148
22149 \end_inset
22150 </cell>
22151 </row>
22152 <row>
22153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22154 \begin_inset Text
22155
22156 \begin_layout Plain Layout
22157
22158 \end_layout
22159
22160 \end_inset
22161 </cell>
22162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22163 \begin_inset Text
22164
22165 \begin_layout Plain Layout
22166
22167 \end_layout
22168
22169 \end_inset
22170 </cell>
22171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22172 \begin_inset Text
22173
22174 \begin_layout Plain Layout
22175 sd
22176 \end_layout
22177
22178 \end_inset
22179 </cell>
22180 </row>
22181 </lyxtabular>
22182
22183 \end_inset
22184
22185
22186 \end_layout
22187
22188 \end_inset
22189
22190
22191 \begin_inset ERT
22192 status collapsed
22193
22194 \begin_layout Plain Layout
22195
22196
22197 \backslash
22198 renewcommand{
22199 \backslash
22200 hline}{
22201 \backslash
22202 myHline}
22203 \end_layout
22204
22205 \end_inset
22206
22207
22208 \end_layout
22209
22210 \begin_layout Standard
22211 \begin_inset VSpace bigskip
22212 \end_inset
22213
22214 To set the line thickness to 1.5
22215 \begin_inset space \thinspace{}
22216 \end_inset
22217
22218 pt only for vertical lines, create the following column format in the document
22219  preamble, according to the description in section
22220 \begin_inset space ~
22221 \end_inset
22222
22223
22224 \begin_inset CommandInset ref
22225 LatexCommand ref
22226 reference "subsec:Customized-Format"
22227
22228 \end_inset
22229
22230 :
22231 \end_layout
22232
22233 \begin_layout Standard
22234
22235 \series bold
22236
22237 \backslash
22238 newcolumntype{V}{!{
22239 \backslash
22240 vrule width 1.5pt}}
22241 \end_layout
22242
22243 \begin_layout Standard
22244 For Table
22245 \begin_inset space ~
22246 \end_inset
22247
22248
22249 \begin_inset CommandInset ref
22250 LatexCommand ref
22251 reference "tab:Table-with-vertical"
22252
22253 \end_inset
22254
22255  the \SpecialChar LaTeX
22256 -argument
22257 \end_layout
22258
22259 \begin_layout Standard
22260
22261 \series bold
22262 VcV
22263 \end_layout
22264
22265 \begin_layout Standard
22266 was used for the last column and
22267 \end_layout
22268
22269 \begin_layout Standard
22270
22271 \series bold
22272 Vc
22273 \end_layout
22274
22275 \begin_layout Standard
22276 for the other columns.
22277 \end_layout
22278
22279 \begin_layout Standard
22280 \begin_inset Float table
22281 wide false
22282 sideways false
22283 status open
22284
22285 \begin_layout Plain Layout
22286 \begin_inset Caption Standard
22287
22288 \begin_layout Plain Layout
22289 \begin_inset CommandInset label
22290 LatexCommand label
22291 name "tab:Table-with-vertical"
22292
22293 \end_inset
22294
22295 Table with 1.5
22296 \begin_inset space \thinspace{}
22297 \end_inset
22298
22299 pt thick vertical lines
22300 \end_layout
22301
22302 \end_inset
22303
22304
22305 \end_layout
22306
22307 \begin_layout Plain Layout
22308 \align center
22309 \begin_inset Tabular
22310 <lyxtabular version="3" rows="3" columns="3">
22311 <features tabularvalignment="middle">
22312 <column alignment="center" valignment="top" special="Vc">
22313 <column alignment="center" valignment="top" special="Vc">
22314 <column alignment="center" valignment="top" special="VcV">
22315 <row>
22316 <cell alignment="center" valignment="top" topline="true" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Plain Layout
22320 sd
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 <cell alignment="center" valignment="top" topline="true" usebox="none">
22326 \begin_inset Text
22327
22328 \begin_layout Plain Layout
22329
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 <cell alignment="center" valignment="top" topline="true" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Plain Layout
22338
22339 \end_layout
22340
22341 \end_inset
22342 </cell>
22343 </row>
22344 <row>
22345 <cell alignment="center" valignment="top" topline="true" usebox="none">
22346 \begin_inset Text
22347
22348 \begin_layout Plain Layout
22349
22350 \end_layout
22351
22352 \end_inset
22353 </cell>
22354 <cell alignment="center" valignment="top" topline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358 sd
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 <cell alignment="center" valignment="top" topline="true" usebox="none">
22364 \begin_inset Text
22365
22366 \begin_layout Plain Layout
22367
22368 \end_layout
22369
22370 \end_inset
22371 </cell>
22372 </row>
22373 <row>
22374 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22375 \begin_inset Text
22376
22377 \begin_layout Plain Layout
22378
22379 \end_layout
22380
22381 \end_inset
22382 </cell>
22383 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22384 \begin_inset Text
22385
22386 \begin_layout Plain Layout
22387
22388 \end_layout
22389
22390 \end_inset
22391 </cell>
22392 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22393 \begin_inset Text
22394
22395 \begin_layout Plain Layout
22396 sd
22397 \end_layout
22398
22399 \end_inset
22400 </cell>
22401 </row>
22402 </lyxtabular>
22403
22404 \end_inset
22405
22406
22407 \end_layout
22408
22409 \end_inset
22410
22411
22412 \end_layout
22413
22414 \begin_layout Subsection
22415 Dashed Lines
22416 \begin_inset Index idx
22417 status collapsed
22418
22419 \begin_layout Plain Layout
22420 Table Customization ! Dashed Lines
22421 \end_layout
22422
22423 \end_inset
22424
22425
22426 \end_layout
22427
22428 \begin_layout Standard
22429 \begin_inset ERT
22430 status collapsed
22431
22432 \begin_layout Plain Layout
22433
22434
22435 \backslash
22436 ifarydshln
22437 \end_layout
22438
22439 \end_inset
22440
22441
22442 \begin_inset Note Note
22443 status open
22444
22445 \begin_layout Plain Layout
22446 The following section will only be displayed when the \SpecialChar LaTeX
22447 -package 
22448 \series bold
22449 arydshln
22450 \series default
22451  is installed.
22452 \end_layout
22453
22454 \end_inset
22455
22456
22457 \end_layout
22458
22459 \begin_layout Standard
22460 \begin_inset Float table
22461 placement H
22462 wide false
22463 sideways false
22464 status open
22465
22466 \begin_layout Plain Layout
22467 \begin_inset Caption Standard
22468
22469 \begin_layout Plain Layout
22470 \begin_inset CommandInset label
22471 LatexCommand label
22472 name "tab:Table-with-dashed"
22473
22474 \end_inset
22475
22476 Table with dashed lines
22477 \end_layout
22478
22479 \end_inset
22480
22481
22482 \end_layout
22483
22484 \begin_layout Plain Layout
22485 \align center
22486 \begin_inset Tabular
22487 <lyxtabular version="3" rows="5" columns="5">
22488 <features tabularvalignment="middle">
22489 <column alignment="center" valignment="top">
22490 <column alignment="center" valignment="top">
22491 <column alignment="center" valignment="top" special=":c">
22492 <column alignment="center" valignment="top">
22493 <column alignment="center" valignment="top">
22494 <row>
22495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22496 \begin_inset Text
22497
22498 \begin_layout Plain Layout
22499 a
22500 \end_layout
22501
22502 \end_inset
22503 </cell>
22504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22505 \begin_inset Text
22506
22507 \begin_layout Plain Layout
22508 b
22509 \end_layout
22510
22511 \end_inset
22512 </cell>
22513 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22514 \begin_inset Text
22515
22516 \begin_layout Plain Layout
22517 c
22518 \end_layout
22519
22520 \end_inset
22521 </cell>
22522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22523 \begin_inset Text
22524
22525 \begin_layout Plain Layout
22526 d
22527 \end_layout
22528
22529 \end_inset
22530 </cell>
22531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22532 \begin_inset Text
22533
22534 \begin_layout Plain Layout
22535 e
22536 \end_layout
22537
22538 \end_inset
22539 </cell>
22540 </row>
22541 <row>
22542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22543 \begin_inset Text
22544
22545 \begin_layout Plain Layout
22546 f
22547 \end_layout
22548
22549 \end_inset
22550 </cell>
22551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22552 \begin_inset Text
22553
22554 \begin_layout Plain Layout
22555 g
22556 \end_layout
22557
22558 \end_inset
22559 </cell>
22560 <cell alignment="center" valignment="top" topline="true" usebox="none">
22561 \begin_inset Text
22562
22563 \begin_layout Plain Layout
22564 h
22565 \end_layout
22566
22567 \end_inset
22568 </cell>
22569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22570 \begin_inset Text
22571
22572 \begin_layout Plain Layout
22573 i
22574 \end_layout
22575
22576 \end_inset
22577 </cell>
22578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22579 \begin_inset Text
22580
22581 \begin_layout Plain Layout
22582 j
22583 \end_layout
22584
22585 \end_inset
22586 </cell>
22587 </row>
22588 <row>
22589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22590 \begin_inset Text
22591
22592 \begin_layout Plain Layout
22593 \begin_inset ERT
22594 status collapsed
22595
22596 \begin_layout Plain Layout
22597
22598
22599 \backslash
22600 hdashline 
22601 \end_layout
22602
22603 \end_inset
22604
22605 k
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614 l
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 <cell alignment="center" valignment="top" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623 m
22624 \end_layout
22625
22626 \end_inset
22627 </cell>
22628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632 n
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641 o
22642 \end_layout
22643
22644 \end_inset
22645 </cell>
22646 </row>
22647 <row>
22648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22649 \begin_inset Text
22650
22651 \begin_layout Plain Layout
22652 \begin_inset ERT
22653 status collapsed
22654
22655 \begin_layout Plain Layout
22656
22657
22658 \backslash
22659 cdashline{4-5}
22660 \end_layout
22661
22662 \end_inset
22663
22664 p
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673 q
22674 \end_layout
22675
22676 \end_inset
22677 </cell>
22678 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22679 \begin_inset Text
22680
22681 \begin_layout Plain Layout
22682 r
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691 s
22692 \end_layout
22693
22694 \end_inset
22695 </cell>
22696 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 </row>
22706 <row>
22707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22708 \begin_inset Text
22709
22710 \begin_layout Plain Layout
22711 t
22712 \end_layout
22713
22714 \end_inset
22715 </cell>
22716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720 u
22721 \end_layout
22722
22723 \end_inset
22724 </cell>
22725 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22726 \begin_inset Text
22727
22728 \begin_layout Plain Layout
22729 v
22730 \end_layout
22731
22732 \end_inset
22733 </cell>
22734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22735 \begin_inset Text
22736
22737 \begin_layout Plain Layout
22738 w
22739 \end_layout
22740
22741 \end_inset
22742 </cell>
22743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22744 \begin_inset Text
22745
22746 \begin_layout Plain Layout
22747 x
22748 \end_layout
22749
22750 \end_inset
22751 </cell>
22752 </row>
22753 </lyxtabular>
22754
22755 \end_inset
22756
22757
22758 \end_layout
22759
22760 \end_inset
22761
22762
22763 \end_layout
22764
22765 \begin_layout Standard
22766 \SpecialChar LyX
22767  does not natively support dashed lines, so you have to use \SpecialChar TeX
22768  Code.
22769  As a prerequisite the \SpecialChar LaTeX
22770  package 
22771 \series bold
22772 arydshln
22773 \series default
22774
22775 \begin_inset Index idx
22776 status collapsed
22777
22778 \begin_layout Plain Layout
22779 \SpecialChar LaTeX
22780 -packages ! arydshln
22781 \end_layout
22782
22783 \end_inset
22784
22785  must be loaded in the document preamble with the command
22786 \end_layout
22787
22788 \begin_layout Standard
22789
22790 \series bold
22791
22792 \backslash
22793 usepackage{arydshln}
22794 \end_layout
22795
22796 \begin_layout Standard
22797 To make a vertical line dashed, enter the colon 
22798 \begin_inset Quotes eld
22799 \end_inset
22800
22801 :
22802 \begin_inset Quotes erd
22803 \end_inset
22804
22805  together with the character for the horizontal alignment as \SpecialChar LaTeX
22806  argument in
22807  the table cell dialog.
22808 \end_layout
22809
22810 \begin_layout Standard
22811 For a horizontal dashed line add the command
22812 \end_layout
22813
22814 \begin_layout Standard
22815
22816 \series bold
22817
22818 \backslash
22819 hdashline
22820 \end_layout
22821
22822 \begin_layout Standard
22823 in \SpecialChar TeX
22824  Code as first element of the first cell in the table row.
22825 \end_layout
22826
22827 \begin_layout Standard
22828 For dashed multicolumn lines use the command
22829 \end_layout
22830
22831 \begin_layout Standard
22832
22833 \series bold
22834
22835 \backslash
22836 cdashline{line number
22837 \series default
22838 }
22839 \end_layout
22840
22841 \begin_layout Standard
22842 in \SpecialChar TeX
22843  Code as the first element of the first cell in the table row.
22844  If you have for example a multicolumn spanning columns 2 to 4 and you want
22845  to have a dashed line above, add the command
22846 \end_layout
22847
22848 \begin_layout Standard
22849
22850 \series bold
22851
22852 \backslash
22853 cdashline{2-4}
22854 \end_layout
22855
22856 \begin_layout Standard
22857 as the first element of the first cell in the row of the multicolumn.
22858 \end_layout
22859
22860 \begin_layout Standard
22861 \begin_inset VSpace bigskip
22862 \end_inset
22863
22864
22865 \end_layout
22866
22867 \begin_layout Standard
22868 Table
22869 \begin_inset space ~
22870 \end_inset
22871
22872
22873 \begin_inset CommandInset ref
22874 LatexCommand ref
22875 reference "tab:Table-with-dashed"
22876
22877 \end_inset
22878
22879  was created using 
22880 \begin_inset Quotes eld
22881 \end_inset
22882
22883
22884 \series bold
22885 :c
22886 \series default
22887
22888 \begin_inset Quotes erd
22889 \end_inset
22890
22891  as \SpecialChar LaTeX
22892  argument of the third column.
22893  The \SpecialChar TeX
22894  Code command 
22895 \series bold
22896
22897 \backslash
22898 hdashline
22899 \series default
22900  was inserted in the first cell of the third row and the \SpecialChar TeX
22901  Code command
22902 \begin_inset Newline newline
22903 \end_inset
22904
22905  
22906 \series bold
22907
22908 \backslash
22909 cdashline{4-5}
22910 \series default
22911  was inserted in the first cell of the fourth row.
22912 \end_layout
22913
22914 \begin_layout Standard
22915 \begin_inset VSpace bigskip
22916 \end_inset
22917
22918
22919 \end_layout
22920
22921 \begin_layout Standard
22922 Tables with dashed lines can also be colored as shown by Table
22923 \begin_inset space ~
22924 \end_inset
22925
22926
22927 \begin_inset CommandInset ref
22928 LatexCommand ref
22929 reference "tab:Colored-table-with"
22930
22931 \end_inset
22932
22933 .
22934 \end_layout
22935
22936 \begin_layout Standard
22937 \begin_inset ERT
22938 status collapsed
22939
22940 \begin_layout Plain Layout
22941
22942
22943 \backslash
22944 setlength{
22945 \backslash
22946 arrayrulewidth}{1pt}
22947 \end_layout
22948
22949 \end_inset
22950
22951
22952 \begin_inset Note Note
22953 status collapsed
22954
22955 \begin_layout Plain Layout
22956 thicker lines for better visualization of the line color
22957 \end_layout
22958
22959 \end_inset
22960
22961
22962 \end_layout
22963
22964 \begin_layout Standard
22965 \begin_inset ERT
22966 status collapsed
22967
22968 \begin_layout Plain Layout
22969
22970
22971 \backslash
22972 dashgapcolor{green}
22973 \end_layout
22974
22975 \end_inset
22976
22977
22978 \begin_inset Note Note
22979 status collapsed
22980
22981 \begin_layout Plain Layout
22982 color gaps between dashes green
22983 \end_layout
22984
22985 \end_inset
22986
22987
22988 \end_layout
22989
22990 \begin_layout Standard
22991 \begin_inset ERT
22992 status collapsed
22993
22994 \begin_layout Plain Layout
22995
22996
22997 \backslash
22998 let
22999 \backslash
23000 myHdashline
23001 \backslash
23002 hdashline
23003 \end_layout
23004
23005 \begin_layout Plain Layout
23006
23007
23008 \backslash
23009 renewcommand{
23010 \backslash
23011 hdashline}
23012 \end_layout
23013
23014 \begin_layout Plain Layout
23015
23016  {
23017 \backslash
23018 arrayrulecolor{red}
23019 \backslash
23020 myHdashline
23021 \backslash
23022 arrayrulecolor{black}}
23023 \end_layout
23024
23025 \end_inset
23026
23027
23028 \begin_inset Note Note
23029 status collapsed
23030
23031 \begin_layout Plain Layout
23032 color horizontal, dashed lines red
23033 \end_layout
23034
23035 \end_inset
23036
23037
23038 \end_layout
23039
23040 \begin_layout Standard
23041 \begin_inset ERT
23042 status collapsed
23043
23044 \begin_layout Plain Layout
23045
23046
23047 \backslash
23048 let
23049 \backslash
23050 myCdashline
23051 \backslash
23052 cdashline
23053 \end_layout
23054
23055 \begin_layout Plain Layout
23056
23057
23058 \backslash
23059 renewcommand{
23060 \backslash
23061 cdashline}[1]
23062 \end_layout
23063
23064 \begin_layout Plain Layout
23065
23066  {
23067 \backslash
23068 arrayrulecolor{yellow}
23069 \backslash
23070 myCdashline{#1}
23071 \backslash
23072 arrayrulecolor{black}}
23073 \end_layout
23074
23075 \end_inset
23076
23077
23078 \begin_inset Note Note
23079 status collapsed
23080
23081 \begin_layout Plain Layout
23082 color partial horizontal, dashed lines yellow
23083 \end_layout
23084
23085 \end_inset
23086
23087
23088 \end_layout
23089
23090 \begin_layout Standard
23091 \begin_inset Float table
23092 placement h
23093 wide false
23094 sideways false
23095 status open
23096
23097 \begin_layout Plain Layout
23098 \begin_inset Caption Standard
23099
23100 \begin_layout Plain Layout
23101 \begin_inset CommandInset label
23102 LatexCommand label
23103 name "tab:Colored-table-with"
23104
23105 \end_inset
23106
23107 Colored table with dashed lines
23108 \end_layout
23109
23110 \end_inset
23111
23112
23113 \end_layout
23114
23115 \begin_layout Plain Layout
23116 \align center
23117 \begin_inset Tabular
23118 <lyxtabular version="3" rows="5" columns="5">
23119 <features tabularvalignment="middle">
23120 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23121 <column alignment="center" valignment="top" width="0pt">
23122 <column alignment="center" valignment="top" width="0pt" special=":c">
23123 <column alignment="center" valignment="top">
23124 <column alignment="center" valignment="top">
23125 <row>
23126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23127 \begin_inset Text
23128
23129 \begin_layout Plain Layout
23130 a
23131 \end_layout
23132
23133 \end_inset
23134 </cell>
23135 <cell alignment="center" valignment="top" topline="true" usebox="none">
23136 \begin_inset Text
23137
23138 \begin_layout Plain Layout
23139 b
23140 \end_layout
23141
23142 \end_inset
23143 </cell>
23144 <cell alignment="center" valignment="top" topline="true" usebox="none">
23145 \begin_inset Text
23146
23147 \begin_layout Plain Layout
23148 c
23149 \end_layout
23150
23151 \end_inset
23152 </cell>
23153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23154 \begin_inset Text
23155
23156 \begin_layout Plain Layout
23157 d
23158 \end_layout
23159
23160 \end_inset
23161 </cell>
23162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23163 \begin_inset Text
23164
23165 \begin_layout Plain Layout
23166 e
23167 \end_layout
23168
23169 \end_inset
23170 </cell>
23171 </row>
23172 <row>
23173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23174 \begin_inset Text
23175
23176 \begin_layout Plain Layout
23177 f
23178 \end_layout
23179
23180 \end_inset
23181 </cell>
23182 <cell alignment="center" valignment="top" topline="true" usebox="none">
23183 \begin_inset Text
23184
23185 \begin_layout Plain Layout
23186 g
23187 \end_layout
23188
23189 \end_inset
23190 </cell>
23191 <cell alignment="center" valignment="top" topline="true" usebox="none">
23192 \begin_inset Text
23193
23194 \begin_layout Plain Layout
23195 h
23196 \end_layout
23197
23198 \end_inset
23199 </cell>
23200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23201 \begin_inset Text
23202
23203 \begin_layout Plain Layout
23204 i
23205 \end_layout
23206
23207 \end_inset
23208 </cell>
23209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23210 \begin_inset Text
23211
23212 \begin_layout Plain Layout
23213 j
23214 \end_layout
23215
23216 \end_inset
23217 </cell>
23218 </row>
23219 <row>
23220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23221 \begin_inset Text
23222
23223 \begin_layout Plain Layout
23224 \begin_inset ERT
23225 status collapsed
23226
23227 \begin_layout Plain Layout
23228
23229
23230 \backslash
23231 hdashline 
23232 \end_layout
23233
23234 \end_inset
23235
23236
23237 \begin_inset ERT
23238 status collapsed
23239
23240 \begin_layout Plain Layout
23241
23242
23243 \backslash
23244 rowcolor{Gray}
23245 \end_layout
23246
23247 \end_inset
23248
23249 k
23250 \end_layout
23251
23252 \end_inset
23253 </cell>
23254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23255 \begin_inset Text
23256
23257 \begin_layout Plain Layout
23258 l
23259 \end_layout
23260
23261 \end_inset
23262 </cell>
23263 <cell alignment="center" valignment="top" usebox="none">
23264 \begin_inset Text
23265
23266 \begin_layout Plain Layout
23267 m
23268 \end_layout
23269
23270 \end_inset
23271 </cell>
23272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23273 \begin_inset Text
23274
23275 \begin_layout Plain Layout
23276 n
23277 \end_layout
23278
23279 \end_inset
23280 </cell>
23281 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23282 \begin_inset Text
23283
23284 \begin_layout Plain Layout
23285 o
23286 \end_layout
23287
23288 \end_inset
23289 </cell>
23290 </row>
23291 <row>
23292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23293 \begin_inset Text
23294
23295 \begin_layout Plain Layout
23296 \begin_inset ERT
23297 status collapsed
23298
23299 \begin_layout Plain Layout
23300
23301
23302 \backslash
23303 cdashline{4-5}
23304 \end_layout
23305
23306 \end_inset
23307
23308 p
23309 \end_layout
23310
23311 \end_inset
23312 </cell>
23313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23314 \begin_inset Text
23315
23316 \begin_layout Plain Layout
23317 q
23318 \end_layout
23319
23320 \end_inset
23321 </cell>
23322 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23323 \begin_inset Text
23324
23325 \begin_layout Plain Layout
23326 r
23327 \end_layout
23328
23329 \end_inset
23330 </cell>
23331 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335 s
23336 \end_layout
23337
23338 \end_inset
23339 </cell>
23340 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 </row>
23350 <row>
23351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355 t
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23361 \begin_inset Text
23362
23363 \begin_layout Plain Layout
23364 u
23365 \end_layout
23366
23367 \end_inset
23368 </cell>
23369 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23370 \begin_inset Text
23371
23372 \begin_layout Plain Layout
23373 v
23374 \end_layout
23375
23376 \end_inset
23377 </cell>
23378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23379 \begin_inset Text
23380
23381 \begin_layout Plain Layout
23382 w
23383 \end_layout
23384
23385 \end_inset
23386 </cell>
23387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391 \begin_inset ERT
23392 status collapsed
23393
23394 \begin_layout Plain Layout
23395
23396
23397 \backslash
23398 cellcolor{Maroon}
23399 \end_layout
23400
23401 \end_inset
23402
23403 i
23404 \end_layout
23405
23406 \end_inset
23407 </cell>
23408 </row>
23409 </lyxtabular>
23410
23411 \end_inset
23412
23413
23414 \end_layout
23415
23416 \end_inset
23417
23418
23419 \end_layout
23420
23421 \begin_layout Standard
23422 \begin_inset ERT
23423 status collapsed
23424
23425 \begin_layout Plain Layout
23426
23427
23428 \backslash
23429 renewcommand{
23430 \backslash
23431 hdashline}{
23432 \backslash
23433 myHdashline}
23434 \end_layout
23435
23436 \end_inset
23437
23438
23439 \begin_inset Note Note
23440 status collapsed
23441
23442 \begin_layout Plain Layout
23443 reset to default
23444 \end_layout
23445
23446 \end_inset
23447
23448
23449 \end_layout
23450
23451 \begin_layout Standard
23452 \begin_inset ERT
23453 status collapsed
23454
23455 \begin_layout Plain Layout
23456
23457
23458 \backslash
23459 renewcommand{
23460 \backslash
23461 cdashline}{
23462 \backslash
23463 myCdashline}
23464 \end_layout
23465
23466 \end_inset
23467
23468
23469 \begin_inset Note Note
23470 status collapsed
23471
23472 \begin_layout Plain Layout
23473 reset to default
23474 \end_layout
23475
23476 \end_inset
23477
23478
23479 \end_layout
23480
23481 \begin_layout Standard
23482 \begin_inset ERT
23483 status collapsed
23484
23485 \begin_layout Plain Layout
23486
23487
23488 \backslash
23489 nodashgapcolor
23490 \end_layout
23491
23492 \end_inset
23493
23494
23495 \begin_inset Note Note
23496 status collapsed
23497
23498 \begin_layout Plain Layout
23499 reset to default
23500 \end_layout
23501
23502 \end_inset
23503
23504
23505 \end_layout
23506
23507 \begin_layout Standard
23508 \begin_inset ERT
23509 status collapsed
23510
23511 \begin_layout Plain Layout
23512
23513
23514 \backslash
23515 setlength{
23516 \backslash
23517 arrayrulewidth}{0.4pt}
23518 \end_layout
23519
23520 \end_inset
23521
23522
23523 \begin_inset Note Note
23524 status collapsed
23525
23526 \begin_layout Plain Layout
23527 reset to default
23528 \end_layout
23529
23530 \end_inset
23531
23532
23533 \end_layout
23534
23535 \begin_layout Standard
23536 The coloring of lines, columns and lines works as decribed in section
23537 \begin_inset space ~
23538 \end_inset
23539
23540
23541 \begin_inset CommandInset ref
23542 LatexCommand ref
23543 reference "sec:Colored-Tables"
23544
23545 \end_inset
23546
23547 .
23548  Coloring horizontal lines works analogically as described there as well,
23549  one only needs to replace in the commands 
23550 \series bold
23551
23552 \backslash
23553 myHlineC
23554 \series default
23555  by 
23556 \series bold
23557
23558 \backslash
23559 myHdashline
23560 \series default
23561  and 
23562 \backslash
23563
23564 \series bold
23565 hline
23566 \series default
23567  by 
23568 \series bold
23569
23570 \backslash
23571 hdashline
23572 \series default
23573 ; so one uses the command
23574 \end_layout
23575
23576 \begin_layout Standard
23577
23578 \series bold
23579
23580 \backslash
23581 let
23582 \backslash
23583 myHdashline
23584 \backslash
23585 hdashline
23586 \begin_inset Newline newline
23587 \end_inset
23588
23589
23590 \backslash
23591 renewcommand{
23592 \backslash
23593 hdashline}
23594 \begin_inset Newline newline
23595 \end_inset
23596
23597
23598 \begin_inset Phantom HPhantom
23599 status open
23600
23601 \begin_layout Plain Layout
23602 \begin_inset space ~
23603 \end_inset
23604
23605
23606 \end_layout
23607
23608 \end_inset
23609
23610 {
23611 \backslash
23612 arrayrulecolor{red}
23613 \backslash
23614 myHdashline
23615 \backslash
23616 arrayrulecolor{black}}
23617 \end_layout
23618
23619 \begin_layout Standard
23620 To color 
23621 \series bold
23622
23623 \backslash
23624 cdashline
23625 \series default
23626 , the command is
23627 \end_layout
23628
23629 \begin_layout Standard
23630
23631 \series bold
23632
23633 \backslash
23634 let
23635 \backslash
23636 myCdashline
23637 \backslash
23638 cdashline
23639 \begin_inset Newline newline
23640 \end_inset
23641
23642
23643 \backslash
23644 renewcommand{
23645 \backslash
23646 cdashline}[1]
23647 \begin_inset Newline newline
23648 \end_inset
23649
23650
23651 \begin_inset Phantom HPhantom
23652 status open
23653
23654 \begin_layout Plain Layout
23655 \begin_inset space ~
23656 \end_inset
23657
23658
23659 \end_layout
23660
23661 \end_inset
23662
23663 {
23664 \backslash
23665 arrayrulecolor{red}
23666 \backslash
23667 myCdashline{#1}
23668 \backslash
23669 arrayrulecolor{black}}
23670 \end_layout
23671
23672 \begin_layout Standard
23673 To get back the black line color, one needs to insert the following commands
23674  as \SpecialChar TeX
23675  Code behind the table:
23676 \end_layout
23677
23678 \begin_layout Standard
23679 For 
23680 \series bold
23681
23682 \backslash
23683 hdashline
23684 \end_layout
23685
23686 \begin_layout Standard
23687
23688 \series bold
23689
23690 \backslash
23691 renewcommand{
23692 \backslash
23693 hdashline}{
23694 \backslash
23695 myHdashline}
23696 \end_layout
23697
23698 \begin_layout Standard
23699 and for 
23700 \series bold
23701
23702 \backslash
23703 cdashline
23704 \end_layout
23705
23706 \begin_layout Standard
23707
23708 \series bold
23709
23710 \backslash
23711 renewcommand{
23712 \backslash
23713 cdashline}{
23714 \backslash
23715 myCdashline}
23716 \end_layout
23717
23718 \begin_layout Standard
23719 To color the gaps between the dashes the command
23720 \end_layout
23721
23722 \begin_layout Standard
23723
23724 \series bold
23725
23726 \backslash
23727 dashgapcolor{color}
23728 \end_layout
23729
23730 \begin_layout Standard
23731 can be used in front of a table as \SpecialChar TeX
23732  Code.
23733  color is hereby the name of a defined color.
23734  The command
23735 \end_layout
23736
23737 \begin_layout Standard
23738
23739 \series bold
23740
23741 \backslash
23742 nodashgapcolor
23743 \end_layout
23744
23745 \begin_layout Standard
23746 unsets the changes made by 
23747 \series bold
23748
23749 \backslash
23750 dashgapcolor
23751 \series default
23752 .
23753 \end_layout
23754
23755 \begin_layout Standard
23756 \begin_inset Note Greyedout
23757 status open
23758
23759 \begin_layout Plain Layout
23760
23761 \series bold
23762 \color none
23763 Note
23764 \series default
23765 : If there are multiple commands in a cell, the command of 
23766 \series bold
23767 arydshln
23768 \series default
23769  needs to be the first one in the cell.
23770  Therefore in cell 
23771 \emph on
23772 k
23773 \emph default
23774  of Table
23775 \begin_inset space ~
23776 \end_inset
23777
23778
23779 \begin_inset CommandInset ref
23780 LatexCommand ref
23781 reference "tab:Colored-table-with"
23782
23783 \end_inset
23784
23785  the command 
23786 \series bold
23787
23788 \backslash
23789 hdashline
23790 \series default
23791  is before 
23792 \series bold
23793
23794 \backslash
23795 rowcolor
23796 \series default
23797 .
23798 \end_layout
23799
23800 \end_inset
23801
23802
23803 \end_layout
23804
23805 \begin_layout Standard
23806 \begin_inset Note Greyedout
23807 status open
23808
23809 \begin_layout Plain Layout
23810
23811 \series bold
23812 \color none
23813 Note:
23814 \series default
23815  The \SpecialChar LaTeX
23816 -package 
23817 \series bold
23818 arydshln
23819 \series default
23820  must be loaded in the document preamble before the \SpecialChar LaTeX
23821 -package 
23822 \series bold
23823 colortbl
23824 \series default
23825
23826 \begin_inset Index idx
23827 status collapsed
23828
23829 \begin_layout Plain Layout
23830 \SpecialChar LaTeX
23831 -packages ! colortbl
23832 \end_layout
23833
23834 \end_inset
23835
23836 .
23837 \end_layout
23838
23839 \end_inset
23840
23841
23842 \end_layout
23843
23844 \begin_layout Standard
23845 \begin_inset ERT
23846 status collapsed
23847
23848 \begin_layout Plain Layout
23849
23850
23851 \backslash
23852 else
23853 \end_layout
23854
23855 \end_inset
23856
23857
23858 \begin_inset Note Note
23859 status open
23860
23861 \begin_layout Plain Layout
23862 The following will be displayed when the \SpecialChar LaTeX
23863 -package 
23864 \series bold
23865 arydshln
23866 \series default
23867  is not installed:
23868 \end_layout
23869
23870 \end_inset
23871
23872
23873 \end_layout
23874
23875 \begin_layout Standard
23876 You need to install the package 
23877 \series bold
23878 arydshln
23879 \series default
23880  to see the content of this section in the output.
23881 \end_layout
23882
23883 \begin_layout Standard
23884 \begin_inset ERT
23885 status collapsed
23886
23887 \begin_layout Plain Layout
23888
23889
23890 \backslash
23891 fi
23892 \end_layout
23893
23894 \end_inset
23895
23896
23897 \end_layout
23898
23899 \begin_layout Standard
23900 For more information about dashed lines see the documentation of 
23901 \series bold
23902 arydshln
23903 \series default
23904
23905 \begin_inset CommandInset citation
23906 LatexCommand cite
23907 key "arydshln"
23908
23909 \end_inset
23910
23911 .
23912 \end_layout
23913
23914 \begin_layout Chapter
23915 Floats
23916 \begin_inset CommandInset label
23917 LatexCommand label
23918 name "chap:Floats"
23919
23920 \end_inset
23921
23922
23923 \begin_inset Index idx
23924 status collapsed
23925
23926 \begin_layout Plain Layout
23927 Floats
23928 \end_layout
23929
23930 \end_inset
23931
23932
23933 \end_layout
23934
23935 \begin_layout Section
23936 Introduction
23937 \begin_inset CommandInset label
23938 LatexCommand label
23939 name "sec:FloatIntroduction"
23940
23941 \end_inset
23942
23943
23944 \begin_inset Index idx
23945 status collapsed
23946
23947 \begin_layout Plain Layout
23948 Floats ! Introduction
23949 \end_layout
23950
23951 \end_inset
23952
23953
23954 \end_layout
23955
23956 \begin_layout Standard
23957 A float is a block of text associated with some sort of label, which doesn't
23958  have a fixed location.
23959  It can 
23960 \begin_inset Quotes eld
23961 \end_inset
23962
23963 float
23964 \begin_inset Quotes erd
23965 \end_inset
23966
23967  forward or backward a page or two, to wherever it fits best.
23968  
23969 \family sans
23970 Footnotes
23971 \family default
23972  and 
23973 \family sans
23974 Margin
23975 \begin_inset space ~
23976 \end_inset
23977
23978 Notes
23979 \family default
23980  are also floats because they can float to the next page when there are
23981  too many notes on the page.
23982 \end_layout
23983
23984 \begin_layout Standard
23985 Floats allow a high quality layout.
23986  Images and tables can be spread evenly among the pages to avoid white space
23987  and pages without text.
23988  As the floating often destroys the context between the text and the image/table
23989 , every float can be referenced in the text.
23990  Floats are therefore numbered.
23991  Referencing is described in section
23992 \begin_inset space ~
23993 \end_inset
23994
23995
23996 \begin_inset CommandInset ref
23997 LatexCommand ref
23998 reference "sec:Referencing-Floats"
23999
24000 \end_inset
24001
24002 .
24003 \end_layout
24004
24005 \begin_layout Standard
24006 To insert a float, use the menu 
24007 \family sans
24008 Insert\SpecialChar menuseparator
24009 Float
24010 \family default
24011  (toolbar button 
24012 \begin_inset Info
24013 type  "icon"
24014 arg   "float-insert figure"
24015 \end_inset
24016
24017  or 
24018 \begin_inset Info
24019 type  "icon"
24020 arg   "float-insert table"
24021 \end_inset
24022
24023 ).
24024  This inserts the 
24025 \family sans
24026 Caption
24027 \family default
24028  inset, a box with a label.
24029  The label will automatically be translated to the document language in
24030  the output.
24031  After the label you can insert the caption text.
24032  The image or table is inserted above or below the caption in a separate
24033  paragraph within the float.
24034  More about the caption placement is contained in section
24035 \begin_inset space ~
24036 \end_inset
24037
24038
24039 \begin_inset CommandInset ref
24040 LatexCommand ref
24041 reference "sec:Caption-Placement"
24042
24043 \end_inset
24044
24045 .
24046  To keep your \SpecialChar LyX
24047  document readable, you can open and close the float box by
24048  left-clicking on the box label.
24049  A closed float box looks like this: 
24050 \begin_inset Graphics
24051         filename clipart/float.png
24052         scale 70
24053         scaleBeforeRotation
24054
24055 \end_inset
24056
24057  – a gray button with a red label.
24058 \end_layout
24059
24060 \begin_layout Standard
24061 It is recommended that you insert floats as separate standard paragraphs
24062  to avoid possible \SpecialChar LaTeX
24063 -errors that can occur when the surrounding text is specially
24064  formatted.
24065 \end_layout
24066
24067 \begin_layout Standard
24068 Existing figures or tables can be put into a float by highlighting them
24069  and then pressing the corresponding toolbar button for a new float.
24070 \end_layout
24071
24072 \begin_layout Section
24073 Float Types
24074 \end_layout
24075
24076 \begin_layout Standard
24077 Besides figure and table floats that are described in sections
24078 \begin_inset space ~
24079 \end_inset
24080
24081
24082 \begin_inset CommandInset ref
24083 LatexCommand ref
24084 reference "sec:Figure-Floats"
24085
24086 \end_inset
24087
24088  and 
24089 \begin_inset CommandInset ref
24090 LatexCommand ref
24091 reference "sec:Table-Floats"
24092
24093 \end_inset
24094
24095  respectively, \SpecialChar LyX
24096  offers the float types 
24097 \family sans
24098 Algorithm
24099 \family default
24100  and 
24101 \family sans
24102 Wrap
24103 \family default
24104 .
24105  The latter are explained in sec.
24106 \begin_inset space \thinspace{}
24107 \end_inset
24108
24109
24110 \begin_inset CommandInset ref
24111 LatexCommand ref
24112 reference "sec:Wrap-Floats"
24113
24114 \end_inset
24115
24116 .
24117 \end_layout
24118
24119 \begin_layout Subsection
24120 Algorithm Floats
24121 \begin_inset Index idx
24122 status collapsed
24123
24124 \begin_layout Plain Layout
24125 Floats ! Algorithms
24126 \end_layout
24127
24128 \end_inset
24129
24130
24131 \end_layout
24132
24133 \begin_layout Standard
24134 \begin_inset Float algorithm
24135 placement h
24136 wide false
24137 sideways false
24138 status open
24139
24140 \begin_layout Plain Layout
24141 \begin_inset Caption Standard
24142
24143 \begin_layout Plain Layout
24144 \begin_inset CommandInset label
24145 LatexCommand label
24146 name "alg:Example-Algorithm-float"
24147
24148 \end_inset
24149
24150 Example Algorithm float
24151 \end_layout
24152
24153 \end_inset
24154
24155
24156 \end_layout
24157
24158 \begin_layout LyX-Code
24159 for I in 1..N loop
24160 \begin_inset Newline newline
24161 \end_inset
24162
24163  Sum:= Sum + A(I); /*comment*/
24164 \begin_inset Newline newline
24165 \end_inset
24166
24167 end loop
24168 \begin_inset VSpace -4mm
24169 \end_inset
24170
24171
24172 \end_layout
24173
24174 \end_inset
24175
24176
24177 \end_layout
24178
24179 \begin_layout Standard
24180 This float type is inserted with the menu 
24181 \family sans
24182 Insert\SpecialChar menuseparator
24183 Float\SpecialChar menuseparator
24184 Algorithm
24185 \family default
24186 .
24187  It is used for program codes and descriptions of algorithms and can be
24188  seen as an alternative to program code listings that are explained in chapter
24189 \begin_inset space ~
24190 \end_inset
24191
24192
24193 \begin_inset CommandInset ref
24194 LatexCommand ref
24195 reference "cha:Program-Code-Listings"
24196
24197 \end_inset
24198
24199 .
24200  A possible environment for algorithms is the 
24201 \family sans
24202 \SpecialChar LyX
24203  Code
24204 \family default
24205 , described in \SpecialChar LyX
24206 's 
24207 \emph on
24208 Userguide
24209 \emph default
24210 .
24211  Algorithm
24212 \begin_inset space ~
24213 \end_inset
24214
24215
24216 \begin_inset CommandInset ref
24217 LatexCommand ref
24218 reference "alg:Example-Algorithm-float"
24219
24220 \end_inset
24221
24222  is an example of an algorithm float where -4
24223 \begin_inset space \thinspace{}
24224 \end_inset
24225
24226 mm vertical space was added at the end of the float to have the bottom rule
24227  exactly below the last text line.
24228 \end_layout
24229
24230 \begin_layout Standard
24231 The float label is not automatically translated into the document language.
24232  If your document is not in English, you have to do this manually by adding
24233  the following line to the document preamble
24234 \series bold
24235 :
24236 \end_layout
24237
24238 \begin_layout Standard
24239
24240 \series bold
24241
24242 \backslash
24243 floatname{algorithm}{your
24244 \begin_inset space ~
24245 \end_inset
24246
24247 name}
24248 \end_layout
24249
24250 \begin_layout Standard
24251 where 
24252 \family sans
24253 your
24254 \begin_inset space ~
24255 \end_inset
24256
24257 name
24258 \family default
24259  is the word 
24260 \begin_inset Quotes eld
24261 \end_inset
24262
24263
24264 \emph on
24265 algorithm
24266 \emph default
24267
24268 \begin_inset Quotes erd
24269 \end_inset
24270
24271  in your language.
24272 \end_layout
24273
24274 \begin_layout Standard
24275 To insert the list of algorithms you can use the menu 
24276 \family sans
24277 Insert\SpecialChar menuseparator
24278 List
24279 \begin_inset space \thinspace{}
24280 \end_inset
24281
24282 /
24283 \begin_inset space \thinspace{}
24284 \end_inset
24285
24286 TOC\SpecialChar menuseparator
24287 List of Algorithms
24288 \family default
24289  when your document has the same language as \SpecialChar LyX
24290 's menu names.
24291  In other cases use this command in \SpecialChar TeX
24292  Code instead:
24293 \end_layout
24294
24295 \begin_layout Standard
24296
24297 \series bold
24298
24299 \backslash
24300 listof{algorithm}{your
24301 \begin_inset space ~
24302 \end_inset
24303
24304 name}
24305 \end_layout
24306
24307 \begin_layout Standard
24308 where 
24309 \family sans
24310 your
24311 \begin_inset space ~
24312 \end_inset
24313
24314 name
24315 \family default
24316  is the word 
24317 \begin_inset Quotes eld
24318 \end_inset
24319
24320
24321 \emph on
24322 List of Algorithm
24323 \emph default
24324 s
24325 \begin_inset Quotes erd
24326 \end_inset
24327
24328  in your language.
24329 \end_layout
24330
24331 \begin_layout Standard
24332 Algorithm floats are not by default numbered in the scheme 
24333 \begin_inset Quotes eld
24334 \end_inset
24335
24336 chapter.algorithm
24337 \begin_inset Quotes erd
24338 \end_inset
24339
24340  as is the case for table and figure floats in many document-classes.
24341  To number algorithm floats in the same scheme, add this command to your
24342  document preamble:
24343 \end_layout
24344
24345 \begin_layout Standard
24346
24347 \series bold
24348
24349 \backslash
24350 numberwithin{algorithm}{chapter}
24351 \end_layout
24352
24353 \begin_layout Standard
24354 To be able to use the command 
24355 \series bold
24356
24357 \backslash
24358 numberwithin
24359 \series default
24360 , set in the tab 
24361 \family sans
24362 Math
24363 \begin_inset space ~
24364 \end_inset
24365
24366 Options
24367 \family default
24368  in the document settings the option 
24369 \family sans
24370 Use
24371 \begin_inset space ~
24372 \end_inset
24373
24374 AMS
24375 \begin_inset space ~
24376 \end_inset
24377
24378 math
24379 \begin_inset space ~
24380 \end_inset
24381
24382 package
24383 \family default
24384 .
24385 \end_layout
24386
24387 \begin_layout Section
24388 Float Numbering
24389 \begin_inset Index idx
24390 status collapsed
24391
24392 \begin_layout Plain Layout
24393 Floats ! Numbering
24394 \end_layout
24395
24396 \end_inset
24397
24398
24399 \end_layout
24400
24401 \begin_layout Standard
24402 Floats are usually numbered either independently from the sections the floats
24403  are in, or in the scheme 
24404 \begin_inset Quotes eld
24405 \end_inset
24406
24407 chapter.number
24408 \begin_inset Quotes erd
24409 \end_inset
24410
24411  or 
24412 \begin_inset Quotes eld
24413 \end_inset
24414
24415 section.number
24416 \begin_inset Quotes erd
24417 \end_inset
24418
24419 .
24420  This depends on the document class used.
24421 \end_layout
24422
24423 \begin_layout Standard
24424 To change section-independent numbering, you can use this command in the
24425  document preamble:
24426 \end_layout
24427
24428 \begin_layout Standard
24429
24430 \series bold
24431
24432 \backslash
24433 renewcommand{
24434 \backslash
24435 thetable}{
24436 \backslash
24437 roman{table}}
24438 \end_layout
24439
24440 \begin_layout Standard
24441
24442 \series bold
24443
24444 \backslash
24445 thetable
24446 \series default
24447  is the command that prints the table number.
24448  For figure floats, the command would be 
24449 \series bold
24450
24451 \backslash
24452 thefigure
24453 \series default
24454 .
24455  
24456 \series bold
24457
24458 \backslash
24459 roman
24460 \series default
24461  in the command above prints the table number as a small roman number.
24462 \end_layout
24463
24464 \begin_layout Standard
24465 To change the numbering scheme for example to 
24466 \begin_inset Quotes eld
24467 \end_inset
24468
24469 subsection.number
24470 \begin_inset Quotes erd
24471 \end_inset
24472
24473 , use this command in the preamble:
24474 \end_layout
24475
24476 \begin_layout Standard
24477
24478 \series bold
24479
24480 \backslash
24481 numberwithin{table}{subsection}
24482 \end_layout
24483
24484 \begin_layout Standard
24485 To be able to use the command 
24486 \series bold
24487
24488 \backslash
24489 numberwithin
24490 \series default
24491 , set in the tab 
24492 \family sans
24493 Math
24494 \begin_inset space ~
24495 \end_inset
24496
24497 Options
24498 \family default
24499  in the document settings the option 
24500 \family sans
24501 Use
24502 \begin_inset space ~
24503 \end_inset
24504
24505 AMS
24506 \begin_inset space ~
24507 \end_inset
24508
24509 math
24510 \begin_inset space ~
24511 \end_inset
24512
24513 package
24514 \family default
24515 .
24516 \end_layout
24517
24518 \begin_layout Standard
24519 Please also have a look at section
24520 \begin_inset space ~
24521 \end_inset
24522
24523
24524 \begin_inset CommandInset ref
24525 LatexCommand ref
24526 reference "subsec:Footnote-Numbering"
24527
24528 \end_inset
24529
24530  for the details and important notes about the numbering commands.
24531 \end_layout
24532
24533 \begin_layout Section
24534 Referencing Floats
24535 \begin_inset CommandInset label
24536 LatexCommand label
24537 name "sec:Referencing-Floats"
24538
24539 \end_inset
24540
24541
24542 \begin_inset Index idx
24543 status collapsed
24544
24545 \begin_layout Plain Layout
24546 Floats ! References
24547 \end_layout
24548
24549 \end_inset
24550
24551
24552 \begin_inset Index idx
24553 status collapsed
24554
24555 \begin_layout Plain Layout
24556 References ! to Floats
24557 \end_layout
24558
24559 \end_inset
24560
24561
24562 \end_layout
24563
24564 \begin_layout Standard
24565 To reference a float, insert a label into its caption using the menu 
24566 \family sans
24567 Insert\SpecialChar menuseparator
24568 Label
24569 \family default
24570  or the toolbar button 
24571 \begin_inset Info
24572 type  "icon"
24573 arg   "label-insert"
24574 \end_inset
24575
24576 .
24577  A grey label box like this one: 
24578 \begin_inset Graphics
24579         filename clipart/label.png
24580         scaleBeforeRotation
24581
24582 \end_inset
24583
24584  will be inserted and the label window pops up asking for the label text.
24585  \SpecialChar LyX
24586  offers as text the first words of the caption with a prefix.
24587  The prefix depends on the float type, e.
24588 \begin_inset space \thinspace{}
24589 \end_inset
24590
24591 g.
24592 \begin_inset space \space{}
24593 \end_inset
24594
24595 for figure floats the prefix will be "
24596 \family sans
24597 fig:
24598 \family default
24599 ".
24600 \end_layout
24601
24602 \begin_layout Standard
24603 The label is used as anchor and name for the reference.
24604  You can refer to the label using the menu 
24605 \family sans
24606 Insert\SpecialChar menuseparator
24607 Cross-reference
24608 \family default
24609  or the toolbar button 
24610 \begin_inset Info
24611 type  "icon"
24612 arg   "dialog-show-new-inset ref"
24613 \end_inset
24614
24615 .
24616  The cross-reference window appears showing all labels of the document.
24617  If you have multiple \SpecialChar LyX
24618  documents opened, choose the one you are working
24619  on from the drop-list at the top of the dialog.
24620  You can now sort the labels alphabetically and then choose one.
24621  A grey cross-reference box like this one: 
24622 \begin_inset Graphics
24623         filename clipart/reference.png
24624         scaleBeforeRotation
24625
24626 \end_inset
24627
24628  will be inserted.
24629  At the position of the cross-reference box the float number will appear
24630  in the output.
24631 \end_layout
24632
24633 \begin_layout Standard
24634 It is recommended that you use a protected space between the cross-reference
24635  name and its number to avoid line breaks between them.
24636  If a cross-reference refers to a non-existing label, you will see two question
24637  marks in the output instead of the reference.
24638 \end_layout
24639
24640 \begin_layout Standard
24641 You can change labels at any time by clicking on the label box.
24642  References to the changed label will automatically update their links to
24643  the new label text.
24644 \end_layout
24645
24646 \begin_layout Standard
24647 The button 
24648 \family sans
24649 Go
24650 \begin_inset space ~
24651 \end_inset
24652
24653 to
24654 \begin_inset space ~
24655 \end_inset
24656
24657 Label
24658 \family default
24659  in the cross-reference window sets the cursor before the referred label.
24660  The button text changes then to Go
24661 \begin_inset space ~
24662 \end_inset
24663
24664 Back and you can use it to set the cursor back to the cross-reference.
24665 \end_layout
24666
24667 \begin_layout Subsection
24668 Cross-Reference Formats
24669 \begin_inset CommandInset label
24670 LatexCommand label
24671 name "subsec:Cross-Reference-Formats"
24672
24673 \end_inset
24674
24675
24676 \begin_inset Index idx
24677 status collapsed
24678
24679 \begin_layout Plain Layout
24680 References ! Formats
24681 \end_layout
24682
24683 \end_inset
24684
24685
24686 \end_layout
24687
24688 \begin_layout Standard
24689 There are six varieties of cross-references:
24690 \end_layout
24691
24692 \begin_layout Description
24693 <reference>: prints the float number, this is the default: 
24694 \begin_inset CommandInset ref
24695 LatexCommand ref
24696 reference "fig:Two-distorted-images"
24697
24698 \end_inset
24699
24700
24701 \end_layout
24702
24703 \begin_layout Description
24704 (<reference>): prints the float number within two parentheses, this is the
24705  style normally used to reference formulas, especially when the reference
24706  name 
24707 \begin_inset Quotes eld
24708 \end_inset
24709
24710 Equation
24711 \begin_inset Quotes erd
24712 \end_inset
24713
24714  is omitted: 
24715 \begin_inset CommandInset ref
24716 LatexCommand eqref
24717 reference "eq:Wgn"
24718
24719 \end_inset
24720
24721
24722 \end_layout
24723
24724 \begin_layout Description
24725 <page>: prints the page number: Page
24726 \begin_inset space ~
24727 \end_inset
24728
24729
24730 \begin_inset CommandInset ref
24731 LatexCommand pageref
24732 reference "fig:Two-distorted-images"
24733
24734 \end_inset
24735
24736
24737 \end_layout
24738
24739 \begin_layout Description
24740 on
24741 \begin_inset space ~
24742 \end_inset
24743
24744 page
24745 \begin_inset space ~
24746 \end_inset
24747
24748 <page>: prints the text "on page" and the page number: 
24749 \begin_inset CommandInset ref
24750 LatexCommand vpageref
24751 reference "fig:Two-distorted-images"
24752
24753 \end_inset
24754
24755
24756 \end_layout
24757
24758 \begin_layout Description
24759 <reference>
24760 \begin_inset space ~
24761 \end_inset
24762
24763 on
24764 \begin_inset space ~
24765 \end_inset
24766
24767 page
24768 \begin_inset space ~
24769 \end_inset
24770
24771 <page>: prints the float number, the text "on page", and the page number:
24772  
24773 \begin_inset CommandInset ref
24774 LatexCommand vref
24775 reference "fig:Two-distorted-images"
24776
24777 \end_inset
24778
24779
24780 \end_layout
24781
24782 \begin_layout Description
24783 Formatted
24784 \begin_inset space ~
24785 \end_inset
24786
24787 reference: prints a self-defined cross-reference format.
24788 \begin_inset Newline newline
24789 \end_inset
24790
24791
24792 \begin_inset Note Greyedout
24793 status open
24794
24795 \begin_layout Plain Layout
24796
24797 \series bold
24798 Note:
24799 \series default
24800  This feature is only available when you have the \SpecialChar LaTeX
24801 -package 
24802 \series bold
24803 prettyref
24804 \series default
24805  or 
24806 \series bold
24807 refstyle
24808 \series default
24809
24810 \begin_inset Index idx
24811 status collapsed
24812
24813 \begin_layout Plain Layout
24814 \SpecialChar LaTeX
24815 -packages ! prettyref
24816 \end_layout
24817
24818 \end_inset
24819
24820
24821 \begin_inset Index idx
24822 status collapsed
24823
24824 \begin_layout Plain Layout
24825 \SpecialChar LaTeX
24826 -packages ! refstyle
24827 \end_layout
24828
24829 \end_inset
24830
24831  installed.
24832 \end_layout
24833
24834 \end_inset
24835
24836
24837 \begin_inset Newline newline
24838 \end_inset
24839
24840 You can select which \SpecialChar LaTeX
24841 -package should be used for this feature by setting
24842  the option 
24843 \family sans
24844 Use refstyle (not prettyref) for cross-references
24845 \family default
24846  in the menu 
24847 \family sans
24848 Document\SpecialChar menuseparator
24849 Settings\SpecialChar menuseparator
24850 Document Class
24851 \family default
24852 .
24853  The format is specified by adding the command 
24854 \series bold
24855
24856 \backslash
24857 newrefformat
24858 \series default
24859  (prettyref) or 
24860 \series bold
24861
24862 \backslash
24863 newref
24864 \series default
24865  (refstyle) to the preamble of the document.
24866  For example redefining all references to figures (which have the label
24867  shortcut 
24868 \begin_inset Quotes eld
24869 \end_inset
24870
24871
24872 \family sans
24873 fig
24874 \family default
24875
24876 \begin_inset Quotes erd
24877 \end_inset
24878
24879 ) can be done with this command
24880 \begin_inset Newline newline
24881 \end_inset
24882
24883
24884 \series bold
24885
24886 \backslash
24887 newref{fig}{refcmd={Image on page 
24888 \backslash
24889 pageref{#1}}}
24890 \series default
24891
24892 \begin_inset Newline newline
24893 \end_inset
24894
24895 For more information about the format, have a look at the package documentations
24896
24897 \begin_inset CommandInset citation
24898 LatexCommand cite
24899 key "prettyref,refstyle"
24900
24901 \end_inset
24902
24903 .
24904 \end_layout
24905
24906 \begin_layout Description
24907 Textual
24908 \begin_inset space ~
24909 \end_inset
24910
24911 reference: prints the caption of the reference: 
24912 \begin_inset CommandInset ref
24913 LatexCommand nameref
24914 reference "fig:Two-distorted-images"
24915
24916 \end_inset
24917
24918
24919 \end_layout
24920
24921 \begin_layout Standard
24922
24923 \family sans
24924 <page>
24925 \family default
24926  will not print the page number if the label is on the previous, the same,
24927  or the next page.
24928  You will e.
24929 \begin_inset space \thinspace{}
24930 \end_inset
24931
24932 g.
24933 \begin_inset space \space{}
24934 \end_inset
24935
24936 see the text 
24937 \begin_inset Quotes eld
24938 \end_inset
24939
24940
24941 \family sans
24942 on this page
24943 \family default
24944
24945 \begin_inset Quotes erd
24946 \end_inset
24947
24948  instead.
24949  The style 
24950 \family sans
24951 <reference> on page <page>
24952 \family default
24953  will not print anything about the page if the label is on the same page.
24954 \end_layout
24955
24956 \begin_layout Standard
24957 The number and current page of the part of the document referred to in the
24958  output is automatically calculated by \SpecialChar LaTeX
24959 .
24960  The varieties are adjusted in the field 
24961 \family sans
24962 Format
24963 \family default
24964  of the cross-reference window that appears when you click on the cross-referenc
24965 e box.
24966 \end_layout
24967
24968 \begin_layout Standard
24969 \begin_inset Note Greyedout
24970 status open
24971
24972 \begin_layout Plain Layout
24973
24974 \series bold
24975 Note:
24976 \series default
24977  It is recommended to use the \SpecialChar LaTeX
24978 -package 
24979 \series bold
24980 refstyle
24981 \series default
24982
24983 \begin_inset Index idx
24984 status collapsed
24985
24986 \begin_layout Plain Layout
24987 \SpecialChar LaTeX
24988 -packages ! refstyle
24989 \end_layout
24990
24991 \end_inset
24992
24993  because 
24994 \series bold
24995 prettyref
24996 \series default
24997
24998 \begin_inset Index idx
24999 status collapsed
25000
25001 \begin_layout Plain Layout
25002 \SpecialChar LaTeX
25003 -packages ! prettyref
25004 \end_layout
25005
25006 \end_inset
25007
25008  does not know all of \SpecialChar LyX
25009 's possible label shortcuts
25010 \begin_inset Foot
25011 status collapsed
25012
25013 \begin_layout Plain Layout
25014 \begin_inset Quotes eld
25015 \end_inset
25016
25017 fig:
25018 \begin_inset Quotes erd
25019 \end_inset
25020
25021  is for example \SpecialChar LyX
25022 's shortcut for labels in figure captions.
25023 \end_layout
25024
25025 \end_inset
25026
25027  and is not internationalized.
25028 \end_layout
25029
25030 \end_inset
25031
25032
25033 \end_layout
25034
25035 \begin_layout Subsection
25036 Automatic Reference Naming
25037 \begin_inset Index idx
25038 status collapsed
25039
25040 \begin_layout Plain Layout
25041 References ! Automatic Reference Naming
25042 \end_layout
25043
25044 \end_inset
25045
25046
25047 \end_layout
25048
25049 \begin_layout Standard
25050 The \SpecialChar LaTeX
25051 -package 
25052 \series bold
25053 hyperref
25054 \series default
25055
25056 \begin_inset Index idx
25057 status collapsed
25058
25059 \begin_layout Plain Layout
25060 \SpecialChar LaTeX
25061 -packages ! hyperref
25062 \end_layout
25063
25064 \end_inset
25065
25066 , that is enabled in the 
25067 \family sans
25068 PDF Properties
25069 \family default
25070  of the 
25071 \family sans
25072 Document Settings
25073 \family default
25074  dialog, provides a very useful feature that cross-references automatically
25075  include the name of the referenced floats (or text parts like 
25076 \emph on
25077 section
25078 \emph default
25079 ).
25080  So you will save having to write e.
25081 \begin_inset space \thinspace{}
25082 \end_inset
25083
25084 g.
25085 \begin_inset space \space{}
25086 \end_inset
25087
25088 the name 
25089 \begin_inset Quotes eld
25090 \end_inset
25091
25092 Figure
25093 \begin_inset Quotes erd
25094 \end_inset
25095
25096  before every reference to a figure.
25097  To use this feature, enable 
25098 \series bold
25099 hyperref
25100 \series default
25101  and insert this line to the \SpecialChar LaTeX
25102  preamble:
25103 \end_layout
25104
25105 \begin_layout Standard
25106
25107 \series bold
25108
25109 \backslash
25110 AtBeginDocument{
25111 \backslash
25112 renewcommand{
25113 \backslash
25114 ref}[1]{
25115 \backslash
25116 mbox{
25117 \backslash
25118 autoref{#1}}}}
25119 \end_layout
25120
25121 \begin_layout Standard
25122 When you prefer other reference names than the default ones, for example
25123  you want instead of 
25124 \begin_inset Quotes eld
25125 \end_inset
25126
25127 section
25128 \begin_inset Quotes erd
25129 \end_inset
25130
25131  the name 
25132 \begin_inset Quotes eld
25133 \end_inset
25134
25135 sec.
25136 \begin_inset space \thinspace{}
25137 \end_inset
25138
25139
25140 \begin_inset Quotes eld
25141 \end_inset
25142
25143 , you can redefine the name by inserting this in the preamble:
25144 \end_layout
25145
25146 \begin_layout Standard
25147
25148 \series bold
25149
25150 \backslash
25151 addto
25152 \backslash
25153 extrasenglish{
25154 \backslash
25155 renewcommand{
25156 \backslash
25157 sectionautorefname}
25158 \begin_inset Newline newline
25159 \end_inset
25160
25161
25162 \begin_inset Phantom HPhantom
25163 status open
25164
25165 \begin_layout Plain Layout
25166
25167 \series bold
25168 \begin_inset space ~
25169 \end_inset
25170
25171
25172 \end_layout
25173
25174 \end_inset
25175
25176 {sec.
25177 \backslash
25178 negthinspace}}
25179 \end_layout
25180
25181 \begin_layout Standard
25182 When you are using another document language than English, replace
25183 \begin_inset Newline newline
25184 \end_inset
25185
25186
25187 \series bold
25188
25189 \backslash
25190 extrasenglish
25191 \series default
25192  by 
25193 \series bold
25194
25195 \backslash
25196 extras***
25197 \series default
25198 , where *** is the name of the language used.
25199 \end_layout
25200
25201 \begin_layout Standard
25202 To get automatic names, but not for certain reference types, for example
25203  not for equations, use this preamble code:
25204 \end_layout
25205
25206 \begin_layout Standard
25207
25208 \series bold
25209
25210 \backslash
25211 addto
25212 \backslash
25213 extrasenglish{
25214 \backslash
25215 renewcommand*{
25216 \backslash
25217 equationautorefname}[1]{}}
25218 \end_layout
25219
25220 \begin_layout Standard
25221 More about this topic can be found in 
25222 \series bold
25223 hyperref
25224 \series default
25225 's documentation 
25226 \begin_inset CommandInset citation
25227 LatexCommand cite
25228 key "hyperref"
25229
25230 \end_inset
25231
25232 .
25233 \end_layout
25234
25235 \begin_layout Standard
25236 \begin_inset Note Greyedout
25237 status open
25238
25239 \begin_layout Plain Layout
25240
25241 \series bold
25242 Note:
25243 \series default
25244  Automatic reference naming cannot be used when you use cross-references
25245  in the 
25246 \family sans
25247 Formatted
25248 \begin_inset space ~
25249 \end_inset
25250
25251 reference
25252 \family default
25253  style, as described in section
25254 \begin_inset space ~
25255 \end_inset
25256
25257
25258 \begin_inset CommandInset ref
25259 LatexCommand ref
25260 reference "subsec:Cross-Reference-Formats"
25261
25262 \end_inset
25263
25264 .
25265 \end_layout
25266
25267 \end_inset
25268
25269
25270 \end_layout
25271
25272 \begin_layout Standard
25273 The 
25274 \emph on
25275 Math
25276 \emph default
25277  manual is an example where automatic reference naming is used.
25278 \end_layout
25279
25280 \begin_layout Subsection
25281 Reference Position
25282 \begin_inset CommandInset label
25283 LatexCommand label
25284 name "subsec:Reference-Position"
25285
25286 \end_inset
25287
25288
25289 \begin_inset Index idx
25290 status collapsed
25291
25292 \begin_layout Plain Layout
25293 References ! Reference Position
25294 \end_layout
25295
25296 \end_inset
25297
25298
25299 \end_layout
25300
25301 \begin_layout Standard
25302 If you use 
25303 \series bold
25304 hyperref
25305 \series default
25306
25307 \begin_inset Index idx
25308 status collapsed
25309
25310 \begin_layout Plain Layout
25311 \SpecialChar LaTeX
25312 -packages ! hyperref
25313 \end_layout
25314
25315 \end_inset
25316
25317  in the 
25318 \family sans
25319 PDF Properties
25320 \family default
25321  of the 
25322 \family sans
25323 Document Settings
25324 \family default
25325  dialog to link cross-references in the output, you will see that clicking
25326  on an image float reference jumps to the image label.
25327  The caption will be the first text part on the screen, so that you cannot
25328  see the image without scrolling.
25329  This is because the reference link anchor is placed at the position of
25330  the label.
25331  With the use of the package 
25332 \series bold
25333 hypcap
25334 \series default
25335
25336 \begin_inset Index idx
25337 status collapsed
25338
25339 \begin_layout Plain Layout
25340 \SpecialChar LaTeX
25341 -packages ! hypcap
25342 \end_layout
25343
25344 \end_inset
25345
25346 , which is part of the \SpecialChar LaTeX
25347 -package 
25348 \series bold
25349 oberdiek
25350 \series default
25351
25352 \begin_inset Index idx
25353 status collapsed
25354
25355 \begin_layout Plain Layout
25356 \SpecialChar LaTeX
25357 -packages ! oberdiek
25358 \end_layout
25359
25360 \end_inset
25361
25362 , the link anchor is placed at the beginning of a float.
25363  To use this feature for figure floats, load 
25364 \series bold
25365 hypcap
25366 \series default
25367  in the document preamble with the line
25368 \end_layout
25369
25370 \begin_layout Standard
25371
25372 \series bold
25373
25374 \backslash
25375 usepackage[figure]{hypcap}
25376 \end_layout
25377
25378 \begin_layout Standard
25379 You can also use 
25380 \series bold
25381 hypcap
25382 \series default
25383  for all float types but this is not recommended for stability reasons.
25384  For more information, have a look at 
25385 \series bold
25386 hypcap
25387 \series default
25388 's manual 
25389 \begin_inset CommandInset citation
25390 LatexCommand cite
25391 key "hypcap"
25392
25393 \end_inset
25394
25395 .
25396 \end_layout
25397
25398 \begin_layout Standard
25399 \begin_inset Note Greyedout
25400 status open
25401
25402 \begin_layout Plain Layout
25403
25404 \series bold
25405 Note:
25406 \series default
25407  
25408 \series bold
25409 hypcap
25410 \series default
25411  has no effect on references to subfigures.
25412 \end_layout
25413
25414 \end_inset
25415
25416
25417 \end_layout
25418
25419 \begin_layout Section
25420 Float Placement
25421 \begin_inset CommandInset label
25422 LatexCommand label
25423 name "sec:Float-Placement"
25424
25425 \end_inset
25426
25427
25428 \begin_inset Index idx
25429 status collapsed
25430
25431 \begin_layout Plain Layout
25432 Floats ! Placement
25433 \end_layout
25434
25435 \end_inset
25436
25437
25438 \end_layout
25439
25440 \begin_layout Standard
25441 Right-clicking on a float-box and clicking on 
25442 \family sans
25443 Settings
25444 \family default
25445  opens a dialog where you can alter the placement options that \SpecialChar LaTeX
25446  uses for
25447  positioning the float.
25448 \begin_inset Newline newline
25449 \end_inset
25450
25451 The option 
25452 \family sans
25453 Span
25454 \begin_inset space ~
25455 \end_inset
25456
25457 columns
25458 \family default
25459  is only useful for two-column documents: If you select it, the float will
25460  span both columns on the page instead of being confined to just one.
25461 \begin_inset Newline newline
25462 \end_inset
25463
25464 The option 
25465 \family sans
25466 Rotate
25467 \begin_inset space ~
25468 \end_inset
25469
25470 sideways
25471 \family default
25472  is used to rotate floats, see section 
25473 \begin_inset CommandInset ref
25474 LatexCommand ref
25475 reference "sec:Rotated-Floats"
25476
25477 \end_inset
25478
25479 .
25480 \end_layout
25481
25482 \begin_layout Standard
25483 You can use one or more of the following options in the float dialog to
25484  set the placement for a particular float when you uncheck the option 
25485 \family sans
25486 Use
25487 \begin_inset space ~
25488 \end_inset
25489
25490 default
25491 \begin_inset space ~
25492 \end_inset
25493
25494 placement
25495 \family default
25496 :
25497 \end_layout
25498
25499 \begin_layout Description
25500 Here
25501 \begin_inset space ~
25502 \end_inset
25503
25504 if
25505 \begin_inset space ~
25506 \end_inset
25507
25508 possible try to place the float on the position where it has been inserted
25509 \end_layout
25510
25511 \begin_layout Description
25512 Top
25513 \begin_inset space ~
25514 \end_inset
25515
25516 of
25517 \begin_inset space ~
25518 \end_inset
25519
25520 page try to place the float at the top of the current page
25521 \end_layout
25522
25523 \begin_layout Description
25524 Bottom
25525 \begin_inset space ~
25526 \end_inset
25527
25528 of
25529 \begin_inset space ~
25530 \end_inset
25531
25532 page try to place the float at the bottom of the current page
25533 \end_layout
25534
25535 \begin_layout Description
25536 Page
25537 \begin_inset space ~
25538 \end_inset
25539
25540 of
25541 \begin_inset space ~
25542 \end_inset
25543
25544 floats try to place the float on its own page
25545 \end_layout
25546
25547 \begin_layout Standard
25548 The order of the above option is 
25549 \emph on
25550 always
25551 \emph default
25552  used by \SpecialChar LaTeX
25553 .
25554  That means, if you use the default placement, \SpecialChar LaTeX
25555  will first try out 
25556 \family sans
25557 Here
25558 \begin_inset space ~
25559 \end_inset
25560
25561 if
25562 \begin_inset space ~
25563 \end_inset
25564
25565 possible
25566 \family default
25567 , then 
25568 \family sans
25569 Top
25570 \begin_inset space ~
25571 \end_inset
25572
25573 of
25574 \begin_inset space ~
25575 \end_inset
25576
25577 page
25578 \family default
25579 , and then the others.
25580  If you do not use the default, \SpecialChar LaTeX
25581  will try only the checked options but in
25582  the same order.
25583  If none of the 4
25584 \begin_inset space ~
25585 \end_inset
25586
25587 placements is possible the procedure is internally repeated trying to put
25588  the float on the following page.
25589 \end_layout
25590
25591 \begin_layout Standard
25592 By default, each option has its own rules:
25593 \end_layout
25594
25595 \begin_layout Labeling
25596 \labelwidthstring 00.00.0000
25597
25598 \family sans
25599 Top
25600 \begin_inset space ~
25601 \end_inset
25602
25603 of
25604 \begin_inset space ~
25605 \end_inset
25606
25607 page
25608 \family default
25609  only floats occupying less than 70
25610 \begin_inset space \thinspace{}
25611 \end_inset
25612
25613 % of the page can be placed at the top of a page (
25614 \series bold
25615
25616 \backslash
25617 topfraction
25618 \series default
25619 )
25620 \end_layout
25621
25622 \begin_layout Labeling
25623 \labelwidthstring 00.00.0000
25624
25625 \family sans
25626 Bottom
25627 \begin_inset space ~
25628 \end_inset
25629
25630 of
25631 \begin_inset space ~
25632 \end_inset
25633
25634 page
25635 \family default
25636 : only floats occupying less than 30
25637 \begin_inset space \thinspace{}
25638 \end_inset
25639
25640 % of the page can be placed at the bottom of a page.
25641  (
25642 \series bold
25643
25644 \backslash
25645 bottomfraction
25646 \series default
25647 )
25648 \end_layout
25649
25650 \begin_layout Labeling
25651 \labelwidthstring 00.00.0000
25652
25653 \family sans
25654 Page
25655 \begin_inset space ~
25656 \end_inset
25657
25658 of
25659 \begin_inset space ~
25660 \end_inset
25661
25662 floats
25663 \family default
25664 : only if more than 50
25665 \begin_inset space \thinspace{}
25666 \end_inset
25667
25668 % of the page is occupied by floats, several floats can be set together
25669  on a page.
25670  (
25671 \series bold
25672
25673 \backslash
25674 floatpagefraction
25675 \series default
25676 )
25677 \end_layout
25678
25679 \begin_layout Standard
25680 If you don't like these rules, you can ignore them by using the additional
25681  option 
25682 \family sans
25683 Ignore
25684 \begin_inset space ~
25685 \end_inset
25686
25687 \SpecialChar LaTeX
25688
25689 \begin_inset space ~
25690 \end_inset
25691
25692 rules
25693 \family default
25694 .
25695 \begin_inset Newline newline
25696 \end_inset
25697
25698 You can also redefine the rules with \SpecialChar LaTeX
25699 -commands that are given in parentheses
25700  after the rules description above.
25701  To increase for example the often too small default of the bottom-rule
25702  to 50
25703 \begin_inset space \thinspace{}
25704 \end_inset
25705
25706 % of the page, add this line to your document preamble:
25707 \end_layout
25708
25709 \begin_layout Standard
25710
25711 \series bold
25712
25713 \backslash
25714 renewcommand{
25715 \backslash
25716 bottomfraction}{0.5}
25717 \end_layout
25718
25719 \begin_layout Standard
25720 Sometimes you might need, under all circumstances, a float to be placed
25721  exactly at the position where it is inserted.
25722  For this case you can use the option 
25723 \family sans
25724 Here
25725 \begin_inset space ~
25726 \end_inset
25727
25728 definitely
25729 \family default
25730 .
25731  Use this option very rarely and only if the document is almost ready to
25732  be printed, because the float is then no longer able to 
25733 \begin_inset Quotes eld
25734 \end_inset
25735
25736 float
25737 \begin_inset Quotes erd
25738 \end_inset
25739
25740  when you change your document and this will often destroy the page layout.
25741 \end_layout
25742
25743 \begin_layout Standard
25744 There are no placement options for text wrap floats, because they are always
25745  surrounded by the text of a certain paragraph.
25746 \begin_inset VSpace bigskip
25747 \end_inset
25748
25749
25750 \end_layout
25751
25752 \begin_layout Standard
25753 Sometimes you have the problem that a float is placed at the top of a page
25754  while its corresponding section starts at the middle of the page, so that
25755  the reader could think the float is part of the previous section.
25756  To avoid this the \SpecialChar LaTeX
25757 -command 
25758 \series bold
25759
25760 \backslash
25761 suppressfloats
25762 \series default
25763  can be used.
25764  It suppresses a given float placement for the page where it is inserted
25765  and can therefore be used to avoid floats being set before a section starts.
25766  To get this, add these commands to your document preamble:
25767 \end_layout
25768
25769 \begin_layout Standard
25770
25771 \series bold
25772
25773 \backslash
25774 let
25775 \backslash
25776 mySection
25777 \backslash
25778 section
25779 \begin_inset Newline newline
25780 \end_inset
25781
25782
25783 \backslash
25784 renewcommand{
25785 \backslash
25786 section}{
25787 \backslash
25788 suppressfloats[t]
25789 \backslash
25790 mySection}
25791 \end_layout
25792
25793 \begin_layout Standard
25794 You can define the same for all section headings, like chapters and subsections.
25795  This definition is not recommended to be used for small text parts like
25796  subsubsections because \SpecialChar LaTeX
25797  may then have problems finding a suitable placement.
25798 \end_layout
25799
25800 \begin_layout Standard
25801 \begin_inset VSpace bigskip
25802 \end_inset
25803
25804 In some cases it is required to have all figures/tables at the end of the
25805  document.
25806  For this purpose the \SpecialChar LaTeX
25807 -package 
25808 \series bold
25809 endfloat
25810 \series default
25811
25812 \begin_inset Index idx
25813 status collapsed
25814
25815 \begin_layout Plain Layout
25816 \SpecialChar LaTeX
25817 -packages ! endfloat
25818 \end_layout
25819
25820 \end_inset
25821
25822  was developed.
25823  It puts all figure and table floats at the end of the document into their
25824  own sections.
25825  At the original float position a text hint like 
25826 \begin_inset Quotes eld
25827 \end_inset
25828
25829
25830 \family sans
25831 [Figure
25832 \begin_inset space ~
25833 \end_inset
25834
25835 3.2 about here.]
25836 \family default
25837
25838 \begin_inset Quotes erd
25839 \end_inset
25840
25841  is inserted.
25842  The endfloat-package is loaded in the preamble with the line
25843 \end_layout
25844
25845 \begin_layout Standard
25846
25847 \series bold
25848
25849 \backslash
25850 usepackage[options]{endfloat}
25851 \end_layout
25852
25853 \begin_layout Standard
25854 There are various package options to format the created figure/table sections.
25855  For more information we refer you to the 
25856 \series bold
25857 endfloat
25858 \series default
25859  documentation 
25860 \begin_inset CommandInset citation
25861 LatexCommand cite
25862 key "endfloat"
25863
25864 \end_inset
25865
25866 .
25867 \begin_inset Newline newline
25868 \end_inset
25869
25870
25871 \begin_inset Note Greyedout
25872 status open
25873
25874 \begin_layout Plain Layout
25875
25876 \series bold
25877 Note: endfloat
25878 \series default
25879  doesn't provide an automatic translation for the text hint, you have to
25880  do this manually, see section
25881 \begin_inset space ~
25882 \end_inset
25883
25884 4 in 
25885 \begin_inset CommandInset citation
25886 LatexCommand cite
25887 key "endfloat"
25888
25889 \end_inset
25890
25891 .
25892 \end_layout
25893
25894 \end_inset
25895
25896
25897 \begin_inset Newline newline
25898 \end_inset
25899
25900
25901 \begin_inset Note Greyedout
25902 status open
25903
25904 \begin_layout Plain Layout
25905
25906 \series bold
25907 Note:
25908 \series default
25909  There is currently a bug in 
25910 \series bold
25911 endfloat
25912 \series default
25913  when the caption contains a German 
25914 \begin_inset Quotes eld
25915 \end_inset
25916
25917 ß
25918 \begin_inset Quotes erd
25919 \end_inset
25920
25921 .
25922  Use in this case the command 
25923 \begin_inset Quotes eld
25924 \end_inset
25925
25926
25927 \series bold
25928
25929 \backslash
25930 ss
25931 \series default
25932
25933 \begin_inset Quotes erd
25934 \end_inset
25935
25936  in \SpecialChar TeX
25937  Code instead of 
25938 \begin_inset Quotes eld
25939 \end_inset
25940
25941 ß
25942 \begin_inset Quotes erd
25943 \end_inset
25944
25945 .
25946 \end_layout
25947
25948 \end_inset
25949
25950
25951 \end_layout
25952
25953 \begin_layout Standard
25954 \begin_inset VSpace bigskip
25955 \end_inset
25956
25957 For more details about float placements, have a look at \SpecialChar LaTeX
25958  books, 
25959 \begin_inset CommandInset citation
25960 LatexCommand cite
25961 key "latexcompanion,latexguide,latexbook"
25962
25963 \end_inset
25964
25965 .
25966 \end_layout
25967
25968 \begin_layout Section
25969 Rotated Floats
25970 \begin_inset CommandInset label
25971 LatexCommand label
25972 name "sec:Rotated-Floats"
25973
25974 \end_inset
25975
25976
25977 \begin_inset Index idx
25978 status collapsed
25979
25980 \begin_layout Plain Layout
25981 Floats ! Rotating
25982 \end_layout
25983
25984 \end_inset
25985
25986
25987 \end_layout
25988
25989 \begin_layout Standard
25990 Especially for wide tables you might have floats rotated.
25991  To rotate a whole float including the caption, right-click on the float-box
25992  and use the option 
25993 \family sans
25994 Rotate
25995 \begin_inset space ~
25996 \end_inset
25997
25998 sideways
25999 \family default
26000 .
26001 \end_layout
26002
26003 \begin_layout Standard
26004 Rotated floats are always placed on a page of their own (or column of their
26005  own; in case you have a multi-column document).
26006  You can let them span several columns using the float settings option 
26007 \family sans
26008 Span
26009 \begin_inset space ~
26010 \end_inset
26011
26012 columns
26013 \family default
26014 .
26015  Floats are rotated so that you can read them from the outside margin.
26016  To force a certain rotation direction for all pages, you can add either
26017  the option 
26018 \series bold
26019 figuresleft
26020 \series default
26021  or 
26022 \series bold
26023 figuresright
26024 \series default
26025  to the document class options.
26026 \end_layout
26027
26028 \begin_layout Standard
26029 Referencing rotated floats is the same as for normal floats, the caption
26030  format is also the same: Table
26031 \begin_inset space ~
26032 \end_inset
26033
26034
26035 \begin_inset CommandInset ref
26036 LatexCommand ref
26037 reference "tab:Rotated-table"
26038
26039 \end_inset
26040
26041  is an example of a rotated table float.
26042 \end_layout
26043
26044 \begin_layout Standard
26045 \begin_inset Note Greyedout
26046 status open
26047
26048 \begin_layout Plain Layout
26049
26050 \series bold
26051 Note:
26052 \series default
26053  Not all DVI-viewers are able to display rotated floats.
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 true
26065 status open
26066
26067 \begin_layout Plain Layout
26068 \begin_inset Caption Standard
26069
26070 \begin_layout Plain Layout
26071 \begin_inset CommandInset label
26072 LatexCommand label
26073 name "tab:Rotated-table"
26074
26075 \end_inset
26076
26077  Rotated table
26078 \end_layout
26079
26080 \end_inset
26081
26082
26083 \end_layout
26084
26085 \begin_layout Plain Layout
26086 \align center
26087 \begin_inset Tabular
26088 <lyxtabular version="3" rows="1" columns="5">
26089 <features tabularvalignment="middle">
26090 <column alignment="center" valignment="top">
26091 <column alignment="center" valignment="top">
26092 <column alignment="center" valignment="top">
26093 <column alignment="center" valignment="top">
26094 <column alignment="center" valignment="top">
26095 <row>
26096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26097 \begin_inset Text
26098
26099 \begin_layout Plain Layout
26100 test
26101 \end_layout
26102
26103 \end_inset
26104 </cell>
26105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26106 \begin_inset Text
26107
26108 \begin_layout Plain Layout
26109 b
26110 \end_layout
26111
26112 \end_inset
26113 </cell>
26114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26115 \begin_inset Text
26116
26117 \begin_layout Plain Layout
26118 c
26119 \end_layout
26120
26121 \end_inset
26122 </cell>
26123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26124 \begin_inset Text
26125
26126 \begin_layout Plain Layout
26127 d
26128 \end_layout
26129
26130 \end_inset
26131 </cell>
26132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26133 \begin_inset Text
26134
26135 \begin_layout Plain Layout
26136 e
26137 \end_layout
26138
26139 \end_inset
26140 </cell>
26141 </row>
26142 </lyxtabular>
26143
26144 \end_inset
26145
26146
26147 \end_layout
26148
26149 \end_inset
26150
26151
26152 \end_layout
26153
26154 \begin_layout Section
26155 Subfloats
26156 \begin_inset Index idx
26157 status collapsed
26158
26159 \begin_layout Plain Layout
26160 Floats ! Subfloats
26161 \end_layout
26162
26163 \end_inset
26164
26165
26166 \end_layout
26167
26168 \begin_layout Standard
26169 Subfloats are for example used when a figure consists of several images.
26170  They are created by inserting a float into an existing float.
26171  The placement of the subfloats can be controlled in the same way as for
26172  paragraphs as shown in table
26173 \begin_inset space ~
26174 \end_inset
26175
26176
26177 \begin_inset CommandInset ref
26178 LatexCommand ref
26179 reference "tab:Two-subtables-side"
26180
26181 \end_inset
26182
26183  and 
26184 \begin_inset CommandInset ref
26185 LatexCommand ref
26186 reference "tab:Two-subtables-upon"
26187
26188 \end_inset
26189
26190 .
26191 \end_layout
26192
26193 \begin_layout Standard
26194 Referencing subfloats works as for normal floats: Table
26195 \begin_inset space ~
26196 \end_inset
26197
26198
26199 \begin_inset CommandInset ref
26200 LatexCommand ref
26201 reference "tab:This-is-subtable-a"
26202
26203 \end_inset
26204
26205  and 
26206 \begin_inset CommandInset ref
26207 LatexCommand ref
26208 reference "tab:This-is-subtable-b"
26209
26210 \end_inset
26211
26212  are subtables of table
26213 \begin_inset space ~
26214 \end_inset
26215
26216
26217 \begin_inset CommandInset ref
26218 LatexCommand ref
26219 reference "tab:Two-subtables-side"
26220
26221 \end_inset
26222
26223 .
26224 \end_layout
26225
26226 \begin_layout Standard
26227 \begin_inset Float table
26228 wide false
26229 sideways false
26230 status open
26231
26232 \begin_layout Plain Layout
26233 \begin_inset Caption Standard
26234
26235 \begin_layout Plain Layout
26236 \begin_inset CommandInset label
26237 LatexCommand label
26238 name "tab:Two-subtables-side"
26239
26240 \end_inset
26241
26242 Two subtables placed side by side.
26243 \end_layout
26244
26245 \end_inset
26246
26247
26248 \end_layout
26249
26250 \begin_layout Plain Layout
26251 \align center
26252 \begin_inset space \hfill{}
26253 \end_inset
26254
26255
26256 \begin_inset Float table
26257 wide false
26258 sideways false
26259 status collapsed
26260
26261 \begin_layout Plain Layout
26262 \begin_inset Caption Standard
26263
26264 \begin_layout Plain Layout
26265 \begin_inset CommandInset label
26266 LatexCommand label
26267 name "tab:This-is-subtable-a"
26268
26269 \end_inset
26270
26271 This is subtable a.
26272 \end_layout
26273
26274 \end_inset
26275
26276
26277 \end_layout
26278
26279 \begin_layout Plain Layout
26280 \align center
26281 \begin_inset Tabular
26282 <lyxtabular version="3" rows="1" columns="5">
26283 <features tabularvalignment="middle">
26284 <column alignment="center" valignment="top">
26285 <column alignment="center" valignment="top">
26286 <column alignment="center" valignment="top">
26287 <column alignment="center" valignment="top">
26288 <column alignment="center" valignment="top">
26289 <row>
26290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26291 \begin_inset Text
26292
26293 \begin_layout Plain Layout
26294 test
26295 \end_layout
26296
26297 \end_inset
26298 </cell>
26299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26300 \begin_inset Text
26301
26302 \begin_layout Plain Layout
26303 b
26304 \end_layout
26305
26306 \end_inset
26307 </cell>
26308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26309 \begin_inset Text
26310
26311 \begin_layout Plain Layout
26312 c
26313 \end_layout
26314
26315 \end_inset
26316 </cell>
26317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26318 \begin_inset Text
26319
26320 \begin_layout Plain Layout
26321 d
26322 \end_layout
26323
26324 \end_inset
26325 </cell>
26326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26327 \begin_inset Text
26328
26329 \begin_layout Plain Layout
26330 e
26331 \end_layout
26332
26333 \end_inset
26334 </cell>
26335 </row>
26336 </lyxtabular>
26337
26338 \end_inset
26339
26340
26341 \end_layout
26342
26343 \end_inset
26344
26345
26346 \begin_inset space \hfill{}
26347 \end_inset
26348
26349
26350 \begin_inset Float table
26351 wide false
26352 sideways false
26353 status collapsed
26354
26355 \begin_layout Plain Layout
26356 \begin_inset Caption Standard
26357
26358 \begin_layout Plain Layout
26359 \begin_inset CommandInset label
26360 LatexCommand label
26361 name "tab:This-is-subtable-b"
26362
26363 \end_inset
26364
26365 This is subtable b.
26366 \end_layout
26367
26368 \end_inset
26369
26370
26371 \end_layout
26372
26373 \begin_layout Plain Layout
26374 \align center
26375 \begin_inset Tabular
26376 <lyxtabular version="3" rows="1" columns="5">
26377 <features tabularvalignment="middle">
26378 <column alignment="center" valignment="top">
26379 <column alignment="center" valignment="top">
26380 <column alignment="center" valignment="top">
26381 <column alignment="center" valignment="top">
26382 <column alignment="center" valignment="top">
26383 <row>
26384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26385 \begin_inset Text
26386
26387 \begin_layout Plain Layout
26388 e
26389 \end_layout
26390
26391 \end_inset
26392 </cell>
26393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26394 \begin_inset Text
26395
26396 \begin_layout Plain Layout
26397 d
26398 \end_layout
26399
26400 \end_inset
26401 </cell>
26402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26403 \begin_inset Text
26404
26405 \begin_layout Plain Layout
26406 c
26407 \end_layout
26408
26409 \end_inset
26410 </cell>
26411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26412 \begin_inset Text
26413
26414 \begin_layout Plain Layout
26415 b
26416 \end_layout
26417
26418 \end_inset
26419 </cell>
26420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26421 \begin_inset Text
26422
26423 \begin_layout Plain Layout
26424 test
26425 \end_layout
26426
26427 \end_inset
26428 </cell>
26429 </row>
26430 </lyxtabular>
26431
26432 \end_inset
26433
26434
26435 \end_layout
26436
26437 \end_inset
26438
26439
26440 \begin_inset space \hfill{}
26441 \end_inset
26442
26443
26444 \end_layout
26445
26446 \end_inset
26447
26448
26449 \end_layout
26450
26451 \begin_layout Standard
26452 \begin_inset Float table
26453 wide false
26454 sideways false
26455 status open
26456
26457 \begin_layout Plain Layout
26458 \begin_inset Caption Standard
26459
26460 \begin_layout Plain Layout
26461 \begin_inset CommandInset label
26462 LatexCommand label
26463 name "tab:Two-subtables-upon"
26464
26465 \end_inset
26466
26467 Two subtables placed one above the other.
26468  (a) table with 4 cells, (b) table with 5 cells.
26469 \end_layout
26470
26471 \end_inset
26472
26473
26474 \end_layout
26475
26476 \begin_layout Plain Layout
26477 \align center
26478 \begin_inset Float table
26479 wide false
26480 sideways false
26481 status collapsed
26482
26483 \begin_layout Plain Layout
26484 \begin_inset Caption Standard
26485
26486 \begin_layout Plain Layout
26487
26488 \end_layout
26489
26490 \end_inset
26491
26492
26493 \end_layout
26494
26495 \begin_layout Plain Layout
26496 \align center
26497 \begin_inset Tabular
26498 <lyxtabular version="3" rows="1" columns="4">
26499 <features tabularvalignment="middle">
26500 <column alignment="center" valignment="top">
26501 <column alignment="center" valignment="top">
26502 <column alignment="center" valignment="top">
26503 <column alignment="center" valignment="top">
26504 <row>
26505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26506 \begin_inset Text
26507
26508 \begin_layout Plain Layout
26509 test
26510 \end_layout
26511
26512 \end_inset
26513 </cell>
26514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26515 \begin_inset Text
26516
26517 \begin_layout Plain Layout
26518 test
26519 \end_layout
26520
26521 \end_inset
26522 </cell>
26523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26524 \begin_inset Text
26525
26526 \begin_layout Plain Layout
26527 test
26528 \end_layout
26529
26530 \end_inset
26531 </cell>
26532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26533 \begin_inset Text
26534
26535 \begin_layout Plain Layout
26536 test
26537 \end_layout
26538
26539 \end_inset
26540 </cell>
26541 </row>
26542 </lyxtabular>
26543
26544 \end_inset
26545
26546
26547 \end_layout
26548
26549 \end_inset
26550
26551
26552 \end_layout
26553
26554 \begin_layout Plain Layout
26555 \align center
26556 \begin_inset Float table
26557 wide false
26558 sideways false
26559 status collapsed
26560
26561 \begin_layout Plain Layout
26562 \begin_inset Caption Standard
26563
26564 \begin_layout Plain Layout
26565
26566 \end_layout
26567
26568 \end_inset
26569
26570
26571 \end_layout
26572
26573 \begin_layout Plain Layout
26574 \align center
26575 \begin_inset Tabular
26576 <lyxtabular version="3" rows="1" columns="5">
26577 <features tabularvalignment="middle">
26578 <column alignment="center" valignment="top">
26579 <column alignment="center" valignment="top">
26580 <column alignment="center" valignment="top">
26581 <column alignment="center" valignment="top">
26582 <column alignment="center" valignment="top">
26583 <row>
26584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26585 \begin_inset Text
26586
26587 \begin_layout Plain Layout
26588 a
26589 \end_layout
26590
26591 \end_inset
26592 </cell>
26593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26594 \begin_inset Text
26595
26596 \begin_layout Plain Layout
26597 b
26598 \end_layout
26599
26600 \end_inset
26601 </cell>
26602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26603 \begin_inset Text
26604
26605 \begin_layout Plain Layout
26606 c
26607 \end_layout
26608
26609 \end_inset
26610 </cell>
26611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26612 \begin_inset Text
26613
26614 \begin_layout Plain Layout
26615 d
26616 \end_layout
26617
26618 \end_inset
26619 </cell>
26620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26621 \begin_inset Text
26622
26623 \begin_layout Plain Layout
26624 e
26625 \end_layout
26626
26627 \end_inset
26628 </cell>
26629 </row>
26630 </lyxtabular>
26631
26632 \end_inset
26633
26634
26635 \end_layout
26636
26637 \end_inset
26638
26639
26640 \end_layout
26641
26642 \end_inset
26643
26644
26645 \end_layout
26646
26647 \begin_layout Section
26648 Floats Side by Side
26649 \begin_inset Index idx
26650 status collapsed
26651
26652 \begin_layout Plain Layout
26653 Floats ! Side by side
26654 \end_layout
26655
26656 \end_inset
26657
26658
26659 \end_layout
26660
26661 \begin_layout Standard
26662 To place floats side by side, as in Figures
26663 \begin_inset space ~
26664 \end_inset
26665
26666
26667 \begin_inset CommandInset ref
26668 LatexCommand ref
26669 reference "fig:Float-left"
26670
26671 \end_inset
26672
26673  and 
26674 \begin_inset CommandInset ref
26675 LatexCommand ref
26676 reference "fig:Float-right"
26677
26678 \end_inset
26679
26680 , only 
26681 \emph on
26682 one
26683 \emph default
26684  float is used.
26685  In it two minipage boxes are inserted.
26686 \begin_inset Foot
26687 status collapsed
26688
26689 \begin_layout Plain Layout
26690 Minipages are explained in section
26691 \begin_inset space ~
26692 \end_inset
26693
26694
26695 \begin_inset CommandInset ref
26696 LatexCommand ref
26697 reference "sec:Minipages"
26698
26699 \end_inset
26700
26701 .
26702 \end_layout
26703
26704 \end_inset
26705
26706  The width is set to 45
26707 \begin_inset space \thinspace{}
26708 \end_inset
26709
26710 -50
26711 \begin_inset space \thinspace{}
26712 \end_inset
26713
26714 column% and the box alignment to 
26715 \family sans
26716 Bottom
26717 \family default
26718  for each minipage.
26719  The minipage boxes contain the image and the caption in the same way as
26720  they are in a float.
26721  The only difference is that the image unit 
26722 \family sans
26723 Column
26724 \begin_inset space ~
26725 \end_inset
26726
26727 Width
26728 \begin_inset space ~
26729 \end_inset
26730
26731 %
26732 \family default
26733  is now calculated according to the width of the minipage boxes.
26734 \end_layout
26735
26736 \begin_layout Standard
26737 \begin_inset Float figure
26738 wide false
26739 sideways false
26740 status open
26741
26742 \begin_layout Plain Layout
26743 \begin_inset Box Frameless
26744 position "b"
26745 hor_pos "c"
26746 has_inner_box 1
26747 inner_pos "t"
26748 use_parbox 0
26749 use_makebox 0
26750 width "45col%"
26751 special "none"
26752 height "1in"
26753 height_special "totalheight"
26754 thickness "0.4pt"
26755 separation "3pt"
26756 shadowsize "4pt"
26757 framecolor "black"
26758 backgroundcolor "none"
26759 status open
26760
26761 \begin_layout Plain Layout
26762 \align center
26763 \begin_inset Graphics
26764         filename clipart/mobius.eps
26765         lyxscale 50
26766         width 100col%
26767         scaleBeforeRotation
26768
26769 \end_inset
26770
26771
26772 \end_layout
26773
26774 \begin_layout Plain Layout
26775 \begin_inset Caption Standard
26776
26777 \begin_layout Plain Layout
26778 \begin_inset CommandInset label
26779 LatexCommand label
26780 name "fig:Float-left"
26781
26782 \end_inset
26783
26784 Float on the left side.
26785 \end_layout
26786
26787 \end_inset
26788
26789
26790 \end_layout
26791
26792 \end_inset
26793
26794
26795 \begin_inset space \hfill{}
26796 \end_inset
26797
26798
26799 \begin_inset Box Frameless
26800 position "b"
26801 hor_pos "c"
26802 has_inner_box 1
26803 inner_pos "t"
26804 use_parbox 0
26805 use_makebox 0
26806 width "45col%"
26807 special "none"
26808 height "1in"
26809 height_special "totalheight"
26810 thickness "0.4pt"
26811 separation "3pt"
26812 shadowsize "4pt"
26813 framecolor "black"
26814 backgroundcolor "none"
26815 status open
26816
26817 \begin_layout Plain Layout
26818 \align center
26819 \begin_inset Graphics
26820         filename clipart/platypus.eps
26821         lyxscale 50
26822         width 100col%
26823         scaleBeforeRotation
26824
26825 \end_inset
26826
26827
26828 \end_layout
26829
26830 \begin_layout Plain Layout
26831 \begin_inset Caption Standard
26832
26833 \begin_layout Plain Layout
26834 \begin_inset CommandInset label
26835 LatexCommand label
26836 name "fig:Float-right"
26837
26838 \end_inset
26839
26840 Float on the right side.
26841 \end_layout
26842
26843 \end_inset
26844
26845
26846 \end_layout
26847
26848 \end_inset
26849
26850
26851 \end_layout
26852
26853 \end_inset
26854
26855
26856 \end_layout
26857
26858 \begin_layout Standard
26859 An alternative and simpler solution is to use the module 
26860 \family sans
26861 Variable-width Minipages
26862 \family default
26863 , see sec.
26864 \begin_inset space \thinspace{}
26865 \end_inset
26866
26867
26868 \begin_inset CommandInset ref
26869 LatexCommand ref
26870 reference "sec:Minipages"
26871
26872 \end_inset
26873
26874 .
26875  Variable-width minipages adapt automatically to the width of the figures
26876  and tables.
26877  They do not require an explicit width to be given, and they improve the
26878  horizontal alignment of the figures.
26879  The LyX example file 
26880 \emph on
26881 varwidth-floats-side-by-side
26882 \emph default
26883  gives examples of how to do this.
26884 \end_layout
26885
26886 \begin_layout Section
26887 Caption Formatting
26888 \begin_inset Index idx
26889 status collapsed
26890
26891 \begin_layout Plain Layout
26892 Caption ! Formatting
26893 \end_layout
26894
26895 \end_inset
26896
26897
26898 \begin_inset Index idx
26899 status collapsed
26900
26901 \begin_layout Plain Layout
26902 Floats ! Caption Formatting
26903 \end_layout
26904
26905 \end_inset
26906
26907
26908 \begin_inset CommandInset label
26909 LatexCommand label
26910 name "sec:Caption-Formatting"
26911
26912 \end_inset
26913
26914
26915 \end_layout
26916
26917 \begin_layout Standard
26918 The 
26919 \family sans
26920 Caption
26921 \family default
26922  environment is the default paragraph environment for 
26923 \family sans
26924 Floats
26925 \family default
26926 .
26927  On the \SpecialChar LyX
26928  screen captions appear as a label, e.
26929 \begin_inset space \thinspace{}
26930 \end_inset
26931
26932 g.
26933 \begin_inset space \space{}
26934 \end_inset
26935
26936
26937 \begin_inset Quotes eld
26938 \end_inset
26939
26940
26941 \family sans
26942 Figure #:
26943 \family default
26944
26945 \begin_inset Quotes erd
26946 \end_inset
26947
26948  followed by the caption text.
26949  
26950 \begin_inset Quotes eld
26951 \end_inset
26952
26953 #
26954 \begin_inset Quotes erd
26955 \end_inset
26956
26957  is the actual reference number.
26958  By default the label and the number are in the same font as the caption
26959  text and a colon follows the number to divide the label from the text.
26960  This caption format is suitable for many but not all documents.
26961  
26962 \end_layout
26963
26964 \begin_layout Standard
26965 To change the default caption format, load the \SpecialChar LaTeX
26966 -package 
26967 \series bold
26968 caption
26969 \series default
26970
26971 \begin_inset Index idx
26972 status collapsed
26973
26974 \begin_layout Plain Layout
26975 \SpecialChar LaTeX
26976 -packages ! caption
26977 \end_layout
26978
26979 \end_inset
26980
26981  in the document preamble with this line:
26982 \end_layout
26983
26984 \begin_layout Standard
26985
26986 \series bold
26987
26988 \backslash
26989 usepackage[format definition]{caption}
26990 \end_layout
26991
26992 \begin_layout Standard
26993 To have for example the label and the number in sans-serif, bold font and
26994  the table captions always above the table as in this document, use the
26995  following command:
26996 \end_layout
26997
26998 \begin_layout Standard
26999
27000 \series bold
27001
27002 \backslash
27003 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27004 \end_layout
27005
27006 \begin_layout Standard
27007 You can also define different caption formats for the different float types.
27008  In this case load the 
27009 \series bold
27010 caption
27011 \series default
27012  package without format specific options and define the different formats
27013  with the help of the command
27014 \end_layout
27015
27016 \begin_layout Standard
27017
27018 \series bold
27019
27020 \backslash
27021 captionsetup[float type]{format definition}
27022 \end_layout
27023
27024 \begin_layout Standard
27025 in the document preamble.
27026  For example the caption formats of Figure
27027 \begin_inset space ~
27028 \end_inset
27029
27030
27031 \begin_inset CommandInset ref
27032 LatexCommand ref
27033 reference "fig:This-is-an-fig"
27034
27035 \end_inset
27036
27037  and Table
27038 \begin_inset space ~
27039 \end_inset
27040
27041
27042 \begin_inset CommandInset ref
27043 LatexCommand ref
27044 reference "tab:This-is-an-tab"
27045
27046 \end_inset
27047
27048  can be created using these commands in the document preamble:
27049 \end_layout
27050
27051 \begin_layout Standard
27052
27053 \series bold
27054
27055 \backslash
27056 usepackage[tableposition=top]{caption}
27057 \series default
27058
27059 \begin_inset Newline newline
27060 \end_inset
27061
27062
27063 \series bold
27064
27065 \backslash
27066 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27067 \begin_inset Newline newline
27068 \end_inset
27069
27070
27071 \begin_inset Phantom HPhantom
27072 status open
27073
27074 \begin_layout Plain Layout
27075
27076 \series bold
27077
27078 \backslash
27079 captionsetup[figure]{
27080 \end_layout
27081
27082 \end_inset
27083
27084 labelsep=period}
27085 \begin_inset Newline newline
27086 \end_inset
27087
27088
27089 \backslash
27090 captionsetup[table]{labelfont={bf,sf}}
27091 \end_layout
27092
27093 \begin_layout Standard
27094 \begin_inset Note Greyedout
27095 status open
27096
27097 \begin_layout Plain Layout
27098
27099 \series bold
27100 Note:
27101 \series default
27102  The option 
27103 \series bold
27104 tableposition=top
27105 \series default
27106  has no effect when a 
27107 \series bold
27108 KOMA-Script
27109 \series default
27110
27111 \begin_inset Index idx
27112 status collapsed
27113
27114 \begin_layout Plain Layout
27115 \SpecialChar LaTeX
27116 -packages ! KOMA-Script
27117 \end_layout
27118
27119 \end_inset
27120
27121  document class is used.
27122  In this case the document class option 
27123 \series bold
27124 captions=tableheading
27125 \series default
27126  must be used.
27127 \end_layout
27128
27129 \end_inset
27130
27131
27132 \end_layout
27133
27134 \begin_layout Standard
27135 For more information about the package 
27136 \series bold
27137 caption
27138 \series default
27139  we refer to its documentation 
27140 \begin_inset CommandInset citation
27141 LatexCommand cite
27142 key "caption"
27143
27144 \end_inset
27145
27146 .
27147 \end_layout
27148
27149 \begin_layout Standard
27150 To change the label name from e.
27151 \begin_inset space \thinspace{}
27152 \end_inset
27153
27154 g.
27155 \begin_inset space \space{}
27156 \end_inset
27157
27158
27159 \begin_inset Quotes eld
27160 \end_inset
27161
27162 Figure
27163 \begin_inset Quotes erd
27164 \end_inset
27165
27166  to 
27167 \begin_inset Quotes eld
27168 \end_inset
27169
27170 Image
27171 \begin_inset Quotes erd
27172 \end_inset
27173
27174  use this preamble command:
27175 \end_layout
27176
27177 \begin_layout Standard
27178
27179 \series bold
27180
27181 \backslash
27182 renewcommand{
27183 \backslash
27184 fnum@figure}{Image~
27185 \backslash
27186 thefigure}
27187 \end_layout
27188
27189 \begin_layout Standard
27190 where 
27191 \series bold
27192
27193 \backslash
27194 thefigure
27195 \series default
27196  inserts the figure number and
27197 \series bold
27198  
27199 \begin_inset Quotes eld
27200 \end_inset
27201
27202 ~
27203 \series default
27204
27205 \begin_inset Quotes erd
27206 \end_inset
27207
27208  creates a protected space.
27209 \end_layout
27210
27211 \begin_layout Standard
27212 \begin_inset VSpace bigskip
27213 \end_inset
27214
27215 If you are using a 
27216 \series bold
27217 KOMA-Script
27218 \series default
27219
27220 \begin_inset Index idx
27221 status collapsed
27222
27223 \begin_layout Plain Layout
27224 \SpecialChar LaTeX
27225 -packages ! KOMA-Script
27226 \end_layout
27227
27228 \end_inset
27229
27230  document class (
27231 \family sans
27232 article (KOMA-Script)
27233 \family default
27234
27235 \family sans
27236 book (KOMA-Script)
27237 \family default
27238
27239 \family sans
27240 letter (KOMA-Script)
27241 \family default
27242 , or 
27243 \family sans
27244 report (KOMA-Script)
27245 \family default
27246
27247 \begin_inset space \thinspace{}
27248 \end_inset
27249
27250 ), you can alternatively to the 
27251 \series bold
27252 caption
27253 \series default
27254  package use 
27255 \series bold
27256 KOMA-Script
27257 \series default
27258 's built-in command 
27259 \series bold
27260
27261 \backslash
27262 setkomafont
27263 \series default
27264 .
27265  For example, to have the caption label in bold, add this command to your
27266  document preamble:
27267 \end_layout
27268
27269 \begin_layout Standard
27270
27271 \series bold
27272
27273 \backslash
27274 setkomafont{captionlabel}{
27275 \backslash
27276 bfseries}
27277 \end_layout
27278
27279 \begin_layout Standard
27280 For more information about 
27281 \series bold
27282
27283 \backslash
27284 setkomafont
27285 \series default
27286  we refer to the 
27287 \series bold
27288 KOMA-Script
27289 \series default
27290  documentation 
27291 \begin_inset CommandInset citation
27292 LatexCommand cite
27293 key "KOMA-Script"
27294
27295 \end_inset
27296
27297 .
27298 \end_layout
27299
27300 \begin_layout Standard
27301 \begin_inset ERT
27302 status collapsed
27303
27304 \begin_layout Plain Layout
27305
27306
27307 \backslash
27308 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27309 }
27310 \end_layout
27311
27312 \end_inset
27313
27314
27315 \begin_inset Note Note
27316 status open
27317
27318 \begin_layout Plain Layout
27319 The caption format is changed only for this example.
27320 \end_layout
27321
27322 \end_inset
27323
27324
27325 \end_layout
27326
27327 \begin_layout Standard
27328 \begin_inset Float figure
27329 placement !p
27330 wide false
27331 sideways false
27332 status open
27333
27334 \begin_layout Plain Layout
27335 \align center
27336 \begin_inset Graphics
27337         filename clipart/mobius.eps
27338         lyxscale 50
27339         scale 50
27340         scaleBeforeRotation
27341
27342 \end_inset
27343
27344
27345 \end_layout
27346
27347 \begin_layout Plain Layout
27348 \begin_inset Caption Standard
27349
27350 \begin_layout Plain Layout
27351 \begin_inset CommandInset label
27352 LatexCommand label
27353 name "fig:This-is-an-fig"
27354
27355 \end_inset
27356
27357 This is an example figure caption that is longer than one line to show the
27358  different caption format.
27359  Here a self-defined caption format is used.
27360 \end_layout
27361
27362 \end_inset
27363
27364
27365 \end_layout
27366
27367 \end_inset
27368
27369
27370 \end_layout
27371
27372 \begin_layout Standard
27373 \begin_inset ERT
27374 status collapsed
27375
27376 \begin_layout Plain Layout
27377
27378
27379 \backslash
27380 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27381 on}
27382 \end_layout
27383
27384 \end_inset
27385
27386
27387 \end_layout
27388
27389 \begin_layout Standard
27390 \begin_inset Float table
27391 placement !p
27392 wide false
27393 sideways false
27394 status open
27395
27396 \begin_layout Plain Layout
27397 \begin_inset Caption Standard
27398
27399 \begin_layout Plain Layout
27400 \begin_inset CommandInset label
27401 LatexCommand label
27402 name "tab:This-is-an-tab"
27403
27404 \end_inset
27405
27406 This is an example table caption that is longer than one line to show the
27407  different caption format.
27408  Here the standard caption format for tables in this document is used.
27409 \end_layout
27410
27411 \end_inset
27412
27413
27414 \end_layout
27415
27416 \begin_layout Plain Layout
27417 \align center
27418 \begin_inset Tabular
27419 <lyxtabular version="3" rows="1" columns="5">
27420 <features tabularvalignment="middle">
27421 <column alignment="center" valignment="top">
27422 <column alignment="center" valignment="top">
27423 <column alignment="center" valignment="top">
27424 <column alignment="center" valignment="top">
27425 <column alignment="center" valignment="top">
27426 <row>
27427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27428 \begin_inset Text
27429
27430 \begin_layout Plain Layout
27431 a
27432 \end_layout
27433
27434 \end_inset
27435 </cell>
27436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27437 \begin_inset Text
27438
27439 \begin_layout Plain Layout
27440 b
27441 \end_layout
27442
27443 \end_inset
27444 </cell>
27445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27446 \begin_inset Text
27447
27448 \begin_layout Plain Layout
27449 c
27450 \end_layout
27451
27452 \end_inset
27453 </cell>
27454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27455 \begin_inset Text
27456
27457 \begin_layout Plain Layout
27458 d
27459 \end_layout
27460
27461 \end_inset
27462 </cell>
27463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27464 \begin_inset Text
27465
27466 \begin_layout Plain Layout
27467 e
27468 \end_layout
27469
27470 \end_inset
27471 </cell>
27472 </row>
27473 </lyxtabular>
27474
27475 \end_inset
27476
27477
27478 \end_layout
27479
27480 \end_inset
27481
27482
27483 \end_layout
27484
27485 \begin_layout Section
27486 Caption Placement
27487 \begin_inset Index idx
27488 status collapsed
27489
27490 \begin_layout Plain Layout
27491 Caption ! Placement
27492 \end_layout
27493
27494 \end_inset
27495
27496
27497 \begin_inset Index idx
27498 status collapsed
27499
27500 \begin_layout Plain Layout
27501 Floats ! Caption Placement
27502 \end_layout
27503
27504 \end_inset
27505
27506
27507 \begin_inset CommandInset label
27508 LatexCommand label
27509 name "sec:Caption-Placement"
27510
27511 \end_inset
27512
27513
27514 \end_layout
27515
27516 \begin_layout Standard
27517 The common caption placement rule is:
27518 \end_layout
27519
27520 \begin_layout Description
27521 Figure: Caption is set below the figure
27522 \end_layout
27523
27524 \begin_layout Description
27525 Table: Caption is set above the table
27526 \end_layout
27527
27528 \begin_layout Standard
27529 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
27530 's
27531  standard classes.
27532  That means if you are using the document classes 
27533 \family sans
27534 article
27535 \family default
27536
27537 \family sans
27538 book
27539 \family default
27540
27541 \family sans
27542 letter
27543 \family default
27544 , or 
27545 \family sans
27546 report
27547 \family default
27548  there will be no space between the caption and the table.
27549  To insert the necessary space, load the \SpecialChar LaTeX
27550 -package 
27551 \series bold
27552 caption
27553 \series default
27554
27555 \begin_inset Index idx
27556 status collapsed
27557
27558 \begin_layout Plain Layout
27559 \SpecialChar LaTeX
27560 -packages ! caption
27561 \end_layout
27562
27563 \end_inset
27564
27565  in your document preamble with the option
27566 \begin_inset Foot
27567 status collapsed
27568
27569 \begin_layout Plain Layout
27570 See section
27571 \begin_inset space ~
27572 \end_inset
27573
27574
27575 \begin_inset CommandInset ref
27576 LatexCommand ref
27577 reference "sec:Caption-Formatting"
27578
27579 \end_inset
27580
27581  for more information of the package 
27582 \series bold
27583 caption
27584 \series default
27585 .
27586 \end_layout
27587
27588 \end_inset
27589
27590
27591 \end_layout
27592
27593 \begin_layout Standard
27594
27595 \series bold
27596 tableposition=top
27597 \end_layout
27598
27599 \begin_layout Standard
27600 If you are using a 
27601 \series bold
27602 KOMA-Script
27603 \series default
27604
27605 \begin_inset Index idx
27606 status collapsed
27607
27608 \begin_layout Plain Layout
27609 \SpecialChar LaTeX
27610 -packages ! KOMA-Script
27611 \end_layout
27612
27613 \end_inset
27614
27615  document class (
27616 \family sans
27617 article (KOMA-Script)
27618 \family default
27619
27620 \family sans
27621 book (KOMA-Script)
27622 \family default
27623
27624 \family sans
27625 letter (KOMA-Script)
27626 \family default
27627 , or 
27628 \family sans
27629 report (KOMA-Script)
27630 \family default
27631
27632 \begin_inset space \thinspace{}
27633 \end_inset
27634
27635 ), you can alternatively to the 
27636 \series bold
27637 caption
27638 \series default
27639  package set the document class option
27640 \begin_inset Foot
27641 status collapsed
27642
27643 \begin_layout Plain Layout
27644 That option is used in this document.
27645 \end_layout
27646
27647 \end_inset
27648
27649
27650 \end_layout
27651
27652 \begin_layout Standard
27653
27654 \series bold
27655 captions=tableheading
27656 \end_layout
27657
27658 \begin_layout Standard
27659 In documents with a KOMA-Script document class you can also right-click
27660  on a caption and mark in the context menu if this should be a caption above
27661  or below the table/figure.
27662  This way you can override the document-wide caption placement for certain
27663  captions.
27664  Table
27665 \begin_inset space ~
27666 \end_inset
27667
27668
27669 \begin_inset CommandInset ref
27670 LatexCommand ref
27671 reference "tab:A-caption-marked"
27672
27673 \end_inset
27674
27675  is an example where the caption is marked a being below the table while
27676  it is above.
27677  For comparison the caption in Table
27678 \begin_inset space ~
27679 \end_inset
27680
27681
27682 \begin_inset CommandInset ref
27683 LatexCommand ref
27684 reference "tab:A-standard-table"
27685
27686 \end_inset
27687
27688  is not marked.
27689 \end_layout
27690
27691 \begin_layout Standard
27692 \begin_inset Float table
27693 wide false
27694 sideways false
27695 status open
27696
27697 \begin_layout Plain Layout
27698 \begin_inset Caption Below
27699
27700 \begin_layout Plain Layout
27701 \begin_inset CommandInset label
27702 LatexCommand label
27703 name "tab:A-caption-marked"
27704
27705 \end_inset
27706
27707 A caption marked as being below the table.
27708 \end_layout
27709
27710 \end_inset
27711
27712
27713 \end_layout
27714
27715 \begin_layout Plain Layout
27716 \align center
27717 \begin_inset Tabular
27718 <lyxtabular version="3" rows="3" columns="3">
27719 <features tabularvalignment="middle">
27720 <column alignment="center" valignment="top" width="0pt">
27721 <column alignment="center" valignment="top" width="0pt">
27722 <column alignment="center" valignment="top" width="0pt">
27723 <row>
27724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27725 \begin_inset Text
27726
27727 \begin_layout Plain Layout
27728 1
27729 \end_layout
27730
27731 \end_inset
27732 </cell>
27733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27734 \begin_inset Text
27735
27736 \begin_layout Plain Layout
27737 2
27738 \end_layout
27739
27740 \end_inset
27741 </cell>
27742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27743 \begin_inset Text
27744
27745 \begin_layout Plain Layout
27746 3
27747 \end_layout
27748
27749 \end_inset
27750 </cell>
27751 </row>
27752 <row>
27753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27754 \begin_inset Text
27755
27756 \begin_layout Plain Layout
27757 Joe
27758 \end_layout
27759
27760 \end_inset
27761 </cell>
27762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27763 \begin_inset Text
27764
27765 \begin_layout Plain Layout
27766 Mary
27767 \end_layout
27768
27769 \end_inset
27770 </cell>
27771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27772 \begin_inset Text
27773
27774 \begin_layout Plain Layout
27775 Ted
27776 \end_layout
27777
27778 \end_inset
27779 </cell>
27780 </row>
27781 <row>
27782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27783 \begin_inset Text
27784
27785 \begin_layout Plain Layout
27786 \begin_inset Formula $\int x^{2}dx$
27787 \end_inset
27788
27789
27790 \end_layout
27791
27792 \end_inset
27793 </cell>
27794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27795 \begin_inset Text
27796
27797 \begin_layout Plain Layout
27798 \begin_inset Formula $\left[\begin{array}{cc}
27799 a & b\\
27800 c & d
27801 \end{array}\right]$
27802 \end_inset
27803
27804
27805 \end_layout
27806
27807 \end_inset
27808 </cell>
27809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27810 \begin_inset Text
27811
27812 \begin_layout Plain Layout
27813 \begin_inset Formula $1+1=2$
27814 \end_inset
27815
27816
27817 \end_layout
27818
27819 \end_inset
27820 </cell>
27821 </row>
27822 </lyxtabular>
27823
27824 \end_inset
27825
27826
27827 \end_layout
27828
27829 \end_inset
27830
27831
27832 \end_layout
27833
27834 \begin_layout Standard
27835 \begin_inset Float table
27836 wide false
27837 sideways false
27838 status open
27839
27840 \begin_layout Plain Layout
27841 \begin_inset Caption Standard
27842
27843 \begin_layout Plain Layout
27844 \begin_inset CommandInset label
27845 LatexCommand label
27846 name "tab:A-standard-table"
27847
27848 \end_inset
27849
27850 A standard table caption.
27851 \end_layout
27852
27853 \end_inset
27854
27855
27856 \end_layout
27857
27858 \begin_layout Plain Layout
27859 \align center
27860 \begin_inset Tabular
27861 <lyxtabular version="3" rows="3" columns="3">
27862 <features tabularvalignment="middle">
27863 <column alignment="center" valignment="top" width="0pt">
27864 <column alignment="center" valignment="top" width="0pt">
27865 <column alignment="center" valignment="top" width="0pt">
27866 <row>
27867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27868 \begin_inset Text
27869
27870 \begin_layout Plain Layout
27871 1
27872 \end_layout
27873
27874 \end_inset
27875 </cell>
27876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27877 \begin_inset Text
27878
27879 \begin_layout Plain Layout
27880 2
27881 \end_layout
27882
27883 \end_inset
27884 </cell>
27885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27886 \begin_inset Text
27887
27888 \begin_layout Plain Layout
27889 3
27890 \end_layout
27891
27892 \end_inset
27893 </cell>
27894 </row>
27895 <row>
27896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27897 \begin_inset Text
27898
27899 \begin_layout Plain Layout
27900 Joe
27901 \end_layout
27902
27903 \end_inset
27904 </cell>
27905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27906 \begin_inset Text
27907
27908 \begin_layout Plain Layout
27909 Mary
27910 \end_layout
27911
27912 \end_inset
27913 </cell>
27914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27915 \begin_inset Text
27916
27917 \begin_layout Plain Layout
27918 Ted
27919 \end_layout
27920
27921 \end_inset
27922 </cell>
27923 </row>
27924 <row>
27925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27926 \begin_inset Text
27927
27928 \begin_layout Plain Layout
27929 \begin_inset Formula $\int x^{2}dx$
27930 \end_inset
27931
27932
27933 \end_layout
27934
27935 \end_inset
27936 </cell>
27937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27938 \begin_inset Text
27939
27940 \begin_layout Plain Layout
27941 \begin_inset Formula $\left[\begin{array}{cc}
27942 a & b\\
27943 c & d
27944 \end{array}\right]$
27945 \end_inset
27946
27947
27948 \end_layout
27949
27950 \end_inset
27951 </cell>
27952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27953 \begin_inset Text
27954
27955 \begin_layout Plain Layout
27956 \begin_inset Formula $1+1=2$
27957 \end_inset
27958
27959
27960 \end_layout
27961
27962 \end_inset
27963 </cell>
27964 </row>
27965 </lyxtabular>
27966
27967 \end_inset
27968
27969
27970 \end_layout
27971
27972 \end_inset
27973
27974
27975 \end_layout
27976
27977 \begin_layout Standard
27978 \begin_inset VSpace bigskip
27979 \end_inset
27980
27981 It is also possible to set the caption beside a figure or table.
27982  To get this the \SpecialChar LaTeX
27983 -package 
27984 \series bold
27985 sidecap
27986 \series default
27987
27988 \begin_inset Index idx
27989 status collapsed
27990
27991 \begin_layout Plain Layout
27992 \SpecialChar LaTeX
27993 -packages ! sidecap
27994 \end_layout
27995
27996 \end_inset
27997
27998  has to be loaded in the document preamble with the line
27999 \end_layout
28000
28001 \begin_layout Standard
28002
28003 \series bold
28004
28005 \backslash
28006 usepackage[option]{sidecap}
28007 \end_layout
28008
28009 \begin_layout Standard
28010 If you set no option, the caption is placed on the side of the outer page
28011  margin – to the right on odd pages, to the left on even pages.
28012  You can change the placement to inner margin with the option 
28013 \series bold
28014 innercaption
28015 \series default
28016 .
28017  To force the placement always to the right or left, use the option 
28018 \series bold
28019 rightcaption
28020 \series default
28021  or 
28022 \series bold
28023 leftcaption
28024 \series default
28025 , respectively.
28026 \end_layout
28027
28028 \begin_layout Standard
28029 \begin_inset ERT
28030 status collapsed
28031
28032 \begin_layout Plain Layout
28033
28034
28035 \backslash
28036 ifsidecap
28037 \end_layout
28038
28039 \end_inset
28040
28041
28042 \begin_inset Note Note
28043 status open
28044
28045 \begin_layout Plain Layout
28046 The following section will only be displayed when the \SpecialChar LaTeX
28047 -package 
28048 \series bold
28049 sidecap
28050 \series default
28051  is installed.
28052 \end_layout
28053
28054 \end_inset
28055
28056
28057 \end_layout
28058
28059 \begin_layout Standard
28060 To place in \SpecialChar LyX
28061  the caption of a float on the side, it is necessary to add
28062  these commands to the document preamble:
28063 \end_layout
28064
28065 \begin_layout Standard
28066 \noindent
28067 \begin_inset CommandInset line
28068 LatexCommand rule
28069 offset "0.5ex"
28070 width "100line%"
28071 height "1pt"
28072
28073 \end_inset
28074
28075
28076 \end_layout
28077
28078 \begin_layout Standard
28079
28080 \series bold
28081
28082 \backslash
28083 newcommand{
28084 \backslash
28085 TabBesBeg}[1][1.0]{%
28086 \begin_inset Newline newline
28087 \end_inset
28088
28089
28090 \begin_inset Phantom HPhantom
28091 status open
28092
28093 \begin_layout Plain Layout
28094 \begin_inset space ~
28095 \end_inset
28096
28097
28098 \end_layout
28099
28100 \end_inset
28101
28102
28103 \backslash
28104 let
28105 \backslash
28106 MyTable
28107 \backslash
28108 table
28109 \begin_inset Newline newline
28110 \end_inset
28111
28112
28113 \begin_inset Phantom HPhantom
28114 status open
28115
28116 \begin_layout Plain Layout
28117
28118 \series medium
28119 \begin_inset space ~
28120 \end_inset
28121
28122
28123 \end_layout
28124
28125 \end_inset
28126
28127
28128 \backslash
28129 let
28130 \backslash
28131 MyEndtable
28132 \backslash
28133 endtable
28134 \begin_inset Newline newline
28135 \end_inset
28136
28137
28138 \begin_inset Phantom HPhantom
28139 status open
28140
28141 \begin_layout Plain Layout
28142
28143 \series medium
28144 \begin_inset space ~
28145 \end_inset
28146
28147
28148 \end_layout
28149
28150 \end_inset
28151
28152
28153 \backslash
28154 renewenvironment{table}[1]{
28155 \backslash
28156 begin{SCtable}[#1]##1}{
28157 \backslash
28158 end{SCtable}}}
28159 \end_layout
28160
28161 \begin_layout Standard
28162
28163 \series bold
28164
28165 \backslash
28166 newcommand{
28167 \backslash
28168 TabBesEnd}{%
28169 \begin_inset Newline newline
28170 \end_inset
28171
28172
28173 \begin_inset Phantom HPhantom
28174 status open
28175
28176 \begin_layout Plain Layout
28177 \begin_inset space ~
28178 \end_inset
28179
28180
28181 \end_layout
28182
28183 \end_inset
28184
28185
28186 \backslash
28187 let
28188 \backslash
28189 table
28190 \backslash
28191 MyTable
28192 \begin_inset Newline newline
28193 \end_inset
28194
28195
28196 \begin_inset Phantom HPhantom
28197 status open
28198
28199 \begin_layout Plain Layout
28200 \begin_inset space ~
28201 \end_inset
28202
28203
28204 \end_layout
28205
28206 \end_inset
28207
28208
28209 \backslash
28210 let
28211 \backslash
28212 endtable
28213 \backslash
28214 MyEndtable
28215 \end_layout
28216
28217 \begin_layout Standard
28218
28219 \series bold
28220
28221 \backslash
28222 newcommand{
28223 \backslash
28224 FigBesBeg}[1][1.0]{%
28225 \begin_inset Newline newline
28226 \end_inset
28227
28228
28229 \begin_inset Phantom HPhantom
28230 status open
28231
28232 \begin_layout Plain Layout
28233 \begin_inset space ~
28234 \end_inset
28235
28236
28237 \end_layout
28238
28239 \end_inset
28240
28241
28242 \backslash
28243 let
28244 \backslash
28245 MyFigure
28246 \backslash
28247 figure
28248 \begin_inset Newline newline
28249 \end_inset
28250
28251
28252 \begin_inset Phantom HPhantom
28253 status open
28254
28255 \begin_layout Plain Layout
28256 \begin_inset space ~
28257 \end_inset
28258
28259
28260 \end_layout
28261
28262 \end_inset
28263
28264
28265 \backslash
28266 let
28267 \backslash
28268 MyEndfigure
28269 \backslash
28270 endfigure
28271 \begin_inset Newline newline
28272 \end_inset
28273
28274
28275 \begin_inset Phantom HPhantom
28276 status open
28277
28278 \begin_layout Plain Layout
28279 \begin_inset space ~
28280 \end_inset
28281
28282
28283 \end_layout
28284
28285 \end_inset
28286
28287
28288 \backslash
28289 renewenvironment{figure}[1]{
28290 \backslash
28291 begin{SCfigure}[#1]##1}{
28292 \backslash
28293 end{SCfigure}}}
28294 \end_layout
28295
28296 \begin_layout Standard
28297
28298 \series bold
28299
28300 \backslash
28301 newcommand{
28302 \backslash
28303 FigBesEnd}{%
28304 \begin_inset Newline newline
28305 \end_inset
28306
28307
28308 \begin_inset Phantom HPhantom
28309 status open
28310
28311 \begin_layout Plain Layout
28312 \begin_inset space ~
28313 \end_inset
28314
28315
28316 \end_layout
28317
28318 \end_inset
28319
28320
28321 \backslash
28322 let
28323 \backslash
28324 figure
28325 \backslash
28326 MyFigure
28327 \begin_inset Newline newline
28328 \end_inset
28329
28330
28331 \begin_inset Phantom HPhantom
28332 status open
28333
28334 \begin_layout Plain Layout
28335 \begin_inset space ~
28336 \end_inset
28337
28338
28339 \end_layout
28340
28341 \end_inset
28342
28343
28344 \backslash
28345 let
28346 \backslash
28347 endfigure
28348 \backslash
28349 MyEndfigure}
28350 \end_layout
28351
28352 \begin_layout Standard
28353 \noindent
28354 \begin_inset CommandInset line
28355 LatexCommand rule
28356 offset "0.5ex"
28357 width "100line%"
28358 height "1pt"
28359
28360 \end_inset
28361
28362
28363 \end_layout
28364
28365 \begin_layout Standard
28366 The commands allow you to redefine the floats so that the caption is set
28367  on the side.
28368  For figure floats use the command
28369 \end_layout
28370
28371 \begin_layout Standard
28372
28373 \series bold
28374
28375 \backslash
28376 FigBesBeg
28377 \end_layout
28378
28379 \begin_layout Standard
28380 in \SpecialChar TeX
28381  Code before the float.
28382  And insert the command
28383 \end_layout
28384
28385 \begin_layout Standard
28386
28387 \series bold
28388
28389 \backslash
28390 FigBesEnd
28391 \end_layout
28392
28393 \begin_layout Standard
28394 in \SpecialChar TeX
28395  Code at the point where you want to get back to the original float definitio
28396 n.
28397 \end_layout
28398
28399 \begin_layout Standard
28400 For table floats use the corresponding commands
28401 \end_layout
28402
28403 \begin_layout Standard
28404
28405 \series bold
28406
28407 \backslash
28408 TabBesBeg
28409 \series default
28410  and 
28411 \series bold
28412
28413 \backslash
28414 TabBesEnd
28415 \end_layout
28416
28417 \begin_layout Standard
28418 Figure
28419 \begin_inset space ~
28420 \end_inset
28421
28422
28423 \begin_inset CommandInset ref
28424 LatexCommand ref
28425 reference "fig:cap-beside-fig"
28426
28427 \end_inset
28428
28429  and Table
28430 \begin_inset space ~
28431 \end_inset
28432
28433
28434 \begin_inset CommandInset ref
28435 LatexCommand ref
28436 reference "tab:cap-beside-tab"
28437
28438 \end_inset
28439
28440  are examples where the caption is set beside.
28441 \end_layout
28442
28443 \begin_layout Standard
28444 You can see in the examples that the caption text appears at the top of
28445  the floats for table floats and at the bottom for figure floats.
28446  To change this, you can use the command
28447 \end_layout
28448
28449 \begin_layout Standard
28450
28451 \series bold
28452
28453 \backslash
28454 sidecaptionvpos{float type}{placement}
28455 \end_layout
28456
28457 \begin_layout Standard
28458 in the document preamble or in \SpecialChar TeX
28459  Code before the float.
28460  The float type is either 
28461 \family sans
28462 figure
28463 \family default
28464  or 
28465 \family sans
28466 table
28467 \family default
28468 , the placement can be 
28469 \begin_inset Quotes eld
28470 \end_inset
28471
28472
28473 \family sans
28474 t
28475 \family default
28476
28477 \begin_inset Quotes erd
28478 \end_inset
28479
28480  for top, 
28481 \begin_inset Quotes eld
28482 \end_inset
28483
28484
28485 \family sans
28486 c
28487 \family default
28488
28489 \begin_inset Quotes erd
28490 \end_inset
28491
28492  for center, or 
28493 \begin_inset Quotes eld
28494 \end_inset
28495
28496
28497 \family sans
28498 b
28499 \family default
28500
28501 \begin_inset Quotes erd
28502 \end_inset
28503
28504  for bottom.
28505  To have for example the caption of figure floats vertically centered, use
28506  the command
28507 \end_layout
28508
28509 \begin_layout Standard
28510
28511 \series bold
28512
28513 \backslash
28514 sidecaptionvpos{figure}{c}
28515 \end_layout
28516
28517 \begin_layout Standard
28518 This was used for Figure
28519 \begin_inset space ~
28520 \end_inset
28521
28522
28523 \begin_inset CommandInset ref
28524 LatexCommand ref
28525 reference "fig:cap-beside-fig-2"
28526
28527 \end_inset
28528
28529 .
28530 \end_layout
28531
28532 \begin_layout Standard
28533 \begin_inset VSpace medskip
28534 \end_inset
28535
28536
28537 \end_layout
28538
28539 \begin_layout Standard
28540 The default caption width is the width of the image/table.
28541  For thin image/tables, like in Table
28542 \begin_inset space ~
28543 \end_inset
28544
28545
28546 \begin_inset CommandInset ref
28547 LatexCommand ref
28548 reference "tab:cap-beside-tab"
28549
28550 \end_inset
28551
28552 , this leads to captions that are too thin.
28553  You can increase the width by specifying a factor that will be multiplied
28554  with the image/table width to get the caption width.
28555  The caption width will automatically be recalculated in case it would protrude
28556  over the page or column margin due to the specified width.
28557  The 
28558 \emph on
28559 factor
28560 \emph default
28561  can either be given as optional argument for 
28562 \series bold
28563
28564 \backslash
28565 FigBesBeg
28566 \series default
28567 :
28568 \end_layout
28569
28570 \begin_layout Standard
28571
28572 \series bold
28573
28574 \backslash
28575 FigBesBeg[factor]
28576 \end_layout
28577
28578 \begin_layout Standard
28579 or in the definition of 
28580 \series bold
28581
28582 \backslash
28583 FigBesBeg
28584 \series default
28585  by replacing the 
28586 \series bold
28587 1.0
28588 \series default
28589  with another value.
28590  If you do the latter, your factor will be the default if 
28591 \series bold
28592
28593 \backslash
28594 FigBesBeg
28595 \series default
28596  is used without an argument.
28597  For Table
28598 \begin_inset space ~
28599 \end_inset
28600
28601
28602 \begin_inset CommandInset ref
28603 LatexCommand ref
28604 reference "tab:cap-beside-tab-wider"
28605
28606 \end_inset
28607
28608  the factor 5 was used.
28609 \end_layout
28610
28611 \begin_layout Standard
28612 \begin_inset Note Greyedout
28613 status open
28614
28615 \begin_layout Plain Layout
28616
28617 \series bold
28618 Note:
28619 \series default
28620  For floats with captions set beside, you cannot use the float placement
28621  option 
28622 \family sans
28623 Here
28624 \begin_inset space ~
28625 \end_inset
28626
28627 definitely
28628 \family default
28629  because it is not supported by 
28630 \series bold
28631 sidecap
28632 \series default
28633 .
28634 \end_layout
28635
28636 \end_inset
28637
28638
28639 \end_layout
28640
28641 \begin_layout Standard
28642 \begin_inset VSpace medskip
28643 \end_inset
28644
28645 For more information about the package 
28646 \series bold
28647 sidecap
28648 \series default
28649  we refer to its documentation 
28650 \begin_inset CommandInset citation
28651 LatexCommand cite
28652 key "sidecap"
28653
28654 \end_inset
28655
28656 .
28657 \end_layout
28658
28659 \begin_layout Standard
28660 \begin_inset Note Greyedout
28661 status open
28662
28663 \begin_layout Plain Layout
28664
28665 \series bold
28666 Note:
28667 \series default
28668  The \SpecialChar LaTeX
28669 -package 
28670 \series bold
28671 hypcap
28672 \series default
28673
28674 \begin_inset Index idx
28675 status collapsed
28676
28677 \begin_layout Plain Layout
28678 \SpecialChar LaTeX
28679 -packages ! hypcap
28680 \end_layout
28681
28682 \end_inset
28683
28684 , described in section
28685 \begin_inset space ~
28686 \end_inset
28687
28688
28689 \begin_inset CommandInset ref
28690 LatexCommand ref
28691 reference "subsec:Reference-Position"
28692
28693 \end_inset
28694
28695 , has no effect on floats with the caption set beside.
28696 \end_layout
28697
28698 \end_inset
28699
28700
28701 \end_layout
28702
28703 \begin_layout Standard
28704 \begin_inset ERT
28705 status collapsed
28706
28707 \begin_layout Plain Layout
28708
28709
28710 \backslash
28711 FigBesBeg
28712 \end_layout
28713
28714 \end_inset
28715
28716
28717 \end_layout
28718
28719 \begin_layout Standard
28720 \begin_inset Float figure
28721 wide false
28722 sideways false
28723 status open
28724
28725 \begin_layout Plain Layout
28726 \begin_inset Graphics
28727         filename clipart/escher-lsd.eps
28728         scale 75
28729         scaleBeforeRotation
28730
28731 \end_inset
28732
28733
28734 \end_layout
28735
28736 \begin_layout Plain Layout
28737 \begin_inset Caption Standard
28738
28739 \begin_layout Plain Layout
28740 \begin_inset CommandInset label
28741 LatexCommand label
28742 name "fig:cap-beside-fig"
28743
28744 \end_inset
28745
28746 This is a caption beside a figure.
28747 \end_layout
28748
28749 \end_inset
28750
28751
28752 \end_layout
28753
28754 \end_inset
28755
28756
28757 \end_layout
28758
28759 \begin_layout Standard
28760 \begin_inset ERT
28761 status collapsed
28762
28763 \begin_layout Plain Layout
28764
28765
28766 \backslash
28767 FigBesEnd
28768 \end_layout
28769
28770 \end_inset
28771
28772
28773 \end_layout
28774
28775 \begin_layout Standard
28776 \begin_inset ERT
28777 status collapsed
28778
28779 \begin_layout Plain Layout
28780
28781
28782 \backslash
28783 TabBesBeg
28784 \end_layout
28785
28786 \end_inset
28787
28788
28789 \end_layout
28790
28791 \begin_layout Standard
28792 \begin_inset Float table
28793 wide false
28794 sideways false
28795 status open
28796
28797 \begin_layout Plain Layout
28798 \begin_inset Caption Standard
28799
28800 \begin_layout Plain Layout
28801 \begin_inset CommandInset label
28802 LatexCommand label
28803 name "tab:cap-beside-tab"
28804
28805 \end_inset
28806
28807 This is a caption beside a table.
28808 \end_layout
28809
28810 \end_inset
28811
28812
28813 \end_layout
28814
28815 \begin_layout Plain Layout
28816 \begin_inset Tabular
28817 <lyxtabular version="3" rows="4" columns="5">
28818 <features tabularvalignment="middle">
28819 <column alignment="center" valignment="top">
28820 <column alignment="center" valignment="top">
28821 <column alignment="center" valignment="top">
28822 <column alignment="center" valignment="top">
28823 <column alignment="center" valignment="top">
28824 <row>
28825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28826 \begin_inset Text
28827
28828 \begin_layout Plain Layout
28829 a
28830 \end_layout
28831
28832 \end_inset
28833 </cell>
28834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28835 \begin_inset Text
28836
28837 \begin_layout Plain Layout
28838
28839 \end_layout
28840
28841 \end_inset
28842 </cell>
28843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28844 \begin_inset Text
28845
28846 \begin_layout Plain Layout
28847 b
28848 \end_layout
28849
28850 \end_inset
28851 </cell>
28852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28853 \begin_inset Text
28854
28855 \begin_layout Plain Layout
28856
28857 \end_layout
28858
28859 \end_inset
28860 </cell>
28861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28862 \begin_inset Text
28863
28864 \begin_layout Plain Layout
28865 c
28866 \end_layout
28867
28868 \end_inset
28869 </cell>
28870 </row>
28871 <row>
28872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28873 \begin_inset Text
28874
28875 \begin_layout Plain Layout
28876
28877 \end_layout
28878
28879 \end_inset
28880 </cell>
28881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28882 \begin_inset Text
28883
28884 \begin_layout Plain Layout
28885 d
28886 \end_layout
28887
28888 \end_inset
28889 </cell>
28890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28891 \begin_inset Text
28892
28893 \begin_layout Plain Layout
28894
28895 \end_layout
28896
28897 \end_inset
28898 </cell>
28899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28900 \begin_inset Text
28901
28902 \begin_layout Plain Layout
28903 e
28904 \end_layout
28905
28906 \end_inset
28907 </cell>
28908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28909 \begin_inset Text
28910
28911 \begin_layout Plain Layout
28912
28913 \end_layout
28914
28915 \end_inset
28916 </cell>
28917 </row>
28918 <row>
28919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28920 \begin_inset Text
28921
28922 \begin_layout Plain Layout
28923 f
28924 \end_layout
28925
28926 \end_inset
28927 </cell>
28928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28929 \begin_inset Text
28930
28931 \begin_layout Plain Layout
28932
28933 \end_layout
28934
28935 \end_inset
28936 </cell>
28937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28938 \begin_inset Text
28939
28940 \begin_layout Plain Layout
28941 g
28942 \end_layout
28943
28944 \end_inset
28945 </cell>
28946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28947 \begin_inset Text
28948
28949 \begin_layout Plain Layout
28950
28951 \end_layout
28952
28953 \end_inset
28954 </cell>
28955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28956 \begin_inset Text
28957
28958 \begin_layout Plain Layout
28959 h
28960 \end_layout
28961
28962 \end_inset
28963 </cell>
28964 </row>
28965 <row>
28966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28967 \begin_inset Text
28968
28969 \begin_layout Plain Layout
28970
28971 \end_layout
28972
28973 \end_inset
28974 </cell>
28975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28976 \begin_inset Text
28977
28978 \begin_layout Plain Layout
28979 i
28980 \end_layout
28981
28982 \end_inset
28983 </cell>
28984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28985 \begin_inset Text
28986
28987 \begin_layout Plain Layout
28988
28989 \end_layout
28990
28991 \end_inset
28992 </cell>
28993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28994 \begin_inset Text
28995
28996 \begin_layout Plain Layout
28997 j
28998 \end_layout
28999
29000 \end_inset
29001 </cell>
29002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29003 \begin_inset Text
29004
29005 \begin_layout Plain Layout
29006
29007 \end_layout
29008
29009 \end_inset
29010 </cell>
29011 </row>
29012 </lyxtabular>
29013
29014 \end_inset
29015
29016
29017 \end_layout
29018
29019 \end_inset
29020
29021
29022 \end_layout
29023
29024 \begin_layout Standard
29025 \begin_inset ERT
29026 status collapsed
29027
29028 \begin_layout Plain Layout
29029
29030
29031 \backslash
29032 TabBesEnd
29033 \end_layout
29034
29035 \end_inset
29036
29037
29038 \end_layout
29039
29040 \begin_layout Standard
29041 \begin_inset ERT
29042 status collapsed
29043
29044 \begin_layout Plain Layout
29045
29046
29047 \backslash
29048 FigBesBeg
29049 \end_layout
29050
29051 \end_inset
29052
29053
29054 \begin_inset ERT
29055 status collapsed
29056
29057 \begin_layout Plain Layout
29058
29059
29060 \backslash
29061 sidecaptionvpos{figure}{c}
29062 \end_layout
29063
29064 \end_inset
29065
29066
29067 \begin_inset Float figure
29068 wide false
29069 sideways false
29070 status open
29071
29072 \begin_layout Plain Layout
29073 \begin_inset Graphics
29074         filename clipart/escher-lsd.eps
29075         scale 75
29076         scaleBeforeRotation
29077
29078 \end_inset
29079
29080
29081 \end_layout
29082
29083 \begin_layout Plain Layout
29084 \begin_inset Caption Standard
29085
29086 \begin_layout Plain Layout
29087 \begin_inset CommandInset label
29088 LatexCommand label
29089 name "fig:cap-beside-fig-2"
29090
29091 \end_inset
29092
29093 This is a vertically centered caption beside a figure.
29094 \end_layout
29095
29096 \end_inset
29097
29098
29099 \end_layout
29100
29101 \end_inset
29102
29103
29104 \end_layout
29105
29106 \begin_layout Standard
29107 \begin_inset ERT
29108 status collapsed
29109
29110 \begin_layout Plain Layout
29111
29112
29113 \backslash
29114 FigBesEnd
29115 \end_layout
29116
29117 \end_inset
29118
29119
29120 \end_layout
29121
29122 \begin_layout Standard
29123 \begin_inset ERT
29124 status collapsed
29125
29126 \begin_layout Plain Layout
29127
29128
29129 \backslash
29130 TabBesBeg[5]
29131 \end_layout
29132
29133 \end_inset
29134
29135
29136 \end_layout
29137
29138 \begin_layout Standard
29139 \begin_inset Float table
29140 wide false
29141 sideways false
29142 status open
29143
29144 \begin_layout Plain Layout
29145 \begin_inset Caption Standard
29146
29147 \begin_layout Plain Layout
29148 \begin_inset CommandInset label
29149 LatexCommand label
29150 name "tab:cap-beside-tab-wider"
29151
29152 \end_inset
29153
29154 This caption is wider than the one in Table
29155 \begin_inset space ~
29156 \end_inset
29157
29158
29159 \begin_inset CommandInset ref
29160 LatexCommand ref
29161 reference "tab:cap-beside-tab"
29162
29163 \end_inset
29164
29165 .
29166 \end_layout
29167
29168 \end_inset
29169
29170
29171 \end_layout
29172
29173 \begin_layout Plain Layout
29174 \begin_inset Tabular
29175 <lyxtabular version="3" rows="4" columns="5">
29176 <features tabularvalignment="middle">
29177 <column alignment="center" valignment="top">
29178 <column alignment="center" valignment="top">
29179 <column alignment="center" valignment="top">
29180 <column alignment="center" valignment="top">
29181 <column alignment="center" valignment="top">
29182 <row>
29183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29184 \begin_inset Text
29185
29186 \begin_layout Plain Layout
29187 a
29188 \end_layout
29189
29190 \end_inset
29191 </cell>
29192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29193 \begin_inset Text
29194
29195 \begin_layout Plain Layout
29196
29197 \end_layout
29198
29199 \end_inset
29200 </cell>
29201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29202 \begin_inset Text
29203
29204 \begin_layout Plain Layout
29205 b
29206 \end_layout
29207
29208 \end_inset
29209 </cell>
29210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29211 \begin_inset Text
29212
29213 \begin_layout Plain Layout
29214
29215 \end_layout
29216
29217 \end_inset
29218 </cell>
29219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29220 \begin_inset Text
29221
29222 \begin_layout Plain Layout
29223 c
29224 \end_layout
29225
29226 \end_inset
29227 </cell>
29228 </row>
29229 <row>
29230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29231 \begin_inset Text
29232
29233 \begin_layout Plain Layout
29234
29235 \end_layout
29236
29237 \end_inset
29238 </cell>
29239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29240 \begin_inset Text
29241
29242 \begin_layout Plain Layout
29243 d
29244 \end_layout
29245
29246 \end_inset
29247 </cell>
29248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29249 \begin_inset Text
29250
29251 \begin_layout Plain Layout
29252
29253 \end_layout
29254
29255 \end_inset
29256 </cell>
29257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29258 \begin_inset Text
29259
29260 \begin_layout Plain Layout
29261 e
29262 \end_layout
29263
29264 \end_inset
29265 </cell>
29266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29267 \begin_inset Text
29268
29269 \begin_layout Plain Layout
29270
29271 \end_layout
29272
29273 \end_inset
29274 </cell>
29275 </row>
29276 <row>
29277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29278 \begin_inset Text
29279
29280 \begin_layout Plain Layout
29281 f
29282 \end_layout
29283
29284 \end_inset
29285 </cell>
29286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29287 \begin_inset Text
29288
29289 \begin_layout Plain Layout
29290
29291 \end_layout
29292
29293 \end_inset
29294 </cell>
29295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29296 \begin_inset Text
29297
29298 \begin_layout Plain Layout
29299 g
29300 \end_layout
29301
29302 \end_inset
29303 </cell>
29304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29305 \begin_inset Text
29306
29307 \begin_layout Plain Layout
29308
29309 \end_layout
29310
29311 \end_inset
29312 </cell>
29313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29314 \begin_inset Text
29315
29316 \begin_layout Plain Layout
29317 h
29318 \end_layout
29319
29320 \end_inset
29321 </cell>
29322 </row>
29323 <row>
29324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29325 \begin_inset Text
29326
29327 \begin_layout Plain Layout
29328
29329 \end_layout
29330
29331 \end_inset
29332 </cell>
29333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29334 \begin_inset Text
29335
29336 \begin_layout Plain Layout
29337 i
29338 \end_layout
29339
29340 \end_inset
29341 </cell>
29342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29343 \begin_inset Text
29344
29345 \begin_layout Plain Layout
29346
29347 \end_layout
29348
29349 \end_inset
29350 </cell>
29351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29352 \begin_inset Text
29353
29354 \begin_layout Plain Layout
29355 j
29356 \end_layout
29357
29358 \end_inset
29359 </cell>
29360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29361 \begin_inset Text
29362
29363 \begin_layout Plain Layout
29364
29365 \end_layout
29366
29367 \end_inset
29368 </cell>
29369 </row>
29370 </lyxtabular>
29371
29372 \end_inset
29373
29374
29375 \end_layout
29376
29377 \end_inset
29378
29379
29380 \end_layout
29381
29382 \begin_layout Standard
29383 \begin_inset ERT
29384 status collapsed
29385
29386 \begin_layout Plain Layout
29387
29388
29389 \backslash
29390 TabBesEnd
29391 \end_layout
29392
29393 \end_inset
29394
29395
29396 \end_layout
29397
29398 \begin_layout Standard
29399 \begin_inset ERT
29400 status collapsed
29401
29402 \begin_layout Plain Layout
29403
29404
29405 \backslash
29406 else
29407 \end_layout
29408
29409 \end_inset
29410
29411
29412 \begin_inset Note Note
29413 status open
29414
29415 \begin_layout Plain Layout
29416 The following will be displayed when the \SpecialChar LaTeX
29417 -package 
29418 \series bold
29419 sidecap
29420 \series default
29421  is not installed:
29422 \end_layout
29423
29424 \end_inset
29425
29426
29427 \end_layout
29428
29429 \begin_layout Standard
29430 You need to install the \SpecialChar LaTeX
29431 -package 
29432 \series bold
29433 sidecap
29434 \series default
29435  to see the following part of this section in the output.
29436 \end_layout
29437
29438 \begin_layout Standard
29439 \begin_inset ERT
29440 status collapsed
29441
29442 \begin_layout Plain Layout
29443
29444
29445 \backslash
29446 fi
29447 \end_layout
29448
29449 \end_inset
29450
29451
29452 \end_layout
29453
29454 \begin_layout Section
29455 Listings of Floats
29456 \begin_inset Index idx
29457 status collapsed
29458
29459 \begin_layout Plain Layout
29460 Floats ! Float Lists
29461 \end_layout
29462
29463 \end_inset
29464
29465
29466 \end_layout
29467
29468 \begin_layout Standard
29469 Similar to the table of contents where the sections of the document are
29470  listed, there are listings for all float types, like the figures of the
29471  documents.
29472  You can insert them via the 
29473 \family sans
29474 Insert\SpecialChar menuseparator
29475 List
29476 \begin_inset space ~
29477 \end_inset
29478
29479 /
29480 \begin_inset space ~
29481 \end_inset
29482
29483 TOC
29484 \family default
29485  sub menus.
29486 \end_layout
29487
29488 \begin_layout Standard
29489 The list entries are the float captions or its short title, the float number,
29490  and the page number where they appear in the document.
29491 \end_layout
29492
29493 \begin_layout Standard
29494 You can find the list of figures and tables at the end of this document.
29495 \end_layout
29496
29497 \begin_layout Chapter
29498 Notes
29499 \end_layout
29500
29501 \begin_layout Section
29502 \SpecialChar LyX
29503  Notes
29504 \begin_inset Index idx
29505 status collapsed
29506
29507 \begin_layout Plain Layout
29508 Notes ! \SpecialChar LyX
29509  Notes
29510 \end_layout
29511
29512 \end_inset
29513
29514
29515 \end_layout
29516
29517 \begin_layout Standard
29518 Notes are inserted with the toolbar button 
29519 \begin_inset Info
29520 type  "icon"
29521 arg   "note-insert"
29522 \end_inset
29523
29524  or the menu 
29525 \family sans
29526 Insert\SpecialChar menuseparator
29527 Note
29528 \family default
29529 .
29530  There are three types of notes:
29531 \end_layout
29532
29533 \begin_layout Description
29534 \SpecialChar LyX
29535
29536 \begin_inset space ~
29537 \end_inset
29538
29539 Note This note type is for internal notes that won't appear in the output.
29540  Its note-box looks like this:
29541 \begin_inset Newline newline
29542 \end_inset
29543
29544
29545 \begin_inset Newline newline
29546 \end_inset
29547
29548
29549 \begin_inset Graphics
29550         filename clipart/LyXNoteImage.png
29551         display false
29552         scaleBeforeRotation
29553
29554 \end_inset
29555
29556  
29557 \begin_inset Note Note
29558 status open
29559
29560 \begin_layout Plain Layout
29561 This is text in a note box that doesn't appear in the output.
29562 \end_layout
29563
29564 \end_inset
29565
29566
29567 \end_layout
29568
29569 \begin_layout Description
29570 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
29571 -comment,
29572  when you export the document to \SpecialChar LaTeX
29573  via the menu 
29574 \family sans
29575 File\SpecialChar menuseparator
29576 Export\SpecialChar menuseparator
29577 LaTeX
29578 \begin_inset space ~
29579 \end_inset
29580
29581 (pdflatex) / (plain)
29582 \family default
29583 .
29584  Its note-box looks like this:
29585 \begin_inset Newline newline
29586 \end_inset
29587
29588
29589 \begin_inset Newline newline
29590 \end_inset
29591
29592
29593 \begin_inset Graphics
29594         filename clipart/CommentNoteImage.png
29595         display false
29596         scaleBeforeRotation
29597
29598 \end_inset
29599
29600  
29601 \begin_inset Note Comment
29602 status open
29603
29604 \begin_layout Plain Layout
29605 This is text in a note box that only appears as comment in \SpecialChar LaTeX
29606 -files.
29607 \end_layout
29608
29609 \end_inset
29610
29611
29612 \end_layout
29613
29614 \begin_layout Description
29615 Greyed
29616 \begin_inset space ~
29617 \end_inset
29618
29619 Out This note will appear in the output as grey text.
29620  Its note-box looks like this:
29621 \begin_inset Newline newline
29622 \end_inset
29623
29624
29625 \begin_inset Newline newline
29626 \end_inset
29627
29628
29629 \begin_inset Graphics
29630         filename clipart/GreyedOutNoteImage.png
29631         display false
29632         scaleBeforeRotation
29633
29634 \end_inset
29635
29636
29637 \begin_inset Newline newline
29638 \end_inset
29639
29640
29641 \begin_inset ERT
29642 status collapsed
29643
29644 \begin_layout Plain Layout
29645
29646
29647 \backslash
29648 renewenvironment{lyxgreyedout}
29649 \end_layout
29650
29651 \begin_layout Plain Layout
29652
29653 {
29654 \backslash
29655 textcolor[gray]{0.8}
29656 \backslash
29657 bgroup}{
29658 \backslash
29659 egroup}
29660 \end_layout
29661
29662 \end_inset
29663
29664
29665 \begin_inset Note Greyedout
29666 status open
29667
29668 \begin_layout Plain Layout
29669 This is text of a comment that appears grey in the output.
29670 \end_layout
29671
29672 \end_inset
29673
29674
29675 \begin_inset ERT
29676 status collapsed
29677
29678 \begin_layout Plain Layout
29679
29680
29681 \backslash
29682 renewenvironment{lyxgreyedout}
29683 \end_layout
29684
29685 \begin_layout Plain Layout
29686
29687 {
29688 \backslash
29689 textcolor{blue}
29690 \backslash
29691 bgroup}{
29692 \backslash
29693 egroup}
29694 \end_layout
29695
29696 \end_inset
29697
29698
29699 \begin_inset Note Note
29700 status collapsed
29701
29702 \begin_layout Plain Layout
29703 The greyed out note is here redefined to show it with the original \SpecialChar LyX
29704  definition
29705  because greyed out notes are redefined in the preamble of this document,
29706  as described below, to have blue text.
29707 \end_layout
29708
29709 \end_inset
29710
29711
29712 \begin_inset Newline newline
29713 \end_inset
29714
29715
29716 \begin_inset Newline newline
29717 \end_inset
29718
29719 As you can see in the example, the first line of greyed out notes is a bit
29720  indented and greyed out notes can have footnotes.
29721 \end_layout
29722
29723 \begin_layout Standard
29724 \begin_inset VSpace bigskip
29725 \end_inset
29726
29727 When you use the toolbar button 
29728 \begin_inset Info
29729 type  "icon"
29730 arg   "note-insert"
29731 \end_inset
29732
29733  to insert notes, a 
29734 \family sans
29735 \SpecialChar LyX
29736
29737 \begin_inset space ~
29738 \end_inset
29739
29740 Note
29741 \family default
29742  is inserted.
29743  You can switch between the three note types by right-clicking on the note-box.
29744  
29745 \family roman
29746 \series medium
29747 \bar no
29748 If you want to turn existing text into a note, mark it and click on the
29749  note
29750 \family default
29751 \series default
29752 \bar default
29753  toolbar 
29754 \family roman
29755 \series medium
29756 \bar no
29757 button
29758 \family default
29759 \series default
29760 \bar default
29761 .
29762  To change a note to text, press the backspace key when the cursor is in
29763  the first position of a note, or press the delete key when the cursor is
29764  in the very last position of the note, respectively.
29765 \end_layout
29766
29767 \begin_layout Standard
29768 \begin_inset VSpace bigskip
29769 \end_inset
29770
29771 You can change the text color of the greyed out notes in the menu 
29772 \family sans
29773 Document\SpecialChar menuseparator
29774 Settings\SpecialChar menuseparator
29775 Colors
29776 \family default
29777 .
29778 \end_layout
29779
29780 \begin_layout Section
29781 Footnotes
29782 \begin_inset CommandInset label
29783 LatexCommand label
29784 name "sec:Footnotes"
29785
29786 \end_inset
29787
29788
29789 \begin_inset Index idx
29790 status collapsed
29791
29792 \begin_layout Plain Layout
29793 Notes ! Footnotes
29794 \end_layout
29795
29796 \end_inset
29797
29798
29799 \begin_inset Index idx
29800 status collapsed
29801
29802 \begin_layout Plain Layout
29803 Footnotes
29804 \end_layout
29805
29806 \end_inset
29807
29808
29809 \end_layout
29810
29811 \begin_layout Standard
29812 Footnotes can be inserted using the toolbar button 
29813 \begin_inset Info
29814 type  "icon"
29815 arg   "footnote-insert"
29816 \end_inset
29817
29818  or the menu 
29819 \family sans
29820 Insert\SpecialChar menuseparator
29821 Footnote
29822 \family default
29823 .
29824  You will then see the following footnote-box: 
29825 \begin_inset Graphics
29826         filename clipart/footnote.png
29827         scale 80
29828         scaleBeforeRotation
29829
29830 \end_inset
29831
29832  
29833 \family roman
29834 \series medium
29835 \bar no
29836 where you can enter the footnote text.
29837  If you want to turn existing text into a footnote, mark it and click on
29838  the footnote
29839 \family default
29840 \series default
29841 \bar default
29842  toolbar 
29843 \family roman
29844 \series medium
29845 \bar no
29846 button
29847 \family default
29848 \series default
29849 \bar default
29850 .
29851  To change a 
29852 \family roman
29853 \series medium
29854 \bar no
29855 footnote
29856 \family default
29857 \series default
29858 \bar default
29859  to text, press the 
29860 \family sans
29861 Backspace
29862 \family default
29863  key when the cursor is in the first position of a 
29864 \family roman
29865 \series medium
29866 \bar no
29867 footnote
29868 \family default
29869 \series default
29870 \bar default
29871 , or press the 
29872 \family sans
29873 Delete
29874 \family default
29875  key when the cursor is in the very last position of the 
29876 \family roman
29877 \series medium
29878 \bar no
29879 footnote
29880 \family default
29881 \series default
29882 \bar default
29883 , respectively.
29884 \end_layout
29885
29886 \begin_layout Standard
29887 Here is an example footnote:
29888 \family roman
29889 \series medium
29890 \bar no
29891
29892 \begin_inset Foot
29893 status open
29894
29895 \begin_layout Plain Layout
29896 \begin_inset CommandInset label
29897 LatexCommand label
29898 name "foot:This-is-an"
29899
29900 \end_inset
29901
29902 This is an example footnote.
29903 \end_layout
29904
29905 \end_inset
29906
29907
29908 \family default
29909 \series default
29910 \bar default
29911
29912 \begin_inset ERT
29913 status collapsed
29914
29915 \begin_layout Plain Layout
29916
29917
29918 \backslash
29919 newcounter{MyRepeatFoot}
29920 \end_layout
29921
29922 \begin_layout Plain Layout
29923
29924
29925 \backslash
29926 setcounter{MyRepeatFoot}{
29927 \backslash
29928 thefootnote}
29929 \end_layout
29930
29931 \end_inset
29932
29933
29934 \end_layout
29935
29936 \begin_layout Standard
29937 The footnote will appear in the output as a superscript number at the text
29938  position where the footnote box is placed.
29939  The footnote text is placed at the bottom of the current page.
29940  The footnote number is calculated by \SpecialChar LaTeX
29941 ; the numbers are consecutive.
29942  Whether the footnote number is reset for every chapter depends on your
29943  document class.
29944 \end_layout
29945
29946 \begin_layout Standard
29947 Footnotes can be referenced like floats: Insert a label into the footnote
29948  and cross-reference this label in the text as described in section
29949 \begin_inset space ~
29950 \end_inset
29951
29952
29953 \begin_inset CommandInset ref
29954 LatexCommand ref
29955 reference "sec:Referencing-Floats"
29956
29957 \end_inset
29958
29959 .
29960 \begin_inset Newline newline
29961 \end_inset
29962
29963 This is a cross-reference of Footnote
29964 \begin_inset space ~
29965 \end_inset
29966
29967
29968 \begin_inset CommandInset ref
29969 LatexCommand ref
29970 reference "foot:This-is-an"
29971
29972 \end_inset
29973
29974 .
29975 \end_layout
29976
29977 \begin_layout Standard
29978 \begin_inset VSpace defskip
29979 \end_inset
29980
29981 Footnotes in title environments are usually not numbered with symbols and
29982  they cannot contain several paragraphs.
29983  See for example the footnote in the titling of this document.
29984 \end_layout
29985
29986 \begin_layout Standard
29987 \begin_inset VSpace defskip
29988 \end_inset
29989
29990 Footnotes in tables are not printed by \SpecialChar LaTeX
29991  due to technical reasons.
29992  However there exists another method to print them: Instead of the footnote
29993  the command 
29994 \series bold
29995
29996 \backslash
29997 footnotemark{}
29998 \series default
29999  is inserted as \SpecialChar TeX
30000  code.
30001  The text of the footnote is entered as an argument of the \SpecialChar TeX
30002  code command
30003  
30004 \series bold
30005
30006 \backslash
30007 footnotetext
30008 \series default
30009  after the table.
30010 \begin_inset Newline newline
30011 \end_inset
30012
30013 This was done for the following table with the command
30014 \end_layout
30015
30016 \begin_layout Standard
30017
30018 \series bold
30019
30020 \backslash
30021 footnotetext{
30022 \series default
30023 Printed table footnote.
30024 \series bold
30025 }
30026 \end_layout
30027
30028 \begin_layout Standard
30029 \begin_inset Tabular
30030 <lyxtabular version="3" rows="2" columns="1">
30031 <features tabularvalignment="middle">
30032 <column alignment="center" valignment="top">
30033 <row>
30034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30035 \begin_inset Text
30036
30037 \begin_layout Plain Layout
30038 This an example text.
30039 \begin_inset Foot
30040 status open
30041
30042 \begin_layout Plain Layout
30043 This footnote will not be printed!
30044 \end_layout
30045
30046 \end_inset
30047
30048
30049 \end_layout
30050
30051 \end_inset
30052 </cell>
30053 </row>
30054 <row>
30055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30056 \begin_inset Text
30057
30058 \begin_layout Plain Layout
30059 This an example text.
30060 \begin_inset ERT
30061 status collapsed
30062
30063 \begin_layout Plain Layout
30064
30065
30066 \backslash
30067 footnotemark{}
30068 \end_layout
30069
30070 \end_inset
30071
30072
30073 \end_layout
30074
30075 \end_inset
30076 </cell>
30077 </row>
30078 </lyxtabular>
30079
30080 \end_inset
30081
30082
30083 \begin_inset ERT
30084 status collapsed
30085
30086 \begin_layout Plain Layout
30087
30088
30089 \backslash
30090 footnotetext{
30091 \end_layout
30092
30093 \end_inset
30094
30095 Printed table footnote.
30096 \begin_inset ERT
30097 status collapsed
30098
30099 \begin_layout Plain Layout
30100
30101 }
30102 \end_layout
30103
30104 \end_inset
30105
30106
30107 \end_layout
30108
30109 \begin_layout Standard
30110 Footnotes in multi-page tables are described in section
30111 \begin_inset space ~
30112 \end_inset
30113
30114
30115 \begin_inset CommandInset ref
30116 LatexCommand ref
30117 reference "subsec:Footnotes-in-Multi-page"
30118
30119 \end_inset
30120
30121 .
30122 \end_layout
30123
30124 \begin_layout Standard
30125 Footnotes in minipage boxes are printed, but inside the box and with a different
30126  numbering because a minipage box is like a page inside a page.
30127  (For more about minipages, see section
30128 \begin_inset space ~
30129 \end_inset
30130
30131
30132 \begin_inset CommandInset ref
30133 LatexCommand ref
30134 reference "sec:Minipages"
30135
30136 \end_inset
30137
30138 .) To get a footnote in the minipage that is output at the bottom of the
30139  page like normal footnotes, also use the method of 
30140 \series bold
30141
30142 \backslash
30143 footnotemark{}
30144 \series default
30145  and 
30146 \series bold
30147
30148 \backslash
30149 footnotetext
30150 \series default
30151 .
30152 \end_layout
30153
30154 \begin_layout Standard
30155 \begin_inset Box Frameless
30156 position "t"
30157 hor_pos "c"
30158 has_inner_box 1
30159 inner_pos "t"
30160 use_parbox 0
30161 use_makebox 0
30162 width "100col%"
30163 special "none"
30164 height "1in"
30165 height_special "totalheight"
30166 thickness "0.4pt"
30167 separation "3pt"
30168 shadowsize "4pt"
30169 framecolor "black"
30170 backgroundcolor "none"
30171 status open
30172
30173 \begin_layout Plain Layout
30174 This an example text in a minipage.
30175 \begin_inset Foot
30176 status open
30177
30178 \begin_layout Plain Layout
30179 Footnote in the minipage.
30180 \end_layout
30181
30182 \end_inset
30183
30184
30185 \end_layout
30186
30187 \begin_layout Plain Layout
30188 This an example text in a minipage.
30189 \begin_inset ERT
30190 status collapsed
30191
30192 \begin_layout Plain Layout
30193
30194
30195 \backslash
30196 footnotemark{}
30197 \end_layout
30198
30199 \end_inset
30200
30201
30202 \end_layout
30203
30204 \end_inset
30205
30206
30207 \end_layout
30208
30209 \begin_layout Standard
30210 \begin_inset ERT
30211 status collapsed
30212
30213 \begin_layout Plain Layout
30214
30215
30216 \backslash
30217 footnotetext{
30218 \end_layout
30219
30220 \end_inset
30221
30222 Footnote outside the minipage.
30223 \begin_inset ERT
30224 status collapsed
30225
30226 \begin_layout Plain Layout
30227
30228 }
30229 \end_layout
30230
30231 \end_inset
30232
30233
30234 \end_layout
30235
30236 \begin_layout Standard
30237 \begin_inset VSpace defskip
30238 \end_inset
30239
30240
30241 \end_layout
30242
30243 \begin_layout Standard
30244 To refer to the same footnote several times without printing the footnote
30245  text every time, use the command 
30246 \series bold
30247
30248 \backslash
30249 footnotemark[number]
30250 \series default
30251  in \SpecialChar TeX
30252  code.
30253 \begin_inset Newline newline
30254 \end_inset
30255
30256 As you do not know the number of the repeating footnote while you are writing
30257  the text, you have to store its number.
30258  For the following footnote mark example, these commands were inserted in
30259  \SpecialChar TeX
30260  code after Footnote
30261 \begin_inset space ~
30262 \end_inset
30263
30264
30265 \begin_inset CommandInset ref
30266 LatexCommand ref
30267 reference "foot:This-is-an"
30268
30269 \end_inset
30270
30271  to store the footnote number:
30272 \end_layout
30273
30274 \begin_layout Standard
30275
30276 \series bold
30277
30278 \backslash
30279 newcounter{MyRepeatFoot}
30280 \begin_inset Newline newline
30281 \end_inset
30282
30283
30284 \backslash
30285 setcounter{MyRepeatFoot}{
30286 \backslash
30287 thefootnote}
30288 \end_layout
30289
30290 \begin_layout Standard
30291 The footnote mark was then created with this command:
30292 \end_layout
30293
30294 \begin_layout Standard
30295
30296 \series bold
30297
30298 \backslash
30299 footnotemark[
30300 \backslash
30301 theMyRepeatFoot]
30302 \end_layout
30303
30304 \begin_layout Standard
30305 Here is a repeated footnote:
30306 \family roman
30307 \series medium
30308 \bar no
30309
30310 \begin_inset ERT
30311 status collapsed
30312
30313 \begin_layout Plain Layout
30314
30315
30316 \backslash
30317 footnotemark[
30318 \backslash
30319 theMyRepeatFoot]
30320 \end_layout
30321
30322 \end_inset
30323
30324
30325 \end_layout
30326
30327 \begin_layout Standard
30328 If you want to repeat the previous footnote, you can omit the storage of
30329  the footnote number and just use this command instead:
30330 \end_layout
30331
30332 \begin_layout Standard
30333
30334 \series bold
30335
30336 \backslash
30337 footnotemark[
30338 \backslash
30339 thefootnote]
30340 \end_layout
30341
30342 \begin_layout Standard
30343 Here is another repeated footnote:
30344 \family roman
30345 \series medium
30346 \bar no
30347
30348 \begin_inset ERT
30349 status collapsed
30350
30351 \begin_layout Plain Layout
30352
30353
30354 \backslash
30355 footnotemark[
30356 \backslash
30357 thefootnote]
30358 \end_layout
30359
30360 \end_inset
30361
30362
30363 \end_layout
30364
30365 \begin_layout Subsection
30366 Footnote Numbering
30367 \begin_inset CommandInset label
30368 LatexCommand label
30369 name "subsec:Footnote-Numbering"
30370
30371 \end_inset
30372
30373
30374 \begin_inset Index idx
30375 status collapsed
30376
30377 \begin_layout Plain Layout
30378 Footnotes ! Numbering
30379 \end_layout
30380
30381 \end_inset
30382
30383
30384 \end_layout
30385
30386 \begin_layout Standard
30387 To reset the footnote number back to 1 after each section
30388 \family roman
30389 , add this command to your document preamble:
30390 \end_layout
30391
30392 \begin_layout Standard
30393
30394 \series bold
30395
30396 \backslash
30397 @addtoreset{footnote}{section}
30398 \end_layout
30399
30400 \begin_layout Standard
30401 \begin_inset VSpace bigskip
30402 \end_inset
30403
30404 The following preamble command changes the footnote numbering style to small
30405  roman numerals:
30406 \end_layout
30407
30408 \begin_layout Standard
30409
30410 \series bold
30411
30412 \backslash
30413 renewcommand{
30414 \backslash
30415 thefootnote}{
30416 \backslash
30417 roman{footnote}}
30418 \end_layout
30419
30420 \begin_layout Standard
30421 \begin_inset ERT
30422 status collapsed
30423
30424 \begin_layout Plain Layout
30425
30426
30427 \backslash
30428 renewcommand{
30429 \backslash
30430 thefootnote}{
30431 \backslash
30432 roman{footnote}}
30433 \end_layout
30434
30435 \end_inset
30436
30437  This is a footnote with roman numbering:
30438 \begin_inset Foot
30439 status open
30440
30441 \begin_layout Plain Layout
30442 This is an example footnote with roman numbering.
30443 \end_layout
30444
30445 \end_inset
30446
30447
30448 \end_layout
30449
30450 \begin_layout Standard
30451 To change the numbering style to capital roman numerals replace in the command
30452  above 
30453 \series bold
30454
30455 \backslash
30456 roman
30457 \series default
30458  by 
30459 \series bold
30460
30461 \backslash
30462 Roman
30463 \series default
30464 .
30465  To 
30466 \begin_inset Quotes eld
30467 \end_inset
30468
30469 number
30470 \begin_inset Quotes erd
30471 \end_inset
30472
30473  footnotes with capital or small Latin letters use 
30474 \series bold
30475
30476 \backslash
30477 Alph
30478 \series default
30479  or 
30480 \series bold
30481
30482 \backslash
30483 alph
30484 \series default
30485 , respectively.
30486  To 
30487 \begin_inset Quotes eld
30488 \end_inset
30489
30490 number
30491 \begin_inset Quotes erd
30492 \end_inset
30493
30494  footnotes with symbols use 
30495 \series bold
30496
30497 \backslash
30498 fnsymbol
30499 \series default
30500 .
30501 \end_layout
30502
30503 \begin_layout Standard
30504 \begin_inset Note Greyedout
30505 status open
30506
30507 \begin_layout Plain Layout
30508
30509 \series bold
30510 Note:
30511 \series default
30512  You can only number 26 footnotes with Latin letters, because this numbering
30513  is limited to single letters.
30514 \end_layout
30515
30516 \end_inset
30517
30518
30519 \begin_inset Newline newline
30520 \end_inset
30521
30522
30523 \begin_inset Note Greyedout
30524 status open
30525
30526 \begin_layout Plain Layout
30527
30528 \series bold
30529 Note:
30530 \series default
30531  You can only number 9 footnotes with symbols.
30532 \end_layout
30533
30534 \end_inset
30535
30536
30537 \end_layout
30538
30539 \begin_layout Standard
30540 To return to the default numbering style after you have changed to another
30541  one, use 
30542 \series bold
30543
30544 \backslash
30545 arabic
30546 \series default
30547  instead of 
30548 \series bold
30549
30550 \backslash
30551 roman
30552 \series default
30553  in the command above.
30554 \begin_inset ERT
30555 status collapsed
30556
30557 \begin_layout Plain Layout
30558
30559
30560 \backslash
30561 renewcommand{
30562 \backslash
30563 thefootnote}{
30564 \backslash
30565 arabic{footnote}}
30566 \end_layout
30567
30568 \end_inset
30569
30570
30571 \end_layout
30572
30573 \begin_layout Standard
30574 \begin_inset VSpace bigskip
30575 \end_inset
30576
30577
30578 \end_layout
30579
30580 \begin_layout Standard
30581 If you want to have footnotes numbered in the scheme 
30582 \begin_inset Quotes eld
30583 \end_inset
30584
30585 chapter.footnote
30586 \begin_inset Quotes erd
30587 \end_inset
30588
30589 , add the following command to your document preamble:
30590 \end_layout
30591
30592 \begin_layout Standard
30593
30594 \series bold
30595
30596 \backslash
30597 numberwithin{footnote}{chapter}
30598 \end_layout
30599
30600 \begin_layout Standard
30601 To be able to use the command 
30602 \series bold
30603
30604 \backslash
30605 numberwithin
30606 \series default
30607 , set in the tab 
30608 \family sans
30609 Math
30610 \begin_inset space ~
30611 \end_inset
30612
30613 Options
30614 \family default
30615  in the document settings the option 
30616 \family sans
30617 Use
30618 \begin_inset space ~
30619 \end_inset
30620
30621 AMS
30622 \begin_inset space ~
30623 \end_inset
30624
30625 math
30626 \begin_inset space ~
30627 \end_inset
30628
30629 package
30630 \family default
30631 .
30632 \end_layout
30633
30634 \begin_layout Standard
30635 \begin_inset ERT
30636 status collapsed
30637
30638 \begin_layout Plain Layout
30639
30640
30641 \backslash
30642 numberwithin{footnote}{chapter}
30643 \end_layout
30644
30645 \end_inset
30646
30647 This is another example footnote:
30648 \series bold
30649
30650 \begin_inset Foot
30651 status open
30652
30653 \begin_layout Plain Layout
30654 This is a footnote numbered in the scheme 
30655 \begin_inset Quotes eld
30656 \end_inset
30657
30658 chapter.footnote
30659 \begin_inset Quotes erd
30660 \end_inset
30661
30662 .
30663 \end_layout
30664
30665 \end_inset
30666
30667
30668 \series default
30669
30670 \begin_inset ERT
30671 status collapsed
30672
30673 \begin_layout Plain Layout
30674
30675
30676 \backslash
30677 renewcommand{
30678 \backslash
30679 thefootnote}{
30680 \backslash
30681 arabic{footnote}}
30682 \end_layout
30683
30684 \end_inset
30685
30686
30687 \end_layout
30688
30689 \begin_layout Standard
30690 \begin_inset Note Greyedout
30691 status open
30692
30693 \begin_layout Plain Layout
30694
30695 \series bold
30696 Note:
30697 \series default
30698  
30699 \series bold
30700
30701 \backslash
30702 numberwithin
30703 \series default
30704  always prints out the footnote number as arabic number; previous redefinitions
30705  to get non-arabic numbers are overwritten.
30706 \end_layout
30707
30708 \end_inset
30709
30710
30711 \end_layout
30712
30713 \begin_layout Standard
30714 So to get for example the scheme 
30715 \begin_inset Quotes eld
30716 \end_inset
30717
30718 chapter.
30719 \backslash
30720 Roman{footnote}
30721 \begin_inset Quotes erd
30722 \end_inset
30723
30724 , use this command instead of 
30725 \series bold
30726
30727 \backslash
30728 numberwithin
30729 \series default
30730 :
30731 \end_layout
30732
30733 \begin_layout Standard
30734
30735 \series bold
30736
30737 \backslash
30738 renewcommand{
30739 \backslash
30740 thefootnote}{
30741 \backslash
30742 thechapter.
30743 \backslash
30744 Roman{footnote}}
30745 \end_layout
30746
30747 \begin_layout Subsection
30748 Footnote Placement
30749 \begin_inset Index idx
30750 status collapsed
30751
30752 \begin_layout Plain Layout
30753 Footnotes ! Placement
30754 \end_layout
30755
30756 \end_inset
30757
30758
30759 \end_layout
30760
30761 \begin_layout Standard
30762 If you have several footnotes in one page, they appear without vertical
30763  space between them at the bottom of the page.
30764  To make them more readable you can e.
30765 \begin_inset space \thinspace{}
30766 \end_inset
30767
30768 g.
30769 \begin_inset space \space{}
30770 \end_inset
30771
30772 add 1.5
30773 \begin_inset space \thinspace{}
30774 \end_inset
30775
30776 mm space with the following preamble command:
30777 \end_layout
30778
30779 \begin_layout Standard
30780
30781 \series bold
30782
30783 \backslash
30784 let
30785 \backslash
30786 myFoot
30787 \backslash
30788 footnote
30789 \begin_inset Newline newline
30790 \end_inset
30791
30792
30793 \backslash
30794 renewcommand{
30795 \backslash
30796 footnote}[1]{
30797 \backslash
30798 myFoot{#1
30799 \backslash
30800 vspace{1.5mm}}}
30801 \end_layout
30802
30803 \begin_layout Standard
30804 \begin_inset VSpace bigskip
30805 \end_inset
30806
30807 In a two-column document the footnotes appear at the bottom of every column,
30808  see Figure
30809 \begin_inset space ~
30810 \end_inset
30811
30812
30813 \begin_inset CommandInset ref
30814 LatexCommand ref
30815 reference "fig:Standard-footnote-placement"
30816
30817 \end_inset
30818
30819 .
30820  If the footnotes should only appear at the bottom of the right column,
30821  as in Figure
30822 \begin_inset space ~
30823 \end_inset
30824
30825
30826 \begin_inset CommandInset ref
30827 LatexCommand ref
30828 reference "fig:Footnote-placement-in"
30829
30830 \end_inset
30831
30832 , use the \SpecialChar LaTeX
30833 -package 
30834 \series bold
30835 ftnright
30836 \series default
30837
30838 \begin_inset Index idx
30839 status collapsed
30840
30841 \begin_layout Plain Layout
30842 \SpecialChar LaTeX
30843 -packages ! ftnright
30844 \end_layout
30845
30846 \end_inset
30847
30848  with this command in the document preamble:
30849 \end_layout
30850
30851 \begin_layout Standard
30852
30853 \series bold
30854
30855 \backslash
30856 usepackage{ftnright}
30857 \end_layout
30858
30859 \begin_layout Standard
30860 \begin_inset Float figure
30861 placement !h
30862 wide false
30863 sideways false
30864 status open
30865
30866 \begin_layout Plain Layout
30867 \noindent
30868 \align center
30869 \begin_inset Box Boxed
30870 position "t"
30871 hor_pos "c"
30872 has_inner_box 0
30873 inner_pos "t"
30874 use_parbox 0
30875 use_makebox 0
30876 width ""
30877 special "none"
30878 height "1in"
30879 height_special "totalheight"
30880 thickness "0.4pt"
30881 separation "3pt"
30882 shadowsize "4pt"
30883 framecolor "black"
30884 backgroundcolor "none"
30885 status open
30886
30887 \begin_layout Plain Layout
30888 \begin_inset Graphics
30889         filename clipart/without_fntright.pdf
30890         width 100col%
30891         scaleBeforeRotation
30892
30893 \end_inset
30894
30895
30896 \end_layout
30897
30898 \end_inset
30899
30900
30901 \end_layout
30902
30903 \begin_layout Plain Layout
30904 \begin_inset Caption Standard
30905
30906 \begin_layout Plain Layout
30907 \begin_inset CommandInset label
30908 LatexCommand label
30909 name "fig:Standard-footnote-placement"
30910
30911 \end_inset
30912
30913 Standard footnote placement in two-column documents.
30914 \end_layout
30915
30916 \end_inset
30917
30918
30919 \end_layout
30920
30921 \end_inset
30922
30923
30924 \end_layout
30925
30926 \begin_layout Standard
30927 \begin_inset Float figure
30928 placement !h
30929 wide false
30930 sideways false
30931 status open
30932
30933 \begin_layout Plain Layout
30934 \noindent
30935 \align center
30936 \begin_inset Box Boxed
30937 position "t"
30938 hor_pos "c"
30939 has_inner_box 0
30940 inner_pos "t"
30941 use_parbox 0
30942 use_makebox 0
30943 width ""
30944 special "none"
30945 height "1in"
30946 height_special "totalheight"
30947 thickness "0.4pt"
30948 separation "3pt"
30949 shadowsize "4pt"
30950 framecolor "black"
30951 backgroundcolor "none"
30952 status open
30953
30954 \begin_layout Plain Layout
30955 \begin_inset Graphics
30956         filename clipart/with_fntright.pdf
30957         width 100col%
30958         scaleBeforeRotation
30959
30960 \end_inset
30961
30962
30963 \end_layout
30964
30965 \end_inset
30966
30967
30968 \end_layout
30969
30970 \begin_layout Plain Layout
30971 \begin_inset Caption Standard
30972
30973 \begin_layout Plain Layout
30974 \begin_inset CommandInset label
30975 LatexCommand label
30976 name "fig:Footnote-placement-in"
30977
30978 \end_inset
30979
30980 Footnote placement in two-column documents when the \SpecialChar LaTeX
30981 -package 
30982 \series bold
30983 ftnright
30984 \series default
30985  is used.
30986 \end_layout
30987
30988 \end_inset
30989
30990
30991 \end_layout
30992
30993 \end_inset
30994
30995
30996 \end_layout
30997
30998 \begin_layout Standard
30999 \begin_inset VSpace bigskip
31000 \end_inset
31001
31002 In some scientific literature it is usual to collect the footnotes and print
31003  them in a separate paragraph at the end of a section, as in Figure
31004 \begin_inset space ~
31005 \end_inset
31006
31007
31008 \begin_inset CommandInset ref
31009 LatexCommand ref
31010 reference "fig:Endnotes"
31011
31012 \end_inset
31013
31014 .
31015  They are then called 
31016 \begin_inset Quotes eld
31017 \end_inset
31018
31019 endnotes
31020 \begin_inset Quotes erd
31021 \end_inset
31022
31023 .
31024 \begin_inset Index idx
31025 status collapsed
31026
31027 \begin_layout Plain Layout
31028 Endnotes
31029 \end_layout
31030
31031 \end_inset
31032
31033  To use endnotes instead of footnotes in your document, load in the menu
31034  
31035 \family sans
31036 Document\SpecialChar menuseparator
31037 Settings\SpecialChar menuseparator
31038 Modules 
31039 \family default
31040 the module 
31041 \family sans
31042 Foot
31043 \begin_inset space ~
31044 \end_inset
31045
31046 to
31047 \begin_inset space ~
31048 \end_inset
31049
31050 End
31051 \family default
31052 .
31053  To insert the collected footnotes, insert the command
31054 \end_layout
31055
31056 \begin_layout Standard
31057
31058 \series bold
31059
31060 \backslash
31061 theendnotes
31062 \end_layout
31063
31064 \begin_layout Standard
31065 in \SpecialChar TeX
31066  Code at the end of a section or chapter.
31067 \end_layout
31068
31069 \begin_layout Standard
31070 \begin_inset Float figure
31071 wide false
31072 sideways false
31073 status open
31074
31075 \begin_layout Plain Layout
31076 \noindent
31077 \align center
31078 \begin_inset Box Boxed
31079 position "t"
31080 hor_pos "c"
31081 has_inner_box 0
31082 inner_pos "t"
31083 use_parbox 0
31084 use_makebox 0
31085 width ""
31086 special "none"
31087 height "1in"
31088 height_special "totalheight"
31089 thickness "0.4pt"
31090 separation "3pt"
31091 shadowsize "4pt"
31092 framecolor "black"
31093 backgroundcolor "none"
31094 status open
31095
31096 \begin_layout Plain Layout
31097 \begin_inset Graphics
31098         filename clipart/endnotes.pdf
31099         width 100col%
31100         scaleBeforeRotation
31101
31102 \end_inset
31103
31104
31105 \end_layout
31106
31107 \end_inset
31108
31109
31110 \end_layout
31111
31112 \begin_layout Plain Layout
31113 \begin_inset Caption Standard
31114
31115 \begin_layout Plain Layout
31116 \begin_inset CommandInset label
31117 LatexCommand label
31118 name "fig:Endnotes"
31119
31120 \end_inset
31121
31122 Endnotes – footnotes are printed in a separate paragraph at the end of sections
31123  or chapters.
31124 \end_layout
31125
31126 \end_inset
31127
31128
31129 \end_layout
31130
31131 \end_inset
31132
31133
31134 \end_layout
31135
31136 \begin_layout Standard
31137 \begin_inset VSpace medskip
31138 \end_inset
31139
31140 The paragraph heading for the endnotes isn't automatically translated into
31141  the document language, this must be done manually.
31142  The following preamble command translates the default English 
31143 \begin_inset Quotes eld
31144 \end_inset
31145
31146 Notes
31147 \begin_inset Quotes erd
31148 \end_inset
31149
31150  into the German 
31151 \begin_inset Quotes eld
31152 \end_inset
31153
31154 Anmerkungen
31155 \begin_inset Quotes erd
31156 \end_inset
31157
31158 :
31159 \end_layout
31160
31161 \begin_layout Standard
31162
31163 \series bold
31164
31165 \backslash
31166 renewcommand{
31167 \backslash
31168 notesname}{Anmerkungen}
31169 \end_layout
31170
31171 \begin_layout Standard
31172 \begin_inset VSpace medskip
31173 \end_inset
31174
31175 The numbering of endnotes can be changed like the footnote numbering as
31176  described in section
31177 \begin_inset space ~
31178 \end_inset
31179
31180
31181 \begin_inset CommandInset ref
31182 LatexCommand ref
31183 reference "subsec:Footnote-Numbering"
31184
31185 \end_inset
31186
31187 ; just replace the command 
31188 \series bold
31189
31190 \backslash
31191 thefootnote
31192 \series default
31193  by 
31194 \series bold
31195
31196 \backslash
31197 theendnote
31198 \series default
31199 .
31200  To reset the endnote number use the command 
31201 \series bold
31202
31203 \backslash
31204 @addtoreset
31205 \series default
31206  as described in section
31207 \begin_inset space ~
31208 \end_inset
31209
31210
31211 \begin_inset CommandInset ref
31212 LatexCommand ref
31213 reference "subsec:Footnote-Numbering"
31214
31215 \end_inset
31216
31217  and replace the command parameter 
31218 \series bold
31219 footnote
31220 \series default
31221  by 
31222 \series bold
31223 endnote
31224 \series default
31225 .
31226 \end_layout
31227
31228 \begin_layout Standard
31229 For endnotes there is the command 
31230 \series bold
31231
31232 \backslash
31233 endnotemark[number]
31234 \series default
31235  similar to the command 
31236 \series bold
31237
31238 \backslash
31239 footnotemark
31240 \series default
31241 , that is described in section
31242 \begin_inset space ~
31243 \end_inset
31244
31245
31246 \begin_inset CommandInset ref
31247 LatexCommand ref
31248 reference "sec:Footnotes"
31249
31250 \end_inset
31251
31252 .
31253 \end_layout
31254
31255 \begin_layout Standard
31256 \begin_inset VSpace bigskip
31257 \end_inset
31258
31259 Footnotes can also be placed in the page margin and the footnote text alignment
31260  can be changed, see the \SpecialChar LaTeX
31261 -package 
31262 \series bold
31263 footmisc
31264 \series default
31265
31266 \begin_inset Index idx
31267 status collapsed
31268
31269 \begin_layout Plain Layout
31270 \SpecialChar LaTeX
31271 -packages ! footmisc
31272 \end_layout
31273
31274 \end_inset
31275
31276
31277 \begin_inset CommandInset citation
31278 LatexCommand cite
31279 key "footmisc"
31280
31281 \end_inset
31282
31283  for more information about this.
31284 \end_layout
31285
31286 \begin_layout Standard
31287 For various further footnote formatting issues have a look at \SpecialChar LaTeX
31288 -books, 
31289 \begin_inset CommandInset citation
31290 LatexCommand cite
31291 key "latexcompanion,latexguide,latexbook"
31292
31293 \end_inset
31294
31295 .
31296  If you are using a 
31297 \series bold
31298 KOMA-Script
31299 \series default
31300
31301 \begin_inset Index idx
31302 status collapsed
31303
31304 \begin_layout Plain Layout
31305 \SpecialChar LaTeX
31306 -packages ! KOMA-Script
31307 \end_layout
31308
31309 \end_inset
31310
31311  document class, you can adjust all footnote settings using class-specific
31312  commands, see 
31313 \begin_inset CommandInset citation
31314 LatexCommand cite
31315 key "KOMA-Script"
31316
31317 \end_inset
31318
31319 .
31320 \end_layout
31321
31322 \begin_layout Section
31323 Margin Notes
31324 \begin_inset Index idx
31325 status collapsed
31326
31327 \begin_layout Plain Layout
31328 Notes ! Margin Notes
31329 \end_layout
31330
31331 \end_inset
31332
31333
31334 \end_layout
31335
31336 \begin_layout Standard
31337 Margin notes look and behave in \SpecialChar LyX
31338  like footnotes.
31339  They are inserted via the menu 
31340 \family sans
31341 Insert\SpecialChar menuseparator
31342 Marginal
31343 \begin_inset space ~
31344 \end_inset
31345
31346 Note
31347 \family default
31348  or the toolbar button 
31349 \begin_inset Info
31350 type  "icon"
31351 arg   "marginalnote-insert"
31352 \end_inset
31353
31354 .
31355  A grey 
31356 \family roman
31357 \series medium
31358 box with the
31359 \family default
31360 \series default
31361  red 
31362 \family roman
31363 \series medium
31364 label 
31365 \begin_inset Quotes eld
31366 \end_inset
31367
31368 margin
31369 \begin_inset Quotes erd
31370 \end_inset
31371
31372  appears where you can enter the text of the margin note.
31373 \end_layout
31374
31375 \begin_layout Standard
31376 At the side is an example margin note.
31377
31378 \family roman
31379 \series medium
31380  
31381 \begin_inset Marginal
31382 status open
31383
31384 \begin_layout Plain Layout
31385 This is a margin note.
31386 \end_layout
31387
31388 \end_inset
31389
31390
31391 \end_layout
31392
31393 \begin_layout Standard
31394 Margin notes appear at the right side in single-sided documents.
31395  In double-sided documents they appear in the outer margin – left on even
31396  pages, right on odd pages.
31397  The text of margin notes is aligned opposite to the outer margin – right-aligne
31398 d when the note appears in the left margin.
31399  The first line of the margin note is placed at the position of the text
31400  line where it is inserted in the document.
31401 \end_layout
31402
31403 \begin_layout Standard
31404 \begin_inset VSpace bigskip
31405 \end_inset
31406
31407 To place the margin note in the inner margin, add the command
31408 \end_layout
31409
31410 \begin_layout Standard
31411
31412 \series bold
31413
31414 \backslash
31415 reversemarginpar
31416 \end_layout
31417
31418 \begin_layout Standard
31419 in \SpecialChar TeX
31420  Code before a margin note.
31421  The new placement is valid for all subsequent margin notes.
31422  
31423 \begin_inset ERT
31424 status collapsed
31425
31426 \begin_layout Plain Layout
31427
31428
31429 \backslash
31430 reversemarginpar 
31431 \end_layout
31432
31433 \end_inset
31434
31435
31436 \begin_inset Marginal
31437 status open
31438
31439 \begin_layout Plain Layout
31440 This is a margin note in the inner margin.
31441 \end_layout
31442
31443 \end_inset
31444
31445
31446 \series bold
31447
31448 \begin_inset Newline newline
31449 \end_inset
31450
31451
31452 \series default
31453
31454 \begin_inset Note Greyedout
31455 status open
31456
31457 \begin_layout Plain Layout
31458
31459 \series bold
31460 Note:
31461 \series default
31462  There is often not enough space in the inner margin so that the notes are
31463  not correctly displayed in the output.
31464 \end_layout
31465
31466 \end_inset
31467
31468
31469 \end_layout
31470
31471 \begin_layout Standard
31472 To return to the default placement insert the command
31473 \end_layout
31474
31475 \begin_layout Standard
31476
31477 \series bold
31478
31479 \backslash
31480 normalmarginpar
31481 \end_layout
31482
31483 \begin_layout Standard
31484 in \SpecialChar TeX
31485  Code.
31486 \begin_inset ERT
31487 status collapsed
31488
31489 \begin_layout Plain Layout
31490
31491
31492 \backslash
31493 normalmarginpar 
31494 \end_layout
31495
31496 \end_inset
31497
31498  
31499 \begin_inset Note Greyedout
31500 status open
31501
31502 \begin_layout Plain Layout
31503
31504 \series bold
31505 Note:
31506 \series default
31507  The command is ignored when it is within a paragraph where also the command
31508  
31509 \series bold
31510
31511 \backslash
31512 reversemarginpar
31513 \series default
31514  is inserted.
31515 \end_layout
31516
31517 \end_inset
31518
31519
31520 \end_layout
31521
31522 \begin_layout Standard
31523 \begin_inset VSpace bigskip
31524 \end_inset
31525
31526
31527 \family roman
31528 \series medium
31529
31530 \begin_inset Marginal
31531 status open
31532
31533 \begin_layout Plain Layout
31534 AVeryLongMarginParWord that isn't hyphenated.
31535 \end_layout
31536
31537 \end_inset
31538
31539
31540 \family default
31541 \series default
31542  Similar to the case described in section
31543 \begin_inset space ~
31544 \end_inset
31545
31546
31547 \begin_inset CommandInset ref
31548 LatexCommand ref
31549 reference "subsec:Multiple-Lines-in"
31550
31551 \end_inset
31552
31553 , long words cannot be hyphenated when they are the first word in a margin
31554  note.
31555  To avoid this, insert 0
31556 \begin_inset space \thinspace{}
31557 \end_inset
31558
31559 pt horizontal space before the word
31560 \family roman
31561 \series medium
31562 .
31563  
31564 \begin_inset Marginal
31565 status open
31566
31567 \begin_layout Plain Layout
31568 \begin_inset space \hspace*{}
31569 \length 0pt
31570 \end_inset
31571
31572 AVeryLongMarginParWord that is hyphenated.
31573 \end_layout
31574
31575 \end_inset
31576
31577
31578 \end_layout
31579
31580 \begin_layout Standard
31581 \begin_inset VSpace bigskip
31582 \end_inset
31583
31584
31585 \end_layout
31586
31587 \begin_layout Standard
31588 \begin_inset Note Greyedout
31589 status open
31590
31591 \begin_layout Plain Layout
31592
31593 \series bold
31594 Note:
31595 \series default
31596  Margin notes can normally not be used inside tables, floats, and footnotes.
31597 \end_layout
31598
31599 \end_inset
31600
31601
31602 \end_layout
31603
31604 \begin_layout Standard
31605 \begin_inset VSpace bigskip
31606 \end_inset
31607
31608
31609 \end_layout
31610
31611 \begin_layout Standard
31612 \begin_inset ERT
31613 status collapsed
31614
31615 \begin_layout Plain Layout
31616
31617
31618 \backslash
31619 ifmarginnote
31620 \end_layout
31621
31622 \end_inset
31623
31624
31625 \begin_inset Note Note
31626 status open
31627
31628 \begin_layout Plain Layout
31629 The following section will only be displayed when the \SpecialChar LaTeX
31630 -package 
31631 \series bold
31632 marginnote
31633 \series default
31634  is installed.
31635 \end_layout
31636
31637 \end_inset
31638
31639
31640 \end_layout
31641
31642 \begin_layout Standard
31643 This restriction can be evaded by using the \SpecialChar LaTeX
31644 -package 
31645 \series bold
31646 marginnote
31647 \series default
31648
31649 \begin_inset Index idx
31650 status collapsed
31651
31652 \begin_layout Plain Layout
31653 \SpecialChar LaTeX
31654 -packages ! marginnote
31655 \end_layout
31656
31657 \end_inset
31658
31659 .
31660  By adding these two lines to your document preamble, the command used by
31661  \SpecialChar LyX
31662  for margin notes is redefined to use the command provided by the 
31663 \series bold
31664 marginnote
31665 \series default
31666 -package:
31667 \end_layout
31668
31669 \begin_layout Standard
31670
31671 \series bold
31672
31673 \backslash
31674 usepackage{marginnote}
31675 \begin_inset Newline newline
31676 \end_inset
31677
31678
31679 \backslash
31680 let
31681 \backslash
31682 marginpar
31683 \backslash
31684 marginnote
31685 \end_layout
31686
31687 \begin_layout Standard
31688 This is also used in this document because 
31689 \series bold
31690 marginnote
31691 \series default
31692  has another useful feature: You can set a vertical offset for the note.
31693  This is often needed when too many margin notes are too close together
31694  or for a better page layout.
31695  The offset is set in \SpecialChar LyX
31696  as \SpecialChar TeX
31697  Code directly after the margin note in the scheme
31698 \end_layout
31699
31700 \begin_layout Standard
31701
31702 \series bold
31703 [offset]
31704 \end_layout
31705
31706 \begin_layout Standard
31707 where the offset is a length with one of the units listed in Table
31708 \begin_inset space ~
31709 \end_inset
31710
31711
31712 \begin_inset CommandInset ref
31713 LatexCommand ref
31714 reference "tab:Units"
31715
31716 \end_inset
31717
31718 .
31719  A negative value shifts the note up, a positive value shifts it down.
31720  
31721 \family roman
31722 \series medium
31723 For example the margin note beside this text line is shifted up 1.5
31724 \begin_inset space \thinspace{}
31725 \end_inset
31726
31727 cm with the \SpecialChar TeX
31728  Code command 
31729 \begin_inset Quotes eld
31730 \end_inset
31731
31732
31733 \family default
31734 \series bold
31735 [-1.5cm]
31736 \family roman
31737 \series medium
31738
31739 \begin_inset Quotes erd
31740 \end_inset
31741
31742
31743 \begin_inset Marginal
31744 status open
31745
31746 \begin_layout Plain Layout
31747 This margin note is shifted up 1.5
31748 \begin_inset space \thinspace{}
31749 \end_inset
31750
31751 cm from its original position.
31752 \end_layout
31753
31754 \end_inset
31755
31756
31757 \family default
31758 \series default
31759
31760 \begin_inset ERT
31761 status collapsed
31762
31763 \begin_layout Plain Layout
31764
31765 [-1.5cm]
31766 \end_layout
31767
31768 \end_inset
31769
31770
31771 \end_layout
31772
31773 \begin_layout Standard
31774 \begin_inset VSpace medskip
31775 \end_inset
31776
31777 With 
31778 \series bold
31779 marginnote
31780 \series default
31781  you can also change the alignment of the text in the margin note.
31782  For example the commands
31783 \end_layout
31784
31785 \begin_layout Standard
31786
31787 \series bold
31788
31789 \backslash
31790 renewcommand*{
31791 \backslash
31792 raggedleftmarginnote}{
31793 \backslash
31794 centering}
31795 \begin_inset Newline newline
31796 \end_inset
31797
31798
31799 \backslash
31800 renewcommand*{
31801 \backslash
31802 raggedrightmarginnote}{
31803 \backslash
31804 centering}
31805 \end_layout
31806
31807 \begin_layout Standard
31808 set the alignment to centered.
31809  
31810 \series bold
31811
31812 \backslash
31813 raggedleftmarginnote
31814 \series default
31815  denotes margin notes that appear at the left side.
31816 \family roman
31817 \series medium
31818
31819 \begin_inset ERT
31820 status collapsed
31821
31822 \begin_layout Plain Layout
31823
31824
31825 \backslash
31826 renewcommand*{
31827 \backslash
31828 raggedleftmarginnote}{
31829 \backslash
31830 centering}
31831 \end_layout
31832
31833 \begin_layout Plain Layout
31834
31835
31836 \backslash
31837 renewcommand*{
31838 \backslash
31839 raggedrightmarginnote}{
31840 \backslash
31841 centering}
31842 \end_layout
31843
31844 \end_inset
31845
31846
31847 \begin_inset Marginal
31848 status open
31849
31850 \begin_layout Plain Layout
31851 The text of this margin note is centered.
31852 \end_layout
31853
31854 \end_inset
31855
31856
31857 \family default
31858 \series default
31859  The default is
31860 \end_layout
31861
31862 \begin_layout Standard
31863
31864 \series bold
31865
31866 \backslash
31867 renewcommand*{
31868 \backslash
31869 raggedleftmarginnote}{
31870 \backslash
31871 raggedleft}
31872 \begin_inset Newline newline
31873 \end_inset
31874
31875
31876 \backslash
31877 renewcommand*{
31878 \backslash
31879 raggedrightmarginnote}{
31880 \backslash
31881 raggedright}
31882 \family roman
31883 \series medium
31884
31885 \begin_inset ERT
31886 status collapsed
31887
31888 \begin_layout Plain Layout
31889
31890
31891 \backslash
31892 renewcommand*{
31893 \backslash
31894 raggedleftmarginnote}{
31895 \backslash
31896 raggedleft}
31897 \end_layout
31898
31899 \begin_layout Plain Layout
31900
31901
31902 \backslash
31903 renewcommand*{
31904 \backslash
31905 raggedrightmarginnote}{
31906 \backslash
31907 raggedright}
31908 \end_layout
31909
31910 \end_inset
31911
31912
31913 \end_layout
31914
31915 \begin_layout Standard
31916 \begin_inset VSpace medskip
31917 \end_inset
31918
31919 For the other features of 
31920 \series bold
31921 marginnote
31922 \series default
31923  refer to its documentation 
31924 \begin_inset CommandInset citation
31925 LatexCommand cite
31926 key "marginnote"
31927
31928 \end_inset
31929
31930 .
31931 \end_layout
31932
31933 \begin_layout Standard
31934 \begin_inset VSpace bigskip
31935 \end_inset
31936
31937 You can adjust the layout of margin notes by changing its definition.
31938  To create for example a header for all margin notes with the underlined,
31939  sans-serif, and bold header text 
31940 \begin_inset Quotes eld
31941 \end_inset
31942
31943
31944 \family sans
31945 \series bold
31946 \bar under
31947 Attention!
31948 \family default
31949 \series default
31950 \bar default
31951
31952 \begin_inset Quotes erd
31953 \end_inset
31954
31955 , add this to your document preamble:
31956 \end_layout
31957
31958 \begin_layout Standard
31959
31960 \series bold
31961
31962 \backslash
31963 let
31964 \backslash
31965 myMarginpar
31966 \backslash
31967 marginpar
31968 \begin_inset Newline newline
31969 \end_inset
31970
31971
31972 \backslash
31973 renewcommand{
31974 \backslash
31975 marginpar}[1]{
31976 \backslash
31977 myMarginpar{%
31978 \begin_inset Newline newline
31979 \end_inset
31980
31981
31982 \begin_inset Phantom HPhantom
31983 status open
31984
31985 \begin_layout Plain Layout
31986
31987 \series bold
31988 \begin_inset space ~
31989 \end_inset
31990
31991
31992 \end_layout
31993
31994 \end_inset
31995
31996
31997 \backslash
31998 hspace{0pt}
31999 \backslash
32000 textsf{
32001 \backslash
32002 textbf{
32003 \backslash
32004 underbar{Attention!}}}%
32005 \begin_inset Newline newline
32006 \end_inset
32007
32008
32009 \begin_inset Phantom HPhantom
32010 status open
32011
32012 \begin_layout Plain Layout
32013
32014 \series bold
32015 \begin_inset space ~
32016 \end_inset
32017
32018
32019 \end_layout
32020
32021 \end_inset
32022
32023
32024 \backslash
32025 vspace{1.5mm}
32026 \backslash
32027
32028 \backslash
32029 #1}}
32030 \end_layout
32031
32032 \begin_layout Standard
32033
32034 \family roman
32035 \series medium
32036 \begin_inset ERT
32037 status collapsed
32038
32039 \begin_layout Plain Layout
32040
32041
32042 \backslash
32043 let
32044 \backslash
32045 myMarginpar
32046 \backslash
32047 marginpar
32048 \end_layout
32049
32050 \begin_layout Plain Layout
32051
32052
32053 \backslash
32054 renewcommand{
32055 \backslash
32056 marginpar}[1]{
32057 \backslash
32058 myMarginpar{%
32059 \end_layout
32060
32061 \begin_layout Plain Layout
32062
32063    
32064 \backslash
32065 textsf{
32066 \backslash
32067 textbf{
32068 \backslash
32069 underbar{Attention!}}}%
32070 \end_layout
32071
32072 \begin_layout Plain Layout
32073
32074    
32075 \backslash
32076 vspace{1.5mm}
32077 \backslash
32078
32079 \backslash
32080 #1}}
32081 \end_layout
32082
32083 \end_inset
32084
32085
32086 \begin_inset Marginal
32087 status open
32088
32089 \begin_layout Plain Layout
32090 This is a margin note with a defined heading.
32091 \end_layout
32092
32093 \end_inset
32094
32095
32096 \family default
32097 \series default
32098
32099 \begin_inset ERT
32100 status collapsed
32101
32102 \begin_layout Plain Layout
32103
32104 [-1.5cm]
32105 \end_layout
32106
32107 \end_inset
32108
32109
32110 \family roman
32111 \series medium
32112
32113 \begin_inset ERT
32114 status collapsed
32115
32116 \begin_layout Plain Layout
32117
32118
32119 \backslash
32120 renewcommand{
32121 \backslash
32122 marginpar}[1]{
32123 \backslash
32124 myMarginpar{#1}}
32125 \end_layout
32126
32127 \end_inset
32128
32129
32130 \family default
32131 \series default
32132
32133 \begin_inset Note Note
32134 status collapsed
32135
32136 \begin_layout Plain Layout
32137 The margin note format is changed only for this example.
32138 \end_layout
32139
32140 \end_inset
32141
32142
32143 \end_layout
32144
32145 \begin_layout Standard
32146 \begin_inset ERT
32147 status collapsed
32148
32149 \begin_layout Plain Layout
32150
32151
32152 \backslash
32153 else
32154 \end_layout
32155
32156 \end_inset
32157
32158
32159 \begin_inset Note Note
32160 status open
32161
32162 \begin_layout Plain Layout
32163 The following will be displayed when the \SpecialChar LaTeX
32164 -package 
32165 \series bold
32166 marginnote
32167 \series default
32168  is not installed:
32169 \end_layout
32170
32171 \end_inset
32172
32173
32174 \end_layout
32175
32176 \begin_layout Standard
32177 You need to install the \SpecialChar LaTeX
32178 -package 
32179 \series bold
32180 marginnote
32181 \series default
32182  to see the following part of this section in the output.
32183 \end_layout
32184
32185 \begin_layout Standard
32186 \begin_inset ERT
32187 status collapsed
32188
32189 \begin_layout Plain Layout
32190
32191
32192 \backslash
32193 fi
32194 \end_layout
32195
32196 \end_inset
32197
32198
32199 \end_layout
32200
32201 \begin_layout Chapter
32202 Boxes
32203 \end_layout
32204
32205 \begin_layout Section
32206 Introduction
32207 \begin_inset Index idx
32208 status collapsed
32209
32210 \begin_layout Plain Layout
32211 Boxes ! Introduction
32212 \end_layout
32213
32214 \end_inset
32215
32216
32217 \end_layout
32218
32219 \begin_layout Standard
32220 Boxes are used to format a block of text.
32221  Boxes can be used to write documents with multiple languages, see section
32222 \begin_inset space ~
32223 \end_inset
32224
32225
32226 \begin_inset CommandInset ref
32227 LatexCommand ref
32228 reference "sec:Minipages"
32229
32230 \end_inset
32231
32232 , to frame texts, see section
32233 \begin_inset space ~
32234 \end_inset
32235
32236
32237 \begin_inset CommandInset ref
32238 LatexCommand ref
32239 reference "sec:Decoration"
32240
32241 \end_inset
32242
32243 , to prevent words from being hyphenated, see section
32244 \begin_inset space ~
32245 \end_inset
32246
32247
32248 \begin_inset CommandInset ref
32249 LatexCommand ref
32250 reference "sec:Prevent-Hyphenation"
32251
32252 \end_inset
32253
32254 , to align text, see section
32255 \begin_inset space ~
32256 \end_inset
32257
32258
32259 \begin_inset CommandInset ref
32260 LatexCommand ref
32261 reference "subsec:Vertical-Alignment"
32262
32263 \end_inset
32264
32265 , or to set the background color of texts, see section
32266 \begin_inset space ~
32267 \end_inset
32268
32269
32270 \begin_inset CommandInset ref
32271 LatexCommand ref
32272 reference "sec:Colored-Boxes"
32273
32274 \end_inset
32275
32276 .
32277 \end_layout
32278
32279 \begin_layout Standard
32280 Boxes can be inserted with the menu 
32281 \family sans
32282 Insert\SpecialChar menuseparator
32283 Box
32284 \family default
32285  or the toolbar button 
32286 \begin_inset Info
32287 type  "icon"
32288 arg   "box-insert Frameless"
32289 \end_inset
32290
32291 .
32292  A grey box with the label 
32293 \family sans
32294 Box (Minipage)
32295 \family default
32296
32297 \begin_inset Graphics
32298         filename clipart/BoxInsetDefault.png
32299         scale 85
32300         scaleBeforeRotation
32301
32302 \end_inset
32303
32304  will be inserted.
32305  The box type can be specified by right-clicking on the box and selecting
32306  
32307 \family sans
32308 Settings
32309 \family default
32310 .
32311  The box dialog offers the 
32312 \family sans
32313 Inner
32314 \begin_inset space ~
32315 \end_inset
32316
32317 Box
32318 \family default
32319  types 
32320 \family sans
32321 Makebox
32322 \family default
32323
32324 \family sans
32325 Parbox
32326 \family default
32327  and 
32328 \family sans
32329 Minipage
32330 \family default
32331 .
32332  The type 
32333 \family sans
32334 Minipage
32335 \family default
32336  is the default for new boxes and is explained in section
32337 \begin_inset space ~
32338 \end_inset
32339
32340
32341 \begin_inset CommandInset ref
32342 LatexCommand ref
32343 reference "sec:Minipages"
32344
32345 \end_inset
32346
32347 ; the type 
32348 \family sans
32349 Parbox
32350 \family default
32351  is described in section
32352 \begin_inset space ~
32353 \end_inset
32354
32355
32356 \begin_inset CommandInset ref
32357 LatexCommand ref
32358 reference "sec:Parboxes"
32359
32360 \end_inset
32361
32362  and the type 
32363 \family sans
32364 Makebox
32365 \family default
32366  in 
32367 \begin_inset CommandInset ref
32368 LatexCommand ref
32369 reference "sec:Prevent-Hyphenation"
32370
32371 \end_inset
32372
32373 .
32374 \end_layout
32375
32376 \begin_layout Standard
32377 Boxes are not numbered and can therefore not be referenced like floats or
32378  footnotes.
32379 \end_layout
32380
32381 \begin_layout Standard
32382 \begin_inset Note Greyedout
32383 status open
32384
32385 \begin_layout Plain Layout
32386
32387 \series bold
32388 Note:
32389 \series default
32390  Boxes must not be the item in an 
32391 \family sans
32392 Itemize
32393 \family default
32394  or 
32395 \family sans
32396 Description
32397 \family default
32398  environment.
32399 \end_layout
32400
32401 \end_inset
32402
32403
32404 \end_layout
32405
32406 \begin_layout Standard
32407 \begin_inset Note Greyedout
32408 status open
32409
32410 \begin_layout Plain Layout
32411
32412 \series bold
32413 Note:
32414 \series default
32415  For an unknown reason you can only set the 
32416 \family sans
32417 Inner
32418 \begin_inset space ~
32419 \end_inset
32420
32421 Box
32422 \family default
32423  type to 
32424 \family sans
32425 None
32426 \family default
32427  when you use a framed box.
32428  Boxes without an 
32429 \family sans
32430 Inner
32431 \begin_inset space ~
32432 \end_inset
32433
32434 Box
32435 \family default
32436  type and without frames are explained in section
32437 \begin_inset space ~
32438 \end_inset
32439
32440
32441 \begin_inset CommandInset ref
32442 LatexCommand ref
32443 reference "sec:Prevent-Hyphenation"
32444
32445 \end_inset
32446
32447 .
32448 \end_layout
32449
32450 \end_inset
32451
32452
32453 \end_layout
32454
32455 \begin_layout Section
32456 Box Dialog
32457 \begin_inset CommandInset label
32458 LatexCommand label
32459 name "sec:Box-Dialog"
32460
32461 \end_inset
32462
32463
32464 \begin_inset Index idx
32465 status collapsed
32466
32467 \begin_layout Plain Layout
32468 Boxes ! Box Dialog
32469 \end_layout
32470
32471 \end_inset
32472
32473
32474 \end_layout
32475
32476 \begin_layout Subsection
32477 Size
32478 \begin_inset Index idx
32479 status collapsed
32480
32481 \begin_layout Plain Layout
32482 Boxes ! Size
32483 \end_layout
32484
32485 \end_inset
32486
32487
32488 \end_layout
32489
32490 \begin_layout Standard
32491 In the box dialog you can adjust the box geometry in the fields 
32492 \family sans
32493 Width
32494 \family default
32495  and 
32496 \family sans
32497 Height
32498 \family default
32499 .
32500  The available units for the geometry are explained in Table
32501 \begin_inset space ~
32502 \end_inset
32503
32504
32505 \begin_inset CommandInset ref
32506 LatexCommand ref
32507 reference "tab:Units"
32508
32509 \end_inset
32510
32511 .
32512  The field 
32513 \family sans
32514 Height
32515 \family default
32516  offers the following additional sizes:
32517 \end_layout
32518
32519 \begin_layout Description
32520 Depth This is the plain text 
32521 \begin_inset Quotes eld
32522 \end_inset
32523
32524 height
32525 \begin_inset Quotes erd
32526 \end_inset
32527
32528 .
32529  It ignores the total depth when there are multiple text lines in the box:
32530 \begin_inset Newline newline
32531 \end_inset
32532
32533
32534 \begin_inset Newline newline
32535 \end_inset
32536
32537
32538 \begin_inset Newline newline
32539 \end_inset
32540
32541
32542 \begin_inset Box Boxed
32543 position "c"
32544 hor_pos "c"
32545 has_inner_box 1
32546 inner_pos "c"
32547 use_parbox 0
32548 use_makebox 0
32549 width "12col%"
32550 special "none"
32551 height "1in"
32552 height_special "depth"
32553 thickness "0.4pt"
32554 separation "3pt"
32555 shadowsize "4pt"
32556 framecolor "black"
32557 backgroundcolor "none"
32558 status collapsed
32559
32560 \begin_layout Plain Layout
32561 \align center
32562 Box height set to 1
32563 \begin_inset space \thinspace{}
32564 \end_inset
32565
32566 Depth
32567 \end_layout
32568
32569 \end_inset
32570
32571
32572 \begin_inset Newline newline
32573 \end_inset
32574
32575
32576 \begin_inset Newline newline
32577 \end_inset
32578
32579
32580 \end_layout
32581
32582 \begin_layout Description
32583 Height This is the height of the text that is inside the box.
32584  A value of e.
32585 \begin_inset space \thinspace{}
32586 \end_inset
32587
32588 g.
32589 \begin_inset space \space{}
32590 \end_inset
32591
32592 2 for this size will set the box height to 2
32593 \begin_inset space ~
32594 \end_inset
32595
32596 times the text height: 
32597 \begin_inset Box Boxed
32598 position "c"
32599 hor_pos "c"
32600 has_inner_box 1
32601 inner_pos "c"
32602 use_parbox 0
32603 use_makebox 0
32604 width "20col%"
32605 special "none"
32606 height "2in"
32607 height_special "height"
32608 thickness "0.4pt"
32609 separation "3pt"
32610 shadowsize "4pt"
32611 framecolor "black"
32612 backgroundcolor "none"
32613 status collapsed
32614
32615 \begin_layout Plain Layout
32616 \align center
32617 Box height set to 2
32618 \begin_inset space \thinspace{}
32619 \end_inset
32620
32621 Height
32622 \end_layout
32623
32624 \end_inset
32625
32626
32627 \end_layout
32628
32629 \begin_layout Description
32630 Total
32631 \begin_inset space ~
32632 \end_inset
32633
32634 Height This is the Height
32635 \begin_inset space \thinspace{}
32636 \end_inset
32637
32638 +
32639 \begin_inset space \thinspace{}
32640 \end_inset
32641
32642 Depth: 
32643 \begin_inset Box Boxed
32644 position "c"
32645 hor_pos "c"
32646 has_inner_box 1
32647 inner_pos "c"
32648 use_parbox 0
32649 use_makebox 0
32650 width "20col%"
32651 special "none"
32652 height "1in"
32653 height_special "totalheight"
32654 thickness "0.4pt"
32655 separation "3pt"
32656 shadowsize "4pt"
32657 framecolor "black"
32658 backgroundcolor "none"
32659 status collapsed
32660
32661 \begin_layout Plain Layout
32662 \align center
32663 Box height set to 1
32664 \begin_inset space \thinspace{}
32665 \end_inset
32666
32667 Total
32668 \begin_inset space ~
32669 \end_inset
32670
32671 Height
32672 \end_layout
32673
32674 \end_inset
32675
32676
32677 \end_layout
32678
32679 \begin_layout Description
32680 Width This sets the width of the box as height: 
32681 \begin_inset Box Boxed
32682 position "c"
32683 hor_pos "c"
32684 has_inner_box 1
32685 inner_pos "c"
32686 use_parbox 0
32687 use_makebox 0
32688 width "12col%"
32689 special "none"
32690 height "1in"
32691 height_special "width"
32692 thickness "0.4pt"
32693 separation "3pt"
32694 shadowsize "4pt"
32695 framecolor "black"
32696 backgroundcolor "none"
32697 status collapsed
32698
32699 \begin_layout Plain Layout
32700 \align center
32701 Box height set to 1
32702 \begin_inset space \thinspace{}
32703 \end_inset
32704
32705 Width
32706 \end_layout
32707
32708 \end_inset
32709
32710
32711 \end_layout
32712
32713 \begin_layout Subsection
32714 Alignment
32715 \begin_inset Index idx
32716 status collapsed
32717
32718 \begin_layout Plain Layout
32719 Boxes ! Alignment
32720 \end_layout
32721
32722 \end_inset
32723
32724
32725 \end_layout
32726
32727 \begin_layout Standard
32728 When you have chosen an 
32729 \family sans
32730 Inner
32731 \begin_inset space ~
32732 \end_inset
32733
32734 Box
32735 \family default
32736 , the vertical box alignment can be:
32737 \end_layout
32738
32739 \begin_layout Description
32740 Top This is an example text line.
32741  
32742 \begin_inset Box Boxed
32743 position "t"
32744 hor_pos "c"
32745 has_inner_box 1
32746 inner_pos "c"
32747 use_parbox 0
32748 use_makebox 0
32749 width "12col%"
32750 special "none"
32751 height "1in"
32752 height_special "totalheight"
32753 thickness "0.4pt"
32754 separation "3pt"
32755 shadowsize "4pt"
32756 framecolor "black"
32757 backgroundcolor "none"
32758 status collapsed
32759
32760 \begin_layout Plain Layout
32761 \align center
32762 This box is top-aligned.
32763 \end_layout
32764
32765 \end_inset
32766
32767  This is an example text line.
32768 \end_layout
32769
32770 \begin_layout Description
32771 Middle This is an example text line.
32772  
32773 \begin_inset Box Boxed
32774 position "c"
32775 hor_pos "c"
32776 has_inner_box 1
32777 inner_pos "c"
32778 use_parbox 0
32779 use_makebox 0
32780 width "12col%"
32781 special "none"
32782 height "1in"
32783 height_special "totalheight"
32784 thickness "0.4pt"
32785 separation "3pt"
32786 shadowsize "4pt"
32787 framecolor "black"
32788 backgroundcolor "none"
32789 status collapsed
32790
32791 \begin_layout Plain Layout
32792 \align center
32793 This box is middle-aligned.
32794 \end_layout
32795
32796 \end_inset
32797
32798  This is an example text line.
32799 \end_layout
32800
32801 \begin_layout Description
32802 Bottom This is an example text line.
32803  
32804 \begin_inset Box Boxed
32805 position "b"
32806 hor_pos "c"
32807 has_inner_box 1
32808 inner_pos "c"
32809 use_parbox 0
32810 use_makebox 0
32811 width "12col%"
32812 special "none"
32813 height "1in"
32814 height_special "totalheight"
32815 thickness "0.4pt"
32816 separation "3pt"
32817 shadowsize "4pt"
32818 framecolor "black"
32819 backgroundcolor "none"
32820 status collapsed
32821
32822 \begin_layout Plain Layout
32823 \align center
32824 This box is bottom-aligned.
32825 \end_layout
32826
32827 \end_inset
32828
32829  This is an example text line.
32830 \end_layout
32831
32832 \begin_layout Standard
32833 \begin_inset Note Greyedout
32834 status open
32835
32836 \begin_layout Plain Layout
32837
32838 \series bold
32839 Note:
32840 \series default
32841  The vertical box alignment can be lost in the output when you have two
32842  boxes in a line and one has e.
32843 \begin_inset space \thinspace{}
32844 \end_inset
32845
32846 g.
32847 \begin_inset space \space{}
32848 \end_inset
32849
32850 a shadow and the other one not.
32851 \end_layout
32852
32853 \end_inset
32854
32855
32856 \end_layout
32857
32858 \begin_layout Standard
32859 The horizontal box alignment can be set via \SpecialChar LyX
32860 's paragraph dialog when you
32861  set the box into its own paragraph.
32862 \end_layout
32863
32864 \begin_layout Standard
32865 \begin_inset VSpace bigskip
32866 \end_inset
32867
32868 When you have chosen an 
32869 \family sans
32870 Inner
32871 \begin_inset space ~
32872 \end_inset
32873
32874 Box
32875 \family default
32876 , the box content can be aligned vertically to:
32877 \end_layout
32878
32879 \begin_layout Description
32880 top This is an example text line.
32881  
32882 \begin_inset Box Boxed
32883 position "c"
32884 hor_pos "c"
32885 has_inner_box 1
32886 inner_pos "t"
32887 use_parbox 0
32888 use_makebox 0
32889 width "12col%"
32890 special "none"
32891 height "1.5in"
32892 height_special "totalheight"
32893 thickness "0.4pt"
32894 separation "3pt"
32895 shadowsize "4pt"
32896 framecolor "black"
32897 backgroundcolor "none"
32898 status collapsed
32899
32900 \begin_layout Plain Layout
32901 \align center
32902 This box text is top-aligned.
32903 \end_layout
32904
32905 \end_inset
32906
32907  This is an example text line.
32908 \end_layout
32909
32910 \begin_layout Description
32911 middle This is an example text line.
32912  
32913 \begin_inset Box Boxed
32914 position "c"
32915 hor_pos "c"
32916 has_inner_box 1
32917 inner_pos "c"
32918 use_parbox 0
32919 use_makebox 0
32920 width "12col%"
32921 special "none"
32922 height "1.5in"
32923 height_special "totalheight"
32924 thickness "0.4pt"
32925 separation "3pt"
32926 shadowsize "4pt"
32927 framecolor "black"
32928 backgroundcolor "none"
32929 status collapsed
32930
32931 \begin_layout Plain Layout
32932 \align center
32933 This box text is middle-aligned.
32934 \end_layout
32935
32936 \end_inset
32937
32938  This is an example text line.
32939 \end_layout
32940
32941 \begin_layout Description
32942 bottom This is an example text line.
32943  
32944 \begin_inset Box Boxed
32945 position "c"
32946 hor_pos "c"
32947 has_inner_box 1
32948 inner_pos "b"
32949 use_parbox 0
32950 use_makebox 0
32951 width "12col%"
32952 special "none"
32953 height "1.5in"
32954 height_special "totalheight"
32955 thickness "0.4pt"
32956 separation "3pt"
32957 shadowsize "4pt"
32958 framecolor "black"
32959 backgroundcolor "none"
32960 status collapsed
32961
32962 \begin_layout Plain Layout
32963 \align center
32964 This box text is bottom-aligned.
32965 \end_layout
32966
32967 \end_inset
32968
32969  This is an example text line.
32970 \end_layout
32971
32972 \begin_layout Description
32973 stretch This is an example text line.
32974  
32975 \begin_inset Box Boxed
32976 position "c"
32977 hor_pos "c"
32978 has_inner_box 1
32979 inner_pos "s"
32980 use_parbox 0
32981 use_makebox 0
32982 width "12col%"
32983 special "none"
32984 height "1.5in"
32985 height_special "totalheight"
32986 thickness "0.4pt"
32987 separation "3pt"
32988 shadowsize "4pt"
32989 framecolor "black"
32990 backgroundcolor "none"
32991 status collapsed
32992
32993 \begin_layout Plain Layout
32994 \align center
32995 This box
32996 \end_layout
32997
32998 \begin_layout Plain Layout
32999 \align center
33000 text is
33001 \end_layout
33002
33003 \begin_layout Plain Layout
33004 \align center
33005 stretched.
33006 \end_layout
33007
33008 \end_inset
33009
33010  This is an example text line.
33011 \end_layout
33012
33013 \begin_layout Standard
33014 To stretch the box content, it must consist of more than one paragraph.
33015  In the example above every text line is in an own paragraph.
33016 \end_layout
33017
33018 \begin_layout Standard
33019 \begin_inset VSpace bigskip
33020 \end_inset
33021
33022 To align the box content horizontally you can use \SpecialChar LyX
33023 's paragraph dialog when
33024  you have chosen an 
33025 \family sans
33026 Inner
33027 \begin_inset space ~
33028 \end_inset
33029
33030 Box
33031 \family default
33032 .
33033 \end_layout
33034
33035 \begin_layout Standard
33036 \align center
33037 \begin_inset Box Boxed
33038 position "c"
33039 hor_pos "c"
33040 has_inner_box 1
33041 inner_pos "s"
33042 use_parbox 0
33043 use_makebox 0
33044 width "15col%"
33045 special "none"
33046 height "1.25in"
33047 height_special "totalheight"
33048 thickness "0.4pt"
33049 separation "3pt"
33050 shadowsize "4pt"
33051 framecolor "black"
33052 backgroundcolor "none"
33053 status collapsed
33054
33055 \begin_layout Plain Layout
33056 \align left
33057 This box
33058 \end_layout
33059
33060 \begin_layout Plain Layout
33061 \align center
33062 text is
33063 \end_layout
33064
33065 \begin_layout Plain Layout
33066 \align right
33067 stretched.
33068 \end_layout
33069
33070 \end_inset
33071
33072
33073 \end_layout
33074
33075 \begin_layout Standard
33076 If you have not set an 
33077 \family sans
33078 Inner
33079 \begin_inset space ~
33080 \end_inset
33081
33082 Box
33083 \family default
33084 , you can align the box content horizontally in the box dialog.
33085 \end_layout
33086
33087 \begin_layout Standard
33088 \align center
33089 \begin_inset Box Boxed
33090 position "c"
33091 hor_pos "s"
33092 has_inner_box 0
33093 inner_pos "s"
33094 use_parbox 0
33095 use_makebox 0
33096 width "90col%"
33097 special "none"
33098 height "1.25in"
33099 height_special "totalheight"
33100 thickness "0.4pt"
33101 separation "3pt"
33102 shadowsize "4pt"
33103 framecolor "black"
33104 backgroundcolor "none"
33105 status collapsed
33106
33107 \begin_layout Plain Layout
33108 This box text is horizontally stretched.
33109 \end_layout
33110
33111 \end_inset
33112
33113
33114 \end_layout
33115
33116 \begin_layout Subsection
33117 Decoration
33118 \begin_inset CommandInset label
33119 LatexCommand label
33120 name "sec:Decoration"
33121
33122 \end_inset
33123
33124
33125 \begin_inset Index idx
33126 status collapsed
33127
33128 \begin_layout Plain Layout
33129 Boxes ! Decoration
33130 \end_layout
33131
33132 \end_inset
33133
33134
33135 \end_layout
33136
33137 \begin_layout Standard
33138 The type of the box can be specified in the box dialog in the drop-down
33139  list 
33140 \family sans
33141 Decoration
33142 \family default
33143 .
33144  The following types are possible:
33145 \end_layout
33146
33147 \begin_layout Description
33148 No
33149 \begin_inset space ~
33150 \end_inset
33151
33152 frame Nothing is drawn.
33153 \end_layout
33154
33155 \begin_layout Description
33156 Simple
33157 \begin_inset space ~
33158 \end_inset
33159
33160 rectangular
33161 \begin_inset space ~
33162 \end_inset
33163
33164 frame This draws a rectangular frame around the box.
33165  The frame line thickness can be specified.
33166  
33167 \begin_inset Box Boxed
33168 position "c"
33169 hor_pos "c"
33170 has_inner_box 1
33171 inner_pos "c"
33172 use_parbox 0
33173 use_makebox 0
33174 width "20col%"
33175 special "none"
33176 height "1in"
33177 height_special "totalheight"
33178 thickness "0.4pt"
33179 separation "3pt"
33180 shadowsize "4pt"
33181 framecolor "black"
33182 backgroundcolor "none"
33183 status collapsed
33184
33185 \begin_layout Plain Layout
33186 \align center
33187 Rectangular box
33188 \end_layout
33189
33190 \end_inset
33191
33192
33193 \end_layout
33194
33195 \begin_layout Description
33196 Oval
33197 \begin_inset space ~
33198 \end_inset
33199
33200 box,
33201 \begin_inset space ~
33202 \end_inset
33203
33204 thin This draws an oval frame around the box.
33205  The frame line thickness has the size 0.4
33206 \begin_inset space \thinspace{}
33207 \end_inset
33208
33209 pt.
33210  
33211 \begin_inset Box ovalbox
33212 position "c"
33213 hor_pos "c"
33214 has_inner_box 1
33215 inner_pos "c"
33216 use_parbox 0
33217 use_makebox 0
33218 width "20col%"
33219 special "none"
33220 height "1in"
33221 height_special "totalheight"
33222 thickness "0.4pt"
33223 separation "3pt"
33224 shadowsize "4pt"
33225 framecolor "black"
33226 backgroundcolor "none"
33227 status collapsed
33228
33229 \begin_layout Plain Layout
33230 \align center
33231 Oval box, thin
33232 \end_layout
33233
33234 \end_inset
33235
33236
33237 \end_layout
33238
33239 \begin_layout Description
33240 Oval
33241 \begin_inset space ~
33242 \end_inset
33243
33244 box,
33245 \begin_inset space ~
33246 \end_inset
33247
33248 thick This draws an oval frame around the box.
33249  The frame line thickness has the size 0.8
33250 \begin_inset space \thinspace{}
33251 \end_inset
33252
33253 pt.
33254  
33255 \begin_inset Box Ovalbox
33256 position "c"
33257 hor_pos "c"
33258 has_inner_box 1
33259 inner_pos "c"
33260 use_parbox 0
33261 use_makebox 0
33262 width "20col%"
33263 special "none"
33264 height "1in"
33265 height_special "totalheight"
33266 thickness "0.4pt"
33267 separation "3pt"
33268 shadowsize "4pt"
33269 framecolor "black"
33270 backgroundcolor "none"
33271 status collapsed
33272
33273 \begin_layout Plain Layout
33274 \align center
33275 Oval box, thick
33276 \end_layout
33277
33278 \end_inset
33279
33280
33281 \end_layout
33282
33283 \begin_layout Description
33284 Drop
33285 \begin_inset space ~
33286 \end_inset
33287
33288 shadow This draws a rectangular frame with a shadow around the box.
33289  The frame line thickness and the shadow can be specified.
33290  
33291 \begin_inset Box Shadowbox
33292 position "c"
33293 hor_pos "c"
33294 has_inner_box 1
33295 inner_pos "c"
33296 use_parbox 0
33297 use_makebox 0
33298 width "20col%"
33299 special "none"
33300 height "1in"
33301 height_special "totalheight"
33302 thickness "0.4pt"
33303 separation "3pt"
33304 shadowsize "4pt"
33305 framecolor "black"
33306 backgroundcolor "none"
33307 status collapsed
33308
33309 \begin_layout Plain Layout
33310 \align center
33311 Shadow box
33312 \end_layout
33313
33314 \end_inset
33315
33316
33317 \end_layout
33318
33319 \begin_layout Description
33320 Shaded
33321 \begin_inset space ~
33322 \end_inset
33323
33324 background This draws a box with a red background.
33325  Unlike colored boxes
33326 \begin_inset Foot
33327 status collapsed
33328
33329 \begin_layout Plain Layout
33330 see sec.
33331 \begin_inset space \thinspace{}
33332 \end_inset
33333
33334
33335 \begin_inset CommandInset ref
33336 LatexCommand ref
33337 reference "sec:Colored-Boxes"
33338
33339 \end_inset
33340
33341
33342 \end_layout
33343
33344 \end_inset
33345
33346 , it always uses the whole column width and the box is set as its own paragraph.
33347  
33348 \begin_inset Box Shaded
33349 position "t"
33350 hor_pos "c"
33351 has_inner_box 0
33352 inner_pos "t"
33353 use_parbox 0
33354 use_makebox 0
33355 width "50col%"
33356 special "none"
33357 height "1in"
33358 height_special "totalheight"
33359 thickness "0.4pt"
33360 separation "3pt"
33361 shadowsize "4pt"
33362 framecolor "black"
33363 backgroundcolor "none"
33364 status collapsed
33365
33366 \begin_layout Plain Layout
33367 Shaded background box
33368 \end_layout
33369
33370 \end_inset
33371
33372
33373 \end_layout
33374
33375 \begin_layout Description
33376 Double
33377 \begin_inset space ~
33378 \end_inset
33379
33380 rectangular
33381 \begin_inset space ~
33382 \end_inset
33383
33384 frame This draws a double-line rectangular frame around the box.
33385  The line thickness of the inner frame is 0.75
33386 \begin_inset space \thinspace{}
33387 \end_inset
33388
33389 line
33390 \begin_inset space ~
33391 \end_inset
33392
33393 thickness, the thickness of the outer frame is 1.5
33394 \begin_inset space \thinspace{}
33395 \end_inset
33396
33397 line
33398 \begin_inset space ~
33399 \end_inset
33400
33401 thickness.
33402  The distance between the lines is 1.5
33403 \begin_inset space \thinspace{}
33404 \end_inset
33405
33406 line
33407 \begin_inset space ~
33408 \end_inset
33409
33410 thickness
33411 \begin_inset space \thinspace{}
33412 \end_inset
33413
33414 +
33415 \begin_inset space \thinspace{}
33416 \end_inset
33417
33418 0.5
33419 \begin_inset space \thinspace{}
33420 \end_inset
33421
33422 pt.
33423  
33424 \begin_inset Box Doublebox
33425 position "c"
33426 hor_pos "c"
33427 has_inner_box 1
33428 inner_pos "c"
33429 use_parbox 0
33430 use_makebox 0
33431 width "20col%"
33432 special "none"
33433 height "1in"
33434 height_special "totalheight"
33435 thickness "0.4pt"
33436 separation "3pt"
33437 shadowsize "4pt"
33438 framecolor "black"
33439 backgroundcolor "none"
33440 status collapsed
33441
33442 \begin_layout Plain Layout
33443 \align center
33444 Double rectangular box
33445 \end_layout
33446
33447 \end_inset
33448
33449
33450 \end_layout
33451
33452 \begin_layout Standard
33453 \begin_inset VSpace bigskip
33454 \end_inset
33455
33456 \SpecialChar LyX
33457 's box label will reflect the different frame types.
33458  To be able to use all types, the \SpecialChar LaTeX
33459 -package 
33460 \series bold
33461 fancybox
33462 \series default
33463
33464 \begin_inset Index idx
33465 status collapsed
33466
33467 \begin_layout Plain Layout
33468 \SpecialChar LaTeX
33469 -packages ! fancybox
33470 \end_layout
33471
33472 \end_inset
33473
33474  must be installed.
33475 \end_layout
33476
33477 \begin_layout Standard
33478 \begin_inset VSpace bigskip
33479 \end_inset
33480
33481 When you use the decoration 
33482 \family sans
33483 simple rectangular frame
33484 \family default
33485  and no inner box, you can allow page breaks within a box.
33486  Note that then, unlike other framed boxes, the frame always uses the whole
33487  column width and the box is set as its own paragraph: 
33488 \begin_inset Box Framed
33489 position "t"
33490 hor_pos "c"
33491 has_inner_box 0
33492 inner_pos "t"
33493 use_parbox 0
33494 use_makebox 0
33495 width "100col%"
33496 special "none"
33497 height "1in"
33498 height_special "totalheight"
33499 thickness "0.4pt"
33500 separation "3pt"
33501 shadowsize "4pt"
33502 framecolor "black"
33503 backgroundcolor "none"
33504 status collapsed
33505
33506 \begin_layout Plain Layout
33507 Allow page break box
33508 \end_layout
33509
33510 \end_inset
33511
33512
33513 \end_layout
33514
33515 \begin_layout Section
33516 Box Customization
33517 \begin_inset Index idx
33518 status collapsed
33519
33520 \begin_layout Plain Layout
33521 Boxes ! Customization
33522 \end_layout
33523
33524 \end_inset
33525
33526
33527 \end_layout
33528
33529 \begin_layout Standard
33530 The diameter of the round corners of the oval boxes can be set with the
33531  command 
33532 \series bold
33533
33534 \backslash
33535 cornersize
33536 \series default
33537 .
33538  The command
33539 \end_layout
33540
33541 \begin_layout Standard
33542
33543 \series bold
33544
33545 \backslash
33546 cornersize*{1cm}
33547 \end_layout
33548
33549 \begin_layout Standard
33550 sets the diameter to 1
33551 \begin_inset space \thinspace{}
33552 \end_inset
33553
33554 cm.
33555  The command
33556 \end_layout
33557
33558 \begin_layout Standard
33559
33560 \series bold
33561
33562 \backslash
33563 cornersize{num}
33564 \end_layout
33565
33566 \begin_layout Standard
33567 sets the diameter to 
33568 \family sans
33569 num
33570 \begin_inset space \thinspace{}
33571 \end_inset
33572
33573 ×
33574 \begin_inset space \thinspace{}
33575 \end_inset
33576
33577 minimum(width and height of box)
33578 \family default
33579 .
33580  The default is 
33581 \series bold
33582
33583 \backslash
33584 cornersize{0.5}
33585 \series default
33586 .
33587 \end_layout
33588
33589 \begin_layout Standard
33590 \begin_inset ERT
33591 status collapsed
33592
33593 \begin_layout Plain Layout
33594
33595
33596 \backslash
33597 cornersize*{1.5cm}
33598 \end_layout
33599
33600 \end_inset
33601
33602
33603 \begin_inset Box Ovalbox
33604 position "c"
33605 hor_pos "c"
33606 has_inner_box 1
33607 inner_pos "c"
33608 use_parbox 0
33609 use_makebox 0
33610 width "25col%"
33611 special "none"
33612 height "1in"
33613 height_special "totalheight"
33614 thickness "0.4pt"
33615 separation "3pt"
33616 shadowsize "4pt"
33617 framecolor "black"
33618 backgroundcolor "none"
33619 status open
33620
33621 \begin_layout Plain Layout
33622 \align center
33623 Oval box with 
33624 \series bold
33625
33626 \backslash
33627 cornersize
33628 \series default
33629
33630 \begin_inset space \thinspace{}
33631 \end_inset
33632
33633 =
33634 \begin_inset space \thinspace{}
33635 \end_inset
33636
33637 1.5
33638 \begin_inset space \thinspace{}
33639 \end_inset
33640
33641 cm
33642 \end_layout
33643
33644 \end_inset
33645
33646
33647 \begin_inset ERT
33648 status collapsed
33649
33650 \begin_layout Plain Layout
33651
33652
33653 \backslash
33654 cornersize{0.5}
33655 \end_layout
33656
33657 \end_inset
33658
33659
33660 \end_layout
33661
33662 \begin_layout Standard
33663 \begin_inset VSpace bigskip
33664 \end_inset
33665
33666
33667 \end_layout
33668
33669 \begin_layout Standard
33670 The default background color red of 
33671 \family sans
33672 shaded background
33673 \family default
33674  boxes can either be changed locally with the command 
33675 \series bold
33676
33677 \backslash
33678 definecolor{shadecolor}
33679 \series default
33680  or globally with the menu 
33681 \family sans
33682 Tools\SpecialChar menuseparator
33683 Preferences\SpecialChar menuseparator
33684 Colors\SpecialChar menuseparator
33685 shaded
33686 \begin_inset space ~
33687 \end_inset
33688
33689 box
33690 \family default
33691 .
33692  The scheme of the 
33693 \series bold
33694
33695 \backslash
33696 definecolor
33697 \series default
33698  command is explained in section
33699 \begin_inset space ~
33700 \end_inset
33701
33702
33703 \begin_inset CommandInset ref
33704 LatexCommand ref
33705 reference "sec:Colored-Tables"
33706
33707 \end_inset
33708
33709 .
33710 \begin_inset Foot
33711 status collapsed
33712
33713 \begin_layout Plain Layout
33714 Note that 
33715 \series bold
33716
33717 \backslash
33718 definecolor
33719 \series default
33720  requires the \SpecialChar LaTeX
33721 -package 
33722 \series bold
33723 color
33724 \series default
33725  in the preamble, see section
33726 \begin_inset space ~
33727 \end_inset
33728
33729
33730 \begin_inset CommandInset ref
33731 LatexCommand ref
33732 reference "sec:Colored-Boxes"
33733
33734 \end_inset
33735
33736 .
33737 \end_layout
33738
33739 \end_inset
33740
33741  For example the appearance of the following shaded background box is set
33742  with the \SpecialChar TeX
33743  Code command
33744 \end_layout
33745
33746 \begin_layout Standard
33747
33748 \series bold
33749
33750 \backslash
33751 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33752 \end_layout
33753
33754 \begin_layout Standard
33755 \begin_inset ERT
33756 status collapsed
33757
33758 \begin_layout Plain Layout
33759
33760
33761 \backslash
33762 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33763 \end_layout
33764
33765 \end_inset
33766
33767
33768 \begin_inset Box Shaded
33769 position "t"
33770 hor_pos "c"
33771 has_inner_box 0
33772 inner_pos "t"
33773 use_parbox 0
33774 use_makebox 0
33775 width "100col%"
33776 special "none"
33777 height "1in"
33778 height_special "totalheight"
33779 thickness "0.4pt"
33780 separation "3pt"
33781 shadowsize "4pt"
33782 framecolor "black"
33783 backgroundcolor "none"
33784 status open
33785
33786 \begin_layout Plain Layout
33787
33788 \color yellow
33789 This is yellow text in a
33790 \color none
33791  
33792 \family sans
33793 \color yellow
33794 shaded background
33795 \family default
33796 \color none
33797  
33798 \color yellow
33799 box with dark green background.
33800 \end_layout
33801
33802 \end_inset
33803
33804
33805 \begin_inset ERT
33806 status collapsed
33807
33808 \begin_layout Plain Layout
33809
33810
33811 \backslash
33812 definecolor{shadecolor}{rgb}{1,0,0}
33813 \end_layout
33814
33815 \end_inset
33816
33817
33818 \end_layout
33819
33820 \begin_layout Standard
33821 \begin_inset VSpace bigskip
33822 \end_inset
33823
33824 Manually changed sizes and colors are valid for all boxes following the
33825  commands that change them.
33826 \end_layout
33827
33828 \begin_layout Section
33829 Minipages
33830 \begin_inset CommandInset label
33831 LatexCommand label
33832 name "sec:Minipages"
33833
33834 \end_inset
33835
33836
33837 \begin_inset Index idx
33838 status collapsed
33839
33840 \begin_layout Plain Layout
33841 Boxes ! Minipages
33842 \end_layout
33843
33844 \end_inset
33845
33846
33847 \end_layout
33848
33849 \begin_layout Standard
33850 Minipages are treated by \SpecialChar LaTeX
33851  as pages within pages and can therefore for example
33852  have their own footnotes.
33853 \end_layout
33854
33855 \begin_layout Standard
33856 Minipages are useful when you write documents with different languages.
33857 \end_layout
33858
33859 \begin_layout Standard
33860 Below are two example minipages side by side.
33861  Their width is set to 45
33862 \begin_inset space \thinspace{}
33863 \end_inset
33864
33865 col% and they are separated by a horizontal fill, that was inserted via
33866  the menu 
33867 \family sans
33868 Insert\SpecialChar menuseparator
33869 Special
33870 \begin_inset space ~
33871 \end_inset
33872
33873 Formatting\SpecialChar menuseparator
33874 Horizontal
33875 \begin_inset space ~
33876 \end_inset
33877
33878 Fill
33879 \family default
33880 .
33881 \begin_inset Newpage newpage
33882 \end_inset
33883
33884
33885 \end_layout
33886
33887 \begin_layout Standard
33888 \begin_inset Box Frameless
33889 position "t"
33890 hor_pos "c"
33891 has_inner_box 1
33892 inner_pos "c"
33893 use_parbox 0
33894 use_makebox 0
33895 width "45col%"
33896 special "none"
33897 height "1in"
33898 height_special "totalheight"
33899 thickness "0.4pt"
33900 separation "3pt"
33901 shadowsize "4pt"
33902 framecolor "black"
33903 backgroundcolor "none"
33904 status open
33905
33906 \begin_layout Plain Layout
33907
33908 \lang ngerman
33909 Dies ist ein deutscher Text.
33910  Dies ist ein deutscher Text.
33911  Dies ist ein deutscher Text.
33912  Dies ist ein deutscher Text.
33913  Dies ist ein deutscher Text.
33914  Dies ist ein deutscher Text.
33915  Dies ist ein deutscher Text.
33916  Dies ist ein deutscher Text.
33917  Dies ist ein deutscher Text.
33918  Dies ist ein deutscher Text.
33919  Dies ist ein deutscher Text.
33920  Dies ist ein deutscher Text.
33921  Dies ist ein deutscher Text
33922 \begin_inset Foot
33923 status collapsed
33924
33925 \begin_layout Plain Layout
33926
33927 \lang ngerman
33928 Dies ist eine deutsche Fußnote.
33929 \end_layout
33930
33931 \end_inset
33932
33933 .
33934  Dies ist ein deutscher Text.
33935  Dies ist ein deutscher Text.
33936 \end_layout
33937
33938 \end_inset
33939
33940
33941 \begin_inset space \hfill{}
33942 \end_inset
33943
33944
33945 \begin_inset Box Frameless
33946 position "t"
33947 hor_pos "c"
33948 has_inner_box 1
33949 inner_pos "c"
33950 use_parbox 0
33951 use_makebox 0
33952 width "45col%"
33953 special "none"
33954 height "1in"
33955 height_special "totalheight"
33956 thickness "0.4pt"
33957 separation "3pt"
33958 shadowsize "4pt"
33959 framecolor "black"
33960 backgroundcolor "none"
33961 status open
33962
33963 \begin_layout Plain Layout
33964 This is an English Text.
33965  This is an English Text.
33966  This is an English Text.
33967  This is an English Text.
33968  This is an English Text.
33969  This is an English Text.
33970  This is an English Text.
33971  This is an English Text.
33972  This is an English Text.
33973  This is an English Text.
33974  This is an English Text.
33975  This is an English Text.
33976  This is an English Text.
33977  This is an English Text.
33978  This is an English Text.
33979  This is an English Text.
33980 \begin_inset Foot
33981 status collapsed
33982
33983 \begin_layout Plain Layout
33984 This is an English footnote.
33985 \end_layout
33986
33987 \end_inset
33988
33989  This is an English Text.
33990 \end_layout
33991
33992 \end_inset
33993
33994
33995 \end_layout
33996
33997 \begin_layout Standard
33998 \begin_inset VSpace bigskip
33999 \end_inset
34000
34001 The document-wide paragraph settings are ignored within minipages.
34002  That means that there will be no space between paragraphs in minipages
34003  although you set it to e.
34004 \begin_inset space \thinspace{}
34005 \end_inset
34006
34007 g.
34008 \begin_inset space \space{}
34009 \end_inset
34010
34011
34012 \family sans
34013 MedSkip
34014 \family default
34015  in the document settings.
34016 \end_layout
34017
34018 \begin_layout Standard
34019 Minipages can also be used to set a background color for text parts, see
34020  section
34021 \begin_inset space ~
34022 \end_inset
34023
34024
34025 \begin_inset CommandInset ref
34026 LatexCommand ref
34027 reference "sec:Colored-Boxes"
34028
34029 \end_inset
34030
34031 .
34032 \end_layout
34033
34034 \begin_layout Standard
34035 \begin_inset Note Greyedout
34036 status open
34037
34038 \begin_layout Plain Layout
34039
34040 \series bold
34041 Note:
34042 \series default
34043  You cannot have floats or margin notes inside minipages but minipages can
34044  be used inside tables, floats, and other boxes.
34045 \end_layout
34046
34047 \end_inset
34048
34049
34050 \end_layout
34051
34052 \begin_layout Standard
34053 \begin_inset VSpace bigskip
34054 \end_inset
34055
34056
34057 \end_layout
34058
34059 \begin_layout Standard
34060 \SpecialChar LyX
34061  has also basic support for minipages whose size is automatically determined
34062  by the width of their contents, via the module 
34063 \family sans
34064 Variable-width Minipages
34065 \family default
34066 .
34067  The \SpecialChar LyX
34068  example file 
34069 \emph on
34070 varwidth-floats-side-by-side
34071 \emph default
34072  gives examples of variable-width minipages used for placing two floats
34073  side-by-side.
34074 \end_layout
34075
34076 \begin_layout Section
34077 Parboxes
34078 \begin_inset CommandInset label
34079 LatexCommand label
34080 name "sec:Parboxes"
34081
34082 \end_inset
34083
34084
34085 \begin_inset Index idx
34086 status collapsed
34087
34088 \begin_layout Plain Layout
34089 Boxes ! Parboxes
34090 \end_layout
34091
34092 \end_inset
34093
34094
34095 \end_layout
34096
34097 \begin_layout Standard
34098 Parboxes are very similar to minipages with the difference that they cannot
34099  have footnotes.
34100 \end_layout
34101
34102 \begin_layout Standard
34103 \align center
34104 \begin_inset Box Frameless
34105 position "t"
34106 hor_pos "c"
34107 has_inner_box 1
34108 inner_pos "t"
34109 use_parbox 1
34110 use_makebox 0
34111 width "33col%"
34112 special "none"
34113 height "1in"
34114 height_special "totalheight"
34115 thickness "0.4pt"
34116 separation "3pt"
34117 shadowsize "4pt"
34118 framecolor "black"
34119 backgroundcolor "none"
34120 status open
34121
34122 \begin_layout Plain Layout
34123 This a text within a parbox.
34124  This a text within a parbox.
34125 \end_layout
34126
34127 \begin_layout Plain Layout
34128 This footnote won't appear:
34129 \begin_inset Foot
34130 status collapsed
34131
34132 \begin_layout Plain Layout
34133 This footnote is inside a parbox and will therefore not appear.
34134 \end_layout
34135
34136 \end_inset
34137
34138
34139 \end_layout
34140
34141 \end_inset
34142
34143
34144 \end_layout
34145
34146 \begin_layout Section
34147 Boxes for Words and Characters
34148 \begin_inset Index idx
34149 status collapsed
34150
34151 \begin_layout Plain Layout
34152 Boxes ! for Characters
34153 \end_layout
34154
34155 \end_inset
34156
34157
34158 \end_layout
34159
34160 \begin_layout Subsection
34161 Prevent Hyphenation
34162 \begin_inset CommandInset label
34163 LatexCommand label
34164 name "sec:Prevent-Hyphenation"
34165
34166 \end_inset
34167
34168
34169 \begin_inset Index idx
34170 status collapsed
34171
34172 \begin_layout Plain Layout
34173 Boxes ! to Prevent Hyphenation
34174 \end_layout
34175
34176 \end_inset
34177
34178
34179 \end_layout
34180
34181 \begin_layout Standard
34182 You can use the box type 
34183 \family sans
34184 Makebox
34185 \family default
34186  to prevent words or text from being hyphenated.
34187 \begin_inset Newline newline
34188 \end_inset
34189
34190 Here is an example text:
34191 \end_layout
34192
34193 \begin_layout Standard
34194 This line is an example to show how you can prevent the hyphenation of 
34195 \begin_inset Quotes eld
34196 \end_inset
34197
34198 veryverylongword
34199 \begin_inset Quotes erd
34200 \end_inset
34201
34202 .
34203 \end_layout
34204
34205 \begin_layout Standard
34206 To prevent the hyphenation of the word 
34207 \begin_inset Quotes eld
34208 \end_inset
34209
34210 veryverylongword
34211 \begin_inset Quotes erd
34212 \end_inset
34213
34214 , put the word into a box, set the 
34215 \family sans
34216 Inner
34217 \begin_inset space ~
34218 \end_inset
34219
34220 box
34221 \family default
34222  to 
34223 \family sans
34224 Makebox
34225 \family default
34226  and use no explicit width.
34227 \end_layout
34228
34229 \begin_layout Standard
34230 This is the result:
34231 \end_layout
34232
34233 \begin_layout Standard
34234 This line is an example to show how you can prevent the hyphenation of 
34235 \begin_inset Box Frameless
34236 position "t"
34237 hor_pos "c"
34238 has_inner_box 1
34239 inner_pos "t"
34240 use_parbox 0
34241 use_makebox 1
34242 width ""
34243 special "none"
34244 height "1in"
34245 height_special "totalheight"
34246 thickness "0.4pt"
34247 separation "3pt"
34248 shadowsize "4pt"
34249 framecolor "black"
34250 backgroundcolor "none"
34251 status open
34252
34253 \begin_layout Plain Layout
34254 \begin_inset Quotes eld
34255 \end_inset
34256
34257 veryverylongword
34258 \begin_inset Quotes erd
34259 \end_inset
34260
34261
34262 \end_layout
34263
34264 \end_inset
34265
34266 .
34267 \end_layout
34268
34269 \begin_layout Standard
34270 You can alternatively set the command 
34271 \begin_inset Quotes eld
34272 \end_inset
34273
34274
34275 \series bold
34276
34277 \backslash
34278 -
34279 \series default
34280
34281 \begin_inset Quotes grd
34282 \end_inset
34283
34284  as \SpecialChar TeX
34285  Code directly before the word:
34286 \end_layout
34287
34288 \begin_layout Standard
34289 This line is an example to show how you can prevent the hyphenation of 
34290 \begin_inset Quotes eld
34291 \end_inset
34292
34293
34294 \begin_inset ERT
34295 status collapsed
34296
34297 \begin_layout Plain Layout
34298
34299
34300 \backslash
34301 -
34302 \end_layout
34303
34304 \end_inset
34305
34306 veryverylongword
34307 \begin_inset Quotes erd
34308 \end_inset
34309
34310 .
34311 \end_layout
34312
34313 \begin_layout Standard
34314 Of course the word now protrudes over the side margin.
34315  To avoid this, add via the menu 
34316 \family sans
34317 Insert\SpecialChar menuseparator
34318 Formatting\SpecialChar menuseparator
34319 Ragged
34320 \begin_inset space ~
34321 \end_inset
34322
34323 Line
34324 \begin_inset space ~
34325 \end_inset
34326
34327 Break
34328 \family default
34329  (shortcut 
34330 \begin_inset Info
34331 type  "shortcut"
34332 arg   "newline-insert newline"
34333 \end_inset
34334
34335 ) a line break before the word:
34336 \end_layout
34337
34338 \begin_layout Standard
34339 This line is an example to show how you can prevent the hyphenation of 
34340 \begin_inset Newline newline
34341 \end_inset
34342
34343
34344 \begin_inset Box Frameless
34345 position "t"
34346 hor_pos "c"
34347 has_inner_box 1
34348 inner_pos "t"
34349 use_parbox 0
34350 use_makebox 1
34351 width ""
34352 special "none"
34353 height "1in"
34354 height_special "totalheight"
34355 thickness "0.4pt"
34356 separation "3pt"
34357 shadowsize "4pt"
34358 framecolor "black"
34359 backgroundcolor "none"
34360 status open
34361
34362 \begin_layout Plain Layout
34363 \begin_inset Quotes eld
34364 \end_inset
34365
34366 veryverylongword
34367 \begin_inset Quotes erd
34368 \end_inset
34369
34370
34371 \end_layout
34372
34373 \end_inset
34374
34375 .
34376 \end_layout
34377
34378 \begin_layout Subsection
34379 Vertical Alignment
34380 \begin_inset CommandInset label
34381 LatexCommand label
34382 name "subsec:Vertical-Alignment"
34383
34384 \end_inset
34385
34386
34387 \begin_inset Index idx
34388 status collapsed
34389
34390 \begin_layout Plain Layout
34391 Boxes ! for Vertical Alignment
34392 \end_layout
34393
34394 \end_inset
34395
34396
34397 \begin_inset Index idx
34398 status collapsed
34399
34400 \begin_layout Plain Layout
34401 Boxes ! Raiseboxes
34402 \end_layout
34403
34404 \end_inset
34405
34406
34407 \end_layout
34408
34409 \begin_layout Standard
34410 With the help of the command 
34411 \series bold
34412
34413 \backslash
34414 raisebox
34415 \series default
34416  you can align words, characters or other boxes vertically relative to the
34417  surrounding text.
34418  
34419 \series bold
34420
34421 \backslash
34422 raisebox
34423 \series default
34424  is used with the following scheme:
34425 \end_layout
34426
34427 \begin_layout Standard
34428
34429 \series bold
34430
34431 \backslash
34432 raisebox{lift}[height][depth]{box content}
34433 \end_layout
34434
34435 \begin_layout Standard
34436 The lift can be a positive value to raise the box or a negative value to
34437  lower the box.
34438 \end_layout
34439
34440 \begin_layout Standard
34441 To align for example the word 
34442 \begin_inset Quotes eld
34443 \end_inset
34444
34445 preventing
34446 \begin_inset Quotes erd
34447 \end_inset
34448
34449  so that the bottom of the 
34450 \begin_inset Quotes eld
34451 \end_inset
34452
34453 deepest
34454 \begin_inset Quotes erd
34455 \end_inset
34456
34457  character 
34458 \begin_inset Quotes eld
34459 \end_inset
34460
34461 p
34462 \begin_inset Quotes erd
34463 \end_inset
34464
34465  is at the baseline, insert the command
34466 \end_layout
34467
34468 \begin_layout Standard
34469
34470 \series bold
34471
34472 \backslash
34473 raisebox{
34474 \backslash
34475 depth}{
34476 \end_layout
34477
34478 \begin_layout Standard
34479 in \SpecialChar TeX
34480  Code before the word.
34481  After the word insert a closing brace 
34482 \begin_inset Quotes eld
34483 \end_inset
34484
34485
34486 \series bold
34487 }
34488 \series default
34489
34490 \begin_inset Quotes erd
34491 \end_inset
34492
34493  in \SpecialChar TeX
34494  Code.
34495 \begin_inset Newline newline
34496 \end_inset
34497
34498 This is the result:
34499 \end_layout
34500
34501 \begin_layout Standard
34502 This is a text line with the word 
34503 \begin_inset ERT
34504 status collapsed
34505
34506 \begin_layout Plain Layout
34507
34508
34509 \backslash
34510 raisebox{
34511 \backslash
34512 depth}{
34513 \end_layout
34514
34515 \end_inset
34516
34517
34518 \begin_inset Quotes eld
34519 \end_inset
34520
34521 preventing
34522 \begin_inset Quotes erd
34523 \end_inset
34524
34525
34526 \begin_inset ERT
34527 status collapsed
34528
34529 \begin_layout Plain Layout
34530
34531 }
34532 \end_layout
34533
34534 \end_inset
34535
34536  as a raised word.
34537 \end_layout
34538
34539 \begin_layout Standard
34540 \begin_inset VSpace bigskip
34541 \end_inset
34542
34543 When you raise or lower characters in a line, the line distance will be
34544  spread:
34545 \end_layout
34546
34547 \begin_layout Standard
34548 This is a text line with the word 
34549 \begin_inset ERT
34550 status collapsed
34551
34552 \begin_layout Plain Layout
34553
34554
34555 \backslash
34556 raisebox{-
34557 \backslash
34558 depth}{
34559 \end_layout
34560
34561 \end_inset
34562
34563
34564 \begin_inset Quotes eld
34565 \end_inset
34566
34567 preventing
34568 \begin_inset Quotes erd
34569 \end_inset
34570
34571
34572 \begin_inset ERT
34573 status collapsed
34574
34575 \begin_layout Plain Layout
34576
34577 }
34578 \end_layout
34579
34580 \end_inset
34581
34582  as a lowered word.
34583 \begin_inset Newline newline
34584 \end_inset
34585
34586 This is a text line with the word 
34587 \begin_inset ERT
34588 status collapsed
34589
34590 \begin_layout Plain Layout
34591
34592
34593 \backslash
34594 raisebox{0.5cm}{
34595 \end_layout
34596
34597 \end_inset
34598
34599
34600 \begin_inset Quotes eld
34601 \end_inset
34602
34603 testing
34604 \begin_inset Quotes erd
34605 \end_inset
34606
34607
34608 \begin_inset ERT
34609 status collapsed
34610
34611 \begin_layout Plain Layout
34612
34613 }
34614 \end_layout
34615
34616 \end_inset
34617
34618  as a raised word.
34619 \end_layout
34620
34621 \begin_layout Standard
34622 If you want to prevent this for a certain reason, set the box height to
34623  a zero value.
34624  For example use
34625 \end_layout
34626
34627 \begin_layout Standard
34628
34629 \series bold
34630
34631 \backslash
34632 raisebox{-
34633 \backslash
34634 depth}[0pt]{
34635 \end_layout
34636
34637 \begin_layout Standard
34638 This is a text line with the word 
34639 \begin_inset ERT
34640 status collapsed
34641
34642 \begin_layout Plain Layout
34643
34644
34645 \backslash
34646 raisebox{-
34647 \backslash
34648 depth}[0pt]{
34649 \end_layout
34650
34651 \end_inset
34652
34653
34654 \begin_inset Quotes eld
34655 \end_inset
34656
34657 preventing
34658 \begin_inset Quotes erd
34659 \end_inset
34660
34661
34662 \begin_inset ERT
34663 status collapsed
34664
34665 \begin_layout Plain Layout
34666
34667 }
34668 \end_layout
34669
34670 \end_inset
34671
34672  as a lowered word.
34673 \begin_inset Newline newline
34674 \end_inset
34675
34676
34677 \begin_inset Newline newline
34678 \end_inset
34679
34680 This is a text line with the word 
34681 \begin_inset ERT
34682 status collapsed
34683
34684 \begin_layout Plain Layout
34685
34686
34687 \backslash
34688 raisebox{0.5cm}[0pt]{
34689 \end_layout
34690
34691 \end_inset
34692
34693
34694 \begin_inset Quotes eld
34695 \end_inset
34696
34697 testing
34698 \begin_inset Quotes erd
34699 \end_inset
34700
34701
34702 \begin_inset ERT
34703 status collapsed
34704
34705 \begin_layout Plain Layout
34706
34707 }
34708 \end_layout
34709
34710 \end_inset
34711
34712  as a raised word.
34713 \end_layout
34714
34715 \begin_layout Section
34716 Colored Boxes
34717 \begin_inset CommandInset label
34718 LatexCommand label
34719 name "sec:Colored-Boxes"
34720
34721 \end_inset
34722
34723
34724 \begin_inset Index idx
34725 status collapsed
34726
34727 \begin_layout Plain Layout
34728 Boxes ! Color
34729 \end_layout
34730
34731 \end_inset
34732
34733
34734 \end_layout
34735
34736 \begin_layout Standard
34737 To color the background of a box just select the color you like in the box
34738  dialog.
34739  This is for example a box with orange background: 
34740 \begin_inset Box Frameless
34741 position "t"
34742 hor_pos "c"
34743 has_inner_box 1
34744 inner_pos "t"
34745 use_parbox 0
34746 use_makebox 1
34747 width ""
34748 special "none"
34749 height "1in"
34750 height_special "totalheight"
34751 thickness "0.4pt"
34752 separation "3pt"
34753 shadowsize "4pt"
34754 framecolor "black"
34755 backgroundcolor "orange"
34756 status open
34757
34758 \begin_layout Plain Layout
34759 Box with orange background
34760 \end_layout
34761
34762 \end_inset
34763
34764
34765 \end_layout
34766
34767 \begin_layout Standard
34768 If you use the decoration 
34769 \family sans
34770 Simple
34771 \begin_inset space ~
34772 \end_inset
34773
34774 rectangular
34775 \begin_inset space ~
34776 \end_inset
34777
34778 frame
34779 \family default
34780  you can set a frame color.
34781  In this case you must also specify a background color (LyX sets white as
34782  default).
34783  Here is an example: 
34784 \begin_inset Box Boxed
34785 position "t"
34786 hor_pos "c"
34787 has_inner_box 0
34788 inner_pos "t"
34789 use_parbox 0
34790 use_makebox 0
34791 width ""
34792 special "none"
34793 height "1in"
34794 height_special "totalheight"
34795 thickness "0.4pt"
34796 separation "3pt"
34797 shadowsize "4pt"
34798 framecolor "teal"
34799 backgroundcolor "yellow"
34800 status open
34801
34802 \begin_layout Plain Layout
34803 Box with teal frame color and yellow background color
34804 \end_layout
34805
34806 \end_inset
34807
34808
34809 \end_layout
34810
34811 \begin_layout Standard
34812 \begin_inset VSpace bigskip
34813 \end_inset
34814
34815 Of course you can also have colored text inside a colored box:
34816 \begin_inset Newline newline
34817 \end_inset
34818
34819
34820 \begin_inset Box Boxed
34821 position "t"
34822 hor_pos "c"
34823 has_inner_box 0
34824 inner_pos "t"
34825 use_parbox 0
34826 use_makebox 0
34827 width ""
34828 special "none"
34829 height "1in"
34830 height_special "totalheight"
34831 thickness "0.4pt"
34832 separation "3pt"
34833 shadowsize "4pt"
34834 framecolor "cyan"
34835 backgroundcolor "magenta"
34836 status open
34837
34838 \begin_layout Plain Layout
34839
34840 \color yellow
34841 This is colored text within a colored, framed box
34842 \end_layout
34843
34844 \end_inset
34845
34846
34847 \end_layout
34848
34849 \begin_layout Standard
34850 \begin_inset VSpace bigskip
34851 \end_inset
34852
34853
34854 \end_layout
34855
34856 \begin_layout Standard
34857 If you need another color than the predefined ones, you can define your
34858  own color as described in section
34859 \begin_inset space ~
34860 \end_inset
34861
34862
34863 \begin_inset CommandInset ref
34864 LatexCommand ref
34865 reference "sec:Colored-Tables"
34866
34867 \end_inset
34868
34869 .
34870  To use your own color you must typeset the box by using TeX code:
34871 \end_layout
34872
34873 \begin_layout Standard
34874 Colored boxes without frame are created with the command 
34875 \series bold
34876
34877 \backslash
34878 colorbox
34879 \series default
34880 .
34881  It has the following scheme:
34882 \end_layout
34883
34884 \begin_layout Standard
34885
34886 \series bold
34887
34888 \backslash
34889 colorbox{color}{box content}
34890 \end_layout
34891
34892 \begin_layout Standard
34893 The box content can also be a box and colored boxes can also be within other
34894  boxes.
34895  To have e.
34896 \begin_inset space \thinspace{}
34897 \end_inset
34898
34899 g.
34900 \begin_inset space \space{}
34901 \end_inset
34902
34903 a darkgreen background for a word, insert the command
34904 \end_layout
34905
34906 \begin_layout Standard
34907
34908 \series bold
34909
34910 \backslash
34911 colorbox{darkgreen}{
34912 \end_layout
34913
34914 \begin_layout Standard
34915 before the word in \SpecialChar TeX
34916  Code.
34917  After the word insert a closing brace 
34918 \begin_inset Quotes eld
34919 \end_inset
34920
34921
34922 \series bold
34923 }
34924 \series default
34925
34926 \begin_inset Quotes erd
34927 \end_inset
34928
34929  in \SpecialChar TeX
34930  Code.
34931 \begin_inset Newline newline
34932 \end_inset
34933
34934 This is the result:
34935 \end_layout
34936
34937 \begin_layout Standard
34938 This is a line where the word 
34939 \begin_inset ERT
34940 status collapsed
34941
34942 \begin_layout Plain Layout
34943
34944
34945 \backslash
34946 colorbox{darkgreen}{
34947 \end_layout
34948
34949 \end_inset
34950
34951
34952 \begin_inset Quotes eld
34953 \end_inset
34954
34955 Attention!
34956 \begin_inset Quotes erd
34957 \end_inset
34958
34959
34960 \begin_inset ERT
34961 status collapsed
34962
34963 \begin_layout Plain Layout
34964
34965 }
34966 \end_layout
34967
34968 \end_inset
34969
34970  has a darkgreen background.
34971 \end_layout
34972
34973 \begin_layout Standard
34974 Framed, colored boxes are created with the command 
34975 \series bold
34976
34977 \backslash
34978 fcolorbox
34979 \series default
34980 .
34981  It has the following scheme:
34982 \end_layout
34983
34984 \begin_layout Standard
34985
34986 \series bold
34987
34988 \backslash
34989 fcolorbox{frame color}{box color}{box content}
34990 \end_layout
34991
34992 \begin_layout Section
34993 Rotated and Scaled Boxes
34994 \end_layout
34995
34996 \begin_layout Standard
34997 To use the boxes described in this section, the module 
34998 \family sans
34999 GraphicBoxes
35000 \family default
35001  must be loaded in the document settings.
35002 \end_layout
35003
35004 \begin_layout Standard
35005 \begin_inset Note Greyedout
35006 status open
35007
35008 \begin_layout Plain Layout
35009
35010 \series bold
35011 Note:
35012 \series default
35013  Not all DVI viewers are able to display rotated or scaled material.
35014 \end_layout
35015
35016 \end_inset
35017
35018
35019 \end_layout
35020
35021 \begin_layout Standard
35022 \begin_inset Note Greyedout
35023 status open
35024
35025 \begin_layout Plain Layout
35026
35027 \series bold
35028 Note:
35029 \series default
35030  Floats are not allowed inside a rotated or scaled box.
35031 \end_layout
35032
35033 \end_inset
35034
35035
35036 \end_layout
35037
35038 \begin_layout Subsection
35039 Rotated Boxes
35040 \begin_inset Index idx
35041 status collapsed
35042
35043 \begin_layout Plain Layout
35044 Boxes ! rotated
35045 \end_layout
35046
35047 \end_inset
35048
35049
35050 \begin_inset Index idx
35051 status collapsed
35052
35053 \begin_layout Plain Layout
35054 Rotated Material
35055 \end_layout
35056
35057 \end_inset
35058
35059
35060 \end_layout
35061
35062 \begin_layout Standard
35063 To rotate material, you can put it into a 
35064 \family sans
35065 Rotatebox
35066 \family default
35067 .
35068  Such a box is inserted via the menu 
35069 \family sans
35070 Insert\SpecialChar menuseparator
35071 Custom Insets\SpecialChar menuseparator
35072 Rotatebox
35073 \family default
35074 .
35075 \end_layout
35076
35077 \begin_layout Standard
35078 The rotation origin can be specified via the inset 
35079 \family sans
35080 Origin
35081 \family default
35082  (menu 
35083 \family sans
35084 Insert\SpecialChar menuseparator
35085 Origin
35086 \family default
35087 ) in the form 
35088 \series bold
35089 origin=position
35090 \series default
35091 .
35092  The following positions are possible: 
35093 \emph on
35094 c
35095 \emph default
35096  (center), 
35097 \emph on
35098 l
35099 \emph default
35100  (left), 
35101 \emph on
35102 r
35103 \emph default
35104  (right), 
35105 \emph on
35106 b
35107 \emph default
35108  (bottom), 
35109 \emph on
35110 t
35111 \emph default
35112  (top), along with meaningful combinations of the four base positions.
35113  For example 
35114 \emph on
35115 lt
35116 \emph default
35117  means that the rotation origin is at the top left corner of the box.
35118  When no rotation origin is specified, the position 
35119 \emph on
35120 l
35121 \emph default
35122  will be used.
35123  The rotation angle is a number that can be negative that specifies the
35124  angle in degrees.
35125  The rotation direction is counterclockwise.
35126 \end_layout
35127
35128 \begin_layout Standard
35129 In the following example 
35130 \series bold
35131 origin=c
35132 \series default
35133  was inserted to the 
35134 \family sans
35135 Origin
35136 \family default
35137  inset and 
35138 \series bold
35139 60
35140 \series default
35141  was inserted to the 
35142 \family sans
35143 Angle
35144 \family default
35145  inset.
35146 \end_layout
35147
35148 \begin_layout Standard
35149 This is a line 
35150 \begin_inset Flex Rotatebox
35151 status open
35152
35153 \begin_layout Plain Layout
35154 \begin_inset Argument 1
35155 status open
35156
35157 \begin_layout Plain Layout
35158 origin=c
35159 \end_layout
35160
35161 \end_inset
35162
35163
35164 \begin_inset Argument 2
35165 status open
35166
35167 \begin_layout Plain Layout
35168 60
35169 \end_layout
35170
35171 \end_inset
35172
35173 with rotated
35174 \end_layout
35175
35176 \end_inset
35177
35178  text.
35179 \end_layout
35180
35181 \begin_layout Standard
35182 The box content can also be another box or an inline formula:
35183 \end_layout
35184
35185 \begin_layout Standard
35186 This is a line 
35187 \begin_inset Flex Rotatebox
35188 status open
35189
35190 \begin_layout Plain Layout
35191 \begin_inset Argument 1
35192 status open
35193
35194 \begin_layout Plain Layout
35195 origin=r
35196 \end_layout
35197
35198 \end_inset
35199
35200
35201 \begin_inset Argument 2
35202 status open
35203
35204 \begin_layout Plain Layout
35205 -60
35206 \end_layout
35207
35208 \end_inset
35209
35210
35211 \begin_inset Box Doublebox
35212 position "c"
35213 hor_pos "c"
35214 has_inner_box 0
35215 inner_pos "c"
35216 use_parbox 0
35217 use_makebox 0
35218 width "1in"
35219 special "width"
35220 height "1in"
35221 height_special "totalheight"
35222 thickness "0.4pt"
35223 separation "3pt"
35224 shadowsize "4pt"
35225 framecolor "black"
35226 backgroundcolor "none"
35227 status collapsed
35228
35229 \begin_layout Plain Layout
35230 with rotated
35231 \end_layout
35232
35233 \end_inset
35234
35235
35236 \end_layout
35237
35238 \end_inset
35239
35240  framed text 
35241 \begin_inset Flex Rotatebox
35242 status open
35243
35244 \begin_layout Plain Layout
35245 \begin_inset Argument 1
35246 status open
35247
35248 \begin_layout Plain Layout
35249 origin=lb
35250 \end_layout
35251
35252 \end_inset
35253
35254
35255 \begin_inset Argument 2
35256 status open
35257
35258 \begin_layout Plain Layout
35259 60
35260 \end_layout
35261
35262 \end_inset
35263
35264
35265 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35266 \end_inset
35267
35268
35269 \end_layout
35270
35271 \end_inset
35272
35273  and a formula.
35274 \end_layout
35275
35276 \begin_layout Standard
35277 or an image or table:
35278 \end_layout
35279
35280 \begin_layout Standard
35281 This is a line 
35282 \begin_inset Flex Rotatebox
35283 status open
35284
35285 \begin_layout Plain Layout
35286 \begin_inset Argument 1
35287 status open
35288
35289 \begin_layout Plain Layout
35290 origin=lb
35291 \end_layout
35292
35293 \end_inset
35294
35295
35296 \begin_inset Argument 2
35297 status open
35298
35299 \begin_layout Plain Layout
35300 90
35301 \end_layout
35302
35303 \end_inset
35304
35305
35306 \begin_inset Graphics
35307         filename clipart/platypus.eps
35308         lyxscale 50
35309         width 25col%
35310
35311 \end_inset
35312
35313
35314 \end_layout
35315
35316 \end_inset
35317
35318  with a rotated image 
35319 \begin_inset Flex Rotatebox
35320 status open
35321
35322 \begin_layout Plain Layout
35323 \begin_inset Argument 2
35324 status open
35325
35326 \begin_layout Plain Layout
35327 -90
35328 \end_layout
35329
35330 \end_inset
35331
35332
35333 \begin_inset Tabular
35334 <lyxtabular version="3" rows="2" columns="2">
35335 <features tabularvalignment="middle">
35336 <column alignment="center" valignment="top">
35337 <column alignment="center" valignment="top">
35338 <row>
35339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35340 \begin_inset Text
35341
35342 \begin_layout Plain Layout
35343 q
35344 \end_layout
35345
35346 \end_inset
35347 </cell>
35348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35349 \begin_inset Text
35350
35351 \begin_layout Plain Layout
35352 w
35353 \end_layout
35354
35355 \end_inset
35356 </cell>
35357 </row>
35358 <row>
35359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35360 \begin_inset Text
35361
35362 \begin_layout Plain Layout
35363 e
35364 \end_layout
35365
35366 \end_inset
35367 </cell>
35368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35369 \begin_inset Text
35370
35371 \begin_layout Plain Layout
35372 r
35373 \end_layout
35374
35375 \end_inset
35376 </cell>
35377 </row>
35378 </lyxtabular>
35379
35380 \end_inset
35381
35382
35383 \end_layout
35384
35385 \end_inset
35386
35387  and table.
35388 \begin_inset Index idx
35389 status collapsed
35390
35391 \begin_layout Plain Layout
35392 Figures ! rotated
35393 \end_layout
35394
35395 \end_inset
35396
35397
35398 \begin_inset Index idx
35399 status collapsed
35400
35401 \begin_layout Plain Layout
35402 Table Customization ! Rotating
35403 \end_layout
35404
35405 \end_inset
35406
35407
35408 \end_layout
35409
35410 \begin_layout Standard
35411 \begin_inset Note Greyedout
35412 status open
35413
35414 \begin_layout Plain Layout
35415
35416 \series bold
35417 Note:
35418 \series default
35419  If the 
35420 \family sans
35421 Angle
35422 \family default
35423  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
35424
35425  errors when viewing/exporting the document.
35426 \end_layout
35427
35428 \end_inset
35429
35430
35431 \end_layout
35432
35433 \begin_layout Subsection
35434 Scaled Boxes
35435 \begin_inset Index idx
35436 status collapsed
35437
35438 \begin_layout Plain Layout
35439 Boxes ! scaled
35440 \end_layout
35441
35442 \end_inset
35443
35444
35445 \begin_inset Index idx
35446 status collapsed
35447
35448 \begin_layout Plain Layout
35449 Scaled Material
35450 \end_layout
35451
35452 \end_inset
35453
35454
35455 \end_layout
35456
35457 \begin_layout Standard
35458 To scale material put it into a 
35459 \family sans
35460 Scalebox
35461 \family default
35462 .
35463  Such a box is inserted via the menu 
35464 \family sans
35465 Insert\SpecialChar menuseparator
35466 Custom Insets\SpecialChar menuseparator
35467 Scalebox
35468 \family default
35469 .
35470 \end_layout
35471
35472 \begin_layout Standard
35473 The 
35474 \family sans
35475 Scalebox
35476 \family default
35477  inset has the mandatory inset 
35478 \family sans
35479 H-Factor
35480 \family default
35481  and the optional inset 
35482 \family sans
35483 V-Factor
35484 \family default
35485  (inserted via the menu 
35486 \family sans
35487 Insert\SpecialChar menuseparator
35488 V-Factor)
35489 \family default
35490 .
35491  Input there the horizontal and vertical scale factor, respectively.
35492  If no 
35493 \family sans
35494 V-Factor
35495 \family default
35496  inset is used, the horizontal factor will also be used as the vertical
35497  one.
35498 \end_layout
35499
35500 \begin_layout Standard
35501 To get for example the double text size, compared to the document text size,
35502  insert 
35503 \series bold
35504 2
35505 \series default
35506  into the 
35507 \family sans
35508 H-Factor
35509 \family default
35510  inset.
35511  An example: 
35512 \begin_inset Flex Scalebox
35513 status open
35514
35515 \begin_layout Plain Layout
35516 \begin_inset Argument 1
35517 status open
35518
35519 \begin_layout Plain Layout
35520 2
35521 \end_layout
35522
35523 \end_inset
35524
35525 Hello
35526 \end_layout
35527
35528 \end_inset
35529
35530
35531 \end_layout
35532
35533 \begin_layout Standard
35534
35535 \series bold
35536 2
35537 \series default
35538  as 
35539 \family sans
35540 H-Factor
35541 \family default
35542  and 
35543 \series bold
35544 1
35545 \series default
35546  as 
35547 \family sans
35548 V-Factor
35549 \family default
35550  distorts the 
35551 \begin_inset Flex Scalebox
35552 status open
35553
35554 \begin_layout Plain Layout
35555 \begin_inset Argument 1
35556 status open
35557
35558 \begin_layout Plain Layout
35559 2
35560 \end_layout
35561
35562 \end_inset
35563
35564
35565 \begin_inset Argument 2
35566 status open
35567
35568 \begin_layout Plain Layout
35569 1
35570 \end_layout
35571
35572 \end_inset
35573
35574 Hello
35575 \end_layout
35576
35577 \end_inset
35578
35579 .
35580 \end_layout
35581
35582 \begin_layout Standard
35583 If the scaling factor is negative, the box content will be mirrored.
35584  Therefore 
35585 \series bold
35586 -1
35587 \series default
35588  as 
35589 \family sans
35590 H-Factor
35591 \family default
35592  and 
35593 \series bold
35594 1
35595 \series default
35596  as 
35597 \family sans
35598 V-Factor
35599 \family default
35600  can be used to create mirror writing: 
35601 \begin_inset Flex Scalebox
35602 status open
35603
35604 \begin_layout Plain Layout
35605 \begin_inset Argument 1
35606 status open
35607
35608 \begin_layout Plain Layout
35609 -1
35610 \end_layout
35611
35612 \end_inset
35613
35614
35615 \begin_inset Argument 2
35616 status open
35617
35618 \begin_layout Plain Layout
35619 1
35620 \end_layout
35621
35622 \end_inset
35623
35624 Hello
35625 \end_layout
35626
35627 \end_inset
35628
35629
35630 \end_layout
35631
35632 \begin_layout Standard
35633
35634 \series bold
35635 1
35636 \series default
35637  as 
35638 \family sans
35639 H-Factor
35640 \family default
35641  and 
35642 \series bold
35643 -1
35644 \series default
35645  as 
35646 \family sans
35647 V-Factor
35648 \family default
35649  reflects the 
35650 \begin_inset Flex Scalebox
35651 status open
35652
35653 \begin_layout Plain Layout
35654 \begin_inset Argument 1
35655 status open
35656
35657 \begin_layout Plain Layout
35658 1
35659 \end_layout
35660
35661 \end_inset
35662
35663
35664 \begin_inset Argument 2
35665 status open
35666
35667 \begin_layout Plain Layout
35668 -1
35669 \end_layout
35670
35671 \end_inset
35672
35673 Hello
35674 \end_layout
35675
35676 \end_inset
35677
35678  at the base line.
35679 \end_layout
35680
35681 \begin_layout Standard
35682 The 
35683 \family sans
35684 Reflectbox
35685 \family default
35686  (menu 
35687 \family sans
35688 Insert\SpecialChar menuseparator
35689 Custom Insets\SpecialChar menuseparator
35690 Reflectbox
35691 \family default
35692 ) is equivalent to 
35693 \series bold
35694 -1
35695 \series default
35696  as 
35697 \family sans
35698 H-Factor
35699 \family default
35700  and 
35701 \series bold
35702 1
35703 \series default
35704  as 
35705 \family sans
35706 V-Factor 
35707 \family default
35708 for a 
35709 \family sans
35710 Scalebox
35711 \family default
35712 .
35713 \end_layout
35714
35715 \begin_layout Standard
35716 \begin_inset Note Greyedout
35717 status open
35718
35719 \begin_layout Plain Layout
35720
35721 \series bold
35722 Note:
35723 \series default
35724  If the 
35725 \family sans
35726 H-Factor
35727 \family default
35728  inset is empty or contains other characters than numbers you will get LaTeX
35729  errors when viewing/exporting the document.
35730 \end_layout
35731
35732 \end_inset
35733
35734
35735 \end_layout
35736
35737 \begin_layout Standard
35738 \begin_inset VSpace bigskip
35739 \end_inset
35740
35741 The 
35742 \family sans
35743 Resizebox
35744 \family default
35745  (menu 
35746 \family sans
35747 Insert\SpecialChar menuseparator
35748 Custom Insets\SpecialChar menuseparator
35749 Resizebox
35750 \family default
35751 ) is used to scale the content to a defined width and height.
35752  The 
35753 \family sans
35754 Resizebox
35755 \family default
35756  inset has the mandatory inset 
35757 \family sans
35758 Width
35759 \family default
35760  and the optional inset 
35761 \family sans
35762 Height
35763 \family default
35764  (inserted via the menu 
35765 \family sans
35766 Insert\SpecialChar menuseparator
35767 Height)
35768 \family default
35769 .
35770  Input there the width and height, respectively, as value with a unit.
35771  
35772 \begin_inset CommandInset ref
35773 LatexCommand ref
35774 reference "tab:Units"
35775
35776 \end_inset
35777
35778  lists the possible units.
35779  If there is an exclamation mark 
35780 \series bold
35781 !
35782 \series default
35783  in of of the two insets, the size is set so that the aspect ratio of the
35784  box content is kept.
35785  If no 
35786 \family sans
35787 Height
35788 \family default
35789  inset is used an exclamation mark will internally be used for the height.
35790 \end_layout
35791
35792 \begin_layout Standard
35793
35794 \series bold
35795 2cm
35796 \series default
35797  as 
35798 \family sans
35799 Width
35800 \family default
35801  and 
35802 \series bold
35803 1cm
35804 \series default
35805  as 
35806 \family sans
35807 Height
35808 \family default
35809  produces: 
35810 \begin_inset Flex Resizebox
35811 status open
35812
35813 \begin_layout Plain Layout
35814 \begin_inset Argument 1
35815 status open
35816
35817 \begin_layout Plain Layout
35818 2cm
35819 \end_layout
35820
35821 \end_inset
35822
35823
35824 \begin_inset Argument 2
35825 status open
35826
35827 \begin_layout Plain Layout
35828 1cm
35829 \end_layout
35830
35831 \end_inset
35832
35833 Hello
35834 \end_layout
35835
35836 \end_inset
35837
35838
35839 \begin_inset Newline newline
35840 \end_inset
35841
35842
35843 \series bold
35844 2cm
35845 \series default
35846  as 
35847 \family sans
35848 Width
35849 \family default
35850  and 
35851 \series bold
35852 !
35853 \series default
35854  as 
35855 \family sans
35856 Height
35857 \family default
35858  (or no 
35859 \family sans
35860 Height
35861 \family default
35862 ) produces: 
35863 \begin_inset Flex Resizebox
35864 status open
35865
35866 \begin_layout Plain Layout
35867 \begin_inset Argument 1
35868 status open
35869
35870 \begin_layout Plain Layout
35871 2cm
35872 \end_layout
35873
35874 \end_inset
35875
35876
35877 \begin_inset Argument 2
35878 status open
35879
35880 \begin_layout Plain Layout
35881 !
35882 \end_layout
35883
35884 \end_inset
35885
35886 Hello
35887 \end_layout
35888
35889 \end_inset
35890
35891
35892 \end_layout
35893
35894 \begin_layout Standard
35895 \begin_inset Note Greyedout
35896 status open
35897
35898 \begin_layout Plain Layout
35899
35900 \series bold
35901 Note:
35902 \series default
35903  If the 
35904 \family sans
35905 Width
35906 \family default
35907  inset is empty or contains an invalid unit you will get LaTeX errors when
35908  viewing/exporting the document.
35909 \end_layout
35910
35911 \end_inset
35912
35913
35914 \end_layout
35915
35916 \begin_layout Standard
35917 \begin_inset VSpace bigskip
35918 \end_inset
35919
35920
35921 \end_layout
35922
35923 \begin_layout Standard
35924 The boxes can be combined in any order.
35925  As example a 
35926 \family sans
35927 Reflectbox
35928 \family default
35929  inside a 
35930 \family sans
35931 Resizebox
35932 \family default
35933  which is in turn inside a 
35934 \family sans
35935 Rotatebox
35936 \family default
35937 :
35938 \end_layout
35939
35940 \begin_layout Standard
35941 \noindent
35942 \align center
35943 \begin_inset Flex Rotatebox
35944 status open
35945
35946 \begin_layout Plain Layout
35947 \begin_inset Argument 1
35948 status open
35949
35950 \begin_layout Plain Layout
35951 origin=c
35952 \end_layout
35953
35954 \end_inset
35955
35956
35957 \begin_inset Argument 2
35958 status open
35959
35960 \begin_layout Plain Layout
35961 -45
35962 \end_layout
35963
35964 \end_inset
35965
35966
35967 \begin_inset Flex Resizebox
35968 status open
35969
35970 \begin_layout Plain Layout
35971 \begin_inset Argument 1
35972 status open
35973
35974 \begin_layout Plain Layout
35975 2cm
35976 \end_layout
35977
35978 \end_inset
35979
35980
35981 \begin_inset Flex Reflectbox
35982 status open
35983
35984 \begin_layout Plain Layout
35985 Hello
35986 \end_layout
35987
35988 \end_inset
35989
35990
35991 \end_layout
35992
35993 \end_inset
35994
35995
35996 \end_layout
35997
35998 \end_inset
35999
36000
36001 \end_layout
36002
36003 \begin_layout Standard
36004 \noindent
36005 Images, tables, and inline formulas are allowed as box content:
36006 \end_layout
36007
36008 \begin_layout Standard
36009 \noindent
36010 \align center
36011 \begin_inset Flex Resizebox
36012 status open
36013
36014 \begin_layout Plain Layout
36015 \begin_inset Argument 1
36016 status open
36017
36018 \begin_layout Plain Layout
36019 2cm
36020 \end_layout
36021
36022 \end_inset
36023
36024
36025 \begin_inset Flex Reflectbox
36026 status open
36027
36028 \begin_layout Plain Layout
36029 \begin_inset Graphics
36030         filename clipart/platypus.eps
36031         lyxscale 50
36032         width 25col%
36033
36034 \end_inset
36035
36036
36037 \end_layout
36038
36039 \end_inset
36040
36041
36042 \end_layout
36043
36044 \end_inset
36045
36046  
36047 \begin_inset Flex Resizebox
36048 status open
36049
36050 \begin_layout Plain Layout
36051 \begin_inset Argument 1
36052 status open
36053
36054 \begin_layout Plain Layout
36055 2cm
36056 \end_layout
36057
36058 \end_inset
36059
36060
36061 \begin_inset Flex Reflectbox
36062 status open
36063
36064 \begin_layout Plain Layout
36065 \begin_inset Tabular
36066 <lyxtabular version="3" rows="2" columns="2">
36067 <features tabularvalignment="middle">
36068 <column alignment="center" valignment="top">
36069 <column alignment="center" valignment="top">
36070 <row>
36071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36072 \begin_inset Text
36073
36074 \begin_layout Plain Layout
36075 q
36076 \end_layout
36077
36078 \end_inset
36079 </cell>
36080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36081 \begin_inset Text
36082
36083 \begin_layout Plain Layout
36084 w
36085 \end_layout
36086
36087 \end_inset
36088 </cell>
36089 </row>
36090 <row>
36091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36092 \begin_inset Text
36093
36094 \begin_layout Plain Layout
36095 e
36096 \end_layout
36097
36098 \end_inset
36099 </cell>
36100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36101 \begin_inset Text
36102
36103 \begin_layout Plain Layout
36104 r
36105 \end_layout
36106
36107 \end_inset
36108 </cell>
36109 </row>
36110 </lyxtabular>
36111
36112 \end_inset
36113
36114
36115 \end_layout
36116
36117 \end_inset
36118
36119
36120 \end_layout
36121
36122 \end_inset
36123
36124  
36125 \begin_inset Flex Resizebox
36126 status open
36127
36128 \begin_layout Plain Layout
36129 \begin_inset Argument 1
36130 status open
36131
36132 \begin_layout Plain Layout
36133 3cm
36134 \end_layout
36135
36136 \end_inset
36137
36138
36139 \begin_inset Flex Reflectbox
36140 status open
36141
36142 \begin_layout Plain Layout
36143 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36144 \end_inset
36145
36146
36147 \end_layout
36148
36149 \end_inset
36150
36151
36152 \end_layout
36153
36154 \end_inset
36155
36156
36157 \begin_inset Index idx
36158 status collapsed
36159
36160 \begin_layout Plain Layout
36161 Figures ! scaled
36162 \end_layout
36163
36164 \end_inset
36165
36166
36167 \begin_inset Index idx
36168 status collapsed
36169
36170 \begin_layout Plain Layout
36171 Table Customization ! Scaling
36172 \end_layout
36173
36174 \end_inset
36175
36176
36177 \end_layout
36178
36179 \begin_layout Standard
36180 When the global formula style 
36181 \series bold
36182 fleqn
36183 \series default
36184  is used in the document
36185 \begin_inset Foot
36186 status collapsed
36187
36188 \begin_layout Plain Layout
36189 When 
36190 \begin_inset Quotes eld
36191 \end_inset
36192
36193 fleqn
36194 \begin_inset Quotes erd
36195 \end_inset
36196
36197  is added to the document class options.
36198 \end_layout
36199
36200 \end_inset
36201
36202 , display style formulas can also be scaled.
36203 \end_layout
36204
36205 \begin_layout Chapter
36206 Objects Surrounded by Text
36207 \begin_inset Index idx
36208 status collapsed
36209
36210 \begin_layout Plain Layout
36211 Surrounded by text
36212 \end_layout
36213
36214 \end_inset
36215
36216
36217 \end_layout
36218
36219 \begin_layout Section
36220 Wrap Floats
36221 \begin_inset CommandInset label
36222 LatexCommand label
36223 name "sec:Wrap-Floats"
36224
36225 \end_inset
36226
36227
36228 \begin_inset Index idx
36229 status collapsed
36230
36231 \begin_layout Plain Layout
36232 Floats ! Wrap Floats
36233 \end_layout
36234
36235 \end_inset
36236
36237
36238 \begin_inset Index idx
36239 status collapsed
36240
36241 \begin_layout Plain Layout
36242 Surrounded by text ! Wrap Floats
36243 \end_layout
36244
36245 \end_inset
36246
36247
36248 \end_layout
36249
36250 \begin_layout Standard
36251 \begin_inset Wrap figure
36252 lines 0
36253 placement l
36254 overhang 1cm
36255 width "40col%"
36256 status open
36257
36258 \begin_layout Plain Layout
36259 \begin_inset Graphics
36260         filename clipart/mobius.eps
36261         width 40col%
36262         scaleBeforeRotation
36263         rotateOrigin center
36264
36265 \end_inset
36266
36267
36268 \end_layout
36269
36270 \begin_layout Plain Layout
36271 \begin_inset Caption Standard
36272
36273 \begin_layout Plain Layout
36274 \begin_inset CommandInset label
36275 LatexCommand label
36276 name "fig:This-is-a"
36277
36278 \end_inset
36279
36280 This is a figure wrap float.
36281 \end_layout
36282
36283 \end_inset
36284
36285
36286 \end_layout
36287
36288 \end_inset
36289
36290  This float type is used if you want to wrap text around a figure or table
36291  so that it only occupies some fraction of the column width.
36292  It can be inserted using the menu 
36293 \family sans
36294 Insert\SpecialChar menuseparator
36295 Floats\SpecialChar menuseparator
36296 Figure
36297 \begin_inset space ~
36298 \end_inset
36299
36300 Wrap
36301 \begin_inset space ~
36302 \end_inset
36303
36304 Float
36305 \family default
36306  or 
36307 \family sans
36308 Table
36309 \begin_inset space ~
36310 \end_inset
36311
36312 Wrap
36313 \begin_inset space ~
36314 \end_inset
36315
36316 Float
36317 \family default
36318  if the \SpecialChar LaTeX
36319 -package 
36320 \series bold
36321 wrapfig
36322 \series default
36323
36324 \begin_inset Index idx
36325 status collapsed
36326
36327 \begin_layout Plain Layout
36328 \SpecialChar LaTeX
36329 -packages ! wrapfig
36330 \end_layout
36331
36332 \end_inset
36333
36334  is installed.
36335 \begin_inset Foot
36336 status collapsed
36337
36338 \begin_layout Plain Layout
36339 Installing a \SpecialChar LaTeX
36340 -package is explained it in the 
36341 \emph on
36342 \SpecialChar LaTeX
36343
36344 \begin_inset space ~
36345 \end_inset
36346
36347 Configuration
36348 \emph default
36349  manual.
36350 \end_layout
36351
36352 \end_inset
36353
36354  The settings of the float can be modified by right-clicking on the float
36355  box.
36356  The mandatory settings are the float 
36357 \family sans
36358 Placement
36359 \family default
36360  and its 
36361 \family sans
36362 Width
36363 \family default
36364 .
36365  Optional are the 
36366 \family sans
36367 Overhang
36368 \family default
36369  that specifies how much the float is set into the paragraph
36370 \begin_inset space \thinspace{}
36371 \end_inset
36372
36373 /
36374 \begin_inset space \thinspace{}
36375 \end_inset
36376
36377 page margin, and the 
36378 \family sans
36379 Line
36380 \begin_inset space ~
36381 \end_inset
36382
36383 span
36384 \family default
36385  that specifies how many text lines the float will approximately need.
36386  The line span is often hard to approximate; so it is better only to use
36387  it when you encounter float placement problems.
36388  You can furthermore decide if \SpecialChar LaTeX
36389  is allowed to let the float float within
36390  the paragraph or to surrounding paragraphs.
36391  Figure
36392 \begin_inset space ~
36393 \end_inset
36394
36395
36396 \begin_inset CommandInset ref
36397 LatexCommand ref
36398 reference "fig:This-is-a"
36399
36400 \end_inset
36401
36402  is an example text wrap float with a width of 40
36403 \begin_inset space \thinspace{}
36404 \end_inset
36405
36406 col%, 1
36407 \begin_inset space \thinspace{}
36408 \end_inset
36409
36410 cm overhang, set to the left.
36411 \end_layout
36412
36413 \begin_layout Standard
36414 \begin_inset Note Greyedout
36415 status open
36416
36417 \begin_layout Plain Layout
36418
36419 \series bold
36420 Note:
36421 \series default
36422  Text
36423 \begin_inset space ~
36424 \end_inset
36425
36426 wrap float floats are fragile! E.
36427 \begin_inset space \thinspace{}
36428 \end_inset
36429
36430 g.
36431 \begin_inset space \space{}
36432 \end_inset
36433
36434 having a figure too close to the bottom of the page can mess things up in
36435  such a way that the float does not appear in the output or that it is placed
36436  over some other text.
36437 \end_layout
36438
36439 \end_inset
36440
36441
36442 \end_layout
36443
36444 \begin_layout Standard
36445 In general, the following applies for wrap floats:
36446 \end_layout
36447
36448 \begin_layout Itemize
36449 They should not be placed in paragraphs that run over a page break.
36450  That means that wrap floats are better inserted in their exact place when
36451  the document is almost finished and you are able to estimate where page
36452  breaks will appear.
36453 \end_layout
36454
36455 \begin_layout Itemize
36456 They should either be placed in their own paragraph before the paragraph
36457  where they should wrap into or within a paragraph.
36458 \end_layout
36459
36460 \begin_layout Itemize
36461 In consecutive paragraphs they may cause troubles, so ensure that there
36462  is a text paragraph between them as separator.
36463 \end_layout
36464
36465 \begin_layout Itemize
36466 They are not allowed in section headings or tables.
36467 \end_layout
36468
36469 \begin_layout Itemize
36470 Their numbering and referencing works as described in chap.
36471 \begin_inset space \thinspace{}
36472 \end_inset
36473
36474
36475 \begin_inset CommandInset ref
36476 LatexCommand ref
36477 reference "chap:Floats"
36478
36479 \end_inset
36480
36481 .
36482 \end_layout
36483
36484 \begin_layout Section
36485 Surrounded Fixed Objects
36486 \begin_inset Index idx
36487 status collapsed
36488
36489 \begin_layout Plain Layout
36490 Surrounded by text ! Fixed objects
36491 \end_layout
36492
36493 \end_inset
36494
36495
36496 \end_layout
36497
36498 \begin_layout Standard
36499 The wrap floats described in sec.
36500 \begin_inset space \thinspace{}
36501 \end_inset
36502
36503
36504 \begin_inset CommandInset ref
36505 LatexCommand ref
36506 reference "sec:Wrap-Floats"
36507
36508 \end_inset
36509
36510  have these positions in the paragraph:
36511 \end_layout
36512
36513 \begin_layout Standard
36514 \noindent
36515 \align center
36516 \begin_inset Tabular
36517 <lyxtabular version="3" rows="2" columns="2">
36518 <features tabularvalignment="middle">
36519 <column alignment="center" valignment="top">
36520 <column alignment="center" valignment="top">
36521 <row>
36522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36523 \begin_inset Text
36524
36525 \begin_layout Plain Layout
36526 \begin_inset Info
36527 type  "icon"
36528 arg   "dialog-show-new-inset graphics"
36529 \end_inset
36530
36531
36532 \end_layout
36533
36534 \end_inset
36535 </cell>
36536 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36537 \begin_inset Text
36538
36539 \begin_layout Plain Layout
36540 text
36541 \end_layout
36542
36543 \end_inset
36544 </cell>
36545 </row>
36546 <row>
36547 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36548 \begin_inset Text
36549
36550 \begin_layout Plain Layout
36551 text
36552 \end_layout
36553
36554 \end_inset
36555 </cell>
36556 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36557 \begin_inset Text
36558
36559 \begin_layout Plain Layout
36560 text
36561 \end_layout
36562
36563 \end_inset
36564 </cell>
36565 </row>
36566 </lyxtabular>
36567
36568 \end_inset
36569
36570  or 
36571 \begin_inset Tabular
36572 <lyxtabular version="3" rows="2" columns="2">
36573 <features tabularvalignment="middle">
36574 <column alignment="center" valignment="top">
36575 <column alignment="center" valignment="top">
36576 <row>
36577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36578 \begin_inset Text
36579
36580 \begin_layout Plain Layout
36581 text
36582 \end_layout
36583
36584 \end_inset
36585 </cell>
36586 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36587 \begin_inset Text
36588
36589 \begin_layout Plain Layout
36590 \begin_inset Info
36591 type  "icon"
36592 arg   "dialog-show-new-inset graphics"
36593 \end_inset
36594
36595
36596 \end_layout
36597
36598 \end_inset
36599 </cell>
36600 </row>
36601 <row>
36602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36603 \begin_inset Text
36604
36605 \begin_layout Plain Layout
36606 text
36607 \end_layout
36608
36609 \end_inset
36610 </cell>
36611 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36612 \begin_inset Text
36613
36614 \begin_layout Plain Layout
36615 text
36616 \end_layout
36617
36618 \end_inset
36619 </cell>
36620 </row>
36621 </lyxtabular>
36622
36623 \end_inset
36624
36625
36626 \end_layout
36627
36628 \begin_layout Standard
36629 To get an object exactly at the position where it is inserted, for example
36630  to get one of these positions:
36631 \begin_inset VSpace defskip
36632 \end_inset
36633
36634
36635 \end_layout
36636
36637 \begin_layout Standard
36638 \noindent
36639 \align center
36640 \begin_inset Tabular
36641 <lyxtabular version="3" rows="2" columns="2">
36642 <features tabularvalignment="middle">
36643 <column alignment="center" valignment="top">
36644 <column alignment="center" valignment="top">
36645 <row>
36646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36647 \begin_inset Text
36648
36649 \begin_layout Plain Layout
36650 text
36651 \end_layout
36652
36653 \end_inset
36654 </cell>
36655 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36656 \begin_inset Text
36657
36658 \begin_layout Plain Layout
36659 text
36660 \end_layout
36661
36662 \end_inset
36663 </cell>
36664 </row>
36665 <row>
36666 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36667 \begin_inset Text
36668
36669 \begin_layout Plain Layout
36670 \begin_inset Info
36671 type  "icon"
36672 arg   "dialog-show-new-inset graphics"
36673 \end_inset
36674
36675
36676 \end_layout
36677
36678 \end_inset
36679 </cell>
36680 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36681 \begin_inset Text
36682
36683 \begin_layout Plain Layout
36684 text
36685 \end_layout
36686
36687 \end_inset
36688 </cell>
36689 </row>
36690 </lyxtabular>
36691
36692 \end_inset
36693
36694  
36695 \begin_inset Tabular
36696 <lyxtabular version="3" rows="2" columns="2">
36697 <features tabularvalignment="middle">
36698 <column alignment="center" valignment="top">
36699 <column alignment="center" valignment="top">
36700 <row>
36701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36702 \begin_inset Text
36703
36704 \begin_layout Plain Layout
36705 text
36706 \end_layout
36707
36708 \end_inset
36709 </cell>
36710 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36711 \begin_inset Text
36712
36713 \begin_layout Plain Layout
36714 text
36715 \end_layout
36716
36717 \end_inset
36718 </cell>
36719 </row>
36720 <row>
36721 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36722 \begin_inset Text
36723
36724 \begin_layout Plain Layout
36725 text
36726 \end_layout
36727
36728 \end_inset
36729 </cell>
36730 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36731 \begin_inset Text
36732
36733 \begin_layout Plain Layout
36734 \begin_inset Info
36735 type  "icon"
36736 arg   "dialog-show-new-inset graphics"
36737 \end_inset
36738
36739
36740 \end_layout
36741
36742 \end_inset
36743 </cell>
36744 </row>
36745 </lyxtabular>
36746
36747 \end_inset
36748
36749  
36750 \begin_inset Tabular
36751 <lyxtabular version="3" rows="2" columns="3">
36752 <features tabularvalignment="middle">
36753 <column alignment="center" valignment="top">
36754 <column alignment="center" valignment="top">
36755 <column alignment="center" valignment="top">
36756 <row>
36757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36758 \begin_inset Text
36759
36760 \begin_layout Plain Layout
36761 text
36762 \end_layout
36763
36764 \end_inset
36765 </cell>
36766 <cell alignment="center" valignment="top" topline="true" usebox="none">
36767 \begin_inset Text
36768
36769 \begin_layout Plain Layout
36770 \begin_inset Info
36771 type  "icon"
36772 arg   "dialog-show-new-inset graphics"
36773 \end_inset
36774
36775
36776 \end_layout
36777
36778 \end_inset
36779 </cell>
36780 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36781 \begin_inset Text
36782
36783 \begin_layout Plain Layout
36784 text
36785 \end_layout
36786
36787 \end_inset
36788 </cell>
36789 </row>
36790 <row>
36791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36792 \begin_inset Text
36793
36794 \begin_layout Plain Layout
36795 text
36796 \end_layout
36797
36798 \end_inset
36799 </cell>
36800 <cell alignment="center" valignment="top" bottomline="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="2" columns="3">
36826 <features tabularvalignment="middle">
36827 <column alignment="center" valignment="top">
36828 <column alignment="center" valignment="top">
36829 <column alignment="center" valignment="top">
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" bottomline="true" 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" bottomline="true" usebox="none">
36870 \begin_inset Text
36871
36872 \begin_layout Plain Layout
36873 \begin_inset Info
36874 type  "icon"
36875 arg   "dialog-show-new-inset graphics"
36876 \end_inset
36877
36878
36879 \end_layout
36880
36881 \end_inset
36882 </cell>
36883 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36884 \begin_inset Text
36885
36886 \begin_layout Plain Layout
36887 text
36888 \end_layout
36889
36890 \end_inset
36891 </cell>
36892 </row>
36893 </lyxtabular>
36894
36895 \end_inset
36896
36897
36898 \end_layout
36899
36900 \begin_layout Standard
36901 \noindent
36902 \align center
36903 \begin_inset Tabular
36904 <lyxtabular version="3" rows="3" columns="2">
36905 <features tabularvalignment="middle">
36906 <column alignment="center" valignment="top">
36907 <column alignment="center" valignment="top">
36908 <row>
36909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36910 \begin_inset Text
36911
36912 \begin_layout Plain Layout
36913 text
36914 \end_layout
36915
36916 \end_inset
36917 </cell>
36918 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36919 \begin_inset Text
36920
36921 \begin_layout Plain Layout
36922 text
36923 \end_layout
36924
36925 \end_inset
36926 </cell>
36927 </row>
36928 <row>
36929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36930 \begin_inset Text
36931
36932 \begin_layout Plain Layout
36933 \begin_inset Info
36934 type  "icon"
36935 arg   "dialog-show-new-inset graphics"
36936 \end_inset
36937
36938
36939 \end_layout
36940
36941 \end_inset
36942 </cell>
36943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36944 \begin_inset Text
36945
36946 \begin_layout Plain Layout
36947 text
36948 \end_layout
36949
36950 \end_inset
36951 </cell>
36952 </row>
36953 <row>
36954 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36955 \begin_inset Text
36956
36957 \begin_layout Plain Layout
36958 text
36959 \end_layout
36960
36961 \end_inset
36962 </cell>
36963 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36964 \begin_inset Text
36965
36966 \begin_layout Plain Layout
36967 text
36968 \end_layout
36969
36970 \end_inset
36971 </cell>
36972 </row>
36973 </lyxtabular>
36974
36975 \end_inset
36976
36977  
36978 \begin_inset Tabular
36979 <lyxtabular version="3" rows="3" columns="3">
36980 <features tabularvalignment="middle">
36981 <column alignment="center" valignment="top">
36982 <column alignment="center" valignment="top">
36983 <column alignment="center" valignment="top">
36984 <row>
36985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36986 \begin_inset Text
36987
36988 \begin_layout Plain Layout
36989 text
36990 \end_layout
36991
36992 \end_inset
36993 </cell>
36994 <cell alignment="center" valignment="top" topline="true" usebox="none">
36995 \begin_inset Text
36996
36997 \begin_layout Plain Layout
36998 text
36999 \end_layout
37000
37001 \end_inset
37002 </cell>
37003 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37004 \begin_inset Text
37005
37006 \begin_layout Plain Layout
37007 text
37008 \end_layout
37009
37010 \end_inset
37011 </cell>
37012 </row>
37013 <row>
37014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37015 \begin_inset Text
37016
37017 \begin_layout Plain Layout
37018 text
37019 \end_layout
37020
37021 \end_inset
37022 </cell>
37023 <cell alignment="center" valignment="top" usebox="none">
37024 \begin_inset Text
37025
37026 \begin_layout Plain Layout
37027 \begin_inset Info
37028 type  "icon"
37029 arg   "dialog-show-new-inset graphics"
37030 \end_inset
37031
37032
37033 \end_layout
37034
37035 \end_inset
37036 </cell>
37037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37038 \begin_inset Text
37039
37040 \begin_layout Plain Layout
37041 text
37042 \end_layout
37043
37044 \end_inset
37045 </cell>
37046 </row>
37047 <row>
37048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37049 \begin_inset Text
37050
37051 \begin_layout Plain Layout
37052 text
37053 \end_layout
37054
37055 \end_inset
37056 </cell>
37057 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37058 \begin_inset Text
37059
37060 \begin_layout Plain Layout
37061 text
37062 \end_layout
37063
37064 \end_inset
37065 </cell>
37066 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37067 \begin_inset Text
37068
37069 \begin_layout Plain Layout
37070 text
37071 \end_layout
37072
37073 \end_inset
37074 </cell>
37075 </row>
37076 </lyxtabular>
37077
37078 \end_inset
37079
37080  
37081 \begin_inset Tabular
37082 <lyxtabular version="3" rows="3" columns="2">
37083 <features tabularvalignment="middle">
37084 <column alignment="center" valignment="top">
37085 <column alignment="center" valignment="top">
37086 <row>
37087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37088 \begin_inset Text
37089
37090 \begin_layout Plain Layout
37091 text
37092 \end_layout
37093
37094 \end_inset
37095 </cell>
37096 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37097 \begin_inset Text
37098
37099 \begin_layout Plain Layout
37100 text
37101 \end_layout
37102
37103 \end_inset
37104 </cell>
37105 </row>
37106 <row>
37107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37108 \begin_inset Text
37109
37110 \begin_layout Plain Layout
37111 text
37112 \end_layout
37113
37114 \end_inset
37115 </cell>
37116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37117 \begin_inset Text
37118
37119 \begin_layout Plain Layout
37120 \begin_inset Info
37121 type  "icon"
37122 arg   "dialog-show-new-inset graphics"
37123 \end_inset
37124
37125
37126 \end_layout
37127
37128 \end_inset
37129 </cell>
37130 </row>
37131 <row>
37132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37133 \begin_inset Text
37134
37135 \begin_layout Plain Layout
37136 text
37137 \end_layout
37138
37139 \end_inset
37140 </cell>
37141 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37142 \begin_inset Text
37143
37144 \begin_layout Plain Layout
37145 text
37146 \end_layout
37147
37148 \end_inset
37149 </cell>
37150 </row>
37151 </lyxtabular>
37152
37153 \end_inset
37154
37155
37156 \end_layout
37157
37158 \begin_layout Standard
37159 \noindent
37160 you can use the \SpecialChar LaTeX
37161 -package 
37162 \series bold
37163 picinpar
37164 \series default
37165
37166 \begin_inset Index idx
37167 status collapsed
37168
37169 \begin_layout Plain Layout
37170 \SpecialChar LaTeX
37171 -packages ! picinpar
37172 \end_layout
37173
37174 \end_inset
37175
37176 .
37177  Here is an example:
37178 \end_layout
37179
37180 \begin_layout Standard
37181 \begin_inset ERT
37182 status collapsed
37183
37184 \begin_layout Plain Layout
37185
37186
37187 \backslash
37188 ifpicinpar
37189 \end_layout
37190
37191 \end_inset
37192
37193
37194 \begin_inset Note Note
37195 status open
37196
37197 \begin_layout Plain Layout
37198 The following section will only be displayed when the \SpecialChar LaTeX
37199 -package 
37200 \series bold
37201 picinpar
37202 \series default
37203  is installed.
37204 \end_layout
37205
37206 \end_inset
37207
37208
37209 \end_layout
37210
37211 \begin_layout Standard
37212 \begin_inset ERT
37213 status collapsed
37214
37215 \begin_layout Plain Layout
37216
37217
37218 \backslash
37219 begin{window}[2,c,{
37220 \end_layout
37221
37222 \end_inset
37223
37224
37225 \begin_inset Graphics
37226         filename clipart/mobius.eps
37227         lyxscale 60
37228         width 40col%
37229         scaleBeforeRotation
37230         rotateOrigin center
37231
37232 \end_inset
37233
37234
37235 \begin_inset ERT
37236 status collapsed
37237
37238 \begin_layout Plain Layout
37239
37240 },]
37241 \end_layout
37242
37243 \begin_layout Plain Layout
37244
37245 {}
37246 \end_layout
37247
37248 \end_inset
37249
37250
37251 \size small
37252 It was in the spring of the year 1894 that all London was interested, and
37253  the fashionable world dismayed, by the murder of the Honourable Ronald
37254  Adair under most unusual and inexplicable circumstances.
37255  The public has already learned those particulars of the crime which
37256 \size default
37257
37258 \begin_inset ERT
37259 status collapsed
37260
37261 \begin_layout Plain Layout
37262
37263
37264 \backslash
37265 footnotemark{}
37266 \end_layout
37267
37268 \end_inset
37269
37270
37271 \size small
37272  came out in the police investigation, but a good deal was suppressed upon
37273  that occasion, since the case for the prosecution was so overwhelmingly
37274  strong that it was not necessary to bring forward all the facts.
37275  Only now, at the end of nearly ten years, am I allowed to supply those
37276  missing links which make up the whole of that remarkable chain.
37277 \size default
37278
37279 \begin_inset ERT
37280 status collapsed
37281
37282 \begin_layout Plain Layout
37283
37284
37285 \backslash
37286 end{window}
37287 \end_layout
37288
37289 \end_inset
37290
37291
37292 \end_layout
37293
37294 \begin_layout Standard
37295 \begin_inset ERT
37296 status collapsed
37297
37298 \begin_layout Plain Layout
37299
37300
37301 \backslash
37302 footnotetext{
37303 \end_layout
37304
37305 \end_inset
37306
37307 Footnote of the paragraph with the fixed object.
37308 \begin_inset ERT
37309 status collapsed
37310
37311 \begin_layout Plain Layout
37312
37313 }
37314 \end_layout
37315
37316 \end_inset
37317
37318
37319 \end_layout
37320
37321 \begin_layout Standard
37322 Surrounded fixed objects are used to let text float around them, at which
37323  the object's position in the paragraph can be determined by the number
37324  of lines above it.
37325  In contrary to floats is it not possible to have a numbered caption.
37326 \end_layout
37327
37328 \begin_layout Standard
37329 A fixed object is inserted by adding the command
37330 \end_layout
37331
37332 \begin_layout Standard
37333
37334 \series bold
37335
37336 \backslash
37337 begin{window}[2,c,{
37338 \end_layout
37339
37340 \begin_layout Standard
37341 as \SpecialChar TeX
37342  Code at the beginning of the paragraph.
37343  The first parameter in the bracket, here '2', defines the number of lines
37344  above the object, the second, here 'c', the position of the object.
37345  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37346  Behind the command you insert the object.
37347  In this example an image with a width of 40
37348 \begin_inset space \thinspace{}
37349 \end_inset
37350
37351 % of the text column width was inserted.
37352  The object can also be a table, a box or an equation.
37353  Behind the object the command
37354 \end_layout
37355
37356 \begin_layout Standard
37357
37358 \series bold
37359 },description text]
37360 \begin_inset Newline newline
37361 \end_inset
37362
37363 {}
37364 \end_layout
37365
37366 \begin_layout Standard
37367 is inserted.
37368  Note that the 
37369 \begin_inset Quotes eld
37370 \end_inset
37371
37372
37373 \series bold
37374 {}
37375 \series default
37376
37377 \begin_inset Quotes erd
37378 \end_inset
37379
37380  is in the second line.
37381  The description text is optional.
37382  The text surrounding the object must be in the same paragraph as the object,
37383  so it must begin directly after the 
37384 \series bold
37385 {}
37386 \series default
37387 .
37388  At the end of the paragraph insert the command:
37389 \end_layout
37390
37391 \begin_layout Standard
37392
37393 \series bold
37394
37395 \backslash
37396 end{window}
37397 \end_layout
37398
37399 \begin_layout Standard
37400 Within a paragraph with a fixed object, you cannot insert footnotes in the
37401  normal way.
37402  You have to use instead the command 
37403 \series bold
37404
37405 \backslash
37406 footnotemark
37407 \series default
37408  inside the paragraph and outside the command 
37409 \series bold
37410
37411 \backslash
37412 footnotetext
37413 \series default
37414  as described in sec.
37415 \begin_inset space \thinspace{}
37416 \end_inset
37417
37418
37419 \begin_inset CommandInset ref
37420 LatexCommand ref
37421 reference "sec:Footnotes"
37422
37423 \end_inset
37424
37425 .
37426 \end_layout
37427
37428 \begin_layout Standard
37429 \begin_inset ERT
37430 status collapsed
37431
37432 \begin_layout Plain Layout
37433
37434
37435 \backslash
37436 else
37437 \end_layout
37438
37439 \end_inset
37440
37441
37442 \begin_inset Note Note
37443 status open
37444
37445 \begin_layout Plain Layout
37446 The following will be displayed when the \SpecialChar LaTeX
37447 -package 
37448 \series bold
37449 picinpar
37450 \series default
37451  is not installed:
37452 \end_layout
37453
37454 \end_inset
37455
37456
37457 \end_layout
37458
37459 \begin_layout Standard
37460 You need to install the \SpecialChar LaTeX
37461 -package 
37462 \series bold
37463 picinpar
37464 \series default
37465  to see the following part of this section in the output.
37466 \end_layout
37467
37468 \begin_layout Standard
37469 \begin_inset ERT
37470 status collapsed
37471
37472 \begin_layout Plain Layout
37473
37474
37475 \backslash
37476 fi
37477 \end_layout
37478
37479 \end_inset
37480
37481
37482 \end_layout
37483
37484 \begin_layout Section
37485 Initials
37486 \begin_inset Index idx
37487 status collapsed
37488
37489 \begin_layout Plain Layout
37490 Initials
37491 \end_layout
37492
37493 \end_inset
37494
37495
37496 \begin_inset Index idx
37497 status collapsed
37498
37499 \begin_layout Plain Layout
37500 Surrounded by text ! Initials
37501 \end_layout
37502
37503 \end_inset
37504
37505
37506 \end_layout
37507
37508 \begin_layout Standard
37509 To use initials, you must have the \SpecialChar LaTeX
37510 -package 
37511 \series bold
37512 lettrine
37513 \series default
37514
37515 \begin_inset Index idx
37516 status collapsed
37517
37518 \begin_layout Plain Layout
37519 \SpecialChar LaTeX
37520 -packages ! lettrine
37521 \end_layout
37522
37523 \end_inset
37524
37525  installed and use the module 
37526 \family sans
37527 Initials
37528 \family default
37529  in your document (menu 
37530 \family sans
37531 Document\SpecialChar menuseparator
37532 Settings\SpecialChar menuseparator
37533 Modules
37534 \family default
37535 ).
37536  To insert an initial, use the style 
37537 \family sans
37538 Initial
37539 \family default
37540 .
37541  This style has a mandatory and two optional arguments.
37542  The arguments are inserted via the 
37543 \family sans
37544 Insert
37545 \family default
37546  menu.
37547  The mandatory argument 
37548 \family sans
37549 Initial
37550 \family default
37551  contains the letter(s) that is the initial, the argument 
37552 \family sans
37553 Rest
37554 \begin_inset space ~
37555 \end_inset
37556
37557 of
37558 \begin_inset space ~
37559 \end_inset
37560
37561 Initial
37562 \family default
37563  contains the rest of the word or text of the initial letter(s).
37564  The argument 
37565 \family sans
37566 Options
37567 \family default
37568  contains parameters to modify the initial.
37569  For more information about the possible parameters see the documentation
37570  of 
37571 \series bold
37572 lettrine
37573 \series default
37574
37575 \begin_inset CommandInset citation
37576 LatexCommand cite
37577 key "lettrine"
37578
37579 \end_inset
37580
37581 .
37582  The style itself contains the text that is surrounding the initial.
37583  The usual style is hereby that the word whose first letter is the initial,
37584  is printed with 
37585 \shape smallcaps
37586 small caps
37587 \shape default
37588 .
37589 \end_layout
37590
37591 \begin_layout Standard
37592 Here are some examples:
37593 \end_layout
37594
37595 \begin_layout Standard
37596 \begin_inset ERT
37597 status collapsed
37598
37599 \begin_layout Plain Layout
37600
37601
37602 \backslash
37603 iflettrine
37604 \end_layout
37605
37606 \end_inset
37607
37608
37609 \begin_inset Note Note
37610 status open
37611
37612 \begin_layout Plain Layout
37613 The following section will only be displayed when the \SpecialChar LaTeX
37614 -package 
37615 \series bold
37616 lettrine
37617 \series default
37618  is installed.
37619 \end_layout
37620
37621 \end_inset
37622
37623
37624 \end_layout
37625
37626 \begin_layout Enumerate
37627 No optional argument, the initial is the letter 'I' in the math font 
37628 \begin_inset Formula $\mathfrak{Fraktur}$
37629 \end_inset
37630
37631 :
37632 \end_layout
37633
37634 \begin_deeper
37635 \begin_layout Initial
37636 \begin_inset Argument 2
37637 status open
37638
37639 \begin_layout Plain Layout
37640 \begin_inset Formula $\mathfrak{I}$
37641 \end_inset
37642
37643
37644 \end_layout
37645
37646 \end_inset
37647
37648
37649 \begin_inset Argument 3
37650 status open
37651
37652 \begin_layout Plain Layout
37653 t
37654 \end_layout
37655
37656 \end_inset
37657
37658  was in the spring of the year 1894 that all London was interested, and
37659  the fashionable world dismayed, by the murder of the Honourable Ronald
37660  Adair under most unusual and inexplicable circumstances.
37661  The public has already learned those particulars of the crime which came
37662  out in the police investigation, but a good deal was suppressed upon that
37663  occasion, since the case for the prosecution was so overwhelmingly strong
37664  that it was not necessary to bring forward all the facts.
37665 \begin_inset Newpage newpage
37666 \end_inset
37667
37668
37669 \end_layout
37670
37671 \end_deeper
37672 \begin_layout Enumerate
37673 Only one line is surrounding the initial, which is formed by two letters
37674  in standard font and no text is printed in small caps:
37675 \end_layout
37676
37677 \begin_deeper
37678 \begin_layout Initial
37679 \begin_inset Argument 1
37680 status open
37681
37682 \begin_layout Plain Layout
37683 lines=1
37684 \end_layout
37685
37686 \end_inset
37687
37688
37689 \begin_inset Argument 2
37690 status open
37691
37692 \begin_layout Plain Layout
37693 It
37694 \end_layout
37695
37696 \end_inset
37697
37698  was in the spring of the year 1894 that all London was interested, and
37699  the fashionable world dismayed, by the murder of the Honourable Ronald
37700  Adair under most unusual and inexplicable circumstances.
37701  The public has already learned those particulars of the crime which came
37702  out in the police investigation, but a good deal was suppressed upon that
37703  occasion, since the case for the prosecution was so overwhelmingly strong
37704  that it was not necessary to bring forward all the facts.
37705 \end_layout
37706
37707 \end_deeper
37708 \begin_layout Enumerate
37709 Magenta, hanging initial over 3
37710 \begin_inset space ~
37711 \end_inset
37712
37713 lines in the math font 
37714 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37715 \end_inset
37716
37717 , the text 
37718 \begin_inset Quotes eld
37719 \end_inset
37720
37721 t was in the spring
37722 \begin_inset Quotes erd
37723 \end_inset
37724
37725  is in 
37726 \shape smallcaps
37727 small caps
37728 \shape default
37729 ; to color the initial, you must insert this command before the initial:
37730 \begin_inset Newline newline
37731 \end_inset
37732
37733
37734 \series bold
37735
37736 \backslash
37737 renewcommand{
37738 \backslash
37739 LettrineFontHook}{
37740 \backslash
37741 color{color}}
37742 \series default
37743
37744 \begin_inset Newline newline
37745 \end_inset
37746
37747 where the second 
37748 \emph on
37749 color
37750 \emph default
37751  can be 
37752 \begin_inset Quotes eld
37753 \end_inset
37754
37755 red
37756 \begin_inset Quotes erd
37757 \end_inset
37758
37759
37760 \begin_inset Quotes eld
37761 \end_inset
37762
37763 blue
37764 \begin_inset Quotes erd
37765 \end_inset
37766
37767
37768 \begin_inset Quotes eld
37769 \end_inset
37770
37771 green
37772 \begin_inset Quotes erd
37773 \end_inset
37774
37775
37776 \begin_inset Quotes eld
37777 \end_inset
37778
37779 yellow
37780 \begin_inset Quotes erd
37781 \end_inset
37782
37783
37784 \begin_inset Quotes eld
37785 \end_inset
37786
37787 cyan
37788 \begin_inset Quotes erd
37789 \end_inset
37790
37791
37792 \begin_inset Quotes eld
37793 \end_inset
37794
37795 magenta
37796 \begin_inset Quotes erd
37797 \end_inset
37798
37799
37800 \begin_inset Quotes eld
37801 \end_inset
37802
37803 black
37804 \begin_inset Quotes erd
37805 \end_inset
37806
37807  or 
37808 \begin_inset Quotes eld
37809 \end_inset
37810
37811 white
37812 \begin_inset Quotes erd
37813 \end_inset
37814
37815 , and add this command to the document preamble:
37816 \begin_inset Newline newline
37817 \end_inset
37818
37819
37820 \series bold
37821
37822 \backslash
37823 @ifundefined{textcolor}
37824 \begin_inset Newline newline
37825 \end_inset
37826
37827
37828 \begin_inset space ~
37829 \end_inset
37830
37831 {
37832 \backslash
37833 usepackage{color}}{}
37834 \end_layout
37835
37836 \begin_deeper
37837 \begin_layout Standard
37838 \begin_inset ERT
37839 status collapsed
37840
37841 \begin_layout Plain Layout
37842
37843
37844 \backslash
37845 renewcommand{
37846 \backslash
37847 LettrineFontHook}{
37848 \backslash
37849 color{magenta}}
37850 \end_layout
37851
37852 \end_inset
37853
37854
37855 \begin_inset Note Note
37856 status collapsed
37857
37858 \begin_layout Plain Layout
37859 makes the initial magenta
37860 \end_layout
37861
37862 \end_inset
37863
37864
37865 \end_layout
37866
37867 \begin_layout Initial
37868 \begin_inset Argument 1
37869 status open
37870
37871 \begin_layout Plain Layout
37872 lines=3, lhang=0.33, loversize=0.25
37873 \end_layout
37874
37875 \end_inset
37876
37877
37878 \begin_inset Argument 2
37879 status open
37880
37881 \begin_layout Plain Layout
37882 \begin_inset Formula $\mathcal{I}$
37883 \end_inset
37884
37885
37886 \end_layout
37887
37888 \end_inset
37889
37890
37891 \begin_inset Argument 3
37892 status open
37893
37894 \begin_layout Plain Layout
37895 t was in the spring
37896 \end_layout
37897
37898 \end_inset
37899
37900  of the year 1894 that all London was interested, and the fashionable world
37901  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37902  and inexplicable circumstances.
37903  The public has already learned those particulars of the crime which came
37904  out in the police investigation, but a good deal was suppressed upon that
37905  occasion, since the case for the prosecution was so overwhelmingly strong
37906  that it was not necessary to bring forward all the facts.
37907 \end_layout
37908
37909 \end_deeper
37910 \begin_layout Standard
37911 \begin_inset ERT
37912 status collapsed
37913
37914 \begin_layout Plain Layout
37915
37916
37917 \backslash
37918 else
37919 \end_layout
37920
37921 \end_inset
37922
37923
37924 \begin_inset Note Note
37925 status open
37926
37927 \begin_layout Plain Layout
37928 The following will be displayed when the \SpecialChar LaTeX
37929 -package 
37930 \series bold
37931 lettrine
37932 \series default
37933  is not installed:
37934 \end_layout
37935
37936 \end_inset
37937
37938
37939 \end_layout
37940
37941 \begin_layout Standard
37942 You need to install the \SpecialChar LaTeX
37943 -package 
37944 \series bold
37945 lettrine
37946 \series default
37947  to see the following part of this section in the output.
37948 \end_layout
37949
37950 \begin_layout Standard
37951 \begin_inset ERT
37952 status collapsed
37953
37954 \begin_layout Plain Layout
37955
37956
37957 \backslash
37958 fi
37959 \end_layout
37960
37961 \end_inset
37962
37963
37964 \end_layout
37965
37966 \begin_layout Chapter
37967 External Document Parts
37968 \begin_inset Index idx
37969 status collapsed
37970
37971 \begin_layout Plain Layout
37972 External Document Parts
37973 \end_layout
37974
37975 \end_inset
37976
37977
37978 \end_layout
37979
37980 \begin_layout Standard
37981 With the menu 
37982 \family sans
37983 Insert\SpecialChar menuseparator
37984 File
37985 \family default
37986  you can insert external material into your document.
37987  This can be:
37988 \end_layout
37989
37990 \begin_layout Description
37991 LyX
37992 \begin_inset space ~
37993 \end_inset
37994
37995 Document Another \SpecialChar LyX
37996  document; its content is directly inserted to your document.
37997 \end_layout
37998
37999 \begin_layout Description
38000 Plain
38001 \begin_inset space ~
38002 \end_inset
38003
38004 Text A text document; each line is inserted in your document as a separate
38005  paragraph.
38006 \end_layout
38007
38008 \begin_layout Description
38009 Plain
38010 \begin_inset space ~
38011 \end_inset
38012
38013 Text,
38014 \begin_inset space ~
38015 \end_inset
38016
38017 Join
38018 \begin_inset space ~
38019 \end_inset
38020
38021 Lines A text document; text lines are inserted in your document continuously
38022  but an empty text line creates a new paragraph.
38023 \end_layout
38024
38025 \begin_layout Description
38026 External
38027 \begin_inset space ~
38028 \end_inset
38029
38030 Material Files in various formats.
38031 \end_layout
38032
38033 \begin_layout Description
38034 Child
38035 \begin_inset space ~
38036 \end_inset
38037
38038 Document \SpecialChar LyX
38039  or \SpecialChar LaTeX
38040  documents.
38041 \end_layout
38042
38043 \begin_layout Section
38044 External Material
38045 \begin_inset Index idx
38046 status collapsed
38047
38048 \begin_layout Plain Layout
38049 External Document Parts ! External Material
38050 \end_layout
38051
38052 \end_inset
38053
38054
38055 \end_layout
38056
38057 \begin_layout Standard
38058 The external material feature allows you to insert files into your document
38059  without converting them to a format that can be read by the document output
38060  format.
38061  \SpecialChar LyX
38062  takes care of the necessary conversions.
38063  This is similar to images that can be inserted in various image formats
38064  in \SpecialChar LyX
38065  documents.
38066  When you have enabled Instant Preview in \SpecialChar LyX
38067 's preferences under 
38068 \family sans
38069 Look
38070 \begin_inset space ~
38071 \end_inset
38072
38073 and
38074 \begin_inset space ~
38075 \end_inset
38076
38077 feel\SpecialChar menuseparator
38078 Graphics
38079 \family default
38080 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
38081 .
38082 \end_layout
38083
38084 \begin_layout Standard
38085 External material can be inserted via the 
38086 \family sans
38087 External Material
38088 \family default
38089  dialog that is accessible with the menu 
38090 \family sans
38091 Insert\SpecialChar menuseparator
38092 File\SpecialChar menuseparator
38093 External
38094 \begin_inset space ~
38095 \end_inset
38096
38097 Material
38098 \family default
38099 .
38100  Currently the following file types (
38101 \family sans
38102 Templates
38103 \family default
38104 ) are allowed:
38105 \end_layout
38106
38107 \begin_layout Description
38108 Chess
38109 \begin_inset space ~
38110 \end_inset
38111
38112 diagram This template supports chess position diagrams made with the program
38113  
38114 \series bold
38115
38116 \begin_inset CommandInset href
38117 LatexCommand href
38118 name "XBoard"
38119 target "http://en.wikipedia.org/wiki/XBoard"
38120
38121 \end_inset
38122
38123
38124 \series default
38125 .
38126 \end_layout
38127
38128 \begin_layout Description
38129 Date This inserts the date in the form 
38130 \emph on
38131 Day-Month-Year
38132 \emph default
38133 .
38134  This is a date inserted as external material: 
38135 \begin_inset External
38136         template Date
38137         filename .
38138
38139 \end_inset
38140
38141
38142 \begin_inset space ~
38143 \end_inset
38144
38145
38146 \begin_inset Note Note
38147 status collapsed
38148
38149 \begin_layout Plain Layout
38150 Remove the protected space when bug 4398 is fixed!
38151 \end_layout
38152
38153 \end_inset
38154
38155
38156 \begin_inset Newline newline
38157 \end_inset
38158
38159 The date is not shown within \SpecialChar LyX
38160 , only in the output.
38161  There are two other methods of inserting a date: Via menu 
38162 \family sans
38163 Insert\SpecialChar menuseparator
38164 Date
38165 \family default
38166  and with the \SpecialChar LaTeX
38167  command 
38168 \series bold
38169
38170 \backslash
38171 today
38172 \series default
38173  as \SpecialChar TeX
38174  Code.
38175  The different methods are compared in Table
38176 \begin_inset space ~
38177 \end_inset
38178
38179
38180 \begin_inset CommandInset ref
38181 LatexCommand ref
38182 reference "tab:Comparison-of-the"
38183
38184 \end_inset
38185
38186 .
38187 \end_layout
38188
38189 \begin_layout Description
38190 Dia
38191 \begin_inset space ~
38192 \end_inset
38193
38194 diagram This template supports diagrams created with the program 
38195 \series bold
38196
38197 \begin_inset CommandInset href
38198 LatexCommand href
38199 name "Dia"
38200 target "http://en.wikipedia.org/wiki/Dia_(software)"
38201
38202 \end_inset
38203
38204
38205 \series default
38206 .
38207 \end_layout
38208
38209 \begin_layout Description
38210 Spreadsheet With this template you can insert spreadsheets
38211 \begin_inset space \thinspace{}
38212 \end_inset
38213
38214 /
38215 \begin_inset space \thinspace{}
38216 \end_inset
38217
38218 tables in the format of 
38219 \series bold
38220
38221 \begin_inset CommandInset href
38222 LatexCommand href
38223 name "Gnumeric"
38224 target "http://en.wikipedia.org/wiki/Gnumeric"
38225
38226 \end_inset
38227
38228
38229 \series default
38230
38231 \begin_inset CommandInset href
38232 LatexCommand href
38233 name "OpenDocument"
38234 target "http://en.wikipedia.org/wiki/OpenDocument"
38235
38236 \end_inset
38237
38238
38239 \begin_inset CommandInset href
38240 LatexCommand href
38241 name "Microsoft Office XML"
38242 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38243
38244 \end_inset
38245
38246  and 
38247 \begin_inset CommandInset href
38248 LatexCommand href
38249 name "Office Open XML"
38250 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38251
38252 \end_inset
38253
38254 .
38255  For this feature \SpecialChar LyX
38256  must have found the program 
38257 \family typewriter
38258 ssconvert
38259 \family default
38260  during its configuration.
38261  This program is part of Gnumeric, so that you must have Gnumeric installed,
38262  also if you don't have tables in the Gnumeric format.
38263  For examples and possible limitations have a look at \SpecialChar LyX
38264 's example file 
38265 \emph on
38266 spreadsheet.lyx
38267 \emph default
38268 .
38269 \end_layout
38270
38271 \begin_layout Description
38272 Lilypond
38273 \begin_inset space ~
38274 \end_inset
38275
38276 typeset
38277 \begin_inset space ~
38278 \end_inset
38279
38280 music This template is used for music notation typeset with the program
38281 \begin_inset Newline linebreak
38282 \end_inset
38283
38284
38285 \series bold
38286
38287 \begin_inset CommandInset href
38288 LatexCommand href
38289 name "LilyPond"
38290 target "http://en.wikipedia.org/wiki/LilyPond"
38291
38292 \end_inset
38293
38294
38295 \series default
38296 .
38297  For \SpecialChar LyX
38298 's extended support for LilyPond have a look at \SpecialChar LyX
38299 's example file 
38300 \emph on
38301 lilypond.lyx
38302 \emph default
38303 .
38304 \end_layout
38305
38306 \begin_layout Description
38307 PDF
38308 \begin_inset space ~
38309 \end_inset
38310
38311 pages With this template you can insert PDF documents to your document.
38312  To specify the range of pages that should be included, use the option 
38313 \series bold
38314 pages
38315 \series default
38316  in the 
38317 \family sans
38318 Option
38319 \family default
38320  field in the 
38321 \family sans
38322 LaTeX and LyX options
38323 \family default
38324  tab.
38325  The argument of this option is a comma separated list, containing page
38326  numbers (insert as option 
38327 \series bold
38328 pages={3,5,6,8}
38329 \series default
38330 ), ranges of page numbers (
38331 \series bold
38332 pages={4-9}
38333 \series default
38334 ) or any combination.
38335  To insert empty pages use {}.
38336  E.
38337 \begin_inset space \thinspace{}
38338 \end_inset
38339
38340 g.
38341 \begin_inset space ~
38342 \end_inset
38343
38344
38345 \series bold
38346 pages={3,{},8-11,15}
38347 \series default
38348  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38349  Page ranges are specified in the syntax 
38350 \emph on
38351 start
38352 \emph default
38353 -
38354 \emph on
38355 stop
38356 \emph default
38357 .
38358  This selects all pages from 
38359 \emph on
38360 start
38361 \emph default
38362  to 
38363 \emph on
38364 stop
38365 \emph default
38366 .
38367  Omitting 
38368 \emph on
38369 start
38370 \emph default
38371  defaults to the first page; omitting 
38372 \emph on
38373 stop
38374 \emph default
38375  defaults to the last page of the document.
38376  The last page can also be selected with the keyword 
38377 \series bold
38378 last
38379 \series default
38380 .
38381  (This is only permitted in a page range.) So 
38382 \series bold
38383 pages=-
38384 \series default
38385  will insert all pages of the document and 
38386 \series bold
38387 pages=last-1
38388 \series default
38389  will insert all pages in reverse order.
38390  If the pages option is not specified, only the first page of the PDF is
38391  inserted.
38392 \begin_inset Newline newline
38393 \end_inset
38394
38395 The option 
38396 \series bold
38397 noautoscale
38398 \series default
38399  inserts the pages with their original size, if this option is not given,
38400  the pages will be resized to fith the width of the page of your document.
38401  In the tab 
38402 \family sans
38403 Size and Rotation
38404 \family default
38405  you can specify the width and height of the input pages and their rotation.
38406  If another width than 100
38407 \begin_inset space \thinspace{}
38408 \end_inset
38409
38410 Scale% is used, the option 
38411 \series bold
38412 noautoscale
38413 \series default
38414  will be overwritten.
38415  For more info and possible options, have a look into the documentation
38416  of the \SpecialChar LaTeX
38417 -package 
38418 \series bold
38419 pdfpages
38420 \series default
38421  
38422 \begin_inset CommandInset citation
38423 LatexCommand cite
38424 key "pdfpages"
38425
38426 \end_inset
38427
38428 .
38429 \begin_inset Index idx
38430 status collapsed
38431
38432 \begin_layout Plain Layout
38433 \SpecialChar LaTeX
38434 -packages ! pdfpages
38435 \end_layout
38436
38437 \end_inset
38438
38439
38440 \begin_inset Newline newline
38441 \end_inset
38442
38443 To use this template in a 
38444 \family sans
38445 Beamer
38446 \family default
38447  presentation you need to first insert an 
38448 \family sans
38449 EndFrame
38450 \family default
38451  environment and in a subsequent paragraph a \SpecialChar TeX
38452  Code box containing the command
38453  
38454 \series bold
38455
38456 \backslash
38457 setbeamertemplate{background canvas}{}
38458 \series default
38459 .
38460  Then you can insert as many paragraphs containing the PDFPages template
38461  as you wish.
38462  Behind the included PDF pages you can resume the Beamer presentation by
38463  beginning a new frame or by starting a new section.
38464  To avoid stray blank pages prior to the PDF pages, make sure to use the
38465  
38466 \family sans
38467 Default
38468 \family default
38469  alignment for the paragraph containing the template.
38470 \begin_inset Newline newline
38471 \end_inset
38472
38473 Here is an included PDF which is rotated by -5°: 
38474 \begin_inset External
38475         template PDFPages
38476         filename clipart/Abstract.pdf
38477         extra LaTeX "noautoscale, pages=-"
38478         rotateAngle -5
38479         rotateOrigin bottomleft
38480
38481 \end_inset
38482
38483
38484 \end_layout
38485
38486 \begin_layout Description
38487 Raster
38488 \begin_inset space ~
38489 \end_inset
38490
38491 image This can be used for bitmap images.
38492  The image can be treated in the 
38493 \family sans
38494 External material
38495 \family default
38496  dialog like the images that are usually included via the 
38497 \family sans
38498 Graphics
38499 \family default
38500  dialog as described in section
38501 \begin_inset space ~
38502 \end_inset
38503
38504
38505 \begin_inset CommandInset ref
38506 LatexCommand ref
38507 reference "sec:Graphics-Dialog"
38508
38509 \end_inset
38510
38511 .
38512  Here is an inserted raster image: 
38513 \begin_inset External
38514         template RasterImage
38515         filename clipart/ToolbarEnvBox.png
38516
38517 \end_inset
38518
38519
38520 \end_layout
38521
38522 \begin_layout Description
38523 Vector
38524 \begin_inset space ~
38525 \end_inset
38526
38527 graphics This can be used for vector graphics.
38528  The image can be treated in the 
38529 \family sans
38530 External material
38531 \family default
38532  dialog like the images that are usually included via the 
38533 \family sans
38534 Graphics
38535 \family default
38536  dialog as described in section
38537 \begin_inset space ~
38538 \end_inset
38539
38540
38541 \begin_inset CommandInset ref
38542 LatexCommand ref
38543 reference "sec:Graphics-Dialog"
38544
38545 \end_inset
38546
38547 .
38548  Here is an inserted vector graphics: 
38549 \begin_inset External
38550         template VectorGraphics
38551         filename clipart/SVG-Drawing.svg
38552         scale 33
38553
38554 \end_inset
38555
38556
38557 \end_layout
38558
38559 \begin_layout Description
38560 Xfig
38561 \begin_inset space ~
38562 \end_inset
38563
38564 figure This template supports images created with the program 
38565 \series bold
38566
38567 \begin_inset CommandInset href
38568 LatexCommand href
38569 name "Xfig"
38570 target "http://en.wikipedia.org/wiki/Xfig"
38571
38572 \end_inset
38573
38574
38575 \series default
38576 .
38577 \end_layout
38578
38579 \begin_layout Standard
38580 \begin_inset Float table
38581 placement !h
38582 wide false
38583 sideways false
38584 status open
38585
38586 \begin_layout Plain Layout
38587 \begin_inset Caption Standard
38588
38589 \begin_layout Plain Layout
38590 \begin_inset CommandInset label
38591 LatexCommand label
38592 name "tab:Comparison-of-the"
38593
38594 \end_inset
38595
38596 Comparison of the date input methods.
38597 \end_layout
38598
38599 \end_inset
38600
38601
38602 \end_layout
38603
38604 \begin_layout Plain Layout
38605 \align center
38606 \begin_inset Tabular
38607 <lyxtabular version="3" rows="4" columns="4">
38608 <features tabularvalignment="middle">
38609 <column alignment="center" valignment="top">
38610 <column alignment="center" valignment="top">
38611 <column alignment="center" valignment="top">
38612 <column alignment="center" valignment="top">
38613 <row>
38614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38615 \begin_inset Text
38616
38617 \begin_layout Plain Layout
38618 Document format
38619 \end_layout
38620
38621 \end_inset
38622 </cell>
38623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38624 \begin_inset Text
38625
38626 \begin_layout Plain Layout
38627
38628 \family sans
38629 External Material\SpecialChar menuseparator
38630 Date
38631 \end_layout
38632
38633 \end_inset
38634 </cell>
38635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38636 \begin_inset Text
38637
38638 \begin_layout Plain Layout
38639
38640 \family sans
38641 Insert\SpecialChar menuseparator
38642 Date
38643 \end_layout
38644
38645 \end_inset
38646 </cell>
38647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38648 \begin_inset Text
38649
38650 \begin_layout Plain Layout
38651 command 
38652 \series bold
38653
38654 \backslash
38655 today
38656 \end_layout
38657
38658 \end_inset
38659 </cell>
38660 </row>
38661 <row>
38662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38663 \begin_inset Text
38664
38665 \begin_layout Plain Layout
38666 \SpecialChar LyX
38667
38668 \end_layout
38669
38670 \end_inset
38671 </cell>
38672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38673 \begin_inset Text
38674
38675 \begin_layout Plain Layout
38676 as inset box
38677 \end_layout
38678
38679 \end_inset
38680 </cell>
38681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38682 \begin_inset Text
38683
38684 \begin_layout Plain Layout
38685 as date
38686 \end_layout
38687
38688 \end_inset
38689 </cell>
38690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38691 \begin_inset Text
38692
38693 \begin_layout Plain Layout
38694 as \SpecialChar TeX
38695  Code inset box
38696 \end_layout
38697
38698 \end_inset
38699 </cell>
38700 </row>
38701 <row>
38702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38703 \begin_inset Text
38704
38705 \begin_layout Plain Layout
38706 \SpecialChar LaTeX
38707
38708 \end_layout
38709
38710 \end_inset
38711 </cell>
38712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38713 \begin_inset Text
38714
38715 \begin_layout Plain Layout
38716 as date
38717 \end_layout
38718
38719 \end_inset
38720 </cell>
38721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38722 \begin_inset Text
38723
38724 \begin_layout Plain Layout
38725 as date
38726 \end_layout
38727
38728 \end_inset
38729 </cell>
38730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38731 \begin_inset Text
38732
38733 \begin_layout Plain Layout
38734 as command
38735 \end_layout
38736
38737 \end_inset
38738 </cell>
38739 </row>
38740 <row>
38741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38742 \begin_inset Text
38743
38744 \begin_layout Plain Layout
38745 DVI, PDF, PS
38746 \end_layout
38747
38748 \end_inset
38749 </cell>
38750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38751 \begin_inset Text
38752
38753 \begin_layout Plain Layout
38754 as date
38755 \end_layout
38756
38757 \end_inset
38758 </cell>
38759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38760 \begin_inset Text
38761
38762 \begin_layout Plain Layout
38763 as date
38764 \end_layout
38765
38766 \end_inset
38767 </cell>
38768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38769 \begin_inset Text
38770
38771 \begin_layout Plain Layout
38772 as date
38773 \end_layout
38774
38775 \end_inset
38776 </cell>
38777 </row>
38778 </lyxtabular>
38779
38780 \end_inset
38781
38782
38783 \end_layout
38784
38785 \end_inset
38786
38787
38788 \end_layout
38789
38790 \begin_layout Standard
38791 When you use the option 
38792 \family sans
38793 Draft
38794 \family default
38795  in the 
38796 \family sans
38797 File
38798 \family default
38799  tab of the 
38800 \family sans
38801 External Material
38802 \family default
38803  dialog, only the path to the inserted file is shown in the output.
38804 \begin_inset Newline newline
38805 \end_inset
38806
38807 External material is displayed in \SpecialChar LyX
38808  either as a box like this: 
38809 \begin_inset Graphics
38810         filename clipart/ExternalMaterial.png
38811         scale 75
38812         scaleBeforeRotation
38813
38814 \end_inset
38815
38816  or as image, depending on the option 
38817 \family sans
38818 Show in LyX
38819 \family default
38820  in the 
38821 \family sans
38822 LaTeX and LyX options
38823 \family default
38824  tab of the dialog.
38825 \end_layout
38826
38827 \begin_layout Standard
38828 The 
38829 \family sans
38830 \emph on
38831 Customization
38832 \family default
38833 \emph default
38834  manual explains how you can define your own templates.
38835 \end_layout
38836
38837 \begin_layout Section
38838 Child Documents
38839 \begin_inset CommandInset label
38840 LatexCommand label
38841 name "sec:Child-Documents"
38842
38843 \end_inset
38844
38845
38846 \begin_inset Index idx
38847 status collapsed
38848
38849 \begin_layout Plain Layout
38850 External Document Parts ! Child Documents
38851 \end_layout
38852
38853 \end_inset
38854
38855
38856 \begin_inset Index idx
38857 status collapsed
38858
38859 \begin_layout Plain Layout
38860 Files ! Include
38861 \end_layout
38862
38863 \end_inset
38864
38865
38866 \end_layout
38867
38868 \begin_layout Standard
38869 Child documents are used if you have a long document consisting of several
38870  larger parts or sections.
38871  For maintenance it is often useful and sometimes even required to split
38872  the document into several files that can be revised separately.
38873  The different documents are then the so called 
38874 \begin_inset Quotes eld
38875 \end_inset
38876
38877 child documents
38878 \begin_inset Quotes erd
38879 \end_inset
38880
38881 , and a master document connects them to print the full document or parts
38882  of it.
38883  A child document inherits elements from its master, for example the \SpecialChar LaTeX
38884  preamble,
38885  the bibliography, and labels for cross-references.
38886 \end_layout
38887
38888 \begin_layout Standard
38889 To be able to work on child documents without the need to open their master,
38890  specify in the child document the master in the menu
38891 \family sans
38892  Document\SpecialChar menuseparator
38893 Settings\SpecialChar menuseparator
38894 Document
38895 \begin_inset space ~
38896 \end_inset
38897
38898 Class
38899 \family default
38900 .
38901  This master document will then be used in the background by \SpecialChar LyX
38902  when you edit
38903  the child document.
38904 \end_layout
38905
38906 \begin_layout Standard
38907 Included documents are displayed in \SpecialChar LyX
38908  as a box like this: 
38909 \begin_inset Graphics
38910         filename clipart/ChildDocument.png
38911         scaleBeforeRotation
38912
38913 \end_inset
38914
38915  To include child documents in a master document use the menu 
38916 \family sans
38917 Insert\SpecialChar menuseparator
38918 File\SpecialChar menuseparator
38919 Child
38920 \begin_inset space ~
38921 \end_inset
38922
38923 Documents
38924 \family default
38925 .
38926  A dialog pops up where you can choose between four include methods:
38927 \end_layout
38928
38929 \begin_layout Description
38930 Include You can include \SpecialChar LyX
38931  and \SpecialChar LaTeX
38932  documents.
38933  When you press the 
38934 \family sans
38935 Edit
38936 \family default
38937  button in the 
38938 \family sans
38939 Child Document
38940 \family default
38941  dialog, the included document will be opened in \SpecialChar LyX
38942  in a new file tab so that
38943  you can modify it.
38944 \begin_inset Newline newline
38945 \end_inset
38946
38947
38948 \end_layout
38949
38950 \begin_layout Standard
38951 Here is a child document inserted using 
38952 \family sans
38953 Include
38954 \family default
38955
38956 \begin_inset CommandInset include
38957 LatexCommand include
38958 filename "DummyDocument1.lyx"
38959
38960 \end_inset
38961
38962
38963 \end_layout
38964
38965 \begin_layout Standard
38966 The section numbering includes the sections of the included files in the
38967  order they are inserted in the master document.
38968  The included example document has for example a subsection that is numbered
38969  as a subsection of this section.
38970  Labels of included documents can be referenced: Subsection
38971 \begin_inset space ~
38972 \end_inset
38973
38974
38975 \begin_inset CommandInset ref
38976 LatexCommand ref
38977 reference "subsec:External-Subsection-1"
38978
38979 \end_inset
38980
38981 .
38982 \end_layout
38983
38984 \begin_layout Standard
38985 The preamble of the child document is ignored; only the preamble of the
38986  master document is used.
38987  Branches in child documents will be ignored by the master document when
38988  the master document does not have a branch with the same name.
38989  Included documents are inserted starting on a new page and ending with
38990  a page break.
38991 \end_layout
38992
38993 \begin_layout Standard
38994 \begin_inset Note Greyedout
38995 status open
38996
38997 \begin_layout Plain Layout
38998
38999 \series bold
39000 Note:
39001 \series default
39002  If you have included a \SpecialChar LyX
39003  or \SpecialChar LaTeX
39004  file, you are warned when you export/view the
39005  document in case the child document uses another document class than the
39006  master document as this will lead to unexpected outputs.
39007 \end_layout
39008
39009 \end_inset
39010
39011
39012 \end_layout
39013
39014 \begin_layout Description
39015 Input This method is very similar to the Include method.
39016  The differences are:
39017 \end_layout
39018
39019 \begin_deeper
39020 \begin_layout Itemize
39021 Input files don't start with a new page and don't end with a page break.
39022 \end_layout
39023
39024 \begin_layout Itemize
39025 Input files can be previewed in \SpecialChar LyX
39026  when 
39027 \family sans
39028 Instant
39029 \begin_inset space ~
39030 \end_inset
39031
39032 Preview
39033 \family default
39034  is enabled in \SpecialChar LyX
39035 's preferences under 
39036 \family sans
39037 Look
39038 \begin_inset space ~
39039 \end_inset
39040
39041 and
39042 \begin_inset space ~
39043 \end_inset
39044
39045 feel\SpecialChar menuseparator
39046 Graphics
39047 \family default
39048 .
39049 \end_layout
39050
39051 \begin_layout Itemize
39052 You cannot exclude Input files via the menu 
39053 \family sans
39054 Document\SpecialChar menuseparator
39055 Settings\SpecialChar menuseparator
39056 Child Documents
39057 \family default
39058 .
39059 \end_layout
39060
39061 \end_deeper
39062 \begin_layout Standard
39063 Here is a child document inserted using 
39064 \family sans
39065 Input
39066 \family default
39067
39068 \begin_inset CommandInset include
39069 LatexCommand input
39070 filename "DummyDocument2.lyx"
39071
39072 \end_inset
39073
39074
39075 \end_layout
39076
39077 \begin_layout Description
39078 Verbatim With this method any text file can be included.
39079  The file is shown in the output with its source code; no command used in
39080  the text is invoked.
39081  You can use the option 
39082 \family sans
39083 Mark spaces in output
39084 \family default
39085  that displays the character 
39086 \begin_inset Quotes eld
39087 \end_inset
39088
39089
39090 \begin_inset ERT
39091 status collapsed
39092
39093 \begin_layout Plain Layout
39094
39095
39096 \backslash
39097 textvisiblespace 
39098 \end_layout
39099
39100 \end_inset
39101
39102
39103 \begin_inset Quotes erd
39104 \end_inset
39105
39106  for every space character in the source code.
39107  The difference from the method via the menu 
39108 \family sans
39109 Insert\SpecialChar menuseparator
39110 File\SpecialChar menuseparator
39111 Plain
39112 \begin_inset space ~
39113 \end_inset
39114
39115 Text
39116 \family default
39117  is that the document content is not shown in \SpecialChar LyX
39118 .
39119 \end_layout
39120
39121 \begin_layout Standard
39122 Here is a child document inserted as Verbatim: 
39123 \begin_inset CommandInset include
39124 LatexCommand verbatiminput
39125 filename "DummyTextDocument.txt"
39126
39127 \end_inset
39128
39129
39130 \begin_inset VSpace bigskip
39131 \end_inset
39132
39133  Here is a child document inserted as Verbatim using the 
39134 \family sans
39135 Mark spaces in output
39136 \family default
39137  option: 
39138 \begin_inset CommandInset include
39139 LatexCommand verbatiminput*
39140 filename "DummyTextDocument.txt"
39141
39142 \end_inset
39143
39144
39145 \end_layout
39146
39147 \begin_layout Standard
39148 \begin_inset VSpace bigskip
39149 \end_inset
39150
39151
39152 \end_layout
39153
39154 \begin_layout Standard
39155 \begin_inset Note Greyedout
39156 status open
39157
39158 \begin_layout Plain Layout
39159
39160 \series bold
39161 Note:
39162 \series default
39163  As you can see in the examples above, the text of the documents included
39164  as 
39165 \family sans
39166 verbatim
39167 \family default
39168  is not broken at the end of the document lines.
39169 \end_layout
39170
39171 \end_inset
39172
39173
39174 \end_layout
39175
39176 \begin_layout Description
39177 Listings This type is described in chapter
39178 \begin_inset space ~
39179 \end_inset
39180
39181
39182 \begin_inset CommandInset ref
39183 LatexCommand ref
39184 reference "cha:Program-Code-Listings"
39185
39186 \end_inset
39187
39188 .
39189 \end_layout
39190
39191 \begin_layout Standard
39192 \begin_inset Note Greyedout
39193 status open
39194
39195 \begin_layout Plain Layout
39196
39197 \series bold
39198 Note:
39199 \series default
39200  Including the same document twice in a document using different methods
39201  could cause \SpecialChar LaTeX
39202 -problems.
39203 \end_layout
39204
39205 \end_inset
39206
39207
39208 \end_layout
39209
39210 \begin_layout Standard
39211 If you want to view/export only selected children of your master document,
39212  either because you want to save compiling time or because you want to distribut
39213 e single chapters of the book you are just writing, you can exclude children
39214  from the output.
39215  This is done via the menu 
39216 \family sans
39217 Document\SpecialChar menuseparator
39218 Settings\SpecialChar menuseparator
39219 Child Documents
39220 \family default
39221 .
39222  You can exclude\SpecialChar breakableslash
39223 include children by double-clicking on the 
39224 \family sans
39225 include to output
39226 \family default
39227  column of the respective child document in the list (note that this only
39228  works for documents embedded via 
39229 \begin_inset Quotes eld
39230 \end_inset
39231
39232 Include
39233 \begin_inset Quotes erd
39234 \end_inset
39235
39236 , not with 
39237 \begin_inset Quotes eld
39238 \end_inset
39239
39240 Input
39241 \begin_inset Quotes erd
39242 \end_inset
39243
39244 ).
39245  If the option 
39246 \family sans
39247 Maintain counters and references
39248 \family default
39249  is enabled, \SpecialChar LyX
39250  will assure that all page numbers, references etc.
39251 \begin_inset space ~
39252 \end_inset
39253
39254 are correct as if the whole document was processed.
39255  This is useful if you want the selected sub-documents to look exactly as
39256  in the context of the whole document.
39257  However, \SpecialChar LyX
39258  needs to process the whole document in the background for this
39259  feature.
39260  So if you want to save compile time and if counters and references do not
39261  need to be correct, disable this checkbox.
39262 \end_layout
39263
39264 \begin_layout Standard
39265 Alternatively, you can put each included file into a branch.
39266 \begin_inset Foot
39267 status collapsed
39268
39269 \begin_layout Plain Layout
39270 Branches are described in section 
39271 \emph on
39272 Branches
39273 \emph default
39274  of the \SpecialChar LyX
39275  
39276 \emph on
39277 Userguide
39278 \emph default
39279 .
39280 \end_layout
39281
39282 \end_inset
39283
39284  By enabling\SpecialChar breakableslash
39285 disabling branches you can decide which included files will
39286  appear in the output.
39287  This has the advantage that it also works with Input'ed sub-documents.
39288  However, counters and references will not be maintained with this approach.
39289 \end_layout
39290
39291 \begin_layout Chapter
39292 Program Code Listings
39293 \begin_inset CommandInset label
39294 LatexCommand label
39295 name "cha:Program-Code-Listings"
39296
39297 \end_inset
39298
39299
39300 \begin_inset Index idx
39301 status collapsed
39302
39303 \begin_layout Plain Layout
39304 Listings
39305 \end_layout
39306
39307 \end_inset
39308
39309
39310 \begin_inset Index idx
39311 status collapsed
39312
39313 \begin_layout Plain Layout
39314 Program Code
39315 \end_layout
39316
39317 \end_inset
39318
39319
39320 \begin_inset Index idx
39321 status collapsed
39322
39323 \begin_layout Plain Layout
39324 Floats ! Listings
39325 \end_layout
39326
39327 \end_inset
39328
39329
39330 \end_layout
39331
39332 \begin_layout Standard
39333 To include and typeset program code you can use the 
39334 \family sans
39335 Listings
39336 \family default
39337  inset that can be inserted via the menu 
39338 \family sans
39339 Insert\SpecialChar menuseparator
39340 Program Listing
39341 \family default
39342 .
39343  The \SpecialChar LaTeX
39344 -package 
39345 \series bold
39346 listings
39347 \series default
39348
39349 \begin_inset Index idx
39350 status collapsed
39351
39352 \begin_layout Plain Layout
39353 \SpecialChar LaTeX
39354 -packages ! listings
39355 \end_layout
39356
39357 \end_inset
39358
39359  provides a powerful and flexible way to insert program source code into
39360  your document.
39361 \end_layout
39362
39363 \begin_layout Standard
39364 Right-clicking on a listings inset opens the context menu containing where
39365  you can set the listings format.
39366 \end_layout
39367
39368 \begin_layout Standard
39369 By default, a listing starts a new paragraph in the output.
39370  The placement option 
39371 \family sans
39372 Inline
39373 \begin_inset space ~
39374 \end_inset
39375
39376 listing
39377 \family default
39378  prints the listing inline like this: 
39379 \begin_inset listings
39380 lstparams "language={C++}"
39381 inline true
39382 status open
39383
39384 \begin_layout Plain Layout
39385
39386 int a=5;
39387 \end_layout
39388
39389 \end_inset
39390
39391
39392 \begin_inset Newline newline
39393 \end_inset
39394
39395 The option 
39396 \family sans
39397 Float
39398 \family default
39399  creates a listings float where you can specify the placement options 
39400 \begin_inset Quotes eld
39401 \end_inset
39402
39403
39404 \family sans
39405 h
39406 \family default
39407
39408 \begin_inset Quotes erd
39409 \end_inset
39410
39411
39412 \begin_inset Quotes eld
39413 \end_inset
39414
39415
39416 \family sans
39417 t
39418 \family default
39419
39420 \begin_inset Quotes erd
39421 \end_inset
39422
39423
39424 \begin_inset Quotes eld
39425 \end_inset
39426
39427
39428 \family sans
39429 b
39430 \family default
39431
39432 \begin_inset Quotes erd
39433 \end_inset
39434
39435 , and 
39436 \begin_inset Quotes eld
39437 \end_inset
39438
39439
39440 \family sans
39441 p
39442 \family default
39443
39444 \begin_inset Quotes erd
39445 \end_inset
39446
39447  corresponding to the float placement options described in section
39448 \begin_inset space ~
39449 \end_inset
39450
39451
39452 \begin_inset CommandInset ref
39453 LatexCommand ref
39454 reference "sec:Float-Placement"
39455
39456 \end_inset
39457
39458 .
39459  The placement options can be mixed and are inserted without any separation,
39460  e.
39461 \begin_inset space \thinspace{}
39462 \end_inset
39463
39464 g.
39465 \begin_inset space \space{}
39466 \end_inset
39467
39468
39469 \begin_inset Quotes eld
39470 \end_inset
39471
39472
39473 \family sans
39474 htbp
39475 \family default
39476
39477 \begin_inset Quotes erd
39478 \end_inset
39479
39480 .
39481  The option 
39482 \begin_inset Quotes eld
39483 \end_inset
39484
39485 h
39486 \begin_inset Quotes erd
39487 \end_inset
39488
39489  has sometimes no effect, but you don't need to use the 
39490 \family sans
39491 Float
39492 \family default
39493  option in this case as also non-float listings can have captions and be
39494  referenced.
39495 \end_layout
39496
39497 \begin_layout Standard
39498 You can add captions to listings with the menu 
39499 \family sans
39500 Insert\SpecialChar menuseparator
39501 Caption
39502 \family default
39503 .
39504  Listings can be referenced like floats: Listing
39505 \begin_inset space ~
39506 \end_inset
39507
39508
39509 \begin_inset CommandInset ref
39510 LatexCommand ref
39511 reference "lst:Example-Listing"
39512
39513 \end_inset
39514
39515 .
39516  A list of listings which contains all listings with captions can be created
39517  via the menu 
39518 \family sans
39519 Insert\SpecialChar menuseparator
39520 List
39521 \begin_inset space ~
39522 \end_inset
39523
39524 /
39525 \begin_inset space ~
39526 \end_inset
39527
39528 TOC\SpecialChar menuseparator
39529 List of Listings
39530 \family default
39531 .
39532  The list entries are the listing caption and the listing number.
39533 \end_layout
39534
39535 \begin_layout Standard
39536 \begin_inset listings
39537 lstparams "language=Python"
39538 inline false
39539 status open
39540
39541 \begin_layout Plain Layout
39542
39543 \begin_inset Caption Standard
39544
39545 \begin_layout Plain Layout
39546 \begin_inset CommandInset label
39547 LatexCommand label
39548 name "lst:Example-Listing"
39549
39550 \end_inset
39551
39552 Example Listing float
39553 \end_layout
39554
39555 \end_inset
39556
39557 # Example listing float
39558 \end_layout
39559
39560 \begin_layout Plain Layout
39561
39562 def func(param):
39563 \end_layout
39564
39565 \begin_layout Plain Layout
39566
39567     'this is a python function'
39568 \end_layout
39569
39570 \begin_layout Plain Layout
39571
39572     pass
39573 \end_layout
39574
39575 \end_inset
39576
39577
39578 \end_layout
39579
39580 \begin_layout Standard
39581 When you have set a programming language in the listings dialog, the keywords
39582  of this language will be recognized and specially typeset in the output.
39583  In the example listings the Python keyword 
39584 \begin_inset Quotes eld
39585 \end_inset
39586
39587 def
39588 \begin_inset Quotes erd
39589 \end_inset
39590
39591  is recognized and printed bold in the output.
39592 \end_layout
39593
39594 \begin_layout Standard
39595 \begin_inset Note Greyedout
39596 status open
39597
39598 \begin_layout Plain Layout
39599
39600 \series bold
39601 Note:
39602 \series default
39603  If you don't get bold keywords when using typewriter fonts, your 
39604 \family typewriter
39605 typewriter
39606 \family default
39607  font probably doesn't provide a bold shape.
39608  In this case select a different one in the menu 
39609 \family sans
39610 Document\SpecialChar menuseparator
39611 Settings\SpecialChar menuseparator
39612 Fonts
39613 \family default
39614 .
39615  (The fonts 
39616 \emph on
39617 LuxiMono, BeraMono
39618 \emph default
39619  and 
39620 \emph on
39621 Courier
39622 \emph default
39623  provide bold shapes.)
39624 \end_layout
39625
39626 \end_inset
39627
39628
39629 \end_layout
39630
39631 \begin_layout Standard
39632 In section 
39633 \family sans
39634 Line
39635 \begin_inset space ~
39636 \end_inset
39637
39638 numbering
39639 \family default
39640  of the listings dialog you can specify the line numbering style.
39641  You can insert a number to specify which lines are numbered in the field
39642  
39643 \family sans
39644 Step
39645 \family default
39646 .
39647  When you insert e.
39648 \begin_inset space \thinspace{}
39649 \end_inset
39650
39651 g.
39652 \begin_inset space \space{}
39653 \end_inset
39654
39655
39656 \begin_inset Quotes eld
39657 \end_inset
39658
39659 3
39660 \begin_inset Quotes erd
39661 \end_inset
39662
39663 , only every 3rd line will be numbered.
39664 \end_layout
39665
39666 \begin_layout Standard
39667 You can furthermore specify a range of lines; only these will then appear
39668  in the output.
39669  The option 
39670 \family sans
39671 Extended character table
39672 \family default
39673  should be used when you use national characters like the German umlauts
39674  in the listing.
39675 \begin_inset Newline newline
39676 \end_inset
39677
39678 Here is an example listing with left line numbering, step 
39679 \begin_inset Quotes eld
39680 \end_inset
39681
39682 3
39683 \begin_inset Quotes erd
39684 \end_inset
39685
39686 , language 
39687 \begin_inset Quotes eld
39688 \end_inset
39689
39690 Python
39691 \begin_inset Quotes erd
39692 \end_inset
39693
39694 , options 
39695 \begin_inset Quotes eld
39696 \end_inset
39697
39698 Extended character table
39699 \begin_inset Quotes erd
39700 \end_inset
39701
39702  and 
39703 \begin_inset Quotes eld
39704 \end_inset
39705
39706 Space
39707 \begin_inset space ~
39708 \end_inset
39709
39710 as
39711 \begin_inset space ~
39712 \end_inset
39713
39714 symbol
39715 \begin_inset Quotes erd
39716 \end_inset
39717
39718 , range lines 3
39719 \begin_inset space \thinspace{}
39720 \end_inset
39721
39722 -
39723 \begin_inset space \thinspace{}
39724 \end_inset
39725
39726 8:
39727 \end_layout
39728
39729 \begin_layout Standard
39730 \begin_inset listings
39731 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39732 inline false
39733 status open
39734
39735 \begin_layout Plain Layout
39736
39737 def func(param):
39738 \end_layout
39739
39740 \begin_layout Plain Layout
39741
39742     'this is a python function'
39743 \end_layout
39744
39745 \begin_layout Plain Layout
39746
39747     pass
39748 \end_layout
39749
39750 \begin_layout Plain Layout
39751
39752 def func(param):
39753 \end_layout
39754
39755 \begin_layout Plain Layout
39756
39757 'This is a German word: Tschüß'
39758 \end_layout
39759
39760 \begin_layout Plain Layout
39761
39762 pass
39763 \end_layout
39764
39765 \begin_layout Plain Layout
39766
39767 def func(param):
39768 \end_layout
39769
39770 \begin_layout Plain Layout
39771
39772 'this is a python function'
39773 \end_layout
39774
39775 \begin_layout Plain Layout
39776
39777 pass
39778 \end_layout
39779
39780 \end_inset
39781
39782
39783 \end_layout
39784
39785 \begin_layout Standard
39786 When you have tabulators in your listing, you can specify the number of
39787  characters that are spanned by a tabulator in the field 
39788 \family sans
39789 Tabulator
39790 \begin_inset space ~
39791 \end_inset
39792
39793 size
39794 \family default
39795 .
39796 \end_layout
39797
39798 \begin_layout Standard
39799 \begin_inset Note Greyedout
39800 status open
39801
39802 \begin_layout Plain Layout
39803
39804 \series bold
39805 Note:
39806 \series default
39807  Due to a bug in the 
39808 \series bold
39809 listings
39810 \series default
39811  package the line numbering is shifted by a line by every previous listing.
39812  That's the reason why the lines 2 and 5 are numbered in the above listing
39813  and not the lines 3 and 6.
39814 \end_layout
39815
39816 \end_inset
39817
39818
39819 \end_layout
39820
39821 \begin_layout Standard
39822 \begin_inset VSpace bigskip
39823 \end_inset
39824
39825
39826 \end_layout
39827
39828 \begin_layout Standard
39829 It is also possible to print lines from a file as listing.
39830  To do this, use the menu 
39831 \family sans
39832 Insert\SpecialChar menuseparator
39833 File\SpecialChar menuseparator
39834 Child Document
39835 \family default
39836  and choose the type 
39837 \family sans
39838 Listings
39839 \family default
39840 .
39841 \begin_inset Foot
39842 status collapsed
39843
39844 \begin_layout Plain Layout
39845 The other child document types are described in section
39846 \begin_inset space ~
39847 \end_inset
39848
39849
39850 \begin_inset CommandInset ref
39851 LatexCommand ref
39852 reference "sec:Child-Documents"
39853
39854 \end_inset
39855
39856 .
39857 \end_layout
39858
39859 \end_inset
39860
39861  In the child document dialog you can specify the listing parameters in
39862  a text box.
39863  To show a list of all available parameters, type in a question mark 
39864 \begin_inset Quotes eld
39865 \end_inset
39866
39867 ?
39868 \begin_inset Quotes erd
39869 \end_inset
39870
39871  in the text box.
39872 \end_layout
39873
39874 \begin_layout Standard
39875 To reference child document listings, write a label text into the corresponding
39876  field of the child document dialog.
39877  The label can then be referenced using the menu 
39878 \family sans
39879 Insert\SpecialChar menuseparator
39880 Cross-Reference
39881 \family default
39882 .
39883 \end_layout
39884
39885 \begin_layout Standard
39886 Listing
39887 \begin_inset space ~
39888 \end_inset
39889
39890
39891 \begin_inset CommandInset ref
39892 LatexCommand ref
39893 reference "lst:file-listing"
39894
39895 \end_inset
39896
39897  is an example for a listing of a file; there the lines 10
39898 \begin_inset space \thinspace{}
39899 \end_inset
39900
39901 -
39902 \begin_inset space \thinspace{}
39903 \end_inset
39904
39905 15 of this \SpecialChar LyX
39906  file are listed.
39907 \end_layout
39908
39909 \begin_layout Standard
39910 \begin_inset CommandInset include
39911 LatexCommand lstinputlisting
39912 filename "EmbeddedObjects.lyx"
39913 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
39914
39915 \end_inset
39916
39917
39918 \end_layout
39919
39920 \begin_layout Standard
39921 \begin_inset VSpace bigskip
39922 \end_inset
39923
39924
39925 \end_layout
39926
39927 \begin_layout Standard
39928 Inserting a formula into a listing can be done the following way:
39929 \end_layout
39930
39931 \begin_layout Enumerate
39932 Open the listings dialog and add
39933 \begin_inset Newline newline
39934 \end_inset
39935
39936
39937 \family sans
39938 mathescape=true
39939 \family default
39940
39941 \begin_inset Newline newline
39942 \end_inset
39943
39944 to the field of the 
39945 \family sans
39946 Advanced
39947 \family default
39948  tab.
39949 \end_layout
39950
39951 \begin_layout Enumerate
39952 Create a formula outside the listing
39953 \end_layout
39954
39955 \begin_layout Enumerate
39956 Copy the content of the formula (not the formula inset) to the clipboard
39957  (shortcut 
39958 \begin_inset Info
39959 type  "shortcut"
39960 arg   "copy"
39961 \end_inset
39962
39963 )
39964 \end_layout
39965
39966 \begin_layout Enumerate
39967 In the listing write 
39968 \begin_inset Quotes eld
39969 \end_inset
39970
39971
39972 \family sans
39973 $$
39974 \family default
39975
39976 \begin_inset Quotes erd
39977 \end_inset
39978
39979  and copy from the clipboard between the dollar-signs (shortcut 
39980 \begin_inset Info
39981 type  "shortcut"
39982 arg   "paste"
39983 \end_inset
39984
39985 )
39986 \end_layout
39987
39988 \begin_layout Standard
39989 \begin_inset listings
39990 lstparams "language=Python,mathescape=true"
39991 inline false
39992 status open
39993
39994 \begin_layout Plain Layout
39995
39996 \begin_inset Caption Standard
39997
39998 \begin_layout Plain Layout
39999 Example Listing float containing a formula
40000 \end_layout
40001
40002 \end_inset
40003
40004 # Example listing float
40005 \end_layout
40006
40007 \begin_layout Plain Layout
40008
40009 def func(param):
40010 \end_layout
40011
40012 \begin_layout Plain Layout
40013
40014     # $
40015 \backslash
40016 prod_{n=1}^{
40017 \backslash
40018 infty}
40019 \backslash
40020 ,
40021 \backslash
40022 frac{1}{x^{2}}$
40023 \end_layout
40024
40025 \begin_layout Plain Layout
40026
40027     pass
40028 \end_layout
40029
40030 \end_inset
40031
40032
40033 \end_layout
40034
40035 \begin_layout Standard
40036 \begin_inset VSpace bigskip
40037 \end_inset
40038
40039
40040 \end_layout
40041
40042 \begin_layout Standard
40043 Global listings settings can be set in the 
40044 \family sans
40045 Document\SpecialChar menuseparator
40046 Settings\SpecialChar menuseparator
40047 Listings
40048 \family default
40049  dialog.
40050  To get there a list of available options, type in a question mark 
40051 \begin_inset Quotes eld
40052 \end_inset
40053
40054 ?
40055 \begin_inset Quotes erd
40056 \end_inset
40057
40058 .
40059 \end_layout
40060
40061 \begin_layout Standard
40062 For more information about the 
40063 \series bold
40064 listings
40065 \series default
40066  package, we refer to its documentation 
40067 \begin_inset CommandInset citation
40068 LatexCommand cite
40069 key "listings"
40070
40071 \end_inset
40072
40073 .
40074 \end_layout
40075
40076 \begin_layout Standard
40077 \begin_inset Newpage newpage
40078 \end_inset
40079
40080
40081 \end_layout
40082
40083 \begin_layout Chapter
40084 \start_of_appendix
40085 Units available in \SpecialChar LyX
40086
40087 \begin_inset Index idx
40088 status collapsed
40089
40090 \begin_layout Plain Layout
40091 Units
40092 \end_layout
40093
40094 \end_inset
40095
40096
40097 \begin_inset CommandInset label
40098 LatexCommand label
40099 name "cha:Units-available-in"
40100
40101 \end_inset
40102
40103
40104 \end_layout
40105
40106 \begin_layout Standard
40107 To understand the units described in this documentation, Table
40108 \begin_inset space ~
40109 \end_inset
40110
40111
40112 \begin_inset CommandInset ref
40113 LatexCommand ref
40114 reference "tab:Units"
40115
40116 \end_inset
40117
40118  explains all units available in \SpecialChar LyX
40119 .
40120 \end_layout
40121
40122 \begin_layout Standard
40123 \begin_inset Float table
40124 placement h
40125 wide false
40126 sideways false
40127 status open
40128
40129 \begin_layout Plain Layout
40130 \begin_inset Caption Standard
40131
40132 \begin_layout Plain Layout
40133 \begin_inset CommandInset label
40134 LatexCommand label
40135 name "tab:Units"
40136
40137 \end_inset
40138
40139 Units
40140 \end_layout
40141
40142 \end_inset
40143
40144
40145 \end_layout
40146
40147 \begin_layout Plain Layout
40148 \begin_inset VSpace medskip
40149 \end_inset
40150
40151
40152 \end_layout
40153
40154 \begin_layout Plain Layout
40155 \align center
40156 \begin_inset Tabular
40157 <lyxtabular version="3" rows="20" columns="3">
40158 <features tabularvalignment="middle">
40159 <column alignment="center" valignment="top">
40160 <column alignment="center" valignment="top">
40161 <column alignment="center" valignment="top">
40162 <row>
40163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40164 \begin_inset Text
40165
40166 \begin_layout Plain Layout
40167 unit
40168 \end_layout
40169
40170 \end_inset
40171 </cell>
40172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40173 \begin_inset Text
40174
40175 \begin_layout Plain Layout
40176 name/description
40177 \end_layout
40178
40179 \end_inset
40180 </cell>
40181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40182 \begin_inset Text
40183
40184 \begin_layout Plain Layout
40185 \SpecialChar LaTeX
40186  command
40187 \end_layout
40188
40189 \end_inset
40190 </cell>
40191 </row>
40192 <row>
40193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40194 \begin_inset Text
40195
40196 \begin_layout Plain Layout
40197 mm
40198 \end_layout
40199
40200 \end_inset
40201 </cell>
40202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40203 \begin_inset Text
40204
40205 \begin_layout Plain Layout
40206 millimeter
40207 \end_layout
40208
40209 \end_inset
40210 </cell>
40211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40212 \begin_inset Text
40213
40214 \begin_layout Plain Layout
40215 -
40216 \end_layout
40217
40218 \end_inset
40219 </cell>
40220 </row>
40221 <row>
40222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40223 \begin_inset Text
40224
40225 \begin_layout Plain Layout
40226 cm
40227 \end_layout
40228
40229 \end_inset
40230 </cell>
40231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40232 \begin_inset Text
40233
40234 \begin_layout Plain Layout
40235 centimeter
40236 \end_layout
40237
40238 \end_inset
40239 </cell>
40240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40241 \begin_inset Text
40242
40243 \begin_layout Plain Layout
40244 -
40245 \end_layout
40246
40247 \end_inset
40248 </cell>
40249 </row>
40250 <row>
40251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40252 \begin_inset Text
40253
40254 \begin_layout Plain Layout
40255 in
40256 \end_layout
40257
40258 \end_inset
40259 </cell>
40260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40261 \begin_inset Text
40262
40263 \begin_layout Plain Layout
40264 inch
40265 \end_layout
40266
40267 \end_inset
40268 </cell>
40269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40270 \begin_inset Text
40271
40272 \begin_layout Plain Layout
40273 -
40274 \end_layout
40275
40276 \end_inset
40277 </cell>
40278 </row>
40279 <row>
40280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40281 \begin_inset Text
40282
40283 \begin_layout Plain Layout
40284 pt
40285 \end_layout
40286
40287 \end_inset
40288 </cell>
40289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40290 \begin_inset Text
40291
40292 \begin_layout Plain Layout
40293 point (72.27
40294 \begin_inset space \thinspace{}
40295 \end_inset
40296
40297 pt = 1
40298 \begin_inset space \thinspace{}
40299 \end_inset
40300
40301 in)
40302 \end_layout
40303
40304 \end_inset
40305 </cell>
40306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40307 \begin_inset Text
40308
40309 \begin_layout Plain Layout
40310 -
40311 \end_layout
40312
40313 \end_inset
40314 </cell>
40315 </row>
40316 <row>
40317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40318 \begin_inset Text
40319
40320 \begin_layout Plain Layout
40321 pc
40322 \end_layout
40323
40324 \end_inset
40325 </cell>
40326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40327 \begin_inset Text
40328
40329 \begin_layout Plain Layout
40330 pica (1
40331 \begin_inset space \thinspace{}
40332 \end_inset
40333
40334 pc = 12
40335 \begin_inset space \thinspace{}
40336 \end_inset
40337
40338 pt)
40339 \end_layout
40340
40341 \end_inset
40342 </cell>
40343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40344 \begin_inset Text
40345
40346 \begin_layout Plain Layout
40347 -
40348 \end_layout
40349
40350 \end_inset
40351 </cell>
40352 </row>
40353 <row>
40354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40355 \begin_inset Text
40356
40357 \begin_layout Plain Layout
40358 sp
40359 \end_layout
40360
40361 \end_inset
40362 </cell>
40363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40364 \begin_inset Text
40365
40366 \begin_layout Plain Layout
40367 scaled point (65536
40368 \begin_inset space \thinspace{}
40369 \end_inset
40370
40371 sp = 1
40372 \begin_inset space \thinspace{}
40373 \end_inset
40374
40375 pt)
40376 \end_layout
40377
40378 \end_inset
40379 </cell>
40380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40381 \begin_inset Text
40382
40383 \begin_layout Plain Layout
40384 -
40385 \end_layout
40386
40387 \end_inset
40388 </cell>
40389 </row>
40390 <row>
40391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40392 \begin_inset Text
40393
40394 \begin_layout Plain Layout
40395 bp
40396 \end_layout
40397
40398 \end_inset
40399 </cell>
40400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40401 \begin_inset Text
40402
40403 \begin_layout Plain Layout
40404 big point (72
40405 \begin_inset space \thinspace{}
40406 \end_inset
40407
40408 bp = 1
40409 \begin_inset space \thinspace{}
40410 \end_inset
40411
40412 in)
40413 \end_layout
40414
40415 \end_inset
40416 </cell>
40417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40418 \begin_inset Text
40419
40420 \begin_layout Plain Layout
40421 -
40422 \end_layout
40423
40424 \end_inset
40425 </cell>
40426 </row>
40427 <row>
40428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40429 \begin_inset Text
40430
40431 \begin_layout Plain Layout
40432 dd
40433 \end_layout
40434
40435 \end_inset
40436 </cell>
40437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40438 \begin_inset Text
40439
40440 \begin_layout Plain Layout
40441 didot (1
40442 \begin_inset space \thinspace{}
40443 \end_inset
40444
40445 dd 
40446 \begin_inset Formula $\approx$
40447 \end_inset
40448
40449  0.376
40450 \begin_inset space \thinspace{}
40451 \end_inset
40452
40453 mm)
40454 \end_layout
40455
40456 \end_inset
40457 </cell>
40458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40459 \begin_inset Text
40460
40461 \begin_layout Plain Layout
40462 -
40463 \end_layout
40464
40465 \end_inset
40466 </cell>
40467 </row>
40468 <row>
40469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40470 \begin_inset Text
40471
40472 \begin_layout Plain Layout
40473 cc
40474 \end_layout
40475
40476 \end_inset
40477 </cell>
40478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40479 \begin_inset Text
40480
40481 \begin_layout Plain Layout
40482 cicero (1
40483 \begin_inset space \thinspace{}
40484 \end_inset
40485
40486 cc = 12
40487 \begin_inset space \thinspace{}
40488 \end_inset
40489
40490 dd)
40491 \end_layout
40492
40493 \end_inset
40494 </cell>
40495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40496 \begin_inset Text
40497
40498 \begin_layout Plain Layout
40499 -
40500 \end_layout
40501
40502 \end_inset
40503 </cell>
40504 </row>
40505 <row>
40506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40507 \begin_inset Text
40508
40509 \begin_layout Plain Layout
40510 Scale Graphics %
40511 \end_layout
40512
40513 \end_inset
40514 </cell>
40515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40516 \begin_inset Text
40517
40518 \begin_layout Plain Layout
40519 % of original image width
40520 \end_layout
40521
40522 \end_inset
40523 </cell>
40524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40525 \begin_inset Text
40526
40527 \begin_layout Plain Layout
40528
40529 \end_layout
40530
40531 \end_inset
40532 </cell>
40533 </row>
40534 <row>
40535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40536 \begin_inset Text
40537
40538 \begin_layout Plain Layout
40539 Text Width %
40540 \end_layout
40541
40542 \end_inset
40543 </cell>
40544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40545 \begin_inset Text
40546
40547 \begin_layout Plain Layout
40548 % of text width
40549 \end_layout
40550
40551 \end_inset
40552 </cell>
40553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40554 \begin_inset Text
40555
40556 \begin_layout Plain Layout
40557
40558 \backslash
40559 textwidth
40560 \end_layout
40561
40562 \end_inset
40563 </cell>
40564 </row>
40565 <row>
40566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40567 \begin_inset Text
40568
40569 \begin_layout Plain Layout
40570 Column Width %
40571 \end_layout
40572
40573 \end_inset
40574 </cell>
40575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40576 \begin_inset Text
40577
40578 \begin_layout Plain Layout
40579 % of column width
40580 \end_layout
40581
40582 \end_inset
40583 </cell>
40584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40585 \begin_inset Text
40586
40587 \begin_layout Plain Layout
40588
40589 \backslash
40590 columnwidth
40591 \end_layout
40592
40593 \end_inset
40594 </cell>
40595 </row>
40596 <row>
40597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40598 \begin_inset Text
40599
40600 \begin_layout Plain Layout
40601 Page Width %
40602 \end_layout
40603
40604 \end_inset
40605 </cell>
40606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40607 \begin_inset Text
40608
40609 \begin_layout Plain Layout
40610 % of paper width
40611 \end_layout
40612
40613 \end_inset
40614 </cell>
40615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40616 \begin_inset Text
40617
40618 \begin_layout Plain Layout
40619
40620 \backslash
40621 paperwidth
40622 \end_layout
40623
40624 \end_inset
40625 </cell>
40626 </row>
40627 <row>
40628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40629 \begin_inset Text
40630
40631 \begin_layout Plain Layout
40632 Line Width %
40633 \end_layout
40634
40635 \end_inset
40636 </cell>
40637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40638 \begin_inset Text
40639
40640 \begin_layout Plain Layout
40641 % of line width
40642 \end_layout
40643
40644 \end_inset
40645 </cell>
40646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40647 \begin_inset Text
40648
40649 \begin_layout Plain Layout
40650
40651 \backslash
40652 linewidth
40653 \end_layout
40654
40655 \end_inset
40656 </cell>
40657 </row>
40658 <row>
40659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40660 \begin_inset Text
40661
40662 \begin_layout Plain Layout
40663 Text Height %
40664 \end_layout
40665
40666 \end_inset
40667 </cell>
40668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40669 \begin_inset Text
40670
40671 \begin_layout Plain Layout
40672 % of text height
40673 \end_layout
40674
40675 \end_inset
40676 </cell>
40677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40678 \begin_inset Text
40679
40680 \begin_layout Plain Layout
40681
40682 \backslash
40683 textheight
40684 \end_layout
40685
40686 \end_inset
40687 </cell>
40688 </row>
40689 <row>
40690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40691 \begin_inset Text
40692
40693 \begin_layout Plain Layout
40694 Page Height %
40695 \end_layout
40696
40697 \end_inset
40698 </cell>
40699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40700 \begin_inset Text
40701
40702 \begin_layout Plain Layout
40703 % of paper height
40704 \end_layout
40705
40706 \end_inset
40707 </cell>
40708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40709 \begin_inset Text
40710
40711 \begin_layout Plain Layout
40712
40713 \backslash
40714 paperheight
40715 \end_layout
40716
40717 \end_inset
40718 </cell>
40719 </row>
40720 <row>
40721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40722 \begin_inset Text
40723
40724 \begin_layout Plain Layout
40725 ex
40726 \end_layout
40727
40728 \end_inset
40729 </cell>
40730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40731 \begin_inset Text
40732
40733 \begin_layout Plain Layout
40734 height of letter 
40735 \emph on
40736 x
40737 \emph default
40738  in current font
40739 \end_layout
40740
40741 \end_inset
40742 </cell>
40743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40744 \begin_inset Text
40745
40746 \begin_layout Plain Layout
40747 -
40748 \end_layout
40749
40750 \end_inset
40751 </cell>
40752 </row>
40753 <row>
40754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40755 \begin_inset Text
40756
40757 \begin_layout Plain Layout
40758 em
40759 \end_layout
40760
40761 \end_inset
40762 </cell>
40763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40764 \begin_inset Text
40765
40766 \begin_layout Plain Layout
40767 width of letter 
40768 \emph on
40769 M
40770 \emph default
40771  in current font
40772 \end_layout
40773
40774 \end_inset
40775 </cell>
40776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40777 \begin_inset Text
40778
40779 \begin_layout Plain Layout
40780 -
40781 \end_layout
40782
40783 \end_inset
40784 </cell>
40785 </row>
40786 <row>
40787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40788 \begin_inset Text
40789
40790 \begin_layout Plain Layout
40791 mu
40792 \end_layout
40793
40794 \end_inset
40795 </cell>
40796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40797 \begin_inset Text
40798
40799 \begin_layout Plain Layout
40800 math unit (1
40801 \begin_inset space \thinspace{}
40802 \end_inset
40803
40804 mu = 1/18
40805 \begin_inset space \thinspace{}
40806 \end_inset
40807
40808 em)
40809 \end_layout
40810
40811 \end_inset
40812 </cell>
40813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40814 \begin_inset Text
40815
40816 \begin_layout Plain Layout
40817 -
40818 \end_layout
40819
40820 \end_inset
40821 </cell>
40822 </row>
40823 </lyxtabular>
40824
40825 \end_inset
40826
40827
40828 \end_layout
40829
40830 \end_inset
40831
40832
40833 \end_layout
40834
40835 \begin_layout Chapter
40836 Output File Formats with Graphics
40837 \begin_inset CommandInset label
40838 LatexCommand label
40839 name "cha:Output-File-Formats"
40840
40841 \end_inset
40842
40843
40844 \end_layout
40845
40846 \begin_layout Section
40847 DVI
40848 \begin_inset Index idx
40849 status collapsed
40850
40851 \begin_layout Plain Layout
40852 File Formats ! DVI
40853 \end_layout
40854
40855 \end_inset
40856
40857
40858 \begin_inset Index idx
40859 status collapsed
40860
40861 \begin_layout Plain Layout
40862 DVI|see
40863 \begin_inset ERT
40864 status collapsed
40865
40866 \begin_layout Plain Layout
40867
40868 {
40869 \end_layout
40870
40871 \end_inset
40872
40873 File Formats
40874 \begin_inset ERT
40875 status collapsed
40876
40877 \begin_layout Plain Layout
40878
40879 }
40880 \end_layout
40881
40882 \end_inset
40883
40884
40885 \end_layout
40886
40887 \end_inset
40888
40889
40890 \end_layout
40891
40892 \begin_layout Standard
40893 This file type has the extension 
40894 \begin_inset Quotes eld
40895 \end_inset
40896
40897
40898 \family typewriter
40899 .dvi
40900 \family default
40901
40902 \begin_inset Quotes erd
40903 \end_inset
40904
40905 .
40906  It is called 
40907 \begin_inset Quotes eld
40908 \end_inset
40909
40910 device-independent
40911 \begin_inset Quotes erd
40912 \end_inset
40913
40914  (DVI), because it is completely portable; you can move them from one machine
40915  to another without needing to do any sort of conversion.
40916  At the time when this file-format was developed, this was no matter of
40917  course.
40918  DVIs are used for quick previews and as pre-stage for other output formats,
40919  like PostScript.
40920 \end_layout
40921
40922 \begin_layout Standard
40923 \begin_inset Note Greyedout
40924 status open
40925
40926 \begin_layout Plain Layout
40927
40928 \series bold
40929 Note:
40930 \series default
40931  DVI-files do not contain images; they will only be a linked.
40932 \end_layout
40933
40934 \end_inset
40935
40936  So don't forget this, if you move your 
40937 \family typewriter
40938 .dvi
40939 \family default
40940  file to another computer.
40941  This property can also slow down your computer when you view the DVI, because
40942  the DVI-viewer has to convert the image in the background to make it visible
40943  when you scroll in the DVI.
40944  So it is recommended that you use PDF for files with many images.
40945 \end_layout
40946
40947 \begin_layout Standard
40948 You can export your document to DVI by using the menu 
40949 \family sans
40950 File\SpecialChar menuseparator
40951 Export\SpecialChar menuseparator
40952 DVI
40953 \family default
40954 .
40955  You can view your document as DVI via the 
40956 \family sans
40957 View
40958 \family default
40959  menu.
40960 \end_layout
40961
40962 \begin_layout Section
40963 PostScript
40964 \begin_inset Index idx
40965 status collapsed
40966
40967 \begin_layout Plain Layout
40968 File Formats ! PostScript
40969 \end_layout
40970
40971 \end_inset
40972
40973
40974 \begin_inset Index idx
40975 status collapsed
40976
40977 \begin_layout Plain Layout
40978 PostScript|see
40979 \begin_inset ERT
40980 status collapsed
40981
40982 \begin_layout Plain Layout
40983
40984 {
40985 \end_layout
40986
40987 \end_inset
40988
40989 File Formats
40990 \begin_inset ERT
40991 status collapsed
40992
40993 \begin_layout Plain Layout
40994
40995 }
40996 \end_layout
40997
40998 \end_inset
40999
41000
41001 \end_layout
41002
41003 \end_inset
41004
41005
41006 \end_layout
41007
41008 \begin_layout Standard
41009 This file type has the extension 
41010 \begin_inset Quotes eld
41011 \end_inset
41012
41013
41014 \family typewriter
41015 .ps
41016 \family default
41017
41018 \begin_inset Quotes erd
41019 \end_inset
41020
41021 .
41022  PostScript was developed by the company 
41023 \family typewriter
41024 Adobe
41025 \family default
41026  as a printer language.
41027  The file therefore contains commands that the printer uses to print the
41028  file.
41029  PostScript can be seen as a 
41030 \begin_inset Quotes eld
41031 \end_inset
41032
41033 programming language
41034 \begin_inset Quotes erd
41035 \end_inset
41036
41037 ; you can calculate with it and draw diagrams and images.
41038 \begin_inset Foot
41039 status collapsed
41040
41041 \begin_layout Plain Layout
41042 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
41043 -package
41044  
41045 \series bold
41046 PSTricks
41047 \series default
41048  
41049 \begin_inset CommandInset citation
41050 LatexCommand cite
41051 key "pstricks"
41052
41053 \end_inset
41054
41055 .
41056 \end_layout
41057
41058 \end_inset
41059
41060  Due to this ability, the files are often bigger than PDFs.
41061 \end_layout
41062
41063 \begin_layout Standard
41064 PostScript can only contain images in the format 
41065 \begin_inset Quotes eld
41066 \end_inset
41067
41068 Encapsulated PostScript
41069 \begin_inset Quotes erd
41070 \end_inset
41071
41072  (EPS, file extension 
41073 \begin_inset Quotes eld
41074 \end_inset
41075
41076
41077 \family typewriter
41078 .eps
41079 \family default
41080
41081 \begin_inset Quotes erd
41082 \end_inset
41083
41084 ).
41085  As \SpecialChar LyX
41086  allows you to use any known image format in your document, it has to
41087  convert images in the background to EPS.
41088  If you have e.g.
41089 \begin_inset space ~
41090 \end_inset
41091
41092 50
41093 \begin_inset space ~
41094 \end_inset
41095
41096 images in your document, \SpecialChar LyX
41097  has to do 50
41098 \begin_inset space ~
41099 \end_inset
41100
41101 conversions whenever you view or export your document.
41102  This will slow down your work flow with \SpecialChar LyX
41103  drastically.
41104  So if you plan to use PostScript, you can insert your images directly as
41105  EPS to avoid this problem.
41106 \end_layout
41107
41108 \begin_layout Standard
41109 You can export your document to PostScript using the menu 
41110 \family sans
41111 File\SpecialChar menuseparator
41112 Export\SpecialChar menuseparator
41113 Postscript
41114 \family default
41115 .
41116  You can view your document as PostScript via the 
41117 \family sans
41118 View
41119 \family default
41120  menu.
41121 \end_layout
41122
41123 \begin_layout Section
41124 PDF
41125 \begin_inset Index idx
41126 status collapsed
41127
41128 \begin_layout Plain Layout
41129 File Formats ! PDF
41130 \end_layout
41131
41132 \end_inset
41133
41134
41135 \begin_inset Index idx
41136 status collapsed
41137
41138 \begin_layout Plain Layout
41139 PDF
41140 \end_layout
41141
41142 \end_inset
41143
41144
41145 \end_layout
41146
41147 \begin_layout Standard
41148 This file type has the extension 
41149 \begin_inset Quotes eld
41150 \end_inset
41151
41152
41153 \family typewriter
41154 .pdf
41155 \family default
41156
41157 \begin_inset Quotes erd
41158 \end_inset
41159
41160 .
41161  The 
41162 \begin_inset Quotes eld
41163 \end_inset
41164
41165 Portable Document Format
41166 \begin_inset Quotes erd
41167 \end_inset
41168
41169  (PDF) was developed by 
41170 \family typewriter
41171 Adobe
41172 \family default
41173  as a derivative of PostScript.
41174  It is more compressed and it uses fewer commands than PostScript.
41175  As the name 
41176 \begin_inset Quotes eld
41177 \end_inset
41178
41179 portable
41180 \begin_inset Quotes erd
41181 \end_inset
41182
41183  implies, it can be processed at any computer system and the printed output
41184  looks exactly the same.
41185 \end_layout
41186
41187 \begin_layout Standard
41188 PDF can contain images in its own PDF format, in the format 
41189 \begin_inset Quotes eld
41190 \end_inset
41191
41192 Joint Photographic Experts Group
41193 \begin_inset Quotes erd
41194 \end_inset
41195
41196  (JPG, file extension 
41197 \begin_inset Quotes eld
41198 \end_inset
41199
41200
41201 \family typewriter
41202 .jpg
41203 \family default
41204
41205 \begin_inset Quotes erd
41206 \end_inset
41207
41208  or 
41209 \begin_inset Quotes eld
41210 \end_inset
41211
41212
41213 \family typewriter
41214 .jpeg
41215 \family default
41216
41217 \begin_inset Quotes erd
41218 \end_inset
41219
41220 ), and in the format 
41221 \begin_inset Quotes eld
41222 \end_inset
41223
41224 Portable Network Graphics
41225 \begin_inset Quotes erd
41226 \end_inset
41227
41228  (PNG, file extension 
41229 \begin_inset Quotes eld
41230 \end_inset
41231
41232
41233 \family typewriter
41234 .png
41235 \family default
41236
41237 \begin_inset Quotes erd
41238 \end_inset
41239
41240 ).
41241  Nevertheless you can use any other image format, because \SpecialChar LyX
41242  converts them
41243  in the background to one of these formats.
41244  But as described in the section about PostScript, the image conversion
41245  will slow down your work flow.
41246  So it is recommended that you use images in one of the three mentioned
41247  formats.
41248 \end_layout
41249
41250 \begin_layout Standard
41251 You can export your document to PDF via the menu 
41252 \family sans
41253 File\SpecialChar menuseparator
41254 Export
41255 \family default
41256  in three different ways:
41257 \end_layout
41258
41259 \begin_layout Description
41260 PDF
41261 \begin_inset space ~
41262 \end_inset
41263
41264 (ps2pdf) This uses the program 
41265 \family typewriter
41266 ps2pdf
41267 \family default
41268  that creates a PDF from a PostScript-version of your file.
41269  The PostScript-version is produced by the program 
41270 \family typewriter
41271 dvips
41272 \family default
41273  which uses a DVI-version as intermediate step.
41274  So this export variant consists of three conversions.
41275 \end_layout
41276
41277 \begin_layout Description
41278 PDF
41279 \begin_inset space ~
41280 \end_inset
41281
41282 (dvipdfm) This uses the program 
41283 \family typewriter
41284 dvipdfm
41285 \family default
41286  that converts your file in the background to DVI and in a second step to
41287  PDF.
41288 \end_layout
41289
41290 \begin_layout Description
41291 PDF
41292 \begin_inset space ~
41293 \end_inset
41294
41295 (pdflatex) This uses the program 
41296 \family typewriter
41297 pdftex
41298 \family default
41299  that converts your file directly to PDF.
41300 \end_layout
41301
41302 \begin_layout Standard
41303 It is recommended that you use 
41304 \family sans
41305 PDF
41306 \begin_inset space ~
41307 \end_inset
41308
41309 (pdflatex)
41310 \family default
41311  because 
41312 \family typewriter
41313 pdftex
41314 \family default
41315  supports all features of actual PDF-versions, is quick and works stable.
41316  The program 
41317 \family typewriter
41318 dvipdfm
41319 \family default
41320  is not under development and therefore a bit outdated.
41321 \end_layout
41322
41323 \begin_layout Standard
41324 You can view your document as PDF via the 
41325 \family sans
41326 View
41327 \family default
41328  menu or by using a toolbar button.
41329 \end_layout
41330
41331 \begin_layout Chapter
41332 List of dvips color names
41333 \begin_inset CommandInset label
41334 LatexCommand label
41335 name "chap:List-of-dvips-colornames"
41336
41337 \end_inset
41338
41339
41340 \end_layout
41341
41342 \begin_layout Standard
41343 \begin_inset Tabular
41344 <lyxtabular version="3" rows="17" columns="4">
41345 <features tabularvalignment="middle">
41346 <column alignment="left" valignment="top" width="0pt">
41347 <column alignment="left" valignment="top" width="0pt">
41348 <column alignment="left" valignment="top" width="0pt">
41349 <column alignment="left" valignment="top" width="0pt">
41350 <row>
41351 <cell alignment="left" valignment="top" usebox="none">
41352 \begin_inset Text
41353
41354 \begin_layout Plain Layout
41355 \begin_inset ERT
41356 status collapsed
41357
41358 \begin_layout Plain Layout
41359
41360
41361 \backslash
41362 fcolorbox{black}{
41363 \end_layout
41364
41365 \end_inset
41366
41367 white
41368 \begin_inset ERT
41369 status collapsed
41370
41371 \begin_layout Plain Layout
41372
41373 }{
41374 \end_layout
41375
41376 \end_inset
41377
41378 Color
41379 \begin_inset ERT
41380 status collapsed
41381
41382 \begin_layout Plain Layout
41383
41384 }
41385 \end_layout
41386
41387 \end_inset
41388
41389  Color name
41390 \end_layout
41391
41392 \end_inset
41393 </cell>
41394 <cell alignment="left" valignment="top" usebox="none">
41395 \begin_inset Text
41396
41397 \begin_layout Plain Layout
41398 \begin_inset ERT
41399 status collapsed
41400
41401 \begin_layout Plain Layout
41402
41403
41404 \backslash
41405 fcolorbox{black}{
41406 \end_layout
41407
41408 \end_inset
41409
41410 white
41411 \begin_inset ERT
41412 status collapsed
41413
41414 \begin_layout Plain Layout
41415
41416 }{
41417 \end_layout
41418
41419 \end_inset
41420
41421 Color
41422 \begin_inset ERT
41423 status collapsed
41424
41425 \begin_layout Plain Layout
41426
41427 }
41428 \end_layout
41429
41430 \end_inset
41431
41432  Color name
41433 \end_layout
41434
41435 \end_inset
41436 </cell>
41437 <cell alignment="left" valignment="top" usebox="none">
41438 \begin_inset Text
41439
41440 \begin_layout Plain Layout
41441 \begin_inset ERT
41442 status collapsed
41443
41444 \begin_layout Plain Layout
41445
41446
41447 \backslash
41448 fcolorbox{black}{
41449 \end_layout
41450
41451 \end_inset
41452
41453 white
41454 \begin_inset ERT
41455 status collapsed
41456
41457 \begin_layout Plain Layout
41458
41459 }{
41460 \end_layout
41461
41462 \end_inset
41463
41464 Color
41465 \begin_inset ERT
41466 status collapsed
41467
41468 \begin_layout Plain Layout
41469
41470 }
41471 \end_layout
41472
41473 \end_inset
41474
41475  Color name
41476 \end_layout
41477
41478 \end_inset
41479 </cell>
41480 <cell alignment="left" valignment="top" usebox="none">
41481 \begin_inset Text
41482
41483 \begin_layout Plain Layout
41484 \begin_inset ERT
41485 status collapsed
41486
41487 \begin_layout Plain Layout
41488
41489
41490 \backslash
41491 fcolorbox{black}{
41492 \end_layout
41493
41494 \end_inset
41495
41496 white
41497 \begin_inset ERT
41498 status collapsed
41499
41500 \begin_layout Plain Layout
41501
41502 }{
41503 \end_layout
41504
41505 \end_inset
41506
41507 Color
41508 \begin_inset ERT
41509 status collapsed
41510
41511 \begin_layout Plain Layout
41512
41513 }
41514 \end_layout
41515
41516 \end_inset
41517
41518  Color name
41519 \end_layout
41520
41521 \end_inset
41522 </cell>
41523 </row>
41524 <row>
41525 <cell alignment="center" valignment="top" usebox="none">
41526 \begin_inset Text
41527
41528 \begin_layout Plain Layout
41529 \begin_inset ERT
41530 status collapsed
41531
41532 \begin_layout Plain Layout
41533
41534
41535 \backslash
41536 fcolorbox{black}{
41537 \end_layout
41538
41539 \end_inset
41540
41541 Apricot
41542 \begin_inset ERT
41543 status collapsed
41544
41545 \begin_layout Plain Layout
41546
41547 }{
41548 \end_layout
41549
41550 \end_inset
41551
41552
41553 \begin_inset Phantom Phantom
41554 status open
41555
41556 \begin_layout Plain Layout
41557 W
41558 \end_layout
41559
41560 \end_inset
41561
41562
41563 \begin_inset ERT
41564 status collapsed
41565
41566 \begin_layout Plain Layout
41567
41568 }
41569 \end_layout
41570
41571 \end_inset
41572
41573  Apricot
41574 \end_layout
41575
41576 \end_inset
41577 </cell>
41578 <cell alignment="center" valignment="top" usebox="none">
41579 \begin_inset Text
41580
41581 \begin_layout Plain Layout
41582 \begin_inset ERT
41583 status collapsed
41584
41585 \begin_layout Plain Layout
41586
41587
41588 \backslash
41589 fcolorbox{black}{
41590 \end_layout
41591
41592 \end_inset
41593
41594 Aquamarine
41595 \begin_inset ERT
41596 status collapsed
41597
41598 \begin_layout Plain Layout
41599
41600 }{
41601 \end_layout
41602
41603 \end_inset
41604
41605
41606 \begin_inset Phantom Phantom
41607 status open
41608
41609 \begin_layout Plain Layout
41610 W
41611 \end_layout
41612
41613 \end_inset
41614
41615
41616 \begin_inset ERT
41617 status collapsed
41618
41619 \begin_layout Plain Layout
41620
41621 }
41622 \end_layout
41623
41624 \end_inset
41625
41626  Aquamarine
41627 \end_layout
41628
41629 \end_inset
41630 </cell>
41631 <cell alignment="center" valignment="top" usebox="none">
41632 \begin_inset Text
41633
41634 \begin_layout Plain Layout
41635 \begin_inset ERT
41636 status collapsed
41637
41638 \begin_layout Plain Layout
41639
41640
41641 \backslash
41642 fcolorbox{black}{
41643 \end_layout
41644
41645 \end_inset
41646
41647 Bittersweet
41648 \begin_inset ERT
41649 status collapsed
41650
41651 \begin_layout Plain Layout
41652
41653 }{
41654 \end_layout
41655
41656 \end_inset
41657
41658
41659 \begin_inset Phantom Phantom
41660 status open
41661
41662 \begin_layout Plain Layout
41663 W
41664 \end_layout
41665
41666 \end_inset
41667
41668
41669 \begin_inset ERT
41670 status collapsed
41671
41672 \begin_layout Plain Layout
41673
41674 }
41675 \end_layout
41676
41677 \end_inset
41678
41679  Bittersweet
41680 \end_layout
41681
41682 \end_inset
41683 </cell>
41684 <cell alignment="center" valignment="top" usebox="none">
41685 \begin_inset Text
41686
41687 \begin_layout Plain Layout
41688 \begin_inset ERT
41689 status collapsed
41690
41691 \begin_layout Plain Layout
41692
41693
41694 \backslash
41695 fcolorbox{black}{
41696 \end_layout
41697
41698 \end_inset
41699
41700 BlueGreen
41701 \begin_inset ERT
41702 status collapsed
41703
41704 \begin_layout Plain Layout
41705
41706 }{
41707 \end_layout
41708
41709 \end_inset
41710
41711
41712 \begin_inset Phantom Phantom
41713 status open
41714
41715 \begin_layout Plain Layout
41716 W
41717 \end_layout
41718
41719 \end_inset
41720
41721
41722 \begin_inset ERT
41723 status collapsed
41724
41725 \begin_layout Plain Layout
41726
41727 }
41728 \end_layout
41729
41730 \end_inset
41731
41732  BlueGreen
41733 \end_layout
41734
41735 \end_inset
41736 </cell>
41737 </row>
41738 <row>
41739 <cell alignment="left" valignment="top" usebox="none">
41740 \begin_inset Text
41741
41742 \begin_layout Plain Layout
41743 \begin_inset ERT
41744 status collapsed
41745
41746 \begin_layout Plain Layout
41747
41748
41749 \backslash
41750 fcolorbox{black}{
41751 \end_layout
41752
41753 \end_inset
41754
41755 BlueViolet
41756 \begin_inset ERT
41757 status collapsed
41758
41759 \begin_layout Plain Layout
41760
41761 }{
41762 \end_layout
41763
41764 \end_inset
41765
41766
41767 \begin_inset Phantom Phantom
41768 status open
41769
41770 \begin_layout Plain Layout
41771 W
41772 \end_layout
41773
41774 \end_inset
41775
41776
41777 \begin_inset ERT
41778 status collapsed
41779
41780 \begin_layout Plain Layout
41781
41782 }
41783 \end_layout
41784
41785 \end_inset
41786
41787  BlueViolet
41788 \end_layout
41789
41790 \end_inset
41791 </cell>
41792 <cell alignment="left" valignment="top" usebox="none">
41793 \begin_inset Text
41794
41795 \begin_layout Plain Layout
41796 \begin_inset ERT
41797 status collapsed
41798
41799 \begin_layout Plain Layout
41800
41801
41802 \backslash
41803 fcolorbox{black}{
41804 \end_layout
41805
41806 \end_inset
41807
41808 BrickRed
41809 \begin_inset ERT
41810 status collapsed
41811
41812 \begin_layout Plain Layout
41813
41814 }{
41815 \end_layout
41816
41817 \end_inset
41818
41819
41820 \begin_inset Phantom Phantom
41821 status open
41822
41823 \begin_layout Plain Layout
41824 W
41825 \end_layout
41826
41827 \end_inset
41828
41829
41830 \begin_inset ERT
41831 status collapsed
41832
41833 \begin_layout Plain Layout
41834
41835 }
41836 \end_layout
41837
41838 \end_inset
41839
41840  BrickRed
41841 \end_layout
41842
41843 \end_inset
41844 </cell>
41845 <cell alignment="left" valignment="top" usebox="none">
41846 \begin_inset Text
41847
41848 \begin_layout Plain Layout
41849 \begin_inset ERT
41850 status collapsed
41851
41852 \begin_layout Plain Layout
41853
41854
41855 \backslash
41856 fcolorbox{black}{
41857 \end_layout
41858
41859 \end_inset
41860
41861 Brown
41862 \begin_inset ERT
41863 status collapsed
41864
41865 \begin_layout Plain Layout
41866
41867 }{
41868 \end_layout
41869
41870 \end_inset
41871
41872
41873 \begin_inset Phantom Phantom
41874 status open
41875
41876 \begin_layout Plain Layout
41877 W
41878 \end_layout
41879
41880 \end_inset
41881
41882
41883 \begin_inset ERT
41884 status collapsed
41885
41886 \begin_layout Plain Layout
41887
41888 }
41889 \end_layout
41890
41891 \end_inset
41892
41893  Brown
41894 \end_layout
41895
41896 \end_inset
41897 </cell>
41898 <cell alignment="left" valignment="top" usebox="none">
41899 \begin_inset Text
41900
41901 \begin_layout Plain Layout
41902 \begin_inset ERT
41903 status collapsed
41904
41905 \begin_layout Plain Layout
41906
41907
41908 \backslash
41909 fcolorbox{black}{
41910 \end_layout
41911
41912 \end_inset
41913
41914 BurntOrange
41915 \begin_inset ERT
41916 status collapsed
41917
41918 \begin_layout Plain Layout
41919
41920 }{
41921 \end_layout
41922
41923 \end_inset
41924
41925
41926 \begin_inset Phantom Phantom
41927 status open
41928
41929 \begin_layout Plain Layout
41930 W
41931 \end_layout
41932
41933 \end_inset
41934
41935
41936 \begin_inset ERT
41937 status collapsed
41938
41939 \begin_layout Plain Layout
41940
41941 }
41942 \end_layout
41943
41944 \end_inset
41945
41946  BurntOrange
41947 \end_layout
41948
41949 \end_inset
41950 </cell>
41951 </row>
41952 <row>
41953 <cell alignment="left" valignment="top" usebox="none">
41954 \begin_inset Text
41955
41956 \begin_layout Plain Layout
41957 \begin_inset ERT
41958 status collapsed
41959
41960 \begin_layout Plain Layout
41961
41962
41963 \backslash
41964 fcolorbox{black}{
41965 \end_layout
41966
41967 \end_inset
41968
41969 CadetBlue
41970 \begin_inset ERT
41971 status collapsed
41972
41973 \begin_layout Plain Layout
41974
41975 }{
41976 \end_layout
41977
41978 \end_inset
41979
41980
41981 \begin_inset Phantom Phantom
41982 status open
41983
41984 \begin_layout Plain Layout
41985 W
41986 \end_layout
41987
41988 \end_inset
41989
41990
41991 \begin_inset ERT
41992 status collapsed
41993
41994 \begin_layout Plain Layout
41995
41996 }
41997 \end_layout
41998
41999 \end_inset
42000
42001  CadetBlue
42002 \end_layout
42003
42004 \end_inset
42005 </cell>
42006 <cell alignment="left" valignment="top" usebox="none">
42007 \begin_inset Text
42008
42009 \begin_layout Plain Layout
42010 \begin_inset ERT
42011 status collapsed
42012
42013 \begin_layout Plain Layout
42014
42015
42016 \backslash
42017 fcolorbox{black}{
42018 \end_layout
42019
42020 \end_inset
42021
42022 CarnationPink
42023 \begin_inset ERT
42024 status collapsed
42025
42026 \begin_layout Plain Layout
42027
42028 }{
42029 \end_layout
42030
42031 \end_inset
42032
42033
42034 \begin_inset Phantom Phantom
42035 status open
42036
42037 \begin_layout Plain Layout
42038 W
42039 \end_layout
42040
42041 \end_inset
42042
42043
42044 \begin_inset ERT
42045 status collapsed
42046
42047 \begin_layout Plain Layout
42048
42049 }
42050 \end_layout
42051
42052 \end_inset
42053
42054  CarnationPink
42055 \end_layout
42056
42057 \end_inset
42058 </cell>
42059 <cell alignment="left" valignment="top" usebox="none">
42060 \begin_inset Text
42061
42062 \begin_layout Plain Layout
42063 \begin_inset ERT
42064 status collapsed
42065
42066 \begin_layout Plain Layout
42067
42068
42069 \backslash
42070 fcolorbox{black}{
42071 \end_layout
42072
42073 \end_inset
42074
42075 Cerulean
42076 \begin_inset ERT
42077 status collapsed
42078
42079 \begin_layout Plain Layout
42080
42081 }{
42082 \end_layout
42083
42084 \end_inset
42085
42086
42087 \begin_inset Phantom Phantom
42088 status open
42089
42090 \begin_layout Plain Layout
42091 W
42092 \end_layout
42093
42094 \end_inset
42095
42096
42097 \begin_inset ERT
42098 status collapsed
42099
42100 \begin_layout Plain Layout
42101
42102 }
42103 \end_layout
42104
42105 \end_inset
42106
42107  Cerulean
42108 \end_layout
42109
42110 \end_inset
42111 </cell>
42112 <cell alignment="left" valignment="top" usebox="none">
42113 \begin_inset Text
42114
42115 \begin_layout Plain Layout
42116 \begin_inset ERT
42117 status collapsed
42118
42119 \begin_layout Plain Layout
42120
42121
42122 \backslash
42123 fcolorbox{black}{
42124 \end_layout
42125
42126 \end_inset
42127
42128 CornflowerBlue
42129 \begin_inset ERT
42130 status collapsed
42131
42132 \begin_layout Plain Layout
42133
42134 }{
42135 \end_layout
42136
42137 \end_inset
42138
42139
42140 \begin_inset Phantom Phantom
42141 status open
42142
42143 \begin_layout Plain Layout
42144 W
42145 \end_layout
42146
42147 \end_inset
42148
42149
42150 \begin_inset ERT
42151 status collapsed
42152
42153 \begin_layout Plain Layout
42154
42155 }
42156 \end_layout
42157
42158 \end_inset
42159
42160  CornflowerBlue
42161 \end_layout
42162
42163 \end_inset
42164 </cell>
42165 </row>
42166 <row>
42167 <cell alignment="left" valignment="top" usebox="none">
42168 \begin_inset Text
42169
42170 \begin_layout Plain Layout
42171 \begin_inset ERT
42172 status collapsed
42173
42174 \begin_layout Plain Layout
42175
42176
42177 \backslash
42178 fcolorbox{black}{
42179 \end_layout
42180
42181 \end_inset
42182
42183 Dandelion
42184 \begin_inset ERT
42185 status collapsed
42186
42187 \begin_layout Plain Layout
42188
42189 }{
42190 \end_layout
42191
42192 \end_inset
42193
42194
42195 \begin_inset Phantom Phantom
42196 status open
42197
42198 \begin_layout Plain Layout
42199 W
42200 \end_layout
42201
42202 \end_inset
42203
42204
42205 \begin_inset ERT
42206 status collapsed
42207
42208 \begin_layout Plain Layout
42209
42210 }
42211 \end_layout
42212
42213 \end_inset
42214
42215  Dandelion
42216 \end_layout
42217
42218 \end_inset
42219 </cell>
42220 <cell alignment="left" valignment="top" usebox="none">
42221 \begin_inset Text
42222
42223 \begin_layout Plain Layout
42224 \begin_inset ERT
42225 status collapsed
42226
42227 \begin_layout Plain Layout
42228
42229
42230 \backslash
42231 fcolorbox{black}{
42232 \end_layout
42233
42234 \end_inset
42235
42236 DarkOrchid
42237 \begin_inset ERT
42238 status collapsed
42239
42240 \begin_layout Plain Layout
42241
42242 }{
42243 \end_layout
42244
42245 \end_inset
42246
42247
42248 \begin_inset Phantom Phantom
42249 status open
42250
42251 \begin_layout Plain Layout
42252 W
42253 \end_layout
42254
42255 \end_inset
42256
42257
42258 \begin_inset ERT
42259 status collapsed
42260
42261 \begin_layout Plain Layout
42262
42263 }
42264 \end_layout
42265
42266 \end_inset
42267
42268  DarkOrchid
42269 \end_layout
42270
42271 \end_inset
42272 </cell>
42273 <cell alignment="left" valignment="top" usebox="none">
42274 \begin_inset Text
42275
42276 \begin_layout Plain Layout
42277 \begin_inset ERT
42278 status collapsed
42279
42280 \begin_layout Plain Layout
42281
42282
42283 \backslash
42284 fcolorbox{black}{
42285 \end_layout
42286
42287 \end_inset
42288
42289 Emerald
42290 \begin_inset ERT
42291 status collapsed
42292
42293 \begin_layout Plain Layout
42294
42295 }{
42296 \end_layout
42297
42298 \end_inset
42299
42300
42301 \begin_inset Phantom Phantom
42302 status open
42303
42304 \begin_layout Plain Layout
42305 W
42306 \end_layout
42307
42308 \end_inset
42309
42310
42311 \begin_inset ERT
42312 status collapsed
42313
42314 \begin_layout Plain Layout
42315
42316 }
42317 \end_layout
42318
42319 \end_inset
42320
42321  Emerald
42322 \end_layout
42323
42324 \end_inset
42325 </cell>
42326 <cell alignment="left" valignment="top" usebox="none">
42327 \begin_inset Text
42328
42329 \begin_layout Plain Layout
42330 \begin_inset ERT
42331 status collapsed
42332
42333 \begin_layout Plain Layout
42334
42335
42336 \backslash
42337 fcolorbox{black}{
42338 \end_layout
42339
42340 \end_inset
42341
42342 ForestGreen
42343 \begin_inset ERT
42344 status collapsed
42345
42346 \begin_layout Plain Layout
42347
42348 }{
42349 \end_layout
42350
42351 \end_inset
42352
42353
42354 \begin_inset Phantom Phantom
42355 status open
42356
42357 \begin_layout Plain Layout
42358 W
42359 \end_layout
42360
42361 \end_inset
42362
42363
42364 \begin_inset ERT
42365 status collapsed
42366
42367 \begin_layout Plain Layout
42368
42369 }
42370 \end_layout
42371
42372 \end_inset
42373
42374  ForestGreen
42375 \end_layout
42376
42377 \end_inset
42378 </cell>
42379 </row>
42380 <row>
42381 <cell alignment="left" valignment="top" usebox="none">
42382 \begin_inset Text
42383
42384 \begin_layout Plain Layout
42385 \begin_inset ERT
42386 status collapsed
42387
42388 \begin_layout Plain Layout
42389
42390
42391 \backslash
42392 fcolorbox{black}{
42393 \end_layout
42394
42395 \end_inset
42396
42397 Fuchsia
42398 \begin_inset ERT
42399 status collapsed
42400
42401 \begin_layout Plain Layout
42402
42403 }{
42404 \end_layout
42405
42406 \end_inset
42407
42408
42409 \begin_inset Phantom Phantom
42410 status open
42411
42412 \begin_layout Plain Layout
42413 W
42414 \end_layout
42415
42416 \end_inset
42417
42418
42419 \begin_inset ERT
42420 status collapsed
42421
42422 \begin_layout Plain Layout
42423
42424 }
42425 \end_layout
42426
42427 \end_inset
42428
42429  Fuchsia
42430 \end_layout
42431
42432 \end_inset
42433 </cell>
42434 <cell alignment="left" valignment="top" usebox="none">
42435 \begin_inset Text
42436
42437 \begin_layout Plain Layout
42438 \begin_inset ERT
42439 status collapsed
42440
42441 \begin_layout Plain Layout
42442
42443
42444 \backslash
42445 fcolorbox{black}{
42446 \end_layout
42447
42448 \end_inset
42449
42450 Goldenrod
42451 \begin_inset ERT
42452 status collapsed
42453
42454 \begin_layout Plain Layout
42455
42456 }{
42457 \end_layout
42458
42459 \end_inset
42460
42461
42462 \begin_inset Phantom Phantom
42463 status open
42464
42465 \begin_layout Plain Layout
42466 W
42467 \end_layout
42468
42469 \end_inset
42470
42471
42472 \begin_inset ERT
42473 status collapsed
42474
42475 \begin_layout Plain Layout
42476
42477 }
42478 \end_layout
42479
42480 \end_inset
42481
42482  Goldenrod
42483 \end_layout
42484
42485 \end_inset
42486 </cell>
42487 <cell alignment="left" valignment="top" usebox="none">
42488 \begin_inset Text
42489
42490 \begin_layout Plain Layout
42491 \begin_inset ERT
42492 status collapsed
42493
42494 \begin_layout Plain Layout
42495
42496
42497 \backslash
42498 fcolorbox{black}{
42499 \end_layout
42500
42501 \end_inset
42502
42503 Gray
42504 \begin_inset ERT
42505 status collapsed
42506
42507 \begin_layout Plain Layout
42508
42509 }{
42510 \end_layout
42511
42512 \end_inset
42513
42514
42515 \begin_inset Phantom Phantom
42516 status open
42517
42518 \begin_layout Plain Layout
42519 W
42520 \end_layout
42521
42522 \end_inset
42523
42524
42525 \begin_inset ERT
42526 status collapsed
42527
42528 \begin_layout Plain Layout
42529
42530 }
42531 \end_layout
42532
42533 \end_inset
42534
42535  Gray
42536 \end_layout
42537
42538 \end_inset
42539 </cell>
42540 <cell alignment="left" valignment="top" usebox="none">
42541 \begin_inset Text
42542
42543 \begin_layout Plain Layout
42544 \begin_inset ERT
42545 status collapsed
42546
42547 \begin_layout Plain Layout
42548
42549
42550 \backslash
42551 fcolorbox{black}{
42552 \end_layout
42553
42554 \end_inset
42555
42556 GreenYellow
42557 \begin_inset ERT
42558 status collapsed
42559
42560 \begin_layout Plain Layout
42561
42562 }{
42563 \end_layout
42564
42565 \end_inset
42566
42567
42568 \begin_inset Phantom Phantom
42569 status open
42570
42571 \begin_layout Plain Layout
42572 W
42573 \end_layout
42574
42575 \end_inset
42576
42577
42578 \begin_inset ERT
42579 status collapsed
42580
42581 \begin_layout Plain Layout
42582
42583 }
42584 \end_layout
42585
42586 \end_inset
42587
42588  GreenYellow
42589 \end_layout
42590
42591 \end_inset
42592 </cell>
42593 </row>
42594 <row>
42595 <cell alignment="center" valignment="top" usebox="none">
42596 \begin_inset Text
42597
42598 \begin_layout Plain Layout
42599 \begin_inset ERT
42600 status collapsed
42601
42602 \begin_layout Plain Layout
42603
42604
42605 \backslash
42606 fcolorbox{black}{
42607 \end_layout
42608
42609 \end_inset
42610
42611 JungleGreen
42612 \begin_inset ERT
42613 status collapsed
42614
42615 \begin_layout Plain Layout
42616
42617 }{
42618 \end_layout
42619
42620 \end_inset
42621
42622
42623 \begin_inset Phantom Phantom
42624 status open
42625
42626 \begin_layout Plain Layout
42627 W
42628 \end_layout
42629
42630 \end_inset
42631
42632
42633 \begin_inset ERT
42634 status collapsed
42635
42636 \begin_layout Plain Layout
42637
42638 }
42639 \end_layout
42640
42641 \end_inset
42642
42643  JungleGreen
42644 \end_layout
42645
42646 \end_inset
42647 </cell>
42648 <cell alignment="center" valignment="top" usebox="none">
42649 \begin_inset Text
42650
42651 \begin_layout Plain Layout
42652 \begin_inset ERT
42653 status collapsed
42654
42655 \begin_layout Plain Layout
42656
42657
42658 \backslash
42659 fcolorbox{black}{
42660 \end_layout
42661
42662 \end_inset
42663
42664 Lavender
42665 \begin_inset ERT
42666 status collapsed
42667
42668 \begin_layout Plain Layout
42669
42670 }{
42671 \end_layout
42672
42673 \end_inset
42674
42675
42676 \begin_inset Phantom Phantom
42677 status open
42678
42679 \begin_layout Plain Layout
42680 W
42681 \end_layout
42682
42683 \end_inset
42684
42685
42686 \begin_inset ERT
42687 status collapsed
42688
42689 \begin_layout Plain Layout
42690
42691 }
42692 \end_layout
42693
42694 \end_inset
42695
42696  Lavender
42697 \end_layout
42698
42699 \end_inset
42700 </cell>
42701 <cell alignment="center" valignment="top" usebox="none">
42702 \begin_inset Text
42703
42704 \begin_layout Plain Layout
42705 \begin_inset ERT
42706 status collapsed
42707
42708 \begin_layout Plain Layout
42709
42710
42711 \backslash
42712 fcolorbox{black}{
42713 \end_layout
42714
42715 \end_inset
42716
42717 LimeGreen
42718 \begin_inset ERT
42719 status collapsed
42720
42721 \begin_layout Plain Layout
42722
42723 }{
42724 \end_layout
42725
42726 \end_inset
42727
42728
42729 \begin_inset Phantom Phantom
42730 status open
42731
42732 \begin_layout Plain Layout
42733 W
42734 \end_layout
42735
42736 \end_inset
42737
42738
42739 \begin_inset ERT
42740 status collapsed
42741
42742 \begin_layout Plain Layout
42743
42744 }
42745 \end_layout
42746
42747 \end_inset
42748
42749  LimeGreen
42750 \end_layout
42751
42752 \end_inset
42753 </cell>
42754 <cell alignment="center" valignment="top" usebox="none">
42755 \begin_inset Text
42756
42757 \begin_layout Plain Layout
42758 \begin_inset ERT
42759 status collapsed
42760
42761 \begin_layout Plain Layout
42762
42763
42764 \backslash
42765 fcolorbox{black}{
42766 \end_layout
42767
42768 \end_inset
42769
42770 Mahogany
42771 \begin_inset ERT
42772 status collapsed
42773
42774 \begin_layout Plain Layout
42775
42776 }{
42777 \end_layout
42778
42779 \end_inset
42780
42781
42782 \begin_inset Phantom Phantom
42783 status open
42784
42785 \begin_layout Plain Layout
42786 W
42787 \end_layout
42788
42789 \end_inset
42790
42791
42792 \begin_inset ERT
42793 status collapsed
42794
42795 \begin_layout Plain Layout
42796
42797 }
42798 \end_layout
42799
42800 \end_inset
42801
42802  Mahogany
42803 \end_layout
42804
42805 \end_inset
42806 </cell>
42807 </row>
42808 <row>
42809 <cell alignment="left" valignment="top" usebox="none">
42810 \begin_inset Text
42811
42812 \begin_layout Plain Layout
42813 \begin_inset ERT
42814 status collapsed
42815
42816 \begin_layout Plain Layout
42817
42818
42819 \backslash
42820 fcolorbox{black}{
42821 \end_layout
42822
42823 \end_inset
42824
42825 Mahogany
42826 \begin_inset ERT
42827 status collapsed
42828
42829 \begin_layout Plain Layout
42830
42831 }{
42832 \end_layout
42833
42834 \end_inset
42835
42836
42837 \begin_inset Phantom Phantom
42838 status open
42839
42840 \begin_layout Plain Layout
42841 W
42842 \end_layout
42843
42844 \end_inset
42845
42846
42847 \begin_inset ERT
42848 status collapsed
42849
42850 \begin_layout Plain Layout
42851
42852 }
42853 \end_layout
42854
42855 \end_inset
42856
42857  Mahogany
42858 \end_layout
42859
42860 \end_inset
42861 </cell>
42862 <cell alignment="left" valignment="top" usebox="none">
42863 \begin_inset Text
42864
42865 \begin_layout Plain Layout
42866 \begin_inset ERT
42867 status collapsed
42868
42869 \begin_layout Plain Layout
42870
42871
42872 \backslash
42873 fcolorbox{black}{
42874 \end_layout
42875
42876 \end_inset
42877
42878 Maroon
42879 \begin_inset ERT
42880 status collapsed
42881
42882 \begin_layout Plain Layout
42883
42884 }{
42885 \end_layout
42886
42887 \end_inset
42888
42889
42890 \begin_inset Phantom Phantom
42891 status open
42892
42893 \begin_layout Plain Layout
42894 W
42895 \end_layout
42896
42897 \end_inset
42898
42899
42900 \begin_inset ERT
42901 status collapsed
42902
42903 \begin_layout Plain Layout
42904
42905 }
42906 \end_layout
42907
42908 \end_inset
42909
42910  Maroon
42911 \end_layout
42912
42913 \end_inset
42914 </cell>
42915 <cell alignment="left" valignment="top" usebox="none">
42916 \begin_inset Text
42917
42918 \begin_layout Plain Layout
42919 \begin_inset ERT
42920 status collapsed
42921
42922 \begin_layout Plain Layout
42923
42924
42925 \backslash
42926 fcolorbox{black}{
42927 \end_layout
42928
42929 \end_inset
42930
42931 Melon
42932 \begin_inset ERT
42933 status collapsed
42934
42935 \begin_layout Plain Layout
42936
42937 }{
42938 \end_layout
42939
42940 \end_inset
42941
42942
42943 \begin_inset Phantom Phantom
42944 status open
42945
42946 \begin_layout Plain Layout
42947 W
42948 \end_layout
42949
42950 \end_inset
42951
42952
42953 \begin_inset ERT
42954 status collapsed
42955
42956 \begin_layout Plain Layout
42957
42958 }
42959 \end_layout
42960
42961 \end_inset
42962
42963  Melon
42964 \end_layout
42965
42966 \end_inset
42967 </cell>
42968 <cell alignment="left" valignment="top" usebox="none">
42969 \begin_inset Text
42970
42971 \begin_layout Plain Layout
42972 \begin_inset ERT
42973 status collapsed
42974
42975 \begin_layout Plain Layout
42976
42977
42978 \backslash
42979 fcolorbox{black}{
42980 \end_layout
42981
42982 \end_inset
42983
42984 MidnightBlue
42985 \begin_inset ERT
42986 status collapsed
42987
42988 \begin_layout Plain Layout
42989
42990 }{
42991 \end_layout
42992
42993 \end_inset
42994
42995
42996 \begin_inset Phantom Phantom
42997 status open
42998
42999 \begin_layout Plain Layout
43000 W
43001 \end_layout
43002
43003 \end_inset
43004
43005
43006 \begin_inset ERT
43007 status collapsed
43008
43009 \begin_layout Plain Layout
43010
43011 }
43012 \end_layout
43013
43014 \end_inset
43015
43016  MidnightBlue
43017 \end_layout
43018
43019 \end_inset
43020 </cell>
43021 </row>
43022 <row>
43023 <cell alignment="left" valignment="top" usebox="none">
43024 \begin_inset Text
43025
43026 \begin_layout Plain Layout
43027 \begin_inset ERT
43028 status collapsed
43029
43030 \begin_layout Plain Layout
43031
43032
43033 \backslash
43034 fcolorbox{black}{
43035 \end_layout
43036
43037 \end_inset
43038
43039 Mulberry
43040 \begin_inset ERT
43041 status collapsed
43042
43043 \begin_layout Plain Layout
43044
43045 }{
43046 \end_layout
43047
43048 \end_inset
43049
43050
43051 \begin_inset Phantom Phantom
43052 status open
43053
43054 \begin_layout Plain Layout
43055 W
43056 \end_layout
43057
43058 \end_inset
43059
43060
43061 \begin_inset ERT
43062 status collapsed
43063
43064 \begin_layout Plain Layout
43065
43066 }
43067 \end_layout
43068
43069 \end_inset
43070
43071  Mulberry
43072 \end_layout
43073
43074 \end_inset
43075 </cell>
43076 <cell alignment="left" valignment="top" usebox="none">
43077 \begin_inset Text
43078
43079 \begin_layout Plain Layout
43080 \begin_inset ERT
43081 status collapsed
43082
43083 \begin_layout Plain Layout
43084
43085
43086 \backslash
43087 fcolorbox{black}{
43088 \end_layout
43089
43090 \end_inset
43091
43092 NavyBlue
43093 \begin_inset ERT
43094 status collapsed
43095
43096 \begin_layout Plain Layout
43097
43098 }{
43099 \end_layout
43100
43101 \end_inset
43102
43103
43104 \begin_inset Phantom Phantom
43105 status open
43106
43107 \begin_layout Plain Layout
43108 W
43109 \end_layout
43110
43111 \end_inset
43112
43113
43114 \begin_inset ERT
43115 status collapsed
43116
43117 \begin_layout Plain Layout
43118
43119 }
43120 \end_layout
43121
43122 \end_inset
43123
43124  NavyBlue
43125 \end_layout
43126
43127 \end_inset
43128 </cell>
43129 <cell alignment="left" valignment="top" usebox="none">
43130 \begin_inset Text
43131
43132 \begin_layout Plain Layout
43133 \begin_inset ERT
43134 status collapsed
43135
43136 \begin_layout Plain Layout
43137
43138
43139 \backslash
43140 fcolorbox{black}{
43141 \end_layout
43142
43143 \end_inset
43144
43145 OliveGreen
43146 \begin_inset ERT
43147 status collapsed
43148
43149 \begin_layout Plain Layout
43150
43151 }{
43152 \end_layout
43153
43154 \end_inset
43155
43156
43157 \begin_inset Phantom Phantom
43158 status open
43159
43160 \begin_layout Plain Layout
43161 W
43162 \end_layout
43163
43164 \end_inset
43165
43166
43167 \begin_inset ERT
43168 status collapsed
43169
43170 \begin_layout Plain Layout
43171
43172 }
43173 \end_layout
43174
43175 \end_inset
43176
43177  OliveGreen
43178 \end_layout
43179
43180 \end_inset
43181 </cell>
43182 <cell alignment="left" valignment="top" usebox="none">
43183 \begin_inset Text
43184
43185 \begin_layout Plain Layout
43186 \begin_inset ERT
43187 status collapsed
43188
43189 \begin_layout Plain Layout
43190
43191
43192 \backslash
43193 fcolorbox{black}{
43194 \end_layout
43195
43196 \end_inset
43197
43198 Orange
43199 \begin_inset ERT
43200 status collapsed
43201
43202 \begin_layout Plain Layout
43203
43204 }{
43205 \end_layout
43206
43207 \end_inset
43208
43209
43210 \begin_inset Phantom Phantom
43211 status open
43212
43213 \begin_layout Plain Layout
43214 W
43215 \end_layout
43216
43217 \end_inset
43218
43219
43220 \begin_inset ERT
43221 status collapsed
43222
43223 \begin_layout Plain Layout
43224
43225 }
43226 \end_layout
43227
43228 \end_inset
43229
43230  Orange
43231 \end_layout
43232
43233 \end_inset
43234 </cell>
43235 </row>
43236 <row>
43237 <cell alignment="left" valignment="top" usebox="none">
43238 \begin_inset Text
43239
43240 \begin_layout Plain Layout
43241 \begin_inset ERT
43242 status collapsed
43243
43244 \begin_layout Plain Layout
43245
43246
43247 \backslash
43248 fcolorbox{black}{
43249 \end_layout
43250
43251 \end_inset
43252
43253 OrangeRed
43254 \begin_inset ERT
43255 status collapsed
43256
43257 \begin_layout Plain Layout
43258
43259 }{
43260 \end_layout
43261
43262 \end_inset
43263
43264
43265 \begin_inset Phantom Phantom
43266 status open
43267
43268 \begin_layout Plain Layout
43269 W
43270 \end_layout
43271
43272 \end_inset
43273
43274
43275 \begin_inset ERT
43276 status collapsed
43277
43278 \begin_layout Plain Layout
43279
43280 }
43281 \end_layout
43282
43283 \end_inset
43284
43285  OrangeRed
43286 \end_layout
43287
43288 \end_inset
43289 </cell>
43290 <cell alignment="left" valignment="top" usebox="none">
43291 \begin_inset Text
43292
43293 \begin_layout Plain Layout
43294 \begin_inset ERT
43295 status collapsed
43296
43297 \begin_layout Plain Layout
43298
43299
43300 \backslash
43301 fcolorbox{black}{
43302 \end_layout
43303
43304 \end_inset
43305
43306 Orchid
43307 \begin_inset ERT
43308 status collapsed
43309
43310 \begin_layout Plain Layout
43311
43312 }{
43313 \end_layout
43314
43315 \end_inset
43316
43317
43318 \begin_inset Phantom Phantom
43319 status open
43320
43321 \begin_layout Plain Layout
43322 W
43323 \end_layout
43324
43325 \end_inset
43326
43327
43328 \begin_inset ERT
43329 status collapsed
43330
43331 \begin_layout Plain Layout
43332
43333 }
43334 \end_layout
43335
43336 \end_inset
43337
43338  Orchid
43339 \end_layout
43340
43341 \end_inset
43342 </cell>
43343 <cell alignment="left" valignment="top" usebox="none">
43344 \begin_inset Text
43345
43346 \begin_layout Plain Layout
43347 \begin_inset ERT
43348 status collapsed
43349
43350 \begin_layout Plain Layout
43351
43352
43353 \backslash
43354 fcolorbox{black}{
43355 \end_layout
43356
43357 \end_inset
43358
43359 Peach
43360 \begin_inset ERT
43361 status collapsed
43362
43363 \begin_layout Plain Layout
43364
43365 }{
43366 \end_layout
43367
43368 \end_inset
43369
43370
43371 \begin_inset Phantom Phantom
43372 status open
43373
43374 \begin_layout Plain Layout
43375 W
43376 \end_layout
43377
43378 \end_inset
43379
43380
43381 \begin_inset ERT
43382 status collapsed
43383
43384 \begin_layout Plain Layout
43385
43386 }
43387 \end_layout
43388
43389 \end_inset
43390
43391  Peach
43392 \end_layout
43393
43394 \end_inset
43395 </cell>
43396 <cell alignment="left" valignment="top" usebox="none">
43397 \begin_inset Text
43398
43399 \begin_layout Plain Layout
43400 \begin_inset ERT
43401 status collapsed
43402
43403 \begin_layout Plain Layout
43404
43405
43406 \backslash
43407 fcolorbox{black}{
43408 \end_layout
43409
43410 \end_inset
43411
43412 Periwinkle
43413 \begin_inset ERT
43414 status collapsed
43415
43416 \begin_layout Plain Layout
43417
43418 }{
43419 \end_layout
43420
43421 \end_inset
43422
43423
43424 \begin_inset Phantom Phantom
43425 status open
43426
43427 \begin_layout Plain Layout
43428 W
43429 \end_layout
43430
43431 \end_inset
43432
43433
43434 \begin_inset ERT
43435 status collapsed
43436
43437 \begin_layout Plain Layout
43438
43439 }
43440 \end_layout
43441
43442 \end_inset
43443
43444  Periwinkle
43445 \end_layout
43446
43447 \end_inset
43448 </cell>
43449 </row>
43450 <row>
43451 <cell alignment="left" valignment="top" usebox="none">
43452 \begin_inset Text
43453
43454 \begin_layout Plain Layout
43455 \begin_inset ERT
43456 status collapsed
43457
43458 \begin_layout Plain Layout
43459
43460
43461 \backslash
43462 fcolorbox{black}{
43463 \end_layout
43464
43465 \end_inset
43466
43467 PineGreen
43468 \begin_inset ERT
43469 status collapsed
43470
43471 \begin_layout Plain Layout
43472
43473 }{
43474 \end_layout
43475
43476 \end_inset
43477
43478
43479 \begin_inset Phantom Phantom
43480 status open
43481
43482 \begin_layout Plain Layout
43483 W
43484 \end_layout
43485
43486 \end_inset
43487
43488
43489 \begin_inset ERT
43490 status collapsed
43491
43492 \begin_layout Plain Layout
43493
43494 }
43495 \end_layout
43496
43497 \end_inset
43498
43499  PineGreen
43500 \end_layout
43501
43502 \end_inset
43503 </cell>
43504 <cell alignment="left" valignment="top" usebox="none">
43505 \begin_inset Text
43506
43507 \begin_layout Plain Layout
43508 \begin_inset ERT
43509 status collapsed
43510
43511 \begin_layout Plain Layout
43512
43513
43514 \backslash
43515 fcolorbox{black}{
43516 \end_layout
43517
43518 \end_inset
43519
43520 Plum
43521 \begin_inset ERT
43522 status collapsed
43523
43524 \begin_layout Plain Layout
43525
43526 }{
43527 \end_layout
43528
43529 \end_inset
43530
43531
43532 \begin_inset Phantom Phantom
43533 status open
43534
43535 \begin_layout Plain Layout
43536 W
43537 \end_layout
43538
43539 \end_inset
43540
43541
43542 \begin_inset ERT
43543 status collapsed
43544
43545 \begin_layout Plain Layout
43546
43547 }
43548 \end_layout
43549
43550 \end_inset
43551
43552  Plum
43553 \end_layout
43554
43555 \end_inset
43556 </cell>
43557 <cell alignment="left" valignment="top" usebox="none">
43558 \begin_inset Text
43559
43560 \begin_layout Plain Layout
43561 \begin_inset ERT
43562 status collapsed
43563
43564 \begin_layout Plain Layout
43565
43566
43567 \backslash
43568 fcolorbox{black}{
43569 \end_layout
43570
43571 \end_inset
43572
43573 ProcessBlue
43574 \begin_inset ERT
43575 status collapsed
43576
43577 \begin_layout Plain Layout
43578
43579 }{
43580 \end_layout
43581
43582 \end_inset
43583
43584
43585 \begin_inset Phantom Phantom
43586 status open
43587
43588 \begin_layout Plain Layout
43589 W
43590 \end_layout
43591
43592 \end_inset
43593
43594
43595 \begin_inset ERT
43596 status collapsed
43597
43598 \begin_layout Plain Layout
43599
43600 }
43601 \end_layout
43602
43603 \end_inset
43604
43605  ProcessBlue
43606 \end_layout
43607
43608 \end_inset
43609 </cell>
43610 <cell alignment="left" valignment="top" usebox="none">
43611 \begin_inset Text
43612
43613 \begin_layout Plain Layout
43614 \begin_inset ERT
43615 status collapsed
43616
43617 \begin_layout Plain Layout
43618
43619
43620 \backslash
43621 fcolorbox{black}{
43622 \end_layout
43623
43624 \end_inset
43625
43626 Purple
43627 \begin_inset ERT
43628 status collapsed
43629
43630 \begin_layout Plain Layout
43631
43632 }{
43633 \end_layout
43634
43635 \end_inset
43636
43637
43638 \begin_inset Phantom Phantom
43639 status open
43640
43641 \begin_layout Plain Layout
43642 W
43643 \end_layout
43644
43645 \end_inset
43646
43647
43648 \begin_inset ERT
43649 status collapsed
43650
43651 \begin_layout Plain Layout
43652
43653 }
43654 \end_layout
43655
43656 \end_inset
43657
43658  Purple
43659 \end_layout
43660
43661 \end_inset
43662 </cell>
43663 </row>
43664 <row>
43665 <cell alignment="left" valignment="top" usebox="none">
43666 \begin_inset Text
43667
43668 \begin_layout Plain Layout
43669 \begin_inset ERT
43670 status collapsed
43671
43672 \begin_layout Plain Layout
43673
43674
43675 \backslash
43676 fcolorbox{black}{
43677 \end_layout
43678
43679 \end_inset
43680
43681 RawSienna
43682 \begin_inset ERT
43683 status collapsed
43684
43685 \begin_layout Plain Layout
43686
43687 }{
43688 \end_layout
43689
43690 \end_inset
43691
43692
43693 \begin_inset Phantom Phantom
43694 status open
43695
43696 \begin_layout Plain Layout
43697 W
43698 \end_layout
43699
43700 \end_inset
43701
43702
43703 \begin_inset ERT
43704 status collapsed
43705
43706 \begin_layout Plain Layout
43707
43708 }
43709 \end_layout
43710
43711 \end_inset
43712
43713  RawSienna
43714 \end_layout
43715
43716 \end_inset
43717 </cell>
43718 <cell alignment="left" valignment="top" usebox="none">
43719 \begin_inset Text
43720
43721 \begin_layout Plain Layout
43722 \begin_inset ERT
43723 status collapsed
43724
43725 \begin_layout Plain Layout
43726
43727
43728 \backslash
43729 fcolorbox{black}{
43730 \end_layout
43731
43732 \end_inset
43733
43734 RedOrange
43735 \begin_inset ERT
43736 status collapsed
43737
43738 \begin_layout Plain Layout
43739
43740 }{
43741 \end_layout
43742
43743 \end_inset
43744
43745
43746 \begin_inset Phantom Phantom
43747 status open
43748
43749 \begin_layout Plain Layout
43750 W
43751 \end_layout
43752
43753 \end_inset
43754
43755
43756 \begin_inset ERT
43757 status collapsed
43758
43759 \begin_layout Plain Layout
43760
43761 }
43762 \end_layout
43763
43764 \end_inset
43765
43766  RedOrange
43767 \end_layout
43768
43769 \end_inset
43770 </cell>
43771 <cell alignment="left" valignment="top" usebox="none">
43772 \begin_inset Text
43773
43774 \begin_layout Plain Layout
43775 \begin_inset ERT
43776 status collapsed
43777
43778 \begin_layout Plain Layout
43779
43780
43781 \backslash
43782 fcolorbox{black}{
43783 \end_layout
43784
43785 \end_inset
43786
43787 RedViolet
43788 \begin_inset ERT
43789 status collapsed
43790
43791 \begin_layout Plain Layout
43792
43793 }{
43794 \end_layout
43795
43796 \end_inset
43797
43798
43799 \begin_inset Phantom Phantom
43800 status open
43801
43802 \begin_layout Plain Layout
43803 W
43804 \end_layout
43805
43806 \end_inset
43807
43808
43809 \begin_inset ERT
43810 status collapsed
43811
43812 \begin_layout Plain Layout
43813
43814 }
43815 \end_layout
43816
43817 \end_inset
43818
43819  RedViolet
43820 \end_layout
43821
43822 \end_inset
43823 </cell>
43824 <cell alignment="left" valignment="top" usebox="none">
43825 \begin_inset Text
43826
43827 \begin_layout Plain Layout
43828 \begin_inset ERT
43829 status collapsed
43830
43831 \begin_layout Plain Layout
43832
43833
43834 \backslash
43835 fcolorbox{black}{
43836 \end_layout
43837
43838 \end_inset
43839
43840 Rhodamine
43841 \begin_inset ERT
43842 status collapsed
43843
43844 \begin_layout Plain Layout
43845
43846 }{
43847 \end_layout
43848
43849 \end_inset
43850
43851
43852 \begin_inset Phantom Phantom
43853 status open
43854
43855 \begin_layout Plain Layout
43856 W
43857 \end_layout
43858
43859 \end_inset
43860
43861
43862 \begin_inset ERT
43863 status collapsed
43864
43865 \begin_layout Plain Layout
43866
43867 }
43868 \end_layout
43869
43870 \end_inset
43871
43872  Rhodamine
43873 \end_layout
43874
43875 \end_inset
43876 </cell>
43877 </row>
43878 <row>
43879 <cell alignment="left" valignment="top" usebox="none">
43880 \begin_inset Text
43881
43882 \begin_layout Plain Layout
43883 \begin_inset ERT
43884 status collapsed
43885
43886 \begin_layout Plain Layout
43887
43888
43889 \backslash
43890 fcolorbox{black}{
43891 \end_layout
43892
43893 \end_inset
43894
43895 RoyalBlue
43896 \begin_inset ERT
43897 status collapsed
43898
43899 \begin_layout Plain Layout
43900
43901 }{
43902 \end_layout
43903
43904 \end_inset
43905
43906
43907 \begin_inset Phantom Phantom
43908 status open
43909
43910 \begin_layout Plain Layout
43911 W
43912 \end_layout
43913
43914 \end_inset
43915
43916
43917 \begin_inset ERT
43918 status collapsed
43919
43920 \begin_layout Plain Layout
43921
43922 }
43923 \end_layout
43924
43925 \end_inset
43926
43927  RoyalBlue
43928 \end_layout
43929
43930 \end_inset
43931 </cell>
43932 <cell alignment="left" valignment="top" usebox="none">
43933 \begin_inset Text
43934
43935 \begin_layout Plain Layout
43936 \begin_inset ERT
43937 status collapsed
43938
43939 \begin_layout Plain Layout
43940
43941
43942 \backslash
43943 fcolorbox{black}{
43944 \end_layout
43945
43946 \end_inset
43947
43948 RoyalPurple
43949 \begin_inset ERT
43950 status collapsed
43951
43952 \begin_layout Plain Layout
43953
43954 }{
43955 \end_layout
43956
43957 \end_inset
43958
43959
43960 \begin_inset Phantom Phantom
43961 status open
43962
43963 \begin_layout Plain Layout
43964 W
43965 \end_layout
43966
43967 \end_inset
43968
43969
43970 \begin_inset ERT
43971 status collapsed
43972
43973 \begin_layout Plain Layout
43974
43975 }
43976 \end_layout
43977
43978 \end_inset
43979
43980  RoyalPurple
43981 \end_layout
43982
43983 \end_inset
43984 </cell>
43985 <cell alignment="left" valignment="top" usebox="none">
43986 \begin_inset Text
43987
43988 \begin_layout Plain Layout
43989 \begin_inset ERT
43990 status collapsed
43991
43992 \begin_layout Plain Layout
43993
43994
43995 \backslash
43996 fcolorbox{black}{
43997 \end_layout
43998
43999 \end_inset
44000
44001 RubineRed
44002 \begin_inset ERT
44003 status collapsed
44004
44005 \begin_layout Plain Layout
44006
44007 }{
44008 \end_layout
44009
44010 \end_inset
44011
44012
44013 \begin_inset Phantom Phantom
44014 status open
44015
44016 \begin_layout Plain Layout
44017 W
44018 \end_layout
44019
44020 \end_inset
44021
44022
44023 \begin_inset ERT
44024 status collapsed
44025
44026 \begin_layout Plain Layout
44027
44028 }
44029 \end_layout
44030
44031 \end_inset
44032
44033  RubineRed
44034 \end_layout
44035
44036 \end_inset
44037 </cell>
44038 <cell alignment="left" valignment="top" usebox="none">
44039 \begin_inset Text
44040
44041 \begin_layout Plain Layout
44042 \begin_inset ERT
44043 status collapsed
44044
44045 \begin_layout Plain Layout
44046
44047
44048 \backslash
44049 fcolorbox{black}{
44050 \end_layout
44051
44052 \end_inset
44053
44054 Salmon
44055 \begin_inset ERT
44056 status collapsed
44057
44058 \begin_layout Plain Layout
44059
44060 }{
44061 \end_layout
44062
44063 \end_inset
44064
44065
44066 \begin_inset Phantom Phantom
44067 status open
44068
44069 \begin_layout Plain Layout
44070 W
44071 \end_layout
44072
44073 \end_inset
44074
44075
44076 \begin_inset ERT
44077 status collapsed
44078
44079 \begin_layout Plain Layout
44080
44081 }
44082 \end_layout
44083
44084 \end_inset
44085
44086  Salmon
44087 \end_layout
44088
44089 \end_inset
44090 </cell>
44091 </row>
44092 <row>
44093 <cell alignment="left" valignment="top" usebox="none">
44094 \begin_inset Text
44095
44096 \begin_layout Plain Layout
44097 \begin_inset ERT
44098 status collapsed
44099
44100 \begin_layout Plain Layout
44101
44102
44103 \backslash
44104 fcolorbox{black}{
44105 \end_layout
44106
44107 \end_inset
44108
44109 SeaGreen
44110 \begin_inset ERT
44111 status collapsed
44112
44113 \begin_layout Plain Layout
44114
44115 }{
44116 \end_layout
44117
44118 \end_inset
44119
44120
44121 \begin_inset Phantom Phantom
44122 status open
44123
44124 \begin_layout Plain Layout
44125 W
44126 \end_layout
44127
44128 \end_inset
44129
44130
44131 \begin_inset ERT
44132 status collapsed
44133
44134 \begin_layout Plain Layout
44135
44136 }
44137 \end_layout
44138
44139 \end_inset
44140
44141  SeaGreen
44142 \end_layout
44143
44144 \end_inset
44145 </cell>
44146 <cell alignment="left" valignment="top" usebox="none">
44147 \begin_inset Text
44148
44149 \begin_layout Plain Layout
44150 \begin_inset ERT
44151 status collapsed
44152
44153 \begin_layout Plain Layout
44154
44155
44156 \backslash
44157 fcolorbox{black}{
44158 \end_layout
44159
44160 \end_inset
44161
44162 Sepia
44163 \begin_inset ERT
44164 status collapsed
44165
44166 \begin_layout Plain Layout
44167
44168 }{
44169 \end_layout
44170
44171 \end_inset
44172
44173
44174 \begin_inset Phantom Phantom
44175 status open
44176
44177 \begin_layout Plain Layout
44178 W
44179 \end_layout
44180
44181 \end_inset
44182
44183
44184 \begin_inset ERT
44185 status collapsed
44186
44187 \begin_layout Plain Layout
44188
44189 }
44190 \end_layout
44191
44192 \end_inset
44193
44194  Sepia
44195 \end_layout
44196
44197 \end_inset
44198 </cell>
44199 <cell alignment="left" valignment="top" usebox="none">
44200 \begin_inset Text
44201
44202 \begin_layout Plain Layout
44203 \begin_inset ERT
44204 status collapsed
44205
44206 \begin_layout Plain Layout
44207
44208
44209 \backslash
44210 fcolorbox{black}{
44211 \end_layout
44212
44213 \end_inset
44214
44215 SkyBlue
44216 \begin_inset ERT
44217 status collapsed
44218
44219 \begin_layout Plain Layout
44220
44221 }{
44222 \end_layout
44223
44224 \end_inset
44225
44226
44227 \begin_inset Phantom Phantom
44228 status open
44229
44230 \begin_layout Plain Layout
44231 W
44232 \end_layout
44233
44234 \end_inset
44235
44236
44237 \begin_inset ERT
44238 status collapsed
44239
44240 \begin_layout Plain Layout
44241
44242 }
44243 \end_layout
44244
44245 \end_inset
44246
44247  SkyBlue
44248 \end_layout
44249
44250 \end_inset
44251 </cell>
44252 <cell alignment="left" valignment="top" usebox="none">
44253 \begin_inset Text
44254
44255 \begin_layout Plain Layout
44256 \begin_inset ERT
44257 status collapsed
44258
44259 \begin_layout Plain Layout
44260
44261
44262 \backslash
44263 fcolorbox{black}{
44264 \end_layout
44265
44266 \end_inset
44267
44268 SpringGreen
44269 \begin_inset ERT
44270 status collapsed
44271
44272 \begin_layout Plain Layout
44273
44274 }{
44275 \end_layout
44276
44277 \end_inset
44278
44279
44280 \begin_inset Phantom Phantom
44281 status open
44282
44283 \begin_layout Plain Layout
44284 W
44285 \end_layout
44286
44287 \end_inset
44288
44289
44290 \begin_inset ERT
44291 status collapsed
44292
44293 \begin_layout Plain Layout
44294
44295 }
44296 \end_layout
44297
44298 \end_inset
44299
44300  SpringGreen
44301 \end_layout
44302
44303 \end_inset
44304 </cell>
44305 </row>
44306 <row>
44307 <cell alignment="left" valignment="top" usebox="none">
44308 \begin_inset Text
44309
44310 \begin_layout Plain Layout
44311 \begin_inset ERT
44312 status collapsed
44313
44314 \begin_layout Plain Layout
44315
44316
44317 \backslash
44318 fcolorbox{black}{
44319 \end_layout
44320
44321 \end_inset
44322
44323 Tan
44324 \begin_inset ERT
44325 status collapsed
44326
44327 \begin_layout Plain Layout
44328
44329 }{
44330 \end_layout
44331
44332 \end_inset
44333
44334
44335 \begin_inset Phantom Phantom
44336 status open
44337
44338 \begin_layout Plain Layout
44339 W
44340 \end_layout
44341
44342 \end_inset
44343
44344
44345 \begin_inset ERT
44346 status collapsed
44347
44348 \begin_layout Plain Layout
44349
44350 }
44351 \end_layout
44352
44353 \end_inset
44354
44355  Tan
44356 \end_layout
44357
44358 \end_inset
44359 </cell>
44360 <cell alignment="left" valignment="top" usebox="none">
44361 \begin_inset Text
44362
44363 \begin_layout Plain Layout
44364 \begin_inset ERT
44365 status collapsed
44366
44367 \begin_layout Plain Layout
44368
44369
44370 \backslash
44371 fcolorbox{black}{
44372 \end_layout
44373
44374 \end_inset
44375
44376 TealBlue
44377 \begin_inset ERT
44378 status collapsed
44379
44380 \begin_layout Plain Layout
44381
44382 }{
44383 \end_layout
44384
44385 \end_inset
44386
44387
44388 \begin_inset Phantom Phantom
44389 status open
44390
44391 \begin_layout Plain Layout
44392 W
44393 \end_layout
44394
44395 \end_inset
44396
44397
44398 \begin_inset ERT
44399 status collapsed
44400
44401 \begin_layout Plain Layout
44402
44403 }
44404 \end_layout
44405
44406 \end_inset
44407
44408  TealBlue
44409 \end_layout
44410
44411 \end_inset
44412 </cell>
44413 <cell alignment="left" valignment="top" usebox="none">
44414 \begin_inset Text
44415
44416 \begin_layout Plain Layout
44417 \begin_inset ERT
44418 status collapsed
44419
44420 \begin_layout Plain Layout
44421
44422
44423 \backslash
44424 fcolorbox{black}{
44425 \end_layout
44426
44427 \end_inset
44428
44429 Thistle
44430 \begin_inset ERT
44431 status collapsed
44432
44433 \begin_layout Plain Layout
44434
44435 }{
44436 \end_layout
44437
44438 \end_inset
44439
44440
44441 \begin_inset Phantom Phantom
44442 status open
44443
44444 \begin_layout Plain Layout
44445 W
44446 \end_layout
44447
44448 \end_inset
44449
44450
44451 \begin_inset ERT
44452 status collapsed
44453
44454 \begin_layout Plain Layout
44455
44456 }
44457 \end_layout
44458
44459 \end_inset
44460
44461  Thistle
44462 \end_layout
44463
44464 \end_inset
44465 </cell>
44466 <cell alignment="left" valignment="top" usebox="none">
44467 \begin_inset Text
44468
44469 \begin_layout Plain Layout
44470 \begin_inset ERT
44471 status collapsed
44472
44473 \begin_layout Plain Layout
44474
44475
44476 \backslash
44477 fcolorbox{black}{
44478 \end_layout
44479
44480 \end_inset
44481
44482 Turquoise
44483 \begin_inset ERT
44484 status collapsed
44485
44486 \begin_layout Plain Layout
44487
44488 }{
44489 \end_layout
44490
44491 \end_inset
44492
44493
44494 \begin_inset Phantom Phantom
44495 status open
44496
44497 \begin_layout Plain Layout
44498 W
44499 \end_layout
44500
44501 \end_inset
44502
44503
44504 \begin_inset ERT
44505 status collapsed
44506
44507 \begin_layout Plain Layout
44508
44509 }
44510 \end_layout
44511
44512 \end_inset
44513
44514  Turquoise
44515 \end_layout
44516
44517 \end_inset
44518 </cell>
44519 </row>
44520 <row>
44521 <cell alignment="left" valignment="top" usebox="none">
44522 \begin_inset Text
44523
44524 \begin_layout Plain Layout
44525 \begin_inset ERT
44526 status collapsed
44527
44528 \begin_layout Plain Layout
44529
44530
44531 \backslash
44532 fcolorbox{black}{
44533 \end_layout
44534
44535 \end_inset
44536
44537 Violet
44538 \begin_inset ERT
44539 status collapsed
44540
44541 \begin_layout Plain Layout
44542
44543 }{
44544 \end_layout
44545
44546 \end_inset
44547
44548
44549 \begin_inset Phantom Phantom
44550 status open
44551
44552 \begin_layout Plain Layout
44553 W
44554 \end_layout
44555
44556 \end_inset
44557
44558
44559 \begin_inset ERT
44560 status collapsed
44561
44562 \begin_layout Plain Layout
44563
44564 }
44565 \end_layout
44566
44567 \end_inset
44568
44569  Violet
44570 \end_layout
44571
44572 \end_inset
44573 </cell>
44574 <cell alignment="left" valignment="top" usebox="none">
44575 \begin_inset Text
44576
44577 \begin_layout Plain Layout
44578 \begin_inset ERT
44579 status collapsed
44580
44581 \begin_layout Plain Layout
44582
44583
44584 \backslash
44585 fcolorbox{black}{
44586 \end_layout
44587
44588 \end_inset
44589
44590 VioletRed
44591 \begin_inset ERT
44592 status collapsed
44593
44594 \begin_layout Plain Layout
44595
44596 }{
44597 \end_layout
44598
44599 \end_inset
44600
44601
44602 \begin_inset Phantom Phantom
44603 status open
44604
44605 \begin_layout Plain Layout
44606 W
44607 \end_layout
44608
44609 \end_inset
44610
44611
44612 \begin_inset ERT
44613 status collapsed
44614
44615 \begin_layout Plain Layout
44616
44617 }
44618 \end_layout
44619
44620 \end_inset
44621
44622  VioletRed
44623 \end_layout
44624
44625 \end_inset
44626 </cell>
44627 <cell alignment="left" valignment="top" usebox="none">
44628 \begin_inset Text
44629
44630 \begin_layout Plain Layout
44631 \begin_inset ERT
44632 status collapsed
44633
44634 \begin_layout Plain Layout
44635
44636
44637 \backslash
44638 fcolorbox{black}{
44639 \end_layout
44640
44641 \end_inset
44642
44643 WildStrawberry
44644 \begin_inset ERT
44645 status collapsed
44646
44647 \begin_layout Plain Layout
44648
44649 }{
44650 \end_layout
44651
44652 \end_inset
44653
44654
44655 \begin_inset Phantom Phantom
44656 status open
44657
44658 \begin_layout Plain Layout
44659 W
44660 \end_layout
44661
44662 \end_inset
44663
44664
44665 \begin_inset ERT
44666 status collapsed
44667
44668 \begin_layout Plain Layout
44669
44670 }
44671 \end_layout
44672
44673 \end_inset
44674
44675  WildStrawberry
44676 \end_layout
44677
44678 \end_inset
44679 </cell>
44680 <cell alignment="left" valignment="top" usebox="none">
44681 \begin_inset Text
44682
44683 \begin_layout Plain Layout
44684 \begin_inset ERT
44685 status collapsed
44686
44687 \begin_layout Plain Layout
44688
44689
44690 \backslash
44691 fcolorbox{black}{
44692 \end_layout
44693
44694 \end_inset
44695
44696 YellowGreen
44697 \begin_inset ERT
44698 status collapsed
44699
44700 \begin_layout Plain Layout
44701
44702 }{
44703 \end_layout
44704
44705 \end_inset
44706
44707
44708 \begin_inset Phantom Phantom
44709 status open
44710
44711 \begin_layout Plain Layout
44712 W
44713 \end_layout
44714
44715 \end_inset
44716
44717
44718 \begin_inset ERT
44719 status collapsed
44720
44721 \begin_layout Plain Layout
44722
44723 }
44724 \end_layout
44725
44726 \end_inset
44727
44728  YellowGreen
44729 \end_layout
44730
44731 \end_inset
44732 </cell>
44733 </row>
44734 <row>
44735 <cell alignment="left" valignment="top" usebox="none">
44736 \begin_inset Text
44737
44738 \begin_layout Plain Layout
44739 \begin_inset ERT
44740 status collapsed
44741
44742 \begin_layout Plain Layout
44743
44744
44745 \backslash
44746 fcolorbox{black}{
44747 \end_layout
44748
44749 \end_inset
44750
44751 YellowOrange
44752 \begin_inset ERT
44753 status collapsed
44754
44755 \begin_layout Plain Layout
44756
44757 }{
44758 \end_layout
44759
44760 \end_inset
44761
44762
44763 \begin_inset Phantom Phantom
44764 status open
44765
44766 \begin_layout Plain Layout
44767 W
44768 \end_layout
44769
44770 \end_inset
44771
44772
44773 \begin_inset ERT
44774 status collapsed
44775
44776 \begin_layout Plain Layout
44777
44778 }
44779 \end_layout
44780
44781 \end_inset
44782
44783  YellowOrange
44784 \end_layout
44785
44786 \end_inset
44787 </cell>
44788 <cell alignment="left" valignment="top" usebox="none">
44789 \begin_inset Text
44790
44791 \begin_layout Plain Layout
44792
44793 \end_layout
44794
44795 \end_inset
44796 </cell>
44797 <cell alignment="left" valignment="top" usebox="none">
44798 \begin_inset Text
44799
44800 \begin_layout Plain Layout
44801
44802 \end_layout
44803
44804 \end_inset
44805 </cell>
44806 <cell alignment="left" valignment="top" usebox="none">
44807 \begin_inset Text
44808
44809 \begin_layout Plain Layout
44810
44811 \end_layout
44812
44813 \end_inset
44814 </cell>
44815 </row>
44816 </lyxtabular>
44817
44818 \end_inset
44819
44820
44821 \end_layout
44822
44823 \begin_layout Chapter
44824 Explanation of Equation
44825 \begin_inset space ~
44826 \end_inset
44827
44828 (
44829 \begin_inset CommandInset ref
44830 LatexCommand ref
44831 reference "eq:Wgn"
44832
44833 \end_inset
44834
44835 )
44836 \begin_inset CommandInset label
44837 LatexCommand label
44838 name "cha:Explanation-of-Equation"
44839
44840 \end_inset
44841
44842
44843 \end_layout
44844
44845 \begin_layout Standard
44846 We can calculate the total width of 
44847 \emph on
44848 n
44849 \emph default
44850  table cells 
44851 \begin_inset Formula $W_{\mathrm{tot\,n}}$
44852 \end_inset
44853
44854  as follows:
44855 \begin_inset Formula 
44856 \begin{equation}
44857 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44858 \end{equation}
44859
44860 \end_inset
44861
44862 where 
44863 \begin_inset Formula $W_{g\,n}$
44864 \end_inset
44865
44866  is the given width of all cells, 
44867 \series bold
44868
44869 \backslash
44870 tabcolsep
44871 \series default
44872  is the \SpecialChar LaTeX
44873 -length between the cell text and the cell border (its default value
44874  is 6
44875 \begin_inset space \thinspace{}
44876 \end_inset
44877
44878 pt).
44879  
44880 \series bold
44881
44882 \backslash
44883 arrayrulewidth
44884 \series default
44885  is the thickness of the cell border line, the default is 0.4
44886 \begin_inset space \thinspace{}
44887 \end_inset
44888
44889 pt.
44890 \end_layout
44891
44892 \begin_layout Standard
44893 Following equation
44894 \begin_inset space ~
44895 \end_inset
44896
44897
44898 \begin_inset CommandInset ref
44899 LatexCommand eqref
44900 reference "eq:Wtot_n"
44901
44902 \end_inset
44903
44904 , the total width of a multicolumn 
44905 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
44906 \end_inset
44907
44908  is
44909 \begin_inset Formula 
44910 \begin{equation}
44911 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44912 \end{equation}
44913
44914 \end_inset
44915
44916
44917 \end_layout
44918
44919 \begin_layout Standard
44920 By setting equation
44921 \begin_inset space ~
44922 \end_inset
44923
44924
44925 \begin_inset CommandInset ref
44926 LatexCommand eqref
44927 reference "eq:Wtot_n"
44928
44929 \end_inset
44930
44931  and 
44932 \begin_inset CommandInset ref
44933 LatexCommand eqref
44934 reference "eq:Wtot_mult"
44935
44936 \end_inset
44937
44938  equal we can calculate the needed given width 
44939 \begin_inset Formula $W_{g\,n}$
44940 \end_inset
44941
44942  when 
44943 \emph on
44944 n
44945 \emph default
44946  columns are spanned, so that each column has a total width of 
44947 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
44948 \end_inset
44949
44950 :
44951 \begin_inset Formula 
44952 \begin{equation}
44953 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44954 \end{equation}
44955
44956 \end_inset
44957
44958
44959 \end_layout
44960
44961 \begin_layout Bibliography
44962 \begin_inset CommandInset bibitem
44963 LatexCommand bibitem
44964 key "latexcompanion"
44965
44966 \end_inset
44967
44968 Frank Mittelbach and Michel Goossens: 
44969 \emph on
44970 The \SpecialChar LaTeX
44971  Companion Second Edition.
44972
44973 \emph default
44974  Addison-Wesley, 2004
44975 \end_layout
44976
44977 \begin_layout Bibliography
44978 \begin_inset CommandInset bibitem
44979 LatexCommand bibitem
44980 key "latexguide"
44981
44982 \end_inset
44983
44984 Helmut Kopka and Patrick W.
44985  Daly: 
44986 \emph on
44987 A Guide to \SpecialChar LaTeX
44988  Fourth Edition.
44989
44990 \emph default
44991  Addison-Wesley, 2003
44992 \end_layout
44993
44994 \begin_layout Bibliography
44995 \begin_inset CommandInset bibitem
44996 LatexCommand bibitem
44997 key "latexbook"
44998
44999 \end_inset
45000
45001 Leslie Lamport: 
45002 \emph on
45003 \SpecialChar LaTeX
45004 : A Document Preparation System.
45005
45006 \emph default
45007  Addison-Wesley, second edition, 1994
45008 \end_layout
45009
45010 \begin_layout Bibliography
45011 \begin_inset CommandInset bibitem
45012 LatexCommand bibitem
45013 key "arydshln"
45014
45015 \end_inset
45016
45017 Documentation of the \SpecialChar LaTeX
45018 -package 
45019 \series bold
45020
45021 \begin_inset CommandInset href
45022 LatexCommand href
45023 name "arydshln"
45024 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45025
45026 \end_inset
45027
45028
45029 \series default
45030
45031 \begin_inset Index idx
45032 status collapsed
45033
45034 \begin_layout Plain Layout
45035 \SpecialChar LaTeX
45036 -packages ! arydshln
45037 \end_layout
45038
45039 \end_inset
45040
45041
45042 \end_layout
45043
45044 \begin_layout Bibliography
45045 \begin_inset CommandInset bibitem
45046 LatexCommand bibitem
45047 key "booktabs"
45048
45049 \end_inset
45050
45051 Documentation of the \SpecialChar LaTeX
45052 -package 
45053 \series bold
45054
45055 \begin_inset CommandInset href
45056 LatexCommand href
45057 name "booktabs"
45058 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45059
45060 \end_inset
45061
45062
45063 \series default
45064
45065 \begin_inset Index idx
45066 status collapsed
45067
45068 \begin_layout Plain Layout
45069 \SpecialChar LaTeX
45070 -packages ! booktabs
45071 \end_layout
45072
45073 \end_inset
45074
45075
45076 \end_layout
45077
45078 \begin_layout Bibliography
45079 \begin_inset CommandInset bibitem
45080 LatexCommand bibitem
45081 key "caption"
45082
45083 \end_inset
45084
45085 Documentation of the \SpecialChar LaTeX
45086 -package 
45087 \series bold
45088
45089 \begin_inset CommandInset href
45090 LatexCommand href
45091 name "caption"
45092 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
45093
45094 \end_inset
45095
45096
45097 \series default
45098
45099 \begin_inset Index idx
45100 status collapsed
45101
45102 \begin_layout Plain Layout
45103 \SpecialChar LaTeX
45104 -packages ! caption
45105 \end_layout
45106
45107 \end_inset
45108
45109
45110 \end_layout
45111
45112 \begin_layout Bibliography
45113 \begin_inset CommandInset bibitem
45114 LatexCommand bibitem
45115 key "diagbox"
45116
45117 \end_inset
45118
45119 Documentation of the \SpecialChar LaTeX
45120 -package 
45121 \series bold
45122
45123 \begin_inset CommandInset href
45124 LatexCommand href
45125 name "diagbox"
45126 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45127
45128 \end_inset
45129
45130
45131 \series default
45132
45133 \begin_inset Index idx
45134 status collapsed
45135
45136 \begin_layout Plain Layout
45137 \SpecialChar LaTeX
45138 -packages ! diagbox
45139 \end_layout
45140
45141 \end_inset
45142
45143
45144 \end_layout
45145
45146 \begin_layout Bibliography
45147 \begin_inset CommandInset bibitem
45148 LatexCommand bibitem
45149 key "endfloat"
45150
45151 \end_inset
45152
45153 Documentation of the \SpecialChar LaTeX
45154 -package 
45155 \series bold
45156
45157 \begin_inset CommandInset href
45158 LatexCommand href
45159 name "endfloat"
45160 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.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 \SpecialChar LaTeX
45172 -packages ! endfloat
45173 \end_layout
45174
45175 \end_inset
45176
45177
45178 \end_layout
45179
45180 \begin_layout Bibliography
45181 \begin_inset CommandInset bibitem
45182 LatexCommand bibitem
45183 key "footmisc"
45184
45185 \end_inset
45186
45187 Documentation of the \SpecialChar LaTeX
45188 -package 
45189 \series bold
45190
45191 \begin_inset CommandInset href
45192 LatexCommand href
45193 name "footmisc"
45194 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45195
45196 \end_inset
45197
45198
45199 \series default
45200
45201 \begin_inset Index idx
45202 status collapsed
45203
45204 \begin_layout Plain Layout
45205 \SpecialChar LaTeX
45206 -packages ! footmisc
45207 \end_layout
45208
45209 \end_inset
45210
45211
45212 \end_layout
45213
45214 \begin_layout Bibliography
45215 \begin_inset CommandInset bibitem
45216 LatexCommand bibitem
45217 key "hypcap"
45218
45219 \end_inset
45220
45221 Documentation of the \SpecialChar LaTeX
45222 -package 
45223 \series bold
45224
45225 \begin_inset CommandInset href
45226 LatexCommand href
45227 name "hypcap"
45228 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45229
45230 \end_inset
45231
45232
45233 \series default
45234
45235 \begin_inset Index idx
45236 status collapsed
45237
45238 \begin_layout Plain Layout
45239 \SpecialChar LaTeX
45240 -packages ! hyperref
45241 \end_layout
45242
45243 \end_inset
45244
45245
45246 \end_layout
45247
45248 \begin_layout Bibliography
45249 \begin_inset CommandInset bibitem
45250 LatexCommand bibitem
45251 key "hyperref"
45252
45253 \end_inset
45254
45255 Documentation of the \SpecialChar LaTeX
45256 -package 
45257 \series bold
45258
45259 \begin_inset CommandInset href
45260 LatexCommand href
45261 name "hyperref"
45262 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45263
45264 \end_inset
45265
45266
45267 \series default
45268
45269 \begin_inset Index idx
45270 status collapsed
45271
45272 \begin_layout Plain Layout
45273 \SpecialChar LaTeX
45274 -packages ! hyperref
45275 \end_layout
45276
45277 \end_inset
45278
45279
45280 \end_layout
45281
45282 \begin_layout Bibliography
45283 \begin_inset CommandInset bibitem
45284 LatexCommand bibitem
45285 key "KOMA-Script"
45286
45287 \end_inset
45288
45289 Documentation of the \SpecialChar LaTeX
45290 -package 
45291 \series bold
45292
45293 \begin_inset CommandInset href
45294 LatexCommand href
45295 name "KOMA-Script"
45296 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45297
45298 \end_inset
45299
45300
45301 \series default
45302
45303 \begin_inset Index idx
45304 status collapsed
45305
45306 \begin_layout Plain Layout
45307 \SpecialChar LaTeX
45308 -packages ! KOMA-Script
45309 \end_layout
45310
45311 \end_inset
45312
45313
45314 \end_layout
45315
45316 \begin_layout Bibliography
45317 \begin_inset CommandInset bibitem
45318 LatexCommand bibitem
45319 key "lettrine"
45320
45321 \end_inset
45322
45323 Documentation of the \SpecialChar LaTeX
45324 -package 
45325 \series bold
45326
45327 \begin_inset CommandInset href
45328 LatexCommand href
45329 name "lettrine"
45330 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45331
45332 \end_inset
45333
45334
45335 \series default
45336  and an 
45337 \begin_inset CommandInset href
45338 LatexCommand href
45339 name "example"
45340 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45341
45342 \end_inset
45343
45344
45345 \begin_inset Index idx
45346 status collapsed
45347
45348 \begin_layout Plain Layout
45349 \SpecialChar LaTeX
45350 -packages ! lettrine
45351 \end_layout
45352
45353 \end_inset
45354
45355
45356 \end_layout
45357
45358 \begin_layout Bibliography
45359 \begin_inset CommandInset bibitem
45360 LatexCommand bibitem
45361 key "listings"
45362
45363 \end_inset
45364
45365 Documentation of the \SpecialChar LaTeX
45366 -package 
45367 \series bold
45368
45369 \begin_inset CommandInset href
45370 LatexCommand href
45371 name "listings"
45372 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45373
45374 \end_inset
45375
45376
45377 \series default
45378
45379 \begin_inset Index idx
45380 status collapsed
45381
45382 \begin_layout Plain Layout
45383 \SpecialChar LaTeX
45384 -packages ! listings
45385 \end_layout
45386
45387 \end_inset
45388
45389
45390 \end_layout
45391
45392 \begin_layout Bibliography
45393 \begin_inset CommandInset bibitem
45394 LatexCommand bibitem
45395 key "marginnote"
45396
45397 \end_inset
45398
45399 Documentation of the \SpecialChar LaTeX
45400 -package 
45401 \series bold
45402
45403 \begin_inset CommandInset href
45404 LatexCommand href
45405 name "marginnote"
45406 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45407
45408 \end_inset
45409
45410
45411 \series default
45412
45413 \begin_inset Index idx
45414 status collapsed
45415
45416 \begin_layout Plain Layout
45417 \SpecialChar LaTeX
45418 -packages ! marginnote
45419 \end_layout
45420
45421 \end_inset
45422
45423
45424 \end_layout
45425
45426 \begin_layout Bibliography
45427 \begin_inset CommandInset bibitem
45428 LatexCommand bibitem
45429 key "pdfpages"
45430
45431 \end_inset
45432
45433 Documentation of the \SpecialChar LaTeX
45434 -package 
45435 \series bold
45436
45437 \begin_inset CommandInset href
45438 LatexCommand href
45439 name "pdfpages"
45440 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45441
45442 \end_inset
45443
45444
45445 \series default
45446
45447 \begin_inset Index idx
45448 status collapsed
45449
45450 \begin_layout Plain Layout
45451 \SpecialChar LaTeX
45452 -packages ! pdfpages
45453 \end_layout
45454
45455 \end_inset
45456
45457
45458 \end_layout
45459
45460 \begin_layout Bibliography
45461 \begin_inset CommandInset bibitem
45462 LatexCommand bibitem
45463 key "prettyref"
45464
45465 \end_inset
45466
45467 Documentation of the \SpecialChar LaTeX
45468 -package 
45469 \series bold
45470
45471 \begin_inset CommandInset href
45472 LatexCommand href
45473 name "prettyref"
45474 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45475
45476 \end_inset
45477
45478
45479 \series default
45480
45481 \begin_inset Index idx
45482 status collapsed
45483
45484 \begin_layout Plain Layout
45485 \SpecialChar LaTeX
45486 -packages ! prettyref
45487 \end_layout
45488
45489 \end_inset
45490
45491
45492 \end_layout
45493
45494 \begin_layout Bibliography
45495 \begin_inset CommandInset bibitem
45496 LatexCommand bibitem
45497 key "pstricks"
45498
45499 \end_inset
45500
45501 Web page of the \SpecialChar LaTeX
45502 -package 
45503 \series bold
45504
45505 \begin_inset CommandInset href
45506 LatexCommand href
45507 name "PSTricks"
45508 target "http://tug.org/PSTricks/"
45509
45510 \end_inset
45511
45512
45513 \series default
45514
45515 \begin_inset Index idx
45516 status collapsed
45517
45518 \begin_layout Plain Layout
45519 \SpecialChar LaTeX
45520 -packages ! PSTricks
45521 \end_layout
45522
45523 \end_inset
45524
45525
45526 \end_layout
45527
45528 \begin_layout Bibliography
45529 \begin_inset CommandInset bibitem
45530 LatexCommand bibitem
45531 key "refstyle"
45532
45533 \end_inset
45534
45535 Documentation of the \SpecialChar LaTeX
45536 -package 
45537 \series bold
45538
45539 \begin_inset CommandInset href
45540 LatexCommand href
45541 name "refstyle"
45542 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
45543
45544 \end_inset
45545
45546
45547 \series default
45548
45549 \begin_inset Index idx
45550 status collapsed
45551
45552 \begin_layout Plain Layout
45553 \SpecialChar LaTeX
45554 -packages ! refstyle
45555 \end_layout
45556
45557 \end_inset
45558
45559
45560 \end_layout
45561
45562 \begin_layout Bibliography
45563 \begin_inset CommandInset bibitem
45564 LatexCommand bibitem
45565 key "sidecap"
45566
45567 \end_inset
45568
45569 Documentation of the \SpecialChar LaTeX
45570 -package 
45571 \series bold
45572
45573 \begin_inset CommandInset href
45574 LatexCommand href
45575 name "sidecap"
45576 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45577
45578 \end_inset
45579
45580
45581 \series default
45582
45583 \begin_inset Index idx
45584 status collapsed
45585
45586 \begin_layout Plain Layout
45587 \SpecialChar LaTeX
45588 -packages ! sidecap
45589 \end_layout
45590
45591 \end_inset
45592
45593
45594 \end_layout
45595
45596 \begin_layout Bibliography
45597 \begin_inset CommandInset bibitem
45598 LatexCommand bibitem
45599 key "NewInLyX20"
45600
45601 \end_inset
45602
45603
45604 \begin_inset CommandInset href
45605 LatexCommand href
45606 name "Wiki page"
45607 target "http://wiki.lyx.org/LyX/NewInLyX20"
45608
45609 \end_inset
45610
45611  about new features in 
45612 \family sans
45613 \SpecialChar LyX
45614  2.0
45615 \family default
45616 .
45617 \end_layout
45618
45619 \begin_layout Standard
45620 \begin_inset CommandInset index_print
45621 LatexCommand printindex
45622 type "idx"
45623
45624 \end_inset
45625
45626
45627 \end_layout
45628
45629 \end_body
45630 \end_document