]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
Win installer: prepare for next release
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 515
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 \use_microtype false
175 \graphics default
176 \default_output_format pdf2
177 \output_sync 0
178 \bibtex_command default
179 \index_command default
180 \paperfontsize 12
181 \spacing single
182 \use_hyperref true
183 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
184 \pdf_author "LyX Team, Uwe Stöhr"
185 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
186 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
187 \pdf_bookmarks true
188 \pdf_bookmarksnumbered true
189 \pdf_bookmarksopen true
190 \pdf_bookmarksopenlevel 1
191 \pdf_breaklinks false
192 \pdf_pdfborder false
193 \pdf_colorlinks true
194 \pdf_backref false
195 \pdf_pdfusetitle false
196 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
197 \papersize default
198 \use_geometry false
199 \use_package amsmath 2
200 \use_package amssymb 2
201 \use_package cancel 0
202 \use_package esint 0
203 \use_package mathdots 1
204 \use_package mathtools 0
205 \use_package mhchem 1
206 \use_package stackrel 0
207 \use_package stmaryrd 0
208 \use_package undertilde 0
209 \cite_engine basic
210 \cite_engine_type default
211 \biblio_style plain
212 \use_bibtopic false
213 \use_indices false
214 \paperorientation portrait
215 \suppress_date false
216 \justification true
217 \use_refstyle 0
218 \notefontcolor #0000ff
219 \index Index
220 \shortcut idx
221 \color #008000
222 \end_index
223 \secnumdepth 3
224 \tocdepth 3
225 \paragraph_separation skip
226 \defskip medskip
227 \quotes_language english
228 \papercolumns 1
229 \papersides 2
230 \paperpagestyle default
231 \tracking_changes true
232 \output_changes false
233 \html_math_output 0
234 \html_css_as_file 0
235 \html_be_strict false
236 \author 227574939 "Kyttj"
237 \author 2047637253 "Guillaume Munch"
238 \end_header
239
240 \begin_body
241
242 \begin_layout Title
243 \SpecialChar LyX
244 's detailed Figure, Table, Floats, Notes, Boxes and External Material manual
245 \end_layout
246
247 \begin_layout Author
248 by the \SpecialChar LyX
249  Team
250 \begin_inset Foot
251 status collapsed
252
253 \begin_layout Plain Layout
254 \noindent
255 If you have comments or error corrections, please send them to the \SpecialChar LyX
256  Documentatio
257 n mailing list: 
258 \begin_inset CommandInset href
259 LatexCommand href
260 name "lyx-docs@lists.lyx.org"
261 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
262 type "mailto:"
263
264 \end_inset
265
266
267 \end_layout
268
269 \end_inset
270
271
272 \begin_inset Note Note
273 status collapsed
274
275 \begin_layout Plain Layout
276 author: Uwe Stöhr
277 \end_layout
278
279 \end_inset
280
281
282 \begin_inset Newline newline
283 \end_inset
284
285
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \family sans
291 Version 2.2.x
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset CommandInset toc
296 LatexCommand tableofcontents
297
298 \end_inset
299
300
301 \end_layout
302
303 \begin_layout Standard
304 \begin_inset Note Note
305 status open
306
307 \begin_layout Plain Layout
308 To export all parts of this document to PDF, PS, or DVI the \SpecialChar LaTeX
309 -packages 
310 \series bold
311 arydshln
312 \series default
313
314 \series bold
315 colortbl
316 \series default
317
318 \series bold
319 diagbox, lettrine, marginnote, picinpar
320 \series default
321  and 
322 \series bold
323 sidecap
324 \series default
325  must be installed.
326  If they are not installed you can export the document anyway but the sections
327  where the packages are required won't appear in the output.
328 \end_layout
329
330 \begin_layout Plain Layout
331 The latest PDF-version of this document can be found here:
332 \begin_inset Newline newline
333 \end_inset
334
335
336 \series bold
337 http://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
338 \end_layout
339
340 \end_inset
341
342
343 \end_layout
344
345 \begin_layout Chapter
346 Figures
347 \begin_inset Index idx
348 status collapsed
349
350 \begin_layout Plain Layout
351 Figures
352 \end_layout
353
354 \end_inset
355
356
357 \begin_inset Index idx
358 status collapsed
359
360 \begin_layout Plain Layout
361 Graphics|see
362 \begin_inset ERT
363 status collapsed
364
365 \begin_layout Plain Layout
366
367 {
368 \end_layout
369
370 \end_inset
371
372 Figures
373 \begin_inset ERT
374 status collapsed
375
376 \begin_layout Plain Layout
377
378 }
379 \end_layout
380
381 \end_inset
382
383
384 \end_layout
385
386 \end_inset
387
388
389 \end_layout
390
391 \begin_layout Section
392 Graphics Dialog
393 \begin_inset Index idx
394 status collapsed
395
396 \begin_layout Plain Layout
397 Figures ! Graphics Dialog
398 \end_layout
399
400 \end_inset
401
402
403 \begin_inset CommandInset label
404 LatexCommand label
405 name "sec:Graphics-Dialog"
406
407 \end_inset
408
409
410 \end_layout
411
412 \begin_layout Standard
413 To insert an image into your document, place the cursor at the text position
414  you want and click on the toolbar icon 
415 \begin_inset Info
416 type  "icon"
417 arg   "dialog-show-new-inset graphics"
418 \end_inset
419
420  or use the menu 
421 \family sans
422 Insert\SpecialChar menuseparator
423 Graphics
424 \family default
425 .
426  Then a dialog will appear to choose the file to load.
427  The image will appear in the output exactly at the position where it is
428  in the text.
429 \end_layout
430
431 \begin_layout Standard
432 The graphics dialog can be called at any time by clicking on an image.
433  This dialog has three tabs:
434 \end_layout
435
436 \begin_layout Description
437
438 \family sans
439 Graphics
440 \family default
441  Here you can choose an image file and adjust its appearance in the output.
442  The available units for the image size are explained in appendix
443 \begin_inset space ~
444 \end_inset
445
446
447 \begin_inset CommandInset ref
448 LatexCommand ref
449 reference "cha:Units-available-in"
450
451 \end_inset
452
453 .
454 \begin_inset Newline newline
455 \end_inset
456
457
458 \begin_inset Index idx
459 status collapsed
460
461 \begin_layout Plain Layout
462 Figures ! rotated
463 \end_layout
464
465 \end_inset
466
467 You can rotate images counter-clockwise by setting a rotation angle and
468  a rotation origin.
469  The image will also be rotated inside \SpecialChar LyX
470 .
471 \begin_inset Newline newline
472 \end_inset
473
474
475 \begin_inset Index idx
476 status collapsed
477
478 \begin_layout Plain Layout
479 Figures ! scaled
480 \end_layout
481
482 \end_inset
483
484 Images can be scaled by using a percentage value or by setting the width
485  and height explicitly.
486  If you set only the width or only the height, the other size will be determined
487  automatically.
488  If you set both, then the image will be transformed to the given size,
489  possibly distorting it.
490  To prevent the image from distortion, use the option 
491 \family sans
492 Maintain aspect ratio
493 \family default
494 .
495  The image will then be scaled so that its width and height don't exceed
496  the specified dimensions.
497 \begin_inset Newline newline
498 \end_inset
499
500 Images can be opened in a program of your choice by right-clicking on it
501  and choosing the entry 
502 \family sans
503 Edit
504 \begin_inset space ~
505 \end_inset
506
507 externally
508 \family default
509  in the context menu.
510  The program can be set for every image format in the file format settings
511  in \SpecialChar LyX
512 's preferences.
513 \end_layout
514
515 \begin_layout Description
516
517 \family sans
518 Clipping
519 \family default
520  Alternatively to the usage of scaling units it is possible to set image
521  coordinates to adjust the height and width of the image in the output.
522  The coordinates can also be calculated automatically by pressing the button
523  
524 \family sans
525 Get
526 \begin_inset space ~
527 \end_inset
528
529 from
530 \begin_inset space ~
531 \end_inset
532
533 File
534 \family default
535 .
536  The option 
537 \family sans
538 Clip
539 \begin_inset space ~
540 \end_inset
541
542 to
543 \begin_inset space ~
544 \end_inset
545
546 bounding
547 \begin_inset space ~
548 \end_inset
549
550 box
551 \family default
552  will only print the image region within the given coordinates.
553  Normally you don't need to worry about image coordinates and can ignore
554  this tab.
555 \end_layout
556
557 \begin_layout Description
558
559 \family sans
560 LaTeX
561 \begin_inset space ~
562 \end_inset
563
564 and
565 \begin_inset space ~
566 \end_inset
567
568 LyX
569 \begin_inset space ~
570 \end_inset
571
572 options
573 \family default
574  In this tab you can modify the appearance of the image within \SpecialChar LyX
575  and \SpecialChar LaTeX
576  experts
577  can specify additional \SpecialChar LaTeX
578  options.
579 \begin_inset Newline newline
580 \end_inset
581
582 The option 
583 \family sans
584 Draft
585 \begin_inset space ~
586 \end_inset
587
588 mode
589 \family default
590  makes the image appear in the output only as a frame with the size of the
591  image.
592 \begin_inset Newline newline
593 \end_inset
594
595 In the section 
596 \family sans
597 Graphics
598 \begin_inset space ~
599 \end_inset
600
601 Group
602 \family default
603  you can define or join an image settings group.
604 \begin_inset Index idx
605 status collapsed
606
607 \begin_layout Plain Layout
608 Figures ! Settings grouping
609 \end_layout
610
611 \end_inset
612
613  Images within such a group share their settings, so adjusting one image
614  of the group automatically also adjusts all other images of the group in
615  the same way.
616  So you can for example change the size for a bunch of images without the
617  need to manually change each of them.
618  Joining an existing group can also be done using the context menu of the
619  image by checking the name of the desired group.
620 \end_layout
621
622 \begin_layout Standard
623 \begin_inset VSpace bigskip
624 \end_inset
625
626
627 \end_layout
628
629 \begin_layout Standard
630 This is an example image in EPS format
631 \begin_inset Foot
632 status collapsed
633
634 \begin_layout Plain Layout
635 Image formats are explained in section
636 \begin_inset space ~
637 \end_inset
638
639
640 \begin_inset CommandInset ref
641 LatexCommand ref
642 reference "sec:Image-Formats"
643
644 \end_inset
645
646 .
647 \end_layout
648
649 \end_inset
650
651  within a separate, horizontally centered paragraph:
652 \end_layout
653
654 \begin_layout Standard
655 \align center
656 \begin_inset Graphics
657         filename clipart/mobius.eps
658         scale 70
659         scaleBeforeRotation
660         rotateOrigin center
661
662 \end_inset
663
664
665 \end_layout
666
667 \begin_layout Standard
668 This is the same image like the one above but in draft mode:
669 \end_layout
670
671 \begin_layout Standard
672 \align center
673 \begin_inset Graphics
674         filename clipart/mobius.eps
675         scale 70
676         draft
677         scaleBeforeRotation
678         rotateOrigin center
679
680 \end_inset
681
682
683 \end_layout
684
685 \begin_layout Standard
686 \begin_inset Newpage newpage
687 \end_inset
688
689
690 \end_layout
691
692 \begin_layout Section
693 Figure Floats
694 \begin_inset CommandInset label
695 LatexCommand label
696 name "sec:Figure-Floats"
697
698 \end_inset
699
700
701 \begin_inset Index idx
702 status collapsed
703
704 \begin_layout Plain Layout
705 Floats ! Figures
706 \end_layout
707
708 \end_inset
709
710
711 \begin_inset Index idx
712 status collapsed
713
714 \begin_layout Plain Layout
715 Figures ! Floats
716 \end_layout
717
718 \end_inset
719
720
721 \end_layout
722
723 \begin_layout Standard
724 For general explanations about floats, have a look at section
725 \begin_inset space ~
726 \end_inset
727
728
729 \begin_inset CommandInset ref
730 LatexCommand ref
731 reference "sec:FloatIntroduction"
732
733 \end_inset
734
735 .
736 \end_layout
737
738 \begin_layout Standard
739 The toolbar button 
740 \begin_inset Info
741 type  "icon"
742 arg   "float-insert figure"
743 \end_inset
744
745  and the menu 
746 \family sans
747 Insert\SpecialChar menuseparator
748 Float\SpecialChar menuseparator
749 Figure
750 \family default
751  inserts a float with a caption that has the label 
752 \begin_inset Quotes eld
753 \end_inset
754
755 Figure
756 \begin_inset space ~
757 \end_inset
758
759 #:
760 \begin_inset Quotes erd
761 \end_inset
762
763  (# is the actual number).
764  You can insert the image above the caption, like in Figure
765 \begin_inset space ~
766 \end_inset
767
768
769 \begin_inset CommandInset ref
770 LatexCommand ref
771 reference "fig:kill-plat"
772
773 \end_inset
774
775  or below the caption, like in Figure
776 \begin_inset space ~
777 \end_inset
778
779
780 \begin_inset CommandInset ref
781 LatexCommand ref
782 reference "fig:escher"
783
784 \end_inset
785
786 .
787  More about caption placement is described in section
788 \begin_inset space ~
789 \end_inset
790
791
792 \begin_inset CommandInset ref
793 LatexCommand ref
794 reference "sec:Caption-Placement"
795
796 \end_inset
797
798 .
799 \end_layout
800
801 \begin_layout Standard
802 \begin_inset Float figure
803 wide false
804 sideways false
805 status open
806
807 \begin_layout Plain Layout
808 \align center
809 \begin_inset Graphics
810         filename clipart/platypus.eps
811         width 50col%
812         scaleBeforeRotation
813         rotateOrigin center
814
815 \end_inset
816
817
818 \end_layout
819
820 \begin_layout Plain Layout
821 \begin_inset Caption Standard
822
823 \begin_layout Plain Layout
824 \begin_inset CommandInset label
825 LatexCommand label
826 name "fig:kill-plat"
827
828 \end_inset
829
830 A severely distorted platypus in a float.
831 \end_layout
832
833 \end_inset
834
835
836 \end_layout
837
838 \end_inset
839
840
841 \end_layout
842
843 \begin_layout Standard
844 \begin_inset Float figure
845 wide false
846 sideways false
847 status open
848
849 \begin_layout Plain Layout
850 \begin_inset Caption Standard
851
852 \begin_layout Plain Layout
853 \begin_inset CommandInset label
854 LatexCommand label
855 name "fig:escher"
856
857 \end_inset
858
859 M.C.
860  Escher on acid.
861 \end_layout
862
863 \end_inset
864
865
866 \end_layout
867
868 \begin_layout Plain Layout
869 \align center
870 \begin_inset Graphics
871         filename clipart/escher-lsd.eps
872         scale 80
873         scaleBeforeRotation
874         rotateOrigin center
875
876 \end_inset
877
878
879 \end_layout
880
881 \end_inset
882
883
884 \end_layout
885
886 \begin_layout Standard
887 \begin_inset Index idx
888 status collapsed
889
890 \begin_layout Plain Layout
891 References ! to Figures
892 \end_layout
893
894 \end_inset
895
896 Figure
897 \begin_inset space ~
898 \end_inset
899
900
901 \begin_inset CommandInset ref
902 LatexCommand ref
903 reference "fig:kill-plat"
904
905 \end_inset
906
907  and 
908 \begin_inset CommandInset ref
909 LatexCommand ref
910 reference "fig:escher"
911
912 \end_inset
913
914  are examples of referenced figures.
915  Figures can be referenced in the text by referencing their label.
916  To do this insert a label in the caption using the menu 
917 \family sans
918 Insert\SpecialChar menuseparator
919 Label
920 \family default
921  or the toolbar button 
922 \begin_inset Info
923 type  "icon"
924 arg   "label-insert"
925 \end_inset
926
927 .
928  You can now refer to the label using the menu 
929 \family sans
930 Insert\SpecialChar menuseparator
931 Cross
932 \begin_inset space ~
933 \end_inset
934
935 reference
936 \family default
937  or the toolbar button 
938 \begin_inset Info
939 type  "icon"
940 arg   "dialog-show-new-inset ref"
941 \end_inset
942
943 .
944  It is important to use references to floats, rather than using vague references
945  like 
946 \begin_inset Quotes eld
947 \end_inset
948
949 the figure above
950 \begin_inset Quotes erd
951 \end_inset
952
953 , because \SpecialChar LaTeX
954  will reposition the floats in the final document and it might
955  not be 
956 \begin_inset Quotes eld
957 \end_inset
958
959 above
960 \begin_inset Quotes erd
961 \end_inset
962
963  at all.
964 \begin_inset Newline newline
965 \end_inset
966
967 Referencing is explained in detail in section
968 \begin_inset space ~
969 \end_inset
970
971
972 \begin_inset CommandInset ref
973 LatexCommand ref
974 reference "sec:Referencing-Floats"
975
976 \end_inset
977
978 .
979 \end_layout
980
981 \begin_layout Standard
982 Normally only one image is inserted to a figure float, but sometimes you
983  might want to use two images with separate subcaptions.
984  This can be done by inserting image floats into existing image floats.
985  Note that only the main caption of the float is added to the List of Figures.
986  Figure
987 \begin_inset space ~
988 \end_inset
989
990
991 \begin_inset CommandInset ref
992 LatexCommand ref
993 reference "fig:Two-distorted-images"
994
995 \end_inset
996
997  is an example of a figure float with two images set side by side.
998  You can also set the images one below the other.
999  Figure
1000 \begin_inset space ~
1001 \end_inset
1002
1003
1004 \begin_inset CommandInset ref
1005 LatexCommand ref
1006 reference "fig:Undefinable-structure"
1007
1008 \end_inset
1009
1010  and 
1011 \begin_inset CommandInset ref
1012 LatexCommand ref
1013 reference "fig:A-Platypus"
1014
1015 \end_inset
1016
1017  are the subfigures.
1018 \end_layout
1019
1020 \begin_layout Standard
1021 \begin_inset Float figure
1022 wide false
1023 sideways false
1024 status open
1025
1026 \begin_layout Plain Layout
1027 \begin_inset space \hfill{}
1028 \end_inset
1029
1030
1031 \begin_inset Float figure
1032 wide false
1033 sideways false
1034 status collapsed
1035
1036 \begin_layout Plain Layout
1037 \begin_inset Caption Standard
1038
1039 \begin_layout Plain Layout
1040 \begin_inset CommandInset label
1041 LatexCommand label
1042 name "fig:Undefinable-structure"
1043
1044 \end_inset
1045
1046 Undefinable structure.
1047 \end_layout
1048
1049 \end_inset
1050
1051
1052 \end_layout
1053
1054 \begin_layout Plain Layout
1055 \begin_inset Graphics
1056         filename clipart/escher-lsd.eps
1057         width 45col%
1058         scaleBeforeRotation
1059         groupId distorted
1060
1061 \end_inset
1062
1063
1064 \end_layout
1065
1066 \end_inset
1067
1068
1069 \begin_inset space \hfill{}
1070 \end_inset
1071
1072
1073 \begin_inset Float figure
1074 wide false
1075 sideways false
1076 status collapsed
1077
1078 \begin_layout Plain Layout
1079 \begin_inset Caption Standard
1080
1081 \begin_layout Plain Layout
1082 \begin_inset CommandInset label
1083 LatexCommand label
1084 name "fig:A-Platypus"
1085
1086 \end_inset
1087
1088 A Platypus.
1089 \end_layout
1090
1091 \end_inset
1092
1093
1094 \end_layout
1095
1096 \begin_layout Plain Layout
1097 \begin_inset Graphics
1098         filename clipart/platypus.eps
1099         width 45col%
1100         scaleBeforeRotation
1101         groupId distorted
1102
1103 \end_inset
1104
1105
1106 \end_layout
1107
1108 \end_inset
1109
1110
1111 \begin_inset space \hfill{}
1112 \end_inset
1113
1114
1115 \end_layout
1116
1117 \begin_layout Plain Layout
1118 \begin_inset Caption Standard
1119
1120 \begin_layout Plain Layout
1121 \begin_inset CommandInset label
1122 LatexCommand label
1123 name "fig:Two-distorted-images"
1124
1125 \end_inset
1126
1127 Two distorted images.
1128  Both images are in the image settings group named 
1129 \begin_inset Quotes eld
1130 \end_inset
1131
1132 distorted
1133 \begin_inset Quotes erd
1134 \end_inset
1135
1136 .
1137 \end_layout
1138
1139 \end_inset
1140
1141
1142 \end_layout
1143
1144 \end_inset
1145
1146
1147 \end_layout
1148
1149 \begin_layout Standard
1150 \begin_inset Newpage newpage
1151 \end_inset
1152
1153
1154 \end_layout
1155
1156 \begin_layout Section
1157 Image Formats
1158 \begin_inset CommandInset label
1159 LatexCommand label
1160 name "sec:Image-Formats"
1161
1162 \end_inset
1163
1164
1165 \begin_inset Index idx
1166 status collapsed
1167
1168 \begin_layout Plain Layout
1169 Image Formats
1170 \end_layout
1171
1172 \end_inset
1173
1174
1175 \begin_inset Index idx
1176 status collapsed
1177
1178 \begin_layout Plain Layout
1179 Figures ! Image Formats
1180 \end_layout
1181
1182 \end_inset
1183
1184
1185 \end_layout
1186
1187 \begin_layout Standard
1188 You can insert images in any known file format.
1189  But as explained in appendix
1190 \begin_inset space ~
1191 \end_inset
1192
1193
1194 \begin_inset CommandInset ref
1195 LatexCommand ref
1196 reference "cha:Output-File-Formats"
1197
1198 \end_inset
1199
1200 , each output document format allows only a few image formats.
1201  \SpecialChar LyX
1202  uses therefore the program 
1203 \family typewriter
1204 ImageMagick
1205 \family default
1206  in the background to convert the images to the right format.
1207  To increase your work flow by avoiding these conversions in the background,
1208  you could choose to use only the image formats that can directly be embedded
1209  in the output file format.
1210  The output file formats are explained in appendix
1211 \begin_inset space ~
1212 \end_inset
1213
1214
1215 \begin_inset CommandInset ref
1216 LatexCommand ref
1217 reference "cha:Output-File-Formats"
1218
1219 \end_inset
1220
1221 .
1222 \end_layout
1223
1224 \begin_layout Standard
1225 Similar to fonts there are two types of image formats:
1226 \end_layout
1227
1228 \begin_layout Description
1229 Bitmap
1230 \begin_inset space ~
1231 \end_inset
1232
1233 images consist of pixel values, often in a compressed form.
1234  They are therefore not fully scalable and look pixelated in large zooms.
1235  Well-known bitmap image formats are 
1236 \begin_inset Quotes eld
1237 \end_inset
1238
1239 Graphics Interchange Format
1240 \begin_inset Quotes erd
1241 \end_inset
1242
1243  (GIF, file extension 
1244 \begin_inset Quotes eld
1245 \end_inset
1246
1247
1248 \family typewriter
1249 .gif
1250 \family default
1251
1252 \begin_inset Quotes erd
1253 \end_inset
1254
1255 )
1256 \begin_inset Index idx
1257 status collapsed
1258
1259 \begin_layout Plain Layout
1260 GIF|see
1261 \begin_inset ERT
1262 status collapsed
1263
1264 \begin_layout Plain Layout
1265
1266 {
1267 \end_layout
1268
1269 \end_inset
1270
1271 Image formats
1272 \begin_inset ERT
1273 status collapsed
1274
1275 \begin_layout Plain Layout
1276
1277 }
1278 \end_layout
1279
1280 \end_inset
1281
1282
1283 \end_layout
1284
1285 \end_inset
1286
1287
1288 \begin_inset Quotes eld
1289 \end_inset
1290
1291 Portable Network Graphics
1292 \begin_inset Quotes erd
1293 \end_inset
1294
1295  (PNG, file extension 
1296 \begin_inset Quotes eld
1297 \end_inset
1298
1299
1300 \family typewriter
1301 .png
1302 \family default
1303
1304 \begin_inset Quotes erd
1305 \end_inset
1306
1307 )
1308 \begin_inset Index idx
1309 status collapsed
1310
1311 \begin_layout Plain Layout
1312 PNG|see
1313 \begin_inset ERT
1314 status collapsed
1315
1316 \begin_layout Plain Layout
1317
1318 {
1319 \end_layout
1320
1321 \end_inset
1322
1323 Image formats
1324 \begin_inset ERT
1325 status collapsed
1326
1327 \begin_layout Plain Layout
1328
1329 }
1330 \end_layout
1331
1332 \end_inset
1333
1334
1335 \end_layout
1336
1337 \end_inset
1338
1339 , and 
1340 \begin_inset Quotes eld
1341 \end_inset
1342
1343 Joint Photographic Experts Group
1344 \begin_inset Quotes erd
1345 \end_inset
1346
1347  (JPG, file extension 
1348 \begin_inset Quotes eld
1349 \end_inset
1350
1351
1352 \family typewriter
1353 .jpg
1354 \family default
1355
1356 \begin_inset Quotes erd
1357 \end_inset
1358
1359  or 
1360 \begin_inset Quotes eld
1361 \end_inset
1362
1363
1364 \family typewriter
1365 .jpeg
1366 \family default
1367
1368 \begin_inset Quotes erd
1369 \end_inset
1370
1371 )
1372 \begin_inset Index idx
1373 status collapsed
1374
1375 \begin_layout Plain Layout
1376 JPG|see
1377 \begin_inset ERT
1378 status collapsed
1379
1380 \begin_layout Plain Layout
1381
1382 {
1383 \end_layout
1384
1385 \end_inset
1386
1387 Image formats
1388 \begin_inset ERT
1389 status collapsed
1390
1391 \begin_layout Plain Layout
1392
1393 }
1394 \end_layout
1395
1396 \end_inset
1397
1398
1399 \end_layout
1400
1401 \end_inset
1402
1403 .
1404 \end_layout
1405
1406 \begin_layout Description
1407 Vector
1408 \begin_inset space ~
1409 \end_inset
1410
1411 images consist of vectors and can therefore be scaled to any size without
1412  data loss.
1413  The scaling ability is necessary if you want to create presentations, because
1414  presentations are always scaled by the video projector.
1415  Scaling is also useful for online documents to let the user zoom into diagrams.
1416 \begin_inset Newline newline
1417 \end_inset
1418
1419 Well-known scalable image formats are 
1420 \begin_inset Quotes eld
1421 \end_inset
1422
1423 Scalable Vector Graphics
1424 \begin_inset Quotes erd
1425 \end_inset
1426
1427  (SVG, file extension 
1428 \begin_inset Quotes eld
1429 \end_inset
1430
1431
1432 \family typewriter
1433 .svg
1434 \family default
1435
1436 \begin_inset Quotes erd
1437 \end_inset
1438
1439 )
1440 \begin_inset Index idx
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444 SVG|see
1445 \begin_inset ERT
1446 status collapsed
1447
1448 \begin_layout Plain Layout
1449
1450 {
1451 \end_layout
1452
1453 \end_inset
1454
1455 Image formats
1456 \begin_inset ERT
1457 status collapsed
1458
1459 \begin_layout Plain Layout
1460
1461 }
1462 \end_layout
1463
1464 \end_inset
1465
1466
1467 \end_layout
1468
1469 \end_inset
1470
1471
1472 \begin_inset Quotes eld
1473 \end_inset
1474
1475 Encapsulated PostScript
1476 \begin_inset Quotes erd
1477 \end_inset
1478
1479  (EPS, file extension 
1480 \begin_inset Quotes eld
1481 \end_inset
1482
1483
1484 \family typewriter
1485 .eps
1486 \family default
1487
1488 \begin_inset Quotes erd
1489 \end_inset
1490
1491 )
1492 \begin_inset Index idx
1493 status collapsed
1494
1495 \begin_layout Plain Layout
1496 EPS|see
1497 \begin_inset ERT
1498 status collapsed
1499
1500 \begin_layout Plain Layout
1501
1502 {
1503 \end_layout
1504
1505 \end_inset
1506
1507 Image formats
1508 \begin_inset ERT
1509 status collapsed
1510
1511 \begin_layout Plain Layout
1512
1513 }
1514 \end_layout
1515
1516 \end_inset
1517
1518
1519 \end_layout
1520
1521 \end_inset
1522
1523
1524 \begin_inset Quotes eld
1525 \end_inset
1526
1527 Portable Document Format
1528 \begin_inset Quotes erd
1529 \end_inset
1530
1531  (PDF, file extension 
1532 \begin_inset Quotes eld
1533 \end_inset
1534
1535
1536 \family typewriter
1537 .pdf
1538 \family default
1539
1540 \begin_inset Quotes erd
1541 \end_inset
1542
1543 )
1544 \begin_inset Index idx
1545 status collapsed
1546
1547 \begin_layout Plain Layout
1548 PDF
1549 \end_layout
1550
1551 \end_inset
1552
1553 , and 
1554 \begin_inset Quotes eld
1555 \end_inset
1556
1557 Windows Metafile
1558 \begin_inset Quotes erd
1559 \end_inset
1560
1561  (WMF, file extension 
1562 \begin_inset Quotes eld
1563 \end_inset
1564
1565
1566 \family typewriter
1567 .wmf
1568 \family default
1569
1570 \begin_inset Quotes erd
1571 \end_inset
1572
1573 )
1574 \begin_inset Index idx
1575 status collapsed
1576
1577 \begin_layout Plain Layout
1578 SVG|see
1579 \begin_inset ERT
1580 status collapsed
1581
1582 \begin_layout Plain Layout
1583
1584 {
1585 \end_layout
1586
1587 \end_inset
1588
1589 Image formats
1590 \begin_inset ERT
1591 status collapsed
1592
1593 \begin_layout Plain Layout
1594
1595 }
1596 \end_layout
1597
1598 \end_inset
1599
1600
1601 \end_layout
1602
1603 \end_inset
1604
1605 .
1606  We wrote 
1607 \begin_inset Quotes eld
1608 \end_inset
1609
1610 can be
1611 \begin_inset Quotes erd
1612 \end_inset
1613
1614 , because you can convert any bitmap image to a PDF or EPS-image and the
1615  result will still be a bitmap image.
1616  In such cases only a header with the image properties is added to the original
1617  image
1618 \begin_inset Foot
1619 status collapsed
1620
1621 \begin_layout Plain Layout
1622 In the case of PDF, the original image is additionally compressed.
1623 \end_layout
1624
1625 \end_inset
1626
1627 .
1628  The PDF-files generated by 
1629 \family typewriter
1630 Adobe Photoshop
1631 \family default
1632  are for example bitmap images.
1633 \end_layout
1634
1635 \begin_layout Standard
1636 Normally it is not possible to convert a bitmap image into a scalable one,
1637  only vice versa.
1638  Only the image formats PDF and EPS can directly be embedded to PDF and
1639  PostScript output files, respectively.
1640  SVG and WMF-images are recalculated to bitmaps when the output file is
1641  generated because there is currently no adequate WMF/SVG
1642 \begin_inset Formula $\to$
1643 \end_inset
1644
1645 PDF/EPS converter available.
1646 \end_layout
1647
1648 \begin_layout Chapter
1649 Tables
1650 \begin_inset Index idx
1651 status collapsed
1652
1653 \begin_layout Plain Layout
1654 Table
1655 \end_layout
1656
1657 \end_inset
1658
1659
1660 \end_layout
1661
1662 \begin_layout Section
1663 Introduction
1664 \begin_inset Index idx
1665 status collapsed
1666
1667 \begin_layout Plain Layout
1668 Table ! Introduction
1669 \end_layout
1670
1671 \end_inset
1672
1673
1674 \end_layout
1675
1676 \begin_layout Standard
1677 You can insert a table using either the toolbar button 
1678 \begin_inset Info
1679 type  "icon"
1680 arg   "tabular-insert"
1681 \end_inset
1682
1683  or the menu 
1684 \family sans
1685 Insert\SpecialChar menuseparator
1686 Table
1687 \family default
1688 .
1689  The toolbar button offers you a graphical selection: move the mouse to
1690  set the column/row number of the table that should be created and then
1691  press a mouse button.
1692  When you use the menu to create a table, a dialog will appear, asking you
1693  for the number of rows and columns.
1694 \begin_inset Newline newline
1695 \end_inset
1696
1697 The default table has lines around any cell and the first row appears separated
1698  from the rest of the table.
1699  This separation occurs due to a double line: The cells of the first row
1700  have a line below them and the cells of the second row have a line above
1701  them.
1702  Here is an example table:
1703 \end_layout
1704
1705 \begin_layout Standard
1706 \align center
1707 \begin_inset Tabular
1708 <lyxtabular version="3" rows="4" columns="4">
1709 <features tabularvalignment="middle">
1710 <column alignment="center" valignment="top">
1711 <column alignment="center" valignment="top">
1712 <column alignment="center" valignment="top">
1713 <column alignment="center" valignment="top">
1714 <row>
1715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1716 \begin_inset Text
1717
1718 \begin_layout Plain Layout
1719
1720 \end_layout
1721
1722 \end_inset
1723 </cell>
1724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1725 \begin_inset Text
1726
1727 \begin_layout Plain Layout
1728
1729 \family roman
1730 \series medium
1731 \shape up
1732 \size normal
1733 \emph off
1734 \bar no
1735 \noun off
1736 \color none
1737 1
1738 \end_layout
1739
1740 \end_inset
1741 </cell>
1742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1743 \begin_inset Text
1744
1745 \begin_layout Plain Layout
1746 2
1747 \end_layout
1748
1749 \end_inset
1750 </cell>
1751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1752 \begin_inset Text
1753
1754 \begin_layout Plain Layout
1755 3
1756 \end_layout
1757
1758 \end_inset
1759 </cell>
1760 </row>
1761 <row>
1762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1763 \begin_inset Text
1764
1765 \begin_layout Plain Layout
1766
1767 \family roman
1768 \series medium
1769 \shape up
1770 \size normal
1771 \emph off
1772 \bar no
1773 \noun off
1774 \color none
1775 A
1776 \end_layout
1777
1778 \end_inset
1779 </cell>
1780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1781 \begin_inset Text
1782
1783 \begin_layout Plain Layout
1784
1785 \end_layout
1786
1787 \end_inset
1788 </cell>
1789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793
1794 \end_layout
1795
1796 \end_inset
1797 </cell>
1798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1799 \begin_inset Text
1800
1801 \begin_layout Plain Layout
1802
1803 \end_layout
1804
1805 \end_inset
1806 </cell>
1807 </row>
1808 <row>
1809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1810 \begin_inset Text
1811
1812 \begin_layout Plain Layout
1813
1814 \family roman
1815 \series medium
1816 \shape up
1817 \size normal
1818 \emph off
1819 \bar no
1820 \noun off
1821 \color none
1822 B
1823 \end_layout
1824
1825 \end_inset
1826 </cell>
1827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1828 \begin_inset Text
1829
1830 \begin_layout Plain Layout
1831
1832 \end_layout
1833
1834 \end_inset
1835 </cell>
1836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1837 \begin_inset Text
1838
1839 \begin_layout Plain Layout
1840
1841 \end_layout
1842
1843 \end_inset
1844 </cell>
1845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Plain Layout
1849
1850 \end_layout
1851
1852 \end_inset
1853 </cell>
1854 </row>
1855 <row>
1856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1857 \begin_inset Text
1858
1859 \begin_layout Plain Layout
1860
1861 \family roman
1862 \series medium
1863 \shape up
1864 \size normal
1865 \emph off
1866 \bar no
1867 \noun off
1868 \color none
1869 C
1870 \end_layout
1871
1872 \end_inset
1873 </cell>
1874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1875 \begin_inset Text
1876
1877 \begin_layout Plain Layout
1878
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1884 \begin_inset Text
1885
1886 \begin_layout Plain Layout
1887
1888 \end_layout
1889
1890 \end_inset
1891 </cell>
1892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1893 \begin_inset Text
1894
1895 \begin_layout Plain Layout
1896
1897 \end_layout
1898
1899 \end_inset
1900 </cell>
1901 </row>
1902 </lyxtabular>
1903
1904 \end_inset
1905
1906
1907 \end_layout
1908
1909 \begin_layout Section
1910 Table Dialog
1911 \begin_inset Index idx
1912 status collapsed
1913
1914 \begin_layout Plain Layout
1915 Table ! Dialog
1916 \end_layout
1917
1918 \end_inset
1919
1920
1921 \end_layout
1922
1923 \begin_layout Standard
1924 You can alter a table by clicking on it with the right mouse button, which
1925  brings up the context menu.
1926  Under the menu entry 
1927 \family sans
1928 More
1929 \family default
1930  you can adjust the settings of that cell and row/column respectively where
1931  the cursor is currently placed.
1932  The context menu 
1933 \family sans
1934 More\SpecialChar menuseparator
1935 Settings
1936 \family default
1937  opens the table dialog where you can adjust more things.
1938  Most of the dialog options also work on selections.
1939  This means if you select more cells, columns or rows, the action is done
1940  for the whole selection.
1941  Note that there is a difference between selecting the 
1942 \emph on
1943 contents
1944 \emph default
1945  of the cell, and the cell itself.
1946 \begin_inset Newline newline
1947 \end_inset
1948
1949 With the dialog option 
1950 \family sans
1951 Immediate
1952 \begin_inset space ~
1953 \end_inset
1954
1955 Apply
1956 \family default
1957  every change you make in the dialog is directly applied.
1958  If you move the cursor to another table cell the dialog will then also
1959  be updated with the parameters of the new cell.
1960  If you change length values in the dialog you must press 
1961 \family sans
1962 Return
1963 \family default
1964  to get the change applied.
1965 \begin_inset Newline newline
1966 \end_inset
1967
1968 You can alter tables with the following tabs of the table dialog:
1969 \end_layout
1970
1971 \begin_layout Description
1972 Table
1973 \begin_inset space ~
1974 \end_inset
1975
1976 Settings Here you can set the table width
1977 \begin_inset Index idx
1978 status collapsed
1979
1980 \begin_layout Plain Layout
1981 Table ! Width
1982 \end_layout
1983
1984 \end_inset
1985
1986 , and the horizontal alignment and the width of the current column.
1987  The alignment 
1988 \family sans
1989 At
1990 \begin_inset space ~
1991 \end_inset
1992
1993 Decimal
1994 \begin_inset space ~
1995 \end_inset
1996
1997 Separator
1998 \family default
1999  is described in section
2000 \begin_inset space ~
2001 \end_inset
2002
2003
2004 \begin_inset CommandInset ref
2005 LatexCommand ref
2006 reference "subsec:Special-Cell-Alignment"
2007
2008 \end_inset
2009
2010 .
2011  When you have set a width you can also adjust the vertical alignment of
2012  the current row.
2013  A given width will allow the cell to have line breaks and multiple paragraphs
2014  of text, see sec.
2015 \begin_inset space \thinspace{}
2016 \end_inset
2017
2018
2019 \begin_inset CommandInset ref
2020 LatexCommand ref
2021 reference "subsec:Multiple-Lines-in"
2022
2023 \end_inset
2024
2025 .
2026  If you set no width, the column is as wide as the content of its widest
2027  cell.
2028 \begin_inset Newline newline
2029 \end_inset
2030
2031 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2032  cell, see sec.
2033 \begin_inset space \thinspace{}
2034 \end_inset
2035
2036
2037 \begin_inset CommandInset ref
2038 LatexCommand ref
2039 reference "subsec:Multicolumns"
2040
2041 \end_inset
2042
2043  or the cells of one column as multirow cell, see sec.
2044 \begin_inset space \thinspace{}
2045 \end_inset
2046
2047
2048 \begin_inset CommandInset ref
2049 LatexCommand ref
2050 reference "subsec:Multirows"
2051
2052 \end_inset
2053
2054 .
2055 \begin_inset Newline newline
2056 \end_inset
2057
2058 The rotate check boxes rotate the current cell, a selection, or the whole
2059  table counter-clockwise by 90
2060 \begin_inset space \thinspace{}
2061 \end_inset
2062
2063 °.
2064  The rotation is not shown within \SpecialChar LyX
2065 , only in the output.
2066  For more information see sec.
2067 \begin_inset space \thinspace{}
2068 \end_inset
2069
2070
2071 \begin_inset CommandInset ref
2072 LatexCommand ref
2073 reference "sec:Rotated-Table-Cells"
2074
2075 \end_inset
2076
2077 .
2078 \begin_inset Newline newline
2079 \end_inset
2080
2081
2082 \begin_inset Note Greyedout
2083 status open
2084
2085 \begin_layout Plain Layout
2086
2087 \series bold
2088 Note:
2089 \series default
2090  Not all DVI-viewers are able to display rotations.
2091 \end_layout
2092
2093 \end_inset
2094
2095
2096 \begin_inset Newline newline
2097 \end_inset
2098
2099 The table-wide vertical alignment is used for tables within text lines:
2100 \begin_inset Newline newline
2101 \end_inset
2102
2103 A line with tables with different alignments: 
2104 \begin_inset Tabular
2105 <lyxtabular version="3" rows="2" columns="2">
2106 <features tabularvalignment="top">
2107 <column alignment="center" valignment="top" width="0pt">
2108 <column alignment="center" valignment="top">
2109 <row>
2110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2111 \begin_inset Text
2112
2113 \begin_layout Plain Layout
2114
2115 \end_layout
2116
2117 \end_inset
2118 </cell>
2119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2120 \begin_inset Text
2121
2122 \begin_layout Plain Layout
2123
2124 \family roman
2125 \series medium
2126 \shape up
2127 \size normal
2128 \emph off
2129 \bar no
2130 \noun off
2131 \color none
2132 1
2133 \end_layout
2134
2135 \end_inset
2136 </cell>
2137 </row>
2138 <row>
2139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2140 \begin_inset Text
2141
2142 \begin_layout Plain Layout
2143
2144 \family roman
2145 \series medium
2146 \shape up
2147 \size normal
2148 \emph off
2149 \bar no
2150 \noun off
2151 \color none
2152 A
2153 \end_layout
2154
2155 \end_inset
2156 </cell>
2157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2158 \begin_inset Text
2159
2160 \begin_layout Plain Layout
2161
2162 \end_layout
2163
2164 \end_inset
2165 </cell>
2166 </row>
2167 </lyxtabular>
2168
2169 \end_inset
2170
2171  
2172 \begin_inset Tabular
2173 <lyxtabular version="3" rows="2" columns="2">
2174 <features tabularvalignment="middle">
2175 <column alignment="center" valignment="top">
2176 <column alignment="center" valignment="top">
2177 <row>
2178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2179 \begin_inset Text
2180
2181 \begin_layout Plain Layout
2182
2183 \end_layout
2184
2185 \end_inset
2186 </cell>
2187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2188 \begin_inset Text
2189
2190 \begin_layout Plain Layout
2191
2192 \family roman
2193 \series medium
2194 \shape up
2195 \size normal
2196 \emph off
2197 \bar no
2198 \noun off
2199 \color none
2200 1
2201 \end_layout
2202
2203 \end_inset
2204 </cell>
2205 </row>
2206 <row>
2207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2208 \begin_inset Text
2209
2210 \begin_layout Plain Layout
2211
2212 \family roman
2213 \series medium
2214 \shape up
2215 \size normal
2216 \emph off
2217 \bar no
2218 \noun off
2219 \color none
2220 A
2221 \end_layout
2222
2223 \end_inset
2224 </cell>
2225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2226 \begin_inset Text
2227
2228 \begin_layout Plain Layout
2229
2230 \end_layout
2231
2232 \end_inset
2233 </cell>
2234 </row>
2235 </lyxtabular>
2236
2237 \end_inset
2238
2239  
2240 \begin_inset Tabular
2241 <lyxtabular version="3" rows="2" columns="2">
2242 <features tabularvalignment="bottom">
2243 <column alignment="center" valignment="top" width="0pt">
2244 <column alignment="center" valignment="top">
2245 <row>
2246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2247 \begin_inset Text
2248
2249 \begin_layout Plain Layout
2250
2251 \end_layout
2252
2253 \end_inset
2254 </cell>
2255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2256 \begin_inset Text
2257
2258 \begin_layout Plain Layout
2259
2260 \family roman
2261 \series medium
2262 \shape up
2263 \size normal
2264 \emph off
2265 \bar no
2266 \noun off
2267 \color none
2268 1
2269 \end_layout
2270
2271 \end_inset
2272 </cell>
2273 </row>
2274 <row>
2275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2276 \begin_inset Text
2277
2278 \begin_layout Plain Layout
2279
2280 \family roman
2281 \series medium
2282 \shape up
2283 \size normal
2284 \emph off
2285 \bar no
2286 \noun off
2287 \color none
2288 A
2289 \end_layout
2290
2291 \end_inset
2292 </cell>
2293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2294 \begin_inset Text
2295
2296 \begin_layout Plain Layout
2297
2298 \end_layout
2299
2300 \end_inset
2301 </cell>
2302 </row>
2303 </lyxtabular>
2304
2305 \end_inset
2306
2307
2308 \begin_inset Newline newline
2309 \end_inset
2310
2311 It is also possible to enter a \SpecialChar LaTeX
2312 -argument which is needed for special table
2313  formattings, see sec.
2314 \begin_inset space \thinspace{}
2315 \end_inset
2316
2317
2318 \begin_inset CommandInset ref
2319 LatexCommand ref
2320 reference "subsec:Multicolumn-Calculations"
2321
2322 \end_inset
2323
2324  and 
2325 \begin_inset CommandInset ref
2326 LatexCommand ref
2327 reference "sec:Colored-Tables"
2328
2329 \end_inset
2330
2331 .
2332 \end_layout
2333
2334 \begin_layout Description
2335 Borders In this tab you can add and delete border lines for the current
2336  row/column.
2337 \begin_inset Newline newline
2338 \end_inset
2339
2340 Using the style option 
2341 \family sans
2342 Formal
2343 \family default
2344  will convert the table to a formal table as described in sec.
2345 \begin_inset space \thinspace{}
2346 \end_inset
2347
2348
2349 \begin_inset CommandInset ref
2350 LatexCommand ref
2351 reference "sec:Formal-Tables"
2352
2353 \end_inset
2354
2355 .
2356 \begin_inset Newline newline
2357 \end_inset
2358
2359 You can also add space here to table rows as described in sec.
2360 \begin_inset space \thinspace{}
2361 \end_inset
2362
2363
2364 \begin_inset CommandInset ref
2365 LatexCommand ref
2366 reference "subsec:Row-Spacing"
2367
2368 \end_inset
2369
2370 .
2371 \end_layout
2372
2373 \begin_layout Description
2374 Multi-page
2375 \begin_inset space ~
2376 \end_inset
2377
2378 table This tab is to make a table a multi-page table that can run over several
2379  pages.
2380  Sections
2381 \begin_inset space ~
2382 \end_inset
2383
2384
2385 \begin_inset CommandInset ref
2386 LatexCommand ref
2387 reference "sec:Multi-page-Tables"
2388
2389 \end_inset
2390
2391  and 
2392 \begin_inset CommandInset ref
2393 LatexCommand ref
2394 reference "sec:Special-Longtable-Issues"
2395
2396 \end_inset
2397
2398  describe the multi-page table features in detail.
2399 \end_layout
2400
2401 \begin_layout Section
2402 Table Toolbar
2403 \begin_inset Index idx
2404 status collapsed
2405
2406 \begin_layout Plain Layout
2407 Table ! Toolbar
2408 \end_layout
2409
2410 \end_inset
2411
2412
2413 \end_layout
2414
2415 \begin_layout Standard
2416 The table toolbar is an alternative to the table dialog to be able to alter
2417  tables faster.
2418  It should normally appear at the bottom of \SpecialChar LyX
2419 's main window when the cursor
2420  is inside a table.
2421  You can alternatively switch it on to appear always, by right-clicking
2422  in \SpecialChar LyX
2423 's main menu bar.
2424 \end_layout
2425
2426 \begin_layout Standard
2427 The toolbar has the following icons:
2428 \end_layout
2429
2430 \begin_layout Labeling
2431 \labelwidthstring 00.00.0000
2432 \begin_inset Info
2433 type  "icon"
2434 arg   "tabular-feature append-row"
2435 \end_inset
2436
2437  adds a row below the current cell or selection
2438 \end_layout
2439
2440 \begin_layout Labeling
2441 \labelwidthstring 00.00.0000
2442 \begin_inset Info
2443 type  "icon"
2444 arg   "tabular-feature append-column"
2445 \end_inset
2446
2447  adds a column right beside the current cell or selection
2448 \end_layout
2449
2450 \begin_layout Labeling
2451 \labelwidthstring 00.00.0000
2452 \begin_inset Info
2453 type  "icon"
2454 arg   "tabular-feature delete-row"
2455 \end_inset
2456
2457  deletes the current row or selection
2458 \end_layout
2459
2460 \begin_layout Labeling
2461 \labelwidthstring 00.00.0000
2462 \begin_inset Info
2463 type  "icon"
2464 arg   "tabular-feature delete-column"
2465 \end_inset
2466
2467  deletes the current column or selection
2468 \end_layout
2469
2470 \begin_layout Labeling
2471 \labelwidthstring 00.00.0000
2472 \begin_inset Info
2473 type  "icon"
2474 arg   "tabular-feature move-row-up"
2475 \end_inset
2476
2477  moves the row up
2478 \end_layout
2479
2480 \begin_layout Labeling
2481 \labelwidthstring 00.00.0000
2482 \begin_inset Info
2483 type  "icon"
2484 arg   "tabular-feature move-column-left"
2485 \end_inset
2486
2487  moves the column to the left
2488 \end_layout
2489
2490 \begin_layout Labeling
2491 \labelwidthstring 00.00.0000
2492 \begin_inset Info
2493 type  "icon"
2494 arg   "tabular-feature move-row-down"
2495 \end_inset
2496
2497  moves the row down
2498 \end_layout
2499
2500 \begin_layout Labeling
2501 \labelwidthstring 00.00.0000
2502 \begin_inset Info
2503 type  "icon"
2504 arg   "tabular-feature move-column-right"
2505 \end_inset
2506
2507  moves the column to the right
2508 \end_layout
2509
2510 \begin_layout Labeling
2511 \labelwidthstring 00.00.0000
2512 \begin_inset Info
2513 type  "icon"
2514 arg   "tabular-feature toggle-line-top"
2515 \end_inset
2516
2517  adds a line at the top of the current cell / row or of a selection
2518 \end_layout
2519
2520 \begin_layout Labeling
2521 \labelwidthstring 00.00.0000
2522 \begin_inset Info
2523 type  "icon"
2524 arg   "tabular-feature toggle-line-bottom"
2525 \end_inset
2526
2527  adds a line at the bottom of the current cell / row or of a selection
2528 \end_layout
2529
2530 \begin_layout Labeling
2531 \labelwidthstring 00.00.0000
2532 \begin_inset Info
2533 type  "icon"
2534 arg   "tabular-feature toggle-line-left"
2535 \end_inset
2536
2537  adds a line at the left side of the current cell / row or of a selection
2538 \end_layout
2539
2540 \begin_layout Labeling
2541 \labelwidthstring 00.00.0000
2542 \begin_inset Info
2543 type  "icon"
2544 arg   "tabular-feature toggle-line-right"
2545 \end_inset
2546
2547  adds a line at the right side of the current cell / row or of a selection
2548 \end_layout
2549
2550 \begin_layout Labeling
2551 \labelwidthstring 00.00.0000
2552 \begin_inset Info
2553 type  "icon"
2554 arg   "tabular-feature set-all-lines"
2555 \end_inset
2556
2557  adds lines around the current or selected cells - if the current cell no
2558  multicolumn cell this also affects the current row and column
2559 \end_layout
2560
2561 \begin_layout Labeling
2562 \labelwidthstring 00.00.0000
2563 \begin_inset Info
2564 type  "icon"
2565 arg   "tabular-feature unset-all-lines"
2566 \end_inset
2567
2568  deletes all lines of the current or selected cells - if the current cell
2569  no multicolumn cell this also affects the current row and column
2570 \end_layout
2571
2572 \begin_layout Labeling
2573 \labelwidthstring 00.00.0000
2574 \begin_inset Info
2575 type  "icon"
2576 arg   "tabular-feature m-align-left"
2577 \end_inset
2578
2579  left-aligns the content of the current cell / column
2580 \end_layout
2581
2582 \begin_layout Labeling
2583 \labelwidthstring 00.00.0000
2584 \begin_inset Info
2585 type  "icon"
2586 arg   "tabular-feature m-align-center"
2587 \end_inset
2588
2589  centers the content of the current cell / column horizontally
2590 \end_layout
2591
2592 \begin_layout Labeling
2593 \labelwidthstring 00.00.0000
2594 \begin_inset Info
2595 type  "icon"
2596 arg   "tabular-feature m-align-right"
2597 \end_inset
2598
2599  right-aligns the content of the current cell / column
2600 \end_layout
2601
2602 \begin_layout Labeling
2603 \labelwidthstring 00.00.0000
2604 \begin_inset Info
2605 type  "icon"
2606 arg   "tabular-feature align-decimal"
2607 \end_inset
2608
2609  aligns the content of the current column at a character
2610 \end_layout
2611
2612 \begin_layout Labeling
2613 \labelwidthstring 00.00.0000
2614 \begin_inset Info
2615 type  "icon"
2616 arg   "tabular-feature m-valign-top"
2617 \end_inset
2618
2619  aligns the content of the current cell vertically to the top
2620 \end_layout
2621
2622 \begin_layout Labeling
2623 \labelwidthstring 00.00.0000
2624 \begin_inset Info
2625 type  "icon"
2626 arg   "tabular-feature m-valign-middle"
2627 \end_inset
2628
2629  centers the content of the current cell vertically
2630 \end_layout
2631
2632 \begin_layout Labeling
2633 \labelwidthstring 00.00.0000
2634 \begin_inset Info
2635 type  "icon"
2636 arg   "tabular-feature m-valign-bottom"
2637 \end_inset
2638
2639  aligns the content of the current cell vertically to the bottom
2640 \end_layout
2641
2642 \begin_layout Labeling
2643 \labelwidthstring 00.00.0000
2644 \begin_inset Info
2645 type  "icon"
2646 arg   "tabular-feature set-rotate-cell"
2647 \end_inset
2648
2649  rotates the current cell or selection counter-clockwise by 90°
2650 \end_layout
2651
2652 \begin_layout Labeling
2653 \labelwidthstring 00.00.0000
2654 \begin_inset Info
2655 type  "icon"
2656 arg   "tabular-feature set-rotate-tabular"
2657 \end_inset
2658
2659  rotates the whole table counter-clockwise by 90°
2660 \end_layout
2661
2662 \begin_layout Labeling
2663 \labelwidthstring 00.00.0000
2664 \begin_inset Info
2665 type  "icon"
2666 arg   "tabular-feature multicolumn"
2667 \end_inset
2668
2669  sets the current cell or selection as a multicolumn
2670 \end_layout
2671
2672 \begin_layout Labeling
2673 \labelwidthstring 00.00.0000
2674 \begin_inset Info
2675 type  "icon"
2676 arg   "tabular-feature multirow"
2677 \end_inset
2678
2679  sets the current cell or selection as a multirow
2680 \end_layout
2681
2682 \begin_layout Standard
2683 \begin_inset Note Greyedout
2684 status open
2685
2686 \begin_layout Plain Layout
2687
2688 \series bold
2689 Note:
2690 \series default
2691  For the output the vertical alignment of the first cell in a row is used
2692  for all following cells in the row.
2693 \end_layout
2694
2695 \end_inset
2696
2697
2698 \end_layout
2699
2700 \begin_layout Section
2701 Edit Table Menu
2702 \begin_inset Index idx
2703 status collapsed
2704
2705 \begin_layout Plain Layout
2706 Table ! Edit Menu
2707 \end_layout
2708
2709 \end_inset
2710
2711
2712 \end_layout
2713
2714 \begin_layout Standard
2715 In addition to the table dialog and toolbar, the menu 
2716 \family sans
2717 Edit\SpecialChar menuseparator
2718 Table
2719 \family default
2720  allows you to add and delete border lines for the current row/column and
2721  to set the current selection as multicolumn.
2722  The menu is only available when the cursor is inside a table.
2723 \end_layout
2724
2725 \begin_layout Section
2726 Table Floats
2727 \begin_inset CommandInset label
2728 LatexCommand label
2729 name "sec:Table-Floats"
2730
2731 \end_inset
2732
2733
2734 \begin_inset Index idx
2735 status collapsed
2736
2737 \begin_layout Plain Layout
2738 Floats ! Tables
2739 \end_layout
2740
2741 \end_inset
2742
2743
2744 \begin_inset Index idx
2745 status collapsed
2746
2747 \begin_layout Plain Layout
2748 Table ! Floats
2749 \end_layout
2750
2751 \end_inset
2752
2753
2754 \end_layout
2755
2756 \begin_layout Standard
2757 For general explanations about floats, have a look at section
2758 \begin_inset space ~
2759 \end_inset
2760
2761
2762 \begin_inset CommandInset ref
2763 LatexCommand ref
2764 reference "sec:FloatIntroduction"
2765
2766 \end_inset
2767
2768 .
2769 \end_layout
2770
2771 \begin_layout Standard
2772 \begin_inset Float table
2773 placement h
2774 wide false
2775 sideways false
2776 status open
2777
2778 \begin_layout Plain Layout
2779 \begin_inset Caption Standard
2780
2781 \begin_layout Plain Layout
2782 \begin_inset CommandInset label
2783 LatexCommand label
2784 name "tab:a table float"
2785
2786 \end_inset
2787
2788 A table float.
2789 \end_layout
2790
2791 \end_inset
2792
2793
2794 \end_layout
2795
2796 \begin_layout Plain Layout
2797 \align center
2798 \begin_inset Tabular
2799 <lyxtabular version="3" rows="3" columns="3">
2800 <features tabularvalignment="middle">
2801 <column alignment="center" valignment="top" width="0pt">
2802 <column alignment="center" valignment="top" width="0pt">
2803 <column alignment="center" valignment="top" width="0pt">
2804 <row>
2805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2806 \begin_inset Text
2807
2808 \begin_layout Plain Layout
2809
2810 \family roman
2811 \series medium
2812 \shape up
2813 \size normal
2814 \emph off
2815 \bar no
2816 \noun off
2817 \color none
2818 1
2819 \end_layout
2820
2821 \end_inset
2822 </cell>
2823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2824 \begin_inset Text
2825
2826 \begin_layout Plain Layout
2827
2828 \family roman
2829 \series medium
2830 \shape up
2831 \size normal
2832 \emph off
2833 \bar no
2834 \noun off
2835 \color none
2836 2
2837 \end_layout
2838
2839 \end_inset
2840 </cell>
2841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2842 \begin_inset Text
2843
2844 \begin_layout Plain Layout
2845
2846 \family roman
2847 \series medium
2848 \shape up
2849 \size normal
2850 \emph off
2851 \bar no
2852 \noun off
2853 \color none
2854 3
2855 \end_layout
2856
2857 \end_inset
2858 </cell>
2859 </row>
2860 <row>
2861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2862 \begin_inset Text
2863
2864 \begin_layout Plain Layout
2865
2866 \family roman
2867 \series medium
2868 \shape up
2869 \size normal
2870 \emph off
2871 \bar no
2872 \noun off
2873 \color none
2874 Joe
2875 \end_layout
2876
2877 \end_inset
2878 </cell>
2879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2880 \begin_inset Text
2881
2882 \begin_layout Plain Layout
2883
2884 \family roman
2885 \series medium
2886 \shape up
2887 \size normal
2888 \emph off
2889 \bar no
2890 \noun off
2891 \color none
2892 Mary
2893 \end_layout
2894
2895 \end_inset
2896 </cell>
2897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2898 \begin_inset Text
2899
2900 \begin_layout Plain Layout
2901
2902 \family roman
2903 \series medium
2904 \shape up
2905 \size normal
2906 \emph off
2907 \bar no
2908 \noun off
2909 \color none
2910 Ted
2911 \end_layout
2912
2913 \end_inset
2914 </cell>
2915 </row>
2916 <row>
2917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2918 \begin_inset Text
2919
2920 \begin_layout Plain Layout
2921
2922 \family roman
2923 \series medium
2924 \shape up
2925 \size normal
2926 \emph off
2927 \bar no
2928 \noun off
2929 \color none
2930 \begin_inset Formula $\int x^{2}dx$
2931 \end_inset
2932
2933
2934 \end_layout
2935
2936 \end_inset
2937 </cell>
2938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2939 \begin_inset Text
2940
2941 \begin_layout Plain Layout
2942
2943 \family roman
2944 \series medium
2945 \shape up
2946 \size normal
2947 \emph off
2948 \bar no
2949 \noun off
2950 \color none
2951 \begin_inset Formula $\left[\begin{array}{cc}
2952 a & b\\
2953 c & d
2954 \end{array}\right]$
2955 \end_inset
2956
2957
2958 \end_layout
2959
2960 \end_inset
2961 </cell>
2962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2963 \begin_inset Text
2964
2965 \begin_layout Plain Layout
2966
2967 \family roman
2968 \series medium
2969 \shape up
2970 \size normal
2971 \emph off
2972 \bar no
2973 \noun off
2974 \color none
2975 \begin_inset Formula $1+1=2$
2976 \end_inset
2977
2978
2979 \end_layout
2980
2981 \end_inset
2982 </cell>
2983 </row>
2984 </lyxtabular>
2985
2986 \end_inset
2987
2988
2989 \end_layout
2990
2991 \end_inset
2992
2993
2994 \end_layout
2995
2996 \begin_layout Standard
2997 Table floats can be inserted using the menu 
2998 \family sans
2999 Insert\SpecialChar menuseparator
3000 Float\SpecialChar menuseparator
3001 Table
3002 \family default
3003  or the toolbar button 
3004 \begin_inset Info
3005 type  "icon"
3006 arg   "float-insert table"
3007 \end_inset
3008
3009 .
3010 \end_layout
3011
3012 \begin_layout Standard
3013 The float appears as a collapsible box with a caption that has the label
3014  
3015 \begin_inset Quotes eld
3016 \end_inset
3017
3018 Table
3019 \begin_inset space ~
3020 \end_inset
3021
3022 #:
3023 \begin_inset Quotes erd
3024 \end_inset
3025
3026  (# is the actual table number).
3027  You can insert tables in the float above or below the caption.
3028 \end_layout
3029
3030 \begin_layout Standard
3031 Table
3032 \begin_inset space ~
3033 \end_inset
3034
3035
3036 \begin_inset CommandInset ref
3037 LatexCommand ref
3038 reference "tab:a table float"
3039
3040 \end_inset
3041
3042  is an example table within a table float.
3043 \end_layout
3044
3045 \begin_layout Standard
3046 Having the caption above the table is the common rule that is unfortunately
3047  not supported in \SpecialChar LaTeX
3048 's standard classes.
3049  This means that, if you are using the document classes 
3050 \family sans
3051 article
3052 \family default
3053
3054 \family sans
3055 book
3056 \family default
3057
3058 \family sans
3059 letter
3060 \family default
3061 , or 
3062 \family sans
3063 report
3064 \family default
3065 , there will be no space between the caption and the table.
3066  To insert the needed space, add the following option to the load command
3067  of the \SpecialChar LaTeX
3068 -package 
3069 \series bold
3070 caption
3071 \series default
3072
3073 \begin_inset Index idx
3074 status collapsed
3075
3076 \begin_layout Plain Layout
3077 \SpecialChar LaTeX
3078 -packages ! caption
3079 \end_layout
3080
3081 \end_inset
3082
3083  in your document preamble:
3084 \begin_inset Foot
3085 status collapsed
3086
3087 \begin_layout Plain Layout
3088 For more information have a look at section
3089 \begin_inset space ~
3090 \end_inset
3091
3092
3093 \begin_inset CommandInset ref
3094 LatexCommand ref
3095 reference "sec:Caption-Placement"
3096
3097 \end_inset
3098
3099 .
3100 \end_layout
3101
3102 \end_inset
3103
3104
3105 \end_layout
3106
3107 \begin_layout Standard
3108
3109 \series bold
3110 tableposition=top
3111 \end_layout
3112
3113 \begin_layout Standard
3114 The package 
3115 \series bold
3116 caption
3117 \series default
3118 , which is described in section
3119 \begin_inset space ~
3120 \end_inset
3121
3122
3123 \begin_inset CommandInset ref
3124 LatexCommand ref
3125 reference "sec:Caption-Formatting"
3126
3127 \end_inset
3128
3129 , is used to adjust the caption format.
3130 \end_layout
3131
3132 \begin_layout Standard
3133 \begin_inset Index idx
3134 status collapsed
3135
3136 \begin_layout Plain Layout
3137 References ! to Tables
3138 \end_layout
3139
3140 \end_inset
3141
3142 Tables can be cross-referenced in the text by referencing their label.
3143  To do this insert a label in the caption using the menu 
3144 \family sans
3145 Insert\SpecialChar menuseparator
3146 Label
3147 \family default
3148  or the toolbar button 
3149 \begin_inset Info
3150 type  "icon"
3151 arg   "label-insert"
3152 \end_inset
3153
3154 .
3155  You can now refer to the label using the menu 
3156 \family sans
3157 Insert\SpecialChar menuseparator
3158 Cross
3159 \begin_inset space ~
3160 \end_inset
3161
3162 reference
3163 \family default
3164  or the toolbar button 
3165 \begin_inset Info
3166 type  "icon"
3167 arg   "dialog-show-new-inset ref"
3168 \end_inset
3169
3170 .
3171 \begin_inset Newline newline
3172 \end_inset
3173
3174 Referencing is explained in detail in section
3175 \begin_inset space ~
3176 \end_inset
3177
3178
3179 \begin_inset CommandInset ref
3180 LatexCommand ref
3181 reference "sec:Referencing-Floats"
3182
3183 \end_inset
3184
3185 .
3186 \end_layout
3187
3188 \begin_layout Section
3189
3190 \family sans
3191 Multi-page Table
3192 \family default
3193 s
3194 \begin_inset CommandInset label
3195 LatexCommand label
3196 name "sec:Multi-page-Tables"
3197
3198 \end_inset
3199
3200
3201 \begin_inset Index idx
3202 status collapsed
3203
3204 \begin_layout Plain Layout
3205 Multi-page Table
3206 \end_layout
3207
3208 \end_inset
3209
3210
3211 \begin_inset Index idx
3212 status collapsed
3213
3214 \begin_layout Plain Layout
3215 Table ! Multi-page Table
3216 \end_layout
3217
3218 \end_inset
3219
3220
3221 \end_layout
3222
3223 \begin_layout Standard
3224 If the table is too long to fit on one page, you can use the option 
3225 \family sans
3226 Use
3227 \begin_inset space ~
3228 \end_inset
3229
3230 multi-page
3231 \family default
3232  table in the tab 
3233 \family sans
3234 Multi-page
3235 \begin_inset space ~
3236 \end_inset
3237
3238 table
3239 \family default
3240  of the table dialog to split the table automatically over more pages.
3241  Doing this enables the following options:
3242 \end_layout
3243
3244 \begin_layout Description
3245 Header: The current row is defined to be a header row that appears on all
3246  pages of the multi-page table; except for the first page, if 
3247 \family sans
3248 First
3249 \begin_inset space ~
3250 \end_inset
3251
3252 header
3253 \family default
3254  is defined.
3255  This is therefore called the main header.
3256 \end_layout
3257
3258 \begin_layout Description
3259 First
3260 \begin_inset space ~
3261 \end_inset
3262
3263 header: The current row is defined to be a header row that appears on the
3264  first page of the multi-page table.
3265 \end_layout
3266
3267 \begin_layout Description
3268 Footer: The current row is defined to be a footer row that appears on all
3269  pages of the multi-page table; except for the last page, if 
3270 \family sans
3271 Last
3272 \begin_inset space ~
3273 \end_inset
3274
3275 footer
3276 \family default
3277  is defined.
3278 \end_layout
3279
3280 \begin_layout Description
3281 Last
3282 \begin_inset space ~
3283 \end_inset
3284
3285 footer: The current row is defined to be a footer row that appears on the
3286  last page of the multi-page table.
3287 \end_layout
3288
3289 \begin_layout Description
3290 Caption: The current row contains the table caption.
3291  The row is reset as single column and a caption is inserted.
3292  More about multi-page table captions is explained in sec.
3293 \begin_inset space \thinspace{}
3294 \end_inset
3295
3296
3297 \begin_inset CommandInset ref
3298 LatexCommand ref
3299 reference "subsec:Multi-page-Table-Captions"
3300
3301 \end_inset
3302
3303 .
3304 \end_layout
3305
3306 \begin_layout Standard
3307 You can also specify a row where the table is split.
3308  See the following multi-page table to see how it works:
3309 \end_layout
3310
3311 \begin_layout Standard
3312 \align center
3313 \begin_inset Tabular
3314 <lyxtabular version="3" rows="69" columns="3">
3315 <features islongtable="true" longtabularalignment="center">
3316 <column alignment="left" valignment="top" width="0cm">
3317 <column alignment="left" valignment="top" width="0pt">
3318 <column alignment="center" valignment="top" width="0pt">
3319 <row endfirsthead="true">
3320 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3321 \begin_inset Text
3322
3323 \begin_layout Plain Layout
3324
3325 \series bold
3326 Example Phone List (ignore the names)
3327 \end_layout
3328
3329 \end_inset
3330 </cell>
3331 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3332 \begin_inset Text
3333
3334 \begin_layout Plain Layout
3335
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Plain Layout
3344
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 </row>
3350 <row endfirsthead="true">
3351 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3352 \begin_inset Text
3353
3354 \begin_layout Plain Layout
3355
3356 \series bold
3357 NAME
3358 \end_layout
3359
3360 \end_inset
3361 </cell>
3362 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Plain Layout
3375
3376 \series bold
3377 TEL.
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 </row>
3383 <row endhead="true">
3384 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388
3389 \series bold
3390 Example Phone List
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 </row>
3414 <row endhead="true">
3415 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419
3420 \series bold
3421 NAME
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439
3440 \series bold
3441 TEL.
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 </row>
3447 <row endfoot="true">
3448 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452  continued on next page
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 </row>
3476 <row>
3477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481
3482 \series bold
3483 Annovi
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492 Silvia
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 111
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 </row>
3507 <row>
3508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512
3513 \series bold
3514 Bertoli
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 Stefano
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532 111
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 </row>
3538 <row>
3539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543
3544 \series bold
3545 Bozzi
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 Walter
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 111
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 </row>
3569 <row>
3570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574
3575 \series bold
3576 Cachia
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 Maria
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 111
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 </row>
3600 <row>
3601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605
3606 \series bold
3607 Cachia
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="center" valignment="top" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 Maurizio
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 111
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 </row>
3631 <row>
3632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636
3637 \series bold
3638 Cinquemani
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 Giusi
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656 111
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 </row>
3662 <row>
3663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667
3668 \series bold
3669 Colin
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 Bernard
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687 111
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 </row>
3693 <row>
3694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698
3699 \series bold
3700 Concli
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 Gianfranco
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 111
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 </row>
3724 <row>
3725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729
3730 \series bold
3731 Dal Bosco
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 Carolina
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749 111
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 </row>
3755 <row>
3756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760
3761 \series bold
3762 Dalpiaz
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 Annamaria
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 111
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 </row>
3786 <row>
3787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791
3792 \series bold
3793 Feliciello
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 Domenico
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 111
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 </row>
3817 <row>
3818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822
3823 \series bold
3824 Focarelli
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 Paola
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 111
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 </row>
3848 <row>
3849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853
3854 \series bold
3855 Galletti
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 Oreste
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 111
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 </row>
3879 <row>
3880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884
3885 \series bold
3886 Gasparini
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 Franca
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904 111
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 </row>
3910 <row>
3911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915
3916 \series bold
3917 Rizzardi
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 Paola
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 111
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 </row>
3941 <row>
3942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946
3947 \series bold
3948 Lassini
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957 Giancarlo
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966 111
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 </row>
3972 <row>
3973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977
3978 \series bold
3979 Malfatti
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 <cell alignment="center" valignment="top" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988 Luciano
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997 111
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 </row>
4003 <row>
4004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008
4009 \series bold
4010 Malfatti
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 <cell alignment="center" valignment="top" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 Valeriano
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028 111
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 </row>
4034 <row>
4035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039
4040 \series bold
4041 Meneguzzo
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 <cell alignment="center" valignment="top" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050 Roberto
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059 111
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 </row>
4065 <row>
4066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070
4071 \series bold
4072 Mezzadra
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 <cell alignment="center" valignment="top" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Plain Layout
4081 Roberto
4082 \end_layout
4083
4084 \end_inset
4085 </cell>
4086 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Plain Layout
4090 111
4091 \end_layout
4092
4093 \end_inset
4094 </cell>
4095 </row>
4096 <row>
4097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101
4102 \series bold
4103 Pirpamer
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 <cell alignment="center" valignment="top" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112 Erich
4113 \end_layout
4114
4115 \end_inset
4116 </cell>
4117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4118 \begin_inset Text
4119
4120 \begin_layout Plain Layout
4121 111
4122 \end_layout
4123
4124 \end_inset
4125 </cell>
4126 </row>
4127 <row>
4128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132
4133 \series bold
4134 Pochiesa
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 <cell alignment="center" valignment="top" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143 Paolo
4144 \end_layout
4145
4146 \end_inset
4147 </cell>
4148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152 111, 222
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 </row>
4158 <row>
4159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163
4164 \series bold
4165 Radina
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 <cell alignment="center" valignment="top" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174 Claudio
4175 \end_layout
4176
4177 \end_inset
4178 </cell>
4179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183 111
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 </row>
4189 <row>
4190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194
4195 \series bold
4196 Stuffer
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 <cell alignment="center" valignment="top" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Plain Layout
4205 Oskar
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214 111
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 </row>
4220 <row>
4221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225
4226 \series bold
4227 Tacchelli
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 <cell alignment="center" valignment="top" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236 Ugo
4237 \end_layout
4238
4239 \end_inset
4240 </cell>
4241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4242 \begin_inset Text
4243
4244 \begin_layout Plain Layout
4245 111
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 </row>
4251 <row>
4252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256
4257 \series bold
4258 Tezzele
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 <cell alignment="center" valignment="top" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267 Margit
4268 \end_layout
4269
4270 \end_inset
4271 </cell>
4272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276 111
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 </row>
4282 <row>
4283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287
4288 \series bold
4289 Unterkalmsteiner
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 <cell alignment="center" valignment="top" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298 Frieda
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307 111
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 </row>
4313 <row>
4314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318
4319 \series bold
4320 Vieider
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 <cell alignment="center" valignment="top" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329 Hilde
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338 111
4339 \end_layout
4340
4341 \end_inset
4342 </cell>
4343 </row>
4344 <row>
4345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349
4350 \series bold
4351 Vigna
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 <cell alignment="center" valignment="top" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360 Jürgen
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369 111
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 </row>
4375 <row>
4376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380
4381 \series bold
4382 Weber
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 <cell alignment="center" valignment="top" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391 Maurizio
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400 111
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 </row>
4406 <row>
4407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411
4412 \series bold
4413 Winkler
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 Franz
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431 111
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 </row>
4437 <row>
4438 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442  
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471
4472 \series bold
4473 Annovi
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 Silvia
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 555
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502
4503 \series bold
4504 Bertoli
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 Stefano
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 555
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 <row>
4529 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533
4534 \series bold
4535 Bozzi
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 Walter
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 555
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 </row>
4559 <row>
4560 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564
4565 \series bold
4566 Cachia
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 Maria
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584 555
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 <row>
4591 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595
4596 \series bold
4597 Cachia
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 Maurizio
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615 555
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 </row>
4621 <row>
4622 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626
4627 \series bold
4628 Cinquemani
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 Giusi
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 555
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 </row>
4652 <row>
4653 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657
4658 \series bold
4659 Colin
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 Bernard
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 555
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 </row>
4683 <row>
4684 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688
4689 \series bold
4690 Concli
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 Gianfranco
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 555
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719
4720 \series bold
4721 Dal Bosco
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 Carolina
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739 555
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 </row>
4745 <row>
4746 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750
4751 \series bold
4752 Dalpiaz
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 Annamaria
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 555
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 </row>
4776 <row>
4777 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781
4782 \series bold
4783 Feliciello
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 Domenico
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801 555
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 </row>
4807 <row>
4808 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812
4813 \series bold
4814 Focarelli
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 Paola
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 555
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 </row>
4838 <row>
4839 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843
4844 \series bold
4845 Galletti
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 Oreste
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863 555
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 </row>
4869 <row>
4870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874
4875 \series bold
4876 Gasparini
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 Franca
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 555
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 </row>
4900 <row>
4901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905
4906 \series bold
4907 Rizzardi
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 Paola
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925 555
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 </row>
4931 <row>
4932 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936
4937 \series bold
4938 Lassini
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947 Giancarlo
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956 555
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 </row>
4962 <row>
4963 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967
4968 \series bold
4969 Malfatti
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 <cell alignment="center" valignment="top" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978 Luciano
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987 555
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 </row>
4993 <row>
4994 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998
4999 \series bold
5000 Malfatti
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 <cell alignment="center" valignment="top" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009 Valeriano
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018 555
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 </row>
5024 <row>
5025 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029
5030 \series bold
5031 Meneguzzo
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 <cell alignment="center" valignment="top" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040 Roberto
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049 555
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 </row>
5055 <row>
5056 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060
5061 \series bold
5062 Mezzadra
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 <cell alignment="center" valignment="top" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Plain Layout
5071 Roberto
5072 \end_layout
5073
5074 \end_inset
5075 </cell>
5076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5077 \begin_inset Text
5078
5079 \begin_layout Plain Layout
5080 555
5081 \end_layout
5082
5083 \end_inset
5084 </cell>
5085 </row>
5086 <row>
5087 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091
5092 \series bold
5093 Pirpamer
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 <cell alignment="center" valignment="top" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102 Erich
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5108 \begin_inset Text
5109
5110 \begin_layout Plain Layout
5111 555
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 </row>
5117 <row>
5118 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122
5123 \series bold
5124 Pochiesa
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 <cell alignment="center" valignment="top" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133 Paolo
5134 \end_layout
5135
5136 \end_inset
5137 </cell>
5138 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5139 \begin_inset Text
5140
5141 \begin_layout Plain Layout
5142 555, 222
5143 \end_layout
5144
5145 \end_inset
5146 </cell>
5147 </row>
5148 <row>
5149 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153
5154 \series bold
5155 Radina
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 <cell alignment="center" valignment="top" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164 Claudio
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Plain Layout
5173 555
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 </row>
5179 <row>
5180 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5181 \begin_inset Text
5182
5183 \begin_layout Plain Layout
5184
5185 \series bold
5186 Stuffer
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 <cell alignment="center" valignment="top" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195 Oskar
5196 \end_layout
5197
5198 \end_inset
5199 </cell>
5200 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5201 \begin_inset Text
5202
5203 \begin_layout Plain Layout
5204 555
5205 \end_layout
5206
5207 \end_inset
5208 </cell>
5209 </row>
5210 <row>
5211 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215
5216 \series bold
5217 Tacchelli
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 <cell alignment="center" valignment="top" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226 Ugo
5227 \end_layout
5228
5229 \end_inset
5230 </cell>
5231 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5232 \begin_inset Text
5233
5234 \begin_layout Plain Layout
5235 555
5236 \end_layout
5237
5238 \end_inset
5239 </cell>
5240 </row>
5241 <row>
5242 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246
5247 \series bold
5248 Tezzele
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 <cell alignment="center" valignment="top" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257 Margit
5258 \end_layout
5259
5260 \end_inset
5261 </cell>
5262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5263 \begin_inset Text
5264
5265 \begin_layout Plain Layout
5266 555
5267 \end_layout
5268
5269 \end_inset
5270 </cell>
5271 </row>
5272 <row>
5273 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Plain Layout
5277
5278 \series bold
5279 Unterkalmsteiner
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 <cell alignment="center" valignment="top" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288 Frieda
5289 \end_layout
5290
5291 \end_inset
5292 </cell>
5293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5294 \begin_inset Text
5295
5296 \begin_layout Plain Layout
5297 555
5298 \end_layout
5299
5300 \end_inset
5301 </cell>
5302 </row>
5303 <row>
5304 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308
5309 \series bold
5310 Vieider
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 <cell alignment="center" valignment="top" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319 Hilde
5320 \end_layout
5321
5322 \end_inset
5323 </cell>
5324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5325 \begin_inset Text
5326
5327 \begin_layout Plain Layout
5328 555
5329 \end_layout
5330
5331 \end_inset
5332 </cell>
5333 </row>
5334 <row>
5335 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5336 \begin_inset Text
5337
5338 \begin_layout Plain Layout
5339
5340 \series bold
5341 Vigna
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 <cell alignment="center" valignment="top" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350 Jürgen
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359 999
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 </row>
5365 <row>
5366 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Plain Layout
5370
5371 \series bold
5372 Weber
5373 \end_layout
5374
5375 \end_inset
5376 </cell>
5377 <cell alignment="center" valignment="top" usebox="none">
5378 \begin_inset Text
5379
5380 \begin_layout Plain Layout
5381 Maurizio
5382 \end_layout
5383
5384 \end_inset
5385 </cell>
5386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5387 \begin_inset Text
5388
5389 \begin_layout Plain Layout
5390 555
5391 \end_layout
5392
5393 \end_inset
5394 </cell>
5395 </row>
5396 <row>
5397 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Plain Layout
5401
5402 \series bold
5403 Winkler
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412 Franz
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421 555
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 </row>
5427 <row endlastfoot="true">
5428 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5429 \begin_inset Text
5430
5431 \begin_layout Plain Layout
5432 end
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5438 \begin_inset Text
5439
5440 \begin_layout Plain Layout
5441
5442 \end_layout
5443
5444 \end_inset
5445 </cell>
5446 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 </row>
5456 </lyxtabular>
5457
5458 \end_inset
5459
5460
5461 \begin_inset ERT
5462 status collapsed
5463
5464 \begin_layout Plain Layout
5465
5466
5467 \backslash
5468 addtocounter{table}{-1}
5469 \end_layout
5470
5471 \end_inset
5472
5473
5474 \begin_inset Note Note
5475 status collapsed
5476
5477 \begin_layout Plain Layout
5478 See the first greyed-out note in section
5479 \begin_inset space ~
5480 \end_inset
5481
5482
5483 \begin_inset CommandInset ref
5484 LatexCommand ref
5485 reference "subsec:Multi-page-Table-Captions"
5486
5487 \end_inset
5488
5489  for an explanation of this command.
5490 \end_layout
5491
5492 \end_inset
5493
5494
5495 \end_layout
5496
5497 \begin_layout Subsection
5498 Footnotes in Multi-page tables
5499 \begin_inset CommandInset label
5500 LatexCommand label
5501 name "subsec:Footnotes-in-Multi-page"
5502
5503 \end_inset
5504
5505
5506 \begin_inset Index idx
5507 status collapsed
5508
5509 \begin_layout Plain Layout
5510 Table ! Multi-page Table ! Footnotes
5511 \end_layout
5512
5513 \end_inset
5514
5515
5516 \end_layout
5517
5518 \begin_layout Standard
5519 Footnotes can be inserted to every Multi-page table cell.
5520  They appear at the bottom of the page where the table cell with the footnote
5521  appears.
5522  Table
5523 \begin_inset space ~
5524 \end_inset
5525
5526
5527 \begin_inset CommandInset ref
5528 LatexCommand ref
5529 reference "tab:DiffCaptions"
5530
5531 \end_inset
5532
5533  has for example a footnote.
5534 \end_layout
5535
5536 \begin_layout Subsection
5537 Multi-page Table Alignment
5538 \begin_inset Index idx
5539 status collapsed
5540
5541 \begin_layout Plain Layout
5542 Table ! Multi-page Table ! Alignment
5543 \end_layout
5544
5545 \end_inset
5546
5547
5548 \end_layout
5549
5550 \begin_layout Standard
5551 The horizontal alignment of multi-page tables can be set in the table settings
5552  dialog.
5553  For left- and right-alignment the table will be directly at the page border.
5554  To add space between the table and the border one has to set the alignment
5555  to center and change the value of the \SpecialChar LaTeX
5556 -lengths 
5557 \series bold
5558
5559 \backslash
5560 LTleft 
5561 \series default
5562 or 
5563 \series bold
5564
5565 \backslash
5566 LTright
5567 \series default
5568  by inserting this line as \SpecialChar TeX
5569  Code before the multi-page table:
5570 \end_layout
5571
5572 \begin_layout Standard
5573
5574 \series bold
5575
5576 \backslash
5577 setlength{
5578 \backslash
5579 LTleft}{value}
5580 \end_layout
5581
5582 \begin_layout Standard
5583 The value can have any of the units listed in Table
5584 \begin_inset space ~
5585 \end_inset
5586
5587
5588 \begin_inset CommandInset ref
5589 LatexCommand ref
5590 reference "tab:Units"
5591
5592 \end_inset
5593
5594 .
5595  
5596 \series bold
5597
5598 \backslash
5599 LTleft
5600 \series default
5601  controls the horizontal distance from the left page border to the multi-page
5602  table, 
5603 \series bold
5604
5605 \backslash
5606 LTright
5607 \series default
5608  the distance from the right side.
5609  The default value for both lengths is 
5610 \series bold
5611
5612 \backslash
5613 fill
5614 \series default
5615 , which is in this case the same as an horizontal fill in \SpecialChar LyX
5616 .
5617 \end_layout
5618
5619 \begin_layout Standard
5620 The following multi-page table was centered and 
5621 \series bold
5622
5623 \backslash
5624 LTleft
5625 \series default
5626  set to 
5627 \family sans
5628 0.1
5629 \backslash
5630 columnwidth
5631 \family default
5632 :
5633 \begin_inset ERT
5634 status collapsed
5635
5636 \begin_layout Plain Layout
5637
5638
5639 \backslash
5640 setlength{
5641 \backslash
5642 LTleft}{0.1
5643 \backslash
5644 columnwidth}
5645 \end_layout
5646
5647 \end_inset
5648
5649
5650 \end_layout
5651
5652 \begin_layout Standard
5653 \begin_inset Tabular
5654 <lyxtabular version="3" rows="5" columns="5">
5655 <features islongtable="true" longtabularalignment="center">
5656 <column alignment="center" valignment="top">
5657 <column alignment="center" valignment="top" width="0pt">
5658 <column alignment="center" valignment="top">
5659 <column alignment="center" valignment="top">
5660 <column alignment="center" valignment="top">
5661 <row>
5662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5663 \begin_inset Text
5664
5665 \begin_layout Plain Layout
5666 1
5667 \end_layout
5668
5669 \end_inset
5670 </cell>
5671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5672 \begin_inset Text
5673
5674 \begin_layout Plain Layout
5675 2
5676 \end_layout
5677
5678 \end_inset
5679 </cell>
5680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5681 \begin_inset Text
5682
5683 \begin_layout Plain Layout
5684 3
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5690 \begin_inset Text
5691
5692 \begin_layout Plain Layout
5693 4
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702 5
5703 \end_layout
5704
5705 \end_inset
5706 </cell>
5707 </row>
5708 <row>
5709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5710 \begin_inset Text
5711
5712 \begin_layout Plain Layout
5713 asd
5714 \end_layout
5715
5716 \end_inset
5717 </cell>
5718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5719 \begin_inset Text
5720
5721 \begin_layout Plain Layout
5722 s
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731 s
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 s
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 asd
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 </row>
5755 <row>
5756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760 asd
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5766 \begin_inset Text
5767
5768 \begin_layout Plain Layout
5769 s
5770 \end_layout
5771
5772 \end_inset
5773 </cell>
5774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Plain Layout
5778 s
5779 \end_layout
5780
5781 \end_inset
5782 </cell>
5783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Plain Layout
5787 s
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796 asd
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 </row>
5802 <row>
5803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Plain Layout
5807 asd
5808 \end_layout
5809
5810 \end_inset
5811 </cell>
5812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5813 \begin_inset Text
5814
5815 \begin_layout Plain Layout
5816 s
5817 \end_layout
5818
5819 \end_inset
5820 </cell>
5821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Plain Layout
5825 s
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834 s
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843 asd
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 </row>
5849 <row>
5850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854 asd
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863 asd
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 asd
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5878 \begin_inset Text
5879
5880 \begin_layout Plain Layout
5881 asd
5882 \end_layout
5883
5884 \end_inset
5885 </cell>
5886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890 asd
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 </row>
5896 </lyxtabular>
5897
5898 \end_inset
5899
5900
5901 \begin_inset ERT
5902 status collapsed
5903
5904 \begin_layout Plain Layout
5905
5906
5907 \backslash
5908 setlength{
5909 \backslash
5910 LTleft}{
5911 \backslash
5912 fill}
5913 \end_layout
5914
5915 \end_inset
5916
5917
5918 \begin_inset ERT
5919 status collapsed
5920
5921 \begin_layout Plain Layout
5922
5923
5924 \backslash
5925 addtocounter{table}{-1}
5926 \end_layout
5927
5928 \end_inset
5929
5930
5931 \begin_inset Note Note
5932 status collapsed
5933
5934 \begin_layout Plain Layout
5935 See the first greyed-out note in section
5936 \begin_inset space ~
5937 \end_inset
5938
5939
5940 \begin_inset CommandInset ref
5941 LatexCommand ref
5942 reference "subsec:Multi-page-Table-Captions"
5943
5944 \end_inset
5945
5946  for an explanation of this command.
5947 \end_layout
5948
5949 \end_inset
5950
5951
5952 \end_layout
5953
5954 \begin_layout Subsection
5955 Multi-page Table Captions
5956 \begin_inset Index idx
5957 status collapsed
5958
5959 \begin_layout Plain Layout
5960 Table ! Multi-page Table ! Captions
5961 \end_layout
5962
5963 \end_inset
5964
5965
5966 \begin_inset CommandInset label
5967 LatexCommand label
5968 name "subsec:Multi-page-Table-Captions"
5969
5970 \end_inset
5971
5972
5973 \end_layout
5974
5975 \begin_layout Standard
5976 A multi-page table cannot be put into a table float because floats can only
5977  be on one page.
5978  But the caption environment of floats can also be used for multi-page tables
5979  when you use the multi-page table option 
5980 \family sans
5981 Caption
5982 \family default
5983  as described in sec.
5984 \begin_inset space \thinspace{}
5985 \end_inset
5986
5987
5988 \begin_inset CommandInset ref
5989 LatexCommand ref
5990 reference "sec:Multi-page-Tables"
5991
5992 \end_inset
5993
5994 .
5995  Only one table row should contain a caption, either a header or a footer
5996  row.
5997 \end_layout
5998
5999 \begin_layout Standard
6000 Here is a short multi-page table to see how it works:
6001 \end_layout
6002
6003 \begin_layout Standard
6004 \begin_inset Tabular
6005 <lyxtabular version="3" rows="6" columns="5">
6006 <features islongtable="true" longtabularalignment="center">
6007 <column alignment="center" valignment="top">
6008 <column alignment="center" valignment="top">
6009 <column alignment="center" valignment="top">
6010 <column alignment="center" valignment="top">
6011 <column alignment="center" valignment="top">
6012 <row endfirsthead="true" caption="true">
6013 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6014 \begin_inset Text
6015
6016 \begin_layout Plain Layout
6017 \begin_inset Caption Standard
6018
6019 \begin_layout Plain Layout
6020 Multi-page table with caption
6021 \begin_inset Argument 1
6022 status open
6023
6024 \begin_layout Plain Layout
6025 Multi-page table
6026 \end_layout
6027
6028 \end_inset
6029
6030
6031 \end_layout
6032
6033 \end_inset
6034
6035
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Plain Layout
6071
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 </row>
6077 <row>
6078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082 1
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091 2
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100 3
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 4
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118 5
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 </row>
6124 <row>
6125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Plain Layout
6129 asd
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Plain Layout
6138 s
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147 s
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156 s
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165 asd
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 </row>
6171 <row>
6172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 asd
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 s
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 s
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203 s
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Plain Layout
6212 asd
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 </row>
6218 <row>
6219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223 asd
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6229 \begin_inset Text
6230
6231 \begin_layout Plain Layout
6232 s
6233 \end_layout
6234
6235 \end_inset
6236 </cell>
6237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6238 \begin_inset Text
6239
6240 \begin_layout Plain Layout
6241 s
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6247 \begin_inset Text
6248
6249 \begin_layout Plain Layout
6250 s
6251 \end_layout
6252
6253 \end_inset
6254 </cell>
6255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Plain Layout
6259 asd
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 </row>
6265 <row>
6266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6267 \begin_inset Text
6268
6269 \begin_layout Plain Layout
6270 asd
6271 \end_layout
6272
6273 \end_inset
6274 </cell>
6275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6276 \begin_inset Text
6277
6278 \begin_layout Plain Layout
6279 asd
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 asd
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Plain Layout
6297 asd
6298 \end_layout
6299
6300 \end_inset
6301 </cell>
6302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Plain Layout
6306 asd
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 </row>
6312 </lyxtabular>
6313
6314 \end_inset
6315
6316
6317 \end_layout
6318
6319 \begin_layout Standard
6320 \begin_inset VSpace medskip
6321 \end_inset
6322
6323
6324 \begin_inset Note Greyedout
6325 status open
6326
6327 \begin_layout Plain Layout
6328
6329 \series bold
6330 Note
6331 \begin_inset space ~
6332 \end_inset
6333
6334 1:
6335 \series default
6336  The table number is increased for every multi-page table, even if you did
6337  not set a caption for it.
6338  For this reason you could have the case that e.
6339 \begin_inset space \thinspace{}
6340 \end_inset
6341
6342 g.
6343 \begin_inset space \space{}
6344 \end_inset
6345
6346 Table
6347 \begin_inset space ~
6348 \end_inset
6349
6350 2.4 follows Table
6351 \begin_inset space ~
6352 \end_inset
6353
6354 2.1 in the list of tables if there are two multi-page tables without captions.
6355  To avoid this you can add the following command in \SpecialChar TeX
6356  Code after every multi-page
6357  table without a caption:
6358 \end_layout
6359
6360 \begin_layout Plain Layout
6361
6362 \series bold
6363
6364 \backslash
6365 addtocounter{table}{-1}
6366 \end_layout
6367
6368 \begin_layout Plain Layout
6369 This is not needed when none of your multi-page tables has a caption and
6370  you add the following code to the document preamble:
6371 \end_layout
6372
6373 \begin_layout Plain Layout
6374
6375 \series bold
6376
6377 \backslash
6378 let
6379 \backslash
6380 myEnd
6381 \backslash
6382 endlongtable
6383 \begin_inset Newline newline
6384 \end_inset
6385
6386
6387 \backslash
6388 renewcommand{
6389 \backslash
6390 endlongtable}{
6391 \backslash
6392 myEnd
6393 \backslash
6394 addtocounter{table}{-1}}
6395 \end_layout
6396
6397 \end_inset
6398
6399
6400 \end_layout
6401
6402 \begin_layout Standard
6403 \begin_inset Note Greyedout
6404 status open
6405
6406 \begin_layout Plain Layout
6407
6408 \series bold
6409 Note
6410 \begin_inset space ~
6411 \end_inset
6412
6413 2:
6414 \series default
6415  If you are using
6416 \series bold
6417  hyperref
6418 \series default
6419
6420 \begin_inset Index idx
6421 status collapsed
6422
6423 \begin_layout Plain Layout
6424 \SpecialChar LaTeX
6425 -packages ! hyperref
6426 \end_layout
6427
6428 \end_inset
6429
6430  in the 
6431 \family sans
6432 PDF Properties
6433 \family default
6434  of the 
6435 \family sans
6436 Document Settings
6437 \family default
6438  dialog to link cross-references, the link to a multi-page table caption
6439  will always point to the beginning of the document.
6440 \end_layout
6441
6442 \end_inset
6443
6444
6445 \end_layout
6446
6447 \begin_layout Subsubsection
6448 References to multi-page tables
6449 \begin_inset Index idx
6450 status collapsed
6451
6452 \begin_layout Plain Layout
6453 Table ! Multi-page Table ! References
6454 \end_layout
6455
6456 \end_inset
6457
6458
6459 \end_layout
6460
6461 \begin_layout Standard
6462 \begin_inset Tabular
6463 <lyxtabular version="3" rows="6" columns="5">
6464 <features islongtable="true" longtabularalignment="center">
6465 <column alignment="center" valignment="top">
6466 <column alignment="center" valignment="top">
6467 <column alignment="center" valignment="top">
6468 <column alignment="center" valignment="top">
6469 <column alignment="center" valignment="top">
6470 <row endfirsthead="true" caption="true">
6471 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Plain Layout
6475 \begin_inset Caption Standard
6476
6477 \begin_layout Plain Layout
6478 Referenced multi-page table
6479 \begin_inset CommandInset label
6480 LatexCommand label
6481 name "tab:Referenced-multi-page-table"
6482
6483 \end_inset
6484
6485
6486 \end_layout
6487
6488 \end_inset
6489
6490
6491 \end_layout
6492
6493 \end_inset
6494 </cell>
6495 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6496 \begin_inset Text
6497
6498 \begin_layout Plain Layout
6499
6500 \end_layout
6501
6502 \end_inset
6503 </cell>
6504 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6505 \begin_inset Text
6506
6507 \begin_layout Plain Layout
6508
6509 \end_layout
6510
6511 \end_inset
6512 </cell>
6513 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6514 \begin_inset Text
6515
6516 \begin_layout Plain Layout
6517
6518 \end_layout
6519
6520 \end_inset
6521 </cell>
6522 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Plain Layout
6526
6527 \end_layout
6528
6529 \end_inset
6530 </cell>
6531 </row>
6532 <row>
6533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6534 \begin_inset Text
6535
6536 \begin_layout Plain Layout
6537 1
6538 \end_layout
6539
6540 \end_inset
6541 </cell>
6542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6543 \begin_inset Text
6544
6545 \begin_layout Plain Layout
6546 2
6547 \end_layout
6548
6549 \end_inset
6550 </cell>
6551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6552 \begin_inset Text
6553
6554 \begin_layout Plain Layout
6555 3
6556 \end_layout
6557
6558 \end_inset
6559 </cell>
6560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6561 \begin_inset Text
6562
6563 \begin_layout Plain Layout
6564 4
6565 \end_layout
6566
6567 \end_inset
6568 </cell>
6569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Plain Layout
6573 5
6574 \end_layout
6575
6576 \end_inset
6577 </cell>
6578 </row>
6579 <row>
6580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6581 \begin_inset Text
6582
6583 \begin_layout Plain Layout
6584 asd
6585 \end_layout
6586
6587 \end_inset
6588 </cell>
6589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6590 \begin_inset Text
6591
6592 \begin_layout Plain Layout
6593 s
6594 \end_layout
6595
6596 \end_inset
6597 </cell>
6598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6599 \begin_inset Text
6600
6601 \begin_layout Plain Layout
6602 s
6603 \end_layout
6604
6605 \end_inset
6606 </cell>
6607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6608 \begin_inset Text
6609
6610 \begin_layout Plain Layout
6611 s
6612 \end_layout
6613
6614 \end_inset
6615 </cell>
6616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620 asd
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 </row>
6626 <row>
6627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Plain Layout
6631 asd
6632 \end_layout
6633
6634 \end_inset
6635 </cell>
6636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Plain Layout
6640 s
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649 s
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658 s
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667 asd
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 </row>
6673 <row>
6674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678 asd
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6684 \begin_inset Text
6685
6686 \begin_layout Plain Layout
6687 s
6688 \end_layout
6689
6690 \end_inset
6691 </cell>
6692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696 s
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 s
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714 asd
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 </row>
6720 <row>
6721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725 asd
6726 \end_layout
6727
6728 \end_inset
6729 </cell>
6730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734 sad
6735 \end_layout
6736
6737 \end_inset
6738 </cell>
6739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6740 \begin_inset Text
6741
6742 \begin_layout Plain Layout
6743 asd
6744 \end_layout
6745
6746 \end_inset
6747 </cell>
6748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752 asd
6753 \end_layout
6754
6755 \end_inset
6756 </cell>
6757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6758 \begin_inset Text
6759
6760 \begin_layout Plain Layout
6761 asd
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 </row>
6767 </lyxtabular>
6768
6769 \end_inset
6770
6771
6772 \end_layout
6773
6774 \begin_layout Standard
6775 To reference a multi-page table, insert a label into the caption.
6776 \end_layout
6777
6778 \begin_layout Standard
6779 This is a reference to Table
6780 \begin_inset space ~
6781 \end_inset
6782
6783
6784 \begin_inset CommandInset ref
6785 LatexCommand ref
6786 reference "tab:Referenced-multi-page-table"
6787
6788 \end_inset
6789
6790 .
6791 \end_layout
6792
6793 \begin_layout Standard
6794 The caption layout can be set together with all other captions of your document
6795  using the \SpecialChar LaTeX
6796 -package 
6797 \series bold
6798 caption
6799 \series default
6800
6801 \begin_inset Index idx
6802 status collapsed
6803
6804 \begin_layout Plain Layout
6805 \SpecialChar LaTeX
6806 -packages ! caption
6807 \end_layout
6808
6809 \end_inset
6810
6811 , see section
6812 \begin_inset space ~
6813 \end_inset
6814
6815
6816 \begin_inset CommandInset ref
6817 LatexCommand ref
6818 reference "sec:Caption-Formatting"
6819
6820 \end_inset
6821
6822 .
6823 \end_layout
6824
6825 \begin_layout Subsubsection
6826 Caption Width
6827 \begin_inset Index idx
6828 status collapsed
6829
6830 \begin_layout Plain Layout
6831 Table ! Multi-page Table ! Caption Width
6832 \end_layout
6833
6834 \end_inset
6835
6836
6837 \end_layout
6838
6839 \begin_layout Standard
6840 The maximal width of caption lines is defined by the length 
6841 \series bold
6842
6843 \backslash
6844 LTcapwidth
6845 \series default
6846 .
6847  Its default value is 4
6848 \begin_inset space \thinspace{}
6849 \end_inset
6850
6851 in.
6852  To change it add the following command to your document preamble or as
6853  \SpecialChar TeX
6854  Code into your document before the multi-page table that should be affected
6855 \end_layout
6856
6857 \begin_layout Standard
6858
6859 \series bold
6860
6861 \backslash
6862 setlength{
6863 \backslash
6864 LTcapwidth}{width}
6865 \end_layout
6866
6867 \begin_layout Standard
6868 where the 
6869 \family sans
6870 width
6871 \family default
6872  can have one of the units listed in appendix
6873 \begin_inset space ~
6874 \end_inset
6875
6876
6877 \begin_inset CommandInset ref
6878 LatexCommand ref
6879 reference "cha:Units-available-in"
6880
6881 \end_inset
6882
6883 .
6884 \end_layout
6885
6886 \begin_layout Standard
6887 The following tables show the difference:
6888 \end_layout
6889
6890 \begin_layout Standard
6891 \begin_inset Tabular
6892 <lyxtabular version="3" rows="6" columns="5">
6893 <features islongtable="true" longtabularalignment="center">
6894 <column alignment="center" valignment="top">
6895 <column alignment="center" valignment="top">
6896 <column alignment="center" valignment="top">
6897 <column alignment="center" valignment="top">
6898 <column alignment="center" valignment="top">
6899 <row endfirsthead="true" caption="true">
6900 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6901 \begin_inset Text
6902
6903 \begin_layout Plain Layout
6904 \begin_inset Caption Standard
6905
6906 \begin_layout Plain Layout
6907 Long full title with default width long full title with default width long
6908  full title with default width
6909 \begin_inset Argument 1
6910 status collapsed
6911
6912 \begin_layout Plain Layout
6913 caption with default width
6914 \end_layout
6915
6916 \end_inset
6917
6918
6919 \end_layout
6920
6921 \end_inset
6922
6923
6924 \end_layout
6925
6926 \end_inset
6927 </cell>
6928 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6929 \begin_inset Text
6930
6931 \begin_layout Plain Layout
6932
6933 \end_layout
6934
6935 \end_inset
6936 </cell>
6937 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6938 \begin_inset Text
6939
6940 \begin_layout Plain Layout
6941
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959
6960 \end_layout
6961
6962 \end_inset
6963 </cell>
6964 </row>
6965 <row>
6966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6967 \begin_inset Text
6968
6969 \begin_layout Plain Layout
6970 1
6971 \end_layout
6972
6973 \end_inset
6974 </cell>
6975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6976 \begin_inset Text
6977
6978 \begin_layout Plain Layout
6979 2
6980 \end_layout
6981
6982 \end_inset
6983 </cell>
6984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6985 \begin_inset Text
6986
6987 \begin_layout Plain Layout
6988 3
6989 \end_layout
6990
6991 \end_inset
6992 </cell>
6993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997 4
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006 5
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 </row>
7012 <row>
7013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7014 \begin_inset Text
7015
7016 \begin_layout Plain Layout
7017 asd
7018 \end_layout
7019
7020 \end_inset
7021 </cell>
7022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7023 \begin_inset Text
7024
7025 \begin_layout Plain Layout
7026 s
7027 \end_layout
7028
7029 \end_inset
7030 </cell>
7031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7032 \begin_inset Text
7033
7034 \begin_layout Plain Layout
7035 s
7036 \end_layout
7037
7038 \end_inset
7039 </cell>
7040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7041 \begin_inset Text
7042
7043 \begin_layout Plain Layout
7044 s
7045 \end_layout
7046
7047 \end_inset
7048 </cell>
7049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Plain Layout
7053 asd
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 </row>
7059 <row>
7060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7061 \begin_inset Text
7062
7063 \begin_layout Plain Layout
7064 asd
7065 \end_layout
7066
7067 \end_inset
7068 </cell>
7069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7070 \begin_inset Text
7071
7072 \begin_layout Plain Layout
7073 s
7074 \end_layout
7075
7076 \end_inset
7077 </cell>
7078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7079 \begin_inset Text
7080
7081 \begin_layout Plain Layout
7082 s
7083 \end_layout
7084
7085 \end_inset
7086 </cell>
7087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Plain Layout
7091 s
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Plain Layout
7100 asd
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 </row>
7106 <row>
7107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7108 \begin_inset Text
7109
7110 \begin_layout Plain Layout
7111 asd
7112 \end_layout
7113
7114 \end_inset
7115 </cell>
7116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7117 \begin_inset Text
7118
7119 \begin_layout Plain Layout
7120 s
7121 \end_layout
7122
7123 \end_inset
7124 </cell>
7125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Plain Layout
7129 s
7130 \end_layout
7131
7132 \end_inset
7133 </cell>
7134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7135 \begin_inset Text
7136
7137 \begin_layout Plain Layout
7138 s
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147 asd
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 </row>
7153 <row>
7154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7155 \begin_inset Text
7156
7157 \begin_layout Plain Layout
7158 asd
7159 \end_layout
7160
7161 \end_inset
7162 </cell>
7163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7164 \begin_inset Text
7165
7166 \begin_layout Plain Layout
7167 sad
7168 \end_layout
7169
7170 \end_inset
7171 </cell>
7172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7173 \begin_inset Text
7174
7175 \begin_layout Plain Layout
7176 asd
7177 \end_layout
7178
7179 \end_inset
7180 </cell>
7181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7182 \begin_inset Text
7183
7184 \begin_layout Plain Layout
7185 asd
7186 \end_layout
7187
7188 \end_inset
7189 </cell>
7190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194 asd
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 </row>
7200 </lyxtabular>
7201
7202 \end_inset
7203
7204
7205 \end_layout
7206
7207 \begin_layout Standard
7208 \begin_inset ERT
7209 status collapsed
7210
7211 \begin_layout Plain Layout
7212
7213
7214 \backslash
7215 setlength{
7216 \backslash
7217 LTcapwidth}{5cm}
7218 \end_layout
7219
7220 \end_inset
7221
7222
7223 \begin_inset Tabular
7224 <lyxtabular version="3" rows="6" columns="5">
7225 <features islongtable="true" longtabularalignment="center">
7226 <column alignment="center" valignment="top">
7227 <column alignment="center" valignment="top">
7228 <column alignment="center" valignment="top">
7229 <column alignment="center" valignment="top">
7230 <column alignment="center" valignment="top">
7231 <row endfirsthead="true" caption="true">
7232 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7233 \begin_inset Text
7234
7235 \begin_layout Plain Layout
7236 \begin_inset Caption Standard
7237
7238 \begin_layout Plain Layout
7239 Long full title with width set to 5
7240 \begin_inset space \thinspace{}
7241 \end_inset
7242
7243 cm long full title with width set to 5
7244 \begin_inset space \thinspace{}
7245 \end_inset
7246
7247 cm long full title with width set to 5
7248 \begin_inset space \thinspace{}
7249 \end_inset
7250
7251 cm
7252 \begin_inset Argument 1
7253 status collapsed
7254
7255 \begin_layout Plain Layout
7256 caption with width
7257 \begin_inset space \thinspace{}
7258 \end_inset
7259
7260 =
7261 \begin_inset space \thinspace{}
7262 \end_inset
7263
7264 5
7265 \begin_inset space \thinspace{}
7266 \end_inset
7267
7268 cm
7269 \end_layout
7270
7271 \end_inset
7272
7273
7274 \end_layout
7275
7276 \end_inset
7277
7278
7279 \end_layout
7280
7281 \end_inset
7282 </cell>
7283 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7284 \begin_inset Text
7285
7286 \begin_layout Plain Layout
7287
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7293 \begin_inset Text
7294
7295 \begin_layout Plain Layout
7296
7297 \end_layout
7298
7299 \end_inset
7300 </cell>
7301 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7302 \begin_inset Text
7303
7304 \begin_layout Plain Layout
7305
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Plain Layout
7314
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 </row>
7320 <row>
7321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7322 \begin_inset Text
7323
7324 \begin_layout Plain Layout
7325 1
7326 \end_layout
7327
7328 \end_inset
7329 </cell>
7330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7331 \begin_inset Text
7332
7333 \begin_layout Plain Layout
7334 2
7335 \end_layout
7336
7337 \end_inset
7338 </cell>
7339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7340 \begin_inset Text
7341
7342 \begin_layout Plain Layout
7343 3
7344 \end_layout
7345
7346 \end_inset
7347 </cell>
7348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7349 \begin_inset Text
7350
7351 \begin_layout Plain Layout
7352 4
7353 \end_layout
7354
7355 \end_inset
7356 </cell>
7357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361 5
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 </row>
7367 <row>
7368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7369 \begin_inset Text
7370
7371 \begin_layout Plain Layout
7372 asd
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Plain Layout
7381 s
7382 \end_layout
7383
7384 \end_inset
7385 </cell>
7386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7387 \begin_inset Text
7388
7389 \begin_layout Plain Layout
7390 s
7391 \end_layout
7392
7393 \end_inset
7394 </cell>
7395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7396 \begin_inset Text
7397
7398 \begin_layout Plain Layout
7399 s
7400 \end_layout
7401
7402 \end_inset
7403 </cell>
7404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7405 \begin_inset Text
7406
7407 \begin_layout Plain Layout
7408 asd
7409 \end_layout
7410
7411 \end_inset
7412 </cell>
7413 </row>
7414 <row>
7415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7416 \begin_inset Text
7417
7418 \begin_layout Plain Layout
7419 asd
7420 \end_layout
7421
7422 \end_inset
7423 </cell>
7424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7425 \begin_inset Text
7426
7427 \begin_layout Plain Layout
7428 s
7429 \end_layout
7430
7431 \end_inset
7432 </cell>
7433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7434 \begin_inset Text
7435
7436 \begin_layout Plain Layout
7437 s
7438 \end_layout
7439
7440 \end_inset
7441 </cell>
7442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Plain Layout
7446 s
7447 \end_layout
7448
7449 \end_inset
7450 </cell>
7451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455 asd
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 </row>
7461 <row>
7462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Plain Layout
7466 asd
7467 \end_layout
7468
7469 \end_inset
7470 </cell>
7471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7472 \begin_inset Text
7473
7474 \begin_layout Plain Layout
7475 s
7476 \end_layout
7477
7478 \end_inset
7479 </cell>
7480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7481 \begin_inset Text
7482
7483 \begin_layout Plain Layout
7484 s
7485 \end_layout
7486
7487 \end_inset
7488 </cell>
7489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7490 \begin_inset Text
7491
7492 \begin_layout Plain Layout
7493 s
7494 \end_layout
7495
7496 \end_inset
7497 </cell>
7498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502 asd
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 </row>
7508 <row>
7509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7510 \begin_inset Text
7511
7512 \begin_layout Plain Layout
7513 asd
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 sad
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531 asd
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7537 \begin_inset Text
7538
7539 \begin_layout Plain Layout
7540 asd
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549 asd
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 </row>
7555 </lyxtabular>
7556
7557 \end_inset
7558
7559
7560 \end_layout
7561
7562 \begin_layout Standard
7563 \begin_inset ERT
7564 status collapsed
7565
7566 \begin_layout Plain Layout
7567
7568
7569 \backslash
7570 setlength{
7571 \backslash
7572 LTcapwidth}{4in}
7573 \end_layout
7574
7575 \end_inset
7576
7577
7578 \end_layout
7579
7580 \begin_layout Standard
7581 \begin_inset Note Greyedout
7582 status open
7583
7584 \begin_layout Plain Layout
7585
7586 \series bold
7587 Note:
7588 \series default
7589  When the \SpecialChar LaTeX
7590 -package 
7591 \series bold
7592 caption
7593 \series default
7594
7595 \begin_inset Index idx
7596 status collapsed
7597
7598 \begin_layout Plain Layout
7599 \SpecialChar LaTeX
7600 -packages ! caption
7601 \end_layout
7602
7603 \end_inset
7604
7605  is used, as in this document, the full page width is used for the caption
7606  when you use the default value of 4
7607 \begin_inset space \thinspace{}
7608 \end_inset
7609
7610 in for 
7611 \series bold
7612
7613 \backslash
7614 LTcapwidth
7615 \series default
7616 .
7617  To get in this case exactly a 4
7618 \begin_inset space \thinspace{}
7619 \end_inset
7620
7621 in wide caption, you can either use a value slightly different from 4.0
7622 \begin_inset space \thinspace{}
7623 \end_inset
7624
7625 in, e.
7626 \begin_inset space \thinspace{}
7627 \end_inset
7628
7629 g.
7630 \begin_inset space \space{}
7631 \end_inset
7632
7633 3.99
7634 \begin_inset space \thinspace{}
7635 \end_inset
7636
7637 in, or the \SpecialChar LaTeX
7638 -command 
7639 \series bold
7640
7641 \backslash
7642 captionsetup{width=value}
7643 \series default
7644  that is provided by the 
7645 \series bold
7646 caption
7647 \series default
7648 -package.
7649 \end_layout
7650
7651 \end_inset
7652
7653
7654 \end_layout
7655
7656 \begin_layout Subsubsection
7657 Different Captions for Table Pages
7658 \begin_inset Index idx
7659 status collapsed
7660
7661 \begin_layout Plain Layout
7662 Table ! Multi-page Table ! Different Captions for Pages
7663 \end_layout
7664
7665 \end_inset
7666
7667
7668 \end_layout
7669
7670 \begin_layout Standard
7671 When the table captions for the following pages should differ from the one
7672  of the first table page, mark a empty row as header which contains a caption.
7673  Then right-click on the caption and select in the context menu 
7674 \family sans
7675 Caption
7676 \begin_inset space ~
7677 \end_inset
7678
7679 (Unnumbered)
7680 \family default
7681 .
7682  Table
7683 \begin_inset space ~
7684 \end_inset
7685
7686
7687 \begin_inset CommandInset ref
7688 LatexCommand ref
7689 reference "tab:DiffCaptions"
7690
7691 \end_inset
7692
7693  is an example of a multi-page table with different heading where the second
7694  caption does not include the table number.
7695 \end_layout
7696
7697 \begin_layout Standard
7698 \align center
7699 \begin_inset Tabular
7700 <lyxtabular version="3" rows="59" columns="3">
7701 <features islongtable="true" longtabularalignment="center">
7702 <column alignment="left" valignment="top" width="0cm">
7703 <column alignment="left" valignment="top" width="0pt">
7704 <column alignment="center" valignment="top" width="0pt">
7705 <row endfirsthead="true" caption="true">
7706 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7707 \begin_inset Text
7708
7709 \begin_layout Plain Layout
7710 \begin_inset Caption Standard
7711
7712 \begin_layout Plain Layout
7713 Example Phone List
7714 \begin_inset CommandInset label
7715 LatexCommand label
7716 name "tab:DiffCaptions"
7717
7718 \end_inset
7719
7720
7721 \begin_inset Argument 1
7722 status collapsed
7723
7724 \begin_layout Plain Layout
7725 Example Phone List
7726 \end_layout
7727
7728 \end_inset
7729
7730
7731 \end_layout
7732
7733 \end_inset
7734
7735
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Plain Layout
7744
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 </row>
7759 <row endfirsthead="true">
7760 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764
7765 \series bold
7766 Example Phone List (ignore the names)
7767 \end_layout
7768
7769 \end_inset
7770 </cell>
7771 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7772 \begin_inset Text
7773
7774 \begin_layout Plain Layout
7775
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 </row>
7790 <row endfirsthead="true">
7791 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795
7796 \series bold
7797 NAME
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7803 \begin_inset Text
7804
7805 \begin_layout Plain Layout
7806
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815
7816 \series bold
7817 TEL.
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 </row>
7823 <row endhead="true" caption="true">
7824 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828 \begin_inset Caption Unnumbered
7829
7830 \begin_layout Plain Layout
7831 Continued Example Phone List
7832 \end_layout
7833
7834 \end_inset
7835
7836
7837 \end_layout
7838
7839 \end_inset
7840 </cell>
7841 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 </row>
7860 <row endhead="true">
7861 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865
7866 \series bold
7867 Example Phone List
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 </row>
7891 <row endhead="true">
7892 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896
7897 \series bold
7898 NAME
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916
7917 \series bold
7918 TEL.
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 </row>
7924 <row endfoot="true">
7925 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929 continued on next page
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 </row>
7953 <row>
7954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958
7959 \series bold
7960 Annovi
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969 Silvia
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978 111
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 </row>
7984 <row>
7985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989
7990 \series bold
7991 Bertoli
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000 Stefano
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009 111
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 </row>
8015 <row>
8016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020
8021 \series bold
8022 Bozzi
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031 Walter
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 111
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 </row>
8046 <row>
8047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051
8052 \series bold
8053 Cachia
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062 Maria
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 111
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 </row>
8077 <row>
8078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082
8083 \series bold
8084 Cachia
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093 Maurizio
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102 111
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 </row>
8108 <row>
8109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113
8114 \series bold
8115 Cinquemani
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 Giusi
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 111
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 </row>
8139 <row>
8140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144
8145 \series bold
8146 Colin
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155 Bernard
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164 111
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 </row>
8170 <row>
8171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175
8176 \series bold
8177 Concli
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 Gianfranco
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 111
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 </row>
8201 <row>
8202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206
8207 \series bold
8208 Dal Bosco
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217 Carolina
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226 111
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 </row>
8232 <row>
8233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237
8238 \series bold
8239 Dalpiaz
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248 Annamaria
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257 111
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 </row>
8263 <row>
8264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268
8269 \series bold
8270 Feliciello
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279 Domenico
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288 111
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 </row>
8294 <row>
8295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299
8300 \series bold
8301 Focarelli
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 Paola
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319 111
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 </row>
8325 <row>
8326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330
8331 \series bold
8332 Galletti
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 Oreste
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350 111
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 </row>
8356 <row>
8357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361
8362 \series bold
8363 Gasparini
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372 Franca
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381 111
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 </row>
8387 <row>
8388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392
8393 \series bold
8394 Rizzardi
8395 \series default
8396
8397 \begin_inset Foot
8398 status open
8399
8400 \begin_layout Plain Layout
8401 Example footnote
8402 \end_layout
8403
8404 \end_inset
8405
8406
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415 Paola
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424 111
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 </row>
8430 <row>
8431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435
8436 \series bold
8437 Lassini
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446 Giancarlo
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455 111
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 </row>
8461 <row>
8462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466
8467 \series bold
8468 Malfatti
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477 Luciano
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486 111
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 </row>
8492 <row>
8493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497
8498 \series bold
8499 Malfatti
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 Valeriano
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517 111
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 </row>
8523 <row>
8524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528
8529 \series bold
8530 Meneguzzo
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539 Roberto
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 111
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 </row>
8554 <row>
8555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559
8560 \series bold
8561 Mezzadra
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570 Roberto
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579 111
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 </row>
8585 <row>
8586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590
8591 \series bold
8592 Pirpamer
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601 Erich
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610 111
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 </row>
8616 <row>
8617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621
8622 \series bold
8623 Pochiesa
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632 Paolo
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641 111, 222
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 </row>
8647 <row>
8648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652
8653 \series bold
8654 Radina
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663 Claudio
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 111
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 </row>
8678 <row>
8679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683
8684 \series bold
8685 Stuffer
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694 Oskar
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703 111
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 </row>
8709 <row>
8710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714
8715 \series bold
8716 Tacchelli
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 Ugo
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 111
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 </row>
8740 <row>
8741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745
8746 \series bold
8747 Tezzele
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 Margit
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765 111
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 </row>
8771 <row>
8772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776
8777 \series bold
8778 Unterkalmsteiner
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 Frieda
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796 111
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 </row>
8802 <row>
8803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807
8808 \series bold
8809 Vieider
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818 Hilde
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827 111
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 </row>
8833 <row>
8834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838
8839 \series bold
8840 Vigna
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849 Jürgen
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858 111
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 </row>
8864 <row>
8865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869
8870 \series bold
8871 Weber
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880 Maurizio
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889 111
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 </row>
8895 <row>
8896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900
8901 \series bold
8902 Winkler
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911 Franz
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920 111
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 </row>
8926 <row>
8927 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931  
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 </row>
8955 <row>
8956 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960
8961 \series bold
8962 Annovi
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971 Silvia
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980 555
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 </row>
8986 <row>
8987 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991
8992 \series bold
8993 Bertoli
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002 Stefano
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011 555
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 </row>
9017 <row>
9018 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022
9023 \series bold
9024 Bozzi
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033 Walter
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 555
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 </row>
9048 <row>
9049 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053
9054 \series bold
9055 Cachia
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064 Maria
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073 555
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 </row>
9079 <row>
9080 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084
9085 \series bold
9086 Cachia
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095 Maurizio
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104 555
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 </row>
9110 <row>
9111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115
9116 \series bold
9117 Cinquemani
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126 Giusi
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135 555
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 </row>
9141 <row>
9142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146
9147 \series bold
9148 Colin
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157 Bernard
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 555
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 </row>
9172 <row>
9173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177
9178 \series bold
9179 Concli
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188 Gianfranco
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197 555
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 </row>
9203 <row>
9204 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208
9209 \series bold
9210 Dal Bosco
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219 Carolina
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228 555
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 </row>
9234 <row>
9235 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239
9240 \series bold
9241 Dalpiaz
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250 Annamaria
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259 555
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 </row>
9265 <row>
9266 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270
9271 \series bold
9272 Feliciello
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281 Domenico
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290 555
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 </row>
9296 <row>
9297 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301
9302 \series bold
9303 Focarelli
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312 Paola
9313 \end_layout
9314
9315 \end_inset
9316 </cell>
9317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321 555
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 </row>
9327 <row>
9328 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332
9333 \series bold
9334 Galletti
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343 Oreste
9344 \end_layout
9345
9346 \end_inset
9347 </cell>
9348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9349 \begin_inset Text
9350
9351 \begin_layout Plain Layout
9352 555
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 </row>
9358 <row>
9359 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363
9364 \series bold
9365 Gasparini
9366 \end_layout
9367
9368 \end_inset
9369 </cell>
9370 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9371 \begin_inset Text
9372
9373 \begin_layout Plain Layout
9374 Franca
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383 555
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 </row>
9389 <row>
9390 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394
9395 \series bold
9396 Rizzardi
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405 Paola
9406 \end_layout
9407
9408 \end_inset
9409 </cell>
9410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414 555
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 </row>
9420 <row>
9421 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425
9426 \series bold
9427 Lassini
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436 Giancarlo
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445 555
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 </row>
9451 <row>
9452 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9453 \begin_inset Text
9454
9455 \begin_layout Plain Layout
9456
9457 \series bold
9458 Malfatti
9459 \end_layout
9460
9461 \end_inset
9462 </cell>
9463 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467 Luciano
9468 \end_layout
9469
9470 \end_inset
9471 </cell>
9472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Plain Layout
9476 555
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 </row>
9482 <row>
9483 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487
9488 \series bold
9489 Malfatti
9490 \end_layout
9491
9492 \end_inset
9493 </cell>
9494 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9495 \begin_inset Text
9496
9497 \begin_layout Plain Layout
9498 Valeriano
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9504 \begin_inset Text
9505
9506 \begin_layout Plain Layout
9507 555
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 </row>
9513 <row>
9514 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9515 \begin_inset Text
9516
9517 \begin_layout Plain Layout
9518
9519 \series bold
9520 Meneguzzo
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529 Roberto
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9535 \begin_inset Text
9536
9537 \begin_layout Plain Layout
9538 555
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 </row>
9544 <row>
9545 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9546 \begin_inset Text
9547
9548 \begin_layout Plain Layout
9549
9550 \series bold
9551 Mezzadra
9552 \end_layout
9553
9554 \end_inset
9555 </cell>
9556 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9557 \begin_inset Text
9558
9559 \begin_layout Plain Layout
9560 Roberto
9561 \end_layout
9562
9563 \end_inset
9564 </cell>
9565 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9566 \begin_inset Text
9567
9568 \begin_layout Plain Layout
9569 555
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 </row>
9575 </lyxtabular>
9576
9577 \end_inset
9578
9579
9580 \end_layout
9581
9582 \begin_layout Section
9583 Special Multi-page Table Issues
9584 \begin_inset CommandInset label
9585 LatexCommand label
9586 name "sec:Special-Longtable-Issues"
9587
9588 \end_inset
9589
9590
9591 \end_layout
9592
9593 \begin_layout Subsection
9594 Multi-page Table Calculation
9595 \begin_inset Index idx
9596 status collapsed
9597
9598 \begin_layout Plain Layout
9599 Table ! Multi-page Table ! Calculation
9600 \end_layout
9601
9602 \end_inset
9603
9604
9605 \end_layout
9606
9607 \begin_layout Standard
9608 \SpecialChar LaTeX
9609  calculates the height of table pages and their page breaks using so called
9610  chunks.
9611  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
9612 's memory.
9613  The default value was historically set to only 20
9614 \begin_inset space ~
9615 \end_inset
9616
9617 table rows.
9618  If you are using multi-page tables with many pages this may slow down the
9619  creation of your document.
9620  You can safely increase the chunk size to values of 100
9621 \begin_inset space \thinspace{}
9622 \end_inset
9623
9624 --
9625 \begin_inset space \thinspace{}
9626 \end_inset
9627
9628 1000 by adding this command line to your document preamble:
9629 \end_layout
9630
9631 \begin_layout Standard
9632
9633 \series bold
9634
9635 \backslash
9636 setcounter{LTchunksize}{100}
9637 \end_layout
9638
9639 \begin_layout Subsection
9640 Floats and Multi-page Tables
9641 \begin_inset Index idx
9642 status collapsed
9643
9644 \begin_layout Plain Layout
9645 Table ! Multi-page Table ! Floats
9646 \end_layout
9647
9648 \end_inset
9649
9650
9651 \end_layout
9652
9653 \begin_layout Standard
9654 There might be problems when a float appears on the same page where a multi-page
9655  table starts.
9656  To avoid such a situation, insert a 
9657 \begin_inset Quotes eld
9658 \end_inset
9659
9660 clear page
9661 \begin_inset Quotes erd
9662 \end_inset
9663
9664  (menu 
9665 \family sans
9666 Insert\SpecialChar menuseparator
9667 Formatting\SpecialChar menuseparator
9668 Clear
9669 \begin_inset space ~
9670 \end_inset
9671
9672 Page
9673 \family default
9674 ) before your multi-page table.
9675 \end_layout
9676
9677 \begin_layout Subsection
9678 Forced Page Breaks
9679 \begin_inset Index idx
9680 status collapsed
9681
9682 \begin_layout Plain Layout
9683 Table ! Multi-page Table ! Forced Page Breaks
9684 \end_layout
9685
9686 \end_inset
9687
9688
9689 \end_layout
9690
9691 \begin_layout Standard
9692 By default tables are only broken between rows.
9693  If you have a cell with multiples lines and want to have a page break within
9694  the cell, insert the new line command 
9695 \begin_inset Quotes eld
9696 \end_inset
9697
9698
9699 \series bold
9700
9701 \backslash
9702
9703 \backslash
9704
9705 \series default
9706
9707 \begin_inset Quotes erd
9708 \end_inset
9709
9710  as \SpecialChar TeX
9711  Code at the point of the cell where it can be broken.
9712  Before the 
9713 \series bold
9714
9715 \backslash
9716
9717 \backslash
9718
9719 \series default
9720  command you have to insert in \SpecialChar TeX
9721  Code as many 
9722 \begin_inset Quotes eld
9723 \end_inset
9724
9725
9726 \series bold
9727 &
9728 \series default
9729
9730 \begin_inset Quotes erd
9731 \end_inset
9732
9733  characters as the number of the following table columns.
9734  The 
9735 \series bold
9736 &
9737 \series default
9738  is the character to separate table cells.
9739  Write in \SpecialChar TeX
9740  Code after each 
9741 \series bold
9742 &
9743 \series default
9744  the content of the corresponding following cell and delete the content
9745  of these cells.
9746 \begin_inset Newline newline
9747 \end_inset
9748
9749 After the 
9750 \series bold
9751
9752 \backslash
9753
9754 \backslash
9755
9756 \series default
9757  command, insert as many 
9758 \series bold
9759 &
9760 \series default
9761  characters as the number of table columns before the current column.
9762  In Table
9763 \begin_inset space ~
9764 \end_inset
9765
9766
9767 \begin_inset CommandInset ref
9768 LatexCommand ref
9769 reference "tab:ForcedPagebreak"
9770
9771 \end_inset
9772
9773  the cell that should be broken is in the second column followed by another
9774  column.
9775  Therefore the following command was inserted in the cell as \SpecialChar TeX
9776  Code after
9777  
9778 \begin_inset Quotes eld
9779 \end_inset
9780
9781
9782 \emph on
9783 Castelchiodato,
9784 \emph default
9785
9786 \begin_inset Quotes erd
9787 \end_inset
9788
9789 :
9790 \end_layout
9791
9792 \begin_layout Standard
9793
9794 \series bold
9795 & 111
9796 \backslash
9797
9798 \backslash
9799  
9800 \backslash
9801 newpage
9802 \begin_inset Newline newline
9803 \end_inset
9804
9805 &
9806 \end_layout
9807
9808 \begin_layout Standard
9809 The 
9810 \begin_inset Quotes eld
9811 \end_inset
9812
9813 111
9814 \begin_inset Quotes erd
9815 \end_inset
9816
9817  in the third column of the row was deleted.
9818  
9819 \series bold
9820
9821 \backslash
9822 newpage
9823 \series default
9824  is only needed when a page break should definitely occur at this position,
9825  otherwise it would be a conditional break.
9826  If your footer row of the multi-page table has for a certain reason no
9827  upper line but you would have a horizontal line where the cell is broken,
9828  use this command instead:
9829 \end_layout
9830
9831 \begin_layout Standard
9832
9833 \series bold
9834 & 111
9835 \backslash
9836
9837 \backslash
9838
9839 \begin_inset Newline newline
9840 \end_inset
9841
9842
9843 \backslash
9844 hline &
9845 \end_layout
9846
9847 \begin_layout Standard
9848 When the cell to be broken is in the last column, the command
9849 \end_layout
9850
9851 \begin_layout Standard
9852
9853 \series bold
9854
9855 \backslash
9856 setlength{
9857 \backslash
9858 parfillskip}{0pt}
9859 \end_layout
9860
9861 \begin_layout Standard
9862 must be inserted as \SpecialChar TeX
9863  Code at the beginning of the cell.
9864  This ensures that the part of the cell that will be displayed on the new
9865  page appears with the full width.
9866 \end_layout
9867
9868 \begin_layout Standard
9869 \align center
9870 \begin_inset Tabular
9871 <lyxtabular version="3" rows="38" columns="3">
9872 <features islongtable="true" longtabularalignment="center">
9873 <column alignment="left" valignment="top" width="0cm">
9874 <column alignment="left" valignment="top" width="3cm">
9875 <column alignment="center" valignment="top" width="0pt">
9876 <row endfirsthead="true" caption="true">
9877 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881 \begin_inset Caption Standard
9882
9883 \begin_layout Plain Layout
9884 Table with forced page break in table cell
9885 \begin_inset CommandInset label
9886 LatexCommand label
9887 name "tab:ForcedPagebreak"
9888
9889 \end_inset
9890
9891
9892 \begin_inset Argument 1
9893 status collapsed
9894
9895 \begin_layout Plain Layout
9896 Table with forced page break in table cell
9897 \end_layout
9898
9899 \end_inset
9900
9901
9902 \end_layout
9903
9904 \end_inset
9905
9906
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 </row>
9930 <row endfirsthead="true">
9931 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9932 \begin_inset Text
9933
9934 \begin_layout Plain Layout
9935
9936 \series bold
9937 Example Phone List (ignore the names)
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 </row>
9961 <row endfirsthead="true">
9962 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966
9967 \series bold
9968 NAME
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986
9987 \series bold
9988 TEL.
9989 \end_layout
9990
9991 \end_inset
9992 </cell>
9993 </row>
9994 <row endhead="true" caption="true">
9995 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999 \begin_inset Caption Unnumbered
10000
10001 \begin_layout Plain Layout
10002 Continued Example Phone List
10003 \end_layout
10004
10005 \end_inset
10006
10007
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 <cell multicolumn="2" alignment="left" valignment="top" rightline="true" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 </row>
10031 <row endhead="true">
10032 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036
10037 \series bold
10038 Example Phone List
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 </row>
10062 <row endhead="true">
10063 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067
10068 \series bold
10069 NAME
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \series bold
10089 TEL.
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 </row>
10095 <row endfoot="true">
10096 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100 continued on next page
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 </row>
10124 <row>
10125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129
10130 \series bold
10131 Annovi
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 Silvia
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149 111
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 </row>
10155 <row>
10156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160
10161 \series bold
10162 Bertoli
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171 Stefano
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180 111
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 </row>
10186 <row>
10187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191
10192 \series bold
10193 Bozzi
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202 Walter
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211 111
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 </row>
10217 <row>
10218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222
10223 \series bold
10224 Cachia
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 Maria
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242 111
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 </row>
10248 <row>
10249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253
10254 \series bold
10255 Cachia
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264 Maurizio
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273 111
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 </row>
10279 <row>
10280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284
10285 \series bold
10286 Cinquemani
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295 Giusi
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304 111
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 </row>
10310 <row>
10311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315
10316 \series bold
10317 Colin
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 Bernard
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 111
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 </row>
10341 <row>
10342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346
10347 \series bold
10348 Concli
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 Gianfranco
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366 111
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 </row>
10372 <row>
10373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377
10378 \series bold
10379 Dal Bosco
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 Carolina
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397 111
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 </row>
10403 <row>
10404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408
10409 \series bold
10410 Dalpiaz
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 Annamaria
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428 111
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 </row>
10434 <row>
10435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439
10440 \series bold
10441 Feliciello
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 Domenico
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459 111
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 </row>
10465 <row>
10466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470
10471 \series bold
10472 Focarelli
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 Paola
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 111
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 </row>
10496 <row>
10497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501
10502 \series bold
10503 Galletti
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 Oreste
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521 111
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 </row>
10527 <row>
10528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532
10533 \series bold
10534 Gasparini
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 Franca
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552 111
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 </row>
10558 <row>
10559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563
10564 \series bold
10565 Lassini
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 Giancarlo
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583 111
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 </row>
10589 <row>
10590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594
10595 \series bold
10596 Malfatti
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 Luciano
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 111
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 </row>
10620 <row>
10621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625
10626 \series bold
10627 Malfatti
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 Valeriano
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645 111
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 </row>
10651 <row>
10652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656
10657 \series bold
10658 Meneguzzo
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667 Roberto
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676 111
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 </row>
10682 <row>
10683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687
10688 \series bold
10689 Mezzadra
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 Roberto
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707 111
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 </row>
10713 <row>
10714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718
10719 \series bold
10720 Pirpamer
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729 Erich
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738 111
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 </row>
10744 <row>
10745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749
10750 \series bold
10751 Pochiesa
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 Paolo
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769 111, 222
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 </row>
10775 <row>
10776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780
10781 \series bold
10782 Radina
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 Claudio
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800 111
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 </row>
10806 <row>
10807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811
10812 \series bold
10813 Rizzardi
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822 Paolo, 11.
10823  Fürst von Montecompatri, 11.
10824  Fürst von Sulmona und Vivaro, 10.
10825  Fürst von Rossano, 5.
10826  Herzog von Canemorte, 11.
10827  Herzog von Palombara, 5.
10828  Herzog von Castelchiodato,
10829 \begin_inset ERT
10830 status open
10831
10832 \begin_layout Plain Layout
10833
10834 & 111
10835 \backslash
10836
10837 \backslash
10838  
10839 \backslash
10840 newpage
10841 \end_layout
10842
10843 \begin_layout Plain Layout
10844
10845 &
10846 \end_layout
10847
10848 \end_inset
10849
10850  11.
10851  Herzog von Poggionativo, 11.
10852  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10853  Graf von Valinfreda, 11.
10854  Baron von Cropalati, 11.
10855  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 </row>
10870 <row>
10871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875
10876 \series bold
10877 Stuffer
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886 Oskar
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895 111
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 </row>
10901 <row>
10902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906
10907 \series bold
10908 Tacchelli
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 Ugo
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 111
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 </row>
10932 <row>
10933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937
10938 \series bold
10939 Tezzele
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948 Margit
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957 111
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 </row>
10963 <row>
10964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968
10969 \series bold
10970 Unterkalmsteiner
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979 Frieda
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988 111
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 </row>
10994 <row>
10995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999
11000 \series bold
11001 Vieider
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010 Hilde
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019 111
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 </row>
11025 <row>
11026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030
11031 \series bold
11032 Vigna
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041 Jürgen
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050 111
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 </row>
11056 <row>
11057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061
11062 \series bold
11063 Weber
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072 Maurizio
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081 111
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 </row>
11087 <row>
11088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092
11093 \series bold
11094 Winkler
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103 Franz
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112 111
11113 \end_layout
11114
11115 \end_inset
11116 </cell>
11117 </row>
11118 </lyxtabular>
11119
11120 \end_inset
11121
11122
11123 \end_layout
11124
11125 \begin_layout Section
11126 Multiple Lines, Columns and Rows
11127 \end_layout
11128
11129 \begin_layout Subsection
11130 Multiple Lines in Table Cells
11131 \begin_inset CommandInset label
11132 LatexCommand label
11133 name "subsec:Multiple-Lines-in"
11134
11135 \end_inset
11136
11137
11138 \begin_inset Index idx
11139 status collapsed
11140
11141 \begin_layout Plain Layout
11142 Multiple Lines in Table Cells
11143 \end_layout
11144
11145 \end_inset
11146
11147
11148 \begin_inset Index idx
11149 status collapsed
11150
11151 \begin_layout Plain Layout
11152 Table ! Linebreaks
11153 \end_layout
11154
11155 \end_inset
11156
11157
11158 \end_layout
11159
11160 \begin_layout Standard
11161 \noindent
11162 \begin_inset Float table
11163 placement H
11164 wide false
11165 sideways false
11166 status open
11167
11168 \begin_layout Plain Layout
11169 \begin_inset Caption Standard
11170
11171 \begin_layout Plain Layout
11172 \begin_inset CommandInset label
11173 LatexCommand label
11174 name "tab:Table-with-multiple"
11175
11176 \end_inset
11177
11178 Table with multiple lines in cells
11179 \end_layout
11180
11181 \end_inset
11182
11183
11184 \end_layout
11185
11186 \begin_layout Plain Layout
11187 \align center
11188 \begin_inset Tabular
11189 <lyxtabular version="3" rows="3" columns="3">
11190 <features tabularvalignment="middle">
11191 <column alignment="center" valignment="middle" width="2.5cm">
11192 <column alignment="center" valignment="middle">
11193 <column alignment="center" valignment="middle">
11194 <row>
11195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199 multiple
11200 \begin_inset Newline linebreak
11201 \end_inset
11202
11203 lines
11204 \end_layout
11205
11206 \end_inset
11207 </cell>
11208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11209 \begin_inset Text
11210
11211 \begin_layout Plain Layout
11212 b
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 c
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 </row>
11227 <row>
11228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232 d
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241 e
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250 f
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 </row>
11256 <row>
11257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261 g
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 h
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279 i
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 </row>
11285 </lyxtabular>
11286
11287 \end_inset
11288
11289
11290 \end_layout
11291
11292 \end_inset
11293
11294
11295 \end_layout
11296
11297 \begin_layout Standard
11298 Setting a fixed width for a column enables you to enter text as a paragraph
11299  with multiple lines and hyphenation.
11300 \end_layout
11301
11302 \begin_layout Standard
11303 To produce Table
11304 \begin_inset space ~
11305 \end_inset
11306
11307
11308 \begin_inset CommandInset ref
11309 LatexCommand ref
11310 reference "tab:Table-with-multiple"
11311
11312 \end_inset
11313
11314 , create a 3×3 table, mark the first cell and right-click on it.
11315  In the appearing table dialog we set a cell width of 2.5
11316 \begin_inset space \thinspace{}
11317 \end_inset
11318
11319 cm and choose centered for the vertical and horizontal alignment.
11320  The vertical alignment is used for all cells of the row.
11321  As our text is smaller than 2.5
11322 \begin_inset space \thinspace{}
11323 \end_inset
11324
11325 cm, only one line will appear.
11326  To get two lines, a justified line break (shortcut 
11327 \begin_inset Info
11328 type  "shortcut"
11329 arg   "newline-insert linebreak"
11330 \end_inset
11331
11332 ) was added.
11333  If the text is wider than the set cell width, it will automatically be
11334  broken to several lines.
11335 \end_layout
11336
11337 \begin_layout Standard
11338 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11339  by \SpecialChar LaTeX
11340  if it is the first entry.
11341  Therefore you need to insert something to prevent the word not being the
11342  first entry.
11343  So add a horizontal space of 0
11344 \begin_inset space \thinspace{}
11345 \end_inset
11346
11347 pt before the word.
11348  As the space is zero, it doesn't change the output.
11349  Table
11350 \begin_inset space ~
11351 \end_inset
11352
11353
11354 \begin_inset CommandInset ref
11355 LatexCommand ref
11356 reference "tab:Table-with-and"
11357
11358 \end_inset
11359
11360  shows the effect.
11361 \end_layout
11362
11363 \begin_layout Standard
11364 \begin_inset Float table
11365 placement h
11366 wide false
11367 sideways false
11368 status open
11369
11370 \begin_layout Plain Layout
11371 \begin_inset Caption Standard
11372
11373 \begin_layout Plain Layout
11374 \begin_inset CommandInset label
11375 LatexCommand label
11376 name "tab:Table-with-and"
11377
11378 \end_inset
11379
11380 Table with and without hyphenation
11381 \end_layout
11382
11383 \end_inset
11384
11385
11386 \end_layout
11387
11388 \begin_layout Plain Layout
11389 \begin_inset space \hfill{}
11390 \end_inset
11391
11392
11393 \begin_inset Tabular
11394 <lyxtabular version="3" rows="3" columns="3">
11395 <features tabularvalignment="middle">
11396 <column alignment="center" valignment="middle" width="2.5cm">
11397 <column alignment="center" valignment="middle">
11398 <column alignment="center" valignment="middle">
11399 <row>
11400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404 verylongtablecellword
11405 \end_layout
11406
11407 \end_inset
11408 </cell>
11409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11410 \begin_inset Text
11411
11412 \begin_layout Plain Layout
11413 b
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Plain Layout
11422 c
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 </row>
11428 <row>
11429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433 d
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11439 \begin_inset Text
11440
11441 \begin_layout Plain Layout
11442 e
11443 \end_layout
11444
11445 \end_inset
11446 </cell>
11447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Plain Layout
11451 f
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 </row>
11457 <row>
11458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Plain Layout
11462 g
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471 h
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 i
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 </row>
11486 </lyxtabular>
11487
11488 \end_inset
11489
11490
11491 \begin_inset space \hfill{}
11492 \end_inset
11493
11494
11495 \begin_inset Tabular
11496 <lyxtabular version="3" rows="3" columns="3">
11497 <features tabularvalignment="middle">
11498 <column alignment="center" valignment="middle" width="2.5cm">
11499 <column alignment="center" valignment="middle">
11500 <column alignment="center" valignment="middle">
11501 <row>
11502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11503 \begin_inset Text
11504
11505 \begin_layout Plain Layout
11506 \begin_inset space \hspace{}
11507 \length 0pt
11508 \end_inset
11509
11510 verylongtablecellword
11511 \end_layout
11512
11513 \end_inset
11514 </cell>
11515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11516 \begin_inset Text
11517
11518 \begin_layout Plain Layout
11519 b
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528 c
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 </row>
11534 <row>
11535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539 d
11540 \end_layout
11541
11542 \end_inset
11543 </cell>
11544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11545 \begin_inset Text
11546
11547 \begin_layout Plain Layout
11548 e
11549 \end_layout
11550
11551 \end_inset
11552 </cell>
11553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557 f
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 </row>
11563 <row>
11564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11565 \begin_inset Text
11566
11567 \begin_layout Plain Layout
11568 g
11569 \end_layout
11570
11571 \end_inset
11572 </cell>
11573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577 h
11578 \end_layout
11579
11580 \end_inset
11581 </cell>
11582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11583 \begin_inset Text
11584
11585 \begin_layout Plain Layout
11586 i
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 </row>
11592 </lyxtabular>
11593
11594 \end_inset
11595
11596
11597 \begin_inset space \hfill{}
11598 \end_inset
11599
11600
11601 \end_layout
11602
11603 \end_inset
11604
11605
11606 \end_layout
11607
11608 \begin_layout Subsection
11609 Multicolumns
11610 \begin_inset CommandInset label
11611 LatexCommand label
11612 name "subsec:Multicolumns"
11613
11614 \end_inset
11615
11616
11617 \begin_inset Index idx
11618 status collapsed
11619
11620 \begin_layout Plain Layout
11621 Multicolumns
11622 \end_layout
11623
11624 \end_inset
11625
11626
11627 \begin_inset Index idx
11628 status collapsed
11629
11630 \begin_layout Plain Layout
11631 Table ! Multicolumns
11632 \end_layout
11633
11634 \end_inset
11635
11636
11637 \end_layout
11638
11639 \begin_layout Subsubsection
11640 Multicolumn Basics
11641 \end_layout
11642
11643 \begin_layout Standard
11644 To merge cells over multiple columns, select as many cells within a row
11645  as you want to merge and use either the table-toolbar button 
11646 \begin_inset Info
11647 type  "icon"
11648 arg   "tabular-feature multicolumn"
11649 \end_inset
11650
11651 , or the menu 
11652 \family sans
11653 Edit\SpecialChar menuseparator
11654 Table\SpecialChar menuseparator
11655 Multicolumn
11656 \family default
11657 , or right click on the marked cells and choose 
11658 \family sans
11659 Multicolumn
11660 \family default
11661  in the context menu.
11662 \end_layout
11663
11664 \begin_layout Standard
11665 Multicolumns have their own cell settings.
11666  That means changing cell borders, cell alignment, and the width only affects
11667  the multicolumn.
11668  Here is an example table with a multicolumn cell in the first row and one
11669  in the last row without the upper border:
11670 \end_layout
11671
11672 \begin_layout Standard
11673 \align center
11674 \begin_inset Tabular
11675 <lyxtabular version="3" rows="3" columns="4">
11676 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11677 <column alignment="center" valignment="top" width="0pt">
11678 <column alignment="center" valignment="middle">
11679 <column alignment="center" valignment="top" width="0in">
11680 <column alignment="center" valignment="top" width="0pt">
11681 <row>
11682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11683 \begin_inset Text
11684
11685 \begin_layout Plain Layout
11686 abc
11687 \end_layout
11688
11689 \end_inset
11690 </cell>
11691 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11692 \begin_inset Text
11693
11694 \begin_layout Plain Layout
11695 def ghi
11696 \end_layout
11697
11698 \end_inset
11699 </cell>
11700 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11701 \begin_inset Text
11702
11703 \begin_layout Plain Layout
11704
11705 \end_layout
11706
11707 \end_inset
11708 </cell>
11709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11710 \begin_inset Text
11711
11712 \begin_layout Plain Layout
11713 jkl
11714 \end_layout
11715
11716 \end_inset
11717 </cell>
11718 </row>
11719 <row>
11720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11721 \begin_inset Text
11722
11723 \begin_layout Plain Layout
11724
11725 \family roman
11726 \series medium
11727 \shape up
11728 \size normal
11729 \emph off
11730 \bar no
11731 \noun off
11732 \color none
11733 A
11734 \end_layout
11735
11736 \end_inset
11737 </cell>
11738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11739 \begin_inset Text
11740
11741 \begin_layout Plain Layout
11742 B
11743 \end_layout
11744
11745 \end_inset
11746 </cell>
11747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11748 \begin_inset Text
11749
11750 \begin_layout Plain Layout
11751 C
11752 \end_layout
11753
11754 \end_inset
11755 </cell>
11756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760 D
11761 \end_layout
11762
11763 \end_inset
11764 </cell>
11765 </row>
11766 <row>
11767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11768 \begin_inset Text
11769
11770 \begin_layout Plain Layout
11771 1
11772 \end_layout
11773
11774 \end_inset
11775 </cell>
11776 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11777 \begin_inset Text
11778
11779 \begin_layout Plain Layout
11780 2
11781 \end_layout
11782
11783 \end_inset
11784 </cell>
11785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11786 \begin_inset Text
11787
11788 \begin_layout Plain Layout
11789 3
11790 \end_layout
11791
11792 \end_inset
11793 </cell>
11794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11795 \begin_inset Text
11796
11797 \begin_layout Plain Layout
11798 4
11799 \end_layout
11800
11801 \end_inset
11802 </cell>
11803 </row>
11804 </lyxtabular>
11805
11806 \end_inset
11807
11808
11809 \end_layout
11810
11811 \begin_layout Subsubsection
11812 Multicolumn Calculations
11813 \begin_inset CommandInset label
11814 LatexCommand label
11815 name "subsec:Multicolumn-Calculations"
11816
11817 \end_inset
11818
11819
11820 \begin_inset Index idx
11821 status collapsed
11822
11823 \begin_layout Plain Layout
11824 Multicolumns ! Calculations
11825 \end_layout
11826
11827 \end_inset
11828
11829
11830 \end_layout
11831
11832 \begin_layout Standard
11833 \SpecialChar LyX
11834  supports multicolumns directly, but we have to take account of the cell
11835  width of the columns spanned by the multicolumn cell.
11836 \end_layout
11837
11838 \begin_layout Standard
11839 \begin_inset Float table
11840 placement h
11841 wide false
11842 sideways false
11843 status open
11844
11845 \begin_layout Plain Layout
11846 \begin_inset Caption Standard
11847
11848 \begin_layout Plain Layout
11849 \begin_inset CommandInset label
11850 LatexCommand label
11851 name "tab:Table-with-centered"
11852
11853 \end_inset
11854
11855 Table with centered multicolumn text above two columns that have exactly
11856  half the width of the multicolumn cell
11857 \begin_inset Argument 1
11858 status collapsed
11859
11860 \begin_layout Plain Layout
11861 Perfect multicolumn table
11862 \end_layout
11863
11864 \end_inset
11865
11866
11867 \end_layout
11868
11869 \end_inset
11870
11871
11872 \end_layout
11873
11874 \begin_layout Plain Layout
11875 \align center
11876 \begin_inset Tabular
11877 <lyxtabular version="3" rows="3" columns="3">
11878 <features tabularvalignment="middle">
11879 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11880 <column alignment="center" valignment="middle">
11881 <column alignment="center" valignment="top">
11882 <row>
11883 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11884 \begin_inset Text
11885
11886 \begin_layout Plain Layout
11887 multiple lines multicolumn
11888 \end_layout
11889
11890 \end_inset
11891 </cell>
11892 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11893 \begin_inset Text
11894
11895 \begin_layout Plain Layout
11896
11897 \end_layout
11898
11899 \end_inset
11900 </cell>
11901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11902 \begin_inset Text
11903
11904 \begin_layout Plain Layout
11905 c
11906 \end_layout
11907
11908 \end_inset
11909 </cell>
11910 </row>
11911 <row>
11912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11913 \begin_inset Text
11914
11915 \begin_layout Plain Layout
11916 d
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11922 \begin_inset Text
11923
11924 \begin_layout Plain Layout
11925 e
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934 f
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 </row>
11940 <row>
11941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11942 \begin_inset Text
11943
11944 \begin_layout Plain Layout
11945 g
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 h
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11960 \begin_inset Text
11961
11962 \begin_layout Plain Layout
11963 i
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 </row>
11969 </lyxtabular>
11970
11971 \end_inset
11972
11973
11974 \end_layout
11975
11976 \end_inset
11977
11978
11979 \end_layout
11980
11981 \begin_layout Standard
11982 To create for example Table
11983 \begin_inset space ~
11984 \end_inset
11985
11986
11987 \begin_inset CommandInset ref
11988 LatexCommand ref
11989 reference "tab:Table-with-centered"
11990
11991 \end_inset
11992
11993 , mark the first two cells in the first row of a 3×3 table and right-click
11994  on them.
11995  Now choose for this cell 
11996 \emph on
11997 multicolumn
11998 \emph default
11999
12000 \emph on
12001 centered alignment
12002 \emph default
12003  and a width of 2.5
12004 \begin_inset space \thinspace{}
12005 \end_inset
12006
12007 cm in the table dialog.
12008  The merged columns should have exactly half the width of the multicolumn
12009  cell, so that you would set a width of 1.25
12010 \begin_inset space \thinspace{}
12011 \end_inset
12012
12013 cm for the first column.
12014  The second column has then automatically a width of 1.25
12015 \begin_inset space \thinspace{}
12016 \end_inset
12017
12018 cm (multicolumn width - width of first column).
12019  This was done for Table
12020 \begin_inset space ~
12021 \end_inset
12022
12023
12024 \begin_inset CommandInset ref
12025 LatexCommand ref
12026 reference "tab:Table-without-half"
12027
12028 \end_inset
12029
12030 .
12031 \end_layout
12032
12033 \begin_layout Standard
12034 \begin_inset Float table
12035 wide false
12036 sideways false
12037 status open
12038
12039 \begin_layout Plain Layout
12040 \begin_inset Caption Standard
12041
12042 \begin_layout Plain Layout
12043 \begin_inset CommandInset label
12044 LatexCommand label
12045 name "tab:Table-without-half"
12046
12047 \end_inset
12048
12049 Table where the spanned table columns are not exactly half the width of
12050  the multicolumn cell
12051 \begin_inset Argument 1
12052 status collapsed
12053
12054 \begin_layout Plain Layout
12055 Imperfect multicolumn table
12056 \end_layout
12057
12058 \end_inset
12059
12060
12061 \end_layout
12062
12063 \end_inset
12064
12065
12066 \end_layout
12067
12068 \begin_layout Plain Layout
12069 \align center
12070 \begin_inset Tabular
12071 <lyxtabular version="3" rows="3" columns="3">
12072 <features tabularvalignment="middle">
12073 <column alignment="center" valignment="top" width="1.25cm">
12074 <column alignment="center" valignment="top">
12075 <column alignment="center" valignment="top">
12076 <row>
12077 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12078 \begin_inset Text
12079
12080 \begin_layout Plain Layout
12081 multiple lines multicolumn
12082 \end_layout
12083
12084 \end_inset
12085 </cell>
12086 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12087 \begin_inset Text
12088
12089 \begin_layout Plain Layout
12090
12091 \end_layout
12092
12093 \end_inset
12094 </cell>
12095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12096 \begin_inset Text
12097
12098 \begin_layout Plain Layout
12099 c
12100 \end_layout
12101
12102 \end_inset
12103 </cell>
12104 </row>
12105 <row>
12106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12107 \begin_inset Text
12108
12109 \begin_layout Plain Layout
12110 d
12111 \end_layout
12112
12113 \end_inset
12114 </cell>
12115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12116 \begin_inset Text
12117
12118 \begin_layout Plain Layout
12119 e
12120 \end_layout
12121
12122 \end_inset
12123 </cell>
12124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12125 \begin_inset Text
12126
12127 \begin_layout Plain Layout
12128 f
12129 \end_layout
12130
12131 \end_inset
12132 </cell>
12133 </row>
12134 <row>
12135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12136 \begin_inset Text
12137
12138 \begin_layout Plain Layout
12139 g
12140 \end_layout
12141
12142 \end_inset
12143 </cell>
12144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12145 \begin_inset Text
12146
12147 \begin_layout Plain Layout
12148 h
12149 \end_layout
12150
12151 \end_inset
12152 </cell>
12153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12154 \begin_inset Text
12155
12156 \begin_layout Plain Layout
12157 i
12158 \end_layout
12159
12160 \end_inset
12161 </cell>
12162 </row>
12163 </lyxtabular>
12164
12165 \end_inset
12166
12167
12168 \end_layout
12169
12170 \end_inset
12171
12172
12173 \end_layout
12174
12175 \begin_layout Standard
12176 You can see that the first column is not half the width of the multicolumn
12177  cell, it is a bit bigger.
12178  The reason is that the specified width of a cell 
12179 \begin_inset Formula $W_{g}$
12180 \end_inset
12181
12182  is not its total width 
12183 \begin_inset Formula $W_{\mathrm{tot}}$
12184 \end_inset
12185
12186  because a cell is always a bit larger than specified.
12187  Appendix
12188 \begin_inset space ~
12189 \end_inset
12190
12191
12192 \begin_inset CommandInset ref
12193 LatexCommand ref
12194 reference "cha:Explanation-of-Equation"
12195
12196 \end_inset
12197
12198  explains this in detail.
12199 \end_layout
12200
12201 \begin_layout Standard
12202 The width 
12203 \begin_inset Formula $W_{g\,n}$
12204 \end_inset
12205
12206  which the user needs to set when 
12207 \emph on
12208 n
12209 \emph default
12210  columns are spanned can be calculated, so that each column has a total
12211  width of 
12212 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12213 \end_inset
12214
12215 :
12216 \begin_inset Formula 
12217 \begin{equation}
12218 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12219 \end{equation}
12220
12221 \end_inset
12222
12223
12224 \end_layout
12225
12226 \begin_layout Standard
12227 In our case we have 
12228 \begin_inset Formula $n=2$
12229 \end_inset
12230
12231
12232 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12233 \end_inset
12234
12235 cm and the default values for the lengths, so that equation 
12236 \begin_inset CommandInset ref
12237 LatexCommand ref
12238 reference "eq:Wgn"
12239
12240 \end_inset
12241
12242  becomes
12243 \begin_inset Formula 
12244 \begin{equation}
12245 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12246 \end{equation}
12247
12248 \end_inset
12249
12250
12251 \end_layout
12252
12253 \begin_layout Standard
12254 To enable calculations in \SpecialChar LaTeX
12255 , the \SpecialChar LaTeX
12256 -package 
12257 \series bold
12258 calc
12259 \series default
12260  must be loaded with the document preamble line
12261 \begin_inset Index idx
12262 status collapsed
12263
12264 \begin_layout Plain Layout
12265 \SpecialChar LaTeX
12266 -packages ! calc
12267 \end_layout
12268
12269 \end_inset
12270
12271
12272 \end_layout
12273
12274 \begin_layout Standard
12275
12276 \series bold
12277
12278 \backslash
12279 usepackage{calc}
12280 \end_layout
12281
12282 \begin_layout Standard
12283 \SpecialChar LyX
12284  does not allow you to calculate lengths in the 
12285 \family sans
12286 Width
12287 \family default
12288  field of the table dialog.
12289  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12290 -argument in the
12291  dialog.
12292  Here is an overview about the arguments:
12293 \end_layout
12294
12295 \begin_layout Itemize
12296
12297 \series bold
12298 p{width}
12299 \series default
12300  creates cell with a fixed width, its text is vertically top-aligned
12301 \end_layout
12302
12303 \begin_layout Itemize
12304
12305 \series bold
12306 m{width}
12307 \series default
12308  creates cell with a fixed width, its text is vertically centered
12309 \end_layout
12310
12311 \begin_layout Itemize
12312
12313 \series bold
12314 b{width}
12315 \series default
12316  creates cell with a fixed width, its text is vertically bottom-aligned
12317 \end_layout
12318
12319 \begin_layout Standard
12320 By entering a \SpecialChar LaTeX
12321 -argument, all cell settings set in the table dialog are overwritt
12322 en.
12323 \end_layout
12324
12325 \begin_layout Standard
12326 \begin_inset Note Greyedout
12327 status open
12328
12329 \begin_layout Plain Layout
12330
12331 \series bold
12332 Note:
12333 \series default
12334  Due to a bug, \SpecialChar LyX
12335  shows the overwritten settings anyway.
12336 \end_layout
12337
12338 \end_inset
12339
12340
12341 \end_layout
12342
12343 \begin_layout Standard
12344 As the text should be horizontally centered, the command 
12345 \series bold
12346
12347 \backslash
12348 centering
12349 \series default
12350  is added.
12351  You can now enter the following \SpecialChar LaTeX
12352 -argument for the first spanned column:
12353 \end_layout
12354
12355 \begin_layout Standard
12356
12357 \series bold
12358 >{
12359 \backslash
12360 centering}m{1.25cm-6.2pt}
12361 \end_layout
12362
12363 \begin_layout Standard
12364 The command 
12365 \series bold
12366 >{ }
12367 \series default
12368  means, that the commands inside the braces are applied before the cell
12369  is created.
12370 \end_layout
12371
12372 \begin_layout Standard
12373 Although we have chosen centered alignment for the text of the multicolumn
12374  cell, it is still left aligned.
12375  This is because \SpecialChar LyX
12376  only applies the alignment to single columns.
12377  So for the multicolumn cell we have to use the \SpecialChar LaTeX
12378 -argument
12379 \end_layout
12380
12381 \begin_layout Standard
12382
12383 \series bold
12384 >{
12385 \backslash
12386 centering}m{2.5cm}
12387 \end_layout
12388
12389 \begin_layout Subsection
12390 Multirows
12391 \begin_inset CommandInset label
12392 LatexCommand label
12393 name "subsec:Multirows"
12394
12395 \end_inset
12396
12397
12398 \begin_inset Index idx
12399 status collapsed
12400
12401 \begin_layout Plain Layout
12402 Multirows
12403 \end_layout
12404
12405 \end_inset
12406
12407
12408 \begin_inset Index idx
12409 status collapsed
12410
12411 \begin_layout Plain Layout
12412 Table ! Multirows
12413 \end_layout
12414
12415 \end_inset
12416
12417
12418 \end_layout
12419
12420 \begin_layout Standard
12421 To merge cells over multiple rows, select as many cells within a column
12422  as you want to merge and use either the table-toolbar button 
12423 \begin_inset Info
12424 type  "icon"
12425 arg   "tabular-feature multirow"
12426 \end_inset
12427
12428 , or the menu 
12429 \family sans
12430 Edit\SpecialChar menuseparator
12431 Table\SpecialChar menuseparator
12432 Multirow
12433 \family default
12434 , or right click on the marked cells and choose 
12435 \family sans
12436 Multirow
12437 \family default
12438  in the context menu.
12439 \end_layout
12440
12441 \begin_layout Standard
12442 Here is an example table with a multirow in the first column:
12443 \end_layout
12444
12445 \begin_layout Standard
12446 \align center
12447 \begin_inset Tabular
12448 <lyxtabular version="3" rows="3" columns="3">
12449 <features tabularvalignment="middle">
12450 <column alignment="center" valignment="top" width="0pt">
12451 <column alignment="center" valignment="top">
12452 <column alignment="center" valignment="top">
12453 <row>
12454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12455 \begin_inset Text
12456
12457 \begin_layout Plain Layout
12458 a long cell entry
12459 \end_layout
12460
12461 \end_inset
12462 </cell>
12463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12464 \begin_inset Text
12465
12466 \begin_layout Plain Layout
12467 b
12468 \end_layout
12469
12470 \end_inset
12471 </cell>
12472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12473 \begin_inset Text
12474
12475 \begin_layout Plain Layout
12476 c
12477 \end_layout
12478
12479 \end_inset
12480 </cell>
12481 </row>
12482 <row>
12483 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12484 \begin_inset Text
12485
12486 \begin_layout Plain Layout
12487 multirow
12488 \end_layout
12489
12490 \end_inset
12491 </cell>
12492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12493 \begin_inset Text
12494
12495 \begin_layout Plain Layout
12496 e
12497 \end_layout
12498
12499 \end_inset
12500 </cell>
12501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12502 \begin_inset Text
12503
12504 \begin_layout Plain Layout
12505 f
12506 \end_layout
12507
12508 \end_inset
12509 </cell>
12510 </row>
12511 <row>
12512 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12513 \begin_inset Text
12514
12515 \begin_layout Plain Layout
12516
12517 \end_layout
12518
12519 \end_inset
12520 </cell>
12521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12522 \begin_inset Text
12523
12524 \begin_layout Plain Layout
12525 h
12526 \end_layout
12527
12528 \end_inset
12529 </cell>
12530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12531 \begin_inset Text
12532
12533 \begin_layout Plain Layout
12534 i
12535 \end_layout
12536
12537 \end_inset
12538 </cell>
12539 </row>
12540 </lyxtabular>
12541
12542 \end_inset
12543
12544
12545 \end_layout
12546
12547 \begin_layout Standard
12548 The width of multirow cells is set by setting the width and alignment for
12549  the whole column.
12550  The 
12551 \family sans
12552 Vertical Offset
12553 \family default
12554  shifts the content of the multirow up/down if the offset is positive/negative.
12555 \end_layout
12556
12557 \begin_layout Standard
12558 If the column of a multirow cell has no explicit width, the multirow cell
12559  inherits the alignment of the column.
12560  Otherwise it is by default left-aligned.
12561  To override the default, renew the command 
12562 \series bold
12563
12564 \backslash
12565 multirowsetup
12566 \series default
12567  with the command
12568 \end_layout
12569
12570 \begin_layout Standard
12571
12572 \series bold
12573
12574 \backslash
12575 renewcommand{
12576 \backslash
12577 multirowsetup}{
12578 \backslash
12579 centering}
12580 \end_layout
12581
12582 \begin_layout Standard
12583 in the document preamble.
12584  Then all entries of multirow cells in the document are centered.
12585  If centering is only needed for several tables, you can renew the command
12586  in a \SpecialChar TeX
12587  Code box just before the table instead of the preamble.
12588  If the text should be right-aligned, replace 
12589 \series bold
12590
12591 \backslash
12592 centering
12593 \series default
12594  by 
12595 \series bold
12596
12597 \backslash
12598 raggedleft
12599 \series default
12600 .
12601  To return to left-alignment 
12602 \series bold
12603
12604 \backslash
12605 raggedright
12606 \series default
12607  is used.
12608 \end_layout
12609
12610 \begin_layout Standard
12611 This is an example table with a right-aligned multirow cell that has a vertical
12612  offset of -4
12613 \begin_inset space \thinspace{}
12614 \end_inset
12615
12616 mm and is in a 3
12617 \begin_inset space \thinspace{}
12618 \end_inset
12619
12620 cm wide column:
12621 \end_layout
12622
12623 \begin_layout Standard
12624 \noindent
12625 \align center
12626 \begin_inset ERT
12627 status collapsed
12628
12629 \begin_layout Plain Layout
12630
12631
12632 \backslash
12633 renewcommand{
12634 \backslash
12635 multirowsetup}{
12636 \backslash
12637 raggedleft}
12638 \end_layout
12639
12640 \end_inset
12641
12642
12643 \begin_inset Tabular
12644 <lyxtabular version="3" rows="4" columns="3">
12645 <features tabularvalignment="middle">
12646 <column alignment="center" valignment="top" width="3cm">
12647 <column alignment="center" valignment="top">
12648 <column alignment="center" valignment="top">
12649 <row>
12650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12651 \begin_inset Text
12652
12653 \begin_layout Plain Layout
12654 a long cell entry
12655 \end_layout
12656
12657 \end_inset
12658 </cell>
12659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12660 \begin_inset Text
12661
12662 \begin_layout Plain Layout
12663 b
12664 \end_layout
12665
12666 \end_inset
12667 </cell>
12668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12669 \begin_inset Text
12670
12671 \begin_layout Plain Layout
12672 c
12673 \end_layout
12674
12675 \end_inset
12676 </cell>
12677 </row>
12678 <row>
12679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12680 \begin_inset Text
12681
12682 \begin_layout Plain Layout
12683 t
12684 \end_layout
12685
12686 \end_inset
12687 </cell>
12688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12689 \begin_inset Text
12690
12691 \begin_layout Plain Layout
12692 n
12693 \end_layout
12694
12695 \end_inset
12696 </cell>
12697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12698 \begin_inset Text
12699
12700 \begin_layout Plain Layout
12701 m
12702 \end_layout
12703
12704 \end_inset
12705 </cell>
12706 </row>
12707 <row>
12708 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12709 \begin_inset Text
12710
12711 \begin_layout Plain Layout
12712 multirow
12713 \end_layout
12714
12715 \end_inset
12716 </cell>
12717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12718 \begin_inset Text
12719
12720 \begin_layout Plain Layout
12721 e
12722 \end_layout
12723
12724 \end_inset
12725 </cell>
12726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12727 \begin_inset Text
12728
12729 \begin_layout Plain Layout
12730 f
12731 \end_layout
12732
12733 \end_inset
12734 </cell>
12735 </row>
12736 <row>
12737 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12738 \begin_inset Text
12739
12740 \begin_layout Plain Layout
12741
12742 \end_layout
12743
12744 \end_inset
12745 </cell>
12746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12747 \begin_inset Text
12748
12749 \begin_layout Plain Layout
12750 h
12751 \end_layout
12752
12753 \end_inset
12754 </cell>
12755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12756 \begin_inset Text
12757
12758 \begin_layout Plain Layout
12759 i
12760 \end_layout
12761
12762 \end_inset
12763 </cell>
12764 </row>
12765 </lyxtabular>
12766
12767 \end_inset
12768
12769
12770 \begin_inset ERT
12771 status collapsed
12772
12773 \begin_layout Plain Layout
12774
12775
12776 \backslash
12777 renewcommand{
12778 \backslash
12779 multirowsetup}{
12780 \backslash
12781 raggedright}
12782 \end_layout
12783
12784 \end_inset
12785
12786
12787 \end_layout
12788
12789 \begin_layout Standard
12790 To start a new line in a multirow you can use a forced line break (shortcut
12791  
12792 \begin_inset Info
12793 type  "shortcut"
12794 arg   "newline-insert newline"
12795 \end_inset
12796
12797 ) but this will not respect the cell lines as demonstrated in this table:
12798 \end_layout
12799
12800 \begin_layout Standard
12801 \noindent
12802 \align center
12803 \begin_inset Tabular
12804 <lyxtabular version="3" rows="3" columns="2">
12805 <features tabularvalignment="middle">
12806 <column alignment="left" valignment="middle" width="2cm">
12807 <column alignment="center" valignment="top">
12808 <row>
12809 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12810 \begin_inset Text
12811
12812 \begin_layout Plain Layout
12813 aaa
12814 \begin_inset Newline newline
12815 \end_inset
12816
12817 aaa
12818 \begin_inset Newline newline
12819 \end_inset
12820
12821 wrong cell
12822 \end_layout
12823
12824 \end_inset
12825 </cell>
12826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12827 \begin_inset Text
12828
12829 \begin_layout Plain Layout
12830 ccc
12831 \end_layout
12832
12833 \end_inset
12834 </cell>
12835 </row>
12836 <row>
12837 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12838 \begin_inset Text
12839
12840 \begin_layout Plain Layout
12841
12842 \end_layout
12843
12844 \end_inset
12845 </cell>
12846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12847 \begin_inset Text
12848
12849 \begin_layout Plain Layout
12850 ddd
12851 \end_layout
12852
12853 \end_inset
12854 </cell>
12855 </row>
12856 <row>
12857 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861 bbb
12862 \end_layout
12863
12864 \end_inset
12865 </cell>
12866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Plain Layout
12870 eee
12871 \end_layout
12872
12873 \end_inset
12874 </cell>
12875 </row>
12876 </lyxtabular>
12877
12878 \end_inset
12879
12880
12881 \end_layout
12882
12883 \begin_layout Standard
12884 Therefore be careful with forced line breaks.
12885 \end_layout
12886
12887 \begin_layout Subsection
12888 Cells with diagonal line(s)
12889 \end_layout
12890
12891 \begin_layout Standard
12892 To tell the reader what is meant by column and row headings in a table,
12893  it is helpful to split the first cell of the table by one or two diagonal
12894  lines.
12895  This can be achieved by loading the \SpecialChar LaTeX
12896  package 
12897 \series bold
12898 diagbox
12899 \series default
12900
12901 \begin_inset Index idx
12902 status collapsed
12903
12904 \begin_layout Plain Layout
12905 \SpecialChar LaTeX
12906 -packages ! picinpar
12907 \end_layout
12908
12909 \end_inset
12910
12911  in the document preamble.
12912  The package provides the command 
12913 \series bold
12914
12915 \backslash
12916 diagbox
12917 \series default
12918  that is inserted as \SpecialChar TeX
12919  Code and that can take 2 or 3
12920 \begin_inset space ~
12921 \end_inset
12922
12923 arguments:
12924 \end_layout
12925
12926 \begin_layout Standard
12927
12928 \series bold
12929
12930 \backslash
12931 diagbox[options]{lower left}{upper right}
12932 \end_layout
12933
12934 \begin_layout Standard
12935
12936 \series bold
12937
12938 \backslash
12939 diagbox[options]{lower left}{upper left}{upper right}
12940 \end_layout
12941
12942 \begin_layout Standard
12943 The first scheme divides the cell by a single diagonal line and the arguments
12944  are placed below and above this line.
12945  The second scheme divides the cell by 2
12946 \begin_inset space ~
12947 \end_inset
12948
12949 lines.
12950 \end_layout
12951
12952 \begin_layout Standard
12953 \begin_inset ERT
12954 status collapsed
12955
12956 \begin_layout Plain Layout
12957
12958
12959 \backslash
12960 ifdiagbox
12961 \end_layout
12962
12963 \end_inset
12964
12965
12966 \begin_inset Note Note
12967 status open
12968
12969 \begin_layout Plain Layout
12970 The following section will only be displayed when the \SpecialChar LaTeX
12971 -package 
12972 \series bold
12973 diagbox
12974 \series default
12975  is installed.
12976 \end_layout
12977
12978 \end_inset
12979
12980
12981 \end_layout
12982
12983 \begin_layout Standard
12984 Here is an example table where 
12985 \series bold
12986
12987 \backslash
12988 diagbox 
12989 \series default
12990 is used in the 2-argument scheme in the first cell:
12991 \begin_inset VSpace medskip
12992 \end_inset
12993
12994
12995 \end_layout
12996
12997 \begin_layout Standard
12998 \noindent
12999 \begin_inset Tabular
13000 <lyxtabular version="3" rows="4" columns="4">
13001 <features tabularvalignment="middle">
13002 <column alignment="center" valignment="top">
13003 <column alignment="center" valignment="top">
13004 <column alignment="center" valignment="top">
13005 <column alignment="center" valignment="top">
13006 <row>
13007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13008 \begin_inset Text
13009
13010 \begin_layout Plain Layout
13011 \begin_inset ERT
13012 status collapsed
13013
13014 \begin_layout Plain Layout
13015
13016
13017 \backslash
13018 diagbox{
13019 \end_layout
13020
13021 \end_inset
13022
13023 Name
13024 \begin_inset ERT
13025 status collapsed
13026
13027 \begin_layout Plain Layout
13028
13029 }{
13030 \end_layout
13031
13032 \end_inset
13033
13034 Parameter
13035 \begin_inset ERT
13036 status collapsed
13037
13038 \begin_layout Plain Layout
13039
13040 }
13041 \end_layout
13042
13043 \end_inset
13044
13045
13046 \end_layout
13047
13048 \end_inset
13049 </cell>
13050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13051 \begin_inset Text
13052
13053 \begin_layout Plain Layout
13054 Thickness in nm
13055 \end_layout
13056
13057 \end_inset
13058 </cell>
13059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13060 \begin_inset Text
13061
13062 \begin_layout Plain Layout
13063 Transparency in %
13064 \end_layout
13065
13066 \end_inset
13067 </cell>
13068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13069 \begin_inset Text
13070
13071 \begin_layout Plain Layout
13072 Hardness in MPa
13073 \end_layout
13074
13075 \end_inset
13076 </cell>
13077 </row>
13078 <row>
13079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13080 \begin_inset Text
13081
13082 \begin_layout Plain Layout
13083 Perfect Green
13084 \end_layout
13085
13086 \end_inset
13087 </cell>
13088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13089 \begin_inset Text
13090
13091 \begin_layout Plain Layout
13092 45
13093 \end_layout
13094
13095 \end_inset
13096 </cell>
13097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13098 \begin_inset Text
13099
13100 \begin_layout Plain Layout
13101 80
13102 \end_layout
13103
13104 \end_inset
13105 </cell>
13106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13107 \begin_inset Text
13108
13109 \begin_layout Plain Layout
13110 504
13111 \end_layout
13112
13113 \end_inset
13114 </cell>
13115 </row>
13116 <row>
13117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13118 \begin_inset Text
13119
13120 \begin_layout Plain Layout
13121 Dark Multi-P
13122 \end_layout
13123
13124 \end_inset
13125 </cell>
13126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13127 \begin_inset Text
13128
13129 \begin_layout Plain Layout
13130 60
13131 \end_layout
13132
13133 \end_inset
13134 </cell>
13135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Plain Layout
13139 72
13140 \end_layout
13141
13142 \end_inset
13143 </cell>
13144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13145 \begin_inset Text
13146
13147 \begin_layout Plain Layout
13148 982
13149 \end_layout
13150
13151 \end_inset
13152 </cell>
13153 </row>
13154 <row>
13155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13156 \begin_inset Text
13157
13158 \begin_layout Plain Layout
13159 Crystal Clear Pro
13160 \end_layout
13161
13162 \end_inset
13163 </cell>
13164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Plain Layout
13168 18
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 86
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13183 \begin_inset Text
13184
13185 \begin_layout Plain Layout
13186 374
13187 \end_layout
13188
13189 \end_inset
13190 </cell>
13191 </row>
13192 </lyxtabular>
13193
13194 \end_inset
13195
13196
13197 \begin_inset VSpace medskip
13198 \end_inset
13199
13200
13201 \end_layout
13202
13203 \begin_layout Standard
13204 The 3-argument scheme is for example useful for cross-tables of sports leagues
13205  or distances:
13206 \end_layout
13207
13208 \begin_layout Standard
13209 \noindent
13210 \align center
13211 \begin_inset Tabular
13212 <lyxtabular version="3" rows="4" columns="4">
13213 <features tabularvalignment="middle">
13214 <column alignment="center" valignment="top" width="0pt">
13215 <column alignment="center" valignment="top">
13216 <column alignment="center" valignment="top">
13217 <column alignment="center" valignment="top">
13218 <row>
13219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13220 \begin_inset Text
13221
13222 \begin_layout Plain Layout
13223 \begin_inset ERT
13224 status collapsed
13225
13226 \begin_layout Plain Layout
13227
13228
13229 \backslash
13230 diagbox{
13231 \end_layout
13232
13233 \end_inset
13234
13235 Team home
13236 \begin_inset ERT
13237 status collapsed
13238
13239 \begin_layout Plain Layout
13240
13241 }{
13242 \end_layout
13243
13244 \end_inset
13245
13246 Result
13247 \begin_inset ERT
13248 status collapsed
13249
13250 \begin_layout Plain Layout
13251
13252 }{
13253 \end_layout
13254
13255 \end_inset
13256
13257 Team away
13258 \begin_inset ERT
13259 status collapsed
13260
13261 \begin_layout Plain Layout
13262
13263 }
13264 \end_layout
13265
13266 \end_inset
13267
13268
13269 \end_layout
13270
13271 \end_inset
13272 </cell>
13273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277 Tigers
13278 \end_layout
13279
13280 \end_inset
13281 </cell>
13282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13283 \begin_inset Text
13284
13285 \begin_layout Plain Layout
13286 Panthers
13287 \end_layout
13288
13289 \end_inset
13290 </cell>
13291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13292 \begin_inset Text
13293
13294 \begin_layout Plain Layout
13295 Falcons
13296 \end_layout
13297
13298 \end_inset
13299 </cell>
13300 </row>
13301 <row>
13302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13303 \begin_inset Text
13304
13305 \begin_layout Plain Layout
13306 Tigers
13307 \end_layout
13308
13309 \end_inset
13310 </cell>
13311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13312 \begin_inset Text
13313
13314 \begin_layout Plain Layout
13315 —
13316 \end_layout
13317
13318 \end_inset
13319 </cell>
13320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13321 \begin_inset Text
13322
13323 \begin_layout Plain Layout
13324 1:3
13325 \end_layout
13326
13327 \end_inset
13328 </cell>
13329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13330 \begin_inset Text
13331
13332 \begin_layout Plain Layout
13333 0:1
13334 \end_layout
13335
13336 \end_inset
13337 </cell>
13338 </row>
13339 <row>
13340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Plain Layout
13344 Panthers
13345 \end_layout
13346
13347 \end_inset
13348 </cell>
13349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13350 \begin_inset Text
13351
13352 \begin_layout Plain Layout
13353 3:1
13354 \end_layout
13355
13356 \end_inset
13357 </cell>
13358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13359 \begin_inset Text
13360
13361 \begin_layout Plain Layout
13362 —
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Plain Layout
13371 0:0
13372 \end_layout
13373
13374 \end_inset
13375 </cell>
13376 </row>
13377 <row>
13378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382 Falcons
13383 \end_layout
13384
13385 \end_inset
13386 </cell>
13387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13388 \begin_inset Text
13389
13390 \begin_layout Plain Layout
13391 1:0
13392 \end_layout
13393
13394 \end_inset
13395 </cell>
13396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13397 \begin_inset Text
13398
13399 \begin_layout Plain Layout
13400 0:0
13401 \end_layout
13402
13403 \end_inset
13404 </cell>
13405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13406 \begin_inset Text
13407
13408 \begin_layout Plain Layout
13409 —
13410 \end_layout
13411
13412 \end_inset
13413 </cell>
13414 </row>
13415 </lyxtabular>
13416
13417 \end_inset
13418
13419
13420 \end_layout
13421
13422 \begin_layout Standard
13423 For larger cross-tables one might use split cells in 2 or every corner of
13424  the table like in this example:
13425 \end_layout
13426
13427 \begin_layout Standard
13428 \noindent
13429 \align center
13430 \begin_inset Tabular
13431 <lyxtabular version="3" rows="5" columns="5">
13432 <features tabularvalignment="middle">
13433 <column alignment="center" valignment="top" width="0pt">
13434 <column alignment="center" valignment="top">
13435 <column alignment="center" valignment="top">
13436 <column alignment="center" valignment="top">
13437 <column alignment="center" valignment="top">
13438 <row>
13439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13440 \begin_inset Text
13441
13442 \begin_layout Plain Layout
13443 \begin_inset ERT
13444 status open
13445
13446 \begin_layout Plain Layout
13447
13448
13449 \backslash
13450 diagbox{
13451 \end_layout
13452
13453 \end_inset
13454
13455 Team home
13456 \begin_inset ERT
13457 status collapsed
13458
13459 \begin_layout Plain Layout
13460
13461 }{
13462 \end_layout
13463
13464 \end_inset
13465
13466 Result
13467 \begin_inset ERT
13468 status collapsed
13469
13470 \begin_layout Plain Layout
13471
13472 }{
13473 \end_layout
13474
13475 \end_inset
13476
13477 Team away
13478 \begin_inset ERT
13479 status collapsed
13480
13481 \begin_layout Plain Layout
13482
13483 }
13484 \end_layout
13485
13486 \end_inset
13487
13488
13489 \end_layout
13490
13491 \end_inset
13492 </cell>
13493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13494 \begin_inset Text
13495
13496 \begin_layout Plain Layout
13497 Tigers
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13503 \begin_inset Text
13504
13505 \begin_layout Plain Layout
13506 Panthers
13507 \end_layout
13508
13509 \end_inset
13510 </cell>
13511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Plain Layout
13515 Falcons
13516 \end_layout
13517
13518 \end_inset
13519 </cell>
13520 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13521 \begin_inset Text
13522
13523 \begin_layout Plain Layout
13524 \begin_inset ERT
13525 status open
13526
13527 \begin_layout Plain Layout
13528
13529
13530 \backslash
13531 diagbox[dir=NE]{
13532 \end_layout
13533
13534 \end_inset
13535
13536 Team home
13537 \begin_inset ERT
13538 status collapsed
13539
13540 \begin_layout Plain Layout
13541
13542 }{
13543 \end_layout
13544
13545 \end_inset
13546
13547 Result
13548 \begin_inset ERT
13549 status collapsed
13550
13551 \begin_layout Plain Layout
13552
13553 }{
13554 \end_layout
13555
13556 \end_inset
13557
13558 Team away
13559 \begin_inset ERT
13560 status collapsed
13561
13562 \begin_layout Plain Layout
13563
13564 }
13565 \end_layout
13566
13567 \end_inset
13568
13569
13570 \end_layout
13571
13572 \end_inset
13573 </cell>
13574 </row>
13575 <row>
13576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13577 \begin_inset Text
13578
13579 \begin_layout Plain Layout
13580 Tigers
13581 \end_layout
13582
13583 \end_inset
13584 </cell>
13585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13586 \begin_inset Text
13587
13588 \begin_layout Plain Layout
13589 —
13590 \end_layout
13591
13592 \end_inset
13593 </cell>
13594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13595 \begin_inset Text
13596
13597 \begin_layout Plain Layout
13598 1:3
13599 \end_layout
13600
13601 \end_inset
13602 </cell>
13603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13604 \begin_inset Text
13605
13606 \begin_layout Plain Layout
13607 0:1
13608 \end_layout
13609
13610 \end_inset
13611 </cell>
13612 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13613 \begin_inset Text
13614
13615 \begin_layout Plain Layout
13616 Tigers
13617 \end_layout
13618
13619 \end_inset
13620 </cell>
13621 </row>
13622 <row>
13623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13624 \begin_inset Text
13625
13626 \begin_layout Plain Layout
13627 Panthers
13628 \end_layout
13629
13630 \end_inset
13631 </cell>
13632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13633 \begin_inset Text
13634
13635 \begin_layout Plain Layout
13636 3:1
13637 \end_layout
13638
13639 \end_inset
13640 </cell>
13641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13642 \begin_inset Text
13643
13644 \begin_layout Plain Layout
13645 —
13646 \end_layout
13647
13648 \end_inset
13649 </cell>
13650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13651 \begin_inset Text
13652
13653 \begin_layout Plain Layout
13654 0:0
13655 \end_layout
13656
13657 \end_inset
13658 </cell>
13659 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13660 \begin_inset Text
13661
13662 \begin_layout Plain Layout
13663 Panthers
13664 \end_layout
13665
13666 \end_inset
13667 </cell>
13668 </row>
13669 <row>
13670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13671 \begin_inset Text
13672
13673 \begin_layout Plain Layout
13674 Falcons
13675 \end_layout
13676
13677 \end_inset
13678 </cell>
13679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13680 \begin_inset Text
13681
13682 \begin_layout Plain Layout
13683 1:0
13684 \end_layout
13685
13686 \end_inset
13687 </cell>
13688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13689 \begin_inset Text
13690
13691 \begin_layout Plain Layout
13692 0:0
13693 \end_layout
13694
13695 \end_inset
13696 </cell>
13697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13698 \begin_inset Text
13699
13700 \begin_layout Plain Layout
13701 —
13702 \end_layout
13703
13704 \end_inset
13705 </cell>
13706 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13707 \begin_inset Text
13708
13709 \begin_layout Plain Layout
13710 Falcons
13711 \end_layout
13712
13713 \end_inset
13714 </cell>
13715 </row>
13716 <row>
13717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721 \begin_inset ERT
13722 status open
13723
13724 \begin_layout Plain Layout
13725
13726
13727 \backslash
13728 diagbox[dir=SW]{
13729 \end_layout
13730
13731 \end_inset
13732
13733 Team home
13734 \begin_inset ERT
13735 status collapsed
13736
13737 \begin_layout Plain Layout
13738
13739 }{
13740 \end_layout
13741
13742 \end_inset
13743
13744 Result
13745 \begin_inset ERT
13746 status collapsed
13747
13748 \begin_layout Plain Layout
13749
13750 }{
13751 \end_layout
13752
13753 \end_inset
13754
13755 Team away
13756 \begin_inset ERT
13757 status collapsed
13758
13759 \begin_layout Plain Layout
13760
13761 }
13762 \end_layout
13763
13764 \end_inset
13765
13766
13767 \end_layout
13768
13769 \end_inset
13770 </cell>
13771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13772 \begin_inset Text
13773
13774 \begin_layout Plain Layout
13775 Tigers
13776 \end_layout
13777
13778 \end_inset
13779 </cell>
13780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13781 \begin_inset Text
13782
13783 \begin_layout Plain Layout
13784 Panthers
13785 \end_layout
13786
13787 \end_inset
13788 </cell>
13789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Plain Layout
13793 Falcons
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 \begin_inset ERT
13803 status open
13804
13805 \begin_layout Plain Layout
13806
13807
13808 \backslash
13809 diagbox[dir=SE]{
13810 \end_layout
13811
13812 \end_inset
13813
13814 Team home
13815 \begin_inset ERT
13816 status collapsed
13817
13818 \begin_layout Plain Layout
13819
13820 }{
13821 \end_layout
13822
13823 \end_inset
13824
13825 Result
13826 \begin_inset ERT
13827 status collapsed
13828
13829 \begin_layout Plain Layout
13830
13831 }{
13832 \end_layout
13833
13834 \end_inset
13835
13836 Team away
13837 \begin_inset ERT
13838 status collapsed
13839
13840 \begin_layout Plain Layout
13841
13842 }
13843 \end_layout
13844
13845 \end_inset
13846
13847
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 </row>
13853 </lyxtabular>
13854
13855 \end_inset
13856
13857
13858 \end_layout
13859
13860 \begin_layout Standard
13861 To rotate the diagonal lines, the command option 
13862 \series bold
13863 dir=direction
13864 \series default
13865  is used.
13866  
13867 \emph on
13868 direction
13869 \emph default
13870  is either 
13871 \series bold
13872 NE
13873 \series default
13874
13875 \series bold
13876 DE
13877 \series default
13878
13879 \series bold
13880 SW
13881 \series default
13882  or 
13883 \series bold
13884 NW
13885 \series default
13886  and represent a point of a compass.
13887  
13888 \series bold
13889 SW
13890 \series default
13891  is for example the south-west corner.
13892  Thus in the lower left cell of the above table the command
13893 \end_layout
13894
13895 \begin_layout Standard
13896
13897 \series bold
13898
13899 \backslash
13900 diagbox[dir=SW]{Team home}{Result}{Team away}
13901 \end_layout
13902
13903 \begin_layout Standard
13904 is used.
13905  If no direction is given, it will be NW.
13906 \end_layout
13907
13908 \begin_layout Standard
13909 The necessary width of split cells is automatically calculated.
13910  Thus if you set a fixed column width smaller than the calculated one, the
13911  cell's content will protrude the cell borders:
13912 \end_layout
13913
13914 \begin_layout Standard
13915 \noindent
13916 \align center
13917 \begin_inset Tabular
13918 <lyxtabular version="3" rows="2" columns="2">
13919 <features tabularvalignment="middle">
13920 <column alignment="center" valignment="top" width="3cm">
13921 <column alignment="center" valignment="top">
13922 <row>
13923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13924 \begin_inset Text
13925
13926 \begin_layout Plain Layout
13927 \begin_inset ERT
13928 status collapsed
13929
13930 \begin_layout Plain Layout
13931
13932
13933 \backslash
13934 diagbox{
13935 \end_layout
13936
13937 \end_inset
13938
13939 Name
13940 \begin_inset ERT
13941 status collapsed
13942
13943 \begin_layout Plain Layout
13944
13945 }{
13946 \end_layout
13947
13948 \end_inset
13949
13950 Parameter
13951 \begin_inset ERT
13952 status collapsed
13953
13954 \begin_layout Plain Layout
13955
13956 }
13957 \end_layout
13958
13959 \end_inset
13960
13961
13962 \end_layout
13963
13964 \end_inset
13965 </cell>
13966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13967 \begin_inset Text
13968
13969 \begin_layout Plain Layout
13970 Thickness in nm
13971 \end_layout
13972
13973 \end_inset
13974 </cell>
13975 </row>
13976 <row>
13977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13978 \begin_inset Text
13979
13980 \begin_layout Plain Layout
13981 Perfect Green
13982 \end_layout
13983
13984 \end_inset
13985 </cell>
13986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Plain Layout
13990 45
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 </row>
13996 </lyxtabular>
13997
13998 \end_inset
13999
14000
14001 \end_layout
14002
14003 \begin_layout Standard
14004 If you need a certain width for columns with a split cell, use the command
14005  option 
14006 \series bold
14007 width=3cm
14008 \series default
14009  (replace '3cm' by the width you need).
14010  In the following table the width of the first column is set to 4
14011 \begin_inset space \thinspace{}
14012 \end_inset
14013
14014 cm.
14015  For 
14016 \series bold
14017
14018 \backslash
14019 diagbox
14020 \series default
14021  a width of 4
14022 \begin_inset space \thinspace{}
14023 \end_inset
14024
14025 cm + 2
14026 \begin_inset space \thinspace{}
14027 \end_inset
14028
14029
14030 \backslash
14031 tabcolsep is necessary because the overall width is the width for the text
14032  (in this case the 4
14033 \begin_inset space \thinspace{}
14034 \end_inset
14035
14036 cm) plus two times the separation of the text and the cell border.
14037  The calculation of the width cannot be done in the command option of 
14038 \series bold
14039
14040 \backslash
14041 diagbox
14042 \series default
14043  so one needs to create a new length which can be used later.
14044  This is done with the \SpecialChar TeX
14045  Code commands
14046 \end_layout
14047
14048 \begin_layout Standard
14049
14050 \series bold
14051
14052 \backslash
14053 newlength{
14054 \backslash
14055 diagtest}
14056 \begin_inset Newline newline
14057 \end_inset
14058
14059
14060 \backslash
14061 setlength{
14062 \backslash
14063 diagtest}{4cm+2
14064 \backslash
14065 tabcolsep}
14066 \end_layout
14067
14068 \begin_layout Standard
14069 \begin_inset ERT
14070 status collapsed
14071
14072 \begin_layout Plain Layout
14073
14074
14075 \backslash
14076 newlength{
14077 \backslash
14078 diagtest}
14079 \end_layout
14080
14081 \begin_layout Plain Layout
14082
14083
14084 \backslash
14085 setlength{
14086 \backslash
14087 diagtest}{4cm+2
14088 \backslash
14089 tabcolsep}
14090 \end_layout
14091
14092 \end_inset
14093
14094
14095 \end_layout
14096
14097 \begin_layout Standard
14098 To enable calculations in \SpecialChar LaTeX
14099  one needs to load the package 
14100 \series bold
14101 calc
14102 \series default
14103
14104 \begin_inset Index idx
14105 status collapsed
14106
14107 \begin_layout Plain Layout
14108 \SpecialChar LaTeX
14109 -packages ! calc
14110 \end_layout
14111
14112 \end_inset
14113
14114  in the document preamble.
14115 \end_layout
14116
14117 \begin_layout Standard
14118 In this table you can now use the command
14119 \end_layout
14120
14121 \begin_layout Standard
14122
14123 \series bold
14124
14125 \backslash
14126 diagbox[width=
14127 \backslash
14128 diagtest]{A}{B}
14129 \end_layout
14130
14131 \begin_layout Standard
14132 in the first cell:
14133 \end_layout
14134
14135 \begin_layout Standard
14136 \noindent
14137 \align center
14138 \begin_inset Tabular
14139 <lyxtabular version="3" rows="2" columns="2">
14140 <features tabularvalignment="middle">
14141 <column alignment="center" valignment="top" width="4cm">
14142 <column alignment="center" valignment="top">
14143 <row>
14144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14145 \begin_inset Text
14146
14147 \begin_layout Plain Layout
14148 \begin_inset ERT
14149 status open
14150
14151 \begin_layout Plain Layout
14152
14153
14154 \backslash
14155 diagbox[width=
14156 \backslash
14157 diagtest]{
14158 \end_layout
14159
14160 \end_inset
14161
14162 A
14163 \begin_inset ERT
14164 status collapsed
14165
14166 \begin_layout Plain Layout
14167
14168 }{
14169 \end_layout
14170
14171 \end_inset
14172
14173 B
14174 \begin_inset ERT
14175 status collapsed
14176
14177 \begin_layout Plain Layout
14178
14179 }
14180 \end_layout
14181
14182 \end_inset
14183
14184
14185 \end_layout
14186
14187 \end_inset
14188 </cell>
14189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14190 \begin_inset Text
14191
14192 \begin_layout Plain Layout
14193 Thickness in nm
14194 \end_layout
14195
14196 \end_inset
14197 </cell>
14198 </row>
14199 <row>
14200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14201 \begin_inset Text
14202
14203 \begin_layout Plain Layout
14204 Perfect Green
14205 \end_layout
14206
14207 \end_inset
14208 </cell>
14209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14210 \begin_inset Text
14211
14212 \begin_layout Plain Layout
14213 45
14214 \end_layout
14215
14216 \end_inset
14217 </cell>
14218 </row>
14219 </lyxtabular>
14220
14221 \end_inset
14222
14223
14224 \end_layout
14225
14226 \begin_layout Standard
14227 Note that the split cell needs to be the widest one in the column.
14228  Otherwise the length of the diagonal line cannot be calculated correctly
14229  like in this table:
14230 \end_layout
14231
14232 \begin_layout Standard
14233 \noindent
14234 \align center
14235 \begin_inset Tabular
14236 <lyxtabular version="3" rows="2" columns="2">
14237 <features tabularvalignment="middle">
14238 <column alignment="center" valignment="top" width="0pt">
14239 <column alignment="center" valignment="top">
14240 <row>
14241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14242 \begin_inset Text
14243
14244 \begin_layout Plain Layout
14245 \begin_inset ERT
14246 status collapsed
14247
14248 \begin_layout Plain Layout
14249
14250
14251 \backslash
14252 diagbox{
14253 \end_layout
14254
14255 \end_inset
14256
14257 A
14258 \begin_inset ERT
14259 status collapsed
14260
14261 \begin_layout Plain Layout
14262
14263 }{
14264 \end_layout
14265
14266 \end_inset
14267
14268 B
14269 \begin_inset ERT
14270 status collapsed
14271
14272 \begin_layout Plain Layout
14273
14274 }
14275 \end_layout
14276
14277 \end_inset
14278
14279
14280 \end_layout
14281
14282 \end_inset
14283 </cell>
14284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14285 \begin_inset Text
14286
14287 \begin_layout Plain Layout
14288 Thickness in nm
14289 \end_layout
14290
14291 \end_inset
14292 </cell>
14293 </row>
14294 <row>
14295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14296 \begin_inset Text
14297
14298 \begin_layout Plain Layout
14299 Perfect Green
14300 \end_layout
14301
14302 \end_inset
14303 </cell>
14304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14305 \begin_inset Text
14306
14307 \begin_layout Plain Layout
14308 45
14309 \end_layout
14310
14311 \end_inset
14312 </cell>
14313 </row>
14314 </lyxtabular>
14315
14316 \end_inset
14317
14318
14319 \end_layout
14320
14321 \begin_layout Standard
14322 In this case use the 
14323 \series bold
14324 width
14325 \series default
14326  option of the 
14327 \series bold
14328
14329 \backslash
14330 diagbox
14331 \series default
14332  command.
14333  It is then not necessary to add 2
14334 \backslash
14335 tabcolsep because the cell width is now the width of the column.
14336  In this table a width of 3
14337 \begin_inset space \thinspace{}
14338 \end_inset
14339
14340 cm is used:
14341 \end_layout
14342
14343 \begin_layout Standard
14344 \noindent
14345 \align center
14346 \begin_inset Tabular
14347 <lyxtabular version="3" rows="2" columns="2">
14348 <features tabularvalignment="middle">
14349 <column alignment="center" valignment="top" width="0pt">
14350 <column alignment="center" valignment="top">
14351 <row>
14352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14353 \begin_inset Text
14354
14355 \begin_layout Plain Layout
14356 \begin_inset ERT
14357 status open
14358
14359 \begin_layout Plain Layout
14360
14361
14362 \backslash
14363 diagbox[width=3cm]{
14364 \end_layout
14365
14366 \end_inset
14367
14368 A
14369 \begin_inset ERT
14370 status collapsed
14371
14372 \begin_layout Plain Layout
14373
14374 }{
14375 \end_layout
14376
14377 \end_inset
14378
14379 B
14380 \begin_inset ERT
14381 status collapsed
14382
14383 \begin_layout Plain Layout
14384
14385 }
14386 \end_layout
14387
14388 \end_inset
14389
14390
14391 \end_layout
14392
14393 \end_inset
14394 </cell>
14395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14396 \begin_inset Text
14397
14398 \begin_layout Plain Layout
14399 Thickness in nm
14400 \end_layout
14401
14402 \end_inset
14403 </cell>
14404 </row>
14405 <row>
14406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14407 \begin_inset Text
14408
14409 \begin_layout Plain Layout
14410 Perfect Green
14411 \end_layout
14412
14413 \end_inset
14414 </cell>
14415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14416 \begin_inset Text
14417
14418 \begin_layout Plain Layout
14419 45
14420 \end_layout
14421
14422 \end_inset
14423 </cell>
14424 </row>
14425 </lyxtabular>
14426
14427 \end_inset
14428
14429
14430 \end_layout
14431
14432 \begin_layout Standard
14433 For multiple text lines in split cells one needs some extra height to fit
14434  the text to the cell.
14435  This can be achieved with the 
14436 \series bold
14437
14438 \backslash
14439 diagbox
14440 \series default
14441  option 
14442 \series bold
14443 height=3cm
14444 \series default
14445  (replace '3cm' by the height you need).
14446  In the following table the command
14447 \end_layout
14448
14449 \begin_layout Standard
14450
14451 \series bold
14452
14453 \backslash
14454 diagbox[width=3cm,height=1.4cm]{A
14455 \backslash
14456
14457 \backslash
14458 B}{C
14459 \backslash
14460
14461 \backslash
14462 D}
14463 \end_layout
14464
14465 \begin_layout Standard
14466 is used in the first cell.
14467  The command 
14468 \series bold
14469
14470 \backslash
14471
14472 \backslash
14473
14474 \series default
14475  creates hereby the line break.
14476 \begin_inset Foot
14477 status collapsed
14478
14479 \begin_layout Plain Layout
14480 Breaking lines with 
14481 \family sans
14482 Ctrl+Return
14483 \family default
14484  is only possible when the column has a fixed width.
14485 \end_layout
14486
14487 \end_inset
14488
14489
14490 \end_layout
14491
14492 \begin_layout Standard
14493 \noindent
14494 \align center
14495 \begin_inset Tabular
14496 <lyxtabular version="3" rows="2" columns="2">
14497 <features tabularvalignment="middle">
14498 <column alignment="center" valignment="top">
14499 <column alignment="center" valignment="top">
14500 <row>
14501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14502 \begin_inset Text
14503
14504 \begin_layout Plain Layout
14505 \begin_inset ERT
14506 status open
14507
14508 \begin_layout Plain Layout
14509
14510
14511 \backslash
14512 diagbox[width=3cm,height=1.4cm]{
14513 \end_layout
14514
14515 \end_inset
14516
14517 A
14518 \begin_inset ERT
14519 status collapsed
14520
14521 \begin_layout Plain Layout
14522
14523
14524 \backslash
14525
14526 \backslash
14527
14528 \end_layout
14529
14530 \end_inset
14531
14532 B
14533 \begin_inset ERT
14534 status collapsed
14535
14536 \begin_layout Plain Layout
14537
14538 }{
14539 \end_layout
14540
14541 \end_inset
14542
14543 C
14544 \begin_inset ERT
14545 status collapsed
14546
14547 \begin_layout Plain Layout
14548
14549
14550 \backslash
14551
14552 \backslash
14553
14554 \end_layout
14555
14556 \end_inset
14557
14558 D
14559 \begin_inset ERT
14560 status collapsed
14561
14562 \begin_layout Plain Layout
14563
14564 }
14565 \end_layout
14566
14567 \end_inset
14568
14569
14570 \end_layout
14571
14572 \end_inset
14573 </cell>
14574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14575 \begin_inset Text
14576
14577 \begin_layout Plain Layout
14578 Thickness in nm
14579 \end_layout
14580
14581 \end_inset
14582 </cell>
14583 </row>
14584 <row>
14585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14586 \begin_inset Text
14587
14588 \begin_layout Plain Layout
14589 Perfect Green
14590 \end_layout
14591
14592 \end_inset
14593 </cell>
14594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14595 \begin_inset Text
14596
14597 \begin_layout Plain Layout
14598 45
14599 \end_layout
14600
14601 \end_inset
14602 </cell>
14603 </row>
14604 </lyxtabular>
14605
14606 \end_inset
14607
14608
14609 \end_layout
14610
14611 \begin_layout Standard
14612 \begin_inset ERT
14613 status collapsed
14614
14615 \begin_layout Plain Layout
14616
14617
14618 \backslash
14619 else
14620 \end_layout
14621
14622 \end_inset
14623
14624
14625 \begin_inset Note Note
14626 status open
14627
14628 \begin_layout Plain Layout
14629 The following will be displayed when the \SpecialChar LaTeX
14630 -package 
14631 \series bold
14632 diagbox
14633 \series default
14634  is not installed:
14635 \end_layout
14636
14637 \end_inset
14638
14639
14640 \end_layout
14641
14642 \begin_layout Standard
14643 You need to install the \SpecialChar LaTeX
14644 -package 
14645 \series bold
14646 diagbox
14647 \series default
14648  to see the following part of this section in the output.
14649 \end_layout
14650
14651 \begin_layout Standard
14652 \begin_inset ERT
14653 status collapsed
14654
14655 \begin_layout Plain Layout
14656
14657
14658 \backslash
14659 fi
14660 \end_layout
14661
14662 \end_inset
14663
14664
14665 \end_layout
14666
14667 \begin_layout Standard
14668 For more info about the \SpecialChar LaTeX
14669 -package 
14670 \series bold
14671 diagbox
14672 \series default
14673 , see its documentation, 
14674 \begin_inset CommandInset citation
14675 LatexCommand cite
14676 key "diagbox"
14677
14678 \end_inset
14679
14680 .
14681 \end_layout
14682
14683 \begin_layout Section
14684 Formal Tables
14685 \begin_inset CommandInset label
14686 LatexCommand label
14687 name "sec:Formal-Tables"
14688
14689 \end_inset
14690
14691
14692 \begin_inset Index idx
14693 status collapsed
14694
14695 \begin_layout Plain Layout
14696 Table ! Formal
14697 \end_layout
14698
14699 \end_inset
14700
14701
14702 \end_layout
14703
14704 \begin_layout Standard
14705 Tables are often typeset in books similar to Table
14706 \begin_inset space ~
14707 \end_inset
14708
14709
14710 \begin_inset CommandInset ref
14711 LatexCommand ref
14712 reference "tab:Example-booktabs-table"
14713
14714 \end_inset
14715
14716 .
14717  This kind of tables is called 
14718 \begin_inset Quotes eld
14719 \end_inset
14720
14721
14722 \emph on
14723 formal
14724 \emph default
14725
14726 \begin_inset Quotes erd
14727 \end_inset
14728
14729 .
14730  To make a table a formal table use the option 
14731 \family sans
14732 Formal
14733 \family default
14734  in the 
14735 \family sans
14736 Borders
14737 \family default
14738  tab of the table dialog.
14739 \end_layout
14740
14741 \begin_layout Standard
14742 \begin_inset Float table
14743 placement h
14744 wide false
14745 sideways false
14746 status open
14747
14748 \begin_layout Plain Layout
14749 \begin_inset Caption Standard
14750
14751 \begin_layout Plain Layout
14752 \begin_inset CommandInset label
14753 LatexCommand label
14754 name "tab:Example-booktabs-table"
14755
14756 \end_inset
14757
14758 Example booktabs-table
14759 \end_layout
14760
14761 \end_inset
14762
14763
14764 \end_layout
14765
14766 \begin_layout Plain Layout
14767 \align center
14768 \begin_inset Tabular
14769 <lyxtabular version="3" rows="8" columns="4">
14770 <features booktabs="true" tabularvalignment="middle">
14771 <column alignment="center" valignment="top">
14772 <column alignment="center" valignment="top">
14773 <column alignment="center" valignment="top">
14774 <column alignment="center" valignment="top">
14775 <row>
14776 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14777 \begin_inset Text
14778
14779 \begin_layout Plain Layout
14780 System
14781 \end_layout
14782
14783 \end_inset
14784 </cell>
14785 <cell alignment="center" valignment="top" topline="true" usebox="none">
14786 \begin_inset Text
14787
14788 \begin_layout Plain Layout
14789 Chip
14790 \begin_inset space \thinspace{}
14791 \end_inset
14792
14793 1
14794 \end_layout
14795
14796 \end_inset
14797 </cell>
14798 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14799 \begin_inset Text
14800
14801 \begin_layout Plain Layout
14802 Chip
14803 \begin_inset space \thinspace{}
14804 \end_inset
14805
14806 2
14807 \end_layout
14808
14809 \end_inset
14810 </cell>
14811 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14812 \begin_inset Text
14813
14814 \begin_layout Plain Layout
14815
14816 \end_layout
14817
14818 \end_inset
14819 </cell>
14820 </row>
14821 <row>
14822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14823 \begin_inset Text
14824
14825 \begin_layout Plain Layout
14826 \begin_inset ERT
14827 status collapsed
14828
14829 \begin_layout Plain Layout
14830
14831
14832 \backslash
14833 cmidrule(r){2-2}
14834 \end_layout
14835
14836 \end_inset
14837
14838
14839 \begin_inset ERT
14840 status collapsed
14841
14842 \begin_layout Plain Layout
14843
14844
14845 \backslash
14846 cmidrule(l){3-4}
14847 \end_layout
14848
14849 \end_inset
14850
14851 Detector thickness in Âµm
14852 \end_layout
14853
14854 \end_inset
14855 </cell>
14856 <cell alignment="center" valignment="top" usebox="none">
14857 \begin_inset Text
14858
14859 \begin_layout Plain Layout
14860 300
14861 \end_layout
14862
14863 \end_inset
14864 </cell>
14865 <cell alignment="center" valignment="top" usebox="none">
14866 \begin_inset Text
14867
14868 \begin_layout Plain Layout
14869 300
14870 \end_layout
14871
14872 \end_inset
14873 </cell>
14874 <cell alignment="center" valignment="top" usebox="none">
14875 \begin_inset Text
14876
14877 \begin_layout Plain Layout
14878 700
14879 \end_layout
14880
14881 \end_inset
14882 </cell>
14883 </row>
14884 <row>
14885 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14886 \begin_inset Text
14887
14888 \begin_layout Plain Layout
14889 Edge angle in Â°
14890 \end_layout
14891
14892 \end_inset
14893 </cell>
14894 <cell alignment="center" valignment="top" topline="true" usebox="none">
14895 \begin_inset Text
14896
14897 \begin_layout Plain Layout
14898 3.55
14899 \end_layout
14900
14901 \end_inset
14902 </cell>
14903 <cell alignment="center" valignment="top" topline="true" usebox="none">
14904 \begin_inset Text
14905
14906 \begin_layout Plain Layout
14907 2.71
14908 \end_layout
14909
14910 \end_inset
14911 </cell>
14912 <cell alignment="center" valignment="top" topline="true" usebox="none">
14913 \begin_inset Text
14914
14915 \begin_layout Plain Layout
14916 7.99
14917 \end_layout
14918
14919 \end_inset
14920 </cell>
14921 </row>
14922 <row topspace="default">
14923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927 Spatial resolution in Âµm
14928 \end_layout
14929
14930 \end_inset
14931 </cell>
14932 <cell alignment="center" valignment="top" usebox="none">
14933 \begin_inset Text
14934
14935 \begin_layout Plain Layout
14936 4.26
14937 \end_layout
14938
14939 \end_inset
14940 </cell>
14941 <cell alignment="center" valignment="top" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945 10.17
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 <cell alignment="center" valignment="top" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954 10.56
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 </row>
14960 <row topspace="default">
14961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14962 \begin_inset Text
14963
14964 \begin_layout Plain Layout
14965 MTF at 
14966 \begin_inset Formula $f_{\mathrm{max}}$
14967 \end_inset
14968
14969
14970 \end_layout
14971
14972 \end_inset
14973 </cell>
14974 <cell alignment="center" valignment="top" usebox="none">
14975 \begin_inset Text
14976
14977 \begin_layout Plain Layout
14978 0.53
14979 \end_layout
14980
14981 \end_inset
14982 </cell>
14983 <cell alignment="center" valignment="top" usebox="none">
14984 \begin_inset Text
14985
14986 \begin_layout Plain Layout
14987 0.37
14988 \end_layout
14989
14990 \end_inset
14991 </cell>
14992 <cell alignment="center" valignment="top" usebox="none">
14993 \begin_inset Text
14994
14995 \begin_layout Plain Layout
14996 0.39
14997 \end_layout
14998
14999 \end_inset
15000 </cell>
15001 </row>
15002 <row topspace="default">
15003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15004 \begin_inset Text
15005
15006 \begin_layout Plain Layout
15007 \begin_inset ERT
15008 status collapsed
15009
15010 \begin_layout Plain Layout
15011
15012
15013 \backslash
15014 cmidrule[2pt](l{10pt}){1-1}
15015 \end_layout
15016
15017 \end_inset
15018
15019 LSF-spatial resolution
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 <cell alignment="center" valignment="top" usebox="none">
15025 \begin_inset Text
15026
15027 \begin_layout Plain Layout
15028
15029 \end_layout
15030
15031 \end_inset
15032 </cell>
15033 <cell alignment="center" valignment="top" usebox="none">
15034 \begin_inset Text
15035
15036 \begin_layout Plain Layout
15037
15038 \end_layout
15039
15040 \end_inset
15041 </cell>
15042 <cell alignment="center" valignment="top" usebox="none">
15043 \begin_inset Text
15044
15045 \begin_layout Plain Layout
15046
15047 \end_layout
15048
15049 \end_inset
15050 </cell>
15051 </row>
15052 <row>
15053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15054 \begin_inset Text
15055
15056 \begin_layout Plain Layout
15057 in Âµm
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 <cell alignment="center" valignment="top" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Plain Layout
15066 129.7
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 <cell alignment="center" valignment="top" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Plain Layout
15075 52.75
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 <cell alignment="center" valignment="top" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084 50.78
15085 \end_layout
15086
15087 \end_inset
15088 </cell>
15089 </row>
15090 <row>
15091 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Plain Layout
15095 in % of pixel size
15096 \end_layout
15097
15098 \end_inset
15099 </cell>
15100 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Plain Layout
15104 76.3
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113 95.9
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122 92.3
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 </lyxtabular>
15129
15130 \end_inset
15131
15132
15133 \end_layout
15134
15135 \end_inset
15136
15137
15138 \end_layout
15139
15140 \begin_layout Standard
15141 Spaces to table rows can be added using the 
15142 \family sans
15143 Borders
15144 \family default
15145  tab of the table dialog as described in section
15146 \begin_inset space ~
15147 \end_inset
15148
15149
15150 \begin_inset CommandInset ref
15151 LatexCommand ref
15152 reference "subsec:Row-Spacing"
15153
15154 \end_inset
15155
15156 .
15157 \end_layout
15158
15159 \begin_layout Standard
15160 Unlike normal tables, formal tables have no vertical table lines.
15161  The horizontal table lines can be set as for normal tables but they appear
15162  with different widths in the output:
15163 \begin_inset Newline newline
15164 \end_inset
15165
15166 The first and the last table line have a default width of 0.08
15167 \begin_inset space \thinspace{}
15168 \end_inset
15169
15170 em while the other lines have a default width of 0.05
15171 \begin_inset space \thinspace{}
15172 \end_inset
15173
15174 em.
15175 \end_layout
15176
15177 \begin_layout Standard
15178 The default widths can be changed with the following preamble lines
15179 \end_layout
15180
15181 \begin_layout Standard
15182
15183 \series bold
15184
15185 \backslash
15186 let
15187 \backslash
15188 mytoprule
15189 \backslash
15190 toprule
15191 \begin_inset Newline newline
15192 \end_inset
15193
15194
15195 \backslash
15196 renewcommand{
15197 \backslash
15198 toprule}{
15199 \backslash
15200 mytoprule[width]}
15201 \end_layout
15202
15203 \begin_layout Standard
15204 This example is for the first line, the so called 
15205 \series bold
15206 toprule
15207 \series default
15208 .
15209  If you want to change the width for the last line, replace 
15210 \series bold
15211 toprule
15212 \series default
15213  by 
15214 \series bold
15215 bottomrule
15216 \series default
15217 .
15218  To change the width for the other lines replace 
15219 \series bold
15220 toprule
15221 \series default
15222  by 
15223 \series bold
15224 midrule
15225 \series default
15226 .
15227  You can use all units listed in appendix
15228 \begin_inset space ~
15229 \end_inset
15230
15231
15232 \begin_inset CommandInset ref
15233 LatexCommand ref
15234 reference "cha:Units-available-in"
15235
15236 \end_inset
15237
15238  to set the width.
15239 \end_layout
15240
15241 \begin_layout Standard
15242 Lines that do not span all table columns can be created by setting a table
15243  line for multicolumn cells.
15244  \SpecialChar LyX
15245  will then internally use the command 
15246 \series bold
15247
15248 \backslash
15249 cmidrule
15250 \series default
15251  to create this line.
15252  Its full scheme is
15253 \end_layout
15254
15255 \begin_layout Standard
15256
15257 \series bold
15258
15259 \backslash
15260 cmidrule[height](trim){startcol-endcol}
15261 \end_layout
15262
15263 \begin_layout Standard
15264 The options of 
15265 \series bold
15266
15267 \backslash
15268 cmidrule
15269 \series default
15270  are currently not supported by \SpecialChar LyX
15271  so you have to use \SpecialChar TeX
15272  Code to be able to
15273  use them.
15274  
15275 \series bold
15276
15277 \backslash
15278 cmidrule
15279 \series default
15280 s can manually be created by inserting the command as \SpecialChar TeX
15281  Code as the first
15282  cell entry of the first cell of a row.
15283  The line is then drawn in the output above the current row.
15284 \end_layout
15285
15286 \begin_layout Standard
15287 The default for the optional 
15288 \series bold
15289 height
15290 \series default
15291  is 0.03
15292 \begin_inset space \thinspace{}
15293 \end_inset
15294
15295 em.
15296  
15297 \series bold
15298 startcol
15299 \series default
15300  is the number of the column where the line starts and 
15301 \series bold
15302 endcol
15303 \series default
15304  the column number where the line ends.
15305  The 
15306 \series bold
15307 endcol
15308 \series default
15309  always needs to be specified, also when the line should span only one column.
15310  The optional parameter 
15311 \series bold
15312 trim
15313 \series default
15314  could either be 
15315 \emph on
15316 l{trimwidth}
15317 \emph default
15318  or 
15319 \emph on
15320 r{trimwidth}
15321 \emph default
15322  where the 
15323 \emph on
15324 trimwidth
15325 \emph default
15326  is also optional.
15327  Using for example the parameter 
15328 \emph on
15329 l{2pt}
15330 \emph default
15331  means that the line is trimmed from its left end by 2
15332 \begin_inset space \thinspace{}
15333 \end_inset
15334
15335 pt.
15336  If you don't specify the 
15337 \emph on
15338 trimwidth
15339 \emph default
15340  the line is trimmed by the default of 0.5
15341 \begin_inset space \thinspace{}
15342 \end_inset
15343
15344 em.
15345 \end_layout
15346
15347 \begin_layout Standard
15348 \begin_inset VSpace bigskip
15349 \end_inset
15350
15351 Table
15352 \begin_inset space ~
15353 \end_inset
15354
15355
15356 \begin_inset CommandInset ref
15357 LatexCommand ref
15358 reference "tab:Example-booktabs-table"
15359
15360 \end_inset
15361
15362  was created using the commands
15363 \end_layout
15364
15365 \begin_layout Standard
15366
15367 \series bold
15368
15369 \backslash
15370 cmidrule(r){2-2}
15371 \backslash
15372 cmidrule(l){3-4}
15373 \end_layout
15374
15375 \begin_layout Standard
15376 at the beginning of the second row and
15377 \end_layout
15378
15379 \begin_layout Standard
15380
15381 \series bold
15382
15383 \backslash
15384 cmidrule[2pt](l{10pt}){1-1}
15385 \end_layout
15386
15387 \begin_layout Standard
15388 in the sixth row.
15389 \end_layout
15390
15391 \begin_layout Standard
15392 \begin_inset VSpace bigskip
15393 \end_inset
15394
15395
15396 \end_layout
15397
15398 \begin_layout Standard
15399 You might want to have overlapping 
15400 \series bold
15401
15402 \backslash
15403 cmidrule
15404 \series default
15405 s as in in Table
15406 \begin_inset space ~
15407 \end_inset
15408
15409
15410 \begin_inset CommandInset ref
15411 LatexCommand ref
15412 reference "tab:Special-booktabs-table"
15413
15414 \end_inset
15415
15416 .
15417  This can be achieved with the \SpecialChar TeX
15418  Code command
15419 \end_layout
15420
15421 \begin_layout Standard
15422
15423 \series bold
15424
15425 \backslash
15426 morecmidrules
15427 \end_layout
15428
15429 \begin_layout Standard
15430 The command that was used for the second row of Table
15431 \begin_inset space ~
15432 \end_inset
15433
15434
15435 \begin_inset CommandInset ref
15436 LatexCommand ref
15437 reference "tab:Special-booktabs-table"
15438
15439 \end_inset
15440
15441  is
15442 \end_layout
15443
15444 \begin_layout Standard
15445
15446 \series bold
15447
15448 \backslash
15449 cmidrule(r){2-2}
15450 \backslash
15451 cmidrule(l){3-4}
15452 \backslash
15453 morecmidrules
15454 \backslash
15455 cmidrule{2-4}
15456 \end_layout
15457
15458 \begin_layout Standard
15459 The command for the sixth row is
15460 \end_layout
15461
15462 \begin_layout Standard
15463
15464 \series bold
15465
15466 \backslash
15467 midrule
15468 \backslash
15469 morecmidrules
15470 \backslash
15471 cmidrule{3-4}
15472 \end_layout
15473
15474 \begin_layout Standard
15475 \begin_inset VSpace bigskip
15476 \end_inset
15477
15478
15479 \end_layout
15480
15481 \begin_layout Standard
15482 If you are in any way not satisfied with the border line spacing, you can
15483  use the following command to produce lines that span over all table columns
15484 \series bold
15485 :
15486 \end_layout
15487
15488 \begin_layout Standard
15489
15490 \series bold
15491
15492 \backslash
15493 specialrule{width}{space above}{space below}
15494 \end_layout
15495
15496 \begin_layout Standard
15497 For more information about these features, refer to the manual of the \SpecialChar LaTeX
15498 -package
15499  
15500 \series bold
15501 booktabs
15502 \series default
15503  
15504 \begin_inset CommandInset citation
15505 LatexCommand cite
15506 key "booktabs"
15507
15508 \end_inset
15509
15510 .
15511 \begin_inset Index idx
15512 status collapsed
15513
15514 \begin_layout Plain Layout
15515 \SpecialChar LaTeX
15516 -packages ! booktabs
15517 \end_layout
15518
15519 \end_inset
15520
15521
15522 \end_layout
15523
15524 \begin_layout Standard
15525 \begin_inset Float table
15526 placement h
15527 wide false
15528 sideways false
15529 status open
15530
15531 \begin_layout Plain Layout
15532 \begin_inset Caption Standard
15533
15534 \begin_layout Plain Layout
15535 \begin_inset CommandInset label
15536 LatexCommand label
15537 name "tab:Special-booktabs-table"
15538
15539 \end_inset
15540
15541 Special booktabs-table
15542 \end_layout
15543
15544 \end_inset
15545
15546
15547 \end_layout
15548
15549 \begin_layout Plain Layout
15550 \align center
15551 \begin_inset Tabular
15552 <lyxtabular version="3" rows="8" columns="4">
15553 <features booktabs="true" tabularvalignment="middle">
15554 <column alignment="center" valignment="top">
15555 <column alignment="center" valignment="top">
15556 <column alignment="center" valignment="top">
15557 <column alignment="center" valignment="top">
15558 <row>
15559 <cell alignment="center" valignment="top" topline="true" usebox="none">
15560 \begin_inset Text
15561
15562 \begin_layout Plain Layout
15563 System
15564 \end_layout
15565
15566 \end_inset
15567 </cell>
15568 <cell alignment="center" valignment="top" topline="true" usebox="none">
15569 \begin_inset Text
15570
15571 \begin_layout Plain Layout
15572 Chip
15573 \begin_inset space \thinspace{}
15574 \end_inset
15575
15576 1
15577 \end_layout
15578
15579 \end_inset
15580 </cell>
15581 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15582 \begin_inset Text
15583
15584 \begin_layout Plain Layout
15585 Chip
15586 \begin_inset space \thinspace{}
15587 \end_inset
15588
15589 2
15590 \end_layout
15591
15592 \end_inset
15593 </cell>
15594 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15595 \begin_inset Text
15596
15597 \begin_layout Plain Layout
15598
15599 \end_layout
15600
15601 \end_inset
15602 </cell>
15603 </row>
15604 <row>
15605 <cell alignment="center" valignment="top" usebox="none">
15606 \begin_inset Text
15607
15608 \begin_layout Plain Layout
15609 \begin_inset ERT
15610 status collapsed
15611
15612 \begin_layout Plain Layout
15613
15614
15615 \backslash
15616 cmidrule(r){2-2}
15617 \end_layout
15618
15619 \end_inset
15620
15621
15622 \begin_inset ERT
15623 status collapsed
15624
15625 \begin_layout Plain Layout
15626
15627
15628 \backslash
15629 cmidrule(l){3-4}
15630 \end_layout
15631
15632 \end_inset
15633
15634
15635 \begin_inset ERT
15636 status collapsed
15637
15638 \begin_layout Plain Layout
15639
15640
15641 \backslash
15642 morecmidrules 
15643 \end_layout
15644
15645 \end_inset
15646
15647
15648 \begin_inset ERT
15649 status collapsed
15650
15651 \begin_layout Plain Layout
15652
15653
15654 \backslash
15655 cmidrule{2-4}
15656 \end_layout
15657
15658 \end_inset
15659
15660 Detector thickness in Âµm
15661 \end_layout
15662
15663 \end_inset
15664 </cell>
15665 <cell alignment="center" valignment="top" usebox="none">
15666 \begin_inset Text
15667
15668 \begin_layout Plain Layout
15669 300
15670 \end_layout
15671
15672 \end_inset
15673 </cell>
15674 <cell alignment="center" valignment="top" usebox="none">
15675 \begin_inset Text
15676
15677 \begin_layout Plain Layout
15678 300
15679 \end_layout
15680
15681 \end_inset
15682 </cell>
15683 <cell alignment="center" valignment="top" usebox="none">
15684 \begin_inset Text
15685
15686 \begin_layout Plain Layout
15687 700
15688 \end_layout
15689
15690 \end_inset
15691 </cell>
15692 </row>
15693 <row>
15694 <cell alignment="center" valignment="top" topline="true" usebox="none">
15695 \begin_inset Text
15696
15697 \begin_layout Plain Layout
15698 Edge angle in Â°
15699 \end_layout
15700
15701 \end_inset
15702 </cell>
15703 <cell alignment="center" valignment="top" topline="true" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Plain Layout
15707 3.55
15708 \end_layout
15709
15710 \end_inset
15711 </cell>
15712 <cell alignment="center" valignment="top" topline="true" usebox="none">
15713 \begin_inset Text
15714
15715 \begin_layout Plain Layout
15716 2.71
15717 \end_layout
15718
15719 \end_inset
15720 </cell>
15721 <cell alignment="center" valignment="top" topline="true" usebox="none">
15722 \begin_inset Text
15723
15724 \begin_layout Plain Layout
15725 7.99
15726 \end_layout
15727
15728 \end_inset
15729 </cell>
15730 </row>
15731 <row topspace="default">
15732 <cell alignment="center" valignment="top" usebox="none">
15733 \begin_inset Text
15734
15735 \begin_layout Plain Layout
15736 Spatial resolution in Âµm
15737 \end_layout
15738
15739 \end_inset
15740 </cell>
15741 <cell alignment="center" valignment="top" usebox="none">
15742 \begin_inset Text
15743
15744 \begin_layout Plain Layout
15745 4.26
15746 \end_layout
15747
15748 \end_inset
15749 </cell>
15750 <cell alignment="center" valignment="top" usebox="none">
15751 \begin_inset Text
15752
15753 \begin_layout Plain Layout
15754 10.17
15755 \end_layout
15756
15757 \end_inset
15758 </cell>
15759 <cell alignment="center" valignment="top" usebox="none">
15760 \begin_inset Text
15761
15762 \begin_layout Plain Layout
15763 10.56
15764 \end_layout
15765
15766 \end_inset
15767 </cell>
15768 </row>
15769 <row topspace="default">
15770 <cell alignment="center" valignment="top" usebox="none">
15771 \begin_inset Text
15772
15773 \begin_layout Plain Layout
15774 MTF at 
15775 \begin_inset Formula $f_{\mathrm{max}}$
15776 \end_inset
15777
15778
15779 \end_layout
15780
15781 \end_inset
15782 </cell>
15783 <cell alignment="center" valignment="top" usebox="none">
15784 \begin_inset Text
15785
15786 \begin_layout Plain Layout
15787 0.53
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 <cell alignment="center" valignment="top" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796 0.37
15797 \end_layout
15798
15799 \end_inset
15800 </cell>
15801 <cell alignment="center" valignment="top" usebox="none">
15802 \begin_inset Text
15803
15804 \begin_layout Plain Layout
15805 0.39
15806 \end_layout
15807
15808 \end_inset
15809 </cell>
15810 </row>
15811 <row>
15812 <cell alignment="center" valignment="top" topline="true" usebox="none">
15813 \begin_inset Text
15814
15815 \begin_layout Plain Layout
15816 \begin_inset ERT
15817 status collapsed
15818
15819 \begin_layout Plain Layout
15820
15821
15822 \backslash
15823 morecmidrules 
15824 \end_layout
15825
15826 \end_inset
15827
15828
15829 \begin_inset ERT
15830 status collapsed
15831
15832 \begin_layout Plain Layout
15833
15834
15835 \backslash
15836 cmidrule{3-4}
15837 \end_layout
15838
15839 \end_inset
15840
15841 LSF-spatial resolution
15842 \end_layout
15843
15844 \end_inset
15845 </cell>
15846 <cell alignment="center" valignment="top" topline="true" usebox="none">
15847 \begin_inset Text
15848
15849 \begin_layout Plain Layout
15850
15851 \end_layout
15852
15853 \end_inset
15854 </cell>
15855 <cell alignment="center" valignment="top" topline="true" usebox="none">
15856 \begin_inset Text
15857
15858 \begin_layout Plain Layout
15859
15860 \end_layout
15861
15862 \end_inset
15863 </cell>
15864 <cell alignment="center" valignment="top" topline="true" usebox="none">
15865 \begin_inset Text
15866
15867 \begin_layout Plain Layout
15868
15869 \end_layout
15870
15871 \end_inset
15872 </cell>
15873 </row>
15874 <row>
15875 <cell alignment="center" valignment="top" usebox="none">
15876 \begin_inset Text
15877
15878 \begin_layout Plain Layout
15879 in Âµm
15880 \end_layout
15881
15882 \end_inset
15883 </cell>
15884 <cell alignment="center" valignment="top" usebox="none">
15885 \begin_inset Text
15886
15887 \begin_layout Plain Layout
15888 129.7
15889 \end_layout
15890
15891 \end_inset
15892 </cell>
15893 <cell alignment="center" valignment="top" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Plain Layout
15897 52.75
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 <cell alignment="center" valignment="top" usebox="none">
15903 \begin_inset Text
15904
15905 \begin_layout Plain Layout
15906 50.78
15907 \end_layout
15908
15909 \end_inset
15910 </cell>
15911 </row>
15912 <row>
15913 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15914 \begin_inset Text
15915
15916 \begin_layout Plain Layout
15917 in % of pixel size
15918 \end_layout
15919
15920 \end_inset
15921 </cell>
15922 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15923 \begin_inset Text
15924
15925 \begin_layout Plain Layout
15926 76.3
15927 \end_layout
15928
15929 \end_inset
15930 </cell>
15931 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Plain Layout
15935 95.9
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Plain Layout
15944 92.3
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 </row>
15950 </lyxtabular>
15951
15952 \end_inset
15953
15954
15955 \end_layout
15956
15957 \end_inset
15958
15959
15960 \end_layout
15961
15962 \begin_layout Section
15963 Vertical Table Alignment
15964 \begin_inset Index idx
15965 status collapsed
15966
15967 \begin_layout Plain Layout
15968 Table ! Alignment
15969 \end_layout
15970
15971 \end_inset
15972
15973
15974 \end_layout
15975
15976 \begin_layout Standard
15977 To align tables vertically in a text line, the table must be inside a box.
15978  The box can then be vertically aligned as described in section
15979 \begin_inset space ~
15980 \end_inset
15981
15982
15983 \begin_inset CommandInset ref
15984 LatexCommand ref
15985 reference "sec:Box-Dialog"
15986
15987 \end_inset
15988
15989 .
15990 \end_layout
15991
15992 \begin_layout Standard
15993 In the following example the tables are inside a minipage
15994 \begin_inset Foot
15995 status collapsed
15996
15997 \begin_layout Plain Layout
15998 Minipages are described in section
15999 \begin_inset space ~
16000 \end_inset
16001
16002
16003 \begin_inset CommandInset ref
16004 LatexCommand ref
16005 reference "sec:Minipages"
16006
16007 \end_inset
16008
16009 .
16010 \end_layout
16011
16012 \end_inset
16013
16014  box that has a width of 15
16015 \begin_inset space \thinspace{}
16016 \end_inset
16017
16018 col%:
16019 \end_layout
16020
16021 \begin_layout Itemize
16022 test 
16023 \begin_inset Box Frameless
16024 position "t"
16025 hor_pos "c"
16026 has_inner_box 1
16027 inner_pos "c"
16028 use_parbox 0
16029 use_makebox 0
16030 width "15col%"
16031 special "none"
16032 height "1in"
16033 height_special "totalheight"
16034 thickness "0.4pt"
16035 separation "3pt"
16036 shadowsize "4pt"
16037 framecolor "black"
16038 backgroundcolor "none"
16039 status collapsed
16040
16041 \begin_layout Plain Layout
16042 \begin_inset Tabular
16043 <lyxtabular version="3" rows="3" columns="3">
16044 <features tabularvalignment="middle">
16045 <column alignment="center" valignment="top">
16046 <column alignment="center" valignment="top">
16047 <column alignment="center" valignment="top">
16048 <row>
16049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053 a
16054 \end_layout
16055
16056 \end_inset
16057 </cell>
16058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16059 \begin_inset Text
16060
16061 \begin_layout Plain Layout
16062 d
16063 \end_layout
16064
16065 \end_inset
16066 </cell>
16067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16068 \begin_inset Text
16069
16070 \begin_layout Plain Layout
16071 g
16072 \end_layout
16073
16074 \end_inset
16075 </cell>
16076 </row>
16077 <row>
16078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16079 \begin_inset Text
16080
16081 \begin_layout Plain Layout
16082 b
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16088 \begin_inset Text
16089
16090 \begin_layout Plain Layout
16091 e
16092 \end_layout
16093
16094 \end_inset
16095 </cell>
16096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16097 \begin_inset Text
16098
16099 \begin_layout Plain Layout
16100 h
16101 \end_layout
16102
16103 \end_inset
16104 </cell>
16105 </row>
16106 <row>
16107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16108 \begin_inset Text
16109
16110 \begin_layout Plain Layout
16111 c
16112 \end_layout
16113
16114 \end_inset
16115 </cell>
16116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16117 \begin_inset Text
16118
16119 \begin_layout Plain Layout
16120 f
16121 \end_layout
16122
16123 \end_inset
16124 </cell>
16125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16126 \begin_inset Text
16127
16128 \begin_layout Plain Layout
16129 i
16130 \end_layout
16131
16132 \end_inset
16133 </cell>
16134 </row>
16135 </lyxtabular>
16136
16137 \end_inset
16138
16139
16140 \end_layout
16141
16142 \end_inset
16143
16144  test 
16145 \begin_inset ERT
16146 status collapsed
16147
16148 \begin_layout Plain Layout
16149
16150
16151 \backslash
16152 raisebox{0.85
16153 \backslash
16154 baselineskip}{
16155 \end_layout
16156
16157 \end_inset
16158
16159
16160 \begin_inset Box Frameless
16161 position "t"
16162 hor_pos "c"
16163 has_inner_box 1
16164 inner_pos "c"
16165 use_parbox 0
16166 use_makebox 0
16167 width "15col%"
16168 special "none"
16169 height "1in"
16170 height_special "totalheight"
16171 thickness "0.4pt"
16172 separation "3pt"
16173 shadowsize "4pt"
16174 framecolor "black"
16175 backgroundcolor "none"
16176 status collapsed
16177
16178 \begin_layout Plain Layout
16179 \begin_inset Tabular
16180 <lyxtabular version="3" rows="3" columns="3">
16181 <features tabularvalignment="middle">
16182 <column alignment="center" valignment="top">
16183 <column alignment="center" valignment="top">
16184 <column alignment="center" valignment="top">
16185 <row>
16186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16187 \begin_inset Text
16188
16189 \begin_layout Plain Layout
16190 a
16191 \end_layout
16192
16193 \end_inset
16194 </cell>
16195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16196 \begin_inset Text
16197
16198 \begin_layout Plain Layout
16199 d
16200 \end_layout
16201
16202 \end_inset
16203 </cell>
16204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16205 \begin_inset Text
16206
16207 \begin_layout Plain Layout
16208 g
16209 \end_layout
16210
16211 \end_inset
16212 </cell>
16213 </row>
16214 <row>
16215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16216 \begin_inset Text
16217
16218 \begin_layout Plain Layout
16219 b
16220 \end_layout
16221
16222 \end_inset
16223 </cell>
16224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16225 \begin_inset Text
16226
16227 \begin_layout Plain Layout
16228 e
16229 \end_layout
16230
16231 \end_inset
16232 </cell>
16233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16234 \begin_inset Text
16235
16236 \begin_layout Plain Layout
16237 h
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 </row>
16243 <row>
16244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16245 \begin_inset Text
16246
16247 \begin_layout Plain Layout
16248 c
16249 \end_layout
16250
16251 \end_inset
16252 </cell>
16253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16254 \begin_inset Text
16255
16256 \begin_layout Plain Layout
16257 f
16258 \end_layout
16259
16260 \end_inset
16261 </cell>
16262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16263 \begin_inset Text
16264
16265 \begin_layout Plain Layout
16266 i
16267 \end_layout
16268
16269 \end_inset
16270 </cell>
16271 </row>
16272 </lyxtabular>
16273
16274 \end_inset
16275
16276
16277 \end_layout
16278
16279 \end_inset
16280
16281
16282 \begin_inset ERT
16283 status collapsed
16284
16285 \begin_layout Plain Layout
16286
16287 }
16288 \end_layout
16289
16290 \end_inset
16291
16292
16293 \end_layout
16294
16295 \begin_layout Itemize
16296 test 
16297 \begin_inset Box Frameless
16298 position "c"
16299 hor_pos "c"
16300 has_inner_box 1
16301 inner_pos "c"
16302 use_parbox 0
16303 use_makebox 0
16304 width "15col%"
16305 special "none"
16306 height "1in"
16307 height_special "totalheight"
16308 thickness "0.4pt"
16309 separation "3pt"
16310 shadowsize "4pt"
16311 framecolor "black"
16312 backgroundcolor "none"
16313 status collapsed
16314
16315 \begin_layout Plain Layout
16316 \begin_inset Tabular
16317 <lyxtabular version="3" rows="3" columns="3">
16318 <features tabularvalignment="middle">
16319 <column alignment="center" valignment="top">
16320 <column alignment="center" valignment="top">
16321 <column alignment="center" valignment="top">
16322 <row>
16323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16324 \begin_inset Text
16325
16326 \begin_layout Plain Layout
16327 a
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16333 \begin_inset Text
16334
16335 \begin_layout Plain Layout
16336 d
16337 \end_layout
16338
16339 \end_inset
16340 </cell>
16341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Plain Layout
16345 g
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 </row>
16351 <row>
16352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16353 \begin_inset Text
16354
16355 \begin_layout Plain Layout
16356 b
16357 \end_layout
16358
16359 \end_inset
16360 </cell>
16361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16362 \begin_inset Text
16363
16364 \begin_layout Plain Layout
16365 e
16366 \end_layout
16367
16368 \end_inset
16369 </cell>
16370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Plain Layout
16374 h
16375 \end_layout
16376
16377 \end_inset
16378 </cell>
16379 </row>
16380 <row>
16381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16382 \begin_inset Text
16383
16384 \begin_layout Plain Layout
16385 c
16386 \end_layout
16387
16388 \end_inset
16389 </cell>
16390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Plain Layout
16394 f
16395 \end_layout
16396
16397 \end_inset
16398 </cell>
16399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16400 \begin_inset Text
16401
16402 \begin_layout Plain Layout
16403 i
16404 \end_layout
16405
16406 \end_inset
16407 </cell>
16408 </row>
16409 </lyxtabular>
16410
16411 \end_inset
16412
16413
16414 \end_layout
16415
16416 \end_inset
16417
16418
16419 \end_layout
16420
16421 \begin_layout Itemize
16422 test 
16423 \begin_inset Box Frameless
16424 position "b"
16425 hor_pos "c"
16426 has_inner_box 1
16427 inner_pos "c"
16428 use_parbox 0
16429 use_makebox 0
16430 width "15col%"
16431 special "none"
16432 height "1in"
16433 height_special "totalheight"
16434 thickness "0.4pt"
16435 separation "3pt"
16436 shadowsize "4pt"
16437 framecolor "black"
16438 backgroundcolor "none"
16439 status collapsed
16440
16441 \begin_layout Plain Layout
16442 \begin_inset Tabular
16443 <lyxtabular version="3" rows="3" columns="3">
16444 <features tabularvalignment="middle">
16445 <column alignment="center" valignment="top">
16446 <column alignment="center" valignment="top">
16447 <column alignment="center" valignment="top">
16448 <row>
16449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 a
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462 d
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471 g
16472 \end_layout
16473
16474 \end_inset
16475 </cell>
16476 </row>
16477 <row>
16478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482 b
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491 e
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16497 \begin_inset Text
16498
16499 \begin_layout Plain Layout
16500 h
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 </row>
16506 <row>
16507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Plain Layout
16511 c
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Plain Layout
16520 f
16521 \end_layout
16522
16523 \end_inset
16524 </cell>
16525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16526 \begin_inset Text
16527
16528 \begin_layout Plain Layout
16529 i
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 </row>
16535 </lyxtabular>
16536
16537 \end_inset
16538
16539
16540 \end_layout
16541
16542 \end_inset
16543
16544  test 
16545 \begin_inset ERT
16546 status collapsed
16547
16548 \begin_layout Plain Layout
16549
16550
16551 \backslash
16552 raisebox{-0.32
16553 \backslash
16554 baselineskip}{
16555 \end_layout
16556
16557 \end_inset
16558
16559
16560 \begin_inset Box Frameless
16561 position "b"
16562 hor_pos "c"
16563 has_inner_box 1
16564 inner_pos "c"
16565 use_parbox 0
16566 use_makebox 0
16567 width "15col%"
16568 special "none"
16569 height "1in"
16570 height_special "totalheight"
16571 thickness "0.4pt"
16572 separation "3pt"
16573 shadowsize "4pt"
16574 framecolor "black"
16575 backgroundcolor "none"
16576 status collapsed
16577
16578 \begin_layout Plain Layout
16579 \begin_inset Tabular
16580 <lyxtabular version="3" rows="3" columns="3">
16581 <features tabularvalignment="middle">
16582 <column alignment="center" valignment="top">
16583 <column alignment="center" valignment="top">
16584 <column alignment="center" valignment="top">
16585 <row>
16586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590 a
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16596 \begin_inset Text
16597
16598 \begin_layout Plain Layout
16599 d
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608 g
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 </row>
16614 <row>
16615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619 b
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16625 \begin_inset Text
16626
16627 \begin_layout Plain Layout
16628 e
16629 \end_layout
16630
16631 \end_inset
16632 </cell>
16633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Plain Layout
16637 h
16638 \end_layout
16639
16640 \end_inset
16641 </cell>
16642 </row>
16643 <row>
16644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16645 \begin_inset Text
16646
16647 \begin_layout Plain Layout
16648 c
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16654 \begin_inset Text
16655
16656 \begin_layout Plain Layout
16657 f
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 i
16667 \end_layout
16668
16669 \end_inset
16670 </cell>
16671 </row>
16672 </lyxtabular>
16673
16674 \end_inset
16675
16676
16677 \end_layout
16678
16679 \end_inset
16680
16681
16682 \begin_inset ERT
16683 status collapsed
16684
16685 \begin_layout Plain Layout
16686
16687 }
16688 \end_layout
16689
16690 \end_inset
16691
16692
16693 \end_layout
16694
16695 \begin_layout Standard
16696 As you will see, the content of the first and last table row is not correctly
16697  aligned.
16698  To get this alignment, the minipage box must be set into a raisebox.
16699 \begin_inset Foot
16700 status collapsed
16701
16702 \begin_layout Plain Layout
16703 Raiseboxes are described in section
16704 \begin_inset space ~
16705 \end_inset
16706
16707
16708 \begin_inset CommandInset ref
16709 LatexCommand ref
16710 reference "subsec:Vertical-Alignment"
16711
16712 \end_inset
16713
16714 .
16715 \end_layout
16716
16717 \end_inset
16718
16719  In the example above the second table in the first item is aligned using
16720  the \SpecialChar TeX
16721  Code command
16722 \end_layout
16723
16724 \begin_layout Standard
16725
16726 \series bold
16727
16728 \backslash
16729 raisebox{0.85
16730 \backslash
16731 baselineskip}{
16732 \end_layout
16733
16734 \begin_layout Standard
16735 before the box.
16736  After the box the closing brace 
16737 \series bold
16738 }
16739 \series default
16740  is inserted as \SpecialChar TeX
16741  Code.
16742  For the second table in the last item the command
16743 \end_layout
16744
16745 \begin_layout Standard
16746
16747 \series bold
16748
16749 \backslash
16750 raisebox{-0.32
16751 \backslash
16752 baselineskip}{
16753 \end_layout
16754
16755 \begin_layout Standard
16756 is used.
16757 \end_layout
16758
16759 \begin_layout Standard
16760 \begin_inset Note Greyedout
16761 status open
16762
16763 \begin_layout Plain Layout
16764
16765 \series bold
16766 Note:
16767 \series default
16768  The alignment of the table row content to the surrounding text line is
16769  not exact.
16770  The required value for the 
16771 \series bold
16772
16773 \backslash
16774 raisebox
16775 \series default
16776  command for this alignment depends on the document font, the font size,
16777  and the table line thickness.
16778 \end_layout
16779
16780 \end_inset
16781
16782
16783 \end_layout
16784
16785 \begin_layout Section
16786 Colored Tables
16787 \begin_inset CommandInset label
16788 LatexCommand label
16789 name "sec:Colored-Tables"
16790
16791 \end_inset
16792
16793
16794 \begin_inset Index idx
16795 status collapsed
16796
16797 \begin_layout Plain Layout
16798 Table ! Color
16799 \end_layout
16800
16801 \end_inset
16802
16803
16804 \end_layout
16805
16806 \begin_layout Subsection
16807 Colored Cells
16808 \begin_inset Index idx
16809 status collapsed
16810
16811 \begin_layout Plain Layout
16812 Table Color ! for Cells
16813 \end_layout
16814
16815 \end_inset
16816
16817
16818 \begin_inset Index idx
16819 status collapsed
16820
16821 \begin_layout Plain Layout
16822 Color ! for Table Cells
16823 \end_layout
16824
16825 \end_inset
16826
16827
16828 \end_layout
16829
16830 \begin_layout Standard
16831 \begin_inset Float table
16832 placement h
16833 wide false
16834 sideways false
16835 status open
16836
16837 \begin_layout Plain Layout
16838 \begin_inset Caption Standard
16839
16840 \begin_layout Plain Layout
16841 \begin_inset CommandInset label
16842 LatexCommand label
16843 name "tab:Table-colored-without"
16844
16845 \end_inset
16846
16847 Table colored without using the package 
16848 \series bold
16849 colortbl
16850 \series default
16851
16852 \begin_inset Argument 1
16853 status collapsed
16854
16855 \begin_layout Plain Layout
16856 Table without colortbl
16857 \end_layout
16858
16859 \end_inset
16860
16861
16862 \end_layout
16863
16864 \end_inset
16865
16866
16867 \end_layout
16868
16869 \begin_layout Plain Layout
16870 \align center
16871 \begin_inset Tabular
16872 <lyxtabular version="3" rows="3" columns="3">
16873 <features tabularvalignment="middle">
16874 <column alignment="center" valignment="top">
16875 <column alignment="center" valignment="top">
16876 <column alignment="center" valignment="top">
16877 <row>
16878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882
16883 \color green
16884 a
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893
16894 \color red
16895 b
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904
16905 \color red
16906 c
16907 \end_layout
16908
16909 \end_inset
16910 </cell>
16911 </row>
16912 <row>
16913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16914 \begin_inset Text
16915
16916 \begin_layout Plain Layout
16917
16918 \color green
16919 d
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Plain Layout
16928
16929 \color blue
16930 e
16931 \end_layout
16932
16933 \end_inset
16934 </cell>
16935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939
16940 \color blue
16941 f
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 </row>
16947 <row>
16948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16949 \begin_inset Text
16950
16951 \begin_layout Plain Layout
16952
16953 \color green
16954 g
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16960 \begin_inset Text
16961
16962 \begin_layout Plain Layout
16963
16964 \color blue
16965 h
16966 \end_layout
16967
16968 \end_inset
16969 </cell>
16970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16971 \begin_inset Text
16972
16973 \begin_layout Plain Layout
16974
16975 \color blue
16976 i
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 </row>
16982 </lyxtabular>
16983
16984 \end_inset
16985
16986
16987 \end_layout
16988
16989 \end_inset
16990
16991
16992 \end_layout
16993
16994 \begin_layout Standard
16995 If you only need colored text, mark the cells and choose a color in the
16996  
16997 \family sans
16998 Text
16999 \begin_inset space ~
17000 \end_inset
17001
17002 Style
17003 \family default
17004  dialog (toolbar button 
17005 \begin_inset Info
17006 type  "icon"
17007 arg   "dialog-show character"
17008 \end_inset
17009
17010 ).
17011  This was used to create Table
17012 \begin_inset space ~
17013 \end_inset
17014
17015
17016 \begin_inset CommandInset ref
17017 LatexCommand ref
17018 reference "tab:Table-colored-without"
17019
17020 \end_inset
17021
17022 .
17023  In any other case you have to use the \SpecialChar LaTeX
17024 -package 
17025 \series bold
17026 colortbl
17027 \series default
17028 .
17029 \begin_inset Index idx
17030 status collapsed
17031
17032 \begin_layout Plain Layout
17033 \SpecialChar LaTeX
17034 -packages ! colortbl
17035 \end_layout
17036
17037 \end_inset
17038
17039
17040 \end_layout
17041
17042 \begin_layout Standard
17043 \begin_inset ERT
17044 status collapsed
17045
17046 \begin_layout Plain Layout
17047
17048
17049 \backslash
17050 ifcolortbl
17051 \end_layout
17052
17053 \end_inset
17054
17055
17056 \begin_inset Note Note
17057 status open
17058
17059 \begin_layout Plain Layout
17060 The following section part will only be displayed when the \SpecialChar LaTeX
17061 -package 
17062 \series bold
17063 colortbl
17064 \series default
17065  is installed.
17066 \end_layout
17067
17068 \end_inset
17069
17070
17071 \end_layout
17072
17073 \begin_layout Standard
17074 To create colored tables, 
17075 \series bold
17076 colortbl
17077 \series default
17078  must be loaded in the preamble with the line
17079 \end_layout
17080
17081 \begin_layout Standard
17082
17083 \series bold
17084
17085 \backslash
17086 usepackage{colortbl}
17087 \end_layout
17088
17089 \begin_layout Standard
17090 The color of a column is adjusted with the command
17091 \end_layout
17092
17093 \begin_layout Standard
17094
17095 \series bold
17096
17097 \backslash
17098 columncolor{name of color}
17099 \end_layout
17100
17101 \begin_layout Standard
17102 inside the command 
17103 \series bold
17104 >{ }
17105 \series default
17106 .
17107  More about the command 
17108 \series bold
17109 >{}
17110 \series default
17111  is contained in section
17112 \begin_inset space ~
17113 \end_inset
17114
17115
17116 \begin_inset CommandInset ref
17117 LatexCommand ref
17118 reference "subsec:Multicolumn-Calculations"
17119
17120 \end_inset
17121
17122 .
17123 \end_layout
17124
17125 \begin_layout Standard
17126 The following color names are predefined:
17127 \end_layout
17128
17129 \begin_layout Standard
17130
17131 \family sans
17132 red
17133 \family default
17134
17135 \family sans
17136 green
17137 \family default
17138
17139 \family sans
17140 yellow
17141 \family default
17142
17143 \family sans
17144 blue
17145 \family default
17146
17147 \family sans
17148 cyan
17149 \family default
17150
17151 \family sans
17152 magenta
17153 \family default
17154
17155 \family sans
17156 black
17157 \family default
17158  and 
17159 \family sans
17160 white
17161 \end_layout
17162
17163 \begin_layout Standard
17164 \begin_inset VSpace medskip
17165 \end_inset
17166
17167
17168 \end_layout
17169
17170 \begin_layout Standard
17171 If you add the option
17172 \end_layout
17173
17174 \begin_layout Standard
17175
17176 \series bold
17177 dvipsnames
17178 \end_layout
17179
17180 \begin_layout Standard
17181 to the document class options in the document settings, you can additionally
17182  use further 61
17183 \begin_inset space ~
17184 \end_inset
17185
17186 colors.
17187  These colors are listed in appendix
17188 \begin_inset space ~
17189 \end_inset
17190
17191
17192 \begin_inset CommandInset ref
17193 LatexCommand ref
17194 reference "chap:List-of-dvips-colornames"
17195
17196 \end_inset
17197
17198 .
17199  One of these colors, 
17200 \family sans
17201 Maroon
17202 \family default
17203 , is used as example in Table
17204 \begin_inset space ~
17205 \end_inset
17206
17207
17208 \begin_inset CommandInset ref
17209 LatexCommand ref
17210 reference "tab:Table-colored-using"
17211
17212 \end_inset
17213
17214 .
17215 \end_layout
17216
17217 \begin_layout Standard
17218 \begin_inset VSpace medskip
17219 \end_inset
17220
17221
17222 \end_layout
17223
17224 \begin_layout Standard
17225 You can also define your own color with the command
17226 \end_layout
17227
17228 \begin_layout Standard
17229
17230 \series bold
17231
17232 \backslash
17233 definecolor{color name}{color model}{color values}
17234 \end_layout
17235
17236 \begin_layout Standard
17237 The color model can be
17238 \end_layout
17239
17240 \begin_layout Labeling
17241 \labelwidthstring 00.00.0000
17242 cmyk: cyan, magenta, yellow, black
17243 \end_layout
17244
17245 \begin_layout Labeling
17246 \labelwidthstring 00.00.0000
17247 rgb: red, green blue
17248 \end_layout
17249
17250 \begin_layout Labeling
17251 \labelwidthstring 00.00.0000
17252 gray gray
17253 \end_layout
17254
17255 \begin_layout Standard
17256 and the color values are comma separated numbers between 0 and 1 describing
17257  the factor for the corresponding color of the color model.
17258 \end_layout
17259
17260 \begin_layout Standard
17261 You can e.
17262 \begin_inset space \thinspace{}
17263 \end_inset
17264
17265 g.
17266 \begin_inset space \space{}
17267 \end_inset
17268
17269 define the color "
17270 \emph on
17271 darkgreen
17272 \emph default
17273 " in the preamble with
17274 \end_layout
17275
17276 \begin_layout Standard
17277
17278 \series bold
17279
17280 \backslash
17281 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17282 \end_layout
17283
17284 \begin_layout Standard
17285 and the color "
17286 \emph on
17287 lightgray
17288 \emph default
17289 " with
17290 \end_layout
17291
17292 \begin_layout Standard
17293
17294 \series bold
17295
17296 \backslash
17297 definecolor{lightgray}{gray}{0.8}
17298 \end_layout
17299
17300 \begin_layout Standard
17301 \begin_inset VSpace medskip
17302 \end_inset
17303
17304
17305 \end_layout
17306
17307 \begin_layout Standard
17308 Lines are colored with the command
17309 \end_layout
17310
17311 \begin_layout Standard
17312
17313 \series bold
17314
17315 \backslash
17316 rowcolor{name of color}
17317 \end_layout
17318
17319 \begin_layout Standard
17320 and cells are colored with the command
17321 \end_layout
17322
17323 \begin_layout Standard
17324
17325 \series bold
17326
17327 \backslash
17328 cellcolor{name of color}
17329 \end_layout
17330
17331 \begin_layout Standard
17332 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
17333  Code.
17334 \end_layout
17335
17336 \begin_layout Standard
17337 To color characters in the table, mark the cells and use the 
17338 \family sans
17339 Text
17340 \begin_inset space ~
17341 \end_inset
17342
17343 Style
17344 \family default
17345  dialog.
17346  If a cell contains \SpecialChar TeX
17347  Code mark only the characters, otherwise the colored
17348  \SpecialChar TeX
17349  Code will cause \SpecialChar LaTeX
17350  errors.
17351 \end_layout
17352
17353 \begin_layout Standard
17354 \begin_inset Note Greyedout
17355 status open
17356
17357 \begin_layout Plain Layout
17358
17359 \series bold
17360 Note:
17361 \series default
17362  Not all DVI-viewers are able to display self-defined colors.
17363 \end_layout
17364
17365 \end_inset
17366
17367
17368 \end_layout
17369
17370 \begin_layout Standard
17371 \begin_inset VSpace bigskip
17372 \end_inset
17373
17374
17375 \end_layout
17376
17377 \begin_layout Standard
17378 To create Table
17379 \begin_inset space ~
17380 \end_inset
17381
17382
17383 \begin_inset CommandInset ref
17384 LatexCommand ref
17385 reference "tab:Table-colored-using"
17386
17387 \end_inset
17388
17389  do the following: The color of the first column should be 
17390 \emph on
17391 darkgreen
17392 \emph default
17393 .
17394  So insert
17395 \end_layout
17396
17397 \begin_layout Standard
17398
17399 \series bold
17400 >{
17401 \backslash
17402 columncolor{darkgreen}
17403 \backslash
17404 centering}c
17405 \end_layout
17406
17407 \begin_layout Standard
17408 as \SpecialChar LaTeX
17409 -argument for this column.
17410  The first row should be light blue, therefore the \SpecialChar TeX
17411  Code command
17412 \end_layout
17413
17414 \begin_layout Standard
17415
17416 \series bold
17417
17418 \backslash
17419 rowcolor{cyan}
17420 \end_layout
17421
17422 \begin_layout Standard
17423 is inserted to the first cell of this row.
17424  Note that this overwrites the column color for the first cell.
17425  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
17426  Code
17427  command
17428 \end_layout
17429
17430 \begin_layout Standard
17431
17432 \series bold
17433
17434 \backslash
17435 cellcolor{Maroon}
17436 \end_layout
17437
17438 \begin_layout Standard
17439 The characters could now be colored using the menu 
17440 \family sans
17441 Edit\SpecialChar menuseparator
17442 Text
17443 \begin_inset space ~
17444 \end_inset
17445
17446 Style
17447 \family default
17448 .
17449 \end_layout
17450
17451 \begin_layout Standard
17452 \begin_inset Float table
17453 placement h
17454 wide false
17455 sideways false
17456 status open
17457
17458 \begin_layout Plain Layout
17459 \begin_inset Caption Standard
17460
17461 \begin_layout Plain Layout
17462 \begin_inset CommandInset label
17463 LatexCommand label
17464 name "tab:Table-colored-using"
17465
17466 \end_inset
17467
17468 Table colored using the package 
17469 \series bold
17470 colortbl
17471 \series default
17472
17473 \begin_inset Argument 1
17474 status collapsed
17475
17476 \begin_layout Plain Layout
17477 Table with colortbl
17478 \end_layout
17479
17480 \end_inset
17481
17482
17483 \end_layout
17484
17485 \end_inset
17486
17487
17488 \end_layout
17489
17490 \begin_layout Plain Layout
17491 \align center
17492 \begin_inset Tabular
17493 <lyxtabular version="3" rows="3" columns="3">
17494 <features tabularvalignment="middle">
17495 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17496 <column alignment="center" valignment="top">
17497 <column alignment="center" valignment="top">
17498 <row>
17499 <cell alignment="center" valignment="top" usebox="none">
17500 \begin_inset Text
17501
17502 \begin_layout Plain Layout
17503 \begin_inset ERT
17504 status collapsed
17505
17506 \begin_layout Plain Layout
17507
17508
17509 \backslash
17510 rowcolor{cyan}
17511 \end_layout
17512
17513 \end_inset
17514
17515
17516 \color magenta
17517 a
17518 \end_layout
17519
17520 \end_inset
17521 </cell>
17522 <cell alignment="center" valignment="top" usebox="none">
17523 \begin_inset Text
17524
17525 \begin_layout Plain Layout
17526
17527 \color red
17528 b
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 <cell alignment="center" valignment="top" usebox="none">
17534 \begin_inset Text
17535
17536 \begin_layout Plain Layout
17537
17538 \color red
17539 c
17540 \end_layout
17541
17542 \end_inset
17543 </cell>
17544 </row>
17545 <row>
17546 <cell alignment="center" valignment="top" usebox="none">
17547 \begin_inset Text
17548
17549 \begin_layout Plain Layout
17550
17551 \color yellow
17552 d
17553 \end_layout
17554
17555 \end_inset
17556 </cell>
17557 <cell alignment="center" valignment="top" usebox="none">
17558 \begin_inset Text
17559
17560 \begin_layout Plain Layout
17561
17562 \color blue
17563 e
17564 \end_layout
17565
17566 \end_inset
17567 </cell>
17568 <cell alignment="center" valignment="top" usebox="none">
17569 \begin_inset Text
17570
17571 \begin_layout Plain Layout
17572
17573 \color blue
17574 f
17575 \end_layout
17576
17577 \end_inset
17578 </cell>
17579 </row>
17580 <row>
17581 <cell alignment="center" valignment="top" usebox="none">
17582 \begin_inset Text
17583
17584 \begin_layout Plain Layout
17585
17586 \color yellow
17587 g
17588 \end_layout
17589
17590 \end_inset
17591 </cell>
17592 <cell alignment="center" valignment="top" usebox="none">
17593 \begin_inset Text
17594
17595 \begin_layout Plain Layout
17596
17597 \color blue
17598 h
17599 \end_layout
17600
17601 \end_inset
17602 </cell>
17603 <cell alignment="center" valignment="top" usebox="none">
17604 \begin_inset Text
17605
17606 \begin_layout Plain Layout
17607 \begin_inset ERT
17608 status collapsed
17609
17610 \begin_layout Plain Layout
17611
17612
17613 \backslash
17614 cellcolor{Maroon}
17615 \end_layout
17616
17617 \end_inset
17618
17619
17620 \color green
17621 i
17622 \end_layout
17623
17624 \end_inset
17625 </cell>
17626 </row>
17627 </lyxtabular>
17628
17629 \end_inset
17630
17631
17632 \end_layout
17633
17634 \end_inset
17635
17636
17637 \end_layout
17638
17639 \begin_layout Standard
17640 \begin_inset ERT
17641 status collapsed
17642
17643 \begin_layout Plain Layout
17644
17645
17646 \backslash
17647 else
17648 \end_layout
17649
17650 \end_inset
17651
17652
17653 \begin_inset Note Note
17654 status open
17655
17656 \begin_layout Plain Layout
17657 The following will be displayed when the \SpecialChar LaTeX
17658 -package 
17659 \series bold
17660 colortbl
17661 \series default
17662  is not installed:
17663 \end_layout
17664
17665 \end_inset
17666
17667
17668 \end_layout
17669
17670 \begin_layout Standard
17671 You need to install the package 
17672 \series bold
17673 colortbl
17674 \series default
17675  to see the content of this section in the output.
17676 \end_layout
17677
17678 \begin_layout Standard
17679 \begin_inset ERT
17680 status collapsed
17681
17682 \begin_layout Plain Layout
17683
17684
17685 \backslash
17686 fi
17687 \end_layout
17688
17689 \end_inset
17690
17691
17692 \end_layout
17693
17694 \begin_layout Subsection
17695 Colored Rows
17696 \begin_inset Index idx
17697 status collapsed
17698
17699 \begin_layout Plain Layout
17700 Table Color ! for Rows
17701 \end_layout
17702
17703 \end_inset
17704
17705
17706 \begin_inset Index idx
17707 status collapsed
17708
17709 \begin_layout Plain Layout
17710 Color ! for Table Rows
17711 \end_layout
17712
17713 \end_inset
17714
17715
17716 \end_layout
17717
17718 \begin_layout Standard
17719 In case every second table row needs to be colored there is an alternative
17720  to the method described in the previous section: One loads the package
17721  
17722 \series bold
17723 xcolor
17724 \series default
17725
17726 \begin_inset Index idx
17727 status collapsed
17728
17729 \begin_layout Plain Layout
17730 \SpecialChar LaTeX
17731 -packages ! xcolor
17732 \begin_inset ERT
17733 status collapsed
17734
17735 \begin_layout Plain Layout
17736
17737
17738 \backslash
17739 vspace{4mm}
17740 \end_layout
17741
17742 \end_inset
17743
17744
17745 \end_layout
17746
17747 \end_inset
17748
17749  in the document preamble with the command
17750 \end_layout
17751
17752 \begin_layout Standard
17753
17754 \series bold
17755
17756 \backslash
17757 usepackage[table]{xcolor}
17758 \end_layout
17759
17760 \begin_layout Standard
17761
17762 \series bold
17763 xcolor
17764 \series default
17765  automatically loads also the package 
17766 \series bold
17767 colortbl
17768 \series default
17769
17770 \begin_inset Index idx
17771 status collapsed
17772
17773 \begin_layout Plain Layout
17774 \SpecialChar LaTeX
17775 -packages ! colortbl
17776 \end_layout
17777
17778 \end_inset
17779
17780 , so 
17781 \series bold
17782 colortbl
17783 \series default
17784  must be installed in your \SpecialChar LaTeX
17785 -distribution, otherwise you get \SpecialChar LaTeX
17786 -errors.
17787 \end_layout
17788
17789 \begin_layout Standard
17790 \begin_inset ERT
17791 status collapsed
17792
17793 \begin_layout Plain Layout
17794
17795
17796 \backslash
17797 ifcolortbl
17798 \end_layout
17799
17800 \end_inset
17801
17802
17803 \begin_inset Note Note
17804 status open
17805
17806 \begin_layout Plain Layout
17807 The following section part will only be displayed when the \SpecialChar LaTeX
17808 -package 
17809 \series bold
17810 colortbl
17811 \series default
17812  is installed.
17813 \end_layout
17814
17815 \end_inset
17816
17817
17818 \end_layout
17819
17820 \begin_layout Standard
17821 The table rows are colored with the command
17822 \end_layout
17823
17824 \begin_layout Standard
17825
17826 \series bold
17827
17828 \backslash
17829 rowcolors[commands]{row number}{odd row color}{even row color}
17830 \end_layout
17831
17832 \begin_layout Standard
17833 that is either inserted in the document preamble or as \SpecialChar TeX
17834  Code before the
17835  first table to be colored.
17836  row
17837 \begin_inset space ~
17838 \end_inset
17839
17840 number is the number of the first row which should be colored according
17841  to the odd row color.
17842  commands can be additional commands that are executed before every table
17843  row.
17844  So for example the command
17845 \end_layout
17846
17847 \begin_layout Standard
17848
17849 \series bold
17850
17851 \backslash
17852 rowcolors{1}{white}{lightgray}
17853 \end_layout
17854
17855 \begin_layout Standard
17856 leads to the coloring scheme of Table
17857 \begin_inset space ~
17858 \end_inset
17859
17860
17861 \begin_inset CommandInset ref
17862 LatexCommand ref
17863 reference "tab:Table-rowcolors"
17864
17865 \end_inset
17866
17867 .
17868  The command
17869 \end_layout
17870
17871 \begin_layout Standard
17872
17873 \series bold
17874
17875 \backslash
17876 rowcolors[
17877 \backslash
17878 hline]{1}{lightgray}{cyan}
17879 \end_layout
17880
17881 \begin_layout Standard
17882 leads to the coloring scheme of Table
17883 \begin_inset space ~
17884 \end_inset
17885
17886
17887 \begin_inset CommandInset ref
17888 LatexCommand ref
17889 reference "tab:Table-rowcolors-2"
17890
17891 \end_inset
17892
17893 .
17894  If odd
17895 \begin_inset space ~
17896 \end_inset
17897
17898 row
17899 \begin_inset space ~
17900 \end_inset
17901
17902 color and/or even
17903 \begin_inset space ~
17904 \end_inset
17905
17906 row
17907 \begin_inset space ~
17908 \end_inset
17909
17910 color are left empty, no color will be used so that the command
17911 \end_layout
17912
17913 \begin_layout Standard
17914
17915 \series bold
17916
17917 \backslash
17918 rowcolors{1}{}{}
17919 \end_layout
17920
17921 \begin_layout Standard
17922 deletes all colors.
17923  
17924 \series bold
17925
17926 \backslash
17927 rowcolors
17928 \series default
17929  affects all tables following that command.
17930 \end_layout
17931
17932 \begin_layout Standard
17933 \begin_inset ERT
17934 status open
17935
17936 \begin_layout Plain Layout
17937
17938
17939 \backslash
17940 rowcolors{1}{white}{lightgray}
17941 \end_layout
17942
17943 \end_inset
17944
17945
17946 \end_layout
17947
17948 \begin_layout Standard
17949 \begin_inset Float table
17950 placement h
17951 wide false
17952 sideways false
17953 status open
17954
17955 \begin_layout Plain Layout
17956 \begin_inset Caption Standard
17957
17958 \begin_layout Plain Layout
17959 \begin_inset CommandInset label
17960 LatexCommand label
17961 name "tab:Table-rowcolors"
17962
17963 \end_inset
17964
17965 Table where every second row is colored light gray.
17966 \end_layout
17967
17968 \end_inset
17969
17970
17971 \end_layout
17972
17973 \begin_layout Plain Layout
17974 \align center
17975 \begin_inset Tabular
17976 <lyxtabular version="3" rows="4" columns="3">
17977 <features tabularvalignment="middle">
17978 <column alignment="center" valignment="top">
17979 <column alignment="center" valignment="top" width="0pt">
17980 <column alignment="center" valignment="top" width="0pt">
17981 <row>
17982 <cell alignment="center" valignment="top" usebox="none">
17983 \begin_inset Text
17984
17985 \begin_layout Plain Layout
17986 X
17987 \end_layout
17988
17989 \end_inset
17990 </cell>
17991 <cell alignment="center" valignment="top" usebox="none">
17992 \begin_inset Text
17993
17994 \begin_layout Plain Layout
17995 Y
17996 \end_layout
17997
17998 \end_inset
17999 </cell>
18000 <cell alignment="center" valignment="top" usebox="none">
18001 \begin_inset Text
18002
18003 \begin_layout Plain Layout
18004 Z
18005 \end_layout
18006
18007 \end_inset
18008 </cell>
18009 </row>
18010 <row>
18011 <cell alignment="center" valignment="top" usebox="none">
18012 \begin_inset Text
18013
18014 \begin_layout Plain Layout
18015 1
18016 \end_layout
18017
18018 \end_inset
18019 </cell>
18020 <cell alignment="center" valignment="top" usebox="none">
18021 \begin_inset Text
18022
18023 \begin_layout Plain Layout
18024 2
18025 \end_layout
18026
18027 \end_inset
18028 </cell>
18029 <cell alignment="center" valignment="top" usebox="none">
18030 \begin_inset Text
18031
18032 \begin_layout Plain Layout
18033 3
18034 \end_layout
18035
18036 \end_inset
18037 </cell>
18038 </row>
18039 <row>
18040 <cell alignment="center" valignment="top" usebox="none">
18041 \begin_inset Text
18042
18043 \begin_layout Plain Layout
18044 4
18045 \end_layout
18046
18047 \end_inset
18048 </cell>
18049 <cell alignment="center" valignment="top" usebox="none">
18050 \begin_inset Text
18051
18052 \begin_layout Plain Layout
18053 5
18054 \end_layout
18055
18056 \end_inset
18057 </cell>
18058 <cell alignment="center" valignment="top" usebox="none">
18059 \begin_inset Text
18060
18061 \begin_layout Plain Layout
18062 6
18063 \end_layout
18064
18065 \end_inset
18066 </cell>
18067 </row>
18068 <row>
18069 <cell alignment="center" valignment="top" usebox="none">
18070 \begin_inset Text
18071
18072 \begin_layout Plain Layout
18073 7
18074 \end_layout
18075
18076 \end_inset
18077 </cell>
18078 <cell alignment="center" valignment="top" usebox="none">
18079 \begin_inset Text
18080
18081 \begin_layout Plain Layout
18082 8
18083 \end_layout
18084
18085 \end_inset
18086 </cell>
18087 <cell alignment="center" valignment="top" usebox="none">
18088 \begin_inset Text
18089
18090 \begin_layout Plain Layout
18091 9
18092 \end_layout
18093
18094 \end_inset
18095 </cell>
18096 </row>
18097 </lyxtabular>
18098
18099 \end_inset
18100
18101
18102 \end_layout
18103
18104 \end_inset
18105
18106
18107 \end_layout
18108
18109 \begin_layout Standard
18110 \begin_inset ERT
18111 status open
18112
18113 \begin_layout Plain Layout
18114
18115
18116 \backslash
18117 rowcolors[
18118 \backslash
18119 hline]{1}{lightgray}{cyan}
18120 \end_layout
18121
18122 \end_inset
18123
18124
18125 \end_layout
18126
18127 \begin_layout Standard
18128 \begin_inset Float table
18129 placement h
18130 wide false
18131 sideways false
18132 status open
18133
18134 \begin_layout Plain Layout
18135 \begin_inset Caption Standard
18136
18137 \begin_layout Plain Layout
18138 \begin_inset CommandInset label
18139 LatexCommand label
18140 name "tab:Table-rowcolors-2"
18141
18142 \end_inset
18143
18144 Table where every second row is colored cyan and at which there is a line
18145  between each row.
18146 \end_layout
18147
18148 \end_inset
18149
18150
18151 \end_layout
18152
18153 \begin_layout Plain Layout
18154 \align center
18155 \begin_inset Tabular
18156 <lyxtabular version="3" rows="4" columns="3">
18157 <features tabularvalignment="middle">
18158 <column alignment="center" valignment="top">
18159 <column alignment="center" valignment="top">
18160 <column alignment="center" valignment="top" width="0pt">
18161 <row>
18162 <cell alignment="center" valignment="top" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Plain Layout
18166 X
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 <cell alignment="center" valignment="top" usebox="none">
18172 \begin_inset Text
18173
18174 \begin_layout Plain Layout
18175 Y
18176 \end_layout
18177
18178 \end_inset
18179 </cell>
18180 <cell alignment="center" valignment="top" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184 Z
18185 \end_layout
18186
18187 \end_inset
18188 </cell>
18189 </row>
18190 <row>
18191 <cell alignment="center" valignment="top" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195 1
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 <cell alignment="center" valignment="top" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout Plain Layout
18204 2
18205 \end_layout
18206
18207 \end_inset
18208 </cell>
18209 <cell alignment="center" valignment="top" usebox="none">
18210 \begin_inset Text
18211
18212 \begin_layout Plain Layout
18213 3
18214 \end_layout
18215
18216 \end_inset
18217 </cell>
18218 </row>
18219 <row>
18220 <cell alignment="center" valignment="top" usebox="none">
18221 \begin_inset Text
18222
18223 \begin_layout Plain Layout
18224 4
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 5
18234 \end_layout
18235
18236 \end_inset
18237 </cell>
18238 <cell alignment="center" valignment="top" usebox="none">
18239 \begin_inset Text
18240
18241 \begin_layout Plain Layout
18242 6
18243 \end_layout
18244
18245 \end_inset
18246 </cell>
18247 </row>
18248 <row>
18249 <cell alignment="center" valignment="top" usebox="none">
18250 \begin_inset Text
18251
18252 \begin_layout Plain Layout
18253 7
18254 \end_layout
18255
18256 \end_inset
18257 </cell>
18258 <cell alignment="center" valignment="top" usebox="none">
18259 \begin_inset Text
18260
18261 \begin_layout Plain Layout
18262 8
18263 \end_layout
18264
18265 \end_inset
18266 </cell>
18267 <cell alignment="center" valignment="top" usebox="none">
18268 \begin_inset Text
18269
18270 \begin_layout Plain Layout
18271 9
18272 \end_layout
18273
18274 \end_inset
18275 </cell>
18276 </row>
18277 </lyxtabular>
18278
18279 \end_inset
18280
18281
18282 \end_layout
18283
18284 \end_inset
18285
18286
18287 \end_layout
18288
18289 \begin_layout Standard
18290 \begin_inset ERT
18291 status collapsed
18292
18293 \begin_layout Plain Layout
18294
18295
18296 \backslash
18297 rowcolors{1}{}{}
18298 \end_layout
18299
18300 \end_inset
18301
18302
18303 \begin_inset Note Note
18304 status collapsed
18305
18306 \begin_layout Plain Layout
18307 turns off the row coloring
18308 \end_layout
18309
18310 \end_inset
18311
18312
18313 \end_layout
18314
18315 \begin_layout Standard
18316 \begin_inset ERT
18317 status collapsed
18318
18319 \begin_layout Plain Layout
18320
18321
18322 \backslash
18323 else
18324 \end_layout
18325
18326 \end_inset
18327
18328
18329 \begin_inset Note Note
18330 status open
18331
18332 \begin_layout Plain Layout
18333 The following will be displayed when the \SpecialChar LaTeX
18334 -package 
18335 \series bold
18336 colortbl
18337 \series default
18338  is not installed:
18339 \end_layout
18340
18341 \end_inset
18342
18343
18344 \end_layout
18345
18346 \begin_layout Standard
18347 You need to install the package 
18348 \series bold
18349 colortbl
18350 \series default
18351  to see the content of this section in the output.
18352 \end_layout
18353
18354 \begin_layout Standard
18355 \begin_inset ERT
18356 status collapsed
18357
18358 \begin_layout Plain Layout
18359
18360
18361 \backslash
18362 fi
18363 \end_layout
18364
18365 \end_inset
18366
18367
18368 \end_layout
18369
18370 \begin_layout Subsection
18371 Colored Lines
18372 \begin_inset Index idx
18373 status collapsed
18374
18375 \begin_layout Plain Layout
18376 Table Color ! for Lines
18377 \end_layout
18378
18379 \end_inset
18380
18381
18382 \begin_inset Index idx
18383 status collapsed
18384
18385 \begin_layout Plain Layout
18386 Color ! for Table Lines
18387 \end_layout
18388
18389 \end_inset
18390
18391
18392 \end_layout
18393
18394 \begin_layout Standard
18395 As described in section
18396 \begin_inset space ~
18397 \end_inset
18398
18399
18400 \begin_inset CommandInset ref
18401 LatexCommand ref
18402 reference "subsec:Line-Thickness"
18403
18404 \end_inset
18405
18406 , the line thickness for all lines in a table can be adjusted with the length
18407  
18408 \series bold
18409
18410 \backslash
18411 arrayrulewidth
18412 \series default
18413 .
18414  It is set to 1.5
18415 \begin_inset space \thinspace{}
18416 \end_inset
18417
18418 pt for all tables of this section.
18419 \begin_inset ERT
18420 status collapsed
18421
18422 \begin_layout Plain Layout
18423
18424
18425 \backslash
18426 setlength{
18427 \backslash
18428 arrayrulewidth}{1.5pt}
18429 \end_layout
18430
18431 \end_inset
18432
18433
18434 \end_layout
18435
18436 \begin_layout Standard
18437 To color vertical lines for example with green, create the following column
18438  format in the document preamble, according to the description in section
18439 \begin_inset space ~
18440 \end_inset
18441
18442
18443 \begin_inset CommandInset ref
18444 LatexCommand ref
18445 reference "subsec:Customized-Format"
18446
18447 \end_inset
18448
18449 :
18450 \end_layout
18451
18452 \begin_layout Standard
18453
18454 \series bold
18455
18456 \backslash
18457 newcolumntype{W}{!{
18458 \backslash
18459 color{green}
18460 \backslash
18461 vline}}
18462 \end_layout
18463
18464 \begin_layout Standard
18465 For Table
18466 \begin_inset space ~
18467 \end_inset
18468
18469
18470 \begin_inset CommandInset ref
18471 LatexCommand ref
18472 reference "tab:Table-with-vertical-colored"
18473
18474 \end_inset
18475
18476  the \SpecialChar LaTeX
18477 -argument
18478 \series bold
18479  WcW
18480 \series default
18481  was used for the last column and
18482 \series bold
18483  Wc
18484 \series default
18485  for the other columns.
18486 \end_layout
18487
18488 \begin_layout Standard
18489 If you want to have several colors, define more column formats.
18490 \end_layout
18491
18492 \begin_layout Standard
18493 \begin_inset Float table
18494 placement h
18495 wide false
18496 sideways false
18497 status open
18498
18499 \begin_layout Plain Layout
18500 \begin_inset Caption Standard
18501
18502 \begin_layout Plain Layout
18503 \begin_inset CommandInset label
18504 LatexCommand label
18505 name "tab:Table-with-vertical-colored"
18506
18507 \end_inset
18508
18509 Table with colored vertical lines
18510 \end_layout
18511
18512 \end_inset
18513
18514
18515 \end_layout
18516
18517 \begin_layout Plain Layout
18518 \align center
18519 \begin_inset Tabular
18520 <lyxtabular version="3" rows="3" columns="3">
18521 <features tabularvalignment="middle">
18522 <column alignment="center" valignment="top" special="Wc">
18523 <column alignment="center" valignment="top" special="Wc">
18524 <column alignment="center" valignment="top" special="WcW">
18525 <row>
18526 <cell alignment="center" valignment="top" topline="true" usebox="none">
18527 \begin_inset Text
18528
18529 \begin_layout Plain Layout
18530 sd
18531 \end_layout
18532
18533 \end_inset
18534 </cell>
18535 <cell alignment="center" valignment="top" topline="true" usebox="none">
18536 \begin_inset Text
18537
18538 \begin_layout Plain Layout
18539
18540 \end_layout
18541
18542 \end_inset
18543 </cell>
18544 <cell alignment="center" valignment="top" topline="true" usebox="none">
18545 \begin_inset Text
18546
18547 \begin_layout Plain Layout
18548
18549 \end_layout
18550
18551 \end_inset
18552 </cell>
18553 </row>
18554 <row>
18555 <cell alignment="center" valignment="top" topline="true" usebox="none">
18556 \begin_inset Text
18557
18558 \begin_layout Plain Layout
18559
18560 \end_layout
18561
18562 \end_inset
18563 </cell>
18564 <cell alignment="center" valignment="top" topline="true" usebox="none">
18565 \begin_inset Text
18566
18567 \begin_layout Plain Layout
18568 sd
18569 \end_layout
18570
18571 \end_inset
18572 </cell>
18573 <cell alignment="center" valignment="top" topline="true" usebox="none">
18574 \begin_inset Text
18575
18576 \begin_layout Plain Layout
18577
18578 \end_layout
18579
18580 \end_inset
18581 </cell>
18582 </row>
18583 <row>
18584 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18585 \begin_inset Text
18586
18587 \begin_layout Plain Layout
18588
18589 \end_layout
18590
18591 \end_inset
18592 </cell>
18593 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18594 \begin_inset Text
18595
18596 \begin_layout Plain Layout
18597
18598 \end_layout
18599
18600 \end_inset
18601 </cell>
18602 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606 sd
18607 \end_layout
18608
18609 \end_inset
18610 </cell>
18611 </row>
18612 </lyxtabular>
18613
18614 \end_inset
18615
18616
18617 \end_layout
18618
18619 \end_inset
18620
18621
18622 \end_layout
18623
18624 \begin_layout Standard
18625 \begin_inset VSpace bigskip
18626 \end_inset
18627
18628 To color horizontal lines for example with red, as in Table
18629 \begin_inset space ~
18630 \end_inset
18631
18632
18633 \begin_inset CommandInset ref
18634 LatexCommand ref
18635 reference "tab:Table-with-horizontal-colored"
18636
18637 \end_inset
18638
18639 , insert these commands in \SpecialChar TeX
18640  Code before the table or table float:
18641 \end_layout
18642
18643 \begin_layout Standard
18644
18645 \series bold
18646
18647 \backslash
18648 let
18649 \backslash
18650 myHlineC
18651 \backslash
18652 hline
18653 \begin_inset Newline newline
18654 \end_inset
18655
18656
18657 \backslash
18658 renewcommand{
18659 \backslash
18660 hline}
18661 \begin_inset Newline newline
18662 \end_inset
18663
18664
18665 \begin_inset Phantom HPhantom
18666 status open
18667
18668 \begin_layout Plain Layout
18669
18670 \series bold
18671 \begin_inset space ~
18672 \end_inset
18673
18674
18675 \end_layout
18676
18677 \end_inset
18678
18679 {
18680 \backslash
18681 arrayrulecolor{red}
18682 \backslash
18683 myHlineC
18684 \backslash
18685 arrayrulecolor{black}}
18686 \end_layout
18687
18688 \begin_layout Standard
18689 \begin_inset ERT
18690 status collapsed
18691
18692 \begin_layout Plain Layout
18693
18694
18695 \backslash
18696 let
18697 \backslash
18698 myHlineC
18699 \backslash
18700 hline
18701 \end_layout
18702
18703 \begin_layout Plain Layout
18704
18705
18706 \backslash
18707 renewcommand{
18708 \backslash
18709 hline}
18710 \end_layout
18711
18712 \begin_layout Plain Layout
18713
18714  {
18715 \backslash
18716 arrayrulecolor{red}
18717 \backslash
18718 myHlineC
18719 \backslash
18720 arrayrulecolor{black}}
18721 \end_layout
18722
18723 \end_inset
18724
18725
18726 \begin_inset Float table
18727 placement h
18728 wide false
18729 sideways false
18730 status open
18731
18732 \begin_layout Plain Layout
18733 \begin_inset Caption Standard
18734
18735 \begin_layout Plain Layout
18736 \begin_inset CommandInset label
18737 LatexCommand label
18738 name "tab:Table-with-horizontal-colored"
18739
18740 \end_inset
18741
18742 Table with colored horizontal lines
18743 \end_layout
18744
18745 \end_inset
18746
18747
18748 \end_layout
18749
18750 \begin_layout Plain Layout
18751 \align center
18752 \begin_inset Tabular
18753 <lyxtabular version="3" rows="3" columns="3">
18754 <features tabularvalignment="middle">
18755 <column alignment="center" valignment="top">
18756 <column alignment="center" valignment="top">
18757 <column alignment="center" valignment="top">
18758 <row>
18759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18760 \begin_inset Text
18761
18762 \begin_layout Plain Layout
18763 sd
18764 \end_layout
18765
18766 \end_inset
18767 </cell>
18768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18769 \begin_inset Text
18770
18771 \begin_layout Plain Layout
18772
18773 \end_layout
18774
18775 \end_inset
18776 </cell>
18777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18778 \begin_inset Text
18779
18780 \begin_layout Plain Layout
18781
18782 \end_layout
18783
18784 \end_inset
18785 </cell>
18786 </row>
18787 <row>
18788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18789 \begin_inset Text
18790
18791 \begin_layout Plain Layout
18792
18793 \end_layout
18794
18795 \end_inset
18796 </cell>
18797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18798 \begin_inset Text
18799
18800 \begin_layout Plain Layout
18801 sd
18802 \end_layout
18803
18804 \end_inset
18805 </cell>
18806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18807 \begin_inset Text
18808
18809 \begin_layout Plain Layout
18810
18811 \end_layout
18812
18813 \end_inset
18814 </cell>
18815 </row>
18816 <row>
18817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18818 \begin_inset Text
18819
18820 \begin_layout Plain Layout
18821
18822 \end_layout
18823
18824 \end_inset
18825 </cell>
18826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18827 \begin_inset Text
18828
18829 \begin_layout Plain Layout
18830
18831 \end_layout
18832
18833 \end_inset
18834 </cell>
18835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18836 \begin_inset Text
18837
18838 \begin_layout Plain Layout
18839 sd
18840 \end_layout
18841
18842 \end_inset
18843 </cell>
18844 </row>
18845 </lyxtabular>
18846
18847 \end_inset
18848
18849
18850 \end_layout
18851
18852 \end_inset
18853
18854
18855 \end_layout
18856
18857 \begin_layout Standard
18858 To return to the default line color black, insert this command in \SpecialChar TeX
18859  Code
18860  after the table or table float:
18861 \end_layout
18862
18863 \begin_layout Standard
18864
18865 \series bold
18866
18867 \backslash
18868 renewcommand{
18869 \backslash
18870 hline}{
18871 \backslash
18872 myHlineC}
18873 \end_layout
18874
18875 \begin_layout Standard
18876 Table
18877 \begin_inset space ~
18878 \end_inset
18879
18880
18881 \begin_inset CommandInset ref
18882 LatexCommand ref
18883 reference "tab:Table-with-colored"
18884
18885 \end_inset
18886
18887  is an example with colored vertical and horizontal lines.
18888 \end_layout
18889
18890 \begin_layout Standard
18891 \begin_inset Float table
18892 placement h
18893 wide false
18894 sideways false
18895 status open
18896
18897 \begin_layout Plain Layout
18898 \begin_inset Caption Standard
18899
18900 \begin_layout Plain Layout
18901 \begin_inset CommandInset label
18902 LatexCommand label
18903 name "tab:Table-with-colored"
18904
18905 \end_inset
18906
18907 Table with colored lines
18908 \end_layout
18909
18910 \end_inset
18911
18912
18913 \end_layout
18914
18915 \begin_layout Plain Layout
18916 \align center
18917 \begin_inset Tabular
18918 <lyxtabular version="3" rows="3" columns="3">
18919 <features tabularvalignment="middle">
18920 <column alignment="center" valignment="top" special="Wc">
18921 <column alignment="center" valignment="top" special="Wc">
18922 <column alignment="center" valignment="top" special="WcW">
18923 <row>
18924 <cell alignment="center" valignment="top" topline="true" usebox="none">
18925 \begin_inset Text
18926
18927 \begin_layout Plain Layout
18928 sd
18929 \end_layout
18930
18931 \end_inset
18932 </cell>
18933 <cell alignment="center" valignment="top" topline="true" usebox="none">
18934 \begin_inset Text
18935
18936 \begin_layout Plain Layout
18937
18938 \end_layout
18939
18940 \end_inset
18941 </cell>
18942 <cell alignment="center" valignment="top" topline="true" usebox="none">
18943 \begin_inset Text
18944
18945 \begin_layout Plain Layout
18946
18947 \end_layout
18948
18949 \end_inset
18950 </cell>
18951 </row>
18952 <row>
18953 <cell alignment="center" valignment="top" topline="true" usebox="none">
18954 \begin_inset Text
18955
18956 \begin_layout Plain Layout
18957
18958 \end_layout
18959
18960 \end_inset
18961 </cell>
18962 <cell alignment="center" valignment="top" topline="true" usebox="none">
18963 \begin_inset Text
18964
18965 \begin_layout Plain Layout
18966 sd
18967 \end_layout
18968
18969 \end_inset
18970 </cell>
18971 <cell alignment="center" valignment="top" topline="true" usebox="none">
18972 \begin_inset Text
18973
18974 \begin_layout Plain Layout
18975
18976 \end_layout
18977
18978 \end_inset
18979 </cell>
18980 </row>
18981 <row topspace="default">
18982 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18983 \begin_inset Text
18984
18985 \begin_layout Plain Layout
18986
18987 \end_layout
18988
18989 \end_inset
18990 </cell>
18991 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18992 \begin_inset Text
18993
18994 \begin_layout Plain Layout
18995
18996 \end_layout
18997
18998 \end_inset
18999 </cell>
19000 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19001 \begin_inset Text
19002
19003 \begin_layout Plain Layout
19004 sd
19005 \end_layout
19006
19007 \end_inset
19008 </cell>
19009 </row>
19010 </lyxtabular>
19011
19012 \end_inset
19013
19014
19015 \end_layout
19016
19017 \end_inset
19018
19019
19020 \end_layout
19021
19022 \begin_layout Standard
19023 \begin_inset ERT
19024 status collapsed
19025
19026 \begin_layout Plain Layout
19027
19028
19029 \backslash
19030 renewcommand{
19031 \backslash
19032 hline}{
19033 \backslash
19034 myHlineC}
19035 \end_layout
19036
19037 \end_inset
19038
19039
19040 \end_layout
19041
19042 \begin_layout Standard
19043 \begin_inset ERT
19044 status collapsed
19045
19046 \begin_layout Plain Layout
19047
19048
19049 \backslash
19050 setlength{
19051 \backslash
19052 arrayrulewidth}{0.4pt}
19053 \end_layout
19054
19055 \end_inset
19056
19057
19058 \end_layout
19059
19060 \begin_layout Section
19061 Rotated Table Cells
19062 \begin_inset CommandInset label
19063 LatexCommand label
19064 name "sec:Rotated-Table-Cells"
19065
19066 \end_inset
19067
19068
19069 \begin_inset Index idx
19070 status collapsed
19071
19072 \begin_layout Plain Layout
19073 Table ! Rotated Cells
19074 \end_layout
19075
19076 \end_inset
19077
19078
19079 \begin_inset Index idx
19080 status collapsed
19081
19082 \begin_layout Plain Layout
19083 Rotated Material
19084 \end_layout
19085
19086 \end_inset
19087
19088
19089 \end_layout
19090
19091 \begin_layout Standard
19092 \begin_inset Note Greyedout
19093 status open
19094
19095 \begin_layout Plain Layout
19096
19097 \series bold
19098 Note:
19099 \series default
19100  Not all DVI-viewers are able to display rotations.
19101 \end_layout
19102
19103 \end_inset
19104
19105
19106 \end_layout
19107
19108 \begin_layout Standard
19109 Table
19110 \begin_inset space ~
19111 \end_inset
19112
19113
19114 \begin_inset CommandInset ref
19115 LatexCommand ref
19116 reference "tab:Table-with-rotated-multi"
19117
19118 \end_inset
19119
19120  is an example where 3
19121 \begin_inset space ~
19122 \end_inset
19123
19124 cells were rotated by 45
19125 \begin_inset space \thinspace{}
19126 \end_inset
19127
19128 °.
19129 \end_layout
19130
19131 \begin_layout Standard
19132 \begin_inset Float table
19133 placement h
19134 wide false
19135 sideways false
19136 status open
19137
19138 \begin_layout Plain Layout
19139 \begin_inset Caption Standard
19140
19141 \begin_layout Plain Layout
19142 \begin_inset CommandInset label
19143 LatexCommand label
19144 name "tab:Table-with-rotated"
19145
19146 \end_inset
19147
19148 Table with rotated cells in the first row.
19149 \end_layout
19150
19151 \end_inset
19152
19153
19154 \end_layout
19155
19156 \begin_layout Plain Layout
19157 \noindent
19158 \align center
19159 \begin_inset Tabular
19160 <lyxtabular version="3" rows="2" columns="3">
19161 <features tabularvalignment="middle">
19162 <column alignment="center" valignment="top" width="0pt">
19163 <column alignment="center" valignment="top" width="0pt">
19164 <column alignment="center" valignment="top" width="0pt">
19165 <row>
19166 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19167 \begin_inset Text
19168
19169 \begin_layout Plain Layout
19170 cups
19171 \end_layout
19172
19173 \end_inset
19174 </cell>
19175 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19176 \begin_inset Text
19177
19178 \begin_layout Plain Layout
19179 plates
19180 \end_layout
19181
19182 \end_inset
19183 </cell>
19184 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19185 \begin_inset Text
19186
19187 \begin_layout Plain Layout
19188 saucers
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 </row>
19194 <row>
19195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19196 \begin_inset Text
19197
19198 \begin_layout Plain Layout
19199 45
19200 \end_layout
19201
19202 \end_inset
19203 </cell>
19204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19205 \begin_inset Text
19206
19207 \begin_layout Plain Layout
19208 33
19209 \end_layout
19210
19211 \end_inset
19212 </cell>
19213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19214 \begin_inset Text
19215
19216 \begin_layout Plain Layout
19217 21
19218 \end_layout
19219
19220 \end_inset
19221 </cell>
19222 </row>
19223 </lyxtabular>
19224
19225 \end_inset
19226
19227
19228 \end_layout
19229
19230 \end_inset
19231
19232
19233 \end_layout
19234
19235 \begin_layout Standard
19236 \begin_inset Note Greyedout
19237 status open
19238
19239 \begin_layout Plain Layout
19240
19241 \series bold
19242 Note:
19243 \series default
19244  Line breaks (shortcut 
19245 \begin_inset Info
19246 type  "shortcut"
19247 arg   "newline-insert newline"
19248 \end_inset
19249
19250 ) are not allowed in rotated cells.
19251 \end_layout
19252
19253 \end_inset
19254
19255
19256 \end_layout
19257
19258 \begin_layout Standard
19259 If you want to rotate table cells containing line breaks, you have to put
19260  the cell content into a minipage or a parbox.
19261 \begin_inset Foot
19262 status collapsed
19263
19264 \begin_layout Plain Layout
19265 For more about these boxes see sec.
19266 \begin_inset space \thinspace{}
19267 \end_inset
19268
19269
19270 \begin_inset CommandInset ref
19271 LatexCommand ref
19272 reference "sec:Minipages"
19273
19274 \end_inset
19275
19276  and 
19277 \begin_inset CommandInset ref
19278 LatexCommand ref
19279 reference "sec:Parboxes"
19280
19281 \end_inset
19282
19283 .
19284 \end_layout
19285
19286 \end_inset
19287
19288  If you rotate this cell by 90
19289 \begin_inset space \thinspace{}
19290 \end_inset
19291
19292 ° the width of the box is the height of the cell.
19293  Table
19294 \begin_inset space ~
19295 \end_inset
19296
19297
19298 \begin_inset CommandInset ref
19299 LatexCommand ref
19300 reference "tab:Table-with-rotated-multi"
19301
19302 \end_inset
19303
19304  is an example for a rotated multiline cell where the box width was set
19305  to 3
19306 \begin_inset space \thinspace{}
19307 \end_inset
19308
19309 cm.
19310 \end_layout
19311
19312 \begin_layout Standard
19313 \begin_inset Float table
19314 wide false
19315 sideways false
19316 status open
19317
19318 \begin_layout Plain Layout
19319 \begin_inset Caption Standard
19320
19321 \begin_layout Plain Layout
19322 \begin_inset CommandInset label
19323 LatexCommand label
19324 name "tab:Table-with-rotated-multi"
19325
19326 \end_inset
19327
19328 Table with rotated multiline cell.
19329 \end_layout
19330
19331 \end_inset
19332
19333
19334 \end_layout
19335
19336 \begin_layout Plain Layout
19337 \noindent
19338 \align center
19339 \begin_inset Tabular
19340 <lyxtabular version="3" rows="2" columns="3">
19341 <features tabularvalignment="middle">
19342 <column alignment="center" valignment="top">
19343 <column alignment="center" valignment="top" width="0pt">
19344 <column alignment="center" valignment="top">
19345 <row>
19346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350 a
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19356 \begin_inset Text
19357
19358 \begin_layout Plain Layout
19359 \begin_inset Box Frameless
19360 position "t"
19361 hor_pos "c"
19362 has_inner_box 1
19363 inner_pos "t"
19364 use_parbox 0
19365 use_makebox 0
19366 width "3cm"
19367 special "none"
19368 height "1in"
19369 height_special "totalheight"
19370 thickness "0.4pt"
19371 separation "3pt"
19372 shadowsize "4pt"
19373 framecolor "black"
19374 backgroundcolor "none"
19375 status open
19376
19377 \begin_layout Plain Layout
19378 rotated cell
19379 \begin_inset Newline newline
19380 \end_inset
19381
19382 with line break
19383 \end_layout
19384
19385 \end_inset
19386
19387
19388 \end_layout
19389
19390 \end_inset
19391 </cell>
19392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19393 \begin_inset Text
19394
19395 \begin_layout Plain Layout
19396 e
19397 \end_layout
19398
19399 \end_inset
19400 </cell>
19401 </row>
19402 <row>
19403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19404 \begin_inset Text
19405
19406 \begin_layout Plain Layout
19407 b
19408 \end_layout
19409
19410 \end_inset
19411 </cell>
19412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19413 \begin_inset Text
19414
19415 \begin_layout Plain Layout
19416 c
19417 \end_layout
19418
19419 \end_inset
19420 </cell>
19421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19422 \begin_inset Text
19423
19424 \begin_layout Plain Layout
19425 d
19426 \end_layout
19427
19428 \end_inset
19429 </cell>
19430 </row>
19431 </lyxtabular>
19432
19433 \end_inset
19434
19435
19436 \end_layout
19437
19438 \end_inset
19439
19440
19441 \end_layout
19442
19443 \begin_layout Section
19444 Table Width Calculation
19445 \begin_inset CommandInset label
19446 LatexCommand label
19447 name "sec:Table-Width-Calculation"
19448
19449 \end_inset
19450
19451
19452 \end_layout
19453
19454 \begin_layout Standard
19455 For wide tables it is sometimes difficult to assure that the table does
19456  not protrude over the page margin.
19457  Setting a fixed width for every column of the table is the solution, but
19458  what amount of space is needed for each column?
19459 \end_layout
19460
19461 \begin_layout Standard
19462 The table width 
19463 \begin_inset Formula $W_{\mathrm{table}}$
19464 \end_inset
19465
19466  can be calculated: Every column has the width of the specified column width
19467  
19468 \begin_inset Formula $W_{\mathrm{column}}$
19469 \end_inset
19470
19471  (that the content of the column can consume) plus two times the separation
19472  between the column content and the column border (\SpecialChar LaTeX
19473  length
19474 \series bold
19475  
19476 \backslash
19477 tabcolsep
19478 \series default
19479 , default 6
19480 \begin_inset space \thinspace{}
19481 \end_inset
19482
19483 pt) plus the width of a border line (\SpecialChar LaTeX
19484  length 
19485 \series bold
19486
19487 \backslash
19488 arrayrulewidth
19489 \series default
19490 , default 0.4
19491 \begin_inset space \thinspace{}
19492 \end_inset
19493
19494 pt): So if all 
19495 \begin_inset Formula $n$
19496 \end_inset
19497
19498
19499 \begin_inset space ~
19500 \end_inset
19501
19502 columns have the same width, the table width is
19503 \begin_inset Formula 
19504 \begin{equation}
19505 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19506 \end{equation}
19507
19508 \end_inset
19509
19510
19511 \end_layout
19512
19513 \begin_layout Standard
19514 The available width for a table is the space between the page margins or
19515  the width of a text column (for a two-column document) (\SpecialChar LaTeX
19516  length 
19517 \series bold
19518
19519 \backslash
19520 columnwidth
19521 \series default
19522 ).
19523  If all table columns should have the same width and 
19524 \begin_inset Formula $W_{\mathrm{table}}$
19525 \end_inset
19526
19527  should be 1
19528 \begin_inset space \thinspace{}
19529 \end_inset
19530
19531
19532 \backslash
19533 columnwidth, 
19534 \begin_inset Formula $W_{\mathrm{column}}$
19535 \end_inset
19536
19537  can easily be calculated.
19538 \end_layout
19539
19540 \begin_layout Standard
19541 To be able to perform calculations you need to load the \SpecialChar LaTeX
19542 -package 
19543 \series bold
19544 calc
19545 \series default
19546
19547 \begin_inset Index idx
19548 status collapsed
19549
19550 \begin_layout Plain Layout
19551 \SpecialChar LaTeX
19552 -packages ! calc
19553 \end_layout
19554
19555 \end_inset
19556
19557  in the document preamble.
19558  To set the width in the table dialog you have to use the field 
19559 \family sans
19560 \SpecialChar LaTeX
19561  argument
19562 \family default
19563 .
19564  The command scheme for this field is the same that is explained in section
19565 \begin_inset space ~
19566 \end_inset
19567
19568
19569 \begin_inset CommandInset ref
19570 LatexCommand ref
19571 reference "subsec:Multicolumn-Calculations"
19572
19573 \end_inset
19574
19575 .
19576  For a table with 5
19577 \begin_inset space \thinspace{}
19578 \end_inset
19579
19580 columns with an uniform width and centered text, enter there for each column
19581  the command
19582 \end_layout
19583
19584 \begin_layout Standard
19585
19586 \series bold
19587 >{
19588 \backslash
19589 centering}p{(1
19590 \backslash
19591 columnwidth-62.4pt)/5}
19592 \end_layout
19593
19594 \begin_layout Standard
19595 For a table with 5
19596 \begin_inset space \thinspace{}
19597 \end_inset
19598
19599 columns where 2 should have 0.75
19600 \begin_inset space ~
19601 \end_inset
19602
19603 times the width than the 3 others, the calculation is
19604 \begin_inset Formula 
19605 \begin{align}
19606 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19607  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19608  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19609 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19610 \end{align}
19611
19612 \end_inset
19613
19614
19615 \end_layout
19616
19617 \begin_layout Standard
19618 In the table therefore the command
19619 \end_layout
19620
19621 \begin_layout Standard
19622
19623 \series bold
19624 >{
19625 \backslash
19626 centering}p{(1
19627 \backslash
19628 columnwidth-62.4pt)/
19629 \backslash
19630 real{4.5}}
19631 \end_layout
19632
19633 \begin_layout Standard
19634 is used for the wider columns and
19635 \end_layout
19636
19637 \begin_layout Standard
19638
19639 \series bold
19640 >{
19641 \backslash
19642 centering}p{(1
19643 \backslash
19644 columnwidth-62.4pt)/
19645 \backslash
19646 real{4.5}*
19647 \backslash
19648 real{0.75}}
19649 \end_layout
19650
19651 \begin_layout Standard
19652 for the smaller ones:
19653 \end_layout
19654
19655 \begin_layout Standard
19656 \begin_inset Tabular
19657 <lyxtabular version="3" rows="2" columns="5">
19658 <features tabularvalignment="middle">
19659 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19660 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19661 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19662 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19663 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19664 <row>
19665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19666 \begin_inset Text
19667
19668 \begin_layout Plain Layout
19669 1
19670 \end_layout
19671
19672 \end_inset
19673 </cell>
19674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19675 \begin_inset Text
19676
19677 \begin_layout Plain Layout
19678 2
19679 \end_layout
19680
19681 \end_inset
19682 </cell>
19683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19684 \begin_inset Text
19685
19686 \begin_layout Plain Layout
19687 3
19688 \end_layout
19689
19690 \end_inset
19691 </cell>
19692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19693 \begin_inset Text
19694
19695 \begin_layout Plain Layout
19696 4
19697 \end_layout
19698
19699 \end_inset
19700 </cell>
19701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705 5
19706 \end_layout
19707
19708 \end_inset
19709 </cell>
19710 </row>
19711 <row>
19712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19713 \begin_inset Text
19714
19715 \begin_layout Plain Layout
19716 111111 1111111 111111 111111111 11111 11111 1111
19717 \end_layout
19718
19719 \end_inset
19720 </cell>
19721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19722 \begin_inset Text
19723
19724 \begin_layout Plain Layout
19725
19726 \end_layout
19727
19728 \end_inset
19729 </cell>
19730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19731 \begin_inset Text
19732
19733 \begin_layout Plain Layout
19734 2222 22222 222222 222222222 2222222 22 22222
19735 \end_layout
19736
19737 \end_inset
19738 </cell>
19739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19740 \begin_inset Text
19741
19742 \begin_layout Plain Layout
19743
19744 \end_layout
19745
19746 \end_inset
19747 </cell>
19748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19749 \begin_inset Text
19750
19751 \begin_layout Plain Layout
19752 333333 333333 333333 33333 3333333 333
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 </row>
19758 </lyxtabular>
19759
19760 \end_inset
19761
19762
19763 \end_layout
19764
19765 \begin_layout Section
19766 Table Customization
19767 \begin_inset Index idx
19768 status collapsed
19769
19770 \begin_layout Plain Layout
19771 Table Customization
19772 \end_layout
19773
19774 \end_inset
19775
19776
19777 \begin_inset Index idx
19778 status collapsed
19779
19780 \begin_layout Plain Layout
19781 Table ! Customization
19782 \end_layout
19783
19784 \end_inset
19785
19786
19787 \end_layout
19788
19789 \begin_layout Subsection
19790 Row Spacing
19791 \begin_inset CommandInset label
19792 LatexCommand label
19793 name "subsec:Row-Spacing"
19794
19795 \end_inset
19796
19797
19798 \begin_inset Index idx
19799 status collapsed
19800
19801 \begin_layout Plain Layout
19802 Table Customization ! Row Spacing
19803 \end_layout
19804
19805 \end_inset
19806
19807
19808 \end_layout
19809
19810 \begin_layout Standard
19811 You can add vertical space to table rows in the 
19812 \family sans
19813 Borders
19814 \family default
19815  tab of the table dialog.
19816  You find there three possibilities:
19817 \end_layout
19818
19819 \begin_layout Description
19820 Top
19821 \begin_inset space ~
19822 \end_inset
19823
19824 of
19825 \begin_inset space ~
19826 \end_inset
19827
19828 row will add space above the characters of the table row.
19829  If the table is a formal table
19830 \begin_inset Foot
19831 status collapsed
19832
19833 \begin_layout Plain Layout
19834 Formal tables are explained in section
19835 \begin_inset space ~
19836 \end_inset
19837
19838
19839 \begin_inset CommandInset ref
19840 LatexCommand ref
19841 reference "sec:Formal-Tables"
19842
19843 \end_inset
19844
19845 .
19846 \end_layout
19847
19848 \end_inset
19849
19850  \SpecialChar LyX
19851  will insert as default 0.5
19852 \begin_inset space \thinspace{}
19853 \end_inset
19854
19855 em space.
19856  For normal tables the inserted space will unfortunately destroy the vertical
19857  table lines as in the following table:
19858 \begin_inset VSpace medskip
19859 \end_inset
19860
19861
19862 \begin_inset Newline newline
19863 \end_inset
19864
19865
19866 \begin_inset space \hspace*{}
19867 \length 0pt
19868 \end_inset
19869
19870
19871 \begin_inset space \hfill{}
19872 \end_inset
19873
19874
19875 \begin_inset Tabular
19876 <lyxtabular version="3" rows="3" columns="1">
19877 <features tabularvalignment="middle">
19878 <column alignment="center" valignment="top">
19879 <row>
19880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19881 \begin_inset Text
19882
19883 \begin_layout Plain Layout
19884 A
19885 \end_layout
19886
19887 \end_inset
19888 </cell>
19889 </row>
19890 <row topspace="3mm">
19891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19892 \begin_inset Text
19893
19894 \begin_layout Plain Layout
19895 3
19896 \begin_inset space \thinspace{}
19897 \end_inset
19898
19899 mm space top of row
19900 \end_layout
19901
19902 \end_inset
19903 </cell>
19904 </row>
19905 <row>
19906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19907 \begin_inset Text
19908
19909 \begin_layout Plain Layout
19910 C
19911 \end_layout
19912
19913 \end_inset
19914 </cell>
19915 </row>
19916 </lyxtabular>
19917
19918 \end_inset
19919
19920
19921 \begin_inset space \hfill{}
19922 \end_inset
19923
19924
19925 \begin_inset space \hspace*{}
19926 \length 0pt
19927 \end_inset
19928
19929
19930 \begin_inset VSpace medskip
19931 \end_inset
19932
19933
19934 \begin_inset Newline newline
19935 \end_inset
19936
19937 So inserting space in the top of row for normal tables is only useful when
19938  you don't have vertical lines.
19939 \end_layout
19940
19941 \begin_layout Description
19942 Bottom
19943 \begin_inset space ~
19944 \end_inset
19945
19946 of
19947 \begin_inset space ~
19948 \end_inset
19949
19950 row will add space below the characters of the table row.
19951  If the table is a formal table \SpecialChar LyX
19952  will insert as default 0.5
19953 \begin_inset space \thinspace{}
19954 \end_inset
19955
19956 em space, for normal tables the default size is 2
19957 \begin_inset space \thinspace{}
19958 \end_inset
19959
19960 pt.
19961 \end_layout
19962
19963 \begin_layout Description
19964 Between
19965 \begin_inset space ~
19966 \end_inset
19967
19968 rows adds space between the current and the following row.
19969  If the table is a formal table \SpecialChar LyX
19970  will insert as default 0.5
19971 \begin_inset space \thinspace{}
19972 \end_inset
19973
19974 em space.
19975  For normal tables the inserted space will unfortunately destroy the vertical
19976  table lines as in the following table:
19977 \begin_inset VSpace medskip
19978 \end_inset
19979
19980
19981 \begin_inset Newline newline
19982 \end_inset
19983
19984
19985 \begin_inset space \hspace*{}
19986 \length 0pt
19987 \end_inset
19988
19989
19990 \begin_inset space \hfill{}
19991 \end_inset
19992
19993
19994 \begin_inset Tabular
19995 <lyxtabular version="3" rows="3" columns="1">
19996 <features tabularvalignment="middle">
19997 <column alignment="center" valignment="top">
19998 <row>
19999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003 A
20004 \end_layout
20005
20006 \end_inset
20007 </cell>
20008 </row>
20009 <row interlinespace="3mm">
20010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20011 \begin_inset Text
20012
20013 \begin_layout Plain Layout
20014 \begin_inset Formula $\downarrow$
20015 \end_inset
20016
20017  3
20018 \begin_inset space \thinspace{}
20019 \end_inset
20020
20021 mm space between row 
20022 \begin_inset Formula $\downarrow$
20023 \end_inset
20024
20025
20026 \end_layout
20027
20028 \end_inset
20029 </cell>
20030 </row>
20031 <row>
20032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20033 \begin_inset Text
20034
20035 \begin_layout Plain Layout
20036 \begin_inset Formula $\uparrow$
20037 \end_inset
20038
20039  3
20040 \begin_inset space \thinspace{}
20041 \end_inset
20042
20043 mm space between row 
20044 \begin_inset Formula $\uparrow$
20045 \end_inset
20046
20047
20048 \end_layout
20049
20050 \end_inset
20051 </cell>
20052 </row>
20053 </lyxtabular>
20054
20055 \end_inset
20056
20057
20058 \begin_inset space \hfill{}
20059 \end_inset
20060
20061
20062 \begin_inset space \hspace*{}
20063 \length 0pt
20064 \end_inset
20065
20066
20067 \begin_inset VSpace medskip
20068 \end_inset
20069
20070
20071 \begin_inset Newline newline
20072 \end_inset
20073
20074 So inserting space between rows for normal tables is only useful when you
20075  don't have vertical lines.
20076 \end_layout
20077
20078 \begin_layout Standard
20079 \begin_inset VSpace bigskip
20080 \end_inset
20081
20082 When you want to add extra height to all cells of all tables, you can do
20083  this with the following preamble lines:
20084 \end_layout
20085
20086 \begin_layout Standard
20087
20088 \series bold
20089
20090 \backslash
20091 @ifundefined{extrarowheight}
20092 \begin_inset Newline newline
20093 \end_inset
20094
20095
20096 \begin_inset Phantom HPhantom
20097 status open
20098
20099 \begin_layout Plain Layout
20100
20101 \series bold
20102 \begin_inset space ~
20103 \end_inset
20104
20105
20106 \end_layout
20107
20108 \end_inset
20109
20110 {
20111 \backslash
20112 usepackage{array}}{}
20113 \begin_inset Newline newline
20114 \end_inset
20115
20116
20117 \backslash
20118 setlength{
20119 \backslash
20120 extrarowheight}{height}
20121 \series default
20122
20123 \begin_inset Note Note
20124 status collapsed
20125
20126 \begin_layout Plain Layout
20127 The package 
20128 \series bold
20129 array
20130 \series default
20131  will be loaded automatically by \SpecialChar LyX
20132  when you use self defined table formats.
20133  To avoid that it being loaded twice the command 
20134 \series bold
20135
20136 \backslash
20137 @ifundefined
20138 \series default
20139  is used in the above command.
20140 \end_layout
20141
20142 \end_inset
20143
20144
20145 \end_layout
20146
20147 \begin_layout Standard
20148 where the 
20149 \family sans
20150 height
20151 \family default
20152  can have one of the units listed in appendix
20153 \begin_inset space ~
20154 \end_inset
20155
20156
20157 \begin_inset CommandInset ref
20158 LatexCommand ref
20159 reference "cha:Units-available-in"
20160
20161 \end_inset
20162
20163 .
20164  But this has the disadvantage that the cell texts are no longer exactly
20165  vertically centered.
20166 \end_layout
20167
20168 \begin_layout Standard
20169 If you are using font sizes larger than the normal size, the table borders
20170  are often too close to the letters.
20171  This can be corrected by inserting the command 
20172 \series bold
20173
20174 \backslash
20175 strut
20176 \series default
20177  in \SpecialChar TeX
20178  Code at the beginning of a table row.
20179  Table
20180 \begin_inset space ~
20181 \end_inset
20182
20183
20184 \begin_inset CommandInset ref
20185 LatexCommand ref
20186 reference "tab:Vertical-alignment-of"
20187
20188 \end_inset
20189
20190  illustrates the effect.
20191 \end_layout
20192
20193 \begin_layout Standard
20194 \noindent
20195 \begin_inset Float table
20196 placement h
20197 wide false
20198 sideways false
20199 status open
20200
20201 \begin_layout Plain Layout
20202 \begin_inset Caption Standard
20203
20204 \begin_layout Plain Layout
20205 \begin_inset CommandInset label
20206 LatexCommand label
20207 name "tab:Vertical-alignment-of"
20208
20209 \end_inset
20210
20211 Vertical alignment of text with large font sizes.
20212 \end_layout
20213
20214 \end_inset
20215
20216
20217 \end_layout
20218
20219 \begin_layout Plain Layout
20220 \begin_inset space \hfill{}
20221 \end_inset
20222
20223
20224 \begin_inset Float table
20225 wide false
20226 sideways false
20227 status collapsed
20228
20229 \begin_layout Plain Layout
20230 \begin_inset Caption Standard
20231
20232 \begin_layout Plain Layout
20233 Normal table.
20234 \end_layout
20235
20236 \end_inset
20237
20238
20239 \end_layout
20240
20241 \begin_layout Plain Layout
20242 \noindent
20243 \align center
20244 \begin_inset Tabular
20245 <lyxtabular version="3" rows="6" columns="1">
20246 <features tabularvalignment="middle">
20247 <column alignment="left" valignment="top">
20248 <row>
20249 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20250 \begin_inset Text
20251
20252 \begin_layout Plain Layout
20253 Normal, g
20254 \end_layout
20255
20256 \end_inset
20257 </cell>
20258 </row>
20259 <row>
20260 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20261 \begin_inset Text
20262
20263 \begin_layout Plain Layout
20264
20265 \size large
20266 Large
20267 \end_layout
20268
20269 \end_inset
20270 </cell>
20271 </row>
20272 <row>
20273 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20274 \begin_inset Text
20275
20276 \begin_layout Plain Layout
20277
20278 \size larger
20279 Larger
20280 \end_layout
20281
20282 \end_inset
20283 </cell>
20284 </row>
20285 <row>
20286 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20287 \begin_inset Text
20288
20289 \begin_layout Plain Layout
20290
20291 \size largest
20292 Largest
20293 \end_layout
20294
20295 \end_inset
20296 </cell>
20297 </row>
20298 <row>
20299 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303
20304 \size huge
20305 Huge
20306 \end_layout
20307
20308 \end_inset
20309 </cell>
20310 </row>
20311 <row>
20312 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20313 \begin_inset Text
20314
20315 \begin_layout Plain Layout
20316
20317 \size huge
20318 Huger
20319 \end_layout
20320
20321 \end_inset
20322 </cell>
20323 </row>
20324 </lyxtabular>
20325
20326 \end_inset
20327
20328
20329 \end_layout
20330
20331 \end_inset
20332
20333
20334 \begin_inset space \hfill{}
20335 \end_inset
20336
20337
20338 \begin_inset Float table
20339 wide false
20340 sideways false
20341 status collapsed
20342
20343 \begin_layout Plain Layout
20344 \begin_inset Caption Standard
20345
20346 \begin_layout Plain Layout
20347 Table using the command 
20348 \series bold
20349
20350 \backslash
20351 strut
20352 \series default
20353 .
20354 \end_layout
20355
20356 \end_inset
20357
20358
20359 \end_layout
20360
20361 \begin_layout Plain Layout
20362 \noindent
20363 \align center
20364 \begin_inset Tabular
20365 <lyxtabular version="3" rows="6" columns="1">
20366 <features tabularvalignment="middle">
20367 <column alignment="left" valignment="top">
20368 <row>
20369 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20370 \begin_inset Text
20371
20372 \begin_layout Plain Layout
20373 Normal, g
20374 \end_layout
20375
20376 \end_inset
20377 </cell>
20378 </row>
20379 <row>
20380 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20381 \begin_inset Text
20382
20383 \begin_layout Plain Layout
20384
20385 \size large
20386 \begin_inset ERT
20387 status collapsed
20388
20389 \begin_layout Plain Layout
20390
20391
20392 \backslash
20393 strut 
20394 \end_layout
20395
20396 \end_inset
20397
20398 Large
20399 \end_layout
20400
20401 \end_inset
20402 </cell>
20403 </row>
20404 <row>
20405 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20406 \begin_inset Text
20407
20408 \begin_layout Plain Layout
20409
20410 \size larger
20411 \begin_inset ERT
20412 status collapsed
20413
20414 \begin_layout Plain Layout
20415
20416
20417 \backslash
20418 strut 
20419 \end_layout
20420
20421 \end_inset
20422
20423 Larger
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 </row>
20429 <row>
20430 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20431 \begin_inset Text
20432
20433 \begin_layout Plain Layout
20434
20435 \size largest
20436 \begin_inset ERT
20437 status collapsed
20438
20439 \begin_layout Plain Layout
20440
20441
20442 \backslash
20443 strut 
20444 \end_layout
20445
20446 \end_inset
20447
20448 Largest
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 </row>
20454 <row>
20455 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20456 \begin_inset Text
20457
20458 \begin_layout Plain Layout
20459
20460 \size huge
20461 \begin_inset ERT
20462 status collapsed
20463
20464 \begin_layout Plain Layout
20465
20466
20467 \backslash
20468 strut 
20469 \end_layout
20470
20471 \end_inset
20472
20473 Huge
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 </row>
20479 <row>
20480 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484
20485 \size giant
20486 \begin_inset ERT
20487 status collapsed
20488
20489 \begin_layout Plain Layout
20490
20491
20492 \backslash
20493 strut 
20494 \end_layout
20495
20496 \end_inset
20497
20498
20499 \size huge
20500 Huger
20501 \end_layout
20502
20503 \end_inset
20504 </cell>
20505 </row>
20506 </lyxtabular>
20507
20508 \end_inset
20509
20510
20511 \end_layout
20512
20513 \end_inset
20514
20515
20516 \begin_inset space \hfill{}
20517 \end_inset
20518
20519
20520 \end_layout
20521
20522 \end_inset
20523
20524
20525 \end_layout
20526
20527 \begin_layout Subsection
20528 Special Cell Alignment
20529 \begin_inset CommandInset label
20530 LatexCommand label
20531 name "subsec:Special-Cell-Alignment"
20532
20533 \end_inset
20534
20535
20536 \begin_inset Index idx
20537 status collapsed
20538
20539 \begin_layout Plain Layout
20540 Table Customization ! Special Cell Alignment
20541 \end_layout
20542
20543 \end_inset
20544
20545
20546 \end_layout
20547
20548 \begin_layout Standard
20549 Sometimes it looks better when the cell entries of a column are aligned
20550  with a special character, e.
20551 \begin_inset space \thinspace{}
20552 \end_inset
20553
20554 g.
20555 \begin_inset space \space{}
20556 \end_inset
20557
20558 with the decimal separator as in Table
20559 \begin_inset space ~
20560 \end_inset
20561
20562
20563 \begin_inset CommandInset ref
20564 LatexCommand ref
20565 reference "tab:Table-cells-align"
20566
20567 \end_inset
20568
20569 .
20570  This alignment is achieved by setting the cursor into the column and then
20571  either pressing the toolbar button 
20572 \begin_inset Info
20573 type  "icon"
20574 arg   "tabular-feature align-decimal"
20575 \end_inset
20576
20577  or setting the alignment in the table settings to 
20578 \family sans
20579 At
20580 \begin_inset space ~
20581 \end_inset
20582
20583 Decimal
20584 \begin_inset space ~
20585 \end_inset
20586
20587 Separator
20588 \family default
20589 .
20590  The alignment character can be a character of your choice and is specified
20591  in the table settings.
20592 \end_layout
20593
20594 \begin_layout Standard
20595 \begin_inset Float table
20596 placement h
20597 wide false
20598 sideways false
20599 status open
20600
20601 \begin_layout Plain Layout
20602 \begin_inset Caption Standard
20603
20604 \begin_layout Plain Layout
20605 \begin_inset CommandInset label
20606 LatexCommand label
20607 name "tab:Table-cells-align"
20608
20609 \end_inset
20610
20611 Table cells of a column aligned with the decimal separator.
20612 \end_layout
20613
20614 \end_inset
20615
20616
20617 \end_layout
20618
20619 \begin_layout Plain Layout
20620 \align center
20621 \begin_inset Tabular
20622 <lyxtabular version="3" rows="4" columns="1">
20623 <features booktabs="true" tabularvalignment="middle">
20624 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
20625 <row>
20626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20627 \begin_inset Text
20628
20629 \begin_layout Plain Layout
20630 heading
20631 \end_layout
20632
20633 \end_inset
20634 </cell>
20635 </row>
20636 <row>
20637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20638 \begin_inset Text
20639
20640 \begin_layout Plain Layout
20641 12.6
20642 \end_layout
20643
20644 \end_inset
20645 </cell>
20646 </row>
20647 <row>
20648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20649 \begin_inset Text
20650
20651 \begin_layout Plain Layout
20652 0.68
20653 \end_layout
20654
20655 \end_inset
20656 </cell>
20657 </row>
20658 <row>
20659 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20660 \begin_inset Text
20661
20662 \begin_layout Plain Layout
20663 -123.0
20664 \end_layout
20665
20666 \end_inset
20667 </cell>
20668 </row>
20669 </lyxtabular>
20670
20671 \end_inset
20672
20673
20674 \end_layout
20675
20676 \end_inset
20677
20678
20679 \end_layout
20680
20681 \begin_layout Standard
20682 \begin_inset Float table
20683 placement h
20684 wide false
20685 sideways false
20686 status open
20687
20688 \begin_layout Plain Layout
20689 \begin_inset Caption Standard
20690
20691 \begin_layout Plain Layout
20692 \begin_inset CommandInset label
20693 LatexCommand label
20694 name "tab:Table-align-operator"
20695
20696 \end_inset
20697
20698 Table cells of a column aligned with the operators.
20699 \end_layout
20700
20701 \end_inset
20702
20703
20704 \end_layout
20705
20706 \begin_layout Plain Layout
20707 \align center
20708 \begin_inset Tabular
20709 <lyxtabular version="3" rows="4" columns="2">
20710 <features booktabs="true" tabularvalignment="middle">
20711 <column alignment="right" valignment="top" width="0pt">
20712 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20713 <row>
20714 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20715 \begin_inset Text
20716
20717 \begin_layout Plain Layout
20718 heading
20719 \end_layout
20720
20721 \end_inset
20722 </cell>
20723 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20724 \begin_inset Text
20725
20726 \begin_layout Plain Layout
20727
20728 \end_layout
20729
20730 \end_inset
20731 </cell>
20732 </row>
20733 <row>
20734 <cell alignment="center" valignment="top" usebox="none">
20735 \begin_inset Text
20736
20737 \begin_layout Plain Layout
20738 \begin_inset Formula $12\,+$
20739 \end_inset
20740
20741
20742 \end_layout
20743
20744 \end_inset
20745 </cell>
20746 <cell alignment="center" valignment="top" usebox="none">
20747 \begin_inset Text
20748
20749 \begin_layout Plain Layout
20750 \begin_inset Formula $\,6$
20751 \end_inset
20752
20753
20754 \end_layout
20755
20756 \end_inset
20757 </cell>
20758 </row>
20759 <row>
20760 <cell alignment="center" valignment="top" usebox="none">
20761 \begin_inset Text
20762
20763 \begin_layout Plain Layout
20764 \begin_inset Formula $0\,-$
20765 \end_inset
20766
20767
20768 \end_layout
20769
20770 \end_inset
20771 </cell>
20772 <cell alignment="center" valignment="top" usebox="none">
20773 \begin_inset Text
20774
20775 \begin_layout Plain Layout
20776 \begin_inset Formula $\,68$
20777 \end_inset
20778
20779
20780 \end_layout
20781
20782 \end_inset
20783 </cell>
20784 </row>
20785 <row>
20786 <cell alignment="center" valignment="top" usebox="none">
20787 \begin_inset Text
20788
20789 \begin_layout Plain Layout
20790 \begin_inset Formula $-123\,/$
20791 \end_inset
20792
20793
20794 \end_layout
20795
20796 \end_inset
20797 </cell>
20798 <cell alignment="center" valignment="top" usebox="none">
20799 \begin_inset Text
20800
20801 \begin_layout Plain Layout
20802 \begin_inset Formula $\,0$
20803 \end_inset
20804
20805
20806 \end_layout
20807
20808 \end_inset
20809 </cell>
20810 </row>
20811 </lyxtabular>
20812
20813 \end_inset
20814
20815
20816 \end_layout
20817
20818 \end_inset
20819
20820
20821 \end_layout
20822
20823 \begin_layout Standard
20824 For alignments at characters in formulas this method does not work because
20825  the field to specify the alignment character does not allow formulas.
20826  In this case one need to use the method from Table
20827 \begin_inset space ~
20828 \end_inset
20829
20830
20831 \begin_inset CommandInset ref
20832 LatexCommand ref
20833 reference "tab:Table-align-operator"
20834
20835 \end_inset
20836
20837 .
20838  This table was created with a 4×2 table.
20839  The heading is a centered multicolumn.
20840  The first column is right-aligned and contains the first part including
20841  the operator.
20842  The second column is left aligned and contains the rest.
20843  A small space was added at the beginning of each cell of the second column
20844  to get the space that is usually around operators.
20845  To omit the space that is normally between two table columns, the following
20846  \SpecialChar LaTeX
20847 -argument was used for the second column:
20848 \end_layout
20849
20850 \begin_layout Standard
20851
20852 \series bold
20853 @{}l
20854 \end_layout
20855
20856 \begin_layout Standard
20857 Table
20858 \begin_inset space ~
20859 \end_inset
20860
20861
20862 \begin_inset CommandInset ref
20863 LatexCommand ref
20864 reference "tab:Several-table-cell"
20865
20866 \end_inset
20867
20868  shows some example alignments.
20869  For the alignment with the relation sign, a small space was added like
20870  for the second column of Table
20871 \begin_inset space ~
20872 \end_inset
20873
20874
20875 \begin_inset CommandInset ref
20876 LatexCommand ref
20877 reference "tab:Table-align-operator"
20878
20879 \end_inset
20880
20881 .
20882 \end_layout
20883
20884 \begin_layout Standard
20885 \begin_inset Float table
20886 placement h
20887 wide false
20888 sideways false
20889 status open
20890
20891 \begin_layout Plain Layout
20892 \begin_inset Caption Standard
20893
20894 \begin_layout Plain Layout
20895 \begin_inset CommandInset label
20896 LatexCommand label
20897 name "tab:Several-table-cell"
20898
20899 \end_inset
20900
20901 Several table cell alignments.
20902 \end_layout
20903
20904 \end_inset
20905
20906
20907 \end_layout
20908
20909 \begin_layout Plain Layout
20910 \align center
20911 \begin_inset Tabular
20912 <lyxtabular version="3" rows="4" columns="6">
20913 <features tabularvalignment="middle">
20914 <column alignment="right" valignment="top">
20915 <column alignment="left" valignment="top" special="@{}l">
20916 <column alignment="right" valignment="top">
20917 <column alignment="left" valignment="top" special="@{}l">
20918 <column alignment="right" valignment="top">
20919 <column alignment="left" valignment="top" special="@{}l">
20920 <row>
20921 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20922 \begin_inset Text
20923
20924 \begin_layout Plain Layout
20925 units
20926 \end_layout
20927
20928 \end_inset
20929 </cell>
20930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20931 \begin_inset Text
20932
20933 \begin_layout Plain Layout
20934
20935 \end_layout
20936
20937 \end_inset
20938 </cell>
20939 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20940 \begin_inset Text
20941
20942 \begin_layout Plain Layout
20943 exponents
20944 \end_layout
20945
20946 \end_inset
20947 </cell>
20948 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20949 \begin_inset Text
20950
20951 \begin_layout Plain Layout
20952
20953 \end_layout
20954
20955 \end_inset
20956 </cell>
20957 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20958 \begin_inset Text
20959
20960 \begin_layout Plain Layout
20961 relations
20962 \end_layout
20963
20964 \end_inset
20965 </cell>
20966 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Plain Layout
20970
20971 \end_layout
20972
20973 \end_inset
20974 </cell>
20975 </row>
20976 <row>
20977 <cell alignment="center" valignment="top" usebox="none">
20978 \begin_inset Text
20979
20980 \begin_layout Plain Layout
20981 12×
20982 \end_layout
20983
20984 \end_inset
20985 </cell>
20986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20987 \begin_inset Text
20988
20989 \begin_layout Plain Layout
20990 24
20991 \begin_inset space \thinspace{}
20992 \end_inset
20993
20994 bottles
20995 \end_layout
20996
20997 \end_inset
20998 </cell>
20999 <cell alignment="center" valignment="top" usebox="none">
21000 \begin_inset Text
21001
21002 \begin_layout Plain Layout
21003 \begin_inset Formula $10\cdot$
21004 \end_inset
21005
21006
21007 \end_layout
21008
21009 \end_inset
21010 </cell>
21011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21012 \begin_inset Text
21013
21014 \begin_layout Plain Layout
21015 \begin_inset Formula $10^{\mbox{-}17}$
21016 \end_inset
21017
21018
21019 \end_layout
21020
21021 \end_inset
21022 </cell>
21023 <cell alignment="center" valignment="top" usebox="none">
21024 \begin_inset Text
21025
21026 \begin_layout Plain Layout
21027 \begin_inset Formula $\Gamma(t)\propto$
21028 \end_inset
21029
21030
21031 \end_layout
21032
21033 \end_inset
21034 </cell>
21035 <cell alignment="center" valignment="top" usebox="none">
21036 \begin_inset Text
21037
21038 \begin_layout Plain Layout
21039 \begin_inset Formula $\:\Upsilon(t)$
21040 \end_inset
21041
21042
21043 \end_layout
21044
21045 \end_inset
21046 </cell>
21047 </row>
21048 <row>
21049 <cell alignment="center" valignment="top" usebox="none">
21050 \begin_inset Text
21051
21052 \begin_layout Plain Layout
21053 1024×
21054 \end_layout
21055
21056 \end_inset
21057 </cell>
21058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21059 \begin_inset Text
21060
21061 \begin_layout Plain Layout
21062 768
21063 \begin_inset space \thinspace{}
21064 \end_inset
21065
21066 Pixels
21067 \end_layout
21068
21069 \end_inset
21070 </cell>
21071 <cell alignment="center" valignment="top" usebox="none">
21072 \begin_inset Text
21073
21074 \begin_layout Plain Layout
21075 \begin_inset Formula $5.78\cdot$
21076 \end_inset
21077
21078
21079 \end_layout
21080
21081 \end_inset
21082 </cell>
21083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21084 \begin_inset Text
21085
21086 \begin_layout Plain Layout
21087 \begin_inset Formula $10^{7}$
21088 \end_inset
21089
21090
21091 \end_layout
21092
21093 \end_inset
21094 </cell>
21095 <cell alignment="center" valignment="top" usebox="none">
21096 \begin_inset Text
21097
21098 \begin_layout Plain Layout
21099 \begin_inset Formula $A\ne$
21100 \end_inset
21101
21102
21103 \end_layout
21104
21105 \end_inset
21106 </cell>
21107 <cell alignment="center" valignment="top" usebox="none">
21108 \begin_inset Text
21109
21110 \begin_layout Plain Layout
21111 \begin_inset Formula $\:B_{\mathrm{red}}$
21112 \end_inset
21113
21114
21115 \end_layout
21116
21117 \end_inset
21118 </cell>
21119 </row>
21120 <row>
21121 <cell alignment="center" valignment="top" usebox="none">
21122 \begin_inset Text
21123
21124 \begin_layout Plain Layout
21125 32×
21126 \end_layout
21127
21128 \end_inset
21129 </cell>
21130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21131 \begin_inset Text
21132
21133 \begin_layout Plain Layout
21134 6
21135 \begin_inset space \thinspace{}
21136 \end_inset
21137
21138 cm
21139 \end_layout
21140
21141 \end_inset
21142 </cell>
21143 <cell alignment="center" valignment="top" usebox="none">
21144 \begin_inset Text
21145
21146 \begin_layout Plain Layout
21147 -
21148 \begin_inset Formula $33.5\cdot$
21149 \end_inset
21150
21151
21152 \end_layout
21153
21154 \end_inset
21155 </cell>
21156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21157 \begin_inset Text
21158
21159 \begin_layout Plain Layout
21160 \begin_inset Formula $10^{4}$
21161 \end_inset
21162
21163
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 <cell alignment="center" valignment="top" usebox="none">
21169 \begin_inset Text
21170
21171 \begin_layout Plain Layout
21172 \begin_inset Formula $\sin(\alpha)\ge$
21173 \end_inset
21174
21175
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 <cell alignment="center" valignment="top" usebox="none">
21181 \begin_inset Text
21182
21183 \begin_layout Plain Layout
21184 \begin_inset Formula $\:\sin(\beta)$
21185 \end_inset
21186
21187
21188 \end_layout
21189
21190 \end_inset
21191 </cell>
21192 </row>
21193 </lyxtabular>
21194
21195 \end_inset
21196
21197
21198 \end_layout
21199
21200 \end_inset
21201
21202
21203 \end_layout
21204
21205 \begin_layout Subsection
21206 Customized Cell/Column Format
21207 \begin_inset CommandInset label
21208 LatexCommand label
21209 name "subsec:Customized-Format"
21210
21211 \end_inset
21212
21213
21214 \begin_inset Index idx
21215 status collapsed
21216
21217 \begin_layout Plain Layout
21218 Table Customization ! Cell/Column Format
21219 \end_layout
21220
21221 \end_inset
21222
21223
21224 \end_layout
21225
21226 \begin_layout Standard
21227 Calculating the required width for normal columns as described in section
21228 \begin_inset space ~
21229 \end_inset
21230
21231
21232 \begin_inset CommandInset ref
21233 LatexCommand ref
21234 reference "sec:Table-Width-Calculation"
21235
21236 \end_inset
21237
21238  or for spanned columns as described in section
21239 \begin_inset space ~
21240 \end_inset
21241
21242
21243 \begin_inset CommandInset ref
21244 LatexCommand ref
21245 reference "subsec:Multicolumn-Calculations"
21246
21247 \end_inset
21248
21249  is very annoying if you have several tables where a calculation is necessary.
21250  To make life easier, you can define a cell/column format in the preamble,
21251  that can be used in all tables of the document.
21252  The format is defined with the command
21253 \end_layout
21254
21255 \begin_layout Standard
21256
21257 \series bold
21258
21259 \backslash
21260 newcolumntype{name of format}[number of arguments]{commands}
21261 \end_layout
21262
21263 \begin_layout Standard
21264 The format name may only consist of one letter.
21265  The letters 
21266 \emph on
21267 b
21268 \emph default
21269
21270 \emph on
21271 c
21272 \emph default
21273
21274 \emph on
21275 l
21276 \emph default
21277
21278 \emph on
21279 m
21280 \emph default
21281
21282 \emph on
21283 p
21284 \emph default
21285  and 
21286 \emph on
21287 r
21288 \emph default
21289  are predefined and cannot be used.
21290  But all letters are allowed as capitals.
21291 \end_layout
21292
21293 \begin_layout Standard
21294 \begin_inset VSpace medskip
21295 \end_inset
21296
21297
21298 \end_layout
21299
21300 \begin_layout Standard
21301 For vertically and horizontally centered multicolumn cells with a fixed
21302  width you can define the cell format
21303 \end_layout
21304
21305 \begin_layout Standard
21306
21307 \series bold
21308
21309 \backslash
21310 newcolumntype{M}[1]{>{
21311 \backslash
21312 centering
21313 \backslash
21314 hspace{0pt}}m{#1}}
21315 \end_layout
21316
21317 \begin_layout Standard
21318 where 
21319 \series bold
21320
21321 \backslash
21322 hspace{0pt}
21323 \series default
21324  avoids the problem of hyphenating the first word, as described in section
21325 \begin_inset space ~
21326 \end_inset
21327
21328
21329 \begin_inset CommandInset ref
21330 LatexCommand ref
21331 reference "subsec:Multiple-Lines-in"
21332
21333 \end_inset
21334
21335 .
21336  Now you can simply enter
21337 \end_layout
21338
21339 \begin_layout Standard
21340
21341 \series bold
21342 M{width}
21343 \end_layout
21344
21345 \begin_layout Standard
21346 as 
21347 \family sans
21348 \SpecialChar LaTeX
21349 -argument
21350 \family default
21351  in the table dialog to create a multicolumn.
21352 \end_layout
21353
21354 \begin_layout Standard
21355 \begin_inset VSpace bigskip
21356 \end_inset
21357
21358
21359 \end_layout
21360
21361 \begin_layout Standard
21362 For cells spanned by a multicolumn cell, you can define the format
21363 \end_layout
21364
21365 \begin_layout Standard
21366
21367 \series bold
21368
21369 \backslash
21370 newcolumntype{S}[2]{>{
21371 \backslash
21372 centering
21373 \backslash
21374 hspace{0pt}}
21375 \begin_inset Newline newline
21376 \end_inset
21377
21378
21379 \begin_inset Phantom HPhantom
21380 status open
21381
21382 \begin_layout Plain Layout
21383
21384 \series bold
21385
21386 \backslash
21387 newcolumntype
21388 \end_layout
21389
21390 \end_inset
21391
21392 m{(#1+(2
21393 \backslash
21394 tabcolsep+
21395 \backslash
21396 arrayrulewidth)*(1-#2))/#2}}
21397 \end_layout
21398
21399 \begin_layout Standard
21400 This format uses equation 
21401 \begin_inset CommandInset ref
21402 LatexCommand eqref
21403 reference "eq:Wgn"
21404
21405 \end_inset
21406
21407  to calculate the required width so that each spanned cell has the same
21408  width.
21409 \end_layout
21410
21411 \begin_layout Standard
21412 You can now enter
21413 \end_layout
21414
21415 \begin_layout Standard
21416
21417 \series bold
21418 S{width of multicolumn cell}{number of spanned columns}
21419 \end_layout
21420
21421 \begin_layout Standard
21422 as \SpecialChar LaTeX
21423 -argument of the column.
21424 \end_layout
21425
21426 \begin_layout Standard
21427 \begin_inset VSpace bigskip
21428 \end_inset
21429
21430
21431 \end_layout
21432
21433 \begin_layout Standard
21434 For colored columns, you can define
21435 \end_layout
21436
21437 \begin_layout Standard
21438
21439 \series bold
21440
21441 \backslash
21442 newcolumntype{K}[1]{>{
21443 \backslash
21444 columncolor{#1}
21445 \backslash
21446 hspace{0pt}}c}
21447 \end_layout
21448
21449 \begin_layout Standard
21450 The 
21451 \begin_inset Quotes eld
21452 \end_inset
21453
21454 c
21455 \begin_inset Quotes erd
21456 \end_inset
21457
21458  at the end creates a column with a flexible width whose text is horizontally
21459  centered.
21460  You can now enter
21461 \end_layout
21462
21463 \begin_layout Standard
21464
21465 \series bold
21466 K{color name}
21467 \end_layout
21468
21469 \begin_layout Standard
21470 as \SpecialChar LaTeX
21471 -argument.
21472 \end_layout
21473
21474 \begin_layout Standard
21475 \begin_inset VSpace bigskip
21476 \end_inset
21477
21478
21479 \end_layout
21480
21481 \begin_layout Standard
21482 To create Table
21483 \begin_inset space ~
21484 \end_inset
21485
21486
21487 \begin_inset CommandInset ref
21488 LatexCommand ref
21489 reference "tab:Table-using-user-defined"
21490
21491 \end_inset
21492
21493  use the \SpecialChar LaTeX
21494 -arguments
21495 \end_layout
21496
21497 \begin_layout Standard
21498
21499 \series bold
21500 M{2.5cm}
21501 \end_layout
21502
21503 \begin_layout Standard
21504 for the first column and the multicolumn,
21505 \end_layout
21506
21507 \begin_layout Standard
21508
21509 \series bold
21510 K{red}
21511 \end_layout
21512
21513 \begin_layout Standard
21514 for the last column, and
21515 \end_layout
21516
21517 \begin_layout Standard
21518
21519 \series bold
21520 S{2.5cm}{2}
21521 \end_layout
21522
21523 \begin_layout Standard
21524 for the cells in the second column.
21525 \end_layout
21526
21527 \begin_layout Standard
21528 \begin_inset Float table
21529 placement h
21530 wide false
21531 sideways false
21532 status open
21533
21534 \begin_layout Plain Layout
21535 \begin_inset Caption Standard
21536
21537 \begin_layout Plain Layout
21538 \begin_inset CommandInset label
21539 LatexCommand label
21540 name "tab:Table-using-user-defined"
21541
21542 \end_inset
21543
21544 Table using user-defined table formats
21545 \end_layout
21546
21547 \end_inset
21548
21549
21550 \end_layout
21551
21552 \begin_layout Plain Layout
21553 \align center
21554 \begin_inset Tabular
21555 <lyxtabular version="3" rows="3" columns="4">
21556 <features tabularvalignment="middle">
21557 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21558 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21559 <column alignment="center" valignment="middle">
21560 <column alignment="center" valignment="middle" special="K{red}">
21561 <row>
21562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21563 \begin_inset Text
21564
21565 \begin_layout Plain Layout
21566 verylongtablecellword
21567 \end_layout
21568
21569 \end_inset
21570 </cell>
21571 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21572 \begin_inset Text
21573
21574 \begin_layout Plain Layout
21575 multiple lines multicolumn
21576 \end_layout
21577
21578 \end_inset
21579 </cell>
21580 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21581 \begin_inset Text
21582
21583 \begin_layout Plain Layout
21584
21585 \end_layout
21586
21587 \end_inset
21588 </cell>
21589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21590 \begin_inset Text
21591
21592 \begin_layout Plain Layout
21593 c
21594 \end_layout
21595
21596 \end_inset
21597 </cell>
21598 </row>
21599 <row>
21600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21601 \begin_inset Text
21602
21603 \begin_layout Plain Layout
21604 d
21605 \end_layout
21606
21607 \end_inset
21608 </cell>
21609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21610 \begin_inset Text
21611
21612 \begin_layout Plain Layout
21613 e
21614 \end_layout
21615
21616 \end_inset
21617 </cell>
21618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21619 \begin_inset Text
21620
21621 \begin_layout Plain Layout
21622 f
21623 \end_layout
21624
21625 \end_inset
21626 </cell>
21627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21628 \begin_inset Text
21629
21630 \begin_layout Plain Layout
21631 g
21632 \end_layout
21633
21634 \end_inset
21635 </cell>
21636 </row>
21637 <row>
21638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21639 \begin_inset Text
21640
21641 \begin_layout Plain Layout
21642 h
21643 \end_layout
21644
21645 \end_inset
21646 </cell>
21647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21648 \begin_inset Text
21649
21650 \begin_layout Plain Layout
21651 i
21652 \end_layout
21653
21654 \end_inset
21655 </cell>
21656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21657 \begin_inset Text
21658
21659 \begin_layout Plain Layout
21660 j
21661 \end_layout
21662
21663 \end_inset
21664 </cell>
21665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21666 \begin_inset Text
21667
21668 \begin_layout Plain Layout
21669 k
21670 \end_layout
21671
21672 \end_inset
21673 </cell>
21674 </row>
21675 </lyxtabular>
21676
21677 \end_inset
21678
21679
21680 \end_layout
21681
21682 \end_inset
21683
21684
21685 \end_layout
21686
21687 \begin_layout Subsection
21688 Line Thickness
21689 \begin_inset CommandInset label
21690 LatexCommand label
21691 name "subsec:Line-Thickness"
21692
21693 \end_inset
21694
21695
21696 \begin_inset Index idx
21697 status collapsed
21698
21699 \begin_layout Plain Layout
21700 Table Customization ! Line Thickness
21701 \end_layout
21702
21703 \end_inset
21704
21705
21706 \end_layout
21707
21708 \begin_layout Standard
21709 The line thickness for all lines in a table can be adjusted with the length
21710  
21711 \series bold
21712
21713 \backslash
21714 arrayrulewidth
21715 \series default
21716 .
21717  To set for example a line thickness of 1.5
21718 \begin_inset space \thinspace{}
21719 \end_inset
21720
21721 pt, as in Table
21722 \begin_inset space ~
21723 \end_inset
21724
21725
21726 \begin_inset CommandInset ref
21727 LatexCommand ref
21728 reference "tab:Table-with-1.5"
21729
21730 \end_inset
21731
21732 , insert the command
21733 \end_layout
21734
21735 \begin_layout Standard
21736
21737 \series bold
21738
21739 \backslash
21740 setlength{
21741 \backslash
21742 arrayrulewidth}{1.5pt}
21743 \end_layout
21744
21745 \begin_layout Standard
21746 in \SpecialChar TeX
21747  Code before the table or table float.
21748  The changed thickness is valid for all subsequent tables.
21749  To use the default value again, set 
21750 \series bold
21751
21752 \backslash
21753 arrayrulewidth
21754 \series default
21755  to 0.4
21756 \begin_inset space \thinspace{}
21757 \end_inset
21758
21759 pt in \SpecialChar TeX
21760  Code after the table or table float.
21761 \end_layout
21762
21763 \begin_layout Standard
21764 \begin_inset ERT
21765 status collapsed
21766
21767 \begin_layout Plain Layout
21768
21769
21770 \backslash
21771 setlength{
21772 \backslash
21773 arrayrulewidth}{1.5pt}
21774 \end_layout
21775
21776 \end_inset
21777
21778
21779 \begin_inset Float table
21780 wide false
21781 sideways false
21782 status open
21783
21784 \begin_layout Plain Layout
21785 \begin_inset Caption Standard
21786
21787 \begin_layout Plain Layout
21788 \begin_inset CommandInset label
21789 LatexCommand label
21790 name "tab:Table-with-1.5"
21791
21792 \end_inset
21793
21794 Table with 1.5
21795 \begin_inset space \thinspace{}
21796 \end_inset
21797
21798 pt thick lines
21799 \end_layout
21800
21801 \end_inset
21802
21803
21804 \end_layout
21805
21806 \begin_layout Plain Layout
21807 \align center
21808 \begin_inset Tabular
21809 <lyxtabular version="3" rows="3" columns="3">
21810 <features tabularvalignment="middle">
21811 <column alignment="center" valignment="top">
21812 <column alignment="center" valignment="top">
21813 <column alignment="center" valignment="top">
21814 <row>
21815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21816 \begin_inset Text
21817
21818 \begin_layout Plain Layout
21819 sd
21820 \end_layout
21821
21822 \end_inset
21823 </cell>
21824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21825 \begin_inset Text
21826
21827 \begin_layout Plain Layout
21828
21829 \end_layout
21830
21831 \end_inset
21832 </cell>
21833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21834 \begin_inset Text
21835
21836 \begin_layout Plain Layout
21837
21838 \end_layout
21839
21840 \end_inset
21841 </cell>
21842 </row>
21843 <row>
21844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21845 \begin_inset Text
21846
21847 \begin_layout Plain Layout
21848
21849 \end_layout
21850
21851 \end_inset
21852 </cell>
21853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21854 \begin_inset Text
21855
21856 \begin_layout Plain Layout
21857 sd
21858 \end_layout
21859
21860 \end_inset
21861 </cell>
21862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21863 \begin_inset Text
21864
21865 \begin_layout Plain Layout
21866
21867 \end_layout
21868
21869 \end_inset
21870 </cell>
21871 </row>
21872 <row>
21873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21883 \begin_inset Text
21884
21885 \begin_layout Plain Layout
21886
21887 \end_layout
21888
21889 \end_inset
21890 </cell>
21891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895 sd
21896 \end_layout
21897
21898 \end_inset
21899 </cell>
21900 </row>
21901 </lyxtabular>
21902
21903 \end_inset
21904
21905
21906 \end_layout
21907
21908 \end_inset
21909
21910
21911 \begin_inset ERT
21912 status collapsed
21913
21914 \begin_layout Plain Layout
21915
21916
21917 \backslash
21918 setlength{
21919 \backslash
21920 arrayrulewidth}{0.4pt}
21921 \end_layout
21922
21923 \end_inset
21924
21925
21926 \end_layout
21927
21928 \begin_layout Standard
21929 \begin_inset VSpace bigskip
21930 \end_inset
21931
21932 To set the line thickness to 1.5
21933 \begin_inset space \thinspace{}
21934 \end_inset
21935
21936 pt only for horizontal lines, as in Table
21937 \begin_inset space ~
21938 \end_inset
21939
21940
21941 \begin_inset CommandInset ref
21942 LatexCommand ref
21943 reference "tab:Table-with-horizontal"
21944
21945 \end_inset
21946
21947 , insert these commands in \SpecialChar TeX
21948  Code before the table or table float:
21949 \end_layout
21950
21951 \begin_layout Standard
21952
21953 \series bold
21954
21955 \backslash
21956 let
21957 \backslash
21958 myHline
21959 \backslash
21960 hline
21961 \begin_inset Newline newline
21962 \end_inset
21963
21964
21965 \backslash
21966 renewcommand{
21967 \backslash
21968 hline}
21969 \begin_inset Newline newline
21970 \end_inset
21971
21972  {
21973 \backslash
21974 noalign{
21975 \backslash
21976 global
21977 \backslash
21978 arrayrulewidth 1.5pt}
21979 \begin_inset Newline newline
21980 \end_inset
21981
21982  
21983 \backslash
21984 myHline
21985 \backslash
21986 noalign{
21987 \backslash
21988 global
21989 \backslash
21990 arrayrulewidth 0.4pt}}
21991 \end_layout
21992
21993 \begin_layout Standard
21994 To return to the default line thickness, insert this command in \SpecialChar TeX
21995  Code after
21996  the table or table float:
21997 \end_layout
21998
21999 \begin_layout Standard
22000
22001 \series bold
22002
22003 \backslash
22004 renewcommand{
22005 \backslash
22006 hline}{
22007 \backslash
22008 myHline}
22009 \end_layout
22010
22011 \begin_layout Standard
22012 \begin_inset ERT
22013 status collapsed
22014
22015 \begin_layout Plain Layout
22016
22017
22018 \backslash
22019 let
22020 \backslash
22021 myHline
22022 \backslash
22023 hline
22024 \end_layout
22025
22026 \begin_layout Plain Layout
22027
22028
22029 \backslash
22030 renewcommand{
22031 \backslash
22032 hline}
22033 \end_layout
22034
22035 \begin_layout Plain Layout
22036
22037  {
22038 \backslash
22039 noalign{
22040 \backslash
22041 global
22042 \backslash
22043 arrayrulewidth 1.5pt}
22044 \end_layout
22045
22046 \begin_layout Plain Layout
22047
22048   
22049 \backslash
22050 myHline
22051 \backslash
22052 noalign{
22053 \backslash
22054 global
22055 \backslash
22056 arrayrulewidth 0.4pt}}
22057 \end_layout
22058
22059 \end_inset
22060
22061
22062 \begin_inset Float table
22063 wide false
22064 sideways false
22065 status open
22066
22067 \begin_layout Plain Layout
22068 \begin_inset Caption Standard
22069
22070 \begin_layout Plain Layout
22071 \begin_inset CommandInset label
22072 LatexCommand label
22073 name "tab:Table-with-horizontal"
22074
22075 \end_inset
22076
22077 Table with 1.5
22078 \begin_inset space \thinspace{}
22079 \end_inset
22080
22081 pt thick horizontal lines
22082 \end_layout
22083
22084 \end_inset
22085
22086
22087 \end_layout
22088
22089 \begin_layout Plain Layout
22090 \align center
22091 \begin_inset Tabular
22092 <lyxtabular version="3" rows="3" columns="3">
22093 <features tabularvalignment="middle">
22094 <column alignment="center" valignment="top">
22095 <column alignment="center" valignment="top">
22096 <column alignment="center" valignment="top">
22097 <row>
22098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22099 \begin_inset Text
22100
22101 \begin_layout Plain Layout
22102 sd
22103 \end_layout
22104
22105 \end_inset
22106 </cell>
22107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22108 \begin_inset Text
22109
22110 \begin_layout Plain Layout
22111
22112 \end_layout
22113
22114 \end_inset
22115 </cell>
22116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120
22121 \end_layout
22122
22123 \end_inset
22124 </cell>
22125 </row>
22126 <row>
22127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22128 \begin_inset Text
22129
22130 \begin_layout Plain Layout
22131
22132 \end_layout
22133
22134 \end_inset
22135 </cell>
22136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22137 \begin_inset Text
22138
22139 \begin_layout Plain Layout
22140 sd
22141 \end_layout
22142
22143 \end_inset
22144 </cell>
22145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22146 \begin_inset Text
22147
22148 \begin_layout Plain Layout
22149
22150 \end_layout
22151
22152 \end_inset
22153 </cell>
22154 </row>
22155 <row>
22156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22157 \begin_inset Text
22158
22159 \begin_layout Plain Layout
22160
22161 \end_layout
22162
22163 \end_inset
22164 </cell>
22165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22166 \begin_inset Text
22167
22168 \begin_layout Plain Layout
22169
22170 \end_layout
22171
22172 \end_inset
22173 </cell>
22174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22175 \begin_inset Text
22176
22177 \begin_layout Plain Layout
22178 sd
22179 \end_layout
22180
22181 \end_inset
22182 </cell>
22183 </row>
22184 </lyxtabular>
22185
22186 \end_inset
22187
22188
22189 \end_layout
22190
22191 \end_inset
22192
22193
22194 \begin_inset ERT
22195 status collapsed
22196
22197 \begin_layout Plain Layout
22198
22199
22200 \backslash
22201 renewcommand{
22202 \backslash
22203 hline}{
22204 \backslash
22205 myHline}
22206 \end_layout
22207
22208 \end_inset
22209
22210
22211 \end_layout
22212
22213 \begin_layout Standard
22214 \begin_inset VSpace bigskip
22215 \end_inset
22216
22217 To set the line thickness to 1.5
22218 \begin_inset space \thinspace{}
22219 \end_inset
22220
22221 pt only for vertical lines, create the following column format in the document
22222  preamble, according to the description in section
22223 \begin_inset space ~
22224 \end_inset
22225
22226
22227 \begin_inset CommandInset ref
22228 LatexCommand ref
22229 reference "subsec:Customized-Format"
22230
22231 \end_inset
22232
22233 :
22234 \end_layout
22235
22236 \begin_layout Standard
22237
22238 \series bold
22239
22240 \backslash
22241 newcolumntype{V}{!{
22242 \backslash
22243 vrule width 1.5pt}}
22244 \end_layout
22245
22246 \begin_layout Standard
22247 For Table
22248 \begin_inset space ~
22249 \end_inset
22250
22251
22252 \begin_inset CommandInset ref
22253 LatexCommand ref
22254 reference "tab:Table-with-vertical"
22255
22256 \end_inset
22257
22258  the \SpecialChar LaTeX
22259 -argument
22260 \end_layout
22261
22262 \begin_layout Standard
22263
22264 \series bold
22265 VcV
22266 \end_layout
22267
22268 \begin_layout Standard
22269 was used for the last column and
22270 \end_layout
22271
22272 \begin_layout Standard
22273
22274 \series bold
22275 Vc
22276 \end_layout
22277
22278 \begin_layout Standard
22279 for the other columns.
22280 \end_layout
22281
22282 \begin_layout Standard
22283 \begin_inset Float table
22284 wide false
22285 sideways false
22286 status open
22287
22288 \begin_layout Plain Layout
22289 \begin_inset Caption Standard
22290
22291 \begin_layout Plain Layout
22292 \begin_inset CommandInset label
22293 LatexCommand label
22294 name "tab:Table-with-vertical"
22295
22296 \end_inset
22297
22298 Table with 1.5
22299 \begin_inset space \thinspace{}
22300 \end_inset
22301
22302 pt thick vertical lines
22303 \end_layout
22304
22305 \end_inset
22306
22307
22308 \end_layout
22309
22310 \begin_layout Plain Layout
22311 \align center
22312 \begin_inset Tabular
22313 <lyxtabular version="3" rows="3" columns="3">
22314 <features tabularvalignment="middle">
22315 <column alignment="center" valignment="top" special="Vc">
22316 <column alignment="center" valignment="top" special="Vc">
22317 <column alignment="center" valignment="top" special="VcV">
22318 <row>
22319 <cell alignment="center" valignment="top" topline="true" usebox="none">
22320 \begin_inset Text
22321
22322 \begin_layout Plain Layout
22323 sd
22324 \end_layout
22325
22326 \end_inset
22327 </cell>
22328 <cell alignment="center" valignment="top" topline="true" usebox="none">
22329 \begin_inset Text
22330
22331 \begin_layout Plain Layout
22332
22333 \end_layout
22334
22335 \end_inset
22336 </cell>
22337 <cell alignment="center" valignment="top" topline="true" usebox="none">
22338 \begin_inset Text
22339
22340 \begin_layout Plain Layout
22341
22342 \end_layout
22343
22344 \end_inset
22345 </cell>
22346 </row>
22347 <row>
22348 <cell alignment="center" valignment="top" topline="true" usebox="none">
22349 \begin_inset Text
22350
22351 \begin_layout Plain Layout
22352
22353 \end_layout
22354
22355 \end_inset
22356 </cell>
22357 <cell alignment="center" valignment="top" topline="true" usebox="none">
22358 \begin_inset Text
22359
22360 \begin_layout Plain Layout
22361 sd
22362 \end_layout
22363
22364 \end_inset
22365 </cell>
22366 <cell alignment="center" valignment="top" topline="true" usebox="none">
22367 \begin_inset Text
22368
22369 \begin_layout Plain Layout
22370
22371 \end_layout
22372
22373 \end_inset
22374 </cell>
22375 </row>
22376 <row>
22377 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22378 \begin_inset Text
22379
22380 \begin_layout Plain Layout
22381
22382 \end_layout
22383
22384 \end_inset
22385 </cell>
22386 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22387 \begin_inset Text
22388
22389 \begin_layout Plain Layout
22390
22391 \end_layout
22392
22393 \end_inset
22394 </cell>
22395 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22396 \begin_inset Text
22397
22398 \begin_layout Plain Layout
22399 sd
22400 \end_layout
22401
22402 \end_inset
22403 </cell>
22404 </row>
22405 </lyxtabular>
22406
22407 \end_inset
22408
22409
22410 \end_layout
22411
22412 \end_inset
22413
22414
22415 \end_layout
22416
22417 \begin_layout Subsection
22418 Dashed Lines
22419 \begin_inset Index idx
22420 status collapsed
22421
22422 \begin_layout Plain Layout
22423 Table Customization ! Dashed Lines
22424 \end_layout
22425
22426 \end_inset
22427
22428
22429 \end_layout
22430
22431 \begin_layout Standard
22432 \begin_inset ERT
22433 status collapsed
22434
22435 \begin_layout Plain Layout
22436
22437
22438 \backslash
22439 ifarydshln
22440 \end_layout
22441
22442 \end_inset
22443
22444
22445 \begin_inset Note Note
22446 status open
22447
22448 \begin_layout Plain Layout
22449 The following section will only be displayed when the \SpecialChar LaTeX
22450 -package 
22451 \series bold
22452 arydshln
22453 \series default
22454  is installed.
22455 \end_layout
22456
22457 \end_inset
22458
22459
22460 \end_layout
22461
22462 \begin_layout Standard
22463 \begin_inset Float table
22464 placement H
22465 wide false
22466 sideways false
22467 status open
22468
22469 \begin_layout Plain Layout
22470 \begin_inset Caption Standard
22471
22472 \begin_layout Plain Layout
22473 \begin_inset CommandInset label
22474 LatexCommand label
22475 name "tab:Table-with-dashed"
22476
22477 \end_inset
22478
22479 Table with dashed lines
22480 \end_layout
22481
22482 \end_inset
22483
22484
22485 \end_layout
22486
22487 \begin_layout Plain Layout
22488 \align center
22489 \begin_inset Tabular
22490 <lyxtabular version="3" rows="5" columns="5">
22491 <features tabularvalignment="middle">
22492 <column alignment="center" valignment="top">
22493 <column alignment="center" valignment="top">
22494 <column alignment="center" valignment="top" special=":c">
22495 <column alignment="center" valignment="top">
22496 <column alignment="center" valignment="top">
22497 <row>
22498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22499 \begin_inset Text
22500
22501 \begin_layout Plain Layout
22502 a
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Plain Layout
22511 b
22512 \end_layout
22513
22514 \end_inset
22515 </cell>
22516 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22517 \begin_inset Text
22518
22519 \begin_layout Plain Layout
22520 c
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22526 \begin_inset Text
22527
22528 \begin_layout Plain Layout
22529 d
22530 \end_layout
22531
22532 \end_inset
22533 </cell>
22534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538 e
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 </row>
22544 <row>
22545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22546 \begin_inset Text
22547
22548 \begin_layout Plain Layout
22549 f
22550 \end_layout
22551
22552 \end_inset
22553 </cell>
22554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558 g
22559 \end_layout
22560
22561 \end_inset
22562 </cell>
22563 <cell alignment="center" valignment="top" topline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567 h
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22573 \begin_inset Text
22574
22575 \begin_layout Plain Layout
22576 i
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Plain Layout
22585 j
22586 \end_layout
22587
22588 \end_inset
22589 </cell>
22590 </row>
22591 <row>
22592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22593 \begin_inset Text
22594
22595 \begin_layout Plain Layout
22596 \begin_inset ERT
22597 status collapsed
22598
22599 \begin_layout Plain Layout
22600
22601
22602 \backslash
22603 hdashline 
22604 \end_layout
22605
22606 \end_inset
22607
22608 k
22609 \end_layout
22610
22611 \end_inset
22612 </cell>
22613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22614 \begin_inset Text
22615
22616 \begin_layout Plain Layout
22617 l
22618 \end_layout
22619
22620 \end_inset
22621 </cell>
22622 <cell alignment="center" valignment="top" usebox="none">
22623 \begin_inset Text
22624
22625 \begin_layout Plain Layout
22626 m
22627 \end_layout
22628
22629 \end_inset
22630 </cell>
22631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22632 \begin_inset Text
22633
22634 \begin_layout Plain Layout
22635 n
22636 \end_layout
22637
22638 \end_inset
22639 </cell>
22640 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644 o
22645 \end_layout
22646
22647 \end_inset
22648 </cell>
22649 </row>
22650 <row>
22651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22652 \begin_inset Text
22653
22654 \begin_layout Plain Layout
22655 \begin_inset ERT
22656 status collapsed
22657
22658 \begin_layout Plain Layout
22659
22660
22661 \backslash
22662 cdashline{4-5}
22663 \end_layout
22664
22665 \end_inset
22666
22667 p
22668 \end_layout
22669
22670 \end_inset
22671 </cell>
22672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22673 \begin_inset Text
22674
22675 \begin_layout Plain Layout
22676 q
22677 \end_layout
22678
22679 \end_inset
22680 </cell>
22681 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22682 \begin_inset Text
22683
22684 \begin_layout Plain Layout
22685 r
22686 \end_layout
22687
22688 \end_inset
22689 </cell>
22690 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22691 \begin_inset Text
22692
22693 \begin_layout Plain Layout
22694 s
22695 \end_layout
22696
22697 \end_inset
22698 </cell>
22699 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22700 \begin_inset Text
22701
22702 \begin_layout Plain Layout
22703
22704 \end_layout
22705
22706 \end_inset
22707 </cell>
22708 </row>
22709 <row>
22710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22711 \begin_inset Text
22712
22713 \begin_layout Plain Layout
22714 t
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723 u
22724 \end_layout
22725
22726 \end_inset
22727 </cell>
22728 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22729 \begin_inset Text
22730
22731 \begin_layout Plain Layout
22732 v
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741 w
22742 \end_layout
22743
22744 \end_inset
22745 </cell>
22746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750 x
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 </row>
22756 </lyxtabular>
22757
22758 \end_inset
22759
22760
22761 \end_layout
22762
22763 \end_inset
22764
22765
22766 \end_layout
22767
22768 \begin_layout Standard
22769 \SpecialChar LyX
22770  does not natively support dashed lines, so you have to use \SpecialChar TeX
22771  Code.
22772  As a prerequisite the \SpecialChar LaTeX
22773  package 
22774 \series bold
22775 arydshln
22776 \series default
22777
22778 \begin_inset Index idx
22779 status collapsed
22780
22781 \begin_layout Plain Layout
22782 \SpecialChar LaTeX
22783 -packages ! arydshln
22784 \end_layout
22785
22786 \end_inset
22787
22788  must be loaded in the document preamble with the command
22789 \end_layout
22790
22791 \begin_layout Standard
22792
22793 \series bold
22794
22795 \backslash
22796 usepackage{arydshln}
22797 \end_layout
22798
22799 \begin_layout Standard
22800 To make a vertical line dashed, enter the colon 
22801 \begin_inset Quotes eld
22802 \end_inset
22803
22804 :
22805 \begin_inset Quotes erd
22806 \end_inset
22807
22808  together with the character for the horizontal alignment as \SpecialChar LaTeX
22809  argument in
22810  the table cell dialog.
22811 \end_layout
22812
22813 \begin_layout Standard
22814 For a horizontal dashed line add the command
22815 \end_layout
22816
22817 \begin_layout Standard
22818
22819 \series bold
22820
22821 \backslash
22822 hdashline
22823 \end_layout
22824
22825 \begin_layout Standard
22826 in \SpecialChar TeX
22827  Code as first element of the first cell in the table row.
22828 \end_layout
22829
22830 \begin_layout Standard
22831 For dashed multicolumn lines use the command
22832 \end_layout
22833
22834 \begin_layout Standard
22835
22836 \series bold
22837
22838 \backslash
22839 cdashline{line number
22840 \series default
22841 }
22842 \end_layout
22843
22844 \begin_layout Standard
22845 in \SpecialChar TeX
22846  Code as the first element of the first cell in the table row.
22847  If you have for example a multicolumn spanning columns 2 to 4 and you want
22848  to have a dashed line above, add the command
22849 \end_layout
22850
22851 \begin_layout Standard
22852
22853 \series bold
22854
22855 \backslash
22856 cdashline{2-4}
22857 \end_layout
22858
22859 \begin_layout Standard
22860 as the first element of the first cell in the row of the multicolumn.
22861 \end_layout
22862
22863 \begin_layout Standard
22864 \begin_inset VSpace bigskip
22865 \end_inset
22866
22867
22868 \end_layout
22869
22870 \begin_layout Standard
22871 Table
22872 \begin_inset space ~
22873 \end_inset
22874
22875
22876 \begin_inset CommandInset ref
22877 LatexCommand ref
22878 reference "tab:Table-with-dashed"
22879
22880 \end_inset
22881
22882  was created using 
22883 \begin_inset Quotes eld
22884 \end_inset
22885
22886
22887 \series bold
22888 :c
22889 \series default
22890
22891 \begin_inset Quotes erd
22892 \end_inset
22893
22894  as \SpecialChar LaTeX
22895  argument of the third column.
22896  The \SpecialChar TeX
22897  Code command 
22898 \series bold
22899
22900 \backslash
22901 hdashline
22902 \series default
22903  was inserted in the first cell of the third row and the \SpecialChar TeX
22904  Code command
22905 \begin_inset Newline newline
22906 \end_inset
22907
22908  
22909 \series bold
22910
22911 \backslash
22912 cdashline{4-5}
22913 \series default
22914  was inserted in the first cell of the fourth row.
22915 \end_layout
22916
22917 \begin_layout Standard
22918 \begin_inset VSpace bigskip
22919 \end_inset
22920
22921
22922 \end_layout
22923
22924 \begin_layout Standard
22925 Tables with dashed lines can also be colored as shown by Table
22926 \begin_inset space ~
22927 \end_inset
22928
22929
22930 \begin_inset CommandInset ref
22931 LatexCommand ref
22932 reference "tab:Colored-table-with"
22933
22934 \end_inset
22935
22936 .
22937 \end_layout
22938
22939 \begin_layout Standard
22940 \begin_inset ERT
22941 status collapsed
22942
22943 \begin_layout Plain Layout
22944
22945
22946 \backslash
22947 setlength{
22948 \backslash
22949 arrayrulewidth}{1pt}
22950 \end_layout
22951
22952 \end_inset
22953
22954
22955 \begin_inset Note Note
22956 status collapsed
22957
22958 \begin_layout Plain Layout
22959 thicker lines for better visualization of the line color
22960 \end_layout
22961
22962 \end_inset
22963
22964
22965 \end_layout
22966
22967 \begin_layout Standard
22968 \begin_inset ERT
22969 status collapsed
22970
22971 \begin_layout Plain Layout
22972
22973
22974 \backslash
22975 dashgapcolor{green}
22976 \end_layout
22977
22978 \end_inset
22979
22980
22981 \begin_inset Note Note
22982 status collapsed
22983
22984 \begin_layout Plain Layout
22985 color gaps between dashes green
22986 \end_layout
22987
22988 \end_inset
22989
22990
22991 \end_layout
22992
22993 \begin_layout Standard
22994 \begin_inset ERT
22995 status collapsed
22996
22997 \begin_layout Plain Layout
22998
22999
23000 \backslash
23001 let
23002 \backslash
23003 myHdashline
23004 \backslash
23005 hdashline
23006 \end_layout
23007
23008 \begin_layout Plain Layout
23009
23010
23011 \backslash
23012 renewcommand{
23013 \backslash
23014 hdashline}
23015 \end_layout
23016
23017 \begin_layout Plain Layout
23018
23019  {
23020 \backslash
23021 arrayrulecolor{red}
23022 \backslash
23023 myHdashline
23024 \backslash
23025 arrayrulecolor{black}}
23026 \end_layout
23027
23028 \end_inset
23029
23030
23031 \begin_inset Note Note
23032 status collapsed
23033
23034 \begin_layout Plain Layout
23035 color horizontal, dashed lines red
23036 \end_layout
23037
23038 \end_inset
23039
23040
23041 \end_layout
23042
23043 \begin_layout Standard
23044 \begin_inset ERT
23045 status collapsed
23046
23047 \begin_layout Plain Layout
23048
23049
23050 \backslash
23051 let
23052 \backslash
23053 myCdashline
23054 \backslash
23055 cdashline
23056 \end_layout
23057
23058 \begin_layout Plain Layout
23059
23060
23061 \backslash
23062 renewcommand{
23063 \backslash
23064 cdashline}[1]
23065 \end_layout
23066
23067 \begin_layout Plain Layout
23068
23069  {
23070 \backslash
23071 arrayrulecolor{yellow}
23072 \backslash
23073 myCdashline{#1}
23074 \backslash
23075 arrayrulecolor{black}}
23076 \end_layout
23077
23078 \end_inset
23079
23080
23081 \begin_inset Note Note
23082 status collapsed
23083
23084 \begin_layout Plain Layout
23085 color partial horizontal, dashed lines yellow
23086 \end_layout
23087
23088 \end_inset
23089
23090
23091 \end_layout
23092
23093 \begin_layout Standard
23094 \begin_inset Float table
23095 placement h
23096 wide false
23097 sideways false
23098 status open
23099
23100 \begin_layout Plain Layout
23101 \begin_inset Caption Standard
23102
23103 \begin_layout Plain Layout
23104 \begin_inset CommandInset label
23105 LatexCommand label
23106 name "tab:Colored-table-with"
23107
23108 \end_inset
23109
23110 Colored table with dashed lines
23111 \end_layout
23112
23113 \end_inset
23114
23115
23116 \end_layout
23117
23118 \begin_layout Plain Layout
23119 \align center
23120 \begin_inset Tabular
23121 <lyxtabular version="3" rows="5" columns="5">
23122 <features tabularvalignment="middle">
23123 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23124 <column alignment="center" valignment="top" width="0pt">
23125 <column alignment="center" valignment="top" width="0pt" special=":c">
23126 <column alignment="center" valignment="top">
23127 <column alignment="center" valignment="top">
23128 <row>
23129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23130 \begin_inset Text
23131
23132 \begin_layout Plain Layout
23133 a
23134 \end_layout
23135
23136 \end_inset
23137 </cell>
23138 <cell alignment="center" valignment="top" topline="true" usebox="none">
23139 \begin_inset Text
23140
23141 \begin_layout Plain Layout
23142 b
23143 \end_layout
23144
23145 \end_inset
23146 </cell>
23147 <cell alignment="center" valignment="top" topline="true" usebox="none">
23148 \begin_inset Text
23149
23150 \begin_layout Plain Layout
23151 c
23152 \end_layout
23153
23154 \end_inset
23155 </cell>
23156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23157 \begin_inset Text
23158
23159 \begin_layout Plain Layout
23160 d
23161 \end_layout
23162
23163 \end_inset
23164 </cell>
23165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23166 \begin_inset Text
23167
23168 \begin_layout Plain Layout
23169 e
23170 \end_layout
23171
23172 \end_inset
23173 </cell>
23174 </row>
23175 <row>
23176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Plain Layout
23180 f
23181 \end_layout
23182
23183 \end_inset
23184 </cell>
23185 <cell alignment="center" valignment="top" topline="true" usebox="none">
23186 \begin_inset Text
23187
23188 \begin_layout Plain Layout
23189 g
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
23194 <cell alignment="center" valignment="top" topline="true" usebox="none">
23195 \begin_inset Text
23196
23197 \begin_layout Plain Layout
23198 h
23199 \end_layout
23200
23201 \end_inset
23202 </cell>
23203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23204 \begin_inset Text
23205
23206 \begin_layout Plain Layout
23207 i
23208 \end_layout
23209
23210 \end_inset
23211 </cell>
23212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23213 \begin_inset Text
23214
23215 \begin_layout Plain Layout
23216 j
23217 \end_layout
23218
23219 \end_inset
23220 </cell>
23221 </row>
23222 <row>
23223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23224 \begin_inset Text
23225
23226 \begin_layout Plain Layout
23227 \begin_inset ERT
23228 status collapsed
23229
23230 \begin_layout Plain Layout
23231
23232
23233 \backslash
23234 hdashline 
23235 \end_layout
23236
23237 \end_inset
23238
23239
23240 \begin_inset ERT
23241 status collapsed
23242
23243 \begin_layout Plain Layout
23244
23245
23246 \backslash
23247 rowcolor{Gray}
23248 \end_layout
23249
23250 \end_inset
23251
23252 k
23253 \end_layout
23254
23255 \end_inset
23256 </cell>
23257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23258 \begin_inset Text
23259
23260 \begin_layout Plain Layout
23261 l
23262 \end_layout
23263
23264 \end_inset
23265 </cell>
23266 <cell alignment="center" valignment="top" usebox="none">
23267 \begin_inset Text
23268
23269 \begin_layout Plain Layout
23270 m
23271 \end_layout
23272
23273 \end_inset
23274 </cell>
23275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23276 \begin_inset Text
23277
23278 \begin_layout Plain Layout
23279 n
23280 \end_layout
23281
23282 \end_inset
23283 </cell>
23284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23285 \begin_inset Text
23286
23287 \begin_layout Plain Layout
23288 o
23289 \end_layout
23290
23291 \end_inset
23292 </cell>
23293 </row>
23294 <row>
23295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23296 \begin_inset Text
23297
23298 \begin_layout Plain Layout
23299 \begin_inset ERT
23300 status collapsed
23301
23302 \begin_layout Plain Layout
23303
23304
23305 \backslash
23306 cdashline{4-5}
23307 \end_layout
23308
23309 \end_inset
23310
23311 p
23312 \end_layout
23313
23314 \end_inset
23315 </cell>
23316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23317 \begin_inset Text
23318
23319 \begin_layout Plain Layout
23320 q
23321 \end_layout
23322
23323 \end_inset
23324 </cell>
23325 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23326 \begin_inset Text
23327
23328 \begin_layout Plain Layout
23329 r
23330 \end_layout
23331
23332 \end_inset
23333 </cell>
23334 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23335 \begin_inset Text
23336
23337 \begin_layout Plain Layout
23338 s
23339 \end_layout
23340
23341 \end_inset
23342 </cell>
23343 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23344 \begin_inset Text
23345
23346 \begin_layout Plain Layout
23347
23348 \end_layout
23349
23350 \end_inset
23351 </cell>
23352 </row>
23353 <row>
23354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23355 \begin_inset Text
23356
23357 \begin_layout Plain Layout
23358 t
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23364 \begin_inset Text
23365
23366 \begin_layout Plain Layout
23367 u
23368 \end_layout
23369
23370 \end_inset
23371 </cell>
23372 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23373 \begin_inset Text
23374
23375 \begin_layout Plain Layout
23376 v
23377 \end_layout
23378
23379 \end_inset
23380 </cell>
23381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout Plain Layout
23385 w
23386 \end_layout
23387
23388 \end_inset
23389 </cell>
23390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394 \begin_inset ERT
23395 status collapsed
23396
23397 \begin_layout Plain Layout
23398
23399
23400 \backslash
23401 cellcolor{Maroon}
23402 \end_layout
23403
23404 \end_inset
23405
23406 i
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 </row>
23412 </lyxtabular>
23413
23414 \end_inset
23415
23416
23417 \end_layout
23418
23419 \end_inset
23420
23421
23422 \end_layout
23423
23424 \begin_layout Standard
23425 \begin_inset ERT
23426 status collapsed
23427
23428 \begin_layout Plain Layout
23429
23430
23431 \backslash
23432 renewcommand{
23433 \backslash
23434 hdashline}{
23435 \backslash
23436 myHdashline}
23437 \end_layout
23438
23439 \end_inset
23440
23441
23442 \begin_inset Note Note
23443 status collapsed
23444
23445 \begin_layout Plain Layout
23446 reset to default
23447 \end_layout
23448
23449 \end_inset
23450
23451
23452 \end_layout
23453
23454 \begin_layout Standard
23455 \begin_inset ERT
23456 status collapsed
23457
23458 \begin_layout Plain Layout
23459
23460
23461 \backslash
23462 renewcommand{
23463 \backslash
23464 cdashline}{
23465 \backslash
23466 myCdashline}
23467 \end_layout
23468
23469 \end_inset
23470
23471
23472 \begin_inset Note Note
23473 status collapsed
23474
23475 \begin_layout Plain Layout
23476 reset to default
23477 \end_layout
23478
23479 \end_inset
23480
23481
23482 \end_layout
23483
23484 \begin_layout Standard
23485 \begin_inset ERT
23486 status collapsed
23487
23488 \begin_layout Plain Layout
23489
23490
23491 \backslash
23492 nodashgapcolor
23493 \end_layout
23494
23495 \end_inset
23496
23497
23498 \begin_inset Note Note
23499 status collapsed
23500
23501 \begin_layout Plain Layout
23502 reset to default
23503 \end_layout
23504
23505 \end_inset
23506
23507
23508 \end_layout
23509
23510 \begin_layout Standard
23511 \begin_inset ERT
23512 status collapsed
23513
23514 \begin_layout Plain Layout
23515
23516
23517 \backslash
23518 setlength{
23519 \backslash
23520 arrayrulewidth}{0.4pt}
23521 \end_layout
23522
23523 \end_inset
23524
23525
23526 \begin_inset Note Note
23527 status collapsed
23528
23529 \begin_layout Plain Layout
23530 reset to default
23531 \end_layout
23532
23533 \end_inset
23534
23535
23536 \end_layout
23537
23538 \begin_layout Standard
23539 The coloring of lines, columns and lines works as decribed in section
23540 \begin_inset space ~
23541 \end_inset
23542
23543
23544 \begin_inset CommandInset ref
23545 LatexCommand ref
23546 reference "sec:Colored-Tables"
23547
23548 \end_inset
23549
23550 .
23551  Coloring horizontal lines works analogically as described there as well,
23552  one only needs to replace in the commands 
23553 \series bold
23554
23555 \backslash
23556 myHlineC
23557 \series default
23558  by 
23559 \series bold
23560
23561 \backslash
23562 myHdashline
23563 \series default
23564  and 
23565 \backslash
23566
23567 \series bold
23568 hline
23569 \series default
23570  by 
23571 \series bold
23572
23573 \backslash
23574 hdashline
23575 \series default
23576 ; so one uses the command
23577 \end_layout
23578
23579 \begin_layout Standard
23580
23581 \series bold
23582
23583 \backslash
23584 let
23585 \backslash
23586 myHdashline
23587 \backslash
23588 hdashline
23589 \begin_inset Newline newline
23590 \end_inset
23591
23592
23593 \backslash
23594 renewcommand{
23595 \backslash
23596 hdashline}
23597 \begin_inset Newline newline
23598 \end_inset
23599
23600
23601 \begin_inset Phantom HPhantom
23602 status open
23603
23604 \begin_layout Plain Layout
23605 \begin_inset space ~
23606 \end_inset
23607
23608
23609 \end_layout
23610
23611 \end_inset
23612
23613 {
23614 \backslash
23615 arrayrulecolor{red}
23616 \backslash
23617 myHdashline
23618 \backslash
23619 arrayrulecolor{black}}
23620 \end_layout
23621
23622 \begin_layout Standard
23623 To color 
23624 \series bold
23625
23626 \backslash
23627 cdashline
23628 \series default
23629 , the command is
23630 \end_layout
23631
23632 \begin_layout Standard
23633
23634 \series bold
23635
23636 \backslash
23637 let
23638 \backslash
23639 myCdashline
23640 \backslash
23641 cdashline
23642 \begin_inset Newline newline
23643 \end_inset
23644
23645
23646 \backslash
23647 renewcommand{
23648 \backslash
23649 cdashline}[1]
23650 \begin_inset Newline newline
23651 \end_inset
23652
23653
23654 \begin_inset Phantom HPhantom
23655 status open
23656
23657 \begin_layout Plain Layout
23658 \begin_inset space ~
23659 \end_inset
23660
23661
23662 \end_layout
23663
23664 \end_inset
23665
23666 {
23667 \backslash
23668 arrayrulecolor{red}
23669 \backslash
23670 myCdashline{#1}
23671 \backslash
23672 arrayrulecolor{black}}
23673 \end_layout
23674
23675 \begin_layout Standard
23676 To get back the black line color, one needs to insert the following commands
23677  as \SpecialChar TeX
23678  Code behind the table:
23679 \end_layout
23680
23681 \begin_layout Standard
23682 For 
23683 \series bold
23684
23685 \backslash
23686 hdashline
23687 \end_layout
23688
23689 \begin_layout Standard
23690
23691 \series bold
23692
23693 \backslash
23694 renewcommand{
23695 \backslash
23696 hdashline}{
23697 \backslash
23698 myHdashline}
23699 \end_layout
23700
23701 \begin_layout Standard
23702 and for 
23703 \series bold
23704
23705 \backslash
23706 cdashline
23707 \end_layout
23708
23709 \begin_layout Standard
23710
23711 \series bold
23712
23713 \backslash
23714 renewcommand{
23715 \backslash
23716 cdashline}{
23717 \backslash
23718 myCdashline}
23719 \end_layout
23720
23721 \begin_layout Standard
23722 To color the gaps between the dashes the command
23723 \end_layout
23724
23725 \begin_layout Standard
23726
23727 \series bold
23728
23729 \backslash
23730 dashgapcolor{color}
23731 \end_layout
23732
23733 \begin_layout Standard
23734 can be used in front of a table as \SpecialChar TeX
23735  Code.
23736  color is hereby the name of a defined color.
23737  The command
23738 \end_layout
23739
23740 \begin_layout Standard
23741
23742 \series bold
23743
23744 \backslash
23745 nodashgapcolor
23746 \end_layout
23747
23748 \begin_layout Standard
23749 unsets the changes made by 
23750 \series bold
23751
23752 \backslash
23753 dashgapcolor
23754 \series default
23755 .
23756 \end_layout
23757
23758 \begin_layout Standard
23759 \begin_inset Note Greyedout
23760 status open
23761
23762 \begin_layout Plain Layout
23763
23764 \series bold
23765 \color none
23766 Note
23767 \series default
23768 : If there are multiple commands in a cell, the command of 
23769 \series bold
23770 arydshln
23771 \series default
23772  needs to be the first one in the cell.
23773  Therefore in cell 
23774 \emph on
23775 k
23776 \emph default
23777  of Table
23778 \begin_inset space ~
23779 \end_inset
23780
23781
23782 \begin_inset CommandInset ref
23783 LatexCommand ref
23784 reference "tab:Colored-table-with"
23785
23786 \end_inset
23787
23788  the command 
23789 \series bold
23790
23791 \backslash
23792 hdashline
23793 \series default
23794  is before 
23795 \series bold
23796
23797 \backslash
23798 rowcolor
23799 \series default
23800 .
23801 \end_layout
23802
23803 \end_inset
23804
23805
23806 \end_layout
23807
23808 \begin_layout Standard
23809 \begin_inset Note Greyedout
23810 status open
23811
23812 \begin_layout Plain Layout
23813
23814 \series bold
23815 \color none
23816 Note:
23817 \series default
23818  The \SpecialChar LaTeX
23819 -package 
23820 \series bold
23821 arydshln
23822 \series default
23823  must be loaded in the document preamble before the \SpecialChar LaTeX
23824 -package 
23825 \series bold
23826 colortbl
23827 \series default
23828
23829 \begin_inset Index idx
23830 status collapsed
23831
23832 \begin_layout Plain Layout
23833 \SpecialChar LaTeX
23834 -packages ! colortbl
23835 \end_layout
23836
23837 \end_inset
23838
23839 .
23840 \end_layout
23841
23842 \end_inset
23843
23844
23845 \end_layout
23846
23847 \begin_layout Standard
23848 \begin_inset ERT
23849 status collapsed
23850
23851 \begin_layout Plain Layout
23852
23853
23854 \backslash
23855 else
23856 \end_layout
23857
23858 \end_inset
23859
23860
23861 \begin_inset Note Note
23862 status open
23863
23864 \begin_layout Plain Layout
23865 The following will be displayed when the \SpecialChar LaTeX
23866 -package 
23867 \series bold
23868 arydshln
23869 \series default
23870  is not installed:
23871 \end_layout
23872
23873 \end_inset
23874
23875
23876 \end_layout
23877
23878 \begin_layout Standard
23879 You need to install the package 
23880 \series bold
23881 arydshln
23882 \series default
23883  to see the content of this section in the output.
23884 \end_layout
23885
23886 \begin_layout Standard
23887 \begin_inset ERT
23888 status collapsed
23889
23890 \begin_layout Plain Layout
23891
23892
23893 \backslash
23894 fi
23895 \end_layout
23896
23897 \end_inset
23898
23899
23900 \end_layout
23901
23902 \begin_layout Standard
23903 For more information about dashed lines see the documentation of 
23904 \series bold
23905 arydshln
23906 \series default
23907
23908 \begin_inset CommandInset citation
23909 LatexCommand cite
23910 key "arydshln"
23911
23912 \end_inset
23913
23914 .
23915 \end_layout
23916
23917 \begin_layout Chapter
23918 Floats
23919 \begin_inset CommandInset label
23920 LatexCommand label
23921 name "chap:Floats"
23922
23923 \end_inset
23924
23925
23926 \begin_inset Index idx
23927 status collapsed
23928
23929 \begin_layout Plain Layout
23930 Floats
23931 \end_layout
23932
23933 \end_inset
23934
23935
23936 \end_layout
23937
23938 \begin_layout Section
23939 Introduction
23940 \begin_inset CommandInset label
23941 LatexCommand label
23942 name "sec:FloatIntroduction"
23943
23944 \end_inset
23945
23946
23947 \begin_inset Index idx
23948 status collapsed
23949
23950 \begin_layout Plain Layout
23951 Floats ! Introduction
23952 \end_layout
23953
23954 \end_inset
23955
23956
23957 \end_layout
23958
23959 \begin_layout Standard
23960 A float is a block of text associated with some sort of label, which doesn't
23961  have a fixed location.
23962  It can 
23963 \begin_inset Quotes eld
23964 \end_inset
23965
23966 float
23967 \begin_inset Quotes erd
23968 \end_inset
23969
23970  forward or backward a page or two, to wherever it fits best.
23971  
23972 \family sans
23973 Footnotes
23974 \family default
23975  and 
23976 \family sans
23977 Margin
23978 \begin_inset space ~
23979 \end_inset
23980
23981 Notes
23982 \family default
23983  are also floats because they can float to the next page when there are
23984  too many notes on the page.
23985 \end_layout
23986
23987 \begin_layout Standard
23988 Floats allow a high quality layout.
23989  Images and tables can be spread evenly among the pages to avoid white space
23990  and pages without text.
23991  As the floating often destroys the context between the text and the image/table
23992 , every float can be referenced in the text.
23993  Floats are therefore numbered.
23994  Referencing is described in section
23995 \begin_inset space ~
23996 \end_inset
23997
23998
23999 \begin_inset CommandInset ref
24000 LatexCommand ref
24001 reference "sec:Referencing-Floats"
24002
24003 \end_inset
24004
24005 .
24006 \end_layout
24007
24008 \begin_layout Standard
24009 To insert a float, use the menu 
24010 \family sans
24011 Insert\SpecialChar menuseparator
24012 Float
24013 \family default
24014  (toolbar button 
24015 \begin_inset Info
24016 type  "icon"
24017 arg   "float-insert figure"
24018 \end_inset
24019
24020  or 
24021 \begin_inset Info
24022 type  "icon"
24023 arg   "float-insert table"
24024 \end_inset
24025
24026 ).
24027  This inserts the 
24028 \family sans
24029 Caption
24030 \family default
24031  inset, a box with a label.
24032  The label will automatically be translated to the document language in
24033  the output.
24034  After the label you can insert the caption text.
24035  The image or table is inserted above or below the caption in a separate
24036  paragraph within the float.
24037  More about the caption placement is contained in section
24038 \begin_inset space ~
24039 \end_inset
24040
24041
24042 \begin_inset CommandInset ref
24043 LatexCommand ref
24044 reference "sec:Caption-Placement"
24045
24046 \end_inset
24047
24048 .
24049  To keep your \SpecialChar LyX
24050  document readable, you can open and close the float box by
24051  left-clicking on the box label.
24052  A closed float box looks like this: 
24053 \begin_inset Graphics
24054         filename clipart/float.png
24055         scale 70
24056         scaleBeforeRotation
24057
24058 \end_inset
24059
24060  â€“ a gray button with a red label.
24061 \end_layout
24062
24063 \begin_layout Standard
24064 It is recommended that you insert floats as separate standard paragraphs
24065  to avoid possible \SpecialChar LaTeX
24066 -errors that can occur when the surrounding text is specially
24067  formatted.
24068 \end_layout
24069
24070 \begin_layout Standard
24071 Existing figures or tables can be put into a float by highlighting them
24072  and then pressing the corresponding toolbar button for a new float.
24073 \end_layout
24074
24075 \begin_layout Section
24076 Float Types
24077 \end_layout
24078
24079 \begin_layout Standard
24080 Besides figure and table floats that are described in sections
24081 \begin_inset space ~
24082 \end_inset
24083
24084
24085 \begin_inset CommandInset ref
24086 LatexCommand ref
24087 reference "sec:Figure-Floats"
24088
24089 \end_inset
24090
24091  and 
24092 \begin_inset CommandInset ref
24093 LatexCommand ref
24094 reference "sec:Table-Floats"
24095
24096 \end_inset
24097
24098  respectively, \SpecialChar LyX
24099  offers the float types 
24100 \family sans
24101 Algorithm
24102 \family default
24103  and 
24104 \family sans
24105 Wrap
24106 \family default
24107 .
24108  The latter are explained in sec.
24109 \begin_inset space \thinspace{}
24110 \end_inset
24111
24112
24113 \begin_inset CommandInset ref
24114 LatexCommand ref
24115 reference "sec:Wrap-Floats"
24116
24117 \end_inset
24118
24119 .
24120 \end_layout
24121
24122 \begin_layout Subsection
24123 Algorithm Floats
24124 \begin_inset Index idx
24125 status collapsed
24126
24127 \begin_layout Plain Layout
24128 Floats ! Algorithms
24129 \end_layout
24130
24131 \end_inset
24132
24133
24134 \end_layout
24135
24136 \begin_layout Standard
24137 \begin_inset Float algorithm
24138 placement h
24139 wide false
24140 sideways false
24141 status open
24142
24143 \begin_layout Plain Layout
24144 \begin_inset Caption Standard
24145
24146 \begin_layout Plain Layout
24147 \begin_inset CommandInset label
24148 LatexCommand label
24149 name "alg:Example-Algorithm-float"
24150
24151 \end_inset
24152
24153 Example Algorithm float
24154 \end_layout
24155
24156 \end_inset
24157
24158
24159 \end_layout
24160
24161 \begin_layout LyX-Code
24162 for I in 1..N loop
24163 \begin_inset Newline newline
24164 \end_inset
24165
24166  Sum:= Sum + A(I); /*comment*/
24167 \begin_inset Newline newline
24168 \end_inset
24169
24170 end loop
24171 \begin_inset VSpace -4mm
24172 \end_inset
24173
24174
24175 \end_layout
24176
24177 \end_inset
24178
24179
24180 \end_layout
24181
24182 \begin_layout Standard
24183 This float type is inserted with the menu 
24184 \family sans
24185 Insert\SpecialChar menuseparator
24186 Float\SpecialChar menuseparator
24187 Algorithm
24188 \family default
24189 .
24190  It is used for program codes and descriptions of algorithms and can be
24191  seen as an alternative to program code listings that are explained in chapter
24192 \begin_inset space ~
24193 \end_inset
24194
24195
24196 \begin_inset CommandInset ref
24197 LatexCommand ref
24198 reference "cha:Program-Code-Listings"
24199
24200 \end_inset
24201
24202 .
24203  A possible environment for algorithms is the 
24204 \family sans
24205 \SpecialChar LyX
24206  Code
24207 \family default
24208 , described in \SpecialChar LyX
24209 's 
24210 \emph on
24211 Userguide
24212 \emph default
24213 .
24214  Algorithm
24215 \begin_inset space ~
24216 \end_inset
24217
24218
24219 \begin_inset CommandInset ref
24220 LatexCommand ref
24221 reference "alg:Example-Algorithm-float"
24222
24223 \end_inset
24224
24225  is an example of an algorithm float where -4
24226 \begin_inset space \thinspace{}
24227 \end_inset
24228
24229 mm vertical space was added at the end of the float to have the bottom rule
24230  exactly below the last text line.
24231 \end_layout
24232
24233 \begin_layout Standard
24234 The float label is not automatically translated into the document language.
24235  If your document is not in English, you have to do this manually by adding
24236  the following line to the document preamble
24237 \series bold
24238 :
24239 \end_layout
24240
24241 \begin_layout Standard
24242
24243 \series bold
24244
24245 \backslash
24246 floatname{algorithm}{your
24247 \begin_inset space ~
24248 \end_inset
24249
24250 name}
24251 \end_layout
24252
24253 \begin_layout Standard
24254 where 
24255 \family sans
24256 your
24257 \begin_inset space ~
24258 \end_inset
24259
24260 name
24261 \family default
24262  is the word 
24263 \begin_inset Quotes eld
24264 \end_inset
24265
24266
24267 \emph on
24268 algorithm
24269 \emph default
24270
24271 \begin_inset Quotes erd
24272 \end_inset
24273
24274  in your language.
24275 \end_layout
24276
24277 \begin_layout Standard
24278 To insert the list of algorithms you can use the menu 
24279 \family sans
24280 Insert\SpecialChar menuseparator
24281 List
24282 \begin_inset space \thinspace{}
24283 \end_inset
24284
24285 /
24286 \begin_inset space \thinspace{}
24287 \end_inset
24288
24289 TOC\SpecialChar menuseparator
24290 List of Algorithms
24291 \family default
24292  when your document has the same language as \SpecialChar LyX
24293 's menu names.
24294  In other cases use this command in \SpecialChar TeX
24295  Code instead:
24296 \end_layout
24297
24298 \begin_layout Standard
24299
24300 \series bold
24301
24302 \backslash
24303 listof{algorithm}{your
24304 \begin_inset space ~
24305 \end_inset
24306
24307 name}
24308 \end_layout
24309
24310 \begin_layout Standard
24311 where 
24312 \family sans
24313 your
24314 \begin_inset space ~
24315 \end_inset
24316
24317 name
24318 \family default
24319  is the word 
24320 \begin_inset Quotes eld
24321 \end_inset
24322
24323
24324 \emph on
24325 List of Algorithm
24326 \emph default
24327 s
24328 \begin_inset Quotes erd
24329 \end_inset
24330
24331  in your language.
24332 \end_layout
24333
24334 \begin_layout Standard
24335 Algorithm floats are not by default numbered in the scheme 
24336 \begin_inset Quotes eld
24337 \end_inset
24338
24339 chapter.algorithm
24340 \begin_inset Quotes erd
24341 \end_inset
24342
24343  as is the case for table and figure floats in many document-classes.
24344  To number algorithm floats in the same scheme, add this command to your
24345  document preamble:
24346 \end_layout
24347
24348 \begin_layout Standard
24349
24350 \series bold
24351
24352 \backslash
24353 numberwithin{algorithm}{chapter}
24354 \end_layout
24355
24356 \begin_layout Standard
24357 To be able to use the command 
24358 \series bold
24359
24360 \backslash
24361 numberwithin
24362 \series default
24363 , set in the tab 
24364 \family sans
24365 Math
24366 \begin_inset space ~
24367 \end_inset
24368
24369 Options
24370 \family default
24371  in the document settings the option 
24372 \family sans
24373 Use
24374 \begin_inset space ~
24375 \end_inset
24376
24377 AMS
24378 \begin_inset space ~
24379 \end_inset
24380
24381 math
24382 \begin_inset space ~
24383 \end_inset
24384
24385 package
24386 \family default
24387 .
24388 \end_layout
24389
24390 \begin_layout Section
24391 Float Numbering
24392 \begin_inset Index idx
24393 status collapsed
24394
24395 \begin_layout Plain Layout
24396 Floats ! Numbering
24397 \end_layout
24398
24399 \end_inset
24400
24401
24402 \end_layout
24403
24404 \begin_layout Standard
24405 Floats are usually numbered either independently from the sections the floats
24406  are in, or in the scheme 
24407 \begin_inset Quotes eld
24408 \end_inset
24409
24410 chapter.number
24411 \begin_inset Quotes erd
24412 \end_inset
24413
24414  or 
24415 \begin_inset Quotes eld
24416 \end_inset
24417
24418 section.number
24419 \begin_inset Quotes erd
24420 \end_inset
24421
24422 .
24423  This depends on the document class used.
24424 \end_layout
24425
24426 \begin_layout Standard
24427 To change section-independent numbering, you can use this command in the
24428  document preamble:
24429 \end_layout
24430
24431 \begin_layout Standard
24432
24433 \series bold
24434
24435 \backslash
24436 renewcommand{
24437 \backslash
24438 thetable}{
24439 \backslash
24440 roman{table}}
24441 \end_layout
24442
24443 \begin_layout Standard
24444
24445 \series bold
24446
24447 \backslash
24448 thetable
24449 \series default
24450  is the command that prints the table number.
24451  For figure floats, the command would be 
24452 \series bold
24453
24454 \backslash
24455 thefigure
24456 \series default
24457 .
24458  
24459 \series bold
24460
24461 \backslash
24462 roman
24463 \series default
24464  in the command above prints the table number as a small roman number.
24465 \end_layout
24466
24467 \begin_layout Standard
24468 To change the numbering scheme for example to 
24469 \begin_inset Quotes eld
24470 \end_inset
24471
24472 subsection.number
24473 \begin_inset Quotes erd
24474 \end_inset
24475
24476 , use this command in the preamble:
24477 \end_layout
24478
24479 \begin_layout Standard
24480
24481 \series bold
24482
24483 \backslash
24484 numberwithin{table}{subsection}
24485 \end_layout
24486
24487 \begin_layout Standard
24488 To be able to use the command 
24489 \series bold
24490
24491 \backslash
24492 numberwithin
24493 \series default
24494 , set in the tab 
24495 \family sans
24496 Math
24497 \begin_inset space ~
24498 \end_inset
24499
24500 Options
24501 \family default
24502  in the document settings the option 
24503 \family sans
24504 Use
24505 \begin_inset space ~
24506 \end_inset
24507
24508 AMS
24509 \begin_inset space ~
24510 \end_inset
24511
24512 math
24513 \begin_inset space ~
24514 \end_inset
24515
24516 package
24517 \family default
24518 .
24519 \end_layout
24520
24521 \begin_layout Standard
24522 Please also have a look at section
24523 \begin_inset space ~
24524 \end_inset
24525
24526
24527 \begin_inset CommandInset ref
24528 LatexCommand ref
24529 reference "subsec:Footnote-Numbering"
24530
24531 \end_inset
24532
24533  for the details and important notes about the numbering commands.
24534 \end_layout
24535
24536 \begin_layout Section
24537 Referencing Floats
24538 \begin_inset CommandInset label
24539 LatexCommand label
24540 name "sec:Referencing-Floats"
24541
24542 \end_inset
24543
24544
24545 \begin_inset Index idx
24546 status collapsed
24547
24548 \begin_layout Plain Layout
24549 Floats ! References
24550 \end_layout
24551
24552 \end_inset
24553
24554
24555 \begin_inset Index idx
24556 status collapsed
24557
24558 \begin_layout Plain Layout
24559 References ! to Floats
24560 \end_layout
24561
24562 \end_inset
24563
24564
24565 \end_layout
24566
24567 \begin_layout Standard
24568 To reference a float, insert a label into its caption using the menu 
24569 \family sans
24570 Insert\SpecialChar menuseparator
24571 Label
24572 \family default
24573  or the toolbar button 
24574 \begin_inset Info
24575 type  "icon"
24576 arg   "label-insert"
24577 \end_inset
24578
24579 .
24580  A grey label box like this one: 
24581 \begin_inset Graphics
24582         filename clipart/label.png
24583         scaleBeforeRotation
24584
24585 \end_inset
24586
24587  will be inserted and the label window pops up asking for the label text.
24588  \SpecialChar LyX
24589  offers as text the first words of the caption with a prefix.
24590  The prefix depends on the float type, e.
24591 \begin_inset space \thinspace{}
24592 \end_inset
24593
24594 g.
24595 \begin_inset space \space{}
24596 \end_inset
24597
24598 for figure floats the prefix will be "
24599 \family sans
24600 fig:
24601 \family default
24602 ".
24603 \end_layout
24604
24605 \begin_layout Standard
24606 The label is used as anchor and name for the reference.
24607  You can refer to the label using the menu 
24608 \family sans
24609 Insert\SpecialChar menuseparator
24610 Cross-reference
24611 \family default
24612  or the toolbar button 
24613 \begin_inset Info
24614 type  "icon"
24615 arg   "dialog-show-new-inset ref"
24616 \end_inset
24617
24618 .
24619  The cross-reference window appears showing all labels of the document.
24620  If you have multiple \SpecialChar LyX
24621  documents opened, choose the one you are working
24622  on from the drop-list at the top of the dialog.
24623  You can now sort the labels alphabetically and then choose one.
24624  A grey cross-reference box like this one: 
24625 \begin_inset Graphics
24626         filename clipart/reference.png
24627         scaleBeforeRotation
24628
24629 \end_inset
24630
24631  will be inserted.
24632  At the position of the cross-reference box the float number will appear
24633  in the output.
24634 \end_layout
24635
24636 \begin_layout Standard
24637 It is recommended that you use a protected space between the cross-reference
24638  name and its number to avoid line breaks between them.
24639  If a cross-reference refers to a non-existing label, you will see two question
24640  marks in the output instead of the reference.
24641 \end_layout
24642
24643 \begin_layout Standard
24644 You can change labels at any time by clicking on the label box.
24645  References to the changed label will automatically update their links to
24646  the new label text.
24647 \end_layout
24648
24649 \begin_layout Standard
24650 The button 
24651 \family sans
24652 Go
24653 \begin_inset space ~
24654 \end_inset
24655
24656 to
24657 \begin_inset space ~
24658 \end_inset
24659
24660 Label
24661 \family default
24662  in the cross-reference window sets the cursor before the referred label.
24663  The button text changes then to Go
24664 \begin_inset space ~
24665 \end_inset
24666
24667 Back and you can use it to set the cursor back to the cross-reference.
24668 \end_layout
24669
24670 \begin_layout Subsection
24671 Cross-Reference Formats
24672 \begin_inset CommandInset label
24673 LatexCommand label
24674 name "subsec:Cross-Reference-Formats"
24675
24676 \end_inset
24677
24678
24679 \begin_inset Index idx
24680 status collapsed
24681
24682 \begin_layout Plain Layout
24683 References ! Formats
24684 \end_layout
24685
24686 \end_inset
24687
24688
24689 \end_layout
24690
24691 \begin_layout Standard
24692 There are six varieties of cross-references:
24693 \end_layout
24694
24695 \begin_layout Description
24696 <reference>: prints the float number, this is the default: 
24697 \begin_inset CommandInset ref
24698 LatexCommand ref
24699 reference "fig:Two-distorted-images"
24700
24701 \end_inset
24702
24703
24704 \end_layout
24705
24706 \begin_layout Description
24707 (<reference>): prints the float number within two parentheses, this is the
24708  style normally used to reference formulas, especially when the reference
24709  name 
24710 \begin_inset Quotes eld
24711 \end_inset
24712
24713 Equation
24714 \begin_inset Quotes erd
24715 \end_inset
24716
24717  is omitted: 
24718 \begin_inset CommandInset ref
24719 LatexCommand eqref
24720 reference "eq:Wgn"
24721
24722 \end_inset
24723
24724
24725 \end_layout
24726
24727 \begin_layout Description
24728 <page>: prints the page number: Page
24729 \begin_inset space ~
24730 \end_inset
24731
24732
24733 \begin_inset CommandInset ref
24734 LatexCommand pageref
24735 reference "fig:Two-distorted-images"
24736
24737 \end_inset
24738
24739
24740 \end_layout
24741
24742 \begin_layout Description
24743 on
24744 \begin_inset space ~
24745 \end_inset
24746
24747 page
24748 \begin_inset space ~
24749 \end_inset
24750
24751 <page>: prints the text "on page" and the page number: 
24752 \begin_inset CommandInset ref
24753 LatexCommand vpageref
24754 reference "fig:Two-distorted-images"
24755
24756 \end_inset
24757
24758
24759 \end_layout
24760
24761 \begin_layout Description
24762 <reference>
24763 \begin_inset space ~
24764 \end_inset
24765
24766 on
24767 \begin_inset space ~
24768 \end_inset
24769
24770 page
24771 \begin_inset space ~
24772 \end_inset
24773
24774 <page>: prints the float number, the text "on page", and the page number:
24775  
24776 \begin_inset CommandInset ref
24777 LatexCommand vref
24778 reference "fig:Two-distorted-images"
24779
24780 \end_inset
24781
24782
24783 \end_layout
24784
24785 \begin_layout Description
24786 Formatted
24787 \begin_inset space ~
24788 \end_inset
24789
24790 reference: prints a self-defined cross-reference format.
24791 \begin_inset Newline newline
24792 \end_inset
24793
24794
24795 \begin_inset Note Greyedout
24796 status open
24797
24798 \begin_layout Plain Layout
24799
24800 \series bold
24801 Note:
24802 \series default
24803  This feature is only available when you have the \SpecialChar LaTeX
24804 -package 
24805 \series bold
24806 prettyref
24807 \series default
24808  or 
24809 \series bold
24810 refstyle
24811 \series default
24812
24813 \begin_inset Index idx
24814 status collapsed
24815
24816 \begin_layout Plain Layout
24817 \SpecialChar LaTeX
24818 -packages ! prettyref
24819 \end_layout
24820
24821 \end_inset
24822
24823
24824 \begin_inset Index idx
24825 status collapsed
24826
24827 \begin_layout Plain Layout
24828 \SpecialChar LaTeX
24829 -packages ! refstyle
24830 \end_layout
24831
24832 \end_inset
24833
24834  installed.
24835 \end_layout
24836
24837 \end_inset
24838
24839
24840 \begin_inset Newline newline
24841 \end_inset
24842
24843 You can select which \SpecialChar LaTeX
24844 -package should be used for this feature by setting
24845  the option 
24846 \family sans
24847 Use refstyle (not prettyref) for cross-references
24848 \family default
24849  in the menu 
24850 \family sans
24851 Document\SpecialChar menuseparator
24852 Settings\SpecialChar menuseparator
24853 Document Class
24854 \family default
24855 .
24856  The format is specified by adding the command 
24857 \series bold
24858
24859 \backslash
24860 newrefformat
24861 \series default
24862  (prettyref) or 
24863 \series bold
24864
24865 \backslash
24866 newref
24867 \series default
24868  (refstyle) to the preamble of the document.
24869  For example redefining all references to figures (which have the label
24870  shortcut 
24871 \begin_inset Quotes eld
24872 \end_inset
24873
24874
24875 \family sans
24876 fig
24877 \family default
24878
24879 \begin_inset Quotes erd
24880 \end_inset
24881
24882 ) can be done with this command
24883 \begin_inset Newline newline
24884 \end_inset
24885
24886
24887 \series bold
24888
24889 \backslash
24890 newref{fig}{refcmd={Image on page 
24891 \backslash
24892 pageref{#1}}}
24893 \series default
24894
24895 \begin_inset Newline newline
24896 \end_inset
24897
24898 For more information about the format, have a look at the package documentations
24899
24900 \begin_inset CommandInset citation
24901 LatexCommand cite
24902 key "prettyref,refstyle"
24903
24904 \end_inset
24905
24906 .
24907 \end_layout
24908
24909 \begin_layout Description
24910 Textual
24911 \begin_inset space ~
24912 \end_inset
24913
24914 reference: prints the caption of the reference: 
24915 \begin_inset CommandInset ref
24916 LatexCommand nameref
24917 reference "fig:Two-distorted-images"
24918
24919 \end_inset
24920
24921
24922 \end_layout
24923
24924 \begin_layout Standard
24925
24926 \family sans
24927 <page>
24928 \family default
24929  will not print the page number if the label is on the previous, the same,
24930  or the next page.
24931  You will e.
24932 \begin_inset space \thinspace{}
24933 \end_inset
24934
24935 g.
24936 \begin_inset space \space{}
24937 \end_inset
24938
24939 see the text 
24940 \begin_inset Quotes eld
24941 \end_inset
24942
24943
24944 \family sans
24945 on this page
24946 \family default
24947
24948 \begin_inset Quotes erd
24949 \end_inset
24950
24951  instead.
24952  The style 
24953 \family sans
24954 <reference> on page <page>
24955 \family default
24956  will not print anything about the page if the label is on the same page.
24957 \end_layout
24958
24959 \begin_layout Standard
24960 The number and current page of the part of the document referred to in the
24961  output is automatically calculated by \SpecialChar LaTeX
24962 .
24963  The varieties are adjusted in the field 
24964 \family sans
24965 Format
24966 \family default
24967  of the cross-reference window that appears when you click on the cross-referenc
24968 e box.
24969 \end_layout
24970
24971 \begin_layout Standard
24972 \begin_inset Note Greyedout
24973 status open
24974
24975 \begin_layout Plain Layout
24976
24977 \series bold
24978 Note:
24979 \series default
24980  It is recommended to use the \SpecialChar LaTeX
24981 -package 
24982 \series bold
24983 refstyle
24984 \series default
24985
24986 \begin_inset Index idx
24987 status collapsed
24988
24989 \begin_layout Plain Layout
24990 \SpecialChar LaTeX
24991 -packages ! refstyle
24992 \end_layout
24993
24994 \end_inset
24995
24996  because 
24997 \series bold
24998 prettyref
24999 \series default
25000
25001 \begin_inset Index idx
25002 status collapsed
25003
25004 \begin_layout Plain Layout
25005 \SpecialChar LaTeX
25006 -packages ! prettyref
25007 \end_layout
25008
25009 \end_inset
25010
25011  does not know all of \SpecialChar LyX
25012 's possible label shortcuts
25013 \begin_inset Foot
25014 status collapsed
25015
25016 \begin_layout Plain Layout
25017 \begin_inset Quotes eld
25018 \end_inset
25019
25020 fig:
25021 \begin_inset Quotes erd
25022 \end_inset
25023
25024  is for example \SpecialChar LyX
25025 's shortcut for labels in figure captions.
25026 \end_layout
25027
25028 \end_inset
25029
25030  and is not internationalized.
25031 \end_layout
25032
25033 \end_inset
25034
25035
25036 \end_layout
25037
25038 \begin_layout Subsection
25039 Automatic Reference Naming
25040 \begin_inset Index idx
25041 status collapsed
25042
25043 \begin_layout Plain Layout
25044 References ! Automatic Reference Naming
25045 \end_layout
25046
25047 \end_inset
25048
25049
25050 \end_layout
25051
25052 \begin_layout Standard
25053 The \SpecialChar LaTeX
25054 -package 
25055 \series bold
25056 hyperref
25057 \series default
25058
25059 \begin_inset Index idx
25060 status collapsed
25061
25062 \begin_layout Plain Layout
25063 \SpecialChar LaTeX
25064 -packages ! hyperref
25065 \end_layout
25066
25067 \end_inset
25068
25069 , that is enabled in the 
25070 \family sans
25071 PDF Properties
25072 \family default
25073  of the 
25074 \family sans
25075 Document Settings
25076 \family default
25077  dialog, provides a very useful feature that cross-references automatically
25078  include the name of the referenced floats (or text parts like 
25079 \emph on
25080 section
25081 \emph default
25082 ).
25083  So you will save having to write e.
25084 \begin_inset space \thinspace{}
25085 \end_inset
25086
25087 g.
25088 \begin_inset space \space{}
25089 \end_inset
25090
25091 the name 
25092 \begin_inset Quotes eld
25093 \end_inset
25094
25095 Figure
25096 \begin_inset Quotes erd
25097 \end_inset
25098
25099  before every reference to a figure.
25100  To use this feature, enable 
25101 \series bold
25102 hyperref
25103 \series default
25104  and insert this line to the \SpecialChar LaTeX
25105  preamble:
25106 \end_layout
25107
25108 \begin_layout Standard
25109
25110 \series bold
25111
25112 \backslash
25113 AtBeginDocument{
25114 \backslash
25115 renewcommand{
25116 \backslash
25117 ref}[1]{
25118 \backslash
25119 mbox{
25120 \backslash
25121 autoref{#1}}}}
25122 \end_layout
25123
25124 \begin_layout Standard
25125 When you prefer other reference names than the default ones, for example
25126  you want instead of 
25127 \begin_inset Quotes eld
25128 \end_inset
25129
25130 section
25131 \begin_inset Quotes erd
25132 \end_inset
25133
25134  the name 
25135 \begin_inset Quotes eld
25136 \end_inset
25137
25138 sec.
25139 \begin_inset space \thinspace{}
25140 \end_inset
25141
25142
25143 \begin_inset Quotes eld
25144 \end_inset
25145
25146 , you can redefine the name by inserting this in the preamble:
25147 \end_layout
25148
25149 \begin_layout Standard
25150
25151 \series bold
25152
25153 \backslash
25154 addto
25155 \backslash
25156 extrasenglish{
25157 \backslash
25158 renewcommand{
25159 \backslash
25160 sectionautorefname}
25161 \begin_inset Newline newline
25162 \end_inset
25163
25164
25165 \begin_inset Phantom HPhantom
25166 status open
25167
25168 \begin_layout Plain Layout
25169
25170 \series bold
25171 \begin_inset space ~
25172 \end_inset
25173
25174
25175 \end_layout
25176
25177 \end_inset
25178
25179 {sec.
25180 \backslash
25181 negthinspace}}
25182 \end_layout
25183
25184 \begin_layout Standard
25185 When you are using another document language than English, replace
25186 \begin_inset Newline newline
25187 \end_inset
25188
25189
25190 \series bold
25191
25192 \backslash
25193 extrasenglish
25194 \series default
25195  by 
25196 \series bold
25197
25198 \backslash
25199 extras***
25200 \series default
25201 , where *** is the name of the language used.
25202 \end_layout
25203
25204 \begin_layout Standard
25205 To get automatic names, but not for certain reference types, for example
25206  not for equations, use this preamble code:
25207 \end_layout
25208
25209 \begin_layout Standard
25210
25211 \series bold
25212
25213 \backslash
25214 addto
25215 \backslash
25216 extrasenglish{
25217 \backslash
25218 renewcommand*{
25219 \backslash
25220 equationautorefname}[1]{}}
25221 \end_layout
25222
25223 \begin_layout Standard
25224 More about this topic can be found in 
25225 \series bold
25226 hyperref
25227 \series default
25228 's documentation 
25229 \begin_inset CommandInset citation
25230 LatexCommand cite
25231 key "hyperref"
25232
25233 \end_inset
25234
25235 .
25236 \end_layout
25237
25238 \begin_layout Standard
25239 \begin_inset Note Greyedout
25240 status open
25241
25242 \begin_layout Plain Layout
25243
25244 \series bold
25245 Note:
25246 \series default
25247  Automatic reference naming cannot be used when you use cross-references
25248  in the 
25249 \family sans
25250 Formatted
25251 \begin_inset space ~
25252 \end_inset
25253
25254 reference
25255 \family default
25256  style, as described in section
25257 \begin_inset space ~
25258 \end_inset
25259
25260
25261 \begin_inset CommandInset ref
25262 LatexCommand ref
25263 reference "subsec:Cross-Reference-Formats"
25264
25265 \end_inset
25266
25267 .
25268 \end_layout
25269
25270 \end_inset
25271
25272
25273 \end_layout
25274
25275 \begin_layout Standard
25276 The 
25277 \emph on
25278 Math
25279 \emph default
25280  manual is an example where automatic reference naming is used.
25281 \end_layout
25282
25283 \begin_layout Subsection
25284 Reference Position
25285 \begin_inset CommandInset label
25286 LatexCommand label
25287 name "subsec:Reference-Position"
25288
25289 \end_inset
25290
25291
25292 \begin_inset Index idx
25293 status collapsed
25294
25295 \begin_layout Plain Layout
25296 References ! Reference Position
25297 \end_layout
25298
25299 \end_inset
25300
25301
25302 \end_layout
25303
25304 \begin_layout Standard
25305 If you use 
25306 \series bold
25307 hyperref
25308 \series default
25309
25310 \begin_inset Index idx
25311 status collapsed
25312
25313 \begin_layout Plain Layout
25314 \SpecialChar LaTeX
25315 -packages ! hyperref
25316 \end_layout
25317
25318 \end_inset
25319
25320  in the 
25321 \family sans
25322 PDF Properties
25323 \family default
25324  of the 
25325 \family sans
25326 Document Settings
25327 \family default
25328  dialog to link cross-references in the output, you will see that clicking
25329  on an image float reference jumps to the image label.
25330  The caption will be the first text part on the screen, so that you cannot
25331  see the image without scrolling.
25332  This is because the reference link anchor is placed at the position of
25333  the label.
25334  With the use of the package 
25335 \series bold
25336 hypcap
25337 \series default
25338
25339 \begin_inset Index idx
25340 status collapsed
25341
25342 \begin_layout Plain Layout
25343 \SpecialChar LaTeX
25344 -packages ! hypcap
25345 \end_layout
25346
25347 \end_inset
25348
25349 , which is part of the \SpecialChar LaTeX
25350 -package 
25351 \series bold
25352 oberdiek
25353 \series default
25354
25355 \begin_inset Index idx
25356 status collapsed
25357
25358 \begin_layout Plain Layout
25359 \SpecialChar LaTeX
25360 -packages ! oberdiek
25361 \end_layout
25362
25363 \end_inset
25364
25365 , the link anchor is placed at the beginning of a float.
25366  To use this feature for figure floats, load 
25367 \series bold
25368 hypcap
25369 \series default
25370  in the document preamble with the line
25371 \end_layout
25372
25373 \begin_layout Standard
25374
25375 \series bold
25376
25377 \backslash
25378 usepackage[figure]{hypcap}
25379 \end_layout
25380
25381 \begin_layout Standard
25382 You can also use 
25383 \series bold
25384 hypcap
25385 \series default
25386  for all float types but this is not recommended for stability reasons.
25387  For more information, have a look at 
25388 \series bold
25389 hypcap
25390 \series default
25391 's manual 
25392 \begin_inset CommandInset citation
25393 LatexCommand cite
25394 key "hypcap"
25395
25396 \end_inset
25397
25398 .
25399 \end_layout
25400
25401 \begin_layout Standard
25402 \begin_inset Note Greyedout
25403 status open
25404
25405 \begin_layout Plain Layout
25406
25407 \series bold
25408 Note:
25409 \series default
25410  
25411 \series bold
25412 hypcap
25413 \series default
25414  has no effect on references to subfigures.
25415 \end_layout
25416
25417 \end_inset
25418
25419
25420 \end_layout
25421
25422 \begin_layout Section
25423 Float Placement
25424 \begin_inset CommandInset label
25425 LatexCommand label
25426 name "sec:Float-Placement"
25427
25428 \end_inset
25429
25430
25431 \begin_inset Index idx
25432 status collapsed
25433
25434 \begin_layout Plain Layout
25435 Floats ! Placement
25436 \end_layout
25437
25438 \end_inset
25439
25440
25441 \end_layout
25442
25443 \begin_layout Standard
25444 Right-clicking on a float-box and clicking on 
25445 \family sans
25446 Settings
25447 \family default
25448  opens a dialog where you can alter the placement options that \SpecialChar LaTeX
25449  uses for
25450  positioning the float.
25451 \begin_inset Newline newline
25452 \end_inset
25453
25454 The option 
25455 \family sans
25456 Span
25457 \begin_inset space ~
25458 \end_inset
25459
25460 columns
25461 \family default
25462  is only useful for two-column documents: If you select it, the float will
25463  span both columns on the page instead of being confined to just one.
25464 \begin_inset Newline newline
25465 \end_inset
25466
25467 The option 
25468 \family sans
25469 Rotate
25470 \begin_inset space ~
25471 \end_inset
25472
25473 sideways
25474 \family default
25475  is used to rotate floats, see section 
25476 \begin_inset CommandInset ref
25477 LatexCommand ref
25478 reference "sec:Rotated-Floats"
25479
25480 \end_inset
25481
25482 .
25483 \end_layout
25484
25485 \begin_layout Standard
25486 You can use one or more of the following options in the float dialog to
25487  set the placement for a particular float when you uncheck the option 
25488 \family sans
25489 Use
25490 \begin_inset space ~
25491 \end_inset
25492
25493 default
25494 \begin_inset space ~
25495 \end_inset
25496
25497 placement
25498 \family default
25499 :
25500 \end_layout
25501
25502 \begin_layout Description
25503 Here
25504 \begin_inset space ~
25505 \end_inset
25506
25507 if
25508 \begin_inset space ~
25509 \end_inset
25510
25511 possible try to place the float on the position where it has been inserted
25512 \end_layout
25513
25514 \begin_layout Description
25515 Top
25516 \begin_inset space ~
25517 \end_inset
25518
25519 of
25520 \begin_inset space ~
25521 \end_inset
25522
25523 page try to place the float at the top of the current page
25524 \end_layout
25525
25526 \begin_layout Description
25527 Bottom
25528 \begin_inset space ~
25529 \end_inset
25530
25531 of
25532 \begin_inset space ~
25533 \end_inset
25534
25535 page try to place the float at the bottom of the current page
25536 \end_layout
25537
25538 \begin_layout Description
25539 Page
25540 \begin_inset space ~
25541 \end_inset
25542
25543 of
25544 \begin_inset space ~
25545 \end_inset
25546
25547 floats try to place the float on its own page
25548 \end_layout
25549
25550 \begin_layout Standard
25551 The order of the above option is 
25552 \emph on
25553 always
25554 \emph default
25555  used by \SpecialChar LaTeX
25556 .
25557  That means, if you use the default placement, \SpecialChar LaTeX
25558  will first try out 
25559 \family sans
25560 Here
25561 \begin_inset space ~
25562 \end_inset
25563
25564 if
25565 \begin_inset space ~
25566 \end_inset
25567
25568 possible
25569 \family default
25570 , then 
25571 \family sans
25572 Top
25573 \begin_inset space ~
25574 \end_inset
25575
25576 of
25577 \begin_inset space ~
25578 \end_inset
25579
25580 page
25581 \family default
25582 , and then the others.
25583  If you do not use the default, \SpecialChar LaTeX
25584  will try only the checked options but in
25585  the same order.
25586  If none of the 4
25587 \begin_inset space ~
25588 \end_inset
25589
25590 placements is possible the procedure is internally repeated trying to put
25591  the float on the following page.
25592 \end_layout
25593
25594 \begin_layout Standard
25595 By default, each option has its own rules:
25596 \end_layout
25597
25598 \begin_layout Labeling
25599 \labelwidthstring 00.00.0000
25600
25601 \family sans
25602 Top
25603 \begin_inset space ~
25604 \end_inset
25605
25606 of
25607 \begin_inset space ~
25608 \end_inset
25609
25610 page
25611 \family default
25612  only floats occupying less than 70
25613 \begin_inset space \thinspace{}
25614 \end_inset
25615
25616 % of the page can be placed at the top of a page (
25617 \series bold
25618
25619 \backslash
25620 topfraction
25621 \series default
25622 )
25623 \end_layout
25624
25625 \begin_layout Labeling
25626 \labelwidthstring 00.00.0000
25627
25628 \family sans
25629 Bottom
25630 \begin_inset space ~
25631 \end_inset
25632
25633 of
25634 \begin_inset space ~
25635 \end_inset
25636
25637 page
25638 \family default
25639 : only floats occupying less than 30
25640 \begin_inset space \thinspace{}
25641 \end_inset
25642
25643 % of the page can be placed at the bottom of a page.
25644  (
25645 \series bold
25646
25647 \backslash
25648 bottomfraction
25649 \series default
25650 )
25651 \end_layout
25652
25653 \begin_layout Labeling
25654 \labelwidthstring 00.00.0000
25655
25656 \family sans
25657 Page
25658 \begin_inset space ~
25659 \end_inset
25660
25661 of
25662 \begin_inset space ~
25663 \end_inset
25664
25665 floats
25666 \family default
25667 : only if more than 50
25668 \begin_inset space \thinspace{}
25669 \end_inset
25670
25671 % of the page is occupied by floats, several floats can be set together
25672  on a page.
25673  (
25674 \series bold
25675
25676 \backslash
25677 floatpagefraction
25678 \series default
25679 )
25680 \end_layout
25681
25682 \begin_layout Standard
25683 If you don't like these rules, you can ignore them by using the additional
25684  option 
25685 \family sans
25686 Ignore
25687 \begin_inset space ~
25688 \end_inset
25689
25690 \SpecialChar LaTeX
25691
25692 \begin_inset space ~
25693 \end_inset
25694
25695 rules
25696 \family default
25697 .
25698 \begin_inset Newline newline
25699 \end_inset
25700
25701 You can also redefine the rules with \SpecialChar LaTeX
25702 -commands that are given in parentheses
25703  after the rules description above.
25704  To increase for example the often too small default of the bottom-rule
25705  to 50
25706 \begin_inset space \thinspace{}
25707 \end_inset
25708
25709 % of the page, add this line to your document preamble:
25710 \end_layout
25711
25712 \begin_layout Standard
25713
25714 \series bold
25715
25716 \backslash
25717 renewcommand{
25718 \backslash
25719 bottomfraction}{0.5}
25720 \end_layout
25721
25722 \begin_layout Standard
25723 Sometimes you might need, under all circumstances, a float to be placed
25724  exactly at the position where it is inserted.
25725  For this case you can use the option 
25726 \family sans
25727 Here
25728 \begin_inset space ~
25729 \end_inset
25730
25731 definitely
25732 \family default
25733 .
25734  Use this option very rarely and only if the document is almost ready to
25735  be printed, because the float is then no longer able to 
25736 \begin_inset Quotes eld
25737 \end_inset
25738
25739 float
25740 \begin_inset Quotes erd
25741 \end_inset
25742
25743  when you change your document and this will often destroy the page layout.
25744 \end_layout
25745
25746 \begin_layout Standard
25747 There are no placement options for text wrap floats, because they are always
25748  surrounded by the text of a certain paragraph.
25749 \begin_inset VSpace bigskip
25750 \end_inset
25751
25752
25753 \end_layout
25754
25755 \begin_layout Standard
25756 Sometimes you have the problem that a float is placed at the top of a page
25757  while its corresponding section starts at the middle of the page, so that
25758  the reader could think the float is part of the previous section.
25759  To avoid this the \SpecialChar LaTeX
25760 -command 
25761 \series bold
25762
25763 \backslash
25764 suppressfloats
25765 \series default
25766  can be used.
25767  It suppresses a given float placement for the page where it is inserted
25768  and can therefore be used to avoid floats being set before a section starts.
25769  To get this, add these commands to your document preamble:
25770 \end_layout
25771
25772 \begin_layout Standard
25773
25774 \series bold
25775
25776 \backslash
25777 let
25778 \backslash
25779 mySection
25780 \backslash
25781 section
25782 \begin_inset Newline newline
25783 \end_inset
25784
25785
25786 \backslash
25787 renewcommand{
25788 \backslash
25789 section}{
25790 \backslash
25791 suppressfloats[t]
25792 \backslash
25793 mySection}
25794 \end_layout
25795
25796 \begin_layout Standard
25797 You can define the same for all section headings, like chapters and subsections.
25798  This definition is not recommended to be used for small text parts like
25799  subsubsections because \SpecialChar LaTeX
25800  may then have problems finding a suitable placement.
25801 \end_layout
25802
25803 \begin_layout Standard
25804 \begin_inset VSpace bigskip
25805 \end_inset
25806
25807 In some cases it is required to have all figures/tables at the end of the
25808  document.
25809  For this purpose the \SpecialChar LaTeX
25810 -package 
25811 \series bold
25812 endfloat
25813 \series default
25814
25815 \begin_inset Index idx
25816 status collapsed
25817
25818 \begin_layout Plain Layout
25819 \SpecialChar LaTeX
25820 -packages ! endfloat
25821 \end_layout
25822
25823 \end_inset
25824
25825  was developed.
25826  It puts all figure and table floats at the end of the document into their
25827  own sections.
25828  At the original float position a text hint like 
25829 \begin_inset Quotes eld
25830 \end_inset
25831
25832
25833 \family sans
25834 [Figure
25835 \begin_inset space ~
25836 \end_inset
25837
25838 3.2 about here.]
25839 \family default
25840
25841 \begin_inset Quotes erd
25842 \end_inset
25843
25844  is inserted.
25845  The endfloat-package is loaded in the preamble with the line
25846 \end_layout
25847
25848 \begin_layout Standard
25849
25850 \series bold
25851
25852 \backslash
25853 usepackage[options]{endfloat}
25854 \end_layout
25855
25856 \begin_layout Standard
25857 There are various package options to format the created figure/table sections.
25858  For more information we refer you to the 
25859 \series bold
25860 endfloat
25861 \series default
25862  documentation 
25863 \begin_inset CommandInset citation
25864 LatexCommand cite
25865 key "endfloat"
25866
25867 \end_inset
25868
25869 .
25870 \begin_inset Newline newline
25871 \end_inset
25872
25873
25874 \begin_inset Note Greyedout
25875 status open
25876
25877 \begin_layout Plain Layout
25878
25879 \series bold
25880 Note: endfloat
25881 \series default
25882  doesn't provide an automatic translation for the text hint, you have to
25883  do this manually, see section
25884 \begin_inset space ~
25885 \end_inset
25886
25887 4 in 
25888 \begin_inset CommandInset citation
25889 LatexCommand cite
25890 key "endfloat"
25891
25892 \end_inset
25893
25894 .
25895 \end_layout
25896
25897 \end_inset
25898
25899
25900 \begin_inset Newline newline
25901 \end_inset
25902
25903
25904 \begin_inset Note Greyedout
25905 status open
25906
25907 \begin_layout Plain Layout
25908
25909 \series bold
25910 Note:
25911 \series default
25912  There is currently a bug in 
25913 \series bold
25914 endfloat
25915 \series default
25916  when the caption contains a German 
25917 \begin_inset Quotes eld
25918 \end_inset
25919
25920 ß
25921 \begin_inset Quotes erd
25922 \end_inset
25923
25924 .
25925  Use in this case the command 
25926 \begin_inset Quotes eld
25927 \end_inset
25928
25929
25930 \series bold
25931
25932 \backslash
25933 ss
25934 \series default
25935
25936 \begin_inset Quotes erd
25937 \end_inset
25938
25939  in \SpecialChar TeX
25940  Code instead of 
25941 \begin_inset Quotes eld
25942 \end_inset
25943
25944 ß
25945 \begin_inset Quotes erd
25946 \end_inset
25947
25948 .
25949 \end_layout
25950
25951 \end_inset
25952
25953
25954 \end_layout
25955
25956 \begin_layout Standard
25957 \begin_inset VSpace bigskip
25958 \end_inset
25959
25960 For more details about float placements, have a look at \SpecialChar LaTeX
25961  books, 
25962 \begin_inset CommandInset citation
25963 LatexCommand cite
25964 key "latexcompanion,latexguide,latexbook"
25965
25966 \end_inset
25967
25968 .
25969 \end_layout
25970
25971 \begin_layout Section
25972 Rotated Floats
25973 \begin_inset CommandInset label
25974 LatexCommand label
25975 name "sec:Rotated-Floats"
25976
25977 \end_inset
25978
25979
25980 \begin_inset Index idx
25981 status collapsed
25982
25983 \begin_layout Plain Layout
25984 Floats ! Rotating
25985 \end_layout
25986
25987 \end_inset
25988
25989
25990 \end_layout
25991
25992 \begin_layout Standard
25993 Especially for wide tables you might have floats rotated.
25994  To rotate a whole float including the caption, right-click on the float-box
25995  and use the option 
25996 \family sans
25997 Rotate
25998 \begin_inset space ~
25999 \end_inset
26000
26001 sideways
26002 \family default
26003 .
26004 \end_layout
26005
26006 \begin_layout Standard
26007 Rotated floats are always placed on a page of their own (or column of their
26008  own; in case you have a multi-column document).
26009  You can let them span several columns using the float settings option 
26010 \family sans
26011 Span
26012 \begin_inset space ~
26013 \end_inset
26014
26015 columns
26016 \family default
26017 .
26018  Floats are rotated so that you can read them from the outside margin.
26019  To force a certain rotation direction for all pages, you can add either
26020  the option 
26021 \series bold
26022 figuresleft
26023 \series default
26024  or 
26025 \series bold
26026 figuresright
26027 \series default
26028  to the document class options.
26029 \end_layout
26030
26031 \begin_layout Standard
26032 Referencing rotated floats is the same as for normal floats, the caption
26033  format is also the same: Table
26034 \begin_inset space ~
26035 \end_inset
26036
26037
26038 \begin_inset CommandInset ref
26039 LatexCommand ref
26040 reference "tab:Rotated-table"
26041
26042 \end_inset
26043
26044  is an example of a rotated table float.
26045 \end_layout
26046
26047 \begin_layout Standard
26048 \begin_inset Note Greyedout
26049 status open
26050
26051 \begin_layout Plain Layout
26052
26053 \series bold
26054 Note:
26055 \series default
26056  Not all DVI-viewers are able to display rotated floats.
26057 \end_layout
26058
26059 \end_inset
26060
26061
26062 \end_layout
26063
26064 \begin_layout Standard
26065 \begin_inset Float table
26066 wide false
26067 sideways true
26068 status open
26069
26070 \begin_layout Plain Layout
26071 \begin_inset Caption Standard
26072
26073 \begin_layout Plain Layout
26074 \begin_inset CommandInset label
26075 LatexCommand label
26076 name "tab:Rotated-table"
26077
26078 \end_inset
26079
26080  Rotated table
26081 \end_layout
26082
26083 \end_inset
26084
26085
26086 \end_layout
26087
26088 \begin_layout Plain Layout
26089 \align center
26090 \begin_inset Tabular
26091 <lyxtabular version="3" rows="1" columns="5">
26092 <features tabularvalignment="middle">
26093 <column alignment="center" valignment="top">
26094 <column alignment="center" valignment="top">
26095 <column alignment="center" valignment="top">
26096 <column alignment="center" valignment="top">
26097 <column alignment="center" valignment="top">
26098 <row>
26099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26100 \begin_inset Text
26101
26102 \begin_layout Plain Layout
26103 test
26104 \end_layout
26105
26106 \end_inset
26107 </cell>
26108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26109 \begin_inset Text
26110
26111 \begin_layout Plain Layout
26112 b
26113 \end_layout
26114
26115 \end_inset
26116 </cell>
26117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26118 \begin_inset Text
26119
26120 \begin_layout Plain Layout
26121 c
26122 \end_layout
26123
26124 \end_inset
26125 </cell>
26126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26127 \begin_inset Text
26128
26129 \begin_layout Plain Layout
26130 d
26131 \end_layout
26132
26133 \end_inset
26134 </cell>
26135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26136 \begin_inset Text
26137
26138 \begin_layout Plain Layout
26139 e
26140 \end_layout
26141
26142 \end_inset
26143 </cell>
26144 </row>
26145 </lyxtabular>
26146
26147 \end_inset
26148
26149
26150 \end_layout
26151
26152 \end_inset
26153
26154
26155 \end_layout
26156
26157 \begin_layout Section
26158 Subfloats
26159 \begin_inset Index idx
26160 status collapsed
26161
26162 \begin_layout Plain Layout
26163 Floats ! Subfloats
26164 \end_layout
26165
26166 \end_inset
26167
26168
26169 \end_layout
26170
26171 \begin_layout Standard
26172 Subfloats are for example used when a figure consists of several images.
26173  They are created by inserting a float into an existing float.
26174  The placement of the subfloats can be controlled in the same way as for
26175  paragraphs as shown in table
26176 \begin_inset space ~
26177 \end_inset
26178
26179
26180 \begin_inset CommandInset ref
26181 LatexCommand ref
26182 reference "tab:Two-subtables-side"
26183
26184 \end_inset
26185
26186  and 
26187 \begin_inset CommandInset ref
26188 LatexCommand ref
26189 reference "tab:Two-subtables-upon"
26190
26191 \end_inset
26192
26193 .
26194 \end_layout
26195
26196 \begin_layout Standard
26197 Referencing subfloats works as for normal floats: Table
26198 \begin_inset space ~
26199 \end_inset
26200
26201
26202 \begin_inset CommandInset ref
26203 LatexCommand ref
26204 reference "tab:This-is-subtable-a"
26205
26206 \end_inset
26207
26208  and 
26209 \begin_inset CommandInset ref
26210 LatexCommand ref
26211 reference "tab:This-is-subtable-b"
26212
26213 \end_inset
26214
26215  are subtables of table
26216 \begin_inset space ~
26217 \end_inset
26218
26219
26220 \begin_inset CommandInset ref
26221 LatexCommand ref
26222 reference "tab:Two-subtables-side"
26223
26224 \end_inset
26225
26226 .
26227 \end_layout
26228
26229 \begin_layout Standard
26230 \begin_inset Float table
26231 wide false
26232 sideways false
26233 status open
26234
26235 \begin_layout Plain Layout
26236 \begin_inset Caption Standard
26237
26238 \begin_layout Plain Layout
26239 \begin_inset CommandInset label
26240 LatexCommand label
26241 name "tab:Two-subtables-side"
26242
26243 \end_inset
26244
26245 Two subtables placed side by side.
26246 \end_layout
26247
26248 \end_inset
26249
26250
26251 \end_layout
26252
26253 \begin_layout Plain Layout
26254 \align center
26255 \begin_inset space \hfill{}
26256 \end_inset
26257
26258
26259 \begin_inset Float table
26260 wide false
26261 sideways false
26262 status collapsed
26263
26264 \begin_layout Plain Layout
26265 \begin_inset Caption Standard
26266
26267 \begin_layout Plain Layout
26268 \begin_inset CommandInset label
26269 LatexCommand label
26270 name "tab:This-is-subtable-a"
26271
26272 \end_inset
26273
26274 This is subtable a.
26275 \end_layout
26276
26277 \end_inset
26278
26279
26280 \end_layout
26281
26282 \begin_layout Plain Layout
26283 \align center
26284 \begin_inset Tabular
26285 <lyxtabular version="3" rows="1" columns="5">
26286 <features tabularvalignment="middle">
26287 <column alignment="center" valignment="top">
26288 <column alignment="center" valignment="top">
26289 <column alignment="center" valignment="top">
26290 <column alignment="center" valignment="top">
26291 <column alignment="center" valignment="top">
26292 <row>
26293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26294 \begin_inset Text
26295
26296 \begin_layout Plain Layout
26297 test
26298 \end_layout
26299
26300 \end_inset
26301 </cell>
26302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26303 \begin_inset Text
26304
26305 \begin_layout Plain Layout
26306 b
26307 \end_layout
26308
26309 \end_inset
26310 </cell>
26311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26312 \begin_inset Text
26313
26314 \begin_layout Plain Layout
26315 c
26316 \end_layout
26317
26318 \end_inset
26319 </cell>
26320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26321 \begin_inset Text
26322
26323 \begin_layout Plain Layout
26324 d
26325 \end_layout
26326
26327 \end_inset
26328 </cell>
26329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26330 \begin_inset Text
26331
26332 \begin_layout Plain Layout
26333 e
26334 \end_layout
26335
26336 \end_inset
26337 </cell>
26338 </row>
26339 </lyxtabular>
26340
26341 \end_inset
26342
26343
26344 \end_layout
26345
26346 \end_inset
26347
26348
26349 \begin_inset space \hfill{}
26350 \end_inset
26351
26352
26353 \begin_inset Float table
26354 wide false
26355 sideways false
26356 status collapsed
26357
26358 \begin_layout Plain Layout
26359 \begin_inset Caption Standard
26360
26361 \begin_layout Plain Layout
26362 \begin_inset CommandInset label
26363 LatexCommand label
26364 name "tab:This-is-subtable-b"
26365
26366 \end_inset
26367
26368 This is subtable b.
26369 \end_layout
26370
26371 \end_inset
26372
26373
26374 \end_layout
26375
26376 \begin_layout Plain Layout
26377 \align center
26378 \begin_inset Tabular
26379 <lyxtabular version="3" rows="1" columns="5">
26380 <features tabularvalignment="middle">
26381 <column alignment="center" valignment="top">
26382 <column alignment="center" valignment="top">
26383 <column alignment="center" valignment="top">
26384 <column alignment="center" valignment="top">
26385 <column alignment="center" valignment="top">
26386 <row>
26387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26388 \begin_inset Text
26389
26390 \begin_layout Plain Layout
26391 e
26392 \end_layout
26393
26394 \end_inset
26395 </cell>
26396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26397 \begin_inset Text
26398
26399 \begin_layout Plain Layout
26400 d
26401 \end_layout
26402
26403 \end_inset
26404 </cell>
26405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26406 \begin_inset Text
26407
26408 \begin_layout Plain Layout
26409 c
26410 \end_layout
26411
26412 \end_inset
26413 </cell>
26414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26415 \begin_inset Text
26416
26417 \begin_layout Plain Layout
26418 b
26419 \end_layout
26420
26421 \end_inset
26422 </cell>
26423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26424 \begin_inset Text
26425
26426 \begin_layout Plain Layout
26427 test
26428 \end_layout
26429
26430 \end_inset
26431 </cell>
26432 </row>
26433 </lyxtabular>
26434
26435 \end_inset
26436
26437
26438 \end_layout
26439
26440 \end_inset
26441
26442
26443 \begin_inset space \hfill{}
26444 \end_inset
26445
26446
26447 \end_layout
26448
26449 \end_inset
26450
26451
26452 \end_layout
26453
26454 \begin_layout Standard
26455 \begin_inset Float table
26456 wide false
26457 sideways false
26458 status open
26459
26460 \begin_layout Plain Layout
26461 \begin_inset Caption Standard
26462
26463 \begin_layout Plain Layout
26464 \begin_inset CommandInset label
26465 LatexCommand label
26466 name "tab:Two-subtables-upon"
26467
26468 \end_inset
26469
26470 Two subtables placed one above the other.
26471  (a) table with 4 cells, (b) table with 5 cells.
26472 \end_layout
26473
26474 \end_inset
26475
26476
26477 \end_layout
26478
26479 \begin_layout Plain Layout
26480 \align center
26481 \begin_inset Float table
26482 wide false
26483 sideways false
26484 status collapsed
26485
26486 \begin_layout Plain Layout
26487 \begin_inset Caption Standard
26488
26489 \begin_layout Plain Layout
26490
26491 \end_layout
26492
26493 \end_inset
26494
26495
26496 \end_layout
26497
26498 \begin_layout Plain Layout
26499 \align center
26500 \begin_inset Tabular
26501 <lyxtabular version="3" rows="1" columns="4">
26502 <features tabularvalignment="middle">
26503 <column alignment="center" valignment="top">
26504 <column alignment="center" valignment="top">
26505 <column alignment="center" valignment="top">
26506 <column alignment="center" valignment="top">
26507 <row>
26508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26509 \begin_inset Text
26510
26511 \begin_layout Plain Layout
26512 test
26513 \end_layout
26514
26515 \end_inset
26516 </cell>
26517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26518 \begin_inset Text
26519
26520 \begin_layout Plain Layout
26521 test
26522 \end_layout
26523
26524 \end_inset
26525 </cell>
26526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26527 \begin_inset Text
26528
26529 \begin_layout Plain Layout
26530 test
26531 \end_layout
26532
26533 \end_inset
26534 </cell>
26535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26536 \begin_inset Text
26537
26538 \begin_layout Plain Layout
26539 test
26540 \end_layout
26541
26542 \end_inset
26543 </cell>
26544 </row>
26545 </lyxtabular>
26546
26547 \end_inset
26548
26549
26550 \end_layout
26551
26552 \end_inset
26553
26554
26555 \end_layout
26556
26557 \begin_layout Plain Layout
26558 \align center
26559 \begin_inset Float table
26560 wide false
26561 sideways false
26562 status collapsed
26563
26564 \begin_layout Plain Layout
26565 \begin_inset Caption Standard
26566
26567 \begin_layout Plain Layout
26568
26569 \end_layout
26570
26571 \end_inset
26572
26573
26574 \end_layout
26575
26576 \begin_layout Plain Layout
26577 \align center
26578 \begin_inset Tabular
26579 <lyxtabular version="3" rows="1" columns="5">
26580 <features tabularvalignment="middle">
26581 <column alignment="center" valignment="top">
26582 <column alignment="center" valignment="top">
26583 <column alignment="center" valignment="top">
26584 <column alignment="center" valignment="top">
26585 <column alignment="center" valignment="top">
26586 <row>
26587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26588 \begin_inset Text
26589
26590 \begin_layout Plain Layout
26591 a
26592 \end_layout
26593
26594 \end_inset
26595 </cell>
26596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26597 \begin_inset Text
26598
26599 \begin_layout Plain Layout
26600 b
26601 \end_layout
26602
26603 \end_inset
26604 </cell>
26605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26606 \begin_inset Text
26607
26608 \begin_layout Plain Layout
26609 c
26610 \end_layout
26611
26612 \end_inset
26613 </cell>
26614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26615 \begin_inset Text
26616
26617 \begin_layout Plain Layout
26618 d
26619 \end_layout
26620
26621 \end_inset
26622 </cell>
26623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26624 \begin_inset Text
26625
26626 \begin_layout Plain Layout
26627 e
26628 \end_layout
26629
26630 \end_inset
26631 </cell>
26632 </row>
26633 </lyxtabular>
26634
26635 \end_inset
26636
26637
26638 \end_layout
26639
26640 \end_inset
26641
26642
26643 \end_layout
26644
26645 \end_inset
26646
26647
26648 \end_layout
26649
26650 \begin_layout Section
26651 Floats Side by Side
26652 \begin_inset Index idx
26653 status collapsed
26654
26655 \begin_layout Plain Layout
26656 Floats ! Side by side
26657 \end_layout
26658
26659 \end_inset
26660
26661
26662 \end_layout
26663
26664 \begin_layout Standard
26665 To place floats side by side, as in Figures
26666 \begin_inset space ~
26667 \end_inset
26668
26669
26670 \begin_inset CommandInset ref
26671 LatexCommand ref
26672 reference "fig:Float-left"
26673
26674 \end_inset
26675
26676  and 
26677 \begin_inset CommandInset ref
26678 LatexCommand ref
26679 reference "fig:Float-right"
26680
26681 \end_inset
26682
26683 , only 
26684 \emph on
26685 one
26686 \emph default
26687  float is used.
26688  In it two minipage boxes are inserted.
26689 \begin_inset Foot
26690 status collapsed
26691
26692 \begin_layout Plain Layout
26693 Minipages are explained in section
26694 \begin_inset space ~
26695 \end_inset
26696
26697
26698 \begin_inset CommandInset ref
26699 LatexCommand ref
26700 reference "sec:Minipages"
26701
26702 \end_inset
26703
26704 .
26705 \end_layout
26706
26707 \end_inset
26708
26709  The width is set to 45
26710 \begin_inset space \thinspace{}
26711 \end_inset
26712
26713 -50
26714 \begin_inset space \thinspace{}
26715 \end_inset
26716
26717 column% and the box alignment to 
26718 \family sans
26719 Bottom
26720 \family default
26721  for each minipage.
26722  The minipage boxes contain the image and the caption in the same way as
26723  they are in a float.
26724  The only difference is that the image unit 
26725 \family sans
26726 Column
26727 \begin_inset space ~
26728 \end_inset
26729
26730 Width
26731 \begin_inset space ~
26732 \end_inset
26733
26734 %
26735 \family default
26736  is now calculated according to the width of the minipage boxes.
26737 \end_layout
26738
26739 \begin_layout Standard
26740 \begin_inset Float figure
26741 wide false
26742 sideways false
26743 status open
26744
26745 \begin_layout Plain Layout
26746 \begin_inset Box Frameless
26747 position "b"
26748 hor_pos "c"
26749 has_inner_box 1
26750 inner_pos "t"
26751 use_parbox 0
26752 use_makebox 0
26753 width "45col%"
26754 special "none"
26755 height "1in"
26756 height_special "totalheight"
26757 thickness "0.4pt"
26758 separation "3pt"
26759 shadowsize "4pt"
26760 framecolor "black"
26761 backgroundcolor "none"
26762 status open
26763
26764 \begin_layout Plain Layout
26765 \align center
26766 \begin_inset Graphics
26767         filename clipart/mobius.eps
26768         lyxscale 50
26769         width 100col%
26770         scaleBeforeRotation
26771
26772 \end_inset
26773
26774
26775 \end_layout
26776
26777 \begin_layout Plain Layout
26778 \begin_inset Caption Standard
26779
26780 \begin_layout Plain Layout
26781 \begin_inset CommandInset label
26782 LatexCommand label
26783 name "fig:Float-left"
26784
26785 \end_inset
26786
26787 Float on the left side.
26788 \end_layout
26789
26790 \end_inset
26791
26792
26793 \end_layout
26794
26795 \end_inset
26796
26797
26798 \begin_inset space \hfill{}
26799 \end_inset
26800
26801
26802 \begin_inset Box Frameless
26803 position "b"
26804 hor_pos "c"
26805 has_inner_box 1
26806 inner_pos "t"
26807 use_parbox 0
26808 use_makebox 0
26809 width "45col%"
26810 special "none"
26811 height "1in"
26812 height_special "totalheight"
26813 thickness "0.4pt"
26814 separation "3pt"
26815 shadowsize "4pt"
26816 framecolor "black"
26817 backgroundcolor "none"
26818 status open
26819
26820 \begin_layout Plain Layout
26821 \align center
26822 \begin_inset Graphics
26823         filename clipart/platypus.eps
26824         lyxscale 50
26825         width 100col%
26826         scaleBeforeRotation
26827
26828 \end_inset
26829
26830
26831 \end_layout
26832
26833 \begin_layout Plain Layout
26834 \begin_inset Caption Standard
26835
26836 \begin_layout Plain Layout
26837 \begin_inset CommandInset label
26838 LatexCommand label
26839 name "fig:Float-right"
26840
26841 \end_inset
26842
26843 Float on the right side.
26844 \end_layout
26845
26846 \end_inset
26847
26848
26849 \end_layout
26850
26851 \end_inset
26852
26853
26854 \end_layout
26855
26856 \end_inset
26857
26858
26859 \end_layout
26860
26861 \begin_layout Standard
26862 An alternative and simpler solution is to use the module 
26863 \family sans
26864 Variable-width Minipages
26865 \family default
26866 , see sec.
26867 \begin_inset space \thinspace{}
26868 \end_inset
26869
26870
26871 \begin_inset CommandInset ref
26872 LatexCommand ref
26873 reference "sec:Minipages"
26874
26875 \end_inset
26876
26877 .
26878  Variable-width minipages adapt automatically to the width of the figures
26879  and tables.
26880  They do not require an explicit width to be given, and they improve the
26881  horizontal alignment of the figures.
26882  The LyX example file 
26883 \emph on
26884 varwidth-floats-side-by-side
26885 \emph default
26886  gives examples of how to do this.
26887 \end_layout
26888
26889 \begin_layout Section
26890 Caption Formatting
26891 \begin_inset Index idx
26892 status collapsed
26893
26894 \begin_layout Plain Layout
26895 Caption ! Formatting
26896 \end_layout
26897
26898 \end_inset
26899
26900
26901 \begin_inset Index idx
26902 status collapsed
26903
26904 \begin_layout Plain Layout
26905 Floats ! Caption Formatting
26906 \end_layout
26907
26908 \end_inset
26909
26910
26911 \begin_inset CommandInset label
26912 LatexCommand label
26913 name "sec:Caption-Formatting"
26914
26915 \end_inset
26916
26917
26918 \end_layout
26919
26920 \begin_layout Standard
26921 The 
26922 \family sans
26923 Caption
26924 \family default
26925  environment is the default paragraph environment for 
26926 \family sans
26927 Floats
26928 \family default
26929 .
26930  On the \SpecialChar LyX
26931  screen captions appear as a label, e.
26932 \begin_inset space \thinspace{}
26933 \end_inset
26934
26935 g.
26936 \begin_inset space \space{}
26937 \end_inset
26938
26939
26940 \begin_inset Quotes eld
26941 \end_inset
26942
26943
26944 \family sans
26945 Figure #:
26946 \family default
26947
26948 \begin_inset Quotes erd
26949 \end_inset
26950
26951  followed by the caption text.
26952  
26953 \begin_inset Quotes eld
26954 \end_inset
26955
26956 #
26957 \begin_inset Quotes erd
26958 \end_inset
26959
26960  is the actual reference number.
26961  By default the label and the number are in the same font as the caption
26962  text and a colon follows the number to divide the label from the text.
26963  This caption format is suitable for many but not all documents.
26964  
26965 \end_layout
26966
26967 \begin_layout Standard
26968 To change the default caption format, load the \SpecialChar LaTeX
26969 -package 
26970 \series bold
26971 caption
26972 \series default
26973
26974 \begin_inset Index idx
26975 status collapsed
26976
26977 \begin_layout Plain Layout
26978 \SpecialChar LaTeX
26979 -packages ! caption
26980 \end_layout
26981
26982 \end_inset
26983
26984  in the document preamble with this line:
26985 \end_layout
26986
26987 \begin_layout Standard
26988
26989 \series bold
26990
26991 \backslash
26992 usepackage[format definition]{caption}
26993 \end_layout
26994
26995 \begin_layout Standard
26996 To have for example the label and the number in sans-serif, bold font and
26997  the table captions always above the table as in this document, use the
26998  following command:
26999 \end_layout
27000
27001 \begin_layout Standard
27002
27003 \series bold
27004
27005 \backslash
27006 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27007 \end_layout
27008
27009 \begin_layout Standard
27010 You can also define different caption formats for the different float types.
27011  In this case load the 
27012 \series bold
27013 caption
27014 \series default
27015  package without format specific options and define the different formats
27016  with the help of the command
27017 \end_layout
27018
27019 \begin_layout Standard
27020
27021 \series bold
27022
27023 \backslash
27024 captionsetup[float type]{format definition}
27025 \end_layout
27026
27027 \begin_layout Standard
27028 in the document preamble.
27029  For example the caption formats of Figure
27030 \begin_inset space ~
27031 \end_inset
27032
27033
27034 \begin_inset CommandInset ref
27035 LatexCommand ref
27036 reference "fig:This-is-an-fig"
27037
27038 \end_inset
27039
27040  and Table
27041 \begin_inset space ~
27042 \end_inset
27043
27044
27045 \begin_inset CommandInset ref
27046 LatexCommand ref
27047 reference "tab:This-is-an-tab"
27048
27049 \end_inset
27050
27051  can be created using these commands in the document preamble:
27052 \end_layout
27053
27054 \begin_layout Standard
27055
27056 \series bold
27057
27058 \backslash
27059 usepackage[tableposition=top]{caption}
27060 \series default
27061
27062 \begin_inset Newline newline
27063 \end_inset
27064
27065
27066 \series bold
27067
27068 \backslash
27069 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27070 \begin_inset Newline newline
27071 \end_inset
27072
27073
27074 \begin_inset Phantom HPhantom
27075 status open
27076
27077 \begin_layout Plain Layout
27078
27079 \series bold
27080
27081 \backslash
27082 captionsetup[figure]{
27083 \end_layout
27084
27085 \end_inset
27086
27087 labelsep=period}
27088 \begin_inset Newline newline
27089 \end_inset
27090
27091
27092 \backslash
27093 captionsetup[table]{labelfont={bf,sf}}
27094 \end_layout
27095
27096 \begin_layout Standard
27097 \begin_inset Note Greyedout
27098 status open
27099
27100 \begin_layout Plain Layout
27101
27102 \series bold
27103 Note:
27104 \series default
27105  The option 
27106 \series bold
27107 tableposition=top
27108 \series default
27109  has no effect when a 
27110 \series bold
27111 KOMA-Script
27112 \series default
27113
27114 \begin_inset Index idx
27115 status collapsed
27116
27117 \begin_layout Plain Layout
27118 \SpecialChar LaTeX
27119 -packages ! KOMA-Script
27120 \end_layout
27121
27122 \end_inset
27123
27124  document class is used.
27125  In this case the document class option 
27126 \series bold
27127 captions=tableheading
27128 \series default
27129  must be used.
27130 \end_layout
27131
27132 \end_inset
27133
27134
27135 \end_layout
27136
27137 \begin_layout Standard
27138 For more information about the package 
27139 \series bold
27140 caption
27141 \series default
27142  we refer to its documentation 
27143 \begin_inset CommandInset citation
27144 LatexCommand cite
27145 key "caption"
27146
27147 \end_inset
27148
27149 .
27150 \end_layout
27151
27152 \begin_layout Standard
27153 To change the label name from e.
27154 \begin_inset space \thinspace{}
27155 \end_inset
27156
27157 g.
27158 \begin_inset space \space{}
27159 \end_inset
27160
27161
27162 \begin_inset Quotes eld
27163 \end_inset
27164
27165 Figure
27166 \begin_inset Quotes erd
27167 \end_inset
27168
27169  to 
27170 \begin_inset Quotes eld
27171 \end_inset
27172
27173 Image
27174 \begin_inset Quotes erd
27175 \end_inset
27176
27177  use this preamble command:
27178 \end_layout
27179
27180 \begin_layout Standard
27181
27182 \series bold
27183
27184 \backslash
27185 renewcommand{
27186 \backslash
27187 fnum@figure}{Image~
27188 \backslash
27189 thefigure}
27190 \end_layout
27191
27192 \begin_layout Standard
27193 where 
27194 \series bold
27195
27196 \backslash
27197 thefigure
27198 \series default
27199  inserts the figure number and
27200 \series bold
27201  
27202 \begin_inset Quotes eld
27203 \end_inset
27204
27205 ~
27206 \series default
27207
27208 \begin_inset Quotes erd
27209 \end_inset
27210
27211  creates a protected space.
27212 \end_layout
27213
27214 \begin_layout Standard
27215 \begin_inset VSpace bigskip
27216 \end_inset
27217
27218 If you are using a 
27219 \series bold
27220 KOMA-Script
27221 \series default
27222
27223 \begin_inset Index idx
27224 status collapsed
27225
27226 \begin_layout Plain Layout
27227 \SpecialChar LaTeX
27228 -packages ! KOMA-Script
27229 \end_layout
27230
27231 \end_inset
27232
27233  document class (
27234 \family sans
27235 article (KOMA-Script)
27236 \family default
27237
27238 \family sans
27239 book (KOMA-Script)
27240 \family default
27241
27242 \family sans
27243 letter (KOMA-Script)
27244 \family default
27245 , or 
27246 \family sans
27247 report (KOMA-Script)
27248 \family default
27249
27250 \begin_inset space \thinspace{}
27251 \end_inset
27252
27253 ), you can alternatively to the 
27254 \series bold
27255 caption
27256 \series default
27257  package use 
27258 \series bold
27259 KOMA-Script
27260 \series default
27261 's built-in command 
27262 \series bold
27263
27264 \backslash
27265 setkomafont
27266 \series default
27267 .
27268  For example, to have the caption label in bold, add this command to your
27269  document preamble:
27270 \end_layout
27271
27272 \begin_layout Standard
27273
27274 \series bold
27275
27276 \backslash
27277 setkomafont{captionlabel}{
27278 \backslash
27279 bfseries}
27280 \end_layout
27281
27282 \begin_layout Standard
27283 For more information about 
27284 \series bold
27285
27286 \backslash
27287 setkomafont
27288 \series default
27289  we refer to the 
27290 \series bold
27291 KOMA-Script
27292 \series default
27293  documentation 
27294 \begin_inset CommandInset citation
27295 LatexCommand cite
27296 key "KOMA-Script"
27297
27298 \end_inset
27299
27300 .
27301 \end_layout
27302
27303 \begin_layout Standard
27304 \begin_inset ERT
27305 status collapsed
27306
27307 \begin_layout Plain Layout
27308
27309
27310 \backslash
27311 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27312 }
27313 \end_layout
27314
27315 \end_inset
27316
27317
27318 \begin_inset Note Note
27319 status open
27320
27321 \begin_layout Plain Layout
27322 The caption format is changed only for this example.
27323 \end_layout
27324
27325 \end_inset
27326
27327
27328 \end_layout
27329
27330 \begin_layout Standard
27331 \begin_inset Float figure
27332 placement !p
27333 wide false
27334 sideways false
27335 status open
27336
27337 \begin_layout Plain Layout
27338 \align center
27339 \begin_inset Graphics
27340         filename clipart/mobius.eps
27341         lyxscale 50
27342         scale 50
27343         scaleBeforeRotation
27344
27345 \end_inset
27346
27347
27348 \end_layout
27349
27350 \begin_layout Plain Layout
27351 \begin_inset Caption Standard
27352
27353 \begin_layout Plain Layout
27354 \begin_inset CommandInset label
27355 LatexCommand label
27356 name "fig:This-is-an-fig"
27357
27358 \end_inset
27359
27360 This is an example figure caption that is longer than one line to show the
27361  different caption format.
27362  Here a self-defined caption format is used.
27363 \end_layout
27364
27365 \end_inset
27366
27367
27368 \end_layout
27369
27370 \end_inset
27371
27372
27373 \end_layout
27374
27375 \begin_layout Standard
27376 \begin_inset ERT
27377 status collapsed
27378
27379 \begin_layout Plain Layout
27380
27381
27382 \backslash
27383 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27384 on}
27385 \end_layout
27386
27387 \end_inset
27388
27389
27390 \end_layout
27391
27392 \begin_layout Standard
27393 \begin_inset Float table
27394 placement !p
27395 wide false
27396 sideways false
27397 status open
27398
27399 \begin_layout Plain Layout
27400 \begin_inset Caption Standard
27401
27402 \begin_layout Plain Layout
27403 \begin_inset CommandInset label
27404 LatexCommand label
27405 name "tab:This-is-an-tab"
27406
27407 \end_inset
27408
27409 This is an example table caption that is longer than one line to show the
27410  different caption format.
27411  Here the standard caption format for tables in this document is used.
27412 \end_layout
27413
27414 \end_inset
27415
27416
27417 \end_layout
27418
27419 \begin_layout Plain Layout
27420 \align center
27421 \begin_inset Tabular
27422 <lyxtabular version="3" rows="1" columns="5">
27423 <features tabularvalignment="middle">
27424 <column alignment="center" valignment="top">
27425 <column alignment="center" valignment="top">
27426 <column alignment="center" valignment="top">
27427 <column alignment="center" valignment="top">
27428 <column alignment="center" valignment="top">
27429 <row>
27430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27431 \begin_inset Text
27432
27433 \begin_layout Plain Layout
27434 a
27435 \end_layout
27436
27437 \end_inset
27438 </cell>
27439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27440 \begin_inset Text
27441
27442 \begin_layout Plain Layout
27443 b
27444 \end_layout
27445
27446 \end_inset
27447 </cell>
27448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27449 \begin_inset Text
27450
27451 \begin_layout Plain Layout
27452 c
27453 \end_layout
27454
27455 \end_inset
27456 </cell>
27457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27458 \begin_inset Text
27459
27460 \begin_layout Plain Layout
27461 d
27462 \end_layout
27463
27464 \end_inset
27465 </cell>
27466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27467 \begin_inset Text
27468
27469 \begin_layout Plain Layout
27470 e
27471 \end_layout
27472
27473 \end_inset
27474 </cell>
27475 </row>
27476 </lyxtabular>
27477
27478 \end_inset
27479
27480
27481 \end_layout
27482
27483 \end_inset
27484
27485
27486 \end_layout
27487
27488 \begin_layout Section
27489 Caption Placement
27490 \begin_inset Index idx
27491 status collapsed
27492
27493 \begin_layout Plain Layout
27494 Caption ! Placement
27495 \end_layout
27496
27497 \end_inset
27498
27499
27500 \begin_inset Index idx
27501 status collapsed
27502
27503 \begin_layout Plain Layout
27504 Floats ! Caption Placement
27505 \end_layout
27506
27507 \end_inset
27508
27509
27510 \begin_inset CommandInset label
27511 LatexCommand label
27512 name "sec:Caption-Placement"
27513
27514 \end_inset
27515
27516
27517 \end_layout
27518
27519 \begin_layout Standard
27520 The common caption placement rule is:
27521 \end_layout
27522
27523 \begin_layout Description
27524 Figure: Caption is set below the figure
27525 \end_layout
27526
27527 \begin_layout Description
27528 Table: Caption is set above the table
27529 \end_layout
27530
27531 \begin_layout Standard
27532 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
27533 's
27534  standard classes.
27535  That means if you are using the document classes 
27536 \family sans
27537 article
27538 \family default
27539
27540 \family sans
27541 book
27542 \family default
27543
27544 \family sans
27545 letter
27546 \family default
27547 , or 
27548 \family sans
27549 report
27550 \family default
27551  there will be no space between the caption and the table.
27552  To insert the necessary space, load the \SpecialChar LaTeX
27553 -package 
27554 \series bold
27555 caption
27556 \series default
27557
27558 \begin_inset Index idx
27559 status collapsed
27560
27561 \begin_layout Plain Layout
27562 \SpecialChar LaTeX
27563 -packages ! caption
27564 \end_layout
27565
27566 \end_inset
27567
27568  in your document preamble with the option
27569 \begin_inset Foot
27570 status collapsed
27571
27572 \begin_layout Plain Layout
27573 See section
27574 \begin_inset space ~
27575 \end_inset
27576
27577
27578 \begin_inset CommandInset ref
27579 LatexCommand ref
27580 reference "sec:Caption-Formatting"
27581
27582 \end_inset
27583
27584  for more information of the package 
27585 \series bold
27586 caption
27587 \series default
27588 .
27589 \end_layout
27590
27591 \end_inset
27592
27593
27594 \end_layout
27595
27596 \begin_layout Standard
27597
27598 \series bold
27599 tableposition=top
27600 \end_layout
27601
27602 \begin_layout Standard
27603 If you are using a 
27604 \series bold
27605 KOMA-Script
27606 \series default
27607
27608 \begin_inset Index idx
27609 status collapsed
27610
27611 \begin_layout Plain Layout
27612 \SpecialChar LaTeX
27613 -packages ! KOMA-Script
27614 \end_layout
27615
27616 \end_inset
27617
27618  document class (
27619 \family sans
27620 article (KOMA-Script)
27621 \family default
27622
27623 \family sans
27624 book (KOMA-Script)
27625 \family default
27626
27627 \family sans
27628 letter (KOMA-Script)
27629 \family default
27630 , or 
27631 \family sans
27632 report (KOMA-Script)
27633 \family default
27634
27635 \begin_inset space \thinspace{}
27636 \end_inset
27637
27638 ), you can alternatively to the 
27639 \series bold
27640 caption
27641 \series default
27642  package set the document class option
27643 \begin_inset Foot
27644 status collapsed
27645
27646 \begin_layout Plain Layout
27647 That option is used in this document.
27648 \end_layout
27649
27650 \end_inset
27651
27652
27653 \end_layout
27654
27655 \begin_layout Standard
27656
27657 \series bold
27658 captions=tableheading
27659 \end_layout
27660
27661 \begin_layout Standard
27662 In documents with a KOMA-Script document class you can also right-click
27663  on a caption and mark in the context menu if this should be a caption above
27664  or below the table/figure.
27665  This way you can override the document-wide caption placement for certain
27666  captions.
27667  Table
27668 \begin_inset space ~
27669 \end_inset
27670
27671
27672 \begin_inset CommandInset ref
27673 LatexCommand ref
27674 reference "tab:A-caption-marked"
27675
27676 \end_inset
27677
27678  is an example where the caption is marked a being below the table while
27679  it is above.
27680  For comparison the caption in Table
27681 \begin_inset space ~
27682 \end_inset
27683
27684
27685 \begin_inset CommandInset ref
27686 LatexCommand ref
27687 reference "tab:A-standard-table"
27688
27689 \end_inset
27690
27691  is not marked.
27692 \end_layout
27693
27694 \begin_layout Standard
27695 \begin_inset Float table
27696 wide false
27697 sideways false
27698 status open
27699
27700 \begin_layout Plain Layout
27701 \begin_inset Caption Below
27702
27703 \begin_layout Plain Layout
27704 \begin_inset CommandInset label
27705 LatexCommand label
27706 name "tab:A-caption-marked"
27707
27708 \end_inset
27709
27710 A caption marked as being below the table.
27711 \end_layout
27712
27713 \end_inset
27714
27715
27716 \end_layout
27717
27718 \begin_layout Plain Layout
27719 \align center
27720 \begin_inset Tabular
27721 <lyxtabular version="3" rows="3" columns="3">
27722 <features tabularvalignment="middle">
27723 <column alignment="center" valignment="top" width="0pt">
27724 <column alignment="center" valignment="top" width="0pt">
27725 <column alignment="center" valignment="top" width="0pt">
27726 <row>
27727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27728 \begin_inset Text
27729
27730 \begin_layout Plain Layout
27731 1
27732 \end_layout
27733
27734 \end_inset
27735 </cell>
27736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27737 \begin_inset Text
27738
27739 \begin_layout Plain Layout
27740 2
27741 \end_layout
27742
27743 \end_inset
27744 </cell>
27745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27746 \begin_inset Text
27747
27748 \begin_layout Plain Layout
27749 3
27750 \end_layout
27751
27752 \end_inset
27753 </cell>
27754 </row>
27755 <row>
27756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27757 \begin_inset Text
27758
27759 \begin_layout Plain Layout
27760 Joe
27761 \end_layout
27762
27763 \end_inset
27764 </cell>
27765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27766 \begin_inset Text
27767
27768 \begin_layout Plain Layout
27769 Mary
27770 \end_layout
27771
27772 \end_inset
27773 </cell>
27774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27775 \begin_inset Text
27776
27777 \begin_layout Plain Layout
27778 Ted
27779 \end_layout
27780
27781 \end_inset
27782 </cell>
27783 </row>
27784 <row>
27785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27786 \begin_inset Text
27787
27788 \begin_layout Plain Layout
27789 \begin_inset Formula $\int x^{2}dx$
27790 \end_inset
27791
27792
27793 \end_layout
27794
27795 \end_inset
27796 </cell>
27797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27798 \begin_inset Text
27799
27800 \begin_layout Plain Layout
27801 \begin_inset Formula $\left[\begin{array}{cc}
27802 a & b\\
27803 c & d
27804 \end{array}\right]$
27805 \end_inset
27806
27807
27808 \end_layout
27809
27810 \end_inset
27811 </cell>
27812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27813 \begin_inset Text
27814
27815 \begin_layout Plain Layout
27816 \begin_inset Formula $1+1=2$
27817 \end_inset
27818
27819
27820 \end_layout
27821
27822 \end_inset
27823 </cell>
27824 </row>
27825 </lyxtabular>
27826
27827 \end_inset
27828
27829
27830 \end_layout
27831
27832 \end_inset
27833
27834
27835 \end_layout
27836
27837 \begin_layout Standard
27838 \begin_inset Float table
27839 wide false
27840 sideways false
27841 status open
27842
27843 \begin_layout Plain Layout
27844 \begin_inset Caption Standard
27845
27846 \begin_layout Plain Layout
27847 \begin_inset CommandInset label
27848 LatexCommand label
27849 name "tab:A-standard-table"
27850
27851 \end_inset
27852
27853 A standard table caption.
27854 \end_layout
27855
27856 \end_inset
27857
27858
27859 \end_layout
27860
27861 \begin_layout Plain Layout
27862 \align center
27863 \begin_inset Tabular
27864 <lyxtabular version="3" rows="3" columns="3">
27865 <features tabularvalignment="middle">
27866 <column alignment="center" valignment="top" width="0pt">
27867 <column alignment="center" valignment="top" width="0pt">
27868 <column alignment="center" valignment="top" width="0pt">
27869 <row>
27870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27871 \begin_inset Text
27872
27873 \begin_layout Plain Layout
27874 1
27875 \end_layout
27876
27877 \end_inset
27878 </cell>
27879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27880 \begin_inset Text
27881
27882 \begin_layout Plain Layout
27883 2
27884 \end_layout
27885
27886 \end_inset
27887 </cell>
27888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27889 \begin_inset Text
27890
27891 \begin_layout Plain Layout
27892 3
27893 \end_layout
27894
27895 \end_inset
27896 </cell>
27897 </row>
27898 <row>
27899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27900 \begin_inset Text
27901
27902 \begin_layout Plain Layout
27903 Joe
27904 \end_layout
27905
27906 \end_inset
27907 </cell>
27908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27909 \begin_inset Text
27910
27911 \begin_layout Plain Layout
27912 Mary
27913 \end_layout
27914
27915 \end_inset
27916 </cell>
27917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27918 \begin_inset Text
27919
27920 \begin_layout Plain Layout
27921 Ted
27922 \end_layout
27923
27924 \end_inset
27925 </cell>
27926 </row>
27927 <row>
27928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27929 \begin_inset Text
27930
27931 \begin_layout Plain Layout
27932 \begin_inset Formula $\int x^{2}dx$
27933 \end_inset
27934
27935
27936 \end_layout
27937
27938 \end_inset
27939 </cell>
27940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27941 \begin_inset Text
27942
27943 \begin_layout Plain Layout
27944 \begin_inset Formula $\left[\begin{array}{cc}
27945 a & b\\
27946 c & d
27947 \end{array}\right]$
27948 \end_inset
27949
27950
27951 \end_layout
27952
27953 \end_inset
27954 </cell>
27955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27956 \begin_inset Text
27957
27958 \begin_layout Plain Layout
27959 \begin_inset Formula $1+1=2$
27960 \end_inset
27961
27962
27963 \end_layout
27964
27965 \end_inset
27966 </cell>
27967 </row>
27968 </lyxtabular>
27969
27970 \end_inset
27971
27972
27973 \end_layout
27974
27975 \end_inset
27976
27977
27978 \end_layout
27979
27980 \begin_layout Standard
27981 \begin_inset VSpace bigskip
27982 \end_inset
27983
27984 It is also possible to set the caption beside a figure or table.
27985  To get this the \SpecialChar LaTeX
27986 -package 
27987 \series bold
27988 sidecap
27989 \series default
27990
27991 \begin_inset Index idx
27992 status collapsed
27993
27994 \begin_layout Plain Layout
27995 \SpecialChar LaTeX
27996 -packages ! sidecap
27997 \end_layout
27998
27999 \end_inset
28000
28001  has to be loaded in the document preamble with the line
28002 \end_layout
28003
28004 \begin_layout Standard
28005
28006 \series bold
28007
28008 \backslash
28009 usepackage[option]{sidecap}
28010 \end_layout
28011
28012 \begin_layout Standard
28013 If you set no option, the caption is placed on the side of the outer page
28014  margin â€“ to the right on odd pages, to the left on even pages.
28015  You can change the placement to inner margin with the option 
28016 \series bold
28017 innercaption
28018 \series default
28019 .
28020  To force the placement always to the right or left, use the option 
28021 \series bold
28022 rightcaption
28023 \series default
28024  or 
28025 \series bold
28026 leftcaption
28027 \series default
28028 , respectively.
28029 \end_layout
28030
28031 \begin_layout Standard
28032 \begin_inset ERT
28033 status collapsed
28034
28035 \begin_layout Plain Layout
28036
28037
28038 \backslash
28039 ifsidecap
28040 \end_layout
28041
28042 \end_inset
28043
28044
28045 \begin_inset Note Note
28046 status open
28047
28048 \begin_layout Plain Layout
28049 The following section will only be displayed when the \SpecialChar LaTeX
28050 -package 
28051 \series bold
28052 sidecap
28053 \series default
28054  is installed.
28055 \end_layout
28056
28057 \end_inset
28058
28059
28060 \end_layout
28061
28062 \begin_layout Standard
28063 To place in \SpecialChar LyX
28064  the caption of a float on the side, it is necessary to add
28065  these commands to the document preamble:
28066 \end_layout
28067
28068 \begin_layout Standard
28069 \noindent
28070 \begin_inset CommandInset line
28071 LatexCommand rule
28072 offset "0.5ex"
28073 width "100line%"
28074 height "1pt"
28075
28076 \end_inset
28077
28078
28079 \end_layout
28080
28081 \begin_layout Standard
28082
28083 \series bold
28084
28085 \backslash
28086 newcommand{
28087 \backslash
28088 TabBesBeg}[1][1.0]{%
28089 \begin_inset Newline newline
28090 \end_inset
28091
28092
28093 \begin_inset Phantom HPhantom
28094 status open
28095
28096 \begin_layout Plain Layout
28097 \begin_inset space ~
28098 \end_inset
28099
28100
28101 \end_layout
28102
28103 \end_inset
28104
28105
28106 \backslash
28107 let
28108 \backslash
28109 MyTable
28110 \backslash
28111 table
28112 \begin_inset Newline newline
28113 \end_inset
28114
28115
28116 \begin_inset Phantom HPhantom
28117 status open
28118
28119 \begin_layout Plain Layout
28120
28121 \series medium
28122 \begin_inset space ~
28123 \end_inset
28124
28125
28126 \end_layout
28127
28128 \end_inset
28129
28130
28131 \backslash
28132 let
28133 \backslash
28134 MyEndtable
28135 \backslash
28136 endtable
28137 \begin_inset Newline newline
28138 \end_inset
28139
28140
28141 \begin_inset Phantom HPhantom
28142 status open
28143
28144 \begin_layout Plain Layout
28145
28146 \series medium
28147 \begin_inset space ~
28148 \end_inset
28149
28150
28151 \end_layout
28152
28153 \end_inset
28154
28155
28156 \backslash
28157 renewenvironment{table}[1]{
28158 \backslash
28159 begin{SCtable}[#1]##1}{
28160 \backslash
28161 end{SCtable}}}
28162 \end_layout
28163
28164 \begin_layout Standard
28165
28166 \series bold
28167
28168 \backslash
28169 newcommand{
28170 \backslash
28171 TabBesEnd}{%
28172 \begin_inset Newline newline
28173 \end_inset
28174
28175
28176 \begin_inset Phantom HPhantom
28177 status open
28178
28179 \begin_layout Plain Layout
28180 \begin_inset space ~
28181 \end_inset
28182
28183
28184 \end_layout
28185
28186 \end_inset
28187
28188
28189 \backslash
28190 let
28191 \backslash
28192 table
28193 \backslash
28194 MyTable
28195 \begin_inset Newline newline
28196 \end_inset
28197
28198
28199 \begin_inset Phantom HPhantom
28200 status open
28201
28202 \begin_layout Plain Layout
28203 \begin_inset space ~
28204 \end_inset
28205
28206
28207 \end_layout
28208
28209 \end_inset
28210
28211
28212 \backslash
28213 let
28214 \backslash
28215 endtable
28216 \backslash
28217 MyEndtable
28218 \end_layout
28219
28220 \begin_layout Standard
28221
28222 \series bold
28223
28224 \backslash
28225 newcommand{
28226 \backslash
28227 FigBesBeg}[1][1.0]{%
28228 \begin_inset Newline newline
28229 \end_inset
28230
28231
28232 \begin_inset Phantom HPhantom
28233 status open
28234
28235 \begin_layout Plain Layout
28236 \begin_inset space ~
28237 \end_inset
28238
28239
28240 \end_layout
28241
28242 \end_inset
28243
28244
28245 \backslash
28246 let
28247 \backslash
28248 MyFigure
28249 \backslash
28250 figure
28251 \begin_inset Newline newline
28252 \end_inset
28253
28254
28255 \begin_inset Phantom HPhantom
28256 status open
28257
28258 \begin_layout Plain Layout
28259 \begin_inset space ~
28260 \end_inset
28261
28262
28263 \end_layout
28264
28265 \end_inset
28266
28267
28268 \backslash
28269 let
28270 \backslash
28271 MyEndfigure
28272 \backslash
28273 endfigure
28274 \begin_inset Newline newline
28275 \end_inset
28276
28277
28278 \begin_inset Phantom HPhantom
28279 status open
28280
28281 \begin_layout Plain Layout
28282 \begin_inset space ~
28283 \end_inset
28284
28285
28286 \end_layout
28287
28288 \end_inset
28289
28290
28291 \backslash
28292 renewenvironment{figure}[1]{
28293 \backslash
28294 begin{SCfigure}[#1]##1}{
28295 \backslash
28296 end{SCfigure}}}
28297 \end_layout
28298
28299 \begin_layout Standard
28300
28301 \series bold
28302
28303 \backslash
28304 newcommand{
28305 \backslash
28306 FigBesEnd}{%
28307 \begin_inset Newline newline
28308 \end_inset
28309
28310
28311 \begin_inset Phantom HPhantom
28312 status open
28313
28314 \begin_layout Plain Layout
28315 \begin_inset space ~
28316 \end_inset
28317
28318
28319 \end_layout
28320
28321 \end_inset
28322
28323
28324 \backslash
28325 let
28326 \backslash
28327 figure
28328 \backslash
28329 MyFigure
28330 \begin_inset Newline newline
28331 \end_inset
28332
28333
28334 \begin_inset Phantom HPhantom
28335 status open
28336
28337 \begin_layout Plain Layout
28338 \begin_inset space ~
28339 \end_inset
28340
28341
28342 \end_layout
28343
28344 \end_inset
28345
28346
28347 \backslash
28348 let
28349 \backslash
28350 endfigure
28351 \backslash
28352 MyEndfigure}
28353 \end_layout
28354
28355 \begin_layout Standard
28356 \noindent
28357 \begin_inset CommandInset line
28358 LatexCommand rule
28359 offset "0.5ex"
28360 width "100line%"
28361 height "1pt"
28362
28363 \end_inset
28364
28365
28366 \end_layout
28367
28368 \begin_layout Standard
28369 The commands allow you to redefine the floats so that the caption is set
28370  on the side.
28371  For figure floats use the command
28372 \end_layout
28373
28374 \begin_layout Standard
28375
28376 \series bold
28377
28378 \backslash
28379 FigBesBeg
28380 \end_layout
28381
28382 \begin_layout Standard
28383 in \SpecialChar TeX
28384  Code before the float.
28385  And insert the command
28386 \end_layout
28387
28388 \begin_layout Standard
28389
28390 \series bold
28391
28392 \backslash
28393 FigBesEnd
28394 \end_layout
28395
28396 \begin_layout Standard
28397 in \SpecialChar TeX
28398  Code at the point where you want to get back to the original float definitio
28399 n.
28400 \end_layout
28401
28402 \begin_layout Standard
28403 For table floats use the corresponding commands
28404 \end_layout
28405
28406 \begin_layout Standard
28407
28408 \series bold
28409
28410 \backslash
28411 TabBesBeg
28412 \series default
28413  and 
28414 \series bold
28415
28416 \backslash
28417 TabBesEnd
28418 \end_layout
28419
28420 \begin_layout Standard
28421 Figure
28422 \begin_inset space ~
28423 \end_inset
28424
28425
28426 \begin_inset CommandInset ref
28427 LatexCommand ref
28428 reference "fig:cap-beside-fig"
28429
28430 \end_inset
28431
28432  and Table
28433 \begin_inset space ~
28434 \end_inset
28435
28436
28437 \begin_inset CommandInset ref
28438 LatexCommand ref
28439 reference "tab:cap-beside-tab"
28440
28441 \end_inset
28442
28443  are examples where the caption is set beside.
28444 \end_layout
28445
28446 \begin_layout Standard
28447 You can see in the examples that the caption text appears at the top of
28448  the floats for table floats and at the bottom for figure floats.
28449  To change this, you can use the command
28450 \end_layout
28451
28452 \begin_layout Standard
28453
28454 \series bold
28455
28456 \backslash
28457 sidecaptionvpos{float type}{placement}
28458 \end_layout
28459
28460 \begin_layout Standard
28461 in the document preamble or in \SpecialChar TeX
28462  Code before the float.
28463  The float type is either 
28464 \family sans
28465 figure
28466 \family default
28467  or 
28468 \family sans
28469 table
28470 \family default
28471 , the placement can be 
28472 \begin_inset Quotes eld
28473 \end_inset
28474
28475
28476 \family sans
28477 t
28478 \family default
28479
28480 \begin_inset Quotes erd
28481 \end_inset
28482
28483  for top, 
28484 \begin_inset Quotes eld
28485 \end_inset
28486
28487
28488 \family sans
28489 c
28490 \family default
28491
28492 \begin_inset Quotes erd
28493 \end_inset
28494
28495  for center, or 
28496 \begin_inset Quotes eld
28497 \end_inset
28498
28499
28500 \family sans
28501 b
28502 \family default
28503
28504 \begin_inset Quotes erd
28505 \end_inset
28506
28507  for bottom.
28508  To have for example the caption of figure floats vertically centered, use
28509  the command
28510 \end_layout
28511
28512 \begin_layout Standard
28513
28514 \series bold
28515
28516 \backslash
28517 sidecaptionvpos{figure}{c}
28518 \end_layout
28519
28520 \begin_layout Standard
28521 This was used for Figure
28522 \begin_inset space ~
28523 \end_inset
28524
28525
28526 \begin_inset CommandInset ref
28527 LatexCommand ref
28528 reference "fig:cap-beside-fig-2"
28529
28530 \end_inset
28531
28532 .
28533 \end_layout
28534
28535 \begin_layout Standard
28536 \begin_inset VSpace medskip
28537 \end_inset
28538
28539
28540 \end_layout
28541
28542 \begin_layout Standard
28543 The default caption width is the width of the image/table.
28544  For thin image/tables, like in Table
28545 \begin_inset space ~
28546 \end_inset
28547
28548
28549 \begin_inset CommandInset ref
28550 LatexCommand ref
28551 reference "tab:cap-beside-tab"
28552
28553 \end_inset
28554
28555 , this leads to captions that are too thin.
28556  You can increase the width by specifying a factor that will be multiplied
28557  with the image/table width to get the caption width.
28558  The caption width will automatically be recalculated in case it would protrude
28559  over the page or column margin due to the specified width.
28560  The 
28561 \emph on
28562 factor
28563 \emph default
28564  can either be given as optional argument for 
28565 \series bold
28566
28567 \backslash
28568 FigBesBeg
28569 \series default
28570 :
28571 \end_layout
28572
28573 \begin_layout Standard
28574
28575 \series bold
28576
28577 \backslash
28578 FigBesBeg[factor]
28579 \end_layout
28580
28581 \begin_layout Standard
28582 or in the definition of 
28583 \series bold
28584
28585 \backslash
28586 FigBesBeg
28587 \series default
28588  by replacing the 
28589 \series bold
28590 1.0
28591 \series default
28592  with another value.
28593  If you do the latter, your factor will be the default if 
28594 \series bold
28595
28596 \backslash
28597 FigBesBeg
28598 \series default
28599  is used without an argument.
28600  For Table
28601 \begin_inset space ~
28602 \end_inset
28603
28604
28605 \begin_inset CommandInset ref
28606 LatexCommand ref
28607 reference "tab:cap-beside-tab-wider"
28608
28609 \end_inset
28610
28611  the factor 5 was used.
28612 \end_layout
28613
28614 \begin_layout Standard
28615 \begin_inset Note Greyedout
28616 status open
28617
28618 \begin_layout Plain Layout
28619
28620 \series bold
28621 Note:
28622 \series default
28623  For floats with captions set beside, you cannot use the float placement
28624  option 
28625 \family sans
28626 Here
28627 \begin_inset space ~
28628 \end_inset
28629
28630 definitely
28631 \family default
28632  because it is not supported by 
28633 \series bold
28634 sidecap
28635 \series default
28636 .
28637 \end_layout
28638
28639 \end_inset
28640
28641
28642 \end_layout
28643
28644 \begin_layout Standard
28645 \begin_inset VSpace medskip
28646 \end_inset
28647
28648 For more information about the package 
28649 \series bold
28650 sidecap
28651 \series default
28652  we refer to its documentation 
28653 \begin_inset CommandInset citation
28654 LatexCommand cite
28655 key "sidecap"
28656
28657 \end_inset
28658
28659 .
28660 \end_layout
28661
28662 \begin_layout Standard
28663 \begin_inset Note Greyedout
28664 status open
28665
28666 \begin_layout Plain Layout
28667
28668 \series bold
28669 Note:
28670 \series default
28671  The \SpecialChar LaTeX
28672 -package 
28673 \series bold
28674 hypcap
28675 \series default
28676
28677 \begin_inset Index idx
28678 status collapsed
28679
28680 \begin_layout Plain Layout
28681 \SpecialChar LaTeX
28682 -packages ! hypcap
28683 \end_layout
28684
28685 \end_inset
28686
28687 , described in section
28688 \begin_inset space ~
28689 \end_inset
28690
28691
28692 \begin_inset CommandInset ref
28693 LatexCommand ref
28694 reference "subsec:Reference-Position"
28695
28696 \end_inset
28697
28698 , has no effect on floats with the caption set beside.
28699 \end_layout
28700
28701 \end_inset
28702
28703
28704 \end_layout
28705
28706 \begin_layout Standard
28707 \begin_inset ERT
28708 status collapsed
28709
28710 \begin_layout Plain Layout
28711
28712
28713 \backslash
28714 FigBesBeg
28715 \end_layout
28716
28717 \end_inset
28718
28719
28720 \end_layout
28721
28722 \begin_layout Standard
28723 \begin_inset Float figure
28724 wide false
28725 sideways false
28726 status open
28727
28728 \begin_layout Plain Layout
28729 \begin_inset Graphics
28730         filename clipart/escher-lsd.eps
28731         scale 75
28732         scaleBeforeRotation
28733
28734 \end_inset
28735
28736
28737 \end_layout
28738
28739 \begin_layout Plain Layout
28740 \begin_inset Caption Standard
28741
28742 \begin_layout Plain Layout
28743 \begin_inset CommandInset label
28744 LatexCommand label
28745 name "fig:cap-beside-fig"
28746
28747 \end_inset
28748
28749 This is a caption beside a figure.
28750 \end_layout
28751
28752 \end_inset
28753
28754
28755 \end_layout
28756
28757 \end_inset
28758
28759
28760 \end_layout
28761
28762 \begin_layout Standard
28763 \begin_inset ERT
28764 status collapsed
28765
28766 \begin_layout Plain Layout
28767
28768
28769 \backslash
28770 FigBesEnd
28771 \end_layout
28772
28773 \end_inset
28774
28775
28776 \end_layout
28777
28778 \begin_layout Standard
28779 \begin_inset ERT
28780 status collapsed
28781
28782 \begin_layout Plain Layout
28783
28784
28785 \backslash
28786 TabBesBeg
28787 \end_layout
28788
28789 \end_inset
28790
28791
28792 \end_layout
28793
28794 \begin_layout Standard
28795 \begin_inset Float table
28796 wide false
28797 sideways false
28798 status open
28799
28800 \begin_layout Plain Layout
28801 \begin_inset Caption Standard
28802
28803 \begin_layout Plain Layout
28804 \begin_inset CommandInset label
28805 LatexCommand label
28806 name "tab:cap-beside-tab"
28807
28808 \end_inset
28809
28810 This is a caption beside a table.
28811 \end_layout
28812
28813 \end_inset
28814
28815
28816 \end_layout
28817
28818 \begin_layout Plain Layout
28819 \begin_inset Tabular
28820 <lyxtabular version="3" rows="4" columns="5">
28821 <features tabularvalignment="middle">
28822 <column alignment="center" valignment="top">
28823 <column alignment="center" valignment="top">
28824 <column alignment="center" valignment="top">
28825 <column alignment="center" valignment="top">
28826 <column alignment="center" valignment="top">
28827 <row>
28828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28829 \begin_inset Text
28830
28831 \begin_layout Plain Layout
28832 a
28833 \end_layout
28834
28835 \end_inset
28836 </cell>
28837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28838 \begin_inset Text
28839
28840 \begin_layout Plain Layout
28841
28842 \end_layout
28843
28844 \end_inset
28845 </cell>
28846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28847 \begin_inset Text
28848
28849 \begin_layout Plain Layout
28850 b
28851 \end_layout
28852
28853 \end_inset
28854 </cell>
28855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28856 \begin_inset Text
28857
28858 \begin_layout Plain Layout
28859
28860 \end_layout
28861
28862 \end_inset
28863 </cell>
28864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28865 \begin_inset Text
28866
28867 \begin_layout Plain Layout
28868 c
28869 \end_layout
28870
28871 \end_inset
28872 </cell>
28873 </row>
28874 <row>
28875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28876 \begin_inset Text
28877
28878 \begin_layout Plain Layout
28879
28880 \end_layout
28881
28882 \end_inset
28883 </cell>
28884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28885 \begin_inset Text
28886
28887 \begin_layout Plain Layout
28888 d
28889 \end_layout
28890
28891 \end_inset
28892 </cell>
28893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28894 \begin_inset Text
28895
28896 \begin_layout Plain Layout
28897
28898 \end_layout
28899
28900 \end_inset
28901 </cell>
28902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28903 \begin_inset Text
28904
28905 \begin_layout Plain Layout
28906 e
28907 \end_layout
28908
28909 \end_inset
28910 </cell>
28911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28912 \begin_inset Text
28913
28914 \begin_layout Plain Layout
28915
28916 \end_layout
28917
28918 \end_inset
28919 </cell>
28920 </row>
28921 <row>
28922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28923 \begin_inset Text
28924
28925 \begin_layout Plain Layout
28926 f
28927 \end_layout
28928
28929 \end_inset
28930 </cell>
28931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28932 \begin_inset Text
28933
28934 \begin_layout Plain Layout
28935
28936 \end_layout
28937
28938 \end_inset
28939 </cell>
28940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28941 \begin_inset Text
28942
28943 \begin_layout Plain Layout
28944 g
28945 \end_layout
28946
28947 \end_inset
28948 </cell>
28949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28950 \begin_inset Text
28951
28952 \begin_layout Plain Layout
28953
28954 \end_layout
28955
28956 \end_inset
28957 </cell>
28958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28959 \begin_inset Text
28960
28961 \begin_layout Plain Layout
28962 h
28963 \end_layout
28964
28965 \end_inset
28966 </cell>
28967 </row>
28968 <row>
28969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28970 \begin_inset Text
28971
28972 \begin_layout Plain Layout
28973
28974 \end_layout
28975
28976 \end_inset
28977 </cell>
28978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28979 \begin_inset Text
28980
28981 \begin_layout Plain Layout
28982 i
28983 \end_layout
28984
28985 \end_inset
28986 </cell>
28987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28988 \begin_inset Text
28989
28990 \begin_layout Plain Layout
28991
28992 \end_layout
28993
28994 \end_inset
28995 </cell>
28996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28997 \begin_inset Text
28998
28999 \begin_layout Plain Layout
29000 j
29001 \end_layout
29002
29003 \end_inset
29004 </cell>
29005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29006 \begin_inset Text
29007
29008 \begin_layout Plain Layout
29009
29010 \end_layout
29011
29012 \end_inset
29013 </cell>
29014 </row>
29015 </lyxtabular>
29016
29017 \end_inset
29018
29019
29020 \end_layout
29021
29022 \end_inset
29023
29024
29025 \end_layout
29026
29027 \begin_layout Standard
29028 \begin_inset ERT
29029 status collapsed
29030
29031 \begin_layout Plain Layout
29032
29033
29034 \backslash
29035 TabBesEnd
29036 \end_layout
29037
29038 \end_inset
29039
29040
29041 \end_layout
29042
29043 \begin_layout Standard
29044 \begin_inset ERT
29045 status collapsed
29046
29047 \begin_layout Plain Layout
29048
29049
29050 \backslash
29051 FigBesBeg
29052 \end_layout
29053
29054 \end_inset
29055
29056
29057 \begin_inset ERT
29058 status collapsed
29059
29060 \begin_layout Plain Layout
29061
29062
29063 \backslash
29064 sidecaptionvpos{figure}{c}
29065 \end_layout
29066
29067 \end_inset
29068
29069
29070 \begin_inset Float figure
29071 wide false
29072 sideways false
29073 status open
29074
29075 \begin_layout Plain Layout
29076 \begin_inset Graphics
29077         filename clipart/escher-lsd.eps
29078         scale 75
29079         scaleBeforeRotation
29080
29081 \end_inset
29082
29083
29084 \end_layout
29085
29086 \begin_layout Plain Layout
29087 \begin_inset Caption Standard
29088
29089 \begin_layout Plain Layout
29090 \begin_inset CommandInset label
29091 LatexCommand label
29092 name "fig:cap-beside-fig-2"
29093
29094 \end_inset
29095
29096 This is a vertically centered caption beside a figure.
29097 \end_layout
29098
29099 \end_inset
29100
29101
29102 \end_layout
29103
29104 \end_inset
29105
29106
29107 \end_layout
29108
29109 \begin_layout Standard
29110 \begin_inset ERT
29111 status collapsed
29112
29113 \begin_layout Plain Layout
29114
29115
29116 \backslash
29117 FigBesEnd
29118 \end_layout
29119
29120 \end_inset
29121
29122
29123 \end_layout
29124
29125 \begin_layout Standard
29126 \begin_inset ERT
29127 status collapsed
29128
29129 \begin_layout Plain Layout
29130
29131
29132 \backslash
29133 TabBesBeg[5]
29134 \end_layout
29135
29136 \end_inset
29137
29138
29139 \end_layout
29140
29141 \begin_layout Standard
29142 \begin_inset Float table
29143 wide false
29144 sideways false
29145 status open
29146
29147 \begin_layout Plain Layout
29148 \begin_inset Caption Standard
29149
29150 \begin_layout Plain Layout
29151 \begin_inset CommandInset label
29152 LatexCommand label
29153 name "tab:cap-beside-tab-wider"
29154
29155 \end_inset
29156
29157 This caption is wider than the one in Table
29158 \begin_inset space ~
29159 \end_inset
29160
29161
29162 \begin_inset CommandInset ref
29163 LatexCommand ref
29164 reference "tab:cap-beside-tab"
29165
29166 \end_inset
29167
29168 .
29169 \end_layout
29170
29171 \end_inset
29172
29173
29174 \end_layout
29175
29176 \begin_layout Plain Layout
29177 \begin_inset Tabular
29178 <lyxtabular version="3" rows="4" columns="5">
29179 <features tabularvalignment="middle">
29180 <column alignment="center" valignment="top">
29181 <column alignment="center" valignment="top">
29182 <column alignment="center" valignment="top">
29183 <column alignment="center" valignment="top">
29184 <column alignment="center" valignment="top">
29185 <row>
29186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29187 \begin_inset Text
29188
29189 \begin_layout Plain Layout
29190 a
29191 \end_layout
29192
29193 \end_inset
29194 </cell>
29195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29196 \begin_inset Text
29197
29198 \begin_layout Plain Layout
29199
29200 \end_layout
29201
29202 \end_inset
29203 </cell>
29204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29205 \begin_inset Text
29206
29207 \begin_layout Plain Layout
29208 b
29209 \end_layout
29210
29211 \end_inset
29212 </cell>
29213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29214 \begin_inset Text
29215
29216 \begin_layout Plain Layout
29217
29218 \end_layout
29219
29220 \end_inset
29221 </cell>
29222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29223 \begin_inset Text
29224
29225 \begin_layout Plain Layout
29226 c
29227 \end_layout
29228
29229 \end_inset
29230 </cell>
29231 </row>
29232 <row>
29233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29234 \begin_inset Text
29235
29236 \begin_layout Plain Layout
29237
29238 \end_layout
29239
29240 \end_inset
29241 </cell>
29242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29243 \begin_inset Text
29244
29245 \begin_layout Plain Layout
29246 d
29247 \end_layout
29248
29249 \end_inset
29250 </cell>
29251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29252 \begin_inset Text
29253
29254 \begin_layout Plain Layout
29255
29256 \end_layout
29257
29258 \end_inset
29259 </cell>
29260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29261 \begin_inset Text
29262
29263 \begin_layout Plain Layout
29264 e
29265 \end_layout
29266
29267 \end_inset
29268 </cell>
29269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29270 \begin_inset Text
29271
29272 \begin_layout Plain Layout
29273
29274 \end_layout
29275
29276 \end_inset
29277 </cell>
29278 </row>
29279 <row>
29280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29281 \begin_inset Text
29282
29283 \begin_layout Plain Layout
29284 f
29285 \end_layout
29286
29287 \end_inset
29288 </cell>
29289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29290 \begin_inset Text
29291
29292 \begin_layout Plain Layout
29293
29294 \end_layout
29295
29296 \end_inset
29297 </cell>
29298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29299 \begin_inset Text
29300
29301 \begin_layout Plain Layout
29302 g
29303 \end_layout
29304
29305 \end_inset
29306 </cell>
29307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29308 \begin_inset Text
29309
29310 \begin_layout Plain Layout
29311
29312 \end_layout
29313
29314 \end_inset
29315 </cell>
29316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29317 \begin_inset Text
29318
29319 \begin_layout Plain Layout
29320 h
29321 \end_layout
29322
29323 \end_inset
29324 </cell>
29325 </row>
29326 <row>
29327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29328 \begin_inset Text
29329
29330 \begin_layout Plain Layout
29331
29332 \end_layout
29333
29334 \end_inset
29335 </cell>
29336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29337 \begin_inset Text
29338
29339 \begin_layout Plain Layout
29340 i
29341 \end_layout
29342
29343 \end_inset
29344 </cell>
29345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29346 \begin_inset Text
29347
29348 \begin_layout Plain Layout
29349
29350 \end_layout
29351
29352 \end_inset
29353 </cell>
29354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29355 \begin_inset Text
29356
29357 \begin_layout Plain Layout
29358 j
29359 \end_layout
29360
29361 \end_inset
29362 </cell>
29363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29364 \begin_inset Text
29365
29366 \begin_layout Plain Layout
29367
29368 \end_layout
29369
29370 \end_inset
29371 </cell>
29372 </row>
29373 </lyxtabular>
29374
29375 \end_inset
29376
29377
29378 \end_layout
29379
29380 \end_inset
29381
29382
29383 \end_layout
29384
29385 \begin_layout Standard
29386 \begin_inset ERT
29387 status collapsed
29388
29389 \begin_layout Plain Layout
29390
29391
29392 \backslash
29393 TabBesEnd
29394 \end_layout
29395
29396 \end_inset
29397
29398
29399 \end_layout
29400
29401 \begin_layout Standard
29402 \begin_inset ERT
29403 status collapsed
29404
29405 \begin_layout Plain Layout
29406
29407
29408 \backslash
29409 else
29410 \end_layout
29411
29412 \end_inset
29413
29414
29415 \begin_inset Note Note
29416 status open
29417
29418 \begin_layout Plain Layout
29419 The following will be displayed when the \SpecialChar LaTeX
29420 -package 
29421 \series bold
29422 sidecap
29423 \series default
29424  is not installed:
29425 \end_layout
29426
29427 \end_inset
29428
29429
29430 \end_layout
29431
29432 \begin_layout Standard
29433 You need to install the \SpecialChar LaTeX
29434 -package 
29435 \series bold
29436 sidecap
29437 \series default
29438  to see the following part of this section in the output.
29439 \end_layout
29440
29441 \begin_layout Standard
29442 \begin_inset ERT
29443 status collapsed
29444
29445 \begin_layout Plain Layout
29446
29447
29448 \backslash
29449 fi
29450 \end_layout
29451
29452 \end_inset
29453
29454
29455 \end_layout
29456
29457 \begin_layout Section
29458 Listings of Floats
29459 \begin_inset Index idx
29460 status collapsed
29461
29462 \begin_layout Plain Layout
29463 Floats ! Float Lists
29464 \end_layout
29465
29466 \end_inset
29467
29468
29469 \end_layout
29470
29471 \begin_layout Standard
29472 Similar to the table of contents where the sections of the document are
29473  listed, there are listings for all float types, like the figures of the
29474  documents.
29475  You can insert them via the 
29476 \family sans
29477 Insert\SpecialChar menuseparator
29478 List
29479 \begin_inset space ~
29480 \end_inset
29481
29482 /
29483 \begin_inset space ~
29484 \end_inset
29485
29486 TOC
29487 \family default
29488  sub menus.
29489 \end_layout
29490
29491 \begin_layout Standard
29492 The list entries are the float captions or its short title, the float number,
29493  and the page number where they appear in the document.
29494 \end_layout
29495
29496 \begin_layout Standard
29497 You can find the list of figures and tables at the end of this document.
29498 \end_layout
29499
29500 \begin_layout Chapter
29501 Notes
29502 \end_layout
29503
29504 \begin_layout Section
29505 \SpecialChar LyX
29506  Notes
29507 \begin_inset Index idx
29508 status collapsed
29509
29510 \begin_layout Plain Layout
29511 Notes ! \SpecialChar LyX
29512  Notes
29513 \end_layout
29514
29515 \end_inset
29516
29517
29518 \end_layout
29519
29520 \begin_layout Standard
29521 Notes are inserted with the toolbar button 
29522 \begin_inset Info
29523 type  "icon"
29524 arg   "note-insert"
29525 \end_inset
29526
29527  or the menu 
29528 \family sans
29529 Insert\SpecialChar menuseparator
29530 Note
29531 \family default
29532 .
29533  There are three types of notes:
29534 \end_layout
29535
29536 \begin_layout Description
29537 \SpecialChar LyX
29538
29539 \begin_inset space ~
29540 \end_inset
29541
29542 Note This note type is for internal notes that won't appear in the output.
29543  Its note-box looks like this:
29544 \begin_inset Newline newline
29545 \end_inset
29546
29547
29548 \begin_inset Newline newline
29549 \end_inset
29550
29551
29552 \begin_inset Graphics
29553         filename clipart/LyXNoteImage.png
29554         display false
29555         scaleBeforeRotation
29556
29557 \end_inset
29558
29559  
29560 \begin_inset Note Note
29561 status open
29562
29563 \begin_layout Plain Layout
29564 This is text in a note box that doesn't appear in the output.
29565 \end_layout
29566
29567 \end_inset
29568
29569
29570 \end_layout
29571
29572 \begin_layout Description
29573 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
29574 -comment,
29575  when you export the document to \SpecialChar LaTeX
29576  via the menu 
29577 \family sans
29578 File\SpecialChar menuseparator
29579 Export\SpecialChar menuseparator
29580 LaTeX
29581 \begin_inset space ~
29582 \end_inset
29583
29584 (pdflatex) / (plain)
29585 \family default
29586 .
29587  Its note-box looks like this:
29588 \begin_inset Newline newline
29589 \end_inset
29590
29591
29592 \begin_inset Newline newline
29593 \end_inset
29594
29595
29596 \begin_inset Graphics
29597         filename clipart/CommentNoteImage.png
29598         display false
29599         scaleBeforeRotation
29600
29601 \end_inset
29602
29603  
29604 \begin_inset Note Comment
29605 status open
29606
29607 \begin_layout Plain Layout
29608 This is text in a note box that only appears as comment in \SpecialChar LaTeX
29609 -files.
29610 \end_layout
29611
29612 \end_inset
29613
29614
29615 \end_layout
29616
29617 \begin_layout Description
29618 Greyed
29619 \begin_inset space ~
29620 \end_inset
29621
29622 Out This note will appear in the output as grey text.
29623  Its note-box looks like this:
29624 \begin_inset Newline newline
29625 \end_inset
29626
29627
29628 \begin_inset Newline newline
29629 \end_inset
29630
29631
29632 \begin_inset Graphics
29633         filename clipart/GreyedOutNoteImage.png
29634         display false
29635         scaleBeforeRotation
29636
29637 \end_inset
29638
29639
29640 \begin_inset Newline newline
29641 \end_inset
29642
29643
29644 \begin_inset ERT
29645 status collapsed
29646
29647 \begin_layout Plain Layout
29648
29649
29650 \backslash
29651 renewenvironment{lyxgreyedout}
29652 \end_layout
29653
29654 \begin_layout Plain Layout
29655
29656 {
29657 \backslash
29658 textcolor[gray]{0.8}
29659 \backslash
29660 bgroup}{
29661 \backslash
29662 egroup}
29663 \end_layout
29664
29665 \end_inset
29666
29667
29668 \begin_inset Note Greyedout
29669 status open
29670
29671 \begin_layout Plain Layout
29672 This is text of a comment that appears grey in the output.
29673 \end_layout
29674
29675 \end_inset
29676
29677
29678 \begin_inset ERT
29679 status collapsed
29680
29681 \begin_layout Plain Layout
29682
29683
29684 \backslash
29685 renewenvironment{lyxgreyedout}
29686 \end_layout
29687
29688 \begin_layout Plain Layout
29689
29690 {
29691 \backslash
29692 textcolor{blue}
29693 \backslash
29694 bgroup}{
29695 \backslash
29696 egroup}
29697 \end_layout
29698
29699 \end_inset
29700
29701
29702 \begin_inset Note Note
29703 status collapsed
29704
29705 \begin_layout Plain Layout
29706 The greyed out note is here redefined to show it with the original \SpecialChar LyX
29707  definition
29708  because greyed out notes are redefined in the preamble of this document,
29709  as described below, to have blue text.
29710 \end_layout
29711
29712 \end_inset
29713
29714
29715 \begin_inset Newline newline
29716 \end_inset
29717
29718
29719 \begin_inset Newline newline
29720 \end_inset
29721
29722 As you can see in the example, the first line of greyed out notes is a bit
29723  indented and greyed out notes can have footnotes.
29724 \end_layout
29725
29726 \begin_layout Standard
29727 \begin_inset VSpace bigskip
29728 \end_inset
29729
29730 When you use the toolbar button 
29731 \begin_inset Info
29732 type  "icon"
29733 arg   "note-insert"
29734 \end_inset
29735
29736  to insert notes, a 
29737 \family sans
29738 \SpecialChar LyX
29739
29740 \begin_inset space ~
29741 \end_inset
29742
29743 Note
29744 \family default
29745  is inserted.
29746  You can switch between the three note types by right-clicking on the note-box.
29747  
29748 \family roman
29749 \series medium
29750 \bar no
29751 If you want to turn existing text into a note, mark it and click on the
29752  note
29753 \family default
29754 \series default
29755 \bar default
29756  toolbar 
29757 \family roman
29758 \series medium
29759 \bar no
29760 button
29761 \family default
29762 \series default
29763 \bar default
29764 .
29765  To change a note to text, press the backspace key when the cursor is in
29766  the first position of a note, or press the delete key when the cursor is
29767  in the very last position of the note, respectively.
29768 \end_layout
29769
29770 \begin_layout Standard
29771 \begin_inset VSpace bigskip
29772 \end_inset
29773
29774 You can change the text color of the greyed out notes in the menu 
29775 \family sans
29776 Document\SpecialChar menuseparator
29777 Settings\SpecialChar menuseparator
29778 Colors
29779 \family default
29780 .
29781 \end_layout
29782
29783 \begin_layout Section
29784 Footnotes
29785 \begin_inset CommandInset label
29786 LatexCommand label
29787 name "sec:Footnotes"
29788
29789 \end_inset
29790
29791
29792 \begin_inset Index idx
29793 status collapsed
29794
29795 \begin_layout Plain Layout
29796 Notes ! Footnotes
29797 \end_layout
29798
29799 \end_inset
29800
29801
29802 \begin_inset Index idx
29803 status collapsed
29804
29805 \begin_layout Plain Layout
29806 Footnotes
29807 \end_layout
29808
29809 \end_inset
29810
29811
29812 \end_layout
29813
29814 \begin_layout Standard
29815 Footnotes can be inserted using the toolbar button 
29816 \begin_inset Info
29817 type  "icon"
29818 arg   "footnote-insert"
29819 \end_inset
29820
29821  or the menu 
29822 \family sans
29823 Insert\SpecialChar menuseparator
29824 Footnote
29825 \family default
29826 .
29827  You will then see the following footnote-box: 
29828 \begin_inset Graphics
29829         filename clipart/footnote.png
29830         scale 80
29831         scaleBeforeRotation
29832
29833 \end_inset
29834
29835  
29836 \family roman
29837 \series medium
29838 \bar no
29839 where you can enter the footnote text.
29840  If you want to turn existing text into a footnote, mark it and click on
29841  the footnote
29842 \family default
29843 \series default
29844 \bar default
29845  toolbar 
29846 \family roman
29847 \series medium
29848 \bar no
29849 button
29850 \family default
29851 \series default
29852 \bar default
29853 .
29854  To change a 
29855 \family roman
29856 \series medium
29857 \bar no
29858 footnote
29859 \family default
29860 \series default
29861 \bar default
29862  to text, press the 
29863 \family sans
29864 Backspace
29865 \family default
29866  key when the cursor is in the first position of a 
29867 \family roman
29868 \series medium
29869 \bar no
29870 footnote
29871 \family default
29872 \series default
29873 \bar default
29874 , or press the 
29875 \family sans
29876 Delete
29877 \family default
29878  key when the cursor is in the very last position of the 
29879 \family roman
29880 \series medium
29881 \bar no
29882 footnote
29883 \family default
29884 \series default
29885 \bar default
29886 , respectively.
29887 \end_layout
29888
29889 \begin_layout Standard
29890 Here is an example footnote:
29891 \family roman
29892 \series medium
29893 \bar no
29894
29895 \begin_inset Foot
29896 status open
29897
29898 \begin_layout Plain Layout
29899 \begin_inset CommandInset label
29900 LatexCommand label
29901 name "foot:This-is-an"
29902
29903 \end_inset
29904
29905 This is an example footnote.
29906 \end_layout
29907
29908 \end_inset
29909
29910
29911 \family default
29912 \series default
29913 \bar default
29914
29915 \begin_inset ERT
29916 status collapsed
29917
29918 \begin_layout Plain Layout
29919
29920
29921 \backslash
29922 newcounter{MyRepeatFoot}
29923 \end_layout
29924
29925 \begin_layout Plain Layout
29926
29927
29928 \backslash
29929 setcounter{MyRepeatFoot}{
29930 \backslash
29931 thefootnote}
29932 \end_layout
29933
29934 \end_inset
29935
29936
29937 \end_layout
29938
29939 \begin_layout Standard
29940 The footnote will appear in the output as a superscript number at the text
29941  position where the footnote box is placed.
29942  The footnote text is placed at the bottom of the current page.
29943  The footnote number is calculated by \SpecialChar LaTeX
29944 ; the numbers are consecutive.
29945  Whether the footnote number is reset for every chapter depends on your
29946  document class.
29947 \end_layout
29948
29949 \begin_layout Standard
29950 Footnotes can be referenced like floats: Insert a label into the footnote
29951  and cross-reference this label in the text as described in section
29952 \begin_inset space ~
29953 \end_inset
29954
29955
29956 \begin_inset CommandInset ref
29957 LatexCommand ref
29958 reference "sec:Referencing-Floats"
29959
29960 \end_inset
29961
29962 .
29963 \begin_inset Newline newline
29964 \end_inset
29965
29966 This is a cross-reference of Footnote
29967 \begin_inset space ~
29968 \end_inset
29969
29970
29971 \begin_inset CommandInset ref
29972 LatexCommand ref
29973 reference "foot:This-is-an"
29974
29975 \end_inset
29976
29977 .
29978 \end_layout
29979
29980 \begin_layout Standard
29981 \begin_inset VSpace defskip
29982 \end_inset
29983
29984 Footnotes in title environments are usually not numbered with symbols and
29985  they cannot contain several paragraphs.
29986  See for example the footnote in the titling of this document.
29987 \end_layout
29988
29989 \begin_layout Standard
29990 \begin_inset VSpace defskip
29991 \end_inset
29992
29993 Footnotes in tables are not printed by \SpecialChar LaTeX
29994  due to technical reasons.
29995  However there exists another method to print them: Instead of the footnote
29996  the command 
29997 \series bold
29998
29999 \backslash
30000 footnotemark{}
30001 \series default
30002  is inserted as \SpecialChar TeX
30003  code.
30004  The text of the footnote is entered as an argument of the \SpecialChar TeX
30005  code command
30006  
30007 \series bold
30008
30009 \backslash
30010 footnotetext
30011 \series default
30012  after the table.
30013 \begin_inset Newline newline
30014 \end_inset
30015
30016 This was done for the following table with the command
30017 \end_layout
30018
30019 \begin_layout Standard
30020
30021 \series bold
30022
30023 \backslash
30024 footnotetext{
30025 \series default
30026 Printed table footnote.
30027 \series bold
30028 }
30029 \end_layout
30030
30031 \begin_layout Standard
30032 \begin_inset Tabular
30033 <lyxtabular version="3" rows="2" columns="1">
30034 <features tabularvalignment="middle">
30035 <column alignment="center" valignment="top">
30036 <row>
30037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30038 \begin_inset Text
30039
30040 \begin_layout Plain Layout
30041 This an example text.
30042 \begin_inset Foot
30043 status open
30044
30045 \begin_layout Plain Layout
30046 This footnote will not be printed!
30047 \end_layout
30048
30049 \end_inset
30050
30051
30052 \end_layout
30053
30054 \end_inset
30055 </cell>
30056 </row>
30057 <row>
30058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30059 \begin_inset Text
30060
30061 \begin_layout Plain Layout
30062 This an example text.
30063 \begin_inset ERT
30064 status collapsed
30065
30066 \begin_layout Plain Layout
30067
30068
30069 \backslash
30070 footnotemark{}
30071 \end_layout
30072
30073 \end_inset
30074
30075
30076 \end_layout
30077
30078 \end_inset
30079 </cell>
30080 </row>
30081 </lyxtabular>
30082
30083 \end_inset
30084
30085
30086 \begin_inset ERT
30087 status collapsed
30088
30089 \begin_layout Plain Layout
30090
30091
30092 \backslash
30093 footnotetext{
30094 \end_layout
30095
30096 \end_inset
30097
30098 Printed table footnote.
30099 \begin_inset ERT
30100 status collapsed
30101
30102 \begin_layout Plain Layout
30103
30104 }
30105 \end_layout
30106
30107 \end_inset
30108
30109
30110 \end_layout
30111
30112 \begin_layout Standard
30113 Footnotes in multi-page tables are described in section
30114 \begin_inset space ~
30115 \end_inset
30116
30117
30118 \begin_inset CommandInset ref
30119 LatexCommand ref
30120 reference "subsec:Footnotes-in-Multi-page"
30121
30122 \end_inset
30123
30124 .
30125 \end_layout
30126
30127 \begin_layout Standard
30128 Footnotes in minipage boxes are printed, but inside the box and with a different
30129  numbering because a minipage box is like a page inside a page.
30130  (For more about minipages, see section
30131 \begin_inset space ~
30132 \end_inset
30133
30134
30135 \begin_inset CommandInset ref
30136 LatexCommand ref
30137 reference "sec:Minipages"
30138
30139 \end_inset
30140
30141 .) To get a footnote in the minipage that is output at the bottom of the
30142  page like normal footnotes, also use the method of 
30143 \series bold
30144
30145 \backslash
30146 footnotemark{}
30147 \series default
30148  and 
30149 \series bold
30150
30151 \backslash
30152 footnotetext
30153 \series default
30154 .
30155 \end_layout
30156
30157 \begin_layout Standard
30158 \begin_inset Box Frameless
30159 position "t"
30160 hor_pos "c"
30161 has_inner_box 1
30162 inner_pos "t"
30163 use_parbox 0
30164 use_makebox 0
30165 width "100col%"
30166 special "none"
30167 height "1in"
30168 height_special "totalheight"
30169 thickness "0.4pt"
30170 separation "3pt"
30171 shadowsize "4pt"
30172 framecolor "black"
30173 backgroundcolor "none"
30174 status open
30175
30176 \begin_layout Plain Layout
30177 This an example text in a minipage.
30178 \begin_inset Foot
30179 status open
30180
30181 \begin_layout Plain Layout
30182 Footnote in the minipage.
30183 \end_layout
30184
30185 \end_inset
30186
30187
30188 \end_layout
30189
30190 \begin_layout Plain Layout
30191 This an example text in a minipage.
30192 \begin_inset ERT
30193 status collapsed
30194
30195 \begin_layout Plain Layout
30196
30197
30198 \backslash
30199 footnotemark{}
30200 \end_layout
30201
30202 \end_inset
30203
30204
30205 \end_layout
30206
30207 \end_inset
30208
30209
30210 \end_layout
30211
30212 \begin_layout Standard
30213 \begin_inset ERT
30214 status collapsed
30215
30216 \begin_layout Plain Layout
30217
30218
30219 \backslash
30220 footnotetext{
30221 \end_layout
30222
30223 \end_inset
30224
30225 Footnote outside the minipage.
30226 \begin_inset ERT
30227 status collapsed
30228
30229 \begin_layout Plain Layout
30230
30231 }
30232 \end_layout
30233
30234 \end_inset
30235
30236
30237 \end_layout
30238
30239 \begin_layout Standard
30240 \begin_inset VSpace defskip
30241 \end_inset
30242
30243
30244 \end_layout
30245
30246 \begin_layout Standard
30247 To refer to the same footnote several times without printing the footnote
30248  text every time, use the command 
30249 \series bold
30250
30251 \backslash
30252 footnotemark[number]
30253 \series default
30254  in \SpecialChar TeX
30255  code.
30256 \begin_inset Newline newline
30257 \end_inset
30258
30259 As you do not know the number of the repeating footnote while you are writing
30260  the text, you have to store its number.
30261  For the following footnote mark example, these commands were inserted in
30262  \SpecialChar TeX
30263  code after Footnote
30264 \begin_inset space ~
30265 \end_inset
30266
30267
30268 \begin_inset CommandInset ref
30269 LatexCommand ref
30270 reference "foot:This-is-an"
30271
30272 \end_inset
30273
30274  to store the footnote number:
30275 \end_layout
30276
30277 \begin_layout Standard
30278
30279 \series bold
30280
30281 \backslash
30282 newcounter{MyRepeatFoot}
30283 \begin_inset Newline newline
30284 \end_inset
30285
30286
30287 \backslash
30288 setcounter{MyRepeatFoot}{
30289 \backslash
30290 thefootnote}
30291 \end_layout
30292
30293 \begin_layout Standard
30294 The footnote mark was then created with this command:
30295 \end_layout
30296
30297 \begin_layout Standard
30298
30299 \series bold
30300
30301 \backslash
30302 footnotemark[
30303 \backslash
30304 theMyRepeatFoot]
30305 \end_layout
30306
30307 \begin_layout Standard
30308 Here is a repeated footnote:
30309 \family roman
30310 \series medium
30311 \bar no
30312
30313 \begin_inset ERT
30314 status collapsed
30315
30316 \begin_layout Plain Layout
30317
30318
30319 \backslash
30320 footnotemark[
30321 \backslash
30322 theMyRepeatFoot]
30323 \end_layout
30324
30325 \end_inset
30326
30327
30328 \end_layout
30329
30330 \begin_layout Standard
30331 If you want to repeat the previous footnote, you can omit the storage of
30332  the footnote number and just use this command instead:
30333 \end_layout
30334
30335 \begin_layout Standard
30336
30337 \series bold
30338
30339 \backslash
30340 footnotemark[
30341 \backslash
30342 thefootnote]
30343 \end_layout
30344
30345 \begin_layout Standard
30346 Here is another repeated footnote:
30347 \family roman
30348 \series medium
30349 \bar no
30350
30351 \begin_inset ERT
30352 status collapsed
30353
30354 \begin_layout Plain Layout
30355
30356
30357 \backslash
30358 footnotemark[
30359 \backslash
30360 thefootnote]
30361 \end_layout
30362
30363 \end_inset
30364
30365
30366 \end_layout
30367
30368 \begin_layout Subsection
30369 Footnote Numbering
30370 \begin_inset CommandInset label
30371 LatexCommand label
30372 name "subsec:Footnote-Numbering"
30373
30374 \end_inset
30375
30376
30377 \begin_inset Index idx
30378 status collapsed
30379
30380 \begin_layout Plain Layout
30381 Footnotes ! Numbering
30382 \end_layout
30383
30384 \end_inset
30385
30386
30387 \end_layout
30388
30389 \begin_layout Standard
30390 To reset the footnote number back to 1 after each section
30391 \family roman
30392 , add this command to your document preamble:
30393 \end_layout
30394
30395 \begin_layout Standard
30396
30397 \series bold
30398
30399 \backslash
30400 @addtoreset{footnote}{section}
30401 \end_layout
30402
30403 \begin_layout Standard
30404 \begin_inset VSpace bigskip
30405 \end_inset
30406
30407 The following preamble command changes the footnote numbering style to small
30408  roman numerals:
30409 \end_layout
30410
30411 \begin_layout Standard
30412
30413 \series bold
30414
30415 \backslash
30416 renewcommand{
30417 \backslash
30418 thefootnote}{
30419 \backslash
30420 roman{footnote}}
30421 \end_layout
30422
30423 \begin_layout Standard
30424 \begin_inset ERT
30425 status collapsed
30426
30427 \begin_layout Plain Layout
30428
30429
30430 \backslash
30431 renewcommand{
30432 \backslash
30433 thefootnote}{
30434 \backslash
30435 roman{footnote}}
30436 \end_layout
30437
30438 \end_inset
30439
30440  This is a footnote with roman numbering:
30441 \begin_inset Foot
30442 status open
30443
30444 \begin_layout Plain Layout
30445 This is an example footnote with roman numbering.
30446 \end_layout
30447
30448 \end_inset
30449
30450
30451 \end_layout
30452
30453 \begin_layout Standard
30454 To change the numbering style to capital roman numerals replace in the command
30455  above 
30456 \series bold
30457
30458 \backslash
30459 roman
30460 \series default
30461  by 
30462 \series bold
30463
30464 \backslash
30465 Roman
30466 \series default
30467 .
30468  To 
30469 \begin_inset Quotes eld
30470 \end_inset
30471
30472 number
30473 \begin_inset Quotes erd
30474 \end_inset
30475
30476  footnotes with capital or small Latin letters use 
30477 \series bold
30478
30479 \backslash
30480 Alph
30481 \series default
30482  or 
30483 \series bold
30484
30485 \backslash
30486 alph
30487 \series default
30488 , respectively.
30489  To 
30490 \begin_inset Quotes eld
30491 \end_inset
30492
30493 number
30494 \begin_inset Quotes erd
30495 \end_inset
30496
30497  footnotes with symbols use 
30498 \series bold
30499
30500 \backslash
30501 fnsymbol
30502 \series default
30503 .
30504 \end_layout
30505
30506 \begin_layout Standard
30507 \begin_inset Note Greyedout
30508 status open
30509
30510 \begin_layout Plain Layout
30511
30512 \series bold
30513 Note:
30514 \series default
30515  You can only number 26 footnotes with Latin letters, because this numbering
30516  is limited to single letters.
30517 \end_layout
30518
30519 \end_inset
30520
30521
30522 \begin_inset Newline newline
30523 \end_inset
30524
30525
30526 \begin_inset Note Greyedout
30527 status open
30528
30529 \begin_layout Plain Layout
30530
30531 \series bold
30532 Note:
30533 \series default
30534  You can only number 9 footnotes with symbols.
30535 \end_layout
30536
30537 \end_inset
30538
30539
30540 \end_layout
30541
30542 \begin_layout Standard
30543 To return to the default numbering style after you have changed to another
30544  one, use 
30545 \series bold
30546
30547 \backslash
30548 arabic
30549 \series default
30550  instead of 
30551 \series bold
30552
30553 \backslash
30554 roman
30555 \series default
30556  in the command above.
30557 \begin_inset ERT
30558 status collapsed
30559
30560 \begin_layout Plain Layout
30561
30562
30563 \backslash
30564 renewcommand{
30565 \backslash
30566 thefootnote}{
30567 \backslash
30568 arabic{footnote}}
30569 \end_layout
30570
30571 \end_inset
30572
30573
30574 \end_layout
30575
30576 \begin_layout Standard
30577 \begin_inset VSpace bigskip
30578 \end_inset
30579
30580
30581 \end_layout
30582
30583 \begin_layout Standard
30584 If you want to have footnotes numbered in the scheme 
30585 \begin_inset Quotes eld
30586 \end_inset
30587
30588 chapter.footnote
30589 \begin_inset Quotes erd
30590 \end_inset
30591
30592 , add the following command to your document preamble:
30593 \end_layout
30594
30595 \begin_layout Standard
30596
30597 \series bold
30598
30599 \backslash
30600 numberwithin{footnote}{chapter}
30601 \end_layout
30602
30603 \begin_layout Standard
30604 To be able to use the command 
30605 \series bold
30606
30607 \backslash
30608 numberwithin
30609 \series default
30610 , set in the tab 
30611 \family sans
30612 Math
30613 \begin_inset space ~
30614 \end_inset
30615
30616 Options
30617 \family default
30618  in the document settings the option 
30619 \family sans
30620 Use
30621 \begin_inset space ~
30622 \end_inset
30623
30624 AMS
30625 \begin_inset space ~
30626 \end_inset
30627
30628 math
30629 \begin_inset space ~
30630 \end_inset
30631
30632 package
30633 \family default
30634 .
30635 \end_layout
30636
30637 \begin_layout Standard
30638 \begin_inset ERT
30639 status collapsed
30640
30641 \begin_layout Plain Layout
30642
30643
30644 \backslash
30645 numberwithin{footnote}{chapter}
30646 \end_layout
30647
30648 \end_inset
30649
30650 This is another example footnote:
30651 \series bold
30652
30653 \begin_inset Foot
30654 status open
30655
30656 \begin_layout Plain Layout
30657 This is a footnote numbered in the scheme 
30658 \begin_inset Quotes eld
30659 \end_inset
30660
30661 chapter.footnote
30662 \begin_inset Quotes erd
30663 \end_inset
30664
30665 .
30666 \end_layout
30667
30668 \end_inset
30669
30670
30671 \series default
30672
30673 \begin_inset ERT
30674 status collapsed
30675
30676 \begin_layout Plain Layout
30677
30678
30679 \backslash
30680 renewcommand{
30681 \backslash
30682 thefootnote}{
30683 \backslash
30684 arabic{footnote}}
30685 \end_layout
30686
30687 \end_inset
30688
30689
30690 \end_layout
30691
30692 \begin_layout Standard
30693 \begin_inset Note Greyedout
30694 status open
30695
30696 \begin_layout Plain Layout
30697
30698 \series bold
30699 Note:
30700 \series default
30701  
30702 \series bold
30703
30704 \backslash
30705 numberwithin
30706 \series default
30707  always prints out the footnote number as arabic number; previous redefinitions
30708  to get non-arabic numbers are overwritten.
30709 \end_layout
30710
30711 \end_inset
30712
30713
30714 \end_layout
30715
30716 \begin_layout Standard
30717 So to get for example the scheme 
30718 \begin_inset Quotes eld
30719 \end_inset
30720
30721 chapter.
30722 \backslash
30723 Roman{footnote}
30724 \begin_inset Quotes erd
30725 \end_inset
30726
30727 , use this command instead of 
30728 \series bold
30729
30730 \backslash
30731 numberwithin
30732 \series default
30733 :
30734 \end_layout
30735
30736 \begin_layout Standard
30737
30738 \series bold
30739
30740 \backslash
30741 renewcommand{
30742 \backslash
30743 thefootnote}{
30744 \backslash
30745 thechapter.
30746 \backslash
30747 Roman{footnote}}
30748 \end_layout
30749
30750 \begin_layout Subsection
30751 Footnote Placement
30752 \begin_inset Index idx
30753 status collapsed
30754
30755 \begin_layout Plain Layout
30756 Footnotes ! Placement
30757 \end_layout
30758
30759 \end_inset
30760
30761
30762 \end_layout
30763
30764 \begin_layout Standard
30765 If you have several footnotes in one page, they appear without vertical
30766  space between them at the bottom of the page.
30767  To make them more readable you can e.
30768 \begin_inset space \thinspace{}
30769 \end_inset
30770
30771 g.
30772 \begin_inset space \space{}
30773 \end_inset
30774
30775 add 1.5
30776 \begin_inset space \thinspace{}
30777 \end_inset
30778
30779 mm space with the following preamble command:
30780 \end_layout
30781
30782 \begin_layout Standard
30783
30784 \series bold
30785
30786 \backslash
30787 let
30788 \backslash
30789 myFoot
30790 \backslash
30791 footnote
30792 \begin_inset Newline newline
30793 \end_inset
30794
30795
30796 \backslash
30797 renewcommand{
30798 \backslash
30799 footnote}[1]{
30800 \backslash
30801 myFoot{#1
30802 \backslash
30803 vspace{1.5mm}}}
30804 \end_layout
30805
30806 \begin_layout Standard
30807 \begin_inset VSpace bigskip
30808 \end_inset
30809
30810 In a two-column document the footnotes appear at the bottom of every column,
30811  see Figure
30812 \begin_inset space ~
30813 \end_inset
30814
30815
30816 \begin_inset CommandInset ref
30817 LatexCommand ref
30818 reference "fig:Standard-footnote-placement"
30819
30820 \end_inset
30821
30822 .
30823  If the footnotes should only appear at the bottom of the right column,
30824  as in Figure
30825 \begin_inset space ~
30826 \end_inset
30827
30828
30829 \begin_inset CommandInset ref
30830 LatexCommand ref
30831 reference "fig:Footnote-placement-in"
30832
30833 \end_inset
30834
30835 , use the \SpecialChar LaTeX
30836 -package 
30837 \series bold
30838 ftnright
30839 \series default
30840
30841 \begin_inset Index idx
30842 status collapsed
30843
30844 \begin_layout Plain Layout
30845 \SpecialChar LaTeX
30846 -packages ! ftnright
30847 \end_layout
30848
30849 \end_inset
30850
30851  with this command in the document preamble:
30852 \end_layout
30853
30854 \begin_layout Standard
30855
30856 \series bold
30857
30858 \backslash
30859 usepackage{ftnright}
30860 \end_layout
30861
30862 \begin_layout Standard
30863 \begin_inset Float figure
30864 placement !h
30865 wide false
30866 sideways false
30867 status open
30868
30869 \begin_layout Plain Layout
30870 \noindent
30871 \align center
30872 \begin_inset Box Boxed
30873 position "t"
30874 hor_pos "c"
30875 has_inner_box 0
30876 inner_pos "t"
30877 use_parbox 0
30878 use_makebox 0
30879 width ""
30880 special "none"
30881 height "1in"
30882 height_special "totalheight"
30883 thickness "0.4pt"
30884 separation "3pt"
30885 shadowsize "4pt"
30886 framecolor "black"
30887 backgroundcolor "none"
30888 status open
30889
30890 \begin_layout Plain Layout
30891 \begin_inset Graphics
30892         filename clipart/without_fntright.pdf
30893         width 100col%
30894         scaleBeforeRotation
30895
30896 \end_inset
30897
30898
30899 \end_layout
30900
30901 \end_inset
30902
30903
30904 \end_layout
30905
30906 \begin_layout Plain Layout
30907 \begin_inset Caption Standard
30908
30909 \begin_layout Plain Layout
30910 \begin_inset CommandInset label
30911 LatexCommand label
30912 name "fig:Standard-footnote-placement"
30913
30914 \end_inset
30915
30916 Standard footnote placement in two-column documents.
30917 \end_layout
30918
30919 \end_inset
30920
30921
30922 \end_layout
30923
30924 \end_inset
30925
30926
30927 \end_layout
30928
30929 \begin_layout Standard
30930 \begin_inset Float figure
30931 placement !h
30932 wide false
30933 sideways false
30934 status open
30935
30936 \begin_layout Plain Layout
30937 \noindent
30938 \align center
30939 \begin_inset Box Boxed
30940 position "t"
30941 hor_pos "c"
30942 has_inner_box 0
30943 inner_pos "t"
30944 use_parbox 0
30945 use_makebox 0
30946 width ""
30947 special "none"
30948 height "1in"
30949 height_special "totalheight"
30950 thickness "0.4pt"
30951 separation "3pt"
30952 shadowsize "4pt"
30953 framecolor "black"
30954 backgroundcolor "none"
30955 status open
30956
30957 \begin_layout Plain Layout
30958 \begin_inset Graphics
30959         filename clipart/with_fntright.pdf
30960         width 100col%
30961         scaleBeforeRotation
30962
30963 \end_inset
30964
30965
30966 \end_layout
30967
30968 \end_inset
30969
30970
30971 \end_layout
30972
30973 \begin_layout Plain Layout
30974 \begin_inset Caption Standard
30975
30976 \begin_layout Plain Layout
30977 \begin_inset CommandInset label
30978 LatexCommand label
30979 name "fig:Footnote-placement-in"
30980
30981 \end_inset
30982
30983 Footnote placement in two-column documents when the \SpecialChar LaTeX
30984 -package 
30985 \series bold
30986 ftnright
30987 \series default
30988  is used.
30989 \end_layout
30990
30991 \end_inset
30992
30993
30994 \end_layout
30995
30996 \end_inset
30997
30998
30999 \end_layout
31000
31001 \begin_layout Standard
31002 \begin_inset VSpace bigskip
31003 \end_inset
31004
31005 In some scientific literature it is usual to collect the footnotes and print
31006  them in a separate paragraph at the end of a section, as in Figure
31007 \begin_inset space ~
31008 \end_inset
31009
31010
31011 \begin_inset CommandInset ref
31012 LatexCommand ref
31013 reference "fig:Endnotes"
31014
31015 \end_inset
31016
31017 .
31018  They are then called 
31019 \begin_inset Quotes eld
31020 \end_inset
31021
31022 endnotes
31023 \begin_inset Quotes erd
31024 \end_inset
31025
31026 .
31027 \begin_inset Index idx
31028 status collapsed
31029
31030 \begin_layout Plain Layout
31031 Endnotes
31032 \end_layout
31033
31034 \end_inset
31035
31036  To use endnotes instead of footnotes in your document, load in the menu
31037  
31038 \family sans
31039 Document\SpecialChar menuseparator
31040 Settings\SpecialChar menuseparator
31041 Modules 
31042 \family default
31043 the module 
31044 \family sans
31045 Foot
31046 \begin_inset space ~
31047 \end_inset
31048
31049 to
31050 \begin_inset space ~
31051 \end_inset
31052
31053 End
31054 \family default
31055 .
31056  To insert the collected footnotes, insert the command
31057 \end_layout
31058
31059 \begin_layout Standard
31060
31061 \series bold
31062
31063 \backslash
31064 theendnotes
31065 \end_layout
31066
31067 \begin_layout Standard
31068 in \SpecialChar TeX
31069  Code at the end of a section or chapter.
31070 \end_layout
31071
31072 \begin_layout Standard
31073 \begin_inset Float figure
31074 wide false
31075 sideways false
31076 status open
31077
31078 \begin_layout Plain Layout
31079 \noindent
31080 \align center
31081 \begin_inset Box Boxed
31082 position "t"
31083 hor_pos "c"
31084 has_inner_box 0
31085 inner_pos "t"
31086 use_parbox 0
31087 use_makebox 0
31088 width ""
31089 special "none"
31090 height "1in"
31091 height_special "totalheight"
31092 thickness "0.4pt"
31093 separation "3pt"
31094 shadowsize "4pt"
31095 framecolor "black"
31096 backgroundcolor "none"
31097 status open
31098
31099 \begin_layout Plain Layout
31100 \begin_inset Graphics
31101         filename clipart/endnotes.pdf
31102         width 100col%
31103         scaleBeforeRotation
31104
31105 \end_inset
31106
31107
31108 \end_layout
31109
31110 \end_inset
31111
31112
31113 \end_layout
31114
31115 \begin_layout Plain Layout
31116 \begin_inset Caption Standard
31117
31118 \begin_layout Plain Layout
31119 \begin_inset CommandInset label
31120 LatexCommand label
31121 name "fig:Endnotes"
31122
31123 \end_inset
31124
31125 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
31126  or chapters.
31127 \end_layout
31128
31129 \end_inset
31130
31131
31132 \end_layout
31133
31134 \end_inset
31135
31136
31137 \end_layout
31138
31139 \begin_layout Standard
31140 \begin_inset VSpace medskip
31141 \end_inset
31142
31143 The paragraph heading for the endnotes isn't automatically translated into
31144  the document language, this must be done manually.
31145  The following preamble command translates the default English 
31146 \begin_inset Quotes eld
31147 \end_inset
31148
31149 Notes
31150 \begin_inset Quotes erd
31151 \end_inset
31152
31153  into the German 
31154 \begin_inset Quotes eld
31155 \end_inset
31156
31157 Anmerkungen
31158 \begin_inset Quotes erd
31159 \end_inset
31160
31161 :
31162 \end_layout
31163
31164 \begin_layout Standard
31165
31166 \series bold
31167
31168 \backslash
31169 renewcommand{
31170 \backslash
31171 notesname}{Anmerkungen}
31172 \end_layout
31173
31174 \begin_layout Standard
31175 \begin_inset VSpace medskip
31176 \end_inset
31177
31178 The numbering of endnotes can be changed like the footnote numbering as
31179  described in section
31180 \begin_inset space ~
31181 \end_inset
31182
31183
31184 \begin_inset CommandInset ref
31185 LatexCommand ref
31186 reference "subsec:Footnote-Numbering"
31187
31188 \end_inset
31189
31190 ; just replace the command 
31191 \series bold
31192
31193 \backslash
31194 thefootnote
31195 \series default
31196  by 
31197 \series bold
31198
31199 \backslash
31200 theendnote
31201 \series default
31202 .
31203  To reset the endnote number use the command 
31204 \series bold
31205
31206 \backslash
31207 @addtoreset
31208 \series default
31209  as described in section
31210 \begin_inset space ~
31211 \end_inset
31212
31213
31214 \begin_inset CommandInset ref
31215 LatexCommand ref
31216 reference "subsec:Footnote-Numbering"
31217
31218 \end_inset
31219
31220  and replace the command parameter 
31221 \series bold
31222 footnote
31223 \series default
31224  by 
31225 \series bold
31226 endnote
31227 \series default
31228 .
31229 \end_layout
31230
31231 \begin_layout Standard
31232 For endnotes there is the command 
31233 \series bold
31234
31235 \backslash
31236 endnotemark[number]
31237 \series default
31238  similar to the command 
31239 \series bold
31240
31241 \backslash
31242 footnotemark
31243 \series default
31244 , that is described in section
31245 \begin_inset space ~
31246 \end_inset
31247
31248
31249 \begin_inset CommandInset ref
31250 LatexCommand ref
31251 reference "sec:Footnotes"
31252
31253 \end_inset
31254
31255 .
31256 \end_layout
31257
31258 \begin_layout Standard
31259 \begin_inset VSpace bigskip
31260 \end_inset
31261
31262 Footnotes can also be placed in the page margin and the footnote text alignment
31263  can be changed, see the \SpecialChar LaTeX
31264 -package 
31265 \series bold
31266 footmisc
31267 \series default
31268
31269 \begin_inset Index idx
31270 status collapsed
31271
31272 \begin_layout Plain Layout
31273 \SpecialChar LaTeX
31274 -packages ! footmisc
31275 \end_layout
31276
31277 \end_inset
31278
31279
31280 \begin_inset CommandInset citation
31281 LatexCommand cite
31282 key "footmisc"
31283
31284 \end_inset
31285
31286  for more information about this.
31287 \end_layout
31288
31289 \begin_layout Standard
31290 For various further footnote formatting issues have a look at \SpecialChar LaTeX
31291 -books, 
31292 \begin_inset CommandInset citation
31293 LatexCommand cite
31294 key "latexcompanion,latexguide,latexbook"
31295
31296 \end_inset
31297
31298 .
31299  If you are using a 
31300 \series bold
31301 KOMA-Script
31302 \series default
31303
31304 \begin_inset Index idx
31305 status collapsed
31306
31307 \begin_layout Plain Layout
31308 \SpecialChar LaTeX
31309 -packages ! KOMA-Script
31310 \end_layout
31311
31312 \end_inset
31313
31314  document class, you can adjust all footnote settings using class-specific
31315  commands, see 
31316 \begin_inset CommandInset citation
31317 LatexCommand cite
31318 key "KOMA-Script"
31319
31320 \end_inset
31321
31322 .
31323 \end_layout
31324
31325 \begin_layout Section
31326 Margin Notes
31327 \begin_inset Index idx
31328 status collapsed
31329
31330 \begin_layout Plain Layout
31331 Notes ! Margin Notes
31332 \end_layout
31333
31334 \end_inset
31335
31336
31337 \end_layout
31338
31339 \begin_layout Standard
31340 Margin notes look and behave in \SpecialChar LyX
31341  like footnotes.
31342  They are inserted via the menu 
31343 \family sans
31344 Insert\SpecialChar menuseparator
31345 Marginal
31346 \begin_inset space ~
31347 \end_inset
31348
31349 Note
31350 \family default
31351  or the toolbar button 
31352 \begin_inset Info
31353 type  "icon"
31354 arg   "marginalnote-insert"
31355 \end_inset
31356
31357 .
31358  A grey 
31359 \family roman
31360 \series medium
31361 box with the
31362 \family default
31363 \series default
31364  red 
31365 \family roman
31366 \series medium
31367 label 
31368 \begin_inset Quotes eld
31369 \end_inset
31370
31371 margin
31372 \begin_inset Quotes erd
31373 \end_inset
31374
31375  appears where you can enter the text of the margin note.
31376 \end_layout
31377
31378 \begin_layout Standard
31379 At the side is an example margin note.
31380
31381 \family roman
31382 \series medium
31383  
31384 \begin_inset Marginal
31385 status open
31386
31387 \begin_layout Plain Layout
31388 This is a margin note.
31389 \end_layout
31390
31391 \end_inset
31392
31393
31394 \end_layout
31395
31396 \begin_layout Standard
31397 Margin notes appear at the right side in single-sided documents.
31398  In double-sided documents they appear in the outer margin â€“ left on even
31399  pages, right on odd pages.
31400  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
31401 d when the note appears in the left margin.
31402  The first line of the margin note is placed at the position of the text
31403  line where it is inserted in the document.
31404 \end_layout
31405
31406 \begin_layout Standard
31407 \begin_inset VSpace bigskip
31408 \end_inset
31409
31410 To place the margin note in the inner margin, add the command
31411 \end_layout
31412
31413 \begin_layout Standard
31414
31415 \series bold
31416
31417 \backslash
31418 reversemarginpar
31419 \end_layout
31420
31421 \begin_layout Standard
31422 in \SpecialChar TeX
31423  Code before a margin note.
31424  The new placement is valid for all subsequent margin notes.
31425  
31426 \begin_inset ERT
31427 status collapsed
31428
31429 \begin_layout Plain Layout
31430
31431
31432 \backslash
31433 reversemarginpar 
31434 \end_layout
31435
31436 \end_inset
31437
31438
31439 \begin_inset Marginal
31440 status open
31441
31442 \begin_layout Plain Layout
31443 This is a margin note in the inner margin.
31444 \end_layout
31445
31446 \end_inset
31447
31448
31449 \series bold
31450
31451 \begin_inset Newline newline
31452 \end_inset
31453
31454
31455 \series default
31456
31457 \begin_inset Note Greyedout
31458 status open
31459
31460 \begin_layout Plain Layout
31461
31462 \series bold
31463 Note:
31464 \series default
31465  There is often not enough space in the inner margin so that the notes are
31466  not correctly displayed in the output.
31467 \end_layout
31468
31469 \end_inset
31470
31471
31472 \end_layout
31473
31474 \begin_layout Standard
31475 To return to the default placement insert the command
31476 \end_layout
31477
31478 \begin_layout Standard
31479
31480 \series bold
31481
31482 \backslash
31483 normalmarginpar
31484 \end_layout
31485
31486 \begin_layout Standard
31487 in \SpecialChar TeX
31488  Code.
31489 \begin_inset ERT
31490 status collapsed
31491
31492 \begin_layout Plain Layout
31493
31494
31495 \backslash
31496 normalmarginpar 
31497 \end_layout
31498
31499 \end_inset
31500
31501  
31502 \begin_inset Note Greyedout
31503 status open
31504
31505 \begin_layout Plain Layout
31506
31507 \series bold
31508 Note:
31509 \series default
31510  The command is ignored when it is within a paragraph where also the command
31511  
31512 \series bold
31513
31514 \backslash
31515 reversemarginpar
31516 \series default
31517  is inserted.
31518 \end_layout
31519
31520 \end_inset
31521
31522
31523 \end_layout
31524
31525 \begin_layout Standard
31526 \begin_inset VSpace bigskip
31527 \end_inset
31528
31529
31530 \family roman
31531 \series medium
31532
31533 \begin_inset Marginal
31534 status open
31535
31536 \begin_layout Plain Layout
31537 AVeryLongMarginParWord that isn't hyphenated.
31538 \end_layout
31539
31540 \end_inset
31541
31542
31543 \family default
31544 \series default
31545  Similar to the case described in section
31546 \begin_inset space ~
31547 \end_inset
31548
31549
31550 \begin_inset CommandInset ref
31551 LatexCommand ref
31552 reference "subsec:Multiple-Lines-in"
31553
31554 \end_inset
31555
31556 , long words cannot be hyphenated when they are the first word in a margin
31557  note.
31558  To avoid this, insert 0
31559 \begin_inset space \thinspace{}
31560 \end_inset
31561
31562 pt horizontal space before the word
31563 \family roman
31564 \series medium
31565 .
31566  
31567 \begin_inset Marginal
31568 status open
31569
31570 \begin_layout Plain Layout
31571 \begin_inset space \hspace*{}
31572 \length 0pt
31573 \end_inset
31574
31575 AVeryLongMarginParWord that is hyphenated.
31576 \end_layout
31577
31578 \end_inset
31579
31580
31581 \end_layout
31582
31583 \begin_layout Standard
31584 \begin_inset VSpace bigskip
31585 \end_inset
31586
31587
31588 \end_layout
31589
31590 \begin_layout Standard
31591 \begin_inset Note Greyedout
31592 status open
31593
31594 \begin_layout Plain Layout
31595
31596 \series bold
31597 Note:
31598 \series default
31599  Margin notes can normally not be used inside tables, floats, and footnotes.
31600 \end_layout
31601
31602 \end_inset
31603
31604
31605 \end_layout
31606
31607 \begin_layout Standard
31608 \begin_inset VSpace bigskip
31609 \end_inset
31610
31611
31612 \end_layout
31613
31614 \begin_layout Standard
31615 \begin_inset ERT
31616 status collapsed
31617
31618 \begin_layout Plain Layout
31619
31620
31621 \backslash
31622 ifmarginnote
31623 \end_layout
31624
31625 \end_inset
31626
31627
31628 \begin_inset Note Note
31629 status open
31630
31631 \begin_layout Plain Layout
31632 The following section will only be displayed when the \SpecialChar LaTeX
31633 -package 
31634 \series bold
31635 marginnote
31636 \series default
31637  is installed.
31638 \end_layout
31639
31640 \end_inset
31641
31642
31643 \end_layout
31644
31645 \begin_layout Standard
31646 This restriction can be evaded by using the \SpecialChar LaTeX
31647 -package 
31648 \series bold
31649 marginnote
31650 \series default
31651
31652 \begin_inset Index idx
31653 status collapsed
31654
31655 \begin_layout Plain Layout
31656 \SpecialChar LaTeX
31657 -packages ! marginnote
31658 \end_layout
31659
31660 \end_inset
31661
31662 .
31663  By adding these two lines to your document preamble, the command used by
31664  \SpecialChar LyX
31665  for margin notes is redefined to use the command provided by the 
31666 \series bold
31667 marginnote
31668 \series default
31669 -package:
31670 \end_layout
31671
31672 \begin_layout Standard
31673
31674 \series bold
31675
31676 \backslash
31677 usepackage{marginnote}
31678 \begin_inset Newline newline
31679 \end_inset
31680
31681
31682 \backslash
31683 let
31684 \backslash
31685 marginpar
31686 \backslash
31687 marginnote
31688 \end_layout
31689
31690 \begin_layout Standard
31691 This is also used in this document because 
31692 \series bold
31693 marginnote
31694 \series default
31695  has another useful feature: You can set a vertical offset for the note.
31696  This is often needed when too many margin notes are too close together
31697  or for a better page layout.
31698  The offset is set in \SpecialChar LyX
31699  as \SpecialChar TeX
31700  Code directly after the margin note in the scheme
31701 \end_layout
31702
31703 \begin_layout Standard
31704
31705 \series bold
31706 [offset]
31707 \end_layout
31708
31709 \begin_layout Standard
31710 where the offset is a length with one of the units listed in Table
31711 \begin_inset space ~
31712 \end_inset
31713
31714
31715 \begin_inset CommandInset ref
31716 LatexCommand ref
31717 reference "tab:Units"
31718
31719 \end_inset
31720
31721 .
31722  A negative value shifts the note up, a positive value shifts it down.
31723  
31724 \family roman
31725 \series medium
31726 For example the margin note beside this text line is shifted up 1.5
31727 \begin_inset space \thinspace{}
31728 \end_inset
31729
31730 cm with the \SpecialChar TeX
31731  Code command 
31732 \begin_inset Quotes eld
31733 \end_inset
31734
31735
31736 \family default
31737 \series bold
31738 [-1.5cm]
31739 \family roman
31740 \series medium
31741
31742 \begin_inset Quotes erd
31743 \end_inset
31744
31745
31746 \begin_inset Marginal
31747 status open
31748
31749 \begin_layout Plain Layout
31750 This margin note is shifted up 1.5
31751 \begin_inset space \thinspace{}
31752 \end_inset
31753
31754 cm from its original position.
31755 \end_layout
31756
31757 \end_inset
31758
31759
31760 \family default
31761 \series default
31762
31763 \begin_inset ERT
31764 status collapsed
31765
31766 \begin_layout Plain Layout
31767
31768 [-1.5cm]
31769 \end_layout
31770
31771 \end_inset
31772
31773
31774 \end_layout
31775
31776 \begin_layout Standard
31777 \begin_inset VSpace medskip
31778 \end_inset
31779
31780 With 
31781 \series bold
31782 marginnote
31783 \series default
31784  you can also change the alignment of the text in the margin note.
31785  For example the commands
31786 \end_layout
31787
31788 \begin_layout Standard
31789
31790 \series bold
31791
31792 \backslash
31793 renewcommand*{
31794 \backslash
31795 raggedleftmarginnote}{
31796 \backslash
31797 centering}
31798 \begin_inset Newline newline
31799 \end_inset
31800
31801
31802 \backslash
31803 renewcommand*{
31804 \backslash
31805 raggedrightmarginnote}{
31806 \backslash
31807 centering}
31808 \end_layout
31809
31810 \begin_layout Standard
31811 set the alignment to centered.
31812  
31813 \series bold
31814
31815 \backslash
31816 raggedleftmarginnote
31817 \series default
31818  denotes margin notes that appear at the left side.
31819 \family roman
31820 \series medium
31821
31822 \begin_inset ERT
31823 status collapsed
31824
31825 \begin_layout Plain Layout
31826
31827
31828 \backslash
31829 renewcommand*{
31830 \backslash
31831 raggedleftmarginnote}{
31832 \backslash
31833 centering}
31834 \end_layout
31835
31836 \begin_layout Plain Layout
31837
31838
31839 \backslash
31840 renewcommand*{
31841 \backslash
31842 raggedrightmarginnote}{
31843 \backslash
31844 centering}
31845 \end_layout
31846
31847 \end_inset
31848
31849
31850 \begin_inset Marginal
31851 status open
31852
31853 \begin_layout Plain Layout
31854 The text of this margin note is centered.
31855 \end_layout
31856
31857 \end_inset
31858
31859
31860 \family default
31861 \series default
31862  The default is
31863 \end_layout
31864
31865 \begin_layout Standard
31866
31867 \series bold
31868
31869 \backslash
31870 renewcommand*{
31871 \backslash
31872 raggedleftmarginnote}{
31873 \backslash
31874 raggedleft}
31875 \begin_inset Newline newline
31876 \end_inset
31877
31878
31879 \backslash
31880 renewcommand*{
31881 \backslash
31882 raggedrightmarginnote}{
31883 \backslash
31884 raggedright}
31885 \family roman
31886 \series medium
31887
31888 \begin_inset ERT
31889 status collapsed
31890
31891 \begin_layout Plain Layout
31892
31893
31894 \backslash
31895 renewcommand*{
31896 \backslash
31897 raggedleftmarginnote}{
31898 \backslash
31899 raggedleft}
31900 \end_layout
31901
31902 \begin_layout Plain Layout
31903
31904
31905 \backslash
31906 renewcommand*{
31907 \backslash
31908 raggedrightmarginnote}{
31909 \backslash
31910 raggedright}
31911 \end_layout
31912
31913 \end_inset
31914
31915
31916 \end_layout
31917
31918 \begin_layout Standard
31919 \begin_inset VSpace medskip
31920 \end_inset
31921
31922 For the other features of 
31923 \series bold
31924 marginnote
31925 \series default
31926  refer to its documentation 
31927 \begin_inset CommandInset citation
31928 LatexCommand cite
31929 key "marginnote"
31930
31931 \end_inset
31932
31933 .
31934 \end_layout
31935
31936 \begin_layout Standard
31937 \begin_inset VSpace bigskip
31938 \end_inset
31939
31940 You can adjust the layout of margin notes by changing its definition.
31941  To create for example a header for all margin notes with the underlined,
31942  sans-serif, and bold header text 
31943 \begin_inset Quotes eld
31944 \end_inset
31945
31946
31947 \family sans
31948 \series bold
31949 \bar under
31950 Attention!
31951 \family default
31952 \series default
31953 \bar default
31954
31955 \begin_inset Quotes erd
31956 \end_inset
31957
31958 , add this to your document preamble:
31959 \end_layout
31960
31961 \begin_layout Standard
31962
31963 \series bold
31964
31965 \backslash
31966 let
31967 \backslash
31968 myMarginpar
31969 \backslash
31970 marginpar
31971 \begin_inset Newline newline
31972 \end_inset
31973
31974
31975 \backslash
31976 renewcommand{
31977 \backslash
31978 marginpar}[1]{
31979 \backslash
31980 myMarginpar{%
31981 \begin_inset Newline newline
31982 \end_inset
31983
31984
31985 \begin_inset Phantom HPhantom
31986 status open
31987
31988 \begin_layout Plain Layout
31989
31990 \series bold
31991 \begin_inset space ~
31992 \end_inset
31993
31994
31995 \end_layout
31996
31997 \end_inset
31998
31999
32000 \backslash
32001 hspace{0pt}
32002 \backslash
32003 textsf{
32004 \backslash
32005 textbf{
32006 \backslash
32007 underbar{Attention!}}}%
32008 \begin_inset Newline newline
32009 \end_inset
32010
32011
32012 \begin_inset Phantom HPhantom
32013 status open
32014
32015 \begin_layout Plain Layout
32016
32017 \series bold
32018 \begin_inset space ~
32019 \end_inset
32020
32021
32022 \end_layout
32023
32024 \end_inset
32025
32026
32027 \backslash
32028 vspace{1.5mm}
32029 \backslash
32030
32031 \backslash
32032 #1}}
32033 \end_layout
32034
32035 \begin_layout Standard
32036
32037 \family roman
32038 \series medium
32039 \begin_inset ERT
32040 status collapsed
32041
32042 \begin_layout Plain Layout
32043
32044
32045 \backslash
32046 let
32047 \backslash
32048 myMarginpar
32049 \backslash
32050 marginpar
32051 \end_layout
32052
32053 \begin_layout Plain Layout
32054
32055
32056 \backslash
32057 renewcommand{
32058 \backslash
32059 marginpar}[1]{
32060 \backslash
32061 myMarginpar{%
32062 \end_layout
32063
32064 \begin_layout Plain Layout
32065
32066    
32067 \backslash
32068 textsf{
32069 \backslash
32070 textbf{
32071 \backslash
32072 underbar{Attention!}}}%
32073 \end_layout
32074
32075 \begin_layout Plain Layout
32076
32077    
32078 \backslash
32079 vspace{1.5mm}
32080 \backslash
32081
32082 \backslash
32083 #1}}
32084 \end_layout
32085
32086 \end_inset
32087
32088
32089 \begin_inset Marginal
32090 status open
32091
32092 \begin_layout Plain Layout
32093 This is a margin note with a defined heading.
32094 \end_layout
32095
32096 \end_inset
32097
32098
32099 \family default
32100 \series default
32101
32102 \begin_inset ERT
32103 status collapsed
32104
32105 \begin_layout Plain Layout
32106
32107 [-1.5cm]
32108 \end_layout
32109
32110 \end_inset
32111
32112
32113 \family roman
32114 \series medium
32115
32116 \begin_inset ERT
32117 status collapsed
32118
32119 \begin_layout Plain Layout
32120
32121
32122 \backslash
32123 renewcommand{
32124 \backslash
32125 marginpar}[1]{
32126 \backslash
32127 myMarginpar{#1}}
32128 \end_layout
32129
32130 \end_inset
32131
32132
32133 \family default
32134 \series default
32135
32136 \begin_inset Note Note
32137 status collapsed
32138
32139 \begin_layout Plain Layout
32140 The margin note format is changed only for this example.
32141 \end_layout
32142
32143 \end_inset
32144
32145
32146 \end_layout
32147
32148 \begin_layout Standard
32149 \begin_inset ERT
32150 status collapsed
32151
32152 \begin_layout Plain Layout
32153
32154
32155 \backslash
32156 else
32157 \end_layout
32158
32159 \end_inset
32160
32161
32162 \begin_inset Note Note
32163 status open
32164
32165 \begin_layout Plain Layout
32166 The following will be displayed when the \SpecialChar LaTeX
32167 -package 
32168 \series bold
32169 marginnote
32170 \series default
32171  is not installed:
32172 \end_layout
32173
32174 \end_inset
32175
32176
32177 \end_layout
32178
32179 \begin_layout Standard
32180 You need to install the \SpecialChar LaTeX
32181 -package 
32182 \series bold
32183 marginnote
32184 \series default
32185  to see the following part of this section in the output.
32186 \end_layout
32187
32188 \begin_layout Standard
32189 \begin_inset ERT
32190 status collapsed
32191
32192 \begin_layout Plain Layout
32193
32194
32195 \backslash
32196 fi
32197 \end_layout
32198
32199 \end_inset
32200
32201
32202 \end_layout
32203
32204 \begin_layout Chapter
32205 Boxes
32206 \end_layout
32207
32208 \begin_layout Section
32209 Introduction
32210 \begin_inset Index idx
32211 status collapsed
32212
32213 \begin_layout Plain Layout
32214 Boxes ! Introduction
32215 \end_layout
32216
32217 \end_inset
32218
32219
32220 \end_layout
32221
32222 \begin_layout Standard
32223 Boxes are used to format a block of text.
32224  Boxes can be used to write documents with multiple languages, see section
32225 \begin_inset space ~
32226 \end_inset
32227
32228
32229 \begin_inset CommandInset ref
32230 LatexCommand ref
32231 reference "sec:Minipages"
32232
32233 \end_inset
32234
32235 , to frame texts, see section
32236 \begin_inset space ~
32237 \end_inset
32238
32239
32240 \begin_inset CommandInset ref
32241 LatexCommand ref
32242 reference "sec:Decoration"
32243
32244 \end_inset
32245
32246 , to prevent words from being hyphenated, see section
32247 \begin_inset space ~
32248 \end_inset
32249
32250
32251 \begin_inset CommandInset ref
32252 LatexCommand ref
32253 reference "sec:Prevent-Hyphenation"
32254
32255 \end_inset
32256
32257 , to align text, see section
32258 \begin_inset space ~
32259 \end_inset
32260
32261
32262 \begin_inset CommandInset ref
32263 LatexCommand ref
32264 reference "subsec:Vertical-Alignment"
32265
32266 \end_inset
32267
32268 , or to set the background color of texts, see section
32269 \begin_inset space ~
32270 \end_inset
32271
32272
32273 \begin_inset CommandInset ref
32274 LatexCommand ref
32275 reference "sec:Colored-Boxes"
32276
32277 \end_inset
32278
32279 .
32280 \end_layout
32281
32282 \begin_layout Standard
32283 Boxes can be inserted with the menu 
32284 \family sans
32285 Insert\SpecialChar menuseparator
32286 Box
32287 \family default
32288  or the toolbar button 
32289 \begin_inset Info
32290 type  "icon"
32291 arg   "box-insert Frameless"
32292 \end_inset
32293
32294 .
32295  A grey box with the label 
32296 \family sans
32297 Box (Minipage)
32298 \family default
32299
32300 \begin_inset Graphics
32301         filename clipart/BoxInsetDefault.png
32302         scale 85
32303         scaleBeforeRotation
32304
32305 \end_inset
32306
32307  will be inserted.
32308  The box type can be specified by right-clicking on the box and selecting
32309  
32310 \family sans
32311 Settings
32312 \family default
32313 .
32314  The box dialog offers the 
32315 \family sans
32316 Inner
32317 \begin_inset space ~
32318 \end_inset
32319
32320 Box
32321 \family default
32322  types 
32323 \family sans
32324 Makebox
32325 \family default
32326
32327 \family sans
32328 Parbox
32329 \family default
32330  and 
32331 \family sans
32332 Minipage
32333 \family default
32334 .
32335  The type 
32336 \family sans
32337 Minipage
32338 \family default
32339  is the default for new boxes and is explained in section
32340 \begin_inset space ~
32341 \end_inset
32342
32343
32344 \begin_inset CommandInset ref
32345 LatexCommand ref
32346 reference "sec:Minipages"
32347
32348 \end_inset
32349
32350 ; the type 
32351 \family sans
32352 Parbox
32353 \family default
32354  is described in section
32355 \begin_inset space ~
32356 \end_inset
32357
32358
32359 \begin_inset CommandInset ref
32360 LatexCommand ref
32361 reference "sec:Parboxes"
32362
32363 \end_inset
32364
32365  and the type 
32366 \family sans
32367 Makebox
32368 \family default
32369  in 
32370 \begin_inset CommandInset ref
32371 LatexCommand ref
32372 reference "sec:Prevent-Hyphenation"
32373
32374 \end_inset
32375
32376 .
32377 \end_layout
32378
32379 \begin_layout Standard
32380 Boxes are not numbered and can therefore not be referenced like floats or
32381  footnotes.
32382 \end_layout
32383
32384 \begin_layout Standard
32385 \begin_inset Note Greyedout
32386 status open
32387
32388 \begin_layout Plain Layout
32389
32390 \series bold
32391 Note:
32392 \series default
32393  Boxes must not be the item in an 
32394 \family sans
32395 Itemize
32396 \family default
32397  or 
32398 \family sans
32399 Description
32400 \family default
32401  environment.
32402 \end_layout
32403
32404 \end_inset
32405
32406
32407 \end_layout
32408
32409 \begin_layout Standard
32410 \begin_inset Note Greyedout
32411 status open
32412
32413 \begin_layout Plain Layout
32414
32415 \series bold
32416 Note:
32417 \series default
32418  For an unknown reason you can only set the 
32419 \family sans
32420 Inner
32421 \begin_inset space ~
32422 \end_inset
32423
32424 Box
32425 \family default
32426  type to 
32427 \family sans
32428 None
32429 \family default
32430  when you use a framed box.
32431  Boxes without an 
32432 \family sans
32433 Inner
32434 \begin_inset space ~
32435 \end_inset
32436
32437 Box
32438 \family default
32439  type and without frames are explained in section
32440 \begin_inset space ~
32441 \end_inset
32442
32443
32444 \begin_inset CommandInset ref
32445 LatexCommand ref
32446 reference "sec:Prevent-Hyphenation"
32447
32448 \end_inset
32449
32450 .
32451 \end_layout
32452
32453 \end_inset
32454
32455
32456 \end_layout
32457
32458 \begin_layout Section
32459 Box Dialog
32460 \begin_inset CommandInset label
32461 LatexCommand label
32462 name "sec:Box-Dialog"
32463
32464 \end_inset
32465
32466
32467 \begin_inset Index idx
32468 status collapsed
32469
32470 \begin_layout Plain Layout
32471 Boxes ! Box Dialog
32472 \end_layout
32473
32474 \end_inset
32475
32476
32477 \end_layout
32478
32479 \begin_layout Subsection
32480 Size
32481 \begin_inset Index idx
32482 status collapsed
32483
32484 \begin_layout Plain Layout
32485 Boxes ! Size
32486 \end_layout
32487
32488 \end_inset
32489
32490
32491 \end_layout
32492
32493 \begin_layout Standard
32494 In the box dialog you can adjust the box geometry in the fields 
32495 \family sans
32496 Width
32497 \family default
32498  and 
32499 \family sans
32500 Height
32501 \family default
32502 .
32503  The available units for the geometry are explained in Table
32504 \begin_inset space ~
32505 \end_inset
32506
32507
32508 \begin_inset CommandInset ref
32509 LatexCommand ref
32510 reference "tab:Units"
32511
32512 \end_inset
32513
32514 .
32515  The field 
32516 \family sans
32517 Height
32518 \family default
32519  offers the following additional sizes:
32520 \end_layout
32521
32522 \begin_layout Description
32523 Depth This is the plain text 
32524 \begin_inset Quotes eld
32525 \end_inset
32526
32527 height
32528 \begin_inset Quotes erd
32529 \end_inset
32530
32531 .
32532  It ignores the total depth when there are multiple text lines in the box:
32533 \begin_inset Newline newline
32534 \end_inset
32535
32536
32537 \begin_inset Newline newline
32538 \end_inset
32539
32540
32541 \begin_inset Newline newline
32542 \end_inset
32543
32544
32545 \begin_inset Box Boxed
32546 position "c"
32547 hor_pos "c"
32548 has_inner_box 1
32549 inner_pos "c"
32550 use_parbox 0
32551 use_makebox 0
32552 width "12col%"
32553 special "none"
32554 height "1in"
32555 height_special "depth"
32556 thickness "0.4pt"
32557 separation "3pt"
32558 shadowsize "4pt"
32559 framecolor "black"
32560 backgroundcolor "none"
32561 status collapsed
32562
32563 \begin_layout Plain Layout
32564 \align center
32565 Box height set to 1
32566 \begin_inset space \thinspace{}
32567 \end_inset
32568
32569 Depth
32570 \end_layout
32571
32572 \end_inset
32573
32574
32575 \begin_inset Newline newline
32576 \end_inset
32577
32578
32579 \begin_inset Newline newline
32580 \end_inset
32581
32582
32583 \end_layout
32584
32585 \begin_layout Description
32586 Height This is the height of the text that is inside the box.
32587  A value of e.
32588 \begin_inset space \thinspace{}
32589 \end_inset
32590
32591 g.
32592 \begin_inset space \space{}
32593 \end_inset
32594
32595 2 for this size will set the box height to 2
32596 \begin_inset space ~
32597 \end_inset
32598
32599 times the text height: 
32600 \begin_inset Box Boxed
32601 position "c"
32602 hor_pos "c"
32603 has_inner_box 1
32604 inner_pos "c"
32605 use_parbox 0
32606 use_makebox 0
32607 width "20col%"
32608 special "none"
32609 height "2in"
32610 height_special "height"
32611 thickness "0.4pt"
32612 separation "3pt"
32613 shadowsize "4pt"
32614 framecolor "black"
32615 backgroundcolor "none"
32616 status collapsed
32617
32618 \begin_layout Plain Layout
32619 \align center
32620 Box height set to 2
32621 \begin_inset space \thinspace{}
32622 \end_inset
32623
32624 Height
32625 \end_layout
32626
32627 \end_inset
32628
32629
32630 \end_layout
32631
32632 \begin_layout Description
32633 Total
32634 \begin_inset space ~
32635 \end_inset
32636
32637 Height This is the Height
32638 \begin_inset space \thinspace{}
32639 \end_inset
32640
32641 +
32642 \begin_inset space \thinspace{}
32643 \end_inset
32644
32645 Depth: 
32646 \begin_inset Box Boxed
32647 position "c"
32648 hor_pos "c"
32649 has_inner_box 1
32650 inner_pos "c"
32651 use_parbox 0
32652 use_makebox 0
32653 width "20col%"
32654 special "none"
32655 height "1in"
32656 height_special "totalheight"
32657 thickness "0.4pt"
32658 separation "3pt"
32659 shadowsize "4pt"
32660 framecolor "black"
32661 backgroundcolor "none"
32662 status collapsed
32663
32664 \begin_layout Plain Layout
32665 \align center
32666 Box height set to 1
32667 \begin_inset space \thinspace{}
32668 \end_inset
32669
32670 Total
32671 \begin_inset space ~
32672 \end_inset
32673
32674 Height
32675 \end_layout
32676
32677 \end_inset
32678
32679
32680 \end_layout
32681
32682 \begin_layout Description
32683 Width This sets the width of the box as height: 
32684 \begin_inset Box Boxed
32685 position "c"
32686 hor_pos "c"
32687 has_inner_box 1
32688 inner_pos "c"
32689 use_parbox 0
32690 use_makebox 0
32691 width "12col%"
32692 special "none"
32693 height "1in"
32694 height_special "width"
32695 thickness "0.4pt"
32696 separation "3pt"
32697 shadowsize "4pt"
32698 framecolor "black"
32699 backgroundcolor "none"
32700 status collapsed
32701
32702 \begin_layout Plain Layout
32703 \align center
32704 Box height set to 1
32705 \begin_inset space \thinspace{}
32706 \end_inset
32707
32708 Width
32709 \end_layout
32710
32711 \end_inset
32712
32713
32714 \end_layout
32715
32716 \begin_layout Subsection
32717 Alignment
32718 \begin_inset Index idx
32719 status collapsed
32720
32721 \begin_layout Plain Layout
32722 Boxes ! Alignment
32723 \end_layout
32724
32725 \end_inset
32726
32727
32728 \end_layout
32729
32730 \begin_layout Standard
32731 When you have chosen an 
32732 \family sans
32733 Inner
32734 \begin_inset space ~
32735 \end_inset
32736
32737 Box
32738 \family default
32739 , the vertical box alignment can be:
32740 \end_layout
32741
32742 \begin_layout Description
32743 Top This is an example text line.
32744  
32745 \begin_inset Box Boxed
32746 position "t"
32747 hor_pos "c"
32748 has_inner_box 1
32749 inner_pos "c"
32750 use_parbox 0
32751 use_makebox 0
32752 width "12col%"
32753 special "none"
32754 height "1in"
32755 height_special "totalheight"
32756 thickness "0.4pt"
32757 separation "3pt"
32758 shadowsize "4pt"
32759 framecolor "black"
32760 backgroundcolor "none"
32761 status collapsed
32762
32763 \begin_layout Plain Layout
32764 \align center
32765 This box is top-aligned.
32766 \end_layout
32767
32768 \end_inset
32769
32770  This is an example text line.
32771 \end_layout
32772
32773 \begin_layout Description
32774 Middle This is an example text line.
32775  
32776 \begin_inset Box Boxed
32777 position "c"
32778 hor_pos "c"
32779 has_inner_box 1
32780 inner_pos "c"
32781 use_parbox 0
32782 use_makebox 0
32783 width "12col%"
32784 special "none"
32785 height "1in"
32786 height_special "totalheight"
32787 thickness "0.4pt"
32788 separation "3pt"
32789 shadowsize "4pt"
32790 framecolor "black"
32791 backgroundcolor "none"
32792 status collapsed
32793
32794 \begin_layout Plain Layout
32795 \align center
32796 This box is middle-aligned.
32797 \end_layout
32798
32799 \end_inset
32800
32801  This is an example text line.
32802 \end_layout
32803
32804 \begin_layout Description
32805 Bottom This is an example text line.
32806  
32807 \begin_inset Box Boxed
32808 position "b"
32809 hor_pos "c"
32810 has_inner_box 1
32811 inner_pos "c"
32812 use_parbox 0
32813 use_makebox 0
32814 width "12col%"
32815 special "none"
32816 height "1in"
32817 height_special "totalheight"
32818 thickness "0.4pt"
32819 separation "3pt"
32820 shadowsize "4pt"
32821 framecolor "black"
32822 backgroundcolor "none"
32823 status collapsed
32824
32825 \begin_layout Plain Layout
32826 \align center
32827 This box is bottom-aligned.
32828 \end_layout
32829
32830 \end_inset
32831
32832  This is an example text line.
32833 \end_layout
32834
32835 \begin_layout Standard
32836 \begin_inset Note Greyedout
32837 status open
32838
32839 \begin_layout Plain Layout
32840
32841 \series bold
32842 Note:
32843 \series default
32844  The vertical box alignment can be lost in the output when you have two
32845  boxes in a line and one has e.
32846 \begin_inset space \thinspace{}
32847 \end_inset
32848
32849 g.
32850 \begin_inset space \space{}
32851 \end_inset
32852
32853 a shadow and the other one not.
32854 \end_layout
32855
32856 \end_inset
32857
32858
32859 \end_layout
32860
32861 \begin_layout Standard
32862 The horizontal box alignment can be set via \SpecialChar LyX
32863 's paragraph dialog when you
32864  set the box into its own paragraph.
32865 \end_layout
32866
32867 \begin_layout Standard
32868 \begin_inset VSpace bigskip
32869 \end_inset
32870
32871 When you have chosen an 
32872 \family sans
32873 Inner
32874 \begin_inset space ~
32875 \end_inset
32876
32877 Box
32878 \family default
32879 , the box content can be aligned vertically to:
32880 \end_layout
32881
32882 \begin_layout Description
32883 top This is an example text line.
32884  
32885 \begin_inset Box Boxed
32886 position "c"
32887 hor_pos "c"
32888 has_inner_box 1
32889 inner_pos "t"
32890 use_parbox 0
32891 use_makebox 0
32892 width "12col%"
32893 special "none"
32894 height "1.5in"
32895 height_special "totalheight"
32896 thickness "0.4pt"
32897 separation "3pt"
32898 shadowsize "4pt"
32899 framecolor "black"
32900 backgroundcolor "none"
32901 status collapsed
32902
32903 \begin_layout Plain Layout
32904 \align center
32905 This box text is top-aligned.
32906 \end_layout
32907
32908 \end_inset
32909
32910  This is an example text line.
32911 \end_layout
32912
32913 \begin_layout Description
32914 middle This is an example text line.
32915  
32916 \begin_inset Box Boxed
32917 position "c"
32918 hor_pos "c"
32919 has_inner_box 1
32920 inner_pos "c"
32921 use_parbox 0
32922 use_makebox 0
32923 width "12col%"
32924 special "none"
32925 height "1.5in"
32926 height_special "totalheight"
32927 thickness "0.4pt"
32928 separation "3pt"
32929 shadowsize "4pt"
32930 framecolor "black"
32931 backgroundcolor "none"
32932 status collapsed
32933
32934 \begin_layout Plain Layout
32935 \align center
32936 This box text is middle-aligned.
32937 \end_layout
32938
32939 \end_inset
32940
32941  This is an example text line.
32942 \end_layout
32943
32944 \begin_layout Description
32945 bottom This is an example text line.
32946  
32947 \begin_inset Box Boxed
32948 position "c"
32949 hor_pos "c"
32950 has_inner_box 1
32951 inner_pos "b"
32952 use_parbox 0
32953 use_makebox 0
32954 width "12col%"
32955 special "none"
32956 height "1.5in"
32957 height_special "totalheight"
32958 thickness "0.4pt"
32959 separation "3pt"
32960 shadowsize "4pt"
32961 framecolor "black"
32962 backgroundcolor "none"
32963 status collapsed
32964
32965 \begin_layout Plain Layout
32966 \align center
32967 This box text is bottom-aligned.
32968 \end_layout
32969
32970 \end_inset
32971
32972  This is an example text line.
32973 \end_layout
32974
32975 \begin_layout Description
32976 stretch This is an example text line.
32977  
32978 \begin_inset Box Boxed
32979 position "c"
32980 hor_pos "c"
32981 has_inner_box 1
32982 inner_pos "s"
32983 use_parbox 0
32984 use_makebox 0
32985 width "12col%"
32986 special "none"
32987 height "1.5in"
32988 height_special "totalheight"
32989 thickness "0.4pt"
32990 separation "3pt"
32991 shadowsize "4pt"
32992 framecolor "black"
32993 backgroundcolor "none"
32994 status collapsed
32995
32996 \begin_layout Plain Layout
32997 \align center
32998 This box
32999 \end_layout
33000
33001 \begin_layout Plain Layout
33002 \align center
33003 text is
33004 \end_layout
33005
33006 \begin_layout Plain Layout
33007 \align center
33008 stretched.
33009 \end_layout
33010
33011 \end_inset
33012
33013  This is an example text line.
33014 \end_layout
33015
33016 \begin_layout Standard
33017 To stretch the box content, it must consist of more than one paragraph.
33018  In the example above every text line is in an own paragraph.
33019 \end_layout
33020
33021 \begin_layout Standard
33022 \begin_inset VSpace bigskip
33023 \end_inset
33024
33025 To align the box content horizontally you can use \SpecialChar LyX
33026 's paragraph dialog when
33027  you have chosen an 
33028 \family sans
33029 Inner
33030 \begin_inset space ~
33031 \end_inset
33032
33033 Box
33034 \family default
33035 .
33036 \end_layout
33037
33038 \begin_layout Standard
33039 \align center
33040 \begin_inset Box Boxed
33041 position "c"
33042 hor_pos "c"
33043 has_inner_box 1
33044 inner_pos "s"
33045 use_parbox 0
33046 use_makebox 0
33047 width "15col%"
33048 special "none"
33049 height "1.25in"
33050 height_special "totalheight"
33051 thickness "0.4pt"
33052 separation "3pt"
33053 shadowsize "4pt"
33054 framecolor "black"
33055 backgroundcolor "none"
33056 status collapsed
33057
33058 \begin_layout Plain Layout
33059 \align left
33060 This box
33061 \end_layout
33062
33063 \begin_layout Plain Layout
33064 \align center
33065 text is
33066 \end_layout
33067
33068 \begin_layout Plain Layout
33069 \align right
33070 stretched.
33071 \end_layout
33072
33073 \end_inset
33074
33075
33076 \end_layout
33077
33078 \begin_layout Standard
33079 If you have not set an 
33080 \family sans
33081 Inner
33082 \begin_inset space ~
33083 \end_inset
33084
33085 Box
33086 \family default
33087 , you can align the box content horizontally in the box dialog.
33088 \end_layout
33089
33090 \begin_layout Standard
33091 \align center
33092 \begin_inset Box Boxed
33093 position "c"
33094 hor_pos "s"
33095 has_inner_box 0
33096 inner_pos "s"
33097 use_parbox 0
33098 use_makebox 0
33099 width "90col%"
33100 special "none"
33101 height "1.25in"
33102 height_special "totalheight"
33103 thickness "0.4pt"
33104 separation "3pt"
33105 shadowsize "4pt"
33106 framecolor "black"
33107 backgroundcolor "none"
33108 status collapsed
33109
33110 \begin_layout Plain Layout
33111 This box text is horizontally stretched.
33112 \end_layout
33113
33114 \end_inset
33115
33116
33117 \end_layout
33118
33119 \begin_layout Subsection
33120 Decoration
33121 \begin_inset CommandInset label
33122 LatexCommand label
33123 name "sec:Decoration"
33124
33125 \end_inset
33126
33127
33128 \begin_inset Index idx
33129 status collapsed
33130
33131 \begin_layout Plain Layout
33132 Boxes ! Decoration
33133 \end_layout
33134
33135 \end_inset
33136
33137
33138 \end_layout
33139
33140 \begin_layout Standard
33141 The type of the box can be specified in the box dialog in the drop-down
33142  list 
33143 \family sans
33144 Decoration
33145 \family default
33146 .
33147  The following types are possible:
33148 \end_layout
33149
33150 \begin_layout Description
33151 No
33152 \begin_inset space ~
33153 \end_inset
33154
33155 frame Nothing is drawn.
33156 \end_layout
33157
33158 \begin_layout Description
33159 Simple
33160 \begin_inset space ~
33161 \end_inset
33162
33163 rectangular
33164 \begin_inset space ~
33165 \end_inset
33166
33167 frame This draws a rectangular frame around the box.
33168  The frame line thickness can be specified.
33169  
33170 \begin_inset Box Boxed
33171 position "c"
33172 hor_pos "c"
33173 has_inner_box 1
33174 inner_pos "c"
33175 use_parbox 0
33176 use_makebox 0
33177 width "20col%"
33178 special "none"
33179 height "1in"
33180 height_special "totalheight"
33181 thickness "0.4pt"
33182 separation "3pt"
33183 shadowsize "4pt"
33184 framecolor "black"
33185 backgroundcolor "none"
33186 status collapsed
33187
33188 \begin_layout Plain Layout
33189 \align center
33190 Rectangular box
33191 \end_layout
33192
33193 \end_inset
33194
33195
33196 \end_layout
33197
33198 \begin_layout Description
33199 Oval
33200 \begin_inset space ~
33201 \end_inset
33202
33203 box,
33204 \begin_inset space ~
33205 \end_inset
33206
33207 thin This draws an oval frame around the box.
33208  The frame line thickness has the size 0.4
33209 \begin_inset space \thinspace{}
33210 \end_inset
33211
33212 pt.
33213  
33214 \begin_inset Box ovalbox
33215 position "c"
33216 hor_pos "c"
33217 has_inner_box 1
33218 inner_pos "c"
33219 use_parbox 0
33220 use_makebox 0
33221 width "20col%"
33222 special "none"
33223 height "1in"
33224 height_special "totalheight"
33225 thickness "0.4pt"
33226 separation "3pt"
33227 shadowsize "4pt"
33228 framecolor "black"
33229 backgroundcolor "none"
33230 status collapsed
33231
33232 \begin_layout Plain Layout
33233 \align center
33234 Oval box, thin
33235 \end_layout
33236
33237 \end_inset
33238
33239
33240 \end_layout
33241
33242 \begin_layout Description
33243 Oval
33244 \begin_inset space ~
33245 \end_inset
33246
33247 box,
33248 \begin_inset space ~
33249 \end_inset
33250
33251 thick This draws an oval frame around the box.
33252  The frame line thickness has the size 0.8
33253 \begin_inset space \thinspace{}
33254 \end_inset
33255
33256 pt.
33257  
33258 \begin_inset Box Ovalbox
33259 position "c"
33260 hor_pos "c"
33261 has_inner_box 1
33262 inner_pos "c"
33263 use_parbox 0
33264 use_makebox 0
33265 width "20col%"
33266 special "none"
33267 height "1in"
33268 height_special "totalheight"
33269 thickness "0.4pt"
33270 separation "3pt"
33271 shadowsize "4pt"
33272 framecolor "black"
33273 backgroundcolor "none"
33274 status collapsed
33275
33276 \begin_layout Plain Layout
33277 \align center
33278 Oval box, thick
33279 \end_layout
33280
33281 \end_inset
33282
33283
33284 \end_layout
33285
33286 \begin_layout Description
33287 Drop
33288 \begin_inset space ~
33289 \end_inset
33290
33291 shadow This draws a rectangular frame with a shadow around the box.
33292  The frame line thickness and the shadow can be specified.
33293  
33294 \begin_inset Box Shadowbox
33295 position "c"
33296 hor_pos "c"
33297 has_inner_box 1
33298 inner_pos "c"
33299 use_parbox 0
33300 use_makebox 0
33301 width "20col%"
33302 special "none"
33303 height "1in"
33304 height_special "totalheight"
33305 thickness "0.4pt"
33306 separation "3pt"
33307 shadowsize "4pt"
33308 framecolor "black"
33309 backgroundcolor "none"
33310 status collapsed
33311
33312 \begin_layout Plain Layout
33313 \align center
33314 Shadow box
33315 \end_layout
33316
33317 \end_inset
33318
33319
33320 \end_layout
33321
33322 \begin_layout Description
33323 Shaded
33324 \begin_inset space ~
33325 \end_inset
33326
33327 background This draws a box with a red background.
33328  Unlike colored boxes
33329 \begin_inset Foot
33330 status collapsed
33331
33332 \begin_layout Plain Layout
33333 see sec.
33334 \begin_inset space \thinspace{}
33335 \end_inset
33336
33337
33338 \begin_inset CommandInset ref
33339 LatexCommand ref
33340 reference "sec:Colored-Boxes"
33341
33342 \end_inset
33343
33344
33345 \end_layout
33346
33347 \end_inset
33348
33349 , it always uses the whole column width and the box is set as its own paragraph.
33350  
33351 \begin_inset Box Shaded
33352 position "t"
33353 hor_pos "c"
33354 has_inner_box 0
33355 inner_pos "t"
33356 use_parbox 0
33357 use_makebox 0
33358 width "50col%"
33359 special "none"
33360 height "1in"
33361 height_special "totalheight"
33362 thickness "0.4pt"
33363 separation "3pt"
33364 shadowsize "4pt"
33365 framecolor "black"
33366 backgroundcolor "none"
33367 status collapsed
33368
33369 \begin_layout Plain Layout
33370 Shaded background box
33371 \end_layout
33372
33373 \end_inset
33374
33375
33376 \end_layout
33377
33378 \begin_layout Description
33379 Double
33380 \begin_inset space ~
33381 \end_inset
33382
33383 rectangular
33384 \begin_inset space ~
33385 \end_inset
33386
33387 frame This draws a double-line rectangular frame around the box.
33388  The line thickness of the inner frame is 0.75
33389 \begin_inset space \thinspace{}
33390 \end_inset
33391
33392 line
33393 \begin_inset space ~
33394 \end_inset
33395
33396 thickness, the thickness of the outer frame is 1.5
33397 \begin_inset space \thinspace{}
33398 \end_inset
33399
33400 line
33401 \begin_inset space ~
33402 \end_inset
33403
33404 thickness.
33405  The distance between the lines is 1.5
33406 \begin_inset space \thinspace{}
33407 \end_inset
33408
33409 line
33410 \begin_inset space ~
33411 \end_inset
33412
33413 thickness
33414 \begin_inset space \thinspace{}
33415 \end_inset
33416
33417 +
33418 \begin_inset space \thinspace{}
33419 \end_inset
33420
33421 0.5
33422 \begin_inset space \thinspace{}
33423 \end_inset
33424
33425 pt.
33426  
33427 \begin_inset Box Doublebox
33428 position "c"
33429 hor_pos "c"
33430 has_inner_box 1
33431 inner_pos "c"
33432 use_parbox 0
33433 use_makebox 0
33434 width "20col%"
33435 special "none"
33436 height "1in"
33437 height_special "totalheight"
33438 thickness "0.4pt"
33439 separation "3pt"
33440 shadowsize "4pt"
33441 framecolor "black"
33442 backgroundcolor "none"
33443 status collapsed
33444
33445 \begin_layout Plain Layout
33446 \align center
33447 Double rectangular box
33448 \end_layout
33449
33450 \end_inset
33451
33452
33453 \end_layout
33454
33455 \begin_layout Standard
33456 \begin_inset VSpace bigskip
33457 \end_inset
33458
33459 \SpecialChar LyX
33460 's box label will reflect the different frame types.
33461  To be able to use all types, the \SpecialChar LaTeX
33462 -package 
33463 \series bold
33464 fancybox
33465 \series default
33466
33467 \begin_inset Index idx
33468 status collapsed
33469
33470 \begin_layout Plain Layout
33471 \SpecialChar LaTeX
33472 -packages ! fancybox
33473 \end_layout
33474
33475 \end_inset
33476
33477  must be installed.
33478 \end_layout
33479
33480 \begin_layout Standard
33481 \begin_inset VSpace bigskip
33482 \end_inset
33483
33484 When you use the decoration 
33485 \family sans
33486 simple rectangular frame
33487 \family default
33488  and no inner box, you can allow page breaks within a box.
33489  Note that then, unlike other framed boxes, the frame always uses the whole
33490  column width and the box is set as its own paragraph: 
33491 \begin_inset Box Framed
33492 position "t"
33493 hor_pos "c"
33494 has_inner_box 0
33495 inner_pos "t"
33496 use_parbox 0
33497 use_makebox 0
33498 width "100col%"
33499 special "none"
33500 height "1in"
33501 height_special "totalheight"
33502 thickness "0.4pt"
33503 separation "3pt"
33504 shadowsize "4pt"
33505 framecolor "black"
33506 backgroundcolor "none"
33507 status collapsed
33508
33509 \begin_layout Plain Layout
33510 Allow page break box
33511 \end_layout
33512
33513 \end_inset
33514
33515
33516 \end_layout
33517
33518 \begin_layout Section
33519 Box Customization
33520 \begin_inset Index idx
33521 status collapsed
33522
33523 \begin_layout Plain Layout
33524 Boxes ! Customization
33525 \end_layout
33526
33527 \end_inset
33528
33529
33530 \end_layout
33531
33532 \begin_layout Standard
33533 The diameter of the round corners of the oval boxes can be set with the
33534  command 
33535 \series bold
33536
33537 \backslash
33538 cornersize
33539 \series default
33540 .
33541  The command
33542 \end_layout
33543
33544 \begin_layout Standard
33545
33546 \series bold
33547
33548 \backslash
33549 cornersize*{1cm}
33550 \end_layout
33551
33552 \begin_layout Standard
33553 sets the diameter to 1
33554 \begin_inset space \thinspace{}
33555 \end_inset
33556
33557 cm.
33558  The command
33559 \end_layout
33560
33561 \begin_layout Standard
33562
33563 \series bold
33564
33565 \backslash
33566 cornersize{num}
33567 \end_layout
33568
33569 \begin_layout Standard
33570 sets the diameter to 
33571 \family sans
33572 num
33573 \begin_inset space \thinspace{}
33574 \end_inset
33575
33576 ×
33577 \begin_inset space \thinspace{}
33578 \end_inset
33579
33580 minimum(width and height of box)
33581 \family default
33582 .
33583  The default is 
33584 \series bold
33585
33586 \backslash
33587 cornersize{0.5}
33588 \series default
33589 .
33590 \end_layout
33591
33592 \begin_layout Standard
33593 \begin_inset ERT
33594 status collapsed
33595
33596 \begin_layout Plain Layout
33597
33598
33599 \backslash
33600 cornersize*{1.5cm}
33601 \end_layout
33602
33603 \end_inset
33604
33605
33606 \begin_inset Box Ovalbox
33607 position "c"
33608 hor_pos "c"
33609 has_inner_box 1
33610 inner_pos "c"
33611 use_parbox 0
33612 use_makebox 0
33613 width "25col%"
33614 special "none"
33615 height "1in"
33616 height_special "totalheight"
33617 thickness "0.4pt"
33618 separation "3pt"
33619 shadowsize "4pt"
33620 framecolor "black"
33621 backgroundcolor "none"
33622 status open
33623
33624 \begin_layout Plain Layout
33625 \align center
33626 Oval box with 
33627 \series bold
33628
33629 \backslash
33630 cornersize
33631 \series default
33632
33633 \begin_inset space \thinspace{}
33634 \end_inset
33635
33636 =
33637 \begin_inset space \thinspace{}
33638 \end_inset
33639
33640 1.5
33641 \begin_inset space \thinspace{}
33642 \end_inset
33643
33644 cm
33645 \end_layout
33646
33647 \end_inset
33648
33649
33650 \begin_inset ERT
33651 status collapsed
33652
33653 \begin_layout Plain Layout
33654
33655
33656 \backslash
33657 cornersize{0.5}
33658 \end_layout
33659
33660 \end_inset
33661
33662
33663 \end_layout
33664
33665 \begin_layout Standard
33666 \begin_inset VSpace bigskip
33667 \end_inset
33668
33669
33670 \end_layout
33671
33672 \begin_layout Standard
33673 The default background color red of 
33674 \family sans
33675 shaded background
33676 \family default
33677  boxes can either be changed locally with the command 
33678 \series bold
33679
33680 \backslash
33681 definecolor{shadecolor}
33682 \series default
33683  or globally with the menu 
33684 \family sans
33685 Tools\SpecialChar menuseparator
33686 Preferences\SpecialChar menuseparator
33687 Colors\SpecialChar menuseparator
33688 shaded
33689 \begin_inset space ~
33690 \end_inset
33691
33692 box
33693 \family default
33694 .
33695  The scheme of the 
33696 \series bold
33697
33698 \backslash
33699 definecolor
33700 \series default
33701  command is explained in section
33702 \begin_inset space ~
33703 \end_inset
33704
33705
33706 \begin_inset CommandInset ref
33707 LatexCommand ref
33708 reference "sec:Colored-Tables"
33709
33710 \end_inset
33711
33712 .
33713 \begin_inset Foot
33714 status collapsed
33715
33716 \begin_layout Plain Layout
33717 Note that 
33718 \series bold
33719
33720 \backslash
33721 definecolor
33722 \series default
33723  requires the \SpecialChar LaTeX
33724 -package 
33725 \series bold
33726 color
33727 \series default
33728  in the preamble, see section
33729 \begin_inset space ~
33730 \end_inset
33731
33732
33733 \begin_inset CommandInset ref
33734 LatexCommand ref
33735 reference "sec:Colored-Boxes"
33736
33737 \end_inset
33738
33739 .
33740 \end_layout
33741
33742 \end_inset
33743
33744  For example the appearance of the following shaded background box is set
33745  with the \SpecialChar TeX
33746  Code command
33747 \end_layout
33748
33749 \begin_layout Standard
33750
33751 \series bold
33752
33753 \backslash
33754 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33755 \end_layout
33756
33757 \begin_layout Standard
33758 \begin_inset ERT
33759 status collapsed
33760
33761 \begin_layout Plain Layout
33762
33763
33764 \backslash
33765 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33766 \end_layout
33767
33768 \end_inset
33769
33770
33771 \begin_inset Box Shaded
33772 position "t"
33773 hor_pos "c"
33774 has_inner_box 0
33775 inner_pos "t"
33776 use_parbox 0
33777 use_makebox 0
33778 width "100col%"
33779 special "none"
33780 height "1in"
33781 height_special "totalheight"
33782 thickness "0.4pt"
33783 separation "3pt"
33784 shadowsize "4pt"
33785 framecolor "black"
33786 backgroundcolor "none"
33787 status open
33788
33789 \begin_layout Plain Layout
33790
33791 \color yellow
33792 This is yellow text in a
33793 \color none
33794  
33795 \family sans
33796 \color yellow
33797 shaded background
33798 \family default
33799 \color none
33800  
33801 \color yellow
33802 box with dark green background.
33803 \end_layout
33804
33805 \end_inset
33806
33807
33808 \begin_inset ERT
33809 status collapsed
33810
33811 \begin_layout Plain Layout
33812
33813
33814 \backslash
33815 definecolor{shadecolor}{rgb}{1,0,0}
33816 \end_layout
33817
33818 \end_inset
33819
33820
33821 \end_layout
33822
33823 \begin_layout Standard
33824 \begin_inset VSpace bigskip
33825 \end_inset
33826
33827 Manually changed sizes and colors are valid for all boxes following the
33828  commands that change them.
33829 \end_layout
33830
33831 \begin_layout Section
33832 Minipages
33833 \begin_inset CommandInset label
33834 LatexCommand label
33835 name "sec:Minipages"
33836
33837 \end_inset
33838
33839
33840 \begin_inset Index idx
33841 status collapsed
33842
33843 \begin_layout Plain Layout
33844 Boxes ! Minipages
33845 \end_layout
33846
33847 \end_inset
33848
33849
33850 \end_layout
33851
33852 \begin_layout Standard
33853 Minipages are treated by \SpecialChar LaTeX
33854  as pages within pages and can therefore for example
33855  have their own footnotes.
33856 \end_layout
33857
33858 \begin_layout Standard
33859 Minipages are useful when you write documents with different languages.
33860 \end_layout
33861
33862 \begin_layout Standard
33863 Below are two example minipages side by side.
33864  Their width is set to 45
33865 \begin_inset space \thinspace{}
33866 \end_inset
33867
33868 col% and they are separated by a horizontal fill, that was inserted via
33869  the menu 
33870 \family sans
33871 Insert\SpecialChar menuseparator
33872 Special
33873 \begin_inset space ~
33874 \end_inset
33875
33876 Formatting\SpecialChar menuseparator
33877 Horizontal
33878 \begin_inset space ~
33879 \end_inset
33880
33881 Fill
33882 \family default
33883 .
33884 \begin_inset Newpage newpage
33885 \end_inset
33886
33887
33888 \end_layout
33889
33890 \begin_layout Standard
33891 \begin_inset Box Frameless
33892 position "t"
33893 hor_pos "c"
33894 has_inner_box 1
33895 inner_pos "c"
33896 use_parbox 0
33897 use_makebox 0
33898 width "45col%"
33899 special "none"
33900 height "1in"
33901 height_special "totalheight"
33902 thickness "0.4pt"
33903 separation "3pt"
33904 shadowsize "4pt"
33905 framecolor "black"
33906 backgroundcolor "none"
33907 status open
33908
33909 \begin_layout Plain Layout
33910
33911 \lang ngerman
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  Dies ist ein deutscher Text.
33923  Dies ist ein deutscher Text.
33924  Dies ist ein deutscher Text
33925 \begin_inset Foot
33926 status collapsed
33927
33928 \begin_layout Plain Layout
33929
33930 \lang ngerman
33931 Dies ist eine deutsche Fußnote.
33932 \end_layout
33933
33934 \end_inset
33935
33936 .
33937  Dies ist ein deutscher Text.
33938  Dies ist ein deutscher Text.
33939 \end_layout
33940
33941 \end_inset
33942
33943
33944 \begin_inset space \hfill{}
33945 \end_inset
33946
33947
33948 \begin_inset Box Frameless
33949 position "t"
33950 hor_pos "c"
33951 has_inner_box 1
33952 inner_pos "c"
33953 use_parbox 0
33954 use_makebox 0
33955 width "45col%"
33956 special "none"
33957 height "1in"
33958 height_special "totalheight"
33959 thickness "0.4pt"
33960 separation "3pt"
33961 shadowsize "4pt"
33962 framecolor "black"
33963 backgroundcolor "none"
33964 status open
33965
33966 \begin_layout Plain Layout
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  This is an English Text.
33981  This is an English Text.
33982  This is an English Text.
33983 \begin_inset Foot
33984 status collapsed
33985
33986 \begin_layout Plain Layout
33987 This is an English footnote.
33988 \end_layout
33989
33990 \end_inset
33991
33992  This is an English Text.
33993 \end_layout
33994
33995 \end_inset
33996
33997
33998 \end_layout
33999
34000 \begin_layout Standard
34001 \begin_inset VSpace bigskip
34002 \end_inset
34003
34004 The document-wide paragraph settings are ignored within minipages.
34005  That means that there will be no space between paragraphs in minipages
34006  although you set it to e.
34007 \begin_inset space \thinspace{}
34008 \end_inset
34009
34010 g.
34011 \begin_inset space \space{}
34012 \end_inset
34013
34014
34015 \family sans
34016 MedSkip
34017 \family default
34018  in the document settings.
34019 \end_layout
34020
34021 \begin_layout Standard
34022 Minipages can also be used to set a background color for text parts, see
34023  section
34024 \begin_inset space ~
34025 \end_inset
34026
34027
34028 \begin_inset CommandInset ref
34029 LatexCommand ref
34030 reference "sec:Colored-Boxes"
34031
34032 \end_inset
34033
34034 .
34035 \end_layout
34036
34037 \begin_layout Standard
34038 \begin_inset Note Greyedout
34039 status open
34040
34041 \begin_layout Plain Layout
34042
34043 \series bold
34044 Note:
34045 \series default
34046  You cannot have floats or margin notes inside minipages but minipages can
34047  be used inside tables, floats, and other boxes.
34048 \end_layout
34049
34050 \end_inset
34051
34052
34053 \end_layout
34054
34055 \begin_layout Standard
34056 \begin_inset VSpace bigskip
34057 \end_inset
34058
34059
34060 \end_layout
34061
34062 \begin_layout Standard
34063 \SpecialChar LyX
34064  has also basic support for minipages whose size is automatically determined
34065  by the width of their contents, via the module 
34066 \family sans
34067 Variable-width Minipages
34068 \family default
34069 .
34070  The \SpecialChar LyX
34071  example file 
34072 \emph on
34073 varwidth-floats-side-by-side
34074 \emph default
34075  gives examples of variable-width minipages used for placing two floats
34076  side-by-side.
34077 \end_layout
34078
34079 \begin_layout Section
34080 Parboxes
34081 \begin_inset CommandInset label
34082 LatexCommand label
34083 name "sec:Parboxes"
34084
34085 \end_inset
34086
34087
34088 \begin_inset Index idx
34089 status collapsed
34090
34091 \begin_layout Plain Layout
34092 Boxes ! Parboxes
34093 \end_layout
34094
34095 \end_inset
34096
34097
34098 \end_layout
34099
34100 \begin_layout Standard
34101 Parboxes are very similar to minipages with the difference that they cannot
34102  have footnotes.
34103 \end_layout
34104
34105 \begin_layout Standard
34106 \align center
34107 \begin_inset Box Frameless
34108 position "t"
34109 hor_pos "c"
34110 has_inner_box 1
34111 inner_pos "t"
34112 use_parbox 1
34113 use_makebox 0
34114 width "33col%"
34115 special "none"
34116 height "1in"
34117 height_special "totalheight"
34118 thickness "0.4pt"
34119 separation "3pt"
34120 shadowsize "4pt"
34121 framecolor "black"
34122 backgroundcolor "none"
34123 status open
34124
34125 \begin_layout Plain Layout
34126 This a text within a parbox.
34127  This a text within a parbox.
34128 \end_layout
34129
34130 \begin_layout Plain Layout
34131 This footnote won't appear:
34132 \begin_inset Foot
34133 status collapsed
34134
34135 \begin_layout Plain Layout
34136 This footnote is inside a parbox and will therefore not appear.
34137 \end_layout
34138
34139 \end_inset
34140
34141
34142 \end_layout
34143
34144 \end_inset
34145
34146
34147 \end_layout
34148
34149 \begin_layout Section
34150 Boxes for Words and Characters
34151 \begin_inset Index idx
34152 status collapsed
34153
34154 \begin_layout Plain Layout
34155 Boxes ! for Characters
34156 \end_layout
34157
34158 \end_inset
34159
34160
34161 \end_layout
34162
34163 \begin_layout Subsection
34164 Prevent Hyphenation
34165 \begin_inset CommandInset label
34166 LatexCommand label
34167 name "sec:Prevent-Hyphenation"
34168
34169 \end_inset
34170
34171
34172 \begin_inset Index idx
34173 status collapsed
34174
34175 \begin_layout Plain Layout
34176 Boxes ! to Prevent Hyphenation
34177 \end_layout
34178
34179 \end_inset
34180
34181
34182 \end_layout
34183
34184 \begin_layout Standard
34185 You can use the box type 
34186 \family sans
34187 Makebox
34188 \family default
34189  to prevent words or text from being hyphenated.
34190 \begin_inset Newline newline
34191 \end_inset
34192
34193 Here is an example text:
34194 \end_layout
34195
34196 \begin_layout Standard
34197 This line is an example to show how you can prevent the hyphenation of 
34198 \begin_inset Quotes eld
34199 \end_inset
34200
34201 veryverylongword
34202 \begin_inset Quotes erd
34203 \end_inset
34204
34205 .
34206 \end_layout
34207
34208 \begin_layout Standard
34209 To prevent the hyphenation of the word 
34210 \begin_inset Quotes eld
34211 \end_inset
34212
34213 veryverylongword
34214 \begin_inset Quotes erd
34215 \end_inset
34216
34217 , put the word into a box, set the 
34218 \family sans
34219 Inner
34220 \begin_inset space ~
34221 \end_inset
34222
34223 box
34224 \family default
34225  to 
34226 \family sans
34227 Makebox
34228 \family default
34229  and use no explicit width.
34230 \end_layout
34231
34232 \begin_layout Standard
34233 This is the result:
34234 \end_layout
34235
34236 \begin_layout Standard
34237 This line is an example to show how you can prevent the hyphenation of 
34238 \begin_inset Box Frameless
34239 position "t"
34240 hor_pos "c"
34241 has_inner_box 1
34242 inner_pos "t"
34243 use_parbox 0
34244 use_makebox 1
34245 width ""
34246 special "none"
34247 height "1in"
34248 height_special "totalheight"
34249 thickness "0.4pt"
34250 separation "3pt"
34251 shadowsize "4pt"
34252 framecolor "black"
34253 backgroundcolor "none"
34254 status open
34255
34256 \begin_layout Plain Layout
34257 \begin_inset Quotes eld
34258 \end_inset
34259
34260 veryverylongword
34261 \begin_inset Quotes erd
34262 \end_inset
34263
34264
34265 \end_layout
34266
34267 \end_inset
34268
34269 .
34270 \end_layout
34271
34272 \begin_layout Standard
34273 You can alternatively set the command 
34274 \begin_inset Quotes eld
34275 \end_inset
34276
34277
34278 \series bold
34279
34280 \backslash
34281 -
34282 \series default
34283
34284 \begin_inset Quotes grd
34285 \end_inset
34286
34287  as \SpecialChar TeX
34288  Code directly before the word:
34289 \end_layout
34290
34291 \begin_layout Standard
34292 This line is an example to show how you can prevent the hyphenation of 
34293 \begin_inset Quotes eld
34294 \end_inset
34295
34296
34297 \begin_inset ERT
34298 status collapsed
34299
34300 \begin_layout Plain Layout
34301
34302
34303 \backslash
34304 -
34305 \end_layout
34306
34307 \end_inset
34308
34309 veryverylongword
34310 \begin_inset Quotes erd
34311 \end_inset
34312
34313 .
34314 \end_layout
34315
34316 \begin_layout Standard
34317 Of course the word now protrudes over the side margin.
34318  To avoid this, add via the menu 
34319 \family sans
34320 Insert\SpecialChar menuseparator
34321 Formatting\SpecialChar menuseparator
34322 Ragged
34323 \begin_inset space ~
34324 \end_inset
34325
34326 Line
34327 \begin_inset space ~
34328 \end_inset
34329
34330 Break
34331 \family default
34332  (shortcut 
34333 \begin_inset Info
34334 type  "shortcut"
34335 arg   "newline-insert newline"
34336 \end_inset
34337
34338 ) a line break before the word:
34339 \end_layout
34340
34341 \begin_layout Standard
34342 This line is an example to show how you can prevent the hyphenation of 
34343 \begin_inset Newline newline
34344 \end_inset
34345
34346
34347 \begin_inset Box Frameless
34348 position "t"
34349 hor_pos "c"
34350 has_inner_box 1
34351 inner_pos "t"
34352 use_parbox 0
34353 use_makebox 1
34354 width ""
34355 special "none"
34356 height "1in"
34357 height_special "totalheight"
34358 thickness "0.4pt"
34359 separation "3pt"
34360 shadowsize "4pt"
34361 framecolor "black"
34362 backgroundcolor "none"
34363 status open
34364
34365 \begin_layout Plain Layout
34366 \begin_inset Quotes eld
34367 \end_inset
34368
34369 veryverylongword
34370 \begin_inset Quotes erd
34371 \end_inset
34372
34373
34374 \end_layout
34375
34376 \end_inset
34377
34378 .
34379 \end_layout
34380
34381 \begin_layout Subsection
34382 Vertical Alignment
34383 \begin_inset CommandInset label
34384 LatexCommand label
34385 name "subsec:Vertical-Alignment"
34386
34387 \end_inset
34388
34389
34390 \begin_inset Index idx
34391 status collapsed
34392
34393 \begin_layout Plain Layout
34394 Boxes ! for Vertical Alignment
34395 \end_layout
34396
34397 \end_inset
34398
34399
34400 \begin_inset Index idx
34401 status collapsed
34402
34403 \begin_layout Plain Layout
34404 Boxes ! Raiseboxes
34405 \end_layout
34406
34407 \end_inset
34408
34409
34410 \end_layout
34411
34412 \begin_layout Standard
34413 With the help of the command 
34414 \series bold
34415
34416 \backslash
34417 raisebox
34418 \series default
34419  you can align words, characters or other boxes vertically relative to the
34420  surrounding text.
34421  
34422 \series bold
34423
34424 \backslash
34425 raisebox
34426 \series default
34427  is used with the following scheme:
34428 \end_layout
34429
34430 \begin_layout Standard
34431
34432 \series bold
34433
34434 \backslash
34435 raisebox{lift}[height][depth]{box content}
34436 \end_layout
34437
34438 \begin_layout Standard
34439 The lift can be a positive value to raise the box or a negative value to
34440  lower the box.
34441 \end_layout
34442
34443 \begin_layout Standard
34444 To align for example the word 
34445 \begin_inset Quotes eld
34446 \end_inset
34447
34448 preventing
34449 \begin_inset Quotes erd
34450 \end_inset
34451
34452  so that the bottom of the 
34453 \begin_inset Quotes eld
34454 \end_inset
34455
34456 deepest
34457 \begin_inset Quotes erd
34458 \end_inset
34459
34460  character 
34461 \begin_inset Quotes eld
34462 \end_inset
34463
34464 p
34465 \begin_inset Quotes erd
34466 \end_inset
34467
34468  is at the baseline, insert the command
34469 \end_layout
34470
34471 \begin_layout Standard
34472
34473 \series bold
34474
34475 \backslash
34476 raisebox{
34477 \backslash
34478 depth}{
34479 \end_layout
34480
34481 \begin_layout Standard
34482 in \SpecialChar TeX
34483  Code before the word.
34484  After the word insert a closing brace 
34485 \begin_inset Quotes eld
34486 \end_inset
34487
34488
34489 \series bold
34490 }
34491 \series default
34492
34493 \begin_inset Quotes erd
34494 \end_inset
34495
34496  in \SpecialChar TeX
34497  Code.
34498 \begin_inset Newline newline
34499 \end_inset
34500
34501 This is the result:
34502 \end_layout
34503
34504 \begin_layout Standard
34505 This is a text line with the word 
34506 \begin_inset ERT
34507 status collapsed
34508
34509 \begin_layout Plain Layout
34510
34511
34512 \backslash
34513 raisebox{
34514 \backslash
34515 depth}{
34516 \end_layout
34517
34518 \end_inset
34519
34520
34521 \begin_inset Quotes eld
34522 \end_inset
34523
34524 preventing
34525 \begin_inset Quotes erd
34526 \end_inset
34527
34528
34529 \begin_inset ERT
34530 status collapsed
34531
34532 \begin_layout Plain Layout
34533
34534 }
34535 \end_layout
34536
34537 \end_inset
34538
34539  as a raised word.
34540 \end_layout
34541
34542 \begin_layout Standard
34543 \begin_inset VSpace bigskip
34544 \end_inset
34545
34546 When you raise or lower characters in a line, the line distance will be
34547  spread:
34548 \end_layout
34549
34550 \begin_layout Standard
34551 This is a text line with the word 
34552 \begin_inset ERT
34553 status collapsed
34554
34555 \begin_layout Plain Layout
34556
34557
34558 \backslash
34559 raisebox{-
34560 \backslash
34561 depth}{
34562 \end_layout
34563
34564 \end_inset
34565
34566
34567 \begin_inset Quotes eld
34568 \end_inset
34569
34570 preventing
34571 \begin_inset Quotes erd
34572 \end_inset
34573
34574
34575 \begin_inset ERT
34576 status collapsed
34577
34578 \begin_layout Plain Layout
34579
34580 }
34581 \end_layout
34582
34583 \end_inset
34584
34585  as a lowered word.
34586 \begin_inset Newline newline
34587 \end_inset
34588
34589 This is a text line with the word 
34590 \begin_inset ERT
34591 status collapsed
34592
34593 \begin_layout Plain Layout
34594
34595
34596 \backslash
34597 raisebox{0.5cm}{
34598 \end_layout
34599
34600 \end_inset
34601
34602
34603 \begin_inset Quotes eld
34604 \end_inset
34605
34606 testing
34607 \begin_inset Quotes erd
34608 \end_inset
34609
34610
34611 \begin_inset ERT
34612 status collapsed
34613
34614 \begin_layout Plain Layout
34615
34616 }
34617 \end_layout
34618
34619 \end_inset
34620
34621  as a raised word.
34622 \end_layout
34623
34624 \begin_layout Standard
34625 If you want to prevent this for a certain reason, set the box height to
34626  a zero value.
34627  For example use
34628 \end_layout
34629
34630 \begin_layout Standard
34631
34632 \series bold
34633
34634 \backslash
34635 raisebox{-
34636 \backslash
34637 depth}[0pt]{
34638 \end_layout
34639
34640 \begin_layout Standard
34641 This is a text line with the word 
34642 \begin_inset ERT
34643 status collapsed
34644
34645 \begin_layout Plain Layout
34646
34647
34648 \backslash
34649 raisebox{-
34650 \backslash
34651 depth}[0pt]{
34652 \end_layout
34653
34654 \end_inset
34655
34656
34657 \begin_inset Quotes eld
34658 \end_inset
34659
34660 preventing
34661 \begin_inset Quotes erd
34662 \end_inset
34663
34664
34665 \begin_inset ERT
34666 status collapsed
34667
34668 \begin_layout Plain Layout
34669
34670 }
34671 \end_layout
34672
34673 \end_inset
34674
34675  as a lowered word.
34676 \begin_inset Newline newline
34677 \end_inset
34678
34679
34680 \begin_inset Newline newline
34681 \end_inset
34682
34683 This is a text line with the word 
34684 \begin_inset ERT
34685 status collapsed
34686
34687 \begin_layout Plain Layout
34688
34689
34690 \backslash
34691 raisebox{0.5cm}[0pt]{
34692 \end_layout
34693
34694 \end_inset
34695
34696
34697 \begin_inset Quotes eld
34698 \end_inset
34699
34700 testing
34701 \begin_inset Quotes erd
34702 \end_inset
34703
34704
34705 \begin_inset ERT
34706 status collapsed
34707
34708 \begin_layout Plain Layout
34709
34710 }
34711 \end_layout
34712
34713 \end_inset
34714
34715  as a raised word.
34716 \end_layout
34717
34718 \begin_layout Section
34719 Colored Boxes
34720 \begin_inset CommandInset label
34721 LatexCommand label
34722 name "sec:Colored-Boxes"
34723
34724 \end_inset
34725
34726
34727 \begin_inset Index idx
34728 status collapsed
34729
34730 \begin_layout Plain Layout
34731 Boxes ! Color
34732 \end_layout
34733
34734 \end_inset
34735
34736
34737 \end_layout
34738
34739 \begin_layout Standard
34740 To color the background of a box just select the color you like in the box
34741  dialog.
34742  This is for example a box with orange background: 
34743 \begin_inset Box Frameless
34744 position "t"
34745 hor_pos "c"
34746 has_inner_box 1
34747 inner_pos "t"
34748 use_parbox 0
34749 use_makebox 1
34750 width ""
34751 special "none"
34752 height "1in"
34753 height_special "totalheight"
34754 thickness "0.4pt"
34755 separation "3pt"
34756 shadowsize "4pt"
34757 framecolor "black"
34758 backgroundcolor "orange"
34759 status open
34760
34761 \begin_layout Plain Layout
34762 Box with orange background
34763 \end_layout
34764
34765 \end_inset
34766
34767
34768 \end_layout
34769
34770 \begin_layout Standard
34771 If you use the decoration 
34772 \family sans
34773 Simple
34774 \begin_inset space ~
34775 \end_inset
34776
34777 rectangular
34778 \begin_inset space ~
34779 \end_inset
34780
34781 frame
34782 \family default
34783  you can set a frame color.
34784  In this case you must also specify a background color (LyX sets white as
34785  default).
34786  Here is an example: 
34787 \begin_inset Box Boxed
34788 position "t"
34789 hor_pos "c"
34790 has_inner_box 0
34791 inner_pos "t"
34792 use_parbox 0
34793 use_makebox 0
34794 width ""
34795 special "none"
34796 height "1in"
34797 height_special "totalheight"
34798 thickness "0.4pt"
34799 separation "3pt"
34800 shadowsize "4pt"
34801 framecolor "teal"
34802 backgroundcolor "yellow"
34803 status open
34804
34805 \begin_layout Plain Layout
34806 Box with teal frame color and yellow background color
34807 \end_layout
34808
34809 \end_inset
34810
34811
34812 \end_layout
34813
34814 \begin_layout Standard
34815 \begin_inset VSpace bigskip
34816 \end_inset
34817
34818 Of course you can also have colored text inside a colored box:
34819 \begin_inset Newline newline
34820 \end_inset
34821
34822
34823 \begin_inset Box Boxed
34824 position "t"
34825 hor_pos "c"
34826 has_inner_box 0
34827 inner_pos "t"
34828 use_parbox 0
34829 use_makebox 0
34830 width ""
34831 special "none"
34832 height "1in"
34833 height_special "totalheight"
34834 thickness "0.4pt"
34835 separation "3pt"
34836 shadowsize "4pt"
34837 framecolor "cyan"
34838 backgroundcolor "magenta"
34839 status open
34840
34841 \begin_layout Plain Layout
34842
34843 \color yellow
34844 This is colored text within a colored, framed box
34845 \end_layout
34846
34847 \end_inset
34848
34849
34850 \end_layout
34851
34852 \begin_layout Standard
34853 \begin_inset VSpace bigskip
34854 \end_inset
34855
34856
34857 \end_layout
34858
34859 \begin_layout Standard
34860 If you need another color than the predefined ones, you can define your
34861  own color as described in section
34862 \begin_inset space ~
34863 \end_inset
34864
34865
34866 \begin_inset CommandInset ref
34867 LatexCommand ref
34868 reference "sec:Colored-Tables"
34869
34870 \end_inset
34871
34872 .
34873  To use your own color you must typeset the box by using TeX code:
34874 \end_layout
34875
34876 \begin_layout Standard
34877 Colored boxes without frame are created with the command 
34878 \series bold
34879
34880 \backslash
34881 colorbox
34882 \series default
34883 .
34884  It has the following scheme:
34885 \end_layout
34886
34887 \begin_layout Standard
34888
34889 \series bold
34890
34891 \backslash
34892 colorbox{color}{box content}
34893 \end_layout
34894
34895 \begin_layout Standard
34896 The box content can also be a box and colored boxes can also be within other
34897  boxes.
34898  To have e.
34899 \begin_inset space \thinspace{}
34900 \end_inset
34901
34902 g.
34903 \begin_inset space \space{}
34904 \end_inset
34905
34906 a darkgreen background for a word, insert the command
34907 \end_layout
34908
34909 \begin_layout Standard
34910
34911 \series bold
34912
34913 \backslash
34914 colorbox{darkgreen}{
34915 \end_layout
34916
34917 \begin_layout Standard
34918 before the word in \SpecialChar TeX
34919  Code.
34920  After the word insert a closing brace 
34921 \begin_inset Quotes eld
34922 \end_inset
34923
34924
34925 \series bold
34926 }
34927 \series default
34928
34929 \begin_inset Quotes erd
34930 \end_inset
34931
34932  in \SpecialChar TeX
34933  Code.
34934 \begin_inset Newline newline
34935 \end_inset
34936
34937 This is the result:
34938 \end_layout
34939
34940 \begin_layout Standard
34941 This is a line where the word 
34942 \begin_inset ERT
34943 status collapsed
34944
34945 \begin_layout Plain Layout
34946
34947
34948 \backslash
34949 colorbox{darkgreen}{
34950 \end_layout
34951
34952 \end_inset
34953
34954
34955 \begin_inset Quotes eld
34956 \end_inset
34957
34958 Attention!
34959 \begin_inset Quotes erd
34960 \end_inset
34961
34962
34963 \begin_inset ERT
34964 status collapsed
34965
34966 \begin_layout Plain Layout
34967
34968 }
34969 \end_layout
34970
34971 \end_inset
34972
34973  has a darkgreen background.
34974 \end_layout
34975
34976 \begin_layout Standard
34977 Framed, colored boxes are created with the command 
34978 \series bold
34979
34980 \backslash
34981 fcolorbox
34982 \series default
34983 .
34984  It has the following scheme:
34985 \end_layout
34986
34987 \begin_layout Standard
34988
34989 \series bold
34990
34991 \backslash
34992 fcolorbox{frame color}{box color}{box content}
34993 \end_layout
34994
34995 \begin_layout Section
34996 Rotated and Scaled Boxes
34997 \end_layout
34998
34999 \begin_layout Standard
35000 To use the boxes described in this section, the module 
35001 \family sans
35002 GraphicBoxes
35003 \family default
35004  must be loaded in the document settings.
35005 \end_layout
35006
35007 \begin_layout Standard
35008 \begin_inset Note Greyedout
35009 status open
35010
35011 \begin_layout Plain Layout
35012
35013 \series bold
35014 Note:
35015 \series default
35016  Not all DVI viewers are able to display rotated or scaled material.
35017 \end_layout
35018
35019 \end_inset
35020
35021
35022 \end_layout
35023
35024 \begin_layout Standard
35025 \begin_inset Note Greyedout
35026 status open
35027
35028 \begin_layout Plain Layout
35029
35030 \series bold
35031 Note:
35032 \series default
35033  Floats are not allowed inside a rotated or scaled box.
35034 \end_layout
35035
35036 \end_inset
35037
35038
35039 \end_layout
35040
35041 \begin_layout Subsection
35042 Rotated Boxes
35043 \begin_inset Index idx
35044 status collapsed
35045
35046 \begin_layout Plain Layout
35047 Boxes ! rotated
35048 \end_layout
35049
35050 \end_inset
35051
35052
35053 \begin_inset Index idx
35054 status collapsed
35055
35056 \begin_layout Plain Layout
35057 Rotated Material
35058 \end_layout
35059
35060 \end_inset
35061
35062
35063 \end_layout
35064
35065 \begin_layout Standard
35066 To rotate material, you can put it into a 
35067 \family sans
35068 Rotatebox
35069 \family default
35070 .
35071  Such a box is inserted via the menu 
35072 \family sans
35073 Insert\SpecialChar menuseparator
35074 Custom Insets\SpecialChar menuseparator
35075 Rotatebox
35076 \family default
35077 .
35078 \end_layout
35079
35080 \begin_layout Standard
35081 The rotation origin can be specified via the inset 
35082 \family sans
35083 Origin
35084 \family default
35085  (menu 
35086 \family sans
35087 Insert\SpecialChar menuseparator
35088 Origin
35089 \family default
35090 ) in the form 
35091 \series bold
35092 origin=position
35093 \series default
35094 .
35095  The following positions are possible: 
35096 \emph on
35097 c
35098 \emph default
35099  (center), 
35100 \emph on
35101 l
35102 \emph default
35103  (left), 
35104 \emph on
35105 r
35106 \emph default
35107  (right), 
35108 \emph on
35109 b
35110 \emph default
35111  (bottom), 
35112 \emph on
35113 t
35114 \emph default
35115  (top), along with meaningful combinations of the four base positions.
35116  For example 
35117 \emph on
35118 lt
35119 \emph default
35120  means that the rotation origin is at the top left corner of the box.
35121  When no rotation origin is specified, the position 
35122 \emph on
35123 l
35124 \emph default
35125  will be used.
35126  The rotation angle is a number that can be negative that specifies the
35127  angle in degrees.
35128  The rotation direction is counterclockwise.
35129 \end_layout
35130
35131 \begin_layout Standard
35132 In the following example 
35133 \series bold
35134 origin=c
35135 \series default
35136  was inserted to the 
35137 \family sans
35138 Origin
35139 \family default
35140  inset and 
35141 \series bold
35142 60
35143 \series default
35144  was inserted to the 
35145 \family sans
35146 Angle
35147 \family default
35148  inset.
35149 \end_layout
35150
35151 \begin_layout Standard
35152 This is a line 
35153 \begin_inset Flex Rotatebox
35154 status open
35155
35156 \begin_layout Plain Layout
35157 \begin_inset Argument 1
35158 status open
35159
35160 \begin_layout Plain Layout
35161 origin=c
35162 \end_layout
35163
35164 \end_inset
35165
35166
35167 \begin_inset Argument 2
35168 status open
35169
35170 \begin_layout Plain Layout
35171 60
35172 \end_layout
35173
35174 \end_inset
35175
35176 with rotated
35177 \end_layout
35178
35179 \end_inset
35180
35181  text.
35182 \end_layout
35183
35184 \begin_layout Standard
35185 The box content can also be another box or an inline formula:
35186 \end_layout
35187
35188 \begin_layout Standard
35189 This is a line 
35190 \begin_inset Flex Rotatebox
35191 status open
35192
35193 \begin_layout Plain Layout
35194 \begin_inset Argument 1
35195 status open
35196
35197 \begin_layout Plain Layout
35198 origin=r
35199 \end_layout
35200
35201 \end_inset
35202
35203
35204 \begin_inset Argument 2
35205 status open
35206
35207 \begin_layout Plain Layout
35208 -60
35209 \end_layout
35210
35211 \end_inset
35212
35213
35214 \begin_inset Box Doublebox
35215 position "c"
35216 hor_pos "c"
35217 has_inner_box 0
35218 inner_pos "c"
35219 use_parbox 0
35220 use_makebox 0
35221 width "1in"
35222 special "width"
35223 height "1in"
35224 height_special "totalheight"
35225 thickness "0.4pt"
35226 separation "3pt"
35227 shadowsize "4pt"
35228 framecolor "black"
35229 backgroundcolor "none"
35230 status collapsed
35231
35232 \begin_layout Plain Layout
35233 with rotated
35234 \end_layout
35235
35236 \end_inset
35237
35238
35239 \end_layout
35240
35241 \end_inset
35242
35243  framed text 
35244 \begin_inset Flex Rotatebox
35245 status open
35246
35247 \begin_layout Plain Layout
35248 \begin_inset Argument 1
35249 status open
35250
35251 \begin_layout Plain Layout
35252 origin=lb
35253 \end_layout
35254
35255 \end_inset
35256
35257
35258 \begin_inset Argument 2
35259 status open
35260
35261 \begin_layout Plain Layout
35262 60
35263 \end_layout
35264
35265 \end_inset
35266
35267
35268 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35269 \end_inset
35270
35271
35272 \end_layout
35273
35274 \end_inset
35275
35276  and a formula.
35277 \end_layout
35278
35279 \begin_layout Standard
35280 or an image or table:
35281 \end_layout
35282
35283 \begin_layout Standard
35284 This is a line 
35285 \begin_inset Flex Rotatebox
35286 status open
35287
35288 \begin_layout Plain Layout
35289 \begin_inset Argument 1
35290 status open
35291
35292 \begin_layout Plain Layout
35293 origin=lb
35294 \end_layout
35295
35296 \end_inset
35297
35298
35299 \begin_inset Argument 2
35300 status open
35301
35302 \begin_layout Plain Layout
35303 90
35304 \end_layout
35305
35306 \end_inset
35307
35308
35309 \begin_inset Graphics
35310         filename clipart/platypus.eps
35311         lyxscale 50
35312         width 25col%
35313
35314 \end_inset
35315
35316
35317 \end_layout
35318
35319 \end_inset
35320
35321  with a rotated image 
35322 \begin_inset Flex Rotatebox
35323 status open
35324
35325 \begin_layout Plain Layout
35326 \begin_inset Argument 2
35327 status open
35328
35329 \begin_layout Plain Layout
35330 -90
35331 \end_layout
35332
35333 \end_inset
35334
35335
35336 \begin_inset Tabular
35337 <lyxtabular version="3" rows="2" columns="2">
35338 <features tabularvalignment="middle">
35339 <column alignment="center" valignment="top">
35340 <column alignment="center" valignment="top">
35341 <row>
35342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35343 \begin_inset Text
35344
35345 \begin_layout Plain Layout
35346 q
35347 \end_layout
35348
35349 \end_inset
35350 </cell>
35351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35352 \begin_inset Text
35353
35354 \begin_layout Plain Layout
35355 w
35356 \end_layout
35357
35358 \end_inset
35359 </cell>
35360 </row>
35361 <row>
35362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35363 \begin_inset Text
35364
35365 \begin_layout Plain Layout
35366 e
35367 \end_layout
35368
35369 \end_inset
35370 </cell>
35371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35372 \begin_inset Text
35373
35374 \begin_layout Plain Layout
35375 r
35376 \end_layout
35377
35378 \end_inset
35379 </cell>
35380 </row>
35381 </lyxtabular>
35382
35383 \end_inset
35384
35385
35386 \end_layout
35387
35388 \end_inset
35389
35390  and table.
35391 \begin_inset Index idx
35392 status collapsed
35393
35394 \begin_layout Plain Layout
35395 Figures ! rotated
35396 \end_layout
35397
35398 \end_inset
35399
35400
35401 \begin_inset Index idx
35402 status collapsed
35403
35404 \begin_layout Plain Layout
35405 Table Customization ! Rotating
35406 \end_layout
35407
35408 \end_inset
35409
35410
35411 \end_layout
35412
35413 \begin_layout Standard
35414 \begin_inset Note Greyedout
35415 status open
35416
35417 \begin_layout Plain Layout
35418
35419 \series bold
35420 Note:
35421 \series default
35422  If the 
35423 \family sans
35424 Angle
35425 \family default
35426  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
35427
35428  errors when viewing/exporting the document.
35429 \end_layout
35430
35431 \end_inset
35432
35433
35434 \end_layout
35435
35436 \begin_layout Subsection
35437 Scaled Boxes
35438 \begin_inset Index idx
35439 status collapsed
35440
35441 \begin_layout Plain Layout
35442 Boxes ! scaled
35443 \end_layout
35444
35445 \end_inset
35446
35447
35448 \begin_inset Index idx
35449 status collapsed
35450
35451 \begin_layout Plain Layout
35452 Scaled Material
35453 \end_layout
35454
35455 \end_inset
35456
35457
35458 \end_layout
35459
35460 \begin_layout Standard
35461 To scale material put it into a 
35462 \family sans
35463 Scalebox
35464 \family default
35465 .
35466  Such a box is inserted via the menu 
35467 \family sans
35468 Insert\SpecialChar menuseparator
35469 Custom Insets\SpecialChar menuseparator
35470 Scalebox
35471 \family default
35472 .
35473 \end_layout
35474
35475 \begin_layout Standard
35476 The 
35477 \family sans
35478 Scalebox
35479 \family default
35480  inset has the mandatory inset 
35481 \family sans
35482 H-Factor
35483 \family default
35484  and the optional inset 
35485 \family sans
35486 V-Factor
35487 \family default
35488  (inserted via the menu 
35489 \family sans
35490 Insert\SpecialChar menuseparator
35491 V-Factor)
35492 \family default
35493 .
35494  Input there the horizontal and vertical scale factor, respectively.
35495  If no 
35496 \family sans
35497 V-Factor
35498 \family default
35499  inset is used, the horizontal factor will also be used as the vertical
35500  one.
35501 \end_layout
35502
35503 \begin_layout Standard
35504 To get for example the double text size, compared to the document text size,
35505  insert 
35506 \series bold
35507 2
35508 \series default
35509  into the 
35510 \family sans
35511 H-Factor
35512 \family default
35513  inset.
35514  An example: 
35515 \begin_inset Flex Scalebox
35516 status open
35517
35518 \begin_layout Plain Layout
35519 \begin_inset Argument 1
35520 status open
35521
35522 \begin_layout Plain Layout
35523 2
35524 \end_layout
35525
35526 \end_inset
35527
35528 Hello
35529 \end_layout
35530
35531 \end_inset
35532
35533
35534 \end_layout
35535
35536 \begin_layout Standard
35537
35538 \series bold
35539 2
35540 \series default
35541  as 
35542 \family sans
35543 H-Factor
35544 \family default
35545  and 
35546 \series bold
35547 1
35548 \series default
35549  as 
35550 \family sans
35551 V-Factor
35552 \family default
35553  distorts the 
35554 \begin_inset Flex Scalebox
35555 status open
35556
35557 \begin_layout Plain Layout
35558 \begin_inset Argument 1
35559 status open
35560
35561 \begin_layout Plain Layout
35562 2
35563 \end_layout
35564
35565 \end_inset
35566
35567
35568 \begin_inset Argument 2
35569 status open
35570
35571 \begin_layout Plain Layout
35572 1
35573 \end_layout
35574
35575 \end_inset
35576
35577 Hello
35578 \end_layout
35579
35580 \end_inset
35581
35582 .
35583 \end_layout
35584
35585 \begin_layout Standard
35586 If the scaling factor is negative, the box content will be mirrored.
35587  Therefore 
35588 \series bold
35589 -1
35590 \series default
35591  as 
35592 \family sans
35593 H-Factor
35594 \family default
35595  and 
35596 \series bold
35597 1
35598 \series default
35599  as 
35600 \family sans
35601 V-Factor
35602 \family default
35603  can be used to create mirror writing: 
35604 \begin_inset Flex Scalebox
35605 status open
35606
35607 \begin_layout Plain Layout
35608 \begin_inset Argument 1
35609 status open
35610
35611 \begin_layout Plain Layout
35612 -1
35613 \end_layout
35614
35615 \end_inset
35616
35617
35618 \begin_inset Argument 2
35619 status open
35620
35621 \begin_layout Plain Layout
35622 1
35623 \end_layout
35624
35625 \end_inset
35626
35627 Hello
35628 \end_layout
35629
35630 \end_inset
35631
35632
35633 \end_layout
35634
35635 \begin_layout Standard
35636
35637 \series bold
35638 1
35639 \series default
35640  as 
35641 \family sans
35642 H-Factor
35643 \family default
35644  and 
35645 \series bold
35646 -1
35647 \series default
35648  as 
35649 \family sans
35650 V-Factor
35651 \family default
35652  reflects the 
35653 \begin_inset Flex Scalebox
35654 status open
35655
35656 \begin_layout Plain Layout
35657 \begin_inset Argument 1
35658 status open
35659
35660 \begin_layout Plain Layout
35661 1
35662 \end_layout
35663
35664 \end_inset
35665
35666
35667 \begin_inset Argument 2
35668 status open
35669
35670 \begin_layout Plain Layout
35671 -1
35672 \end_layout
35673
35674 \end_inset
35675
35676 Hello
35677 \end_layout
35678
35679 \end_inset
35680
35681  at the base line.
35682 \end_layout
35683
35684 \begin_layout Standard
35685 The 
35686 \family sans
35687 Reflectbox
35688 \family default
35689  (menu 
35690 \family sans
35691 Insert\SpecialChar menuseparator
35692 Custom Insets\SpecialChar menuseparator
35693 Reflectbox
35694 \family default
35695 ) is equivalent to 
35696 \series bold
35697 -1
35698 \series default
35699  as 
35700 \family sans
35701 H-Factor
35702 \family default
35703  and 
35704 \series bold
35705 1
35706 \series default
35707  as 
35708 \family sans
35709 V-Factor 
35710 \family default
35711 for a 
35712 \family sans
35713 Scalebox
35714 \family default
35715 .
35716 \end_layout
35717
35718 \begin_layout Standard
35719 \begin_inset Note Greyedout
35720 status open
35721
35722 \begin_layout Plain Layout
35723
35724 \series bold
35725 Note:
35726 \series default
35727  If the 
35728 \family sans
35729 H-Factor
35730 \family default
35731  inset is empty or contains other characters than numbers you will get LaTeX
35732  errors when viewing/exporting the document.
35733 \end_layout
35734
35735 \end_inset
35736
35737
35738 \end_layout
35739
35740 \begin_layout Standard
35741 \begin_inset VSpace bigskip
35742 \end_inset
35743
35744 The 
35745 \family sans
35746 Resizebox
35747 \family default
35748  (menu 
35749 \family sans
35750 Insert\SpecialChar menuseparator
35751 Custom Insets\SpecialChar menuseparator
35752 Resizebox
35753 \family default
35754 ) is used to scale the content to a defined width and height.
35755  The 
35756 \family sans
35757 Resizebox
35758 \family default
35759  inset has the mandatory inset 
35760 \family sans
35761 Width
35762 \family default
35763  and the optional inset 
35764 \family sans
35765 Height
35766 \family default
35767  (inserted via the menu 
35768 \family sans
35769 Insert\SpecialChar menuseparator
35770 Height)
35771 \family default
35772 .
35773  Input there the width and height, respectively, as value with a unit.
35774  
35775 \begin_inset CommandInset ref
35776 LatexCommand ref
35777 reference "tab:Units"
35778
35779 \end_inset
35780
35781  lists the possible units.
35782  If there is an exclamation mark 
35783 \series bold
35784 !
35785 \series default
35786  in of of the two insets, the size is set so that the aspect ratio of the
35787  box content is kept.
35788  If no 
35789 \family sans
35790 Height
35791 \family default
35792  inset is used an exclamation mark will internally be used for the height.
35793 \end_layout
35794
35795 \begin_layout Standard
35796
35797 \series bold
35798 2cm
35799 \series default
35800  as 
35801 \family sans
35802 Width
35803 \family default
35804  and 
35805 \series bold
35806 1cm
35807 \series default
35808  as 
35809 \family sans
35810 Height
35811 \family default
35812  produces: 
35813 \begin_inset Flex Resizebox
35814 status open
35815
35816 \begin_layout Plain Layout
35817 \begin_inset Argument 1
35818 status open
35819
35820 \begin_layout Plain Layout
35821 2cm
35822 \end_layout
35823
35824 \end_inset
35825
35826
35827 \begin_inset Argument 2
35828 status open
35829
35830 \begin_layout Plain Layout
35831 1cm
35832 \end_layout
35833
35834 \end_inset
35835
35836 Hello
35837 \end_layout
35838
35839 \end_inset
35840
35841
35842 \begin_inset Newline newline
35843 \end_inset
35844
35845
35846 \series bold
35847 2cm
35848 \series default
35849  as 
35850 \family sans
35851 Width
35852 \family default
35853  and 
35854 \series bold
35855 !
35856 \series default
35857  as 
35858 \family sans
35859 Height
35860 \family default
35861  (or no 
35862 \family sans
35863 Height
35864 \family default
35865 ) produces: 
35866 \begin_inset Flex Resizebox
35867 status open
35868
35869 \begin_layout Plain Layout
35870 \begin_inset Argument 1
35871 status open
35872
35873 \begin_layout Plain Layout
35874 2cm
35875 \end_layout
35876
35877 \end_inset
35878
35879
35880 \begin_inset Argument 2
35881 status open
35882
35883 \begin_layout Plain Layout
35884 !
35885 \end_layout
35886
35887 \end_inset
35888
35889 Hello
35890 \end_layout
35891
35892 \end_inset
35893
35894
35895 \end_layout
35896
35897 \begin_layout Standard
35898 \begin_inset Note Greyedout
35899 status open
35900
35901 \begin_layout Plain Layout
35902
35903 \series bold
35904 Note:
35905 \series default
35906  If the 
35907 \family sans
35908 Width
35909 \family default
35910  inset is empty or contains an invalid unit you will get LaTeX errors when
35911  viewing/exporting the document.
35912 \end_layout
35913
35914 \end_inset
35915
35916
35917 \end_layout
35918
35919 \begin_layout Standard
35920 \begin_inset VSpace bigskip
35921 \end_inset
35922
35923
35924 \end_layout
35925
35926 \begin_layout Standard
35927 The boxes can be combined in any order.
35928  As example a 
35929 \family sans
35930 Reflectbox
35931 \family default
35932  inside a 
35933 \family sans
35934 Resizebox
35935 \family default
35936  which is in turn inside a 
35937 \family sans
35938 Rotatebox
35939 \family default
35940 :
35941 \end_layout
35942
35943 \begin_layout Standard
35944 \noindent
35945 \align center
35946 \begin_inset Flex Rotatebox
35947 status open
35948
35949 \begin_layout Plain Layout
35950 \begin_inset Argument 1
35951 status open
35952
35953 \begin_layout Plain Layout
35954 origin=c
35955 \end_layout
35956
35957 \end_inset
35958
35959
35960 \begin_inset Argument 2
35961 status open
35962
35963 \begin_layout Plain Layout
35964 -45
35965 \end_layout
35966
35967 \end_inset
35968
35969
35970 \begin_inset Flex Resizebox
35971 status open
35972
35973 \begin_layout Plain Layout
35974 \begin_inset Argument 1
35975 status open
35976
35977 \begin_layout Plain Layout
35978 2cm
35979 \end_layout
35980
35981 \end_inset
35982
35983
35984 \begin_inset Flex Reflectbox
35985 status open
35986
35987 \begin_layout Plain Layout
35988 Hello
35989 \end_layout
35990
35991 \end_inset
35992
35993
35994 \end_layout
35995
35996 \end_inset
35997
35998
35999 \end_layout
36000
36001 \end_inset
36002
36003
36004 \end_layout
36005
36006 \begin_layout Standard
36007 \noindent
36008 Images, tables, and inline formulas are allowed as box content:
36009 \end_layout
36010
36011 \begin_layout Standard
36012 \noindent
36013 \align center
36014 \begin_inset Flex Resizebox
36015 status open
36016
36017 \begin_layout Plain Layout
36018 \begin_inset Argument 1
36019 status open
36020
36021 \begin_layout Plain Layout
36022 2cm
36023 \end_layout
36024
36025 \end_inset
36026
36027
36028 \begin_inset Flex Reflectbox
36029 status open
36030
36031 \begin_layout Plain Layout
36032 \begin_inset Graphics
36033         filename clipart/platypus.eps
36034         lyxscale 50
36035         width 25col%
36036
36037 \end_inset
36038
36039
36040 \end_layout
36041
36042 \end_inset
36043
36044
36045 \end_layout
36046
36047 \end_inset
36048
36049  
36050 \begin_inset Flex Resizebox
36051 status open
36052
36053 \begin_layout Plain Layout
36054 \begin_inset Argument 1
36055 status open
36056
36057 \begin_layout Plain Layout
36058 2cm
36059 \end_layout
36060
36061 \end_inset
36062
36063
36064 \begin_inset Flex Reflectbox
36065 status open
36066
36067 \begin_layout Plain Layout
36068 \begin_inset Tabular
36069 <lyxtabular version="3" rows="2" columns="2">
36070 <features tabularvalignment="middle">
36071 <column alignment="center" valignment="top">
36072 <column alignment="center" valignment="top">
36073 <row>
36074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36075 \begin_inset Text
36076
36077 \begin_layout Plain Layout
36078 q
36079 \end_layout
36080
36081 \end_inset
36082 </cell>
36083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36084 \begin_inset Text
36085
36086 \begin_layout Plain Layout
36087 w
36088 \end_layout
36089
36090 \end_inset
36091 </cell>
36092 </row>
36093 <row>
36094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36095 \begin_inset Text
36096
36097 \begin_layout Plain Layout
36098 e
36099 \end_layout
36100
36101 \end_inset
36102 </cell>
36103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36104 \begin_inset Text
36105
36106 \begin_layout Plain Layout
36107 r
36108 \end_layout
36109
36110 \end_inset
36111 </cell>
36112 </row>
36113 </lyxtabular>
36114
36115 \end_inset
36116
36117
36118 \end_layout
36119
36120 \end_inset
36121
36122
36123 \end_layout
36124
36125 \end_inset
36126
36127  
36128 \begin_inset Flex Resizebox
36129 status open
36130
36131 \begin_layout Plain Layout
36132 \begin_inset Argument 1
36133 status open
36134
36135 \begin_layout Plain Layout
36136 3cm
36137 \end_layout
36138
36139 \end_inset
36140
36141
36142 \begin_inset Flex Reflectbox
36143 status open
36144
36145 \begin_layout Plain Layout
36146 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36147 \end_inset
36148
36149
36150 \end_layout
36151
36152 \end_inset
36153
36154
36155 \end_layout
36156
36157 \end_inset
36158
36159
36160 \begin_inset Index idx
36161 status collapsed
36162
36163 \begin_layout Plain Layout
36164 Figures ! scaled
36165 \end_layout
36166
36167 \end_inset
36168
36169
36170 \begin_inset Index idx
36171 status collapsed
36172
36173 \begin_layout Plain Layout
36174 Table Customization ! Scaling
36175 \end_layout
36176
36177 \end_inset
36178
36179
36180 \end_layout
36181
36182 \begin_layout Standard
36183 When the global formula style 
36184 \series bold
36185 fleqn
36186 \series default
36187  is used in the document
36188 \begin_inset Foot
36189 status collapsed
36190
36191 \begin_layout Plain Layout
36192 When 
36193 \begin_inset Quotes eld
36194 \end_inset
36195
36196 fleqn
36197 \begin_inset Quotes erd
36198 \end_inset
36199
36200  is added to the document class options.
36201 \end_layout
36202
36203 \end_inset
36204
36205 , display style formulas can also be scaled.
36206 \end_layout
36207
36208 \begin_layout Chapter
36209 Objects Surrounded by Text
36210 \begin_inset Index idx
36211 status collapsed
36212
36213 \begin_layout Plain Layout
36214 Surrounded by text
36215 \end_layout
36216
36217 \end_inset
36218
36219
36220 \end_layout
36221
36222 \begin_layout Section
36223 Wrap Floats
36224 \begin_inset CommandInset label
36225 LatexCommand label
36226 name "sec:Wrap-Floats"
36227
36228 \end_inset
36229
36230
36231 \begin_inset Index idx
36232 status collapsed
36233
36234 \begin_layout Plain Layout
36235 Floats ! Wrap Floats
36236 \end_layout
36237
36238 \end_inset
36239
36240
36241 \begin_inset Index idx
36242 status collapsed
36243
36244 \begin_layout Plain Layout
36245 Surrounded by text ! Wrap Floats
36246 \end_layout
36247
36248 \end_inset
36249
36250
36251 \end_layout
36252
36253 \begin_layout Standard
36254 \begin_inset Wrap figure
36255 lines 0
36256 placement l
36257 overhang 1cm
36258 width "40col%"
36259 status open
36260
36261 \begin_layout Plain Layout
36262 \begin_inset Graphics
36263         filename clipart/mobius.eps
36264         width 40col%
36265         scaleBeforeRotation
36266         rotateOrigin center
36267
36268 \end_inset
36269
36270
36271 \end_layout
36272
36273 \begin_layout Plain Layout
36274 \begin_inset Caption Standard
36275
36276 \begin_layout Plain Layout
36277 \begin_inset CommandInset label
36278 LatexCommand label
36279 name "fig:This-is-a"
36280
36281 \end_inset
36282
36283 This is a figure wrap float.
36284 \end_layout
36285
36286 \end_inset
36287
36288
36289 \end_layout
36290
36291 \end_inset
36292
36293  This float type is used if you want to wrap text around a figure or table
36294  so that it only occupies some fraction of the column width.
36295  It can be inserted using the menu 
36296 \family sans
36297 Insert\SpecialChar menuseparator
36298 Floats\SpecialChar menuseparator
36299 Figure
36300 \begin_inset space ~
36301 \end_inset
36302
36303 Wrap
36304 \begin_inset space ~
36305 \end_inset
36306
36307 Float
36308 \family default
36309  or 
36310 \family sans
36311 Table
36312 \begin_inset space ~
36313 \end_inset
36314
36315 Wrap
36316 \begin_inset space ~
36317 \end_inset
36318
36319 Float
36320 \family default
36321  if the \SpecialChar LaTeX
36322 -package 
36323 \series bold
36324 wrapfig
36325 \series default
36326
36327 \begin_inset Index idx
36328 status collapsed
36329
36330 \begin_layout Plain Layout
36331 \SpecialChar LaTeX
36332 -packages ! wrapfig
36333 \end_layout
36334
36335 \end_inset
36336
36337  is installed.
36338 \begin_inset Foot
36339 status collapsed
36340
36341 \begin_layout Plain Layout
36342 Installing a \SpecialChar LaTeX
36343 -package is explained it in the 
36344 \emph on
36345 \SpecialChar LaTeX
36346
36347 \begin_inset space ~
36348 \end_inset
36349
36350 Configuration
36351 \emph default
36352  manual.
36353 \end_layout
36354
36355 \end_inset
36356
36357  The settings of the float can be modified by right-clicking on the float
36358  box.
36359  The mandatory settings are the float 
36360 \family sans
36361 Placement
36362 \family default
36363  and its 
36364 \family sans
36365 Width
36366 \family default
36367 .
36368  Optional are the 
36369 \family sans
36370 Overhang
36371 \family default
36372  that specifies how much the float is set into the paragraph
36373 \begin_inset space \thinspace{}
36374 \end_inset
36375
36376 /
36377 \begin_inset space \thinspace{}
36378 \end_inset
36379
36380 page margin, and the 
36381 \family sans
36382 Line
36383 \begin_inset space ~
36384 \end_inset
36385
36386 span
36387 \family default
36388  that specifies how many text lines the float will approximately need.
36389  The line span is often hard to approximate; so it is better only to use
36390  it when you encounter float placement problems.
36391  You can furthermore decide if \SpecialChar LaTeX
36392  is allowed to let the float float within
36393  the paragraph or to surrounding paragraphs.
36394  Figure
36395 \begin_inset space ~
36396 \end_inset
36397
36398
36399 \begin_inset CommandInset ref
36400 LatexCommand ref
36401 reference "fig:This-is-a"
36402
36403 \end_inset
36404
36405  is an example text wrap float with a width of 40
36406 \begin_inset space \thinspace{}
36407 \end_inset
36408
36409 col%, 1
36410 \begin_inset space \thinspace{}
36411 \end_inset
36412
36413 cm overhang, set to the left.
36414 \end_layout
36415
36416 \begin_layout Standard
36417 \begin_inset Note Greyedout
36418 status open
36419
36420 \begin_layout Plain Layout
36421
36422 \series bold
36423 Note:
36424 \series default
36425  Text
36426 \begin_inset space ~
36427 \end_inset
36428
36429 wrap float floats are fragile! E.
36430 \begin_inset space \thinspace{}
36431 \end_inset
36432
36433 g.
36434 \begin_inset space \space{}
36435 \end_inset
36436
36437 having a figure too close to the bottom of the page can mess things up in
36438  such a way that the float does not appear in the output or that it is placed
36439  over some other text.
36440 \end_layout
36441
36442 \end_inset
36443
36444
36445 \end_layout
36446
36447 \begin_layout Standard
36448 In general, the following applies for wrap floats:
36449 \end_layout
36450
36451 \begin_layout Itemize
36452 They should not be placed in paragraphs that run over a page break.
36453  That means that wrap floats are better inserted in their exact place when
36454  the document is almost finished and you are able to estimate where page
36455  breaks will appear.
36456 \end_layout
36457
36458 \begin_layout Itemize
36459 They should either be placed in their own paragraph before the paragraph
36460  where they should wrap into or within a paragraph.
36461 \end_layout
36462
36463 \begin_layout Itemize
36464 In consecutive paragraphs they may cause troubles, so ensure that there
36465  is a text paragraph between them as separator.
36466 \end_layout
36467
36468 \begin_layout Itemize
36469 They are not allowed in section headings or tables.
36470 \end_layout
36471
36472 \begin_layout Itemize
36473 Their numbering and referencing works as described in chap.
36474 \begin_inset space \thinspace{}
36475 \end_inset
36476
36477
36478 \begin_inset CommandInset ref
36479 LatexCommand ref
36480 reference "chap:Floats"
36481
36482 \end_inset
36483
36484 .
36485 \end_layout
36486
36487 \begin_layout Section
36488 Surrounded Fixed Objects
36489 \begin_inset Index idx
36490 status collapsed
36491
36492 \begin_layout Plain Layout
36493 Surrounded by text ! Fixed objects
36494 \end_layout
36495
36496 \end_inset
36497
36498
36499 \end_layout
36500
36501 \begin_layout Standard
36502 The wrap floats described in sec.
36503 \begin_inset space \thinspace{}
36504 \end_inset
36505
36506
36507 \begin_inset CommandInset ref
36508 LatexCommand ref
36509 reference "sec:Wrap-Floats"
36510
36511 \end_inset
36512
36513  have these positions in the paragraph:
36514 \end_layout
36515
36516 \begin_layout Standard
36517 \noindent
36518 \align center
36519 \begin_inset Tabular
36520 <lyxtabular version="3" rows="2" columns="2">
36521 <features tabularvalignment="middle">
36522 <column alignment="center" valignment="top">
36523 <column alignment="center" valignment="top">
36524 <row>
36525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36526 \begin_inset Text
36527
36528 \begin_layout Plain Layout
36529 \begin_inset Info
36530 type  "icon"
36531 arg   "dialog-show-new-inset graphics"
36532 \end_inset
36533
36534
36535 \end_layout
36536
36537 \end_inset
36538 </cell>
36539 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36540 \begin_inset Text
36541
36542 \begin_layout Plain Layout
36543 text
36544 \end_layout
36545
36546 \end_inset
36547 </cell>
36548 </row>
36549 <row>
36550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36551 \begin_inset Text
36552
36553 \begin_layout Plain Layout
36554 text
36555 \end_layout
36556
36557 \end_inset
36558 </cell>
36559 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36560 \begin_inset Text
36561
36562 \begin_layout Plain Layout
36563 text
36564 \end_layout
36565
36566 \end_inset
36567 </cell>
36568 </row>
36569 </lyxtabular>
36570
36571 \end_inset
36572
36573  or 
36574 \begin_inset Tabular
36575 <lyxtabular version="3" rows="2" columns="2">
36576 <features tabularvalignment="middle">
36577 <column alignment="center" valignment="top">
36578 <column alignment="center" valignment="top">
36579 <row>
36580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36581 \begin_inset Text
36582
36583 \begin_layout Plain Layout
36584 text
36585 \end_layout
36586
36587 \end_inset
36588 </cell>
36589 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36590 \begin_inset Text
36591
36592 \begin_layout Plain Layout
36593 \begin_inset Info
36594 type  "icon"
36595 arg   "dialog-show-new-inset graphics"
36596 \end_inset
36597
36598
36599 \end_layout
36600
36601 \end_inset
36602 </cell>
36603 </row>
36604 <row>
36605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36606 \begin_inset Text
36607
36608 \begin_layout Plain Layout
36609 text
36610 \end_layout
36611
36612 \end_inset
36613 </cell>
36614 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36615 \begin_inset Text
36616
36617 \begin_layout Plain Layout
36618 text
36619 \end_layout
36620
36621 \end_inset
36622 </cell>
36623 </row>
36624 </lyxtabular>
36625
36626 \end_inset
36627
36628
36629 \end_layout
36630
36631 \begin_layout Standard
36632 To get an object exactly at the position where it is inserted, for example
36633  to get one of these positions:
36634 \begin_inset VSpace defskip
36635 \end_inset
36636
36637
36638 \end_layout
36639
36640 \begin_layout Standard
36641 \noindent
36642 \align center
36643 \begin_inset Tabular
36644 <lyxtabular version="3" rows="2" columns="2">
36645 <features tabularvalignment="middle">
36646 <column alignment="center" valignment="top">
36647 <column alignment="center" valignment="top">
36648 <row>
36649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36650 \begin_inset Text
36651
36652 \begin_layout Plain Layout
36653 text
36654 \end_layout
36655
36656 \end_inset
36657 </cell>
36658 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36659 \begin_inset Text
36660
36661 \begin_layout Plain Layout
36662 text
36663 \end_layout
36664
36665 \end_inset
36666 </cell>
36667 </row>
36668 <row>
36669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36670 \begin_inset Text
36671
36672 \begin_layout Plain Layout
36673 \begin_inset Info
36674 type  "icon"
36675 arg   "dialog-show-new-inset graphics"
36676 \end_inset
36677
36678
36679 \end_layout
36680
36681 \end_inset
36682 </cell>
36683 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36684 \begin_inset Text
36685
36686 \begin_layout Plain Layout
36687 text
36688 \end_layout
36689
36690 \end_inset
36691 </cell>
36692 </row>
36693 </lyxtabular>
36694
36695 \end_inset
36696
36697  
36698 \begin_inset Tabular
36699 <lyxtabular version="3" rows="2" columns="2">
36700 <features tabularvalignment="middle">
36701 <column alignment="center" valignment="top">
36702 <column alignment="center" valignment="top">
36703 <row>
36704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36705 \begin_inset Text
36706
36707 \begin_layout Plain Layout
36708 text
36709 \end_layout
36710
36711 \end_inset
36712 </cell>
36713 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36714 \begin_inset Text
36715
36716 \begin_layout Plain Layout
36717 text
36718 \end_layout
36719
36720 \end_inset
36721 </cell>
36722 </row>
36723 <row>
36724 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36725 \begin_inset Text
36726
36727 \begin_layout Plain Layout
36728 text
36729 \end_layout
36730
36731 \end_inset
36732 </cell>
36733 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36734 \begin_inset Text
36735
36736 \begin_layout Plain Layout
36737 \begin_inset Info
36738 type  "icon"
36739 arg   "dialog-show-new-inset graphics"
36740 \end_inset
36741
36742
36743 \end_layout
36744
36745 \end_inset
36746 </cell>
36747 </row>
36748 </lyxtabular>
36749
36750 \end_inset
36751
36752  
36753 \begin_inset Tabular
36754 <lyxtabular version="3" rows="2" columns="3">
36755 <features tabularvalignment="middle">
36756 <column alignment="center" valignment="top">
36757 <column alignment="center" valignment="top">
36758 <column alignment="center" valignment="top">
36759 <row>
36760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36761 \begin_inset Text
36762
36763 \begin_layout Plain Layout
36764 text
36765 \end_layout
36766
36767 \end_inset
36768 </cell>
36769 <cell alignment="center" valignment="top" topline="true" usebox="none">
36770 \begin_inset Text
36771
36772 \begin_layout Plain Layout
36773 \begin_inset Info
36774 type  "icon"
36775 arg   "dialog-show-new-inset graphics"
36776 \end_inset
36777
36778
36779 \end_layout
36780
36781 \end_inset
36782 </cell>
36783 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36784 \begin_inset Text
36785
36786 \begin_layout Plain Layout
36787 text
36788 \end_layout
36789
36790 \end_inset
36791 </cell>
36792 </row>
36793 <row>
36794 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36795 \begin_inset Text
36796
36797 \begin_layout Plain Layout
36798 text
36799 \end_layout
36800
36801 \end_inset
36802 </cell>
36803 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36804 \begin_inset Text
36805
36806 \begin_layout Plain Layout
36807 text
36808 \end_layout
36809
36810 \end_inset
36811 </cell>
36812 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36813 \begin_inset Text
36814
36815 \begin_layout Plain Layout
36816 text
36817 \end_layout
36818
36819 \end_inset
36820 </cell>
36821 </row>
36822 </lyxtabular>
36823
36824 \end_inset
36825
36826  
36827 \begin_inset Tabular
36828 <lyxtabular version="3" rows="2" columns="3">
36829 <features tabularvalignment="middle">
36830 <column alignment="center" valignment="top">
36831 <column alignment="center" valignment="top">
36832 <column alignment="center" valignment="top">
36833 <row>
36834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36835 \begin_inset Text
36836
36837 \begin_layout Plain Layout
36838 text
36839 \end_layout
36840
36841 \end_inset
36842 </cell>
36843 <cell alignment="center" valignment="top" topline="true" usebox="none">
36844 \begin_inset Text
36845
36846 \begin_layout Plain Layout
36847 text
36848 \end_layout
36849
36850 \end_inset
36851 </cell>
36852 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36853 \begin_inset Text
36854
36855 \begin_layout Plain Layout
36856 text
36857 \end_layout
36858
36859 \end_inset
36860 </cell>
36861 </row>
36862 <row>
36863 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36864 \begin_inset Text
36865
36866 \begin_layout Plain Layout
36867 text
36868 \end_layout
36869
36870 \end_inset
36871 </cell>
36872 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36873 \begin_inset Text
36874
36875 \begin_layout Plain Layout
36876 \begin_inset Info
36877 type  "icon"
36878 arg   "dialog-show-new-inset graphics"
36879 \end_inset
36880
36881
36882 \end_layout
36883
36884 \end_inset
36885 </cell>
36886 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36887 \begin_inset Text
36888
36889 \begin_layout Plain Layout
36890 text
36891 \end_layout
36892
36893 \end_inset
36894 </cell>
36895 </row>
36896 </lyxtabular>
36897
36898 \end_inset
36899
36900
36901 \end_layout
36902
36903 \begin_layout Standard
36904 \noindent
36905 \align center
36906 \begin_inset Tabular
36907 <lyxtabular version="3" rows="3" columns="2">
36908 <features tabularvalignment="middle">
36909 <column alignment="center" valignment="top">
36910 <column alignment="center" valignment="top">
36911 <row>
36912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36913 \begin_inset Text
36914
36915 \begin_layout Plain Layout
36916 text
36917 \end_layout
36918
36919 \end_inset
36920 </cell>
36921 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36922 \begin_inset Text
36923
36924 \begin_layout Plain Layout
36925 text
36926 \end_layout
36927
36928 \end_inset
36929 </cell>
36930 </row>
36931 <row>
36932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36933 \begin_inset Text
36934
36935 \begin_layout Plain Layout
36936 \begin_inset Info
36937 type  "icon"
36938 arg   "dialog-show-new-inset graphics"
36939 \end_inset
36940
36941
36942 \end_layout
36943
36944 \end_inset
36945 </cell>
36946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36947 \begin_inset Text
36948
36949 \begin_layout Plain Layout
36950 text
36951 \end_layout
36952
36953 \end_inset
36954 </cell>
36955 </row>
36956 <row>
36957 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36958 \begin_inset Text
36959
36960 \begin_layout Plain Layout
36961 text
36962 \end_layout
36963
36964 \end_inset
36965 </cell>
36966 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36967 \begin_inset Text
36968
36969 \begin_layout Plain Layout
36970 text
36971 \end_layout
36972
36973 \end_inset
36974 </cell>
36975 </row>
36976 </lyxtabular>
36977
36978 \end_inset
36979
36980  
36981 \begin_inset Tabular
36982 <lyxtabular version="3" rows="3" columns="3">
36983 <features tabularvalignment="middle">
36984 <column alignment="center" valignment="top">
36985 <column alignment="center" valignment="top">
36986 <column alignment="center" valignment="top">
36987 <row>
36988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36989 \begin_inset Text
36990
36991 \begin_layout Plain Layout
36992 text
36993 \end_layout
36994
36995 \end_inset
36996 </cell>
36997 <cell alignment="center" valignment="top" topline="true" usebox="none">
36998 \begin_inset Text
36999
37000 \begin_layout Plain Layout
37001 text
37002 \end_layout
37003
37004 \end_inset
37005 </cell>
37006 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37007 \begin_inset Text
37008
37009 \begin_layout Plain Layout
37010 text
37011 \end_layout
37012
37013 \end_inset
37014 </cell>
37015 </row>
37016 <row>
37017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37018 \begin_inset Text
37019
37020 \begin_layout Plain Layout
37021 text
37022 \end_layout
37023
37024 \end_inset
37025 </cell>
37026 <cell alignment="center" valignment="top" usebox="none">
37027 \begin_inset Text
37028
37029 \begin_layout Plain Layout
37030 \begin_inset Info
37031 type  "icon"
37032 arg   "dialog-show-new-inset graphics"
37033 \end_inset
37034
37035
37036 \end_layout
37037
37038 \end_inset
37039 </cell>
37040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37041 \begin_inset Text
37042
37043 \begin_layout Plain Layout
37044 text
37045 \end_layout
37046
37047 \end_inset
37048 </cell>
37049 </row>
37050 <row>
37051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37052 \begin_inset Text
37053
37054 \begin_layout Plain Layout
37055 text
37056 \end_layout
37057
37058 \end_inset
37059 </cell>
37060 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37061 \begin_inset Text
37062
37063 \begin_layout Plain Layout
37064 text
37065 \end_layout
37066
37067 \end_inset
37068 </cell>
37069 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37070 \begin_inset Text
37071
37072 \begin_layout Plain Layout
37073 text
37074 \end_layout
37075
37076 \end_inset
37077 </cell>
37078 </row>
37079 </lyxtabular>
37080
37081 \end_inset
37082
37083  
37084 \begin_inset Tabular
37085 <lyxtabular version="3" rows="3" columns="2">
37086 <features tabularvalignment="middle">
37087 <column alignment="center" valignment="top">
37088 <column alignment="center" valignment="top">
37089 <row>
37090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37091 \begin_inset Text
37092
37093 \begin_layout Plain Layout
37094 text
37095 \end_layout
37096
37097 \end_inset
37098 </cell>
37099 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37100 \begin_inset Text
37101
37102 \begin_layout Plain Layout
37103 text
37104 \end_layout
37105
37106 \end_inset
37107 </cell>
37108 </row>
37109 <row>
37110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37111 \begin_inset Text
37112
37113 \begin_layout Plain Layout
37114 text
37115 \end_layout
37116
37117 \end_inset
37118 </cell>
37119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37120 \begin_inset Text
37121
37122 \begin_layout Plain Layout
37123 \begin_inset Info
37124 type  "icon"
37125 arg   "dialog-show-new-inset graphics"
37126 \end_inset
37127
37128
37129 \end_layout
37130
37131 \end_inset
37132 </cell>
37133 </row>
37134 <row>
37135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37136 \begin_inset Text
37137
37138 \begin_layout Plain Layout
37139 text
37140 \end_layout
37141
37142 \end_inset
37143 </cell>
37144 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37145 \begin_inset Text
37146
37147 \begin_layout Plain Layout
37148 text
37149 \end_layout
37150
37151 \end_inset
37152 </cell>
37153 </row>
37154 </lyxtabular>
37155
37156 \end_inset
37157
37158
37159 \end_layout
37160
37161 \begin_layout Standard
37162 \noindent
37163 you can use the \SpecialChar LaTeX
37164 -package 
37165 \series bold
37166 picinpar
37167 \series default
37168
37169 \begin_inset Index idx
37170 status collapsed
37171
37172 \begin_layout Plain Layout
37173 \SpecialChar LaTeX
37174 -packages ! picinpar
37175 \end_layout
37176
37177 \end_inset
37178
37179 .
37180  Here is an example:
37181 \end_layout
37182
37183 \begin_layout Standard
37184 \begin_inset ERT
37185 status collapsed
37186
37187 \begin_layout Plain Layout
37188
37189
37190 \backslash
37191 ifpicinpar
37192 \end_layout
37193
37194 \end_inset
37195
37196
37197 \begin_inset Note Note
37198 status open
37199
37200 \begin_layout Plain Layout
37201 The following section will only be displayed when the \SpecialChar LaTeX
37202 -package 
37203 \series bold
37204 picinpar
37205 \series default
37206  is installed.
37207 \end_layout
37208
37209 \end_inset
37210
37211
37212 \end_layout
37213
37214 \begin_layout Standard
37215 \begin_inset ERT
37216 status collapsed
37217
37218 \begin_layout Plain Layout
37219
37220
37221 \backslash
37222 begin{window}[2,c,{
37223 \end_layout
37224
37225 \end_inset
37226
37227
37228 \begin_inset Graphics
37229         filename clipart/mobius.eps
37230         lyxscale 60
37231         width 40col%
37232         scaleBeforeRotation
37233         rotateOrigin center
37234
37235 \end_inset
37236
37237
37238 \begin_inset ERT
37239 status collapsed
37240
37241 \begin_layout Plain Layout
37242
37243 },]
37244 \end_layout
37245
37246 \begin_layout Plain Layout
37247
37248 {}
37249 \end_layout
37250
37251 \end_inset
37252
37253
37254 \size small
37255 It was in the spring of the year 1894 that all London was interested, and
37256  the fashionable world dismayed, by the murder of the Honourable Ronald
37257  Adair under most unusual and inexplicable circumstances.
37258  The public has already learned those particulars of the crime which
37259 \size default
37260
37261 \begin_inset ERT
37262 status collapsed
37263
37264 \begin_layout Plain Layout
37265
37266
37267 \backslash
37268 footnotemark{}
37269 \end_layout
37270
37271 \end_inset
37272
37273
37274 \size small
37275  came out in the police investigation, but a good deal was suppressed upon
37276  that occasion, since the case for the prosecution was so overwhelmingly
37277  strong that it was not necessary to bring forward all the facts.
37278  Only now, at the end of nearly ten years, am I allowed to supply those
37279  missing links which make up the whole of that remarkable chain.
37280 \size default
37281
37282 \begin_inset ERT
37283 status collapsed
37284
37285 \begin_layout Plain Layout
37286
37287
37288 \backslash
37289 end{window}
37290 \end_layout
37291
37292 \end_inset
37293
37294
37295 \end_layout
37296
37297 \begin_layout Standard
37298 \begin_inset ERT
37299 status collapsed
37300
37301 \begin_layout Plain Layout
37302
37303
37304 \backslash
37305 footnotetext{
37306 \end_layout
37307
37308 \end_inset
37309
37310 Footnote of the paragraph with the fixed object.
37311 \begin_inset ERT
37312 status collapsed
37313
37314 \begin_layout Plain Layout
37315
37316 }
37317 \end_layout
37318
37319 \end_inset
37320
37321
37322 \end_layout
37323
37324 \begin_layout Standard
37325 Surrounded fixed objects are used to let text float around them, at which
37326  the object's position in the paragraph can be determined by the number
37327  of lines above it.
37328  In contrary to floats is it not possible to have a numbered caption.
37329 \end_layout
37330
37331 \begin_layout Standard
37332 A fixed object is inserted by adding the command
37333 \end_layout
37334
37335 \begin_layout Standard
37336
37337 \series bold
37338
37339 \backslash
37340 begin{window}[2,c,{
37341 \end_layout
37342
37343 \begin_layout Standard
37344 as \SpecialChar TeX
37345  Code at the beginning of the paragraph.
37346  The first parameter in the bracket, here '2', defines the number of lines
37347  above the object, the second, here 'c', the position of the object.
37348  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37349  Behind the command you insert the object.
37350  In this example an image with a width of 40
37351 \begin_inset space \thinspace{}
37352 \end_inset
37353
37354 % of the text column width was inserted.
37355  The object can also be a table, a box or an equation.
37356  Behind the object the command
37357 \end_layout
37358
37359 \begin_layout Standard
37360
37361 \series bold
37362 },description text]
37363 \begin_inset Newline newline
37364 \end_inset
37365
37366 {}
37367 \end_layout
37368
37369 \begin_layout Standard
37370 is inserted.
37371  Note that the 
37372 \begin_inset Quotes eld
37373 \end_inset
37374
37375
37376 \series bold
37377 {}
37378 \series default
37379
37380 \begin_inset Quotes erd
37381 \end_inset
37382
37383  is in the second line.
37384  The description text is optional.
37385  The text surrounding the object must be in the same paragraph as the object,
37386  so it must begin directly after the 
37387 \series bold
37388 {}
37389 \series default
37390 .
37391  At the end of the paragraph insert the command:
37392 \end_layout
37393
37394 \begin_layout Standard
37395
37396 \series bold
37397
37398 \backslash
37399 end{window}
37400 \end_layout
37401
37402 \begin_layout Standard
37403 Within a paragraph with a fixed object, you cannot insert footnotes in the
37404  normal way.
37405  You have to use instead the command 
37406 \series bold
37407
37408 \backslash
37409 footnotemark
37410 \series default
37411  inside the paragraph and outside the command 
37412 \series bold
37413
37414 \backslash
37415 footnotetext
37416 \series default
37417  as described in sec.
37418 \begin_inset space \thinspace{}
37419 \end_inset
37420
37421
37422 \begin_inset CommandInset ref
37423 LatexCommand ref
37424 reference "sec:Footnotes"
37425
37426 \end_inset
37427
37428 .
37429 \end_layout
37430
37431 \begin_layout Standard
37432 \begin_inset ERT
37433 status collapsed
37434
37435 \begin_layout Plain Layout
37436
37437
37438 \backslash
37439 else
37440 \end_layout
37441
37442 \end_inset
37443
37444
37445 \begin_inset Note Note
37446 status open
37447
37448 \begin_layout Plain Layout
37449 The following will be displayed when the \SpecialChar LaTeX
37450 -package 
37451 \series bold
37452 picinpar
37453 \series default
37454  is not installed:
37455 \end_layout
37456
37457 \end_inset
37458
37459
37460 \end_layout
37461
37462 \begin_layout Standard
37463 You need to install the \SpecialChar LaTeX
37464 -package 
37465 \series bold
37466 picinpar
37467 \series default
37468  to see the following part of this section in the output.
37469 \end_layout
37470
37471 \begin_layout Standard
37472 \begin_inset ERT
37473 status collapsed
37474
37475 \begin_layout Plain Layout
37476
37477
37478 \backslash
37479 fi
37480 \end_layout
37481
37482 \end_inset
37483
37484
37485 \end_layout
37486
37487 \begin_layout Section
37488 Initials
37489 \begin_inset Index idx
37490 status collapsed
37491
37492 \begin_layout Plain Layout
37493 Initials
37494 \end_layout
37495
37496 \end_inset
37497
37498
37499 \begin_inset Index idx
37500 status collapsed
37501
37502 \begin_layout Plain Layout
37503 Surrounded by text ! Initials
37504 \end_layout
37505
37506 \end_inset
37507
37508
37509 \end_layout
37510
37511 \begin_layout Standard
37512 To use initials, you must have the \SpecialChar LaTeX
37513 -package 
37514 \series bold
37515 lettrine
37516 \series default
37517
37518 \begin_inset Index idx
37519 status collapsed
37520
37521 \begin_layout Plain Layout
37522 \SpecialChar LaTeX
37523 -packages ! lettrine
37524 \end_layout
37525
37526 \end_inset
37527
37528  installed and use the module 
37529 \family sans
37530 Initials
37531 \family default
37532  in your document (menu 
37533 \family sans
37534 Document\SpecialChar menuseparator
37535 Settings\SpecialChar menuseparator
37536 Modules
37537 \family default
37538 ).
37539  To insert an initial, use the style 
37540 \family sans
37541 Initial
37542 \family default
37543 .
37544  This style has a mandatory and two optional arguments.
37545  The arguments are inserted via the 
37546 \family sans
37547 Insert
37548 \family default
37549  menu.
37550  The mandatory argument 
37551 \family sans
37552 Initial
37553 \family default
37554  contains the letter(s) that is the initial, the argument 
37555 \family sans
37556 Rest
37557 \begin_inset space ~
37558 \end_inset
37559
37560 of
37561 \begin_inset space ~
37562 \end_inset
37563
37564 Initial
37565 \family default
37566  contains the rest of the word or text of the initial letter(s).
37567  The argument 
37568 \family sans
37569 Options
37570 \family default
37571  contains parameters to modify the initial.
37572  For more information about the possible parameters see the documentation
37573  of 
37574 \series bold
37575 lettrine
37576 \series default
37577
37578 \begin_inset CommandInset citation
37579 LatexCommand cite
37580 key "lettrine"
37581
37582 \end_inset
37583
37584 .
37585  The style itself contains the text that is surrounding the initial.
37586  The usual style is hereby that the word whose first letter is the initial,
37587  is printed with 
37588 \shape smallcaps
37589 small caps
37590 \shape default
37591 .
37592 \end_layout
37593
37594 \begin_layout Standard
37595 Here are some examples:
37596 \end_layout
37597
37598 \begin_layout Standard
37599 \begin_inset ERT
37600 status collapsed
37601
37602 \begin_layout Plain Layout
37603
37604
37605 \backslash
37606 iflettrine
37607 \end_layout
37608
37609 \end_inset
37610
37611
37612 \begin_inset Note Note
37613 status open
37614
37615 \begin_layout Plain Layout
37616 The following section will only be displayed when the \SpecialChar LaTeX
37617 -package 
37618 \series bold
37619 lettrine
37620 \series default
37621  is installed.
37622 \end_layout
37623
37624 \end_inset
37625
37626
37627 \end_layout
37628
37629 \begin_layout Enumerate
37630 No optional argument, the initial is the letter 'I' in the math font 
37631 \begin_inset Formula $\mathfrak{Fraktur}$
37632 \end_inset
37633
37634 :
37635 \end_layout
37636
37637 \begin_deeper
37638 \begin_layout Initial
37639 \begin_inset Argument 2
37640 status open
37641
37642 \begin_layout Plain Layout
37643 \begin_inset Formula $\mathfrak{I}$
37644 \end_inset
37645
37646
37647 \end_layout
37648
37649 \end_inset
37650
37651
37652 \begin_inset Argument 3
37653 status open
37654
37655 \begin_layout Plain Layout
37656 t
37657 \end_layout
37658
37659 \end_inset
37660
37661  was in the spring of the year 1894 that all London was interested, and
37662  the fashionable world dismayed, by the murder of the Honourable Ronald
37663  Adair under most unusual and inexplicable circumstances.
37664  The public has already learned those particulars of the crime which came
37665  out in the police investigation, but a good deal was suppressed upon that
37666  occasion, since the case for the prosecution was so overwhelmingly strong
37667  that it was not necessary to bring forward all the facts.
37668 \begin_inset Newpage newpage
37669 \end_inset
37670
37671
37672 \end_layout
37673
37674 \end_deeper
37675 \begin_layout Enumerate
37676 Only one line is surrounding the initial, which is formed by two letters
37677  in standard font and no text is printed in small caps:
37678 \end_layout
37679
37680 \begin_deeper
37681 \begin_layout Initial
37682 \begin_inset Argument 1
37683 status open
37684
37685 \begin_layout Plain Layout
37686 lines=1
37687 \end_layout
37688
37689 \end_inset
37690
37691
37692 \begin_inset Argument 2
37693 status open
37694
37695 \begin_layout Plain Layout
37696 It
37697 \end_layout
37698
37699 \end_inset
37700
37701  was in the spring of the year 1894 that all London was interested, and
37702  the fashionable world dismayed, by the murder of the Honourable Ronald
37703  Adair under most unusual and inexplicable circumstances.
37704  The public has already learned those particulars of the crime which came
37705  out in the police investigation, but a good deal was suppressed upon that
37706  occasion, since the case for the prosecution was so overwhelmingly strong
37707  that it was not necessary to bring forward all the facts.
37708 \end_layout
37709
37710 \end_deeper
37711 \begin_layout Enumerate
37712 Magenta, hanging initial over 3
37713 \begin_inset space ~
37714 \end_inset
37715
37716 lines in the math font 
37717 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37718 \end_inset
37719
37720 , the text 
37721 \begin_inset Quotes eld
37722 \end_inset
37723
37724 t was in the spring
37725 \begin_inset Quotes erd
37726 \end_inset
37727
37728  is in 
37729 \shape smallcaps
37730 small caps
37731 \shape default
37732 ; to color the initial, you must insert this command before the initial:
37733 \begin_inset Newline newline
37734 \end_inset
37735
37736
37737 \series bold
37738
37739 \backslash
37740 renewcommand{
37741 \backslash
37742 LettrineFontHook}{
37743 \backslash
37744 color{color}}
37745 \series default
37746
37747 \begin_inset Newline newline
37748 \end_inset
37749
37750 where the second 
37751 \emph on
37752 color
37753 \emph default
37754  can be 
37755 \begin_inset Quotes eld
37756 \end_inset
37757
37758 red
37759 \begin_inset Quotes erd
37760 \end_inset
37761
37762
37763 \begin_inset Quotes eld
37764 \end_inset
37765
37766 blue
37767 \begin_inset Quotes erd
37768 \end_inset
37769
37770
37771 \begin_inset Quotes eld
37772 \end_inset
37773
37774 green
37775 \begin_inset Quotes erd
37776 \end_inset
37777
37778
37779 \begin_inset Quotes eld
37780 \end_inset
37781
37782 yellow
37783 \begin_inset Quotes erd
37784 \end_inset
37785
37786
37787 \begin_inset Quotes eld
37788 \end_inset
37789
37790 cyan
37791 \begin_inset Quotes erd
37792 \end_inset
37793
37794
37795 \begin_inset Quotes eld
37796 \end_inset
37797
37798 magenta
37799 \begin_inset Quotes erd
37800 \end_inset
37801
37802
37803 \begin_inset Quotes eld
37804 \end_inset
37805
37806 black
37807 \begin_inset Quotes erd
37808 \end_inset
37809
37810  or 
37811 \begin_inset Quotes eld
37812 \end_inset
37813
37814 white
37815 \begin_inset Quotes erd
37816 \end_inset
37817
37818 , and add this command to the document preamble:
37819 \begin_inset Newline newline
37820 \end_inset
37821
37822
37823 \series bold
37824
37825 \backslash
37826 @ifundefined{textcolor}
37827 \begin_inset Newline newline
37828 \end_inset
37829
37830
37831 \begin_inset space ~
37832 \end_inset
37833
37834 {
37835 \backslash
37836 usepackage{color}}{}
37837 \end_layout
37838
37839 \begin_deeper
37840 \begin_layout Standard
37841 \begin_inset ERT
37842 status collapsed
37843
37844 \begin_layout Plain Layout
37845
37846
37847 \backslash
37848 renewcommand{
37849 \backslash
37850 LettrineFontHook}{
37851 \backslash
37852 color{magenta}}
37853 \end_layout
37854
37855 \end_inset
37856
37857
37858 \begin_inset Note Note
37859 status collapsed
37860
37861 \begin_layout Plain Layout
37862 makes the initial magenta
37863 \end_layout
37864
37865 \end_inset
37866
37867
37868 \end_layout
37869
37870 \begin_layout Initial
37871 \begin_inset Argument 1
37872 status open
37873
37874 \begin_layout Plain Layout
37875 lines=3, lhang=0.33, loversize=0.25
37876 \end_layout
37877
37878 \end_inset
37879
37880
37881 \begin_inset Argument 2
37882 status open
37883
37884 \begin_layout Plain Layout
37885 \begin_inset Formula $\mathcal{I}$
37886 \end_inset
37887
37888
37889 \end_layout
37890
37891 \end_inset
37892
37893
37894 \begin_inset Argument 3
37895 status open
37896
37897 \begin_layout Plain Layout
37898 t was in the spring
37899 \end_layout
37900
37901 \end_inset
37902
37903  of the year 1894 that all London was interested, and the fashionable world
37904  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37905  and inexplicable circumstances.
37906  The public has already learned those particulars of the crime which came
37907  out in the police investigation, but a good deal was suppressed upon that
37908  occasion, since the case for the prosecution was so overwhelmingly strong
37909  that it was not necessary to bring forward all the facts.
37910 \end_layout
37911
37912 \end_deeper
37913 \begin_layout Standard
37914 \begin_inset ERT
37915 status collapsed
37916
37917 \begin_layout Plain Layout
37918
37919
37920 \backslash
37921 else
37922 \end_layout
37923
37924 \end_inset
37925
37926
37927 \begin_inset Note Note
37928 status open
37929
37930 \begin_layout Plain Layout
37931 The following will be displayed when the \SpecialChar LaTeX
37932 -package 
37933 \series bold
37934 lettrine
37935 \series default
37936  is not installed:
37937 \end_layout
37938
37939 \end_inset
37940
37941
37942 \end_layout
37943
37944 \begin_layout Standard
37945 You need to install the \SpecialChar LaTeX
37946 -package 
37947 \series bold
37948 lettrine
37949 \series default
37950  to see the following part of this section in the output.
37951 \end_layout
37952
37953 \begin_layout Standard
37954 \begin_inset ERT
37955 status collapsed
37956
37957 \begin_layout Plain Layout
37958
37959
37960 \backslash
37961 fi
37962 \end_layout
37963
37964 \end_inset
37965
37966
37967 \end_layout
37968
37969 \begin_layout Chapter
37970 External Document Parts
37971 \begin_inset Index idx
37972 status collapsed
37973
37974 \begin_layout Plain Layout
37975 External Document Parts
37976 \end_layout
37977
37978 \end_inset
37979
37980
37981 \end_layout
37982
37983 \begin_layout Standard
37984 With the menu 
37985 \family sans
37986 Insert\SpecialChar menuseparator
37987 File
37988 \family default
37989  you can insert external material into your document.
37990  This can be:
37991 \end_layout
37992
37993 \begin_layout Description
37994 LyX
37995 \begin_inset space ~
37996 \end_inset
37997
37998 Document Another \SpecialChar LyX
37999  document; its content is directly inserted to your document.
38000 \end_layout
38001
38002 \begin_layout Description
38003 Plain
38004 \begin_inset space ~
38005 \end_inset
38006
38007 Text A text document; each line is inserted in your document as a separate
38008  paragraph.
38009 \end_layout
38010
38011 \begin_layout Description
38012 Plain
38013 \begin_inset space ~
38014 \end_inset
38015
38016 Text,
38017 \begin_inset space ~
38018 \end_inset
38019
38020 Join
38021 \begin_inset space ~
38022 \end_inset
38023
38024 Lines A text document; text lines are inserted in your document continuously
38025  but an empty text line creates a new paragraph.
38026 \end_layout
38027
38028 \begin_layout Description
38029 External
38030 \begin_inset space ~
38031 \end_inset
38032
38033 Material Files in various formats.
38034 \end_layout
38035
38036 \begin_layout Description
38037 Child
38038 \begin_inset space ~
38039 \end_inset
38040
38041 Document \SpecialChar LyX
38042  or \SpecialChar LaTeX
38043  documents.
38044 \end_layout
38045
38046 \begin_layout Section
38047 External Material
38048 \begin_inset Index idx
38049 status collapsed
38050
38051 \begin_layout Plain Layout
38052 External Document Parts ! External Material
38053 \end_layout
38054
38055 \end_inset
38056
38057
38058 \end_layout
38059
38060 \begin_layout Standard
38061 The external material feature allows you to insert files into your document
38062  without converting them to a format that can be read by the document output
38063  format.
38064  \SpecialChar LyX
38065  takes care of the necessary conversions.
38066  This is similar to images that can be inserted in various image formats
38067  in \SpecialChar LyX
38068  documents.
38069  When you have enabled Instant Preview in \SpecialChar LyX
38070 's preferences under 
38071 \family sans
38072 Look
38073 \begin_inset space ~
38074 \end_inset
38075
38076 and
38077 \begin_inset space ~
38078 \end_inset
38079
38080 feel\SpecialChar menuseparator
38081 Graphics
38082 \family default
38083 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
38084 .
38085 \end_layout
38086
38087 \begin_layout Standard
38088 External material can be inserted via the 
38089 \family sans
38090 External Material
38091 \family default
38092  dialog that is accessible with the menu 
38093 \family sans
38094 Insert\SpecialChar menuseparator
38095 File\SpecialChar menuseparator
38096 External
38097 \begin_inset space ~
38098 \end_inset
38099
38100 Material
38101 \family default
38102 .
38103  Currently the following file types (
38104 \family sans
38105 Templates
38106 \family default
38107 ) are allowed:
38108 \end_layout
38109
38110 \begin_layout Description
38111 Chess
38112 \begin_inset space ~
38113 \end_inset
38114
38115 diagram This template supports chess position diagrams made with the program
38116  
38117 \series bold
38118
38119 \begin_inset CommandInset href
38120 LatexCommand href
38121 name "XBoard"
38122 target "http://en.wikipedia.org/wiki/XBoard"
38123
38124 \end_inset
38125
38126
38127 \series default
38128 .
38129 \end_layout
38130
38131 \begin_layout Description
38132 Dia
38133 \begin_inset space ~
38134 \end_inset
38135
38136 diagram This template supports diagrams created with the program 
38137 \series bold
38138
38139 \begin_inset CommandInset href
38140 LatexCommand href
38141 name "Dia"
38142 target "http://en.wikipedia.org/wiki/Dia_(software)"
38143
38144 \end_inset
38145
38146
38147 \series default
38148 .
38149 \end_layout
38150
38151 \begin_layout Description
38152 Spreadsheet With this template you can insert spreadsheets
38153 \begin_inset space \thinspace{}
38154 \end_inset
38155
38156 /
38157 \begin_inset space \thinspace{}
38158 \end_inset
38159
38160 tables in the format of 
38161 \series bold
38162
38163 \begin_inset CommandInset href
38164 LatexCommand href
38165 name "Gnumeric"
38166 target "http://en.wikipedia.org/wiki/Gnumeric"
38167
38168 \end_inset
38169
38170
38171 \series default
38172
38173 \begin_inset CommandInset href
38174 LatexCommand href
38175 name "OpenDocument"
38176 target "http://en.wikipedia.org/wiki/OpenDocument"
38177
38178 \end_inset
38179
38180
38181 \begin_inset CommandInset href
38182 LatexCommand href
38183 name "Microsoft Office XML"
38184 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38185
38186 \end_inset
38187
38188  and 
38189 \begin_inset CommandInset href
38190 LatexCommand href
38191 name "Office Open XML"
38192 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38193
38194 \end_inset
38195
38196 .
38197  For this feature \SpecialChar LyX
38198  must have found the program 
38199 \family typewriter
38200 ssconvert
38201 \family default
38202  during its configuration.
38203  This program is part of Gnumeric, so that you must have Gnumeric installed,
38204  also if you don't have tables in the Gnumeric format.
38205  For examples and possible limitations have a look at \SpecialChar LyX
38206 's example file 
38207 \emph on
38208 spreadsheet.lyx
38209 \emph default
38210 .
38211 \end_layout
38212
38213 \begin_layout Description
38214 Lilypond
38215 \begin_inset space ~
38216 \end_inset
38217
38218 typeset
38219 \begin_inset space ~
38220 \end_inset
38221
38222 music This template is used for music notation typeset with the program
38223 \begin_inset Newline linebreak
38224 \end_inset
38225
38226
38227 \series bold
38228
38229 \begin_inset CommandInset href
38230 LatexCommand href
38231 name "LilyPond"
38232 target "http://en.wikipedia.org/wiki/LilyPond"
38233
38234 \end_inset
38235
38236
38237 \series default
38238 .
38239  For \SpecialChar LyX
38240 's extended support for LilyPond have a look at \SpecialChar LyX
38241 's example file 
38242 \emph on
38243 lilypond.lyx
38244 \emph default
38245 .
38246 \end_layout
38247
38248 \begin_layout Description
38249 PDF
38250 \begin_inset space ~
38251 \end_inset
38252
38253 pages With this template you can insert PDF documents to your document.
38254  To specify the range of pages that should be included, use the option 
38255 \series bold
38256 pages
38257 \series default
38258  in the 
38259 \family sans
38260 Option
38261 \family default
38262  field in the 
38263 \family sans
38264 LaTeX and LyX options
38265 \family default
38266  tab.
38267  The argument of this option is a comma separated list, containing page
38268  numbers (insert as option 
38269 \series bold
38270 pages={3,5,6,8}
38271 \series default
38272 ), ranges of page numbers (
38273 \series bold
38274 pages={4-9}
38275 \series default
38276 ) or any combination.
38277  To insert empty pages use {}.
38278  E.
38279 \begin_inset space \thinspace{}
38280 \end_inset
38281
38282 g.
38283 \begin_inset space ~
38284 \end_inset
38285
38286
38287 \series bold
38288 pages={3,{},8-11,15}
38289 \series default
38290  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38291  Page ranges are specified in the syntax 
38292 \emph on
38293 start
38294 \emph default
38295 -
38296 \emph on
38297 stop
38298 \emph default
38299 .
38300  This selects all pages from 
38301 \emph on
38302 start
38303 \emph default
38304  to 
38305 \emph on
38306 stop
38307 \emph default
38308 .
38309  Omitting 
38310 \emph on
38311 start
38312 \emph default
38313  defaults to the first page; omitting 
38314 \emph on
38315 stop
38316 \emph default
38317  defaults to the last page of the document.
38318  The last page can also be selected with the keyword 
38319 \series bold
38320 last
38321 \series default
38322 .
38323  (This is only permitted in a page range.) So 
38324 \series bold
38325 pages=-
38326 \series default
38327  will insert all pages of the document and 
38328 \series bold
38329 pages=last-1
38330 \series default
38331  will insert all pages in reverse order.
38332  If the pages option is not specified, only the first page of the PDF is
38333  inserted.
38334 \begin_inset Newline newline
38335 \end_inset
38336
38337 The option 
38338 \series bold
38339 noautoscale
38340 \series default
38341  inserts the pages with their original size, if this option is not given,
38342  the pages will be resized to fith the width of the page of your document.
38343  In the tab 
38344 \family sans
38345 Size and Rotation
38346 \family default
38347  you can specify the width and height of the input pages and their rotation.
38348  If another width than 100
38349 \begin_inset space \thinspace{}
38350 \end_inset
38351
38352 Scale% is used, the option 
38353 \series bold
38354 noautoscale
38355 \series default
38356  will be overwritten.
38357  For more info and possible options, have a look into the documentation
38358  of the \SpecialChar LaTeX
38359 -package 
38360 \series bold
38361 pdfpages
38362 \series default
38363  
38364 \begin_inset CommandInset citation
38365 LatexCommand cite
38366 key "pdfpages"
38367
38368 \end_inset
38369
38370 .
38371 \begin_inset Index idx
38372 status collapsed
38373
38374 \begin_layout Plain Layout
38375 \SpecialChar LaTeX
38376 -packages ! pdfpages
38377 \end_layout
38378
38379 \end_inset
38380
38381
38382 \begin_inset Newline newline
38383 \end_inset
38384
38385 To use this template in a 
38386 \family sans
38387 Beamer
38388 \family default
38389  presentation you need to first insert an 
38390 \family sans
38391 EndFrame
38392 \family default
38393  environment and in a subsequent paragraph a \SpecialChar TeX
38394  Code box containing the command
38395  
38396 \series bold
38397
38398 \backslash
38399 setbeamertemplate{background canvas}{}
38400 \series default
38401 .
38402  Then you can insert as many paragraphs containing the PDFPages template
38403  as you wish.
38404  Behind the included PDF pages you can resume the Beamer presentation by
38405  beginning a new frame or by starting a new section.
38406  To avoid stray blank pages prior to the PDF pages, make sure to use the
38407  
38408 \family sans
38409 Default
38410 \family default
38411  alignment for the paragraph containing the template.
38412 \begin_inset Newline newline
38413 \end_inset
38414
38415 Here is an included PDF which is rotated by -5°: 
38416 \begin_inset External
38417         template PDFPages
38418         filename clipart/Abstract.pdf
38419         extra LaTeX "noautoscale, pages=-"
38420         rotateAngle -5
38421         rotateOrigin bottomleft
38422
38423 \end_inset
38424
38425
38426 \end_layout
38427
38428 \begin_layout Description
38429 Raster
38430 \begin_inset space ~
38431 \end_inset
38432
38433 image This can be used for bitmap images.
38434  The image can be treated in the 
38435 \family sans
38436 External material
38437 \family default
38438  dialog like the images that are usually included via the 
38439 \family sans
38440 Graphics
38441 \family default
38442  dialog as described in section
38443 \begin_inset space ~
38444 \end_inset
38445
38446
38447 \begin_inset CommandInset ref
38448 LatexCommand ref
38449 reference "sec:Graphics-Dialog"
38450
38451 \end_inset
38452
38453 .
38454  Here is an inserted raster image: 
38455 \begin_inset External
38456         template RasterImage
38457         filename clipart/ToolbarEnvBox.png
38458
38459 \end_inset
38460
38461
38462 \end_layout
38463
38464 \begin_layout Description
38465 Vector
38466 \begin_inset space ~
38467 \end_inset
38468
38469 graphics This can be used for vector graphics.
38470  The image can be treated in the 
38471 \family sans
38472 External material
38473 \family default
38474  dialog like the images that are usually included via the 
38475 \family sans
38476 Graphics
38477 \family default
38478  dialog as described in section
38479 \begin_inset space ~
38480 \end_inset
38481
38482
38483 \begin_inset CommandInset ref
38484 LatexCommand ref
38485 reference "sec:Graphics-Dialog"
38486
38487 \end_inset
38488
38489 .
38490  Here is an inserted vector graphics: 
38491 \begin_inset External
38492         template VectorGraphics
38493         filename clipart/SVG-Drawing.svg
38494         scale 33
38495
38496 \end_inset
38497
38498
38499 \end_layout
38500
38501 \begin_layout Description
38502 Xfig
38503 \begin_inset space ~
38504 \end_inset
38505
38506 figure This template supports images created with the program 
38507 \series bold
38508
38509 \begin_inset CommandInset href
38510 LatexCommand href
38511 name "Xfig"
38512 target "http://en.wikipedia.org/wiki/Xfig"
38513
38514 \end_inset
38515
38516
38517 \series default
38518 .
38519 \change_inserted 227574939 1473131626
38520
38521 \end_layout
38522
38523 \begin_layout Description
38524
38525 \change_inserted 227574939 1473131628
38526 Inkscape
38527 \begin_inset space ~
38528 \end_inset
38529
38530 figure This experimental template supports 
38531 \change_inserted 2047637253 1475533187
38532 SVG 
38533 \change_inserted 227574939 1473131628
38534 images
38535 \change_inserted 2047637253 1475533525
38536  that contain text written in \SpecialChar LaTeX
38537 .
38538
38539 \change_inserted 227574939 1473131628
38540  
38541 \change_inserted 2047637253 1475533551
38542 It relies on the PDF/PS+\SpecialChar LaTeX
38543  option of 
38544 \change_deleted 2047637253 1475533556
38545 created with 
38546 \change_inserted 227574939 1473131628
38547 the program 
38548 \begin_inset CommandInset href
38549 LatexCommand href
38550 name "Inkscape"
38551 target "https://en.wikipedia.org/wiki/Inkscape"
38552
38553 \end_inset
38554
38555 .
38556  
38557 \change_inserted 2047637253 1475534005
38558 As described by the CTAN demonstration package 
38559 \emph on
38560 svg-inkscape
38561 \emph default
38562 ,
38563 \end_layout
38564
38565 \begin_deeper
38566 \begin_layout Quote
38567
38568 \change_inserted 2047637253 1475534064
38569
38570 \emph on
38571 using the 
38572 \begin_inset Quotes eld
38573 \end_inset
38574
38575 PDF+\SpecialChar LaTeX
38576  output
38577 \begin_inset Quotes erd
38578 \end_inset
38579
38580  option of Inkscape, it is possible to include SVG in documents, in which
38581  \SpecialChar LaTeX
38582  typesets the text.
38583  This results in uniform text style throughout the document, including text
38584  in images; moreover, \SpecialChar LaTeX
38585  commands may be used in the image’s text, providing
38586  such things as mathematics and references.
38587 \end_layout
38588
38589 \begin_layout Standard
38590
38591 \change_inserted 2047637253 1475534692
38592 With Inkscape, even the size of the font is taken from the surrounding \SpecialChar LaTeX
38593
38594  document.
38595  Of course, you can always embed \SpecialChar LaTeX
38596  modifiers like 
38597 \family typewriter
38598
38599 \backslash
38600 Large
38601 \family default
38602
38603 \family typewriter
38604
38605 \backslash
38606 small
38607 \family default
38608 , etc.
38609  into your figure text strings.
38610  Refer to the 
38611 \emph on
38612 svg-inkscape
38613 \emph default
38614  documentation package for more information and examples.
38615 \end_layout
38616
38617 \begin_layout Standard
38618
38619 \change_inserted 2047637253 1475534902
38620 It should be noted that while the image takes into account the surrounding
38621  font, its preview in \SpecialChar LyX
38622  does not.
38623  Wrapping the external inset in a preview inset gives better results in
38624  this regard.
38625 \end_layout
38626
38627 \begin_layout Standard
38628
38629 \change_deleted 2047637253 1475534821
38630 It
38631 \change_inserted 2047637253 1475534913
38632 The template
38633 \change_inserted 227574939 1473131628
38634  works very similarly to Xfig support, except that Inkscape is a more modern
38635  image editor than Xfig, which uses Scalable Vector Graphics (SVG) as its
38636  native format.
38637
38638 \change_unchanged
38639  
38640 \change_inserted 227574939 1473131628
38641 LyX will process the image file in much the same way as it does an Xfig
38642  image, extracting the text into a separate TeX file for the text strings,
38643  and a PDF file for the rest.
38644 \end_layout
38645
38646 \begin_layout Description
38647
38648 \change_inserted 227574939 1473131628
38649 Warning: Unfortunately the latest version of Inkscape, 0.91, contains a bug:
38650  with multi-page PDFs, the TeX file will sometimes reference more pages
38651  than the PDF file contains.
38652  This is the version that ships with Ubuntu 16.04.
38653  Its use with LyX can therefore not be recommended, until the bug is fixed
38654 \begin_inset Foot
38655 status open
38656
38657 \begin_layout Plain Layout
38658
38659 \change_inserted 227574939 1473131628
38660 A workaround for those who have already SVG figures in their document is,
38661  to manually do the LaTeX+PDF output from Inkscape, edit the 
38662 \family typewriter
38663 .pdf_tex
38664 \family default
38665  file to remove the erroneous references, and 
38666 \family typewriter
38667
38668 \backslash
38669 input
38670 \family default
38671  it directly into LyX, i.e., not use the external-template mechanism:
38672 \end_layout
38673
38674 \begin_layout Plain Layout
38675
38676 \change_inserted 227574939 1473131628
38677 \begin_inset Graphics
38678         filename clipart/workaround.png
38679         scale 50
38680
38681 \end_inset
38682
38683
38684 \end_layout
38685
38686 \begin_layout Plain Layout
38687
38688 \change_inserted 227574939 1473131628
38689 Here, the child document input inset (
38690 \family sans
38691 Insert\SpecialChar menuseparator
38692 File\SpecialChar menuseparator
38693 Child Document
38694 \family default
38695 ) was used, which allows you do directly edit the 
38696 \family typewriter
38697 .pdf_tex
38698 \family default
38699  file in a text editor.
38700  The LaTeX output is based on this edited snippet as re-generation from
38701  the SVG file has been commented out.
38702 \end_layout
38703
38704 \end_inset
38705
38706 .
38707 \change_deleted 2047637253 1475534230
38708
38709 \end_layout
38710
38711 \begin_layout Standard
38712
38713 \change_deleted 2047637253 1475534225
38714 The reason why we would use this complicated process at all, like in the
38715  case of Xfig, is that it makes the text strings inside the figure of the
38716  same font type and attributes as the surrounding text, which looks so much
38717  more professional.
38718  With Inkscape, even the 
38719 \emph on
38720 size
38721 \emph default
38722  of the font is taken from the surrounding LaTeX document â€“ in Xfig, you
38723  have to set it by hand to be the same.
38724  Of course you can always embed LaTeX modifiers like 
38725 \family typewriter
38726
38727 \backslash
38728 Large
38729 \family default
38730
38731 \family typewriter
38732
38733 \backslash
38734 small
38735 \family default
38736 , etc.
38737  into your figure text strings.
38738 \change_inserted 227574939 1473131628
38739
38740 \end_layout
38741
38742 \end_deeper
38743 \begin_layout Standard
38744 \begin_inset Float table
38745 placement !h
38746 wide false
38747 sideways false
38748 status open
38749
38750 \begin_layout Plain Layout
38751 \begin_inset Caption Standard
38752
38753 \begin_layout Plain Layout
38754 \begin_inset CommandInset label
38755 LatexCommand label
38756 name "tab:Comparison-of-the"
38757
38758 \end_inset
38759
38760 Comparison of the date input methods.
38761 \end_layout
38762
38763 \end_inset
38764
38765
38766 \end_layout
38767
38768 \begin_layout Plain Layout
38769 \align center
38770 \begin_inset Tabular
38771 <lyxtabular version="3" rows="4" columns="3">
38772 <features tabularvalignment="middle">
38773 <column alignment="center" valignment="top">
38774 <column alignment="center" valignment="top">
38775 <column alignment="center" valignment="top">
38776 <row>
38777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38778 \begin_inset Text
38779
38780 \begin_layout Plain Layout
38781 Document format
38782 \end_layout
38783
38784 \end_inset
38785 </cell>
38786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38787 \begin_inset Text
38788
38789 \begin_layout Plain Layout
38790
38791 \family sans
38792 Insert\SpecialChar menuseparator
38793 Date
38794 \end_layout
38795
38796 \end_inset
38797 </cell>
38798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38799 \begin_inset Text
38800
38801 \begin_layout Plain Layout
38802 command 
38803 \series bold
38804
38805 \backslash
38806 today
38807 \end_layout
38808
38809 \end_inset
38810 </cell>
38811 </row>
38812 <row>
38813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38814 \begin_inset Text
38815
38816 \begin_layout Plain Layout
38817 \SpecialChar LyX
38818
38819 \end_layout
38820
38821 \end_inset
38822 </cell>
38823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38824 \begin_inset Text
38825
38826 \begin_layout Plain Layout
38827 as date
38828 \end_layout
38829
38830 \end_inset
38831 </cell>
38832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38833 \begin_inset Text
38834
38835 \begin_layout Plain Layout
38836 as \SpecialChar TeX
38837  Code inset box
38838 \end_layout
38839
38840 \end_inset
38841 </cell>
38842 </row>
38843 <row>
38844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38845 \begin_inset Text
38846
38847 \begin_layout Plain Layout
38848 \SpecialChar LaTeX
38849
38850 \end_layout
38851
38852 \end_inset
38853 </cell>
38854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38855 \begin_inset Text
38856
38857 \begin_layout Plain Layout
38858 as date
38859 \end_layout
38860
38861 \end_inset
38862 </cell>
38863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38864 \begin_inset Text
38865
38866 \begin_layout Plain Layout
38867 as command
38868 \end_layout
38869
38870 \end_inset
38871 </cell>
38872 </row>
38873 <row>
38874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38875 \begin_inset Text
38876
38877 \begin_layout Plain Layout
38878 DVI, PDF, PS
38879 \end_layout
38880
38881 \end_inset
38882 </cell>
38883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38884 \begin_inset Text
38885
38886 \begin_layout Plain Layout
38887 as date
38888 \end_layout
38889
38890 \end_inset
38891 </cell>
38892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38893 \begin_inset Text
38894
38895 \begin_layout Plain Layout
38896 as date
38897 \end_layout
38898
38899 \end_inset
38900 </cell>
38901 </row>
38902 </lyxtabular>
38903
38904 \end_inset
38905
38906
38907 \end_layout
38908
38909 \end_inset
38910
38911
38912 \end_layout
38913
38914 \begin_layout Standard
38915 When you use the option 
38916 \family sans
38917 Draft
38918 \family default
38919  in the 
38920 \family sans
38921 File
38922 \family default
38923  tab of the 
38924 \family sans
38925 External Material
38926 \family default
38927  dialog, only the path to the inserted file is shown in the output.
38928 \begin_inset Newline newline
38929 \end_inset
38930
38931 External material is displayed in \SpecialChar LyX
38932  either as a box like this: 
38933 \begin_inset Graphics
38934         filename clipart/ExternalMaterial.png
38935         scale 75
38936         scaleBeforeRotation
38937
38938 \end_inset
38939
38940  or as image, depending on the option 
38941 \family sans
38942 Show in LyX
38943 \family default
38944  in the 
38945 \family sans
38946 LaTeX and LyX options
38947 \family default
38948  tab of the dialog.
38949 \end_layout
38950
38951 \begin_layout Standard
38952 The 
38953 \family sans
38954 \emph on
38955 Customization
38956 \family default
38957 \emph default
38958  manual explains how you can define your own templates.
38959 \end_layout
38960
38961 \begin_layout Section
38962 Child Documents
38963 \begin_inset CommandInset label
38964 LatexCommand label
38965 name "sec:Child-Documents"
38966
38967 \end_inset
38968
38969
38970 \begin_inset Index idx
38971 status collapsed
38972
38973 \begin_layout Plain Layout
38974 External Document Parts ! Child Documents
38975 \end_layout
38976
38977 \end_inset
38978
38979
38980 \begin_inset Index idx
38981 status collapsed
38982
38983 \begin_layout Plain Layout
38984 Files ! Include
38985 \end_layout
38986
38987 \end_inset
38988
38989
38990 \end_layout
38991
38992 \begin_layout Standard
38993 Child documents are used if you have a long document consisting of several
38994  larger parts or sections.
38995  For maintenance it is often useful and sometimes even required to split
38996  the document into several files that can be revised separately.
38997  The different documents are then the so called 
38998 \begin_inset Quotes eld
38999 \end_inset
39000
39001 child documents
39002 \begin_inset Quotes erd
39003 \end_inset
39004
39005 , and a master document connects them to print the full document or parts
39006  of it.
39007  A child document inherits elements from its master, for example the \SpecialChar LaTeX
39008  preamble,
39009  the bibliography, and labels for cross-references.
39010 \end_layout
39011
39012 \begin_layout Standard
39013 To be able to work on child documents without the need to open their master,
39014  specify in the child document the master in the menu
39015 \family sans
39016  Document\SpecialChar menuseparator
39017 Settings\SpecialChar menuseparator
39018 Document
39019 \begin_inset space ~
39020 \end_inset
39021
39022 Class
39023 \family default
39024 .
39025  This master document will then be used in the background by \SpecialChar LyX
39026  when you edit
39027  the child document.
39028 \end_layout
39029
39030 \begin_layout Standard
39031 Included documents are displayed in \SpecialChar LyX
39032  as a box like this: 
39033 \begin_inset Graphics
39034         filename clipart/ChildDocument.png
39035         scaleBeforeRotation
39036
39037 \end_inset
39038
39039  To include child documents in a master document use the menu 
39040 \family sans
39041 Insert\SpecialChar menuseparator
39042 File\SpecialChar menuseparator
39043 Child
39044 \begin_inset space ~
39045 \end_inset
39046
39047 Documents
39048 \family default
39049 .
39050  A dialog pops up where you can choose between four include methods:
39051 \end_layout
39052
39053 \begin_layout Description
39054 Include You can include \SpecialChar LyX
39055  and \SpecialChar LaTeX
39056  documents.
39057  When you press the 
39058 \family sans
39059 Edit
39060 \family default
39061  button in the 
39062 \family sans
39063 Child Document
39064 \family default
39065  dialog, the included document will be opened in \SpecialChar LyX
39066  in a new file tab so that
39067  you can modify it.
39068 \begin_inset Newline newline
39069 \end_inset
39070
39071
39072 \end_layout
39073
39074 \begin_layout Standard
39075 Here is a child document inserted using 
39076 \family sans
39077 Include
39078 \family default
39079
39080 \begin_inset CommandInset include
39081 LatexCommand include
39082 filename "DummyDocument1.lyx"
39083
39084 \end_inset
39085
39086
39087 \end_layout
39088
39089 \begin_layout Standard
39090 The section numbering includes the sections of the included files in the
39091  order they are inserted in the master document.
39092  The included example document has for example a subsection that is numbered
39093  as a subsection of this section.
39094  Labels of included documents can be referenced: Subsection
39095 \begin_inset space ~
39096 \end_inset
39097
39098
39099 \begin_inset CommandInset ref
39100 LatexCommand ref
39101 reference "subsec:External-Subsection-1"
39102
39103 \end_inset
39104
39105 .
39106 \end_layout
39107
39108 \begin_layout Standard
39109 The preamble of the child document is ignored; only the preamble of the
39110  master document is used.
39111  Branches in child documents will be ignored by the master document when
39112  the master document does not have a branch with the same name.
39113  Included documents are inserted starting on a new page and ending with
39114  a page break.
39115 \end_layout
39116
39117 \begin_layout Standard
39118 \begin_inset Note Greyedout
39119 status open
39120
39121 \begin_layout Plain Layout
39122
39123 \series bold
39124 Note:
39125 \series default
39126  If you have included a \SpecialChar LyX
39127  or \SpecialChar LaTeX
39128  file, you are warned when you export/view the
39129  document in case the child document uses another document class than the
39130  master document as this will lead to unexpected outputs.
39131 \end_layout
39132
39133 \end_inset
39134
39135
39136 \end_layout
39137
39138 \begin_layout Description
39139 Input This method is very similar to the Include method.
39140  The differences are:
39141 \end_layout
39142
39143 \begin_deeper
39144 \begin_layout Itemize
39145 Input files don't start with a new page and don't end with a page break.
39146 \end_layout
39147
39148 \begin_layout Itemize
39149 Input files can be previewed in \SpecialChar LyX
39150  when 
39151 \family sans
39152 Instant
39153 \begin_inset space ~
39154 \end_inset
39155
39156 Preview
39157 \family default
39158  is enabled in \SpecialChar LyX
39159 's preferences under 
39160 \family sans
39161 Look
39162 \begin_inset space ~
39163 \end_inset
39164
39165 and
39166 \begin_inset space ~
39167 \end_inset
39168
39169 feel\SpecialChar menuseparator
39170 Graphics
39171 \family default
39172 .
39173 \end_layout
39174
39175 \begin_layout Itemize
39176 You cannot exclude Input files via the menu 
39177 \family sans
39178 Document\SpecialChar menuseparator
39179 Settings\SpecialChar menuseparator
39180 Child Documents
39181 \family default
39182 .
39183 \end_layout
39184
39185 \end_deeper
39186 \begin_layout Standard
39187 Here is a child document inserted using 
39188 \family sans
39189 Input
39190 \family default
39191
39192 \begin_inset CommandInset include
39193 LatexCommand input
39194 filename "DummyDocument2.lyx"
39195
39196 \end_inset
39197
39198
39199 \end_layout
39200
39201 \begin_layout Description
39202 Verbatim With this method any text file can be included.
39203  The file is shown in the output with its source code; no command used in
39204  the text is invoked.
39205  You can use the option 
39206 \family sans
39207 Mark spaces in output
39208 \family default
39209  that displays the character 
39210 \begin_inset Quotes eld
39211 \end_inset
39212
39213
39214 \begin_inset ERT
39215 status collapsed
39216
39217 \begin_layout Plain Layout
39218
39219
39220 \backslash
39221 textvisiblespace 
39222 \end_layout
39223
39224 \end_inset
39225
39226
39227 \begin_inset Quotes erd
39228 \end_inset
39229
39230  for every space character in the source code.
39231  The difference from the method via the menu 
39232 \family sans
39233 Insert\SpecialChar menuseparator
39234 File\SpecialChar menuseparator
39235 Plain
39236 \begin_inset space ~
39237 \end_inset
39238
39239 Text
39240 \family default
39241  is that the document content is not shown in \SpecialChar LyX
39242 .
39243 \end_layout
39244
39245 \begin_layout Standard
39246 Here is a child document inserted as Verbatim: 
39247 \begin_inset CommandInset include
39248 LatexCommand verbatiminput
39249 filename "DummyTextDocument.txt"
39250
39251 \end_inset
39252
39253
39254 \begin_inset VSpace bigskip
39255 \end_inset
39256
39257  Here is a child document inserted as Verbatim using the 
39258 \family sans
39259 Mark spaces in output
39260 \family default
39261  option: 
39262 \begin_inset CommandInset include
39263 LatexCommand verbatiminput*
39264 filename "DummyTextDocument.txt"
39265
39266 \end_inset
39267
39268
39269 \end_layout
39270
39271 \begin_layout Standard
39272 \begin_inset VSpace bigskip
39273 \end_inset
39274
39275
39276 \end_layout
39277
39278 \begin_layout Standard
39279 \begin_inset Note Greyedout
39280 status open
39281
39282 \begin_layout Plain Layout
39283
39284 \series bold
39285 Note:
39286 \series default
39287  As you can see in the examples above, the text of the documents included
39288  as 
39289 \family sans
39290 verbatim
39291 \family default
39292  is not broken at the end of the document lines.
39293 \end_layout
39294
39295 \end_inset
39296
39297
39298 \end_layout
39299
39300 \begin_layout Description
39301 Listings This type is described in chapter
39302 \begin_inset space ~
39303 \end_inset
39304
39305
39306 \begin_inset CommandInset ref
39307 LatexCommand ref
39308 reference "cha:Program-Code-Listings"
39309
39310 \end_inset
39311
39312 .
39313 \end_layout
39314
39315 \begin_layout Standard
39316 \begin_inset Note Greyedout
39317 status open
39318
39319 \begin_layout Plain Layout
39320
39321 \series bold
39322 Note:
39323 \series default
39324  Including the same document twice in a document using different methods
39325  could cause \SpecialChar LaTeX
39326 -problems.
39327 \end_layout
39328
39329 \end_inset
39330
39331
39332 \end_layout
39333
39334 \begin_layout Standard
39335 If you want to view/export only selected children of your master document,
39336  either because you want to save compiling time or because you want to distribut
39337 e single chapters of the book you are just writing, you can exclude children
39338  from the output.
39339  This is done via the menu 
39340 \family sans
39341 Document\SpecialChar menuseparator
39342 Settings\SpecialChar menuseparator
39343 Child Documents
39344 \family default
39345 .
39346  You can exclude\SpecialChar breakableslash
39347 include children by double-clicking on the 
39348 \family sans
39349 include to output
39350 \family default
39351  column of the respective child document in the list (note that this only
39352  works for documents embedded via 
39353 \begin_inset Quotes eld
39354 \end_inset
39355
39356 Include
39357 \begin_inset Quotes erd
39358 \end_inset
39359
39360 , not with 
39361 \begin_inset Quotes eld
39362 \end_inset
39363
39364 Input
39365 \begin_inset Quotes erd
39366 \end_inset
39367
39368 ).
39369  If the option 
39370 \family sans
39371 Maintain counters and references
39372 \family default
39373  is enabled, \SpecialChar LyX
39374  will assure that all page numbers, references etc.
39375 \begin_inset space ~
39376 \end_inset
39377
39378 are correct as if the whole document was processed.
39379  This is useful if you want the selected sub-documents to look exactly as
39380  in the context of the whole document.
39381  However, \SpecialChar LyX
39382  needs to process the whole document in the background for this
39383  feature.
39384  So if you want to save compile time and if counters and references do not
39385  need to be correct, disable this checkbox.
39386 \end_layout
39387
39388 \begin_layout Standard
39389 Alternatively, you can put each included file into a branch.
39390 \begin_inset Foot
39391 status collapsed
39392
39393 \begin_layout Plain Layout
39394 Branches are described in section 
39395 \emph on
39396 Branches
39397 \emph default
39398  of the \SpecialChar LyX
39399  
39400 \emph on
39401 Userguide
39402 \emph default
39403 .
39404 \end_layout
39405
39406 \end_inset
39407
39408  By enabling\SpecialChar breakableslash
39409 disabling branches you can decide which included files will
39410  appear in the output.
39411  This has the advantage that it also works with Input'ed sub-documents.
39412  However, counters and references will not be maintained with this approach.
39413 \end_layout
39414
39415 \begin_layout Chapter
39416 Program Code Listings
39417 \begin_inset CommandInset label
39418 LatexCommand label
39419 name "cha:Program-Code-Listings"
39420
39421 \end_inset
39422
39423
39424 \begin_inset Index idx
39425 status collapsed
39426
39427 \begin_layout Plain Layout
39428 Listings
39429 \end_layout
39430
39431 \end_inset
39432
39433
39434 \begin_inset Index idx
39435 status collapsed
39436
39437 \begin_layout Plain Layout
39438 Program Code
39439 \end_layout
39440
39441 \end_inset
39442
39443
39444 \begin_inset Index idx
39445 status collapsed
39446
39447 \begin_layout Plain Layout
39448 Floats ! Listings
39449 \end_layout
39450
39451 \end_inset
39452
39453
39454 \end_layout
39455
39456 \begin_layout Standard
39457 To include and typeset program code you can use the 
39458 \family sans
39459 Listings
39460 \family default
39461  inset that can be inserted via the menu 
39462 \family sans
39463 Insert\SpecialChar menuseparator
39464 Program Listing
39465 \family default
39466 .
39467  The \SpecialChar LaTeX
39468 -package 
39469 \series bold
39470 listings
39471 \series default
39472
39473 \begin_inset Index idx
39474 status collapsed
39475
39476 \begin_layout Plain Layout
39477 \SpecialChar LaTeX
39478 -packages ! listings
39479 \end_layout
39480
39481 \end_inset
39482
39483  provides a powerful and flexible way to insert program source code into
39484  your document.
39485 \end_layout
39486
39487 \begin_layout Standard
39488 Right-clicking on a listings inset opens the context menu containing where
39489  you can set the listings format.
39490 \end_layout
39491
39492 \begin_layout Standard
39493 By default, a listing starts a new paragraph in the output.
39494  The placement option 
39495 \family sans
39496 Inline
39497 \begin_inset space ~
39498 \end_inset
39499
39500 listing
39501 \family default
39502  prints the listing inline like this: 
39503 \begin_inset listings
39504 lstparams "language={C++}"
39505 inline true
39506 status open
39507
39508 \begin_layout Plain Layout
39509
39510 int a=5;
39511 \end_layout
39512
39513 \end_inset
39514
39515
39516 \begin_inset Newline newline
39517 \end_inset
39518
39519 The option 
39520 \family sans
39521 Float
39522 \family default
39523  creates a listings float where you can specify the placement options 
39524 \begin_inset Quotes eld
39525 \end_inset
39526
39527
39528 \family sans
39529 h
39530 \family default
39531
39532 \begin_inset Quotes erd
39533 \end_inset
39534
39535
39536 \begin_inset Quotes eld
39537 \end_inset
39538
39539
39540 \family sans
39541 t
39542 \family default
39543
39544 \begin_inset Quotes erd
39545 \end_inset
39546
39547
39548 \begin_inset Quotes eld
39549 \end_inset
39550
39551
39552 \family sans
39553 b
39554 \family default
39555
39556 \begin_inset Quotes erd
39557 \end_inset
39558
39559 , and 
39560 \begin_inset Quotes eld
39561 \end_inset
39562
39563
39564 \family sans
39565 p
39566 \family default
39567
39568 \begin_inset Quotes erd
39569 \end_inset
39570
39571  corresponding to the float placement options described in section
39572 \begin_inset space ~
39573 \end_inset
39574
39575
39576 \begin_inset CommandInset ref
39577 LatexCommand ref
39578 reference "sec:Float-Placement"
39579
39580 \end_inset
39581
39582 .
39583  The placement options can be mixed and are inserted without any separation,
39584  e.
39585 \begin_inset space \thinspace{}
39586 \end_inset
39587
39588 g.
39589 \begin_inset space \space{}
39590 \end_inset
39591
39592
39593 \begin_inset Quotes eld
39594 \end_inset
39595
39596
39597 \family sans
39598 htbp
39599 \family default
39600
39601 \begin_inset Quotes erd
39602 \end_inset
39603
39604 .
39605  The option 
39606 \begin_inset Quotes eld
39607 \end_inset
39608
39609 h
39610 \begin_inset Quotes erd
39611 \end_inset
39612
39613  has sometimes no effect, but you don't need to use the 
39614 \family sans
39615 Float
39616 \family default
39617  option in this case as also non-float listings can have captions and be
39618  referenced.
39619 \end_layout
39620
39621 \begin_layout Standard
39622 You can add captions to listings with the menu 
39623 \family sans
39624 Insert\SpecialChar menuseparator
39625 Caption
39626 \family default
39627 .
39628  Listings can be referenced like floats: Listing
39629 \begin_inset space ~
39630 \end_inset
39631
39632
39633 \begin_inset CommandInset ref
39634 LatexCommand ref
39635 reference "lst:Example-Listing"
39636
39637 \end_inset
39638
39639 .
39640  A list of listings which contains all listings with captions can be created
39641  via the menu 
39642 \family sans
39643 Insert\SpecialChar menuseparator
39644 List
39645 \begin_inset space ~
39646 \end_inset
39647
39648 /
39649 \begin_inset space ~
39650 \end_inset
39651
39652 TOC\SpecialChar menuseparator
39653 List of Listings
39654 \family default
39655 .
39656  The list entries are the listing caption and the listing number.
39657 \end_layout
39658
39659 \begin_layout Standard
39660 \begin_inset listings
39661 lstparams "language=Python"
39662 inline false
39663 status open
39664
39665 \begin_layout Plain Layout
39666
39667 \begin_inset Caption Standard
39668
39669 \begin_layout Plain Layout
39670 \begin_inset CommandInset label
39671 LatexCommand label
39672 name "lst:Example-Listing"
39673
39674 \end_inset
39675
39676 Example Listing float
39677 \end_layout
39678
39679 \end_inset
39680
39681 # Example listing float
39682 \end_layout
39683
39684 \begin_layout Plain Layout
39685
39686 def func(param):
39687 \end_layout
39688
39689 \begin_layout Plain Layout
39690
39691     'this is a python function'
39692 \end_layout
39693
39694 \begin_layout Plain Layout
39695
39696     pass
39697 \end_layout
39698
39699 \end_inset
39700
39701
39702 \end_layout
39703
39704 \begin_layout Standard
39705 When you have set a programming language in the listings dialog, the keywords
39706  of this language will be recognized and specially typeset in the output.
39707  In the example listings the Python keyword 
39708 \begin_inset Quotes eld
39709 \end_inset
39710
39711 def
39712 \begin_inset Quotes erd
39713 \end_inset
39714
39715  is recognized and printed bold in the output.
39716 \end_layout
39717
39718 \begin_layout Standard
39719 \begin_inset Note Greyedout
39720 status open
39721
39722 \begin_layout Plain Layout
39723
39724 \series bold
39725 Note:
39726 \series default
39727  If you don't get bold keywords when using typewriter fonts, your 
39728 \family typewriter
39729 typewriter
39730 \family default
39731  font probably doesn't provide a bold shape.
39732  In this case select a different one in the menu 
39733 \family sans
39734 Document\SpecialChar menuseparator
39735 Settings\SpecialChar menuseparator
39736 Fonts
39737 \family default
39738 .
39739  (The fonts 
39740 \emph on
39741 LuxiMono, BeraMono
39742 \emph default
39743  and 
39744 \emph on
39745 Courier
39746 \emph default
39747  provide bold shapes.)
39748 \end_layout
39749
39750 \end_inset
39751
39752
39753 \end_layout
39754
39755 \begin_layout Standard
39756 In section 
39757 \family sans
39758 Line
39759 \begin_inset space ~
39760 \end_inset
39761
39762 numbering
39763 \family default
39764  of the listings dialog you can specify the line numbering style.
39765  You can insert a number to specify which lines are numbered in the field
39766  
39767 \family sans
39768 Step
39769 \family default
39770 .
39771  When you insert e.
39772 \begin_inset space \thinspace{}
39773 \end_inset
39774
39775 g.
39776 \begin_inset space \space{}
39777 \end_inset
39778
39779
39780 \begin_inset Quotes eld
39781 \end_inset
39782
39783 3
39784 \begin_inset Quotes erd
39785 \end_inset
39786
39787 , only every 3rd line will be numbered.
39788 \end_layout
39789
39790 \begin_layout Standard
39791 You can furthermore specify a range of lines; only these will then appear
39792  in the output.
39793  The option 
39794 \family sans
39795 Extended character table
39796 \family default
39797  should be used when you use national characters like the German umlauts
39798  in the listing.
39799 \begin_inset Newline newline
39800 \end_inset
39801
39802 Here is an example listing with left line numbering, step 
39803 \begin_inset Quotes eld
39804 \end_inset
39805
39806 3
39807 \begin_inset Quotes erd
39808 \end_inset
39809
39810 , language 
39811 \begin_inset Quotes eld
39812 \end_inset
39813
39814 Python
39815 \begin_inset Quotes erd
39816 \end_inset
39817
39818 , options 
39819 \begin_inset Quotes eld
39820 \end_inset
39821
39822 Extended character table
39823 \begin_inset Quotes erd
39824 \end_inset
39825
39826  and 
39827 \begin_inset Quotes eld
39828 \end_inset
39829
39830 Space
39831 \begin_inset space ~
39832 \end_inset
39833
39834 as
39835 \begin_inset space ~
39836 \end_inset
39837
39838 symbol
39839 \begin_inset Quotes erd
39840 \end_inset
39841
39842 , range lines 3
39843 \begin_inset space \thinspace{}
39844 \end_inset
39845
39846 -
39847 \begin_inset space \thinspace{}
39848 \end_inset
39849
39850 8:
39851 \end_layout
39852
39853 \begin_layout Standard
39854 \begin_inset listings
39855 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39856 inline false
39857 status open
39858
39859 \begin_layout Plain Layout
39860
39861 def func(param):
39862 \end_layout
39863
39864 \begin_layout Plain Layout
39865
39866     'this is a python function'
39867 \end_layout
39868
39869 \begin_layout Plain Layout
39870
39871     pass
39872 \end_layout
39873
39874 \begin_layout Plain Layout
39875
39876 def func(param):
39877 \end_layout
39878
39879 \begin_layout Plain Layout
39880
39881 'This is a German word: Tschüß'
39882 \end_layout
39883
39884 \begin_layout Plain Layout
39885
39886 pass
39887 \end_layout
39888
39889 \begin_layout Plain Layout
39890
39891 def func(param):
39892 \end_layout
39893
39894 \begin_layout Plain Layout
39895
39896 'this is a python function'
39897 \end_layout
39898
39899 \begin_layout Plain Layout
39900
39901 pass
39902 \end_layout
39903
39904 \end_inset
39905
39906
39907 \end_layout
39908
39909 \begin_layout Standard
39910 When you have tabulators in your listing, you can specify the number of
39911  characters that are spanned by a tabulator in the field 
39912 \family sans
39913 Tabulator
39914 \begin_inset space ~
39915 \end_inset
39916
39917 size
39918 \family default
39919 .
39920 \end_layout
39921
39922 \begin_layout Standard
39923 \begin_inset Note Greyedout
39924 status open
39925
39926 \begin_layout Plain Layout
39927
39928 \series bold
39929 Note:
39930 \series default
39931  Due to a bug in the 
39932 \series bold
39933 listings
39934 \series default
39935  package the line numbering is shifted by a line by every previous listing.
39936  That's the reason why the lines 2 and 5 are numbered in the above listing
39937  and not the lines 3 and 6.
39938 \end_layout
39939
39940 \end_inset
39941
39942
39943 \end_layout
39944
39945 \begin_layout Standard
39946 \begin_inset VSpace bigskip
39947 \end_inset
39948
39949
39950 \end_layout
39951
39952 \begin_layout Standard
39953 It is also possible to print lines from a file as listing.
39954  To do this, use the menu 
39955 \family sans
39956 Insert\SpecialChar menuseparator
39957 File\SpecialChar menuseparator
39958 Child Document
39959 \family default
39960  and choose the type 
39961 \family sans
39962 Listings
39963 \family default
39964 .
39965 \begin_inset Foot
39966 status collapsed
39967
39968 \begin_layout Plain Layout
39969 The other child document types are described in section
39970 \begin_inset space ~
39971 \end_inset
39972
39973
39974 \begin_inset CommandInset ref
39975 LatexCommand ref
39976 reference "sec:Child-Documents"
39977
39978 \end_inset
39979
39980 .
39981 \end_layout
39982
39983 \end_inset
39984
39985  In the child document dialog you can specify the listing parameters in
39986  a text box.
39987  To show a list of all available parameters, type in a question mark 
39988 \begin_inset Quotes eld
39989 \end_inset
39990
39991 ?
39992 \begin_inset Quotes erd
39993 \end_inset
39994
39995  in the text box.
39996 \end_layout
39997
39998 \begin_layout Standard
39999 To reference child document listings, write a label text into the corresponding
40000  field of the child document dialog.
40001  The label can then be referenced using the menu 
40002 \family sans
40003 Insert\SpecialChar menuseparator
40004 Cross-Reference
40005 \family default
40006 .
40007 \end_layout
40008
40009 \begin_layout Standard
40010 Listing
40011 \begin_inset space ~
40012 \end_inset
40013
40014
40015 \begin_inset CommandInset ref
40016 LatexCommand ref
40017 reference "lst:file-listing"
40018
40019 \end_inset
40020
40021  is an example for a listing of a file; there the lines 10
40022 \begin_inset space \thinspace{}
40023 \end_inset
40024
40025 -
40026 \begin_inset space \thinspace{}
40027 \end_inset
40028
40029 15 of this \SpecialChar LyX
40030  file are listed.
40031 \end_layout
40032
40033 \begin_layout Standard
40034 \begin_inset CommandInset include
40035 LatexCommand lstinputlisting
40036 filename "EmbeddedObjects.lyx"
40037 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
40038
40039 \end_inset
40040
40041
40042 \end_layout
40043
40044 \begin_layout Standard
40045 \begin_inset VSpace bigskip
40046 \end_inset
40047
40048
40049 \end_layout
40050
40051 \begin_layout Standard
40052 Inserting a formula into a listing can be done the following way:
40053 \end_layout
40054
40055 \begin_layout Enumerate
40056 Open the listings dialog and add
40057 \begin_inset Newline newline
40058 \end_inset
40059
40060
40061 \family sans
40062 mathescape=true
40063 \family default
40064
40065 \begin_inset Newline newline
40066 \end_inset
40067
40068 to the field of the 
40069 \family sans
40070 Advanced
40071 \family default
40072  tab.
40073 \end_layout
40074
40075 \begin_layout Enumerate
40076 Create a formula outside the listing
40077 \end_layout
40078
40079 \begin_layout Enumerate
40080 Copy the content of the formula (not the formula inset) to the clipboard
40081  (shortcut 
40082 \begin_inset Info
40083 type  "shortcut"
40084 arg   "copy"
40085 \end_inset
40086
40087 )
40088 \end_layout
40089
40090 \begin_layout Enumerate
40091 In the listing write 
40092 \begin_inset Quotes eld
40093 \end_inset
40094
40095
40096 \family sans
40097 $$
40098 \family default
40099
40100 \begin_inset Quotes erd
40101 \end_inset
40102
40103  and copy from the clipboard between the dollar-signs (shortcut 
40104 \begin_inset Info
40105 type  "shortcut"
40106 arg   "paste"
40107 \end_inset
40108
40109 )
40110 \end_layout
40111
40112 \begin_layout Standard
40113 \begin_inset listings
40114 lstparams "language=Python,mathescape=true"
40115 inline false
40116 status open
40117
40118 \begin_layout Plain Layout
40119
40120 \begin_inset Caption Standard
40121
40122 \begin_layout Plain Layout
40123 Example Listing float containing a formula
40124 \end_layout
40125
40126 \end_inset
40127
40128 # Example listing float
40129 \end_layout
40130
40131 \begin_layout Plain Layout
40132
40133 def func(param):
40134 \end_layout
40135
40136 \begin_layout Plain Layout
40137
40138     # $
40139 \backslash
40140 prod_{n=1}^{
40141 \backslash
40142 infty}
40143 \backslash
40144 ,
40145 \backslash
40146 frac{1}{x^{2}}$
40147 \end_layout
40148
40149 \begin_layout Plain Layout
40150
40151     pass
40152 \end_layout
40153
40154 \end_inset
40155
40156
40157 \end_layout
40158
40159 \begin_layout Standard
40160 \begin_inset VSpace bigskip
40161 \end_inset
40162
40163
40164 \end_layout
40165
40166 \begin_layout Standard
40167 Global listings settings can be set in the 
40168 \family sans
40169 Document\SpecialChar menuseparator
40170 Settings\SpecialChar menuseparator
40171 Listings
40172 \family default
40173  dialog.
40174  To get there a list of available options, type in a question mark 
40175 \begin_inset Quotes eld
40176 \end_inset
40177
40178 ?
40179 \begin_inset Quotes erd
40180 \end_inset
40181
40182 .
40183 \end_layout
40184
40185 \begin_layout Standard
40186 For more information about the 
40187 \series bold
40188 listings
40189 \series default
40190  package, we refer to its documentation 
40191 \begin_inset CommandInset citation
40192 LatexCommand cite
40193 key "listings"
40194
40195 \end_inset
40196
40197 .
40198 \end_layout
40199
40200 \begin_layout Standard
40201 \begin_inset Newpage newpage
40202 \end_inset
40203
40204
40205 \end_layout
40206
40207 \begin_layout Chapter
40208 \start_of_appendix
40209 Units available in \SpecialChar LyX
40210
40211 \begin_inset Index idx
40212 status collapsed
40213
40214 \begin_layout Plain Layout
40215 Units
40216 \end_layout
40217
40218 \end_inset
40219
40220
40221 \begin_inset CommandInset label
40222 LatexCommand label
40223 name "cha:Units-available-in"
40224
40225 \end_inset
40226
40227
40228 \end_layout
40229
40230 \begin_layout Standard
40231 To understand the units described in this documentation, Table
40232 \begin_inset space ~
40233 \end_inset
40234
40235
40236 \begin_inset CommandInset ref
40237 LatexCommand ref
40238 reference "tab:Units"
40239
40240 \end_inset
40241
40242  explains all units available in \SpecialChar LyX
40243 .
40244 \end_layout
40245
40246 \begin_layout Standard
40247 \begin_inset Float table
40248 placement h
40249 wide false
40250 sideways false
40251 status open
40252
40253 \begin_layout Plain Layout
40254 \begin_inset Caption Standard
40255
40256 \begin_layout Plain Layout
40257 \begin_inset CommandInset label
40258 LatexCommand label
40259 name "tab:Units"
40260
40261 \end_inset
40262
40263 Units
40264 \end_layout
40265
40266 \end_inset
40267
40268
40269 \end_layout
40270
40271 \begin_layout Plain Layout
40272 \begin_inset VSpace medskip
40273 \end_inset
40274
40275
40276 \end_layout
40277
40278 \begin_layout Plain Layout
40279 \align center
40280 \begin_inset Tabular
40281 <lyxtabular version="3" rows="20" columns="3">
40282 <features tabularvalignment="middle">
40283 <column alignment="center" valignment="top">
40284 <column alignment="center" valignment="top">
40285 <column alignment="center" valignment="top">
40286 <row>
40287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40288 \begin_inset Text
40289
40290 \begin_layout Plain Layout
40291 unit
40292 \end_layout
40293
40294 \end_inset
40295 </cell>
40296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40297 \begin_inset Text
40298
40299 \begin_layout Plain Layout
40300 name/description
40301 \end_layout
40302
40303 \end_inset
40304 </cell>
40305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40306 \begin_inset Text
40307
40308 \begin_layout Plain Layout
40309 \SpecialChar LaTeX
40310  command
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 mm
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 millimeter
40331 \end_layout
40332
40333 \end_inset
40334 </cell>
40335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40336 \begin_inset Text
40337
40338 \begin_layout Plain Layout
40339 -
40340 \end_layout
40341
40342 \end_inset
40343 </cell>
40344 </row>
40345 <row>
40346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40347 \begin_inset Text
40348
40349 \begin_layout Plain Layout
40350 cm
40351 \end_layout
40352
40353 \end_inset
40354 </cell>
40355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40356 \begin_inset Text
40357
40358 \begin_layout Plain Layout
40359 centimeter
40360 \end_layout
40361
40362 \end_inset
40363 </cell>
40364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40365 \begin_inset Text
40366
40367 \begin_layout Plain Layout
40368 -
40369 \end_layout
40370
40371 \end_inset
40372 </cell>
40373 </row>
40374 <row>
40375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40376 \begin_inset Text
40377
40378 \begin_layout Plain Layout
40379 in
40380 \end_layout
40381
40382 \end_inset
40383 </cell>
40384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40385 \begin_inset Text
40386
40387 \begin_layout Plain Layout
40388 inch
40389 \end_layout
40390
40391 \end_inset
40392 </cell>
40393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40394 \begin_inset Text
40395
40396 \begin_layout Plain Layout
40397 -
40398 \end_layout
40399
40400 \end_inset
40401 </cell>
40402 </row>
40403 <row>
40404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40405 \begin_inset Text
40406
40407 \begin_layout Plain Layout
40408 pt
40409 \end_layout
40410
40411 \end_inset
40412 </cell>
40413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40414 \begin_inset Text
40415
40416 \begin_layout Plain Layout
40417 point (72.27
40418 \begin_inset space \thinspace{}
40419 \end_inset
40420
40421 pt = 1
40422 \begin_inset space \thinspace{}
40423 \end_inset
40424
40425 in)
40426 \end_layout
40427
40428 \end_inset
40429 </cell>
40430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40431 \begin_inset Text
40432
40433 \begin_layout Plain Layout
40434 -
40435 \end_layout
40436
40437 \end_inset
40438 </cell>
40439 </row>
40440 <row>
40441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40442 \begin_inset Text
40443
40444 \begin_layout Plain Layout
40445 pc
40446 \end_layout
40447
40448 \end_inset
40449 </cell>
40450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40451 \begin_inset Text
40452
40453 \begin_layout Plain Layout
40454 pica (1
40455 \begin_inset space \thinspace{}
40456 \end_inset
40457
40458 pc = 12
40459 \begin_inset space \thinspace{}
40460 \end_inset
40461
40462 pt)
40463 \end_layout
40464
40465 \end_inset
40466 </cell>
40467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40468 \begin_inset Text
40469
40470 \begin_layout Plain Layout
40471 -
40472 \end_layout
40473
40474 \end_inset
40475 </cell>
40476 </row>
40477 <row>
40478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40479 \begin_inset Text
40480
40481 \begin_layout Plain Layout
40482 sp
40483 \end_layout
40484
40485 \end_inset
40486 </cell>
40487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40488 \begin_inset Text
40489
40490 \begin_layout Plain Layout
40491 scaled point (65536
40492 \begin_inset space \thinspace{}
40493 \end_inset
40494
40495 sp = 1
40496 \begin_inset space \thinspace{}
40497 \end_inset
40498
40499 pt)
40500 \end_layout
40501
40502 \end_inset
40503 </cell>
40504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40505 \begin_inset Text
40506
40507 \begin_layout Plain Layout
40508 -
40509 \end_layout
40510
40511 \end_inset
40512 </cell>
40513 </row>
40514 <row>
40515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40516 \begin_inset Text
40517
40518 \begin_layout Plain Layout
40519 bp
40520 \end_layout
40521
40522 \end_inset
40523 </cell>
40524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40525 \begin_inset Text
40526
40527 \begin_layout Plain Layout
40528 big point (72
40529 \begin_inset space \thinspace{}
40530 \end_inset
40531
40532 bp = 1
40533 \begin_inset space \thinspace{}
40534 \end_inset
40535
40536 in)
40537 \end_layout
40538
40539 \end_inset
40540 </cell>
40541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40542 \begin_inset Text
40543
40544 \begin_layout Plain Layout
40545 -
40546 \end_layout
40547
40548 \end_inset
40549 </cell>
40550 </row>
40551 <row>
40552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40553 \begin_inset Text
40554
40555 \begin_layout Plain Layout
40556 dd
40557 \end_layout
40558
40559 \end_inset
40560 </cell>
40561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40562 \begin_inset Text
40563
40564 \begin_layout Plain Layout
40565 didot (1
40566 \begin_inset space \thinspace{}
40567 \end_inset
40568
40569 dd 
40570 \begin_inset Formula $\approx$
40571 \end_inset
40572
40573  0.376
40574 \begin_inset space \thinspace{}
40575 \end_inset
40576
40577 mm)
40578 \end_layout
40579
40580 \end_inset
40581 </cell>
40582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40583 \begin_inset Text
40584
40585 \begin_layout Plain Layout
40586 -
40587 \end_layout
40588
40589 \end_inset
40590 </cell>
40591 </row>
40592 <row>
40593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40594 \begin_inset Text
40595
40596 \begin_layout Plain Layout
40597 cc
40598 \end_layout
40599
40600 \end_inset
40601 </cell>
40602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40603 \begin_inset Text
40604
40605 \begin_layout Plain Layout
40606 cicero (1
40607 \begin_inset space \thinspace{}
40608 \end_inset
40609
40610 cc = 12
40611 \begin_inset space \thinspace{}
40612 \end_inset
40613
40614 dd)
40615 \end_layout
40616
40617 \end_inset
40618 </cell>
40619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40620 \begin_inset Text
40621
40622 \begin_layout Plain Layout
40623 -
40624 \end_layout
40625
40626 \end_inset
40627 </cell>
40628 </row>
40629 <row>
40630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40631 \begin_inset Text
40632
40633 \begin_layout Plain Layout
40634 Scale Graphics %
40635 \end_layout
40636
40637 \end_inset
40638 </cell>
40639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40640 \begin_inset Text
40641
40642 \begin_layout Plain Layout
40643 % of original image width
40644 \end_layout
40645
40646 \end_inset
40647 </cell>
40648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40649 \begin_inset Text
40650
40651 \begin_layout Plain Layout
40652
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 Width %
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 width
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 textwidth
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 Column Width %
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 column width
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 columnwidth
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 Page Width %
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 % of paper width
40735 \end_layout
40736
40737 \end_inset
40738 </cell>
40739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40740 \begin_inset Text
40741
40742 \begin_layout Plain Layout
40743
40744 \backslash
40745 paperwidth
40746 \end_layout
40747
40748 \end_inset
40749 </cell>
40750 </row>
40751 <row>
40752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40753 \begin_inset Text
40754
40755 \begin_layout Plain Layout
40756 Line Width %
40757 \end_layout
40758
40759 \end_inset
40760 </cell>
40761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40762 \begin_inset Text
40763
40764 \begin_layout Plain Layout
40765 % of line width
40766 \end_layout
40767
40768 \end_inset
40769 </cell>
40770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40771 \begin_inset Text
40772
40773 \begin_layout Plain Layout
40774
40775 \backslash
40776 linewidth
40777 \end_layout
40778
40779 \end_inset
40780 </cell>
40781 </row>
40782 <row>
40783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40784 \begin_inset Text
40785
40786 \begin_layout Plain Layout
40787 Text Height %
40788 \end_layout
40789
40790 \end_inset
40791 </cell>
40792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40793 \begin_inset Text
40794
40795 \begin_layout Plain Layout
40796 % of text height
40797 \end_layout
40798
40799 \end_inset
40800 </cell>
40801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40802 \begin_inset Text
40803
40804 \begin_layout Plain Layout
40805
40806 \backslash
40807 textheight
40808 \end_layout
40809
40810 \end_inset
40811 </cell>
40812 </row>
40813 <row>
40814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40815 \begin_inset Text
40816
40817 \begin_layout Plain Layout
40818 Page Height %
40819 \end_layout
40820
40821 \end_inset
40822 </cell>
40823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40824 \begin_inset Text
40825
40826 \begin_layout Plain Layout
40827 % of paper height
40828 \end_layout
40829
40830 \end_inset
40831 </cell>
40832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40833 \begin_inset Text
40834
40835 \begin_layout Plain Layout
40836
40837 \backslash
40838 paperheight
40839 \end_layout
40840
40841 \end_inset
40842 </cell>
40843 </row>
40844 <row>
40845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40846 \begin_inset Text
40847
40848 \begin_layout Plain Layout
40849 ex
40850 \end_layout
40851
40852 \end_inset
40853 </cell>
40854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40855 \begin_inset Text
40856
40857 \begin_layout Plain Layout
40858 height of letter 
40859 \emph on
40860 x
40861 \emph default
40862  in current font
40863 \end_layout
40864
40865 \end_inset
40866 </cell>
40867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40868 \begin_inset Text
40869
40870 \begin_layout Plain Layout
40871 -
40872 \end_layout
40873
40874 \end_inset
40875 </cell>
40876 </row>
40877 <row>
40878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40879 \begin_inset Text
40880
40881 \begin_layout Plain Layout
40882 em
40883 \end_layout
40884
40885 \end_inset
40886 </cell>
40887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40888 \begin_inset Text
40889
40890 \begin_layout Plain Layout
40891 width of letter 
40892 \emph on
40893 M
40894 \emph default
40895  in current font
40896 \end_layout
40897
40898 \end_inset
40899 </cell>
40900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40901 \begin_inset Text
40902
40903 \begin_layout Plain Layout
40904 -
40905 \end_layout
40906
40907 \end_inset
40908 </cell>
40909 </row>
40910 <row>
40911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40912 \begin_inset Text
40913
40914 \begin_layout Plain Layout
40915 mu
40916 \end_layout
40917
40918 \end_inset
40919 </cell>
40920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40921 \begin_inset Text
40922
40923 \begin_layout Plain Layout
40924 math unit (1
40925 \begin_inset space \thinspace{}
40926 \end_inset
40927
40928 mu = 1/18
40929 \begin_inset space \thinspace{}
40930 \end_inset
40931
40932 em)
40933 \end_layout
40934
40935 \end_inset
40936 </cell>
40937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40938 \begin_inset Text
40939
40940 \begin_layout Plain Layout
40941 -
40942 \end_layout
40943
40944 \end_inset
40945 </cell>
40946 </row>
40947 </lyxtabular>
40948
40949 \end_inset
40950
40951
40952 \end_layout
40953
40954 \end_inset
40955
40956
40957 \end_layout
40958
40959 \begin_layout Chapter
40960 Output File Formats with Graphics
40961 \begin_inset CommandInset label
40962 LatexCommand label
40963 name "cha:Output-File-Formats"
40964
40965 \end_inset
40966
40967
40968 \end_layout
40969
40970 \begin_layout Section
40971 DVI
40972 \begin_inset Index idx
40973 status collapsed
40974
40975 \begin_layout Plain Layout
40976 File Formats ! DVI
40977 \end_layout
40978
40979 \end_inset
40980
40981
40982 \begin_inset Index idx
40983 status collapsed
40984
40985 \begin_layout Plain Layout
40986 DVI|see
40987 \begin_inset ERT
40988 status collapsed
40989
40990 \begin_layout Plain Layout
40991
40992 {
40993 \end_layout
40994
40995 \end_inset
40996
40997 File Formats
40998 \begin_inset ERT
40999 status collapsed
41000
41001 \begin_layout Plain Layout
41002
41003 }
41004 \end_layout
41005
41006 \end_inset
41007
41008
41009 \end_layout
41010
41011 \end_inset
41012
41013
41014 \end_layout
41015
41016 \begin_layout Standard
41017 This file type has the extension 
41018 \begin_inset Quotes eld
41019 \end_inset
41020
41021
41022 \family typewriter
41023 .dvi
41024 \family default
41025
41026 \begin_inset Quotes erd
41027 \end_inset
41028
41029 .
41030  It is called 
41031 \begin_inset Quotes eld
41032 \end_inset
41033
41034 device-independent
41035 \begin_inset Quotes erd
41036 \end_inset
41037
41038  (DVI), because it is completely portable; you can move them from one machine
41039  to another without needing to do any sort of conversion.
41040  At the time when this file-format was developed, this was no matter of
41041  course.
41042  DVIs are used for quick previews and as pre-stage for other output formats,
41043  like PostScript.
41044 \end_layout
41045
41046 \begin_layout Standard
41047 \begin_inset Note Greyedout
41048 status open
41049
41050 \begin_layout Plain Layout
41051
41052 \series bold
41053 Note:
41054 \series default
41055  DVI-files do not contain images; they will only be a linked.
41056 \end_layout
41057
41058 \end_inset
41059
41060  So don't forget this, if you move your 
41061 \family typewriter
41062 .dvi
41063 \family default
41064  file to another computer.
41065  This property can also slow down your computer when you view the DVI, because
41066  the DVI-viewer has to convert the image in the background to make it visible
41067  when you scroll in the DVI.
41068  So it is recommended that you use PDF for files with many images.
41069 \end_layout
41070
41071 \begin_layout Standard
41072 You can export your document to DVI by using the menu 
41073 \family sans
41074 File\SpecialChar menuseparator
41075 Export\SpecialChar menuseparator
41076 DVI
41077 \family default
41078 .
41079  You can view your document as DVI via the 
41080 \family sans
41081 View
41082 \family default
41083  menu.
41084 \end_layout
41085
41086 \begin_layout Section
41087 PostScript
41088 \begin_inset Index idx
41089 status collapsed
41090
41091 \begin_layout Plain Layout
41092 File Formats ! PostScript
41093 \end_layout
41094
41095 \end_inset
41096
41097
41098 \begin_inset Index idx
41099 status collapsed
41100
41101 \begin_layout Plain Layout
41102 PostScript|see
41103 \begin_inset ERT
41104 status collapsed
41105
41106 \begin_layout Plain Layout
41107
41108 {
41109 \end_layout
41110
41111 \end_inset
41112
41113 File Formats
41114 \begin_inset ERT
41115 status collapsed
41116
41117 \begin_layout Plain Layout
41118
41119 }
41120 \end_layout
41121
41122 \end_inset
41123
41124
41125 \end_layout
41126
41127 \end_inset
41128
41129
41130 \end_layout
41131
41132 \begin_layout Standard
41133 This file type has the extension 
41134 \begin_inset Quotes eld
41135 \end_inset
41136
41137
41138 \family typewriter
41139 .ps
41140 \family default
41141
41142 \begin_inset Quotes erd
41143 \end_inset
41144
41145 .
41146  PostScript was developed by the company 
41147 \family typewriter
41148 Adobe
41149 \family default
41150  as a printer language.
41151  The file therefore contains commands that the printer uses to print the
41152  file.
41153  PostScript can be seen as a 
41154 \begin_inset Quotes eld
41155 \end_inset
41156
41157 programming language
41158 \begin_inset Quotes erd
41159 \end_inset
41160
41161 ; you can calculate with it and draw diagrams and images.
41162 \begin_inset Foot
41163 status collapsed
41164
41165 \begin_layout Plain Layout
41166 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
41167 -package
41168  
41169 \series bold
41170 PSTricks
41171 \series default
41172  
41173 \begin_inset CommandInset citation
41174 LatexCommand cite
41175 key "pstricks"
41176
41177 \end_inset
41178
41179 .
41180 \end_layout
41181
41182 \end_inset
41183
41184  Due to this ability, the files are often bigger than PDFs.
41185 \end_layout
41186
41187 \begin_layout Standard
41188 PostScript can only contain images in the format 
41189 \begin_inset Quotes eld
41190 \end_inset
41191
41192 Encapsulated PostScript
41193 \begin_inset Quotes erd
41194 \end_inset
41195
41196  (EPS, file extension 
41197 \begin_inset Quotes eld
41198 \end_inset
41199
41200
41201 \family typewriter
41202 .eps
41203 \family default
41204
41205 \begin_inset Quotes erd
41206 \end_inset
41207
41208 ).
41209  As \SpecialChar LyX
41210  allows you to use any known image format in your document, it has to
41211  convert images in the background to EPS.
41212  If you have e.g.
41213 \begin_inset space ~
41214 \end_inset
41215
41216 50
41217 \begin_inset space ~
41218 \end_inset
41219
41220 images in your document, \SpecialChar LyX
41221  has to do 50
41222 \begin_inset space ~
41223 \end_inset
41224
41225 conversions whenever you view or export your document.
41226  This will slow down your work flow with \SpecialChar LyX
41227  drastically.
41228  So if you plan to use PostScript, you can insert your images directly as
41229  EPS to avoid this problem.
41230 \end_layout
41231
41232 \begin_layout Standard
41233 You can export your document to PostScript using the menu 
41234 \family sans
41235 File\SpecialChar menuseparator
41236 Export\SpecialChar menuseparator
41237 Postscript
41238 \family default
41239 .
41240  You can view your document as PostScript via the 
41241 \family sans
41242 View
41243 \family default
41244  menu.
41245 \end_layout
41246
41247 \begin_layout Section
41248 PDF
41249 \begin_inset Index idx
41250 status collapsed
41251
41252 \begin_layout Plain Layout
41253 File Formats ! PDF
41254 \end_layout
41255
41256 \end_inset
41257
41258
41259 \begin_inset Index idx
41260 status collapsed
41261
41262 \begin_layout Plain Layout
41263 PDF
41264 \end_layout
41265
41266 \end_inset
41267
41268
41269 \end_layout
41270
41271 \begin_layout Standard
41272 This file type has the extension 
41273 \begin_inset Quotes eld
41274 \end_inset
41275
41276
41277 \family typewriter
41278 .pdf
41279 \family default
41280
41281 \begin_inset Quotes erd
41282 \end_inset
41283
41284 .
41285  The 
41286 \begin_inset Quotes eld
41287 \end_inset
41288
41289 Portable Document Format
41290 \begin_inset Quotes erd
41291 \end_inset
41292
41293  (PDF) was developed by 
41294 \family typewriter
41295 Adobe
41296 \family default
41297  as a derivative of PostScript.
41298  It is more compressed and it uses fewer commands than PostScript.
41299  As the name 
41300 \begin_inset Quotes eld
41301 \end_inset
41302
41303 portable
41304 \begin_inset Quotes erd
41305 \end_inset
41306
41307  implies, it can be processed at any computer system and the printed output
41308  looks exactly the same.
41309 \end_layout
41310
41311 \begin_layout Standard
41312 PDF can contain images in its own PDF format, in the format 
41313 \begin_inset Quotes eld
41314 \end_inset
41315
41316 Joint Photographic Experts Group
41317 \begin_inset Quotes erd
41318 \end_inset
41319
41320  (JPG, file extension 
41321 \begin_inset Quotes eld
41322 \end_inset
41323
41324
41325 \family typewriter
41326 .jpg
41327 \family default
41328
41329 \begin_inset Quotes erd
41330 \end_inset
41331
41332  or 
41333 \begin_inset Quotes eld
41334 \end_inset
41335
41336
41337 \family typewriter
41338 .jpeg
41339 \family default
41340
41341 \begin_inset Quotes erd
41342 \end_inset
41343
41344 ), and in the format 
41345 \begin_inset Quotes eld
41346 \end_inset
41347
41348 Portable Network Graphics
41349 \begin_inset Quotes erd
41350 \end_inset
41351
41352  (PNG, file extension 
41353 \begin_inset Quotes eld
41354 \end_inset
41355
41356
41357 \family typewriter
41358 .png
41359 \family default
41360
41361 \begin_inset Quotes erd
41362 \end_inset
41363
41364 ).
41365  Nevertheless you can use any other image format, because \SpecialChar LyX
41366  converts them
41367  in the background to one of these formats.
41368  But as described in the section about PostScript, the image conversion
41369  will slow down your work flow.
41370  So it is recommended that you use images in one of the three mentioned
41371  formats.
41372 \end_layout
41373
41374 \begin_layout Standard
41375 You can export your document to PDF via the menu 
41376 \family sans
41377 File\SpecialChar menuseparator
41378 Export
41379 \family default
41380  in three different ways:
41381 \end_layout
41382
41383 \begin_layout Description
41384 PDF
41385 \begin_inset space ~
41386 \end_inset
41387
41388 (ps2pdf) This uses the program 
41389 \family typewriter
41390 ps2pdf
41391 \family default
41392  that creates a PDF from a PostScript-version of your file.
41393  The PostScript-version is produced by the program 
41394 \family typewriter
41395 dvips
41396 \family default
41397  which uses a DVI-version as intermediate step.
41398  So this export variant consists of three conversions.
41399 \end_layout
41400
41401 \begin_layout Description
41402 PDF
41403 \begin_inset space ~
41404 \end_inset
41405
41406 (dvipdfm) This uses the program 
41407 \family typewriter
41408 dvipdfm
41409 \family default
41410  that converts your file in the background to DVI and in a second step to
41411  PDF.
41412 \end_layout
41413
41414 \begin_layout Description
41415 PDF
41416 \begin_inset space ~
41417 \end_inset
41418
41419 (pdflatex) This uses the program 
41420 \family typewriter
41421 pdftex
41422 \family default
41423  that converts your file directly to PDF.
41424 \end_layout
41425
41426 \begin_layout Standard
41427 It is recommended that you use 
41428 \family sans
41429 PDF
41430 \begin_inset space ~
41431 \end_inset
41432
41433 (pdflatex)
41434 \family default
41435  because 
41436 \family typewriter
41437 pdftex
41438 \family default
41439  supports all features of actual PDF-versions, is quick and works stable.
41440  The program 
41441 \family typewriter
41442 dvipdfm
41443 \family default
41444  is not under development and therefore a bit outdated.
41445 \end_layout
41446
41447 \begin_layout Standard
41448 You can view your document as PDF via the 
41449 \family sans
41450 View
41451 \family default
41452  menu or by using a toolbar button.
41453 \end_layout
41454
41455 \begin_layout Chapter
41456 List of dvips color names
41457 \begin_inset CommandInset label
41458 LatexCommand label
41459 name "chap:List-of-dvips-colornames"
41460
41461 \end_inset
41462
41463
41464 \end_layout
41465
41466 \begin_layout Standard
41467 \begin_inset Tabular
41468 <lyxtabular version="3" rows="17" columns="4">
41469 <features tabularvalignment="middle">
41470 <column alignment="left" valignment="top" width="0pt">
41471 <column alignment="left" valignment="top" width="0pt">
41472 <column alignment="left" valignment="top" width="0pt">
41473 <column alignment="left" valignment="top" width="0pt">
41474 <row>
41475 <cell alignment="left" valignment="top" usebox="none">
41476 \begin_inset Text
41477
41478 \begin_layout Plain Layout
41479 \begin_inset ERT
41480 status collapsed
41481
41482 \begin_layout Plain Layout
41483
41484
41485 \backslash
41486 fcolorbox{black}{
41487 \end_layout
41488
41489 \end_inset
41490
41491 white
41492 \begin_inset ERT
41493 status collapsed
41494
41495 \begin_layout Plain Layout
41496
41497 }{
41498 \end_layout
41499
41500 \end_inset
41501
41502 Color
41503 \begin_inset ERT
41504 status collapsed
41505
41506 \begin_layout Plain Layout
41507
41508 }
41509 \end_layout
41510
41511 \end_inset
41512
41513  Color name
41514 \end_layout
41515
41516 \end_inset
41517 </cell>
41518 <cell alignment="left" valignment="top" usebox="none">
41519 \begin_inset Text
41520
41521 \begin_layout Plain Layout
41522 \begin_inset ERT
41523 status collapsed
41524
41525 \begin_layout Plain Layout
41526
41527
41528 \backslash
41529 fcolorbox{black}{
41530 \end_layout
41531
41532 \end_inset
41533
41534 white
41535 \begin_inset ERT
41536 status collapsed
41537
41538 \begin_layout Plain Layout
41539
41540 }{
41541 \end_layout
41542
41543 \end_inset
41544
41545 Color
41546 \begin_inset ERT
41547 status collapsed
41548
41549 \begin_layout Plain Layout
41550
41551 }
41552 \end_layout
41553
41554 \end_inset
41555
41556  Color name
41557 \end_layout
41558
41559 \end_inset
41560 </cell>
41561 <cell alignment="left" valignment="top" usebox="none">
41562 \begin_inset Text
41563
41564 \begin_layout Plain Layout
41565 \begin_inset ERT
41566 status collapsed
41567
41568 \begin_layout Plain Layout
41569
41570
41571 \backslash
41572 fcolorbox{black}{
41573 \end_layout
41574
41575 \end_inset
41576
41577 white
41578 \begin_inset ERT
41579 status collapsed
41580
41581 \begin_layout Plain Layout
41582
41583 }{
41584 \end_layout
41585
41586 \end_inset
41587
41588 Color
41589 \begin_inset ERT
41590 status collapsed
41591
41592 \begin_layout Plain Layout
41593
41594 }
41595 \end_layout
41596
41597 \end_inset
41598
41599  Color name
41600 \end_layout
41601
41602 \end_inset
41603 </cell>
41604 <cell alignment="left" valignment="top" usebox="none">
41605 \begin_inset Text
41606
41607 \begin_layout Plain Layout
41608 \begin_inset ERT
41609 status collapsed
41610
41611 \begin_layout Plain Layout
41612
41613
41614 \backslash
41615 fcolorbox{black}{
41616 \end_layout
41617
41618 \end_inset
41619
41620 white
41621 \begin_inset ERT
41622 status collapsed
41623
41624 \begin_layout Plain Layout
41625
41626 }{
41627 \end_layout
41628
41629 \end_inset
41630
41631 Color
41632 \begin_inset ERT
41633 status collapsed
41634
41635 \begin_layout Plain Layout
41636
41637 }
41638 \end_layout
41639
41640 \end_inset
41641
41642  Color name
41643 \end_layout
41644
41645 \end_inset
41646 </cell>
41647 </row>
41648 <row>
41649 <cell alignment="center" valignment="top" usebox="none">
41650 \begin_inset Text
41651
41652 \begin_layout Plain Layout
41653 \begin_inset ERT
41654 status collapsed
41655
41656 \begin_layout Plain Layout
41657
41658
41659 \backslash
41660 fcolorbox{black}{
41661 \end_layout
41662
41663 \end_inset
41664
41665 Apricot
41666 \begin_inset ERT
41667 status collapsed
41668
41669 \begin_layout Plain Layout
41670
41671 }{
41672 \end_layout
41673
41674 \end_inset
41675
41676
41677 \begin_inset Phantom Phantom
41678 status open
41679
41680 \begin_layout Plain Layout
41681 W
41682 \end_layout
41683
41684 \end_inset
41685
41686
41687 \begin_inset ERT
41688 status collapsed
41689
41690 \begin_layout Plain Layout
41691
41692 }
41693 \end_layout
41694
41695 \end_inset
41696
41697  Apricot
41698 \end_layout
41699
41700 \end_inset
41701 </cell>
41702 <cell alignment="center" valignment="top" usebox="none">
41703 \begin_inset Text
41704
41705 \begin_layout Plain Layout
41706 \begin_inset ERT
41707 status collapsed
41708
41709 \begin_layout Plain Layout
41710
41711
41712 \backslash
41713 fcolorbox{black}{
41714 \end_layout
41715
41716 \end_inset
41717
41718 Aquamarine
41719 \begin_inset ERT
41720 status collapsed
41721
41722 \begin_layout Plain Layout
41723
41724 }{
41725 \end_layout
41726
41727 \end_inset
41728
41729
41730 \begin_inset Phantom Phantom
41731 status open
41732
41733 \begin_layout Plain Layout
41734 W
41735 \end_layout
41736
41737 \end_inset
41738
41739
41740 \begin_inset ERT
41741 status collapsed
41742
41743 \begin_layout Plain Layout
41744
41745 }
41746 \end_layout
41747
41748 \end_inset
41749
41750  Aquamarine
41751 \end_layout
41752
41753 \end_inset
41754 </cell>
41755 <cell alignment="center" valignment="top" usebox="none">
41756 \begin_inset Text
41757
41758 \begin_layout Plain Layout
41759 \begin_inset ERT
41760 status collapsed
41761
41762 \begin_layout Plain Layout
41763
41764
41765 \backslash
41766 fcolorbox{black}{
41767 \end_layout
41768
41769 \end_inset
41770
41771 Bittersweet
41772 \begin_inset ERT
41773 status collapsed
41774
41775 \begin_layout Plain Layout
41776
41777 }{
41778 \end_layout
41779
41780 \end_inset
41781
41782
41783 \begin_inset Phantom Phantom
41784 status open
41785
41786 \begin_layout Plain Layout
41787 W
41788 \end_layout
41789
41790 \end_inset
41791
41792
41793 \begin_inset ERT
41794 status collapsed
41795
41796 \begin_layout Plain Layout
41797
41798 }
41799 \end_layout
41800
41801 \end_inset
41802
41803  Bittersweet
41804 \end_layout
41805
41806 \end_inset
41807 </cell>
41808 <cell alignment="center" valignment="top" usebox="none">
41809 \begin_inset Text
41810
41811 \begin_layout Plain Layout
41812 \begin_inset ERT
41813 status collapsed
41814
41815 \begin_layout Plain Layout
41816
41817
41818 \backslash
41819 fcolorbox{black}{
41820 \end_layout
41821
41822 \end_inset
41823
41824 BlueGreen
41825 \begin_inset ERT
41826 status collapsed
41827
41828 \begin_layout Plain Layout
41829
41830 }{
41831 \end_layout
41832
41833 \end_inset
41834
41835
41836 \begin_inset Phantom Phantom
41837 status open
41838
41839 \begin_layout Plain Layout
41840 W
41841 \end_layout
41842
41843 \end_inset
41844
41845
41846 \begin_inset ERT
41847 status collapsed
41848
41849 \begin_layout Plain Layout
41850
41851 }
41852 \end_layout
41853
41854 \end_inset
41855
41856  BlueGreen
41857 \end_layout
41858
41859 \end_inset
41860 </cell>
41861 </row>
41862 <row>
41863 <cell alignment="left" valignment="top" usebox="none">
41864 \begin_inset Text
41865
41866 \begin_layout Plain Layout
41867 \begin_inset ERT
41868 status collapsed
41869
41870 \begin_layout Plain Layout
41871
41872
41873 \backslash
41874 fcolorbox{black}{
41875 \end_layout
41876
41877 \end_inset
41878
41879 BlueViolet
41880 \begin_inset ERT
41881 status collapsed
41882
41883 \begin_layout Plain Layout
41884
41885 }{
41886 \end_layout
41887
41888 \end_inset
41889
41890
41891 \begin_inset Phantom Phantom
41892 status open
41893
41894 \begin_layout Plain Layout
41895 W
41896 \end_layout
41897
41898 \end_inset
41899
41900
41901 \begin_inset ERT
41902 status collapsed
41903
41904 \begin_layout Plain Layout
41905
41906 }
41907 \end_layout
41908
41909 \end_inset
41910
41911  BlueViolet
41912 \end_layout
41913
41914 \end_inset
41915 </cell>
41916 <cell alignment="left" valignment="top" usebox="none">
41917 \begin_inset Text
41918
41919 \begin_layout Plain Layout
41920 \begin_inset ERT
41921 status collapsed
41922
41923 \begin_layout Plain Layout
41924
41925
41926 \backslash
41927 fcolorbox{black}{
41928 \end_layout
41929
41930 \end_inset
41931
41932 BrickRed
41933 \begin_inset ERT
41934 status collapsed
41935
41936 \begin_layout Plain Layout
41937
41938 }{
41939 \end_layout
41940
41941 \end_inset
41942
41943
41944 \begin_inset Phantom Phantom
41945 status open
41946
41947 \begin_layout Plain Layout
41948 W
41949 \end_layout
41950
41951 \end_inset
41952
41953
41954 \begin_inset ERT
41955 status collapsed
41956
41957 \begin_layout Plain Layout
41958
41959 }
41960 \end_layout
41961
41962 \end_inset
41963
41964  BrickRed
41965 \end_layout
41966
41967 \end_inset
41968 </cell>
41969 <cell alignment="left" valignment="top" usebox="none">
41970 \begin_inset Text
41971
41972 \begin_layout Plain Layout
41973 \begin_inset ERT
41974 status collapsed
41975
41976 \begin_layout Plain Layout
41977
41978
41979 \backslash
41980 fcolorbox{black}{
41981 \end_layout
41982
41983 \end_inset
41984
41985 Brown
41986 \begin_inset ERT
41987 status collapsed
41988
41989 \begin_layout Plain Layout
41990
41991 }{
41992 \end_layout
41993
41994 \end_inset
41995
41996
41997 \begin_inset Phantom Phantom
41998 status open
41999
42000 \begin_layout Plain Layout
42001 W
42002 \end_layout
42003
42004 \end_inset
42005
42006
42007 \begin_inset ERT
42008 status collapsed
42009
42010 \begin_layout Plain Layout
42011
42012 }
42013 \end_layout
42014
42015 \end_inset
42016
42017  Brown
42018 \end_layout
42019
42020 \end_inset
42021 </cell>
42022 <cell alignment="left" valignment="top" usebox="none">
42023 \begin_inset Text
42024
42025 \begin_layout Plain Layout
42026 \begin_inset ERT
42027 status collapsed
42028
42029 \begin_layout Plain Layout
42030
42031
42032 \backslash
42033 fcolorbox{black}{
42034 \end_layout
42035
42036 \end_inset
42037
42038 BurntOrange
42039 \begin_inset ERT
42040 status collapsed
42041
42042 \begin_layout Plain Layout
42043
42044 }{
42045 \end_layout
42046
42047 \end_inset
42048
42049
42050 \begin_inset Phantom Phantom
42051 status open
42052
42053 \begin_layout Plain Layout
42054 W
42055 \end_layout
42056
42057 \end_inset
42058
42059
42060 \begin_inset ERT
42061 status collapsed
42062
42063 \begin_layout Plain Layout
42064
42065 }
42066 \end_layout
42067
42068 \end_inset
42069
42070  BurntOrange
42071 \end_layout
42072
42073 \end_inset
42074 </cell>
42075 </row>
42076 <row>
42077 <cell alignment="left" valignment="top" usebox="none">
42078 \begin_inset Text
42079
42080 \begin_layout Plain Layout
42081 \begin_inset ERT
42082 status collapsed
42083
42084 \begin_layout Plain Layout
42085
42086
42087 \backslash
42088 fcolorbox{black}{
42089 \end_layout
42090
42091 \end_inset
42092
42093 CadetBlue
42094 \begin_inset ERT
42095 status collapsed
42096
42097 \begin_layout Plain Layout
42098
42099 }{
42100 \end_layout
42101
42102 \end_inset
42103
42104
42105 \begin_inset Phantom Phantom
42106 status open
42107
42108 \begin_layout Plain Layout
42109 W
42110 \end_layout
42111
42112 \end_inset
42113
42114
42115 \begin_inset ERT
42116 status collapsed
42117
42118 \begin_layout Plain Layout
42119
42120 }
42121 \end_layout
42122
42123 \end_inset
42124
42125  CadetBlue
42126 \end_layout
42127
42128 \end_inset
42129 </cell>
42130 <cell alignment="left" valignment="top" usebox="none">
42131 \begin_inset Text
42132
42133 \begin_layout Plain Layout
42134 \begin_inset ERT
42135 status collapsed
42136
42137 \begin_layout Plain Layout
42138
42139
42140 \backslash
42141 fcolorbox{black}{
42142 \end_layout
42143
42144 \end_inset
42145
42146 CarnationPink
42147 \begin_inset ERT
42148 status collapsed
42149
42150 \begin_layout Plain Layout
42151
42152 }{
42153 \end_layout
42154
42155 \end_inset
42156
42157
42158 \begin_inset Phantom Phantom
42159 status open
42160
42161 \begin_layout Plain Layout
42162 W
42163 \end_layout
42164
42165 \end_inset
42166
42167
42168 \begin_inset ERT
42169 status collapsed
42170
42171 \begin_layout Plain Layout
42172
42173 }
42174 \end_layout
42175
42176 \end_inset
42177
42178  CarnationPink
42179 \end_layout
42180
42181 \end_inset
42182 </cell>
42183 <cell alignment="left" valignment="top" usebox="none">
42184 \begin_inset Text
42185
42186 \begin_layout Plain Layout
42187 \begin_inset ERT
42188 status collapsed
42189
42190 \begin_layout Plain Layout
42191
42192
42193 \backslash
42194 fcolorbox{black}{
42195 \end_layout
42196
42197 \end_inset
42198
42199 Cerulean
42200 \begin_inset ERT
42201 status collapsed
42202
42203 \begin_layout Plain Layout
42204
42205 }{
42206 \end_layout
42207
42208 \end_inset
42209
42210
42211 \begin_inset Phantom Phantom
42212 status open
42213
42214 \begin_layout Plain Layout
42215 W
42216 \end_layout
42217
42218 \end_inset
42219
42220
42221 \begin_inset ERT
42222 status collapsed
42223
42224 \begin_layout Plain Layout
42225
42226 }
42227 \end_layout
42228
42229 \end_inset
42230
42231  Cerulean
42232 \end_layout
42233
42234 \end_inset
42235 </cell>
42236 <cell alignment="left" valignment="top" usebox="none">
42237 \begin_inset Text
42238
42239 \begin_layout Plain Layout
42240 \begin_inset ERT
42241 status collapsed
42242
42243 \begin_layout Plain Layout
42244
42245
42246 \backslash
42247 fcolorbox{black}{
42248 \end_layout
42249
42250 \end_inset
42251
42252 CornflowerBlue
42253 \begin_inset ERT
42254 status collapsed
42255
42256 \begin_layout Plain Layout
42257
42258 }{
42259 \end_layout
42260
42261 \end_inset
42262
42263
42264 \begin_inset Phantom Phantom
42265 status open
42266
42267 \begin_layout Plain Layout
42268 W
42269 \end_layout
42270
42271 \end_inset
42272
42273
42274 \begin_inset ERT
42275 status collapsed
42276
42277 \begin_layout Plain Layout
42278
42279 }
42280 \end_layout
42281
42282 \end_inset
42283
42284  CornflowerBlue
42285 \end_layout
42286
42287 \end_inset
42288 </cell>
42289 </row>
42290 <row>
42291 <cell alignment="left" valignment="top" usebox="none">
42292 \begin_inset Text
42293
42294 \begin_layout Plain Layout
42295 \begin_inset ERT
42296 status collapsed
42297
42298 \begin_layout Plain Layout
42299
42300
42301 \backslash
42302 fcolorbox{black}{
42303 \end_layout
42304
42305 \end_inset
42306
42307 Dandelion
42308 \begin_inset ERT
42309 status collapsed
42310
42311 \begin_layout Plain Layout
42312
42313 }{
42314 \end_layout
42315
42316 \end_inset
42317
42318
42319 \begin_inset Phantom Phantom
42320 status open
42321
42322 \begin_layout Plain Layout
42323 W
42324 \end_layout
42325
42326 \end_inset
42327
42328
42329 \begin_inset ERT
42330 status collapsed
42331
42332 \begin_layout Plain Layout
42333
42334 }
42335 \end_layout
42336
42337 \end_inset
42338
42339  Dandelion
42340 \end_layout
42341
42342 \end_inset
42343 </cell>
42344 <cell alignment="left" valignment="top" usebox="none">
42345 \begin_inset Text
42346
42347 \begin_layout Plain Layout
42348 \begin_inset ERT
42349 status collapsed
42350
42351 \begin_layout Plain Layout
42352
42353
42354 \backslash
42355 fcolorbox{black}{
42356 \end_layout
42357
42358 \end_inset
42359
42360 DarkOrchid
42361 \begin_inset ERT
42362 status collapsed
42363
42364 \begin_layout Plain Layout
42365
42366 }{
42367 \end_layout
42368
42369 \end_inset
42370
42371
42372 \begin_inset Phantom Phantom
42373 status open
42374
42375 \begin_layout Plain Layout
42376 W
42377 \end_layout
42378
42379 \end_inset
42380
42381
42382 \begin_inset ERT
42383 status collapsed
42384
42385 \begin_layout Plain Layout
42386
42387 }
42388 \end_layout
42389
42390 \end_inset
42391
42392  DarkOrchid
42393 \end_layout
42394
42395 \end_inset
42396 </cell>
42397 <cell alignment="left" valignment="top" usebox="none">
42398 \begin_inset Text
42399
42400 \begin_layout Plain Layout
42401 \begin_inset ERT
42402 status collapsed
42403
42404 \begin_layout Plain Layout
42405
42406
42407 \backslash
42408 fcolorbox{black}{
42409 \end_layout
42410
42411 \end_inset
42412
42413 Emerald
42414 \begin_inset ERT
42415 status collapsed
42416
42417 \begin_layout Plain Layout
42418
42419 }{
42420 \end_layout
42421
42422 \end_inset
42423
42424
42425 \begin_inset Phantom Phantom
42426 status open
42427
42428 \begin_layout Plain Layout
42429 W
42430 \end_layout
42431
42432 \end_inset
42433
42434
42435 \begin_inset ERT
42436 status collapsed
42437
42438 \begin_layout Plain Layout
42439
42440 }
42441 \end_layout
42442
42443 \end_inset
42444
42445  Emerald
42446 \end_layout
42447
42448 \end_inset
42449 </cell>
42450 <cell alignment="left" valignment="top" usebox="none">
42451 \begin_inset Text
42452
42453 \begin_layout Plain Layout
42454 \begin_inset ERT
42455 status collapsed
42456
42457 \begin_layout Plain Layout
42458
42459
42460 \backslash
42461 fcolorbox{black}{
42462 \end_layout
42463
42464 \end_inset
42465
42466 ForestGreen
42467 \begin_inset ERT
42468 status collapsed
42469
42470 \begin_layout Plain Layout
42471
42472 }{
42473 \end_layout
42474
42475 \end_inset
42476
42477
42478 \begin_inset Phantom Phantom
42479 status open
42480
42481 \begin_layout Plain Layout
42482 W
42483 \end_layout
42484
42485 \end_inset
42486
42487
42488 \begin_inset ERT
42489 status collapsed
42490
42491 \begin_layout Plain Layout
42492
42493 }
42494 \end_layout
42495
42496 \end_inset
42497
42498  ForestGreen
42499 \end_layout
42500
42501 \end_inset
42502 </cell>
42503 </row>
42504 <row>
42505 <cell alignment="left" valignment="top" usebox="none">
42506 \begin_inset Text
42507
42508 \begin_layout Plain Layout
42509 \begin_inset ERT
42510 status collapsed
42511
42512 \begin_layout Plain Layout
42513
42514
42515 \backslash
42516 fcolorbox{black}{
42517 \end_layout
42518
42519 \end_inset
42520
42521 Fuchsia
42522 \begin_inset ERT
42523 status collapsed
42524
42525 \begin_layout Plain Layout
42526
42527 }{
42528 \end_layout
42529
42530 \end_inset
42531
42532
42533 \begin_inset Phantom Phantom
42534 status open
42535
42536 \begin_layout Plain Layout
42537 W
42538 \end_layout
42539
42540 \end_inset
42541
42542
42543 \begin_inset ERT
42544 status collapsed
42545
42546 \begin_layout Plain Layout
42547
42548 }
42549 \end_layout
42550
42551 \end_inset
42552
42553  Fuchsia
42554 \end_layout
42555
42556 \end_inset
42557 </cell>
42558 <cell alignment="left" valignment="top" usebox="none">
42559 \begin_inset Text
42560
42561 \begin_layout Plain Layout
42562 \begin_inset ERT
42563 status collapsed
42564
42565 \begin_layout Plain Layout
42566
42567
42568 \backslash
42569 fcolorbox{black}{
42570 \end_layout
42571
42572 \end_inset
42573
42574 Goldenrod
42575 \begin_inset ERT
42576 status collapsed
42577
42578 \begin_layout Plain Layout
42579
42580 }{
42581 \end_layout
42582
42583 \end_inset
42584
42585
42586 \begin_inset Phantom Phantom
42587 status open
42588
42589 \begin_layout Plain Layout
42590 W
42591 \end_layout
42592
42593 \end_inset
42594
42595
42596 \begin_inset ERT
42597 status collapsed
42598
42599 \begin_layout Plain Layout
42600
42601 }
42602 \end_layout
42603
42604 \end_inset
42605
42606  Goldenrod
42607 \end_layout
42608
42609 \end_inset
42610 </cell>
42611 <cell alignment="left" valignment="top" usebox="none">
42612 \begin_inset Text
42613
42614 \begin_layout Plain Layout
42615 \begin_inset ERT
42616 status collapsed
42617
42618 \begin_layout Plain Layout
42619
42620
42621 \backslash
42622 fcolorbox{black}{
42623 \end_layout
42624
42625 \end_inset
42626
42627 Gray
42628 \begin_inset ERT
42629 status collapsed
42630
42631 \begin_layout Plain Layout
42632
42633 }{
42634 \end_layout
42635
42636 \end_inset
42637
42638
42639 \begin_inset Phantom Phantom
42640 status open
42641
42642 \begin_layout Plain Layout
42643 W
42644 \end_layout
42645
42646 \end_inset
42647
42648
42649 \begin_inset ERT
42650 status collapsed
42651
42652 \begin_layout Plain Layout
42653
42654 }
42655 \end_layout
42656
42657 \end_inset
42658
42659  Gray
42660 \end_layout
42661
42662 \end_inset
42663 </cell>
42664 <cell alignment="left" valignment="top" usebox="none">
42665 \begin_inset Text
42666
42667 \begin_layout Plain Layout
42668 \begin_inset ERT
42669 status collapsed
42670
42671 \begin_layout Plain Layout
42672
42673
42674 \backslash
42675 fcolorbox{black}{
42676 \end_layout
42677
42678 \end_inset
42679
42680 GreenYellow
42681 \begin_inset ERT
42682 status collapsed
42683
42684 \begin_layout Plain Layout
42685
42686 }{
42687 \end_layout
42688
42689 \end_inset
42690
42691
42692 \begin_inset Phantom Phantom
42693 status open
42694
42695 \begin_layout Plain Layout
42696 W
42697 \end_layout
42698
42699 \end_inset
42700
42701
42702 \begin_inset ERT
42703 status collapsed
42704
42705 \begin_layout Plain Layout
42706
42707 }
42708 \end_layout
42709
42710 \end_inset
42711
42712  GreenYellow
42713 \end_layout
42714
42715 \end_inset
42716 </cell>
42717 </row>
42718 <row>
42719 <cell alignment="center" valignment="top" usebox="none">
42720 \begin_inset Text
42721
42722 \begin_layout Plain Layout
42723 \begin_inset ERT
42724 status collapsed
42725
42726 \begin_layout Plain Layout
42727
42728
42729 \backslash
42730 fcolorbox{black}{
42731 \end_layout
42732
42733 \end_inset
42734
42735 JungleGreen
42736 \begin_inset ERT
42737 status collapsed
42738
42739 \begin_layout Plain Layout
42740
42741 }{
42742 \end_layout
42743
42744 \end_inset
42745
42746
42747 \begin_inset Phantom Phantom
42748 status open
42749
42750 \begin_layout Plain Layout
42751 W
42752 \end_layout
42753
42754 \end_inset
42755
42756
42757 \begin_inset ERT
42758 status collapsed
42759
42760 \begin_layout Plain Layout
42761
42762 }
42763 \end_layout
42764
42765 \end_inset
42766
42767  JungleGreen
42768 \end_layout
42769
42770 \end_inset
42771 </cell>
42772 <cell alignment="center" valignment="top" usebox="none">
42773 \begin_inset Text
42774
42775 \begin_layout Plain Layout
42776 \begin_inset ERT
42777 status collapsed
42778
42779 \begin_layout Plain Layout
42780
42781
42782 \backslash
42783 fcolorbox{black}{
42784 \end_layout
42785
42786 \end_inset
42787
42788 Lavender
42789 \begin_inset ERT
42790 status collapsed
42791
42792 \begin_layout Plain Layout
42793
42794 }{
42795 \end_layout
42796
42797 \end_inset
42798
42799
42800 \begin_inset Phantom Phantom
42801 status open
42802
42803 \begin_layout Plain Layout
42804 W
42805 \end_layout
42806
42807 \end_inset
42808
42809
42810 \begin_inset ERT
42811 status collapsed
42812
42813 \begin_layout Plain Layout
42814
42815 }
42816 \end_layout
42817
42818 \end_inset
42819
42820  Lavender
42821 \end_layout
42822
42823 \end_inset
42824 </cell>
42825 <cell alignment="center" valignment="top" usebox="none">
42826 \begin_inset Text
42827
42828 \begin_layout Plain Layout
42829 \begin_inset ERT
42830 status collapsed
42831
42832 \begin_layout Plain Layout
42833
42834
42835 \backslash
42836 fcolorbox{black}{
42837 \end_layout
42838
42839 \end_inset
42840
42841 LimeGreen
42842 \begin_inset ERT
42843 status collapsed
42844
42845 \begin_layout Plain Layout
42846
42847 }{
42848 \end_layout
42849
42850 \end_inset
42851
42852
42853 \begin_inset Phantom Phantom
42854 status open
42855
42856 \begin_layout Plain Layout
42857 W
42858 \end_layout
42859
42860 \end_inset
42861
42862
42863 \begin_inset ERT
42864 status collapsed
42865
42866 \begin_layout Plain Layout
42867
42868 }
42869 \end_layout
42870
42871 \end_inset
42872
42873  LimeGreen
42874 \end_layout
42875
42876 \end_inset
42877 </cell>
42878 <cell alignment="center" valignment="top" usebox="none">
42879 \begin_inset Text
42880
42881 \begin_layout Plain Layout
42882 \begin_inset ERT
42883 status collapsed
42884
42885 \begin_layout Plain Layout
42886
42887
42888 \backslash
42889 fcolorbox{black}{
42890 \end_layout
42891
42892 \end_inset
42893
42894 Mahogany
42895 \begin_inset ERT
42896 status collapsed
42897
42898 \begin_layout Plain Layout
42899
42900 }{
42901 \end_layout
42902
42903 \end_inset
42904
42905
42906 \begin_inset Phantom Phantom
42907 status open
42908
42909 \begin_layout Plain Layout
42910 W
42911 \end_layout
42912
42913 \end_inset
42914
42915
42916 \begin_inset ERT
42917 status collapsed
42918
42919 \begin_layout Plain Layout
42920
42921 }
42922 \end_layout
42923
42924 \end_inset
42925
42926  Mahogany
42927 \end_layout
42928
42929 \end_inset
42930 </cell>
42931 </row>
42932 <row>
42933 <cell alignment="left" valignment="top" usebox="none">
42934 \begin_inset Text
42935
42936 \begin_layout Plain Layout
42937 \begin_inset ERT
42938 status collapsed
42939
42940 \begin_layout Plain Layout
42941
42942
42943 \backslash
42944 fcolorbox{black}{
42945 \end_layout
42946
42947 \end_inset
42948
42949 Mahogany
42950 \begin_inset ERT
42951 status collapsed
42952
42953 \begin_layout Plain Layout
42954
42955 }{
42956 \end_layout
42957
42958 \end_inset
42959
42960
42961 \begin_inset Phantom Phantom
42962 status open
42963
42964 \begin_layout Plain Layout
42965 W
42966 \end_layout
42967
42968 \end_inset
42969
42970
42971 \begin_inset ERT
42972 status collapsed
42973
42974 \begin_layout Plain Layout
42975
42976 }
42977 \end_layout
42978
42979 \end_inset
42980
42981  Mahogany
42982 \end_layout
42983
42984 \end_inset
42985 </cell>
42986 <cell alignment="left" valignment="top" usebox="none">
42987 \begin_inset Text
42988
42989 \begin_layout Plain Layout
42990 \begin_inset ERT
42991 status collapsed
42992
42993 \begin_layout Plain Layout
42994
42995
42996 \backslash
42997 fcolorbox{black}{
42998 \end_layout
42999
43000 \end_inset
43001
43002 Maroon
43003 \begin_inset ERT
43004 status collapsed
43005
43006 \begin_layout Plain Layout
43007
43008 }{
43009 \end_layout
43010
43011 \end_inset
43012
43013
43014 \begin_inset Phantom Phantom
43015 status open
43016
43017 \begin_layout Plain Layout
43018 W
43019 \end_layout
43020
43021 \end_inset
43022
43023
43024 \begin_inset ERT
43025 status collapsed
43026
43027 \begin_layout Plain Layout
43028
43029 }
43030 \end_layout
43031
43032 \end_inset
43033
43034  Maroon
43035 \end_layout
43036
43037 \end_inset
43038 </cell>
43039 <cell alignment="left" valignment="top" usebox="none">
43040 \begin_inset Text
43041
43042 \begin_layout Plain Layout
43043 \begin_inset ERT
43044 status collapsed
43045
43046 \begin_layout Plain Layout
43047
43048
43049 \backslash
43050 fcolorbox{black}{
43051 \end_layout
43052
43053 \end_inset
43054
43055 Melon
43056 \begin_inset ERT
43057 status collapsed
43058
43059 \begin_layout Plain Layout
43060
43061 }{
43062 \end_layout
43063
43064 \end_inset
43065
43066
43067 \begin_inset Phantom Phantom
43068 status open
43069
43070 \begin_layout Plain Layout
43071 W
43072 \end_layout
43073
43074 \end_inset
43075
43076
43077 \begin_inset ERT
43078 status collapsed
43079
43080 \begin_layout Plain Layout
43081
43082 }
43083 \end_layout
43084
43085 \end_inset
43086
43087  Melon
43088 \end_layout
43089
43090 \end_inset
43091 </cell>
43092 <cell alignment="left" valignment="top" usebox="none">
43093 \begin_inset Text
43094
43095 \begin_layout Plain Layout
43096 \begin_inset ERT
43097 status collapsed
43098
43099 \begin_layout Plain Layout
43100
43101
43102 \backslash
43103 fcolorbox{black}{
43104 \end_layout
43105
43106 \end_inset
43107
43108 MidnightBlue
43109 \begin_inset ERT
43110 status collapsed
43111
43112 \begin_layout Plain Layout
43113
43114 }{
43115 \end_layout
43116
43117 \end_inset
43118
43119
43120 \begin_inset Phantom Phantom
43121 status open
43122
43123 \begin_layout Plain Layout
43124 W
43125 \end_layout
43126
43127 \end_inset
43128
43129
43130 \begin_inset ERT
43131 status collapsed
43132
43133 \begin_layout Plain Layout
43134
43135 }
43136 \end_layout
43137
43138 \end_inset
43139
43140  MidnightBlue
43141 \end_layout
43142
43143 \end_inset
43144 </cell>
43145 </row>
43146 <row>
43147 <cell alignment="left" valignment="top" usebox="none">
43148 \begin_inset Text
43149
43150 \begin_layout Plain Layout
43151 \begin_inset ERT
43152 status collapsed
43153
43154 \begin_layout Plain Layout
43155
43156
43157 \backslash
43158 fcolorbox{black}{
43159 \end_layout
43160
43161 \end_inset
43162
43163 Mulberry
43164 \begin_inset ERT
43165 status collapsed
43166
43167 \begin_layout Plain Layout
43168
43169 }{
43170 \end_layout
43171
43172 \end_inset
43173
43174
43175 \begin_inset Phantom Phantom
43176 status open
43177
43178 \begin_layout Plain Layout
43179 W
43180 \end_layout
43181
43182 \end_inset
43183
43184
43185 \begin_inset ERT
43186 status collapsed
43187
43188 \begin_layout Plain Layout
43189
43190 }
43191 \end_layout
43192
43193 \end_inset
43194
43195  Mulberry
43196 \end_layout
43197
43198 \end_inset
43199 </cell>
43200 <cell alignment="left" valignment="top" usebox="none">
43201 \begin_inset Text
43202
43203 \begin_layout Plain Layout
43204 \begin_inset ERT
43205 status collapsed
43206
43207 \begin_layout Plain Layout
43208
43209
43210 \backslash
43211 fcolorbox{black}{
43212 \end_layout
43213
43214 \end_inset
43215
43216 NavyBlue
43217 \begin_inset ERT
43218 status collapsed
43219
43220 \begin_layout Plain Layout
43221
43222 }{
43223 \end_layout
43224
43225 \end_inset
43226
43227
43228 \begin_inset Phantom Phantom
43229 status open
43230
43231 \begin_layout Plain Layout
43232 W
43233 \end_layout
43234
43235 \end_inset
43236
43237
43238 \begin_inset ERT
43239 status collapsed
43240
43241 \begin_layout Plain Layout
43242
43243 }
43244 \end_layout
43245
43246 \end_inset
43247
43248  NavyBlue
43249 \end_layout
43250
43251 \end_inset
43252 </cell>
43253 <cell alignment="left" valignment="top" usebox="none">
43254 \begin_inset Text
43255
43256 \begin_layout Plain Layout
43257 \begin_inset ERT
43258 status collapsed
43259
43260 \begin_layout Plain Layout
43261
43262
43263 \backslash
43264 fcolorbox{black}{
43265 \end_layout
43266
43267 \end_inset
43268
43269 OliveGreen
43270 \begin_inset ERT
43271 status collapsed
43272
43273 \begin_layout Plain Layout
43274
43275 }{
43276 \end_layout
43277
43278 \end_inset
43279
43280
43281 \begin_inset Phantom Phantom
43282 status open
43283
43284 \begin_layout Plain Layout
43285 W
43286 \end_layout
43287
43288 \end_inset
43289
43290
43291 \begin_inset ERT
43292 status collapsed
43293
43294 \begin_layout Plain Layout
43295
43296 }
43297 \end_layout
43298
43299 \end_inset
43300
43301  OliveGreen
43302 \end_layout
43303
43304 \end_inset
43305 </cell>
43306 <cell alignment="left" valignment="top" usebox="none">
43307 \begin_inset Text
43308
43309 \begin_layout Plain Layout
43310 \begin_inset ERT
43311 status collapsed
43312
43313 \begin_layout Plain Layout
43314
43315
43316 \backslash
43317 fcolorbox{black}{
43318 \end_layout
43319
43320 \end_inset
43321
43322 Orange
43323 \begin_inset ERT
43324 status collapsed
43325
43326 \begin_layout Plain Layout
43327
43328 }{
43329 \end_layout
43330
43331 \end_inset
43332
43333
43334 \begin_inset Phantom Phantom
43335 status open
43336
43337 \begin_layout Plain Layout
43338 W
43339 \end_layout
43340
43341 \end_inset
43342
43343
43344 \begin_inset ERT
43345 status collapsed
43346
43347 \begin_layout Plain Layout
43348
43349 }
43350 \end_layout
43351
43352 \end_inset
43353
43354  Orange
43355 \end_layout
43356
43357 \end_inset
43358 </cell>
43359 </row>
43360 <row>
43361 <cell alignment="left" valignment="top" usebox="none">
43362 \begin_inset Text
43363
43364 \begin_layout Plain Layout
43365 \begin_inset ERT
43366 status collapsed
43367
43368 \begin_layout Plain Layout
43369
43370
43371 \backslash
43372 fcolorbox{black}{
43373 \end_layout
43374
43375 \end_inset
43376
43377 OrangeRed
43378 \begin_inset ERT
43379 status collapsed
43380
43381 \begin_layout Plain Layout
43382
43383 }{
43384 \end_layout
43385
43386 \end_inset
43387
43388
43389 \begin_inset Phantom Phantom
43390 status open
43391
43392 \begin_layout Plain Layout
43393 W
43394 \end_layout
43395
43396 \end_inset
43397
43398
43399 \begin_inset ERT
43400 status collapsed
43401
43402 \begin_layout Plain Layout
43403
43404 }
43405 \end_layout
43406
43407 \end_inset
43408
43409  OrangeRed
43410 \end_layout
43411
43412 \end_inset
43413 </cell>
43414 <cell alignment="left" valignment="top" usebox="none">
43415 \begin_inset Text
43416
43417 \begin_layout Plain Layout
43418 \begin_inset ERT
43419 status collapsed
43420
43421 \begin_layout Plain Layout
43422
43423
43424 \backslash
43425 fcolorbox{black}{
43426 \end_layout
43427
43428 \end_inset
43429
43430 Orchid
43431 \begin_inset ERT
43432 status collapsed
43433
43434 \begin_layout Plain Layout
43435
43436 }{
43437 \end_layout
43438
43439 \end_inset
43440
43441
43442 \begin_inset Phantom Phantom
43443 status open
43444
43445 \begin_layout Plain Layout
43446 W
43447 \end_layout
43448
43449 \end_inset
43450
43451
43452 \begin_inset ERT
43453 status collapsed
43454
43455 \begin_layout Plain Layout
43456
43457 }
43458 \end_layout
43459
43460 \end_inset
43461
43462  Orchid
43463 \end_layout
43464
43465 \end_inset
43466 </cell>
43467 <cell alignment="left" valignment="top" usebox="none">
43468 \begin_inset Text
43469
43470 \begin_layout Plain Layout
43471 \begin_inset ERT
43472 status collapsed
43473
43474 \begin_layout Plain Layout
43475
43476
43477 \backslash
43478 fcolorbox{black}{
43479 \end_layout
43480
43481 \end_inset
43482
43483 Peach
43484 \begin_inset ERT
43485 status collapsed
43486
43487 \begin_layout Plain Layout
43488
43489 }{
43490 \end_layout
43491
43492 \end_inset
43493
43494
43495 \begin_inset Phantom Phantom
43496 status open
43497
43498 \begin_layout Plain Layout
43499 W
43500 \end_layout
43501
43502 \end_inset
43503
43504
43505 \begin_inset ERT
43506 status collapsed
43507
43508 \begin_layout Plain Layout
43509
43510 }
43511 \end_layout
43512
43513 \end_inset
43514
43515  Peach
43516 \end_layout
43517
43518 \end_inset
43519 </cell>
43520 <cell alignment="left" valignment="top" usebox="none">
43521 \begin_inset Text
43522
43523 \begin_layout Plain Layout
43524 \begin_inset ERT
43525 status collapsed
43526
43527 \begin_layout Plain Layout
43528
43529
43530 \backslash
43531 fcolorbox{black}{
43532 \end_layout
43533
43534 \end_inset
43535
43536 Periwinkle
43537 \begin_inset ERT
43538 status collapsed
43539
43540 \begin_layout Plain Layout
43541
43542 }{
43543 \end_layout
43544
43545 \end_inset
43546
43547
43548 \begin_inset Phantom Phantom
43549 status open
43550
43551 \begin_layout Plain Layout
43552 W
43553 \end_layout
43554
43555 \end_inset
43556
43557
43558 \begin_inset ERT
43559 status collapsed
43560
43561 \begin_layout Plain Layout
43562
43563 }
43564 \end_layout
43565
43566 \end_inset
43567
43568  Periwinkle
43569 \end_layout
43570
43571 \end_inset
43572 </cell>
43573 </row>
43574 <row>
43575 <cell alignment="left" valignment="top" usebox="none">
43576 \begin_inset Text
43577
43578 \begin_layout Plain Layout
43579 \begin_inset ERT
43580 status collapsed
43581
43582 \begin_layout Plain Layout
43583
43584
43585 \backslash
43586 fcolorbox{black}{
43587 \end_layout
43588
43589 \end_inset
43590
43591 PineGreen
43592 \begin_inset ERT
43593 status collapsed
43594
43595 \begin_layout Plain Layout
43596
43597 }{
43598 \end_layout
43599
43600 \end_inset
43601
43602
43603 \begin_inset Phantom Phantom
43604 status open
43605
43606 \begin_layout Plain Layout
43607 W
43608 \end_layout
43609
43610 \end_inset
43611
43612
43613 \begin_inset ERT
43614 status collapsed
43615
43616 \begin_layout Plain Layout
43617
43618 }
43619 \end_layout
43620
43621 \end_inset
43622
43623  PineGreen
43624 \end_layout
43625
43626 \end_inset
43627 </cell>
43628 <cell alignment="left" valignment="top" usebox="none">
43629 \begin_inset Text
43630
43631 \begin_layout Plain Layout
43632 \begin_inset ERT
43633 status collapsed
43634
43635 \begin_layout Plain Layout
43636
43637
43638 \backslash
43639 fcolorbox{black}{
43640 \end_layout
43641
43642 \end_inset
43643
43644 Plum
43645 \begin_inset ERT
43646 status collapsed
43647
43648 \begin_layout Plain Layout
43649
43650 }{
43651 \end_layout
43652
43653 \end_inset
43654
43655
43656 \begin_inset Phantom Phantom
43657 status open
43658
43659 \begin_layout Plain Layout
43660 W
43661 \end_layout
43662
43663 \end_inset
43664
43665
43666 \begin_inset ERT
43667 status collapsed
43668
43669 \begin_layout Plain Layout
43670
43671 }
43672 \end_layout
43673
43674 \end_inset
43675
43676  Plum
43677 \end_layout
43678
43679 \end_inset
43680 </cell>
43681 <cell alignment="left" valignment="top" usebox="none">
43682 \begin_inset Text
43683
43684 \begin_layout Plain Layout
43685 \begin_inset ERT
43686 status collapsed
43687
43688 \begin_layout Plain Layout
43689
43690
43691 \backslash
43692 fcolorbox{black}{
43693 \end_layout
43694
43695 \end_inset
43696
43697 ProcessBlue
43698 \begin_inset ERT
43699 status collapsed
43700
43701 \begin_layout Plain Layout
43702
43703 }{
43704 \end_layout
43705
43706 \end_inset
43707
43708
43709 \begin_inset Phantom Phantom
43710 status open
43711
43712 \begin_layout Plain Layout
43713 W
43714 \end_layout
43715
43716 \end_inset
43717
43718
43719 \begin_inset ERT
43720 status collapsed
43721
43722 \begin_layout Plain Layout
43723
43724 }
43725 \end_layout
43726
43727 \end_inset
43728
43729  ProcessBlue
43730 \end_layout
43731
43732 \end_inset
43733 </cell>
43734 <cell alignment="left" valignment="top" usebox="none">
43735 \begin_inset Text
43736
43737 \begin_layout Plain Layout
43738 \begin_inset ERT
43739 status collapsed
43740
43741 \begin_layout Plain Layout
43742
43743
43744 \backslash
43745 fcolorbox{black}{
43746 \end_layout
43747
43748 \end_inset
43749
43750 Purple
43751 \begin_inset ERT
43752 status collapsed
43753
43754 \begin_layout Plain Layout
43755
43756 }{
43757 \end_layout
43758
43759 \end_inset
43760
43761
43762 \begin_inset Phantom Phantom
43763 status open
43764
43765 \begin_layout Plain Layout
43766 W
43767 \end_layout
43768
43769 \end_inset
43770
43771
43772 \begin_inset ERT
43773 status collapsed
43774
43775 \begin_layout Plain Layout
43776
43777 }
43778 \end_layout
43779
43780 \end_inset
43781
43782  Purple
43783 \end_layout
43784
43785 \end_inset
43786 </cell>
43787 </row>
43788 <row>
43789 <cell alignment="left" valignment="top" usebox="none">
43790 \begin_inset Text
43791
43792 \begin_layout Plain Layout
43793 \begin_inset ERT
43794 status collapsed
43795
43796 \begin_layout Plain Layout
43797
43798
43799 \backslash
43800 fcolorbox{black}{
43801 \end_layout
43802
43803 \end_inset
43804
43805 RawSienna
43806 \begin_inset ERT
43807 status collapsed
43808
43809 \begin_layout Plain Layout
43810
43811 }{
43812 \end_layout
43813
43814 \end_inset
43815
43816
43817 \begin_inset Phantom Phantom
43818 status open
43819
43820 \begin_layout Plain Layout
43821 W
43822 \end_layout
43823
43824 \end_inset
43825
43826
43827 \begin_inset ERT
43828 status collapsed
43829
43830 \begin_layout Plain Layout
43831
43832 }
43833 \end_layout
43834
43835 \end_inset
43836
43837  RawSienna
43838 \end_layout
43839
43840 \end_inset
43841 </cell>
43842 <cell alignment="left" valignment="top" usebox="none">
43843 \begin_inset Text
43844
43845 \begin_layout Plain Layout
43846 \begin_inset ERT
43847 status collapsed
43848
43849 \begin_layout Plain Layout
43850
43851
43852 \backslash
43853 fcolorbox{black}{
43854 \end_layout
43855
43856 \end_inset
43857
43858 RedOrange
43859 \begin_inset ERT
43860 status collapsed
43861
43862 \begin_layout Plain Layout
43863
43864 }{
43865 \end_layout
43866
43867 \end_inset
43868
43869
43870 \begin_inset Phantom Phantom
43871 status open
43872
43873 \begin_layout Plain Layout
43874 W
43875 \end_layout
43876
43877 \end_inset
43878
43879
43880 \begin_inset ERT
43881 status collapsed
43882
43883 \begin_layout Plain Layout
43884
43885 }
43886 \end_layout
43887
43888 \end_inset
43889
43890  RedOrange
43891 \end_layout
43892
43893 \end_inset
43894 </cell>
43895 <cell alignment="left" valignment="top" usebox="none">
43896 \begin_inset Text
43897
43898 \begin_layout Plain Layout
43899 \begin_inset ERT
43900 status collapsed
43901
43902 \begin_layout Plain Layout
43903
43904
43905 \backslash
43906 fcolorbox{black}{
43907 \end_layout
43908
43909 \end_inset
43910
43911 RedViolet
43912 \begin_inset ERT
43913 status collapsed
43914
43915 \begin_layout Plain Layout
43916
43917 }{
43918 \end_layout
43919
43920 \end_inset
43921
43922
43923 \begin_inset Phantom Phantom
43924 status open
43925
43926 \begin_layout Plain Layout
43927 W
43928 \end_layout
43929
43930 \end_inset
43931
43932
43933 \begin_inset ERT
43934 status collapsed
43935
43936 \begin_layout Plain Layout
43937
43938 }
43939 \end_layout
43940
43941 \end_inset
43942
43943  RedViolet
43944 \end_layout
43945
43946 \end_inset
43947 </cell>
43948 <cell alignment="left" valignment="top" usebox="none">
43949 \begin_inset Text
43950
43951 \begin_layout Plain Layout
43952 \begin_inset ERT
43953 status collapsed
43954
43955 \begin_layout Plain Layout
43956
43957
43958 \backslash
43959 fcolorbox{black}{
43960 \end_layout
43961
43962 \end_inset
43963
43964 Rhodamine
43965 \begin_inset ERT
43966 status collapsed
43967
43968 \begin_layout Plain Layout
43969
43970 }{
43971 \end_layout
43972
43973 \end_inset
43974
43975
43976 \begin_inset Phantom Phantom
43977 status open
43978
43979 \begin_layout Plain Layout
43980 W
43981 \end_layout
43982
43983 \end_inset
43984
43985
43986 \begin_inset ERT
43987 status collapsed
43988
43989 \begin_layout Plain Layout
43990
43991 }
43992 \end_layout
43993
43994 \end_inset
43995
43996  Rhodamine
43997 \end_layout
43998
43999 \end_inset
44000 </cell>
44001 </row>
44002 <row>
44003 <cell alignment="left" valignment="top" usebox="none">
44004 \begin_inset Text
44005
44006 \begin_layout Plain Layout
44007 \begin_inset ERT
44008 status collapsed
44009
44010 \begin_layout Plain Layout
44011
44012
44013 \backslash
44014 fcolorbox{black}{
44015 \end_layout
44016
44017 \end_inset
44018
44019 RoyalBlue
44020 \begin_inset ERT
44021 status collapsed
44022
44023 \begin_layout Plain Layout
44024
44025 }{
44026 \end_layout
44027
44028 \end_inset
44029
44030
44031 \begin_inset Phantom Phantom
44032 status open
44033
44034 \begin_layout Plain Layout
44035 W
44036 \end_layout
44037
44038 \end_inset
44039
44040
44041 \begin_inset ERT
44042 status collapsed
44043
44044 \begin_layout Plain Layout
44045
44046 }
44047 \end_layout
44048
44049 \end_inset
44050
44051  RoyalBlue
44052 \end_layout
44053
44054 \end_inset
44055 </cell>
44056 <cell alignment="left" valignment="top" usebox="none">
44057 \begin_inset Text
44058
44059 \begin_layout Plain Layout
44060 \begin_inset ERT
44061 status collapsed
44062
44063 \begin_layout Plain Layout
44064
44065
44066 \backslash
44067 fcolorbox{black}{
44068 \end_layout
44069
44070 \end_inset
44071
44072 RoyalPurple
44073 \begin_inset ERT
44074 status collapsed
44075
44076 \begin_layout Plain Layout
44077
44078 }{
44079 \end_layout
44080
44081 \end_inset
44082
44083
44084 \begin_inset Phantom Phantom
44085 status open
44086
44087 \begin_layout Plain Layout
44088 W
44089 \end_layout
44090
44091 \end_inset
44092
44093
44094 \begin_inset ERT
44095 status collapsed
44096
44097 \begin_layout Plain Layout
44098
44099 }
44100 \end_layout
44101
44102 \end_inset
44103
44104  RoyalPurple
44105 \end_layout
44106
44107 \end_inset
44108 </cell>
44109 <cell alignment="left" valignment="top" usebox="none">
44110 \begin_inset Text
44111
44112 \begin_layout Plain Layout
44113 \begin_inset ERT
44114 status collapsed
44115
44116 \begin_layout Plain Layout
44117
44118
44119 \backslash
44120 fcolorbox{black}{
44121 \end_layout
44122
44123 \end_inset
44124
44125 RubineRed
44126 \begin_inset ERT
44127 status collapsed
44128
44129 \begin_layout Plain Layout
44130
44131 }{
44132 \end_layout
44133
44134 \end_inset
44135
44136
44137 \begin_inset Phantom Phantom
44138 status open
44139
44140 \begin_layout Plain Layout
44141 W
44142 \end_layout
44143
44144 \end_inset
44145
44146
44147 \begin_inset ERT
44148 status collapsed
44149
44150 \begin_layout Plain Layout
44151
44152 }
44153 \end_layout
44154
44155 \end_inset
44156
44157  RubineRed
44158 \end_layout
44159
44160 \end_inset
44161 </cell>
44162 <cell alignment="left" valignment="top" usebox="none">
44163 \begin_inset Text
44164
44165 \begin_layout Plain Layout
44166 \begin_inset ERT
44167 status collapsed
44168
44169 \begin_layout Plain Layout
44170
44171
44172 \backslash
44173 fcolorbox{black}{
44174 \end_layout
44175
44176 \end_inset
44177
44178 Salmon
44179 \begin_inset ERT
44180 status collapsed
44181
44182 \begin_layout Plain Layout
44183
44184 }{
44185 \end_layout
44186
44187 \end_inset
44188
44189
44190 \begin_inset Phantom Phantom
44191 status open
44192
44193 \begin_layout Plain Layout
44194 W
44195 \end_layout
44196
44197 \end_inset
44198
44199
44200 \begin_inset ERT
44201 status collapsed
44202
44203 \begin_layout Plain Layout
44204
44205 }
44206 \end_layout
44207
44208 \end_inset
44209
44210  Salmon
44211 \end_layout
44212
44213 \end_inset
44214 </cell>
44215 </row>
44216 <row>
44217 <cell alignment="left" valignment="top" usebox="none">
44218 \begin_inset Text
44219
44220 \begin_layout Plain Layout
44221 \begin_inset ERT
44222 status collapsed
44223
44224 \begin_layout Plain Layout
44225
44226
44227 \backslash
44228 fcolorbox{black}{
44229 \end_layout
44230
44231 \end_inset
44232
44233 SeaGreen
44234 \begin_inset ERT
44235 status collapsed
44236
44237 \begin_layout Plain Layout
44238
44239 }{
44240 \end_layout
44241
44242 \end_inset
44243
44244
44245 \begin_inset Phantom Phantom
44246 status open
44247
44248 \begin_layout Plain Layout
44249 W
44250 \end_layout
44251
44252 \end_inset
44253
44254
44255 \begin_inset ERT
44256 status collapsed
44257
44258 \begin_layout Plain Layout
44259
44260 }
44261 \end_layout
44262
44263 \end_inset
44264
44265  SeaGreen
44266 \end_layout
44267
44268 \end_inset
44269 </cell>
44270 <cell alignment="left" valignment="top" usebox="none">
44271 \begin_inset Text
44272
44273 \begin_layout Plain Layout
44274 \begin_inset ERT
44275 status collapsed
44276
44277 \begin_layout Plain Layout
44278
44279
44280 \backslash
44281 fcolorbox{black}{
44282 \end_layout
44283
44284 \end_inset
44285
44286 Sepia
44287 \begin_inset ERT
44288 status collapsed
44289
44290 \begin_layout Plain Layout
44291
44292 }{
44293 \end_layout
44294
44295 \end_inset
44296
44297
44298 \begin_inset Phantom Phantom
44299 status open
44300
44301 \begin_layout Plain Layout
44302 W
44303 \end_layout
44304
44305 \end_inset
44306
44307
44308 \begin_inset ERT
44309 status collapsed
44310
44311 \begin_layout Plain Layout
44312
44313 }
44314 \end_layout
44315
44316 \end_inset
44317
44318  Sepia
44319 \end_layout
44320
44321 \end_inset
44322 </cell>
44323 <cell alignment="left" valignment="top" usebox="none">
44324 \begin_inset Text
44325
44326 \begin_layout Plain Layout
44327 \begin_inset ERT
44328 status collapsed
44329
44330 \begin_layout Plain Layout
44331
44332
44333 \backslash
44334 fcolorbox{black}{
44335 \end_layout
44336
44337 \end_inset
44338
44339 SkyBlue
44340 \begin_inset ERT
44341 status collapsed
44342
44343 \begin_layout Plain Layout
44344
44345 }{
44346 \end_layout
44347
44348 \end_inset
44349
44350
44351 \begin_inset Phantom Phantom
44352 status open
44353
44354 \begin_layout Plain Layout
44355 W
44356 \end_layout
44357
44358 \end_inset
44359
44360
44361 \begin_inset ERT
44362 status collapsed
44363
44364 \begin_layout Plain Layout
44365
44366 }
44367 \end_layout
44368
44369 \end_inset
44370
44371  SkyBlue
44372 \end_layout
44373
44374 \end_inset
44375 </cell>
44376 <cell alignment="left" valignment="top" usebox="none">
44377 \begin_inset Text
44378
44379 \begin_layout Plain Layout
44380 \begin_inset ERT
44381 status collapsed
44382
44383 \begin_layout Plain Layout
44384
44385
44386 \backslash
44387 fcolorbox{black}{
44388 \end_layout
44389
44390 \end_inset
44391
44392 SpringGreen
44393 \begin_inset ERT
44394 status collapsed
44395
44396 \begin_layout Plain Layout
44397
44398 }{
44399 \end_layout
44400
44401 \end_inset
44402
44403
44404 \begin_inset Phantom Phantom
44405 status open
44406
44407 \begin_layout Plain Layout
44408 W
44409 \end_layout
44410
44411 \end_inset
44412
44413
44414 \begin_inset ERT
44415 status collapsed
44416
44417 \begin_layout Plain Layout
44418
44419 }
44420 \end_layout
44421
44422 \end_inset
44423
44424  SpringGreen
44425 \end_layout
44426
44427 \end_inset
44428 </cell>
44429 </row>
44430 <row>
44431 <cell alignment="left" valignment="top" usebox="none">
44432 \begin_inset Text
44433
44434 \begin_layout Plain Layout
44435 \begin_inset ERT
44436 status collapsed
44437
44438 \begin_layout Plain Layout
44439
44440
44441 \backslash
44442 fcolorbox{black}{
44443 \end_layout
44444
44445 \end_inset
44446
44447 Tan
44448 \begin_inset ERT
44449 status collapsed
44450
44451 \begin_layout Plain Layout
44452
44453 }{
44454 \end_layout
44455
44456 \end_inset
44457
44458
44459 \begin_inset Phantom Phantom
44460 status open
44461
44462 \begin_layout Plain Layout
44463 W
44464 \end_layout
44465
44466 \end_inset
44467
44468
44469 \begin_inset ERT
44470 status collapsed
44471
44472 \begin_layout Plain Layout
44473
44474 }
44475 \end_layout
44476
44477 \end_inset
44478
44479  Tan
44480 \end_layout
44481
44482 \end_inset
44483 </cell>
44484 <cell alignment="left" valignment="top" usebox="none">
44485 \begin_inset Text
44486
44487 \begin_layout Plain Layout
44488 \begin_inset ERT
44489 status collapsed
44490
44491 \begin_layout Plain Layout
44492
44493
44494 \backslash
44495 fcolorbox{black}{
44496 \end_layout
44497
44498 \end_inset
44499
44500 TealBlue
44501 \begin_inset ERT
44502 status collapsed
44503
44504 \begin_layout Plain Layout
44505
44506 }{
44507 \end_layout
44508
44509 \end_inset
44510
44511
44512 \begin_inset Phantom Phantom
44513 status open
44514
44515 \begin_layout Plain Layout
44516 W
44517 \end_layout
44518
44519 \end_inset
44520
44521
44522 \begin_inset ERT
44523 status collapsed
44524
44525 \begin_layout Plain Layout
44526
44527 }
44528 \end_layout
44529
44530 \end_inset
44531
44532  TealBlue
44533 \end_layout
44534
44535 \end_inset
44536 </cell>
44537 <cell alignment="left" valignment="top" usebox="none">
44538 \begin_inset Text
44539
44540 \begin_layout Plain Layout
44541 \begin_inset ERT
44542 status collapsed
44543
44544 \begin_layout Plain Layout
44545
44546
44547 \backslash
44548 fcolorbox{black}{
44549 \end_layout
44550
44551 \end_inset
44552
44553 Thistle
44554 \begin_inset ERT
44555 status collapsed
44556
44557 \begin_layout Plain Layout
44558
44559 }{
44560 \end_layout
44561
44562 \end_inset
44563
44564
44565 \begin_inset Phantom Phantom
44566 status open
44567
44568 \begin_layout Plain Layout
44569 W
44570 \end_layout
44571
44572 \end_inset
44573
44574
44575 \begin_inset ERT
44576 status collapsed
44577
44578 \begin_layout Plain Layout
44579
44580 }
44581 \end_layout
44582
44583 \end_inset
44584
44585  Thistle
44586 \end_layout
44587
44588 \end_inset
44589 </cell>
44590 <cell alignment="left" valignment="top" usebox="none">
44591 \begin_inset Text
44592
44593 \begin_layout Plain Layout
44594 \begin_inset ERT
44595 status collapsed
44596
44597 \begin_layout Plain Layout
44598
44599
44600 \backslash
44601 fcolorbox{black}{
44602 \end_layout
44603
44604 \end_inset
44605
44606 Turquoise
44607 \begin_inset ERT
44608 status collapsed
44609
44610 \begin_layout Plain Layout
44611
44612 }{
44613 \end_layout
44614
44615 \end_inset
44616
44617
44618 \begin_inset Phantom Phantom
44619 status open
44620
44621 \begin_layout Plain Layout
44622 W
44623 \end_layout
44624
44625 \end_inset
44626
44627
44628 \begin_inset ERT
44629 status collapsed
44630
44631 \begin_layout Plain Layout
44632
44633 }
44634 \end_layout
44635
44636 \end_inset
44637
44638  Turquoise
44639 \end_layout
44640
44641 \end_inset
44642 </cell>
44643 </row>
44644 <row>
44645 <cell alignment="left" valignment="top" usebox="none">
44646 \begin_inset Text
44647
44648 \begin_layout Plain Layout
44649 \begin_inset ERT
44650 status collapsed
44651
44652 \begin_layout Plain Layout
44653
44654
44655 \backslash
44656 fcolorbox{black}{
44657 \end_layout
44658
44659 \end_inset
44660
44661 Violet
44662 \begin_inset ERT
44663 status collapsed
44664
44665 \begin_layout Plain Layout
44666
44667 }{
44668 \end_layout
44669
44670 \end_inset
44671
44672
44673 \begin_inset Phantom Phantom
44674 status open
44675
44676 \begin_layout Plain Layout
44677 W
44678 \end_layout
44679
44680 \end_inset
44681
44682
44683 \begin_inset ERT
44684 status collapsed
44685
44686 \begin_layout Plain Layout
44687
44688 }
44689 \end_layout
44690
44691 \end_inset
44692
44693  Violet
44694 \end_layout
44695
44696 \end_inset
44697 </cell>
44698 <cell alignment="left" valignment="top" usebox="none">
44699 \begin_inset Text
44700
44701 \begin_layout Plain Layout
44702 \begin_inset ERT
44703 status collapsed
44704
44705 \begin_layout Plain Layout
44706
44707
44708 \backslash
44709 fcolorbox{black}{
44710 \end_layout
44711
44712 \end_inset
44713
44714 VioletRed
44715 \begin_inset ERT
44716 status collapsed
44717
44718 \begin_layout Plain Layout
44719
44720 }{
44721 \end_layout
44722
44723 \end_inset
44724
44725
44726 \begin_inset Phantom Phantom
44727 status open
44728
44729 \begin_layout Plain Layout
44730 W
44731 \end_layout
44732
44733 \end_inset
44734
44735
44736 \begin_inset ERT
44737 status collapsed
44738
44739 \begin_layout Plain Layout
44740
44741 }
44742 \end_layout
44743
44744 \end_inset
44745
44746  VioletRed
44747 \end_layout
44748
44749 \end_inset
44750 </cell>
44751 <cell alignment="left" valignment="top" usebox="none">
44752 \begin_inset Text
44753
44754 \begin_layout Plain Layout
44755 \begin_inset ERT
44756 status collapsed
44757
44758 \begin_layout Plain Layout
44759
44760
44761 \backslash
44762 fcolorbox{black}{
44763 \end_layout
44764
44765 \end_inset
44766
44767 WildStrawberry
44768 \begin_inset ERT
44769 status collapsed
44770
44771 \begin_layout Plain Layout
44772
44773 }{
44774 \end_layout
44775
44776 \end_inset
44777
44778
44779 \begin_inset Phantom Phantom
44780 status open
44781
44782 \begin_layout Plain Layout
44783 W
44784 \end_layout
44785
44786 \end_inset
44787
44788
44789 \begin_inset ERT
44790 status collapsed
44791
44792 \begin_layout Plain Layout
44793
44794 }
44795 \end_layout
44796
44797 \end_inset
44798
44799  WildStrawberry
44800 \end_layout
44801
44802 \end_inset
44803 </cell>
44804 <cell alignment="left" valignment="top" usebox="none">
44805 \begin_inset Text
44806
44807 \begin_layout Plain Layout
44808 \begin_inset ERT
44809 status collapsed
44810
44811 \begin_layout Plain Layout
44812
44813
44814 \backslash
44815 fcolorbox{black}{
44816 \end_layout
44817
44818 \end_inset
44819
44820 YellowGreen
44821 \begin_inset ERT
44822 status collapsed
44823
44824 \begin_layout Plain Layout
44825
44826 }{
44827 \end_layout
44828
44829 \end_inset
44830
44831
44832 \begin_inset Phantom Phantom
44833 status open
44834
44835 \begin_layout Plain Layout
44836 W
44837 \end_layout
44838
44839 \end_inset
44840
44841
44842 \begin_inset ERT
44843 status collapsed
44844
44845 \begin_layout Plain Layout
44846
44847 }
44848 \end_layout
44849
44850 \end_inset
44851
44852  YellowGreen
44853 \end_layout
44854
44855 \end_inset
44856 </cell>
44857 </row>
44858 <row>
44859 <cell alignment="left" valignment="top" usebox="none">
44860 \begin_inset Text
44861
44862 \begin_layout Plain Layout
44863 \begin_inset ERT
44864 status collapsed
44865
44866 \begin_layout Plain Layout
44867
44868
44869 \backslash
44870 fcolorbox{black}{
44871 \end_layout
44872
44873 \end_inset
44874
44875 YellowOrange
44876 \begin_inset ERT
44877 status collapsed
44878
44879 \begin_layout Plain Layout
44880
44881 }{
44882 \end_layout
44883
44884 \end_inset
44885
44886
44887 \begin_inset Phantom Phantom
44888 status open
44889
44890 \begin_layout Plain Layout
44891 W
44892 \end_layout
44893
44894 \end_inset
44895
44896
44897 \begin_inset ERT
44898 status collapsed
44899
44900 \begin_layout Plain Layout
44901
44902 }
44903 \end_layout
44904
44905 \end_inset
44906
44907  YellowOrange
44908 \end_layout
44909
44910 \end_inset
44911 </cell>
44912 <cell alignment="left" valignment="top" usebox="none">
44913 \begin_inset Text
44914
44915 \begin_layout Plain Layout
44916
44917 \end_layout
44918
44919 \end_inset
44920 </cell>
44921 <cell alignment="left" valignment="top" usebox="none">
44922 \begin_inset Text
44923
44924 \begin_layout Plain Layout
44925
44926 \end_layout
44927
44928 \end_inset
44929 </cell>
44930 <cell alignment="left" valignment="top" usebox="none">
44931 \begin_inset Text
44932
44933 \begin_layout Plain Layout
44934
44935 \end_layout
44936
44937 \end_inset
44938 </cell>
44939 </row>
44940 </lyxtabular>
44941
44942 \end_inset
44943
44944
44945 \end_layout
44946
44947 \begin_layout Chapter
44948 Explanation of Equation
44949 \begin_inset space ~
44950 \end_inset
44951
44952 (
44953 \begin_inset CommandInset ref
44954 LatexCommand ref
44955 reference "eq:Wgn"
44956
44957 \end_inset
44958
44959 )
44960 \begin_inset CommandInset label
44961 LatexCommand label
44962 name "cha:Explanation-of-Equation"
44963
44964 \end_inset
44965
44966
44967 \end_layout
44968
44969 \begin_layout Standard
44970 We can calculate the total width of 
44971 \emph on
44972 n
44973 \emph default
44974  table cells 
44975 \begin_inset Formula $W_{\mathrm{tot\,n}}$
44976 \end_inset
44977
44978  as follows:
44979 \begin_inset Formula 
44980 \begin{equation}
44981 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44982 \end{equation}
44983
44984 \end_inset
44985
44986 where 
44987 \begin_inset Formula $W_{g\,n}$
44988 \end_inset
44989
44990  is the given width of all cells, 
44991 \series bold
44992
44993 \backslash
44994 tabcolsep
44995 \series default
44996  is the \SpecialChar LaTeX
44997 -length between the cell text and the cell border (its default value
44998  is 6
44999 \begin_inset space \thinspace{}
45000 \end_inset
45001
45002 pt).
45003  
45004 \series bold
45005
45006 \backslash
45007 arrayrulewidth
45008 \series default
45009  is the thickness of the cell border line, the default is 0.4
45010 \begin_inset space \thinspace{}
45011 \end_inset
45012
45013 pt.
45014 \end_layout
45015
45016 \begin_layout Standard
45017 Following equation
45018 \begin_inset space ~
45019 \end_inset
45020
45021
45022 \begin_inset CommandInset ref
45023 LatexCommand eqref
45024 reference "eq:Wtot_n"
45025
45026 \end_inset
45027
45028 , the total width of a multicolumn 
45029 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
45030 \end_inset
45031
45032  is
45033 \begin_inset Formula 
45034 \begin{equation}
45035 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45036 \end{equation}
45037
45038 \end_inset
45039
45040
45041 \end_layout
45042
45043 \begin_layout Standard
45044 By setting equation
45045 \begin_inset space ~
45046 \end_inset
45047
45048
45049 \begin_inset CommandInset ref
45050 LatexCommand eqref
45051 reference "eq:Wtot_n"
45052
45053 \end_inset
45054
45055  and 
45056 \begin_inset CommandInset ref
45057 LatexCommand eqref
45058 reference "eq:Wtot_mult"
45059
45060 \end_inset
45061
45062  equal we can calculate the needed given width 
45063 \begin_inset Formula $W_{g\,n}$
45064 \end_inset
45065
45066  when 
45067 \emph on
45068 n
45069 \emph default
45070  columns are spanned, so that each column has a total width of 
45071 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
45072 \end_inset
45073
45074 :
45075 \begin_inset Formula 
45076 \begin{equation}
45077 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45078 \end{equation}
45079
45080 \end_inset
45081
45082
45083 \end_layout
45084
45085 \begin_layout Bibliography
45086 \begin_inset CommandInset bibitem
45087 LatexCommand bibitem
45088 key "latexcompanion"
45089
45090 \end_inset
45091
45092 Frank Mittelbach and Michel Goossens: 
45093 \emph on
45094 The \SpecialChar LaTeX
45095  Companion Second Edition.
45096
45097 \emph default
45098  Addison-Wesley, 2004
45099 \end_layout
45100
45101 \begin_layout Bibliography
45102 \begin_inset CommandInset bibitem
45103 LatexCommand bibitem
45104 key "latexguide"
45105
45106 \end_inset
45107
45108 Helmut Kopka and Patrick W.
45109  Daly: 
45110 \emph on
45111 A Guide to \SpecialChar LaTeX
45112  Fourth Edition.
45113
45114 \emph default
45115  Addison-Wesley, 2003
45116 \end_layout
45117
45118 \begin_layout Bibliography
45119 \begin_inset CommandInset bibitem
45120 LatexCommand bibitem
45121 key "latexbook"
45122
45123 \end_inset
45124
45125 Leslie Lamport: 
45126 \emph on
45127 \SpecialChar LaTeX
45128 : A Document Preparation System.
45129
45130 \emph default
45131  Addison-Wesley, second edition, 1994
45132 \end_layout
45133
45134 \begin_layout Bibliography
45135 \begin_inset CommandInset bibitem
45136 LatexCommand bibitem
45137 key "arydshln"
45138
45139 \end_inset
45140
45141 Documentation of the \SpecialChar LaTeX
45142 -package 
45143 \series bold
45144
45145 \begin_inset CommandInset href
45146 LatexCommand href
45147 name "arydshln"
45148 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45149
45150 \end_inset
45151
45152
45153 \series default
45154
45155 \begin_inset Index idx
45156 status collapsed
45157
45158 \begin_layout Plain Layout
45159 \SpecialChar LaTeX
45160 -packages ! arydshln
45161 \end_layout
45162
45163 \end_inset
45164
45165
45166 \end_layout
45167
45168 \begin_layout Bibliography
45169 \begin_inset CommandInset bibitem
45170 LatexCommand bibitem
45171 key "booktabs"
45172
45173 \end_inset
45174
45175 Documentation of the \SpecialChar LaTeX
45176 -package 
45177 \series bold
45178
45179 \begin_inset CommandInset href
45180 LatexCommand href
45181 name "booktabs"
45182 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45183
45184 \end_inset
45185
45186
45187 \series default
45188
45189 \begin_inset Index idx
45190 status collapsed
45191
45192 \begin_layout Plain Layout
45193 \SpecialChar LaTeX
45194 -packages ! booktabs
45195 \end_layout
45196
45197 \end_inset
45198
45199
45200 \end_layout
45201
45202 \begin_layout Bibliography
45203 \begin_inset CommandInset bibitem
45204 LatexCommand bibitem
45205 key "caption"
45206
45207 \end_inset
45208
45209 Documentation of the \SpecialChar LaTeX
45210 -package 
45211 \series bold
45212
45213 \begin_inset CommandInset href
45214 LatexCommand href
45215 name "caption"
45216 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
45217
45218 \end_inset
45219
45220
45221 \series default
45222
45223 \begin_inset Index idx
45224 status collapsed
45225
45226 \begin_layout Plain Layout
45227 \SpecialChar LaTeX
45228 -packages ! caption
45229 \end_layout
45230
45231 \end_inset
45232
45233
45234 \end_layout
45235
45236 \begin_layout Bibliography
45237 \begin_inset CommandInset bibitem
45238 LatexCommand bibitem
45239 key "diagbox"
45240
45241 \end_inset
45242
45243 Documentation of the \SpecialChar LaTeX
45244 -package 
45245 \series bold
45246
45247 \begin_inset CommandInset href
45248 LatexCommand href
45249 name "diagbox"
45250 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45251
45252 \end_inset
45253
45254
45255 \series default
45256
45257 \begin_inset Index idx
45258 status collapsed
45259
45260 \begin_layout Plain Layout
45261 \SpecialChar LaTeX
45262 -packages ! diagbox
45263 \end_layout
45264
45265 \end_inset
45266
45267
45268 \end_layout
45269
45270 \begin_layout Bibliography
45271 \begin_inset CommandInset bibitem
45272 LatexCommand bibitem
45273 key "endfloat"
45274
45275 \end_inset
45276
45277 Documentation of the \SpecialChar LaTeX
45278 -package 
45279 \series bold
45280
45281 \begin_inset CommandInset href
45282 LatexCommand href
45283 name "endfloat"
45284 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45285
45286 \end_inset
45287
45288
45289 \series default
45290
45291 \begin_inset Index idx
45292 status collapsed
45293
45294 \begin_layout Plain Layout
45295 \SpecialChar LaTeX
45296 -packages ! endfloat
45297 \end_layout
45298
45299 \end_inset
45300
45301
45302 \end_layout
45303
45304 \begin_layout Bibliography
45305 \begin_inset CommandInset bibitem
45306 LatexCommand bibitem
45307 key "footmisc"
45308
45309 \end_inset
45310
45311 Documentation of the \SpecialChar LaTeX
45312 -package 
45313 \series bold
45314
45315 \begin_inset CommandInset href
45316 LatexCommand href
45317 name "footmisc"
45318 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45319
45320 \end_inset
45321
45322
45323 \series default
45324
45325 \begin_inset Index idx
45326 status collapsed
45327
45328 \begin_layout Plain Layout
45329 \SpecialChar LaTeX
45330 -packages ! footmisc
45331 \end_layout
45332
45333 \end_inset
45334
45335
45336 \end_layout
45337
45338 \begin_layout Bibliography
45339 \begin_inset CommandInset bibitem
45340 LatexCommand bibitem
45341 key "hypcap"
45342
45343 \end_inset
45344
45345 Documentation of the \SpecialChar LaTeX
45346 -package 
45347 \series bold
45348
45349 \begin_inset CommandInset href
45350 LatexCommand href
45351 name "hypcap"
45352 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45353
45354 \end_inset
45355
45356
45357 \series default
45358
45359 \begin_inset Index idx
45360 status collapsed
45361
45362 \begin_layout Plain Layout
45363 \SpecialChar LaTeX
45364 -packages ! hyperref
45365 \end_layout
45366
45367 \end_inset
45368
45369
45370 \end_layout
45371
45372 \begin_layout Bibliography
45373 \begin_inset CommandInset bibitem
45374 LatexCommand bibitem
45375 key "hyperref"
45376
45377 \end_inset
45378
45379 Documentation of the \SpecialChar LaTeX
45380 -package 
45381 \series bold
45382
45383 \begin_inset CommandInset href
45384 LatexCommand href
45385 name "hyperref"
45386 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45387
45388 \end_inset
45389
45390
45391 \series default
45392
45393 \begin_inset Index idx
45394 status collapsed
45395
45396 \begin_layout Plain Layout
45397 \SpecialChar LaTeX
45398 -packages ! hyperref
45399 \end_layout
45400
45401 \end_inset
45402
45403
45404 \end_layout
45405
45406 \begin_layout Bibliography
45407 \begin_inset CommandInset bibitem
45408 LatexCommand bibitem
45409 key "KOMA-Script"
45410
45411 \end_inset
45412
45413 Documentation of the \SpecialChar LaTeX
45414 -package 
45415 \series bold
45416
45417 \begin_inset CommandInset href
45418 LatexCommand href
45419 name "KOMA-Script"
45420 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45421
45422 \end_inset
45423
45424
45425 \series default
45426
45427 \begin_inset Index idx
45428 status collapsed
45429
45430 \begin_layout Plain Layout
45431 \SpecialChar LaTeX
45432 -packages ! KOMA-Script
45433 \end_layout
45434
45435 \end_inset
45436
45437
45438 \end_layout
45439
45440 \begin_layout Bibliography
45441 \begin_inset CommandInset bibitem
45442 LatexCommand bibitem
45443 key "lettrine"
45444
45445 \end_inset
45446
45447 Documentation of the \SpecialChar LaTeX
45448 -package 
45449 \series bold
45450
45451 \begin_inset CommandInset href
45452 LatexCommand href
45453 name "lettrine"
45454 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45455
45456 \end_inset
45457
45458
45459 \series default
45460  and an 
45461 \begin_inset CommandInset href
45462 LatexCommand href
45463 name "example"
45464 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45465
45466 \end_inset
45467
45468
45469 \begin_inset Index idx
45470 status collapsed
45471
45472 \begin_layout Plain Layout
45473 \SpecialChar LaTeX
45474 -packages ! lettrine
45475 \end_layout
45476
45477 \end_inset
45478
45479
45480 \end_layout
45481
45482 \begin_layout Bibliography
45483 \begin_inset CommandInset bibitem
45484 LatexCommand bibitem
45485 key "listings"
45486
45487 \end_inset
45488
45489 Documentation of the \SpecialChar LaTeX
45490 -package 
45491 \series bold
45492
45493 \begin_inset CommandInset href
45494 LatexCommand href
45495 name "listings"
45496 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45497
45498 \end_inset
45499
45500
45501 \series default
45502
45503 \begin_inset Index idx
45504 status collapsed
45505
45506 \begin_layout Plain Layout
45507 \SpecialChar LaTeX
45508 -packages ! listings
45509 \end_layout
45510
45511 \end_inset
45512
45513
45514 \end_layout
45515
45516 \begin_layout Bibliography
45517 \begin_inset CommandInset bibitem
45518 LatexCommand bibitem
45519 key "marginnote"
45520
45521 \end_inset
45522
45523 Documentation of the \SpecialChar LaTeX
45524 -package 
45525 \series bold
45526
45527 \begin_inset CommandInset href
45528 LatexCommand href
45529 name "marginnote"
45530 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45531
45532 \end_inset
45533
45534
45535 \series default
45536
45537 \begin_inset Index idx
45538 status collapsed
45539
45540 \begin_layout Plain Layout
45541 \SpecialChar LaTeX
45542 -packages ! marginnote
45543 \end_layout
45544
45545 \end_inset
45546
45547
45548 \end_layout
45549
45550 \begin_layout Bibliography
45551 \begin_inset CommandInset bibitem
45552 LatexCommand bibitem
45553 key "pdfpages"
45554
45555 \end_inset
45556
45557 Documentation of the \SpecialChar LaTeX
45558 -package 
45559 \series bold
45560
45561 \begin_inset CommandInset href
45562 LatexCommand href
45563 name "pdfpages"
45564 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45565
45566 \end_inset
45567
45568
45569 \series default
45570
45571 \begin_inset Index idx
45572 status collapsed
45573
45574 \begin_layout Plain Layout
45575 \SpecialChar LaTeX
45576 -packages ! pdfpages
45577 \end_layout
45578
45579 \end_inset
45580
45581
45582 \end_layout
45583
45584 \begin_layout Bibliography
45585 \begin_inset CommandInset bibitem
45586 LatexCommand bibitem
45587 key "prettyref"
45588
45589 \end_inset
45590
45591 Documentation of the \SpecialChar LaTeX
45592 -package 
45593 \series bold
45594
45595 \begin_inset CommandInset href
45596 LatexCommand href
45597 name "prettyref"
45598 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45599
45600 \end_inset
45601
45602
45603 \series default
45604
45605 \begin_inset Index idx
45606 status collapsed
45607
45608 \begin_layout Plain Layout
45609 \SpecialChar LaTeX
45610 -packages ! prettyref
45611 \end_layout
45612
45613 \end_inset
45614
45615
45616 \end_layout
45617
45618 \begin_layout Bibliography
45619 \begin_inset CommandInset bibitem
45620 LatexCommand bibitem
45621 key "pstricks"
45622
45623 \end_inset
45624
45625 Web page of the \SpecialChar LaTeX
45626 -package 
45627 \series bold
45628
45629 \begin_inset CommandInset href
45630 LatexCommand href
45631 name "PSTricks"
45632 target "http://tug.org/PSTricks/"
45633
45634 \end_inset
45635
45636
45637 \series default
45638
45639 \begin_inset Index idx
45640 status collapsed
45641
45642 \begin_layout Plain Layout
45643 \SpecialChar LaTeX
45644 -packages ! PSTricks
45645 \end_layout
45646
45647 \end_inset
45648
45649
45650 \end_layout
45651
45652 \begin_layout Bibliography
45653 \begin_inset CommandInset bibitem
45654 LatexCommand bibitem
45655 key "refstyle"
45656
45657 \end_inset
45658
45659 Documentation of the \SpecialChar LaTeX
45660 -package 
45661 \series bold
45662
45663 \begin_inset CommandInset href
45664 LatexCommand href
45665 name "refstyle"
45666 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
45667
45668 \end_inset
45669
45670
45671 \series default
45672
45673 \begin_inset Index idx
45674 status collapsed
45675
45676 \begin_layout Plain Layout
45677 \SpecialChar LaTeX
45678 -packages ! refstyle
45679 \end_layout
45680
45681 \end_inset
45682
45683
45684 \end_layout
45685
45686 \begin_layout Bibliography
45687 \begin_inset CommandInset bibitem
45688 LatexCommand bibitem
45689 key "sidecap"
45690
45691 \end_inset
45692
45693 Documentation of the \SpecialChar LaTeX
45694 -package 
45695 \series bold
45696
45697 \begin_inset CommandInset href
45698 LatexCommand href
45699 name "sidecap"
45700 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45701
45702 \end_inset
45703
45704
45705 \series default
45706
45707 \begin_inset Index idx
45708 status collapsed
45709
45710 \begin_layout Plain Layout
45711 \SpecialChar LaTeX
45712 -packages ! sidecap
45713 \end_layout
45714
45715 \end_inset
45716
45717
45718 \end_layout
45719
45720 \begin_layout Bibliography
45721 \begin_inset CommandInset bibitem
45722 LatexCommand bibitem
45723 key "NewInLyX20"
45724
45725 \end_inset
45726
45727
45728 \begin_inset CommandInset href
45729 LatexCommand href
45730 name "Wiki page"
45731 target "http://wiki.lyx.org/LyX/NewInLyX20"
45732
45733 \end_inset
45734
45735  about new features in 
45736 \family sans
45737 \SpecialChar LyX
45738  2.0
45739 \family default
45740 .
45741 \end_layout
45742
45743 \begin_layout Standard
45744 \begin_inset CommandInset index_print
45745 LatexCommand printindex
45746 type "idx"
45747
45748 \end_inset
45749
45750
45751 \end_layout
45752
45753 \end_body
45754 \end_document