]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
InsetHyperlink: Fix replacement of empty name with target
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 527
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_style english
228 \dynamic_quotes 0
229 \papercolumns 1
230 \papersides 2
231 \paperpagestyle default
232 \tracking_changes true
233 \output_changes false
234 \html_math_output 0
235 \html_css_as_file 0
236 \html_be_strict false
237 \author 227574939 "Kyttj"
238 \author 424524441 "rgheck"
239 \author 2047637253 "Guillaume Munch"
240 \end_header
241
242 \begin_body
243
244 \begin_layout Title
245 \SpecialChar LyX
246 's detailed Figure, Table, Floats, Notes, Boxes and External Material manual
247 \end_layout
248
249 \begin_layout Author
250 by the \SpecialChar LyX
251  Team
252 \begin_inset Foot
253 status collapsed
254
255 \begin_layout Plain Layout
256 \noindent
257 If you have comments or error corrections, please send them to the \SpecialChar LyX
258  Documentatio
259 n mailing list: 
260 \begin_inset CommandInset href
261 LatexCommand href
262 name "lyx-docs@lists.lyx.org"
263 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
264 type "mailto:"
265
266 \end_inset
267
268
269 \end_layout
270
271 \end_inset
272
273
274 \begin_inset Note Note
275 status collapsed
276
277 \begin_layout Plain Layout
278 author: Uwe Stöhr
279 \end_layout
280
281 \end_inset
282
283
284 \begin_inset Newline newline
285 \end_inset
286
287
288 \begin_inset Newline newline
289 \end_inset
290
291
292 \family sans
293 Version 2.2.x
294 \end_layout
295
296 \begin_layout Standard
297 \begin_inset CommandInset toc
298 LatexCommand tableofcontents
299
300 \end_inset
301
302
303 \end_layout
304
305 \begin_layout Standard
306 \begin_inset Note Note
307 status open
308
309 \begin_layout Plain Layout
310 To export all parts of this document to PDF, PS, or DVI the \SpecialChar LaTeX
311 -packages 
312 \series bold
313 arydshln
314 \series default
315
316 \series bold
317 colortbl
318 \series default
319
320 \series bold
321 diagbox, lettrine, marginnote, picinpar
322 \series default
323  and 
324 \series bold
325 sidecap
326 \series default
327  must be installed.
328  If they are not installed you can export the document anyway but the sections
329  where the packages are required won't appear in the output.
330 \end_layout
331
332 \begin_layout Plain Layout
333 The latest PDF-version of this document can be found here:
334 \begin_inset Newline newline
335 \end_inset
336
337
338 \series bold
339 http://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
340 \end_layout
341
342 \end_inset
343
344
345 \end_layout
346
347 \begin_layout Chapter
348 Figures
349 \begin_inset Index idx
350 status collapsed
351
352 \begin_layout Plain Layout
353 Figures
354 \end_layout
355
356 \end_inset
357
358
359 \begin_inset Index idx
360 status collapsed
361
362 \begin_layout Plain Layout
363 Graphics|see
364 \begin_inset ERT
365 status collapsed
366
367 \begin_layout Plain Layout
368
369 {
370 \end_layout
371
372 \end_inset
373
374 Figures
375 \begin_inset ERT
376 status collapsed
377
378 \begin_layout Plain Layout
379
380 }
381 \end_layout
382
383 \end_inset
384
385
386 \end_layout
387
388 \end_inset
389
390
391 \end_layout
392
393 \begin_layout Section
394 Graphics Dialog
395 \begin_inset Index idx
396 status collapsed
397
398 \begin_layout Plain Layout
399 Figures ! Graphics Dialog
400 \end_layout
401
402 \end_inset
403
404
405 \begin_inset CommandInset label
406 LatexCommand label
407 name "sec:Graphics-Dialog"
408
409 \end_inset
410
411
412 \end_layout
413
414 \begin_layout Standard
415 To insert an image into your document, place the cursor at the text position
416  you want and click on the toolbar icon 
417 \begin_inset Info
418 type  "icon"
419 arg   "dialog-show-new-inset graphics"
420 \end_inset
421
422  or use the menu 
423 \family sans
424 Insert\SpecialChar menuseparator
425 Graphics
426 \family default
427 .
428  Then a dialog will appear to choose the file to load.
429  The image will appear in the output exactly at the position where it is
430  in the text.
431 \end_layout
432
433 \begin_layout Standard
434 The graphics dialog can be called at any time by clicking on an image.
435  This dialog has three tabs:
436 \end_layout
437
438 \begin_layout Description
439
440 \family sans
441 Graphics
442 \family default
443  Here you can choose an image file and adjust its appearance in the output.
444  The available units for the image size are explained in appendix
445 \begin_inset space ~
446 \end_inset
447
448
449 \begin_inset CommandInset ref
450 LatexCommand ref
451 reference "cha:Units-available-in"
452
453 \end_inset
454
455 .
456 \begin_inset Newline newline
457 \end_inset
458
459
460 \begin_inset Index idx
461 status collapsed
462
463 \begin_layout Plain Layout
464 Figures ! rotated
465 \end_layout
466
467 \end_inset
468
469 You can rotate images counter-clockwise by setting a rotation angle and
470  a rotation origin.
471  The image will also be rotated inside \SpecialChar LyX
472 .
473 \begin_inset Newline newline
474 \end_inset
475
476
477 \begin_inset Index idx
478 status collapsed
479
480 \begin_layout Plain Layout
481 Figures ! scaled
482 \end_layout
483
484 \end_inset
485
486 Images can be scaled by using a percentage value or by setting the width
487  and height explicitly.
488  If you set only the width or only the height, the other size will be determined
489  automatically.
490  If you set both, then the image will be transformed to the given size,
491  possibly distorting it.
492  To prevent the image from distortion, use the option 
493 \family sans
494 Maintain aspect ratio
495 \family default
496 .
497  The image will then be scaled so that its width and height don't exceed
498  the specified dimensions.
499 \begin_inset Newline newline
500 \end_inset
501
502 Images can be opened in a program of your choice by right-clicking on it
503  and choosing the entry 
504 \family sans
505 Edit
506 \begin_inset space ~
507 \end_inset
508
509 externally
510 \family default
511  in the context menu.
512  The program can be set for every image format in the file format settings
513  in \SpecialChar LyX
514 's preferences.
515 \end_layout
516
517 \begin_layout Description
518
519 \family sans
520 Clipping
521 \family default
522  Alternatively to the usage of scaling units it is possible to set image
523  coordinates to adjust the height and width of the image in the output.
524  The coordinates can also be calculated automatically by pressing the button
525  
526 \family sans
527 Get
528 \begin_inset space ~
529 \end_inset
530
531 from
532 \begin_inset space ~
533 \end_inset
534
535 File
536 \family default
537 .
538  The option 
539 \family sans
540 Clip
541 \begin_inset space ~
542 \end_inset
543
544 to
545 \begin_inset space ~
546 \end_inset
547
548 bounding
549 \begin_inset space ~
550 \end_inset
551
552 box
553 \family default
554  will only print the image region within the given coordinates.
555  Normally you don't need to worry about image coordinates and can ignore
556  this tab.
557 \end_layout
558
559 \begin_layout Description
560
561 \family sans
562 LaTeX
563 \begin_inset space ~
564 \end_inset
565
566 and
567 \begin_inset space ~
568 \end_inset
569
570 LyX
571 \begin_inset space ~
572 \end_inset
573
574 options
575 \family default
576  In this tab you can modify the appearance of the image within \SpecialChar LyX
577  and \SpecialChar LaTeX
578  experts
579  can specify additional \SpecialChar LaTeX
580  options.
581 \begin_inset Newline newline
582 \end_inset
583
584 The option 
585 \family sans
586 Draft
587 \begin_inset space ~
588 \end_inset
589
590 mode
591 \family default
592  makes the image appear in the output only as a frame with the size of the
593  image.
594 \begin_inset Newline newline
595 \end_inset
596
597 In the section 
598 \family sans
599 Graphics
600 \begin_inset space ~
601 \end_inset
602
603 Group
604 \family default
605  you can define or join an image settings group.
606 \begin_inset Index idx
607 status collapsed
608
609 \begin_layout Plain Layout
610 Figures ! Settings grouping
611 \end_layout
612
613 \end_inset
614
615  Images within such a group share their settings, so adjusting one image
616  of the group automatically also adjusts all other images of the group in
617  the same way.
618  So you can for example change the size for a bunch of images without the
619  need to manually change each of them.
620  Joining an existing group can also be done using the context menu of the
621  image by checking the name of the desired group.
622 \end_layout
623
624 \begin_layout Standard
625 \begin_inset VSpace bigskip
626 \end_inset
627
628
629 \end_layout
630
631 \begin_layout Standard
632 This is an example image in EPS format
633 \begin_inset Foot
634 status collapsed
635
636 \begin_layout Plain Layout
637 Image formats are explained in section
638 \begin_inset space ~
639 \end_inset
640
641
642 \begin_inset CommandInset ref
643 LatexCommand ref
644 reference "sec:Image-Formats"
645
646 \end_inset
647
648 .
649 \end_layout
650
651 \end_inset
652
653  within a separate, horizontally centered paragraph:
654 \end_layout
655
656 \begin_layout Standard
657 \align center
658 \begin_inset Graphics
659         filename clipart/mobius.eps
660         scale 70
661         scaleBeforeRotation
662         rotateOrigin center
663
664 \end_inset
665
666
667 \end_layout
668
669 \begin_layout Standard
670 This is the same image like the one above but in draft mode:
671 \end_layout
672
673 \begin_layout Standard
674 \align center
675 \begin_inset Graphics
676         filename clipart/mobius.eps
677         scale 70
678         draft
679         scaleBeforeRotation
680         rotateOrigin center
681
682 \end_inset
683
684
685 \end_layout
686
687 \begin_layout Standard
688 \begin_inset Newpage newpage
689 \end_inset
690
691
692 \end_layout
693
694 \begin_layout Section
695 Figure Floats
696 \begin_inset CommandInset label
697 LatexCommand label
698 name "sec:Figure-Floats"
699
700 \end_inset
701
702
703 \begin_inset Index idx
704 status collapsed
705
706 \begin_layout Plain Layout
707 Floats ! Figures
708 \end_layout
709
710 \end_inset
711
712
713 \begin_inset Index idx
714 status collapsed
715
716 \begin_layout Plain Layout
717 Figures ! Floats
718 \end_layout
719
720 \end_inset
721
722
723 \end_layout
724
725 \begin_layout Standard
726 For general explanations about floats, have a look at section
727 \begin_inset space ~
728 \end_inset
729
730
731 \begin_inset CommandInset ref
732 LatexCommand ref
733 reference "sec:FloatIntroduction"
734
735 \end_inset
736
737 .
738 \end_layout
739
740 \begin_layout Standard
741 The toolbar button 
742 \begin_inset Info
743 type  "icon"
744 arg   "float-insert figure"
745 \end_inset
746
747  and the menu 
748 \family sans
749 Insert\SpecialChar menuseparator
750 Float\SpecialChar menuseparator
751 Figure
752 \family default
753  inserts a float with a caption that has the label 
754 \begin_inset Quotes eld
755 \end_inset
756
757 Figure
758 \begin_inset space ~
759 \end_inset
760
761 #:
762 \begin_inset Quotes erd
763 \end_inset
764
765  (# is the actual number).
766  You can insert the image above the caption, like in Figure
767 \begin_inset space ~
768 \end_inset
769
770
771 \begin_inset CommandInset ref
772 LatexCommand ref
773 reference "fig:kill-plat"
774
775 \end_inset
776
777  or below the caption, like in Figure
778 \begin_inset space ~
779 \end_inset
780
781
782 \begin_inset CommandInset ref
783 LatexCommand ref
784 reference "fig:escher"
785
786 \end_inset
787
788 .
789  More about caption placement is described in section
790 \begin_inset space ~
791 \end_inset
792
793
794 \begin_inset CommandInset ref
795 LatexCommand ref
796 reference "sec:Caption-Placement"
797
798 \end_inset
799
800 .
801 \end_layout
802
803 \begin_layout Standard
804 \begin_inset Float figure
805 wide false
806 sideways false
807 status open
808
809 \begin_layout Plain Layout
810 \align center
811 \begin_inset Graphics
812         filename clipart/platypus.eps
813         width 50col%
814         scaleBeforeRotation
815         rotateOrigin center
816
817 \end_inset
818
819
820 \end_layout
821
822 \begin_layout Plain Layout
823 \begin_inset Caption Standard
824
825 \begin_layout Plain Layout
826 \begin_inset CommandInset label
827 LatexCommand label
828 name "fig:kill-plat"
829
830 \end_inset
831
832 A severely distorted platypus in a float.
833 \end_layout
834
835 \end_inset
836
837
838 \end_layout
839
840 \end_inset
841
842
843 \end_layout
844
845 \begin_layout Standard
846 \begin_inset Float figure
847 wide false
848 sideways false
849 status open
850
851 \begin_layout Plain Layout
852 \begin_inset Caption Standard
853
854 \begin_layout Plain Layout
855 \begin_inset CommandInset label
856 LatexCommand label
857 name "fig:escher"
858
859 \end_inset
860
861 M.C.
862  Escher on acid.
863 \end_layout
864
865 \end_inset
866
867
868 \end_layout
869
870 \begin_layout Plain Layout
871 \align center
872 \begin_inset Graphics
873         filename clipart/escher-lsd.eps
874         scale 80
875         scaleBeforeRotation
876         rotateOrigin center
877
878 \end_inset
879
880
881 \end_layout
882
883 \end_inset
884
885
886 \end_layout
887
888 \begin_layout Standard
889 \begin_inset Index idx
890 status collapsed
891
892 \begin_layout Plain Layout
893 References ! to Figures
894 \end_layout
895
896 \end_inset
897
898 Figure
899 \begin_inset space ~
900 \end_inset
901
902
903 \begin_inset CommandInset ref
904 LatexCommand ref
905 reference "fig:kill-plat"
906
907 \end_inset
908
909  and 
910 \begin_inset CommandInset ref
911 LatexCommand ref
912 reference "fig:escher"
913
914 \end_inset
915
916  are examples of referenced figures.
917  Figures can be referenced in the text by referencing their label.
918  To do this insert a label in the caption using the menu 
919 \family sans
920 Insert\SpecialChar menuseparator
921 Label
922 \family default
923  or the toolbar button 
924 \begin_inset Info
925 type  "icon"
926 arg   "label-insert"
927 \end_inset
928
929 .
930  You can now refer to the label using the menu 
931 \family sans
932 Insert\SpecialChar menuseparator
933 Cross
934 \begin_inset space ~
935 \end_inset
936
937 reference
938 \family default
939  or the toolbar button 
940 \begin_inset Info
941 type  "icon"
942 arg   "dialog-show-new-inset ref"
943 \end_inset
944
945 .
946  It is important to use references to floats, rather than using vague references
947  like 
948 \begin_inset Quotes eld
949 \end_inset
950
951 the figure above
952 \begin_inset Quotes erd
953 \end_inset
954
955 , because \SpecialChar LaTeX
956  will reposition the floats in the final document and it might
957  not be 
958 \begin_inset Quotes eld
959 \end_inset
960
961 above
962 \begin_inset Quotes erd
963 \end_inset
964
965  at all.
966 \begin_inset Newline newline
967 \end_inset
968
969 Referencing is explained in detail in section
970 \begin_inset space ~
971 \end_inset
972
973
974 \begin_inset CommandInset ref
975 LatexCommand ref
976 reference "sec:Referencing-Floats"
977
978 \end_inset
979
980 .
981 \end_layout
982
983 \begin_layout Standard
984 Normally only one image is inserted to a figure float, but sometimes you
985  might want to use two images with separate subcaptions.
986  This can be done by inserting image floats into existing image floats.
987  Note that only the main caption of the float is added to the List of Figures.
988  Figure
989 \begin_inset space ~
990 \end_inset
991
992
993 \begin_inset CommandInset ref
994 LatexCommand ref
995 reference "fig:Two-distorted-images"
996
997 \end_inset
998
999  is an example of a figure float with two images set side by side.
1000  You can also set the images one below the other.
1001  Figure
1002 \begin_inset space ~
1003 \end_inset
1004
1005
1006 \begin_inset CommandInset ref
1007 LatexCommand ref
1008 reference "fig:Undefinable-structure"
1009
1010 \end_inset
1011
1012  and 
1013 \begin_inset CommandInset ref
1014 LatexCommand ref
1015 reference "fig:A-Platypus"
1016
1017 \end_inset
1018
1019  are the subfigures.
1020 \end_layout
1021
1022 \begin_layout Standard
1023 \begin_inset Float figure
1024 wide false
1025 sideways false
1026 status open
1027
1028 \begin_layout Plain Layout
1029 \begin_inset space \hfill{}
1030 \end_inset
1031
1032
1033 \begin_inset Float figure
1034 wide false
1035 sideways false
1036 status collapsed
1037
1038 \begin_layout Plain Layout
1039 \begin_inset Caption Standard
1040
1041 \begin_layout Plain Layout
1042 \begin_inset CommandInset label
1043 LatexCommand label
1044 name "fig:Undefinable-structure"
1045
1046 \end_inset
1047
1048 Undefinable structure.
1049 \end_layout
1050
1051 \end_inset
1052
1053
1054 \end_layout
1055
1056 \begin_layout Plain Layout
1057 \begin_inset Graphics
1058         filename clipart/escher-lsd.eps
1059         width 45col%
1060         scaleBeforeRotation
1061         groupId distorted
1062
1063 \end_inset
1064
1065
1066 \end_layout
1067
1068 \end_inset
1069
1070
1071 \begin_inset space \hfill{}
1072 \end_inset
1073
1074
1075 \begin_inset Float figure
1076 wide false
1077 sideways false
1078 status collapsed
1079
1080 \begin_layout Plain Layout
1081 \begin_inset Caption Standard
1082
1083 \begin_layout Plain Layout
1084 \begin_inset CommandInset label
1085 LatexCommand label
1086 name "fig:A-Platypus"
1087
1088 \end_inset
1089
1090 A Platypus.
1091 \end_layout
1092
1093 \end_inset
1094
1095
1096 \end_layout
1097
1098 \begin_layout Plain Layout
1099 \begin_inset Graphics
1100         filename clipart/platypus.eps
1101         width 45col%
1102         scaleBeforeRotation
1103         groupId distorted
1104
1105 \end_inset
1106
1107
1108 \end_layout
1109
1110 \end_inset
1111
1112
1113 \begin_inset space \hfill{}
1114 \end_inset
1115
1116
1117 \end_layout
1118
1119 \begin_layout Plain Layout
1120 \begin_inset Caption Standard
1121
1122 \begin_layout Plain Layout
1123 \begin_inset CommandInset label
1124 LatexCommand label
1125 name "fig:Two-distorted-images"
1126
1127 \end_inset
1128
1129 Two distorted images.
1130  Both images are in the image settings group named 
1131 \begin_inset Quotes eld
1132 \end_inset
1133
1134 distorted
1135 \begin_inset Quotes erd
1136 \end_inset
1137
1138 .
1139 \end_layout
1140
1141 \end_inset
1142
1143
1144 \end_layout
1145
1146 \end_inset
1147
1148
1149 \end_layout
1150
1151 \begin_layout Standard
1152 \begin_inset Newpage newpage
1153 \end_inset
1154
1155
1156 \end_layout
1157
1158 \begin_layout Section
1159 Image Formats
1160 \begin_inset CommandInset label
1161 LatexCommand label
1162 name "sec:Image-Formats"
1163
1164 \end_inset
1165
1166
1167 \begin_inset Index idx
1168 status collapsed
1169
1170 \begin_layout Plain Layout
1171 Image Formats
1172 \end_layout
1173
1174 \end_inset
1175
1176
1177 \begin_inset Index idx
1178 status collapsed
1179
1180 \begin_layout Plain Layout
1181 Figures ! Image Formats
1182 \end_layout
1183
1184 \end_inset
1185
1186
1187 \end_layout
1188
1189 \begin_layout Standard
1190 You can insert images in any known file format.
1191  But as explained in appendix
1192 \begin_inset space ~
1193 \end_inset
1194
1195
1196 \begin_inset CommandInset ref
1197 LatexCommand ref
1198 reference "cha:Output-File-Formats"
1199
1200 \end_inset
1201
1202 , each output document format allows only a few image formats.
1203  \SpecialChar LyX
1204  uses therefore the program 
1205 \family typewriter
1206 ImageMagick
1207 \family default
1208  in the background to convert the images to the right format.
1209  To increase your work flow by avoiding these conversions in the background,
1210  you could choose to use only the image formats that can directly be embedded
1211  in the output file format.
1212  The output file formats are explained in appendix
1213 \begin_inset space ~
1214 \end_inset
1215
1216
1217 \begin_inset CommandInset ref
1218 LatexCommand ref
1219 reference "cha:Output-File-Formats"
1220
1221 \end_inset
1222
1223 .
1224 \end_layout
1225
1226 \begin_layout Standard
1227 Similar to fonts there are two types of image formats:
1228 \end_layout
1229
1230 \begin_layout Description
1231 Bitmap
1232 \begin_inset space ~
1233 \end_inset
1234
1235 images consist of pixel values, often in a compressed form.
1236  They are therefore not fully scalable and look pixelated in large zooms.
1237  Well-known bitmap image formats are 
1238 \begin_inset Quotes eld
1239 \end_inset
1240
1241 Graphics Interchange Format
1242 \begin_inset Quotes erd
1243 \end_inset
1244
1245  (GIF, file extension 
1246 \begin_inset Quotes eld
1247 \end_inset
1248
1249
1250 \family typewriter
1251 .gif
1252 \family default
1253
1254 \begin_inset Quotes erd
1255 \end_inset
1256
1257 )
1258 \begin_inset Index idx
1259 status collapsed
1260
1261 \begin_layout Plain Layout
1262 GIF|see
1263 \begin_inset ERT
1264 status collapsed
1265
1266 \begin_layout Plain Layout
1267
1268 {
1269 \end_layout
1270
1271 \end_inset
1272
1273 Image formats
1274 \begin_inset ERT
1275 status collapsed
1276
1277 \begin_layout Plain Layout
1278
1279 }
1280 \end_layout
1281
1282 \end_inset
1283
1284
1285 \end_layout
1286
1287 \end_inset
1288
1289
1290 \begin_inset Quotes eld
1291 \end_inset
1292
1293 Portable Network Graphics
1294 \begin_inset Quotes erd
1295 \end_inset
1296
1297  (PNG, file extension 
1298 \begin_inset Quotes eld
1299 \end_inset
1300
1301
1302 \family typewriter
1303 .png
1304 \family default
1305
1306 \begin_inset Quotes erd
1307 \end_inset
1308
1309 )
1310 \begin_inset Index idx
1311 status collapsed
1312
1313 \begin_layout Plain Layout
1314 PNG|see
1315 \begin_inset ERT
1316 status collapsed
1317
1318 \begin_layout Plain Layout
1319
1320 {
1321 \end_layout
1322
1323 \end_inset
1324
1325 Image formats
1326 \begin_inset ERT
1327 status collapsed
1328
1329 \begin_layout Plain Layout
1330
1331 }
1332 \end_layout
1333
1334 \end_inset
1335
1336
1337 \end_layout
1338
1339 \end_inset
1340
1341 , and 
1342 \begin_inset Quotes eld
1343 \end_inset
1344
1345 Joint Photographic Experts Group
1346 \begin_inset Quotes erd
1347 \end_inset
1348
1349  (JPG, file extension 
1350 \begin_inset Quotes eld
1351 \end_inset
1352
1353
1354 \family typewriter
1355 .jpg
1356 \family default
1357
1358 \begin_inset Quotes erd
1359 \end_inset
1360
1361  or 
1362 \begin_inset Quotes eld
1363 \end_inset
1364
1365
1366 \family typewriter
1367 .jpeg
1368 \family default
1369
1370 \begin_inset Quotes erd
1371 \end_inset
1372
1373 )
1374 \begin_inset Index idx
1375 status collapsed
1376
1377 \begin_layout Plain Layout
1378 JPG|see
1379 \begin_inset ERT
1380 status collapsed
1381
1382 \begin_layout Plain Layout
1383
1384 {
1385 \end_layout
1386
1387 \end_inset
1388
1389 Image formats
1390 \begin_inset ERT
1391 status collapsed
1392
1393 \begin_layout Plain Layout
1394
1395 }
1396 \end_layout
1397
1398 \end_inset
1399
1400
1401 \end_layout
1402
1403 \end_inset
1404
1405 .
1406 \end_layout
1407
1408 \begin_layout Description
1409 Vector
1410 \begin_inset space ~
1411 \end_inset
1412
1413 images consist of vectors and can therefore be scaled to any size without
1414  data loss.
1415  The scaling ability is necessary if you want to create presentations, because
1416  presentations are always scaled by the video projector.
1417  Scaling is also useful for online documents to let the user zoom into diagrams.
1418 \begin_inset Newline newline
1419 \end_inset
1420
1421 Well-known scalable image formats are 
1422 \begin_inset Quotes eld
1423 \end_inset
1424
1425 Scalable Vector Graphics
1426 \begin_inset Quotes erd
1427 \end_inset
1428
1429  (SVG, file extension 
1430 \begin_inset Quotes eld
1431 \end_inset
1432
1433
1434 \family typewriter
1435 .svg
1436 \family default
1437
1438 \begin_inset Quotes erd
1439 \end_inset
1440
1441 )
1442 \begin_inset Index idx
1443 status collapsed
1444
1445 \begin_layout Plain Layout
1446 SVG|see
1447 \begin_inset ERT
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451
1452 {
1453 \end_layout
1454
1455 \end_inset
1456
1457 Image formats
1458 \begin_inset ERT
1459 status collapsed
1460
1461 \begin_layout Plain Layout
1462
1463 }
1464 \end_layout
1465
1466 \end_inset
1467
1468
1469 \end_layout
1470
1471 \end_inset
1472
1473
1474 \begin_inset Quotes eld
1475 \end_inset
1476
1477 Encapsulated PostScript
1478 \begin_inset Quotes erd
1479 \end_inset
1480
1481  (EPS, file extension 
1482 \begin_inset Quotes eld
1483 \end_inset
1484
1485
1486 \family typewriter
1487 .eps
1488 \family default
1489
1490 \begin_inset Quotes erd
1491 \end_inset
1492
1493 )
1494 \begin_inset Index idx
1495 status collapsed
1496
1497 \begin_layout Plain Layout
1498 EPS|see
1499 \begin_inset ERT
1500 status collapsed
1501
1502 \begin_layout Plain Layout
1503
1504 {
1505 \end_layout
1506
1507 \end_inset
1508
1509 Image formats
1510 \begin_inset ERT
1511 status collapsed
1512
1513 \begin_layout Plain Layout
1514
1515 }
1516 \end_layout
1517
1518 \end_inset
1519
1520
1521 \end_layout
1522
1523 \end_inset
1524
1525
1526 \begin_inset Quotes eld
1527 \end_inset
1528
1529 Portable Document Format
1530 \begin_inset Quotes erd
1531 \end_inset
1532
1533  (PDF, file extension 
1534 \begin_inset Quotes eld
1535 \end_inset
1536
1537
1538 \family typewriter
1539 .pdf
1540 \family default
1541
1542 \begin_inset Quotes erd
1543 \end_inset
1544
1545 )
1546 \begin_inset Index idx
1547 status collapsed
1548
1549 \begin_layout Plain Layout
1550 PDF
1551 \end_layout
1552
1553 \end_inset
1554
1555 , and 
1556 \begin_inset Quotes eld
1557 \end_inset
1558
1559 Windows Metafile
1560 \begin_inset Quotes erd
1561 \end_inset
1562
1563  (WMF, file extension 
1564 \begin_inset Quotes eld
1565 \end_inset
1566
1567
1568 \family typewriter
1569 .wmf
1570 \family default
1571
1572 \begin_inset Quotes erd
1573 \end_inset
1574
1575 )
1576 \begin_inset Index idx
1577 status collapsed
1578
1579 \begin_layout Plain Layout
1580 SVG|see
1581 \begin_inset ERT
1582 status collapsed
1583
1584 \begin_layout Plain Layout
1585
1586 {
1587 \end_layout
1588
1589 \end_inset
1590
1591 Image formats
1592 \begin_inset ERT
1593 status collapsed
1594
1595 \begin_layout Plain Layout
1596
1597 }
1598 \end_layout
1599
1600 \end_inset
1601
1602
1603 \end_layout
1604
1605 \end_inset
1606
1607 .
1608  We wrote 
1609 \begin_inset Quotes eld
1610 \end_inset
1611
1612 can be
1613 \begin_inset Quotes erd
1614 \end_inset
1615
1616 , because you can convert any bitmap image to a PDF or EPS-image and the
1617  result will still be a bitmap image.
1618  In such cases only a header with the image properties is added to the original
1619  image
1620 \begin_inset Foot
1621 status collapsed
1622
1623 \begin_layout Plain Layout
1624 In the case of PDF, the original image is additionally compressed.
1625 \end_layout
1626
1627 \end_inset
1628
1629 .
1630  The PDF-files generated by 
1631 \family typewriter
1632 Adobe Photoshop
1633 \family default
1634  are for example bitmap images.
1635 \end_layout
1636
1637 \begin_layout Standard
1638 Normally it is not possible to convert a bitmap image into a scalable one,
1639  only vice versa.
1640  Only the image formats PDF and EPS can directly be embedded to PDF and
1641  PostScript output files, respectively.
1642  SVG and WMF-images are recalculated to bitmaps when the output file is
1643  generated because there is currently no adequate WMF/SVG
1644 \begin_inset Formula $\to$
1645 \end_inset
1646
1647 PDF/EPS converter available.
1648 \end_layout
1649
1650 \begin_layout Chapter
1651 Tables
1652 \begin_inset Index idx
1653 status collapsed
1654
1655 \begin_layout Plain Layout
1656 Table
1657 \end_layout
1658
1659 \end_inset
1660
1661
1662 \end_layout
1663
1664 \begin_layout Section
1665 Introduction
1666 \begin_inset Index idx
1667 status collapsed
1668
1669 \begin_layout Plain Layout
1670 Table ! Introduction
1671 \end_layout
1672
1673 \end_inset
1674
1675
1676 \end_layout
1677
1678 \begin_layout Standard
1679 You can insert a table using either the toolbar button 
1680 \begin_inset Info
1681 type  "icon"
1682 arg   "tabular-insert"
1683 \end_inset
1684
1685  or the menu 
1686 \family sans
1687 Insert\SpecialChar menuseparator
1688 Table
1689 \family default
1690 .
1691  The toolbar button offers you a graphical selection: move the mouse to
1692  set the column/row number of the table that should be created and then
1693  press a mouse button.
1694  When you use the menu to create a table, a dialog will appear, asking you
1695  for the number of rows and columns.
1696 \begin_inset Newline newline
1697 \end_inset
1698
1699 The default table has lines around any cell and the first row appears separated
1700  from the rest of the table.
1701  This separation occurs due to a double line: The cells of the first row
1702  have a line below them and the cells of the second row have a line above
1703  them.
1704  Here is an example table:
1705 \end_layout
1706
1707 \begin_layout Standard
1708 \align center
1709 \begin_inset Tabular
1710 <lyxtabular version="3" rows="4" columns="4">
1711 <features tabularvalignment="middle">
1712 <column alignment="center" valignment="top">
1713 <column alignment="center" valignment="top">
1714 <column alignment="center" valignment="top">
1715 <column alignment="center" valignment="top">
1716 <row>
1717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1718 \begin_inset Text
1719
1720 \begin_layout Plain Layout
1721
1722 \end_layout
1723
1724 \end_inset
1725 </cell>
1726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1727 \begin_inset Text
1728
1729 \begin_layout Plain Layout
1730
1731 \family roman
1732 \series medium
1733 \shape up
1734 \size normal
1735 \emph off
1736 \bar no
1737 \noun off
1738 \color none
1739 1
1740 \end_layout
1741
1742 \end_inset
1743 </cell>
1744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1745 \begin_inset Text
1746
1747 \begin_layout Plain Layout
1748 2
1749 \end_layout
1750
1751 \end_inset
1752 </cell>
1753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1754 \begin_inset Text
1755
1756 \begin_layout Plain Layout
1757 3
1758 \end_layout
1759
1760 \end_inset
1761 </cell>
1762 </row>
1763 <row>
1764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1765 \begin_inset Text
1766
1767 \begin_layout Plain Layout
1768
1769 \family roman
1770 \series medium
1771 \shape up
1772 \size normal
1773 \emph off
1774 \bar no
1775 \noun off
1776 \color none
1777 A
1778 \end_layout
1779
1780 \end_inset
1781 </cell>
1782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1783 \begin_inset Text
1784
1785 \begin_layout Plain Layout
1786
1787 \end_layout
1788
1789 \end_inset
1790 </cell>
1791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1792 \begin_inset Text
1793
1794 \begin_layout Plain Layout
1795
1796 \end_layout
1797
1798 \end_inset
1799 </cell>
1800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1801 \begin_inset Text
1802
1803 \begin_layout Plain Layout
1804
1805 \end_layout
1806
1807 \end_inset
1808 </cell>
1809 </row>
1810 <row>
1811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1812 \begin_inset Text
1813
1814 \begin_layout Plain Layout
1815
1816 \family roman
1817 \series medium
1818 \shape up
1819 \size normal
1820 \emph off
1821 \bar no
1822 \noun off
1823 \color none
1824 B
1825 \end_layout
1826
1827 \end_inset
1828 </cell>
1829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1830 \begin_inset Text
1831
1832 \begin_layout Plain Layout
1833
1834 \end_layout
1835
1836 \end_inset
1837 </cell>
1838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1839 \begin_inset Text
1840
1841 \begin_layout Plain Layout
1842
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1848 \begin_inset Text
1849
1850 \begin_layout Plain Layout
1851
1852 \end_layout
1853
1854 \end_inset
1855 </cell>
1856 </row>
1857 <row>
1858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862
1863 \family roman
1864 \series medium
1865 \shape up
1866 \size normal
1867 \emph off
1868 \bar no
1869 \noun off
1870 \color none
1871 C
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1877 \begin_inset Text
1878
1879 \begin_layout Plain Layout
1880
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Plain Layout
1889
1890 \end_layout
1891
1892 \end_inset
1893 </cell>
1894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1895 \begin_inset Text
1896
1897 \begin_layout Plain Layout
1898
1899 \end_layout
1900
1901 \end_inset
1902 </cell>
1903 </row>
1904 </lyxtabular>
1905
1906 \end_inset
1907
1908
1909 \end_layout
1910
1911 \begin_layout Section
1912 Table Dialog
1913 \begin_inset Index idx
1914 status collapsed
1915
1916 \begin_layout Plain Layout
1917 Table ! Dialog
1918 \end_layout
1919
1920 \end_inset
1921
1922
1923 \end_layout
1924
1925 \begin_layout Standard
1926 You can alter a table by clicking on it with the right mouse button, which
1927  brings up the context menu.
1928  Under the menu entry 
1929 \family sans
1930 More
1931 \family default
1932  you can adjust the settings of that cell and row/column respectively where
1933  the cursor is currently placed.
1934  The context menu 
1935 \family sans
1936 More\SpecialChar menuseparator
1937 Settings
1938 \family default
1939  opens the table dialog where you can adjust more things.
1940  Most of the dialog options also work on selections.
1941  This means if you select more cells, columns or rows, the action is done
1942  for the whole selection.
1943  Note that there is a difference between selecting the 
1944 \emph on
1945 contents
1946 \emph default
1947  of the cell, and the cell itself.
1948 \begin_inset Newline newline
1949 \end_inset
1950
1951 With the dialog option 
1952 \family sans
1953 Immediate
1954 \begin_inset space ~
1955 \end_inset
1956
1957 Apply
1958 \family default
1959  every change you make in the dialog is directly applied.
1960  If you move the cursor to another table cell the dialog will then also
1961  be updated with the parameters of the new cell.
1962  If you change length values in the dialog you must press 
1963 \family sans
1964 Return
1965 \family default
1966  to get the change applied.
1967 \begin_inset Newline newline
1968 \end_inset
1969
1970 You can alter tables with the following tabs of the table dialog:
1971 \end_layout
1972
1973 \begin_layout Description
1974 Table
1975 \begin_inset space ~
1976 \end_inset
1977
1978 Settings Here you can set the table width
1979 \begin_inset Index idx
1980 status collapsed
1981
1982 \begin_layout Plain Layout
1983 Table ! Width
1984 \end_layout
1985
1986 \end_inset
1987
1988 , and the horizontal alignment and the width of the current column.
1989  The alignment 
1990 \family sans
1991 At
1992 \begin_inset space ~
1993 \end_inset
1994
1995 Decimal
1996 \begin_inset space ~
1997 \end_inset
1998
1999 Separator
2000 \family default
2001  is described in section
2002 \begin_inset space ~
2003 \end_inset
2004
2005
2006 \begin_inset CommandInset ref
2007 LatexCommand ref
2008 reference "subsec:Special-Cell-Alignment"
2009
2010 \end_inset
2011
2012 .
2013  When you have set a width you can also adjust the vertical alignment of
2014  the current row.
2015  A given width will allow the cell to have line breaks and multiple paragraphs
2016  of text, see sec.
2017 \begin_inset space \thinspace{}
2018 \end_inset
2019
2020
2021 \begin_inset CommandInset ref
2022 LatexCommand ref
2023 reference "subsec:Multiple-Lines-in"
2024
2025 \end_inset
2026
2027 .
2028  If you set no width, the column is as wide as the content of its widest
2029  cell.
2030 \begin_inset Newline newline
2031 \end_inset
2032
2033 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2034  cell, see sec.
2035 \begin_inset space \thinspace{}
2036 \end_inset
2037
2038
2039 \begin_inset CommandInset ref
2040 LatexCommand ref
2041 reference "subsec:Multicolumns"
2042
2043 \end_inset
2044
2045  or the cells of one column as multirow cell, see sec.
2046 \begin_inset space \thinspace{}
2047 \end_inset
2048
2049
2050 \begin_inset CommandInset ref
2051 LatexCommand ref
2052 reference "subsec:Multirows"
2053
2054 \end_inset
2055
2056 .
2057 \begin_inset Newline newline
2058 \end_inset
2059
2060 The rotate check boxes rotate the current cell, a selection, or the whole
2061  table counter-clockwise by 90
2062 \begin_inset space \thinspace{}
2063 \end_inset
2064
2065 °.
2066  The rotation is not shown within \SpecialChar LyX
2067 , only in the output.
2068  For more information see sec.
2069 \begin_inset space \thinspace{}
2070 \end_inset
2071
2072
2073 \begin_inset CommandInset ref
2074 LatexCommand ref
2075 reference "sec:Rotated-Table-Cells"
2076
2077 \end_inset
2078
2079 .
2080 \begin_inset Newline newline
2081 \end_inset
2082
2083
2084 \begin_inset Note Greyedout
2085 status open
2086
2087 \begin_layout Plain Layout
2088
2089 \series bold
2090 Note:
2091 \series default
2092  Not all DVI-viewers are able to display rotations.
2093 \end_layout
2094
2095 \end_inset
2096
2097
2098 \begin_inset Newline newline
2099 \end_inset
2100
2101 The table-wide vertical alignment is used for tables within text lines:
2102 \begin_inset Newline newline
2103 \end_inset
2104
2105 A line with tables with different alignments: 
2106 \begin_inset Tabular
2107 <lyxtabular version="3" rows="2" columns="2">
2108 <features tabularvalignment="top">
2109 <column alignment="center" valignment="top" width="0pt">
2110 <column alignment="center" valignment="top">
2111 <row>
2112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2113 \begin_inset Text
2114
2115 \begin_layout Plain Layout
2116
2117 \end_layout
2118
2119 \end_inset
2120 </cell>
2121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2122 \begin_inset Text
2123
2124 \begin_layout Plain Layout
2125
2126 \family roman
2127 \series medium
2128 \shape up
2129 \size normal
2130 \emph off
2131 \bar no
2132 \noun off
2133 \color none
2134 1
2135 \end_layout
2136
2137 \end_inset
2138 </cell>
2139 </row>
2140 <row>
2141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2142 \begin_inset Text
2143
2144 \begin_layout Plain Layout
2145
2146 \family roman
2147 \series medium
2148 \shape up
2149 \size normal
2150 \emph off
2151 \bar no
2152 \noun off
2153 \color none
2154 A
2155 \end_layout
2156
2157 \end_inset
2158 </cell>
2159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2160 \begin_inset Text
2161
2162 \begin_layout Plain Layout
2163
2164 \end_layout
2165
2166 \end_inset
2167 </cell>
2168 </row>
2169 </lyxtabular>
2170
2171 \end_inset
2172
2173  
2174 \begin_inset Tabular
2175 <lyxtabular version="3" rows="2" columns="2">
2176 <features tabularvalignment="middle">
2177 <column alignment="center" valignment="top">
2178 <column alignment="center" valignment="top">
2179 <row>
2180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2181 \begin_inset Text
2182
2183 \begin_layout Plain Layout
2184
2185 \end_layout
2186
2187 \end_inset
2188 </cell>
2189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2190 \begin_inset Text
2191
2192 \begin_layout Plain Layout
2193
2194 \family roman
2195 \series medium
2196 \shape up
2197 \size normal
2198 \emph off
2199 \bar no
2200 \noun off
2201 \color none
2202 1
2203 \end_layout
2204
2205 \end_inset
2206 </cell>
2207 </row>
2208 <row>
2209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2210 \begin_inset Text
2211
2212 \begin_layout Plain Layout
2213
2214 \family roman
2215 \series medium
2216 \shape up
2217 \size normal
2218 \emph off
2219 \bar no
2220 \noun off
2221 \color none
2222 A
2223 \end_layout
2224
2225 \end_inset
2226 </cell>
2227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2228 \begin_inset Text
2229
2230 \begin_layout Plain Layout
2231
2232 \end_layout
2233
2234 \end_inset
2235 </cell>
2236 </row>
2237 </lyxtabular>
2238
2239 \end_inset
2240
2241  
2242 \begin_inset Tabular
2243 <lyxtabular version="3" rows="2" columns="2">
2244 <features tabularvalignment="bottom">
2245 <column alignment="center" valignment="top" width="0pt">
2246 <column alignment="center" valignment="top">
2247 <row>
2248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2249 \begin_inset Text
2250
2251 \begin_layout Plain Layout
2252
2253 \end_layout
2254
2255 \end_inset
2256 </cell>
2257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2258 \begin_inset Text
2259
2260 \begin_layout Plain Layout
2261
2262 \family roman
2263 \series medium
2264 \shape up
2265 \size normal
2266 \emph off
2267 \bar no
2268 \noun off
2269 \color none
2270 1
2271 \end_layout
2272
2273 \end_inset
2274 </cell>
2275 </row>
2276 <row>
2277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2278 \begin_inset Text
2279
2280 \begin_layout Plain Layout
2281
2282 \family roman
2283 \series medium
2284 \shape up
2285 \size normal
2286 \emph off
2287 \bar no
2288 \noun off
2289 \color none
2290 A
2291 \end_layout
2292
2293 \end_inset
2294 </cell>
2295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2296 \begin_inset Text
2297
2298 \begin_layout Plain Layout
2299
2300 \end_layout
2301
2302 \end_inset
2303 </cell>
2304 </row>
2305 </lyxtabular>
2306
2307 \end_inset
2308
2309
2310 \begin_inset Newline newline
2311 \end_inset
2312
2313 It is also possible to enter a \SpecialChar LaTeX
2314 -argument which is needed for special table
2315  formattings, see sec.
2316 \begin_inset space \thinspace{}
2317 \end_inset
2318
2319
2320 \begin_inset CommandInset ref
2321 LatexCommand ref
2322 reference "subsec:Multicolumn-Calculations"
2323
2324 \end_inset
2325
2326  and 
2327 \begin_inset CommandInset ref
2328 LatexCommand ref
2329 reference "sec:Colored-Tables"
2330
2331 \end_inset
2332
2333 .
2334 \end_layout
2335
2336 \begin_layout Description
2337 Borders In this tab you can add and delete border lines for the current
2338  row/column.
2339 \begin_inset Newline newline
2340 \end_inset
2341
2342 Using the style option 
2343 \family sans
2344 Formal
2345 \family default
2346  will convert the table to a formal table as described in sec.
2347 \begin_inset space \thinspace{}
2348 \end_inset
2349
2350
2351 \begin_inset CommandInset ref
2352 LatexCommand ref
2353 reference "sec:Formal-Tables"
2354
2355 \end_inset
2356
2357 .
2358 \begin_inset Newline newline
2359 \end_inset
2360
2361 You can also add space here to table rows as described in sec.
2362 \begin_inset space \thinspace{}
2363 \end_inset
2364
2365
2366 \begin_inset CommandInset ref
2367 LatexCommand ref
2368 reference "subsec:Row-Spacing"
2369
2370 \end_inset
2371
2372 .
2373 \end_layout
2374
2375 \begin_layout Description
2376 Multi-page
2377 \begin_inset space ~
2378 \end_inset
2379
2380 table This tab is to make a table a multi-page table that can run over several
2381  pages.
2382  Sections
2383 \begin_inset space ~
2384 \end_inset
2385
2386
2387 \begin_inset CommandInset ref
2388 LatexCommand ref
2389 reference "sec:Multi-page-Tables"
2390
2391 \end_inset
2392
2393  and 
2394 \begin_inset CommandInset ref
2395 LatexCommand ref
2396 reference "sec:Special-Longtable-Issues"
2397
2398 \end_inset
2399
2400  describe the multi-page table features in detail.
2401 \end_layout
2402
2403 \begin_layout Section
2404 Table Toolbar
2405 \begin_inset Index idx
2406 status collapsed
2407
2408 \begin_layout Plain Layout
2409 Table ! Toolbar
2410 \end_layout
2411
2412 \end_inset
2413
2414
2415 \end_layout
2416
2417 \begin_layout Standard
2418 The table toolbar is an alternative to the table dialog to be able to alter
2419  tables faster.
2420  It should normally appear at the bottom of \SpecialChar LyX
2421 's main window when the cursor
2422  is inside a table.
2423  You can alternatively switch it on to appear always, by right-clicking
2424  in \SpecialChar LyX
2425 's main menu bar.
2426 \end_layout
2427
2428 \begin_layout Standard
2429 The toolbar has the following icons:
2430 \end_layout
2431
2432 \begin_layout Labeling
2433 \labelwidthstring 00.00.0000
2434 \begin_inset Info
2435 type  "icon"
2436 arg   "tabular-feature append-row"
2437 \end_inset
2438
2439  adds a row below the current cell or selection
2440 \end_layout
2441
2442 \begin_layout Labeling
2443 \labelwidthstring 00.00.0000
2444 \begin_inset Info
2445 type  "icon"
2446 arg   "tabular-feature append-column"
2447 \end_inset
2448
2449  adds a column right beside the current cell or selection
2450 \end_layout
2451
2452 \begin_layout Labeling
2453 \labelwidthstring 00.00.0000
2454 \begin_inset Info
2455 type  "icon"
2456 arg   "tabular-feature delete-row"
2457 \end_inset
2458
2459  deletes the current row or selection
2460 \end_layout
2461
2462 \begin_layout Labeling
2463 \labelwidthstring 00.00.0000
2464 \begin_inset Info
2465 type  "icon"
2466 arg   "tabular-feature delete-column"
2467 \end_inset
2468
2469  deletes the current column or selection
2470 \end_layout
2471
2472 \begin_layout Labeling
2473 \labelwidthstring 00.00.0000
2474 \begin_inset Info
2475 type  "icon"
2476 arg   "tabular-feature move-row-up"
2477 \end_inset
2478
2479  moves the row up
2480 \end_layout
2481
2482 \begin_layout Labeling
2483 \labelwidthstring 00.00.0000
2484 \begin_inset Info
2485 type  "icon"
2486 arg   "tabular-feature move-column-left"
2487 \end_inset
2488
2489  moves the column to the left
2490 \end_layout
2491
2492 \begin_layout Labeling
2493 \labelwidthstring 00.00.0000
2494 \begin_inset Info
2495 type  "icon"
2496 arg   "tabular-feature move-row-down"
2497 \end_inset
2498
2499  moves the row down
2500 \end_layout
2501
2502 \begin_layout Labeling
2503 \labelwidthstring 00.00.0000
2504 \begin_inset Info
2505 type  "icon"
2506 arg   "tabular-feature move-column-right"
2507 \end_inset
2508
2509  moves the column to the right
2510 \end_layout
2511
2512 \begin_layout Labeling
2513 \labelwidthstring 00.00.0000
2514 \begin_inset Info
2515 type  "icon"
2516 arg   "tabular-feature toggle-line-top"
2517 \end_inset
2518
2519  adds a line at the top of the current cell / row or of a selection
2520 \end_layout
2521
2522 \begin_layout Labeling
2523 \labelwidthstring 00.00.0000
2524 \begin_inset Info
2525 type  "icon"
2526 arg   "tabular-feature toggle-line-bottom"
2527 \end_inset
2528
2529  adds a line at the bottom of the current cell / row or of a selection
2530 \end_layout
2531
2532 \begin_layout Labeling
2533 \labelwidthstring 00.00.0000
2534 \begin_inset Info
2535 type  "icon"
2536 arg   "tabular-feature toggle-line-left"
2537 \end_inset
2538
2539  adds a line at the left side of the current cell / row or of a selection
2540 \end_layout
2541
2542 \begin_layout Labeling
2543 \labelwidthstring 00.00.0000
2544 \begin_inset Info
2545 type  "icon"
2546 arg   "tabular-feature toggle-line-right"
2547 \end_inset
2548
2549  adds a line at the right side of the current cell / row or of a selection
2550 \end_layout
2551
2552 \begin_layout Labeling
2553 \labelwidthstring 00.00.0000
2554 \begin_inset Info
2555 type  "icon"
2556 arg   "tabular-feature set-all-lines"
2557 \end_inset
2558
2559  adds lines around the current or selected cells - if the current cell no
2560  multicolumn cell this also affects the current row and column
2561 \end_layout
2562
2563 \begin_layout Labeling
2564 \labelwidthstring 00.00.0000
2565 \begin_inset Info
2566 type  "icon"
2567 arg   "tabular-feature unset-all-lines"
2568 \end_inset
2569
2570  deletes all lines of the current or selected cells - if the current cell
2571  no multicolumn cell this also affects the current row and column
2572 \end_layout
2573
2574 \begin_layout Labeling
2575 \labelwidthstring 00.00.0000
2576 \begin_inset Info
2577 type  "icon"
2578 arg   "tabular-feature m-align-left"
2579 \end_inset
2580
2581  left-aligns the content of the current cell / column
2582 \end_layout
2583
2584 \begin_layout Labeling
2585 \labelwidthstring 00.00.0000
2586 \begin_inset Info
2587 type  "icon"
2588 arg   "tabular-feature m-align-center"
2589 \end_inset
2590
2591  centers the content of the current cell / column horizontally
2592 \end_layout
2593
2594 \begin_layout Labeling
2595 \labelwidthstring 00.00.0000
2596 \begin_inset Info
2597 type  "icon"
2598 arg   "tabular-feature m-align-right"
2599 \end_inset
2600
2601  right-aligns the content of the current cell / column
2602 \end_layout
2603
2604 \begin_layout Labeling
2605 \labelwidthstring 00.00.0000
2606 \begin_inset Info
2607 type  "icon"
2608 arg   "tabular-feature align-decimal"
2609 \end_inset
2610
2611  aligns the content of the current column at a character
2612 \end_layout
2613
2614 \begin_layout Labeling
2615 \labelwidthstring 00.00.0000
2616 \begin_inset Info
2617 type  "icon"
2618 arg   "tabular-feature m-valign-top"
2619 \end_inset
2620
2621  aligns the content of the current cell vertically to the top
2622 \end_layout
2623
2624 \begin_layout Labeling
2625 \labelwidthstring 00.00.0000
2626 \begin_inset Info
2627 type  "icon"
2628 arg   "tabular-feature m-valign-middle"
2629 \end_inset
2630
2631  centers the content of the current cell vertically
2632 \end_layout
2633
2634 \begin_layout Labeling
2635 \labelwidthstring 00.00.0000
2636 \begin_inset Info
2637 type  "icon"
2638 arg   "tabular-feature m-valign-bottom"
2639 \end_inset
2640
2641  aligns the content of the current cell vertically to the bottom
2642 \end_layout
2643
2644 \begin_layout Labeling
2645 \labelwidthstring 00.00.0000
2646 \begin_inset Info
2647 type  "icon"
2648 arg   "tabular-feature set-rotate-cell"
2649 \end_inset
2650
2651  rotates the current cell or selection counter-clockwise by 90°
2652 \end_layout
2653
2654 \begin_layout Labeling
2655 \labelwidthstring 00.00.0000
2656 \begin_inset Info
2657 type  "icon"
2658 arg   "tabular-feature set-rotate-tabular"
2659 \end_inset
2660
2661  rotates the whole table counter-clockwise by 90°
2662 \end_layout
2663
2664 \begin_layout Labeling
2665 \labelwidthstring 00.00.0000
2666 \begin_inset Info
2667 type  "icon"
2668 arg   "tabular-feature multicolumn"
2669 \end_inset
2670
2671  sets the current cell or selection as a multicolumn
2672 \end_layout
2673
2674 \begin_layout Labeling
2675 \labelwidthstring 00.00.0000
2676 \begin_inset Info
2677 type  "icon"
2678 arg   "tabular-feature multirow"
2679 \end_inset
2680
2681  sets the current cell or selection as a multirow
2682 \end_layout
2683
2684 \begin_layout Standard
2685 \begin_inset Note Greyedout
2686 status open
2687
2688 \begin_layout Plain Layout
2689
2690 \series bold
2691 Note:
2692 \series default
2693  For the output the vertical alignment of the first cell in a row is used
2694  for all following cells in the row.
2695 \end_layout
2696
2697 \end_inset
2698
2699
2700 \end_layout
2701
2702 \begin_layout Section
2703 Edit Table Menu
2704 \begin_inset Index idx
2705 status collapsed
2706
2707 \begin_layout Plain Layout
2708 Table ! Edit Menu
2709 \end_layout
2710
2711 \end_inset
2712
2713
2714 \end_layout
2715
2716 \begin_layout Standard
2717 In addition to the table dialog and toolbar, the menu 
2718 \family sans
2719 Edit\SpecialChar menuseparator
2720 Table
2721 \family default
2722  allows you to add and delete border lines for the current row/column and
2723  to set the current selection as multicolumn.
2724  The menu is only available when the cursor is inside a table.
2725 \end_layout
2726
2727 \begin_layout Section
2728 Table Floats
2729 \begin_inset CommandInset label
2730 LatexCommand label
2731 name "sec:Table-Floats"
2732
2733 \end_inset
2734
2735
2736 \begin_inset Index idx
2737 status collapsed
2738
2739 \begin_layout Plain Layout
2740 Floats ! Tables
2741 \end_layout
2742
2743 \end_inset
2744
2745
2746 \begin_inset Index idx
2747 status collapsed
2748
2749 \begin_layout Plain Layout
2750 Table ! Floats
2751 \end_layout
2752
2753 \end_inset
2754
2755
2756 \end_layout
2757
2758 \begin_layout Standard
2759 For general explanations about floats, have a look at section
2760 \begin_inset space ~
2761 \end_inset
2762
2763
2764 \begin_inset CommandInset ref
2765 LatexCommand ref
2766 reference "sec:FloatIntroduction"
2767
2768 \end_inset
2769
2770 .
2771 \end_layout
2772
2773 \begin_layout Standard
2774 \begin_inset Float table
2775 placement h
2776 wide false
2777 sideways false
2778 status open
2779
2780 \begin_layout Plain Layout
2781 \begin_inset Caption Standard
2782
2783 \begin_layout Plain Layout
2784 \begin_inset CommandInset label
2785 LatexCommand label
2786 name "tab:a table float"
2787
2788 \end_inset
2789
2790 A table float.
2791 \end_layout
2792
2793 \end_inset
2794
2795
2796 \end_layout
2797
2798 \begin_layout Plain Layout
2799 \align center
2800 \begin_inset Tabular
2801 <lyxtabular version="3" rows="3" columns="3">
2802 <features tabularvalignment="middle">
2803 <column alignment="center" valignment="top" width="0pt">
2804 <column alignment="center" valignment="top" width="0pt">
2805 <column alignment="center" valignment="top" width="0pt">
2806 <row>
2807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2808 \begin_inset Text
2809
2810 \begin_layout Plain Layout
2811
2812 \family roman
2813 \series medium
2814 \shape up
2815 \size normal
2816 \emph off
2817 \bar no
2818 \noun off
2819 \color none
2820 1
2821 \end_layout
2822
2823 \end_inset
2824 </cell>
2825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2826 \begin_inset Text
2827
2828 \begin_layout Plain Layout
2829
2830 \family roman
2831 \series medium
2832 \shape up
2833 \size normal
2834 \emph off
2835 \bar no
2836 \noun off
2837 \color none
2838 2
2839 \end_layout
2840
2841 \end_inset
2842 </cell>
2843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2844 \begin_inset Text
2845
2846 \begin_layout Plain Layout
2847
2848 \family roman
2849 \series medium
2850 \shape up
2851 \size normal
2852 \emph off
2853 \bar no
2854 \noun off
2855 \color none
2856 3
2857 \end_layout
2858
2859 \end_inset
2860 </cell>
2861 </row>
2862 <row>
2863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2864 \begin_inset Text
2865
2866 \begin_layout Plain Layout
2867
2868 \family roman
2869 \series medium
2870 \shape up
2871 \size normal
2872 \emph off
2873 \bar no
2874 \noun off
2875 \color none
2876 Joe
2877 \end_layout
2878
2879 \end_inset
2880 </cell>
2881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2882 \begin_inset Text
2883
2884 \begin_layout Plain Layout
2885
2886 \family roman
2887 \series medium
2888 \shape up
2889 \size normal
2890 \emph off
2891 \bar no
2892 \noun off
2893 \color none
2894 Mary
2895 \end_layout
2896
2897 \end_inset
2898 </cell>
2899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2900 \begin_inset Text
2901
2902 \begin_layout Plain Layout
2903
2904 \family roman
2905 \series medium
2906 \shape up
2907 \size normal
2908 \emph off
2909 \bar no
2910 \noun off
2911 \color none
2912 Ted
2913 \end_layout
2914
2915 \end_inset
2916 </cell>
2917 </row>
2918 <row>
2919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2920 \begin_inset Text
2921
2922 \begin_layout Plain Layout
2923
2924 \family roman
2925 \series medium
2926 \shape up
2927 \size normal
2928 \emph off
2929 \bar no
2930 \noun off
2931 \color none
2932 \begin_inset Formula $\int x^{2}dx$
2933 \end_inset
2934
2935
2936 \end_layout
2937
2938 \end_inset
2939 </cell>
2940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2941 \begin_inset Text
2942
2943 \begin_layout Plain Layout
2944
2945 \family roman
2946 \series medium
2947 \shape up
2948 \size normal
2949 \emph off
2950 \bar no
2951 \noun off
2952 \color none
2953 \begin_inset Formula $\left[\begin{array}{cc}
2954 a & b\\
2955 c & d
2956 \end{array}\right]$
2957 \end_inset
2958
2959
2960 \end_layout
2961
2962 \end_inset
2963 </cell>
2964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2965 \begin_inset Text
2966
2967 \begin_layout Plain Layout
2968
2969 \family roman
2970 \series medium
2971 \shape up
2972 \size normal
2973 \emph off
2974 \bar no
2975 \noun off
2976 \color none
2977 \begin_inset Formula $1+1=2$
2978 \end_inset
2979
2980
2981 \end_layout
2982
2983 \end_inset
2984 </cell>
2985 </row>
2986 </lyxtabular>
2987
2988 \end_inset
2989
2990
2991 \end_layout
2992
2993 \end_inset
2994
2995
2996 \end_layout
2997
2998 \begin_layout Standard
2999 Table floats can be inserted using the menu 
3000 \family sans
3001 Insert\SpecialChar menuseparator
3002 Float\SpecialChar menuseparator
3003 Table
3004 \family default
3005  or the toolbar button 
3006 \begin_inset Info
3007 type  "icon"
3008 arg   "float-insert table"
3009 \end_inset
3010
3011 .
3012 \end_layout
3013
3014 \begin_layout Standard
3015 The float appears as a collapsible box with a caption that has the label
3016  
3017 \begin_inset Quotes eld
3018 \end_inset
3019
3020 Table
3021 \begin_inset space ~
3022 \end_inset
3023
3024 #:
3025 \begin_inset Quotes erd
3026 \end_inset
3027
3028  (# is the actual table number).
3029  You can insert tables in the float above or below the caption.
3030 \end_layout
3031
3032 \begin_layout Standard
3033 Table
3034 \begin_inset space ~
3035 \end_inset
3036
3037
3038 \begin_inset CommandInset ref
3039 LatexCommand ref
3040 reference "tab:a table float"
3041
3042 \end_inset
3043
3044  is an example table within a table float.
3045 \end_layout
3046
3047 \begin_layout Standard
3048 Having the caption above the table is the common rule that is unfortunately
3049  not supported in \SpecialChar LaTeX
3050 's standard classes.
3051  This means that, if you are using the document classes 
3052 \family sans
3053 article
3054 \family default
3055
3056 \family sans
3057 book
3058 \family default
3059
3060 \family sans
3061 letter
3062 \family default
3063 , or 
3064 \family sans
3065 report
3066 \family default
3067 , there will be no space between the caption and the table.
3068  To insert the needed space, add the following option to the load command
3069  of the \SpecialChar LaTeX
3070 -package 
3071 \series bold
3072 caption
3073 \series default
3074
3075 \begin_inset Index idx
3076 status collapsed
3077
3078 \begin_layout Plain Layout
3079 \SpecialChar LaTeX
3080 -packages ! caption
3081 \end_layout
3082
3083 \end_inset
3084
3085  in your document preamble:
3086 \begin_inset Foot
3087 status collapsed
3088
3089 \begin_layout Plain Layout
3090 For more information have a look at section
3091 \begin_inset space ~
3092 \end_inset
3093
3094
3095 \begin_inset CommandInset ref
3096 LatexCommand ref
3097 reference "sec:Caption-Placement"
3098
3099 \end_inset
3100
3101 .
3102 \end_layout
3103
3104 \end_inset
3105
3106
3107 \end_layout
3108
3109 \begin_layout Standard
3110
3111 \series bold
3112 tableposition=top
3113 \end_layout
3114
3115 \begin_layout Standard
3116 The package 
3117 \series bold
3118 caption
3119 \series default
3120 , which is described in section
3121 \begin_inset space ~
3122 \end_inset
3123
3124
3125 \begin_inset CommandInset ref
3126 LatexCommand ref
3127 reference "sec:Caption-Formatting"
3128
3129 \end_inset
3130
3131 , is used to adjust the caption format.
3132 \end_layout
3133
3134 \begin_layout Standard
3135 \begin_inset Index idx
3136 status collapsed
3137
3138 \begin_layout Plain Layout
3139 References ! to Tables
3140 \end_layout
3141
3142 \end_inset
3143
3144 Tables can be cross-referenced in the text by referencing their label.
3145  To do this insert a label in the caption using the menu 
3146 \family sans
3147 Insert\SpecialChar menuseparator
3148 Label
3149 \family default
3150  or the toolbar button 
3151 \begin_inset Info
3152 type  "icon"
3153 arg   "label-insert"
3154 \end_inset
3155
3156 .
3157  You can now refer to the label using the menu 
3158 \family sans
3159 Insert\SpecialChar menuseparator
3160 Cross
3161 \begin_inset space ~
3162 \end_inset
3163
3164 reference
3165 \family default
3166  or the toolbar button 
3167 \begin_inset Info
3168 type  "icon"
3169 arg   "dialog-show-new-inset ref"
3170 \end_inset
3171
3172 .
3173 \begin_inset Newline newline
3174 \end_inset
3175
3176 Referencing is explained in detail in section
3177 \begin_inset space ~
3178 \end_inset
3179
3180
3181 \begin_inset CommandInset ref
3182 LatexCommand ref
3183 reference "sec:Referencing-Floats"
3184
3185 \end_inset
3186
3187 .
3188 \end_layout
3189
3190 \begin_layout Section
3191
3192 \family sans
3193 Multi-page Table
3194 \family default
3195 s
3196 \begin_inset CommandInset label
3197 LatexCommand label
3198 name "sec:Multi-page-Tables"
3199
3200 \end_inset
3201
3202
3203 \begin_inset Index idx
3204 status collapsed
3205
3206 \begin_layout Plain Layout
3207 Multi-page Table
3208 \end_layout
3209
3210 \end_inset
3211
3212
3213 \begin_inset Index idx
3214 status collapsed
3215
3216 \begin_layout Plain Layout
3217 Table ! Multi-page Table
3218 \end_layout
3219
3220 \end_inset
3221
3222
3223 \end_layout
3224
3225 \begin_layout Standard
3226 If the table is too long to fit on one page, you can use the option 
3227 \family sans
3228 Use
3229 \begin_inset space ~
3230 \end_inset
3231
3232 multi-page
3233 \family default
3234  table in the tab 
3235 \family sans
3236 Multi-page
3237 \begin_inset space ~
3238 \end_inset
3239
3240 table
3241 \family default
3242  of the table dialog to split the table automatically over more pages.
3243  Doing this enables the following options:
3244 \end_layout
3245
3246 \begin_layout Description
3247 Header: The current row is defined to be a header row that appears on all
3248  pages of the multi-page table; except for the first page, if 
3249 \family sans
3250 First
3251 \begin_inset space ~
3252 \end_inset
3253
3254 header
3255 \family default
3256  is defined.
3257  This is therefore called the main header.
3258 \end_layout
3259
3260 \begin_layout Description
3261 First
3262 \begin_inset space ~
3263 \end_inset
3264
3265 header: The current row is defined to be a header row that appears on the
3266  first page of the multi-page table.
3267 \end_layout
3268
3269 \begin_layout Description
3270 Footer: The current row is defined to be a footer row that appears on all
3271  pages of the multi-page table; except for the last page, if 
3272 \family sans
3273 Last
3274 \begin_inset space ~
3275 \end_inset
3276
3277 footer
3278 \family default
3279  is defined.
3280 \end_layout
3281
3282 \begin_layout Description
3283 Last
3284 \begin_inset space ~
3285 \end_inset
3286
3287 footer: The current row is defined to be a footer row that appears on the
3288  last page of the multi-page table.
3289 \end_layout
3290
3291 \begin_layout Description
3292 Caption: The current row contains the table caption.
3293  The row is reset as single column and a caption is inserted.
3294  More about multi-page table captions is explained in sec.
3295 \begin_inset space \thinspace{}
3296 \end_inset
3297
3298
3299 \begin_inset CommandInset ref
3300 LatexCommand ref
3301 reference "subsec:Multi-page-Table-Captions"
3302
3303 \end_inset
3304
3305 .
3306 \end_layout
3307
3308 \begin_layout Standard
3309 You can also specify a row where the table is split.
3310  See the following multi-page table to see how it works:
3311 \end_layout
3312
3313 \begin_layout Standard
3314 \align center
3315 \begin_inset Tabular
3316 <lyxtabular version="3" rows="69" columns="3">
3317 <features islongtable="true" longtabularalignment="center">
3318 <column alignment="left" valignment="top" width="0cm">
3319 <column alignment="left" valignment="top" width="0pt">
3320 <column alignment="center" valignment="top" width="0pt">
3321 <row endfirsthead="true">
3322 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326
3327 \series bold
3328 Example Phone List (ignore the names)
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 </row>
3352 <row endfirsthead="true">
3353 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357
3358 \series bold
3359 NAME
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377
3378 \series bold
3379 TEL.
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 </row>
3385 <row endhead="true">
3386 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390
3391 \series bold
3392 Example Phone List
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401
3402 \end_layout
3403
3404 \end_inset
3405 </cell>
3406 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3407 \begin_inset Text
3408
3409 \begin_layout Plain Layout
3410
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 </row>
3416 <row endhead="true">
3417 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421
3422 \series bold
3423 NAME
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Plain Layout
3441
3442 \series bold
3443 TEL.
3444 \end_layout
3445
3446 \end_inset
3447 </cell>
3448 </row>
3449 <row endfoot="true">
3450 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454  continued on next page
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3469 \begin_inset Text
3470
3471 \begin_layout Plain Layout
3472
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 </row>
3478 <row>
3479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483
3484 \series bold
3485 Annovi
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 <cell alignment="center" valignment="top" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494 Silvia
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503 111
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 </row>
3509 <row>
3510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514
3515 \series bold
3516 Bertoli
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 <cell alignment="center" valignment="top" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 Stefano
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534 111
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 </row>
3540 <row>
3541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545
3546 \series bold
3547 Bozzi
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 <cell alignment="center" valignment="top" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556 Walter
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565 111
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 </row>
3571 <row>
3572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576
3577 \series bold
3578 Cachia
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 <cell alignment="center" valignment="top" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587 Maria
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596 111
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 </row>
3602 <row>
3603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607
3608 \series bold
3609 Cachia
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 <cell alignment="center" valignment="top" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618 Maurizio
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627 111
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 </row>
3633 <row>
3634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638
3639 \series bold
3640 Cinquemani
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 <cell alignment="center" valignment="top" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649 Giusi
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658 111
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 </row>
3664 <row>
3665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669
3670 \series bold
3671 Colin
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 <cell alignment="center" valignment="top" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680 Bernard
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689 111
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 </row>
3695 <row>
3696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700
3701 \series bold
3702 Concli
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 <cell alignment="center" valignment="top" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711 Gianfranco
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720 111
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 </row>
3726 <row>
3727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731
3732 \series bold
3733 Dal Bosco
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 <cell alignment="center" valignment="top" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742 Carolina
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3748 \begin_inset Text
3749
3750 \begin_layout Plain Layout
3751 111
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 </row>
3757 <row>
3758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762
3763 \series bold
3764 Dalpiaz
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 <cell alignment="center" valignment="top" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773 Annamaria
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782 111
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 </row>
3788 <row>
3789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793
3794 \series bold
3795 Feliciello
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 <cell alignment="center" valignment="top" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804 Domenico
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 111
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 </row>
3819 <row>
3820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824
3825 \series bold
3826 Focarelli
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 <cell alignment="center" valignment="top" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835 Paola
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844 111
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 </row>
3850 <row>
3851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855
3856 \series bold
3857 Galletti
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 <cell alignment="center" valignment="top" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866 Oreste
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875 111
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 </row>
3881 <row>
3882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886
3887 \series bold
3888 Gasparini
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 <cell alignment="center" valignment="top" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897 Franca
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906 111
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 </row>
3912 <row>
3913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917
3918 \series bold
3919 Rizzardi
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 <cell alignment="center" valignment="top" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928 Paola
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937 111
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 </row>
3943 <row>
3944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948
3949 \series bold
3950 Lassini
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 <cell alignment="center" valignment="top" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959 Giancarlo
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968 111
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 </row>
3974 <row>
3975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979
3980 \series bold
3981 Malfatti
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 <cell alignment="center" valignment="top" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990 Luciano
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Plain Layout
3999 111
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 </row>
4005 <row>
4006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010
4011 \series bold
4012 Malfatti
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 <cell alignment="center" valignment="top" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021 Valeriano
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030 111
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 </row>
4036 <row>
4037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041
4042 \series bold
4043 Meneguzzo
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 <cell alignment="center" valignment="top" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052 Roberto
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061 111
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 </row>
4067 <row>
4068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072
4073 \series bold
4074 Mezzadra
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 <cell alignment="center" valignment="top" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083 Roberto
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092 111
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 </row>
4098 <row>
4099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103
4104 \series bold
4105 Pirpamer
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 <cell alignment="center" valignment="top" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114 Erich
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123 111
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 </row>
4129 <row>
4130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134
4135 \series bold
4136 Pochiesa
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 <cell alignment="center" valignment="top" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145 Paolo
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 111, 222
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 </row>
4160 <row>
4161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165
4166 \series bold
4167 Radina
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 <cell alignment="center" valignment="top" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176 Claudio
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185 111
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 </row>
4191 <row>
4192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196
4197 \series bold
4198 Stuffer
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 <cell alignment="center" valignment="top" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207 Oskar
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216 111
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 </row>
4222 <row>
4223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227
4228 \series bold
4229 Tacchelli
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238 Ugo
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247 111
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 </row>
4253 <row>
4254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258
4259 \series bold
4260 Tezzele
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 <cell alignment="center" valignment="top" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269 Margit
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278 111
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 </row>
4284 <row>
4285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289
4290 \series bold
4291 Unterkalmsteiner
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 <cell alignment="center" valignment="top" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300 Frieda
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309 111
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 </row>
4315 <row>
4316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320
4321 \series bold
4322 Vieider
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell alignment="center" valignment="top" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331 Hilde
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340 111
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 </row>
4346 <row>
4347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351
4352 \series bold
4353 Vigna
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 <cell alignment="center" valignment="top" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362 Jürgen
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371 111
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 </row>
4377 <row>
4378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382
4383 \series bold
4384 Weber
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 <cell alignment="center" valignment="top" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393 Maurizio
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 111
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 </row>
4408 <row>
4409 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413
4414 \series bold
4415 Winkler
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424 Franz
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433 111
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 </row>
4439 <row>
4440 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444  
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Plain Layout
4462
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 </row>
4468 <row>
4469 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473
4474 \series bold
4475 Annovi
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 Silvia
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493 555
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 </row>
4499 <row>
4500 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504
4505 \series bold
4506 Bertoli
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 <cell alignment="center" valignment="top" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 Stefano
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524 555
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 </row>
4530 <row>
4531 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535
4536 \series bold
4537 Bozzi
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 <cell alignment="center" valignment="top" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546 Walter
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555 555
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 </row>
4561 <row>
4562 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566
4567 \series bold
4568 Cachia
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577 Maria
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586 555
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 </row>
4592 <row>
4593 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597
4598 \series bold
4599 Cachia
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 Maurizio
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 555
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 </row>
4623 <row>
4624 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628
4629 \series bold
4630 Cinquemani
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 <cell alignment="center" valignment="top" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639 Giusi
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648 555
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 </row>
4654 <row>
4655 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659
4660 \series bold
4661 Colin
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 <cell alignment="center" valignment="top" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670 Bernard
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679 555
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 </row>
4685 <row>
4686 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690
4691 \series bold
4692 Concli
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 <cell alignment="center" valignment="top" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701 Gianfranco
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710 555
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 </row>
4716 <row>
4717 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721
4722 \series bold
4723 Dal Bosco
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 <cell alignment="center" valignment="top" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732 Carolina
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741 555
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 </row>
4747 <row>
4748 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752
4753 \series bold
4754 Dalpiaz
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 <cell alignment="center" valignment="top" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763 Annamaria
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772 555
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 </row>
4778 <row>
4779 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783
4784 \series bold
4785 Feliciello
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 <cell alignment="center" valignment="top" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794 Domenico
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803 555
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 </row>
4809 <row>
4810 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814
4815 \series bold
4816 Focarelli
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 <cell alignment="center" valignment="top" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825 Paola
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834 555
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 </row>
4840 <row>
4841 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845
4846 \series bold
4847 Galletti
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 <cell alignment="center" valignment="top" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856 Oreste
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865 555
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 </row>
4871 <row>
4872 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876
4877 \series bold
4878 Gasparini
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 <cell alignment="center" valignment="top" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887 Franca
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896 555
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 </row>
4902 <row>
4903 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907
4908 \series bold
4909 Rizzardi
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 <cell alignment="center" valignment="top" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918 Paola
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927 555
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 </row>
4933 <row>
4934 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938
4939 \series bold
4940 Lassini
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 <cell alignment="center" valignment="top" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949 Giancarlo
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958 555
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 </row>
4964 <row>
4965 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969
4970 \series bold
4971 Malfatti
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 <cell alignment="center" valignment="top" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980 Luciano
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4986 \begin_inset Text
4987
4988 \begin_layout Plain Layout
4989 555
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 </row>
4995 <row>
4996 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000
5001 \series bold
5002 Malfatti
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 <cell alignment="center" valignment="top" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011 Valeriano
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020 555
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 </row>
5026 <row>
5027 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031
5032 \series bold
5033 Meneguzzo
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 <cell alignment="center" valignment="top" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042 Roberto
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051 555
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 </row>
5057 <row>
5058 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062
5063 \series bold
5064 Mezzadra
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 <cell alignment="center" valignment="top" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073 Roberto
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082 555
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 </row>
5088 <row>
5089 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093
5094 \series bold
5095 Pirpamer
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 <cell alignment="center" valignment="top" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104 Erich
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113 555
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 </row>
5119 <row>
5120 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124
5125 \series bold
5126 Pochiesa
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell alignment="center" valignment="top" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135 Paolo
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144 555, 222
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 </row>
5150 <row>
5151 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155
5156 \series bold
5157 Radina
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 <cell alignment="center" valignment="top" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166 Claudio
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Plain Layout
5175 555
5176 \end_layout
5177
5178 \end_inset
5179 </cell>
5180 </row>
5181 <row>
5182 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186
5187 \series bold
5188 Stuffer
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 <cell alignment="center" valignment="top" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197 Oskar
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206 555
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 </row>
5212 <row>
5213 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5214 \begin_inset Text
5215
5216 \begin_layout Plain Layout
5217
5218 \series bold
5219 Tacchelli
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 <cell alignment="center" valignment="top" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228 Ugo
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5234 \begin_inset Text
5235
5236 \begin_layout Plain Layout
5237 555
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 </row>
5243 <row>
5244 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248
5249 \series bold
5250 Tezzele
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 <cell alignment="center" valignment="top" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Plain Layout
5259 Margit
5260 \end_layout
5261
5262 \end_inset
5263 </cell>
5264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5265 \begin_inset Text
5266
5267 \begin_layout Plain Layout
5268 555
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 </row>
5274 <row>
5275 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279
5280 \series bold
5281 Unterkalmsteiner
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 <cell alignment="center" valignment="top" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290 Frieda
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299 555
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 </row>
5305 <row>
5306 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310
5311 \series bold
5312 Vieider
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell alignment="center" valignment="top" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321 Hilde
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Plain Layout
5330 555
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 </row>
5336 <row>
5337 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341
5342 \series bold
5343 Vigna
5344 \end_layout
5345
5346 \end_inset
5347 </cell>
5348 <cell alignment="center" valignment="top" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352 Jürgen
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361 999
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 </row>
5367 <row>
5368 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5369 \begin_inset Text
5370
5371 \begin_layout Plain Layout
5372
5373 \series bold
5374 Weber
5375 \end_layout
5376
5377 \end_inset
5378 </cell>
5379 <cell alignment="center" valignment="top" usebox="none">
5380 \begin_inset Text
5381
5382 \begin_layout Plain Layout
5383 Maurizio
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Plain Layout
5392 555
5393 \end_layout
5394
5395 \end_inset
5396 </cell>
5397 </row>
5398 <row>
5399 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403
5404 \series bold
5405 Winkler
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5411 \begin_inset Text
5412
5413 \begin_layout Plain Layout
5414 Franz
5415 \end_layout
5416
5417 \end_inset
5418 </cell>
5419 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423 555
5424 \end_layout
5425
5426 \end_inset
5427 </cell>
5428 </row>
5429 <row endlastfoot="true">
5430 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434 end
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 </row>
5458 </lyxtabular>
5459
5460 \end_inset
5461
5462
5463 \begin_inset ERT
5464 status collapsed
5465
5466 \begin_layout Plain Layout
5467
5468
5469 \backslash
5470 addtocounter{table}{-1}
5471 \end_layout
5472
5473 \end_inset
5474
5475
5476 \begin_inset Note Note
5477 status collapsed
5478
5479 \begin_layout Plain Layout
5480 See the first greyed-out note in section
5481 \begin_inset space ~
5482 \end_inset
5483
5484
5485 \begin_inset CommandInset ref
5486 LatexCommand ref
5487 reference "subsec:Multi-page-Table-Captions"
5488
5489 \end_inset
5490
5491  for an explanation of this command.
5492 \end_layout
5493
5494 \end_inset
5495
5496
5497 \end_layout
5498
5499 \begin_layout Subsection
5500 Footnotes in Multi-page tables
5501 \begin_inset CommandInset label
5502 LatexCommand label
5503 name "subsec:Footnotes-in-Multi-page"
5504
5505 \end_inset
5506
5507
5508 \begin_inset Index idx
5509 status collapsed
5510
5511 \begin_layout Plain Layout
5512 Table ! Multi-page Table ! Footnotes
5513 \end_layout
5514
5515 \end_inset
5516
5517
5518 \end_layout
5519
5520 \begin_layout Standard
5521 Footnotes can be inserted to every Multi-page table cell.
5522  They appear at the bottom of the page where the table cell with the footnote
5523  appears.
5524  Table
5525 \begin_inset space ~
5526 \end_inset
5527
5528
5529 \begin_inset CommandInset ref
5530 LatexCommand ref
5531 reference "tab:DiffCaptions"
5532
5533 \end_inset
5534
5535  has for example a footnote.
5536 \end_layout
5537
5538 \begin_layout Subsection
5539 Multi-page Table Alignment
5540 \begin_inset Index idx
5541 status collapsed
5542
5543 \begin_layout Plain Layout
5544 Table ! Multi-page Table ! Alignment
5545 \end_layout
5546
5547 \end_inset
5548
5549
5550 \end_layout
5551
5552 \begin_layout Standard
5553 The horizontal alignment of multi-page tables can be set in the table settings
5554  dialog.
5555  For left- and right-alignment the table will be directly at the page border.
5556  To add space between the table and the border one has to set the alignment
5557  to center and change the value of the \SpecialChar LaTeX
5558 -lengths 
5559 \series bold
5560
5561 \backslash
5562 LTleft 
5563 \series default
5564 or 
5565 \series bold
5566
5567 \backslash
5568 LTright
5569 \series default
5570  by inserting this line as \SpecialChar TeX
5571  Code before the multi-page table:
5572 \end_layout
5573
5574 \begin_layout Standard
5575
5576 \series bold
5577
5578 \backslash
5579 setlength{
5580 \backslash
5581 LTleft}{value}
5582 \end_layout
5583
5584 \begin_layout Standard
5585 The value can have any of the units listed in Table
5586 \begin_inset space ~
5587 \end_inset
5588
5589
5590 \begin_inset CommandInset ref
5591 LatexCommand ref
5592 reference "tab:Units"
5593
5594 \end_inset
5595
5596 .
5597  
5598 \series bold
5599
5600 \backslash
5601 LTleft
5602 \series default
5603  controls the horizontal distance from the left page border to the multi-page
5604  table, 
5605 \series bold
5606
5607 \backslash
5608 LTright
5609 \series default
5610  the distance from the right side.
5611  The default value for both lengths is 
5612 \series bold
5613
5614 \backslash
5615 fill
5616 \series default
5617 , which is in this case the same as an horizontal fill in \SpecialChar LyX
5618 .
5619 \end_layout
5620
5621 \begin_layout Standard
5622 The following multi-page table was centered and 
5623 \series bold
5624
5625 \backslash
5626 LTleft
5627 \series default
5628  set to 
5629 \family sans
5630 0.1
5631 \backslash
5632 columnwidth
5633 \family default
5634 :
5635 \begin_inset ERT
5636 status collapsed
5637
5638 \begin_layout Plain Layout
5639
5640
5641 \backslash
5642 setlength{
5643 \backslash
5644 LTleft}{0.1
5645 \backslash
5646 columnwidth}
5647 \end_layout
5648
5649 \end_inset
5650
5651
5652 \end_layout
5653
5654 \begin_layout Standard
5655 \begin_inset Tabular
5656 <lyxtabular version="3" rows="5" columns="5">
5657 <features islongtable="true" longtabularalignment="center">
5658 <column alignment="center" valignment="top">
5659 <column alignment="center" valignment="top" width="0pt">
5660 <column alignment="center" valignment="top">
5661 <column alignment="center" valignment="top">
5662 <column alignment="center" valignment="top">
5663 <row>
5664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5665 \begin_inset Text
5666
5667 \begin_layout Plain Layout
5668 1
5669 \end_layout
5670
5671 \end_inset
5672 </cell>
5673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5674 \begin_inset Text
5675
5676 \begin_layout Plain Layout
5677 2
5678 \end_layout
5679
5680 \end_inset
5681 </cell>
5682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5683 \begin_inset Text
5684
5685 \begin_layout Plain Layout
5686 3
5687 \end_layout
5688
5689 \end_inset
5690 </cell>
5691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Plain Layout
5695 4
5696 \end_layout
5697
5698 \end_inset
5699 </cell>
5700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704 5
5705 \end_layout
5706
5707 \end_inset
5708 </cell>
5709 </row>
5710 <row>
5711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715 asd
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5721 \begin_inset Text
5722
5723 \begin_layout Plain Layout
5724 s
5725 \end_layout
5726
5727 \end_inset
5728 </cell>
5729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733 s
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742 s
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5748 \begin_inset Text
5749
5750 \begin_layout Plain Layout
5751 asd
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 </row>
5757 <row>
5758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762 asd
5763 \end_layout
5764
5765 \end_inset
5766 </cell>
5767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5768 \begin_inset Text
5769
5770 \begin_layout Plain Layout
5771 s
5772 \end_layout
5773
5774 \end_inset
5775 </cell>
5776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780 s
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789 s
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798 asd
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 </row>
5804 <row>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 asd
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5815 \begin_inset Text
5816
5817 \begin_layout Plain Layout
5818 s
5819 \end_layout
5820
5821 \end_inset
5822 </cell>
5823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5824 \begin_inset Text
5825
5826 \begin_layout Plain Layout
5827 s
5828 \end_layout
5829
5830 \end_inset
5831 </cell>
5832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5833 \begin_inset Text
5834
5835 \begin_layout Plain Layout
5836 s
5837 \end_layout
5838
5839 \end_inset
5840 </cell>
5841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Plain Layout
5845 asd
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 </row>
5851 <row>
5852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856 asd
5857 \end_layout
5858
5859 \end_inset
5860 </cell>
5861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865 asd
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874 asd
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883 asd
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892 asd
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 </row>
5898 </lyxtabular>
5899
5900 \end_inset
5901
5902
5903 \begin_inset ERT
5904 status collapsed
5905
5906 \begin_layout Plain Layout
5907
5908
5909 \backslash
5910 setlength{
5911 \backslash
5912 LTleft}{
5913 \backslash
5914 fill}
5915 \end_layout
5916
5917 \end_inset
5918
5919
5920 \begin_inset ERT
5921 status collapsed
5922
5923 \begin_layout Plain Layout
5924
5925
5926 \backslash
5927 addtocounter{table}{-1}
5928 \end_layout
5929
5930 \end_inset
5931
5932
5933 \begin_inset Note Note
5934 status collapsed
5935
5936 \begin_layout Plain Layout
5937 See the first greyed-out note in section
5938 \begin_inset space ~
5939 \end_inset
5940
5941
5942 \begin_inset CommandInset ref
5943 LatexCommand ref
5944 reference "subsec:Multi-page-Table-Captions"
5945
5946 \end_inset
5947
5948  for an explanation of this command.
5949 \end_layout
5950
5951 \end_inset
5952
5953
5954 \end_layout
5955
5956 \begin_layout Subsection
5957 Multi-page Table Captions
5958 \begin_inset Index idx
5959 status collapsed
5960
5961 \begin_layout Plain Layout
5962 Table ! Multi-page Table ! Captions
5963 \end_layout
5964
5965 \end_inset
5966
5967
5968 \begin_inset CommandInset label
5969 LatexCommand label
5970 name "subsec:Multi-page-Table-Captions"
5971
5972 \end_inset
5973
5974
5975 \end_layout
5976
5977 \begin_layout Standard
5978 A multi-page table cannot be put into a table float because floats can only
5979  be on one page.
5980  But the caption environment of floats can also be used for multi-page tables
5981  when you use the multi-page table option 
5982 \family sans
5983 Caption
5984 \family default
5985  as described in sec.
5986 \begin_inset space \thinspace{}
5987 \end_inset
5988
5989
5990 \begin_inset CommandInset ref
5991 LatexCommand ref
5992 reference "sec:Multi-page-Tables"
5993
5994 \end_inset
5995
5996 .
5997  Only one table row should contain a caption, either a header or a footer
5998  row.
5999 \end_layout
6000
6001 \begin_layout Standard
6002 Here is a short multi-page table to see how it works:
6003 \end_layout
6004
6005 \begin_layout Standard
6006 \begin_inset Tabular
6007 <lyxtabular version="3" rows="6" columns="5">
6008 <features islongtable="true" longtabularalignment="center">
6009 <column alignment="center" valignment="top">
6010 <column alignment="center" valignment="top">
6011 <column alignment="center" valignment="top">
6012 <column alignment="center" valignment="top">
6013 <column alignment="center" valignment="top">
6014 <row endfirsthead="true" caption="true">
6015 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 \begin_inset Caption Standard
6020
6021 \begin_layout Plain Layout
6022 Multi-page table with caption
6023 \begin_inset Argument 1
6024 status open
6025
6026 \begin_layout Plain Layout
6027 Multi-page table
6028 \end_layout
6029
6030 \end_inset
6031
6032
6033 \end_layout
6034
6035 \end_inset
6036
6037
6038 \end_layout
6039
6040 \end_inset
6041 </cell>
6042 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6043 \begin_inset Text
6044
6045 \begin_layout Plain Layout
6046
6047 \end_layout
6048
6049 \end_inset
6050 </cell>
6051 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Plain Layout
6055
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6061 \begin_inset Text
6062
6063 \begin_layout Plain Layout
6064
6065 \end_layout
6066
6067 \end_inset
6068 </cell>
6069 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 </row>
6079 <row>
6080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Plain Layout
6084 1
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6090 \begin_inset Text
6091
6092 \begin_layout Plain Layout
6093 2
6094 \end_layout
6095
6096 \end_inset
6097 </cell>
6098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6099 \begin_inset Text
6100
6101 \begin_layout Plain Layout
6102 3
6103 \end_layout
6104
6105 \end_inset
6106 </cell>
6107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6108 \begin_inset Text
6109
6110 \begin_layout Plain Layout
6111 4
6112 \end_layout
6113
6114 \end_inset
6115 </cell>
6116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120 5
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 </row>
6126 <row>
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131 asd
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6137 \begin_inset Text
6138
6139 \begin_layout Plain Layout
6140 s
6141 \end_layout
6142
6143 \end_inset
6144 </cell>
6145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Plain Layout
6149 s
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158 s
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 asd
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 </row>
6173 <row>
6174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 asd
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187 s
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Plain Layout
6196 s
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Plain Layout
6205 s
6206 \end_layout
6207
6208 \end_inset
6209 </cell>
6210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214 asd
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 </row>
6220 <row>
6221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 asd
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6231 \begin_inset Text
6232
6233 \begin_layout Plain Layout
6234 s
6235 \end_layout
6236
6237 \end_inset
6238 </cell>
6239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6240 \begin_inset Text
6241
6242 \begin_layout Plain Layout
6243 s
6244 \end_layout
6245
6246 \end_inset
6247 </cell>
6248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252 s
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6258 \begin_inset Text
6259
6260 \begin_layout Plain Layout
6261 asd
6262 \end_layout
6263
6264 \end_inset
6265 </cell>
6266 </row>
6267 <row>
6268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272 asd
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6278 \begin_inset Text
6279
6280 \begin_layout Plain Layout
6281 asd
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6287 \begin_inset Text
6288
6289 \begin_layout Plain Layout
6290 asd
6291 \end_layout
6292
6293 \end_inset
6294 </cell>
6295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 asd
6300 \end_layout
6301
6302 \end_inset
6303 </cell>
6304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6305 \begin_inset Text
6306
6307 \begin_layout Plain Layout
6308 asd
6309 \end_layout
6310
6311 \end_inset
6312 </cell>
6313 </row>
6314 </lyxtabular>
6315
6316 \end_inset
6317
6318
6319 \end_layout
6320
6321 \begin_layout Standard
6322 \begin_inset VSpace medskip
6323 \end_inset
6324
6325
6326 \begin_inset Note Greyedout
6327 status open
6328
6329 \begin_layout Plain Layout
6330
6331 \series bold
6332 Note
6333 \begin_inset space ~
6334 \end_inset
6335
6336 1:
6337 \series default
6338  The table number is increased for every multi-page table, even if you did
6339  not set a caption for it.
6340  For this reason you could have the case that e.
6341 \begin_inset space \thinspace{}
6342 \end_inset
6343
6344 g.
6345 \begin_inset space \space{}
6346 \end_inset
6347
6348 Table
6349 \begin_inset space ~
6350 \end_inset
6351
6352 2.4 follows Table
6353 \begin_inset space ~
6354 \end_inset
6355
6356 2.1 in the list of tables if there are two multi-page tables without captions.
6357  To avoid this you can add the following command in \SpecialChar TeX
6358  Code after every multi-page
6359  table without a caption:
6360 \end_layout
6361
6362 \begin_layout Plain Layout
6363
6364 \series bold
6365
6366 \backslash
6367 addtocounter{table}{-1}
6368 \end_layout
6369
6370 \begin_layout Plain Layout
6371 This is not needed when none of your multi-page tables has a caption and
6372  you add the following code to the document preamble:
6373 \end_layout
6374
6375 \begin_layout Plain Layout
6376
6377 \series bold
6378
6379 \backslash
6380 let
6381 \backslash
6382 myEnd
6383 \backslash
6384 endlongtable
6385 \begin_inset Newline newline
6386 \end_inset
6387
6388
6389 \backslash
6390 renewcommand{
6391 \backslash
6392 endlongtable}{
6393 \backslash
6394 myEnd
6395 \backslash
6396 addtocounter{table}{-1}}
6397 \end_layout
6398
6399 \end_inset
6400
6401
6402 \end_layout
6403
6404 \begin_layout Standard
6405 \begin_inset Note Greyedout
6406 status open
6407
6408 \begin_layout Plain Layout
6409
6410 \series bold
6411 Note
6412 \begin_inset space ~
6413 \end_inset
6414
6415 2:
6416 \series default
6417  If you are using
6418 \series bold
6419  hyperref
6420 \series default
6421
6422 \begin_inset Index idx
6423 status collapsed
6424
6425 \begin_layout Plain Layout
6426 \SpecialChar LaTeX
6427 -packages ! hyperref
6428 \end_layout
6429
6430 \end_inset
6431
6432  in the 
6433 \family sans
6434 PDF Properties
6435 \family default
6436  of the 
6437 \family sans
6438 Document Settings
6439 \family default
6440  dialog to link cross-references, the link to a multi-page table caption
6441  will always point to the beginning of the document.
6442 \end_layout
6443
6444 \end_inset
6445
6446
6447 \end_layout
6448
6449 \begin_layout Subsubsection
6450 References to multi-page tables
6451 \begin_inset Index idx
6452 status collapsed
6453
6454 \begin_layout Plain Layout
6455 Table ! Multi-page Table ! References
6456 \end_layout
6457
6458 \end_inset
6459
6460
6461 \end_layout
6462
6463 \begin_layout Standard
6464 \begin_inset Tabular
6465 <lyxtabular version="3" rows="6" columns="5">
6466 <features islongtable="true" longtabularalignment="center">
6467 <column alignment="center" valignment="top">
6468 <column alignment="center" valignment="top">
6469 <column alignment="center" valignment="top">
6470 <column alignment="center" valignment="top">
6471 <column alignment="center" valignment="top">
6472 <row endfirsthead="true" caption="true">
6473 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477 \begin_inset Caption Standard
6478
6479 \begin_layout Plain Layout
6480 Referenced multi-page table
6481 \begin_inset CommandInset label
6482 LatexCommand label
6483 name "tab:Referenced-multi-page-table"
6484
6485 \end_inset
6486
6487
6488 \end_layout
6489
6490 \end_inset
6491
6492
6493 \end_layout
6494
6495 \end_inset
6496 </cell>
6497 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6498 \begin_inset Text
6499
6500 \begin_layout Plain Layout
6501
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Plain Layout
6510
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Plain Layout
6519
6520 \end_layout
6521
6522 \end_inset
6523 </cell>
6524 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6525 \begin_inset Text
6526
6527 \begin_layout Plain Layout
6528
6529 \end_layout
6530
6531 \end_inset
6532 </cell>
6533 </row>
6534 <row>
6535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6536 \begin_inset Text
6537
6538 \begin_layout Plain Layout
6539 1
6540 \end_layout
6541
6542 \end_inset
6543 </cell>
6544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6545 \begin_inset Text
6546
6547 \begin_layout Plain Layout
6548 2
6549 \end_layout
6550
6551 \end_inset
6552 </cell>
6553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6554 \begin_inset Text
6555
6556 \begin_layout Plain Layout
6557 3
6558 \end_layout
6559
6560 \end_inset
6561 </cell>
6562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6563 \begin_inset Text
6564
6565 \begin_layout Plain Layout
6566 4
6567 \end_layout
6568
6569 \end_inset
6570 </cell>
6571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6572 \begin_inset Text
6573
6574 \begin_layout Plain Layout
6575 5
6576 \end_layout
6577
6578 \end_inset
6579 </cell>
6580 </row>
6581 <row>
6582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6583 \begin_inset Text
6584
6585 \begin_layout Plain Layout
6586 asd
6587 \end_layout
6588
6589 \end_inset
6590 </cell>
6591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6592 \begin_inset Text
6593
6594 \begin_layout Plain Layout
6595 s
6596 \end_layout
6597
6598 \end_inset
6599 </cell>
6600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6601 \begin_inset Text
6602
6603 \begin_layout Plain Layout
6604 s
6605 \end_layout
6606
6607 \end_inset
6608 </cell>
6609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6610 \begin_inset Text
6611
6612 \begin_layout Plain Layout
6613 s
6614 \end_layout
6615
6616 \end_inset
6617 </cell>
6618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Plain Layout
6622 asd
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 </row>
6628 <row>
6629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout Plain Layout
6633 asd
6634 \end_layout
6635
6636 \end_inset
6637 </cell>
6638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6639 \begin_inset Text
6640
6641 \begin_layout Plain Layout
6642 s
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6648 \begin_inset Text
6649
6650 \begin_layout Plain Layout
6651 s
6652 \end_layout
6653
6654 \end_inset
6655 </cell>
6656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6657 \begin_inset Text
6658
6659 \begin_layout Plain Layout
6660 s
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Plain Layout
6669 asd
6670 \end_layout
6671
6672 \end_inset
6673 </cell>
6674 </row>
6675 <row>
6676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6677 \begin_inset Text
6678
6679 \begin_layout Plain Layout
6680 asd
6681 \end_layout
6682
6683 \end_inset
6684 </cell>
6685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6686 \begin_inset Text
6687
6688 \begin_layout Plain Layout
6689 s
6690 \end_layout
6691
6692 \end_inset
6693 </cell>
6694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6695 \begin_inset Text
6696
6697 \begin_layout Plain Layout
6698 s
6699 \end_layout
6700
6701 \end_inset
6702 </cell>
6703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6704 \begin_inset Text
6705
6706 \begin_layout Plain Layout
6707 s
6708 \end_layout
6709
6710 \end_inset
6711 </cell>
6712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Plain Layout
6716 asd
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 </row>
6722 <row>
6723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727 asd
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6733 \begin_inset Text
6734
6735 \begin_layout Plain Layout
6736 sad
6737 \end_layout
6738
6739 \end_inset
6740 </cell>
6741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6742 \begin_inset Text
6743
6744 \begin_layout Plain Layout
6745 asd
6746 \end_layout
6747
6748 \end_inset
6749 </cell>
6750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6751 \begin_inset Text
6752
6753 \begin_layout Plain Layout
6754 asd
6755 \end_layout
6756
6757 \end_inset
6758 </cell>
6759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6760 \begin_inset Text
6761
6762 \begin_layout Plain Layout
6763 asd
6764 \end_layout
6765
6766 \end_inset
6767 </cell>
6768 </row>
6769 </lyxtabular>
6770
6771 \end_inset
6772
6773
6774 \end_layout
6775
6776 \begin_layout Standard
6777 To reference a multi-page table, insert a label into the caption.
6778 \end_layout
6779
6780 \begin_layout Standard
6781 This is a reference to Table
6782 \begin_inset space ~
6783 \end_inset
6784
6785
6786 \begin_inset CommandInset ref
6787 LatexCommand ref
6788 reference "tab:Referenced-multi-page-table"
6789
6790 \end_inset
6791
6792 .
6793 \end_layout
6794
6795 \begin_layout Standard
6796 The caption layout can be set together with all other captions of your document
6797  using the \SpecialChar LaTeX
6798 -package 
6799 \series bold
6800 caption
6801 \series default
6802
6803 \begin_inset Index idx
6804 status collapsed
6805
6806 \begin_layout Plain Layout
6807 \SpecialChar LaTeX
6808 -packages ! caption
6809 \end_layout
6810
6811 \end_inset
6812
6813 , see section
6814 \begin_inset space ~
6815 \end_inset
6816
6817
6818 \begin_inset CommandInset ref
6819 LatexCommand ref
6820 reference "sec:Caption-Formatting"
6821
6822 \end_inset
6823
6824 .
6825 \end_layout
6826
6827 \begin_layout Subsubsection
6828 Caption Width
6829 \begin_inset Index idx
6830 status collapsed
6831
6832 \begin_layout Plain Layout
6833 Table ! Multi-page Table ! Caption Width
6834 \end_layout
6835
6836 \end_inset
6837
6838
6839 \end_layout
6840
6841 \begin_layout Standard
6842 The maximal width of caption lines is defined by the length 
6843 \series bold
6844
6845 \backslash
6846 LTcapwidth
6847 \series default
6848 .
6849  Its default value is 4
6850 \begin_inset space \thinspace{}
6851 \end_inset
6852
6853 in.
6854  To change it add the following command to your document preamble or as
6855  \SpecialChar TeX
6856  Code into your document before the multi-page table that should be affected
6857 \end_layout
6858
6859 \begin_layout Standard
6860
6861 \series bold
6862
6863 \backslash
6864 setlength{
6865 \backslash
6866 LTcapwidth}{width}
6867 \end_layout
6868
6869 \begin_layout Standard
6870 where the 
6871 \family sans
6872 width
6873 \family default
6874  can have one of the units listed in appendix
6875 \begin_inset space ~
6876 \end_inset
6877
6878
6879 \begin_inset CommandInset ref
6880 LatexCommand ref
6881 reference "cha:Units-available-in"
6882
6883 \end_inset
6884
6885 .
6886 \end_layout
6887
6888 \begin_layout Standard
6889 The following tables show the difference:
6890 \end_layout
6891
6892 \begin_layout Standard
6893 \begin_inset Tabular
6894 <lyxtabular version="3" rows="6" columns="5">
6895 <features islongtable="true" longtabularalignment="center">
6896 <column alignment="center" valignment="top">
6897 <column alignment="center" valignment="top">
6898 <column alignment="center" valignment="top">
6899 <column alignment="center" valignment="top">
6900 <column alignment="center" valignment="top">
6901 <row endfirsthead="true" caption="true">
6902 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6903 \begin_inset Text
6904
6905 \begin_layout Plain Layout
6906 \begin_inset Caption Standard
6907
6908 \begin_layout Plain Layout
6909 Long full title with default width long full title with default width long
6910  full title with default width
6911 \begin_inset Argument 1
6912 status collapsed
6913
6914 \begin_layout Plain Layout
6915 caption with default width
6916 \end_layout
6917
6918 \end_inset
6919
6920
6921 \end_layout
6922
6923 \end_inset
6924
6925
6926 \end_layout
6927
6928 \end_inset
6929 </cell>
6930 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6931 \begin_inset Text
6932
6933 \begin_layout Plain Layout
6934
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6940 \begin_inset Text
6941
6942 \begin_layout Plain Layout
6943
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
6948 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Plain Layout
6952
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Plain Layout
6961
6962 \end_layout
6963
6964 \end_inset
6965 </cell>
6966 </row>
6967 <row>
6968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6969 \begin_inset Text
6970
6971 \begin_layout Plain Layout
6972 1
6973 \end_layout
6974
6975 \end_inset
6976 </cell>
6977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6978 \begin_inset Text
6979
6980 \begin_layout Plain Layout
6981 2
6982 \end_layout
6983
6984 \end_inset
6985 </cell>
6986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6987 \begin_inset Text
6988
6989 \begin_layout Plain Layout
6990 3
6991 \end_layout
6992
6993 \end_inset
6994 </cell>
6995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6996 \begin_inset Text
6997
6998 \begin_layout Plain Layout
6999 4
7000 \end_layout
7001
7002 \end_inset
7003 </cell>
7004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7005 \begin_inset Text
7006
7007 \begin_layout Plain Layout
7008 5
7009 \end_layout
7010
7011 \end_inset
7012 </cell>
7013 </row>
7014 <row>
7015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7016 \begin_inset Text
7017
7018 \begin_layout Plain Layout
7019 asd
7020 \end_layout
7021
7022 \end_inset
7023 </cell>
7024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7025 \begin_inset Text
7026
7027 \begin_layout Plain Layout
7028 s
7029 \end_layout
7030
7031 \end_inset
7032 </cell>
7033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Plain Layout
7037 s
7038 \end_layout
7039
7040 \end_inset
7041 </cell>
7042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7043 \begin_inset Text
7044
7045 \begin_layout Plain Layout
7046 s
7047 \end_layout
7048
7049 \end_inset
7050 </cell>
7051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7052 \begin_inset Text
7053
7054 \begin_layout Plain Layout
7055 asd
7056 \end_layout
7057
7058 \end_inset
7059 </cell>
7060 </row>
7061 <row>
7062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Plain Layout
7066 asd
7067 \end_layout
7068
7069 \end_inset
7070 </cell>
7071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Plain Layout
7075 s
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Plain Layout
7084 s
7085 \end_layout
7086
7087 \end_inset
7088 </cell>
7089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7090 \begin_inset Text
7091
7092 \begin_layout Plain Layout
7093 s
7094 \end_layout
7095
7096 \end_inset
7097 </cell>
7098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7099 \begin_inset Text
7100
7101 \begin_layout Plain Layout
7102 asd
7103 \end_layout
7104
7105 \end_inset
7106 </cell>
7107 </row>
7108 <row>
7109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7110 \begin_inset Text
7111
7112 \begin_layout Plain Layout
7113 asd
7114 \end_layout
7115
7116 \end_inset
7117 </cell>
7118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Plain Layout
7122 s
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7128 \begin_inset Text
7129
7130 \begin_layout Plain Layout
7131 s
7132 \end_layout
7133
7134 \end_inset
7135 </cell>
7136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7137 \begin_inset Text
7138
7139 \begin_layout Plain Layout
7140 s
7141 \end_layout
7142
7143 \end_inset
7144 </cell>
7145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7146 \begin_inset Text
7147
7148 \begin_layout Plain Layout
7149 asd
7150 \end_layout
7151
7152 \end_inset
7153 </cell>
7154 </row>
7155 <row>
7156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7157 \begin_inset Text
7158
7159 \begin_layout Plain Layout
7160 asd
7161 \end_layout
7162
7163 \end_inset
7164 </cell>
7165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Plain Layout
7169 sad
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7175 \begin_inset Text
7176
7177 \begin_layout Plain Layout
7178 asd
7179 \end_layout
7180
7181 \end_inset
7182 </cell>
7183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7184 \begin_inset Text
7185
7186 \begin_layout Plain Layout
7187 asd
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7193 \begin_inset Text
7194
7195 \begin_layout Plain Layout
7196 asd
7197 \end_layout
7198
7199 \end_inset
7200 </cell>
7201 </row>
7202 </lyxtabular>
7203
7204 \end_inset
7205
7206
7207 \end_layout
7208
7209 \begin_layout Standard
7210 \begin_inset ERT
7211 status collapsed
7212
7213 \begin_layout Plain Layout
7214
7215
7216 \backslash
7217 setlength{
7218 \backslash
7219 LTcapwidth}{5cm}
7220 \end_layout
7221
7222 \end_inset
7223
7224
7225 \begin_inset Tabular
7226 <lyxtabular version="3" rows="6" columns="5">
7227 <features islongtable="true" longtabularalignment="center">
7228 <column alignment="center" valignment="top">
7229 <column alignment="center" valignment="top">
7230 <column alignment="center" valignment="top">
7231 <column alignment="center" valignment="top">
7232 <column alignment="center" valignment="top">
7233 <row endfirsthead="true" caption="true">
7234 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7235 \begin_inset Text
7236
7237 \begin_layout Plain Layout
7238 \begin_inset Caption Standard
7239
7240 \begin_layout Plain Layout
7241 Long full title with width set to 5
7242 \begin_inset space \thinspace{}
7243 \end_inset
7244
7245 cm long full title with width set to 5
7246 \begin_inset space \thinspace{}
7247 \end_inset
7248
7249 cm long full title with width set to 5
7250 \begin_inset space \thinspace{}
7251 \end_inset
7252
7253 cm
7254 \begin_inset Argument 1
7255 status collapsed
7256
7257 \begin_layout Plain Layout
7258 caption with width
7259 \begin_inset space \thinspace{}
7260 \end_inset
7261
7262 =
7263 \begin_inset space \thinspace{}
7264 \end_inset
7265
7266 5
7267 \begin_inset space \thinspace{}
7268 \end_inset
7269
7270 cm
7271 \end_layout
7272
7273 \end_inset
7274
7275
7276 \end_layout
7277
7278 \end_inset
7279
7280
7281 \end_layout
7282
7283 \end_inset
7284 </cell>
7285 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7286 \begin_inset Text
7287
7288 \begin_layout Plain Layout
7289
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298
7299 \end_layout
7300
7301 \end_inset
7302 </cell>
7303 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7304 \begin_inset Text
7305
7306 \begin_layout Plain Layout
7307
7308 \end_layout
7309
7310 \end_inset
7311 </cell>
7312 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316
7317 \end_layout
7318
7319 \end_inset
7320 </cell>
7321 </row>
7322 <row>
7323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7324 \begin_inset Text
7325
7326 \begin_layout Plain Layout
7327 1
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336 2
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345 3
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354 4
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7360 \begin_inset Text
7361
7362 \begin_layout Plain Layout
7363 5
7364 \end_layout
7365
7366 \end_inset
7367 </cell>
7368 </row>
7369 <row>
7370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7371 \begin_inset Text
7372
7373 \begin_layout Plain Layout
7374 asd
7375 \end_layout
7376
7377 \end_inset
7378 </cell>
7379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Plain Layout
7383 s
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392 s
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401 s
7402 \end_layout
7403
7404 \end_inset
7405 </cell>
7406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7407 \begin_inset Text
7408
7409 \begin_layout Plain Layout
7410 asd
7411 \end_layout
7412
7413 \end_inset
7414 </cell>
7415 </row>
7416 <row>
7417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7418 \begin_inset Text
7419
7420 \begin_layout Plain Layout
7421 asd
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7427 \begin_inset Text
7428
7429 \begin_layout Plain Layout
7430 s
7431 \end_layout
7432
7433 \end_inset
7434 </cell>
7435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7436 \begin_inset Text
7437
7438 \begin_layout Plain Layout
7439 s
7440 \end_layout
7441
7442 \end_inset
7443 </cell>
7444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7445 \begin_inset Text
7446
7447 \begin_layout Plain Layout
7448 s
7449 \end_layout
7450
7451 \end_inset
7452 </cell>
7453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7454 \begin_inset Text
7455
7456 \begin_layout Plain Layout
7457 asd
7458 \end_layout
7459
7460 \end_inset
7461 </cell>
7462 </row>
7463 <row>
7464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7465 \begin_inset Text
7466
7467 \begin_layout Plain Layout
7468 asd
7469 \end_layout
7470
7471 \end_inset
7472 </cell>
7473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7474 \begin_inset Text
7475
7476 \begin_layout Plain Layout
7477 s
7478 \end_layout
7479
7480 \end_inset
7481 </cell>
7482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7483 \begin_inset Text
7484
7485 \begin_layout Plain Layout
7486 s
7487 \end_layout
7488
7489 \end_inset
7490 </cell>
7491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7492 \begin_inset Text
7493
7494 \begin_layout Plain Layout
7495 s
7496 \end_layout
7497
7498 \end_inset
7499 </cell>
7500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7501 \begin_inset Text
7502
7503 \begin_layout Plain Layout
7504 asd
7505 \end_layout
7506
7507 \end_inset
7508 </cell>
7509 </row>
7510 <row>
7511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7512 \begin_inset Text
7513
7514 \begin_layout Plain Layout
7515 asd
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7521 \begin_inset Text
7522
7523 \begin_layout Plain Layout
7524 sad
7525 \end_layout
7526
7527 \end_inset
7528 </cell>
7529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7530 \begin_inset Text
7531
7532 \begin_layout Plain Layout
7533 asd
7534 \end_layout
7535
7536 \end_inset
7537 </cell>
7538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542 asd
7543 \end_layout
7544
7545 \end_inset
7546 </cell>
7547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551 asd
7552 \end_layout
7553
7554 \end_inset
7555 </cell>
7556 </row>
7557 </lyxtabular>
7558
7559 \end_inset
7560
7561
7562 \end_layout
7563
7564 \begin_layout Standard
7565 \begin_inset ERT
7566 status collapsed
7567
7568 \begin_layout Plain Layout
7569
7570
7571 \backslash
7572 setlength{
7573 \backslash
7574 LTcapwidth}{4in}
7575 \end_layout
7576
7577 \end_inset
7578
7579
7580 \end_layout
7581
7582 \begin_layout Standard
7583 \begin_inset Note Greyedout
7584 status open
7585
7586 \begin_layout Plain Layout
7587
7588 \series bold
7589 Note:
7590 \series default
7591  When the \SpecialChar LaTeX
7592 -package 
7593 \series bold
7594 caption
7595 \series default
7596
7597 \begin_inset Index idx
7598 status collapsed
7599
7600 \begin_layout Plain Layout
7601 \SpecialChar LaTeX
7602 -packages ! caption
7603 \end_layout
7604
7605 \end_inset
7606
7607  is used, as in this document, the full page width is used for the caption
7608  when you use the default value of 4
7609 \begin_inset space \thinspace{}
7610 \end_inset
7611
7612 in for 
7613 \series bold
7614
7615 \backslash
7616 LTcapwidth
7617 \series default
7618 .
7619  To get in this case exactly a 4
7620 \begin_inset space \thinspace{}
7621 \end_inset
7622
7623 in wide caption, you can either use a value slightly different from 4.0
7624 \begin_inset space \thinspace{}
7625 \end_inset
7626
7627 in, e.
7628 \begin_inset space \thinspace{}
7629 \end_inset
7630
7631 g.
7632 \begin_inset space \space{}
7633 \end_inset
7634
7635 3.99
7636 \begin_inset space \thinspace{}
7637 \end_inset
7638
7639 in, or the \SpecialChar LaTeX
7640 -command 
7641 \series bold
7642
7643 \backslash
7644 captionsetup{width=value}
7645 \series default
7646  that is provided by the 
7647 \series bold
7648 caption
7649 \series default
7650 -package.
7651 \end_layout
7652
7653 \end_inset
7654
7655
7656 \end_layout
7657
7658 \begin_layout Subsubsection
7659 Different Captions for Table Pages
7660 \begin_inset Index idx
7661 status collapsed
7662
7663 \begin_layout Plain Layout
7664 Table ! Multi-page Table ! Different Captions for Pages
7665 \end_layout
7666
7667 \end_inset
7668
7669
7670 \end_layout
7671
7672 \begin_layout Standard
7673 When the table captions for the following pages should differ from the one
7674  of the first table page, mark a empty row as header which contains a caption.
7675  Then right-click on the caption and select in the context menu 
7676 \family sans
7677 Caption
7678 \begin_inset space ~
7679 \end_inset
7680
7681 (Unnumbered)
7682 \family default
7683 .
7684  Table
7685 \begin_inset space ~
7686 \end_inset
7687
7688
7689 \begin_inset CommandInset ref
7690 LatexCommand ref
7691 reference "tab:DiffCaptions"
7692
7693 \end_inset
7694
7695  is an example of a multi-page table with different heading where the second
7696  caption does not include the table number.
7697 \end_layout
7698
7699 \begin_layout Standard
7700 \align center
7701 \begin_inset Tabular
7702 <lyxtabular version="3" rows="59" columns="3">
7703 <features islongtable="true" longtabularalignment="center">
7704 <column alignment="left" valignment="top" width="0cm">
7705 <column alignment="left" valignment="top" width="0pt">
7706 <column alignment="center" valignment="top" width="0pt">
7707 <row endfirsthead="true" caption="true">
7708 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7709 \begin_inset Text
7710
7711 \begin_layout Plain Layout
7712 \begin_inset Caption Standard
7713
7714 \begin_layout Plain Layout
7715 Example Phone List
7716 \begin_inset CommandInset label
7717 LatexCommand label
7718 name "tab:DiffCaptions"
7719
7720 \end_inset
7721
7722
7723 \begin_inset Argument 1
7724 status collapsed
7725
7726 \begin_layout Plain Layout
7727 Example Phone List
7728 \end_layout
7729
7730 \end_inset
7731
7732
7733 \end_layout
7734
7735 \end_inset
7736
7737
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746
7747 \end_layout
7748
7749 \end_inset
7750 </cell>
7751 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7752 \begin_inset Text
7753
7754 \begin_layout Plain Layout
7755
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 </row>
7761 <row endfirsthead="true">
7762 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7763 \begin_inset Text
7764
7765 \begin_layout Plain Layout
7766
7767 \series bold
7768 Example Phone List (ignore the names)
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7774 \begin_inset Text
7775
7776 \begin_layout Plain Layout
7777
7778 \end_layout
7779
7780 \end_inset
7781 </cell>
7782 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Plain Layout
7786
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 </row>
7792 <row endfirsthead="true">
7793 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7794 \begin_inset Text
7795
7796 \begin_layout Plain Layout
7797
7798 \series bold
7799 NAME
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Plain Layout
7817
7818 \series bold
7819 TEL.
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 </row>
7825 <row endhead="true" caption="true">
7826 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830 \begin_inset Caption Unnumbered
7831
7832 \begin_layout Plain Layout
7833 Continued Example Phone List
7834 \end_layout
7835
7836 \end_inset
7837
7838
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 </row>
7862 <row endhead="true">
7863 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867
7868 \series bold
7869 Example Phone List
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 </row>
7893 <row endhead="true">
7894 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898
7899 \series bold
7900 NAME
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918
7919 \series bold
7920 TEL.
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 </row>
7926 <row endfoot="true">
7927 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931 continued on next page
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 </row>
7955 <row>
7956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960
7961 \series bold
7962 Annovi
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971 Silvia
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980 111
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 </row>
7986 <row>
7987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991
7992 \series bold
7993 Bertoli
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002 Stefano
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011 111
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 </row>
8017 <row>
8018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022
8023 \series bold
8024 Bozzi
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033 Walter
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042 111
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 </row>
8048 <row>
8049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053
8054 \series bold
8055 Cachia
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064 Maria
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073 111
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 </row>
8079 <row>
8080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084
8085 \series bold
8086 Cachia
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 Maurizio
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104 111
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 </row>
8110 <row>
8111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115
8116 \series bold
8117 Cinquemani
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126 Giusi
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135 111
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 </row>
8141 <row>
8142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146
8147 \series bold
8148 Colin
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157 Bernard
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166 111
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 </row>
8172 <row>
8173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177
8178 \series bold
8179 Concli
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 Gianfranco
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 111
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 </row>
8203 <row>
8204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208
8209 \series bold
8210 Dal Bosco
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 Carolina
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228 111
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 </row>
8234 <row>
8235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239
8240 \series bold
8241 Dalpiaz
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250 Annamaria
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 111
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 </row>
8265 <row>
8266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270
8271 \series bold
8272 Feliciello
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281 Domenico
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290 111
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 </row>
8296 <row>
8297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301
8302 \series bold
8303 Focarelli
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312 Paola
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8318 \begin_inset Text
8319
8320 \begin_layout Plain Layout
8321 111
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 </row>
8327 <row>
8328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332
8333 \series bold
8334 Galletti
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343 Oreste
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352 111
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 </row>
8358 <row>
8359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363
8364 \series bold
8365 Gasparini
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 Franca
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383 111
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 </row>
8389 <row>
8390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394
8395 \series bold
8396 Rizzardi
8397 \series default
8398
8399 \begin_inset Foot
8400 status open
8401
8402 \begin_layout Plain Layout
8403 Example footnote
8404 \end_layout
8405
8406 \end_inset
8407
8408
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417 Paola
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426 111
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 </row>
8432 <row>
8433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437
8438 \series bold
8439 Lassini
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 Giancarlo
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457 111
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 </row>
8463 <row>
8464 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468
8469 \series bold
8470 Malfatti
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479 Luciano
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488 111
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 </row>
8494 <row>
8495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499
8500 \series bold
8501 Malfatti
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 Valeriano
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519 111
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 </row>
8525 <row>
8526 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530
8531 \series bold
8532 Meneguzzo
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541 Roberto
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550 111
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 </row>
8556 <row>
8557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561
8562 \series bold
8563 Mezzadra
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572 Roberto
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581 111
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 </row>
8587 <row>
8588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592
8593 \series bold
8594 Pirpamer
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603 Erich
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612 111
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 </row>
8618 <row>
8619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623
8624 \series bold
8625 Pochiesa
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634 Paolo
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643 111, 222
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 </row>
8649 <row>
8650 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654
8655 \series bold
8656 Radina
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665 Claudio
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674 111
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 </row>
8680 <row>
8681 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685
8686 \series bold
8687 Stuffer
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 Oskar
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705 111
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 </row>
8711 <row>
8712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716
8717 \series bold
8718 Tacchelli
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727 Ugo
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Plain Layout
8736 111
8737 \end_layout
8738
8739 \end_inset
8740 </cell>
8741 </row>
8742 <row>
8743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747
8748 \series bold
8749 Tezzele
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758 Margit
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767 111
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 </row>
8773 <row>
8774 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778
8779 \series bold
8780 Unterkalmsteiner
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789 Frieda
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798 111
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 </row>
8804 <row>
8805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809
8810 \series bold
8811 Vieider
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820 Hilde
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829 111
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 </row>
8835 <row>
8836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840
8841 \series bold
8842 Vigna
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851 Jürgen
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860 111
8861 \end_layout
8862
8863 \end_inset
8864 </cell>
8865 </row>
8866 <row>
8867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871
8872 \series bold
8873 Weber
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882 Maurizio
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891 111
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 </row>
8897 <row>
8898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902
8903 \series bold
8904 Winkler
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913 Franz
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922 111
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 </row>
8928 <row>
8929 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933  
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 </row>
8957 <row>
8958 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962
8963 \series bold
8964 Annovi
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 Silvia
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982 555
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 </row>
8988 <row>
8989 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993
8994 \series bold
8995 Bertoli
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004 Stefano
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 555
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 </row>
9019 <row>
9020 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024
9025 \series bold
9026 Bozzi
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 Walter
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 555
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 </row>
9050 <row>
9051 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055
9056 \series bold
9057 Cachia
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066 Maria
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075 555
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 </row>
9081 <row>
9082 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086
9087 \series bold
9088 Cachia
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097 Maurizio
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106 555
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 </row>
9112 <row>
9113 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117
9118 \series bold
9119 Cinquemani
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128 Giusi
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137 555
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 </row>
9143 <row>
9144 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148
9149 \series bold
9150 Colin
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159 Bernard
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168 555
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 </row>
9174 <row>
9175 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179
9180 \series bold
9181 Concli
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190 Gianfranco
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 555
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 </row>
9205 <row>
9206 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210
9211 \series bold
9212 Dal Bosco
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221 Carolina
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230 555
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 </row>
9236 <row>
9237 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Plain Layout
9241
9242 \series bold
9243 Dalpiaz
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252 Annamaria
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 555
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 </row>
9267 <row>
9268 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9269 \begin_inset Text
9270
9271 \begin_layout Plain Layout
9272
9273 \series bold
9274 Feliciello
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283 Domenico
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292 555
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 </row>
9298 <row>
9299 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9300 \begin_inset Text
9301
9302 \begin_layout Plain Layout
9303
9304 \series bold
9305 Focarelli
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314 Paola
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9320 \begin_inset Text
9321
9322 \begin_layout Plain Layout
9323 555
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 </row>
9329 <row>
9330 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9331 \begin_inset Text
9332
9333 \begin_layout Plain Layout
9334
9335 \series bold
9336 Galletti
9337 \end_layout
9338
9339 \end_inset
9340 </cell>
9341 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9342 \begin_inset Text
9343
9344 \begin_layout Plain Layout
9345 Oreste
9346 \end_layout
9347
9348 \end_inset
9349 </cell>
9350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9351 \begin_inset Text
9352
9353 \begin_layout Plain Layout
9354 555
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 </row>
9360 <row>
9361 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365
9366 \series bold
9367 Gasparini
9368 \end_layout
9369
9370 \end_inset
9371 </cell>
9372 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376 Franca
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385 555
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 </row>
9391 <row>
9392 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396
9397 \series bold
9398 Rizzardi
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407 Paola
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9413 \begin_inset Text
9414
9415 \begin_layout Plain Layout
9416 555
9417 \end_layout
9418
9419 \end_inset
9420 </cell>
9421 </row>
9422 <row>
9423 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9424 \begin_inset Text
9425
9426 \begin_layout Plain Layout
9427
9428 \series bold
9429 Lassini
9430 \end_layout
9431
9432 \end_inset
9433 </cell>
9434 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9435 \begin_inset Text
9436
9437 \begin_layout Plain Layout
9438 Giancarlo
9439 \end_layout
9440
9441 \end_inset
9442 </cell>
9443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9444 \begin_inset Text
9445
9446 \begin_layout Plain Layout
9447 555
9448 \end_layout
9449
9450 \end_inset
9451 </cell>
9452 </row>
9453 <row>
9454 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458
9459 \series bold
9460 Malfatti
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469 Luciano
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9475 \begin_inset Text
9476
9477 \begin_layout Plain Layout
9478 555
9479 \end_layout
9480
9481 \end_inset
9482 </cell>
9483 </row>
9484 <row>
9485 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9486 \begin_inset Text
9487
9488 \begin_layout Plain Layout
9489
9490 \series bold
9491 Malfatti
9492 \end_layout
9493
9494 \end_inset
9495 </cell>
9496 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9497 \begin_inset Text
9498
9499 \begin_layout Plain Layout
9500 Valeriano
9501 \end_layout
9502
9503 \end_inset
9504 </cell>
9505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9506 \begin_inset Text
9507
9508 \begin_layout Plain Layout
9509 555
9510 \end_layout
9511
9512 \end_inset
9513 </cell>
9514 </row>
9515 <row>
9516 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9517 \begin_inset Text
9518
9519 \begin_layout Plain Layout
9520
9521 \series bold
9522 Meneguzzo
9523 \end_layout
9524
9525 \end_inset
9526 </cell>
9527 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9528 \begin_inset Text
9529
9530 \begin_layout Plain Layout
9531 Roberto
9532 \end_layout
9533
9534 \end_inset
9535 </cell>
9536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9537 \begin_inset Text
9538
9539 \begin_layout Plain Layout
9540 555
9541 \end_layout
9542
9543 \end_inset
9544 </cell>
9545 </row>
9546 <row>
9547 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9548 \begin_inset Text
9549
9550 \begin_layout Plain Layout
9551
9552 \series bold
9553 Mezzadra
9554 \end_layout
9555
9556 \end_inset
9557 </cell>
9558 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9559 \begin_inset Text
9560
9561 \begin_layout Plain Layout
9562 Roberto
9563 \end_layout
9564
9565 \end_inset
9566 </cell>
9567 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9568 \begin_inset Text
9569
9570 \begin_layout Plain Layout
9571 555
9572 \end_layout
9573
9574 \end_inset
9575 </cell>
9576 </row>
9577 </lyxtabular>
9578
9579 \end_inset
9580
9581
9582 \end_layout
9583
9584 \begin_layout Section
9585 Special Multi-page Table Issues
9586 \begin_inset CommandInset label
9587 LatexCommand label
9588 name "sec:Special-Longtable-Issues"
9589
9590 \end_inset
9591
9592
9593 \end_layout
9594
9595 \begin_layout Subsection
9596 Multi-page Table Calculation
9597 \begin_inset Index idx
9598 status collapsed
9599
9600 \begin_layout Plain Layout
9601 Table ! Multi-page Table ! Calculation
9602 \end_layout
9603
9604 \end_inset
9605
9606
9607 \end_layout
9608
9609 \begin_layout Standard
9610 \SpecialChar LaTeX
9611  calculates the height of table pages and their page breaks using so called
9612  chunks.
9613  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
9614 's memory.
9615  The default value was historically set to only 20
9616 \begin_inset space ~
9617 \end_inset
9618
9619 table rows.
9620  If you are using multi-page tables with many pages this may slow down the
9621  creation of your document.
9622  You can safely increase the chunk size to values of 100
9623 \begin_inset space \thinspace{}
9624 \end_inset
9625
9626 --
9627 \begin_inset space \thinspace{}
9628 \end_inset
9629
9630 1000 by adding this command line to your document preamble:
9631 \end_layout
9632
9633 \begin_layout Standard
9634
9635 \series bold
9636
9637 \backslash
9638 setcounter{LTchunksize}{100}
9639 \end_layout
9640
9641 \begin_layout Subsection
9642 Floats and Multi-page Tables
9643 \begin_inset Index idx
9644 status collapsed
9645
9646 \begin_layout Plain Layout
9647 Table ! Multi-page Table ! Floats
9648 \end_layout
9649
9650 \end_inset
9651
9652
9653 \end_layout
9654
9655 \begin_layout Standard
9656 There might be problems when a float appears on the same page where a multi-page
9657  table starts.
9658  To avoid such a situation, insert a 
9659 \begin_inset Quotes eld
9660 \end_inset
9661
9662 clear page
9663 \begin_inset Quotes erd
9664 \end_inset
9665
9666  (menu 
9667 \family sans
9668 Insert\SpecialChar menuseparator
9669 Formatting\SpecialChar menuseparator
9670 Clear
9671 \begin_inset space ~
9672 \end_inset
9673
9674 Page
9675 \family default
9676 ) before your multi-page table.
9677 \end_layout
9678
9679 \begin_layout Subsection
9680 Forced Page Breaks
9681 \begin_inset Index idx
9682 status collapsed
9683
9684 \begin_layout Plain Layout
9685 Table ! Multi-page Table ! Forced Page Breaks
9686 \end_layout
9687
9688 \end_inset
9689
9690
9691 \end_layout
9692
9693 \begin_layout Standard
9694 By default tables are only broken between rows.
9695  If you have a cell with multiples lines and want to have a page break within
9696  the cell, insert the new line command 
9697 \begin_inset Quotes eld
9698 \end_inset
9699
9700
9701 \series bold
9702
9703 \backslash
9704
9705 \backslash
9706
9707 \series default
9708
9709 \begin_inset Quotes erd
9710 \end_inset
9711
9712  as \SpecialChar TeX
9713  Code at the point of the cell where it can be broken.
9714  Before the 
9715 \series bold
9716
9717 \backslash
9718
9719 \backslash
9720
9721 \series default
9722  command you have to insert in \SpecialChar TeX
9723  Code as many 
9724 \begin_inset Quotes eld
9725 \end_inset
9726
9727
9728 \series bold
9729 &
9730 \series default
9731
9732 \begin_inset Quotes erd
9733 \end_inset
9734
9735  characters as the number of the following table columns.
9736  The 
9737 \series bold
9738 &
9739 \series default
9740  is the character to separate table cells.
9741  Write in \SpecialChar TeX
9742  Code after each 
9743 \series bold
9744 &
9745 \series default
9746  the content of the corresponding following cell and delete the content
9747  of these cells.
9748 \begin_inset Newline newline
9749 \end_inset
9750
9751 After the 
9752 \series bold
9753
9754 \backslash
9755
9756 \backslash
9757
9758 \series default
9759  command, insert as many 
9760 \series bold
9761 &
9762 \series default
9763  characters as the number of table columns before the current column.
9764  In Table
9765 \begin_inset space ~
9766 \end_inset
9767
9768
9769 \begin_inset CommandInset ref
9770 LatexCommand ref
9771 reference "tab:ForcedPagebreak"
9772
9773 \end_inset
9774
9775  the cell that should be broken is in the second column followed by another
9776  column.
9777  Therefore the following command was inserted in the cell as \SpecialChar TeX
9778  Code after
9779  
9780 \begin_inset Quotes eld
9781 \end_inset
9782
9783
9784 \emph on
9785 Castelchiodato,
9786 \emph default
9787
9788 \begin_inset Quotes erd
9789 \end_inset
9790
9791 :
9792 \end_layout
9793
9794 \begin_layout Standard
9795
9796 \series bold
9797 & 111
9798 \backslash
9799
9800 \backslash
9801  
9802 \backslash
9803 newpage
9804 \begin_inset Newline newline
9805 \end_inset
9806
9807 &
9808 \end_layout
9809
9810 \begin_layout Standard
9811 The 
9812 \begin_inset Quotes eld
9813 \end_inset
9814
9815 111
9816 \begin_inset Quotes erd
9817 \end_inset
9818
9819  in the third column of the row was deleted.
9820  
9821 \series bold
9822
9823 \backslash
9824 newpage
9825 \series default
9826  is only needed when a page break should definitely occur at this position,
9827  otherwise it would be a conditional break.
9828  If your footer row of the multi-page table has for a certain reason no
9829  upper line but you would have a horizontal line where the cell is broken,
9830  use this command instead:
9831 \end_layout
9832
9833 \begin_layout Standard
9834
9835 \series bold
9836 & 111
9837 \backslash
9838
9839 \backslash
9840
9841 \begin_inset Newline newline
9842 \end_inset
9843
9844
9845 \backslash
9846 hline &
9847 \end_layout
9848
9849 \begin_layout Standard
9850 When the cell to be broken is in the last column, the command
9851 \end_layout
9852
9853 \begin_layout Standard
9854
9855 \series bold
9856
9857 \backslash
9858 setlength{
9859 \backslash
9860 parfillskip}{0pt}
9861 \end_layout
9862
9863 \begin_layout Standard
9864 must be inserted as \SpecialChar TeX
9865  Code at the beginning of the cell.
9866  This ensures that the part of the cell that will be displayed on the new
9867  page appears with the full width.
9868 \end_layout
9869
9870 \begin_layout Standard
9871 \align center
9872 \begin_inset Tabular
9873 <lyxtabular version="3" rows="38" columns="3">
9874 <features islongtable="true" longtabularalignment="center">
9875 <column alignment="left" valignment="top" width="0cm">
9876 <column alignment="left" valignment="top" width="3cm">
9877 <column alignment="center" valignment="top" width="0pt">
9878 <row endfirsthead="true" caption="true">
9879 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9880 \begin_inset Text
9881
9882 \begin_layout Plain Layout
9883 \begin_inset Caption Standard
9884
9885 \begin_layout Plain Layout
9886 Table with forced page break in table cell
9887 \begin_inset CommandInset label
9888 LatexCommand label
9889 name "tab:ForcedPagebreak"
9890
9891 \end_inset
9892
9893
9894 \begin_inset Argument 1
9895 status collapsed
9896
9897 \begin_layout Plain Layout
9898 Table with forced page break in table cell
9899 \end_layout
9900
9901 \end_inset
9902
9903
9904 \end_layout
9905
9906 \end_inset
9907
9908
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 </row>
9932 <row endfirsthead="true">
9933 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937
9938 \series bold
9939 Example Phone List (ignore the names)
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 </row>
9963 <row endfirsthead="true">
9964 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968
9969 \series bold
9970 NAME
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9976 \begin_inset Text
9977
9978 \begin_layout Plain Layout
9979
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988
9989 \series bold
9990 TEL.
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 </row>
9996 <row endhead="true" caption="true">
9997 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001 \begin_inset Caption Unnumbered
10002
10003 \begin_layout Plain Layout
10004 Continued Example Phone List
10005 \end_layout
10006
10007 \end_inset
10008
10009
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 <cell multicolumn="2" alignment="left" valignment="top" rightline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 </row>
10033 <row endhead="true">
10034 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038
10039 \series bold
10040 Example Phone List
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049
10050 \end_layout
10051
10052 \end_inset
10053 </cell>
10054 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Plain Layout
10058
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 </row>
10064 <row endhead="true">
10065 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069
10070 \series bold
10071 NAME
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089
10090 \series bold
10091 TEL.
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 </row>
10097 <row endfoot="true">
10098 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102 continued on next page
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 </row>
10126 <row>
10127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131
10132 \series bold
10133 Annovi
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Plain Layout
10142 Silvia
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151 111
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 </row>
10157 <row>
10158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162
10163 \series bold
10164 Bertoli
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Plain Layout
10173 Stefano
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Plain Layout
10182 111
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 </row>
10188 <row>
10189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193
10194 \series bold
10195 Bozzi
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204 Walter
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213 111
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 </row>
10219 <row>
10220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224
10225 \series bold
10226 Cachia
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10232 \begin_inset Text
10233
10234 \begin_layout Plain Layout
10235 Maria
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244 111
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 </row>
10250 <row>
10251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255
10256 \series bold
10257 Cachia
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10263 \begin_inset Text
10264
10265 \begin_layout Plain Layout
10266 Maurizio
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275 111
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 </row>
10281 <row>
10282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286
10287 \series bold
10288 Cinquemani
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297 Giusi
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306 111
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 </row>
10312 <row>
10313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317
10318 \series bold
10319 Colin
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328 Bernard
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337 111
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 </row>
10343 <row>
10344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348
10349 \series bold
10350 Concli
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359 Gianfranco
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368 111
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 </row>
10374 <row>
10375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379
10380 \series bold
10381 Dal Bosco
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390 Carolina
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399 111
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 </row>
10405 <row>
10406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410
10411 \series bold
10412 Dalpiaz
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421 Annamaria
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430 111
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 </row>
10436 <row>
10437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441
10442 \series bold
10443 Feliciello
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452 Domenico
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 111
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 </row>
10467 <row>
10468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472
10473 \series bold
10474 Focarelli
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483 Paola
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 111
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 </row>
10498 <row>
10499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503
10504 \series bold
10505 Galletti
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514 Oreste
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523 111
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 </row>
10529 <row>
10530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534
10535 \series bold
10536 Gasparini
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545 Franca
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554 111
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 </row>
10560 <row>
10561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565
10566 \series bold
10567 Lassini
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 Giancarlo
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 111
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 </row>
10591 <row>
10592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596
10597 \series bold
10598 Malfatti
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607 Luciano
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 111
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 </row>
10622 <row>
10623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627
10628 \series bold
10629 Malfatti
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638 Valeriano
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647 111
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 </row>
10653 <row>
10654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658
10659 \series bold
10660 Meneguzzo
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669 Roberto
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 111
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 </row>
10684 <row>
10685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689
10690 \series bold
10691 Mezzadra
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700 Roberto
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 111
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 </row>
10715 <row>
10716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720
10721 \series bold
10722 Pirpamer
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 Erich
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 111
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 </row>
10746 <row>
10747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751
10752 \series bold
10753 Pochiesa
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 Paolo
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771 111, 222
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 </row>
10777 <row>
10778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782
10783 \series bold
10784 Radina
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793 Claudio
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802 111
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 </row>
10808 <row>
10809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813
10814 \series bold
10815 Rizzardi
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824 Paolo, 11.
10825  Fürst von Montecompatri, 11.
10826  Fürst von Sulmona und Vivaro, 10.
10827  Fürst von Rossano, 5.
10828  Herzog von Canemorte, 11.
10829  Herzog von Palombara, 5.
10830  Herzog von Castelchiodato,
10831 \begin_inset ERT
10832 status open
10833
10834 \begin_layout Plain Layout
10835
10836 & 111
10837 \backslash
10838
10839 \backslash
10840  
10841 \backslash
10842 newpage
10843 \end_layout
10844
10845 \begin_layout Plain Layout
10846
10847 &
10848 \end_layout
10849
10850 \end_inset
10851
10852  11.
10853  Herzog von Poggionativo, 11.
10854  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10855  Graf von Valinfreda, 11.
10856  Baron von Cropalati, 11.
10857  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10863 \begin_inset Text
10864
10865 \begin_layout Plain Layout
10866
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 </row>
10872 <row>
10873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10874 \begin_inset Text
10875
10876 \begin_layout Plain Layout
10877
10878 \series bold
10879 Stuffer
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888 Oskar
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897 111
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 </row>
10903 <row>
10904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908
10909 \series bold
10910 Tacchelli
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919 Ugo
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928 111
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 </row>
10934 <row>
10935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10936 \begin_inset Text
10937
10938 \begin_layout Plain Layout
10939
10940 \series bold
10941 Tezzele
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 Margit
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959 111
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 </row>
10965 <row>
10966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970
10971 \series bold
10972 Unterkalmsteiner
10973 \end_layout
10974
10975 \end_inset
10976 </cell>
10977 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10978 \begin_inset Text
10979
10980 \begin_layout Plain Layout
10981 Frieda
10982 \end_layout
10983
10984 \end_inset
10985 </cell>
10986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990 111
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 </row>
10996 <row>
10997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001
11002 \series bold
11003 Vieider
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012 Hilde
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021 111
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 </row>
11027 <row>
11028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032
11033 \series bold
11034 Vigna
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043 Jürgen
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052 111
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 </row>
11058 <row>
11059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063
11064 \series bold
11065 Weber
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Plain Layout
11074 Maurizio
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083 111
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 </row>
11089 <row>
11090 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094
11095 \series bold
11096 Winkler
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105 Franz
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114 111
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 </row>
11120 </lyxtabular>
11121
11122 \end_inset
11123
11124
11125 \end_layout
11126
11127 \begin_layout Section
11128 Multiple Lines, Columns and Rows
11129 \end_layout
11130
11131 \begin_layout Subsection
11132 Multiple Lines in Table Cells
11133 \begin_inset CommandInset label
11134 LatexCommand label
11135 name "subsec:Multiple-Lines-in"
11136
11137 \end_inset
11138
11139
11140 \begin_inset Index idx
11141 status collapsed
11142
11143 \begin_layout Plain Layout
11144 Multiple Lines in Table Cells
11145 \end_layout
11146
11147 \end_inset
11148
11149
11150 \begin_inset Index idx
11151 status collapsed
11152
11153 \begin_layout Plain Layout
11154 Table ! Linebreaks
11155 \end_layout
11156
11157 \end_inset
11158
11159
11160 \end_layout
11161
11162 \begin_layout Standard
11163 \noindent
11164 \begin_inset Float table
11165 placement H
11166 wide false
11167 sideways false
11168 status open
11169
11170 \begin_layout Plain Layout
11171 \begin_inset Caption Standard
11172
11173 \begin_layout Plain Layout
11174 \begin_inset CommandInset label
11175 LatexCommand label
11176 name "tab:Table-with-multiple"
11177
11178 \end_inset
11179
11180 Table with multiple lines in cells
11181 \end_layout
11182
11183 \end_inset
11184
11185
11186 \end_layout
11187
11188 \begin_layout Plain Layout
11189 \align center
11190 \begin_inset Tabular
11191 <lyxtabular version="3" rows="3" columns="3">
11192 <features tabularvalignment="middle">
11193 <column alignment="center" valignment="middle" width="2.5cm">
11194 <column alignment="center" valignment="middle">
11195 <column alignment="center" valignment="middle">
11196 <row>
11197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11198 \begin_inset Text
11199
11200 \begin_layout Plain Layout
11201 multiple
11202 \begin_inset Newline linebreak
11203 \end_inset
11204
11205 lines
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214 b
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 c
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 </row>
11229 <row>
11230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 d
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243 e
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Plain Layout
11252 f
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 </row>
11258 <row>
11259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263 g
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Plain Layout
11272 h
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11278 \begin_inset Text
11279
11280 \begin_layout Plain Layout
11281 i
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 </row>
11287 </lyxtabular>
11288
11289 \end_inset
11290
11291
11292 \end_layout
11293
11294 \end_inset
11295
11296
11297 \end_layout
11298
11299 \begin_layout Standard
11300 Setting a fixed width for a column enables you to enter text as a paragraph
11301  with multiple lines and hyphenation.
11302 \end_layout
11303
11304 \begin_layout Standard
11305 To produce Table
11306 \begin_inset space ~
11307 \end_inset
11308
11309
11310 \begin_inset CommandInset ref
11311 LatexCommand ref
11312 reference "tab:Table-with-multiple"
11313
11314 \end_inset
11315
11316 , create a 3×3 table, mark the first cell and right-click on it.
11317  In the appearing table dialog we set a cell width of 2.5
11318 \begin_inset space \thinspace{}
11319 \end_inset
11320
11321 cm and choose centered for the vertical and horizontal alignment.
11322  The vertical alignment is used for all cells of the row.
11323  As our text is smaller than 2.5
11324 \begin_inset space \thinspace{}
11325 \end_inset
11326
11327 cm, only one line will appear.
11328  To get two lines, a justified line break (shortcut 
11329 \begin_inset Info
11330 type  "shortcut"
11331 arg   "newline-insert linebreak"
11332 \end_inset
11333
11334 ) was added.
11335  If the text is wider than the set cell width, it will automatically be
11336  broken to several lines.
11337 \end_layout
11338
11339 \begin_layout Standard
11340 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11341  by \SpecialChar LaTeX
11342  if it is the first entry.
11343  Therefore you need to insert something to prevent the word not being the
11344  first entry.
11345  So add a horizontal space of 0
11346 \begin_inset space \thinspace{}
11347 \end_inset
11348
11349 pt before the word.
11350  As the space is zero, it doesn't change the output.
11351  Table
11352 \begin_inset space ~
11353 \end_inset
11354
11355
11356 \begin_inset CommandInset ref
11357 LatexCommand ref
11358 reference "tab:Table-with-and"
11359
11360 \end_inset
11361
11362  shows the effect.
11363 \end_layout
11364
11365 \begin_layout Standard
11366 \begin_inset Float table
11367 placement h
11368 wide false
11369 sideways false
11370 status open
11371
11372 \begin_layout Plain Layout
11373 \begin_inset Caption Standard
11374
11375 \begin_layout Plain Layout
11376 \begin_inset CommandInset label
11377 LatexCommand label
11378 name "tab:Table-with-and"
11379
11380 \end_inset
11381
11382 Table with and without hyphenation
11383 \end_layout
11384
11385 \end_inset
11386
11387
11388 \end_layout
11389
11390 \begin_layout Plain Layout
11391 \begin_inset space \hfill{}
11392 \end_inset
11393
11394
11395 \begin_inset Tabular
11396 <lyxtabular version="3" rows="3" columns="3">
11397 <features tabularvalignment="middle">
11398 <column alignment="center" valignment="middle" width="2.5cm">
11399 <column alignment="center" valignment="middle">
11400 <column alignment="center" valignment="middle">
11401 <row>
11402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11403 \begin_inset Text
11404
11405 \begin_layout Plain Layout
11406 verylongtablecellword
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415 b
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424 c
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 </row>
11430 <row>
11431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 d
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 e
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 f
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 </row>
11459 <row>
11460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 g
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 h
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 i
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 </row>
11488 </lyxtabular>
11489
11490 \end_inset
11491
11492
11493 \begin_inset space \hfill{}
11494 \end_inset
11495
11496
11497 \begin_inset Tabular
11498 <lyxtabular version="3" rows="3" columns="3">
11499 <features tabularvalignment="middle">
11500 <column alignment="center" valignment="middle" width="2.5cm">
11501 <column alignment="center" valignment="middle">
11502 <column alignment="center" valignment="middle">
11503 <row>
11504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 \begin_inset space \hspace{}
11509 \length 0pt
11510 \end_inset
11511
11512 verylongtablecellword
11513 \end_layout
11514
11515 \end_inset
11516 </cell>
11517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11518 \begin_inset Text
11519
11520 \begin_layout Plain Layout
11521 b
11522 \end_layout
11523
11524 \end_inset
11525 </cell>
11526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11527 \begin_inset Text
11528
11529 \begin_layout Plain Layout
11530 c
11531 \end_layout
11532
11533 \end_inset
11534 </cell>
11535 </row>
11536 <row>
11537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11538 \begin_inset Text
11539
11540 \begin_layout Plain Layout
11541 d
11542 \end_layout
11543
11544 \end_inset
11545 </cell>
11546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11547 \begin_inset Text
11548
11549 \begin_layout Plain Layout
11550 e
11551 \end_layout
11552
11553 \end_inset
11554 </cell>
11555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559 f
11560 \end_layout
11561
11562 \end_inset
11563 </cell>
11564 </row>
11565 <row>
11566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11567 \begin_inset Text
11568
11569 \begin_layout Plain Layout
11570 g
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11576 \begin_inset Text
11577
11578 \begin_layout Plain Layout
11579 h
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11585 \begin_inset Text
11586
11587 \begin_layout Plain Layout
11588 i
11589 \end_layout
11590
11591 \end_inset
11592 </cell>
11593 </row>
11594 </lyxtabular>
11595
11596 \end_inset
11597
11598
11599 \begin_inset space \hfill{}
11600 \end_inset
11601
11602
11603 \end_layout
11604
11605 \end_inset
11606
11607
11608 \end_layout
11609
11610 \begin_layout Subsection
11611 Multicolumns
11612 \begin_inset CommandInset label
11613 LatexCommand label
11614 name "subsec:Multicolumns"
11615
11616 \end_inset
11617
11618
11619 \begin_inset Index idx
11620 status collapsed
11621
11622 \begin_layout Plain Layout
11623 Multicolumns
11624 \end_layout
11625
11626 \end_inset
11627
11628
11629 \begin_inset Index idx
11630 status collapsed
11631
11632 \begin_layout Plain Layout
11633 Table ! Multicolumns
11634 \end_layout
11635
11636 \end_inset
11637
11638
11639 \end_layout
11640
11641 \begin_layout Subsubsection
11642 Multicolumn Basics
11643 \end_layout
11644
11645 \begin_layout Standard
11646 To merge cells over multiple columns, select as many cells within a row
11647  as you want to merge and use either the table-toolbar button 
11648 \begin_inset Info
11649 type  "icon"
11650 arg   "tabular-feature multicolumn"
11651 \end_inset
11652
11653 , or the menu 
11654 \family sans
11655 Edit\SpecialChar menuseparator
11656 Table\SpecialChar menuseparator
11657 Multicolumn
11658 \family default
11659 , or right click on the marked cells and choose 
11660 \family sans
11661 Multicolumn
11662 \family default
11663  in the context menu.
11664 \end_layout
11665
11666 \begin_layout Standard
11667 Multicolumns have their own cell settings.
11668  That means changing cell borders, cell alignment, and the width only affects
11669  the multicolumn.
11670  Here is an example table with a multicolumn cell in the first row and one
11671  in the last row without the upper border:
11672 \end_layout
11673
11674 \begin_layout Standard
11675 \align center
11676 \begin_inset Tabular
11677 <lyxtabular version="3" rows="3" columns="4">
11678 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11679 <column alignment="center" valignment="top" width="0pt">
11680 <column alignment="center" valignment="middle">
11681 <column alignment="center" valignment="top" width="0in">
11682 <column alignment="center" valignment="top" width="0pt">
11683 <row>
11684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688 abc
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697 def ghi
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706
11707 \end_layout
11708
11709 \end_inset
11710 </cell>
11711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11712 \begin_inset Text
11713
11714 \begin_layout Plain Layout
11715 jkl
11716 \end_layout
11717
11718 \end_inset
11719 </cell>
11720 </row>
11721 <row>
11722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11723 \begin_inset Text
11724
11725 \begin_layout Plain Layout
11726
11727 \family roman
11728 \series medium
11729 \shape up
11730 \size normal
11731 \emph off
11732 \bar no
11733 \noun off
11734 \color none
11735 A
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11741 \begin_inset Text
11742
11743 \begin_layout Plain Layout
11744 B
11745 \end_layout
11746
11747 \end_inset
11748 </cell>
11749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11750 \begin_inset Text
11751
11752 \begin_layout Plain Layout
11753 C
11754 \end_layout
11755
11756 \end_inset
11757 </cell>
11758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11759 \begin_inset Text
11760
11761 \begin_layout Plain Layout
11762 D
11763 \end_layout
11764
11765 \end_inset
11766 </cell>
11767 </row>
11768 <row>
11769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773 1
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11779 \begin_inset Text
11780
11781 \begin_layout Plain Layout
11782 2
11783 \end_layout
11784
11785 \end_inset
11786 </cell>
11787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11788 \begin_inset Text
11789
11790 \begin_layout Plain Layout
11791 3
11792 \end_layout
11793
11794 \end_inset
11795 </cell>
11796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11797 \begin_inset Text
11798
11799 \begin_layout Plain Layout
11800 4
11801 \end_layout
11802
11803 \end_inset
11804 </cell>
11805 </row>
11806 </lyxtabular>
11807
11808 \end_inset
11809
11810
11811 \end_layout
11812
11813 \begin_layout Subsubsection
11814 Multicolumn Calculations
11815 \begin_inset CommandInset label
11816 LatexCommand label
11817 name "subsec:Multicolumn-Calculations"
11818
11819 \end_inset
11820
11821
11822 \begin_inset Index idx
11823 status collapsed
11824
11825 \begin_layout Plain Layout
11826 Multicolumns ! Calculations
11827 \end_layout
11828
11829 \end_inset
11830
11831
11832 \end_layout
11833
11834 \begin_layout Standard
11835 \SpecialChar LyX
11836  supports multicolumns directly, but we have to take account of the cell
11837  width of the columns spanned by the multicolumn cell.
11838 \end_layout
11839
11840 \begin_layout Standard
11841 \begin_inset Float table
11842 placement h
11843 wide false
11844 sideways false
11845 status open
11846
11847 \begin_layout Plain Layout
11848 \begin_inset Caption Standard
11849
11850 \begin_layout Plain Layout
11851 \begin_inset CommandInset label
11852 LatexCommand label
11853 name "tab:Table-with-centered"
11854
11855 \end_inset
11856
11857 Table with centered multicolumn text above two columns that have exactly
11858  half the width of the multicolumn cell
11859 \begin_inset Argument 1
11860 status collapsed
11861
11862 \begin_layout Plain Layout
11863 Perfect multicolumn table
11864 \end_layout
11865
11866 \end_inset
11867
11868
11869 \end_layout
11870
11871 \end_inset
11872
11873
11874 \end_layout
11875
11876 \begin_layout Plain Layout
11877 \align center
11878 \begin_inset Tabular
11879 <lyxtabular version="3" rows="3" columns="3">
11880 <features tabularvalignment="middle">
11881 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11882 <column alignment="center" valignment="middle">
11883 <column alignment="center" valignment="top">
11884 <row>
11885 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11886 \begin_inset Text
11887
11888 \begin_layout Plain Layout
11889 multiple lines multicolumn
11890 \end_layout
11891
11892 \end_inset
11893 </cell>
11894 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11895 \begin_inset Text
11896
11897 \begin_layout Plain Layout
11898
11899 \end_layout
11900
11901 \end_inset
11902 </cell>
11903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11904 \begin_inset Text
11905
11906 \begin_layout Plain Layout
11907 c
11908 \end_layout
11909
11910 \end_inset
11911 </cell>
11912 </row>
11913 <row>
11914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11915 \begin_inset Text
11916
11917 \begin_layout Plain Layout
11918 d
11919 \end_layout
11920
11921 \end_inset
11922 </cell>
11923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11924 \begin_inset Text
11925
11926 \begin_layout Plain Layout
11927 e
11928 \end_layout
11929
11930 \end_inset
11931 </cell>
11932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11933 \begin_inset Text
11934
11935 \begin_layout Plain Layout
11936 f
11937 \end_layout
11938
11939 \end_inset
11940 </cell>
11941 </row>
11942 <row>
11943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11944 \begin_inset Text
11945
11946 \begin_layout Plain Layout
11947 g
11948 \end_layout
11949
11950 \end_inset
11951 </cell>
11952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11953 \begin_inset Text
11954
11955 \begin_layout Plain Layout
11956 h
11957 \end_layout
11958
11959 \end_inset
11960 </cell>
11961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11962 \begin_inset Text
11963
11964 \begin_layout Plain Layout
11965 i
11966 \end_layout
11967
11968 \end_inset
11969 </cell>
11970 </row>
11971 </lyxtabular>
11972
11973 \end_inset
11974
11975
11976 \end_layout
11977
11978 \end_inset
11979
11980
11981 \end_layout
11982
11983 \begin_layout Standard
11984 To create for example Table
11985 \begin_inset space ~
11986 \end_inset
11987
11988
11989 \begin_inset CommandInset ref
11990 LatexCommand ref
11991 reference "tab:Table-with-centered"
11992
11993 \end_inset
11994
11995 , mark the first two cells in the first row of a 3×3 table and right-click
11996  on them.
11997  Now choose for this cell 
11998 \emph on
11999 multicolumn
12000 \emph default
12001
12002 \emph on
12003 centered alignment
12004 \emph default
12005  and a width of 2.5
12006 \begin_inset space \thinspace{}
12007 \end_inset
12008
12009 cm in the table dialog.
12010  The merged columns should have exactly half the width of the multicolumn
12011  cell, so that you would set a width of 1.25
12012 \begin_inset space \thinspace{}
12013 \end_inset
12014
12015 cm for the first column.
12016  The second column has then automatically a width of 1.25
12017 \begin_inset space \thinspace{}
12018 \end_inset
12019
12020 cm (multicolumn width - width of first column).
12021  This was done for Table
12022 \begin_inset space ~
12023 \end_inset
12024
12025
12026 \begin_inset CommandInset ref
12027 LatexCommand ref
12028 reference "tab:Table-without-half"
12029
12030 \end_inset
12031
12032 .
12033 \end_layout
12034
12035 \begin_layout Standard
12036 \begin_inset Float table
12037 wide false
12038 sideways false
12039 status open
12040
12041 \begin_layout Plain Layout
12042 \begin_inset Caption Standard
12043
12044 \begin_layout Plain Layout
12045 \begin_inset CommandInset label
12046 LatexCommand label
12047 name "tab:Table-without-half"
12048
12049 \end_inset
12050
12051 Table where the spanned table columns are not exactly half the width of
12052  the multicolumn cell
12053 \begin_inset Argument 1
12054 status collapsed
12055
12056 \begin_layout Plain Layout
12057 Imperfect multicolumn table
12058 \end_layout
12059
12060 \end_inset
12061
12062
12063 \end_layout
12064
12065 \end_inset
12066
12067
12068 \end_layout
12069
12070 \begin_layout Plain Layout
12071 \align center
12072 \begin_inset Tabular
12073 <lyxtabular version="3" rows="3" columns="3">
12074 <features tabularvalignment="middle">
12075 <column alignment="center" valignment="top" width="1.25cm">
12076 <column alignment="center" valignment="top">
12077 <column alignment="center" valignment="top">
12078 <row>
12079 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12080 \begin_inset Text
12081
12082 \begin_layout Plain Layout
12083 multiple lines multicolumn
12084 \end_layout
12085
12086 \end_inset
12087 </cell>
12088 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12089 \begin_inset Text
12090
12091 \begin_layout Plain Layout
12092
12093 \end_layout
12094
12095 \end_inset
12096 </cell>
12097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12098 \begin_inset Text
12099
12100 \begin_layout Plain Layout
12101 c
12102 \end_layout
12103
12104 \end_inset
12105 </cell>
12106 </row>
12107 <row>
12108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12109 \begin_inset Text
12110
12111 \begin_layout Plain Layout
12112 d
12113 \end_layout
12114
12115 \end_inset
12116 </cell>
12117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12118 \begin_inset Text
12119
12120 \begin_layout Plain Layout
12121 e
12122 \end_layout
12123
12124 \end_inset
12125 </cell>
12126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12127 \begin_inset Text
12128
12129 \begin_layout Plain Layout
12130 f
12131 \end_layout
12132
12133 \end_inset
12134 </cell>
12135 </row>
12136 <row>
12137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12138 \begin_inset Text
12139
12140 \begin_layout Plain Layout
12141 g
12142 \end_layout
12143
12144 \end_inset
12145 </cell>
12146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12147 \begin_inset Text
12148
12149 \begin_layout Plain Layout
12150 h
12151 \end_layout
12152
12153 \end_inset
12154 </cell>
12155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12156 \begin_inset Text
12157
12158 \begin_layout Plain Layout
12159 i
12160 \end_layout
12161
12162 \end_inset
12163 </cell>
12164 </row>
12165 </lyxtabular>
12166
12167 \end_inset
12168
12169
12170 \end_layout
12171
12172 \end_inset
12173
12174
12175 \end_layout
12176
12177 \begin_layout Standard
12178 You can see that the first column is not half the width of the multicolumn
12179  cell, it is a bit bigger.
12180  The reason is that the specified width of a cell 
12181 \begin_inset Formula $W_{g}$
12182 \end_inset
12183
12184  is not its total width 
12185 \begin_inset Formula $W_{\mathrm{tot}}$
12186 \end_inset
12187
12188  because a cell is always a bit larger than specified.
12189  Appendix
12190 \begin_inset space ~
12191 \end_inset
12192
12193
12194 \begin_inset CommandInset ref
12195 LatexCommand ref
12196 reference "cha:Explanation-of-Equation"
12197
12198 \end_inset
12199
12200  explains this in detail.
12201 \end_layout
12202
12203 \begin_layout Standard
12204 The width 
12205 \begin_inset Formula $W_{g\,n}$
12206 \end_inset
12207
12208  which the user needs to set when 
12209 \emph on
12210 n
12211 \emph default
12212  columns are spanned can be calculated, so that each column has a total
12213  width of 
12214 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12215 \end_inset
12216
12217 :
12218 \begin_inset Formula 
12219 \begin{equation}
12220 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12221 \end{equation}
12222
12223 \end_inset
12224
12225
12226 \end_layout
12227
12228 \begin_layout Standard
12229 In our case we have 
12230 \begin_inset Formula $n=2$
12231 \end_inset
12232
12233
12234 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12235 \end_inset
12236
12237 cm and the default values for the lengths, so that equation 
12238 \begin_inset CommandInset ref
12239 LatexCommand ref
12240 reference "eq:Wgn"
12241
12242 \end_inset
12243
12244  becomes
12245 \begin_inset Formula 
12246 \begin{equation}
12247 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12248 \end{equation}
12249
12250 \end_inset
12251
12252
12253 \end_layout
12254
12255 \begin_layout Standard
12256 To enable calculations in \SpecialChar LaTeX
12257 , the \SpecialChar LaTeX
12258 -package 
12259 \series bold
12260 calc
12261 \series default
12262  must be loaded with the document preamble line
12263 \begin_inset Index idx
12264 status collapsed
12265
12266 \begin_layout Plain Layout
12267 \SpecialChar LaTeX
12268 -packages ! calc
12269 \end_layout
12270
12271 \end_inset
12272
12273
12274 \end_layout
12275
12276 \begin_layout Standard
12277
12278 \series bold
12279
12280 \backslash
12281 usepackage{calc}
12282 \end_layout
12283
12284 \begin_layout Standard
12285 \SpecialChar LyX
12286  does not allow you to calculate lengths in the 
12287 \family sans
12288 Width
12289 \family default
12290  field of the table dialog.
12291  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12292 -argument in the
12293  dialog.
12294  Here is an overview about the arguments:
12295 \end_layout
12296
12297 \begin_layout Itemize
12298
12299 \series bold
12300 p{width}
12301 \series default
12302  creates cell with a fixed width, its text is vertically top-aligned
12303 \end_layout
12304
12305 \begin_layout Itemize
12306
12307 \series bold
12308 m{width}
12309 \series default
12310  creates cell with a fixed width, its text is vertically centered
12311 \end_layout
12312
12313 \begin_layout Itemize
12314
12315 \series bold
12316 b{width}
12317 \series default
12318  creates cell with a fixed width, its text is vertically bottom-aligned
12319 \end_layout
12320
12321 \begin_layout Standard
12322 By entering a \SpecialChar LaTeX
12323 -argument, all cell settings set in the table dialog are overwritt
12324 en.
12325 \end_layout
12326
12327 \begin_layout Standard
12328 \begin_inset Note Greyedout
12329 status open
12330
12331 \begin_layout Plain Layout
12332
12333 \series bold
12334 Note:
12335 \series default
12336  Due to a bug, \SpecialChar LyX
12337  shows the overwritten settings anyway.
12338 \end_layout
12339
12340 \end_inset
12341
12342
12343 \end_layout
12344
12345 \begin_layout Standard
12346 As the text should be horizontally centered, the command 
12347 \series bold
12348
12349 \backslash
12350 centering
12351 \series default
12352  is added.
12353  You can now enter the following \SpecialChar LaTeX
12354 -argument for the first spanned column:
12355 \end_layout
12356
12357 \begin_layout Standard
12358
12359 \series bold
12360 >{
12361 \backslash
12362 centering}m{1.25cm-6.2pt}
12363 \end_layout
12364
12365 \begin_layout Standard
12366 The command 
12367 \series bold
12368 >{ }
12369 \series default
12370  means, that the commands inside the braces are applied before the cell
12371  is created.
12372 \end_layout
12373
12374 \begin_layout Standard
12375 Although we have chosen centered alignment for the text of the multicolumn
12376  cell, it is still left aligned.
12377  This is because \SpecialChar LyX
12378  only applies the alignment to single columns.
12379  So for the multicolumn cell we have to use the \SpecialChar LaTeX
12380 -argument
12381 \end_layout
12382
12383 \begin_layout Standard
12384
12385 \series bold
12386 >{
12387 \backslash
12388 centering}m{2.5cm}
12389 \end_layout
12390
12391 \begin_layout Subsection
12392 Multirows
12393 \begin_inset CommandInset label
12394 LatexCommand label
12395 name "subsec:Multirows"
12396
12397 \end_inset
12398
12399
12400 \begin_inset Index idx
12401 status collapsed
12402
12403 \begin_layout Plain Layout
12404 Multirows
12405 \end_layout
12406
12407 \end_inset
12408
12409
12410 \begin_inset Index idx
12411 status collapsed
12412
12413 \begin_layout Plain Layout
12414 Table ! Multirows
12415 \end_layout
12416
12417 \end_inset
12418
12419
12420 \end_layout
12421
12422 \begin_layout Standard
12423 To merge cells over multiple rows, select as many cells within a column
12424  as you want to merge and use either the table-toolbar button 
12425 \begin_inset Info
12426 type  "icon"
12427 arg   "tabular-feature multirow"
12428 \end_inset
12429
12430 , or the menu 
12431 \family sans
12432 Edit\SpecialChar menuseparator
12433 Table\SpecialChar menuseparator
12434 Multirow
12435 \family default
12436 , or right click on the marked cells and choose 
12437 \family sans
12438 Multirow
12439 \family default
12440  in the context menu.
12441 \end_layout
12442
12443 \begin_layout Standard
12444 Here is an example table with a multirow in the first column:
12445 \end_layout
12446
12447 \begin_layout Standard
12448 \align center
12449 \begin_inset Tabular
12450 <lyxtabular version="3" rows="3" columns="3">
12451 <features tabularvalignment="middle">
12452 <column alignment="center" valignment="top" width="0pt">
12453 <column alignment="center" valignment="top">
12454 <column alignment="center" valignment="top">
12455 <row>
12456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12457 \begin_inset Text
12458
12459 \begin_layout Plain Layout
12460 a long cell entry
12461 \end_layout
12462
12463 \end_inset
12464 </cell>
12465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12466 \begin_inset Text
12467
12468 \begin_layout Plain Layout
12469 b
12470 \end_layout
12471
12472 \end_inset
12473 </cell>
12474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12475 \begin_inset Text
12476
12477 \begin_layout Plain Layout
12478 c
12479 \end_layout
12480
12481 \end_inset
12482 </cell>
12483 </row>
12484 <row>
12485 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12486 \begin_inset Text
12487
12488 \begin_layout Plain Layout
12489 multirow
12490 \end_layout
12491
12492 \end_inset
12493 </cell>
12494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12495 \begin_inset Text
12496
12497 \begin_layout Plain Layout
12498 e
12499 \end_layout
12500
12501 \end_inset
12502 </cell>
12503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12504 \begin_inset Text
12505
12506 \begin_layout Plain Layout
12507 f
12508 \end_layout
12509
12510 \end_inset
12511 </cell>
12512 </row>
12513 <row>
12514 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12515 \begin_inset Text
12516
12517 \begin_layout Plain Layout
12518
12519 \end_layout
12520
12521 \end_inset
12522 </cell>
12523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12524 \begin_inset Text
12525
12526 \begin_layout Plain Layout
12527 h
12528 \end_layout
12529
12530 \end_inset
12531 </cell>
12532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12533 \begin_inset Text
12534
12535 \begin_layout Plain Layout
12536 i
12537 \end_layout
12538
12539 \end_inset
12540 </cell>
12541 </row>
12542 </lyxtabular>
12543
12544 \end_inset
12545
12546
12547 \end_layout
12548
12549 \begin_layout Standard
12550 The width of multirow cells is set by setting the width and alignment for
12551  the whole column.
12552  The 
12553 \family sans
12554 Vertical Offset
12555 \family default
12556  shifts the content of the multirow up/down if the offset is positive/negative.
12557 \end_layout
12558
12559 \begin_layout Standard
12560 If the column of a multirow cell has no explicit width, the multirow cell
12561  inherits the alignment of the column.
12562  Otherwise it is by default left-aligned.
12563  To override the default, renew the command 
12564 \series bold
12565
12566 \backslash
12567 multirowsetup
12568 \series default
12569  with the command
12570 \end_layout
12571
12572 \begin_layout Standard
12573
12574 \series bold
12575
12576 \backslash
12577 renewcommand{
12578 \backslash
12579 multirowsetup}{
12580 \backslash
12581 centering}
12582 \end_layout
12583
12584 \begin_layout Standard
12585 in the document preamble.
12586  Then all entries of multirow cells in the document are centered.
12587  If centering is only needed for several tables, you can renew the command
12588  in a \SpecialChar TeX
12589  Code box just before the table instead of the preamble.
12590  If the text should be right-aligned, replace 
12591 \series bold
12592
12593 \backslash
12594 centering
12595 \series default
12596  by 
12597 \series bold
12598
12599 \backslash
12600 raggedleft
12601 \series default
12602 .
12603  To return to left-alignment 
12604 \series bold
12605
12606 \backslash
12607 raggedright
12608 \series default
12609  is used.
12610 \end_layout
12611
12612 \begin_layout Standard
12613 This is an example table with a right-aligned multirow cell that has a vertical
12614  offset of -4
12615 \begin_inset space \thinspace{}
12616 \end_inset
12617
12618 mm and is in a 3
12619 \begin_inset space \thinspace{}
12620 \end_inset
12621
12622 cm wide column:
12623 \end_layout
12624
12625 \begin_layout Standard
12626 \noindent
12627 \align center
12628 \begin_inset ERT
12629 status collapsed
12630
12631 \begin_layout Plain Layout
12632
12633
12634 \backslash
12635 renewcommand{
12636 \backslash
12637 multirowsetup}{
12638 \backslash
12639 raggedleft}
12640 \end_layout
12641
12642 \end_inset
12643
12644
12645 \begin_inset Tabular
12646 <lyxtabular version="3" rows="4" columns="3">
12647 <features tabularvalignment="middle">
12648 <column alignment="center" valignment="top" width="3cm">
12649 <column alignment="center" valignment="top">
12650 <column alignment="center" valignment="top">
12651 <row>
12652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12653 \begin_inset Text
12654
12655 \begin_layout Plain Layout
12656 a long cell entry
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12662 \begin_inset Text
12663
12664 \begin_layout Plain Layout
12665 b
12666 \end_layout
12667
12668 \end_inset
12669 </cell>
12670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12671 \begin_inset Text
12672
12673 \begin_layout Plain Layout
12674 c
12675 \end_layout
12676
12677 \end_inset
12678 </cell>
12679 </row>
12680 <row>
12681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12682 \begin_inset Text
12683
12684 \begin_layout Plain Layout
12685 t
12686 \end_layout
12687
12688 \end_inset
12689 </cell>
12690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12691 \begin_inset Text
12692
12693 \begin_layout Plain Layout
12694 n
12695 \end_layout
12696
12697 \end_inset
12698 </cell>
12699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12700 \begin_inset Text
12701
12702 \begin_layout Plain Layout
12703 m
12704 \end_layout
12705
12706 \end_inset
12707 </cell>
12708 </row>
12709 <row>
12710 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12711 \begin_inset Text
12712
12713 \begin_layout Plain Layout
12714 multirow
12715 \end_layout
12716
12717 \end_inset
12718 </cell>
12719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12720 \begin_inset Text
12721
12722 \begin_layout Plain Layout
12723 e
12724 \end_layout
12725
12726 \end_inset
12727 </cell>
12728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12729 \begin_inset Text
12730
12731 \begin_layout Plain Layout
12732 f
12733 \end_layout
12734
12735 \end_inset
12736 </cell>
12737 </row>
12738 <row>
12739 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12740 \begin_inset Text
12741
12742 \begin_layout Plain Layout
12743
12744 \end_layout
12745
12746 \end_inset
12747 </cell>
12748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12749 \begin_inset Text
12750
12751 \begin_layout Plain Layout
12752 h
12753 \end_layout
12754
12755 \end_inset
12756 </cell>
12757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12758 \begin_inset Text
12759
12760 \begin_layout Plain Layout
12761 i
12762 \end_layout
12763
12764 \end_inset
12765 </cell>
12766 </row>
12767 </lyxtabular>
12768
12769 \end_inset
12770
12771
12772 \begin_inset ERT
12773 status collapsed
12774
12775 \begin_layout Plain Layout
12776
12777
12778 \backslash
12779 renewcommand{
12780 \backslash
12781 multirowsetup}{
12782 \backslash
12783 raggedright}
12784 \end_layout
12785
12786 \end_inset
12787
12788
12789 \end_layout
12790
12791 \begin_layout Standard
12792 To start a new line in a multirow you can use a forced line break (shortcut
12793  
12794 \begin_inset Info
12795 type  "shortcut"
12796 arg   "newline-insert newline"
12797 \end_inset
12798
12799 ) but this will not respect the cell lines as demonstrated in this table:
12800 \end_layout
12801
12802 \begin_layout Standard
12803 \noindent
12804 \align center
12805 \begin_inset Tabular
12806 <lyxtabular version="3" rows="3" columns="2">
12807 <features tabularvalignment="middle">
12808 <column alignment="left" valignment="middle" width="2cm">
12809 <column alignment="center" valignment="top">
12810 <row>
12811 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12812 \begin_inset Text
12813
12814 \begin_layout Plain Layout
12815 aaa
12816 \begin_inset Newline newline
12817 \end_inset
12818
12819 aaa
12820 \begin_inset Newline newline
12821 \end_inset
12822
12823 wrong cell
12824 \end_layout
12825
12826 \end_inset
12827 </cell>
12828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12829 \begin_inset Text
12830
12831 \begin_layout Plain Layout
12832 ccc
12833 \end_layout
12834
12835 \end_inset
12836 </cell>
12837 </row>
12838 <row>
12839 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Plain Layout
12852 ddd
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 </row>
12858 <row>
12859 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12860 \begin_inset Text
12861
12862 \begin_layout Plain Layout
12863 bbb
12864 \end_layout
12865
12866 \end_inset
12867 </cell>
12868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12869 \begin_inset Text
12870
12871 \begin_layout Plain Layout
12872 eee
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 </row>
12878 </lyxtabular>
12879
12880 \end_inset
12881
12882
12883 \end_layout
12884
12885 \begin_layout Standard
12886 Therefore be careful with forced line breaks.
12887 \end_layout
12888
12889 \begin_layout Subsection
12890 Cells with diagonal line(s)
12891 \end_layout
12892
12893 \begin_layout Standard
12894 To tell the reader what is meant by column and row headings in a table,
12895  it is helpful to split the first cell of the table by one or two diagonal
12896  lines.
12897  This can be achieved by loading the \SpecialChar LaTeX
12898  package 
12899 \series bold
12900 diagbox
12901 \series default
12902
12903 \begin_inset Index idx
12904 status collapsed
12905
12906 \begin_layout Plain Layout
12907 \SpecialChar LaTeX
12908 -packages ! picinpar
12909 \end_layout
12910
12911 \end_inset
12912
12913  in the document preamble.
12914  The package provides the command 
12915 \series bold
12916
12917 \backslash
12918 diagbox
12919 \series default
12920  that is inserted as \SpecialChar TeX
12921  Code and that can take 2 or 3
12922 \begin_inset space ~
12923 \end_inset
12924
12925 arguments:
12926 \end_layout
12927
12928 \begin_layout Standard
12929
12930 \series bold
12931
12932 \backslash
12933 diagbox[options]{lower left}{upper right}
12934 \end_layout
12935
12936 \begin_layout Standard
12937
12938 \series bold
12939
12940 \backslash
12941 diagbox[options]{lower left}{upper left}{upper right}
12942 \end_layout
12943
12944 \begin_layout Standard
12945 The first scheme divides the cell by a single diagonal line and the arguments
12946  are placed below and above this line.
12947  The second scheme divides the cell by 2
12948 \begin_inset space ~
12949 \end_inset
12950
12951 lines.
12952 \end_layout
12953
12954 \begin_layout Standard
12955 \begin_inset ERT
12956 status collapsed
12957
12958 \begin_layout Plain Layout
12959
12960
12961 \backslash
12962 ifdiagbox
12963 \end_layout
12964
12965 \end_inset
12966
12967
12968 \begin_inset Note Note
12969 status open
12970
12971 \begin_layout Plain Layout
12972 The following section will only be displayed when the \SpecialChar LaTeX
12973 -package 
12974 \series bold
12975 diagbox
12976 \series default
12977  is installed.
12978 \end_layout
12979
12980 \end_inset
12981
12982
12983 \end_layout
12984
12985 \begin_layout Standard
12986 Here is an example table where 
12987 \series bold
12988
12989 \backslash
12990 diagbox 
12991 \series default
12992 is used in the 2-argument scheme in the first cell:
12993 \begin_inset VSpace medskip
12994 \end_inset
12995
12996
12997 \end_layout
12998
12999 \begin_layout Standard
13000 \noindent
13001 \begin_inset Tabular
13002 <lyxtabular version="3" rows="4" columns="4">
13003 <features tabularvalignment="middle">
13004 <column alignment="center" valignment="top">
13005 <column alignment="center" valignment="top">
13006 <column alignment="center" valignment="top">
13007 <column alignment="center" valignment="top">
13008 <row>
13009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13010 \begin_inset Text
13011
13012 \begin_layout Plain Layout
13013 \begin_inset ERT
13014 status collapsed
13015
13016 \begin_layout Plain Layout
13017
13018
13019 \backslash
13020 diagbox{
13021 \end_layout
13022
13023 \end_inset
13024
13025 Name
13026 \begin_inset ERT
13027 status collapsed
13028
13029 \begin_layout Plain Layout
13030
13031 }{
13032 \end_layout
13033
13034 \end_inset
13035
13036 Parameter
13037 \begin_inset ERT
13038 status collapsed
13039
13040 \begin_layout Plain Layout
13041
13042 }
13043 \end_layout
13044
13045 \end_inset
13046
13047
13048 \end_layout
13049
13050 \end_inset
13051 </cell>
13052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13053 \begin_inset Text
13054
13055 \begin_layout Plain Layout
13056 Thickness in nm
13057 \end_layout
13058
13059 \end_inset
13060 </cell>
13061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13062 \begin_inset Text
13063
13064 \begin_layout Plain Layout
13065 Transparency in %
13066 \end_layout
13067
13068 \end_inset
13069 </cell>
13070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13071 \begin_inset Text
13072
13073 \begin_layout Plain Layout
13074 Hardness in MPa
13075 \end_layout
13076
13077 \end_inset
13078 </cell>
13079 </row>
13080 <row>
13081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13082 \begin_inset Text
13083
13084 \begin_layout Plain Layout
13085 Perfect Green
13086 \end_layout
13087
13088 \end_inset
13089 </cell>
13090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13091 \begin_inset Text
13092
13093 \begin_layout Plain Layout
13094 45
13095 \end_layout
13096
13097 \end_inset
13098 </cell>
13099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13100 \begin_inset Text
13101
13102 \begin_layout Plain Layout
13103 80
13104 \end_layout
13105
13106 \end_inset
13107 </cell>
13108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13109 \begin_inset Text
13110
13111 \begin_layout Plain Layout
13112 504
13113 \end_layout
13114
13115 \end_inset
13116 </cell>
13117 </row>
13118 <row>
13119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13120 \begin_inset Text
13121
13122 \begin_layout Plain Layout
13123 Dark Multi-P
13124 \end_layout
13125
13126 \end_inset
13127 </cell>
13128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13129 \begin_inset Text
13130
13131 \begin_layout Plain Layout
13132 60
13133 \end_layout
13134
13135 \end_inset
13136 </cell>
13137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13138 \begin_inset Text
13139
13140 \begin_layout Plain Layout
13141 72
13142 \end_layout
13143
13144 \end_inset
13145 </cell>
13146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13147 \begin_inset Text
13148
13149 \begin_layout Plain Layout
13150 982
13151 \end_layout
13152
13153 \end_inset
13154 </cell>
13155 </row>
13156 <row>
13157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13158 \begin_inset Text
13159
13160 \begin_layout Plain Layout
13161 Crystal Clear Pro
13162 \end_layout
13163
13164 \end_inset
13165 </cell>
13166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13167 \begin_inset Text
13168
13169 \begin_layout Plain Layout
13170 18
13171 \end_layout
13172
13173 \end_inset
13174 </cell>
13175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13176 \begin_inset Text
13177
13178 \begin_layout Plain Layout
13179 86
13180 \end_layout
13181
13182 \end_inset
13183 </cell>
13184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13185 \begin_inset Text
13186
13187 \begin_layout Plain Layout
13188 374
13189 \end_layout
13190
13191 \end_inset
13192 </cell>
13193 </row>
13194 </lyxtabular>
13195
13196 \end_inset
13197
13198
13199 \begin_inset VSpace medskip
13200 \end_inset
13201
13202
13203 \end_layout
13204
13205 \begin_layout Standard
13206 The 3-argument scheme is for example useful for cross-tables of sports leagues
13207  or distances:
13208 \end_layout
13209
13210 \begin_layout Standard
13211 \noindent
13212 \align center
13213 \begin_inset Tabular
13214 <lyxtabular version="3" rows="4" columns="4">
13215 <features tabularvalignment="middle">
13216 <column alignment="center" valignment="top" width="0pt">
13217 <column alignment="center" valignment="top">
13218 <column alignment="center" valignment="top">
13219 <column alignment="center" valignment="top">
13220 <row>
13221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13222 \begin_inset Text
13223
13224 \begin_layout Plain Layout
13225 \begin_inset ERT
13226 status collapsed
13227
13228 \begin_layout Plain Layout
13229
13230
13231 \backslash
13232 diagbox{
13233 \end_layout
13234
13235 \end_inset
13236
13237 Team home
13238 \begin_inset ERT
13239 status collapsed
13240
13241 \begin_layout Plain Layout
13242
13243 }{
13244 \end_layout
13245
13246 \end_inset
13247
13248 Result
13249 \begin_inset ERT
13250 status collapsed
13251
13252 \begin_layout Plain Layout
13253
13254 }{
13255 \end_layout
13256
13257 \end_inset
13258
13259 Team away
13260 \begin_inset ERT
13261 status collapsed
13262
13263 \begin_layout Plain Layout
13264
13265 }
13266 \end_layout
13267
13268 \end_inset
13269
13270
13271 \end_layout
13272
13273 \end_inset
13274 </cell>
13275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13276 \begin_inset Text
13277
13278 \begin_layout Plain Layout
13279 Tigers
13280 \end_layout
13281
13282 \end_inset
13283 </cell>
13284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13285 \begin_inset Text
13286
13287 \begin_layout Plain Layout
13288 Panthers
13289 \end_layout
13290
13291 \end_inset
13292 </cell>
13293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13294 \begin_inset Text
13295
13296 \begin_layout Plain Layout
13297 Falcons
13298 \end_layout
13299
13300 \end_inset
13301 </cell>
13302 </row>
13303 <row>
13304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13305 \begin_inset Text
13306
13307 \begin_layout Plain Layout
13308 Tigers
13309 \end_layout
13310
13311 \end_inset
13312 </cell>
13313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13314 \begin_inset Text
13315
13316 \begin_layout Plain Layout
13317 —
13318 \end_layout
13319
13320 \end_inset
13321 </cell>
13322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13323 \begin_inset Text
13324
13325 \begin_layout Plain Layout
13326 1:3
13327 \end_layout
13328
13329 \end_inset
13330 </cell>
13331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13332 \begin_inset Text
13333
13334 \begin_layout Plain Layout
13335 0:1
13336 \end_layout
13337
13338 \end_inset
13339 </cell>
13340 </row>
13341 <row>
13342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13343 \begin_inset Text
13344
13345 \begin_layout Plain Layout
13346 Panthers
13347 \end_layout
13348
13349 \end_inset
13350 </cell>
13351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13352 \begin_inset Text
13353
13354 \begin_layout Plain Layout
13355 3:1
13356 \end_layout
13357
13358 \end_inset
13359 </cell>
13360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13361 \begin_inset Text
13362
13363 \begin_layout Plain Layout
13364 —
13365 \end_layout
13366
13367 \end_inset
13368 </cell>
13369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13370 \begin_inset Text
13371
13372 \begin_layout Plain Layout
13373 0:0
13374 \end_layout
13375
13376 \end_inset
13377 </cell>
13378 </row>
13379 <row>
13380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13381 \begin_inset Text
13382
13383 \begin_layout Plain Layout
13384 Falcons
13385 \end_layout
13386
13387 \end_inset
13388 </cell>
13389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13390 \begin_inset Text
13391
13392 \begin_layout Plain Layout
13393 1:0
13394 \end_layout
13395
13396 \end_inset
13397 </cell>
13398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13399 \begin_inset Text
13400
13401 \begin_layout Plain Layout
13402 0:0
13403 \end_layout
13404
13405 \end_inset
13406 </cell>
13407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13408 \begin_inset Text
13409
13410 \begin_layout Plain Layout
13411 —
13412 \end_layout
13413
13414 \end_inset
13415 </cell>
13416 </row>
13417 </lyxtabular>
13418
13419 \end_inset
13420
13421
13422 \end_layout
13423
13424 \begin_layout Standard
13425 For larger cross-tables one might use split cells in 2 or every corner of
13426  the table like in this example:
13427 \end_layout
13428
13429 \begin_layout Standard
13430 \noindent
13431 \align center
13432 \begin_inset Tabular
13433 <lyxtabular version="3" rows="5" columns="5">
13434 <features tabularvalignment="middle">
13435 <column alignment="center" valignment="top" width="0pt">
13436 <column alignment="center" valignment="top">
13437 <column alignment="center" valignment="top">
13438 <column alignment="center" valignment="top">
13439 <column alignment="center" valignment="top">
13440 <row>
13441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13442 \begin_inset Text
13443
13444 \begin_layout Plain Layout
13445 \begin_inset ERT
13446 status open
13447
13448 \begin_layout Plain Layout
13449
13450
13451 \backslash
13452 diagbox{
13453 \end_layout
13454
13455 \end_inset
13456
13457 Team home
13458 \begin_inset ERT
13459 status collapsed
13460
13461 \begin_layout Plain Layout
13462
13463 }{
13464 \end_layout
13465
13466 \end_inset
13467
13468 Result
13469 \begin_inset ERT
13470 status collapsed
13471
13472 \begin_layout Plain Layout
13473
13474 }{
13475 \end_layout
13476
13477 \end_inset
13478
13479 Team away
13480 \begin_inset ERT
13481 status collapsed
13482
13483 \begin_layout Plain Layout
13484
13485 }
13486 \end_layout
13487
13488 \end_inset
13489
13490
13491 \end_layout
13492
13493 \end_inset
13494 </cell>
13495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13496 \begin_inset Text
13497
13498 \begin_layout Plain Layout
13499 Tigers
13500 \end_layout
13501
13502 \end_inset
13503 </cell>
13504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13505 \begin_inset Text
13506
13507 \begin_layout Plain Layout
13508 Panthers
13509 \end_layout
13510
13511 \end_inset
13512 </cell>
13513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13514 \begin_inset Text
13515
13516 \begin_layout Plain Layout
13517 Falcons
13518 \end_layout
13519
13520 \end_inset
13521 </cell>
13522 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13523 \begin_inset Text
13524
13525 \begin_layout Plain Layout
13526 \begin_inset ERT
13527 status open
13528
13529 \begin_layout Plain Layout
13530
13531
13532 \backslash
13533 diagbox[dir=NE]{
13534 \end_layout
13535
13536 \end_inset
13537
13538 Team home
13539 \begin_inset ERT
13540 status collapsed
13541
13542 \begin_layout Plain Layout
13543
13544 }{
13545 \end_layout
13546
13547 \end_inset
13548
13549 Result
13550 \begin_inset ERT
13551 status collapsed
13552
13553 \begin_layout Plain Layout
13554
13555 }{
13556 \end_layout
13557
13558 \end_inset
13559
13560 Team away
13561 \begin_inset ERT
13562 status collapsed
13563
13564 \begin_layout Plain Layout
13565
13566 }
13567 \end_layout
13568
13569 \end_inset
13570
13571
13572 \end_layout
13573
13574 \end_inset
13575 </cell>
13576 </row>
13577 <row>
13578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13579 \begin_inset Text
13580
13581 \begin_layout Plain Layout
13582 Tigers
13583 \end_layout
13584
13585 \end_inset
13586 </cell>
13587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13588 \begin_inset Text
13589
13590 \begin_layout Plain Layout
13591 —
13592 \end_layout
13593
13594 \end_inset
13595 </cell>
13596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13597 \begin_inset Text
13598
13599 \begin_layout Plain Layout
13600 1:3
13601 \end_layout
13602
13603 \end_inset
13604 </cell>
13605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13606 \begin_inset Text
13607
13608 \begin_layout Plain Layout
13609 0:1
13610 \end_layout
13611
13612 \end_inset
13613 </cell>
13614 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13615 \begin_inset Text
13616
13617 \begin_layout Plain Layout
13618 Tigers
13619 \end_layout
13620
13621 \end_inset
13622 </cell>
13623 </row>
13624 <row>
13625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13626 \begin_inset Text
13627
13628 \begin_layout Plain Layout
13629 Panthers
13630 \end_layout
13631
13632 \end_inset
13633 </cell>
13634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13635 \begin_inset Text
13636
13637 \begin_layout Plain Layout
13638 3:1
13639 \end_layout
13640
13641 \end_inset
13642 </cell>
13643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13644 \begin_inset Text
13645
13646 \begin_layout Plain Layout
13647 —
13648 \end_layout
13649
13650 \end_inset
13651 </cell>
13652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13653 \begin_inset Text
13654
13655 \begin_layout Plain Layout
13656 0:0
13657 \end_layout
13658
13659 \end_inset
13660 </cell>
13661 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13662 \begin_inset Text
13663
13664 \begin_layout Plain Layout
13665 Panthers
13666 \end_layout
13667
13668 \end_inset
13669 </cell>
13670 </row>
13671 <row>
13672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13673 \begin_inset Text
13674
13675 \begin_layout Plain Layout
13676 Falcons
13677 \end_layout
13678
13679 \end_inset
13680 </cell>
13681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13682 \begin_inset Text
13683
13684 \begin_layout Plain Layout
13685 1:0
13686 \end_layout
13687
13688 \end_inset
13689 </cell>
13690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13691 \begin_inset Text
13692
13693 \begin_layout Plain Layout
13694 0:0
13695 \end_layout
13696
13697 \end_inset
13698 </cell>
13699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13700 \begin_inset Text
13701
13702 \begin_layout Plain Layout
13703 —
13704 \end_layout
13705
13706 \end_inset
13707 </cell>
13708 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13709 \begin_inset Text
13710
13711 \begin_layout Plain Layout
13712 Falcons
13713 \end_layout
13714
13715 \end_inset
13716 </cell>
13717 </row>
13718 <row>
13719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13720 \begin_inset Text
13721
13722 \begin_layout Plain Layout
13723 \begin_inset ERT
13724 status open
13725
13726 \begin_layout Plain Layout
13727
13728
13729 \backslash
13730 diagbox[dir=SW]{
13731 \end_layout
13732
13733 \end_inset
13734
13735 Team home
13736 \begin_inset ERT
13737 status collapsed
13738
13739 \begin_layout Plain Layout
13740
13741 }{
13742 \end_layout
13743
13744 \end_inset
13745
13746 Result
13747 \begin_inset ERT
13748 status collapsed
13749
13750 \begin_layout Plain Layout
13751
13752 }{
13753 \end_layout
13754
13755 \end_inset
13756
13757 Team away
13758 \begin_inset ERT
13759 status collapsed
13760
13761 \begin_layout Plain Layout
13762
13763 }
13764 \end_layout
13765
13766 \end_inset
13767
13768
13769 \end_layout
13770
13771 \end_inset
13772 </cell>
13773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13774 \begin_inset Text
13775
13776 \begin_layout Plain Layout
13777 Tigers
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Plain Layout
13786 Panthers
13787 \end_layout
13788
13789 \end_inset
13790 </cell>
13791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13792 \begin_inset Text
13793
13794 \begin_layout Plain Layout
13795 Falcons
13796 \end_layout
13797
13798 \end_inset
13799 </cell>
13800 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13801 \begin_inset Text
13802
13803 \begin_layout Plain Layout
13804 \begin_inset ERT
13805 status open
13806
13807 \begin_layout Plain Layout
13808
13809
13810 \backslash
13811 diagbox[dir=SE]{
13812 \end_layout
13813
13814 \end_inset
13815
13816 Team home
13817 \begin_inset ERT
13818 status collapsed
13819
13820 \begin_layout Plain Layout
13821
13822 }{
13823 \end_layout
13824
13825 \end_inset
13826
13827 Result
13828 \begin_inset ERT
13829 status collapsed
13830
13831 \begin_layout Plain Layout
13832
13833 }{
13834 \end_layout
13835
13836 \end_inset
13837
13838 Team away
13839 \begin_inset ERT
13840 status collapsed
13841
13842 \begin_layout Plain Layout
13843
13844 }
13845 \end_layout
13846
13847 \end_inset
13848
13849
13850 \end_layout
13851
13852 \end_inset
13853 </cell>
13854 </row>
13855 </lyxtabular>
13856
13857 \end_inset
13858
13859
13860 \end_layout
13861
13862 \begin_layout Standard
13863 To rotate the diagonal lines, the command option 
13864 \series bold
13865 dir=direction
13866 \series default
13867  is used.
13868  
13869 \emph on
13870 direction
13871 \emph default
13872  is either 
13873 \series bold
13874 NE
13875 \series default
13876
13877 \series bold
13878 SE
13879 \series default
13880
13881 \series bold
13882 SW
13883 \series default
13884  or 
13885 \series bold
13886 NW
13887 \series default
13888  and represent a point of a compass.
13889  
13890 \series bold
13891 SW
13892 \series default
13893  is for example the south-west corner.
13894  Thus in the lower left cell of the above table the command
13895 \end_layout
13896
13897 \begin_layout Standard
13898
13899 \series bold
13900
13901 \backslash
13902 diagbox[dir=SW]{Team home}{Result}{Team away}
13903 \end_layout
13904
13905 \begin_layout Standard
13906 is used.
13907  If no direction is given, it will be NW.
13908 \end_layout
13909
13910 \begin_layout Standard
13911 The necessary width of split cells is automatically calculated.
13912  Thus if you set a fixed column width smaller than the calculated one, the
13913  cell's content will protrude the cell borders:
13914 \end_layout
13915
13916 \begin_layout Standard
13917 \noindent
13918 \align center
13919 \begin_inset Tabular
13920 <lyxtabular version="3" rows="2" columns="2">
13921 <features tabularvalignment="middle">
13922 <column alignment="center" valignment="top" width="3cm">
13923 <column alignment="center" valignment="top">
13924 <row>
13925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13926 \begin_inset Text
13927
13928 \begin_layout Plain Layout
13929 \begin_inset ERT
13930 status collapsed
13931
13932 \begin_layout Plain Layout
13933
13934
13935 \backslash
13936 diagbox{
13937 \end_layout
13938
13939 \end_inset
13940
13941 Name
13942 \begin_inset ERT
13943 status collapsed
13944
13945 \begin_layout Plain Layout
13946
13947 }{
13948 \end_layout
13949
13950 \end_inset
13951
13952 Parameter
13953 \begin_inset ERT
13954 status collapsed
13955
13956 \begin_layout Plain Layout
13957
13958 }
13959 \end_layout
13960
13961 \end_inset
13962
13963
13964 \end_layout
13965
13966 \end_inset
13967 </cell>
13968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13969 \begin_inset Text
13970
13971 \begin_layout Plain Layout
13972 Thickness in nm
13973 \end_layout
13974
13975 \end_inset
13976 </cell>
13977 </row>
13978 <row>
13979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13980 \begin_inset Text
13981
13982 \begin_layout Plain Layout
13983 Perfect Green
13984 \end_layout
13985
13986 \end_inset
13987 </cell>
13988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13989 \begin_inset Text
13990
13991 \begin_layout Plain Layout
13992 45
13993 \end_layout
13994
13995 \end_inset
13996 </cell>
13997 </row>
13998 </lyxtabular>
13999
14000 \end_inset
14001
14002
14003 \end_layout
14004
14005 \begin_layout Standard
14006 If you need a certain width for columns with a split cell, use the command
14007  option 
14008 \series bold
14009 width=3cm
14010 \series default
14011  (replace '3cm' by the width you need).
14012  In the following table the width of the first column is set to 4
14013 \begin_inset space \thinspace{}
14014 \end_inset
14015
14016 cm.
14017  For 
14018 \series bold
14019
14020 \backslash
14021 diagbox
14022 \series default
14023  a width of 4
14024 \begin_inset space \thinspace{}
14025 \end_inset
14026
14027 cm + 2
14028 \begin_inset space \thinspace{}
14029 \end_inset
14030
14031
14032 \backslash
14033 tabcolsep is necessary because the overall width is the width for the text
14034  (in this case the 4
14035 \begin_inset space \thinspace{}
14036 \end_inset
14037
14038 cm) plus two times the separation of the text and the cell border.
14039  The calculation of the width cannot be done in the command option of 
14040 \series bold
14041
14042 \backslash
14043 diagbox
14044 \series default
14045  so one needs to create a new length which can be used later.
14046  This is done with the \SpecialChar TeX
14047  Code commands
14048 \end_layout
14049
14050 \begin_layout Standard
14051
14052 \series bold
14053
14054 \backslash
14055 newlength{
14056 \backslash
14057 diagtest}
14058 \begin_inset Newline newline
14059 \end_inset
14060
14061
14062 \backslash
14063 setlength{
14064 \backslash
14065 diagtest}{4cm+2
14066 \backslash
14067 tabcolsep}
14068 \end_layout
14069
14070 \begin_layout Standard
14071 \begin_inset ERT
14072 status collapsed
14073
14074 \begin_layout Plain Layout
14075
14076
14077 \backslash
14078 newlength{
14079 \backslash
14080 diagtest}
14081 \end_layout
14082
14083 \begin_layout Plain Layout
14084
14085
14086 \backslash
14087 setlength{
14088 \backslash
14089 diagtest}{4cm+2
14090 \backslash
14091 tabcolsep}
14092 \end_layout
14093
14094 \end_inset
14095
14096
14097 \end_layout
14098
14099 \begin_layout Standard
14100 To enable calculations in \SpecialChar LaTeX
14101  one needs to load the package 
14102 \series bold
14103 calc
14104 \series default
14105
14106 \begin_inset Index idx
14107 status collapsed
14108
14109 \begin_layout Plain Layout
14110 \SpecialChar LaTeX
14111 -packages ! calc
14112 \end_layout
14113
14114 \end_inset
14115
14116  in the document preamble.
14117 \end_layout
14118
14119 \begin_layout Standard
14120 In this table you can now use the command
14121 \end_layout
14122
14123 \begin_layout Standard
14124
14125 \series bold
14126
14127 \backslash
14128 diagbox[width=
14129 \backslash
14130 diagtest]{A}{B}
14131 \end_layout
14132
14133 \begin_layout Standard
14134 in the first cell:
14135 \end_layout
14136
14137 \begin_layout Standard
14138 \noindent
14139 \align center
14140 \begin_inset Tabular
14141 <lyxtabular version="3" rows="2" columns="2">
14142 <features tabularvalignment="middle">
14143 <column alignment="center" valignment="top" width="4cm">
14144 <column alignment="center" valignment="top">
14145 <row>
14146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14147 \begin_inset Text
14148
14149 \begin_layout Plain Layout
14150 \begin_inset ERT
14151 status open
14152
14153 \begin_layout Plain Layout
14154
14155
14156 \backslash
14157 diagbox[width=
14158 \backslash
14159 diagtest]{
14160 \end_layout
14161
14162 \end_inset
14163
14164 A
14165 \begin_inset ERT
14166 status collapsed
14167
14168 \begin_layout Plain Layout
14169
14170 }{
14171 \end_layout
14172
14173 \end_inset
14174
14175 B
14176 \begin_inset ERT
14177 status collapsed
14178
14179 \begin_layout Plain Layout
14180
14181 }
14182 \end_layout
14183
14184 \end_inset
14185
14186
14187 \end_layout
14188
14189 \end_inset
14190 </cell>
14191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14192 \begin_inset Text
14193
14194 \begin_layout Plain Layout
14195 Thickness in nm
14196 \end_layout
14197
14198 \end_inset
14199 </cell>
14200 </row>
14201 <row>
14202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14203 \begin_inset Text
14204
14205 \begin_layout Plain Layout
14206 Perfect Green
14207 \end_layout
14208
14209 \end_inset
14210 </cell>
14211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14212 \begin_inset Text
14213
14214 \begin_layout Plain Layout
14215 45
14216 \end_layout
14217
14218 \end_inset
14219 </cell>
14220 </row>
14221 </lyxtabular>
14222
14223 \end_inset
14224
14225
14226 \end_layout
14227
14228 \begin_layout Standard
14229 Note that the split cell needs to be the widest one in the column.
14230  Otherwise the length of the diagonal line cannot be calculated correctly
14231  like in this table:
14232 \end_layout
14233
14234 \begin_layout Standard
14235 \noindent
14236 \align center
14237 \begin_inset Tabular
14238 <lyxtabular version="3" rows="2" columns="2">
14239 <features tabularvalignment="middle">
14240 <column alignment="center" valignment="top" width="0pt">
14241 <column alignment="center" valignment="top">
14242 <row>
14243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14244 \begin_inset Text
14245
14246 \begin_layout Plain Layout
14247 \begin_inset ERT
14248 status collapsed
14249
14250 \begin_layout Plain Layout
14251
14252
14253 \backslash
14254 diagbox{
14255 \end_layout
14256
14257 \end_inset
14258
14259 A
14260 \begin_inset ERT
14261 status collapsed
14262
14263 \begin_layout Plain Layout
14264
14265 }{
14266 \end_layout
14267
14268 \end_inset
14269
14270 B
14271 \begin_inset ERT
14272 status collapsed
14273
14274 \begin_layout Plain Layout
14275
14276 }
14277 \end_layout
14278
14279 \end_inset
14280
14281
14282 \end_layout
14283
14284 \end_inset
14285 </cell>
14286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14287 \begin_inset Text
14288
14289 \begin_layout Plain Layout
14290 Thickness in nm
14291 \end_layout
14292
14293 \end_inset
14294 </cell>
14295 </row>
14296 <row>
14297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14298 \begin_inset Text
14299
14300 \begin_layout Plain Layout
14301 Perfect Green
14302 \end_layout
14303
14304 \end_inset
14305 </cell>
14306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14307 \begin_inset Text
14308
14309 \begin_layout Plain Layout
14310 45
14311 \end_layout
14312
14313 \end_inset
14314 </cell>
14315 </row>
14316 </lyxtabular>
14317
14318 \end_inset
14319
14320
14321 \end_layout
14322
14323 \begin_layout Standard
14324 In this case use the 
14325 \series bold
14326 width
14327 \series default
14328  option of the 
14329 \series bold
14330
14331 \backslash
14332 diagbox
14333 \series default
14334  command.
14335  It is then not necessary to add 2
14336 \backslash
14337 tabcolsep because the cell width is now the width of the column.
14338  In this table a width of 3
14339 \begin_inset space \thinspace{}
14340 \end_inset
14341
14342 cm is used:
14343 \end_layout
14344
14345 \begin_layout Standard
14346 \noindent
14347 \align center
14348 \begin_inset Tabular
14349 <lyxtabular version="3" rows="2" columns="2">
14350 <features tabularvalignment="middle">
14351 <column alignment="center" valignment="top" width="0pt">
14352 <column alignment="center" valignment="top">
14353 <row>
14354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14355 \begin_inset Text
14356
14357 \begin_layout Plain Layout
14358 \begin_inset ERT
14359 status open
14360
14361 \begin_layout Plain Layout
14362
14363
14364 \backslash
14365 diagbox[width=3cm]{
14366 \end_layout
14367
14368 \end_inset
14369
14370 A
14371 \begin_inset ERT
14372 status collapsed
14373
14374 \begin_layout Plain Layout
14375
14376 }{
14377 \end_layout
14378
14379 \end_inset
14380
14381 B
14382 \begin_inset ERT
14383 status collapsed
14384
14385 \begin_layout Plain Layout
14386
14387 }
14388 \end_layout
14389
14390 \end_inset
14391
14392
14393 \end_layout
14394
14395 \end_inset
14396 </cell>
14397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14398 \begin_inset Text
14399
14400 \begin_layout Plain Layout
14401 Thickness in nm
14402 \end_layout
14403
14404 \end_inset
14405 </cell>
14406 </row>
14407 <row>
14408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14409 \begin_inset Text
14410
14411 \begin_layout Plain Layout
14412 Perfect Green
14413 \end_layout
14414
14415 \end_inset
14416 </cell>
14417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14418 \begin_inset Text
14419
14420 \begin_layout Plain Layout
14421 45
14422 \end_layout
14423
14424 \end_inset
14425 </cell>
14426 </row>
14427 </lyxtabular>
14428
14429 \end_inset
14430
14431
14432 \end_layout
14433
14434 \begin_layout Standard
14435 For multiple text lines in split cells one needs some extra height to fit
14436  the text to the cell.
14437  This can be achieved with the 
14438 \series bold
14439
14440 \backslash
14441 diagbox
14442 \series default
14443  option 
14444 \series bold
14445 height=3cm
14446 \series default
14447  (replace '3cm' by the height you need).
14448  In the following table the command
14449 \end_layout
14450
14451 \begin_layout Standard
14452
14453 \series bold
14454
14455 \backslash
14456 diagbox[width=3cm,height=1.4cm]{A
14457 \backslash
14458
14459 \backslash
14460 B}{C
14461 \backslash
14462
14463 \backslash
14464 D}
14465 \end_layout
14466
14467 \begin_layout Standard
14468 is used in the first cell.
14469  The command 
14470 \series bold
14471
14472 \backslash
14473
14474 \backslash
14475
14476 \series default
14477  creates hereby the line break.
14478 \begin_inset Foot
14479 status collapsed
14480
14481 \begin_layout Plain Layout
14482 Breaking lines with 
14483 \family sans
14484 Ctrl+Return
14485 \family default
14486  is only possible when the column has a fixed width.
14487 \end_layout
14488
14489 \end_inset
14490
14491
14492 \end_layout
14493
14494 \begin_layout Standard
14495 \noindent
14496 \align center
14497 \begin_inset Tabular
14498 <lyxtabular version="3" rows="2" columns="2">
14499 <features tabularvalignment="middle">
14500 <column alignment="center" valignment="top">
14501 <column alignment="center" valignment="top">
14502 <row>
14503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14504 \begin_inset Text
14505
14506 \begin_layout Plain Layout
14507 \begin_inset ERT
14508 status open
14509
14510 \begin_layout Plain Layout
14511
14512
14513 \backslash
14514 diagbox[width=3cm,height=1.4cm]{
14515 \end_layout
14516
14517 \end_inset
14518
14519 A
14520 \begin_inset ERT
14521 status collapsed
14522
14523 \begin_layout Plain Layout
14524
14525
14526 \backslash
14527
14528 \backslash
14529
14530 \end_layout
14531
14532 \end_inset
14533
14534 B
14535 \begin_inset ERT
14536 status collapsed
14537
14538 \begin_layout Plain Layout
14539
14540 }{
14541 \end_layout
14542
14543 \end_inset
14544
14545 C
14546 \begin_inset ERT
14547 status collapsed
14548
14549 \begin_layout Plain Layout
14550
14551
14552 \backslash
14553
14554 \backslash
14555
14556 \end_layout
14557
14558 \end_inset
14559
14560 D
14561 \begin_inset ERT
14562 status collapsed
14563
14564 \begin_layout Plain Layout
14565
14566 }
14567 \end_layout
14568
14569 \end_inset
14570
14571
14572 \end_layout
14573
14574 \end_inset
14575 </cell>
14576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14577 \begin_inset Text
14578
14579 \begin_layout Plain Layout
14580 Thickness in nm
14581 \end_layout
14582
14583 \end_inset
14584 </cell>
14585 </row>
14586 <row>
14587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14588 \begin_inset Text
14589
14590 \begin_layout Plain Layout
14591 Perfect Green
14592 \end_layout
14593
14594 \end_inset
14595 </cell>
14596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14597 \begin_inset Text
14598
14599 \begin_layout Plain Layout
14600 45
14601 \end_layout
14602
14603 \end_inset
14604 </cell>
14605 </row>
14606 </lyxtabular>
14607
14608 \end_inset
14609
14610
14611 \end_layout
14612
14613 \begin_layout Standard
14614 \begin_inset ERT
14615 status collapsed
14616
14617 \begin_layout Plain Layout
14618
14619
14620 \backslash
14621 else
14622 \end_layout
14623
14624 \end_inset
14625
14626
14627 \begin_inset Note Note
14628 status open
14629
14630 \begin_layout Plain Layout
14631 The following will be displayed when the \SpecialChar LaTeX
14632 -package 
14633 \series bold
14634 diagbox
14635 \series default
14636  is not installed:
14637 \end_layout
14638
14639 \end_inset
14640
14641
14642 \end_layout
14643
14644 \begin_layout Standard
14645 You need to install the \SpecialChar LaTeX
14646 -package 
14647 \series bold
14648 diagbox
14649 \series default
14650  to see the following part of this section in the output.
14651 \end_layout
14652
14653 \begin_layout Standard
14654 \begin_inset ERT
14655 status collapsed
14656
14657 \begin_layout Plain Layout
14658
14659
14660 \backslash
14661 fi
14662 \end_layout
14663
14664 \end_inset
14665
14666
14667 \end_layout
14668
14669 \begin_layout Standard
14670 For more info about the \SpecialChar LaTeX
14671 -package 
14672 \series bold
14673 diagbox
14674 \series default
14675 , see its documentation, 
14676 \begin_inset CommandInset citation
14677 LatexCommand cite
14678 key "diagbox"
14679
14680 \end_inset
14681
14682 .
14683 \end_layout
14684
14685 \begin_layout Section
14686 Formal Tables
14687 \begin_inset CommandInset label
14688 LatexCommand label
14689 name "sec:Formal-Tables"
14690
14691 \end_inset
14692
14693
14694 \begin_inset Index idx
14695 status collapsed
14696
14697 \begin_layout Plain Layout
14698 Table ! Formal
14699 \end_layout
14700
14701 \end_inset
14702
14703
14704 \end_layout
14705
14706 \begin_layout Standard
14707 Tables are often typeset in books similar to Table
14708 \begin_inset space ~
14709 \end_inset
14710
14711
14712 \begin_inset CommandInset ref
14713 LatexCommand ref
14714 reference "tab:Example-booktabs-table"
14715
14716 \end_inset
14717
14718 .
14719  This kind of tables is called 
14720 \begin_inset Quotes eld
14721 \end_inset
14722
14723
14724 \emph on
14725 formal
14726 \emph default
14727
14728 \begin_inset Quotes erd
14729 \end_inset
14730
14731 .
14732  To make a table a formal table use the option 
14733 \family sans
14734 Formal
14735 \family default
14736  in the 
14737 \family sans
14738 Borders
14739 \family default
14740  tab of the table dialog.
14741 \end_layout
14742
14743 \begin_layout Standard
14744 \begin_inset Float table
14745 placement h
14746 wide false
14747 sideways false
14748 status open
14749
14750 \begin_layout Plain Layout
14751 \begin_inset Caption Standard
14752
14753 \begin_layout Plain Layout
14754 \begin_inset CommandInset label
14755 LatexCommand label
14756 name "tab:Example-booktabs-table"
14757
14758 \end_inset
14759
14760 Example booktabs-table
14761 \end_layout
14762
14763 \end_inset
14764
14765
14766 \end_layout
14767
14768 \begin_layout Plain Layout
14769 \align center
14770 \begin_inset Tabular
14771 <lyxtabular version="3" rows="8" columns="4">
14772 <features booktabs="true" tabularvalignment="middle">
14773 <column alignment="center" valignment="top">
14774 <column alignment="center" valignment="top">
14775 <column alignment="center" valignment="top">
14776 <column alignment="center" valignment="top">
14777 <row>
14778 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14779 \begin_inset Text
14780
14781 \begin_layout Plain Layout
14782 System
14783 \end_layout
14784
14785 \end_inset
14786 </cell>
14787 <cell alignment="center" valignment="top" topline="true" usebox="none">
14788 \begin_inset Text
14789
14790 \begin_layout Plain Layout
14791 Chip
14792 \begin_inset space \thinspace{}
14793 \end_inset
14794
14795 1
14796 \end_layout
14797
14798 \end_inset
14799 </cell>
14800 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14801 \begin_inset Text
14802
14803 \begin_layout Plain Layout
14804 Chip
14805 \begin_inset space \thinspace{}
14806 \end_inset
14807
14808 2
14809 \end_layout
14810
14811 \end_inset
14812 </cell>
14813 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14814 \begin_inset Text
14815
14816 \begin_layout Plain Layout
14817
14818 \end_layout
14819
14820 \end_inset
14821 </cell>
14822 </row>
14823 <row>
14824 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14825 \begin_inset Text
14826
14827 \begin_layout Plain Layout
14828 \begin_inset ERT
14829 status collapsed
14830
14831 \begin_layout Plain Layout
14832
14833
14834 \backslash
14835 cmidrule(r){2-2}
14836 \end_layout
14837
14838 \end_inset
14839
14840
14841 \begin_inset ERT
14842 status collapsed
14843
14844 \begin_layout Plain Layout
14845
14846
14847 \backslash
14848 cmidrule(l){3-4}
14849 \end_layout
14850
14851 \end_inset
14852
14853 Detector thickness in Âµm
14854 \end_layout
14855
14856 \end_inset
14857 </cell>
14858 <cell alignment="center" valignment="top" usebox="none">
14859 \begin_inset Text
14860
14861 \begin_layout Plain Layout
14862 300
14863 \end_layout
14864
14865 \end_inset
14866 </cell>
14867 <cell alignment="center" valignment="top" usebox="none">
14868 \begin_inset Text
14869
14870 \begin_layout Plain Layout
14871 300
14872 \end_layout
14873
14874 \end_inset
14875 </cell>
14876 <cell alignment="center" valignment="top" usebox="none">
14877 \begin_inset Text
14878
14879 \begin_layout Plain Layout
14880 700
14881 \end_layout
14882
14883 \end_inset
14884 </cell>
14885 </row>
14886 <row>
14887 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14888 \begin_inset Text
14889
14890 \begin_layout Plain Layout
14891 Edge angle in Â°
14892 \end_layout
14893
14894 \end_inset
14895 </cell>
14896 <cell alignment="center" valignment="top" topline="true" usebox="none">
14897 \begin_inset Text
14898
14899 \begin_layout Plain Layout
14900 3.55
14901 \end_layout
14902
14903 \end_inset
14904 </cell>
14905 <cell alignment="center" valignment="top" topline="true" usebox="none">
14906 \begin_inset Text
14907
14908 \begin_layout Plain Layout
14909 2.71
14910 \end_layout
14911
14912 \end_inset
14913 </cell>
14914 <cell alignment="center" valignment="top" topline="true" usebox="none">
14915 \begin_inset Text
14916
14917 \begin_layout Plain Layout
14918 7.99
14919 \end_layout
14920
14921 \end_inset
14922 </cell>
14923 </row>
14924 <row topspace="default">
14925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14926 \begin_inset Text
14927
14928 \begin_layout Plain Layout
14929 Spatial resolution in Âµm
14930 \end_layout
14931
14932 \end_inset
14933 </cell>
14934 <cell alignment="center" valignment="top" usebox="none">
14935 \begin_inset Text
14936
14937 \begin_layout Plain Layout
14938 4.26
14939 \end_layout
14940
14941 \end_inset
14942 </cell>
14943 <cell alignment="center" valignment="top" usebox="none">
14944 \begin_inset Text
14945
14946 \begin_layout Plain Layout
14947 10.17
14948 \end_layout
14949
14950 \end_inset
14951 </cell>
14952 <cell alignment="center" valignment="top" usebox="none">
14953 \begin_inset Text
14954
14955 \begin_layout Plain Layout
14956 10.56
14957 \end_layout
14958
14959 \end_inset
14960 </cell>
14961 </row>
14962 <row topspace="default">
14963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14964 \begin_inset Text
14965
14966 \begin_layout Plain Layout
14967 MTF at 
14968 \begin_inset Formula $f_{\mathrm{max}}$
14969 \end_inset
14970
14971
14972 \end_layout
14973
14974 \end_inset
14975 </cell>
14976 <cell alignment="center" valignment="top" usebox="none">
14977 \begin_inset Text
14978
14979 \begin_layout Plain Layout
14980 0.53
14981 \end_layout
14982
14983 \end_inset
14984 </cell>
14985 <cell alignment="center" valignment="top" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Plain Layout
14989 0.37
14990 \end_layout
14991
14992 \end_inset
14993 </cell>
14994 <cell alignment="center" valignment="top" usebox="none">
14995 \begin_inset Text
14996
14997 \begin_layout Plain Layout
14998 0.39
14999 \end_layout
15000
15001 \end_inset
15002 </cell>
15003 </row>
15004 <row topspace="default">
15005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15006 \begin_inset Text
15007
15008 \begin_layout Plain Layout
15009 \begin_inset ERT
15010 status collapsed
15011
15012 \begin_layout Plain Layout
15013
15014
15015 \backslash
15016 cmidrule[2pt](l{10pt}){1-1}
15017 \end_layout
15018
15019 \end_inset
15020
15021 LSF-spatial resolution
15022 \end_layout
15023
15024 \end_inset
15025 </cell>
15026 <cell alignment="center" valignment="top" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030
15031 \end_layout
15032
15033 \end_inset
15034 </cell>
15035 <cell alignment="center" valignment="top" usebox="none">
15036 \begin_inset Text
15037
15038 \begin_layout Plain Layout
15039
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 <cell alignment="center" valignment="top" usebox="none">
15045 \begin_inset Text
15046
15047 \begin_layout Plain Layout
15048
15049 \end_layout
15050
15051 \end_inset
15052 </cell>
15053 </row>
15054 <row>
15055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059 in Âµm
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 <cell alignment="center" valignment="top" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Plain Layout
15068 129.7
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 <cell alignment="center" valignment="top" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Plain Layout
15077 52.75
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 <cell alignment="center" valignment="top" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086 50.78
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 </row>
15092 <row>
15093 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Plain Layout
15097 in % of pixel size
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15103 \begin_inset Text
15104
15105 \begin_layout Plain Layout
15106 76.3
15107 \end_layout
15108
15109 \end_inset
15110 </cell>
15111 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15112 \begin_inset Text
15113
15114 \begin_layout Plain Layout
15115 95.9
15116 \end_layout
15117
15118 \end_inset
15119 </cell>
15120 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15121 \begin_inset Text
15122
15123 \begin_layout Plain Layout
15124 92.3
15125 \end_layout
15126
15127 \end_inset
15128 </cell>
15129 </row>
15130 </lyxtabular>
15131
15132 \end_inset
15133
15134
15135 \end_layout
15136
15137 \end_inset
15138
15139
15140 \end_layout
15141
15142 \begin_layout Standard
15143 Spaces to table rows can be added using the 
15144 \family sans
15145 Borders
15146 \family default
15147  tab of the table dialog as described in section
15148 \begin_inset space ~
15149 \end_inset
15150
15151
15152 \begin_inset CommandInset ref
15153 LatexCommand ref
15154 reference "subsec:Row-Spacing"
15155
15156 \end_inset
15157
15158 .
15159 \end_layout
15160
15161 \begin_layout Standard
15162 Unlike normal tables, formal tables have no vertical table lines.
15163  The horizontal table lines can be set as for normal tables but they appear
15164  with different widths in the output:
15165 \begin_inset Newline newline
15166 \end_inset
15167
15168 The first and the last table line have a default width of 0.08
15169 \begin_inset space \thinspace{}
15170 \end_inset
15171
15172 em while the other lines have a default width of 0.05
15173 \begin_inset space \thinspace{}
15174 \end_inset
15175
15176 em.
15177 \end_layout
15178
15179 \begin_layout Standard
15180 The default widths can be changed with the following preamble lines
15181 \end_layout
15182
15183 \begin_layout Standard
15184
15185 \series bold
15186
15187 \backslash
15188 let
15189 \backslash
15190 mytoprule
15191 \backslash
15192 toprule
15193 \begin_inset Newline newline
15194 \end_inset
15195
15196
15197 \backslash
15198 renewcommand{
15199 \backslash
15200 toprule}{
15201 \backslash
15202 mytoprule[width]}
15203 \end_layout
15204
15205 \begin_layout Standard
15206 This example is for the first line, the so called 
15207 \series bold
15208 toprule
15209 \series default
15210 .
15211  If you want to change the width for the last line, replace 
15212 \series bold
15213 toprule
15214 \series default
15215  by 
15216 \series bold
15217 bottomrule
15218 \series default
15219 .
15220  To change the width for the other lines replace 
15221 \series bold
15222 toprule
15223 \series default
15224  by 
15225 \series bold
15226 midrule
15227 \series default
15228 .
15229  You can use all units listed in appendix
15230 \begin_inset space ~
15231 \end_inset
15232
15233
15234 \begin_inset CommandInset ref
15235 LatexCommand ref
15236 reference "cha:Units-available-in"
15237
15238 \end_inset
15239
15240  to set the width.
15241 \end_layout
15242
15243 \begin_layout Standard
15244 Lines that do not span all table columns can be created by setting a table
15245  line for multicolumn cells.
15246  \SpecialChar LyX
15247  will then internally use the command 
15248 \series bold
15249
15250 \backslash
15251 cmidrule
15252 \series default
15253  to create this line.
15254  Its full scheme is
15255 \end_layout
15256
15257 \begin_layout Standard
15258
15259 \series bold
15260
15261 \backslash
15262 cmidrule[height](trim){startcol-endcol}
15263 \end_layout
15264
15265 \begin_layout Standard
15266 The options of 
15267 \series bold
15268
15269 \backslash
15270 cmidrule
15271 \series default
15272  are currently not supported by \SpecialChar LyX
15273  so you have to use \SpecialChar TeX
15274  Code to be able to
15275  use them.
15276  
15277 \series bold
15278
15279 \backslash
15280 cmidrule
15281 \series default
15282 s can manually be created by inserting the command as \SpecialChar TeX
15283  Code as the first
15284  cell entry of the first cell of a row.
15285  The line is then drawn in the output above the current row.
15286 \end_layout
15287
15288 \begin_layout Standard
15289 The default for the optional 
15290 \series bold
15291 height
15292 \series default
15293  is 0.03
15294 \begin_inset space \thinspace{}
15295 \end_inset
15296
15297 em.
15298  
15299 \series bold
15300 startcol
15301 \series default
15302  is the number of the column where the line starts and 
15303 \series bold
15304 endcol
15305 \series default
15306  the column number where the line ends.
15307  The 
15308 \series bold
15309 endcol
15310 \series default
15311  always needs to be specified, also when the line should span only one column.
15312  The optional parameter 
15313 \series bold
15314 trim
15315 \series default
15316  could either be 
15317 \emph on
15318 l{trimwidth}
15319 \emph default
15320  or 
15321 \emph on
15322 r{trimwidth}
15323 \emph default
15324  where the 
15325 \emph on
15326 trimwidth
15327 \emph default
15328  is also optional.
15329  Using for example the parameter 
15330 \emph on
15331 l{2pt}
15332 \emph default
15333  means that the line is trimmed from its left end by 2
15334 \begin_inset space \thinspace{}
15335 \end_inset
15336
15337 pt.
15338  If you don't specify the 
15339 \emph on
15340 trimwidth
15341 \emph default
15342  the line is trimmed by the default of 0.5
15343 \begin_inset space \thinspace{}
15344 \end_inset
15345
15346 em.
15347 \end_layout
15348
15349 \begin_layout Standard
15350 \begin_inset VSpace bigskip
15351 \end_inset
15352
15353 Table
15354 \begin_inset space ~
15355 \end_inset
15356
15357
15358 \begin_inset CommandInset ref
15359 LatexCommand ref
15360 reference "tab:Example-booktabs-table"
15361
15362 \end_inset
15363
15364  was created using the commands
15365 \end_layout
15366
15367 \begin_layout Standard
15368
15369 \series bold
15370
15371 \backslash
15372 cmidrule(r){2-2}
15373 \backslash
15374 cmidrule(l){3-4}
15375 \end_layout
15376
15377 \begin_layout Standard
15378 at the beginning of the second row and
15379 \end_layout
15380
15381 \begin_layout Standard
15382
15383 \series bold
15384
15385 \backslash
15386 cmidrule[2pt](l{10pt}){1-1}
15387 \end_layout
15388
15389 \begin_layout Standard
15390 in the sixth row.
15391 \end_layout
15392
15393 \begin_layout Standard
15394 \begin_inset VSpace bigskip
15395 \end_inset
15396
15397
15398 \end_layout
15399
15400 \begin_layout Standard
15401 You might want to have overlapping 
15402 \series bold
15403
15404 \backslash
15405 cmidrule
15406 \series default
15407 s as in in Table
15408 \begin_inset space ~
15409 \end_inset
15410
15411
15412 \begin_inset CommandInset ref
15413 LatexCommand ref
15414 reference "tab:Special-booktabs-table"
15415
15416 \end_inset
15417
15418 .
15419  This can be achieved with the \SpecialChar TeX
15420  Code command
15421 \end_layout
15422
15423 \begin_layout Standard
15424
15425 \series bold
15426
15427 \backslash
15428 morecmidrules
15429 \end_layout
15430
15431 \begin_layout Standard
15432 The command that was used for the second row of Table
15433 \begin_inset space ~
15434 \end_inset
15435
15436
15437 \begin_inset CommandInset ref
15438 LatexCommand ref
15439 reference "tab:Special-booktabs-table"
15440
15441 \end_inset
15442
15443  is
15444 \end_layout
15445
15446 \begin_layout Standard
15447
15448 \series bold
15449
15450 \backslash
15451 cmidrule(r){2-2}
15452 \backslash
15453 cmidrule(l){3-4}
15454 \backslash
15455 morecmidrules
15456 \backslash
15457 cmidrule{2-4}
15458 \end_layout
15459
15460 \begin_layout Standard
15461 The command for the sixth row is
15462 \end_layout
15463
15464 \begin_layout Standard
15465
15466 \series bold
15467
15468 \backslash
15469 midrule
15470 \backslash
15471 morecmidrules
15472 \backslash
15473 cmidrule{3-4}
15474 \end_layout
15475
15476 \begin_layout Standard
15477 \begin_inset VSpace bigskip
15478 \end_inset
15479
15480
15481 \end_layout
15482
15483 \begin_layout Standard
15484 If you are in any way not satisfied with the border line spacing, you can
15485  use the following command to produce lines that span over all table columns
15486 \series bold
15487 :
15488 \end_layout
15489
15490 \begin_layout Standard
15491
15492 \series bold
15493
15494 \backslash
15495 specialrule{width}{space above}{space below}
15496 \end_layout
15497
15498 \begin_layout Standard
15499 For more information about these features, refer to the manual of the \SpecialChar LaTeX
15500 -package
15501  
15502 \series bold
15503 booktabs
15504 \series default
15505  
15506 \begin_inset CommandInset citation
15507 LatexCommand cite
15508 key "booktabs"
15509
15510 \end_inset
15511
15512 .
15513 \begin_inset Index idx
15514 status collapsed
15515
15516 \begin_layout Plain Layout
15517 \SpecialChar LaTeX
15518 -packages ! booktabs
15519 \end_layout
15520
15521 \end_inset
15522
15523
15524 \end_layout
15525
15526 \begin_layout Standard
15527 \begin_inset Float table
15528 placement h
15529 wide false
15530 sideways false
15531 status open
15532
15533 \begin_layout Plain Layout
15534 \begin_inset Caption Standard
15535
15536 \begin_layout Plain Layout
15537 \begin_inset CommandInset label
15538 LatexCommand label
15539 name "tab:Special-booktabs-table"
15540
15541 \end_inset
15542
15543 Special booktabs-table
15544 \end_layout
15545
15546 \end_inset
15547
15548
15549 \end_layout
15550
15551 \begin_layout Plain Layout
15552 \align center
15553 \begin_inset Tabular
15554 <lyxtabular version="3" rows="8" columns="4">
15555 <features booktabs="true" tabularvalignment="middle">
15556 <column alignment="center" valignment="top">
15557 <column alignment="center" valignment="top">
15558 <column alignment="center" valignment="top">
15559 <column alignment="center" valignment="top">
15560 <row>
15561 <cell alignment="center" valignment="top" topline="true" usebox="none">
15562 \begin_inset Text
15563
15564 \begin_layout Plain Layout
15565 System
15566 \end_layout
15567
15568 \end_inset
15569 </cell>
15570 <cell alignment="center" valignment="top" topline="true" usebox="none">
15571 \begin_inset Text
15572
15573 \begin_layout Plain Layout
15574 Chip
15575 \begin_inset space \thinspace{}
15576 \end_inset
15577
15578 1
15579 \end_layout
15580
15581 \end_inset
15582 </cell>
15583 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15584 \begin_inset Text
15585
15586 \begin_layout Plain Layout
15587 Chip
15588 \begin_inset space \thinspace{}
15589 \end_inset
15590
15591 2
15592 \end_layout
15593
15594 \end_inset
15595 </cell>
15596 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15597 \begin_inset Text
15598
15599 \begin_layout Plain Layout
15600
15601 \end_layout
15602
15603 \end_inset
15604 </cell>
15605 </row>
15606 <row>
15607 <cell alignment="center" valignment="top" usebox="none">
15608 \begin_inset Text
15609
15610 \begin_layout Plain Layout
15611 \begin_inset ERT
15612 status collapsed
15613
15614 \begin_layout Plain Layout
15615
15616
15617 \backslash
15618 cmidrule(r){2-2}
15619 \end_layout
15620
15621 \end_inset
15622
15623
15624 \begin_inset ERT
15625 status collapsed
15626
15627 \begin_layout Plain Layout
15628
15629
15630 \backslash
15631 cmidrule(l){3-4}
15632 \end_layout
15633
15634 \end_inset
15635
15636
15637 \begin_inset ERT
15638 status collapsed
15639
15640 \begin_layout Plain Layout
15641
15642
15643 \backslash
15644 morecmidrules 
15645 \end_layout
15646
15647 \end_inset
15648
15649
15650 \begin_inset ERT
15651 status collapsed
15652
15653 \begin_layout Plain Layout
15654
15655
15656 \backslash
15657 cmidrule{2-4}
15658 \end_layout
15659
15660 \end_inset
15661
15662 Detector thickness in Âµm
15663 \end_layout
15664
15665 \end_inset
15666 </cell>
15667 <cell alignment="center" valignment="top" usebox="none">
15668 \begin_inset Text
15669
15670 \begin_layout Plain Layout
15671 300
15672 \end_layout
15673
15674 \end_inset
15675 </cell>
15676 <cell alignment="center" valignment="top" usebox="none">
15677 \begin_inset Text
15678
15679 \begin_layout Plain Layout
15680 300
15681 \end_layout
15682
15683 \end_inset
15684 </cell>
15685 <cell alignment="center" valignment="top" usebox="none">
15686 \begin_inset Text
15687
15688 \begin_layout Plain Layout
15689 700
15690 \end_layout
15691
15692 \end_inset
15693 </cell>
15694 </row>
15695 <row>
15696 <cell alignment="center" valignment="top" topline="true" usebox="none">
15697 \begin_inset Text
15698
15699 \begin_layout Plain Layout
15700 Edge angle in Â°
15701 \end_layout
15702
15703 \end_inset
15704 </cell>
15705 <cell alignment="center" valignment="top" topline="true" usebox="none">
15706 \begin_inset Text
15707
15708 \begin_layout Plain Layout
15709 3.55
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 <cell alignment="center" valignment="top" topline="true" usebox="none">
15715 \begin_inset Text
15716
15717 \begin_layout Plain Layout
15718 2.71
15719 \end_layout
15720
15721 \end_inset
15722 </cell>
15723 <cell alignment="center" valignment="top" topline="true" usebox="none">
15724 \begin_inset Text
15725
15726 \begin_layout Plain Layout
15727 7.99
15728 \end_layout
15729
15730 \end_inset
15731 </cell>
15732 </row>
15733 <row topspace="default">
15734 <cell alignment="center" valignment="top" usebox="none">
15735 \begin_inset Text
15736
15737 \begin_layout Plain Layout
15738 Spatial resolution in Âµm
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 <cell alignment="center" valignment="top" usebox="none">
15744 \begin_inset Text
15745
15746 \begin_layout Plain Layout
15747 4.26
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 <cell alignment="center" valignment="top" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756 10.17
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765 10.56
15766 \end_layout
15767
15768 \end_inset
15769 </cell>
15770 </row>
15771 <row topspace="default">
15772 <cell alignment="center" valignment="top" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Plain Layout
15776 MTF at 
15777 \begin_inset Formula $f_{\mathrm{max}}$
15778 \end_inset
15779
15780
15781 \end_layout
15782
15783 \end_inset
15784 </cell>
15785 <cell alignment="center" valignment="top" usebox="none">
15786 \begin_inset Text
15787
15788 \begin_layout Plain Layout
15789 0.53
15790 \end_layout
15791
15792 \end_inset
15793 </cell>
15794 <cell alignment="center" valignment="top" usebox="none">
15795 \begin_inset Text
15796
15797 \begin_layout Plain Layout
15798 0.37
15799 \end_layout
15800
15801 \end_inset
15802 </cell>
15803 <cell alignment="center" valignment="top" usebox="none">
15804 \begin_inset Text
15805
15806 \begin_layout Plain Layout
15807 0.39
15808 \end_layout
15809
15810 \end_inset
15811 </cell>
15812 </row>
15813 <row>
15814 <cell alignment="center" valignment="top" topline="true" usebox="none">
15815 \begin_inset Text
15816
15817 \begin_layout Plain Layout
15818 \begin_inset ERT
15819 status collapsed
15820
15821 \begin_layout Plain Layout
15822
15823
15824 \backslash
15825 morecmidrules 
15826 \end_layout
15827
15828 \end_inset
15829
15830
15831 \begin_inset ERT
15832 status collapsed
15833
15834 \begin_layout Plain Layout
15835
15836
15837 \backslash
15838 cmidrule{3-4}
15839 \end_layout
15840
15841 \end_inset
15842
15843 LSF-spatial resolution
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 <cell alignment="center" valignment="top" topline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 <cell alignment="center" valignment="top" topline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 <cell alignment="center" valignment="top" topline="true" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Plain Layout
15870
15871 \end_layout
15872
15873 \end_inset
15874 </cell>
15875 </row>
15876 <row>
15877 <cell alignment="center" valignment="top" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881 in Âµm
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 <cell alignment="center" valignment="top" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890 129.7
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 <cell alignment="center" valignment="top" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899 52.75
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 <cell alignment="center" valignment="top" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908 50.78
15909 \end_layout
15910
15911 \end_inset
15912 </cell>
15913 </row>
15914 <row>
15915 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15916 \begin_inset Text
15917
15918 \begin_layout Plain Layout
15919 in % of pixel size
15920 \end_layout
15921
15922 \end_inset
15923 </cell>
15924 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15925 \begin_inset Text
15926
15927 \begin_layout Plain Layout
15928 76.3
15929 \end_layout
15930
15931 \end_inset
15932 </cell>
15933 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15934 \begin_inset Text
15935
15936 \begin_layout Plain Layout
15937 95.9
15938 \end_layout
15939
15940 \end_inset
15941 </cell>
15942 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15943 \begin_inset Text
15944
15945 \begin_layout Plain Layout
15946 92.3
15947 \end_layout
15948
15949 \end_inset
15950 </cell>
15951 </row>
15952 </lyxtabular>
15953
15954 \end_inset
15955
15956
15957 \end_layout
15958
15959 \end_inset
15960
15961
15962 \end_layout
15963
15964 \begin_layout Section
15965 Vertical Table Alignment
15966 \begin_inset Index idx
15967 status collapsed
15968
15969 \begin_layout Plain Layout
15970 Table ! Alignment
15971 \end_layout
15972
15973 \end_inset
15974
15975
15976 \end_layout
15977
15978 \begin_layout Standard
15979 To align tables vertically in a text line, the table must be inside a box.
15980  The box can then be vertically aligned as described in section
15981 \begin_inset space ~
15982 \end_inset
15983
15984
15985 \begin_inset CommandInset ref
15986 LatexCommand ref
15987 reference "sec:Box-Dialog"
15988
15989 \end_inset
15990
15991 .
15992 \end_layout
15993
15994 \begin_layout Standard
15995 In the following example the tables are inside a minipage
15996 \begin_inset Foot
15997 status collapsed
15998
15999 \begin_layout Plain Layout
16000 Minipages are described in section
16001 \begin_inset space ~
16002 \end_inset
16003
16004
16005 \begin_inset CommandInset ref
16006 LatexCommand ref
16007 reference "sec:Minipages"
16008
16009 \end_inset
16010
16011 .
16012 \end_layout
16013
16014 \end_inset
16015
16016  box that has a width of 15
16017 \begin_inset space \thinspace{}
16018 \end_inset
16019
16020 col%:
16021 \end_layout
16022
16023 \begin_layout Itemize
16024 test 
16025 \begin_inset Box Frameless
16026 position "t"
16027 hor_pos "c"
16028 has_inner_box 1
16029 inner_pos "c"
16030 use_parbox 0
16031 use_makebox 0
16032 width "15col%"
16033 special "none"
16034 height "1in"
16035 height_special "totalheight"
16036 thickness "0.4pt"
16037 separation "3pt"
16038 shadowsize "4pt"
16039 framecolor "black"
16040 backgroundcolor "none"
16041 status collapsed
16042
16043 \begin_layout Plain Layout
16044 \begin_inset Tabular
16045 <lyxtabular version="3" rows="3" columns="3">
16046 <features tabularvalignment="middle">
16047 <column alignment="center" valignment="top">
16048 <column alignment="center" valignment="top">
16049 <column alignment="center" valignment="top">
16050 <row>
16051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Plain Layout
16055 a
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064 d
16065 \end_layout
16066
16067 \end_inset
16068 </cell>
16069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16070 \begin_inset Text
16071
16072 \begin_layout Plain Layout
16073 g
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 </row>
16079 <row>
16080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16081 \begin_inset Text
16082
16083 \begin_layout Plain Layout
16084 b
16085 \end_layout
16086
16087 \end_inset
16088 </cell>
16089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16090 \begin_inset Text
16091
16092 \begin_layout Plain Layout
16093 e
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16099 \begin_inset Text
16100
16101 \begin_layout Plain Layout
16102 h
16103 \end_layout
16104
16105 \end_inset
16106 </cell>
16107 </row>
16108 <row>
16109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16110 \begin_inset Text
16111
16112 \begin_layout Plain Layout
16113 c
16114 \end_layout
16115
16116 \end_inset
16117 </cell>
16118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16119 \begin_inset Text
16120
16121 \begin_layout Plain Layout
16122 f
16123 \end_layout
16124
16125 \end_inset
16126 </cell>
16127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16128 \begin_inset Text
16129
16130 \begin_layout Plain Layout
16131 i
16132 \end_layout
16133
16134 \end_inset
16135 </cell>
16136 </row>
16137 </lyxtabular>
16138
16139 \end_inset
16140
16141
16142 \end_layout
16143
16144 \end_inset
16145
16146  test 
16147 \begin_inset ERT
16148 status collapsed
16149
16150 \begin_layout Plain Layout
16151
16152
16153 \backslash
16154 raisebox{0.85
16155 \backslash
16156 baselineskip}{
16157 \end_layout
16158
16159 \end_inset
16160
16161
16162 \begin_inset Box Frameless
16163 position "t"
16164 hor_pos "c"
16165 has_inner_box 1
16166 inner_pos "c"
16167 use_parbox 0
16168 use_makebox 0
16169 width "15col%"
16170 special "none"
16171 height "1in"
16172 height_special "totalheight"
16173 thickness "0.4pt"
16174 separation "3pt"
16175 shadowsize "4pt"
16176 framecolor "black"
16177 backgroundcolor "none"
16178 status collapsed
16179
16180 \begin_layout Plain Layout
16181 \begin_inset Tabular
16182 <lyxtabular version="3" rows="3" columns="3">
16183 <features tabularvalignment="middle">
16184 <column alignment="center" valignment="top">
16185 <column alignment="center" valignment="top">
16186 <column alignment="center" valignment="top">
16187 <row>
16188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Plain Layout
16192 a
16193 \end_layout
16194
16195 \end_inset
16196 </cell>
16197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16198 \begin_inset Text
16199
16200 \begin_layout Plain Layout
16201 d
16202 \end_layout
16203
16204 \end_inset
16205 </cell>
16206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16207 \begin_inset Text
16208
16209 \begin_layout Plain Layout
16210 g
16211 \end_layout
16212
16213 \end_inset
16214 </cell>
16215 </row>
16216 <row>
16217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16218 \begin_inset Text
16219
16220 \begin_layout Plain Layout
16221 b
16222 \end_layout
16223
16224 \end_inset
16225 </cell>
16226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16227 \begin_inset Text
16228
16229 \begin_layout Plain Layout
16230 e
16231 \end_layout
16232
16233 \end_inset
16234 </cell>
16235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16236 \begin_inset Text
16237
16238 \begin_layout Plain Layout
16239 h
16240 \end_layout
16241
16242 \end_inset
16243 </cell>
16244 </row>
16245 <row>
16246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16247 \begin_inset Text
16248
16249 \begin_layout Plain Layout
16250 c
16251 \end_layout
16252
16253 \end_inset
16254 </cell>
16255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16256 \begin_inset Text
16257
16258 \begin_layout Plain Layout
16259 f
16260 \end_layout
16261
16262 \end_inset
16263 </cell>
16264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16265 \begin_inset Text
16266
16267 \begin_layout Plain Layout
16268 i
16269 \end_layout
16270
16271 \end_inset
16272 </cell>
16273 </row>
16274 </lyxtabular>
16275
16276 \end_inset
16277
16278
16279 \end_layout
16280
16281 \end_inset
16282
16283
16284 \begin_inset ERT
16285 status collapsed
16286
16287 \begin_layout Plain Layout
16288
16289 }
16290 \end_layout
16291
16292 \end_inset
16293
16294
16295 \end_layout
16296
16297 \begin_layout Itemize
16298 test 
16299 \begin_inset Box Frameless
16300 position "c"
16301 hor_pos "c"
16302 has_inner_box 1
16303 inner_pos "c"
16304 use_parbox 0
16305 use_makebox 0
16306 width "15col%"
16307 special "none"
16308 height "1in"
16309 height_special "totalheight"
16310 thickness "0.4pt"
16311 separation "3pt"
16312 shadowsize "4pt"
16313 framecolor "black"
16314 backgroundcolor "none"
16315 status collapsed
16316
16317 \begin_layout Plain Layout
16318 \begin_inset Tabular
16319 <lyxtabular version="3" rows="3" columns="3">
16320 <features tabularvalignment="middle">
16321 <column alignment="center" valignment="top">
16322 <column alignment="center" valignment="top">
16323 <column alignment="center" valignment="top">
16324 <row>
16325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16326 \begin_inset Text
16327
16328 \begin_layout Plain Layout
16329 a
16330 \end_layout
16331
16332 \end_inset
16333 </cell>
16334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16335 \begin_inset Text
16336
16337 \begin_layout Plain Layout
16338 d
16339 \end_layout
16340
16341 \end_inset
16342 </cell>
16343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16344 \begin_inset Text
16345
16346 \begin_layout Plain Layout
16347 g
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 </row>
16353 <row>
16354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16355 \begin_inset Text
16356
16357 \begin_layout Plain Layout
16358 b
16359 \end_layout
16360
16361 \end_inset
16362 </cell>
16363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16364 \begin_inset Text
16365
16366 \begin_layout Plain Layout
16367 e
16368 \end_layout
16369
16370 \end_inset
16371 </cell>
16372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16373 \begin_inset Text
16374
16375 \begin_layout Plain Layout
16376 h
16377 \end_layout
16378
16379 \end_inset
16380 </cell>
16381 </row>
16382 <row>
16383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16384 \begin_inset Text
16385
16386 \begin_layout Plain Layout
16387 c
16388 \end_layout
16389
16390 \end_inset
16391 </cell>
16392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16393 \begin_inset Text
16394
16395 \begin_layout Plain Layout
16396 f
16397 \end_layout
16398
16399 \end_inset
16400 </cell>
16401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16402 \begin_inset Text
16403
16404 \begin_layout Plain Layout
16405 i
16406 \end_layout
16407
16408 \end_inset
16409 </cell>
16410 </row>
16411 </lyxtabular>
16412
16413 \end_inset
16414
16415
16416 \end_layout
16417
16418 \end_inset
16419
16420
16421 \end_layout
16422
16423 \begin_layout Itemize
16424 test 
16425 \begin_inset Box Frameless
16426 position "b"
16427 hor_pos "c"
16428 has_inner_box 1
16429 inner_pos "c"
16430 use_parbox 0
16431 use_makebox 0
16432 width "15col%"
16433 special "none"
16434 height "1in"
16435 height_special "totalheight"
16436 thickness "0.4pt"
16437 separation "3pt"
16438 shadowsize "4pt"
16439 framecolor "black"
16440 backgroundcolor "none"
16441 status collapsed
16442
16443 \begin_layout Plain Layout
16444 \begin_inset Tabular
16445 <lyxtabular version="3" rows="3" columns="3">
16446 <features tabularvalignment="middle">
16447 <column alignment="center" valignment="top">
16448 <column alignment="center" valignment="top">
16449 <column alignment="center" valignment="top">
16450 <row>
16451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16452 \begin_inset Text
16453
16454 \begin_layout Plain Layout
16455 a
16456 \end_layout
16457
16458 \end_inset
16459 </cell>
16460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16461 \begin_inset Text
16462
16463 \begin_layout Plain Layout
16464 d
16465 \end_layout
16466
16467 \end_inset
16468 </cell>
16469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16470 \begin_inset Text
16471
16472 \begin_layout Plain Layout
16473 g
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 </row>
16479 <row>
16480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16481 \begin_inset Text
16482
16483 \begin_layout Plain Layout
16484 b
16485 \end_layout
16486
16487 \end_inset
16488 </cell>
16489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16490 \begin_inset Text
16491
16492 \begin_layout Plain Layout
16493 e
16494 \end_layout
16495
16496 \end_inset
16497 </cell>
16498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16499 \begin_inset Text
16500
16501 \begin_layout Plain Layout
16502 h
16503 \end_layout
16504
16505 \end_inset
16506 </cell>
16507 </row>
16508 <row>
16509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16510 \begin_inset Text
16511
16512 \begin_layout Plain Layout
16513 c
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16519 \begin_inset Text
16520
16521 \begin_layout Plain Layout
16522 f
16523 \end_layout
16524
16525 \end_inset
16526 </cell>
16527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16528 \begin_inset Text
16529
16530 \begin_layout Plain Layout
16531 i
16532 \end_layout
16533
16534 \end_inset
16535 </cell>
16536 </row>
16537 </lyxtabular>
16538
16539 \end_inset
16540
16541
16542 \end_layout
16543
16544 \end_inset
16545
16546  test 
16547 \begin_inset ERT
16548 status collapsed
16549
16550 \begin_layout Plain Layout
16551
16552
16553 \backslash
16554 raisebox{-0.32
16555 \backslash
16556 baselineskip}{
16557 \end_layout
16558
16559 \end_inset
16560
16561
16562 \begin_inset Box Frameless
16563 position "b"
16564 hor_pos "c"
16565 has_inner_box 1
16566 inner_pos "c"
16567 use_parbox 0
16568 use_makebox 0
16569 width "15col%"
16570 special "none"
16571 height "1in"
16572 height_special "totalheight"
16573 thickness "0.4pt"
16574 separation "3pt"
16575 shadowsize "4pt"
16576 framecolor "black"
16577 backgroundcolor "none"
16578 status collapsed
16579
16580 \begin_layout Plain Layout
16581 \begin_inset Tabular
16582 <lyxtabular version="3" rows="3" columns="3">
16583 <features tabularvalignment="middle">
16584 <column alignment="center" valignment="top">
16585 <column alignment="center" valignment="top">
16586 <column alignment="center" valignment="top">
16587 <row>
16588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16589 \begin_inset Text
16590
16591 \begin_layout Plain Layout
16592 a
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Plain Layout
16601 d
16602 \end_layout
16603
16604 \end_inset
16605 </cell>
16606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Plain Layout
16610 g
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 </row>
16616 <row>
16617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16618 \begin_inset Text
16619
16620 \begin_layout Plain Layout
16621 b
16622 \end_layout
16623
16624 \end_inset
16625 </cell>
16626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16627 \begin_inset Text
16628
16629 \begin_layout Plain Layout
16630 e
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16636 \begin_inset Text
16637
16638 \begin_layout Plain Layout
16639 h
16640 \end_layout
16641
16642 \end_inset
16643 </cell>
16644 </row>
16645 <row>
16646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16647 \begin_inset Text
16648
16649 \begin_layout Plain Layout
16650 c
16651 \end_layout
16652
16653 \end_inset
16654 </cell>
16655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16656 \begin_inset Text
16657
16658 \begin_layout Plain Layout
16659 f
16660 \end_layout
16661
16662 \end_inset
16663 </cell>
16664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16665 \begin_inset Text
16666
16667 \begin_layout Plain Layout
16668 i
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 </row>
16674 </lyxtabular>
16675
16676 \end_inset
16677
16678
16679 \end_layout
16680
16681 \end_inset
16682
16683
16684 \begin_inset ERT
16685 status collapsed
16686
16687 \begin_layout Plain Layout
16688
16689 }
16690 \end_layout
16691
16692 \end_inset
16693
16694
16695 \end_layout
16696
16697 \begin_layout Standard
16698 As you will see, the content of the first and last table row is not correctly
16699  aligned.
16700  To get this alignment, the minipage box must be set into a raisebox.
16701 \begin_inset Foot
16702 status collapsed
16703
16704 \begin_layout Plain Layout
16705 Raiseboxes are described in section
16706 \begin_inset space ~
16707 \end_inset
16708
16709
16710 \begin_inset CommandInset ref
16711 LatexCommand ref
16712 reference "subsec:Vertical-Alignment"
16713
16714 \end_inset
16715
16716 .
16717 \end_layout
16718
16719 \end_inset
16720
16721  In the example above the second table in the first item is aligned using
16722  the \SpecialChar TeX
16723  Code command
16724 \end_layout
16725
16726 \begin_layout Standard
16727
16728 \series bold
16729
16730 \backslash
16731 raisebox{0.85
16732 \backslash
16733 baselineskip}{
16734 \end_layout
16735
16736 \begin_layout Standard
16737 before the box.
16738  After the box the closing brace 
16739 \series bold
16740 }
16741 \series default
16742  is inserted as \SpecialChar TeX
16743  Code.
16744  For the second table in the last item the command
16745 \end_layout
16746
16747 \begin_layout Standard
16748
16749 \series bold
16750
16751 \backslash
16752 raisebox{-0.32
16753 \backslash
16754 baselineskip}{
16755 \end_layout
16756
16757 \begin_layout Standard
16758 is used.
16759 \end_layout
16760
16761 \begin_layout Standard
16762 \begin_inset Note Greyedout
16763 status open
16764
16765 \begin_layout Plain Layout
16766
16767 \series bold
16768 Note:
16769 \series default
16770  The alignment of the table row content to the surrounding text line is
16771  not exact.
16772  The required value for the 
16773 \series bold
16774
16775 \backslash
16776 raisebox
16777 \series default
16778  command for this alignment depends on the document font, the font size,
16779  and the table line thickness.
16780 \end_layout
16781
16782 \end_inset
16783
16784
16785 \end_layout
16786
16787 \begin_layout Section
16788 Colored Tables
16789 \begin_inset CommandInset label
16790 LatexCommand label
16791 name "sec:Colored-Tables"
16792
16793 \end_inset
16794
16795
16796 \begin_inset Index idx
16797 status collapsed
16798
16799 \begin_layout Plain Layout
16800 Table ! Color
16801 \end_layout
16802
16803 \end_inset
16804
16805
16806 \end_layout
16807
16808 \begin_layout Subsection
16809 Colored Cells
16810 \begin_inset Index idx
16811 status collapsed
16812
16813 \begin_layout Plain Layout
16814 Table Color ! for Cells
16815 \end_layout
16816
16817 \end_inset
16818
16819
16820 \begin_inset Index idx
16821 status collapsed
16822
16823 \begin_layout Plain Layout
16824 Color ! for Table Cells
16825 \end_layout
16826
16827 \end_inset
16828
16829
16830 \end_layout
16831
16832 \begin_layout Standard
16833 \begin_inset Float table
16834 placement h
16835 wide false
16836 sideways false
16837 status open
16838
16839 \begin_layout Plain Layout
16840 \begin_inset Caption Standard
16841
16842 \begin_layout Plain Layout
16843 \begin_inset CommandInset label
16844 LatexCommand label
16845 name "tab:Table-colored-without"
16846
16847 \end_inset
16848
16849 Table colored without using the package 
16850 \series bold
16851 colortbl
16852 \series default
16853
16854 \begin_inset Argument 1
16855 status collapsed
16856
16857 \begin_layout Plain Layout
16858 Table without colortbl
16859 \end_layout
16860
16861 \end_inset
16862
16863
16864 \end_layout
16865
16866 \end_inset
16867
16868
16869 \end_layout
16870
16871 \begin_layout Plain Layout
16872 \align center
16873 \begin_inset Tabular
16874 <lyxtabular version="3" rows="3" columns="3">
16875 <features tabularvalignment="middle">
16876 <column alignment="center" valignment="top">
16877 <column alignment="center" valignment="top">
16878 <column alignment="center" valignment="top">
16879 <row>
16880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16881 \begin_inset Text
16882
16883 \begin_layout Plain Layout
16884
16885 \color green
16886 a
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16892 \begin_inset Text
16893
16894 \begin_layout Plain Layout
16895
16896 \color red
16897 b
16898 \end_layout
16899
16900 \end_inset
16901 </cell>
16902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Plain Layout
16906
16907 \color red
16908 c
16909 \end_layout
16910
16911 \end_inset
16912 </cell>
16913 </row>
16914 <row>
16915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16916 \begin_inset Text
16917
16918 \begin_layout Plain Layout
16919
16920 \color green
16921 d
16922 \end_layout
16923
16924 \end_inset
16925 </cell>
16926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16927 \begin_inset Text
16928
16929 \begin_layout Plain Layout
16930
16931 \color blue
16932 e
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941
16942 \color blue
16943 f
16944 \end_layout
16945
16946 \end_inset
16947 </cell>
16948 </row>
16949 <row>
16950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954
16955 \color green
16956 g
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Plain Layout
16965
16966 \color blue
16967 h
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16973 \begin_inset Text
16974
16975 \begin_layout Plain Layout
16976
16977 \color blue
16978 i
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 </row>
16984 </lyxtabular>
16985
16986 \end_inset
16987
16988
16989 \end_layout
16990
16991 \end_inset
16992
16993
16994 \end_layout
16995
16996 \begin_layout Standard
16997 If you only need colored text, mark the cells and choose a color in the
16998  
16999 \family sans
17000 Text
17001 \begin_inset space ~
17002 \end_inset
17003
17004 Style
17005 \family default
17006  dialog (toolbar button 
17007 \begin_inset Info
17008 type  "icon"
17009 arg   "dialog-show character"
17010 \end_inset
17011
17012 ).
17013  This was used to create Table
17014 \begin_inset space ~
17015 \end_inset
17016
17017
17018 \begin_inset CommandInset ref
17019 LatexCommand ref
17020 reference "tab:Table-colored-without"
17021
17022 \end_inset
17023
17024 .
17025  In any other case you have to use the \SpecialChar LaTeX
17026 -package 
17027 \series bold
17028 colortbl
17029 \series default
17030 .
17031 \begin_inset Index idx
17032 status collapsed
17033
17034 \begin_layout Plain Layout
17035 \SpecialChar LaTeX
17036 -packages ! colortbl
17037 \end_layout
17038
17039 \end_inset
17040
17041
17042 \end_layout
17043
17044 \begin_layout Standard
17045 \begin_inset ERT
17046 status collapsed
17047
17048 \begin_layout Plain Layout
17049
17050
17051 \backslash
17052 ifcolortbl
17053 \end_layout
17054
17055 \end_inset
17056
17057
17058 \begin_inset Note Note
17059 status open
17060
17061 \begin_layout Plain Layout
17062 The following section part will only be displayed when the \SpecialChar LaTeX
17063 -package 
17064 \series bold
17065 colortbl
17066 \series default
17067  is installed.
17068 \end_layout
17069
17070 \end_inset
17071
17072
17073 \end_layout
17074
17075 \begin_layout Standard
17076 To create colored tables, 
17077 \series bold
17078 colortbl
17079 \series default
17080  must be loaded in the preamble with the line
17081 \end_layout
17082
17083 \begin_layout Standard
17084
17085 \series bold
17086
17087 \backslash
17088 usepackage{colortbl}
17089 \end_layout
17090
17091 \begin_layout Standard
17092 The color of a column is adjusted with the command
17093 \end_layout
17094
17095 \begin_layout Standard
17096
17097 \series bold
17098
17099 \backslash
17100 columncolor{name of color}
17101 \end_layout
17102
17103 \begin_layout Standard
17104 inside the command 
17105 \series bold
17106 >{ }
17107 \series default
17108 .
17109  More about the command 
17110 \series bold
17111 >{}
17112 \series default
17113  is contained in section
17114 \begin_inset space ~
17115 \end_inset
17116
17117
17118 \begin_inset CommandInset ref
17119 LatexCommand ref
17120 reference "subsec:Multicolumn-Calculations"
17121
17122 \end_inset
17123
17124 .
17125 \end_layout
17126
17127 \begin_layout Standard
17128 The following color names are predefined:
17129 \end_layout
17130
17131 \begin_layout Standard
17132
17133 \family sans
17134 red
17135 \family default
17136
17137 \family sans
17138 green
17139 \family default
17140
17141 \family sans
17142 yellow
17143 \family default
17144
17145 \family sans
17146 blue
17147 \family default
17148
17149 \family sans
17150 cyan
17151 \family default
17152
17153 \family sans
17154 magenta
17155 \family default
17156
17157 \family sans
17158 black
17159 \family default
17160  and 
17161 \family sans
17162 white
17163 \end_layout
17164
17165 \begin_layout Standard
17166 \begin_inset VSpace medskip
17167 \end_inset
17168
17169
17170 \end_layout
17171
17172 \begin_layout Standard
17173 If you add the option
17174 \end_layout
17175
17176 \begin_layout Standard
17177
17178 \series bold
17179 dvipsnames
17180 \end_layout
17181
17182 \begin_layout Standard
17183 to the document class options in the document settings, you can additionally
17184  use further 61
17185 \begin_inset space ~
17186 \end_inset
17187
17188 colors.
17189  These colors are listed in appendix
17190 \begin_inset space ~
17191 \end_inset
17192
17193
17194 \begin_inset CommandInset ref
17195 LatexCommand ref
17196 reference "chap:List-of-dvips-colornames"
17197
17198 \end_inset
17199
17200 .
17201  One of these colors, 
17202 \family sans
17203 Maroon
17204 \family default
17205 , is used as example in Table
17206 \begin_inset space ~
17207 \end_inset
17208
17209
17210 \begin_inset CommandInset ref
17211 LatexCommand ref
17212 reference "tab:Table-colored-using"
17213
17214 \end_inset
17215
17216 .
17217 \end_layout
17218
17219 \begin_layout Standard
17220 \begin_inset VSpace medskip
17221 \end_inset
17222
17223
17224 \end_layout
17225
17226 \begin_layout Standard
17227 You can also define your own color with the command
17228 \end_layout
17229
17230 \begin_layout Standard
17231
17232 \series bold
17233
17234 \backslash
17235 definecolor{color name}{color model}{color values}
17236 \end_layout
17237
17238 \begin_layout Standard
17239 The color model can be
17240 \end_layout
17241
17242 \begin_layout Labeling
17243 \labelwidthstring 00.00.0000
17244 cmyk: cyan, magenta, yellow, black
17245 \end_layout
17246
17247 \begin_layout Labeling
17248 \labelwidthstring 00.00.0000
17249 rgb: red, green blue
17250 \end_layout
17251
17252 \begin_layout Labeling
17253 \labelwidthstring 00.00.0000
17254 gray gray
17255 \end_layout
17256
17257 \begin_layout Standard
17258 and the color values are comma separated numbers between 0 and 1 describing
17259  the factor for the corresponding color of the color model.
17260 \end_layout
17261
17262 \begin_layout Standard
17263 You can e.
17264 \begin_inset space \thinspace{}
17265 \end_inset
17266
17267 g.
17268 \begin_inset space \space{}
17269 \end_inset
17270
17271 define the color "
17272 \emph on
17273 darkgreen
17274 \emph default
17275 " in the preamble with
17276 \end_layout
17277
17278 \begin_layout Standard
17279
17280 \series bold
17281
17282 \backslash
17283 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17284 \end_layout
17285
17286 \begin_layout Standard
17287 and the color "
17288 \emph on
17289 lightgray
17290 \emph default
17291 " with
17292 \end_layout
17293
17294 \begin_layout Standard
17295
17296 \series bold
17297
17298 \backslash
17299 definecolor{lightgray}{gray}{0.8}
17300 \end_layout
17301
17302 \begin_layout Standard
17303 \begin_inset VSpace medskip
17304 \end_inset
17305
17306
17307 \end_layout
17308
17309 \begin_layout Standard
17310 Lines are colored with the command
17311 \end_layout
17312
17313 \begin_layout Standard
17314
17315 \series bold
17316
17317 \backslash
17318 rowcolor{name of color}
17319 \end_layout
17320
17321 \begin_layout Standard
17322 and cells are colored with the command
17323 \end_layout
17324
17325 \begin_layout Standard
17326
17327 \series bold
17328
17329 \backslash
17330 cellcolor{name of color}
17331 \end_layout
17332
17333 \begin_layout Standard
17334 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
17335  Code.
17336 \end_layout
17337
17338 \begin_layout Standard
17339 To color characters in the table, mark the cells and use the 
17340 \family sans
17341 Text
17342 \begin_inset space ~
17343 \end_inset
17344
17345 Style
17346 \family default
17347  dialog.
17348  If a cell contains \SpecialChar TeX
17349  Code mark only the characters, otherwise the colored
17350  \SpecialChar TeX
17351  Code will cause \SpecialChar LaTeX
17352  errors.
17353 \end_layout
17354
17355 \begin_layout Standard
17356 \begin_inset Note Greyedout
17357 status open
17358
17359 \begin_layout Plain Layout
17360
17361 \series bold
17362 Note:
17363 \series default
17364  Not all DVI-viewers are able to display self-defined colors.
17365 \end_layout
17366
17367 \end_inset
17368
17369
17370 \end_layout
17371
17372 \begin_layout Standard
17373 \begin_inset VSpace bigskip
17374 \end_inset
17375
17376
17377 \end_layout
17378
17379 \begin_layout Standard
17380 To create Table
17381 \begin_inset space ~
17382 \end_inset
17383
17384
17385 \begin_inset CommandInset ref
17386 LatexCommand ref
17387 reference "tab:Table-colored-using"
17388
17389 \end_inset
17390
17391  do the following: The color of the first column should be 
17392 \emph on
17393 darkgreen
17394 \emph default
17395 .
17396  So insert
17397 \end_layout
17398
17399 \begin_layout Standard
17400
17401 \series bold
17402 >{
17403 \backslash
17404 columncolor{darkgreen}
17405 \backslash
17406 centering}c
17407 \end_layout
17408
17409 \begin_layout Standard
17410 as \SpecialChar LaTeX
17411 -argument for this column.
17412  The first row should be light blue, therefore the \SpecialChar TeX
17413  Code command
17414 \end_layout
17415
17416 \begin_layout Standard
17417
17418 \series bold
17419
17420 \backslash
17421 rowcolor{cyan}
17422 \end_layout
17423
17424 \begin_layout Standard
17425 is inserted to the first cell of this row.
17426  Note that this overwrites the column color for the first cell.
17427  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
17428  Code
17429  command
17430 \end_layout
17431
17432 \begin_layout Standard
17433
17434 \series bold
17435
17436 \backslash
17437 cellcolor{Maroon}
17438 \end_layout
17439
17440 \begin_layout Standard
17441 The characters could now be colored using the menu 
17442 \family sans
17443 Edit\SpecialChar menuseparator
17444 Text
17445 \begin_inset space ~
17446 \end_inset
17447
17448 Style
17449 \family default
17450 .
17451 \end_layout
17452
17453 \begin_layout Standard
17454 \begin_inset Float table
17455 placement h
17456 wide false
17457 sideways false
17458 status open
17459
17460 \begin_layout Plain Layout
17461 \begin_inset Caption Standard
17462
17463 \begin_layout Plain Layout
17464 \begin_inset CommandInset label
17465 LatexCommand label
17466 name "tab:Table-colored-using"
17467
17468 \end_inset
17469
17470 Table colored using the package 
17471 \series bold
17472 colortbl
17473 \series default
17474
17475 \begin_inset Argument 1
17476 status collapsed
17477
17478 \begin_layout Plain Layout
17479 Table with colortbl
17480 \end_layout
17481
17482 \end_inset
17483
17484
17485 \end_layout
17486
17487 \end_inset
17488
17489
17490 \end_layout
17491
17492 \begin_layout Plain Layout
17493 \align center
17494 \begin_inset Tabular
17495 <lyxtabular version="3" rows="3" columns="3">
17496 <features tabularvalignment="middle">
17497 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17498 <column alignment="center" valignment="top">
17499 <column alignment="center" valignment="top">
17500 <row>
17501 <cell alignment="center" valignment="top" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505 \begin_inset ERT
17506 status collapsed
17507
17508 \begin_layout Plain Layout
17509
17510
17511 \backslash
17512 rowcolor{cyan}
17513 \end_layout
17514
17515 \end_inset
17516
17517
17518 \color magenta
17519 a
17520 \end_layout
17521
17522 \end_inset
17523 </cell>
17524 <cell alignment="center" valignment="top" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Plain Layout
17528
17529 \color red
17530 b
17531 \end_layout
17532
17533 \end_inset
17534 </cell>
17535 <cell alignment="center" valignment="top" usebox="none">
17536 \begin_inset Text
17537
17538 \begin_layout Plain Layout
17539
17540 \color red
17541 c
17542 \end_layout
17543
17544 \end_inset
17545 </cell>
17546 </row>
17547 <row>
17548 <cell alignment="center" valignment="top" usebox="none">
17549 \begin_inset Text
17550
17551 \begin_layout Plain Layout
17552
17553 \color yellow
17554 d
17555 \end_layout
17556
17557 \end_inset
17558 </cell>
17559 <cell alignment="center" valignment="top" usebox="none">
17560 \begin_inset Text
17561
17562 \begin_layout Plain Layout
17563
17564 \color blue
17565 e
17566 \end_layout
17567
17568 \end_inset
17569 </cell>
17570 <cell alignment="center" valignment="top" usebox="none">
17571 \begin_inset Text
17572
17573 \begin_layout Plain Layout
17574
17575 \color blue
17576 f
17577 \end_layout
17578
17579 \end_inset
17580 </cell>
17581 </row>
17582 <row>
17583 <cell alignment="center" valignment="top" usebox="none">
17584 \begin_inset Text
17585
17586 \begin_layout Plain Layout
17587
17588 \color yellow
17589 g
17590 \end_layout
17591
17592 \end_inset
17593 </cell>
17594 <cell alignment="center" valignment="top" usebox="none">
17595 \begin_inset Text
17596
17597 \begin_layout Plain Layout
17598
17599 \color blue
17600 h
17601 \end_layout
17602
17603 \end_inset
17604 </cell>
17605 <cell alignment="center" valignment="top" usebox="none">
17606 \begin_inset Text
17607
17608 \begin_layout Plain Layout
17609 \begin_inset ERT
17610 status collapsed
17611
17612 \begin_layout Plain Layout
17613
17614
17615 \backslash
17616 cellcolor{Maroon}
17617 \end_layout
17618
17619 \end_inset
17620
17621
17622 \color green
17623 i
17624 \end_layout
17625
17626 \end_inset
17627 </cell>
17628 </row>
17629 </lyxtabular>
17630
17631 \end_inset
17632
17633
17634 \end_layout
17635
17636 \end_inset
17637
17638
17639 \end_layout
17640
17641 \begin_layout Standard
17642 \begin_inset ERT
17643 status collapsed
17644
17645 \begin_layout Plain Layout
17646
17647
17648 \backslash
17649 else
17650 \end_layout
17651
17652 \end_inset
17653
17654
17655 \begin_inset Note Note
17656 status open
17657
17658 \begin_layout Plain Layout
17659 The following will be displayed when the \SpecialChar LaTeX
17660 -package 
17661 \series bold
17662 colortbl
17663 \series default
17664  is not installed:
17665 \end_layout
17666
17667 \end_inset
17668
17669
17670 \end_layout
17671
17672 \begin_layout Standard
17673 You need to install the package 
17674 \series bold
17675 colortbl
17676 \series default
17677  to see the content of this section in the output.
17678 \end_layout
17679
17680 \begin_layout Standard
17681 \begin_inset ERT
17682 status collapsed
17683
17684 \begin_layout Plain Layout
17685
17686
17687 \backslash
17688 fi
17689 \end_layout
17690
17691 \end_inset
17692
17693
17694 \end_layout
17695
17696 \begin_layout Subsection
17697 Colored Rows
17698 \begin_inset Index idx
17699 status collapsed
17700
17701 \begin_layout Plain Layout
17702 Table Color ! for Rows
17703 \end_layout
17704
17705 \end_inset
17706
17707
17708 \begin_inset Index idx
17709 status collapsed
17710
17711 \begin_layout Plain Layout
17712 Color ! for Table Rows
17713 \end_layout
17714
17715 \end_inset
17716
17717
17718 \end_layout
17719
17720 \begin_layout Standard
17721 In case every second table row needs to be colored there is an alternative
17722  to the method described in the previous section: One loads the package
17723  
17724 \series bold
17725 xcolor
17726 \series default
17727
17728 \begin_inset Index idx
17729 status collapsed
17730
17731 \begin_layout Plain Layout
17732 \SpecialChar LaTeX
17733 -packages ! xcolor
17734 \begin_inset ERT
17735 status collapsed
17736
17737 \begin_layout Plain Layout
17738
17739
17740 \backslash
17741 vspace{4mm}
17742 \end_layout
17743
17744 \end_inset
17745
17746
17747 \end_layout
17748
17749 \end_inset
17750
17751  in the document preamble with the command
17752 \end_layout
17753
17754 \begin_layout Standard
17755
17756 \series bold
17757
17758 \backslash
17759 usepackage[table]{xcolor}
17760 \end_layout
17761
17762 \begin_layout Standard
17763
17764 \series bold
17765 xcolor
17766 \series default
17767  automatically loads also the package 
17768 \series bold
17769 colortbl
17770 \series default
17771
17772 \begin_inset Index idx
17773 status collapsed
17774
17775 \begin_layout Plain Layout
17776 \SpecialChar LaTeX
17777 -packages ! colortbl
17778 \end_layout
17779
17780 \end_inset
17781
17782 , so 
17783 \series bold
17784 colortbl
17785 \series default
17786  must be installed in your \SpecialChar LaTeX
17787 -distribution, otherwise you get \SpecialChar LaTeX
17788 -errors.
17789 \end_layout
17790
17791 \begin_layout Standard
17792 \begin_inset ERT
17793 status collapsed
17794
17795 \begin_layout Plain Layout
17796
17797
17798 \backslash
17799 ifcolortbl
17800 \end_layout
17801
17802 \end_inset
17803
17804
17805 \begin_inset Note Note
17806 status open
17807
17808 \begin_layout Plain Layout
17809 The following section part will only be displayed when the \SpecialChar LaTeX
17810 -package 
17811 \series bold
17812 colortbl
17813 \series default
17814  is installed.
17815 \end_layout
17816
17817 \end_inset
17818
17819
17820 \end_layout
17821
17822 \begin_layout Standard
17823 The table rows are colored with the command
17824 \end_layout
17825
17826 \begin_layout Standard
17827
17828 \series bold
17829
17830 \backslash
17831 rowcolors[commands]{row number}{odd row color}{even row color}
17832 \end_layout
17833
17834 \begin_layout Standard
17835 that is either inserted in the document preamble or as \SpecialChar TeX
17836  Code before the
17837  first table to be colored.
17838  row
17839 \begin_inset space ~
17840 \end_inset
17841
17842 number is the number of the first row which should be colored according
17843  to the odd row color.
17844  commands can be additional commands that are executed before every table
17845  row.
17846  So for example the command
17847 \end_layout
17848
17849 \begin_layout Standard
17850
17851 \series bold
17852
17853 \backslash
17854 rowcolors{1}{white}{lightgray}
17855 \end_layout
17856
17857 \begin_layout Standard
17858 leads to the coloring scheme of Table
17859 \begin_inset space ~
17860 \end_inset
17861
17862
17863 \begin_inset CommandInset ref
17864 LatexCommand ref
17865 reference "tab:Table-rowcolors"
17866
17867 \end_inset
17868
17869 .
17870  The command
17871 \end_layout
17872
17873 \begin_layout Standard
17874
17875 \series bold
17876
17877 \backslash
17878 rowcolors[
17879 \backslash
17880 hline]{1}{lightgray}{cyan}
17881 \end_layout
17882
17883 \begin_layout Standard
17884 leads to the coloring scheme of Table
17885 \begin_inset space ~
17886 \end_inset
17887
17888
17889 \begin_inset CommandInset ref
17890 LatexCommand ref
17891 reference "tab:Table-rowcolors-2"
17892
17893 \end_inset
17894
17895 .
17896  If odd
17897 \begin_inset space ~
17898 \end_inset
17899
17900 row
17901 \begin_inset space ~
17902 \end_inset
17903
17904 color and/or even
17905 \begin_inset space ~
17906 \end_inset
17907
17908 row
17909 \begin_inset space ~
17910 \end_inset
17911
17912 color are left empty, no color will be used so that the command
17913 \end_layout
17914
17915 \begin_layout Standard
17916
17917 \series bold
17918
17919 \backslash
17920 rowcolors{1}{}{}
17921 \end_layout
17922
17923 \begin_layout Standard
17924 deletes all colors.
17925  
17926 \series bold
17927
17928 \backslash
17929 rowcolors
17930 \series default
17931  affects all tables following that command.
17932 \end_layout
17933
17934 \begin_layout Standard
17935 \begin_inset ERT
17936 status open
17937
17938 \begin_layout Plain Layout
17939
17940
17941 \backslash
17942 rowcolors{1}{white}{lightgray}
17943 \end_layout
17944
17945 \end_inset
17946
17947
17948 \end_layout
17949
17950 \begin_layout Standard
17951 \begin_inset Float table
17952 placement h
17953 wide false
17954 sideways false
17955 status open
17956
17957 \begin_layout Plain Layout
17958 \begin_inset Caption Standard
17959
17960 \begin_layout Plain Layout
17961 \begin_inset CommandInset label
17962 LatexCommand label
17963 name "tab:Table-rowcolors"
17964
17965 \end_inset
17966
17967 Table where every second row is colored light gray.
17968 \end_layout
17969
17970 \end_inset
17971
17972
17973 \end_layout
17974
17975 \begin_layout Plain Layout
17976 \align center
17977 \begin_inset Tabular
17978 <lyxtabular version="3" rows="4" columns="3">
17979 <features tabularvalignment="middle">
17980 <column alignment="center" valignment="top">
17981 <column alignment="center" valignment="top" width="0pt">
17982 <column alignment="center" valignment="top" width="0pt">
17983 <row>
17984 <cell alignment="center" valignment="top" usebox="none">
17985 \begin_inset Text
17986
17987 \begin_layout Plain Layout
17988 X
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997 Y
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 <cell alignment="center" valignment="top" usebox="none">
18003 \begin_inset Text
18004
18005 \begin_layout Plain Layout
18006 Z
18007 \end_layout
18008
18009 \end_inset
18010 </cell>
18011 </row>
18012 <row>
18013 <cell alignment="center" valignment="top" usebox="none">
18014 \begin_inset Text
18015
18016 \begin_layout Plain Layout
18017 1
18018 \end_layout
18019
18020 \end_inset
18021 </cell>
18022 <cell alignment="center" valignment="top" usebox="none">
18023 \begin_inset Text
18024
18025 \begin_layout Plain Layout
18026 2
18027 \end_layout
18028
18029 \end_inset
18030 </cell>
18031 <cell alignment="center" valignment="top" usebox="none">
18032 \begin_inset Text
18033
18034 \begin_layout Plain Layout
18035 3
18036 \end_layout
18037
18038 \end_inset
18039 </cell>
18040 </row>
18041 <row>
18042 <cell alignment="center" valignment="top" usebox="none">
18043 \begin_inset Text
18044
18045 \begin_layout Plain Layout
18046 4
18047 \end_layout
18048
18049 \end_inset
18050 </cell>
18051 <cell alignment="center" valignment="top" usebox="none">
18052 \begin_inset Text
18053
18054 \begin_layout Plain Layout
18055 5
18056 \end_layout
18057
18058 \end_inset
18059 </cell>
18060 <cell alignment="center" valignment="top" usebox="none">
18061 \begin_inset Text
18062
18063 \begin_layout Plain Layout
18064 6
18065 \end_layout
18066
18067 \end_inset
18068 </cell>
18069 </row>
18070 <row>
18071 <cell alignment="center" valignment="top" usebox="none">
18072 \begin_inset Text
18073
18074 \begin_layout Plain Layout
18075 7
18076 \end_layout
18077
18078 \end_inset
18079 </cell>
18080 <cell alignment="center" valignment="top" usebox="none">
18081 \begin_inset Text
18082
18083 \begin_layout Plain Layout
18084 8
18085 \end_layout
18086
18087 \end_inset
18088 </cell>
18089 <cell alignment="center" valignment="top" usebox="none">
18090 \begin_inset Text
18091
18092 \begin_layout Plain Layout
18093 9
18094 \end_layout
18095
18096 \end_inset
18097 </cell>
18098 </row>
18099 </lyxtabular>
18100
18101 \end_inset
18102
18103
18104 \end_layout
18105
18106 \end_inset
18107
18108
18109 \end_layout
18110
18111 \begin_layout Standard
18112 \begin_inset ERT
18113 status open
18114
18115 \begin_layout Plain Layout
18116
18117
18118 \backslash
18119 rowcolors[
18120 \backslash
18121 hline]{1}{lightgray}{cyan}
18122 \end_layout
18123
18124 \end_inset
18125
18126
18127 \end_layout
18128
18129 \begin_layout Standard
18130 \begin_inset Float table
18131 placement h
18132 wide false
18133 sideways false
18134 status open
18135
18136 \begin_layout Plain Layout
18137 \begin_inset Caption Standard
18138
18139 \begin_layout Plain Layout
18140 \begin_inset CommandInset label
18141 LatexCommand label
18142 name "tab:Table-rowcolors-2"
18143
18144 \end_inset
18145
18146 Table where every second row is colored cyan and at which there is a line
18147  between each row.
18148 \end_layout
18149
18150 \end_inset
18151
18152
18153 \end_layout
18154
18155 \begin_layout Plain Layout
18156 \align center
18157 \begin_inset Tabular
18158 <lyxtabular version="3" rows="4" columns="3">
18159 <features tabularvalignment="middle">
18160 <column alignment="center" valignment="top">
18161 <column alignment="center" valignment="top">
18162 <column alignment="center" valignment="top" width="0pt">
18163 <row>
18164 <cell alignment="center" valignment="top" usebox="none">
18165 \begin_inset Text
18166
18167 \begin_layout Plain Layout
18168 X
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 <cell alignment="center" valignment="top" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177 Y
18178 \end_layout
18179
18180 \end_inset
18181 </cell>
18182 <cell alignment="center" valignment="top" usebox="none">
18183 \begin_inset Text
18184
18185 \begin_layout Plain Layout
18186 Z
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 </row>
18192 <row>
18193 <cell alignment="center" valignment="top" usebox="none">
18194 \begin_inset Text
18195
18196 \begin_layout Plain Layout
18197 1
18198 \end_layout
18199
18200 \end_inset
18201 </cell>
18202 <cell alignment="center" valignment="top" usebox="none">
18203 \begin_inset Text
18204
18205 \begin_layout Plain Layout
18206 2
18207 \end_layout
18208
18209 \end_inset
18210 </cell>
18211 <cell alignment="center" valignment="top" usebox="none">
18212 \begin_inset Text
18213
18214 \begin_layout Plain Layout
18215 3
18216 \end_layout
18217
18218 \end_inset
18219 </cell>
18220 </row>
18221 <row>
18222 <cell alignment="center" valignment="top" usebox="none">
18223 \begin_inset Text
18224
18225 \begin_layout Plain Layout
18226 4
18227 \end_layout
18228
18229 \end_inset
18230 </cell>
18231 <cell alignment="center" valignment="top" usebox="none">
18232 \begin_inset Text
18233
18234 \begin_layout Plain Layout
18235 5
18236 \end_layout
18237
18238 \end_inset
18239 </cell>
18240 <cell alignment="center" valignment="top" usebox="none">
18241 \begin_inset Text
18242
18243 \begin_layout Plain Layout
18244 6
18245 \end_layout
18246
18247 \end_inset
18248 </cell>
18249 </row>
18250 <row>
18251 <cell alignment="center" valignment="top" usebox="none">
18252 \begin_inset Text
18253
18254 \begin_layout Plain Layout
18255 7
18256 \end_layout
18257
18258 \end_inset
18259 </cell>
18260 <cell alignment="center" valignment="top" usebox="none">
18261 \begin_inset Text
18262
18263 \begin_layout Plain Layout
18264 8
18265 \end_layout
18266
18267 \end_inset
18268 </cell>
18269 <cell alignment="center" valignment="top" usebox="none">
18270 \begin_inset Text
18271
18272 \begin_layout Plain Layout
18273 9
18274 \end_layout
18275
18276 \end_inset
18277 </cell>
18278 </row>
18279 </lyxtabular>
18280
18281 \end_inset
18282
18283
18284 \end_layout
18285
18286 \end_inset
18287
18288
18289 \end_layout
18290
18291 \begin_layout Standard
18292 \begin_inset ERT
18293 status collapsed
18294
18295 \begin_layout Plain Layout
18296
18297
18298 \backslash
18299 rowcolors{1}{}{}
18300 \end_layout
18301
18302 \end_inset
18303
18304
18305 \begin_inset Note Note
18306 status collapsed
18307
18308 \begin_layout Plain Layout
18309 turns off the row coloring
18310 \end_layout
18311
18312 \end_inset
18313
18314
18315 \end_layout
18316
18317 \begin_layout Standard
18318 \begin_inset ERT
18319 status collapsed
18320
18321 \begin_layout Plain Layout
18322
18323
18324 \backslash
18325 else
18326 \end_layout
18327
18328 \end_inset
18329
18330
18331 \begin_inset Note Note
18332 status open
18333
18334 \begin_layout Plain Layout
18335 The following will be displayed when the \SpecialChar LaTeX
18336 -package 
18337 \series bold
18338 colortbl
18339 \series default
18340  is not installed:
18341 \end_layout
18342
18343 \end_inset
18344
18345
18346 \end_layout
18347
18348 \begin_layout Standard
18349 You need to install the package 
18350 \series bold
18351 colortbl
18352 \series default
18353  to see the content of this section in the output.
18354 \end_layout
18355
18356 \begin_layout Standard
18357 \begin_inset ERT
18358 status collapsed
18359
18360 \begin_layout Plain Layout
18361
18362
18363 \backslash
18364 fi
18365 \end_layout
18366
18367 \end_inset
18368
18369
18370 \end_layout
18371
18372 \begin_layout Subsection
18373 Colored Lines
18374 \begin_inset Index idx
18375 status collapsed
18376
18377 \begin_layout Plain Layout
18378 Table Color ! for Lines
18379 \end_layout
18380
18381 \end_inset
18382
18383
18384 \begin_inset Index idx
18385 status collapsed
18386
18387 \begin_layout Plain Layout
18388 Color ! for Table Lines
18389 \end_layout
18390
18391 \end_inset
18392
18393
18394 \end_layout
18395
18396 \begin_layout Standard
18397 As described in section
18398 \begin_inset space ~
18399 \end_inset
18400
18401
18402 \begin_inset CommandInset ref
18403 LatexCommand ref
18404 reference "subsec:Line-Thickness"
18405
18406 \end_inset
18407
18408 , the line thickness for all lines in a table can be adjusted with the length
18409  
18410 \series bold
18411
18412 \backslash
18413 arrayrulewidth
18414 \series default
18415 .
18416  It is set to 1.5
18417 \begin_inset space \thinspace{}
18418 \end_inset
18419
18420 pt for all tables of this section.
18421 \begin_inset ERT
18422 status collapsed
18423
18424 \begin_layout Plain Layout
18425
18426
18427 \backslash
18428 setlength{
18429 \backslash
18430 arrayrulewidth}{1.5pt}
18431 \end_layout
18432
18433 \end_inset
18434
18435
18436 \end_layout
18437
18438 \begin_layout Standard
18439 To color vertical lines for example with green, create the following column
18440  format in the document preamble, according to the description in section
18441 \begin_inset space ~
18442 \end_inset
18443
18444
18445 \begin_inset CommandInset ref
18446 LatexCommand ref
18447 reference "subsec:Customized-Format"
18448
18449 \end_inset
18450
18451 :
18452 \end_layout
18453
18454 \begin_layout Standard
18455
18456 \series bold
18457
18458 \backslash
18459 newcolumntype{W}{!{
18460 \backslash
18461 color{green}
18462 \backslash
18463 vline}}
18464 \end_layout
18465
18466 \begin_layout Standard
18467 For Table
18468 \begin_inset space ~
18469 \end_inset
18470
18471
18472 \begin_inset CommandInset ref
18473 LatexCommand ref
18474 reference "tab:Table-with-vertical-colored"
18475
18476 \end_inset
18477
18478  the \SpecialChar LaTeX
18479 -argument
18480 \series bold
18481  WcW
18482 \series default
18483  was used for the last column and
18484 \series bold
18485  Wc
18486 \series default
18487  for the other columns.
18488 \end_layout
18489
18490 \begin_layout Standard
18491 If you want to have several colors, define more column formats.
18492 \end_layout
18493
18494 \begin_layout Standard
18495 \begin_inset Float table
18496 placement h
18497 wide false
18498 sideways false
18499 status open
18500
18501 \begin_layout Plain Layout
18502 \begin_inset Caption Standard
18503
18504 \begin_layout Plain Layout
18505 \begin_inset CommandInset label
18506 LatexCommand label
18507 name "tab:Table-with-vertical-colored"
18508
18509 \end_inset
18510
18511 Table with colored vertical lines
18512 \end_layout
18513
18514 \end_inset
18515
18516
18517 \end_layout
18518
18519 \begin_layout Plain Layout
18520 \align center
18521 \begin_inset Tabular
18522 <lyxtabular version="3" rows="3" columns="3">
18523 <features tabularvalignment="middle">
18524 <column alignment="center" valignment="top" special="Wc">
18525 <column alignment="center" valignment="top" special="Wc">
18526 <column alignment="center" valignment="top" special="WcW">
18527 <row>
18528 <cell alignment="center" valignment="top" topline="true" usebox="none">
18529 \begin_inset Text
18530
18531 \begin_layout Plain Layout
18532 sd
18533 \end_layout
18534
18535 \end_inset
18536 </cell>
18537 <cell alignment="center" valignment="top" topline="true" usebox="none">
18538 \begin_inset Text
18539
18540 \begin_layout Plain Layout
18541
18542 \end_layout
18543
18544 \end_inset
18545 </cell>
18546 <cell alignment="center" valignment="top" topline="true" usebox="none">
18547 \begin_inset Text
18548
18549 \begin_layout Plain Layout
18550
18551 \end_layout
18552
18553 \end_inset
18554 </cell>
18555 </row>
18556 <row>
18557 <cell alignment="center" valignment="top" topline="true" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561
18562 \end_layout
18563
18564 \end_inset
18565 </cell>
18566 <cell alignment="center" valignment="top" topline="true" usebox="none">
18567 \begin_inset Text
18568
18569 \begin_layout Plain Layout
18570 sd
18571 \end_layout
18572
18573 \end_inset
18574 </cell>
18575 <cell alignment="center" valignment="top" topline="true" usebox="none">
18576 \begin_inset Text
18577
18578 \begin_layout Plain Layout
18579
18580 \end_layout
18581
18582 \end_inset
18583 </cell>
18584 </row>
18585 <row>
18586 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18587 \begin_inset Text
18588
18589 \begin_layout Plain Layout
18590
18591 \end_layout
18592
18593 \end_inset
18594 </cell>
18595 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18596 \begin_inset Text
18597
18598 \begin_layout Plain Layout
18599
18600 \end_layout
18601
18602 \end_inset
18603 </cell>
18604 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18605 \begin_inset Text
18606
18607 \begin_layout Plain Layout
18608 sd
18609 \end_layout
18610
18611 \end_inset
18612 </cell>
18613 </row>
18614 </lyxtabular>
18615
18616 \end_inset
18617
18618
18619 \end_layout
18620
18621 \end_inset
18622
18623
18624 \end_layout
18625
18626 \begin_layout Standard
18627 \begin_inset VSpace bigskip
18628 \end_inset
18629
18630 To color all horizontal lines for example with red, as in Table
18631 \begin_inset space ~
18632 \end_inset
18633
18634
18635 \begin_inset CommandInset ref
18636 LatexCommand ref
18637 reference "tab:Table-with-horizontal-colored"
18638
18639 \end_inset
18640
18641 , insert these commands in \SpecialChar TeX
18642  code before the table or table float:
18643 \end_layout
18644
18645 \begin_layout Standard
18646
18647 \series bold
18648
18649 \backslash
18650 let
18651 \backslash
18652 myHlineC
18653 \backslash
18654 hline
18655 \begin_inset Newline newline
18656 \end_inset
18657
18658
18659 \backslash
18660 renewcommand{
18661 \backslash
18662 hline}
18663 \begin_inset Newline newline
18664 \end_inset
18665
18666
18667 \begin_inset Phantom HPhantom
18668 status open
18669
18670 \begin_layout Plain Layout
18671
18672 \series bold
18673 \begin_inset space ~
18674 \end_inset
18675
18676
18677 \end_layout
18678
18679 \end_inset
18680
18681 {
18682 \backslash
18683 arrayrulecolor{red}
18684 \backslash
18685 myHlineC
18686 \backslash
18687 arrayrulecolor{black}}
18688 \end_layout
18689
18690 \begin_layout Standard
18691 \begin_inset ERT
18692 status collapsed
18693
18694 \begin_layout Plain Layout
18695
18696
18697 \backslash
18698 let
18699 \backslash
18700 myHlineC
18701 \backslash
18702 hline
18703 \end_layout
18704
18705 \begin_layout Plain Layout
18706
18707
18708 \backslash
18709 renewcommand{
18710 \backslash
18711 hline}
18712 \end_layout
18713
18714 \begin_layout Plain Layout
18715
18716  {
18717 \backslash
18718 arrayrulecolor{red}
18719 \backslash
18720 myHlineC
18721 \backslash
18722 arrayrulecolor{black}}
18723 \end_layout
18724
18725 \end_inset
18726
18727
18728 \begin_inset Float table
18729 placement h
18730 wide false
18731 sideways false
18732 status open
18733
18734 \begin_layout Plain Layout
18735 \begin_inset Caption Standard
18736
18737 \begin_layout Plain Layout
18738 \begin_inset CommandInset label
18739 LatexCommand label
18740 name "tab:Table-with-horizontal-colored"
18741
18742 \end_inset
18743
18744 Table with colored horizontal lines
18745 \end_layout
18746
18747 \end_inset
18748
18749
18750 \end_layout
18751
18752 \begin_layout Plain Layout
18753 \align center
18754 \begin_inset Tabular
18755 <lyxtabular version="3" rows="3" columns="3">
18756 <features tabularvalignment="middle">
18757 <column alignment="center" valignment="top">
18758 <column alignment="center" valignment="top">
18759 <column alignment="center" valignment="top">
18760 <row>
18761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18762 \begin_inset Text
18763
18764 \begin_layout Plain Layout
18765 sd
18766 \end_layout
18767
18768 \end_inset
18769 </cell>
18770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18771 \begin_inset Text
18772
18773 \begin_layout Plain Layout
18774
18775 \end_layout
18776
18777 \end_inset
18778 </cell>
18779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18780 \begin_inset Text
18781
18782 \begin_layout Plain Layout
18783
18784 \end_layout
18785
18786 \end_inset
18787 </cell>
18788 </row>
18789 <row>
18790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18791 \begin_inset Text
18792
18793 \begin_layout Plain Layout
18794
18795 \end_layout
18796
18797 \end_inset
18798 </cell>
18799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18800 \begin_inset Text
18801
18802 \begin_layout Plain Layout
18803 sd
18804 \end_layout
18805
18806 \end_inset
18807 </cell>
18808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18809 \begin_inset Text
18810
18811 \begin_layout Plain Layout
18812
18813 \end_layout
18814
18815 \end_inset
18816 </cell>
18817 </row>
18818 <row>
18819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18820 \begin_inset Text
18821
18822 \begin_layout Plain Layout
18823
18824 \end_layout
18825
18826 \end_inset
18827 </cell>
18828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18829 \begin_inset Text
18830
18831 \begin_layout Plain Layout
18832
18833 \end_layout
18834
18835 \end_inset
18836 </cell>
18837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18838 \begin_inset Text
18839
18840 \begin_layout Plain Layout
18841 sd
18842 \end_layout
18843
18844 \end_inset
18845 </cell>
18846 </row>
18847 </lyxtabular>
18848
18849 \end_inset
18850
18851
18852 \end_layout
18853
18854 \end_inset
18855
18856
18857 \end_layout
18858
18859 \begin_layout Standard
18860 To return to the default line color black, insert this command in \SpecialChar TeX
18861  code
18862  after the table or table float:
18863 \end_layout
18864
18865 \begin_layout Standard
18866
18867 \series bold
18868
18869 \backslash
18870 renewcommand{
18871 \backslash
18872 hline}{
18873 \backslash
18874 myHlineC}
18875 \end_layout
18876
18877 \begin_layout Standard
18878 Table
18879 \begin_inset space ~
18880 \end_inset
18881
18882
18883 \begin_inset CommandInset ref
18884 LatexCommand ref
18885 reference "tab:Table-with-colored"
18886
18887 \end_inset
18888
18889  is an example with colored vertical and horizontal lines.
18890 \end_layout
18891
18892 \begin_layout Standard
18893 \begin_inset Float table
18894 placement h
18895 wide false
18896 sideways false
18897 status open
18898
18899 \begin_layout Plain Layout
18900 \begin_inset Caption Standard
18901
18902 \begin_layout Plain Layout
18903 \begin_inset CommandInset label
18904 LatexCommand label
18905 name "tab:Table-with-colored"
18906
18907 \end_inset
18908
18909 Table with colored lines
18910 \end_layout
18911
18912 \end_inset
18913
18914
18915 \end_layout
18916
18917 \begin_layout Plain Layout
18918 \align center
18919 \begin_inset Tabular
18920 <lyxtabular version="3" rows="3" columns="3">
18921 <features tabularvalignment="middle">
18922 <column alignment="center" valignment="top" special="Wc">
18923 <column alignment="center" valignment="top" special="Wc">
18924 <column alignment="center" valignment="top" special="WcW">
18925 <row>
18926 <cell alignment="center" valignment="top" topline="true" usebox="none">
18927 \begin_inset Text
18928
18929 \begin_layout Plain Layout
18930 sd
18931 \end_layout
18932
18933 \end_inset
18934 </cell>
18935 <cell alignment="center" valignment="top" topline="true" usebox="none">
18936 \begin_inset Text
18937
18938 \begin_layout Plain Layout
18939
18940 \end_layout
18941
18942 \end_inset
18943 </cell>
18944 <cell alignment="center" valignment="top" topline="true" usebox="none">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 </row>
18954 <row>
18955 <cell alignment="center" valignment="top" topline="true" usebox="none">
18956 \begin_inset Text
18957
18958 \begin_layout Plain Layout
18959
18960 \end_layout
18961
18962 \end_inset
18963 </cell>
18964 <cell alignment="center" valignment="top" topline="true" usebox="none">
18965 \begin_inset Text
18966
18967 \begin_layout Plain Layout
18968 sd
18969 \end_layout
18970
18971 \end_inset
18972 </cell>
18973 <cell alignment="center" valignment="top" topline="true" usebox="none">
18974 \begin_inset Text
18975
18976 \begin_layout Plain Layout
18977
18978 \end_layout
18979
18980 \end_inset
18981 </cell>
18982 </row>
18983 <row topspace="default">
18984 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18985 \begin_inset Text
18986
18987 \begin_layout Plain Layout
18988
18989 \end_layout
18990
18991 \end_inset
18992 </cell>
18993 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18994 \begin_inset Text
18995
18996 \begin_layout Plain Layout
18997
18998 \end_layout
18999
19000 \end_inset
19001 </cell>
19002 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19003 \begin_inset Text
19004
19005 \begin_layout Plain Layout
19006 sd
19007 \end_layout
19008
19009 \end_inset
19010 </cell>
19011 </row>
19012 </lyxtabular>
19013
19014 \end_inset
19015
19016
19017 \end_layout
19018
19019 \end_inset
19020
19021
19022 \end_layout
19023
19024 \begin_layout Standard
19025 \begin_inset ERT
19026 status collapsed
19027
19028 \begin_layout Plain Layout
19029
19030
19031 \backslash
19032 renewcommand{
19033 \backslash
19034 hline}{
19035 \backslash
19036 myHlineC}
19037 \end_layout
19038
19039 \end_inset
19040
19041
19042 \end_layout
19043
19044 \begin_layout Standard
19045 \begin_inset ERT
19046 status collapsed
19047
19048 \begin_layout Plain Layout
19049
19050
19051 \backslash
19052 setlength{
19053 \backslash
19054 arrayrulewidth}{1.2pt}
19055 \end_layout
19056
19057 \end_inset
19058
19059
19060 \end_layout
19061
19062 \begin_layout Standard
19063 To color only some of the table lines another strategy is necessary.
19064  To color all following horizontal lines, insert this command as \SpecialChar TeX
19065  code as
19066  last thing in the row that should be above the first colored line:
19067 \end_layout
19068
19069 \begin_layout Standard
19070
19071 \series bold
19072
19073 \backslash
19074
19075 \backslash
19076
19077 \backslash
19078 arrayrulecolor{blue}%
19079 \end_layout
19080
19081 \begin_layout Standard
19082 To go back to black lines, add this command as first thing in the row that
19083  is above the black lines:
19084 \end_layout
19085
19086 \begin_layout Standard
19087
19088 \series bold
19089
19090 \backslash
19091 arrayrulecolor{black}
19092 \end_layout
19093
19094 \begin_layout Standard
19095 With this one can color table lines like in Table
19096 \begin_inset space ~
19097 \end_inset
19098
19099
19100 \begin_inset CommandInset ref
19101 LatexCommand ref
19102 reference "tab:Table-with-different-hor"
19103
19104 \end_inset
19105
19106 .
19107  However, with this method it is not possible to color the line above the
19108  first row of a table.
19109 \end_layout
19110
19111 \begin_layout Standard
19112 \begin_inset Float table
19113 wide false
19114 sideways false
19115 status open
19116
19117 \begin_layout Plain Layout
19118 \begin_inset Caption Standard
19119
19120 \begin_layout Plain Layout
19121 \begin_inset CommandInset label
19122 LatexCommand label
19123 name "tab:Table-with-different-hor"
19124
19125 \end_inset
19126
19127 Table with different horizontal line colors.
19128 \end_layout
19129
19130 \end_inset
19131
19132
19133 \end_layout
19134
19135 \begin_layout Plain Layout
19136 \align center
19137 \begin_inset Tabular
19138 <lyxtabular version="3" rows="6" columns="7">
19139 <features tabularvalignment="middle">
19140 <column alignment="center" valignment="top">
19141 <column alignment="center" valignment="top">
19142 <column alignment="center" valignment="top">
19143 <column alignment="center" valignment="top">
19144 <column alignment="center" valignment="top">
19145 <column alignment="center" valignment="top">
19146 <column alignment="center" valignment="top">
19147 <row>
19148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19149 \begin_inset Text
19150
19151 \begin_layout Plain Layout
19152
19153 \end_layout
19154
19155 \end_inset
19156 </cell>
19157 <cell alignment="center" valignment="top" topline="true" usebox="none">
19158 \begin_inset Text
19159
19160 \begin_layout Plain Layout
19161
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 <cell alignment="center" valignment="top" topline="true" usebox="none">
19167 \begin_inset Text
19168
19169 \begin_layout Plain Layout
19170
19171 \end_layout
19172
19173 \end_inset
19174 </cell>
19175 <cell alignment="center" valignment="top" topline="true" usebox="none">
19176 \begin_inset Text
19177
19178 \begin_layout Plain Layout
19179
19180 \end_layout
19181
19182 \end_inset
19183 </cell>
19184 <cell alignment="center" valignment="top" topline="true" usebox="none">
19185 \begin_inset Text
19186
19187 \begin_layout Plain Layout
19188
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 <cell alignment="center" valignment="top" topline="true" usebox="none">
19194 \begin_inset Text
19195
19196 \begin_layout Plain Layout
19197
19198 \end_layout
19199
19200 \end_inset
19201 </cell>
19202 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19203 \begin_inset Text
19204
19205 \begin_layout Plain Layout
19206 \begin_inset ERT
19207 status open
19208
19209 \begin_layout Plain Layout
19210
19211
19212 \backslash
19213
19214 \backslash
19215
19216 \backslash
19217 arrayrulecolor{blue}%
19218 \end_layout
19219
19220 \end_inset
19221
19222
19223 \end_layout
19224
19225 \end_inset
19226 </cell>
19227 </row>
19228 <row>
19229 <cell alignment="center" valignment="top" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Plain Layout
19233 Y
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19239 \begin_inset Text
19240
19241 \begin_layout Plain Layout
19242
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19248 \begin_inset Text
19249
19250 \begin_layout Plain Layout
19251
19252 \end_layout
19253
19254 \end_inset
19255 </cell>
19256 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19257 \begin_inset Text
19258
19259 \begin_layout Plain Layout
19260
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269
19270 \end_layout
19271
19272 \end_inset
19273 </cell>
19274 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19275 \begin_inset Text
19276
19277 \begin_layout Plain Layout
19278
19279 \end_layout
19280
19281 \end_inset
19282 </cell>
19283 <cell alignment="center" valignment="top" usebox="none">
19284 \begin_inset Text
19285
19286 \begin_layout Plain Layout
19287 Y
19288 \end_layout
19289
19290 \end_inset
19291 </cell>
19292 </row>
19293 <row>
19294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19295 \begin_inset Text
19296
19297 \begin_layout Plain Layout
19298 \begin_inset ERT
19299 status open
19300
19301 \begin_layout Plain Layout
19302
19303
19304 \backslash
19305 arrayrulecolor{black}
19306 \end_layout
19307
19308 \end_inset
19309
19310
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 <cell alignment="center" valignment="top" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319
19320 \end_layout
19321
19322 \end_inset
19323 </cell>
19324 <cell alignment="center" valignment="top" usebox="none">
19325 \begin_inset Text
19326
19327 \begin_layout Plain Layout
19328
19329 \end_layout
19330
19331 \end_inset
19332 </cell>
19333 <cell alignment="center" valignment="top" usebox="none">
19334 \begin_inset Text
19335
19336 \begin_layout Plain Layout
19337
19338 \end_layout
19339
19340 \end_inset
19341 </cell>
19342 <cell alignment="center" valignment="top" usebox="none">
19343 \begin_inset Text
19344
19345 \begin_layout Plain Layout
19346
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 <cell alignment="center" valignment="top" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355
19356 \end_layout
19357
19358 \end_inset
19359 </cell>
19360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19361 \begin_inset Text
19362
19363 \begin_layout Plain Layout
19364
19365 \end_layout
19366
19367 \end_inset
19368 </cell>
19369 </row>
19370 <row>
19371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19372 \begin_inset Text
19373
19374 \begin_layout Plain Layout
19375
19376 \end_layout
19377
19378 \end_inset
19379 </cell>
19380 <cell alignment="center" valignment="top" usebox="none">
19381 \begin_inset Text
19382
19383 \begin_layout Plain Layout
19384
19385 \end_layout
19386
19387 \end_inset
19388 </cell>
19389 <cell alignment="center" valignment="top" usebox="none">
19390 \begin_inset Text
19391
19392 \begin_layout Plain Layout
19393
19394 \end_layout
19395
19396 \end_inset
19397 </cell>
19398 <cell alignment="center" valignment="top" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Plain Layout
19402
19403 \end_layout
19404
19405 \end_inset
19406 </cell>
19407 <cell alignment="center" valignment="top" usebox="none">
19408 \begin_inset Text
19409
19410 \begin_layout Plain Layout
19411
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 <cell alignment="center" valignment="top" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout Plain Layout
19420
19421 \end_layout
19422
19423 \end_inset
19424 </cell>
19425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19426 \begin_inset Text
19427
19428 \begin_layout Plain Layout
19429 \begin_inset ERT
19430 status collapsed
19431
19432 \begin_layout Plain Layout
19433
19434
19435 \backslash
19436
19437 \backslash
19438
19439 \backslash
19440 arrayrulecolor{green}%
19441 \end_layout
19442
19443 \end_inset
19444
19445
19446 \end_layout
19447
19448 \end_inset
19449 </cell>
19450 </row>
19451 <row>
19452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19453 \begin_inset Text
19454
19455 \begin_layout Plain Layout
19456
19457 \end_layout
19458
19459 \end_inset
19460 </cell>
19461 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19462 \begin_inset Text
19463
19464 \begin_layout Plain Layout
19465
19466 \end_layout
19467
19468 \end_inset
19469 </cell>
19470 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19471 \begin_inset Text
19472
19473 \begin_layout Plain Layout
19474
19475 \end_layout
19476
19477 \end_inset
19478 </cell>
19479 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19480 \begin_inset Text
19481
19482 \begin_layout Plain Layout
19483
19484 \end_layout
19485
19486 \end_inset
19487 </cell>
19488 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Plain Layout
19492
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19498 \begin_inset Text
19499
19500 \begin_layout Plain Layout
19501
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19507 \begin_inset Text
19508
19509 \begin_layout Plain Layout
19510
19511 \end_layout
19512
19513 \end_inset
19514 </cell>
19515 </row>
19516 <row>
19517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19518 \begin_inset Text
19519
19520 \begin_layout Plain Layout
19521 \begin_inset ERT
19522 status collapsed
19523
19524 \begin_layout Plain Layout
19525
19526
19527 \backslash
19528 arrayrulecolor{black}
19529 \end_layout
19530
19531 \end_inset
19532
19533 B
19534 \end_layout
19535
19536 \end_inset
19537 </cell>
19538 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19539 \begin_inset Text
19540
19541 \begin_layout Plain Layout
19542
19543 \end_layout
19544
19545 \end_inset
19546 </cell>
19547 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19548 \begin_inset Text
19549
19550 \begin_layout Plain Layout
19551
19552 \end_layout
19553
19554 \end_inset
19555 </cell>
19556 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19557 \begin_inset Text
19558
19559 \begin_layout Plain Layout
19560
19561 \end_layout
19562
19563 \end_inset
19564 </cell>
19565 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19566 \begin_inset Text
19567
19568 \begin_layout Plain Layout
19569
19570 \end_layout
19571
19572 \end_inset
19573 </cell>
19574 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587 \begin_inset ERT
19588 status collapsed
19589
19590 \begin_layout Plain Layout
19591
19592
19593 \backslash
19594
19595 \backslash
19596
19597 \backslash
19598 arrayrulecolor{blue}%
19599 \end_layout
19600
19601 \end_inset
19602
19603
19604 \end_layout
19605
19606 \end_inset
19607 </cell>
19608 </row>
19609 </lyxtabular>
19610
19611 \end_inset
19612
19613
19614 \end_layout
19615
19616 \end_inset
19617
19618
19619 \end_layout
19620
19621 \begin_layout Standard
19622 To change the color of vertical lines within a row, like in Table
19623 \begin_inset space ~
19624 \end_inset
19625
19626
19627 \begin_inset CommandInset ref
19628 LatexCommand ref
19629 reference "tab:Table-with-different-ver"
19630
19631 \end_inset
19632
19633 , one needs to use multicolumns.
19634  At first one needs to remove all vertical lines that don't run along the
19635  whole column.
19636  Now one colors all lines using the command
19637 \end_layout
19638
19639 \begin_layout Standard
19640
19641 \series bold
19642
19643 \backslash
19644
19645 \backslash
19646
19647 \backslash
19648 arrayrulecolor{blue}%
19649 \end_layout
19650
19651 \begin_layout Standard
19652 as above.
19653  Finally one inserts this command as \SpecialChar TeX
19654  code to every cell in the row where
19655  one needs a vertical line in a different color:
19656 \end_layout
19657
19658 \begin_layout Standard
19659
19660 \series bold
19661
19662 \backslash
19663 multicolumn{1}{!{
19664 \backslash
19665 color{green}
19666 \backslash
19667 vline}c!{
19668 \backslash
19669 color{red}
19670 \backslash
19671 vline}}{
19672 \end_layout
19673
19674 \begin_layout Standard
19675 This adds a vertical line to both sides of the cell.
19676  The left one will be green, the right one red.
19677  If no color change is necessary one can omit the 
19678 \series bold
19679
19680 \backslash
19681 color
19682 \series default
19683  command in the above command.
19684  To get for example a black left line and a blue right line you can write:
19685 \end_layout
19686
19687 \begin_layout Standard
19688
19689 \series bold
19690
19691 \backslash
19692 multicolumn{1}{!{
19693 \backslash
19694 color{black}
19695 \backslash
19696 vline}c|}{
19697 \end_layout
19698
19699 \begin_layout Standard
19700 because the color blue was already set for all lines.
19701  The 
19702 \series bold
19703 |
19704 \series default
19705  creates hereby the vertical line while 
19706 \series bold
19707
19708 \backslash
19709 vline
19710 \series default
19711  does this when 
19712 \series bold
19713
19714 \backslash
19715 color
19716 \series default
19717  is used.
19718  To set vertical lines without changing any color use
19719 \end_layout
19720
19721 \begin_layout Standard
19722
19723 \series bold
19724
19725 \backslash
19726 multicolumn{1}{|c|}{
19727 \end_layout
19728
19729 \begin_layout Standard
19730 After this command insert the cell content the normal way and end the cell
19731  with a closing brace 
19732 \series bold
19733 }
19734 \series default
19735  in \SpecialChar TeX
19736  code.
19737 \end_layout
19738
19739 \begin_layout Standard
19740 \begin_inset Float table
19741 wide false
19742 sideways false
19743 status open
19744
19745 \begin_layout Plain Layout
19746 \begin_inset Caption Standard
19747
19748 \begin_layout Plain Layout
19749 \begin_inset CommandInset label
19750 LatexCommand label
19751 name "tab:Table-with-different-ver"
19752
19753 \end_inset
19754
19755 Table with different vertical line colors in one row.
19756 \end_layout
19757
19758 \end_inset
19759
19760
19761 \end_layout
19762
19763 \begin_layout Plain Layout
19764 \align center
19765 \begin_inset Tabular
19766 <lyxtabular version="3" rows="5" columns="7">
19767 <features tabularvalignment="middle">
19768 <column alignment="center" valignment="top">
19769 <column alignment="center" valignment="top">
19770 <column alignment="center" valignment="top">
19771 <column alignment="center" valignment="top">
19772 <column alignment="center" valignment="top">
19773 <column alignment="center" valignment="top">
19774 <column alignment="center" valignment="top">
19775 <row>
19776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780
19781 \end_layout
19782
19783 \end_inset
19784 </cell>
19785 <cell alignment="center" valignment="top" topline="true" usebox="none">
19786 \begin_inset Text
19787
19788 \begin_layout Plain Layout
19789
19790 \end_layout
19791
19792 \end_inset
19793 </cell>
19794 <cell alignment="center" valignment="top" topline="true" usebox="none">
19795 \begin_inset Text
19796
19797 \begin_layout Plain Layout
19798
19799 \end_layout
19800
19801 \end_inset
19802 </cell>
19803 <cell alignment="center" valignment="top" topline="true" usebox="none">
19804 \begin_inset Text
19805
19806 \begin_layout Plain Layout
19807
19808 \end_layout
19809
19810 \end_inset
19811 </cell>
19812 <cell alignment="center" valignment="top" topline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816
19817 \end_layout
19818
19819 \end_inset
19820 </cell>
19821 <cell alignment="center" valignment="top" topline="true" usebox="none">
19822 \begin_inset Text
19823
19824 \begin_layout Plain Layout
19825
19826 \end_layout
19827
19828 \end_inset
19829 </cell>
19830 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19831 \begin_inset Text
19832
19833 \begin_layout Plain Layout
19834 \begin_inset ERT
19835 status open
19836
19837 \begin_layout Plain Layout
19838
19839
19840 \backslash
19841
19842 \backslash
19843
19844 \backslash
19845 arrayrulecolor{red}%
19846 \end_layout
19847
19848 \end_inset
19849
19850
19851 \end_layout
19852
19853 \end_inset
19854 </cell>
19855 </row>
19856 <row>
19857 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19858 \begin_inset Text
19859
19860 \begin_layout Plain Layout
19861 \begin_inset ERT
19862 status open
19863
19864 \begin_layout Plain Layout
19865
19866
19867 \backslash
19868 multicolumn{1}{!{
19869 \backslash
19870 color{black}
19871 \backslash
19872 vline}c|}{
19873 \end_layout
19874
19875 \end_inset
19876
19877 Y
19878 \begin_inset ERT
19879 status collapsed
19880
19881 \begin_layout Plain Layout
19882
19883 }
19884 \end_layout
19885
19886 \end_inset
19887
19888
19889 \end_layout
19890
19891 \end_inset
19892 </cell>
19893 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19894 \begin_inset Text
19895
19896 \begin_layout Plain Layout
19897
19898 \end_layout
19899
19900 \end_inset
19901 </cell>
19902 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19903 \begin_inset Text
19904
19905 \begin_layout Plain Layout
19906
19907 \end_layout
19908
19909 \end_inset
19910 </cell>
19911 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19912 \begin_inset Text
19913
19914 \begin_layout Plain Layout
19915
19916 \end_layout
19917
19918 \end_inset
19919 </cell>
19920 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924
19925 \end_layout
19926
19927 \end_inset
19928 </cell>
19929 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19930 \begin_inset Text
19931
19932 \begin_layout Plain Layout
19933 \begin_inset ERT
19934 status open
19935
19936 \begin_layout Plain Layout
19937
19938
19939 \backslash
19940 multicolumn{1}{c|}{
19941 \end_layout
19942
19943 \end_inset
19944
19945
19946 \begin_inset ERT
19947 status collapsed
19948
19949 \begin_layout Plain Layout
19950
19951 }
19952 \end_layout
19953
19954 \end_inset
19955
19956
19957 \end_layout
19958
19959 \end_inset
19960 </cell>
19961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19962 \begin_inset Text
19963
19964 \begin_layout Plain Layout
19965 \begin_inset ERT
19966 status open
19967
19968 \begin_layout Plain Layout
19969
19970
19971 \backslash
19972 multicolumn{1}{c!{
19973 \backslash
19974 color{black}
19975 \backslash
19976 vline}}{
19977 \end_layout
19978
19979 \end_inset
19980
19981 Y
19982 \begin_inset ERT
19983 status collapsed
19984
19985 \begin_layout Plain Layout
19986
19987 }
19988 \end_layout
19989
19990 \end_inset
19991
19992
19993 \end_layout
19994
19995 \end_inset
19996 </cell>
19997 </row>
19998 <row>
19999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003 \begin_inset ERT
20004 status collapsed
20005
20006 \begin_layout Plain Layout
20007
20008
20009 \backslash
20010 arrayrulecolor{black}
20011 \end_layout
20012
20013 \end_inset
20014
20015
20016 \end_layout
20017
20018 \end_inset
20019 </cell>
20020 <cell alignment="center" valignment="top" usebox="none">
20021 \begin_inset Text
20022
20023 \begin_layout Plain Layout
20024
20025 \end_layout
20026
20027 \end_inset
20028 </cell>
20029 <cell alignment="center" valignment="top" usebox="none">
20030 \begin_inset Text
20031
20032 \begin_layout Plain Layout
20033
20034 \end_layout
20035
20036 \end_inset
20037 </cell>
20038 <cell alignment="center" valignment="top" usebox="none">
20039 \begin_inset Text
20040
20041 \begin_layout Plain Layout
20042
20043 \end_layout
20044
20045 \end_inset
20046 </cell>
20047 <cell alignment="center" valignment="top" usebox="none">
20048 \begin_inset Text
20049
20050 \begin_layout Plain Layout
20051
20052 \end_layout
20053
20054 \end_inset
20055 </cell>
20056 <cell alignment="center" valignment="top" usebox="none">
20057 \begin_inset Text
20058
20059 \begin_layout Plain Layout
20060
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20066 \begin_inset Text
20067
20068 \begin_layout Plain Layout
20069 \begin_inset ERT
20070 status collapsed
20071
20072 \begin_layout Plain Layout
20073
20074
20075 \backslash
20076
20077 \backslash
20078
20079 \backslash
20080 arrayrulecolor{magenta}%
20081 \end_layout
20082
20083 \end_inset
20084
20085
20086 \end_layout
20087
20088 \end_inset
20089 </cell>
20090 </row>
20091 <row>
20092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20093 \begin_inset Text
20094
20095 \begin_layout Plain Layout
20096 \begin_inset ERT
20097 status collapsed
20098
20099 \begin_layout Plain Layout
20100
20101
20102 \backslash
20103 multicolumn{1}{|c!{
20104 \backslash
20105 color{red}
20106 \backslash
20107 vline}}{
20108 \end_layout
20109
20110 \end_inset
20111
20112
20113 \begin_inset ERT
20114 status collapsed
20115
20116 \begin_layout Plain Layout
20117
20118 }
20119 \end_layout
20120
20121 \end_inset
20122
20123
20124 \end_layout
20125
20126 \end_inset
20127 </cell>
20128 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20129 \begin_inset Text
20130
20131 \begin_layout Plain Layout
20132 \begin_inset ERT
20133 status collapsed
20134
20135 \begin_layout Plain Layout
20136
20137
20138 \backslash
20139 multicolumn{1}{c!{
20140 \backslash
20141 color{green}
20142 \backslash
20143 vline}}{
20144 \end_layout
20145
20146 \end_inset
20147
20148
20149 \begin_inset ERT
20150 status collapsed
20151
20152 \begin_layout Plain Layout
20153
20154 }
20155 \end_layout
20156
20157 \end_inset
20158
20159
20160 \end_layout
20161
20162 \end_inset
20163 </cell>
20164 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20165 \begin_inset Text
20166
20167 \begin_layout Plain Layout
20168 \begin_inset ERT
20169 status collapsed
20170
20171 \begin_layout Plain Layout
20172
20173
20174 \backslash
20175 multicolumn{1}{c!{
20176 \backslash
20177 color{yellow}
20178 \backslash
20179 vline}}{
20180 \end_layout
20181
20182 \end_inset
20183
20184
20185 \begin_inset ERT
20186 status collapsed
20187
20188 \begin_layout Plain Layout
20189
20190 }
20191 \end_layout
20192
20193 \end_inset
20194
20195
20196 \end_layout
20197
20198 \end_inset
20199 </cell>
20200 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20201 \begin_inset Text
20202
20203 \begin_layout Plain Layout
20204 \begin_inset ERT
20205 status collapsed
20206
20207 \begin_layout Plain Layout
20208
20209
20210 \backslash
20211 multicolumn{1}{c!{
20212 \backslash
20213 color{blue}
20214 \backslash
20215 vline}}{
20216 \end_layout
20217
20218 \end_inset
20219
20220
20221 \begin_inset ERT
20222 status collapsed
20223
20224 \begin_layout Plain Layout
20225
20226 }
20227 \end_layout
20228
20229 \end_inset
20230
20231
20232 \end_layout
20233
20234 \end_inset
20235 </cell>
20236 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20237 \begin_inset Text
20238
20239 \begin_layout Plain Layout
20240 \begin_inset ERT
20241 status collapsed
20242
20243 \begin_layout Plain Layout
20244
20245
20246 \backslash
20247 multicolumn{1}{c!{
20248 \backslash
20249 color{cyan}
20250 \backslash
20251 vline}}{
20252 \end_layout
20253
20254 \end_inset
20255
20256
20257 \begin_inset ERT
20258 status collapsed
20259
20260 \begin_layout Plain Layout
20261
20262 }
20263 \end_layout
20264
20265 \end_inset
20266
20267
20268 \end_layout
20269
20270 \end_inset
20271 </cell>
20272 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20273 \begin_inset Text
20274
20275 \begin_layout Plain Layout
20276 \begin_inset ERT
20277 status collapsed
20278
20279 \begin_layout Plain Layout
20280
20281
20282 \backslash
20283 multicolumn{1}{c!{
20284 \backslash
20285 color{black}
20286 \backslash
20287 vline}}{
20288 \end_layout
20289
20290 \end_inset
20291
20292
20293 \begin_inset ERT
20294 status collapsed
20295
20296 \begin_layout Plain Layout
20297
20298 }
20299 \end_layout
20300
20301 \end_inset
20302
20303
20304 \end_layout
20305
20306 \end_inset
20307 </cell>
20308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20309 \begin_inset Text
20310
20311 \begin_layout Plain Layout
20312 \begin_inset ERT
20313 status collapsed
20314
20315 \begin_layout Plain Layout
20316
20317
20318 \backslash
20319 multicolumn{1}{c|}{
20320 \end_layout
20321
20322 \end_inset
20323
20324
20325 \begin_inset ERT
20326 status collapsed
20327
20328 \begin_layout Plain Layout
20329
20330 }
20331 \end_layout
20332
20333 \end_inset
20334
20335
20336 \end_layout
20337
20338 \end_inset
20339 </cell>
20340 </row>
20341 <row>
20342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20343 \begin_inset Text
20344
20345 \begin_layout Plain Layout
20346 \begin_inset ERT
20347 status collapsed
20348
20349 \begin_layout Plain Layout
20350
20351
20352 \backslash
20353 arrayrulecolor{black}
20354 \end_layout
20355
20356 \end_inset
20357
20358 B
20359 \end_layout
20360
20361 \end_inset
20362 </cell>
20363 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20364 \begin_inset Text
20365
20366 \begin_layout Plain Layout
20367
20368 \end_layout
20369
20370 \end_inset
20371 </cell>
20372 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20373 \begin_inset Text
20374
20375 \begin_layout Plain Layout
20376
20377 \end_layout
20378
20379 \end_inset
20380 </cell>
20381 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20382 \begin_inset Text
20383
20384 \begin_layout Plain Layout
20385
20386 \end_layout
20387
20388 \end_inset
20389 </cell>
20390 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20391 \begin_inset Text
20392
20393 \begin_layout Plain Layout
20394
20395 \end_layout
20396
20397 \end_inset
20398 </cell>
20399 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20400 \begin_inset Text
20401
20402 \begin_layout Plain Layout
20403
20404 \end_layout
20405
20406 \end_inset
20407 </cell>
20408 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20409 \begin_inset Text
20410
20411 \begin_layout Plain Layout
20412
20413 \end_layout
20414
20415 \end_inset
20416 </cell>
20417 </row>
20418 </lyxtabular>
20419
20420 \end_inset
20421
20422
20423 \end_layout
20424
20425 \end_inset
20426
20427
20428 \end_layout
20429
20430 \begin_layout Standard
20431 \begin_inset ERT
20432 status collapsed
20433
20434 \begin_layout Plain Layout
20435
20436
20437 \backslash
20438 setlength{
20439 \backslash
20440 arrayrulewidth}{0.4pt}
20441 \end_layout
20442
20443 \end_inset
20444
20445
20446 \end_layout
20447
20448 \begin_layout Section
20449 Rotated Table Cells
20450 \begin_inset CommandInset label
20451 LatexCommand label
20452 name "sec:Rotated-Table-Cells"
20453
20454 \end_inset
20455
20456
20457 \begin_inset Index idx
20458 status collapsed
20459
20460 \begin_layout Plain Layout
20461 Table ! Rotated Cells
20462 \end_layout
20463
20464 \end_inset
20465
20466
20467 \begin_inset Index idx
20468 status collapsed
20469
20470 \begin_layout Plain Layout
20471 Rotated Material
20472 \end_layout
20473
20474 \end_inset
20475
20476
20477 \end_layout
20478
20479 \begin_layout Standard
20480 \begin_inset Note Greyedout
20481 status open
20482
20483 \begin_layout Plain Layout
20484
20485 \series bold
20486 Note:
20487 \series default
20488  Not all DVI-viewers are able to display rotations.
20489 \end_layout
20490
20491 \end_inset
20492
20493
20494 \end_layout
20495
20496 \begin_layout Standard
20497 Table
20498 \begin_inset space ~
20499 \end_inset
20500
20501
20502 \begin_inset CommandInset ref
20503 LatexCommand ref
20504 reference "tab:Table-with-rotated-multi"
20505
20506 \end_inset
20507
20508  is an example where 3
20509 \begin_inset space ~
20510 \end_inset
20511
20512 cells were rotated by 45
20513 \begin_inset space \thinspace{}
20514 \end_inset
20515
20516 °.
20517 \end_layout
20518
20519 \begin_layout Standard
20520 \begin_inset Float table
20521 placement h
20522 wide false
20523 sideways false
20524 status open
20525
20526 \begin_layout Plain Layout
20527 \begin_inset Caption Standard
20528
20529 \begin_layout Plain Layout
20530 \begin_inset CommandInset label
20531 LatexCommand label
20532 name "tab:Table-with-rotated"
20533
20534 \end_inset
20535
20536 Table with rotated cells in the first row.
20537 \end_layout
20538
20539 \end_inset
20540
20541
20542 \end_layout
20543
20544 \begin_layout Plain Layout
20545 \noindent
20546 \align center
20547 \begin_inset Tabular
20548 <lyxtabular version="3" rows="2" columns="3">
20549 <features tabularvalignment="middle">
20550 <column alignment="center" valignment="top" width="0pt">
20551 <column alignment="center" valignment="top" width="0pt">
20552 <column alignment="center" valignment="top" width="0pt">
20553 <row>
20554 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20555 \begin_inset Text
20556
20557 \begin_layout Plain Layout
20558 cups
20559 \end_layout
20560
20561 \end_inset
20562 </cell>
20563 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20564 \begin_inset Text
20565
20566 \begin_layout Plain Layout
20567 plates
20568 \end_layout
20569
20570 \end_inset
20571 </cell>
20572 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20573 \begin_inset Text
20574
20575 \begin_layout Plain Layout
20576 saucers
20577 \end_layout
20578
20579 \end_inset
20580 </cell>
20581 </row>
20582 <row>
20583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20584 \begin_inset Text
20585
20586 \begin_layout Plain Layout
20587 45
20588 \end_layout
20589
20590 \end_inset
20591 </cell>
20592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20593 \begin_inset Text
20594
20595 \begin_layout Plain Layout
20596 33
20597 \end_layout
20598
20599 \end_inset
20600 </cell>
20601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20602 \begin_inset Text
20603
20604 \begin_layout Plain Layout
20605 21
20606 \end_layout
20607
20608 \end_inset
20609 </cell>
20610 </row>
20611 </lyxtabular>
20612
20613 \end_inset
20614
20615
20616 \end_layout
20617
20618 \end_inset
20619
20620
20621 \end_layout
20622
20623 \begin_layout Standard
20624 \begin_inset Note Greyedout
20625 status open
20626
20627 \begin_layout Plain Layout
20628
20629 \series bold
20630 Note:
20631 \series default
20632  Line breaks (shortcut 
20633 \begin_inset Info
20634 type  "shortcut"
20635 arg   "newline-insert newline"
20636 \end_inset
20637
20638 ) are not allowed in rotated cells.
20639 \end_layout
20640
20641 \end_inset
20642
20643
20644 \end_layout
20645
20646 \begin_layout Standard
20647 If you want to rotate table cells containing line breaks, you have to put
20648  the cell content into a minipage or a parbox.
20649 \begin_inset Foot
20650 status collapsed
20651
20652 \begin_layout Plain Layout
20653 For more about these boxes see sec.
20654 \begin_inset space \thinspace{}
20655 \end_inset
20656
20657
20658 \begin_inset CommandInset ref
20659 LatexCommand ref
20660 reference "sec:Minipages"
20661
20662 \end_inset
20663
20664  and 
20665 \begin_inset CommandInset ref
20666 LatexCommand ref
20667 reference "sec:Parboxes"
20668
20669 \end_inset
20670
20671 .
20672 \end_layout
20673
20674 \end_inset
20675
20676  If you rotate this cell by 90
20677 \begin_inset space \thinspace{}
20678 \end_inset
20679
20680 ° the width of the box is the height of the cell.
20681  Table
20682 \begin_inset space ~
20683 \end_inset
20684
20685
20686 \begin_inset CommandInset ref
20687 LatexCommand ref
20688 reference "tab:Table-with-rotated-multi"
20689
20690 \end_inset
20691
20692  is an example for a rotated multiline cell where the box width was set
20693  to 3
20694 \begin_inset space \thinspace{}
20695 \end_inset
20696
20697 cm.
20698 \end_layout
20699
20700 \begin_layout Standard
20701 \begin_inset Float table
20702 wide false
20703 sideways false
20704 status open
20705
20706 \begin_layout Plain Layout
20707 \begin_inset Caption Standard
20708
20709 \begin_layout Plain Layout
20710 \begin_inset CommandInset label
20711 LatexCommand label
20712 name "tab:Table-with-rotated-multi"
20713
20714 \end_inset
20715
20716 Table with rotated multiline cell.
20717 \end_layout
20718
20719 \end_inset
20720
20721
20722 \end_layout
20723
20724 \begin_layout Plain Layout
20725 \noindent
20726 \align center
20727 \begin_inset Tabular
20728 <lyxtabular version="3" rows="2" columns="3">
20729 <features tabularvalignment="middle">
20730 <column alignment="center" valignment="top">
20731 <column alignment="center" valignment="top" width="0pt">
20732 <column alignment="center" valignment="top">
20733 <row>
20734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20735 \begin_inset Text
20736
20737 \begin_layout Plain Layout
20738 a
20739 \end_layout
20740
20741 \end_inset
20742 </cell>
20743 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20744 \begin_inset Text
20745
20746 \begin_layout Plain Layout
20747 \begin_inset Box Frameless
20748 position "t"
20749 hor_pos "c"
20750 has_inner_box 1
20751 inner_pos "t"
20752 use_parbox 0
20753 use_makebox 0
20754 width "3cm"
20755 special "none"
20756 height "1in"
20757 height_special "totalheight"
20758 thickness "0.4pt"
20759 separation "3pt"
20760 shadowsize "4pt"
20761 framecolor "black"
20762 backgroundcolor "none"
20763 status open
20764
20765 \begin_layout Plain Layout
20766 rotated cell
20767 \begin_inset Newline newline
20768 \end_inset
20769
20770 with line break
20771 \end_layout
20772
20773 \end_inset
20774
20775
20776 \end_layout
20777
20778 \end_inset
20779 </cell>
20780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20781 \begin_inset Text
20782
20783 \begin_layout Plain Layout
20784 e
20785 \end_layout
20786
20787 \end_inset
20788 </cell>
20789 </row>
20790 <row>
20791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20792 \begin_inset Text
20793
20794 \begin_layout Plain Layout
20795 b
20796 \end_layout
20797
20798 \end_inset
20799 </cell>
20800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20801 \begin_inset Text
20802
20803 \begin_layout Plain Layout
20804 c
20805 \end_layout
20806
20807 \end_inset
20808 </cell>
20809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20810 \begin_inset Text
20811
20812 \begin_layout Plain Layout
20813 d
20814 \end_layout
20815
20816 \end_inset
20817 </cell>
20818 </row>
20819 </lyxtabular>
20820
20821 \end_inset
20822
20823
20824 \end_layout
20825
20826 \end_inset
20827
20828
20829 \end_layout
20830
20831 \begin_layout Section
20832 Table Width Calculation
20833 \begin_inset CommandInset label
20834 LatexCommand label
20835 name "sec:Table-Width-Calculation"
20836
20837 \end_inset
20838
20839
20840 \end_layout
20841
20842 \begin_layout Standard
20843 For wide tables it is sometimes difficult to assure that the table does
20844  not protrude over the page margin.
20845  Setting a fixed width for every column of the table is the solution, but
20846  what amount of space is needed for each column?
20847 \end_layout
20848
20849 \begin_layout Standard
20850 The table width 
20851 \begin_inset Formula $W_{\mathrm{table}}$
20852 \end_inset
20853
20854  can be calculated: Every column has the width of the specified column width
20855  
20856 \begin_inset Formula $W_{\mathrm{column}}$
20857 \end_inset
20858
20859  (that the content of the column can consume) plus two times the separation
20860  between the column content and the column border (\SpecialChar LaTeX
20861  length
20862 \series bold
20863  
20864 \backslash
20865 tabcolsep
20866 \series default
20867 , default 6
20868 \begin_inset space \thinspace{}
20869 \end_inset
20870
20871 pt) plus the width of a border line (\SpecialChar LaTeX
20872  length 
20873 \series bold
20874
20875 \backslash
20876 arrayrulewidth
20877 \series default
20878 , default 0.4
20879 \begin_inset space \thinspace{}
20880 \end_inset
20881
20882 pt): So if all 
20883 \begin_inset Formula $n$
20884 \end_inset
20885
20886
20887 \begin_inset space ~
20888 \end_inset
20889
20890 columns have the same width, the table width is
20891 \begin_inset Formula 
20892 \begin{equation}
20893 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20894 \end{equation}
20895
20896 \end_inset
20897
20898
20899 \end_layout
20900
20901 \begin_layout Standard
20902 The available width for a table is the space between the page margins or
20903  the width of a text column (for a two-column document) (\SpecialChar LaTeX
20904  length 
20905 \series bold
20906
20907 \backslash
20908 columnwidth
20909 \series default
20910 ).
20911  If all table columns should have the same width and 
20912 \begin_inset Formula $W_{\mathrm{table}}$
20913 \end_inset
20914
20915  should be 1
20916 \begin_inset space \thinspace{}
20917 \end_inset
20918
20919
20920 \backslash
20921 columnwidth, 
20922 \begin_inset Formula $W_{\mathrm{column}}$
20923 \end_inset
20924
20925  can easily be calculated.
20926 \end_layout
20927
20928 \begin_layout Standard
20929 To be able to perform calculations you need to load the \SpecialChar LaTeX
20930 -package 
20931 \series bold
20932 calc
20933 \series default
20934
20935 \begin_inset Index idx
20936 status collapsed
20937
20938 \begin_layout Plain Layout
20939 \SpecialChar LaTeX
20940 -packages ! calc
20941 \end_layout
20942
20943 \end_inset
20944
20945  in the document preamble.
20946  To set the width in the table dialog you have to use the field 
20947 \family sans
20948 \SpecialChar LaTeX
20949  argument
20950 \family default
20951 .
20952  The command scheme for this field is the same that is explained in section
20953 \begin_inset space ~
20954 \end_inset
20955
20956
20957 \begin_inset CommandInset ref
20958 LatexCommand ref
20959 reference "subsec:Multicolumn-Calculations"
20960
20961 \end_inset
20962
20963 .
20964  For a table with 5
20965 \begin_inset space \thinspace{}
20966 \end_inset
20967
20968 columns with an uniform width and centered text, enter there for each column
20969  the command
20970 \end_layout
20971
20972 \begin_layout Standard
20973
20974 \series bold
20975 >{
20976 \backslash
20977 centering}p{(1
20978 \backslash
20979 columnwidth-62.4pt)/5}
20980 \end_layout
20981
20982 \begin_layout Standard
20983 For a table with 5
20984 \begin_inset space \thinspace{}
20985 \end_inset
20986
20987 columns where 2 should have 0.75
20988 \begin_inset space ~
20989 \end_inset
20990
20991 times the width than the 3 others, the calculation is
20992 \begin_inset Formula 
20993 \begin{align}
20994 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20995  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20996  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
20997 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20998 \end{align}
20999
21000 \end_inset
21001
21002
21003 \end_layout
21004
21005 \begin_layout Standard
21006 In the table therefore the command
21007 \end_layout
21008
21009 \begin_layout Standard
21010
21011 \series bold
21012 >{
21013 \backslash
21014 centering}p{(1
21015 \backslash
21016 columnwidth-62.4pt)/
21017 \backslash
21018 real{4.5}}
21019 \end_layout
21020
21021 \begin_layout Standard
21022 is used for the wider columns and
21023 \end_layout
21024
21025 \begin_layout Standard
21026
21027 \series bold
21028 >{
21029 \backslash
21030 centering}p{(1
21031 \backslash
21032 columnwidth-62.4pt)/
21033 \backslash
21034 real{4.5}*
21035 \backslash
21036 real{0.75}}
21037 \end_layout
21038
21039 \begin_layout Standard
21040 for the smaller ones:
21041 \end_layout
21042
21043 \begin_layout Standard
21044 \begin_inset Tabular
21045 <lyxtabular version="3" rows="2" columns="5">
21046 <features tabularvalignment="middle">
21047 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21048 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21049 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21050 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21051 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21052 <row>
21053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21054 \begin_inset Text
21055
21056 \begin_layout Plain Layout
21057 1
21058 \end_layout
21059
21060 \end_inset
21061 </cell>
21062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21063 \begin_inset Text
21064
21065 \begin_layout Plain Layout
21066 2
21067 \end_layout
21068
21069 \end_inset
21070 </cell>
21071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21072 \begin_inset Text
21073
21074 \begin_layout Plain Layout
21075 3
21076 \end_layout
21077
21078 \end_inset
21079 </cell>
21080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21081 \begin_inset Text
21082
21083 \begin_layout Plain Layout
21084 4
21085 \end_layout
21086
21087 \end_inset
21088 </cell>
21089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093 5
21094 \end_layout
21095
21096 \end_inset
21097 </cell>
21098 </row>
21099 <row>
21100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21101 \begin_inset Text
21102
21103 \begin_layout Plain Layout
21104 111111 1111111 111111 111111111 11111 11111 1111
21105 \end_layout
21106
21107 \end_inset
21108 </cell>
21109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21110 \begin_inset Text
21111
21112 \begin_layout Plain Layout
21113
21114 \end_layout
21115
21116 \end_inset
21117 </cell>
21118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21119 \begin_inset Text
21120
21121 \begin_layout Plain Layout
21122 2222 22222 222222 222222222 2222222 22 22222
21123 \end_layout
21124
21125 \end_inset
21126 </cell>
21127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131
21132 \end_layout
21133
21134 \end_inset
21135 </cell>
21136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21137 \begin_inset Text
21138
21139 \begin_layout Plain Layout
21140 333333 333333 333333 33333 3333333 333
21141 \end_layout
21142
21143 \end_inset
21144 </cell>
21145 </row>
21146 </lyxtabular>
21147
21148 \end_inset
21149
21150
21151 \end_layout
21152
21153 \begin_layout Section
21154 Table Customization
21155 \begin_inset Index idx
21156 status collapsed
21157
21158 \begin_layout Plain Layout
21159 Table Customization
21160 \end_layout
21161
21162 \end_inset
21163
21164
21165 \begin_inset Index idx
21166 status collapsed
21167
21168 \begin_layout Plain Layout
21169 Table ! Customization
21170 \end_layout
21171
21172 \end_inset
21173
21174
21175 \end_layout
21176
21177 \begin_layout Subsection
21178 Row Spacing
21179 \begin_inset CommandInset label
21180 LatexCommand label
21181 name "subsec:Row-Spacing"
21182
21183 \end_inset
21184
21185
21186 \begin_inset Index idx
21187 status collapsed
21188
21189 \begin_layout Plain Layout
21190 Table Customization ! Row Spacing
21191 \end_layout
21192
21193 \end_inset
21194
21195
21196 \end_layout
21197
21198 \begin_layout Standard
21199 You can add vertical space to table rows in the 
21200 \family sans
21201 Borders
21202 \family default
21203  tab of the table dialog.
21204  You find there three possibilities:
21205 \end_layout
21206
21207 \begin_layout Description
21208 Top
21209 \begin_inset space ~
21210 \end_inset
21211
21212 of
21213 \begin_inset space ~
21214 \end_inset
21215
21216 row will add space above the characters of the table row.
21217  If the table is a formal table
21218 \begin_inset Foot
21219 status collapsed
21220
21221 \begin_layout Plain Layout
21222 Formal tables are explained in section
21223 \begin_inset space ~
21224 \end_inset
21225
21226
21227 \begin_inset CommandInset ref
21228 LatexCommand ref
21229 reference "sec:Formal-Tables"
21230
21231 \end_inset
21232
21233 .
21234 \end_layout
21235
21236 \end_inset
21237
21238  \SpecialChar LyX
21239  will insert as default 0.5
21240 \begin_inset space \thinspace{}
21241 \end_inset
21242
21243 em space.
21244  For normal tables the inserted space will unfortunately destroy the vertical
21245  table lines as in the following table:
21246 \begin_inset VSpace medskip
21247 \end_inset
21248
21249
21250 \begin_inset Newline newline
21251 \end_inset
21252
21253
21254 \begin_inset space \hspace*{}
21255 \length 0pt
21256 \end_inset
21257
21258
21259 \begin_inset space \hfill{}
21260 \end_inset
21261
21262
21263 \begin_inset Tabular
21264 <lyxtabular version="3" rows="3" columns="1">
21265 <features tabularvalignment="middle">
21266 <column alignment="center" valignment="top">
21267 <row>
21268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21269 \begin_inset Text
21270
21271 \begin_layout Plain Layout
21272 A
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 </row>
21278 <row topspace="3mm">
21279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21280 \begin_inset Text
21281
21282 \begin_layout Plain Layout
21283 3
21284 \begin_inset space \thinspace{}
21285 \end_inset
21286
21287 mm space top of row
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 </row>
21293 <row>
21294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298 C
21299 \end_layout
21300
21301 \end_inset
21302 </cell>
21303 </row>
21304 </lyxtabular>
21305
21306 \end_inset
21307
21308
21309 \begin_inset space \hfill{}
21310 \end_inset
21311
21312
21313 \begin_inset space \hspace*{}
21314 \length 0pt
21315 \end_inset
21316
21317
21318 \begin_inset VSpace medskip
21319 \end_inset
21320
21321
21322 \begin_inset Newline newline
21323 \end_inset
21324
21325 So inserting space in the top of row for normal tables is only useful when
21326  you don't have vertical lines.
21327 \end_layout
21328
21329 \begin_layout Description
21330 Bottom
21331 \begin_inset space ~
21332 \end_inset
21333
21334 of
21335 \begin_inset space ~
21336 \end_inset
21337
21338 row will add space below the characters of the table row.
21339  If the table is a formal table \SpecialChar LyX
21340  will insert as default 0.5
21341 \begin_inset space \thinspace{}
21342 \end_inset
21343
21344 em space, for normal tables the default size is 2
21345 \begin_inset space \thinspace{}
21346 \end_inset
21347
21348 pt.
21349 \end_layout
21350
21351 \begin_layout Description
21352 Between
21353 \begin_inset space ~
21354 \end_inset
21355
21356 rows adds space between the current and the following row.
21357  If the table is a formal table \SpecialChar LyX
21358  will insert as default 0.5
21359 \begin_inset space \thinspace{}
21360 \end_inset
21361
21362 em space.
21363  For normal tables the inserted space will unfortunately destroy the vertical
21364  table lines as in the following table:
21365 \begin_inset VSpace medskip
21366 \end_inset
21367
21368
21369 \begin_inset Newline newline
21370 \end_inset
21371
21372
21373 \begin_inset space \hspace*{}
21374 \length 0pt
21375 \end_inset
21376
21377
21378 \begin_inset space \hfill{}
21379 \end_inset
21380
21381
21382 \begin_inset Tabular
21383 <lyxtabular version="3" rows="3" columns="1">
21384 <features tabularvalignment="middle">
21385 <column alignment="center" valignment="top">
21386 <row>
21387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21388 \begin_inset Text
21389
21390 \begin_layout Plain Layout
21391 A
21392 \end_layout
21393
21394 \end_inset
21395 </cell>
21396 </row>
21397 <row interlinespace="3mm">
21398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21399 \begin_inset Text
21400
21401 \begin_layout Plain Layout
21402 \begin_inset Formula $\downarrow$
21403 \end_inset
21404
21405  3
21406 \begin_inset space \thinspace{}
21407 \end_inset
21408
21409 mm space between row 
21410 \begin_inset Formula $\downarrow$
21411 \end_inset
21412
21413
21414 \end_layout
21415
21416 \end_inset
21417 </cell>
21418 </row>
21419 <row>
21420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21421 \begin_inset Text
21422
21423 \begin_layout Plain Layout
21424 \begin_inset Formula $\uparrow$
21425 \end_inset
21426
21427  3
21428 \begin_inset space \thinspace{}
21429 \end_inset
21430
21431 mm space between row 
21432 \begin_inset Formula $\uparrow$
21433 \end_inset
21434
21435
21436 \end_layout
21437
21438 \end_inset
21439 </cell>
21440 </row>
21441 </lyxtabular>
21442
21443 \end_inset
21444
21445
21446 \begin_inset space \hfill{}
21447 \end_inset
21448
21449
21450 \begin_inset space \hspace*{}
21451 \length 0pt
21452 \end_inset
21453
21454
21455 \begin_inset VSpace medskip
21456 \end_inset
21457
21458
21459 \begin_inset Newline newline
21460 \end_inset
21461
21462 So inserting space between rows for normal tables is only useful when you
21463  don't have vertical lines.
21464 \end_layout
21465
21466 \begin_layout Standard
21467 \begin_inset VSpace bigskip
21468 \end_inset
21469
21470 When you want to add extra height to all cells of all tables, you can do
21471  this with the following preamble lines:
21472 \end_layout
21473
21474 \begin_layout Standard
21475
21476 \series bold
21477
21478 \backslash
21479 @ifundefined{extrarowheight}
21480 \begin_inset Newline newline
21481 \end_inset
21482
21483
21484 \begin_inset Phantom HPhantom
21485 status open
21486
21487 \begin_layout Plain Layout
21488
21489 \series bold
21490 \begin_inset space ~
21491 \end_inset
21492
21493
21494 \end_layout
21495
21496 \end_inset
21497
21498 {
21499 \backslash
21500 usepackage{array}}{}
21501 \begin_inset Newline newline
21502 \end_inset
21503
21504
21505 \backslash
21506 setlength{
21507 \backslash
21508 extrarowheight}{height}
21509 \series default
21510
21511 \begin_inset Note Note
21512 status collapsed
21513
21514 \begin_layout Plain Layout
21515 The package 
21516 \series bold
21517 array
21518 \series default
21519  will be loaded automatically by \SpecialChar LyX
21520  when you use self defined table formats.
21521  To avoid that it being loaded twice the command 
21522 \series bold
21523
21524 \backslash
21525 @ifundefined
21526 \series default
21527  is used in the above command.
21528 \end_layout
21529
21530 \end_inset
21531
21532
21533 \end_layout
21534
21535 \begin_layout Standard
21536 where the 
21537 \family sans
21538 height
21539 \family default
21540  can have one of the units listed in appendix
21541 \begin_inset space ~
21542 \end_inset
21543
21544
21545 \begin_inset CommandInset ref
21546 LatexCommand ref
21547 reference "cha:Units-available-in"
21548
21549 \end_inset
21550
21551 .
21552  But this has the disadvantage that the cell texts are no longer exactly
21553  vertically centered.
21554 \end_layout
21555
21556 \begin_layout Standard
21557 If you are using font sizes larger than the normal size, the table borders
21558  are often too close to the letters.
21559  This can be corrected by inserting the command 
21560 \series bold
21561
21562 \backslash
21563 strut
21564 \series default
21565  in \SpecialChar TeX
21566  Code at the beginning of a table row.
21567  Table
21568 \begin_inset space ~
21569 \end_inset
21570
21571
21572 \begin_inset CommandInset ref
21573 LatexCommand ref
21574 reference "tab:Vertical-alignment-of"
21575
21576 \end_inset
21577
21578  illustrates the effect.
21579 \end_layout
21580
21581 \begin_layout Standard
21582 \noindent
21583 \begin_inset Float table
21584 placement h
21585 wide false
21586 sideways false
21587 status open
21588
21589 \begin_layout Plain Layout
21590 \begin_inset Caption Standard
21591
21592 \begin_layout Plain Layout
21593 \begin_inset CommandInset label
21594 LatexCommand label
21595 name "tab:Vertical-alignment-of"
21596
21597 \end_inset
21598
21599 Vertical alignment of text with large font sizes.
21600 \end_layout
21601
21602 \end_inset
21603
21604
21605 \end_layout
21606
21607 \begin_layout Plain Layout
21608 \begin_inset space \hfill{}
21609 \end_inset
21610
21611
21612 \begin_inset Float table
21613 wide false
21614 sideways false
21615 status collapsed
21616
21617 \begin_layout Plain Layout
21618 \begin_inset Caption Standard
21619
21620 \begin_layout Plain Layout
21621 Normal table.
21622 \end_layout
21623
21624 \end_inset
21625
21626
21627 \end_layout
21628
21629 \begin_layout Plain Layout
21630 \noindent
21631 \align center
21632 \begin_inset Tabular
21633 <lyxtabular version="3" rows="6" columns="1">
21634 <features tabularvalignment="middle">
21635 <column alignment="left" valignment="top">
21636 <row>
21637 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21638 \begin_inset Text
21639
21640 \begin_layout Plain Layout
21641 Normal, g
21642 \end_layout
21643
21644 \end_inset
21645 </cell>
21646 </row>
21647 <row>
21648 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21649 \begin_inset Text
21650
21651 \begin_layout Plain Layout
21652
21653 \size large
21654 Large
21655 \end_layout
21656
21657 \end_inset
21658 </cell>
21659 </row>
21660 <row>
21661 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21662 \begin_inset Text
21663
21664 \begin_layout Plain Layout
21665
21666 \size larger
21667 Larger
21668 \end_layout
21669
21670 \end_inset
21671 </cell>
21672 </row>
21673 <row>
21674 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21675 \begin_inset Text
21676
21677 \begin_layout Plain Layout
21678
21679 \size largest
21680 Largest
21681 \end_layout
21682
21683 \end_inset
21684 </cell>
21685 </row>
21686 <row>
21687 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21688 \begin_inset Text
21689
21690 \begin_layout Plain Layout
21691
21692 \size huge
21693 Huge
21694 \end_layout
21695
21696 \end_inset
21697 </cell>
21698 </row>
21699 <row>
21700 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21701 \begin_inset Text
21702
21703 \begin_layout Plain Layout
21704
21705 \size huge
21706 Huger
21707 \end_layout
21708
21709 \end_inset
21710 </cell>
21711 </row>
21712 </lyxtabular>
21713
21714 \end_inset
21715
21716
21717 \end_layout
21718
21719 \end_inset
21720
21721
21722 \begin_inset space \hfill{}
21723 \end_inset
21724
21725
21726 \begin_inset Float table
21727 wide false
21728 sideways false
21729 status collapsed
21730
21731 \begin_layout Plain Layout
21732 \begin_inset Caption Standard
21733
21734 \begin_layout Plain Layout
21735 Table using the command 
21736 \series bold
21737
21738 \backslash
21739 strut
21740 \series default
21741 .
21742 \end_layout
21743
21744 \end_inset
21745
21746
21747 \end_layout
21748
21749 \begin_layout Plain Layout
21750 \noindent
21751 \align center
21752 \begin_inset Tabular
21753 <lyxtabular version="3" rows="6" columns="1">
21754 <features tabularvalignment="middle">
21755 <column alignment="left" valignment="top">
21756 <row>
21757 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Plain Layout
21761 Normal, g
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 </row>
21767 <row>
21768 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21769 \begin_inset Text
21770
21771 \begin_layout Plain Layout
21772
21773 \size large
21774 \begin_inset ERT
21775 status collapsed
21776
21777 \begin_layout Plain Layout
21778
21779
21780 \backslash
21781 strut 
21782 \end_layout
21783
21784 \end_inset
21785
21786 Large
21787 \end_layout
21788
21789 \end_inset
21790 </cell>
21791 </row>
21792 <row>
21793 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21794 \begin_inset Text
21795
21796 \begin_layout Plain Layout
21797
21798 \size larger
21799 \begin_inset ERT
21800 status collapsed
21801
21802 \begin_layout Plain Layout
21803
21804
21805 \backslash
21806 strut 
21807 \end_layout
21808
21809 \end_inset
21810
21811 Larger
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 </row>
21817 <row>
21818 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21819 \begin_inset Text
21820
21821 \begin_layout Plain Layout
21822
21823 \size largest
21824 \begin_inset ERT
21825 status collapsed
21826
21827 \begin_layout Plain Layout
21828
21829
21830 \backslash
21831 strut 
21832 \end_layout
21833
21834 \end_inset
21835
21836 Largest
21837 \end_layout
21838
21839 \end_inset
21840 </cell>
21841 </row>
21842 <row>
21843 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21844 \begin_inset Text
21845
21846 \begin_layout Plain Layout
21847
21848 \size huge
21849 \begin_inset ERT
21850 status collapsed
21851
21852 \begin_layout Plain Layout
21853
21854
21855 \backslash
21856 strut 
21857 \end_layout
21858
21859 \end_inset
21860
21861 Huge
21862 \end_layout
21863
21864 \end_inset
21865 </cell>
21866 </row>
21867 <row>
21868 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21869 \begin_inset Text
21870
21871 \begin_layout Plain Layout
21872
21873 \size giant
21874 \begin_inset ERT
21875 status collapsed
21876
21877 \begin_layout Plain Layout
21878
21879
21880 \backslash
21881 strut 
21882 \end_layout
21883
21884 \end_inset
21885
21886
21887 \size huge
21888 Huger
21889 \end_layout
21890
21891 \end_inset
21892 </cell>
21893 </row>
21894 </lyxtabular>
21895
21896 \end_inset
21897
21898
21899 \end_layout
21900
21901 \end_inset
21902
21903
21904 \begin_inset space \hfill{}
21905 \end_inset
21906
21907
21908 \end_layout
21909
21910 \end_inset
21911
21912
21913 \end_layout
21914
21915 \begin_layout Subsection
21916 Special Cell Alignment
21917 \begin_inset CommandInset label
21918 LatexCommand label
21919 name "subsec:Special-Cell-Alignment"
21920
21921 \end_inset
21922
21923
21924 \begin_inset Index idx
21925 status collapsed
21926
21927 \begin_layout Plain Layout
21928 Table Customization ! Special Cell Alignment
21929 \end_layout
21930
21931 \end_inset
21932
21933
21934 \end_layout
21935
21936 \begin_layout Standard
21937 Sometimes it looks better when the cell entries of a column are aligned
21938  with a special character, e.
21939 \begin_inset space \thinspace{}
21940 \end_inset
21941
21942 g.
21943 \begin_inset space \space{}
21944 \end_inset
21945
21946 with the decimal separator as in Table
21947 \begin_inset space ~
21948 \end_inset
21949
21950
21951 \begin_inset CommandInset ref
21952 LatexCommand ref
21953 reference "tab:Table-cells-align"
21954
21955 \end_inset
21956
21957 .
21958  This alignment is achieved by setting the cursor into the column and then
21959  either pressing the toolbar button 
21960 \begin_inset Info
21961 type  "icon"
21962 arg   "tabular-feature align-decimal"
21963 \end_inset
21964
21965  or setting the alignment in the table settings to 
21966 \family sans
21967 At
21968 \begin_inset space ~
21969 \end_inset
21970
21971 Decimal
21972 \begin_inset space ~
21973 \end_inset
21974
21975 Separator
21976 \family default
21977 .
21978  The alignment character can be a character of your choice and is specified
21979  in the table settings.
21980 \end_layout
21981
21982 \begin_layout Standard
21983 \begin_inset Float table
21984 placement h
21985 wide false
21986 sideways false
21987 status open
21988
21989 \begin_layout Plain Layout
21990 \begin_inset Caption Standard
21991
21992 \begin_layout Plain Layout
21993 \begin_inset CommandInset label
21994 LatexCommand label
21995 name "tab:Table-cells-align"
21996
21997 \end_inset
21998
21999 Table cells of a column aligned with the decimal separator.
22000 \end_layout
22001
22002 \end_inset
22003
22004
22005 \end_layout
22006
22007 \begin_layout Plain Layout
22008 \align center
22009 \begin_inset Tabular
22010 <lyxtabular version="3" rows="4" columns="1">
22011 <features booktabs="true" tabularvalignment="middle">
22012 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
22013 <row>
22014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22015 \begin_inset Text
22016
22017 \begin_layout Plain Layout
22018 heading
22019 \end_layout
22020
22021 \end_inset
22022 </cell>
22023 </row>
22024 <row>
22025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22026 \begin_inset Text
22027
22028 \begin_layout Plain Layout
22029 12.6
22030 \end_layout
22031
22032 \end_inset
22033 </cell>
22034 </row>
22035 <row>
22036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22037 \begin_inset Text
22038
22039 \begin_layout Plain Layout
22040 0.68
22041 \end_layout
22042
22043 \end_inset
22044 </cell>
22045 </row>
22046 <row>
22047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22048 \begin_inset Text
22049
22050 \begin_layout Plain Layout
22051 -123.0
22052 \end_layout
22053
22054 \end_inset
22055 </cell>
22056 </row>
22057 </lyxtabular>
22058
22059 \end_inset
22060
22061
22062 \end_layout
22063
22064 \end_inset
22065
22066
22067 \end_layout
22068
22069 \begin_layout Standard
22070 \begin_inset Float table
22071 placement h
22072 wide false
22073 sideways false
22074 status open
22075
22076 \begin_layout Plain Layout
22077 \begin_inset Caption Standard
22078
22079 \begin_layout Plain Layout
22080 \begin_inset CommandInset label
22081 LatexCommand label
22082 name "tab:Table-align-operator"
22083
22084 \end_inset
22085
22086 Table cells of a column aligned with the operators.
22087 \end_layout
22088
22089 \end_inset
22090
22091
22092 \end_layout
22093
22094 \begin_layout Plain Layout
22095 \align center
22096 \begin_inset Tabular
22097 <lyxtabular version="3" rows="4" columns="2">
22098 <features booktabs="true" tabularvalignment="middle">
22099 <column alignment="right" valignment="top" width="0pt">
22100 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22101 <row>
22102 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106 heading
22107 \end_layout
22108
22109 \end_inset
22110 </cell>
22111 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22112 \begin_inset Text
22113
22114 \begin_layout Plain Layout
22115
22116 \end_layout
22117
22118 \end_inset
22119 </cell>
22120 </row>
22121 <row>
22122 <cell alignment="center" valignment="top" usebox="none">
22123 \begin_inset Text
22124
22125 \begin_layout Plain Layout
22126 \begin_inset Formula $12\,+$
22127 \end_inset
22128
22129
22130 \end_layout
22131
22132 \end_inset
22133 </cell>
22134 <cell alignment="center" valignment="top" usebox="none">
22135 \begin_inset Text
22136
22137 \begin_layout Plain Layout
22138 \begin_inset Formula $\,6$
22139 \end_inset
22140
22141
22142 \end_layout
22143
22144 \end_inset
22145 </cell>
22146 </row>
22147 <row>
22148 <cell alignment="center" valignment="top" usebox="none">
22149 \begin_inset Text
22150
22151 \begin_layout Plain Layout
22152 \begin_inset Formula $0\,-$
22153 \end_inset
22154
22155
22156 \end_layout
22157
22158 \end_inset
22159 </cell>
22160 <cell alignment="center" valignment="top" usebox="none">
22161 \begin_inset Text
22162
22163 \begin_layout Plain Layout
22164 \begin_inset Formula $\,68$
22165 \end_inset
22166
22167
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 </row>
22173 <row>
22174 <cell alignment="center" valignment="top" usebox="none">
22175 \begin_inset Text
22176
22177 \begin_layout Plain Layout
22178 \begin_inset Formula $-123\,/$
22179 \end_inset
22180
22181
22182 \end_layout
22183
22184 \end_inset
22185 </cell>
22186 <cell alignment="center" valignment="top" usebox="none">
22187 \begin_inset Text
22188
22189 \begin_layout Plain Layout
22190 \begin_inset Formula $\,0$
22191 \end_inset
22192
22193
22194 \end_layout
22195
22196 \end_inset
22197 </cell>
22198 </row>
22199 </lyxtabular>
22200
22201 \end_inset
22202
22203
22204 \end_layout
22205
22206 \end_inset
22207
22208
22209 \end_layout
22210
22211 \begin_layout Standard
22212 For alignments at characters in formulas this method does not work because
22213  the field to specify the alignment character does not allow formulas.
22214  In this case one need to use the method from Table
22215 \begin_inset space ~
22216 \end_inset
22217
22218
22219 \begin_inset CommandInset ref
22220 LatexCommand ref
22221 reference "tab:Table-align-operator"
22222
22223 \end_inset
22224
22225 .
22226  This table was created with a 4×2 table.
22227  The heading is a centered multicolumn.
22228  The first column is right-aligned and contains the first part including
22229  the operator.
22230  The second column is left aligned and contains the rest.
22231  A small space was added at the beginning of each cell of the second column
22232  to get the space that is usually around operators.
22233  To omit the space that is normally between two table columns, the following
22234  \SpecialChar LaTeX
22235 -argument was used for the second column:
22236 \end_layout
22237
22238 \begin_layout Standard
22239
22240 \series bold
22241 @{}l
22242 \end_layout
22243
22244 \begin_layout Standard
22245 Table
22246 \begin_inset space ~
22247 \end_inset
22248
22249
22250 \begin_inset CommandInset ref
22251 LatexCommand ref
22252 reference "tab:Several-table-cell"
22253
22254 \end_inset
22255
22256  shows some example alignments.
22257  For the alignment with the relation sign, a small space was added like
22258  for the second column of Table
22259 \begin_inset space ~
22260 \end_inset
22261
22262
22263 \begin_inset CommandInset ref
22264 LatexCommand ref
22265 reference "tab:Table-align-operator"
22266
22267 \end_inset
22268
22269 .
22270 \end_layout
22271
22272 \begin_layout Standard
22273 \begin_inset Float table
22274 placement h
22275 wide false
22276 sideways false
22277 status open
22278
22279 \begin_layout Plain Layout
22280 \begin_inset Caption Standard
22281
22282 \begin_layout Plain Layout
22283 \begin_inset CommandInset label
22284 LatexCommand label
22285 name "tab:Several-table-cell"
22286
22287 \end_inset
22288
22289 Several table cell alignments.
22290 \end_layout
22291
22292 \end_inset
22293
22294
22295 \end_layout
22296
22297 \begin_layout Plain Layout
22298 \align center
22299 \begin_inset Tabular
22300 <lyxtabular version="3" rows="4" columns="6">
22301 <features tabularvalignment="middle">
22302 <column alignment="right" valignment="top">
22303 <column alignment="left" valignment="top" special="@{}l">
22304 <column alignment="right" valignment="top">
22305 <column alignment="left" valignment="top" special="@{}l">
22306 <column alignment="right" valignment="top">
22307 <column alignment="left" valignment="top" special="@{}l">
22308 <row>
22309 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22310 \begin_inset Text
22311
22312 \begin_layout Plain Layout
22313 units
22314 \end_layout
22315
22316 \end_inset
22317 </cell>
22318 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22319 \begin_inset Text
22320
22321 \begin_layout Plain Layout
22322
22323 \end_layout
22324
22325 \end_inset
22326 </cell>
22327 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22328 \begin_inset Text
22329
22330 \begin_layout Plain Layout
22331 exponents
22332 \end_layout
22333
22334 \end_inset
22335 </cell>
22336 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22337 \begin_inset Text
22338
22339 \begin_layout Plain Layout
22340
22341 \end_layout
22342
22343 \end_inset
22344 </cell>
22345 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22346 \begin_inset Text
22347
22348 \begin_layout Plain Layout
22349 relations
22350 \end_layout
22351
22352 \end_inset
22353 </cell>
22354 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 </row>
22364 <row>
22365 <cell alignment="center" valignment="top" usebox="none">
22366 \begin_inset Text
22367
22368 \begin_layout Plain Layout
22369 12×
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22375 \begin_inset Text
22376
22377 \begin_layout Plain Layout
22378 24
22379 \begin_inset space \thinspace{}
22380 \end_inset
22381
22382 bottles
22383 \end_layout
22384
22385 \end_inset
22386 </cell>
22387 <cell alignment="center" valignment="top" usebox="none">
22388 \begin_inset Text
22389
22390 \begin_layout Plain Layout
22391 \begin_inset Formula $10\cdot$
22392 \end_inset
22393
22394
22395 \end_layout
22396
22397 \end_inset
22398 </cell>
22399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22400 \begin_inset Text
22401
22402 \begin_layout Plain Layout
22403 \begin_inset Formula $10^{\mbox{-}17}$
22404 \end_inset
22405
22406
22407 \end_layout
22408
22409 \end_inset
22410 </cell>
22411 <cell alignment="center" valignment="top" usebox="none">
22412 \begin_inset Text
22413
22414 \begin_layout Plain Layout
22415 \begin_inset Formula $\Gamma(t)\propto$
22416 \end_inset
22417
22418
22419 \end_layout
22420
22421 \end_inset
22422 </cell>
22423 <cell alignment="center" valignment="top" usebox="none">
22424 \begin_inset Text
22425
22426 \begin_layout Plain Layout
22427 \begin_inset Formula $\:\Upsilon(t)$
22428 \end_inset
22429
22430
22431 \end_layout
22432
22433 \end_inset
22434 </cell>
22435 </row>
22436 <row>
22437 <cell alignment="center" valignment="top" usebox="none">
22438 \begin_inset Text
22439
22440 \begin_layout Plain Layout
22441 1024×
22442 \end_layout
22443
22444 \end_inset
22445 </cell>
22446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22447 \begin_inset Text
22448
22449 \begin_layout Plain Layout
22450 768
22451 \begin_inset space \thinspace{}
22452 \end_inset
22453
22454 Pixels
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 <cell alignment="center" valignment="top" usebox="none">
22460 \begin_inset Text
22461
22462 \begin_layout Plain Layout
22463 \begin_inset Formula $5.78\cdot$
22464 \end_inset
22465
22466
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22472 \begin_inset Text
22473
22474 \begin_layout Plain Layout
22475 \begin_inset Formula $10^{7}$
22476 \end_inset
22477
22478
22479 \end_layout
22480
22481 \end_inset
22482 </cell>
22483 <cell alignment="center" valignment="top" usebox="none">
22484 \begin_inset Text
22485
22486 \begin_layout Plain Layout
22487 \begin_inset Formula $A\ne$
22488 \end_inset
22489
22490
22491 \end_layout
22492
22493 \end_inset
22494 </cell>
22495 <cell alignment="center" valignment="top" usebox="none">
22496 \begin_inset Text
22497
22498 \begin_layout Plain Layout
22499 \begin_inset Formula $\:B_{\mathrm{red}}$
22500 \end_inset
22501
22502
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 </row>
22508 <row>
22509 <cell alignment="center" valignment="top" usebox="none">
22510 \begin_inset Text
22511
22512 \begin_layout Plain Layout
22513 32×
22514 \end_layout
22515
22516 \end_inset
22517 </cell>
22518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22519 \begin_inset Text
22520
22521 \begin_layout Plain Layout
22522 6
22523 \begin_inset space \thinspace{}
22524 \end_inset
22525
22526 cm
22527 \end_layout
22528
22529 \end_inset
22530 </cell>
22531 <cell alignment="center" valignment="top" usebox="none">
22532 \begin_inset Text
22533
22534 \begin_layout Plain Layout
22535 -
22536 \begin_inset Formula $33.5\cdot$
22537 \end_inset
22538
22539
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22545 \begin_inset Text
22546
22547 \begin_layout Plain Layout
22548 \begin_inset Formula $10^{4}$
22549 \end_inset
22550
22551
22552 \end_layout
22553
22554 \end_inset
22555 </cell>
22556 <cell alignment="center" valignment="top" usebox="none">
22557 \begin_inset Text
22558
22559 \begin_layout Plain Layout
22560 \begin_inset Formula $\sin(\alpha)\ge$
22561 \end_inset
22562
22563
22564 \end_layout
22565
22566 \end_inset
22567 </cell>
22568 <cell alignment="center" valignment="top" usebox="none">
22569 \begin_inset Text
22570
22571 \begin_layout Plain Layout
22572 \begin_inset Formula $\:\sin(\beta)$
22573 \end_inset
22574
22575
22576 \end_layout
22577
22578 \end_inset
22579 </cell>
22580 </row>
22581 </lyxtabular>
22582
22583 \end_inset
22584
22585
22586 \end_layout
22587
22588 \end_inset
22589
22590
22591 \end_layout
22592
22593 \begin_layout Subsection
22594 Customized Cell/Column Format
22595 \begin_inset CommandInset label
22596 LatexCommand label
22597 name "subsec:Customized-Format"
22598
22599 \end_inset
22600
22601
22602 \begin_inset Index idx
22603 status collapsed
22604
22605 \begin_layout Plain Layout
22606 Table Customization ! Cell/Column Format
22607 \end_layout
22608
22609 \end_inset
22610
22611
22612 \end_layout
22613
22614 \begin_layout Standard
22615 Calculating the required width for normal columns as described in section
22616 \begin_inset space ~
22617 \end_inset
22618
22619
22620 \begin_inset CommandInset ref
22621 LatexCommand ref
22622 reference "sec:Table-Width-Calculation"
22623
22624 \end_inset
22625
22626  or for spanned columns as described in section
22627 \begin_inset space ~
22628 \end_inset
22629
22630
22631 \begin_inset CommandInset ref
22632 LatexCommand ref
22633 reference "subsec:Multicolumn-Calculations"
22634
22635 \end_inset
22636
22637  is very annoying if you have several tables where a calculation is necessary.
22638  To make life easier, you can define a cell/column format in the preamble,
22639  that can be used in all tables of the document.
22640  The format is defined with the command
22641 \end_layout
22642
22643 \begin_layout Standard
22644
22645 \series bold
22646
22647 \backslash
22648 newcolumntype{name of format}[number of arguments]{commands}
22649 \end_layout
22650
22651 \begin_layout Standard
22652 The format name may only consist of one letter.
22653  The letters 
22654 \emph on
22655 b
22656 \emph default
22657
22658 \emph on
22659 c
22660 \emph default
22661
22662 \emph on
22663 l
22664 \emph default
22665
22666 \emph on
22667 m
22668 \emph default
22669
22670 \emph on
22671 p
22672 \emph default
22673  and 
22674 \emph on
22675 r
22676 \emph default
22677  are predefined and cannot be used.
22678  But all letters are allowed as capitals.
22679 \end_layout
22680
22681 \begin_layout Standard
22682 \begin_inset VSpace medskip
22683 \end_inset
22684
22685
22686 \end_layout
22687
22688 \begin_layout Standard
22689 For vertically and horizontally centered multicolumn cells with a fixed
22690  width you can define the cell format
22691 \end_layout
22692
22693 \begin_layout Standard
22694
22695 \series bold
22696
22697 \backslash
22698 newcolumntype{M}[1]{>{
22699 \backslash
22700 centering
22701 \backslash
22702 hspace{0pt}}m{#1}}
22703 \end_layout
22704
22705 \begin_layout Standard
22706 where 
22707 \series bold
22708
22709 \backslash
22710 hspace{0pt}
22711 \series default
22712  avoids the problem of hyphenating the first word, as described in section
22713 \begin_inset space ~
22714 \end_inset
22715
22716
22717 \begin_inset CommandInset ref
22718 LatexCommand ref
22719 reference "subsec:Multiple-Lines-in"
22720
22721 \end_inset
22722
22723 .
22724  Now you can simply enter
22725 \end_layout
22726
22727 \begin_layout Standard
22728
22729 \series bold
22730 M{width}
22731 \end_layout
22732
22733 \begin_layout Standard
22734 as 
22735 \family sans
22736 \SpecialChar LaTeX
22737 -argument
22738 \family default
22739  in the table dialog to create a multicolumn.
22740 \end_layout
22741
22742 \begin_layout Standard
22743 \begin_inset VSpace bigskip
22744 \end_inset
22745
22746
22747 \end_layout
22748
22749 \begin_layout Standard
22750 For cells spanned by a multicolumn cell, you can define the format
22751 \end_layout
22752
22753 \begin_layout Standard
22754
22755 \series bold
22756
22757 \backslash
22758 newcolumntype{S}[2]{>{
22759 \backslash
22760 centering
22761 \backslash
22762 hspace{0pt}}
22763 \begin_inset Newline newline
22764 \end_inset
22765
22766
22767 \begin_inset Phantom HPhantom
22768 status open
22769
22770 \begin_layout Plain Layout
22771
22772 \series bold
22773
22774 \backslash
22775 newcolumntype
22776 \end_layout
22777
22778 \end_inset
22779
22780 m{(#1+(2
22781 \backslash
22782 tabcolsep+
22783 \backslash
22784 arrayrulewidth)*(1-#2))/#2}}
22785 \end_layout
22786
22787 \begin_layout Standard
22788 This format uses equation 
22789 \begin_inset CommandInset ref
22790 LatexCommand eqref
22791 reference "eq:Wgn"
22792
22793 \end_inset
22794
22795  to calculate the required width so that each spanned cell has the same
22796  width.
22797 \end_layout
22798
22799 \begin_layout Standard
22800 You can now enter
22801 \end_layout
22802
22803 \begin_layout Standard
22804
22805 \series bold
22806 S{width of multicolumn cell}{number of spanned columns}
22807 \end_layout
22808
22809 \begin_layout Standard
22810 as \SpecialChar LaTeX
22811 -argument of the column.
22812 \end_layout
22813
22814 \begin_layout Standard
22815 \begin_inset VSpace bigskip
22816 \end_inset
22817
22818
22819 \end_layout
22820
22821 \begin_layout Standard
22822 For colored columns, you can define
22823 \end_layout
22824
22825 \begin_layout Standard
22826
22827 \series bold
22828
22829 \backslash
22830 newcolumntype{K}[1]{>{
22831 \backslash
22832 columncolor{#1}
22833 \backslash
22834 hspace{0pt}}c}
22835 \end_layout
22836
22837 \begin_layout Standard
22838 The 
22839 \begin_inset Quotes eld
22840 \end_inset
22841
22842 c
22843 \begin_inset Quotes erd
22844 \end_inset
22845
22846  at the end creates a column with a flexible width whose text is horizontally
22847  centered.
22848  You can now enter
22849 \end_layout
22850
22851 \begin_layout Standard
22852
22853 \series bold
22854 K{color name}
22855 \end_layout
22856
22857 \begin_layout Standard
22858 as \SpecialChar LaTeX
22859 -argument.
22860 \end_layout
22861
22862 \begin_layout Standard
22863 \begin_inset VSpace bigskip
22864 \end_inset
22865
22866
22867 \end_layout
22868
22869 \begin_layout Standard
22870 To create Table
22871 \begin_inset space ~
22872 \end_inset
22873
22874
22875 \begin_inset CommandInset ref
22876 LatexCommand ref
22877 reference "tab:Table-using-user-defined"
22878
22879 \end_inset
22880
22881  use the \SpecialChar LaTeX
22882 -arguments
22883 \end_layout
22884
22885 \begin_layout Standard
22886
22887 \series bold
22888 M{2.5cm}
22889 \end_layout
22890
22891 \begin_layout Standard
22892 for the first column and the multicolumn,
22893 \end_layout
22894
22895 \begin_layout Standard
22896
22897 \series bold
22898 K{red}
22899 \end_layout
22900
22901 \begin_layout Standard
22902 for the last column, and
22903 \end_layout
22904
22905 \begin_layout Standard
22906
22907 \series bold
22908 S{2.5cm}{2}
22909 \end_layout
22910
22911 \begin_layout Standard
22912 for the cells in the second column.
22913 \end_layout
22914
22915 \begin_layout Standard
22916 \begin_inset Float table
22917 placement h
22918 wide false
22919 sideways false
22920 status open
22921
22922 \begin_layout Plain Layout
22923 \begin_inset Caption Standard
22924
22925 \begin_layout Plain Layout
22926 \begin_inset CommandInset label
22927 LatexCommand label
22928 name "tab:Table-using-user-defined"
22929
22930 \end_inset
22931
22932 Table using user-defined table formats
22933 \end_layout
22934
22935 \end_inset
22936
22937
22938 \end_layout
22939
22940 \begin_layout Plain Layout
22941 \align center
22942 \begin_inset Tabular
22943 <lyxtabular version="3" rows="3" columns="4">
22944 <features tabularvalignment="middle">
22945 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22946 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22947 <column alignment="center" valignment="middle">
22948 <column alignment="center" valignment="middle" special="K{red}">
22949 <row>
22950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22951 \begin_inset Text
22952
22953 \begin_layout Plain Layout
22954 verylongtablecellword
22955 \end_layout
22956
22957 \end_inset
22958 </cell>
22959 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22960 \begin_inset Text
22961
22962 \begin_layout Plain Layout
22963 multiple lines multicolumn
22964 \end_layout
22965
22966 \end_inset
22967 </cell>
22968 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22969 \begin_inset Text
22970
22971 \begin_layout Plain Layout
22972
22973 \end_layout
22974
22975 \end_inset
22976 </cell>
22977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22978 \begin_inset Text
22979
22980 \begin_layout Plain Layout
22981 c
22982 \end_layout
22983
22984 \end_inset
22985 </cell>
22986 </row>
22987 <row>
22988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22989 \begin_inset Text
22990
22991 \begin_layout Plain Layout
22992 d
22993 \end_layout
22994
22995 \end_inset
22996 </cell>
22997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22998 \begin_inset Text
22999
23000 \begin_layout Plain Layout
23001 e
23002 \end_layout
23003
23004 \end_inset
23005 </cell>
23006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23007 \begin_inset Text
23008
23009 \begin_layout Plain Layout
23010 f
23011 \end_layout
23012
23013 \end_inset
23014 </cell>
23015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23016 \begin_inset Text
23017
23018 \begin_layout Plain Layout
23019 g
23020 \end_layout
23021
23022 \end_inset
23023 </cell>
23024 </row>
23025 <row>
23026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23027 \begin_inset Text
23028
23029 \begin_layout Plain Layout
23030 h
23031 \end_layout
23032
23033 \end_inset
23034 </cell>
23035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23036 \begin_inset Text
23037
23038 \begin_layout Plain Layout
23039 i
23040 \end_layout
23041
23042 \end_inset
23043 </cell>
23044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23045 \begin_inset Text
23046
23047 \begin_layout Plain Layout
23048 j
23049 \end_layout
23050
23051 \end_inset
23052 </cell>
23053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Plain Layout
23057 k
23058 \end_layout
23059
23060 \end_inset
23061 </cell>
23062 </row>
23063 </lyxtabular>
23064
23065 \end_inset
23066
23067
23068 \end_layout
23069
23070 \end_inset
23071
23072
23073 \end_layout
23074
23075 \begin_layout Subsection
23076 Line Thickness
23077 \begin_inset CommandInset label
23078 LatexCommand label
23079 name "subsec:Line-Thickness"
23080
23081 \end_inset
23082
23083
23084 \begin_inset Index idx
23085 status collapsed
23086
23087 \begin_layout Plain Layout
23088 Table Customization ! Line Thickness
23089 \end_layout
23090
23091 \end_inset
23092
23093
23094 \end_layout
23095
23096 \begin_layout Standard
23097 The line thickness for all lines in a table can be adjusted with the length
23098  
23099 \series bold
23100
23101 \backslash
23102 arrayrulewidth
23103 \series default
23104 .
23105  To set for example a line thickness of 1.5
23106 \begin_inset space \thinspace{}
23107 \end_inset
23108
23109 pt, as in Table
23110 \begin_inset space ~
23111 \end_inset
23112
23113
23114 \begin_inset CommandInset ref
23115 LatexCommand ref
23116 reference "tab:Table-with-1.5"
23117
23118 \end_inset
23119
23120 , insert the command
23121 \end_layout
23122
23123 \begin_layout Standard
23124
23125 \series bold
23126
23127 \backslash
23128 setlength{
23129 \backslash
23130 arrayrulewidth}{1.5pt}
23131 \end_layout
23132
23133 \begin_layout Standard
23134 in \SpecialChar TeX
23135  Code before the table or table float.
23136  The changed thickness is valid for all subsequent tables.
23137  To use the default value again, set 
23138 \series bold
23139
23140 \backslash
23141 arrayrulewidth
23142 \series default
23143  to 0.4
23144 \begin_inset space \thinspace{}
23145 \end_inset
23146
23147 pt in \SpecialChar TeX
23148  Code after the table or table float.
23149 \end_layout
23150
23151 \begin_layout Standard
23152 \begin_inset ERT
23153 status collapsed
23154
23155 \begin_layout Plain Layout
23156
23157
23158 \backslash
23159 setlength{
23160 \backslash
23161 arrayrulewidth}{1.5pt}
23162 \end_layout
23163
23164 \end_inset
23165
23166
23167 \begin_inset Float table
23168 wide false
23169 sideways false
23170 status open
23171
23172 \begin_layout Plain Layout
23173 \begin_inset Caption Standard
23174
23175 \begin_layout Plain Layout
23176 \begin_inset CommandInset label
23177 LatexCommand label
23178 name "tab:Table-with-1.5"
23179
23180 \end_inset
23181
23182 Table with 1.5
23183 \begin_inset space \thinspace{}
23184 \end_inset
23185
23186 pt thick lines
23187 \end_layout
23188
23189 \end_inset
23190
23191
23192 \end_layout
23193
23194 \begin_layout Plain Layout
23195 \align center
23196 \begin_inset Tabular
23197 <lyxtabular version="3" rows="3" columns="3">
23198 <features tabularvalignment="middle">
23199 <column alignment="center" valignment="top">
23200 <column alignment="center" valignment="top">
23201 <column alignment="center" valignment="top">
23202 <row>
23203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23204 \begin_inset Text
23205
23206 \begin_layout Plain Layout
23207 sd
23208 \end_layout
23209
23210 \end_inset
23211 </cell>
23212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23213 \begin_inset Text
23214
23215 \begin_layout Plain Layout
23216
23217 \end_layout
23218
23219 \end_inset
23220 </cell>
23221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225
23226 \end_layout
23227
23228 \end_inset
23229 </cell>
23230 </row>
23231 <row>
23232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23233 \begin_inset Text
23234
23235 \begin_layout Plain Layout
23236
23237 \end_layout
23238
23239 \end_inset
23240 </cell>
23241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23242 \begin_inset Text
23243
23244 \begin_layout Plain Layout
23245 sd
23246 \end_layout
23247
23248 \end_inset
23249 </cell>
23250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23251 \begin_inset Text
23252
23253 \begin_layout Plain Layout
23254
23255 \end_layout
23256
23257 \end_inset
23258 </cell>
23259 </row>
23260 <row>
23261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23262 \begin_inset Text
23263
23264 \begin_layout Plain Layout
23265
23266 \end_layout
23267
23268 \end_inset
23269 </cell>
23270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23271 \begin_inset Text
23272
23273 \begin_layout Plain Layout
23274
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23280 \begin_inset Text
23281
23282 \begin_layout Plain Layout
23283 sd
23284 \end_layout
23285
23286 \end_inset
23287 </cell>
23288 </row>
23289 </lyxtabular>
23290
23291 \end_inset
23292
23293
23294 \end_layout
23295
23296 \end_inset
23297
23298
23299 \begin_inset ERT
23300 status collapsed
23301
23302 \begin_layout Plain Layout
23303
23304
23305 \backslash
23306 setlength{
23307 \backslash
23308 arrayrulewidth}{0.4pt}
23309 \end_layout
23310
23311 \end_inset
23312
23313
23314 \end_layout
23315
23316 \begin_layout Standard
23317 \begin_inset VSpace bigskip
23318 \end_inset
23319
23320 To set the line thickness to 1.5
23321 \begin_inset space \thinspace{}
23322 \end_inset
23323
23324 pt only for horizontal lines, as in Table
23325 \begin_inset space ~
23326 \end_inset
23327
23328
23329 \begin_inset CommandInset ref
23330 LatexCommand ref
23331 reference "tab:Table-with-horizontal"
23332
23333 \end_inset
23334
23335 , insert these commands in \SpecialChar TeX
23336  Code before the table or table float:
23337 \end_layout
23338
23339 \begin_layout Standard
23340
23341 \series bold
23342
23343 \backslash
23344 let
23345 \backslash
23346 myHline
23347 \backslash
23348 hline
23349 \begin_inset Newline newline
23350 \end_inset
23351
23352
23353 \backslash
23354 renewcommand{
23355 \backslash
23356 hline}
23357 \begin_inset Newline newline
23358 \end_inset
23359
23360  {
23361 \backslash
23362 noalign{
23363 \backslash
23364 global
23365 \backslash
23366 arrayrulewidth 1.5pt}
23367 \begin_inset Newline newline
23368 \end_inset
23369
23370  
23371 \backslash
23372 myHline
23373 \backslash
23374 noalign{
23375 \backslash
23376 global
23377 \backslash
23378 arrayrulewidth 0.4pt}}
23379 \end_layout
23380
23381 \begin_layout Standard
23382 To return to the default line thickness, insert this command in \SpecialChar TeX
23383  Code after
23384  the table or table float:
23385 \end_layout
23386
23387 \begin_layout Standard
23388
23389 \series bold
23390
23391 \backslash
23392 renewcommand{
23393 \backslash
23394 hline}{
23395 \backslash
23396 myHline}
23397 \end_layout
23398
23399 \begin_layout Standard
23400 \begin_inset ERT
23401 status collapsed
23402
23403 \begin_layout Plain Layout
23404
23405
23406 \backslash
23407 let
23408 \backslash
23409 myHline
23410 \backslash
23411 hline
23412 \end_layout
23413
23414 \begin_layout Plain Layout
23415
23416
23417 \backslash
23418 renewcommand{
23419 \backslash
23420 hline}
23421 \end_layout
23422
23423 \begin_layout Plain Layout
23424
23425  {
23426 \backslash
23427 noalign{
23428 \backslash
23429 global
23430 \backslash
23431 arrayrulewidth 1.5pt}
23432 \end_layout
23433
23434 \begin_layout Plain Layout
23435
23436   
23437 \backslash
23438 myHline
23439 \backslash
23440 noalign{
23441 \backslash
23442 global
23443 \backslash
23444 arrayrulewidth 0.4pt}}
23445 \end_layout
23446
23447 \end_inset
23448
23449
23450 \begin_inset Float table
23451 wide false
23452 sideways false
23453 status open
23454
23455 \begin_layout Plain Layout
23456 \begin_inset Caption Standard
23457
23458 \begin_layout Plain Layout
23459 \begin_inset CommandInset label
23460 LatexCommand label
23461 name "tab:Table-with-horizontal"
23462
23463 \end_inset
23464
23465 Table with 1.5
23466 \begin_inset space \thinspace{}
23467 \end_inset
23468
23469 pt thick horizontal lines
23470 \end_layout
23471
23472 \end_inset
23473
23474
23475 \end_layout
23476
23477 \begin_layout Plain Layout
23478 \align center
23479 \begin_inset Tabular
23480 <lyxtabular version="3" rows="3" columns="3">
23481 <features tabularvalignment="middle">
23482 <column alignment="center" valignment="top">
23483 <column alignment="center" valignment="top">
23484 <column alignment="center" valignment="top">
23485 <row>
23486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23487 \begin_inset Text
23488
23489 \begin_layout Plain Layout
23490 sd
23491 \end_layout
23492
23493 \end_inset
23494 </cell>
23495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23496 \begin_inset Text
23497
23498 \begin_layout Plain Layout
23499
23500 \end_layout
23501
23502 \end_inset
23503 </cell>
23504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23505 \begin_inset Text
23506
23507 \begin_layout Plain Layout
23508
23509 \end_layout
23510
23511 \end_inset
23512 </cell>
23513 </row>
23514 <row>
23515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23516 \begin_inset Text
23517
23518 \begin_layout Plain Layout
23519
23520 \end_layout
23521
23522 \end_inset
23523 </cell>
23524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528 sd
23529 \end_layout
23530
23531 \end_inset
23532 </cell>
23533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23534 \begin_inset Text
23535
23536 \begin_layout Plain Layout
23537
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 </row>
23543 <row>
23544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Plain Layout
23548
23549 \end_layout
23550
23551 \end_inset
23552 </cell>
23553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23554 \begin_inset Text
23555
23556 \begin_layout Plain Layout
23557
23558 \end_layout
23559
23560 \end_inset
23561 </cell>
23562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23563 \begin_inset Text
23564
23565 \begin_layout Plain Layout
23566 sd
23567 \end_layout
23568
23569 \end_inset
23570 </cell>
23571 </row>
23572 </lyxtabular>
23573
23574 \end_inset
23575
23576
23577 \end_layout
23578
23579 \end_inset
23580
23581
23582 \begin_inset ERT
23583 status collapsed
23584
23585 \begin_layout Plain Layout
23586
23587
23588 \backslash
23589 renewcommand{
23590 \backslash
23591 hline}{
23592 \backslash
23593 myHline}
23594 \end_layout
23595
23596 \end_inset
23597
23598
23599 \end_layout
23600
23601 \begin_layout Standard
23602 \begin_inset VSpace bigskip
23603 \end_inset
23604
23605 To set the line thickness to 1.5
23606 \begin_inset space \thinspace{}
23607 \end_inset
23608
23609 pt only for vertical lines, create the following column format in the document
23610  preamble, according to the description in section
23611 \begin_inset space ~
23612 \end_inset
23613
23614
23615 \begin_inset CommandInset ref
23616 LatexCommand ref
23617 reference "subsec:Customized-Format"
23618
23619 \end_inset
23620
23621 :
23622 \end_layout
23623
23624 \begin_layout Standard
23625
23626 \series bold
23627
23628 \backslash
23629 newcolumntype{V}{!{
23630 \backslash
23631 vrule width 1.5pt}}
23632 \end_layout
23633
23634 \begin_layout Standard
23635 For Table
23636 \begin_inset space ~
23637 \end_inset
23638
23639
23640 \begin_inset CommandInset ref
23641 LatexCommand ref
23642 reference "tab:Table-with-vertical"
23643
23644 \end_inset
23645
23646  the \SpecialChar LaTeX
23647 -argument
23648 \end_layout
23649
23650 \begin_layout Standard
23651
23652 \series bold
23653 VcV
23654 \end_layout
23655
23656 \begin_layout Standard
23657 was used for the last column and
23658 \end_layout
23659
23660 \begin_layout Standard
23661
23662 \series bold
23663 Vc
23664 \end_layout
23665
23666 \begin_layout Standard
23667 for the other columns.
23668 \end_layout
23669
23670 \begin_layout Standard
23671 \begin_inset Float table
23672 wide false
23673 sideways false
23674 status open
23675
23676 \begin_layout Plain Layout
23677 \begin_inset Caption Standard
23678
23679 \begin_layout Plain Layout
23680 \begin_inset CommandInset label
23681 LatexCommand label
23682 name "tab:Table-with-vertical"
23683
23684 \end_inset
23685
23686 Table with 1.5
23687 \begin_inset space \thinspace{}
23688 \end_inset
23689
23690 pt thick vertical lines
23691 \end_layout
23692
23693 \end_inset
23694
23695
23696 \end_layout
23697
23698 \begin_layout Plain Layout
23699 \align center
23700 \begin_inset Tabular
23701 <lyxtabular version="3" rows="3" columns="3">
23702 <features tabularvalignment="middle">
23703 <column alignment="center" valignment="top" special="Vc">
23704 <column alignment="center" valignment="top" special="Vc">
23705 <column alignment="center" valignment="top" special="VcV">
23706 <row>
23707 <cell alignment="center" valignment="top" topline="true" usebox="none">
23708 \begin_inset Text
23709
23710 \begin_layout Plain Layout
23711 sd
23712 \end_layout
23713
23714 \end_inset
23715 </cell>
23716 <cell alignment="center" valignment="top" topline="true" usebox="none">
23717 \begin_inset Text
23718
23719 \begin_layout Plain Layout
23720
23721 \end_layout
23722
23723 \end_inset
23724 </cell>
23725 <cell alignment="center" valignment="top" topline="true" usebox="none">
23726 \begin_inset Text
23727
23728 \begin_layout Plain Layout
23729
23730 \end_layout
23731
23732 \end_inset
23733 </cell>
23734 </row>
23735 <row>
23736 <cell alignment="center" valignment="top" topline="true" usebox="none">
23737 \begin_inset Text
23738
23739 \begin_layout Plain Layout
23740
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 <cell alignment="center" valignment="top" topline="true" usebox="none">
23746 \begin_inset Text
23747
23748 \begin_layout Plain Layout
23749 sd
23750 \end_layout
23751
23752 \end_inset
23753 </cell>
23754 <cell alignment="center" valignment="top" topline="true" usebox="none">
23755 \begin_inset Text
23756
23757 \begin_layout Plain Layout
23758
23759 \end_layout
23760
23761 \end_inset
23762 </cell>
23763 </row>
23764 <row>
23765 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23766 \begin_inset Text
23767
23768 \begin_layout Plain Layout
23769
23770 \end_layout
23771
23772 \end_inset
23773 </cell>
23774 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23775 \begin_inset Text
23776
23777 \begin_layout Plain Layout
23778
23779 \end_layout
23780
23781 \end_inset
23782 </cell>
23783 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23784 \begin_inset Text
23785
23786 \begin_layout Plain Layout
23787 sd
23788 \end_layout
23789
23790 \end_inset
23791 </cell>
23792 </row>
23793 </lyxtabular>
23794
23795 \end_inset
23796
23797
23798 \end_layout
23799
23800 \end_inset
23801
23802
23803 \end_layout
23804
23805 \begin_layout Subsection
23806 Dashed Lines
23807 \begin_inset Index idx
23808 status collapsed
23809
23810 \begin_layout Plain Layout
23811 Table Customization ! Dashed Lines
23812 \end_layout
23813
23814 \end_inset
23815
23816
23817 \end_layout
23818
23819 \begin_layout Standard
23820 \begin_inset ERT
23821 status collapsed
23822
23823 \begin_layout Plain Layout
23824
23825
23826 \backslash
23827 ifarydshln
23828 \end_layout
23829
23830 \end_inset
23831
23832
23833 \begin_inset Note Note
23834 status open
23835
23836 \begin_layout Plain Layout
23837 The following section will only be displayed when the \SpecialChar LaTeX
23838 -package 
23839 \series bold
23840 arydshln
23841 \series default
23842  is installed.
23843 \end_layout
23844
23845 \end_inset
23846
23847
23848 \end_layout
23849
23850 \begin_layout Standard
23851 \begin_inset Float table
23852 placement H
23853 wide false
23854 sideways false
23855 status open
23856
23857 \begin_layout Plain Layout
23858 \begin_inset Caption Standard
23859
23860 \begin_layout Plain Layout
23861 \begin_inset CommandInset label
23862 LatexCommand label
23863 name "tab:Table-with-dashed"
23864
23865 \end_inset
23866
23867 Table with dashed lines
23868 \end_layout
23869
23870 \end_inset
23871
23872
23873 \end_layout
23874
23875 \begin_layout Plain Layout
23876 \align center
23877 \begin_inset Tabular
23878 <lyxtabular version="3" rows="5" columns="5">
23879 <features tabularvalignment="middle">
23880 <column alignment="center" valignment="top">
23881 <column alignment="center" valignment="top">
23882 <column alignment="center" valignment="top" special=":c">
23883 <column alignment="center" valignment="top">
23884 <column alignment="center" valignment="top">
23885 <row>
23886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23887 \begin_inset Text
23888
23889 \begin_layout Plain Layout
23890 a
23891 \end_layout
23892
23893 \end_inset
23894 </cell>
23895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23896 \begin_inset Text
23897
23898 \begin_layout Plain Layout
23899 b
23900 \end_layout
23901
23902 \end_inset
23903 </cell>
23904 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23905 \begin_inset Text
23906
23907 \begin_layout Plain Layout
23908 c
23909 \end_layout
23910
23911 \end_inset
23912 </cell>
23913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23914 \begin_inset Text
23915
23916 \begin_layout Plain Layout
23917 d
23918 \end_layout
23919
23920 \end_inset
23921 </cell>
23922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23923 \begin_inset Text
23924
23925 \begin_layout Plain Layout
23926 e
23927 \end_layout
23928
23929 \end_inset
23930 </cell>
23931 </row>
23932 <row>
23933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23934 \begin_inset Text
23935
23936 \begin_layout Plain Layout
23937 f
23938 \end_layout
23939
23940 \end_inset
23941 </cell>
23942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23943 \begin_inset Text
23944
23945 \begin_layout Plain Layout
23946 g
23947 \end_layout
23948
23949 \end_inset
23950 </cell>
23951 <cell alignment="center" valignment="top" topline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955 h
23956 \end_layout
23957
23958 \end_inset
23959 </cell>
23960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23961 \begin_inset Text
23962
23963 \begin_layout Plain Layout
23964 i
23965 \end_layout
23966
23967 \end_inset
23968 </cell>
23969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23970 \begin_inset Text
23971
23972 \begin_layout Plain Layout
23973 j
23974 \end_layout
23975
23976 \end_inset
23977 </cell>
23978 </row>
23979 <row>
23980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23981 \begin_inset Text
23982
23983 \begin_layout Plain Layout
23984 \begin_inset ERT
23985 status collapsed
23986
23987 \begin_layout Plain Layout
23988
23989
23990 \backslash
23991 hdashline 
23992 \end_layout
23993
23994 \end_inset
23995
23996 k
23997 \end_layout
23998
23999 \end_inset
24000 </cell>
24001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24002 \begin_inset Text
24003
24004 \begin_layout Plain Layout
24005 l
24006 \end_layout
24007
24008 \end_inset
24009 </cell>
24010 <cell alignment="center" valignment="top" usebox="none">
24011 \begin_inset Text
24012
24013 \begin_layout Plain Layout
24014 m
24015 \end_layout
24016
24017 \end_inset
24018 </cell>
24019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24020 \begin_inset Text
24021
24022 \begin_layout Plain Layout
24023 n
24024 \end_layout
24025
24026 \end_inset
24027 </cell>
24028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24029 \begin_inset Text
24030
24031 \begin_layout Plain Layout
24032 o
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 </row>
24038 <row>
24039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24040 \begin_inset Text
24041
24042 \begin_layout Plain Layout
24043 \begin_inset ERT
24044 status collapsed
24045
24046 \begin_layout Plain Layout
24047
24048
24049 \backslash
24050 cdashline{4-5}
24051 \end_layout
24052
24053 \end_inset
24054
24055 p
24056 \end_layout
24057
24058 \end_inset
24059 </cell>
24060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24061 \begin_inset Text
24062
24063 \begin_layout Plain Layout
24064 q
24065 \end_layout
24066
24067 \end_inset
24068 </cell>
24069 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24070 \begin_inset Text
24071
24072 \begin_layout Plain Layout
24073 r
24074 \end_layout
24075
24076 \end_inset
24077 </cell>
24078 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24079 \begin_inset Text
24080
24081 \begin_layout Plain Layout
24082 s
24083 \end_layout
24084
24085 \end_inset
24086 </cell>
24087 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24088 \begin_inset Text
24089
24090 \begin_layout Plain Layout
24091
24092 \end_layout
24093
24094 \end_inset
24095 </cell>
24096 </row>
24097 <row>
24098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24099 \begin_inset Text
24100
24101 \begin_layout Plain Layout
24102 t
24103 \end_layout
24104
24105 \end_inset
24106 </cell>
24107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24108 \begin_inset Text
24109
24110 \begin_layout Plain Layout
24111 u
24112 \end_layout
24113
24114 \end_inset
24115 </cell>
24116 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24117 \begin_inset Text
24118
24119 \begin_layout Plain Layout
24120 v
24121 \end_layout
24122
24123 \end_inset
24124 </cell>
24125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24126 \begin_inset Text
24127
24128 \begin_layout Plain Layout
24129 w
24130 \end_layout
24131
24132 \end_inset
24133 </cell>
24134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24135 \begin_inset Text
24136
24137 \begin_layout Plain Layout
24138 x
24139 \end_layout
24140
24141 \end_inset
24142 </cell>
24143 </row>
24144 </lyxtabular>
24145
24146 \end_inset
24147
24148
24149 \end_layout
24150
24151 \end_inset
24152
24153
24154 \end_layout
24155
24156 \begin_layout Standard
24157 \SpecialChar LyX
24158  does not natively support dashed lines, so you have to use \SpecialChar TeX
24159  Code.
24160  As a prerequisite the \SpecialChar LaTeX
24161  package 
24162 \series bold
24163 arydshln
24164 \series default
24165
24166 \begin_inset Index idx
24167 status collapsed
24168
24169 \begin_layout Plain Layout
24170 \SpecialChar LaTeX
24171 -packages ! arydshln
24172 \end_layout
24173
24174 \end_inset
24175
24176  must be loaded in the document preamble with the command
24177 \end_layout
24178
24179 \begin_layout Standard
24180
24181 \series bold
24182
24183 \backslash
24184 usepackage{arydshln}
24185 \end_layout
24186
24187 \begin_layout Standard
24188 To make a vertical line dashed, enter the colon 
24189 \begin_inset Quotes eld
24190 \end_inset
24191
24192 :
24193 \begin_inset Quotes erd
24194 \end_inset
24195
24196  together with the character for the horizontal alignment as \SpecialChar LaTeX
24197  argument in
24198  the table cell dialog.
24199 \end_layout
24200
24201 \begin_layout Standard
24202 For a horizontal dashed line add the command
24203 \end_layout
24204
24205 \begin_layout Standard
24206
24207 \series bold
24208
24209 \backslash
24210 hdashline
24211 \end_layout
24212
24213 \begin_layout Standard
24214 in \SpecialChar TeX
24215  Code as first element of the first cell in the table row.
24216 \end_layout
24217
24218 \begin_layout Standard
24219 For dashed multicolumn lines use the command
24220 \end_layout
24221
24222 \begin_layout Standard
24223
24224 \series bold
24225
24226 \backslash
24227 cdashline{line number
24228 \series default
24229 }
24230 \end_layout
24231
24232 \begin_layout Standard
24233 in \SpecialChar TeX
24234  Code as the first element of the first cell in the table row.
24235  If you have for example a multicolumn spanning columns 2 to 4 and you want
24236  to have a dashed line above, add the command
24237 \end_layout
24238
24239 \begin_layout Standard
24240
24241 \series bold
24242
24243 \backslash
24244 cdashline{2-4}
24245 \end_layout
24246
24247 \begin_layout Standard
24248 as the first element of the first cell in the row of the multicolumn.
24249 \end_layout
24250
24251 \begin_layout Standard
24252 \begin_inset VSpace bigskip
24253 \end_inset
24254
24255
24256 \end_layout
24257
24258 \begin_layout Standard
24259 Table
24260 \begin_inset space ~
24261 \end_inset
24262
24263
24264 \begin_inset CommandInset ref
24265 LatexCommand ref
24266 reference "tab:Table-with-dashed"
24267
24268 \end_inset
24269
24270  was created using 
24271 \begin_inset Quotes eld
24272 \end_inset
24273
24274
24275 \series bold
24276 :c
24277 \series default
24278
24279 \begin_inset Quotes erd
24280 \end_inset
24281
24282  as \SpecialChar LaTeX
24283  argument of the third column.
24284  The \SpecialChar TeX
24285  Code command 
24286 \series bold
24287
24288 \backslash
24289 hdashline
24290 \series default
24291  was inserted in the first cell of the third row and the \SpecialChar TeX
24292  Code command
24293 \begin_inset Newline newline
24294 \end_inset
24295
24296  
24297 \series bold
24298
24299 \backslash
24300 cdashline{4-5}
24301 \series default
24302  was inserted in the first cell of the fourth row.
24303 \end_layout
24304
24305 \begin_layout Standard
24306 \begin_inset VSpace bigskip
24307 \end_inset
24308
24309
24310 \end_layout
24311
24312 \begin_layout Standard
24313 Tables with dashed lines can also be colored as shown by Table
24314 \begin_inset space ~
24315 \end_inset
24316
24317
24318 \begin_inset CommandInset ref
24319 LatexCommand ref
24320 reference "tab:Colored-table-with"
24321
24322 \end_inset
24323
24324 .
24325 \end_layout
24326
24327 \begin_layout Standard
24328 \begin_inset ERT
24329 status collapsed
24330
24331 \begin_layout Plain Layout
24332
24333
24334 \backslash
24335 setlength{
24336 \backslash
24337 arrayrulewidth}{1pt}
24338 \end_layout
24339
24340 \end_inset
24341
24342
24343 \begin_inset Note Note
24344 status collapsed
24345
24346 \begin_layout Plain Layout
24347 thicker lines for better visualization of the line color
24348 \end_layout
24349
24350 \end_inset
24351
24352
24353 \end_layout
24354
24355 \begin_layout Standard
24356 \begin_inset ERT
24357 status collapsed
24358
24359 \begin_layout Plain Layout
24360
24361
24362 \backslash
24363 dashgapcolor{green}
24364 \end_layout
24365
24366 \end_inset
24367
24368
24369 \begin_inset Note Note
24370 status collapsed
24371
24372 \begin_layout Plain Layout
24373 color gaps between dashes green
24374 \end_layout
24375
24376 \end_inset
24377
24378
24379 \end_layout
24380
24381 \begin_layout Standard
24382 \begin_inset ERT
24383 status collapsed
24384
24385 \begin_layout Plain Layout
24386
24387
24388 \backslash
24389 let
24390 \backslash
24391 myHdashline
24392 \backslash
24393 hdashline
24394 \end_layout
24395
24396 \begin_layout Plain Layout
24397
24398
24399 \backslash
24400 renewcommand{
24401 \backslash
24402 hdashline}
24403 \end_layout
24404
24405 \begin_layout Plain Layout
24406
24407  {
24408 \backslash
24409 arrayrulecolor{red}
24410 \backslash
24411 myHdashline
24412 \backslash
24413 arrayrulecolor{black}}
24414 \end_layout
24415
24416 \end_inset
24417
24418
24419 \begin_inset Note Note
24420 status collapsed
24421
24422 \begin_layout Plain Layout
24423 color horizontal, dashed lines red
24424 \end_layout
24425
24426 \end_inset
24427
24428
24429 \end_layout
24430
24431 \begin_layout Standard
24432 \begin_inset ERT
24433 status collapsed
24434
24435 \begin_layout Plain Layout
24436
24437
24438 \backslash
24439 let
24440 \backslash
24441 myCdashline
24442 \backslash
24443 cdashline
24444 \end_layout
24445
24446 \begin_layout Plain Layout
24447
24448
24449 \backslash
24450 renewcommand{
24451 \backslash
24452 cdashline}[1]
24453 \end_layout
24454
24455 \begin_layout Plain Layout
24456
24457  {
24458 \backslash
24459 arrayrulecolor{yellow}
24460 \backslash
24461 myCdashline{#1}
24462 \backslash
24463 arrayrulecolor{black}}
24464 \end_layout
24465
24466 \end_inset
24467
24468
24469 \begin_inset Note Note
24470 status collapsed
24471
24472 \begin_layout Plain Layout
24473 color partial horizontal, dashed lines yellow
24474 \end_layout
24475
24476 \end_inset
24477
24478
24479 \end_layout
24480
24481 \begin_layout Standard
24482 \begin_inset Float table
24483 placement h
24484 wide false
24485 sideways false
24486 status open
24487
24488 \begin_layout Plain Layout
24489 \begin_inset Caption Standard
24490
24491 \begin_layout Plain Layout
24492 \begin_inset CommandInset label
24493 LatexCommand label
24494 name "tab:Colored-table-with"
24495
24496 \end_inset
24497
24498 Colored table with dashed lines
24499 \end_layout
24500
24501 \end_inset
24502
24503
24504 \end_layout
24505
24506 \begin_layout Plain Layout
24507 \align center
24508 \begin_inset Tabular
24509 <lyxtabular version="3" rows="5" columns="5">
24510 <features tabularvalignment="middle">
24511 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
24512 <column alignment="center" valignment="top" width="0pt">
24513 <column alignment="center" valignment="top" width="0pt" special=":c">
24514 <column alignment="center" valignment="top">
24515 <column alignment="center" valignment="top">
24516 <row>
24517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24518 \begin_inset Text
24519
24520 \begin_layout Plain Layout
24521 a
24522 \end_layout
24523
24524 \end_inset
24525 </cell>
24526 <cell alignment="center" valignment="top" topline="true" usebox="none">
24527 \begin_inset Text
24528
24529 \begin_layout Plain Layout
24530 b
24531 \end_layout
24532
24533 \end_inset
24534 </cell>
24535 <cell alignment="center" valignment="top" topline="true" usebox="none">
24536 \begin_inset Text
24537
24538 \begin_layout Plain Layout
24539 c
24540 \end_layout
24541
24542 \end_inset
24543 </cell>
24544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24545 \begin_inset Text
24546
24547 \begin_layout Plain Layout
24548 d
24549 \end_layout
24550
24551 \end_inset
24552 </cell>
24553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24554 \begin_inset Text
24555
24556 \begin_layout Plain Layout
24557 e
24558 \end_layout
24559
24560 \end_inset
24561 </cell>
24562 </row>
24563 <row>
24564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24565 \begin_inset Text
24566
24567 \begin_layout Plain Layout
24568 f
24569 \end_layout
24570
24571 \end_inset
24572 </cell>
24573 <cell alignment="center" valignment="top" topline="true" usebox="none">
24574 \begin_inset Text
24575
24576 \begin_layout Plain Layout
24577 g
24578 \end_layout
24579
24580 \end_inset
24581 </cell>
24582 <cell alignment="center" valignment="top" topline="true" usebox="none">
24583 \begin_inset Text
24584
24585 \begin_layout Plain Layout
24586 h
24587 \end_layout
24588
24589 \end_inset
24590 </cell>
24591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24592 \begin_inset Text
24593
24594 \begin_layout Plain Layout
24595 i
24596 \end_layout
24597
24598 \end_inset
24599 </cell>
24600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24601 \begin_inset Text
24602
24603 \begin_layout Plain Layout
24604 j
24605 \end_layout
24606
24607 \end_inset
24608 </cell>
24609 </row>
24610 <row>
24611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24612 \begin_inset Text
24613
24614 \begin_layout Plain Layout
24615 \begin_inset ERT
24616 status collapsed
24617
24618 \begin_layout Plain Layout
24619
24620
24621 \backslash
24622 hdashline 
24623 \end_layout
24624
24625 \end_inset
24626
24627
24628 \begin_inset ERT
24629 status collapsed
24630
24631 \begin_layout Plain Layout
24632
24633
24634 \backslash
24635 rowcolor{Gray}
24636 \end_layout
24637
24638 \end_inset
24639
24640 k
24641 \end_layout
24642
24643 \end_inset
24644 </cell>
24645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24646 \begin_inset Text
24647
24648 \begin_layout Plain Layout
24649 l
24650 \end_layout
24651
24652 \end_inset
24653 </cell>
24654 <cell alignment="center" valignment="top" usebox="none">
24655 \begin_inset Text
24656
24657 \begin_layout Plain Layout
24658 m
24659 \end_layout
24660
24661 \end_inset
24662 </cell>
24663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24664 \begin_inset Text
24665
24666 \begin_layout Plain Layout
24667 n
24668 \end_layout
24669
24670 \end_inset
24671 </cell>
24672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24673 \begin_inset Text
24674
24675 \begin_layout Plain Layout
24676 o
24677 \end_layout
24678
24679 \end_inset
24680 </cell>
24681 </row>
24682 <row>
24683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24684 \begin_inset Text
24685
24686 \begin_layout Plain Layout
24687 \begin_inset ERT
24688 status collapsed
24689
24690 \begin_layout Plain Layout
24691
24692
24693 \backslash
24694 cdashline{4-5}
24695 \end_layout
24696
24697 \end_inset
24698
24699 p
24700 \end_layout
24701
24702 \end_inset
24703 </cell>
24704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24705 \begin_inset Text
24706
24707 \begin_layout Plain Layout
24708 q
24709 \end_layout
24710
24711 \end_inset
24712 </cell>
24713 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24714 \begin_inset Text
24715
24716 \begin_layout Plain Layout
24717 r
24718 \end_layout
24719
24720 \end_inset
24721 </cell>
24722 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24723 \begin_inset Text
24724
24725 \begin_layout Plain Layout
24726 s
24727 \end_layout
24728
24729 \end_inset
24730 </cell>
24731 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24732 \begin_inset Text
24733
24734 \begin_layout Plain Layout
24735
24736 \end_layout
24737
24738 \end_inset
24739 </cell>
24740 </row>
24741 <row>
24742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24743 \begin_inset Text
24744
24745 \begin_layout Plain Layout
24746 t
24747 \end_layout
24748
24749 \end_inset
24750 </cell>
24751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24752 \begin_inset Text
24753
24754 \begin_layout Plain Layout
24755 u
24756 \end_layout
24757
24758 \end_inset
24759 </cell>
24760 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24761 \begin_inset Text
24762
24763 \begin_layout Plain Layout
24764 v
24765 \end_layout
24766
24767 \end_inset
24768 </cell>
24769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24770 \begin_inset Text
24771
24772 \begin_layout Plain Layout
24773 w
24774 \end_layout
24775
24776 \end_inset
24777 </cell>
24778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24779 \begin_inset Text
24780
24781 \begin_layout Plain Layout
24782 \begin_inset ERT
24783 status collapsed
24784
24785 \begin_layout Plain Layout
24786
24787
24788 \backslash
24789 cellcolor{Maroon}
24790 \end_layout
24791
24792 \end_inset
24793
24794 i
24795 \end_layout
24796
24797 \end_inset
24798 </cell>
24799 </row>
24800 </lyxtabular>
24801
24802 \end_inset
24803
24804
24805 \end_layout
24806
24807 \end_inset
24808
24809
24810 \end_layout
24811
24812 \begin_layout Standard
24813 \begin_inset ERT
24814 status collapsed
24815
24816 \begin_layout Plain Layout
24817
24818
24819 \backslash
24820 renewcommand{
24821 \backslash
24822 hdashline}{
24823 \backslash
24824 myHdashline}
24825 \end_layout
24826
24827 \end_inset
24828
24829
24830 \begin_inset Note Note
24831 status collapsed
24832
24833 \begin_layout Plain Layout
24834 reset to default
24835 \end_layout
24836
24837 \end_inset
24838
24839
24840 \end_layout
24841
24842 \begin_layout Standard
24843 \begin_inset ERT
24844 status collapsed
24845
24846 \begin_layout Plain Layout
24847
24848
24849 \backslash
24850 renewcommand{
24851 \backslash
24852 cdashline}{
24853 \backslash
24854 myCdashline}
24855 \end_layout
24856
24857 \end_inset
24858
24859
24860 \begin_inset Note Note
24861 status collapsed
24862
24863 \begin_layout Plain Layout
24864 reset to default
24865 \end_layout
24866
24867 \end_inset
24868
24869
24870 \end_layout
24871
24872 \begin_layout Standard
24873 \begin_inset ERT
24874 status collapsed
24875
24876 \begin_layout Plain Layout
24877
24878
24879 \backslash
24880 nodashgapcolor
24881 \end_layout
24882
24883 \end_inset
24884
24885
24886 \begin_inset Note Note
24887 status collapsed
24888
24889 \begin_layout Plain Layout
24890 reset to default
24891 \end_layout
24892
24893 \end_inset
24894
24895
24896 \end_layout
24897
24898 \begin_layout Standard
24899 \begin_inset ERT
24900 status collapsed
24901
24902 \begin_layout Plain Layout
24903
24904
24905 \backslash
24906 setlength{
24907 \backslash
24908 arrayrulewidth}{0.4pt}
24909 \end_layout
24910
24911 \end_inset
24912
24913
24914 \begin_inset Note Note
24915 status collapsed
24916
24917 \begin_layout Plain Layout
24918 reset to default
24919 \end_layout
24920
24921 \end_inset
24922
24923
24924 \end_layout
24925
24926 \begin_layout Standard
24927 The coloring of lines, columns and lines works as decribed in section
24928 \begin_inset space ~
24929 \end_inset
24930
24931
24932 \begin_inset CommandInset ref
24933 LatexCommand ref
24934 reference "sec:Colored-Tables"
24935
24936 \end_inset
24937
24938 .
24939  Coloring horizontal lines works analogically as described there as well,
24940  one only needs to replace in the commands 
24941 \series bold
24942
24943 \backslash
24944 myHlineC
24945 \series default
24946  by 
24947 \series bold
24948
24949 \backslash
24950 myHdashline
24951 \series default
24952  and 
24953 \backslash
24954
24955 \series bold
24956 hline
24957 \series default
24958  by 
24959 \series bold
24960
24961 \backslash
24962 hdashline
24963 \series default
24964 ; so one uses the command
24965 \end_layout
24966
24967 \begin_layout Standard
24968
24969 \series bold
24970
24971 \backslash
24972 let
24973 \backslash
24974 myHdashline
24975 \backslash
24976 hdashline
24977 \begin_inset Newline newline
24978 \end_inset
24979
24980
24981 \backslash
24982 renewcommand{
24983 \backslash
24984 hdashline}
24985 \begin_inset Newline newline
24986 \end_inset
24987
24988
24989 \begin_inset Phantom HPhantom
24990 status open
24991
24992 \begin_layout Plain Layout
24993 \begin_inset space ~
24994 \end_inset
24995
24996
24997 \end_layout
24998
24999 \end_inset
25000
25001 {
25002 \backslash
25003 arrayrulecolor{red}
25004 \backslash
25005 myHdashline
25006 \backslash
25007 arrayrulecolor{black}}
25008 \end_layout
25009
25010 \begin_layout Standard
25011 To color 
25012 \series bold
25013
25014 \backslash
25015 cdashline
25016 \series default
25017 , the command is
25018 \end_layout
25019
25020 \begin_layout Standard
25021
25022 \series bold
25023
25024 \backslash
25025 let
25026 \backslash
25027 myCdashline
25028 \backslash
25029 cdashline
25030 \begin_inset Newline newline
25031 \end_inset
25032
25033
25034 \backslash
25035 renewcommand{
25036 \backslash
25037 cdashline}[1]
25038 \begin_inset Newline newline
25039 \end_inset
25040
25041
25042 \begin_inset Phantom HPhantom
25043 status open
25044
25045 \begin_layout Plain Layout
25046 \begin_inset space ~
25047 \end_inset
25048
25049
25050 \end_layout
25051
25052 \end_inset
25053
25054 {
25055 \backslash
25056 arrayrulecolor{red}
25057 \backslash
25058 myCdashline{#1}
25059 \backslash
25060 arrayrulecolor{black}}
25061 \end_layout
25062
25063 \begin_layout Standard
25064 To get back the black line color, one needs to insert the following commands
25065  as \SpecialChar TeX
25066  Code behind the table:
25067 \end_layout
25068
25069 \begin_layout Standard
25070 For 
25071 \series bold
25072
25073 \backslash
25074 hdashline
25075 \end_layout
25076
25077 \begin_layout Standard
25078
25079 \series bold
25080
25081 \backslash
25082 renewcommand{
25083 \backslash
25084 hdashline}{
25085 \backslash
25086 myHdashline}
25087 \end_layout
25088
25089 \begin_layout Standard
25090 and for 
25091 \series bold
25092
25093 \backslash
25094 cdashline
25095 \end_layout
25096
25097 \begin_layout Standard
25098
25099 \series bold
25100
25101 \backslash
25102 renewcommand{
25103 \backslash
25104 cdashline}{
25105 \backslash
25106 myCdashline}
25107 \end_layout
25108
25109 \begin_layout Standard
25110 To color the gaps between the dashes the command
25111 \end_layout
25112
25113 \begin_layout Standard
25114
25115 \series bold
25116
25117 \backslash
25118 dashgapcolor{color}
25119 \end_layout
25120
25121 \begin_layout Standard
25122 can be used in front of a table as \SpecialChar TeX
25123  Code.
25124  color is hereby the name of a defined color.
25125  The command
25126 \end_layout
25127
25128 \begin_layout Standard
25129
25130 \series bold
25131
25132 \backslash
25133 nodashgapcolor
25134 \end_layout
25135
25136 \begin_layout Standard
25137 unsets the changes made by 
25138 \series bold
25139
25140 \backslash
25141 dashgapcolor
25142 \series default
25143 .
25144 \end_layout
25145
25146 \begin_layout Standard
25147 \begin_inset Note Greyedout
25148 status open
25149
25150 \begin_layout Plain Layout
25151
25152 \series bold
25153 \color none
25154 Note
25155 \series default
25156 : If there are multiple commands in a cell, the command of 
25157 \series bold
25158 arydshln
25159 \series default
25160  needs to be the first one in the cell.
25161  Therefore in cell 
25162 \emph on
25163 k
25164 \emph default
25165  of Table
25166 \begin_inset space ~
25167 \end_inset
25168
25169
25170 \begin_inset CommandInset ref
25171 LatexCommand ref
25172 reference "tab:Colored-table-with"
25173
25174 \end_inset
25175
25176  the command 
25177 \series bold
25178
25179 \backslash
25180 hdashline
25181 \series default
25182  is before 
25183 \series bold
25184
25185 \backslash
25186 rowcolor
25187 \series default
25188 .
25189 \end_layout
25190
25191 \end_inset
25192
25193
25194 \end_layout
25195
25196 \begin_layout Standard
25197 \begin_inset Note Greyedout
25198 status open
25199
25200 \begin_layout Plain Layout
25201
25202 \series bold
25203 \color none
25204 Note:
25205 \series default
25206  The \SpecialChar LaTeX
25207 -package 
25208 \series bold
25209 arydshln
25210 \series default
25211  must be loaded in the document preamble before the \SpecialChar LaTeX
25212 -package 
25213 \series bold
25214 colortbl
25215 \series default
25216
25217 \begin_inset Index idx
25218 status collapsed
25219
25220 \begin_layout Plain Layout
25221 \SpecialChar LaTeX
25222 -packages ! colortbl
25223 \end_layout
25224
25225 \end_inset
25226
25227 .
25228 \end_layout
25229
25230 \end_inset
25231
25232
25233 \end_layout
25234
25235 \begin_layout Standard
25236 \begin_inset ERT
25237 status collapsed
25238
25239 \begin_layout Plain Layout
25240
25241
25242 \backslash
25243 else
25244 \end_layout
25245
25246 \end_inset
25247
25248
25249 \begin_inset Note Note
25250 status open
25251
25252 \begin_layout Plain Layout
25253 The following will be displayed when the \SpecialChar LaTeX
25254 -package 
25255 \series bold
25256 arydshln
25257 \series default
25258  is not installed:
25259 \end_layout
25260
25261 \end_inset
25262
25263
25264 \end_layout
25265
25266 \begin_layout Standard
25267 You need to install the package 
25268 \series bold
25269 arydshln
25270 \series default
25271  to see the content of this section in the output.
25272 \end_layout
25273
25274 \begin_layout Standard
25275 \begin_inset ERT
25276 status collapsed
25277
25278 \begin_layout Plain Layout
25279
25280
25281 \backslash
25282 fi
25283 \end_layout
25284
25285 \end_inset
25286
25287
25288 \end_layout
25289
25290 \begin_layout Standard
25291 For more information about dashed lines see the documentation of 
25292 \series bold
25293 arydshln
25294 \series default
25295
25296 \begin_inset CommandInset citation
25297 LatexCommand cite
25298 key "arydshln"
25299
25300 \end_inset
25301
25302 .
25303 \end_layout
25304
25305 \begin_layout Chapter
25306 Floats
25307 \begin_inset CommandInset label
25308 LatexCommand label
25309 name "chap:Floats"
25310
25311 \end_inset
25312
25313
25314 \begin_inset Index idx
25315 status collapsed
25316
25317 \begin_layout Plain Layout
25318 Floats
25319 \end_layout
25320
25321 \end_inset
25322
25323
25324 \end_layout
25325
25326 \begin_layout Section
25327 Introduction
25328 \begin_inset CommandInset label
25329 LatexCommand label
25330 name "sec:FloatIntroduction"
25331
25332 \end_inset
25333
25334
25335 \begin_inset Index idx
25336 status collapsed
25337
25338 \begin_layout Plain Layout
25339 Floats ! Introduction
25340 \end_layout
25341
25342 \end_inset
25343
25344
25345 \end_layout
25346
25347 \begin_layout Standard
25348 A float is a block of text associated with some sort of label, which doesn't
25349  have a fixed location.
25350  It can 
25351 \begin_inset Quotes eld
25352 \end_inset
25353
25354 float
25355 \begin_inset Quotes erd
25356 \end_inset
25357
25358  forward or backward a page or two, to wherever it fits best.
25359  
25360 \family sans
25361 Footnotes
25362 \family default
25363  and 
25364 \family sans
25365 Margin
25366 \begin_inset space ~
25367 \end_inset
25368
25369 Notes
25370 \family default
25371  are also floats because they can float to the next page when there are
25372  too many notes on the page.
25373 \end_layout
25374
25375 \begin_layout Standard
25376 Floats allow a high quality layout.
25377  Images and tables can be spread evenly among the pages to avoid white space
25378  and pages without text.
25379  As the floating often destroys the context between the text and the image/table
25380 , every float can be referenced in the text.
25381  Floats are therefore numbered.
25382  Referencing is described in section
25383 \begin_inset space ~
25384 \end_inset
25385
25386
25387 \begin_inset CommandInset ref
25388 LatexCommand ref
25389 reference "sec:Referencing-Floats"
25390
25391 \end_inset
25392
25393 .
25394 \end_layout
25395
25396 \begin_layout Standard
25397 To insert a float, use the menu 
25398 \family sans
25399 Insert\SpecialChar menuseparator
25400 Float
25401 \family default
25402  (toolbar button 
25403 \begin_inset Info
25404 type  "icon"
25405 arg   "float-insert figure"
25406 \end_inset
25407
25408  or 
25409 \begin_inset Info
25410 type  "icon"
25411 arg   "float-insert table"
25412 \end_inset
25413
25414 ).
25415  This inserts the 
25416 \family sans
25417 Caption
25418 \family default
25419  inset, a box with a label.
25420  The label will automatically be translated to the document language in
25421  the output.
25422  After the label you can insert the caption text.
25423  The image or table is inserted above or below the caption in a separate
25424  paragraph within the float.
25425  More about the caption placement is contained in section
25426 \begin_inset space ~
25427 \end_inset
25428
25429
25430 \begin_inset CommandInset ref
25431 LatexCommand ref
25432 reference "sec:Caption-Placement"
25433
25434 \end_inset
25435
25436 .
25437  To keep your \SpecialChar LyX
25438  document readable, you can open and close the float box by
25439  left-clicking on the box label.
25440  A closed float box looks like this: 
25441 \begin_inset Graphics
25442         filename clipart/float.png
25443         scale 70
25444         scaleBeforeRotation
25445
25446 \end_inset
25447
25448  â€“ a gray button with a red label.
25449 \end_layout
25450
25451 \begin_layout Standard
25452 It is recommended that you insert floats as separate standard paragraphs
25453  to avoid possible \SpecialChar LaTeX
25454 -errors that can occur when the surrounding text is specially
25455  formatted.
25456 \end_layout
25457
25458 \begin_layout Standard
25459 Existing figures or tables can be put into a float by highlighting them
25460  and then pressing the corresponding toolbar button for a new float.
25461 \end_layout
25462
25463 \begin_layout Section
25464 Float Types
25465 \end_layout
25466
25467 \begin_layout Standard
25468 Besides figure and table floats that are described in sections
25469 \begin_inset space ~
25470 \end_inset
25471
25472
25473 \begin_inset CommandInset ref
25474 LatexCommand ref
25475 reference "sec:Figure-Floats"
25476
25477 \end_inset
25478
25479  and 
25480 \begin_inset CommandInset ref
25481 LatexCommand ref
25482 reference "sec:Table-Floats"
25483
25484 \end_inset
25485
25486  respectively, \SpecialChar LyX
25487  offers the float types 
25488 \family sans
25489 Algorithm
25490 \family default
25491  and 
25492 \family sans
25493 Wrap
25494 \family default
25495 .
25496  The latter are explained in sec.
25497 \begin_inset space \thinspace{}
25498 \end_inset
25499
25500
25501 \begin_inset CommandInset ref
25502 LatexCommand ref
25503 reference "sec:Wrap-Floats"
25504
25505 \end_inset
25506
25507 .
25508 \end_layout
25509
25510 \begin_layout Subsection
25511 Algorithm Floats
25512 \begin_inset Index idx
25513 status collapsed
25514
25515 \begin_layout Plain Layout
25516 Floats ! Algorithms
25517 \end_layout
25518
25519 \end_inset
25520
25521
25522 \end_layout
25523
25524 \begin_layout Standard
25525 \begin_inset Float algorithm
25526 placement h
25527 wide false
25528 sideways false
25529 status open
25530
25531 \begin_layout Plain Layout
25532 \begin_inset Caption Standard
25533
25534 \begin_layout Plain Layout
25535 \begin_inset CommandInset label
25536 LatexCommand label
25537 name "alg:Example-Algorithm-float"
25538
25539 \end_inset
25540
25541 Example Algorithm float
25542 \end_layout
25543
25544 \end_inset
25545
25546
25547 \end_layout
25548
25549 \begin_layout LyX-Code
25550 for I in 1..N loop
25551 \begin_inset Newline newline
25552 \end_inset
25553
25554  Sum:= Sum + A(I); /*comment*/
25555 \begin_inset Newline newline
25556 \end_inset
25557
25558 end loop
25559 \begin_inset VSpace -4mm
25560 \end_inset
25561
25562
25563 \end_layout
25564
25565 \end_inset
25566
25567
25568 \end_layout
25569
25570 \begin_layout Standard
25571 This float type is inserted with the menu 
25572 \family sans
25573 Insert\SpecialChar menuseparator
25574 Float\SpecialChar menuseparator
25575 Algorithm
25576 \family default
25577 .
25578  It is used for program codes and descriptions of algorithms and can be
25579  seen as an alternative to program code listings that are explained in chapter
25580 \begin_inset space ~
25581 \end_inset
25582
25583
25584 \begin_inset CommandInset ref
25585 LatexCommand ref
25586 reference "cha:Program-Code-Listings"
25587
25588 \end_inset
25589
25590 .
25591  A possible environment for algorithms is the 
25592 \family sans
25593 \SpecialChar LyX
25594  Code
25595 \family default
25596 , described in \SpecialChar LyX
25597 's 
25598 \emph on
25599 Userguide
25600 \emph default
25601 .
25602  Algorithm
25603 \begin_inset space ~
25604 \end_inset
25605
25606
25607 \begin_inset CommandInset ref
25608 LatexCommand ref
25609 reference "alg:Example-Algorithm-float"
25610
25611 \end_inset
25612
25613  is an example of an algorithm float where -4
25614 \begin_inset space \thinspace{}
25615 \end_inset
25616
25617 mm vertical space was added at the end of the float to have the bottom rule
25618  exactly below the last text line.
25619 \end_layout
25620
25621 \begin_layout Standard
25622 The float label is not automatically translated into the document language.
25623  If your document is not in English, you have to do this manually by adding
25624  the following line to the document preamble
25625 \series bold
25626 :
25627 \end_layout
25628
25629 \begin_layout Standard
25630
25631 \series bold
25632
25633 \backslash
25634 floatname{algorithm}{your
25635 \begin_inset space ~
25636 \end_inset
25637
25638 name}
25639 \end_layout
25640
25641 \begin_layout Standard
25642 where 
25643 \family sans
25644 your
25645 \begin_inset space ~
25646 \end_inset
25647
25648 name
25649 \family default
25650  is the word 
25651 \begin_inset Quotes eld
25652 \end_inset
25653
25654
25655 \emph on
25656 algorithm
25657 \emph default
25658
25659 \begin_inset Quotes erd
25660 \end_inset
25661
25662  in your language.
25663 \end_layout
25664
25665 \begin_layout Standard
25666 To insert the list of algorithms you can use the menu 
25667 \family sans
25668 Insert\SpecialChar menuseparator
25669 List
25670 \begin_inset space \thinspace{}
25671 \end_inset
25672
25673 /
25674 \begin_inset space \thinspace{}
25675 \end_inset
25676
25677 TOC\SpecialChar menuseparator
25678 List of Algorithms
25679 \family default
25680  when your document has the same language as \SpecialChar LyX
25681 's menu names.
25682  In other cases use this command in \SpecialChar TeX
25683  Code instead:
25684 \end_layout
25685
25686 \begin_layout Standard
25687
25688 \series bold
25689
25690 \backslash
25691 listof{algorithm}{your
25692 \begin_inset space ~
25693 \end_inset
25694
25695 name}
25696 \end_layout
25697
25698 \begin_layout Standard
25699 where 
25700 \family sans
25701 your
25702 \begin_inset space ~
25703 \end_inset
25704
25705 name
25706 \family default
25707  is the word 
25708 \begin_inset Quotes eld
25709 \end_inset
25710
25711
25712 \emph on
25713 List of Algorithm
25714 \emph default
25715 s
25716 \begin_inset Quotes erd
25717 \end_inset
25718
25719  in your language.
25720 \end_layout
25721
25722 \begin_layout Standard
25723 Algorithm floats are not by default numbered in the scheme 
25724 \begin_inset Quotes eld
25725 \end_inset
25726
25727 chapter.algorithm
25728 \begin_inset Quotes erd
25729 \end_inset
25730
25731  as is the case for table and figure floats in many document-classes.
25732  To number algorithm floats in the same scheme, add this command to your
25733  document preamble:
25734 \end_layout
25735
25736 \begin_layout Standard
25737
25738 \series bold
25739
25740 \backslash
25741 numberwithin{algorithm}{chapter}
25742 \end_layout
25743
25744 \begin_layout Standard
25745 To be able to use the command 
25746 \series bold
25747
25748 \backslash
25749 numberwithin
25750 \series default
25751 , set in the tab 
25752 \family sans
25753 Math
25754 \begin_inset space ~
25755 \end_inset
25756
25757 Options
25758 \family default
25759  in the document settings the option 
25760 \family sans
25761 Use
25762 \begin_inset space ~
25763 \end_inset
25764
25765 AMS
25766 \begin_inset space ~
25767 \end_inset
25768
25769 math
25770 \begin_inset space ~
25771 \end_inset
25772
25773 package
25774 \family default
25775 .
25776 \end_layout
25777
25778 \begin_layout Section
25779 Float Numbering
25780 \begin_inset Index idx
25781 status collapsed
25782
25783 \begin_layout Plain Layout
25784 Floats ! Numbering
25785 \end_layout
25786
25787 \end_inset
25788
25789
25790 \end_layout
25791
25792 \begin_layout Standard
25793 Floats are usually numbered either independently from the sections the floats
25794  are in, or in the scheme 
25795 \begin_inset Quotes eld
25796 \end_inset
25797
25798 chapter.number
25799 \begin_inset Quotes erd
25800 \end_inset
25801
25802  or 
25803 \begin_inset Quotes eld
25804 \end_inset
25805
25806 section.number
25807 \begin_inset Quotes erd
25808 \end_inset
25809
25810 .
25811  This depends on the document class used.
25812 \end_layout
25813
25814 \begin_layout Standard
25815 To change section-independent numbering, you can use this command in the
25816  document preamble:
25817 \end_layout
25818
25819 \begin_layout Standard
25820
25821 \series bold
25822
25823 \backslash
25824 renewcommand{
25825 \backslash
25826 thetable}{
25827 \backslash
25828 roman{table}}
25829 \end_layout
25830
25831 \begin_layout Standard
25832
25833 \series bold
25834
25835 \backslash
25836 thetable
25837 \series default
25838  is the command that prints the table number.
25839  For figure floats, the command would be 
25840 \series bold
25841
25842 \backslash
25843 thefigure
25844 \series default
25845 .
25846  
25847 \series bold
25848
25849 \backslash
25850 roman
25851 \series default
25852  in the command above prints the table number as a small roman number.
25853 \end_layout
25854
25855 \begin_layout Standard
25856 To change the numbering scheme for example to 
25857 \begin_inset Quotes eld
25858 \end_inset
25859
25860 subsection.number
25861 \begin_inset Quotes erd
25862 \end_inset
25863
25864 , use this command in the preamble:
25865 \end_layout
25866
25867 \begin_layout Standard
25868
25869 \series bold
25870
25871 \backslash
25872 numberwithin{table}{subsection}
25873 \end_layout
25874
25875 \begin_layout Standard
25876 To be able to use the command 
25877 \series bold
25878
25879 \backslash
25880 numberwithin
25881 \series default
25882 , set in the tab 
25883 \family sans
25884 Math
25885 \begin_inset space ~
25886 \end_inset
25887
25888 Options
25889 \family default
25890  in the document settings the option 
25891 \family sans
25892 Use
25893 \begin_inset space ~
25894 \end_inset
25895
25896 AMS
25897 \begin_inset space ~
25898 \end_inset
25899
25900 math
25901 \begin_inset space ~
25902 \end_inset
25903
25904 package
25905 \family default
25906 .
25907 \end_layout
25908
25909 \begin_layout Standard
25910 Please also have a look at section
25911 \begin_inset space ~
25912 \end_inset
25913
25914
25915 \begin_inset CommandInset ref
25916 LatexCommand ref
25917 reference "subsec:Footnote-Numbering"
25918
25919 \end_inset
25920
25921  for the details and important notes about the numbering commands.
25922 \end_layout
25923
25924 \begin_layout Section
25925 Referencing Floats
25926 \begin_inset CommandInset label
25927 LatexCommand label
25928 name "sec:Referencing-Floats"
25929
25930 \end_inset
25931
25932
25933 \begin_inset Index idx
25934 status collapsed
25935
25936 \begin_layout Plain Layout
25937 Floats ! References
25938 \end_layout
25939
25940 \end_inset
25941
25942
25943 \begin_inset Index idx
25944 status collapsed
25945
25946 \begin_layout Plain Layout
25947 References ! to Floats
25948 \end_layout
25949
25950 \end_inset
25951
25952
25953 \end_layout
25954
25955 \begin_layout Standard
25956 To reference a float, insert a label into its caption using the menu 
25957 \family sans
25958 Insert\SpecialChar menuseparator
25959 Label
25960 \family default
25961  or the toolbar button 
25962 \begin_inset Info
25963 type  "icon"
25964 arg   "label-insert"
25965 \end_inset
25966
25967 .
25968  A grey label box like this one: 
25969 \begin_inset Graphics
25970         filename clipart/label.png
25971         scaleBeforeRotation
25972
25973 \end_inset
25974
25975  will be inserted and the label window pops up asking for the label text.
25976  \SpecialChar LyX
25977  offers as text the first words of the caption with a prefix.
25978  The prefix depends on the float type, e.
25979 \begin_inset space \thinspace{}
25980 \end_inset
25981
25982 g.
25983 \begin_inset space \space{}
25984 \end_inset
25985
25986 for figure floats the prefix will be "
25987 \family sans
25988 fig:
25989 \family default
25990 ".
25991 \end_layout
25992
25993 \begin_layout Standard
25994 The label is used as anchor and name for the reference.
25995  You can refer to the label using the menu 
25996 \family sans
25997 Insert\SpecialChar menuseparator
25998 Cross-reference
25999 \family default
26000  or the toolbar button 
26001 \begin_inset Info
26002 type  "icon"
26003 arg   "dialog-show-new-inset ref"
26004 \end_inset
26005
26006 .
26007  The cross-reference window appears showing all labels of the document.
26008  If you have multiple \SpecialChar LyX
26009  documents opened, choose the one you are working
26010  on from the drop-list at the top of the dialog.
26011  You can now sort the labels alphabetically and then choose one.
26012  A grey cross-reference box like this one: 
26013 \begin_inset Graphics
26014         filename clipart/reference.png
26015         scaleBeforeRotation
26016
26017 \end_inset
26018
26019  will be inserted.
26020  At the position of the cross-reference box the float number will appear
26021  in the output.
26022 \end_layout
26023
26024 \begin_layout Standard
26025 It is recommended that you use a protected space between the cross-reference
26026  name and its number to avoid line breaks between them.
26027  If a cross-reference refers to a non-existing label, you will see two question
26028  marks in the output instead of the reference.
26029 \end_layout
26030
26031 \begin_layout Standard
26032 You can change labels at any time by clicking on the label box.
26033  References to the changed label will automatically update their links to
26034  the new label text.
26035 \end_layout
26036
26037 \begin_layout Standard
26038 The button 
26039 \family sans
26040 Go
26041 \begin_inset space ~
26042 \end_inset
26043
26044 to
26045 \begin_inset space ~
26046 \end_inset
26047
26048 Label
26049 \family default
26050  in the cross-reference window sets the cursor before the referred label.
26051  The button text changes then to Go
26052 \begin_inset space ~
26053 \end_inset
26054
26055 Back and you can use it to set the cursor back to the cross-reference.
26056 \end_layout
26057
26058 \begin_layout Subsection
26059 Cross-Reference Formats
26060 \begin_inset CommandInset label
26061 LatexCommand label
26062 name "subsec:Cross-Reference-Formats"
26063
26064 \end_inset
26065
26066
26067 \begin_inset Index idx
26068 status collapsed
26069
26070 \begin_layout Plain Layout
26071 References ! Formats
26072 \end_layout
26073
26074 \end_inset
26075
26076
26077 \end_layout
26078
26079 \begin_layout Standard
26080 There are six varieties of cross-references:
26081 \end_layout
26082
26083 \begin_layout Description
26084 <reference>: prints the float number, this is the default: 
26085 \begin_inset CommandInset ref
26086 LatexCommand ref
26087 reference "fig:Two-distorted-images"
26088
26089 \end_inset
26090
26091
26092 \end_layout
26093
26094 \begin_layout Description
26095 (<reference>): prints the float number within two parentheses, this is the
26096  style normally used to reference formulas, especially when the reference
26097  name 
26098 \begin_inset Quotes eld
26099 \end_inset
26100
26101 Equation
26102 \begin_inset Quotes erd
26103 \end_inset
26104
26105  is omitted: 
26106 \begin_inset CommandInset ref
26107 LatexCommand eqref
26108 reference "eq:Wgn"
26109
26110 \end_inset
26111
26112
26113 \end_layout
26114
26115 \begin_layout Description
26116 <page>: prints the page number: Page
26117 \begin_inset space ~
26118 \end_inset
26119
26120
26121 \begin_inset CommandInset ref
26122 LatexCommand pageref
26123 reference "fig:Two-distorted-images"
26124
26125 \end_inset
26126
26127
26128 \end_layout
26129
26130 \begin_layout Description
26131 on
26132 \begin_inset space ~
26133 \end_inset
26134
26135 page
26136 \begin_inset space ~
26137 \end_inset
26138
26139 <page>: prints the text "on page" and the page number: 
26140 \begin_inset CommandInset ref
26141 LatexCommand vpageref
26142 reference "fig:Two-distorted-images"
26143
26144 \end_inset
26145
26146
26147 \end_layout
26148
26149 \begin_layout Description
26150 <reference>
26151 \begin_inset space ~
26152 \end_inset
26153
26154 on
26155 \begin_inset space ~
26156 \end_inset
26157
26158 page
26159 \begin_inset space ~
26160 \end_inset
26161
26162 <page>: prints the float number, the text "on page", and the page number:
26163  
26164 \begin_inset CommandInset ref
26165 LatexCommand vref
26166 reference "fig:Two-distorted-images"
26167
26168 \end_inset
26169
26170
26171 \end_layout
26172
26173 \begin_layout Description
26174 Formatted
26175 \begin_inset space ~
26176 \end_inset
26177
26178 reference: prints a self-defined cross-reference format.
26179 \begin_inset Newline newline
26180 \end_inset
26181
26182
26183 \begin_inset Note Greyedout
26184 status open
26185
26186 \begin_layout Plain Layout
26187
26188 \series bold
26189 Note:
26190 \series default
26191  This feature is only available when you have the \SpecialChar LaTeX
26192 -package 
26193 \series bold
26194 prettyref
26195 \series default
26196  or 
26197 \series bold
26198 refstyle
26199 \series default
26200
26201 \begin_inset Index idx
26202 status collapsed
26203
26204 \begin_layout Plain Layout
26205 \SpecialChar LaTeX
26206 -packages ! prettyref
26207 \end_layout
26208
26209 \end_inset
26210
26211
26212 \begin_inset Index idx
26213 status collapsed
26214
26215 \begin_layout Plain Layout
26216 \SpecialChar LaTeX
26217 -packages ! refstyle
26218 \end_layout
26219
26220 \end_inset
26221
26222  installed.
26223 \end_layout
26224
26225 \end_inset
26226
26227
26228 \begin_inset Newline newline
26229 \end_inset
26230
26231 You can select which \SpecialChar LaTeX
26232 -package should be used for this feature by setting
26233  the option 
26234 \family sans
26235 Use refstyle (not prettyref) for cross-references
26236 \family default
26237  in the menu 
26238 \family sans
26239 Document\SpecialChar menuseparator
26240 Settings\SpecialChar menuseparator
26241 Document Class
26242 \family default
26243 .
26244  The format is specified by adding the command 
26245 \series bold
26246
26247 \backslash
26248 newrefformat
26249 \series default
26250  (prettyref) or 
26251 \series bold
26252
26253 \backslash
26254 newref
26255 \series default
26256  (refstyle) to the preamble of the document.
26257  For example redefining all references to figures (which have the label
26258  shortcut 
26259 \begin_inset Quotes eld
26260 \end_inset
26261
26262
26263 \family sans
26264 fig
26265 \family default
26266
26267 \begin_inset Quotes erd
26268 \end_inset
26269
26270 ) can be done with this command
26271 \begin_inset Newline newline
26272 \end_inset
26273
26274
26275 \series bold
26276
26277 \backslash
26278 newref{fig}{refcmd={Image on page 
26279 \backslash
26280 pageref{#1}}}
26281 \series default
26282
26283 \begin_inset Newline newline
26284 \end_inset
26285
26286 For more information about the format, have a look at the package documentations
26287
26288 \begin_inset CommandInset citation
26289 LatexCommand cite
26290 key "prettyref,refstyle"
26291
26292 \end_inset
26293
26294 .
26295 \change_inserted 424524441 1483414725
26296
26297 \begin_inset Newline newline
26298 \end_inset
26299
26300 The `Plural' and `Capitalized' options will be available with formatted
26301  references only if you are using the 
26302 \series bold
26303 refstyle
26304 \series default
26305  package.
26306  See its documentation, again, for more information.
26307 \change_unchanged
26308
26309 \end_layout
26310
26311 \begin_layout Description
26312 Textual
26313 \begin_inset space ~
26314 \end_inset
26315
26316 reference: prints the caption of the reference: 
26317 \begin_inset CommandInset ref
26318 LatexCommand nameref
26319 reference "fig:Two-distorted-images"
26320
26321 \end_inset
26322
26323
26324 \change_inserted 424524441 1483414735
26325
26326 \end_layout
26327
26328 \begin_layout Description
26329
26330 \change_inserted 424524441 1483817911
26331 Label
26332 \begin_inset space ~
26333 \end_inset
26334
26335 only: prints only the \SpecialChar LaTeX
26336  label for the reference.
26337  This allows for customization, using ERT, if you want to issue a command
26338  that LyX does not support.
26339  If you are using 
26340 \series bold
26341 refstyle
26342 \series default
26343 , then you may want to use the 
26344 \begin_inset Quotes eld
26345 \end_inset
26346
26347 No prefix
26348 \begin_inset Quotes erd
26349 \end_inset
26350
26351  option, which will output only the part of the reference following the
26352  
26353 \begin_inset Quotes eld
26354 \end_inset
26355
26356 :
26357 \begin_inset Quotes erd
26358 \end_inset
26359
26360  separator.
26361  This is the form needed for, e.g., 
26362 \series bold
26363 refstyle
26364 \series default
26365 's range commands.
26366 \change_unchanged
26367
26368 \end_layout
26369
26370 \begin_layout Standard
26371
26372 \family sans
26373 <page>
26374 \family default
26375  will not print the page number if the label is on the previous, the same,
26376  or the next page.
26377  You will e.
26378 \begin_inset space \thinspace{}
26379 \end_inset
26380
26381 g.
26382 \begin_inset space \space{}
26383 \end_inset
26384
26385 see the text 
26386 \begin_inset Quotes eld
26387 \end_inset
26388
26389
26390 \family sans
26391 on this page
26392 \family default
26393
26394 \begin_inset Quotes erd
26395 \end_inset
26396
26397  instead.
26398  The style 
26399 \family sans
26400 <reference> on page <page>
26401 \family default
26402  will not print anything about the page if the label is on the same page.
26403 \end_layout
26404
26405 \begin_layout Standard
26406 The number and current page of the part of the document referred to in the
26407  output is automatically calculated by \SpecialChar LaTeX
26408 .
26409  The varieties are adjusted in the field 
26410 \family sans
26411 Format
26412 \family default
26413  of the cross-reference window that appears when you click on the cross-referenc
26414 e box.
26415 \end_layout
26416
26417 \begin_layout Standard
26418 \begin_inset Note Greyedout
26419 status open
26420
26421 \begin_layout Plain Layout
26422
26423 \series bold
26424 Note:
26425 \series default
26426  It is recommended to use the \SpecialChar LaTeX
26427 -package 
26428 \series bold
26429 refstyle
26430 \series default
26431
26432 \begin_inset Index idx
26433 status collapsed
26434
26435 \begin_layout Plain Layout
26436 \SpecialChar LaTeX
26437 -packages ! refstyle
26438 \end_layout
26439
26440 \end_inset
26441
26442  because 
26443 \series bold
26444 prettyref
26445 \series default
26446
26447 \begin_inset Index idx
26448 status collapsed
26449
26450 \begin_layout Plain Layout
26451 \SpecialChar LaTeX
26452 -packages ! prettyref
26453 \end_layout
26454
26455 \end_inset
26456
26457  does not know all of \SpecialChar LyX
26458 's possible label shortcuts
26459 \begin_inset Foot
26460 status collapsed
26461
26462 \begin_layout Plain Layout
26463 \begin_inset Quotes eld
26464 \end_inset
26465
26466 fig:
26467 \begin_inset Quotes erd
26468 \end_inset
26469
26470  is for example \SpecialChar LyX
26471 's shortcut for labels in figure captions.
26472 \end_layout
26473
26474 \end_inset
26475
26476  and is not internationalized.
26477 \end_layout
26478
26479 \end_inset
26480
26481
26482 \end_layout
26483
26484 \begin_layout Subsection
26485 Automatic Reference Naming
26486 \begin_inset Index idx
26487 status collapsed
26488
26489 \begin_layout Plain Layout
26490 References ! Automatic Reference Naming
26491 \end_layout
26492
26493 \end_inset
26494
26495
26496 \end_layout
26497
26498 \begin_layout Standard
26499 The \SpecialChar LaTeX
26500 -package 
26501 \series bold
26502 hyperref
26503 \series default
26504
26505 \begin_inset Index idx
26506 status collapsed
26507
26508 \begin_layout Plain Layout
26509 \SpecialChar LaTeX
26510 -packages ! hyperref
26511 \end_layout
26512
26513 \end_inset
26514
26515 , that is enabled in the 
26516 \family sans
26517 PDF Properties
26518 \family default
26519  of the 
26520 \family sans
26521 Document Settings
26522 \family default
26523  dialog, provides a very useful feature that cross-references automatically
26524  include the name of the referenced floats (or text parts like 
26525 \emph on
26526 section
26527 \emph default
26528 ).
26529  So you will save having to write e.
26530 \begin_inset space \thinspace{}
26531 \end_inset
26532
26533 g.
26534 \begin_inset space \space{}
26535 \end_inset
26536
26537 the name 
26538 \begin_inset Quotes eld
26539 \end_inset
26540
26541 Figure
26542 \begin_inset Quotes erd
26543 \end_inset
26544
26545  before every reference to a figure.
26546  To use this feature, enable 
26547 \series bold
26548 hyperref
26549 \series default
26550  and insert this line to the \SpecialChar LaTeX
26551  preamble:
26552 \end_layout
26553
26554 \begin_layout Standard
26555
26556 \series bold
26557
26558 \backslash
26559 AtBeginDocument{
26560 \backslash
26561 renewcommand{
26562 \backslash
26563 ref}[1]{
26564 \backslash
26565 mbox{
26566 \backslash
26567 autoref{#1}}}}
26568 \end_layout
26569
26570 \begin_layout Standard
26571 When you prefer other reference names than the default ones, for example
26572  you want instead of 
26573 \begin_inset Quotes eld
26574 \end_inset
26575
26576 section
26577 \begin_inset Quotes erd
26578 \end_inset
26579
26580  the name 
26581 \begin_inset Quotes eld
26582 \end_inset
26583
26584 sec.
26585 \begin_inset space \thinspace{}
26586 \end_inset
26587
26588
26589 \begin_inset Quotes eld
26590 \end_inset
26591
26592 , you can redefine the name by inserting this in the preamble:
26593 \end_layout
26594
26595 \begin_layout Standard
26596
26597 \series bold
26598
26599 \backslash
26600 addto
26601 \backslash
26602 extrasenglish{
26603 \backslash
26604 renewcommand{
26605 \backslash
26606 sectionautorefname}
26607 \begin_inset Newline newline
26608 \end_inset
26609
26610
26611 \begin_inset Phantom HPhantom
26612 status open
26613
26614 \begin_layout Plain Layout
26615
26616 \series bold
26617 \begin_inset space ~
26618 \end_inset
26619
26620
26621 \end_layout
26622
26623 \end_inset
26624
26625 {sec.
26626 \backslash
26627 negthinspace}}
26628 \end_layout
26629
26630 \begin_layout Standard
26631 When you are using another document language than English, replace
26632 \begin_inset Newline newline
26633 \end_inset
26634
26635
26636 \series bold
26637
26638 \backslash
26639 extrasenglish
26640 \series default
26641  by 
26642 \series bold
26643
26644 \backslash
26645 extras***
26646 \series default
26647 , where *** is the name of the language used.
26648 \end_layout
26649
26650 \begin_layout Standard
26651 To get automatic names, but not for certain reference types, for example
26652  not for equations, use this preamble code:
26653 \end_layout
26654
26655 \begin_layout Standard
26656
26657 \series bold
26658
26659 \backslash
26660 addto
26661 \backslash
26662 extrasenglish{
26663 \backslash
26664 renewcommand*{
26665 \backslash
26666 equationautorefname}[1]{}}
26667 \end_layout
26668
26669 \begin_layout Standard
26670 More about this topic can be found in 
26671 \series bold
26672 hyperref
26673 \series default
26674 's documentation 
26675 \begin_inset CommandInset citation
26676 LatexCommand cite
26677 key "hyperref"
26678
26679 \end_inset
26680
26681 .
26682 \end_layout
26683
26684 \begin_layout Standard
26685 \begin_inset Note Greyedout
26686 status open
26687
26688 \begin_layout Plain Layout
26689
26690 \series bold
26691 Note:
26692 \series default
26693  Automatic reference naming cannot be used when you use cross-references
26694  in the 
26695 \family sans
26696 Formatted
26697 \begin_inset space ~
26698 \end_inset
26699
26700 reference
26701 \family default
26702  style, as described in section
26703 \begin_inset space ~
26704 \end_inset
26705
26706
26707 \begin_inset CommandInset ref
26708 LatexCommand ref
26709 reference "subsec:Cross-Reference-Formats"
26710
26711 \end_inset
26712
26713 .
26714 \end_layout
26715
26716 \end_inset
26717
26718
26719 \end_layout
26720
26721 \begin_layout Standard
26722 The 
26723 \emph on
26724 Math
26725 \emph default
26726  manual is an example where automatic reference naming is used.
26727 \end_layout
26728
26729 \begin_layout Subsection
26730 Reference Position
26731 \begin_inset CommandInset label
26732 LatexCommand label
26733 name "subsec:Reference-Position"
26734
26735 \end_inset
26736
26737
26738 \begin_inset Index idx
26739 status collapsed
26740
26741 \begin_layout Plain Layout
26742 References ! Reference Position
26743 \end_layout
26744
26745 \end_inset
26746
26747
26748 \end_layout
26749
26750 \begin_layout Standard
26751 If you use 
26752 \series bold
26753 hyperref
26754 \series default
26755
26756 \begin_inset Index idx
26757 status collapsed
26758
26759 \begin_layout Plain Layout
26760 \SpecialChar LaTeX
26761 -packages ! hyperref
26762 \end_layout
26763
26764 \end_inset
26765
26766  in the 
26767 \family sans
26768 PDF Properties
26769 \family default
26770  of the 
26771 \family sans
26772 Document Settings
26773 \family default
26774  dialog to link cross-references in the output, you will see that clicking
26775  on an image float reference jumps to the image label.
26776  The caption will be the first text part on the screen, so that you cannot
26777  see the image without scrolling.
26778  This is because the reference link anchor is placed at the position of
26779  the label.
26780  With the use of the package 
26781 \series bold
26782 hypcap
26783 \series default
26784
26785 \begin_inset Index idx
26786 status collapsed
26787
26788 \begin_layout Plain Layout
26789 \SpecialChar LaTeX
26790 -packages ! hypcap
26791 \end_layout
26792
26793 \end_inset
26794
26795 , which is part of the \SpecialChar LaTeX
26796 -package 
26797 \series bold
26798 oberdiek
26799 \series default
26800
26801 \begin_inset Index idx
26802 status collapsed
26803
26804 \begin_layout Plain Layout
26805 \SpecialChar LaTeX
26806 -packages ! oberdiek
26807 \end_layout
26808
26809 \end_inset
26810
26811 , the link anchor is placed at the beginning of a float.
26812  To use this feature for figure floats, load 
26813 \series bold
26814 hypcap
26815 \series default
26816  in the document preamble with the line
26817 \end_layout
26818
26819 \begin_layout Standard
26820
26821 \series bold
26822
26823 \backslash
26824 usepackage[figure]{hypcap}
26825 \end_layout
26826
26827 \begin_layout Standard
26828 You can also use 
26829 \series bold
26830 hypcap
26831 \series default
26832  for all float types but this is not recommended for stability reasons.
26833  For more information, have a look at 
26834 \series bold
26835 hypcap
26836 \series default
26837 's manual 
26838 \begin_inset CommandInset citation
26839 LatexCommand cite
26840 key "hypcap"
26841
26842 \end_inset
26843
26844 .
26845 \end_layout
26846
26847 \begin_layout Standard
26848 \begin_inset Note Greyedout
26849 status open
26850
26851 \begin_layout Plain Layout
26852
26853 \series bold
26854 Note:
26855 \series default
26856  
26857 \series bold
26858 hypcap
26859 \series default
26860  has no effect on references to subfigures.
26861 \end_layout
26862
26863 \end_inset
26864
26865
26866 \end_layout
26867
26868 \begin_layout Section
26869 Float Placement
26870 \begin_inset CommandInset label
26871 LatexCommand label
26872 name "sec:Float-Placement"
26873
26874 \end_inset
26875
26876
26877 \begin_inset Index idx
26878 status collapsed
26879
26880 \begin_layout Plain Layout
26881 Floats ! Placement
26882 \end_layout
26883
26884 \end_inset
26885
26886
26887 \end_layout
26888
26889 \begin_layout Standard
26890 Right-clicking on a float-box and clicking on 
26891 \family sans
26892 Settings
26893 \family default
26894  opens a dialog where you can alter the placement options that \SpecialChar LaTeX
26895  uses for
26896  positioning the float.
26897 \begin_inset Newline newline
26898 \end_inset
26899
26900 The option 
26901 \family sans
26902 Span
26903 \begin_inset space ~
26904 \end_inset
26905
26906 columns
26907 \family default
26908  is only useful for two-column documents: If you select it, the float will
26909  span both columns on the page instead of being confined to just one.
26910 \begin_inset Newline newline
26911 \end_inset
26912
26913 The option 
26914 \family sans
26915 Rotate
26916 \begin_inset space ~
26917 \end_inset
26918
26919 sideways
26920 \family default
26921  is used to rotate floats, see section 
26922 \begin_inset CommandInset ref
26923 LatexCommand ref
26924 reference "sec:Rotated-Floats"
26925
26926 \end_inset
26927
26928 .
26929 \end_layout
26930
26931 \begin_layout Standard
26932 You can use one or more of the following options in the float dialog to
26933  set the placement for a particular float when you uncheck the option 
26934 \family sans
26935 Use
26936 \begin_inset space ~
26937 \end_inset
26938
26939 default
26940 \begin_inset space ~
26941 \end_inset
26942
26943 placement
26944 \family default
26945 :
26946 \end_layout
26947
26948 \begin_layout Description
26949 Here
26950 \begin_inset space ~
26951 \end_inset
26952
26953 if
26954 \begin_inset space ~
26955 \end_inset
26956
26957 possible try to place the float on the position where it has been inserted
26958 \end_layout
26959
26960 \begin_layout Description
26961 Top
26962 \begin_inset space ~
26963 \end_inset
26964
26965 of
26966 \begin_inset space ~
26967 \end_inset
26968
26969 page try to place the float at the top of the current page
26970 \end_layout
26971
26972 \begin_layout Description
26973 Bottom
26974 \begin_inset space ~
26975 \end_inset
26976
26977 of
26978 \begin_inset space ~
26979 \end_inset
26980
26981 page try to place the float at the bottom of the current page
26982 \end_layout
26983
26984 \begin_layout Description
26985 Page
26986 \begin_inset space ~
26987 \end_inset
26988
26989 of
26990 \begin_inset space ~
26991 \end_inset
26992
26993 floats try to place the float on its own page
26994 \end_layout
26995
26996 \begin_layout Standard
26997 The order of the above option is 
26998 \emph on
26999 always
27000 \emph default
27001  used by \SpecialChar LaTeX
27002 .
27003  That means, if you use the default placement, \SpecialChar LaTeX
27004  will first try out 
27005 \family sans
27006 Here
27007 \begin_inset space ~
27008 \end_inset
27009
27010 if
27011 \begin_inset space ~
27012 \end_inset
27013
27014 possible
27015 \family default
27016 , then 
27017 \family sans
27018 Top
27019 \begin_inset space ~
27020 \end_inset
27021
27022 of
27023 \begin_inset space ~
27024 \end_inset
27025
27026 page
27027 \family default
27028 , and then the others.
27029  If you do not use the default, \SpecialChar LaTeX
27030  will try only the checked options but in
27031  the same order.
27032  If none of the 4
27033 \begin_inset space ~
27034 \end_inset
27035
27036 placements is possible the procedure is internally repeated trying to put
27037  the float on the following page.
27038 \end_layout
27039
27040 \begin_layout Standard
27041 By default, each option has its own rules:
27042 \end_layout
27043
27044 \begin_layout Labeling
27045 \labelwidthstring 00.00.0000
27046
27047 \family sans
27048 Top
27049 \begin_inset space ~
27050 \end_inset
27051
27052 of
27053 \begin_inset space ~
27054 \end_inset
27055
27056 page
27057 \family default
27058  only floats occupying less than 70
27059 \begin_inset space \thinspace{}
27060 \end_inset
27061
27062 % of the page can be placed at the top of a page (
27063 \series bold
27064
27065 \backslash
27066 topfraction
27067 \series default
27068 )
27069 \end_layout
27070
27071 \begin_layout Labeling
27072 \labelwidthstring 00.00.0000
27073
27074 \family sans
27075 Bottom
27076 \begin_inset space ~
27077 \end_inset
27078
27079 of
27080 \begin_inset space ~
27081 \end_inset
27082
27083 page
27084 \family default
27085 : only floats occupying less than 30
27086 \begin_inset space \thinspace{}
27087 \end_inset
27088
27089 % of the page can be placed at the bottom of a page.
27090  (
27091 \series bold
27092
27093 \backslash
27094 bottomfraction
27095 \series default
27096 )
27097 \end_layout
27098
27099 \begin_layout Labeling
27100 \labelwidthstring 00.00.0000
27101
27102 \family sans
27103 Page
27104 \begin_inset space ~
27105 \end_inset
27106
27107 of
27108 \begin_inset space ~
27109 \end_inset
27110
27111 floats
27112 \family default
27113 : only if more than 50
27114 \begin_inset space \thinspace{}
27115 \end_inset
27116
27117 % of the page is occupied by floats, several floats can be set together
27118  on a page.
27119  (
27120 \series bold
27121
27122 \backslash
27123 floatpagefraction
27124 \series default
27125 )
27126 \end_layout
27127
27128 \begin_layout Standard
27129 If you don't like these rules, you can ignore them by using the additional
27130  option 
27131 \family sans
27132 Ignore
27133 \begin_inset space ~
27134 \end_inset
27135
27136 \SpecialChar LaTeX
27137
27138 \begin_inset space ~
27139 \end_inset
27140
27141 rules
27142 \family default
27143 .
27144 \begin_inset Newline newline
27145 \end_inset
27146
27147 You can also redefine the rules with \SpecialChar LaTeX
27148 -commands that are given in parentheses
27149  after the rules description above.
27150  To increase for example the often too small default of the bottom-rule
27151  to 50
27152 \begin_inset space \thinspace{}
27153 \end_inset
27154
27155 % of the page, add this line to your document preamble:
27156 \end_layout
27157
27158 \begin_layout Standard
27159
27160 \series bold
27161
27162 \backslash
27163 renewcommand{
27164 \backslash
27165 bottomfraction}{0.5}
27166 \end_layout
27167
27168 \begin_layout Standard
27169 Sometimes you might need, under all circumstances, a float to be placed
27170  exactly at the position where it is inserted.
27171  For this case you can use the option 
27172 \family sans
27173 Here
27174 \begin_inset space ~
27175 \end_inset
27176
27177 definitely
27178 \family default
27179 .
27180  Use this option very rarely and only if the document is almost ready to
27181  be printed, because the float is then no longer able to 
27182 \begin_inset Quotes eld
27183 \end_inset
27184
27185 float
27186 \begin_inset Quotes erd
27187 \end_inset
27188
27189  when you change your document and this will often destroy the page layout.
27190 \end_layout
27191
27192 \begin_layout Standard
27193 There are no placement options for text wrap floats, because they are always
27194  surrounded by the text of a certain paragraph.
27195 \begin_inset VSpace bigskip
27196 \end_inset
27197
27198
27199 \end_layout
27200
27201 \begin_layout Standard
27202 Sometimes you have the problem that a float is placed at the top of a page
27203  while its corresponding section starts at the middle of the page, so that
27204  the reader could think the float is part of the previous section.
27205  To avoid this the \SpecialChar LaTeX
27206 -command 
27207 \series bold
27208
27209 \backslash
27210 suppressfloats
27211 \series default
27212  can be used.
27213  It suppresses a given float placement for the page where it is inserted
27214  and can therefore be used to avoid floats being set before a section starts.
27215  To get this, add these commands to your document preamble:
27216 \end_layout
27217
27218 \begin_layout Standard
27219
27220 \series bold
27221
27222 \backslash
27223 let
27224 \backslash
27225 mySection
27226 \backslash
27227 section
27228 \begin_inset Newline newline
27229 \end_inset
27230
27231
27232 \backslash
27233 renewcommand{
27234 \backslash
27235 section}{
27236 \backslash
27237 suppressfloats[t]
27238 \backslash
27239 mySection}
27240 \end_layout
27241
27242 \begin_layout Standard
27243 You can define the same for all section headings, like chapters and subsections.
27244  This definition is not recommended to be used for small text parts like
27245  subsubsections because \SpecialChar LaTeX
27246  may then have problems finding a suitable placement.
27247 \end_layout
27248
27249 \begin_layout Standard
27250 \begin_inset VSpace bigskip
27251 \end_inset
27252
27253 In some cases it is required to have all figures/tables at the end of the
27254  document.
27255  For this purpose the \SpecialChar LaTeX
27256 -package 
27257 \series bold
27258 endfloat
27259 \series default
27260
27261 \begin_inset Index idx
27262 status collapsed
27263
27264 \begin_layout Plain Layout
27265 \SpecialChar LaTeX
27266 -packages ! endfloat
27267 \end_layout
27268
27269 \end_inset
27270
27271  was developed.
27272  It puts all figure and table floats at the end of the document into their
27273  own sections.
27274  At the original float position a text hint like 
27275 \begin_inset Quotes eld
27276 \end_inset
27277
27278
27279 \family sans
27280 [Figure
27281 \begin_inset space ~
27282 \end_inset
27283
27284 3.2 about here.]
27285 \family default
27286
27287 \begin_inset Quotes erd
27288 \end_inset
27289
27290  is inserted.
27291  The endfloat-package is loaded in the preamble with the line
27292 \end_layout
27293
27294 \begin_layout Standard
27295
27296 \series bold
27297
27298 \backslash
27299 usepackage[options]{endfloat}
27300 \end_layout
27301
27302 \begin_layout Standard
27303 There are various package options to format the created figure/table sections.
27304  For more information we refer you to the 
27305 \series bold
27306 endfloat
27307 \series default
27308  documentation 
27309 \begin_inset CommandInset citation
27310 LatexCommand cite
27311 key "endfloat"
27312
27313 \end_inset
27314
27315 .
27316 \begin_inset Newline newline
27317 \end_inset
27318
27319
27320 \begin_inset Note Greyedout
27321 status open
27322
27323 \begin_layout Plain Layout
27324
27325 \series bold
27326 Note: endfloat
27327 \series default
27328  doesn't provide an automatic translation for the text hint, you have to
27329  do this manually, see section
27330 \begin_inset space ~
27331 \end_inset
27332
27333 4 in 
27334 \begin_inset CommandInset citation
27335 LatexCommand cite
27336 key "endfloat"
27337
27338 \end_inset
27339
27340 .
27341 \end_layout
27342
27343 \end_inset
27344
27345
27346 \begin_inset Newline newline
27347 \end_inset
27348
27349
27350 \begin_inset Note Greyedout
27351 status open
27352
27353 \begin_layout Plain Layout
27354
27355 \series bold
27356 Note:
27357 \series default
27358  There is currently a bug in 
27359 \series bold
27360 endfloat
27361 \series default
27362  when the caption contains a German 
27363 \begin_inset Quotes eld
27364 \end_inset
27365
27366 ß
27367 \begin_inset Quotes erd
27368 \end_inset
27369
27370 .
27371  Use in this case the command 
27372 \begin_inset Quotes eld
27373 \end_inset
27374
27375
27376 \series bold
27377
27378 \backslash
27379 ss
27380 \series default
27381
27382 \begin_inset Quotes erd
27383 \end_inset
27384
27385  in \SpecialChar TeX
27386  Code instead of 
27387 \begin_inset Quotes eld
27388 \end_inset
27389
27390 ß
27391 \begin_inset Quotes erd
27392 \end_inset
27393
27394 .
27395 \end_layout
27396
27397 \end_inset
27398
27399
27400 \end_layout
27401
27402 \begin_layout Standard
27403 \begin_inset VSpace bigskip
27404 \end_inset
27405
27406 For more details about float placements, have a look at \SpecialChar LaTeX
27407  books, 
27408 \begin_inset CommandInset citation
27409 LatexCommand cite
27410 key "latexcompanion,latexguide,latexbook"
27411
27412 \end_inset
27413
27414 .
27415 \end_layout
27416
27417 \begin_layout Section
27418 Rotated Floats
27419 \begin_inset CommandInset label
27420 LatexCommand label
27421 name "sec:Rotated-Floats"
27422
27423 \end_inset
27424
27425
27426 \begin_inset Index idx
27427 status collapsed
27428
27429 \begin_layout Plain Layout
27430 Floats ! Rotating
27431 \end_layout
27432
27433 \end_inset
27434
27435
27436 \end_layout
27437
27438 \begin_layout Standard
27439 Especially for wide tables you might have floats rotated.
27440  To rotate a whole float including the caption, right-click on the float-box
27441  and use the option 
27442 \family sans
27443 Rotate
27444 \begin_inset space ~
27445 \end_inset
27446
27447 sideways
27448 \family default
27449 .
27450 \end_layout
27451
27452 \begin_layout Standard
27453 Rotated floats are always placed on a page of their own (or column of their
27454  own; in case you have a multi-column document).
27455  You can let them span several columns using the float settings option 
27456 \family sans
27457 Span
27458 \begin_inset space ~
27459 \end_inset
27460
27461 columns
27462 \family default
27463 .
27464  Floats are rotated so that you can read them from the outside margin.
27465  To force a certain rotation direction for all pages, you can add either
27466  the option 
27467 \series bold
27468 figuresleft
27469 \series default
27470  or 
27471 \series bold
27472 figuresright
27473 \series default
27474  to the document class options.
27475 \end_layout
27476
27477 \begin_layout Standard
27478 Referencing rotated floats is the same as for normal floats, the caption
27479  format is also the same: Table
27480 \begin_inset space ~
27481 \end_inset
27482
27483
27484 \begin_inset CommandInset ref
27485 LatexCommand ref
27486 reference "tab:Rotated-table"
27487
27488 \end_inset
27489
27490  is an example of a rotated table float.
27491 \end_layout
27492
27493 \begin_layout Standard
27494 \begin_inset Note Greyedout
27495 status open
27496
27497 \begin_layout Plain Layout
27498
27499 \series bold
27500 Note:
27501 \series default
27502  Not all DVI-viewers are able to display rotated floats.
27503 \end_layout
27504
27505 \end_inset
27506
27507
27508 \end_layout
27509
27510 \begin_layout Standard
27511 \begin_inset Float table
27512 wide false
27513 sideways true
27514 status open
27515
27516 \begin_layout Plain Layout
27517 \begin_inset Caption Standard
27518
27519 \begin_layout Plain Layout
27520 \begin_inset CommandInset label
27521 LatexCommand label
27522 name "tab:Rotated-table"
27523
27524 \end_inset
27525
27526  Rotated table
27527 \end_layout
27528
27529 \end_inset
27530
27531
27532 \end_layout
27533
27534 \begin_layout Plain Layout
27535 \align center
27536 \begin_inset Tabular
27537 <lyxtabular version="3" rows="1" columns="5">
27538 <features tabularvalignment="middle">
27539 <column alignment="center" valignment="top">
27540 <column alignment="center" valignment="top">
27541 <column alignment="center" valignment="top">
27542 <column alignment="center" valignment="top">
27543 <column alignment="center" valignment="top">
27544 <row>
27545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27546 \begin_inset Text
27547
27548 \begin_layout Plain Layout
27549 test
27550 \end_layout
27551
27552 \end_inset
27553 </cell>
27554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27555 \begin_inset Text
27556
27557 \begin_layout Plain Layout
27558 b
27559 \end_layout
27560
27561 \end_inset
27562 </cell>
27563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27564 \begin_inset Text
27565
27566 \begin_layout Plain Layout
27567 c
27568 \end_layout
27569
27570 \end_inset
27571 </cell>
27572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27573 \begin_inset Text
27574
27575 \begin_layout Plain Layout
27576 d
27577 \end_layout
27578
27579 \end_inset
27580 </cell>
27581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27582 \begin_inset Text
27583
27584 \begin_layout Plain Layout
27585 e
27586 \end_layout
27587
27588 \end_inset
27589 </cell>
27590 </row>
27591 </lyxtabular>
27592
27593 \end_inset
27594
27595
27596 \end_layout
27597
27598 \end_inset
27599
27600
27601 \end_layout
27602
27603 \begin_layout Section
27604 Subfloats
27605 \begin_inset Index idx
27606 status collapsed
27607
27608 \begin_layout Plain Layout
27609 Floats ! Subfloats
27610 \end_layout
27611
27612 \end_inset
27613
27614
27615 \end_layout
27616
27617 \begin_layout Standard
27618 Subfloats are for example used when a figure consists of several images.
27619  They are created by inserting a float into an existing float.
27620  The placement of the subfloats can be controlled in the same way as for
27621  paragraphs as shown in table
27622 \begin_inset space ~
27623 \end_inset
27624
27625
27626 \begin_inset CommandInset ref
27627 LatexCommand ref
27628 reference "tab:Two-subtables-side"
27629
27630 \end_inset
27631
27632  and 
27633 \begin_inset CommandInset ref
27634 LatexCommand ref
27635 reference "tab:Two-subtables-upon"
27636
27637 \end_inset
27638
27639 .
27640 \end_layout
27641
27642 \begin_layout Standard
27643 Referencing subfloats works as for normal floats: Table
27644 \begin_inset space ~
27645 \end_inset
27646
27647
27648 \begin_inset CommandInset ref
27649 LatexCommand ref
27650 reference "tab:This-is-subtable-a"
27651
27652 \end_inset
27653
27654  and 
27655 \begin_inset CommandInset ref
27656 LatexCommand ref
27657 reference "tab:This-is-subtable-b"
27658
27659 \end_inset
27660
27661  are subtables of table
27662 \begin_inset space ~
27663 \end_inset
27664
27665
27666 \begin_inset CommandInset ref
27667 LatexCommand ref
27668 reference "tab:Two-subtables-side"
27669
27670 \end_inset
27671
27672 .
27673 \end_layout
27674
27675 \begin_layout Standard
27676 \begin_inset Float table
27677 wide false
27678 sideways false
27679 status open
27680
27681 \begin_layout Plain Layout
27682 \begin_inset Caption Standard
27683
27684 \begin_layout Plain Layout
27685 \begin_inset CommandInset label
27686 LatexCommand label
27687 name "tab:Two-subtables-side"
27688
27689 \end_inset
27690
27691 Two subtables placed side by side.
27692 \end_layout
27693
27694 \end_inset
27695
27696
27697 \end_layout
27698
27699 \begin_layout Plain Layout
27700 \align center
27701 \begin_inset space \hfill{}
27702 \end_inset
27703
27704
27705 \begin_inset Float table
27706 wide false
27707 sideways false
27708 status collapsed
27709
27710 \begin_layout Plain Layout
27711 \begin_inset Caption Standard
27712
27713 \begin_layout Plain Layout
27714 \begin_inset CommandInset label
27715 LatexCommand label
27716 name "tab:This-is-subtable-a"
27717
27718 \end_inset
27719
27720 This is subtable a.
27721 \end_layout
27722
27723 \end_inset
27724
27725
27726 \end_layout
27727
27728 \begin_layout Plain Layout
27729 \align center
27730 \begin_inset Tabular
27731 <lyxtabular version="3" rows="1" columns="5">
27732 <features tabularvalignment="middle">
27733 <column alignment="center" valignment="top">
27734 <column alignment="center" valignment="top">
27735 <column alignment="center" valignment="top">
27736 <column alignment="center" valignment="top">
27737 <column alignment="center" valignment="top">
27738 <row>
27739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27740 \begin_inset Text
27741
27742 \begin_layout Plain Layout
27743 test
27744 \end_layout
27745
27746 \end_inset
27747 </cell>
27748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27749 \begin_inset Text
27750
27751 \begin_layout Plain Layout
27752 b
27753 \end_layout
27754
27755 \end_inset
27756 </cell>
27757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27758 \begin_inset Text
27759
27760 \begin_layout Plain Layout
27761 c
27762 \end_layout
27763
27764 \end_inset
27765 </cell>
27766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27767 \begin_inset Text
27768
27769 \begin_layout Plain Layout
27770 d
27771 \end_layout
27772
27773 \end_inset
27774 </cell>
27775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27776 \begin_inset Text
27777
27778 \begin_layout Plain Layout
27779 e
27780 \end_layout
27781
27782 \end_inset
27783 </cell>
27784 </row>
27785 </lyxtabular>
27786
27787 \end_inset
27788
27789
27790 \end_layout
27791
27792 \end_inset
27793
27794
27795 \begin_inset space \hfill{}
27796 \end_inset
27797
27798
27799 \begin_inset Float table
27800 wide false
27801 sideways false
27802 status collapsed
27803
27804 \begin_layout Plain Layout
27805 \begin_inset Caption Standard
27806
27807 \begin_layout Plain Layout
27808 \begin_inset CommandInset label
27809 LatexCommand label
27810 name "tab:This-is-subtable-b"
27811
27812 \end_inset
27813
27814 This is subtable b.
27815 \end_layout
27816
27817 \end_inset
27818
27819
27820 \end_layout
27821
27822 \begin_layout Plain Layout
27823 \align center
27824 \begin_inset Tabular
27825 <lyxtabular version="3" rows="1" columns="5">
27826 <features tabularvalignment="middle">
27827 <column alignment="center" valignment="top">
27828 <column alignment="center" valignment="top">
27829 <column alignment="center" valignment="top">
27830 <column alignment="center" valignment="top">
27831 <column alignment="center" valignment="top">
27832 <row>
27833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27834 \begin_inset Text
27835
27836 \begin_layout Plain Layout
27837 e
27838 \end_layout
27839
27840 \end_inset
27841 </cell>
27842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27843 \begin_inset Text
27844
27845 \begin_layout Plain Layout
27846 d
27847 \end_layout
27848
27849 \end_inset
27850 </cell>
27851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27852 \begin_inset Text
27853
27854 \begin_layout Plain Layout
27855 c
27856 \end_layout
27857
27858 \end_inset
27859 </cell>
27860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27861 \begin_inset Text
27862
27863 \begin_layout Plain Layout
27864 b
27865 \end_layout
27866
27867 \end_inset
27868 </cell>
27869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27870 \begin_inset Text
27871
27872 \begin_layout Plain Layout
27873 test
27874 \end_layout
27875
27876 \end_inset
27877 </cell>
27878 </row>
27879 </lyxtabular>
27880
27881 \end_inset
27882
27883
27884 \end_layout
27885
27886 \end_inset
27887
27888
27889 \begin_inset space \hfill{}
27890 \end_inset
27891
27892
27893 \end_layout
27894
27895 \end_inset
27896
27897
27898 \end_layout
27899
27900 \begin_layout Standard
27901 \begin_inset Float table
27902 wide false
27903 sideways false
27904 status open
27905
27906 \begin_layout Plain Layout
27907 \begin_inset Caption Standard
27908
27909 \begin_layout Plain Layout
27910 \begin_inset CommandInset label
27911 LatexCommand label
27912 name "tab:Two-subtables-upon"
27913
27914 \end_inset
27915
27916 Two subtables placed one above the other.
27917  (a) table with 4 cells, (b) table with 5 cells.
27918 \end_layout
27919
27920 \end_inset
27921
27922
27923 \end_layout
27924
27925 \begin_layout Plain Layout
27926 \align center
27927 \begin_inset Float table
27928 wide false
27929 sideways false
27930 status collapsed
27931
27932 \begin_layout Plain Layout
27933 \begin_inset Caption Standard
27934
27935 \begin_layout Plain Layout
27936
27937 \end_layout
27938
27939 \end_inset
27940
27941
27942 \end_layout
27943
27944 \begin_layout Plain Layout
27945 \align center
27946 \begin_inset Tabular
27947 <lyxtabular version="3" rows="1" columns="4">
27948 <features tabularvalignment="middle">
27949 <column alignment="center" valignment="top">
27950 <column alignment="center" valignment="top">
27951 <column alignment="center" valignment="top">
27952 <column alignment="center" valignment="top">
27953 <row>
27954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27955 \begin_inset Text
27956
27957 \begin_layout Plain Layout
27958 test
27959 \end_layout
27960
27961 \end_inset
27962 </cell>
27963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27964 \begin_inset Text
27965
27966 \begin_layout Plain Layout
27967 test
27968 \end_layout
27969
27970 \end_inset
27971 </cell>
27972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27973 \begin_inset Text
27974
27975 \begin_layout Plain Layout
27976 test
27977 \end_layout
27978
27979 \end_inset
27980 </cell>
27981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27982 \begin_inset Text
27983
27984 \begin_layout Plain Layout
27985 test
27986 \end_layout
27987
27988 \end_inset
27989 </cell>
27990 </row>
27991 </lyxtabular>
27992
27993 \end_inset
27994
27995
27996 \end_layout
27997
27998 \end_inset
27999
28000
28001 \end_layout
28002
28003 \begin_layout Plain Layout
28004 \align center
28005 \begin_inset Float table
28006 wide false
28007 sideways false
28008 status collapsed
28009
28010 \begin_layout Plain Layout
28011 \begin_inset Caption Standard
28012
28013 \begin_layout Plain Layout
28014
28015 \end_layout
28016
28017 \end_inset
28018
28019
28020 \end_layout
28021
28022 \begin_layout Plain Layout
28023 \align center
28024 \begin_inset Tabular
28025 <lyxtabular version="3" rows="1" columns="5">
28026 <features tabularvalignment="middle">
28027 <column alignment="center" valignment="top">
28028 <column alignment="center" valignment="top">
28029 <column alignment="center" valignment="top">
28030 <column alignment="center" valignment="top">
28031 <column alignment="center" valignment="top">
28032 <row>
28033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28034 \begin_inset Text
28035
28036 \begin_layout Plain Layout
28037 a
28038 \end_layout
28039
28040 \end_inset
28041 </cell>
28042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28043 \begin_inset Text
28044
28045 \begin_layout Plain Layout
28046 b
28047 \end_layout
28048
28049 \end_inset
28050 </cell>
28051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28052 \begin_inset Text
28053
28054 \begin_layout Plain Layout
28055 c
28056 \end_layout
28057
28058 \end_inset
28059 </cell>
28060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28061 \begin_inset Text
28062
28063 \begin_layout Plain Layout
28064 d
28065 \end_layout
28066
28067 \end_inset
28068 </cell>
28069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28070 \begin_inset Text
28071
28072 \begin_layout Plain Layout
28073 e
28074 \end_layout
28075
28076 \end_inset
28077 </cell>
28078 </row>
28079 </lyxtabular>
28080
28081 \end_inset
28082
28083
28084 \end_layout
28085
28086 \end_inset
28087
28088
28089 \end_layout
28090
28091 \end_inset
28092
28093
28094 \end_layout
28095
28096 \begin_layout Section
28097 Floats Side by Side
28098 \begin_inset Index idx
28099 status collapsed
28100
28101 \begin_layout Plain Layout
28102 Floats ! Side by side
28103 \end_layout
28104
28105 \end_inset
28106
28107
28108 \end_layout
28109
28110 \begin_layout Standard
28111 To place floats side by side, as in Figures
28112 \begin_inset space ~
28113 \end_inset
28114
28115
28116 \begin_inset CommandInset ref
28117 LatexCommand ref
28118 reference "fig:Float-left"
28119
28120 \end_inset
28121
28122  and 
28123 \begin_inset CommandInset ref
28124 LatexCommand ref
28125 reference "fig:Float-right"
28126
28127 \end_inset
28128
28129 , only 
28130 \emph on
28131 one
28132 \emph default
28133  float is used.
28134  In it two minipage boxes are inserted.
28135 \begin_inset Foot
28136 status collapsed
28137
28138 \begin_layout Plain Layout
28139 Minipages are explained in section
28140 \begin_inset space ~
28141 \end_inset
28142
28143
28144 \begin_inset CommandInset ref
28145 LatexCommand ref
28146 reference "sec:Minipages"
28147
28148 \end_inset
28149
28150 .
28151 \end_layout
28152
28153 \end_inset
28154
28155  The width is set to 45
28156 \begin_inset space \thinspace{}
28157 \end_inset
28158
28159 -50
28160 \begin_inset space \thinspace{}
28161 \end_inset
28162
28163 column% and the box alignment to 
28164 \family sans
28165 Bottom
28166 \family default
28167  for each minipage.
28168  The minipage boxes contain the image and the caption in the same way as
28169  they are in a float.
28170  The only difference is that the image unit 
28171 \family sans
28172 Column
28173 \begin_inset space ~
28174 \end_inset
28175
28176 Width
28177 \begin_inset space ~
28178 \end_inset
28179
28180 %
28181 \family default
28182  is now calculated according to the width of the minipage boxes.
28183 \end_layout
28184
28185 \begin_layout Standard
28186 \begin_inset Float figure
28187 wide false
28188 sideways false
28189 status open
28190
28191 \begin_layout Plain Layout
28192 \begin_inset Box Frameless
28193 position "b"
28194 hor_pos "c"
28195 has_inner_box 1
28196 inner_pos "t"
28197 use_parbox 0
28198 use_makebox 0
28199 width "45col%"
28200 special "none"
28201 height "1in"
28202 height_special "totalheight"
28203 thickness "0.4pt"
28204 separation "3pt"
28205 shadowsize "4pt"
28206 framecolor "black"
28207 backgroundcolor "none"
28208 status open
28209
28210 \begin_layout Plain Layout
28211 \align center
28212 \begin_inset Graphics
28213         filename clipart/mobius.eps
28214         lyxscale 50
28215         width 100col%
28216         scaleBeforeRotation
28217
28218 \end_inset
28219
28220
28221 \end_layout
28222
28223 \begin_layout Plain Layout
28224 \begin_inset Caption Standard
28225
28226 \begin_layout Plain Layout
28227 \begin_inset CommandInset label
28228 LatexCommand label
28229 name "fig:Float-left"
28230
28231 \end_inset
28232
28233 Float on the left side.
28234 \end_layout
28235
28236 \end_inset
28237
28238
28239 \end_layout
28240
28241 \end_inset
28242
28243
28244 \begin_inset space \hfill{}
28245 \end_inset
28246
28247
28248 \begin_inset Box Frameless
28249 position "b"
28250 hor_pos "c"
28251 has_inner_box 1
28252 inner_pos "t"
28253 use_parbox 0
28254 use_makebox 0
28255 width "45col%"
28256 special "none"
28257 height "1in"
28258 height_special "totalheight"
28259 thickness "0.4pt"
28260 separation "3pt"
28261 shadowsize "4pt"
28262 framecolor "black"
28263 backgroundcolor "none"
28264 status open
28265
28266 \begin_layout Plain Layout
28267 \align center
28268 \begin_inset Graphics
28269         filename clipart/platypus.eps
28270         lyxscale 50
28271         width 100col%
28272         scaleBeforeRotation
28273
28274 \end_inset
28275
28276
28277 \end_layout
28278
28279 \begin_layout Plain Layout
28280 \begin_inset Caption Standard
28281
28282 \begin_layout Plain Layout
28283 \begin_inset CommandInset label
28284 LatexCommand label
28285 name "fig:Float-right"
28286
28287 \end_inset
28288
28289 Float on the right side.
28290 \end_layout
28291
28292 \end_inset
28293
28294
28295 \end_layout
28296
28297 \end_inset
28298
28299
28300 \end_layout
28301
28302 \end_inset
28303
28304
28305 \end_layout
28306
28307 \begin_layout Standard
28308 An alternative and simpler solution is to use the module 
28309 \family sans
28310 Variable-width Minipages
28311 \family default
28312 , see sec.
28313 \begin_inset space \thinspace{}
28314 \end_inset
28315
28316
28317 \begin_inset CommandInset ref
28318 LatexCommand ref
28319 reference "sec:Minipages"
28320
28321 \end_inset
28322
28323 .
28324  Variable-width minipages adapt automatically to the width of the figures
28325  and tables.
28326  They do not require an explicit width to be given, and they improve the
28327  horizontal alignment of the figures.
28328  The LyX example file 
28329 \emph on
28330 varwidth-floats-side-by-side
28331 \emph default
28332  gives examples of how to do this.
28333 \end_layout
28334
28335 \begin_layout Section
28336 Caption Formatting
28337 \begin_inset Index idx
28338 status collapsed
28339
28340 \begin_layout Plain Layout
28341 Caption ! Formatting
28342 \end_layout
28343
28344 \end_inset
28345
28346
28347 \begin_inset Index idx
28348 status collapsed
28349
28350 \begin_layout Plain Layout
28351 Floats ! Caption Formatting
28352 \end_layout
28353
28354 \end_inset
28355
28356
28357 \begin_inset CommandInset label
28358 LatexCommand label
28359 name "sec:Caption-Formatting"
28360
28361 \end_inset
28362
28363
28364 \end_layout
28365
28366 \begin_layout Standard
28367 The 
28368 \family sans
28369 Caption
28370 \family default
28371  environment is the default paragraph environment for 
28372 \family sans
28373 Floats
28374 \family default
28375 .
28376  On the \SpecialChar LyX
28377  screen captions appear as a label, e.
28378 \begin_inset space \thinspace{}
28379 \end_inset
28380
28381 g.
28382 \begin_inset space \space{}
28383 \end_inset
28384
28385
28386 \begin_inset Quotes eld
28387 \end_inset
28388
28389
28390 \family sans
28391 Figure #:
28392 \family default
28393
28394 \begin_inset Quotes erd
28395 \end_inset
28396
28397  followed by the caption text.
28398  
28399 \begin_inset Quotes eld
28400 \end_inset
28401
28402 #
28403 \begin_inset Quotes erd
28404 \end_inset
28405
28406  is the actual reference number.
28407  By default the label and the number are in the same font as the caption
28408  text and a colon follows the number to divide the label from the text.
28409  This caption format is suitable for many but not all documents.
28410  
28411 \end_layout
28412
28413 \begin_layout Standard
28414 To change the default caption format, load the \SpecialChar LaTeX
28415 -package 
28416 \series bold
28417 caption
28418 \series default
28419
28420 \begin_inset Index idx
28421 status collapsed
28422
28423 \begin_layout Plain Layout
28424 \SpecialChar LaTeX
28425 -packages ! caption
28426 \end_layout
28427
28428 \end_inset
28429
28430  in the document preamble with this line:
28431 \end_layout
28432
28433 \begin_layout Standard
28434
28435 \series bold
28436
28437 \backslash
28438 usepackage[format definition]{caption}
28439 \end_layout
28440
28441 \begin_layout Standard
28442 To have for example the label and the number in sans-serif, bold font and
28443  the table captions always above the table as in this document, use the
28444  following command:
28445 \end_layout
28446
28447 \begin_layout Standard
28448
28449 \series bold
28450
28451 \backslash
28452 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
28453 \end_layout
28454
28455 \begin_layout Standard
28456 You can also define different caption formats for the different float types.
28457  In this case load the 
28458 \series bold
28459 caption
28460 \series default
28461  package without format specific options and define the different formats
28462  with the help of the command
28463 \end_layout
28464
28465 \begin_layout Standard
28466
28467 \series bold
28468
28469 \backslash
28470 captionsetup[float type]{format definition}
28471 \end_layout
28472
28473 \begin_layout Standard
28474 in the document preamble.
28475  For example the caption formats of Figure
28476 \begin_inset space ~
28477 \end_inset
28478
28479
28480 \begin_inset CommandInset ref
28481 LatexCommand ref
28482 reference "fig:This-is-an-fig"
28483
28484 \end_inset
28485
28486  and Table
28487 \begin_inset space ~
28488 \end_inset
28489
28490
28491 \begin_inset CommandInset ref
28492 LatexCommand ref
28493 reference "tab:This-is-an-tab"
28494
28495 \end_inset
28496
28497  can be created using these commands in the document preamble:
28498 \end_layout
28499
28500 \begin_layout Standard
28501
28502 \series bold
28503
28504 \backslash
28505 usepackage[tableposition=top]{caption}
28506 \series default
28507
28508 \begin_inset Newline newline
28509 \end_inset
28510
28511
28512 \series bold
28513
28514 \backslash
28515 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
28516 \begin_inset Newline newline
28517 \end_inset
28518
28519
28520 \begin_inset Phantom HPhantom
28521 status open
28522
28523 \begin_layout Plain Layout
28524
28525 \series bold
28526
28527 \backslash
28528 captionsetup[figure]{
28529 \end_layout
28530
28531 \end_inset
28532
28533 labelsep=period}
28534 \begin_inset Newline newline
28535 \end_inset
28536
28537
28538 \backslash
28539 captionsetup[table]{labelfont={bf,sf}}
28540 \end_layout
28541
28542 \begin_layout Standard
28543 \begin_inset Note Greyedout
28544 status open
28545
28546 \begin_layout Plain Layout
28547
28548 \series bold
28549 Note:
28550 \series default
28551  The option 
28552 \series bold
28553 tableposition=top
28554 \series default
28555  has no effect when a 
28556 \series bold
28557 KOMA-Script
28558 \series default
28559
28560 \begin_inset Index idx
28561 status collapsed
28562
28563 \begin_layout Plain Layout
28564 \SpecialChar LaTeX
28565 -packages ! KOMA-Script
28566 \end_layout
28567
28568 \end_inset
28569
28570  document class is used.
28571  In this case the document class option 
28572 \series bold
28573 captions=tableheading
28574 \series default
28575  must be used.
28576 \end_layout
28577
28578 \end_inset
28579
28580
28581 \end_layout
28582
28583 \begin_layout Standard
28584 For more information about the package 
28585 \series bold
28586 caption
28587 \series default
28588  we refer to its documentation 
28589 \begin_inset CommandInset citation
28590 LatexCommand cite
28591 key "caption"
28592
28593 \end_inset
28594
28595 .
28596 \end_layout
28597
28598 \begin_layout Standard
28599 To change the label name from e.
28600 \begin_inset space \thinspace{}
28601 \end_inset
28602
28603 g.
28604 \begin_inset space \space{}
28605 \end_inset
28606
28607
28608 \begin_inset Quotes eld
28609 \end_inset
28610
28611 Figure
28612 \begin_inset Quotes erd
28613 \end_inset
28614
28615  to 
28616 \begin_inset Quotes eld
28617 \end_inset
28618
28619 Image
28620 \begin_inset Quotes erd
28621 \end_inset
28622
28623  use this preamble command:
28624 \end_layout
28625
28626 \begin_layout Standard
28627
28628 \series bold
28629
28630 \backslash
28631 renewcommand{
28632 \backslash
28633 fnum@figure}{Image~
28634 \backslash
28635 thefigure}
28636 \end_layout
28637
28638 \begin_layout Standard
28639 where 
28640 \series bold
28641
28642 \backslash
28643 thefigure
28644 \series default
28645  inserts the figure number and
28646 \series bold
28647  
28648 \begin_inset Quotes eld
28649 \end_inset
28650
28651 ~
28652 \series default
28653
28654 \begin_inset Quotes erd
28655 \end_inset
28656
28657  creates a protected space.
28658 \end_layout
28659
28660 \begin_layout Standard
28661 \begin_inset VSpace bigskip
28662 \end_inset
28663
28664 If you are using a 
28665 \series bold
28666 KOMA-Script
28667 \series default
28668
28669 \begin_inset Index idx
28670 status collapsed
28671
28672 \begin_layout Plain Layout
28673 \SpecialChar LaTeX
28674 -packages ! KOMA-Script
28675 \end_layout
28676
28677 \end_inset
28678
28679  document class (
28680 \family sans
28681 article (KOMA-Script)
28682 \family default
28683
28684 \family sans
28685 book (KOMA-Script)
28686 \family default
28687
28688 \family sans
28689 letter (KOMA-Script)
28690 \family default
28691 , or 
28692 \family sans
28693 report (KOMA-Script)
28694 \family default
28695
28696 \begin_inset space \thinspace{}
28697 \end_inset
28698
28699 ), you can alternatively to the 
28700 \series bold
28701 caption
28702 \series default
28703  package use 
28704 \series bold
28705 KOMA-Script
28706 \series default
28707 's built-in command 
28708 \series bold
28709
28710 \backslash
28711 setkomafont
28712 \series default
28713 .
28714  For example, to have the caption label in bold, add this command to your
28715  document preamble:
28716 \end_layout
28717
28718 \begin_layout Standard
28719
28720 \series bold
28721
28722 \backslash
28723 setkomafont{captionlabel}{
28724 \backslash
28725 bfseries}
28726 \end_layout
28727
28728 \begin_layout Standard
28729 For more information about 
28730 \series bold
28731
28732 \backslash
28733 setkomafont
28734 \series default
28735  we refer to the 
28736 \series bold
28737 KOMA-Script
28738 \series default
28739  documentation 
28740 \begin_inset CommandInset citation
28741 LatexCommand cite
28742 key "KOMA-Script"
28743
28744 \end_inset
28745
28746 .
28747 \end_layout
28748
28749 \begin_layout Standard
28750 \begin_inset ERT
28751 status collapsed
28752
28753 \begin_layout Plain Layout
28754
28755
28756 \backslash
28757 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28758 }
28759 \end_layout
28760
28761 \end_inset
28762
28763
28764 \begin_inset Note Note
28765 status open
28766
28767 \begin_layout Plain Layout
28768 The caption format is changed only for this example.
28769 \end_layout
28770
28771 \end_inset
28772
28773
28774 \end_layout
28775
28776 \begin_layout Standard
28777 \begin_inset Float figure
28778 placement !p
28779 wide false
28780 sideways false
28781 status open
28782
28783 \begin_layout Plain Layout
28784 \align center
28785 \begin_inset Graphics
28786         filename clipart/mobius.eps
28787         lyxscale 50
28788         scale 50
28789         scaleBeforeRotation
28790
28791 \end_inset
28792
28793
28794 \end_layout
28795
28796 \begin_layout Plain Layout
28797 \begin_inset Caption Standard
28798
28799 \begin_layout Plain Layout
28800 \begin_inset CommandInset label
28801 LatexCommand label
28802 name "fig:This-is-an-fig"
28803
28804 \end_inset
28805
28806 This is an example figure caption that is longer than one line to show the
28807  different caption format.
28808  Here a self-defined caption format is used.
28809 \end_layout
28810
28811 \end_inset
28812
28813
28814 \end_layout
28815
28816 \end_inset
28817
28818
28819 \end_layout
28820
28821 \begin_layout Standard
28822 \begin_inset ERT
28823 status collapsed
28824
28825 \begin_layout Plain Layout
28826
28827
28828 \backslash
28829 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28830 on}
28831 \end_layout
28832
28833 \end_inset
28834
28835
28836 \end_layout
28837
28838 \begin_layout Standard
28839 \begin_inset Float table
28840 placement !p
28841 wide false
28842 sideways false
28843 status open
28844
28845 \begin_layout Plain Layout
28846 \begin_inset Caption Standard
28847
28848 \begin_layout Plain Layout
28849 \begin_inset CommandInset label
28850 LatexCommand label
28851 name "tab:This-is-an-tab"
28852
28853 \end_inset
28854
28855 This is an example table caption that is longer than one line to show the
28856  different caption format.
28857  Here the standard caption format for tables in this document is used.
28858 \end_layout
28859
28860 \end_inset
28861
28862
28863 \end_layout
28864
28865 \begin_layout Plain Layout
28866 \align center
28867 \begin_inset Tabular
28868 <lyxtabular version="3" rows="1" columns="5">
28869 <features tabularvalignment="middle">
28870 <column alignment="center" valignment="top">
28871 <column alignment="center" valignment="top">
28872 <column alignment="center" valignment="top">
28873 <column alignment="center" valignment="top">
28874 <column alignment="center" valignment="top">
28875 <row>
28876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28877 \begin_inset Text
28878
28879 \begin_layout Plain Layout
28880 a
28881 \end_layout
28882
28883 \end_inset
28884 </cell>
28885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28886 \begin_inset Text
28887
28888 \begin_layout Plain Layout
28889 b
28890 \end_layout
28891
28892 \end_inset
28893 </cell>
28894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28895 \begin_inset Text
28896
28897 \begin_layout Plain Layout
28898 c
28899 \end_layout
28900
28901 \end_inset
28902 </cell>
28903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28904 \begin_inset Text
28905
28906 \begin_layout Plain Layout
28907 d
28908 \end_layout
28909
28910 \end_inset
28911 </cell>
28912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28913 \begin_inset Text
28914
28915 \begin_layout Plain Layout
28916 e
28917 \end_layout
28918
28919 \end_inset
28920 </cell>
28921 </row>
28922 </lyxtabular>
28923
28924 \end_inset
28925
28926
28927 \end_layout
28928
28929 \end_inset
28930
28931
28932 \end_layout
28933
28934 \begin_layout Section
28935 Caption Placement
28936 \begin_inset Index idx
28937 status collapsed
28938
28939 \begin_layout Plain Layout
28940 Caption ! Placement
28941 \end_layout
28942
28943 \end_inset
28944
28945
28946 \begin_inset Index idx
28947 status collapsed
28948
28949 \begin_layout Plain Layout
28950 Floats ! Caption Placement
28951 \end_layout
28952
28953 \end_inset
28954
28955
28956 \begin_inset CommandInset label
28957 LatexCommand label
28958 name "sec:Caption-Placement"
28959
28960 \end_inset
28961
28962
28963 \end_layout
28964
28965 \begin_layout Standard
28966 The common caption placement rule is:
28967 \end_layout
28968
28969 \begin_layout Description
28970 Figure: Caption is set below the figure
28971 \end_layout
28972
28973 \begin_layout Description
28974 Table: Caption is set above the table
28975 \end_layout
28976
28977 \begin_layout Standard
28978 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
28979 's
28980  standard classes.
28981  That means if you are using the document classes 
28982 \family sans
28983 article
28984 \family default
28985
28986 \family sans
28987 book
28988 \family default
28989
28990 \family sans
28991 letter
28992 \family default
28993 , or 
28994 \family sans
28995 report
28996 \family default
28997  there will be no space between the caption and the table.
28998  To insert the necessary space, load the \SpecialChar LaTeX
28999 -package 
29000 \series bold
29001 caption
29002 \series default
29003
29004 \begin_inset Index idx
29005 status collapsed
29006
29007 \begin_layout Plain Layout
29008 \SpecialChar LaTeX
29009 -packages ! caption
29010 \end_layout
29011
29012 \end_inset
29013
29014  in your document preamble with the option
29015 \begin_inset Foot
29016 status collapsed
29017
29018 \begin_layout Plain Layout
29019 See section
29020 \begin_inset space ~
29021 \end_inset
29022
29023
29024 \begin_inset CommandInset ref
29025 LatexCommand ref
29026 reference "sec:Caption-Formatting"
29027
29028 \end_inset
29029
29030  for more information of the package 
29031 \series bold
29032 caption
29033 \series default
29034 .
29035 \end_layout
29036
29037 \end_inset
29038
29039
29040 \end_layout
29041
29042 \begin_layout Standard
29043
29044 \series bold
29045 tableposition=top
29046 \end_layout
29047
29048 \begin_layout Standard
29049 If you are using a 
29050 \series bold
29051 KOMA-Script
29052 \series default
29053
29054 \begin_inset Index idx
29055 status collapsed
29056
29057 \begin_layout Plain Layout
29058 \SpecialChar LaTeX
29059 -packages ! KOMA-Script
29060 \end_layout
29061
29062 \end_inset
29063
29064  document class (
29065 \family sans
29066 article (KOMA-Script)
29067 \family default
29068
29069 \family sans
29070 book (KOMA-Script)
29071 \family default
29072
29073 \family sans
29074 letter (KOMA-Script)
29075 \family default
29076 , or 
29077 \family sans
29078 report (KOMA-Script)
29079 \family default
29080
29081 \begin_inset space \thinspace{}
29082 \end_inset
29083
29084 ), you can alternatively to the 
29085 \series bold
29086 caption
29087 \series default
29088  package set the document class option
29089 \begin_inset Foot
29090 status collapsed
29091
29092 \begin_layout Plain Layout
29093 That option is used in this document.
29094 \end_layout
29095
29096 \end_inset
29097
29098
29099 \end_layout
29100
29101 \begin_layout Standard
29102
29103 \series bold
29104 captions=tableheading
29105 \end_layout
29106
29107 \begin_layout Standard
29108 In documents with a KOMA-Script document class you can also right-click
29109  on a caption and mark in the context menu if this should be a caption above
29110  or below the table/figure.
29111  This way you can override the document-wide caption placement for certain
29112  captions.
29113  Table
29114 \begin_inset space ~
29115 \end_inset
29116
29117
29118 \begin_inset CommandInset ref
29119 LatexCommand ref
29120 reference "tab:A-caption-marked"
29121
29122 \end_inset
29123
29124  is an example where the caption is marked a being below the table while
29125  it is above.
29126  For comparison the caption in Table
29127 \begin_inset space ~
29128 \end_inset
29129
29130
29131 \begin_inset CommandInset ref
29132 LatexCommand ref
29133 reference "tab:A-standard-table"
29134
29135 \end_inset
29136
29137  is not marked.
29138 \end_layout
29139
29140 \begin_layout Standard
29141 \begin_inset Float table
29142 wide false
29143 sideways false
29144 status open
29145
29146 \begin_layout Plain Layout
29147 \begin_inset Caption Below
29148
29149 \begin_layout Plain Layout
29150 \begin_inset CommandInset label
29151 LatexCommand label
29152 name "tab:A-caption-marked"
29153
29154 \end_inset
29155
29156 A caption marked as being below the table.
29157 \end_layout
29158
29159 \end_inset
29160
29161
29162 \end_layout
29163
29164 \begin_layout Plain Layout
29165 \align center
29166 \begin_inset Tabular
29167 <lyxtabular version="3" rows="3" columns="3">
29168 <features tabularvalignment="middle">
29169 <column alignment="center" valignment="top" width="0pt">
29170 <column alignment="center" valignment="top" width="0pt">
29171 <column alignment="center" valignment="top" width="0pt">
29172 <row>
29173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29174 \begin_inset Text
29175
29176 \begin_layout Plain Layout
29177 1
29178 \end_layout
29179
29180 \end_inset
29181 </cell>
29182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29183 \begin_inset Text
29184
29185 \begin_layout Plain Layout
29186 2
29187 \end_layout
29188
29189 \end_inset
29190 </cell>
29191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29192 \begin_inset Text
29193
29194 \begin_layout Plain Layout
29195 3
29196 \end_layout
29197
29198 \end_inset
29199 </cell>
29200 </row>
29201 <row>
29202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29203 \begin_inset Text
29204
29205 \begin_layout Plain Layout
29206 Joe
29207 \end_layout
29208
29209 \end_inset
29210 </cell>
29211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29212 \begin_inset Text
29213
29214 \begin_layout Plain Layout
29215 Mary
29216 \end_layout
29217
29218 \end_inset
29219 </cell>
29220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29221 \begin_inset Text
29222
29223 \begin_layout Plain Layout
29224 Ted
29225 \end_layout
29226
29227 \end_inset
29228 </cell>
29229 </row>
29230 <row>
29231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29232 \begin_inset Text
29233
29234 \begin_layout Plain Layout
29235 \begin_inset Formula $\int x^{2}dx$
29236 \end_inset
29237
29238
29239 \end_layout
29240
29241 \end_inset
29242 </cell>
29243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29244 \begin_inset Text
29245
29246 \begin_layout Plain Layout
29247 \begin_inset Formula $\left[\begin{array}{cc}
29248 a & b\\
29249 c & d
29250 \end{array}\right]$
29251 \end_inset
29252
29253
29254 \end_layout
29255
29256 \end_inset
29257 </cell>
29258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29259 \begin_inset Text
29260
29261 \begin_layout Plain Layout
29262 \begin_inset Formula $1+1=2$
29263 \end_inset
29264
29265
29266 \end_layout
29267
29268 \end_inset
29269 </cell>
29270 </row>
29271 </lyxtabular>
29272
29273 \end_inset
29274
29275
29276 \end_layout
29277
29278 \end_inset
29279
29280
29281 \end_layout
29282
29283 \begin_layout Standard
29284 \begin_inset Float table
29285 wide false
29286 sideways false
29287 status open
29288
29289 \begin_layout Plain Layout
29290 \begin_inset Caption Standard
29291
29292 \begin_layout Plain Layout
29293 \begin_inset CommandInset label
29294 LatexCommand label
29295 name "tab:A-standard-table"
29296
29297 \end_inset
29298
29299 A standard table caption.
29300 \end_layout
29301
29302 \end_inset
29303
29304
29305 \end_layout
29306
29307 \begin_layout Plain Layout
29308 \align center
29309 \begin_inset Tabular
29310 <lyxtabular version="3" rows="3" columns="3">
29311 <features tabularvalignment="middle">
29312 <column alignment="center" valignment="top" width="0pt">
29313 <column alignment="center" valignment="top" width="0pt">
29314 <column alignment="center" valignment="top" width="0pt">
29315 <row>
29316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29317 \begin_inset Text
29318
29319 \begin_layout Plain Layout
29320 1
29321 \end_layout
29322
29323 \end_inset
29324 </cell>
29325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29326 \begin_inset Text
29327
29328 \begin_layout Plain Layout
29329 2
29330 \end_layout
29331
29332 \end_inset
29333 </cell>
29334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29335 \begin_inset Text
29336
29337 \begin_layout Plain Layout
29338 3
29339 \end_layout
29340
29341 \end_inset
29342 </cell>
29343 </row>
29344 <row>
29345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29346 \begin_inset Text
29347
29348 \begin_layout Plain Layout
29349 Joe
29350 \end_layout
29351
29352 \end_inset
29353 </cell>
29354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29355 \begin_inset Text
29356
29357 \begin_layout Plain Layout
29358 Mary
29359 \end_layout
29360
29361 \end_inset
29362 </cell>
29363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29364 \begin_inset Text
29365
29366 \begin_layout Plain Layout
29367 Ted
29368 \end_layout
29369
29370 \end_inset
29371 </cell>
29372 </row>
29373 <row>
29374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29375 \begin_inset Text
29376
29377 \begin_layout Plain Layout
29378 \begin_inset Formula $\int x^{2}dx$
29379 \end_inset
29380
29381
29382 \end_layout
29383
29384 \end_inset
29385 </cell>
29386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29387 \begin_inset Text
29388
29389 \begin_layout Plain Layout
29390 \begin_inset Formula $\left[\begin{array}{cc}
29391 a & b\\
29392 c & d
29393 \end{array}\right]$
29394 \end_inset
29395
29396
29397 \end_layout
29398
29399 \end_inset
29400 </cell>
29401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29402 \begin_inset Text
29403
29404 \begin_layout Plain Layout
29405 \begin_inset Formula $1+1=2$
29406 \end_inset
29407
29408
29409 \end_layout
29410
29411 \end_inset
29412 </cell>
29413 </row>
29414 </lyxtabular>
29415
29416 \end_inset
29417
29418
29419 \end_layout
29420
29421 \end_inset
29422
29423
29424 \end_layout
29425
29426 \begin_layout Standard
29427 \begin_inset VSpace bigskip
29428 \end_inset
29429
29430 It is also possible to set the caption beside a figure or table.
29431  To get this the \SpecialChar LaTeX
29432 -package 
29433 \series bold
29434 sidecap
29435 \series default
29436
29437 \begin_inset Index idx
29438 status collapsed
29439
29440 \begin_layout Plain Layout
29441 \SpecialChar LaTeX
29442 -packages ! sidecap
29443 \end_layout
29444
29445 \end_inset
29446
29447  has to be loaded in the document preamble with the line
29448 \end_layout
29449
29450 \begin_layout Standard
29451
29452 \series bold
29453
29454 \backslash
29455 usepackage[option]{sidecap}
29456 \end_layout
29457
29458 \begin_layout Standard
29459 If you set no option, the caption is placed on the side of the outer page
29460  margin â€“ to the right on odd pages, to the left on even pages.
29461  You can change the placement to inner margin with the option 
29462 \series bold
29463 innercaption
29464 \series default
29465 .
29466  To force the placement always to the right or left, use the option 
29467 \series bold
29468 rightcaption
29469 \series default
29470  or 
29471 \series bold
29472 leftcaption
29473 \series default
29474 , respectively.
29475 \end_layout
29476
29477 \begin_layout Standard
29478 \begin_inset ERT
29479 status collapsed
29480
29481 \begin_layout Plain Layout
29482
29483
29484 \backslash
29485 ifsidecap
29486 \end_layout
29487
29488 \end_inset
29489
29490
29491 \begin_inset Note Note
29492 status open
29493
29494 \begin_layout Plain Layout
29495 The following section will only be displayed when the \SpecialChar LaTeX
29496 -package 
29497 \series bold
29498 sidecap
29499 \series default
29500  is installed.
29501 \end_layout
29502
29503 \end_inset
29504
29505
29506 \end_layout
29507
29508 \begin_layout Standard
29509 To place in \SpecialChar LyX
29510  the caption of a float on the side, it is necessary to add
29511  these commands to the document preamble:
29512 \end_layout
29513
29514 \begin_layout Standard
29515 \noindent
29516 \begin_inset CommandInset line
29517 LatexCommand rule
29518 offset "0.5ex"
29519 width "100line%"
29520 height "1pt"
29521
29522 \end_inset
29523
29524
29525 \end_layout
29526
29527 \begin_layout Standard
29528
29529 \series bold
29530
29531 \backslash
29532 newcommand{
29533 \backslash
29534 TabBesBeg}[1][1.0]{%
29535 \begin_inset Newline newline
29536 \end_inset
29537
29538
29539 \begin_inset Phantom HPhantom
29540 status open
29541
29542 \begin_layout Plain Layout
29543 \begin_inset space ~
29544 \end_inset
29545
29546
29547 \end_layout
29548
29549 \end_inset
29550
29551
29552 \backslash
29553 let
29554 \backslash
29555 MyTable
29556 \backslash
29557 table
29558 \begin_inset Newline newline
29559 \end_inset
29560
29561
29562 \begin_inset Phantom HPhantom
29563 status open
29564
29565 \begin_layout Plain Layout
29566
29567 \series medium
29568 \begin_inset space ~
29569 \end_inset
29570
29571
29572 \end_layout
29573
29574 \end_inset
29575
29576
29577 \backslash
29578 let
29579 \backslash
29580 MyEndtable
29581 \backslash
29582 endtable
29583 \begin_inset Newline newline
29584 \end_inset
29585
29586
29587 \begin_inset Phantom HPhantom
29588 status open
29589
29590 \begin_layout Plain Layout
29591
29592 \series medium
29593 \begin_inset space ~
29594 \end_inset
29595
29596
29597 \end_layout
29598
29599 \end_inset
29600
29601
29602 \backslash
29603 renewenvironment{table}[1]{
29604 \backslash
29605 begin{SCtable}[#1]##1}{
29606 \backslash
29607 end{SCtable}}}
29608 \end_layout
29609
29610 \begin_layout Standard
29611
29612 \series bold
29613
29614 \backslash
29615 newcommand{
29616 \backslash
29617 TabBesEnd}{%
29618 \begin_inset Newline newline
29619 \end_inset
29620
29621
29622 \begin_inset Phantom HPhantom
29623 status open
29624
29625 \begin_layout Plain Layout
29626 \begin_inset space ~
29627 \end_inset
29628
29629
29630 \end_layout
29631
29632 \end_inset
29633
29634
29635 \backslash
29636 let
29637 \backslash
29638 table
29639 \backslash
29640 MyTable
29641 \begin_inset Newline newline
29642 \end_inset
29643
29644
29645 \begin_inset Phantom HPhantom
29646 status open
29647
29648 \begin_layout Plain Layout
29649 \begin_inset space ~
29650 \end_inset
29651
29652
29653 \end_layout
29654
29655 \end_inset
29656
29657
29658 \backslash
29659 let
29660 \backslash
29661 endtable
29662 \backslash
29663 MyEndtable
29664 \end_layout
29665
29666 \begin_layout Standard
29667
29668 \series bold
29669
29670 \backslash
29671 newcommand{
29672 \backslash
29673 FigBesBeg}[1][1.0]{%
29674 \begin_inset Newline newline
29675 \end_inset
29676
29677
29678 \begin_inset Phantom HPhantom
29679 status open
29680
29681 \begin_layout Plain Layout
29682 \begin_inset space ~
29683 \end_inset
29684
29685
29686 \end_layout
29687
29688 \end_inset
29689
29690
29691 \backslash
29692 let
29693 \backslash
29694 MyFigure
29695 \backslash
29696 figure
29697 \begin_inset Newline newline
29698 \end_inset
29699
29700
29701 \begin_inset Phantom HPhantom
29702 status open
29703
29704 \begin_layout Plain Layout
29705 \begin_inset space ~
29706 \end_inset
29707
29708
29709 \end_layout
29710
29711 \end_inset
29712
29713
29714 \backslash
29715 let
29716 \backslash
29717 MyEndfigure
29718 \backslash
29719 endfigure
29720 \begin_inset Newline newline
29721 \end_inset
29722
29723
29724 \begin_inset Phantom HPhantom
29725 status open
29726
29727 \begin_layout Plain Layout
29728 \begin_inset space ~
29729 \end_inset
29730
29731
29732 \end_layout
29733
29734 \end_inset
29735
29736
29737 \backslash
29738 renewenvironment{figure}[1]{
29739 \backslash
29740 begin{SCfigure}[#1]##1}{
29741 \backslash
29742 end{SCfigure}}}
29743 \end_layout
29744
29745 \begin_layout Standard
29746
29747 \series bold
29748
29749 \backslash
29750 newcommand{
29751 \backslash
29752 FigBesEnd}{%
29753 \begin_inset Newline newline
29754 \end_inset
29755
29756
29757 \begin_inset Phantom HPhantom
29758 status open
29759
29760 \begin_layout Plain Layout
29761 \begin_inset space ~
29762 \end_inset
29763
29764
29765 \end_layout
29766
29767 \end_inset
29768
29769
29770 \backslash
29771 let
29772 \backslash
29773 figure
29774 \backslash
29775 MyFigure
29776 \begin_inset Newline newline
29777 \end_inset
29778
29779
29780 \begin_inset Phantom HPhantom
29781 status open
29782
29783 \begin_layout Plain Layout
29784 \begin_inset space ~
29785 \end_inset
29786
29787
29788 \end_layout
29789
29790 \end_inset
29791
29792
29793 \backslash
29794 let
29795 \backslash
29796 endfigure
29797 \backslash
29798 MyEndfigure}
29799 \end_layout
29800
29801 \begin_layout Standard
29802 \noindent
29803 \begin_inset CommandInset line
29804 LatexCommand rule
29805 offset "0.5ex"
29806 width "100line%"
29807 height "1pt"
29808
29809 \end_inset
29810
29811
29812 \end_layout
29813
29814 \begin_layout Standard
29815 The commands allow you to redefine the floats so that the caption is set
29816  on the side.
29817  For figure floats use the command
29818 \end_layout
29819
29820 \begin_layout Standard
29821
29822 \series bold
29823
29824 \backslash
29825 FigBesBeg
29826 \end_layout
29827
29828 \begin_layout Standard
29829 in \SpecialChar TeX
29830  Code before the float.
29831  And insert the command
29832 \end_layout
29833
29834 \begin_layout Standard
29835
29836 \series bold
29837
29838 \backslash
29839 FigBesEnd
29840 \end_layout
29841
29842 \begin_layout Standard
29843 in \SpecialChar TeX
29844  Code at the point where you want to get back to the original float definitio
29845 n.
29846 \end_layout
29847
29848 \begin_layout Standard
29849 For table floats use the corresponding commands
29850 \end_layout
29851
29852 \begin_layout Standard
29853
29854 \series bold
29855
29856 \backslash
29857 TabBesBeg
29858 \series default
29859  and 
29860 \series bold
29861
29862 \backslash
29863 TabBesEnd
29864 \end_layout
29865
29866 \begin_layout Standard
29867 Figure
29868 \begin_inset space ~
29869 \end_inset
29870
29871
29872 \begin_inset CommandInset ref
29873 LatexCommand ref
29874 reference "fig:cap-beside-fig"
29875
29876 \end_inset
29877
29878  and Table
29879 \begin_inset space ~
29880 \end_inset
29881
29882
29883 \begin_inset CommandInset ref
29884 LatexCommand ref
29885 reference "tab:cap-beside-tab"
29886
29887 \end_inset
29888
29889  are examples where the caption is set beside.
29890 \end_layout
29891
29892 \begin_layout Standard
29893 You can see in the examples that the caption text appears at the top of
29894  the floats for table floats and at the bottom for figure floats.
29895  To change this, you can use the command
29896 \end_layout
29897
29898 \begin_layout Standard
29899
29900 \series bold
29901
29902 \backslash
29903 sidecaptionvpos{float type}{placement}
29904 \end_layout
29905
29906 \begin_layout Standard
29907 in the document preamble or in \SpecialChar TeX
29908  Code before the float.
29909  The float type is either 
29910 \family sans
29911 figure
29912 \family default
29913  or 
29914 \family sans
29915 table
29916 \family default
29917 , the placement can be 
29918 \begin_inset Quotes eld
29919 \end_inset
29920
29921
29922 \family sans
29923 t
29924 \family default
29925
29926 \begin_inset Quotes erd
29927 \end_inset
29928
29929  for top, 
29930 \begin_inset Quotes eld
29931 \end_inset
29932
29933
29934 \family sans
29935 c
29936 \family default
29937
29938 \begin_inset Quotes erd
29939 \end_inset
29940
29941  for center, or 
29942 \begin_inset Quotes eld
29943 \end_inset
29944
29945
29946 \family sans
29947 b
29948 \family default
29949
29950 \begin_inset Quotes erd
29951 \end_inset
29952
29953  for bottom.
29954  To have for example the caption of figure floats vertically centered, use
29955  the command
29956 \end_layout
29957
29958 \begin_layout Standard
29959
29960 \series bold
29961
29962 \backslash
29963 sidecaptionvpos{figure}{c}
29964 \end_layout
29965
29966 \begin_layout Standard
29967 This was used for Figure
29968 \begin_inset space ~
29969 \end_inset
29970
29971
29972 \begin_inset CommandInset ref
29973 LatexCommand ref
29974 reference "fig:cap-beside-fig-2"
29975
29976 \end_inset
29977
29978 .
29979 \end_layout
29980
29981 \begin_layout Standard
29982 \begin_inset VSpace medskip
29983 \end_inset
29984
29985
29986 \end_layout
29987
29988 \begin_layout Standard
29989 The default caption width is the width of the image/table.
29990  For thin image/tables, like in Table
29991 \begin_inset space ~
29992 \end_inset
29993
29994
29995 \begin_inset CommandInset ref
29996 LatexCommand ref
29997 reference "tab:cap-beside-tab"
29998
29999 \end_inset
30000
30001 , this leads to captions that are too thin.
30002  You can increase the width by specifying a factor that will be multiplied
30003  with the image/table width to get the caption width.
30004  The caption width will automatically be recalculated in case it would protrude
30005  over the page or column margin due to the specified width.
30006  The 
30007 \emph on
30008 factor
30009 \emph default
30010  can either be given as optional argument for 
30011 \series bold
30012
30013 \backslash
30014 FigBesBeg
30015 \series default
30016 :
30017 \end_layout
30018
30019 \begin_layout Standard
30020
30021 \series bold
30022
30023 \backslash
30024 FigBesBeg[factor]
30025 \end_layout
30026
30027 \begin_layout Standard
30028 or in the definition of 
30029 \series bold
30030
30031 \backslash
30032 FigBesBeg
30033 \series default
30034  by replacing the 
30035 \series bold
30036 1.0
30037 \series default
30038  with another value.
30039  If you do the latter, your factor will be the default if 
30040 \series bold
30041
30042 \backslash
30043 FigBesBeg
30044 \series default
30045  is used without an argument.
30046  For Table
30047 \begin_inset space ~
30048 \end_inset
30049
30050
30051 \begin_inset CommandInset ref
30052 LatexCommand ref
30053 reference "tab:cap-beside-tab-wider"
30054
30055 \end_inset
30056
30057  the factor 5 was used.
30058 \end_layout
30059
30060 \begin_layout Standard
30061 \begin_inset Note Greyedout
30062 status open
30063
30064 \begin_layout Plain Layout
30065
30066 \series bold
30067 Note:
30068 \series default
30069  For floats with captions set beside, you cannot use the float placement
30070  option 
30071 \family sans
30072 Here
30073 \begin_inset space ~
30074 \end_inset
30075
30076 definitely
30077 \family default
30078  because it is not supported by 
30079 \series bold
30080 sidecap
30081 \series default
30082 .
30083 \end_layout
30084
30085 \end_inset
30086
30087
30088 \end_layout
30089
30090 \begin_layout Standard
30091 \begin_inset VSpace medskip
30092 \end_inset
30093
30094 For more information about the package 
30095 \series bold
30096 sidecap
30097 \series default
30098  we refer to its documentation 
30099 \begin_inset CommandInset citation
30100 LatexCommand cite
30101 key "sidecap"
30102
30103 \end_inset
30104
30105 .
30106 \end_layout
30107
30108 \begin_layout Standard
30109 \begin_inset Note Greyedout
30110 status open
30111
30112 \begin_layout Plain Layout
30113
30114 \series bold
30115 Note:
30116 \series default
30117  The \SpecialChar LaTeX
30118 -package 
30119 \series bold
30120 hypcap
30121 \series default
30122
30123 \begin_inset Index idx
30124 status collapsed
30125
30126 \begin_layout Plain Layout
30127 \SpecialChar LaTeX
30128 -packages ! hypcap
30129 \end_layout
30130
30131 \end_inset
30132
30133 , described in section
30134 \begin_inset space ~
30135 \end_inset
30136
30137
30138 \begin_inset CommandInset ref
30139 LatexCommand ref
30140 reference "subsec:Reference-Position"
30141
30142 \end_inset
30143
30144 , has no effect on floats with the caption set beside.
30145 \end_layout
30146
30147 \end_inset
30148
30149
30150 \end_layout
30151
30152 \begin_layout Standard
30153 \begin_inset ERT
30154 status collapsed
30155
30156 \begin_layout Plain Layout
30157
30158
30159 \backslash
30160 FigBesBeg
30161 \end_layout
30162
30163 \end_inset
30164
30165
30166 \end_layout
30167
30168 \begin_layout Standard
30169 \begin_inset Float figure
30170 wide false
30171 sideways false
30172 status open
30173
30174 \begin_layout Plain Layout
30175 \begin_inset Graphics
30176         filename clipart/escher-lsd.eps
30177         scale 75
30178         scaleBeforeRotation
30179
30180 \end_inset
30181
30182
30183 \end_layout
30184
30185 \begin_layout Plain Layout
30186 \begin_inset Caption Standard
30187
30188 \begin_layout Plain Layout
30189 \begin_inset CommandInset label
30190 LatexCommand label
30191 name "fig:cap-beside-fig"
30192
30193 \end_inset
30194
30195 This is a caption beside a figure.
30196 \end_layout
30197
30198 \end_inset
30199
30200
30201 \end_layout
30202
30203 \end_inset
30204
30205
30206 \end_layout
30207
30208 \begin_layout Standard
30209 \begin_inset ERT
30210 status collapsed
30211
30212 \begin_layout Plain Layout
30213
30214
30215 \backslash
30216 FigBesEnd
30217 \end_layout
30218
30219 \end_inset
30220
30221
30222 \end_layout
30223
30224 \begin_layout Standard
30225 \begin_inset ERT
30226 status collapsed
30227
30228 \begin_layout Plain Layout
30229
30230
30231 \backslash
30232 TabBesBeg
30233 \end_layout
30234
30235 \end_inset
30236
30237
30238 \end_layout
30239
30240 \begin_layout Standard
30241 \begin_inset Float table
30242 wide false
30243 sideways false
30244 status open
30245
30246 \begin_layout Plain Layout
30247 \begin_inset Caption Standard
30248
30249 \begin_layout Plain Layout
30250 \begin_inset CommandInset label
30251 LatexCommand label
30252 name "tab:cap-beside-tab"
30253
30254 \end_inset
30255
30256 This is a caption beside a table.
30257 \end_layout
30258
30259 \end_inset
30260
30261
30262 \end_layout
30263
30264 \begin_layout Plain Layout
30265 \begin_inset Tabular
30266 <lyxtabular version="3" rows="4" columns="5">
30267 <features tabularvalignment="middle">
30268 <column alignment="center" valignment="top">
30269 <column alignment="center" valignment="top">
30270 <column alignment="center" valignment="top">
30271 <column alignment="center" valignment="top">
30272 <column alignment="center" valignment="top">
30273 <row>
30274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30275 \begin_inset Text
30276
30277 \begin_layout Plain Layout
30278 a
30279 \end_layout
30280
30281 \end_inset
30282 </cell>
30283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30284 \begin_inset Text
30285
30286 \begin_layout Plain Layout
30287
30288 \end_layout
30289
30290 \end_inset
30291 </cell>
30292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30293 \begin_inset Text
30294
30295 \begin_layout Plain Layout
30296 b
30297 \end_layout
30298
30299 \end_inset
30300 </cell>
30301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30302 \begin_inset Text
30303
30304 \begin_layout Plain Layout
30305
30306 \end_layout
30307
30308 \end_inset
30309 </cell>
30310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30311 \begin_inset Text
30312
30313 \begin_layout Plain Layout
30314 c
30315 \end_layout
30316
30317 \end_inset
30318 </cell>
30319 </row>
30320 <row>
30321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30322 \begin_inset Text
30323
30324 \begin_layout Plain Layout
30325
30326 \end_layout
30327
30328 \end_inset
30329 </cell>
30330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30331 \begin_inset Text
30332
30333 \begin_layout Plain Layout
30334 d
30335 \end_layout
30336
30337 \end_inset
30338 </cell>
30339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30340 \begin_inset Text
30341
30342 \begin_layout Plain Layout
30343
30344 \end_layout
30345
30346 \end_inset
30347 </cell>
30348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30349 \begin_inset Text
30350
30351 \begin_layout Plain Layout
30352 e
30353 \end_layout
30354
30355 \end_inset
30356 </cell>
30357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30358 \begin_inset Text
30359
30360 \begin_layout Plain Layout
30361
30362 \end_layout
30363
30364 \end_inset
30365 </cell>
30366 </row>
30367 <row>
30368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30369 \begin_inset Text
30370
30371 \begin_layout Plain Layout
30372 f
30373 \end_layout
30374
30375 \end_inset
30376 </cell>
30377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30378 \begin_inset Text
30379
30380 \begin_layout Plain Layout
30381
30382 \end_layout
30383
30384 \end_inset
30385 </cell>
30386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30387 \begin_inset Text
30388
30389 \begin_layout Plain Layout
30390 g
30391 \end_layout
30392
30393 \end_inset
30394 </cell>
30395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30396 \begin_inset Text
30397
30398 \begin_layout Plain Layout
30399
30400 \end_layout
30401
30402 \end_inset
30403 </cell>
30404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30405 \begin_inset Text
30406
30407 \begin_layout Plain Layout
30408 h
30409 \end_layout
30410
30411 \end_inset
30412 </cell>
30413 </row>
30414 <row>
30415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30416 \begin_inset Text
30417
30418 \begin_layout Plain Layout
30419
30420 \end_layout
30421
30422 \end_inset
30423 </cell>
30424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30425 \begin_inset Text
30426
30427 \begin_layout Plain Layout
30428 i
30429 \end_layout
30430
30431 \end_inset
30432 </cell>
30433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30434 \begin_inset Text
30435
30436 \begin_layout Plain Layout
30437
30438 \end_layout
30439
30440 \end_inset
30441 </cell>
30442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30443 \begin_inset Text
30444
30445 \begin_layout Plain Layout
30446 j
30447 \end_layout
30448
30449 \end_inset
30450 </cell>
30451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30452 \begin_inset Text
30453
30454 \begin_layout Plain Layout
30455
30456 \end_layout
30457
30458 \end_inset
30459 </cell>
30460 </row>
30461 </lyxtabular>
30462
30463 \end_inset
30464
30465
30466 \end_layout
30467
30468 \end_inset
30469
30470
30471 \end_layout
30472
30473 \begin_layout Standard
30474 \begin_inset ERT
30475 status collapsed
30476
30477 \begin_layout Plain Layout
30478
30479
30480 \backslash
30481 TabBesEnd
30482 \end_layout
30483
30484 \end_inset
30485
30486
30487 \end_layout
30488
30489 \begin_layout Standard
30490 \begin_inset ERT
30491 status collapsed
30492
30493 \begin_layout Plain Layout
30494
30495
30496 \backslash
30497 FigBesBeg
30498 \end_layout
30499
30500 \end_inset
30501
30502
30503 \begin_inset ERT
30504 status collapsed
30505
30506 \begin_layout Plain Layout
30507
30508
30509 \backslash
30510 sidecaptionvpos{figure}{c}
30511 \end_layout
30512
30513 \end_inset
30514
30515
30516 \begin_inset Float figure
30517 wide false
30518 sideways false
30519 status open
30520
30521 \begin_layout Plain Layout
30522 \begin_inset Graphics
30523         filename clipart/escher-lsd.eps
30524         scale 75
30525         scaleBeforeRotation
30526
30527 \end_inset
30528
30529
30530 \end_layout
30531
30532 \begin_layout Plain Layout
30533 \begin_inset Caption Standard
30534
30535 \begin_layout Plain Layout
30536 \begin_inset CommandInset label
30537 LatexCommand label
30538 name "fig:cap-beside-fig-2"
30539
30540 \end_inset
30541
30542 This is a vertically centered caption beside a figure.
30543 \end_layout
30544
30545 \end_inset
30546
30547
30548 \end_layout
30549
30550 \end_inset
30551
30552
30553 \end_layout
30554
30555 \begin_layout Standard
30556 \begin_inset ERT
30557 status collapsed
30558
30559 \begin_layout Plain Layout
30560
30561
30562 \backslash
30563 FigBesEnd
30564 \end_layout
30565
30566 \end_inset
30567
30568
30569 \end_layout
30570
30571 \begin_layout Standard
30572 \begin_inset ERT
30573 status collapsed
30574
30575 \begin_layout Plain Layout
30576
30577
30578 \backslash
30579 TabBesBeg[5]
30580 \end_layout
30581
30582 \end_inset
30583
30584
30585 \end_layout
30586
30587 \begin_layout Standard
30588 \begin_inset Float table
30589 wide false
30590 sideways false
30591 status open
30592
30593 \begin_layout Plain Layout
30594 \begin_inset Caption Standard
30595
30596 \begin_layout Plain Layout
30597 \begin_inset CommandInset label
30598 LatexCommand label
30599 name "tab:cap-beside-tab-wider"
30600
30601 \end_inset
30602
30603 This caption is wider than the one in Table
30604 \begin_inset space ~
30605 \end_inset
30606
30607
30608 \begin_inset CommandInset ref
30609 LatexCommand ref
30610 reference "tab:cap-beside-tab"
30611
30612 \end_inset
30613
30614 .
30615 \end_layout
30616
30617 \end_inset
30618
30619
30620 \end_layout
30621
30622 \begin_layout Plain Layout
30623 \begin_inset Tabular
30624 <lyxtabular version="3" rows="4" columns="5">
30625 <features tabularvalignment="middle">
30626 <column alignment="center" valignment="top">
30627 <column alignment="center" valignment="top">
30628 <column alignment="center" valignment="top">
30629 <column alignment="center" valignment="top">
30630 <column alignment="center" valignment="top">
30631 <row>
30632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30633 \begin_inset Text
30634
30635 \begin_layout Plain Layout
30636 a
30637 \end_layout
30638
30639 \end_inset
30640 </cell>
30641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30642 \begin_inset Text
30643
30644 \begin_layout Plain Layout
30645
30646 \end_layout
30647
30648 \end_inset
30649 </cell>
30650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30651 \begin_inset Text
30652
30653 \begin_layout Plain Layout
30654 b
30655 \end_layout
30656
30657 \end_inset
30658 </cell>
30659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30660 \begin_inset Text
30661
30662 \begin_layout Plain Layout
30663
30664 \end_layout
30665
30666 \end_inset
30667 </cell>
30668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30669 \begin_inset Text
30670
30671 \begin_layout Plain Layout
30672 c
30673 \end_layout
30674
30675 \end_inset
30676 </cell>
30677 </row>
30678 <row>
30679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30680 \begin_inset Text
30681
30682 \begin_layout Plain Layout
30683
30684 \end_layout
30685
30686 \end_inset
30687 </cell>
30688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30689 \begin_inset Text
30690
30691 \begin_layout Plain Layout
30692 d
30693 \end_layout
30694
30695 \end_inset
30696 </cell>
30697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30698 \begin_inset Text
30699
30700 \begin_layout Plain Layout
30701
30702 \end_layout
30703
30704 \end_inset
30705 </cell>
30706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30707 \begin_inset Text
30708
30709 \begin_layout Plain Layout
30710 e
30711 \end_layout
30712
30713 \end_inset
30714 </cell>
30715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30716 \begin_inset Text
30717
30718 \begin_layout Plain Layout
30719
30720 \end_layout
30721
30722 \end_inset
30723 </cell>
30724 </row>
30725 <row>
30726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30727 \begin_inset Text
30728
30729 \begin_layout Plain Layout
30730 f
30731 \end_layout
30732
30733 \end_inset
30734 </cell>
30735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30736 \begin_inset Text
30737
30738 \begin_layout Plain Layout
30739
30740 \end_layout
30741
30742 \end_inset
30743 </cell>
30744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30745 \begin_inset Text
30746
30747 \begin_layout Plain Layout
30748 g
30749 \end_layout
30750
30751 \end_inset
30752 </cell>
30753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30754 \begin_inset Text
30755
30756 \begin_layout Plain Layout
30757
30758 \end_layout
30759
30760 \end_inset
30761 </cell>
30762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30763 \begin_inset Text
30764
30765 \begin_layout Plain Layout
30766 h
30767 \end_layout
30768
30769 \end_inset
30770 </cell>
30771 </row>
30772 <row>
30773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30774 \begin_inset Text
30775
30776 \begin_layout Plain Layout
30777
30778 \end_layout
30779
30780 \end_inset
30781 </cell>
30782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30783 \begin_inset Text
30784
30785 \begin_layout Plain Layout
30786 i
30787 \end_layout
30788
30789 \end_inset
30790 </cell>
30791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30792 \begin_inset Text
30793
30794 \begin_layout Plain Layout
30795
30796 \end_layout
30797
30798 \end_inset
30799 </cell>
30800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30801 \begin_inset Text
30802
30803 \begin_layout Plain Layout
30804 j
30805 \end_layout
30806
30807 \end_inset
30808 </cell>
30809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30810 \begin_inset Text
30811
30812 \begin_layout Plain Layout
30813
30814 \end_layout
30815
30816 \end_inset
30817 </cell>
30818 </row>
30819 </lyxtabular>
30820
30821 \end_inset
30822
30823
30824 \end_layout
30825
30826 \end_inset
30827
30828
30829 \end_layout
30830
30831 \begin_layout Standard
30832 \begin_inset ERT
30833 status collapsed
30834
30835 \begin_layout Plain Layout
30836
30837
30838 \backslash
30839 TabBesEnd
30840 \end_layout
30841
30842 \end_inset
30843
30844
30845 \end_layout
30846
30847 \begin_layout Standard
30848 \begin_inset ERT
30849 status collapsed
30850
30851 \begin_layout Plain Layout
30852
30853
30854 \backslash
30855 else
30856 \end_layout
30857
30858 \end_inset
30859
30860
30861 \begin_inset Note Note
30862 status open
30863
30864 \begin_layout Plain Layout
30865 The following will be displayed when the \SpecialChar LaTeX
30866 -package 
30867 \series bold
30868 sidecap
30869 \series default
30870  is not installed:
30871 \end_layout
30872
30873 \end_inset
30874
30875
30876 \end_layout
30877
30878 \begin_layout Standard
30879 You need to install the \SpecialChar LaTeX
30880 -package 
30881 \series bold
30882 sidecap
30883 \series default
30884  to see the following part of this section in the output.
30885 \end_layout
30886
30887 \begin_layout Standard
30888 \begin_inset ERT
30889 status collapsed
30890
30891 \begin_layout Plain Layout
30892
30893
30894 \backslash
30895 fi
30896 \end_layout
30897
30898 \end_inset
30899
30900
30901 \end_layout
30902
30903 \begin_layout Section
30904 Listings of Floats
30905 \begin_inset Index idx
30906 status collapsed
30907
30908 \begin_layout Plain Layout
30909 Floats ! Float Lists
30910 \end_layout
30911
30912 \end_inset
30913
30914
30915 \end_layout
30916
30917 \begin_layout Standard
30918 Similar to the table of contents where the sections of the document are
30919  listed, there are listings for all float types, like the figures of the
30920  documents.
30921  You can insert them via the 
30922 \family sans
30923 Insert\SpecialChar menuseparator
30924 List
30925 \begin_inset space ~
30926 \end_inset
30927
30928 /
30929 \begin_inset space ~
30930 \end_inset
30931
30932 TOC
30933 \family default
30934  sub menus.
30935 \end_layout
30936
30937 \begin_layout Standard
30938 The list entries are the float captions or its short title, the float number,
30939  and the page number where they appear in the document.
30940 \end_layout
30941
30942 \begin_layout Standard
30943 You can find the list of figures and tables at the end of this document.
30944 \end_layout
30945
30946 \begin_layout Chapter
30947 Notes
30948 \end_layout
30949
30950 \begin_layout Section
30951 \SpecialChar LyX
30952  Notes
30953 \begin_inset Index idx
30954 status collapsed
30955
30956 \begin_layout Plain Layout
30957 Notes ! \SpecialChar LyX
30958  Notes
30959 \end_layout
30960
30961 \end_inset
30962
30963
30964 \end_layout
30965
30966 \begin_layout Standard
30967 Notes are inserted with the toolbar button 
30968 \begin_inset Info
30969 type  "icon"
30970 arg   "note-insert"
30971 \end_inset
30972
30973  or the menu 
30974 \family sans
30975 Insert\SpecialChar menuseparator
30976 Note
30977 \family default
30978 .
30979  There are three types of notes:
30980 \end_layout
30981
30982 \begin_layout Description
30983 \SpecialChar LyX
30984
30985 \begin_inset space ~
30986 \end_inset
30987
30988 Note This note type is for internal notes that won't appear in the output.
30989  Its note-box looks like this:
30990 \begin_inset Newline newline
30991 \end_inset
30992
30993
30994 \begin_inset Newline newline
30995 \end_inset
30996
30997
30998 \begin_inset Graphics
30999         filename clipart/LyXNoteImage.png
31000         display false
31001         scaleBeforeRotation
31002
31003 \end_inset
31004
31005  
31006 \begin_inset Note Note
31007 status open
31008
31009 \begin_layout Plain Layout
31010 This is text in a note box that doesn't appear in the output.
31011 \end_layout
31012
31013 \end_inset
31014
31015
31016 \end_layout
31017
31018 \begin_layout Description
31019 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
31020 -comment,
31021  when you export the document to \SpecialChar LaTeX
31022  via the menu 
31023 \family sans
31024 File\SpecialChar menuseparator
31025 Export\SpecialChar menuseparator
31026 LaTeX
31027 \begin_inset space ~
31028 \end_inset
31029
31030 (pdflatex) / (plain)
31031 \family default
31032 .
31033  Its note-box looks like this:
31034 \begin_inset Newline newline
31035 \end_inset
31036
31037
31038 \begin_inset Newline newline
31039 \end_inset
31040
31041
31042 \begin_inset Graphics
31043         filename clipart/CommentNoteImage.png
31044         display false
31045         scaleBeforeRotation
31046
31047 \end_inset
31048
31049  
31050 \begin_inset Note Comment
31051 status open
31052
31053 \begin_layout Plain Layout
31054 This is text in a note box that only appears as comment in \SpecialChar LaTeX
31055 -files.
31056 \end_layout
31057
31058 \end_inset
31059
31060
31061 \end_layout
31062
31063 \begin_layout Description
31064 Greyed
31065 \begin_inset space ~
31066 \end_inset
31067
31068 Out This note will appear in the output as grey text.
31069  Its note-box looks like this:
31070 \begin_inset Newline newline
31071 \end_inset
31072
31073
31074 \begin_inset Newline newline
31075 \end_inset
31076
31077
31078 \begin_inset Graphics
31079         filename clipart/GreyedOutNoteImage.png
31080         display false
31081         scaleBeforeRotation
31082
31083 \end_inset
31084
31085
31086 \begin_inset Newline newline
31087 \end_inset
31088
31089
31090 \begin_inset ERT
31091 status collapsed
31092
31093 \begin_layout Plain Layout
31094
31095
31096 \backslash
31097 renewenvironment{lyxgreyedout}
31098 \end_layout
31099
31100 \begin_layout Plain Layout
31101
31102 {
31103 \backslash
31104 textcolor[gray]{0.8}
31105 \backslash
31106 bgroup}{
31107 \backslash
31108 egroup}
31109 \end_layout
31110
31111 \end_inset
31112
31113
31114 \begin_inset Note Greyedout
31115 status open
31116
31117 \begin_layout Plain Layout
31118 This is text of a comment that appears grey in the output.
31119 \end_layout
31120
31121 \end_inset
31122
31123
31124 \begin_inset ERT
31125 status collapsed
31126
31127 \begin_layout Plain Layout
31128
31129
31130 \backslash
31131 renewenvironment{lyxgreyedout}
31132 \end_layout
31133
31134 \begin_layout Plain Layout
31135
31136 {
31137 \backslash
31138 textcolor{blue}
31139 \backslash
31140 bgroup}{
31141 \backslash
31142 egroup}
31143 \end_layout
31144
31145 \end_inset
31146
31147
31148 \begin_inset Note Note
31149 status collapsed
31150
31151 \begin_layout Plain Layout
31152 The greyed out note is here redefined to show it with the original \SpecialChar LyX
31153  definition
31154  because greyed out notes are redefined in the preamble of this document,
31155  as described below, to have blue text.
31156 \end_layout
31157
31158 \end_inset
31159
31160
31161 \begin_inset Newline newline
31162 \end_inset
31163
31164
31165 \begin_inset Newline newline
31166 \end_inset
31167
31168 As you can see in the example, the first line of greyed out notes is a bit
31169  indented and greyed out notes can have footnotes.
31170 \end_layout
31171
31172 \begin_layout Standard
31173 \begin_inset VSpace bigskip
31174 \end_inset
31175
31176 When you use the toolbar button 
31177 \begin_inset Info
31178 type  "icon"
31179 arg   "note-insert"
31180 \end_inset
31181
31182  to insert notes, a 
31183 \family sans
31184 \SpecialChar LyX
31185
31186 \begin_inset space ~
31187 \end_inset
31188
31189 Note
31190 \family default
31191  is inserted.
31192  You can switch between the three note types by right-clicking on the note-box.
31193  
31194 \family roman
31195 \series medium
31196 \bar no
31197 If you want to turn existing text into a note, mark it and click on the
31198  note
31199 \family default
31200 \series default
31201 \bar default
31202  toolbar 
31203 \family roman
31204 \series medium
31205 \bar no
31206 button
31207 \family default
31208 \series default
31209 \bar default
31210 .
31211  To change a note to text, press the backspace key when the cursor is in
31212  the first position of a note, or press the delete key when the cursor is
31213  in the very last position of the note, respectively.
31214 \end_layout
31215
31216 \begin_layout Standard
31217 \begin_inset VSpace bigskip
31218 \end_inset
31219
31220 You can change the text color of the greyed out notes in the menu 
31221 \family sans
31222 Document\SpecialChar menuseparator
31223 Settings\SpecialChar menuseparator
31224 Colors
31225 \family default
31226 .
31227 \end_layout
31228
31229 \begin_layout Section
31230 Footnotes
31231 \begin_inset CommandInset label
31232 LatexCommand label
31233 name "sec:Footnotes"
31234
31235 \end_inset
31236
31237
31238 \begin_inset Index idx
31239 status collapsed
31240
31241 \begin_layout Plain Layout
31242 Notes ! Footnotes
31243 \end_layout
31244
31245 \end_inset
31246
31247
31248 \begin_inset Index idx
31249 status collapsed
31250
31251 \begin_layout Plain Layout
31252 Footnotes
31253 \end_layout
31254
31255 \end_inset
31256
31257
31258 \end_layout
31259
31260 \begin_layout Standard
31261 Footnotes can be inserted using the toolbar button 
31262 \begin_inset Info
31263 type  "icon"
31264 arg   "footnote-insert"
31265 \end_inset
31266
31267  or the menu 
31268 \family sans
31269 Insert\SpecialChar menuseparator
31270 Footnote
31271 \family default
31272 .
31273  You will then see the following footnote-box: 
31274 \begin_inset Graphics
31275         filename clipart/footnote.png
31276         scale 80
31277         scaleBeforeRotation
31278
31279 \end_inset
31280
31281  
31282 \family roman
31283 \series medium
31284 \bar no
31285 where you can enter the footnote text.
31286  If you want to turn existing text into a footnote, mark it and click on
31287  the footnote
31288 \family default
31289 \series default
31290 \bar default
31291  toolbar 
31292 \family roman
31293 \series medium
31294 \bar no
31295 button
31296 \family default
31297 \series default
31298 \bar default
31299 .
31300  To change a 
31301 \family roman
31302 \series medium
31303 \bar no
31304 footnote
31305 \family default
31306 \series default
31307 \bar default
31308  to text, press the 
31309 \family sans
31310 Backspace
31311 \family default
31312  key when the cursor is in the first position of a 
31313 \family roman
31314 \series medium
31315 \bar no
31316 footnote
31317 \family default
31318 \series default
31319 \bar default
31320 , or press the 
31321 \family sans
31322 Delete
31323 \family default
31324  key when the cursor is in the very last position of the 
31325 \family roman
31326 \series medium
31327 \bar no
31328 footnote
31329 \family default
31330 \series default
31331 \bar default
31332 , respectively.
31333 \end_layout
31334
31335 \begin_layout Standard
31336 Here is an example footnote:
31337 \family roman
31338 \series medium
31339 \bar no
31340
31341 \begin_inset Foot
31342 status open
31343
31344 \begin_layout Plain Layout
31345 \begin_inset CommandInset label
31346 LatexCommand label
31347 name "foot:This-is-an"
31348
31349 \end_inset
31350
31351 This is an example footnote.
31352 \end_layout
31353
31354 \end_inset
31355
31356
31357 \family default
31358 \series default
31359 \bar default
31360
31361 \begin_inset ERT
31362 status collapsed
31363
31364 \begin_layout Plain Layout
31365
31366
31367 \backslash
31368 newcounter{MyRepeatFoot}
31369 \end_layout
31370
31371 \begin_layout Plain Layout
31372
31373
31374 \backslash
31375 setcounter{MyRepeatFoot}{
31376 \backslash
31377 thefootnote}
31378 \end_layout
31379
31380 \end_inset
31381
31382
31383 \end_layout
31384
31385 \begin_layout Standard
31386 The footnote will appear in the output as a superscript number at the text
31387  position where the footnote box is placed.
31388  The footnote text is placed at the bottom of the current page.
31389  The footnote number is calculated by \SpecialChar LaTeX
31390 ; the numbers are consecutive.
31391  Whether the footnote number is reset for every chapter depends on your
31392  document class.
31393 \end_layout
31394
31395 \begin_layout Standard
31396 Footnotes can be referenced like floats: Insert a label into the footnote
31397  and cross-reference this label in the text as described in section
31398 \begin_inset space ~
31399 \end_inset
31400
31401
31402 \begin_inset CommandInset ref
31403 LatexCommand ref
31404 reference "sec:Referencing-Floats"
31405
31406 \end_inset
31407
31408 .
31409 \begin_inset Newline newline
31410 \end_inset
31411
31412 This is a cross-reference of Footnote
31413 \begin_inset space ~
31414 \end_inset
31415
31416
31417 \begin_inset CommandInset ref
31418 LatexCommand ref
31419 reference "foot:This-is-an"
31420
31421 \end_inset
31422
31423 .
31424 \end_layout
31425
31426 \begin_layout Standard
31427 \begin_inset VSpace defskip
31428 \end_inset
31429
31430 Footnotes in title environments are usually not numbered with symbols and
31431  they cannot contain several paragraphs.
31432  See for example the footnote in the titling of this document.
31433 \end_layout
31434
31435 \begin_layout Standard
31436 \begin_inset VSpace defskip
31437 \end_inset
31438
31439 Footnotes in tables are not printed by \SpecialChar LaTeX
31440  due to technical reasons.
31441  However there exists another method to print them: Instead of the footnote
31442  the command 
31443 \series bold
31444
31445 \backslash
31446 footnotemark{}
31447 \series default
31448  is inserted as \SpecialChar TeX
31449  code.
31450  The text of the footnote is entered as an argument of the \SpecialChar TeX
31451  code command
31452  
31453 \series bold
31454
31455 \backslash
31456 footnotetext
31457 \series default
31458  after the table.
31459 \begin_inset Newline newline
31460 \end_inset
31461
31462 This was done for the following table with the command
31463 \end_layout
31464
31465 \begin_layout Standard
31466
31467 \series bold
31468
31469 \backslash
31470 footnotetext{
31471 \series default
31472 Printed table footnote.
31473 \series bold
31474 }
31475 \end_layout
31476
31477 \begin_layout Standard
31478 \begin_inset Tabular
31479 <lyxtabular version="3" rows="2" columns="1">
31480 <features tabularvalignment="middle">
31481 <column alignment="center" valignment="top">
31482 <row>
31483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31484 \begin_inset Text
31485
31486 \begin_layout Plain Layout
31487 This an example text.
31488 \begin_inset Foot
31489 status open
31490
31491 \begin_layout Plain Layout
31492 This footnote will not be printed!
31493 \end_layout
31494
31495 \end_inset
31496
31497
31498 \end_layout
31499
31500 \end_inset
31501 </cell>
31502 </row>
31503 <row>
31504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31505 \begin_inset Text
31506
31507 \begin_layout Plain Layout
31508 This an example text.
31509 \begin_inset ERT
31510 status collapsed
31511
31512 \begin_layout Plain Layout
31513
31514
31515 \backslash
31516 footnotemark{}
31517 \end_layout
31518
31519 \end_inset
31520
31521
31522 \end_layout
31523
31524 \end_inset
31525 </cell>
31526 </row>
31527 </lyxtabular>
31528
31529 \end_inset
31530
31531
31532 \begin_inset ERT
31533 status collapsed
31534
31535 \begin_layout Plain Layout
31536
31537
31538 \backslash
31539 footnotetext{
31540 \end_layout
31541
31542 \end_inset
31543
31544 Printed table footnote.
31545 \begin_inset ERT
31546 status collapsed
31547
31548 \begin_layout Plain Layout
31549
31550 }
31551 \end_layout
31552
31553 \end_inset
31554
31555
31556 \end_layout
31557
31558 \begin_layout Standard
31559 Footnotes in multi-page tables are described in section
31560 \begin_inset space ~
31561 \end_inset
31562
31563
31564 \begin_inset CommandInset ref
31565 LatexCommand ref
31566 reference "subsec:Footnotes-in-Multi-page"
31567
31568 \end_inset
31569
31570 .
31571 \end_layout
31572
31573 \begin_layout Standard
31574 Footnotes in minipage boxes are printed, but inside the box and with a different
31575  numbering because a minipage box is like a page inside a page.
31576  (For more about minipages, see section
31577 \begin_inset space ~
31578 \end_inset
31579
31580
31581 \begin_inset CommandInset ref
31582 LatexCommand ref
31583 reference "sec:Minipages"
31584
31585 \end_inset
31586
31587 .) To get a footnote in the minipage that is output at the bottom of the
31588  page like normal footnotes, also use the method of 
31589 \series bold
31590
31591 \backslash
31592 footnotemark{}
31593 \series default
31594  and 
31595 \series bold
31596
31597 \backslash
31598 footnotetext
31599 \series default
31600 .
31601 \end_layout
31602
31603 \begin_layout Standard
31604 \begin_inset Box Frameless
31605 position "t"
31606 hor_pos "c"
31607 has_inner_box 1
31608 inner_pos "t"
31609 use_parbox 0
31610 use_makebox 0
31611 width "100col%"
31612 special "none"
31613 height "1in"
31614 height_special "totalheight"
31615 thickness "0.4pt"
31616 separation "3pt"
31617 shadowsize "4pt"
31618 framecolor "black"
31619 backgroundcolor "none"
31620 status open
31621
31622 \begin_layout Plain Layout
31623 This an example text in a minipage.
31624 \begin_inset Foot
31625 status open
31626
31627 \begin_layout Plain Layout
31628 Footnote in the minipage.
31629 \end_layout
31630
31631 \end_inset
31632
31633
31634 \end_layout
31635
31636 \begin_layout Plain Layout
31637 This an example text in a minipage.
31638 \begin_inset ERT
31639 status collapsed
31640
31641 \begin_layout Plain Layout
31642
31643
31644 \backslash
31645 footnotemark{}
31646 \end_layout
31647
31648 \end_inset
31649
31650
31651 \end_layout
31652
31653 \end_inset
31654
31655
31656 \end_layout
31657
31658 \begin_layout Standard
31659 \begin_inset ERT
31660 status collapsed
31661
31662 \begin_layout Plain Layout
31663
31664
31665 \backslash
31666 footnotetext{
31667 \end_layout
31668
31669 \end_inset
31670
31671 Footnote outside the minipage.
31672 \begin_inset ERT
31673 status collapsed
31674
31675 \begin_layout Plain Layout
31676
31677 }
31678 \end_layout
31679
31680 \end_inset
31681
31682
31683 \end_layout
31684
31685 \begin_layout Standard
31686 \begin_inset VSpace defskip
31687 \end_inset
31688
31689
31690 \end_layout
31691
31692 \begin_layout Standard
31693 To refer to the same footnote several times without printing the footnote
31694  text every time, use the command 
31695 \series bold
31696
31697 \backslash
31698 footnotemark[number]
31699 \series default
31700  in \SpecialChar TeX
31701  code.
31702 \begin_inset Newline newline
31703 \end_inset
31704
31705 As you do not know the number of the repeating footnote while you are writing
31706  the text, you have to store its number.
31707  For the following footnote mark example, these commands were inserted in
31708  \SpecialChar TeX
31709  code after Footnote
31710 \begin_inset space ~
31711 \end_inset
31712
31713
31714 \begin_inset CommandInset ref
31715 LatexCommand ref
31716 reference "foot:This-is-an"
31717
31718 \end_inset
31719
31720  to store the footnote number:
31721 \end_layout
31722
31723 \begin_layout Standard
31724
31725 \series bold
31726
31727 \backslash
31728 newcounter{MyRepeatFoot}
31729 \begin_inset Newline newline
31730 \end_inset
31731
31732
31733 \backslash
31734 setcounter{MyRepeatFoot}{
31735 \backslash
31736 thefootnote}
31737 \end_layout
31738
31739 \begin_layout Standard
31740 The footnote mark was then created with this command:
31741 \end_layout
31742
31743 \begin_layout Standard
31744
31745 \series bold
31746
31747 \backslash
31748 footnotemark[
31749 \backslash
31750 theMyRepeatFoot]
31751 \end_layout
31752
31753 \begin_layout Standard
31754 Here is a repeated footnote:
31755 \family roman
31756 \series medium
31757 \bar no
31758
31759 \begin_inset ERT
31760 status collapsed
31761
31762 \begin_layout Plain Layout
31763
31764
31765 \backslash
31766 footnotemark[
31767 \backslash
31768 theMyRepeatFoot]
31769 \end_layout
31770
31771 \end_inset
31772
31773
31774 \end_layout
31775
31776 \begin_layout Standard
31777 If you want to repeat the previous footnote, you can omit the storage of
31778  the footnote number and just use this command instead:
31779 \end_layout
31780
31781 \begin_layout Standard
31782
31783 \series bold
31784
31785 \backslash
31786 footnotemark[
31787 \backslash
31788 thefootnote]
31789 \end_layout
31790
31791 \begin_layout Standard
31792 Here is another repeated footnote:
31793 \family roman
31794 \series medium
31795 \bar no
31796
31797 \begin_inset ERT
31798 status collapsed
31799
31800 \begin_layout Plain Layout
31801
31802
31803 \backslash
31804 footnotemark[
31805 \backslash
31806 thefootnote]
31807 \end_layout
31808
31809 \end_inset
31810
31811
31812 \end_layout
31813
31814 \begin_layout Subsection
31815 Footnote Numbering
31816 \begin_inset CommandInset label
31817 LatexCommand label
31818 name "subsec:Footnote-Numbering"
31819
31820 \end_inset
31821
31822
31823 \begin_inset Index idx
31824 status collapsed
31825
31826 \begin_layout Plain Layout
31827 Footnotes ! Numbering
31828 \end_layout
31829
31830 \end_inset
31831
31832
31833 \end_layout
31834
31835 \begin_layout Standard
31836 To reset the footnote number back to 1 after each section
31837 \family roman
31838 , add this command to your document preamble:
31839 \end_layout
31840
31841 \begin_layout Standard
31842
31843 \series bold
31844
31845 \backslash
31846 @addtoreset{footnote}{section}
31847 \end_layout
31848
31849 \begin_layout Standard
31850 \begin_inset VSpace bigskip
31851 \end_inset
31852
31853 The following preamble command changes the footnote numbering style to small
31854  roman numerals:
31855 \end_layout
31856
31857 \begin_layout Standard
31858
31859 \series bold
31860
31861 \backslash
31862 renewcommand{
31863 \backslash
31864 thefootnote}{
31865 \backslash
31866 roman{footnote}}
31867 \end_layout
31868
31869 \begin_layout Standard
31870 \begin_inset ERT
31871 status collapsed
31872
31873 \begin_layout Plain Layout
31874
31875
31876 \backslash
31877 renewcommand{
31878 \backslash
31879 thefootnote}{
31880 \backslash
31881 roman{footnote}}
31882 \end_layout
31883
31884 \end_inset
31885
31886  This is a footnote with roman numbering:
31887 \begin_inset Foot
31888 status open
31889
31890 \begin_layout Plain Layout
31891 This is an example footnote with roman numbering.
31892 \end_layout
31893
31894 \end_inset
31895
31896
31897 \end_layout
31898
31899 \begin_layout Standard
31900 To change the numbering style to capital roman numerals replace in the command
31901  above 
31902 \series bold
31903
31904 \backslash
31905 roman
31906 \series default
31907  by 
31908 \series bold
31909
31910 \backslash
31911 Roman
31912 \series default
31913 .
31914  To 
31915 \begin_inset Quotes eld
31916 \end_inset
31917
31918 number
31919 \begin_inset Quotes erd
31920 \end_inset
31921
31922  footnotes with capital or small Latin letters use 
31923 \series bold
31924
31925 \backslash
31926 Alph
31927 \series default
31928  or 
31929 \series bold
31930
31931 \backslash
31932 alph
31933 \series default
31934 , respectively.
31935  To 
31936 \begin_inset Quotes eld
31937 \end_inset
31938
31939 number
31940 \begin_inset Quotes erd
31941 \end_inset
31942
31943  footnotes with symbols use 
31944 \series bold
31945
31946 \backslash
31947 fnsymbol
31948 \series default
31949 .
31950 \end_layout
31951
31952 \begin_layout Standard
31953 \begin_inset Note Greyedout
31954 status open
31955
31956 \begin_layout Plain Layout
31957
31958 \series bold
31959 Note:
31960 \series default
31961  You can only number 26 footnotes with Latin letters, because this numbering
31962  is limited to single letters.
31963 \end_layout
31964
31965 \end_inset
31966
31967
31968 \begin_inset Newline newline
31969 \end_inset
31970
31971
31972 \begin_inset Note Greyedout
31973 status open
31974
31975 \begin_layout Plain Layout
31976
31977 \series bold
31978 Note:
31979 \series default
31980  You can only number 9 footnotes with symbols.
31981 \end_layout
31982
31983 \end_inset
31984
31985
31986 \end_layout
31987
31988 \begin_layout Standard
31989 To return to the default numbering style after you have changed to another
31990  one, use 
31991 \series bold
31992
31993 \backslash
31994 arabic
31995 \series default
31996  instead of 
31997 \series bold
31998
31999 \backslash
32000 roman
32001 \series default
32002  in the command above.
32003 \begin_inset ERT
32004 status collapsed
32005
32006 \begin_layout Plain Layout
32007
32008
32009 \backslash
32010 renewcommand{
32011 \backslash
32012 thefootnote}{
32013 \backslash
32014 arabic{footnote}}
32015 \end_layout
32016
32017 \end_inset
32018
32019
32020 \end_layout
32021
32022 \begin_layout Standard
32023 \begin_inset VSpace bigskip
32024 \end_inset
32025
32026
32027 \end_layout
32028
32029 \begin_layout Standard
32030 If you want to have footnotes numbered in the scheme 
32031 \begin_inset Quotes eld
32032 \end_inset
32033
32034 chapter.footnote
32035 \begin_inset Quotes erd
32036 \end_inset
32037
32038 , add the following command to your document preamble:
32039 \end_layout
32040
32041 \begin_layout Standard
32042
32043 \series bold
32044
32045 \backslash
32046 numberwithin{footnote}{chapter}
32047 \end_layout
32048
32049 \begin_layout Standard
32050 To be able to use the command 
32051 \series bold
32052
32053 \backslash
32054 numberwithin
32055 \series default
32056 , set in the tab 
32057 \family sans
32058 Math
32059 \begin_inset space ~
32060 \end_inset
32061
32062 Options
32063 \family default
32064  in the document settings the option 
32065 \family sans
32066 Use
32067 \begin_inset space ~
32068 \end_inset
32069
32070 AMS
32071 \begin_inset space ~
32072 \end_inset
32073
32074 math
32075 \begin_inset space ~
32076 \end_inset
32077
32078 package
32079 \family default
32080 .
32081 \end_layout
32082
32083 \begin_layout Standard
32084 \begin_inset ERT
32085 status collapsed
32086
32087 \begin_layout Plain Layout
32088
32089
32090 \backslash
32091 numberwithin{footnote}{chapter}
32092 \end_layout
32093
32094 \end_inset
32095
32096 This is another example footnote:
32097 \series bold
32098
32099 \begin_inset Foot
32100 status open
32101
32102 \begin_layout Plain Layout
32103 This is a footnote numbered in the scheme 
32104 \begin_inset Quotes eld
32105 \end_inset
32106
32107 chapter.footnote
32108 \begin_inset Quotes erd
32109 \end_inset
32110
32111 .
32112 \end_layout
32113
32114 \end_inset
32115
32116
32117 \series default
32118
32119 \begin_inset ERT
32120 status collapsed
32121
32122 \begin_layout Plain Layout
32123
32124
32125 \backslash
32126 renewcommand{
32127 \backslash
32128 thefootnote}{
32129 \backslash
32130 arabic{footnote}}
32131 \end_layout
32132
32133 \end_inset
32134
32135
32136 \end_layout
32137
32138 \begin_layout Standard
32139 \begin_inset Note Greyedout
32140 status open
32141
32142 \begin_layout Plain Layout
32143
32144 \series bold
32145 Note:
32146 \series default
32147  
32148 \series bold
32149
32150 \backslash
32151 numberwithin
32152 \series default
32153  always prints out the footnote number as arabic number; previous redefinitions
32154  to get non-arabic numbers are overwritten.
32155 \end_layout
32156
32157 \end_inset
32158
32159
32160 \end_layout
32161
32162 \begin_layout Standard
32163 So to get for example the scheme 
32164 \begin_inset Quotes eld
32165 \end_inset
32166
32167 chapter.
32168 \backslash
32169 Roman{footnote}
32170 \begin_inset Quotes erd
32171 \end_inset
32172
32173 , use this command instead of 
32174 \series bold
32175
32176 \backslash
32177 numberwithin
32178 \series default
32179 :
32180 \end_layout
32181
32182 \begin_layout Standard
32183
32184 \series bold
32185
32186 \backslash
32187 renewcommand{
32188 \backslash
32189 thefootnote}{
32190 \backslash
32191 thechapter.
32192 \backslash
32193 Roman{footnote}}
32194 \end_layout
32195
32196 \begin_layout Subsection
32197 Footnote Placement
32198 \begin_inset Index idx
32199 status collapsed
32200
32201 \begin_layout Plain Layout
32202 Footnotes ! Placement
32203 \end_layout
32204
32205 \end_inset
32206
32207
32208 \end_layout
32209
32210 \begin_layout Standard
32211 If you have several footnotes in one page, they appear without vertical
32212  space between them at the bottom of the page.
32213  To make them more readable you can e.
32214 \begin_inset space \thinspace{}
32215 \end_inset
32216
32217 g.
32218 \begin_inset space \space{}
32219 \end_inset
32220
32221 add 1.5
32222 \begin_inset space \thinspace{}
32223 \end_inset
32224
32225 mm space with the following preamble command:
32226 \end_layout
32227
32228 \begin_layout Standard
32229
32230 \series bold
32231
32232 \backslash
32233 let
32234 \backslash
32235 myFoot
32236 \backslash
32237 footnote
32238 \begin_inset Newline newline
32239 \end_inset
32240
32241
32242 \backslash
32243 renewcommand{
32244 \backslash
32245 footnote}[1]{
32246 \backslash
32247 myFoot{#1
32248 \backslash
32249 vspace{1.5mm}}}
32250 \end_layout
32251
32252 \begin_layout Standard
32253 \begin_inset VSpace bigskip
32254 \end_inset
32255
32256 In a two-column document the footnotes appear at the bottom of every column,
32257  see Figure
32258 \begin_inset space ~
32259 \end_inset
32260
32261
32262 \begin_inset CommandInset ref
32263 LatexCommand ref
32264 reference "fig:Standard-footnote-placement"
32265
32266 \end_inset
32267
32268 .
32269  If the footnotes should only appear at the bottom of the right column,
32270  as in Figure
32271 \begin_inset space ~
32272 \end_inset
32273
32274
32275 \begin_inset CommandInset ref
32276 LatexCommand ref
32277 reference "fig:Footnote-placement-in"
32278
32279 \end_inset
32280
32281 , use the \SpecialChar LaTeX
32282 -package 
32283 \series bold
32284 ftnright
32285 \series default
32286
32287 \begin_inset Index idx
32288 status collapsed
32289
32290 \begin_layout Plain Layout
32291 \SpecialChar LaTeX
32292 -packages ! ftnright
32293 \end_layout
32294
32295 \end_inset
32296
32297  with this command in the document preamble:
32298 \end_layout
32299
32300 \begin_layout Standard
32301
32302 \series bold
32303
32304 \backslash
32305 usepackage{ftnright}
32306 \end_layout
32307
32308 \begin_layout Standard
32309 \begin_inset Float figure
32310 placement !h
32311 wide false
32312 sideways false
32313 status open
32314
32315 \begin_layout Plain Layout
32316 \noindent
32317 \align center
32318 \begin_inset Box Boxed
32319 position "t"
32320 hor_pos "c"
32321 has_inner_box 0
32322 inner_pos "t"
32323 use_parbox 0
32324 use_makebox 0
32325 width ""
32326 special "none"
32327 height "1in"
32328 height_special "totalheight"
32329 thickness "0.4pt"
32330 separation "3pt"
32331 shadowsize "4pt"
32332 framecolor "black"
32333 backgroundcolor "none"
32334 status open
32335
32336 \begin_layout Plain Layout
32337 \begin_inset Graphics
32338         filename clipart/without_fntright.pdf
32339         width 100col%
32340         scaleBeforeRotation
32341
32342 \end_inset
32343
32344
32345 \end_layout
32346
32347 \end_inset
32348
32349
32350 \end_layout
32351
32352 \begin_layout Plain Layout
32353 \begin_inset Caption Standard
32354
32355 \begin_layout Plain Layout
32356 \begin_inset CommandInset label
32357 LatexCommand label
32358 name "fig:Standard-footnote-placement"
32359
32360 \end_inset
32361
32362 Standard footnote placement in two-column documents.
32363 \end_layout
32364
32365 \end_inset
32366
32367
32368 \end_layout
32369
32370 \end_inset
32371
32372
32373 \end_layout
32374
32375 \begin_layout Standard
32376 \begin_inset Float figure
32377 placement !h
32378 wide false
32379 sideways false
32380 status open
32381
32382 \begin_layout Plain Layout
32383 \noindent
32384 \align center
32385 \begin_inset Box Boxed
32386 position "t"
32387 hor_pos "c"
32388 has_inner_box 0
32389 inner_pos "t"
32390 use_parbox 0
32391 use_makebox 0
32392 width ""
32393 special "none"
32394 height "1in"
32395 height_special "totalheight"
32396 thickness "0.4pt"
32397 separation "3pt"
32398 shadowsize "4pt"
32399 framecolor "black"
32400 backgroundcolor "none"
32401 status open
32402
32403 \begin_layout Plain Layout
32404 \begin_inset Graphics
32405         filename clipart/with_fntright.pdf
32406         width 100col%
32407         scaleBeforeRotation
32408
32409 \end_inset
32410
32411
32412 \end_layout
32413
32414 \end_inset
32415
32416
32417 \end_layout
32418
32419 \begin_layout Plain Layout
32420 \begin_inset Caption Standard
32421
32422 \begin_layout Plain Layout
32423 \begin_inset CommandInset label
32424 LatexCommand label
32425 name "fig:Footnote-placement-in"
32426
32427 \end_inset
32428
32429 Footnote placement in two-column documents when the \SpecialChar LaTeX
32430 -package 
32431 \series bold
32432 ftnright
32433 \series default
32434  is used.
32435 \end_layout
32436
32437 \end_inset
32438
32439
32440 \end_layout
32441
32442 \end_inset
32443
32444
32445 \end_layout
32446
32447 \begin_layout Standard
32448 \begin_inset VSpace bigskip
32449 \end_inset
32450
32451 In some scientific literature it is usual to collect the footnotes and print
32452  them in a separate paragraph at the end of a section, as in Figure
32453 \begin_inset space ~
32454 \end_inset
32455
32456
32457 \begin_inset CommandInset ref
32458 LatexCommand ref
32459 reference "fig:Endnotes"
32460
32461 \end_inset
32462
32463 .
32464  They are then called 
32465 \begin_inset Quotes eld
32466 \end_inset
32467
32468 endnotes
32469 \begin_inset Quotes erd
32470 \end_inset
32471
32472 .
32473 \begin_inset Index idx
32474 status collapsed
32475
32476 \begin_layout Plain Layout
32477 Endnotes
32478 \end_layout
32479
32480 \end_inset
32481
32482  To use endnotes instead of footnotes in your document, load in the menu
32483  
32484 \family sans
32485 Document\SpecialChar menuseparator
32486 Settings\SpecialChar menuseparator
32487 Modules 
32488 \family default
32489 the module 
32490 \family sans
32491 Foot
32492 \begin_inset space ~
32493 \end_inset
32494
32495 to
32496 \begin_inset space ~
32497 \end_inset
32498
32499 End
32500 \family default
32501 .
32502  To insert the collected footnotes, insert the command
32503 \end_layout
32504
32505 \begin_layout Standard
32506
32507 \series bold
32508
32509 \backslash
32510 theendnotes
32511 \end_layout
32512
32513 \begin_layout Standard
32514 in \SpecialChar TeX
32515  Code at the end of a section or chapter.
32516 \end_layout
32517
32518 \begin_layout Standard
32519 \begin_inset Float figure
32520 wide false
32521 sideways false
32522 status open
32523
32524 \begin_layout Plain Layout
32525 \noindent
32526 \align center
32527 \begin_inset Box Boxed
32528 position "t"
32529 hor_pos "c"
32530 has_inner_box 0
32531 inner_pos "t"
32532 use_parbox 0
32533 use_makebox 0
32534 width ""
32535 special "none"
32536 height "1in"
32537 height_special "totalheight"
32538 thickness "0.4pt"
32539 separation "3pt"
32540 shadowsize "4pt"
32541 framecolor "black"
32542 backgroundcolor "none"
32543 status open
32544
32545 \begin_layout Plain Layout
32546 \begin_inset Graphics
32547         filename clipart/endnotes.pdf
32548         width 100col%
32549         scaleBeforeRotation
32550
32551 \end_inset
32552
32553
32554 \end_layout
32555
32556 \end_inset
32557
32558
32559 \end_layout
32560
32561 \begin_layout Plain Layout
32562 \begin_inset Caption Standard
32563
32564 \begin_layout Plain Layout
32565 \begin_inset CommandInset label
32566 LatexCommand label
32567 name "fig:Endnotes"
32568
32569 \end_inset
32570
32571 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
32572  or chapters.
32573 \end_layout
32574
32575 \end_inset
32576
32577
32578 \end_layout
32579
32580 \end_inset
32581
32582
32583 \end_layout
32584
32585 \begin_layout Standard
32586 \begin_inset VSpace medskip
32587 \end_inset
32588
32589 The paragraph heading for the endnotes isn't automatically translated into
32590  the document language, this must be done manually.
32591  The following preamble command translates the default English 
32592 \begin_inset Quotes eld
32593 \end_inset
32594
32595 Notes
32596 \begin_inset Quotes erd
32597 \end_inset
32598
32599  into the German 
32600 \begin_inset Quotes eld
32601 \end_inset
32602
32603 Anmerkungen
32604 \begin_inset Quotes erd
32605 \end_inset
32606
32607 :
32608 \end_layout
32609
32610 \begin_layout Standard
32611
32612 \series bold
32613
32614 \backslash
32615 renewcommand{
32616 \backslash
32617 notesname}{Anmerkungen}
32618 \end_layout
32619
32620 \begin_layout Standard
32621 \begin_inset VSpace medskip
32622 \end_inset
32623
32624 The numbering of endnotes can be changed like the footnote numbering as
32625  described in section
32626 \begin_inset space ~
32627 \end_inset
32628
32629
32630 \begin_inset CommandInset ref
32631 LatexCommand ref
32632 reference "subsec:Footnote-Numbering"
32633
32634 \end_inset
32635
32636 ; just replace the command 
32637 \series bold
32638
32639 \backslash
32640 thefootnote
32641 \series default
32642  by 
32643 \series bold
32644
32645 \backslash
32646 theendnote
32647 \series default
32648 .
32649  To reset the endnote number use the command 
32650 \series bold
32651
32652 \backslash
32653 @addtoreset
32654 \series default
32655  as described in section
32656 \begin_inset space ~
32657 \end_inset
32658
32659
32660 \begin_inset CommandInset ref
32661 LatexCommand ref
32662 reference "subsec:Footnote-Numbering"
32663
32664 \end_inset
32665
32666  and replace the command parameter 
32667 \series bold
32668 footnote
32669 \series default
32670  by 
32671 \series bold
32672 endnote
32673 \series default
32674 .
32675 \end_layout
32676
32677 \begin_layout Standard
32678 For endnotes there is the command 
32679 \series bold
32680
32681 \backslash
32682 endnotemark[number]
32683 \series default
32684  similar to the command 
32685 \series bold
32686
32687 \backslash
32688 footnotemark
32689 \series default
32690 , that is described in section
32691 \begin_inset space ~
32692 \end_inset
32693
32694
32695 \begin_inset CommandInset ref
32696 LatexCommand ref
32697 reference "sec:Footnotes"
32698
32699 \end_inset
32700
32701 .
32702 \end_layout
32703
32704 \begin_layout Standard
32705 \begin_inset VSpace bigskip
32706 \end_inset
32707
32708 Footnotes can also be placed in the page margin and the footnote text alignment
32709  can be changed, see the \SpecialChar LaTeX
32710 -package 
32711 \series bold
32712 footmisc
32713 \series default
32714
32715 \begin_inset Index idx
32716 status collapsed
32717
32718 \begin_layout Plain Layout
32719 \SpecialChar LaTeX
32720 -packages ! footmisc
32721 \end_layout
32722
32723 \end_inset
32724
32725
32726 \begin_inset CommandInset citation
32727 LatexCommand cite
32728 key "footmisc"
32729
32730 \end_inset
32731
32732  for more information about this.
32733 \end_layout
32734
32735 \begin_layout Standard
32736 For various further footnote formatting issues have a look at \SpecialChar LaTeX
32737 -books, 
32738 \begin_inset CommandInset citation
32739 LatexCommand cite
32740 key "latexcompanion,latexguide,latexbook"
32741
32742 \end_inset
32743
32744 .
32745  If you are using a 
32746 \series bold
32747 KOMA-Script
32748 \series default
32749
32750 \begin_inset Index idx
32751 status collapsed
32752
32753 \begin_layout Plain Layout
32754 \SpecialChar LaTeX
32755 -packages ! KOMA-Script
32756 \end_layout
32757
32758 \end_inset
32759
32760  document class, you can adjust all footnote settings using class-specific
32761  commands, see 
32762 \begin_inset CommandInset citation
32763 LatexCommand cite
32764 key "KOMA-Script"
32765
32766 \end_inset
32767
32768 .
32769 \end_layout
32770
32771 \begin_layout Section
32772 Margin Notes
32773 \begin_inset Index idx
32774 status collapsed
32775
32776 \begin_layout Plain Layout
32777 Notes ! Margin Notes
32778 \end_layout
32779
32780 \end_inset
32781
32782
32783 \end_layout
32784
32785 \begin_layout Standard
32786 Margin notes look and behave in \SpecialChar LyX
32787  like footnotes.
32788  They are inserted via the menu 
32789 \family sans
32790 Insert\SpecialChar menuseparator
32791 Marginal
32792 \begin_inset space ~
32793 \end_inset
32794
32795 Note
32796 \family default
32797  or the toolbar button 
32798 \begin_inset Info
32799 type  "icon"
32800 arg   "marginalnote-insert"
32801 \end_inset
32802
32803 .
32804  A grey 
32805 \family roman
32806 \series medium
32807 box with the
32808 \family default
32809 \series default
32810  red 
32811 \family roman
32812 \series medium
32813 label 
32814 \begin_inset Quotes eld
32815 \end_inset
32816
32817 margin
32818 \begin_inset Quotes erd
32819 \end_inset
32820
32821  appears where you can enter the text of the margin note.
32822 \end_layout
32823
32824 \begin_layout Standard
32825 At the side is an example margin note.
32826
32827 \family roman
32828 \series medium
32829  
32830 \begin_inset Marginal
32831 status open
32832
32833 \begin_layout Plain Layout
32834 This is a margin note.
32835 \end_layout
32836
32837 \end_inset
32838
32839
32840 \end_layout
32841
32842 \begin_layout Standard
32843 Margin notes appear at the right side in single-sided documents.
32844  In double-sided documents they appear in the outer margin â€“ left on even
32845  pages, right on odd pages.
32846  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
32847 d when the note appears in the left margin.
32848  The first line of the margin note is placed at the position of the text
32849  line where it is inserted in the document.
32850 \end_layout
32851
32852 \begin_layout Standard
32853 \begin_inset VSpace bigskip
32854 \end_inset
32855
32856 To place the margin note in the inner margin, add the command
32857 \end_layout
32858
32859 \begin_layout Standard
32860
32861 \series bold
32862
32863 \backslash
32864 reversemarginpar
32865 \end_layout
32866
32867 \begin_layout Standard
32868 in \SpecialChar TeX
32869  Code before a margin note.
32870  The new placement is valid for all subsequent margin notes.
32871  
32872 \begin_inset ERT
32873 status collapsed
32874
32875 \begin_layout Plain Layout
32876
32877
32878 \backslash
32879 reversemarginpar 
32880 \end_layout
32881
32882 \end_inset
32883
32884
32885 \begin_inset Marginal
32886 status open
32887
32888 \begin_layout Plain Layout
32889 This is a margin note in the inner margin.
32890 \end_layout
32891
32892 \end_inset
32893
32894
32895 \series bold
32896
32897 \begin_inset Newline newline
32898 \end_inset
32899
32900
32901 \series default
32902
32903 \begin_inset Note Greyedout
32904 status open
32905
32906 \begin_layout Plain Layout
32907
32908 \series bold
32909 Note:
32910 \series default
32911  There is often not enough space in the inner margin so that the notes are
32912  not correctly displayed in the output.
32913 \end_layout
32914
32915 \end_inset
32916
32917
32918 \end_layout
32919
32920 \begin_layout Standard
32921 To return to the default placement insert the command
32922 \end_layout
32923
32924 \begin_layout Standard
32925
32926 \series bold
32927
32928 \backslash
32929 normalmarginpar
32930 \end_layout
32931
32932 \begin_layout Standard
32933 in \SpecialChar TeX
32934  Code.
32935 \begin_inset ERT
32936 status collapsed
32937
32938 \begin_layout Plain Layout
32939
32940
32941 \backslash
32942 normalmarginpar 
32943 \end_layout
32944
32945 \end_inset
32946
32947  
32948 \begin_inset Note Greyedout
32949 status open
32950
32951 \begin_layout Plain Layout
32952
32953 \series bold
32954 Note:
32955 \series default
32956  The command is ignored when it is within a paragraph where also the command
32957  
32958 \series bold
32959
32960 \backslash
32961 reversemarginpar
32962 \series default
32963  is inserted.
32964 \end_layout
32965
32966 \end_inset
32967
32968
32969 \end_layout
32970
32971 \begin_layout Standard
32972 \begin_inset VSpace bigskip
32973 \end_inset
32974
32975
32976 \family roman
32977 \series medium
32978
32979 \begin_inset Marginal
32980 status open
32981
32982 \begin_layout Plain Layout
32983 AVeryLongMarginParWord that isn't hyphenated.
32984 \end_layout
32985
32986 \end_inset
32987
32988
32989 \family default
32990 \series default
32991  Similar to the case described in section
32992 \begin_inset space ~
32993 \end_inset
32994
32995
32996 \begin_inset CommandInset ref
32997 LatexCommand ref
32998 reference "subsec:Multiple-Lines-in"
32999
33000 \end_inset
33001
33002 , long words cannot be hyphenated when they are the first word in a margin
33003  note.
33004  To avoid this, insert 0
33005 \begin_inset space \thinspace{}
33006 \end_inset
33007
33008 pt horizontal space before the word
33009 \family roman
33010 \series medium
33011 .
33012  
33013 \begin_inset Marginal
33014 status open
33015
33016 \begin_layout Plain Layout
33017 \begin_inset space \hspace*{}
33018 \length 0pt
33019 \end_inset
33020
33021 AVeryLongMarginParWord that is hyphenated.
33022 \end_layout
33023
33024 \end_inset
33025
33026
33027 \end_layout
33028
33029 \begin_layout Standard
33030 \begin_inset VSpace bigskip
33031 \end_inset
33032
33033
33034 \end_layout
33035
33036 \begin_layout Standard
33037 \begin_inset Note Greyedout
33038 status open
33039
33040 \begin_layout Plain Layout
33041
33042 \series bold
33043 Note:
33044 \series default
33045  Margin notes can normally not be used inside tables, floats, and footnotes.
33046 \end_layout
33047
33048 \end_inset
33049
33050
33051 \end_layout
33052
33053 \begin_layout Standard
33054 \begin_inset VSpace bigskip
33055 \end_inset
33056
33057
33058 \end_layout
33059
33060 \begin_layout Standard
33061 \begin_inset ERT
33062 status collapsed
33063
33064 \begin_layout Plain Layout
33065
33066
33067 \backslash
33068 ifmarginnote
33069 \end_layout
33070
33071 \end_inset
33072
33073
33074 \begin_inset Note Note
33075 status open
33076
33077 \begin_layout Plain Layout
33078 The following section will only be displayed when the \SpecialChar LaTeX
33079 -package 
33080 \series bold
33081 marginnote
33082 \series default
33083  is installed.
33084 \end_layout
33085
33086 \end_inset
33087
33088
33089 \end_layout
33090
33091 \begin_layout Standard
33092 This restriction can be evaded by using the \SpecialChar LaTeX
33093 -package 
33094 \series bold
33095 marginnote
33096 \series default
33097
33098 \begin_inset Index idx
33099 status collapsed
33100
33101 \begin_layout Plain Layout
33102 \SpecialChar LaTeX
33103 -packages ! marginnote
33104 \end_layout
33105
33106 \end_inset
33107
33108 .
33109  By adding these two lines to your document preamble, the command used by
33110  \SpecialChar LyX
33111  for margin notes is redefined to use the command provided by the 
33112 \series bold
33113 marginnote
33114 \series default
33115 -package:
33116 \end_layout
33117
33118 \begin_layout Standard
33119
33120 \series bold
33121
33122 \backslash
33123 usepackage{marginnote}
33124 \begin_inset Newline newline
33125 \end_inset
33126
33127
33128 \backslash
33129 let
33130 \backslash
33131 marginpar
33132 \backslash
33133 marginnote
33134 \end_layout
33135
33136 \begin_layout Standard
33137 This is also used in this document because 
33138 \series bold
33139 marginnote
33140 \series default
33141  has another useful feature: You can set a vertical offset for the note.
33142  This is often needed when too many margin notes are too close together
33143  or for a better page layout.
33144  The offset is set in \SpecialChar LyX
33145  as \SpecialChar TeX
33146  Code directly after the margin note in the scheme
33147 \end_layout
33148
33149 \begin_layout Standard
33150
33151 \series bold
33152 [offset]
33153 \end_layout
33154
33155 \begin_layout Standard
33156 where the offset is a length with one of the units listed in Table
33157 \begin_inset space ~
33158 \end_inset
33159
33160
33161 \begin_inset CommandInset ref
33162 LatexCommand ref
33163 reference "tab:Units"
33164
33165 \end_inset
33166
33167 .
33168  A negative value shifts the note up, a positive value shifts it down.
33169  
33170 \family roman
33171 \series medium
33172 For example the margin note beside this text line is shifted up 1.5
33173 \begin_inset space \thinspace{}
33174 \end_inset
33175
33176 cm with the \SpecialChar TeX
33177  Code command 
33178 \begin_inset Quotes eld
33179 \end_inset
33180
33181
33182 \family default
33183 \series bold
33184 [-1.5cm]
33185 \family roman
33186 \series medium
33187
33188 \begin_inset Quotes erd
33189 \end_inset
33190
33191
33192 \begin_inset Marginal
33193 status open
33194
33195 \begin_layout Plain Layout
33196 This margin note is shifted up 1.5
33197 \begin_inset space \thinspace{}
33198 \end_inset
33199
33200 cm from its original position.
33201 \end_layout
33202
33203 \end_inset
33204
33205
33206 \family default
33207 \series default
33208
33209 \begin_inset ERT
33210 status collapsed
33211
33212 \begin_layout Plain Layout
33213
33214 [-1.5cm]
33215 \end_layout
33216
33217 \end_inset
33218
33219
33220 \end_layout
33221
33222 \begin_layout Standard
33223 \begin_inset VSpace medskip
33224 \end_inset
33225
33226 With 
33227 \series bold
33228 marginnote
33229 \series default
33230  you can also change the alignment of the text in the margin note.
33231  For example the commands
33232 \end_layout
33233
33234 \begin_layout Standard
33235
33236 \series bold
33237
33238 \backslash
33239 renewcommand*{
33240 \backslash
33241 raggedleftmarginnote}{
33242 \backslash
33243 centering}
33244 \begin_inset Newline newline
33245 \end_inset
33246
33247
33248 \backslash
33249 renewcommand*{
33250 \backslash
33251 raggedrightmarginnote}{
33252 \backslash
33253 centering}
33254 \end_layout
33255
33256 \begin_layout Standard
33257 set the alignment to centered.
33258  
33259 \series bold
33260
33261 \backslash
33262 raggedleftmarginnote
33263 \series default
33264  denotes margin notes that appear at the left side.
33265 \family roman
33266 \series medium
33267
33268 \begin_inset ERT
33269 status collapsed
33270
33271 \begin_layout Plain Layout
33272
33273
33274 \backslash
33275 renewcommand*{
33276 \backslash
33277 raggedleftmarginnote}{
33278 \backslash
33279 centering}
33280 \end_layout
33281
33282 \begin_layout Plain Layout
33283
33284
33285 \backslash
33286 renewcommand*{
33287 \backslash
33288 raggedrightmarginnote}{
33289 \backslash
33290 centering}
33291 \end_layout
33292
33293 \end_inset
33294
33295
33296 \begin_inset Marginal
33297 status open
33298
33299 \begin_layout Plain Layout
33300 The text of this margin note is centered.
33301 \end_layout
33302
33303 \end_inset
33304
33305
33306 \family default
33307 \series default
33308  The default is
33309 \end_layout
33310
33311 \begin_layout Standard
33312
33313 \series bold
33314
33315 \backslash
33316 renewcommand*{
33317 \backslash
33318 raggedleftmarginnote}{
33319 \backslash
33320 raggedleft}
33321 \begin_inset Newline newline
33322 \end_inset
33323
33324
33325 \backslash
33326 renewcommand*{
33327 \backslash
33328 raggedrightmarginnote}{
33329 \backslash
33330 raggedright}
33331 \family roman
33332 \series medium
33333
33334 \begin_inset ERT
33335 status collapsed
33336
33337 \begin_layout Plain Layout
33338
33339
33340 \backslash
33341 renewcommand*{
33342 \backslash
33343 raggedleftmarginnote}{
33344 \backslash
33345 raggedleft}
33346 \end_layout
33347
33348 \begin_layout Plain Layout
33349
33350
33351 \backslash
33352 renewcommand*{
33353 \backslash
33354 raggedrightmarginnote}{
33355 \backslash
33356 raggedright}
33357 \end_layout
33358
33359 \end_inset
33360
33361
33362 \end_layout
33363
33364 \begin_layout Standard
33365 \begin_inset VSpace medskip
33366 \end_inset
33367
33368 For the other features of 
33369 \series bold
33370 marginnote
33371 \series default
33372  refer to its documentation 
33373 \begin_inset CommandInset citation
33374 LatexCommand cite
33375 key "marginnote"
33376
33377 \end_inset
33378
33379 .
33380 \end_layout
33381
33382 \begin_layout Standard
33383 \begin_inset VSpace bigskip
33384 \end_inset
33385
33386 You can adjust the layout of margin notes by changing its definition.
33387  To create for example a header for all margin notes with the underlined,
33388  sans-serif, and bold header text 
33389 \begin_inset Quotes eld
33390 \end_inset
33391
33392
33393 \family sans
33394 \series bold
33395 \bar under
33396 Attention!
33397 \family default
33398 \series default
33399 \bar default
33400
33401 \begin_inset Quotes erd
33402 \end_inset
33403
33404 , add this to your document preamble:
33405 \end_layout
33406
33407 \begin_layout Standard
33408
33409 \series bold
33410
33411 \backslash
33412 let
33413 \backslash
33414 myMarginpar
33415 \backslash
33416 marginpar
33417 \begin_inset Newline newline
33418 \end_inset
33419
33420
33421 \backslash
33422 renewcommand{
33423 \backslash
33424 marginpar}[1]{
33425 \backslash
33426 myMarginpar{%
33427 \begin_inset Newline newline
33428 \end_inset
33429
33430
33431 \begin_inset Phantom HPhantom
33432 status open
33433
33434 \begin_layout Plain Layout
33435
33436 \series bold
33437 \begin_inset space ~
33438 \end_inset
33439
33440
33441 \end_layout
33442
33443 \end_inset
33444
33445
33446 \backslash
33447 hspace{0pt}
33448 \backslash
33449 textsf{
33450 \backslash
33451 textbf{
33452 \backslash
33453 underbar{Attention!}}}%
33454 \begin_inset Newline newline
33455 \end_inset
33456
33457
33458 \begin_inset Phantom HPhantom
33459 status open
33460
33461 \begin_layout Plain Layout
33462
33463 \series bold
33464 \begin_inset space ~
33465 \end_inset
33466
33467
33468 \end_layout
33469
33470 \end_inset
33471
33472
33473 \backslash
33474 vspace{1.5mm}
33475 \backslash
33476
33477 \backslash
33478 #1}}
33479 \end_layout
33480
33481 \begin_layout Standard
33482
33483 \family roman
33484 \series medium
33485 \begin_inset ERT
33486 status collapsed
33487
33488 \begin_layout Plain Layout
33489
33490
33491 \backslash
33492 let
33493 \backslash
33494 myMarginpar
33495 \backslash
33496 marginpar
33497 \end_layout
33498
33499 \begin_layout Plain Layout
33500
33501
33502 \backslash
33503 renewcommand{
33504 \backslash
33505 marginpar}[1]{
33506 \backslash
33507 myMarginpar{%
33508 \end_layout
33509
33510 \begin_layout Plain Layout
33511
33512    
33513 \backslash
33514 textsf{
33515 \backslash
33516 textbf{
33517 \backslash
33518 underbar{Attention!}}}%
33519 \end_layout
33520
33521 \begin_layout Plain Layout
33522
33523    
33524 \backslash
33525 vspace{1.5mm}
33526 \backslash
33527
33528 \backslash
33529 #1}}
33530 \end_layout
33531
33532 \end_inset
33533
33534
33535 \begin_inset Marginal
33536 status open
33537
33538 \begin_layout Plain Layout
33539 This is a margin note with a defined heading.
33540 \end_layout
33541
33542 \end_inset
33543
33544
33545 \family default
33546 \series default
33547
33548 \begin_inset ERT
33549 status collapsed
33550
33551 \begin_layout Plain Layout
33552
33553 [-1.5cm]
33554 \end_layout
33555
33556 \end_inset
33557
33558
33559 \family roman
33560 \series medium
33561
33562 \begin_inset ERT
33563 status collapsed
33564
33565 \begin_layout Plain Layout
33566
33567
33568 \backslash
33569 renewcommand{
33570 \backslash
33571 marginpar}[1]{
33572 \backslash
33573 myMarginpar{#1}}
33574 \end_layout
33575
33576 \end_inset
33577
33578
33579 \family default
33580 \series default
33581
33582 \begin_inset Note Note
33583 status collapsed
33584
33585 \begin_layout Plain Layout
33586 The margin note format is changed only for this example.
33587 \end_layout
33588
33589 \end_inset
33590
33591
33592 \end_layout
33593
33594 \begin_layout Standard
33595 \begin_inset ERT
33596 status collapsed
33597
33598 \begin_layout Plain Layout
33599
33600
33601 \backslash
33602 else
33603 \end_layout
33604
33605 \end_inset
33606
33607
33608 \begin_inset Note Note
33609 status open
33610
33611 \begin_layout Plain Layout
33612 The following will be displayed when the \SpecialChar LaTeX
33613 -package 
33614 \series bold
33615 marginnote
33616 \series default
33617  is not installed:
33618 \end_layout
33619
33620 \end_inset
33621
33622
33623 \end_layout
33624
33625 \begin_layout Standard
33626 You need to install the \SpecialChar LaTeX
33627 -package 
33628 \series bold
33629 marginnote
33630 \series default
33631  to see the following part of this section in the output.
33632 \end_layout
33633
33634 \begin_layout Standard
33635 \begin_inset ERT
33636 status collapsed
33637
33638 \begin_layout Plain Layout
33639
33640
33641 \backslash
33642 fi
33643 \end_layout
33644
33645 \end_inset
33646
33647
33648 \end_layout
33649
33650 \begin_layout Chapter
33651 Boxes
33652 \end_layout
33653
33654 \begin_layout Section
33655 Introduction
33656 \begin_inset Index idx
33657 status collapsed
33658
33659 \begin_layout Plain Layout
33660 Boxes ! Introduction
33661 \end_layout
33662
33663 \end_inset
33664
33665
33666 \end_layout
33667
33668 \begin_layout Standard
33669 Boxes are used to format a block of text.
33670  Boxes can be used to write documents with multiple languages, see section
33671 \begin_inset space ~
33672 \end_inset
33673
33674
33675 \begin_inset CommandInset ref
33676 LatexCommand ref
33677 reference "sec:Minipages"
33678
33679 \end_inset
33680
33681 , to frame texts, see section
33682 \begin_inset space ~
33683 \end_inset
33684
33685
33686 \begin_inset CommandInset ref
33687 LatexCommand ref
33688 reference "sec:Decoration"
33689
33690 \end_inset
33691
33692 , to prevent words from being hyphenated, see section
33693 \begin_inset space ~
33694 \end_inset
33695
33696
33697 \begin_inset CommandInset ref
33698 LatexCommand ref
33699 reference "sec:Prevent-Hyphenation"
33700
33701 \end_inset
33702
33703 , to align text, see section
33704 \begin_inset space ~
33705 \end_inset
33706
33707
33708 \begin_inset CommandInset ref
33709 LatexCommand ref
33710 reference "subsec:Vertical-Alignment"
33711
33712 \end_inset
33713
33714 , or to set the background color of texts, see section
33715 \begin_inset space ~
33716 \end_inset
33717
33718
33719 \begin_inset CommandInset ref
33720 LatexCommand ref
33721 reference "sec:Colored-Boxes"
33722
33723 \end_inset
33724
33725 .
33726 \end_layout
33727
33728 \begin_layout Standard
33729 Boxes can be inserted with the menu 
33730 \family sans
33731 Insert\SpecialChar menuseparator
33732 Box
33733 \family default
33734  or the toolbar button 
33735 \begin_inset Info
33736 type  "icon"
33737 arg   "box-insert Frameless"
33738 \end_inset
33739
33740 .
33741  A grey box with the label 
33742 \family sans
33743 Box (Minipage)
33744 \family default
33745
33746 \begin_inset Graphics
33747         filename clipart/BoxInsetDefault.png
33748         scale 85
33749         scaleBeforeRotation
33750
33751 \end_inset
33752
33753  will be inserted.
33754  The box type can be specified by right-clicking on the box and selecting
33755  
33756 \family sans
33757 Settings
33758 \family default
33759 .
33760  The box dialog offers the 
33761 \family sans
33762 Inner
33763 \begin_inset space ~
33764 \end_inset
33765
33766 Box
33767 \family default
33768  types 
33769 \family sans
33770 Makebox
33771 \family default
33772
33773 \family sans
33774 Parbox
33775 \family default
33776  and 
33777 \family sans
33778 Minipage
33779 \family default
33780 .
33781  The type 
33782 \family sans
33783 Minipage
33784 \family default
33785  is the default for new boxes and is explained in section
33786 \begin_inset space ~
33787 \end_inset
33788
33789
33790 \begin_inset CommandInset ref
33791 LatexCommand ref
33792 reference "sec:Minipages"
33793
33794 \end_inset
33795
33796 ; the type 
33797 \family sans
33798 Parbox
33799 \family default
33800  is described in section
33801 \begin_inset space ~
33802 \end_inset
33803
33804
33805 \begin_inset CommandInset ref
33806 LatexCommand ref
33807 reference "sec:Parboxes"
33808
33809 \end_inset
33810
33811  and the type 
33812 \family sans
33813 Makebox
33814 \family default
33815  in 
33816 \begin_inset CommandInset ref
33817 LatexCommand ref
33818 reference "sec:Prevent-Hyphenation"
33819
33820 \end_inset
33821
33822 .
33823 \end_layout
33824
33825 \begin_layout Standard
33826 Boxes are not numbered and can therefore not be referenced like floats or
33827  footnotes.
33828 \end_layout
33829
33830 \begin_layout Standard
33831 \begin_inset Note Greyedout
33832 status open
33833
33834 \begin_layout Plain Layout
33835
33836 \series bold
33837 Note:
33838 \series default
33839  Boxes must not be the item in an 
33840 \family sans
33841 Itemize
33842 \family default
33843  or 
33844 \family sans
33845 Description
33846 \family default
33847  environment.
33848 \end_layout
33849
33850 \end_inset
33851
33852
33853 \end_layout
33854
33855 \begin_layout Standard
33856 \begin_inset Note Greyedout
33857 status open
33858
33859 \begin_layout Plain Layout
33860
33861 \series bold
33862 Note:
33863 \series default
33864  For an unknown reason you can only set the 
33865 \family sans
33866 Inner
33867 \begin_inset space ~
33868 \end_inset
33869
33870 Box
33871 \family default
33872  type to 
33873 \family sans
33874 None
33875 \family default
33876  when you use a framed box.
33877  Boxes without an 
33878 \family sans
33879 Inner
33880 \begin_inset space ~
33881 \end_inset
33882
33883 Box
33884 \family default
33885  type and without frames are explained in section
33886 \begin_inset space ~
33887 \end_inset
33888
33889
33890 \begin_inset CommandInset ref
33891 LatexCommand ref
33892 reference "sec:Prevent-Hyphenation"
33893
33894 \end_inset
33895
33896 .
33897 \end_layout
33898
33899 \end_inset
33900
33901
33902 \end_layout
33903
33904 \begin_layout Section
33905 Box Dialog
33906 \begin_inset CommandInset label
33907 LatexCommand label
33908 name "sec:Box-Dialog"
33909
33910 \end_inset
33911
33912
33913 \begin_inset Index idx
33914 status collapsed
33915
33916 \begin_layout Plain Layout
33917 Boxes ! Box Dialog
33918 \end_layout
33919
33920 \end_inset
33921
33922
33923 \end_layout
33924
33925 \begin_layout Subsection
33926 Size
33927 \begin_inset Index idx
33928 status collapsed
33929
33930 \begin_layout Plain Layout
33931 Boxes ! Size
33932 \end_layout
33933
33934 \end_inset
33935
33936
33937 \end_layout
33938
33939 \begin_layout Standard
33940 In the box dialog you can adjust the box geometry in the fields 
33941 \family sans
33942 Width
33943 \family default
33944  and 
33945 \family sans
33946 Height
33947 \family default
33948 .
33949  The available units for the geometry are explained in Table
33950 \begin_inset space ~
33951 \end_inset
33952
33953
33954 \begin_inset CommandInset ref
33955 LatexCommand ref
33956 reference "tab:Units"
33957
33958 \end_inset
33959
33960 .
33961  The field 
33962 \family sans
33963 Height
33964 \family default
33965  offers the following additional sizes:
33966 \end_layout
33967
33968 \begin_layout Description
33969 Depth This is the plain text 
33970 \begin_inset Quotes eld
33971 \end_inset
33972
33973 height
33974 \begin_inset Quotes erd
33975 \end_inset
33976
33977 .
33978  It ignores the total depth when there are multiple text lines in the box:
33979 \begin_inset Newline newline
33980 \end_inset
33981
33982
33983 \begin_inset Newline newline
33984 \end_inset
33985
33986
33987 \begin_inset Newline newline
33988 \end_inset
33989
33990
33991 \begin_inset Box Boxed
33992 position "c"
33993 hor_pos "c"
33994 has_inner_box 1
33995 inner_pos "c"
33996 use_parbox 0
33997 use_makebox 0
33998 width "12col%"
33999 special "none"
34000 height "1in"
34001 height_special "depth"
34002 thickness "0.4pt"
34003 separation "3pt"
34004 shadowsize "4pt"
34005 framecolor "black"
34006 backgroundcolor "none"
34007 status collapsed
34008
34009 \begin_layout Plain Layout
34010 \align center
34011 Box height set to 1
34012 \begin_inset space \thinspace{}
34013 \end_inset
34014
34015 Depth
34016 \end_layout
34017
34018 \end_inset
34019
34020
34021 \begin_inset Newline newline
34022 \end_inset
34023
34024
34025 \begin_inset Newline newline
34026 \end_inset
34027
34028
34029 \end_layout
34030
34031 \begin_layout Description
34032 Height This is the height of the text that is inside the box.
34033  A value of e.
34034 \begin_inset space \thinspace{}
34035 \end_inset
34036
34037 g.
34038 \begin_inset space \space{}
34039 \end_inset
34040
34041 2 for this size will set the box height to 2
34042 \begin_inset space ~
34043 \end_inset
34044
34045 times the text height: 
34046 \begin_inset Box Boxed
34047 position "c"
34048 hor_pos "c"
34049 has_inner_box 1
34050 inner_pos "c"
34051 use_parbox 0
34052 use_makebox 0
34053 width "20col%"
34054 special "none"
34055 height "2in"
34056 height_special "height"
34057 thickness "0.4pt"
34058 separation "3pt"
34059 shadowsize "4pt"
34060 framecolor "black"
34061 backgroundcolor "none"
34062 status collapsed
34063
34064 \begin_layout Plain Layout
34065 \align center
34066 Box height set to 2
34067 \begin_inset space \thinspace{}
34068 \end_inset
34069
34070 Height
34071 \end_layout
34072
34073 \end_inset
34074
34075
34076 \end_layout
34077
34078 \begin_layout Description
34079 Total
34080 \begin_inset space ~
34081 \end_inset
34082
34083 Height This is the Height
34084 \begin_inset space \thinspace{}
34085 \end_inset
34086
34087 +
34088 \begin_inset space \thinspace{}
34089 \end_inset
34090
34091 Depth: 
34092 \begin_inset Box Boxed
34093 position "c"
34094 hor_pos "c"
34095 has_inner_box 1
34096 inner_pos "c"
34097 use_parbox 0
34098 use_makebox 0
34099 width "20col%"
34100 special "none"
34101 height "1in"
34102 height_special "totalheight"
34103 thickness "0.4pt"
34104 separation "3pt"
34105 shadowsize "4pt"
34106 framecolor "black"
34107 backgroundcolor "none"
34108 status collapsed
34109
34110 \begin_layout Plain Layout
34111 \align center
34112 Box height set to 1
34113 \begin_inset space \thinspace{}
34114 \end_inset
34115
34116 Total
34117 \begin_inset space ~
34118 \end_inset
34119
34120 Height
34121 \end_layout
34122
34123 \end_inset
34124
34125
34126 \end_layout
34127
34128 \begin_layout Description
34129 Width This sets the width of the box as height: 
34130 \begin_inset Box Boxed
34131 position "c"
34132 hor_pos "c"
34133 has_inner_box 1
34134 inner_pos "c"
34135 use_parbox 0
34136 use_makebox 0
34137 width "12col%"
34138 special "none"
34139 height "1in"
34140 height_special "width"
34141 thickness "0.4pt"
34142 separation "3pt"
34143 shadowsize "4pt"
34144 framecolor "black"
34145 backgroundcolor "none"
34146 status collapsed
34147
34148 \begin_layout Plain Layout
34149 \align center
34150 Box height set to 1
34151 \begin_inset space \thinspace{}
34152 \end_inset
34153
34154 Width
34155 \end_layout
34156
34157 \end_inset
34158
34159
34160 \end_layout
34161
34162 \begin_layout Subsection
34163 Alignment
34164 \begin_inset Index idx
34165 status collapsed
34166
34167 \begin_layout Plain Layout
34168 Boxes ! Alignment
34169 \end_layout
34170
34171 \end_inset
34172
34173
34174 \end_layout
34175
34176 \begin_layout Standard
34177 When you have chosen an 
34178 \family sans
34179 Inner
34180 \begin_inset space ~
34181 \end_inset
34182
34183 Box
34184 \family default
34185 , the vertical box alignment can be:
34186 \end_layout
34187
34188 \begin_layout Description
34189 Top This is an example text line.
34190  
34191 \begin_inset Box Boxed
34192 position "t"
34193 hor_pos "c"
34194 has_inner_box 1
34195 inner_pos "c"
34196 use_parbox 0
34197 use_makebox 0
34198 width "12col%"
34199 special "none"
34200 height "1in"
34201 height_special "totalheight"
34202 thickness "0.4pt"
34203 separation "3pt"
34204 shadowsize "4pt"
34205 framecolor "black"
34206 backgroundcolor "none"
34207 status collapsed
34208
34209 \begin_layout Plain Layout
34210 \align center
34211 This box is top-aligned.
34212 \end_layout
34213
34214 \end_inset
34215
34216  This is an example text line.
34217 \end_layout
34218
34219 \begin_layout Description
34220 Middle This is an example text line.
34221  
34222 \begin_inset Box Boxed
34223 position "c"
34224 hor_pos "c"
34225 has_inner_box 1
34226 inner_pos "c"
34227 use_parbox 0
34228 use_makebox 0
34229 width "12col%"
34230 special "none"
34231 height "1in"
34232 height_special "totalheight"
34233 thickness "0.4pt"
34234 separation "3pt"
34235 shadowsize "4pt"
34236 framecolor "black"
34237 backgroundcolor "none"
34238 status collapsed
34239
34240 \begin_layout Plain Layout
34241 \align center
34242 This box is middle-aligned.
34243 \end_layout
34244
34245 \end_inset
34246
34247  This is an example text line.
34248 \end_layout
34249
34250 \begin_layout Description
34251 Bottom This is an example text line.
34252  
34253 \begin_inset Box Boxed
34254 position "b"
34255 hor_pos "c"
34256 has_inner_box 1
34257 inner_pos "c"
34258 use_parbox 0
34259 use_makebox 0
34260 width "12col%"
34261 special "none"
34262 height "1in"
34263 height_special "totalheight"
34264 thickness "0.4pt"
34265 separation "3pt"
34266 shadowsize "4pt"
34267 framecolor "black"
34268 backgroundcolor "none"
34269 status collapsed
34270
34271 \begin_layout Plain Layout
34272 \align center
34273 This box is bottom-aligned.
34274 \end_layout
34275
34276 \end_inset
34277
34278  This is an example text line.
34279 \end_layout
34280
34281 \begin_layout Standard
34282 \begin_inset Note Greyedout
34283 status open
34284
34285 \begin_layout Plain Layout
34286
34287 \series bold
34288 Note:
34289 \series default
34290  The vertical box alignment can be lost in the output when you have two
34291  boxes in a line and one has e.
34292 \begin_inset space \thinspace{}
34293 \end_inset
34294
34295 g.
34296 \begin_inset space \space{}
34297 \end_inset
34298
34299 a shadow and the other one not.
34300 \end_layout
34301
34302 \end_inset
34303
34304
34305 \end_layout
34306
34307 \begin_layout Standard
34308 The horizontal box alignment can be set via \SpecialChar LyX
34309 's paragraph dialog when you
34310  set the box into its own paragraph.
34311 \end_layout
34312
34313 \begin_layout Standard
34314 \begin_inset VSpace bigskip
34315 \end_inset
34316
34317 When you have chosen an 
34318 \family sans
34319 Inner
34320 \begin_inset space ~
34321 \end_inset
34322
34323 Box
34324 \family default
34325 , the box content can be aligned vertically to:
34326 \end_layout
34327
34328 \begin_layout Description
34329 top This is an example text line.
34330  
34331 \begin_inset Box Boxed
34332 position "c"
34333 hor_pos "c"
34334 has_inner_box 1
34335 inner_pos "t"
34336 use_parbox 0
34337 use_makebox 0
34338 width "12col%"
34339 special "none"
34340 height "1.5in"
34341 height_special "totalheight"
34342 thickness "0.4pt"
34343 separation "3pt"
34344 shadowsize "4pt"
34345 framecolor "black"
34346 backgroundcolor "none"
34347 status collapsed
34348
34349 \begin_layout Plain Layout
34350 \align center
34351 This box text is top-aligned.
34352 \end_layout
34353
34354 \end_inset
34355
34356  This is an example text line.
34357 \end_layout
34358
34359 \begin_layout Description
34360 middle This is an example text line.
34361  
34362 \begin_inset Box Boxed
34363 position "c"
34364 hor_pos "c"
34365 has_inner_box 1
34366 inner_pos "c"
34367 use_parbox 0
34368 use_makebox 0
34369 width "12col%"
34370 special "none"
34371 height "1.5in"
34372 height_special "totalheight"
34373 thickness "0.4pt"
34374 separation "3pt"
34375 shadowsize "4pt"
34376 framecolor "black"
34377 backgroundcolor "none"
34378 status collapsed
34379
34380 \begin_layout Plain Layout
34381 \align center
34382 This box text is middle-aligned.
34383 \end_layout
34384
34385 \end_inset
34386
34387  This is an example text line.
34388 \end_layout
34389
34390 \begin_layout Description
34391 bottom This is an example text line.
34392  
34393 \begin_inset Box Boxed
34394 position "c"
34395 hor_pos "c"
34396 has_inner_box 1
34397 inner_pos "b"
34398 use_parbox 0
34399 use_makebox 0
34400 width "12col%"
34401 special "none"
34402 height "1.5in"
34403 height_special "totalheight"
34404 thickness "0.4pt"
34405 separation "3pt"
34406 shadowsize "4pt"
34407 framecolor "black"
34408 backgroundcolor "none"
34409 status collapsed
34410
34411 \begin_layout Plain Layout
34412 \align center
34413 This box text is bottom-aligned.
34414 \end_layout
34415
34416 \end_inset
34417
34418  This is an example text line.
34419 \end_layout
34420
34421 \begin_layout Description
34422 stretch This is an example text line.
34423  
34424 \begin_inset Box Boxed
34425 position "c"
34426 hor_pos "c"
34427 has_inner_box 1
34428 inner_pos "s"
34429 use_parbox 0
34430 use_makebox 0
34431 width "12col%"
34432 special "none"
34433 height "1.5in"
34434 height_special "totalheight"
34435 thickness "0.4pt"
34436 separation "3pt"
34437 shadowsize "4pt"
34438 framecolor "black"
34439 backgroundcolor "none"
34440 status collapsed
34441
34442 \begin_layout Plain Layout
34443 \align center
34444 This box
34445 \end_layout
34446
34447 \begin_layout Plain Layout
34448 \align center
34449 text is
34450 \end_layout
34451
34452 \begin_layout Plain Layout
34453 \align center
34454 stretched.
34455 \end_layout
34456
34457 \end_inset
34458
34459  This is an example text line.
34460 \end_layout
34461
34462 \begin_layout Standard
34463 To stretch the box content, it must consist of more than one paragraph.
34464  In the example above every text line is in an own paragraph.
34465 \end_layout
34466
34467 \begin_layout Standard
34468 \begin_inset VSpace bigskip
34469 \end_inset
34470
34471 To align the box content horizontally you can use \SpecialChar LyX
34472 's paragraph dialog when
34473  you have chosen an 
34474 \family sans
34475 Inner
34476 \begin_inset space ~
34477 \end_inset
34478
34479 Box
34480 \family default
34481 .
34482 \end_layout
34483
34484 \begin_layout Standard
34485 \align center
34486 \begin_inset Box Boxed
34487 position "c"
34488 hor_pos "c"
34489 has_inner_box 1
34490 inner_pos "s"
34491 use_parbox 0
34492 use_makebox 0
34493 width "15col%"
34494 special "none"
34495 height "1.25in"
34496 height_special "totalheight"
34497 thickness "0.4pt"
34498 separation "3pt"
34499 shadowsize "4pt"
34500 framecolor "black"
34501 backgroundcolor "none"
34502 status collapsed
34503
34504 \begin_layout Plain Layout
34505 \align left
34506 This box
34507 \end_layout
34508
34509 \begin_layout Plain Layout
34510 \align center
34511 text is
34512 \end_layout
34513
34514 \begin_layout Plain Layout
34515 \align right
34516 stretched.
34517 \end_layout
34518
34519 \end_inset
34520
34521
34522 \end_layout
34523
34524 \begin_layout Standard
34525 If you have not set an 
34526 \family sans
34527 Inner
34528 \begin_inset space ~
34529 \end_inset
34530
34531 Box
34532 \family default
34533 , you can align the box content horizontally in the box dialog.
34534 \end_layout
34535
34536 \begin_layout Standard
34537 \align center
34538 \begin_inset Box Boxed
34539 position "c"
34540 hor_pos "s"
34541 has_inner_box 0
34542 inner_pos "s"
34543 use_parbox 0
34544 use_makebox 0
34545 width "90col%"
34546 special "none"
34547 height "1.25in"
34548 height_special "totalheight"
34549 thickness "0.4pt"
34550 separation "3pt"
34551 shadowsize "4pt"
34552 framecolor "black"
34553 backgroundcolor "none"
34554 status collapsed
34555
34556 \begin_layout Plain Layout
34557 This box text is horizontally stretched.
34558 \end_layout
34559
34560 \end_inset
34561
34562
34563 \end_layout
34564
34565 \begin_layout Subsection
34566 Decoration
34567 \begin_inset CommandInset label
34568 LatexCommand label
34569 name "sec:Decoration"
34570
34571 \end_inset
34572
34573
34574 \begin_inset Index idx
34575 status collapsed
34576
34577 \begin_layout Plain Layout
34578 Boxes ! Decoration
34579 \end_layout
34580
34581 \end_inset
34582
34583
34584 \end_layout
34585
34586 \begin_layout Standard
34587 The type of the box can be specified in the box dialog in the drop-down
34588  list 
34589 \family sans
34590 Decoration
34591 \family default
34592 .
34593  The following types are possible:
34594 \end_layout
34595
34596 \begin_layout Description
34597 No
34598 \begin_inset space ~
34599 \end_inset
34600
34601 frame Nothing is drawn.
34602 \end_layout
34603
34604 \begin_layout Description
34605 Simple
34606 \begin_inset space ~
34607 \end_inset
34608
34609 rectangular
34610 \begin_inset space ~
34611 \end_inset
34612
34613 frame This draws a rectangular frame around the box.
34614  The frame line thickness can be specified.
34615  
34616 \begin_inset Box Boxed
34617 position "c"
34618 hor_pos "c"
34619 has_inner_box 1
34620 inner_pos "c"
34621 use_parbox 0
34622 use_makebox 0
34623 width "20col%"
34624 special "none"
34625 height "1in"
34626 height_special "totalheight"
34627 thickness "0.4pt"
34628 separation "3pt"
34629 shadowsize "4pt"
34630 framecolor "black"
34631 backgroundcolor "none"
34632 status collapsed
34633
34634 \begin_layout Plain Layout
34635 \align center
34636 Rectangular box
34637 \end_layout
34638
34639 \end_inset
34640
34641
34642 \end_layout
34643
34644 \begin_layout Description
34645 Oval
34646 \begin_inset space ~
34647 \end_inset
34648
34649 box,
34650 \begin_inset space ~
34651 \end_inset
34652
34653 thin This draws an oval frame around the box.
34654  The frame line thickness has the size 0.4
34655 \begin_inset space \thinspace{}
34656 \end_inset
34657
34658 pt.
34659  
34660 \begin_inset Box ovalbox
34661 position "c"
34662 hor_pos "c"
34663 has_inner_box 1
34664 inner_pos "c"
34665 use_parbox 0
34666 use_makebox 0
34667 width "20col%"
34668 special "none"
34669 height "1in"
34670 height_special "totalheight"
34671 thickness "0.4pt"
34672 separation "3pt"
34673 shadowsize "4pt"
34674 framecolor "black"
34675 backgroundcolor "none"
34676 status collapsed
34677
34678 \begin_layout Plain Layout
34679 \align center
34680 Oval box, thin
34681 \end_layout
34682
34683 \end_inset
34684
34685
34686 \end_layout
34687
34688 \begin_layout Description
34689 Oval
34690 \begin_inset space ~
34691 \end_inset
34692
34693 box,
34694 \begin_inset space ~
34695 \end_inset
34696
34697 thick This draws an oval frame around the box.
34698  The frame line thickness has the size 0.8
34699 \begin_inset space \thinspace{}
34700 \end_inset
34701
34702 pt.
34703  
34704 \begin_inset Box Ovalbox
34705 position "c"
34706 hor_pos "c"
34707 has_inner_box 1
34708 inner_pos "c"
34709 use_parbox 0
34710 use_makebox 0
34711 width "20col%"
34712 special "none"
34713 height "1in"
34714 height_special "totalheight"
34715 thickness "0.4pt"
34716 separation "3pt"
34717 shadowsize "4pt"
34718 framecolor "black"
34719 backgroundcolor "none"
34720 status collapsed
34721
34722 \begin_layout Plain Layout
34723 \align center
34724 Oval box, thick
34725 \end_layout
34726
34727 \end_inset
34728
34729
34730 \end_layout
34731
34732 \begin_layout Description
34733 Drop
34734 \begin_inset space ~
34735 \end_inset
34736
34737 shadow This draws a rectangular frame with a shadow around the box.
34738  The frame line thickness and the shadow can be specified.
34739  
34740 \begin_inset Box Shadowbox
34741 position "c"
34742 hor_pos "c"
34743 has_inner_box 1
34744 inner_pos "c"
34745 use_parbox 0
34746 use_makebox 0
34747 width "20col%"
34748 special "none"
34749 height "1in"
34750 height_special "totalheight"
34751 thickness "0.4pt"
34752 separation "3pt"
34753 shadowsize "4pt"
34754 framecolor "black"
34755 backgroundcolor "none"
34756 status collapsed
34757
34758 \begin_layout Plain Layout
34759 \align center
34760 Shadow box
34761 \end_layout
34762
34763 \end_inset
34764
34765
34766 \end_layout
34767
34768 \begin_layout Description
34769 Shaded
34770 \begin_inset space ~
34771 \end_inset
34772
34773 background This draws a box with a red background.
34774  Unlike colored boxes
34775 \begin_inset Foot
34776 status collapsed
34777
34778 \begin_layout Plain Layout
34779 see sec.
34780 \begin_inset space \thinspace{}
34781 \end_inset
34782
34783
34784 \begin_inset CommandInset ref
34785 LatexCommand ref
34786 reference "sec:Colored-Boxes"
34787
34788 \end_inset
34789
34790
34791 \end_layout
34792
34793 \end_inset
34794
34795 , it always uses the whole column width and the box is set as its own paragraph.
34796  
34797 \begin_inset Box Shaded
34798 position "t"
34799 hor_pos "c"
34800 has_inner_box 0
34801 inner_pos "t"
34802 use_parbox 0
34803 use_makebox 0
34804 width "50col%"
34805 special "none"
34806 height "1in"
34807 height_special "totalheight"
34808 thickness "0.4pt"
34809 separation "3pt"
34810 shadowsize "4pt"
34811 framecolor "black"
34812 backgroundcolor "none"
34813 status collapsed
34814
34815 \begin_layout Plain Layout
34816 Shaded background box
34817 \end_layout
34818
34819 \end_inset
34820
34821
34822 \end_layout
34823
34824 \begin_layout Description
34825 Double
34826 \begin_inset space ~
34827 \end_inset
34828
34829 rectangular
34830 \begin_inset space ~
34831 \end_inset
34832
34833 frame This draws a double-line rectangular frame around the box.
34834  The line thickness of the inner frame is 0.75
34835 \begin_inset space \thinspace{}
34836 \end_inset
34837
34838 line
34839 \begin_inset space ~
34840 \end_inset
34841
34842 thickness, the thickness of the outer frame is 1.5
34843 \begin_inset space \thinspace{}
34844 \end_inset
34845
34846 line
34847 \begin_inset space ~
34848 \end_inset
34849
34850 thickness.
34851  The distance between the lines is 1.5
34852 \begin_inset space \thinspace{}
34853 \end_inset
34854
34855 line
34856 \begin_inset space ~
34857 \end_inset
34858
34859 thickness
34860 \begin_inset space \thinspace{}
34861 \end_inset
34862
34863 +
34864 \begin_inset space \thinspace{}
34865 \end_inset
34866
34867 0.5
34868 \begin_inset space \thinspace{}
34869 \end_inset
34870
34871 pt.
34872  
34873 \begin_inset Box Doublebox
34874 position "c"
34875 hor_pos "c"
34876 has_inner_box 1
34877 inner_pos "c"
34878 use_parbox 0
34879 use_makebox 0
34880 width "20col%"
34881 special "none"
34882 height "1in"
34883 height_special "totalheight"
34884 thickness "0.4pt"
34885 separation "3pt"
34886 shadowsize "4pt"
34887 framecolor "black"
34888 backgroundcolor "none"
34889 status collapsed
34890
34891 \begin_layout Plain Layout
34892 \align center
34893 Double rectangular box
34894 \end_layout
34895
34896 \end_inset
34897
34898
34899 \end_layout
34900
34901 \begin_layout Standard
34902 \begin_inset VSpace bigskip
34903 \end_inset
34904
34905 \SpecialChar LyX
34906 's box label will reflect the different frame types.
34907  To be able to use all types, the \SpecialChar LaTeX
34908 -package 
34909 \series bold
34910 fancybox
34911 \series default
34912
34913 \begin_inset Index idx
34914 status collapsed
34915
34916 \begin_layout Plain Layout
34917 \SpecialChar LaTeX
34918 -packages ! fancybox
34919 \end_layout
34920
34921 \end_inset
34922
34923  must be installed.
34924 \end_layout
34925
34926 \begin_layout Standard
34927 \begin_inset VSpace bigskip
34928 \end_inset
34929
34930 When you use the decoration 
34931 \family sans
34932 simple rectangular frame
34933 \family default
34934  and no inner box, you can allow page breaks within a box.
34935  Note that then, unlike other framed boxes, the frame always uses the whole
34936  column width and the box is set as its own paragraph: 
34937 \begin_inset Box Framed
34938 position "t"
34939 hor_pos "c"
34940 has_inner_box 0
34941 inner_pos "t"
34942 use_parbox 0
34943 use_makebox 0
34944 width "100col%"
34945 special "none"
34946 height "1in"
34947 height_special "totalheight"
34948 thickness "0.4pt"
34949 separation "3pt"
34950 shadowsize "4pt"
34951 framecolor "black"
34952 backgroundcolor "none"
34953 status collapsed
34954
34955 \begin_layout Plain Layout
34956 Allow page break box
34957 \end_layout
34958
34959 \end_inset
34960
34961
34962 \end_layout
34963
34964 \begin_layout Section
34965 Box Customization
34966 \begin_inset Index idx
34967 status collapsed
34968
34969 \begin_layout Plain Layout
34970 Boxes ! Customization
34971 \end_layout
34972
34973 \end_inset
34974
34975
34976 \end_layout
34977
34978 \begin_layout Standard
34979 The diameter of the round corners of the oval boxes can be set with the
34980  command 
34981 \series bold
34982
34983 \backslash
34984 cornersize
34985 \series default
34986 .
34987  The command
34988 \end_layout
34989
34990 \begin_layout Standard
34991
34992 \series bold
34993
34994 \backslash
34995 cornersize*{1cm}
34996 \end_layout
34997
34998 \begin_layout Standard
34999 sets the diameter to 1
35000 \begin_inset space \thinspace{}
35001 \end_inset
35002
35003 cm.
35004  The command
35005 \end_layout
35006
35007 \begin_layout Standard
35008
35009 \series bold
35010
35011 \backslash
35012 cornersize{num}
35013 \end_layout
35014
35015 \begin_layout Standard
35016 sets the diameter to 
35017 \family sans
35018 num
35019 \begin_inset space \thinspace{}
35020 \end_inset
35021
35022 ×
35023 \begin_inset space \thinspace{}
35024 \end_inset
35025
35026 minimum(width and height of box)
35027 \family default
35028 .
35029  The default is 
35030 \series bold
35031
35032 \backslash
35033 cornersize{0.5}
35034 \series default
35035 .
35036 \end_layout
35037
35038 \begin_layout Standard
35039 \begin_inset ERT
35040 status collapsed
35041
35042 \begin_layout Plain Layout
35043
35044
35045 \backslash
35046 cornersize*{1.5cm}
35047 \end_layout
35048
35049 \end_inset
35050
35051
35052 \begin_inset Box Ovalbox
35053 position "c"
35054 hor_pos "c"
35055 has_inner_box 1
35056 inner_pos "c"
35057 use_parbox 0
35058 use_makebox 0
35059 width "25col%"
35060 special "none"
35061 height "1in"
35062 height_special "totalheight"
35063 thickness "0.4pt"
35064 separation "3pt"
35065 shadowsize "4pt"
35066 framecolor "black"
35067 backgroundcolor "none"
35068 status open
35069
35070 \begin_layout Plain Layout
35071 \align center
35072 Oval box with 
35073 \series bold
35074
35075 \backslash
35076 cornersize
35077 \series default
35078
35079 \begin_inset space \thinspace{}
35080 \end_inset
35081
35082 =
35083 \begin_inset space \thinspace{}
35084 \end_inset
35085
35086 1.5
35087 \begin_inset space \thinspace{}
35088 \end_inset
35089
35090 cm
35091 \end_layout
35092
35093 \end_inset
35094
35095
35096 \begin_inset ERT
35097 status collapsed
35098
35099 \begin_layout Plain Layout
35100
35101
35102 \backslash
35103 cornersize{0.5}
35104 \end_layout
35105
35106 \end_inset
35107
35108
35109 \end_layout
35110
35111 \begin_layout Standard
35112 \begin_inset VSpace bigskip
35113 \end_inset
35114
35115
35116 \end_layout
35117
35118 \begin_layout Standard
35119 The default background color red of 
35120 \family sans
35121 shaded background
35122 \family default
35123  boxes can either be changed locally with the command 
35124 \series bold
35125
35126 \backslash
35127 definecolor{shadecolor}
35128 \series default
35129  or globally with the menu 
35130 \family sans
35131 Tools\SpecialChar menuseparator
35132 Preferences\SpecialChar menuseparator
35133 Colors\SpecialChar menuseparator
35134 shaded
35135 \begin_inset space ~
35136 \end_inset
35137
35138 box
35139 \family default
35140 .
35141  The scheme of the 
35142 \series bold
35143
35144 \backslash
35145 definecolor
35146 \series default
35147  command is explained in section
35148 \begin_inset space ~
35149 \end_inset
35150
35151
35152 \begin_inset CommandInset ref
35153 LatexCommand ref
35154 reference "sec:Colored-Tables"
35155
35156 \end_inset
35157
35158 .
35159 \begin_inset Foot
35160 status collapsed
35161
35162 \begin_layout Plain Layout
35163 Note that 
35164 \series bold
35165
35166 \backslash
35167 definecolor
35168 \series default
35169  requires the \SpecialChar LaTeX
35170 -package 
35171 \series bold
35172 color
35173 \series default
35174  in the preamble, see section
35175 \begin_inset space ~
35176 \end_inset
35177
35178
35179 \begin_inset CommandInset ref
35180 LatexCommand ref
35181 reference "sec:Colored-Boxes"
35182
35183 \end_inset
35184
35185 .
35186 \end_layout
35187
35188 \end_inset
35189
35190  For example the appearance of the following shaded background box is set
35191  with the \SpecialChar TeX
35192  Code command
35193 \end_layout
35194
35195 \begin_layout Standard
35196
35197 \series bold
35198
35199 \backslash
35200 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35201 \end_layout
35202
35203 \begin_layout Standard
35204 \begin_inset ERT
35205 status collapsed
35206
35207 \begin_layout Plain Layout
35208
35209
35210 \backslash
35211 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35212 \end_layout
35213
35214 \end_inset
35215
35216
35217 \begin_inset Box Shaded
35218 position "t"
35219 hor_pos "c"
35220 has_inner_box 0
35221 inner_pos "t"
35222 use_parbox 0
35223 use_makebox 0
35224 width "100col%"
35225 special "none"
35226 height "1in"
35227 height_special "totalheight"
35228 thickness "0.4pt"
35229 separation "3pt"
35230 shadowsize "4pt"
35231 framecolor "black"
35232 backgroundcolor "none"
35233 status open
35234
35235 \begin_layout Plain Layout
35236
35237 \color yellow
35238 This is yellow text in a
35239 \color none
35240  
35241 \family sans
35242 \color yellow
35243 shaded background
35244 \family default
35245 \color none
35246  
35247 \color yellow
35248 box with dark green background.
35249 \end_layout
35250
35251 \end_inset
35252
35253
35254 \begin_inset ERT
35255 status collapsed
35256
35257 \begin_layout Plain Layout
35258
35259
35260 \backslash
35261 definecolor{shadecolor}{rgb}{1,0,0}
35262 \end_layout
35263
35264 \end_inset
35265
35266
35267 \end_layout
35268
35269 \begin_layout Standard
35270 \begin_inset VSpace bigskip
35271 \end_inset
35272
35273 Manually changed sizes and colors are valid for all boxes following the
35274  commands that change them.
35275 \end_layout
35276
35277 \begin_layout Section
35278 Minipages
35279 \begin_inset CommandInset label
35280 LatexCommand label
35281 name "sec:Minipages"
35282
35283 \end_inset
35284
35285
35286 \begin_inset Index idx
35287 status collapsed
35288
35289 \begin_layout Plain Layout
35290 Boxes ! Minipages
35291 \end_layout
35292
35293 \end_inset
35294
35295
35296 \end_layout
35297
35298 \begin_layout Standard
35299 Minipages are treated by \SpecialChar LaTeX
35300  as pages within pages and can therefore for example
35301  have their own footnotes.
35302 \end_layout
35303
35304 \begin_layout Standard
35305 Minipages are useful when you write documents with different languages.
35306 \end_layout
35307
35308 \begin_layout Standard
35309 Below are two example minipages side by side.
35310  Their width is set to 45
35311 \begin_inset space \thinspace{}
35312 \end_inset
35313
35314 col% and they are separated by a horizontal fill, that was inserted via
35315  the menu 
35316 \family sans
35317 Insert\SpecialChar menuseparator
35318 Special
35319 \begin_inset space ~
35320 \end_inset
35321
35322 Formatting\SpecialChar menuseparator
35323 Horizontal
35324 \begin_inset space ~
35325 \end_inset
35326
35327 Fill
35328 \family default
35329 .
35330 \begin_inset Newpage newpage
35331 \end_inset
35332
35333
35334 \end_layout
35335
35336 \begin_layout Standard
35337 \begin_inset Box Frameless
35338 position "t"
35339 hor_pos "c"
35340 has_inner_box 1
35341 inner_pos "c"
35342 use_parbox 0
35343 use_makebox 0
35344 width "45col%"
35345 special "none"
35346 height "1in"
35347 height_special "totalheight"
35348 thickness "0.4pt"
35349 separation "3pt"
35350 shadowsize "4pt"
35351 framecolor "black"
35352 backgroundcolor "none"
35353 status open
35354
35355 \begin_layout Plain Layout
35356
35357 \lang ngerman
35358 Dies ist ein deutscher Text.
35359  Dies ist ein deutscher Text.
35360  Dies ist ein deutscher Text.
35361  Dies ist ein deutscher Text.
35362  Dies ist ein deutscher Text.
35363  Dies ist ein deutscher Text.
35364  Dies ist ein deutscher Text.
35365  Dies ist ein deutscher Text.
35366  Dies ist ein deutscher Text.
35367  Dies ist ein deutscher Text.
35368  Dies ist ein deutscher Text.
35369  Dies ist ein deutscher Text.
35370  Dies ist ein deutscher Text
35371 \begin_inset Foot
35372 status collapsed
35373
35374 \begin_layout Plain Layout
35375
35376 \lang ngerman
35377 Dies ist eine deutsche Fußnote.
35378 \end_layout
35379
35380 \end_inset
35381
35382 .
35383  Dies ist ein deutscher Text.
35384  Dies ist ein deutscher Text.
35385 \end_layout
35386
35387 \end_inset
35388
35389
35390 \begin_inset space \hfill{}
35391 \end_inset
35392
35393
35394 \begin_inset Box Frameless
35395 position "t"
35396 hor_pos "c"
35397 has_inner_box 1
35398 inner_pos "c"
35399 use_parbox 0
35400 use_makebox 0
35401 width "45col%"
35402 special "none"
35403 height "1in"
35404 height_special "totalheight"
35405 thickness "0.4pt"
35406 separation "3pt"
35407 shadowsize "4pt"
35408 framecolor "black"
35409 backgroundcolor "none"
35410 status open
35411
35412 \begin_layout Plain Layout
35413 This is an English Text.
35414  This is an English Text.
35415  This is an English Text.
35416  This is an English Text.
35417  This is an English Text.
35418  This is an English Text.
35419  This is an English Text.
35420  This is an English Text.
35421  This is an English Text.
35422  This is an English Text.
35423  This is an English Text.
35424  This is an English Text.
35425  This is an English Text.
35426  This is an English Text.
35427  This is an English Text.
35428  This is an English Text.
35429 \begin_inset Foot
35430 status collapsed
35431
35432 \begin_layout Plain Layout
35433 This is an English footnote.
35434 \end_layout
35435
35436 \end_inset
35437
35438  This is an English Text.
35439 \end_layout
35440
35441 \end_inset
35442
35443
35444 \end_layout
35445
35446 \begin_layout Standard
35447 \begin_inset VSpace bigskip
35448 \end_inset
35449
35450 The document-wide paragraph settings are ignored within minipages.
35451  That means that there will be no space between paragraphs in minipages
35452  although you set it to e.
35453 \begin_inset space \thinspace{}
35454 \end_inset
35455
35456 g.
35457 \begin_inset space \space{}
35458 \end_inset
35459
35460
35461 \family sans
35462 MedSkip
35463 \family default
35464  in the document settings.
35465 \end_layout
35466
35467 \begin_layout Standard
35468 Minipages can also be used to set a background color for text parts, see
35469  section
35470 \begin_inset space ~
35471 \end_inset
35472
35473
35474 \begin_inset CommandInset ref
35475 LatexCommand ref
35476 reference "sec:Colored-Boxes"
35477
35478 \end_inset
35479
35480 .
35481 \end_layout
35482
35483 \begin_layout Standard
35484 \begin_inset Note Greyedout
35485 status open
35486
35487 \begin_layout Plain Layout
35488
35489 \series bold
35490 Note:
35491 \series default
35492  You cannot have floats or margin notes inside minipages but minipages can
35493  be used inside tables, floats, and other boxes.
35494 \end_layout
35495
35496 \end_inset
35497
35498
35499 \end_layout
35500
35501 \begin_layout Standard
35502 \begin_inset VSpace bigskip
35503 \end_inset
35504
35505
35506 \end_layout
35507
35508 \begin_layout Standard
35509 \SpecialChar LyX
35510  has also basic support for minipages whose size is automatically determined
35511  by the width of their contents, via the module 
35512 \family sans
35513 Variable-width Minipages
35514 \family default
35515 .
35516  The \SpecialChar LyX
35517  example file 
35518 \emph on
35519 varwidth-floats-side-by-side
35520 \emph default
35521  gives examples of variable-width minipages used for placing two floats
35522  side-by-side.
35523 \end_layout
35524
35525 \begin_layout Section
35526 Parboxes
35527 \begin_inset CommandInset label
35528 LatexCommand label
35529 name "sec:Parboxes"
35530
35531 \end_inset
35532
35533
35534 \begin_inset Index idx
35535 status collapsed
35536
35537 \begin_layout Plain Layout
35538 Boxes ! Parboxes
35539 \end_layout
35540
35541 \end_inset
35542
35543
35544 \end_layout
35545
35546 \begin_layout Standard
35547 Parboxes are very similar to minipages with the difference that they cannot
35548  have footnotes.
35549 \end_layout
35550
35551 \begin_layout Standard
35552 \align center
35553 \begin_inset Box Frameless
35554 position "t"
35555 hor_pos "c"
35556 has_inner_box 1
35557 inner_pos "t"
35558 use_parbox 1
35559 use_makebox 0
35560 width "33col%"
35561 special "none"
35562 height "1in"
35563 height_special "totalheight"
35564 thickness "0.4pt"
35565 separation "3pt"
35566 shadowsize "4pt"
35567 framecolor "black"
35568 backgroundcolor "none"
35569 status open
35570
35571 \begin_layout Plain Layout
35572 This a text within a parbox.
35573  This a text within a parbox.
35574 \end_layout
35575
35576 \begin_layout Plain Layout
35577 This footnote won't appear:
35578 \begin_inset Foot
35579 status collapsed
35580
35581 \begin_layout Plain Layout
35582 This footnote is inside a parbox and will therefore not appear.
35583 \end_layout
35584
35585 \end_inset
35586
35587
35588 \end_layout
35589
35590 \end_inset
35591
35592
35593 \end_layout
35594
35595 \begin_layout Section
35596 Boxes for Words and Characters
35597 \begin_inset Index idx
35598 status collapsed
35599
35600 \begin_layout Plain Layout
35601 Boxes ! for Characters
35602 \end_layout
35603
35604 \end_inset
35605
35606
35607 \end_layout
35608
35609 \begin_layout Subsection
35610 Prevent Hyphenation
35611 \begin_inset CommandInset label
35612 LatexCommand label
35613 name "sec:Prevent-Hyphenation"
35614
35615 \end_inset
35616
35617
35618 \begin_inset Index idx
35619 status collapsed
35620
35621 \begin_layout Plain Layout
35622 Boxes ! to Prevent Hyphenation
35623 \end_layout
35624
35625 \end_inset
35626
35627
35628 \end_layout
35629
35630 \begin_layout Standard
35631 You can use the box type 
35632 \family sans
35633 Makebox
35634 \family default
35635  to prevent words or text from being hyphenated.
35636 \begin_inset Newline newline
35637 \end_inset
35638
35639 Here is an example text:
35640 \end_layout
35641
35642 \begin_layout Standard
35643 This line is an example to show how you can prevent the hyphenation of 
35644 \begin_inset Quotes eld
35645 \end_inset
35646
35647 veryverylongword
35648 \begin_inset Quotes erd
35649 \end_inset
35650
35651 .
35652 \end_layout
35653
35654 \begin_layout Standard
35655 To prevent the hyphenation of the word 
35656 \begin_inset Quotes eld
35657 \end_inset
35658
35659 veryverylongword
35660 \begin_inset Quotes erd
35661 \end_inset
35662
35663 , put the word into a box, set the 
35664 \family sans
35665 Inner
35666 \begin_inset space ~
35667 \end_inset
35668
35669 box
35670 \family default
35671  to 
35672 \family sans
35673 Makebox
35674 \family default
35675  and use no explicit width.
35676 \end_layout
35677
35678 \begin_layout Standard
35679 This is the result:
35680 \end_layout
35681
35682 \begin_layout Standard
35683 This line is an example to show how you can prevent the hyphenation of 
35684 \begin_inset Box Frameless
35685 position "t"
35686 hor_pos "c"
35687 has_inner_box 1
35688 inner_pos "t"
35689 use_parbox 0
35690 use_makebox 1
35691 width ""
35692 special "none"
35693 height "1in"
35694 height_special "totalheight"
35695 thickness "0.4pt"
35696 separation "3pt"
35697 shadowsize "4pt"
35698 framecolor "black"
35699 backgroundcolor "none"
35700 status open
35701
35702 \begin_layout Plain Layout
35703 \begin_inset Quotes eld
35704 \end_inset
35705
35706 veryverylongword
35707 \begin_inset Quotes erd
35708 \end_inset
35709
35710
35711 \end_layout
35712
35713 \end_inset
35714
35715 .
35716 \end_layout
35717
35718 \begin_layout Standard
35719 You can alternatively set the command 
35720 \begin_inset Quotes eld
35721 \end_inset
35722
35723
35724 \series bold
35725
35726 \backslash
35727 -
35728 \series default
35729
35730 \begin_inset Quotes grd
35731 \end_inset
35732
35733  as \SpecialChar TeX
35734  Code directly before the word:
35735 \end_layout
35736
35737 \begin_layout Standard
35738 This line is an example to show how you can prevent the hyphenation of 
35739 \begin_inset Quotes eld
35740 \end_inset
35741
35742
35743 \begin_inset ERT
35744 status collapsed
35745
35746 \begin_layout Plain Layout
35747
35748
35749 \backslash
35750 -
35751 \end_layout
35752
35753 \end_inset
35754
35755 veryverylongword
35756 \begin_inset Quotes erd
35757 \end_inset
35758
35759 .
35760 \end_layout
35761
35762 \begin_layout Standard
35763 Of course the word now protrudes over the side margin.
35764  To avoid this, add via the menu 
35765 \family sans
35766 Insert\SpecialChar menuseparator
35767 Formatting\SpecialChar menuseparator
35768 Ragged
35769 \begin_inset space ~
35770 \end_inset
35771
35772 Line
35773 \begin_inset space ~
35774 \end_inset
35775
35776 Break
35777 \family default
35778  (shortcut 
35779 \begin_inset Info
35780 type  "shortcut"
35781 arg   "newline-insert newline"
35782 \end_inset
35783
35784 ) a line break before the word:
35785 \end_layout
35786
35787 \begin_layout Standard
35788 This line is an example to show how you can prevent the hyphenation of 
35789 \begin_inset Newline newline
35790 \end_inset
35791
35792
35793 \begin_inset Box Frameless
35794 position "t"
35795 hor_pos "c"
35796 has_inner_box 1
35797 inner_pos "t"
35798 use_parbox 0
35799 use_makebox 1
35800 width ""
35801 special "none"
35802 height "1in"
35803 height_special "totalheight"
35804 thickness "0.4pt"
35805 separation "3pt"
35806 shadowsize "4pt"
35807 framecolor "black"
35808 backgroundcolor "none"
35809 status open
35810
35811 \begin_layout Plain Layout
35812 \begin_inset Quotes eld
35813 \end_inset
35814
35815 veryverylongword
35816 \begin_inset Quotes erd
35817 \end_inset
35818
35819
35820 \end_layout
35821
35822 \end_inset
35823
35824 .
35825 \end_layout
35826
35827 \begin_layout Subsection
35828 Vertical Alignment
35829 \begin_inset CommandInset label
35830 LatexCommand label
35831 name "subsec:Vertical-Alignment"
35832
35833 \end_inset
35834
35835
35836 \begin_inset Index idx
35837 status collapsed
35838
35839 \begin_layout Plain Layout
35840 Boxes ! for Vertical Alignment
35841 \end_layout
35842
35843 \end_inset
35844
35845
35846 \begin_inset Index idx
35847 status collapsed
35848
35849 \begin_layout Plain Layout
35850 Boxes ! Raiseboxes
35851 \end_layout
35852
35853 \end_inset
35854
35855
35856 \end_layout
35857
35858 \begin_layout Standard
35859 With the help of the command 
35860 \series bold
35861
35862 \backslash
35863 raisebox
35864 \series default
35865  you can align words, characters or other boxes vertically relative to the
35866  surrounding text.
35867  
35868 \series bold
35869
35870 \backslash
35871 raisebox
35872 \series default
35873  is used with the following scheme:
35874 \end_layout
35875
35876 \begin_layout Standard
35877
35878 \series bold
35879
35880 \backslash
35881 raisebox{lift}[height][depth]{box content}
35882 \end_layout
35883
35884 \begin_layout Standard
35885 The lift can be a positive value to raise the box or a negative value to
35886  lower the box.
35887 \end_layout
35888
35889 \begin_layout Standard
35890 To align for example the word 
35891 \begin_inset Quotes eld
35892 \end_inset
35893
35894 preventing
35895 \begin_inset Quotes erd
35896 \end_inset
35897
35898  so that the bottom of the 
35899 \begin_inset Quotes eld
35900 \end_inset
35901
35902 deepest
35903 \begin_inset Quotes erd
35904 \end_inset
35905
35906  character 
35907 \begin_inset Quotes eld
35908 \end_inset
35909
35910 p
35911 \begin_inset Quotes erd
35912 \end_inset
35913
35914  is at the baseline, insert the command
35915 \end_layout
35916
35917 \begin_layout Standard
35918
35919 \series bold
35920
35921 \backslash
35922 raisebox{
35923 \backslash
35924 depth}{
35925 \end_layout
35926
35927 \begin_layout Standard
35928 in \SpecialChar TeX
35929  Code before the word.
35930  After the word insert a closing brace 
35931 \begin_inset Quotes eld
35932 \end_inset
35933
35934
35935 \series bold
35936 }
35937 \series default
35938
35939 \begin_inset Quotes erd
35940 \end_inset
35941
35942  in \SpecialChar TeX
35943  Code.
35944 \begin_inset Newline newline
35945 \end_inset
35946
35947 This is the result:
35948 \end_layout
35949
35950 \begin_layout Standard
35951 This is a text line with the word 
35952 \begin_inset ERT
35953 status collapsed
35954
35955 \begin_layout Plain Layout
35956
35957
35958 \backslash
35959 raisebox{
35960 \backslash
35961 depth}{
35962 \end_layout
35963
35964 \end_inset
35965
35966
35967 \begin_inset Quotes eld
35968 \end_inset
35969
35970 preventing
35971 \begin_inset Quotes erd
35972 \end_inset
35973
35974
35975 \begin_inset ERT
35976 status collapsed
35977
35978 \begin_layout Plain Layout
35979
35980 }
35981 \end_layout
35982
35983 \end_inset
35984
35985  as a raised word.
35986 \end_layout
35987
35988 \begin_layout Standard
35989 \begin_inset VSpace bigskip
35990 \end_inset
35991
35992 When you raise or lower characters in a line, the line distance will be
35993  spread:
35994 \end_layout
35995
35996 \begin_layout Standard
35997 This is a text line with the word 
35998 \begin_inset ERT
35999 status collapsed
36000
36001 \begin_layout Plain Layout
36002
36003
36004 \backslash
36005 raisebox{-
36006 \backslash
36007 depth}{
36008 \end_layout
36009
36010 \end_inset
36011
36012
36013 \begin_inset Quotes eld
36014 \end_inset
36015
36016 preventing
36017 \begin_inset Quotes erd
36018 \end_inset
36019
36020
36021 \begin_inset ERT
36022 status collapsed
36023
36024 \begin_layout Plain Layout
36025
36026 }
36027 \end_layout
36028
36029 \end_inset
36030
36031  as a lowered word.
36032 \begin_inset Newline newline
36033 \end_inset
36034
36035 This is a text line with the word 
36036 \begin_inset ERT
36037 status collapsed
36038
36039 \begin_layout Plain Layout
36040
36041
36042 \backslash
36043 raisebox{0.5cm}{
36044 \end_layout
36045
36046 \end_inset
36047
36048
36049 \begin_inset Quotes eld
36050 \end_inset
36051
36052 testing
36053 \begin_inset Quotes erd
36054 \end_inset
36055
36056
36057 \begin_inset ERT
36058 status collapsed
36059
36060 \begin_layout Plain Layout
36061
36062 }
36063 \end_layout
36064
36065 \end_inset
36066
36067  as a raised word.
36068 \end_layout
36069
36070 \begin_layout Standard
36071 If you want to prevent this for a certain reason, set the box height to
36072  a zero value.
36073  For example use
36074 \end_layout
36075
36076 \begin_layout Standard
36077
36078 \series bold
36079
36080 \backslash
36081 raisebox{-
36082 \backslash
36083 depth}[0pt]{
36084 \end_layout
36085
36086 \begin_layout Standard
36087 This is a text line with the word 
36088 \begin_inset ERT
36089 status collapsed
36090
36091 \begin_layout Plain Layout
36092
36093
36094 \backslash
36095 raisebox{-
36096 \backslash
36097 depth}[0pt]{
36098 \end_layout
36099
36100 \end_inset
36101
36102
36103 \begin_inset Quotes eld
36104 \end_inset
36105
36106 preventing
36107 \begin_inset Quotes erd
36108 \end_inset
36109
36110
36111 \begin_inset ERT
36112 status collapsed
36113
36114 \begin_layout Plain Layout
36115
36116 }
36117 \end_layout
36118
36119 \end_inset
36120
36121  as a lowered word.
36122 \begin_inset Newline newline
36123 \end_inset
36124
36125
36126 \begin_inset Newline newline
36127 \end_inset
36128
36129 This is a text line with the word 
36130 \begin_inset ERT
36131 status collapsed
36132
36133 \begin_layout Plain Layout
36134
36135
36136 \backslash
36137 raisebox{0.5cm}[0pt]{
36138 \end_layout
36139
36140 \end_inset
36141
36142
36143 \begin_inset Quotes eld
36144 \end_inset
36145
36146 testing
36147 \begin_inset Quotes erd
36148 \end_inset
36149
36150
36151 \begin_inset ERT
36152 status collapsed
36153
36154 \begin_layout Plain Layout
36155
36156 }
36157 \end_layout
36158
36159 \end_inset
36160
36161  as a raised word.
36162 \end_layout
36163
36164 \begin_layout Section
36165 Colored Boxes
36166 \begin_inset CommandInset label
36167 LatexCommand label
36168 name "sec:Colored-Boxes"
36169
36170 \end_inset
36171
36172
36173 \begin_inset Index idx
36174 status collapsed
36175
36176 \begin_layout Plain Layout
36177 Boxes ! Color
36178 \end_layout
36179
36180 \end_inset
36181
36182
36183 \end_layout
36184
36185 \begin_layout Standard
36186 To color the background of a box just select the color you like in the box
36187  dialog.
36188  This is for example a box with orange background: 
36189 \begin_inset Box Frameless
36190 position "t"
36191 hor_pos "c"
36192 has_inner_box 1
36193 inner_pos "t"
36194 use_parbox 0
36195 use_makebox 1
36196 width ""
36197 special "none"
36198 height "1in"
36199 height_special "totalheight"
36200 thickness "0.4pt"
36201 separation "3pt"
36202 shadowsize "4pt"
36203 framecolor "black"
36204 backgroundcolor "orange"
36205 status open
36206
36207 \begin_layout Plain Layout
36208 Box with orange background
36209 \end_layout
36210
36211 \end_inset
36212
36213
36214 \end_layout
36215
36216 \begin_layout Standard
36217 If you use the decoration 
36218 \family sans
36219 Simple
36220 \begin_inset space ~
36221 \end_inset
36222
36223 rectangular
36224 \begin_inset space ~
36225 \end_inset
36226
36227 frame
36228 \family default
36229  you can set a frame color.
36230  In this case you must also specify a background color (LyX sets white as
36231  default).
36232  Here is an example: 
36233 \begin_inset Box Boxed
36234 position "t"
36235 hor_pos "c"
36236 has_inner_box 0
36237 inner_pos "t"
36238 use_parbox 0
36239 use_makebox 0
36240 width ""
36241 special "none"
36242 height "1in"
36243 height_special "totalheight"
36244 thickness "0.4pt"
36245 separation "3pt"
36246 shadowsize "4pt"
36247 framecolor "teal"
36248 backgroundcolor "yellow"
36249 status open
36250
36251 \begin_layout Plain Layout
36252 Box with teal frame color and yellow background color
36253 \end_layout
36254
36255 \end_inset
36256
36257
36258 \end_layout
36259
36260 \begin_layout Standard
36261 \begin_inset VSpace bigskip
36262 \end_inset
36263
36264 Of course you can also have colored text inside a colored box:
36265 \begin_inset Newline newline
36266 \end_inset
36267
36268
36269 \begin_inset Box Boxed
36270 position "t"
36271 hor_pos "c"
36272 has_inner_box 0
36273 inner_pos "t"
36274 use_parbox 0
36275 use_makebox 0
36276 width ""
36277 special "none"
36278 height "1in"
36279 height_special "totalheight"
36280 thickness "0.4pt"
36281 separation "3pt"
36282 shadowsize "4pt"
36283 framecolor "cyan"
36284 backgroundcolor "magenta"
36285 status open
36286
36287 \begin_layout Plain Layout
36288
36289 \color yellow
36290 This is colored text within a colored, framed box
36291 \end_layout
36292
36293 \end_inset
36294
36295
36296 \end_layout
36297
36298 \begin_layout Standard
36299 \begin_inset VSpace bigskip
36300 \end_inset
36301
36302
36303 \end_layout
36304
36305 \begin_layout Standard
36306 If you need another color than the predefined ones, you can define your
36307  own color as described in section
36308 \begin_inset space ~
36309 \end_inset
36310
36311
36312 \begin_inset CommandInset ref
36313 LatexCommand ref
36314 reference "sec:Colored-Tables"
36315
36316 \end_inset
36317
36318 .
36319  To use your own color you must typeset the box by using TeX code:
36320 \end_layout
36321
36322 \begin_layout Standard
36323 Colored boxes without frame are created with the command 
36324 \series bold
36325
36326 \backslash
36327 colorbox
36328 \series default
36329 .
36330  It has the following scheme:
36331 \end_layout
36332
36333 \begin_layout Standard
36334
36335 \series bold
36336
36337 \backslash
36338 colorbox{color}{box content}
36339 \end_layout
36340
36341 \begin_layout Standard
36342 The box content can also be a box and colored boxes can also be within other
36343  boxes.
36344  To have e.
36345 \begin_inset space \thinspace{}
36346 \end_inset
36347
36348 g.
36349 \begin_inset space \space{}
36350 \end_inset
36351
36352 a darkgreen background for a word, insert the command
36353 \end_layout
36354
36355 \begin_layout Standard
36356
36357 \series bold
36358
36359 \backslash
36360 colorbox{darkgreen}{
36361 \end_layout
36362
36363 \begin_layout Standard
36364 before the word in \SpecialChar TeX
36365  Code.
36366  After the word insert a closing brace 
36367 \begin_inset Quotes eld
36368 \end_inset
36369
36370
36371 \series bold
36372 }
36373 \series default
36374
36375 \begin_inset Quotes erd
36376 \end_inset
36377
36378  in \SpecialChar TeX
36379  Code.
36380 \begin_inset Newline newline
36381 \end_inset
36382
36383 This is the result:
36384 \end_layout
36385
36386 \begin_layout Standard
36387 This is a line where the word 
36388 \begin_inset ERT
36389 status collapsed
36390
36391 \begin_layout Plain Layout
36392
36393
36394 \backslash
36395 colorbox{darkgreen}{
36396 \end_layout
36397
36398 \end_inset
36399
36400
36401 \begin_inset Quotes eld
36402 \end_inset
36403
36404 Attention!
36405 \begin_inset Quotes erd
36406 \end_inset
36407
36408
36409 \begin_inset ERT
36410 status collapsed
36411
36412 \begin_layout Plain Layout
36413
36414 }
36415 \end_layout
36416
36417 \end_inset
36418
36419  has a darkgreen background.
36420 \end_layout
36421
36422 \begin_layout Standard
36423 Framed, colored boxes are created with the command 
36424 \series bold
36425
36426 \backslash
36427 fcolorbox
36428 \series default
36429 .
36430  It has the following scheme:
36431 \end_layout
36432
36433 \begin_layout Standard
36434
36435 \series bold
36436
36437 \backslash
36438 fcolorbox{frame color}{box color}{box content}
36439 \end_layout
36440
36441 \begin_layout Section
36442 Rotated and Scaled Boxes
36443 \end_layout
36444
36445 \begin_layout Standard
36446 To use the boxes described in this section, the module 
36447 \family sans
36448 GraphicBoxes
36449 \family default
36450  must be loaded in the document settings.
36451 \end_layout
36452
36453 \begin_layout Standard
36454 \begin_inset Note Greyedout
36455 status open
36456
36457 \begin_layout Plain Layout
36458
36459 \series bold
36460 Note:
36461 \series default
36462  Not all DVI viewers are able to display rotated or scaled material.
36463 \end_layout
36464
36465 \end_inset
36466
36467
36468 \end_layout
36469
36470 \begin_layout Standard
36471 \begin_inset Note Greyedout
36472 status open
36473
36474 \begin_layout Plain Layout
36475
36476 \series bold
36477 Note:
36478 \series default
36479  Floats are not allowed inside a rotated or scaled box.
36480 \end_layout
36481
36482 \end_inset
36483
36484
36485 \end_layout
36486
36487 \begin_layout Subsection
36488 Rotated Boxes
36489 \begin_inset Index idx
36490 status collapsed
36491
36492 \begin_layout Plain Layout
36493 Boxes ! rotated
36494 \end_layout
36495
36496 \end_inset
36497
36498
36499 \begin_inset Index idx
36500 status collapsed
36501
36502 \begin_layout Plain Layout
36503 Rotated Material
36504 \end_layout
36505
36506 \end_inset
36507
36508
36509 \end_layout
36510
36511 \begin_layout Standard
36512 To rotate material, you can put it into a 
36513 \family sans
36514 Rotatebox
36515 \family default
36516 .
36517  Such a box is inserted via the menu 
36518 \family sans
36519 Insert\SpecialChar menuseparator
36520 Custom Insets\SpecialChar menuseparator
36521 Rotatebox
36522 \family default
36523 .
36524 \end_layout
36525
36526 \begin_layout Standard
36527 The rotation origin can be specified via the inset 
36528 \family sans
36529 Origin
36530 \family default
36531  (menu 
36532 \family sans
36533 Insert\SpecialChar menuseparator
36534 Origin
36535 \family default
36536 ) in the form 
36537 \series bold
36538 origin=position
36539 \series default
36540 .
36541  The following positions are possible: 
36542 \emph on
36543 c
36544 \emph default
36545  (center), 
36546 \emph on
36547 l
36548 \emph default
36549  (left), 
36550 \emph on
36551 r
36552 \emph default
36553  (right), 
36554 \emph on
36555 b
36556 \emph default
36557  (bottom), 
36558 \emph on
36559 t
36560 \emph default
36561  (top), along with meaningful combinations of the four base positions.
36562  For example 
36563 \emph on
36564 lt
36565 \emph default
36566  means that the rotation origin is at the top left corner of the box.
36567  When no rotation origin is specified, the position 
36568 \emph on
36569 l
36570 \emph default
36571  will be used.
36572  The rotation angle is a number that can be negative that specifies the
36573  angle in degrees.
36574  The rotation direction is counterclockwise.
36575 \end_layout
36576
36577 \begin_layout Standard
36578 In the following example 
36579 \series bold
36580 origin=c
36581 \series default
36582  was inserted to the 
36583 \family sans
36584 Origin
36585 \family default
36586  inset and 
36587 \series bold
36588 60
36589 \series default
36590  was inserted to the 
36591 \family sans
36592 Angle
36593 \family default
36594  inset.
36595 \end_layout
36596
36597 \begin_layout Standard
36598 This is a line 
36599 \begin_inset Flex Rotatebox
36600 status open
36601
36602 \begin_layout Plain Layout
36603 \begin_inset Argument 1
36604 status open
36605
36606 \begin_layout Plain Layout
36607 origin=c
36608 \end_layout
36609
36610 \end_inset
36611
36612
36613 \begin_inset Argument 2
36614 status open
36615
36616 \begin_layout Plain Layout
36617 60
36618 \end_layout
36619
36620 \end_inset
36621
36622 with rotated
36623 \end_layout
36624
36625 \end_inset
36626
36627  text.
36628 \end_layout
36629
36630 \begin_layout Standard
36631 The box content can also be another box or an inline formula:
36632 \end_layout
36633
36634 \begin_layout Standard
36635 This is a line 
36636 \begin_inset Flex Rotatebox
36637 status open
36638
36639 \begin_layout Plain Layout
36640 \begin_inset Argument 1
36641 status open
36642
36643 \begin_layout Plain Layout
36644 origin=r
36645 \end_layout
36646
36647 \end_inset
36648
36649
36650 \begin_inset Argument 2
36651 status open
36652
36653 \begin_layout Plain Layout
36654 -60
36655 \end_layout
36656
36657 \end_inset
36658
36659
36660 \begin_inset Box Doublebox
36661 position "c"
36662 hor_pos "c"
36663 has_inner_box 0
36664 inner_pos "c"
36665 use_parbox 0
36666 use_makebox 0
36667 width "1in"
36668 special "width"
36669 height "1in"
36670 height_special "totalheight"
36671 thickness "0.4pt"
36672 separation "3pt"
36673 shadowsize "4pt"
36674 framecolor "black"
36675 backgroundcolor "none"
36676 status collapsed
36677
36678 \begin_layout Plain Layout
36679 with rotated
36680 \end_layout
36681
36682 \end_inset
36683
36684
36685 \end_layout
36686
36687 \end_inset
36688
36689  framed text 
36690 \begin_inset Flex Rotatebox
36691 status open
36692
36693 \begin_layout Plain Layout
36694 \begin_inset Argument 1
36695 status open
36696
36697 \begin_layout Plain Layout
36698 origin=lb
36699 \end_layout
36700
36701 \end_inset
36702
36703
36704 \begin_inset Argument 2
36705 status open
36706
36707 \begin_layout Plain Layout
36708 60
36709 \end_layout
36710
36711 \end_inset
36712
36713
36714 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36715 \end_inset
36716
36717
36718 \end_layout
36719
36720 \end_inset
36721
36722  and a formula.
36723 \end_layout
36724
36725 \begin_layout Standard
36726 or an image or table:
36727 \end_layout
36728
36729 \begin_layout Standard
36730 This is a line 
36731 \begin_inset Flex Rotatebox
36732 status open
36733
36734 \begin_layout Plain Layout
36735 \begin_inset Argument 1
36736 status open
36737
36738 \begin_layout Plain Layout
36739 origin=lb
36740 \end_layout
36741
36742 \end_inset
36743
36744
36745 \begin_inset Argument 2
36746 status open
36747
36748 \begin_layout Plain Layout
36749 90
36750 \end_layout
36751
36752 \end_inset
36753
36754
36755 \begin_inset Graphics
36756         filename clipart/platypus.eps
36757         lyxscale 50
36758         width 25col%
36759
36760 \end_inset
36761
36762
36763 \end_layout
36764
36765 \end_inset
36766
36767  with a rotated image 
36768 \begin_inset Flex Rotatebox
36769 status open
36770
36771 \begin_layout Plain Layout
36772 \begin_inset Argument 2
36773 status open
36774
36775 \begin_layout Plain Layout
36776 -90
36777 \end_layout
36778
36779 \end_inset
36780
36781
36782 \begin_inset Tabular
36783 <lyxtabular version="3" rows="2" columns="2">
36784 <features tabularvalignment="middle">
36785 <column alignment="center" valignment="top">
36786 <column alignment="center" valignment="top">
36787 <row>
36788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36789 \begin_inset Text
36790
36791 \begin_layout Plain Layout
36792 q
36793 \end_layout
36794
36795 \end_inset
36796 </cell>
36797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36798 \begin_inset Text
36799
36800 \begin_layout Plain Layout
36801 w
36802 \end_layout
36803
36804 \end_inset
36805 </cell>
36806 </row>
36807 <row>
36808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36809 \begin_inset Text
36810
36811 \begin_layout Plain Layout
36812 e
36813 \end_layout
36814
36815 \end_inset
36816 </cell>
36817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36818 \begin_inset Text
36819
36820 \begin_layout Plain Layout
36821 r
36822 \end_layout
36823
36824 \end_inset
36825 </cell>
36826 </row>
36827 </lyxtabular>
36828
36829 \end_inset
36830
36831
36832 \end_layout
36833
36834 \end_inset
36835
36836  and table.
36837 \begin_inset Index idx
36838 status collapsed
36839
36840 \begin_layout Plain Layout
36841 Figures ! rotated
36842 \end_layout
36843
36844 \end_inset
36845
36846
36847 \begin_inset Index idx
36848 status collapsed
36849
36850 \begin_layout Plain Layout
36851 Table Customization ! Rotating
36852 \end_layout
36853
36854 \end_inset
36855
36856
36857 \end_layout
36858
36859 \begin_layout Standard
36860 \begin_inset Note Greyedout
36861 status open
36862
36863 \begin_layout Plain Layout
36864
36865 \series bold
36866 Note:
36867 \series default
36868  If the 
36869 \family sans
36870 Angle
36871 \family default
36872  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
36873
36874  errors when viewing/exporting the document.
36875 \end_layout
36876
36877 \end_inset
36878
36879
36880 \end_layout
36881
36882 \begin_layout Subsection
36883 Scaled Boxes
36884 \begin_inset Index idx
36885 status collapsed
36886
36887 \begin_layout Plain Layout
36888 Boxes ! scaled
36889 \end_layout
36890
36891 \end_inset
36892
36893
36894 \begin_inset Index idx
36895 status collapsed
36896
36897 \begin_layout Plain Layout
36898 Scaled Material
36899 \end_layout
36900
36901 \end_inset
36902
36903
36904 \end_layout
36905
36906 \begin_layout Standard
36907 To scale material put it into a 
36908 \family sans
36909 Scalebox
36910 \family default
36911 .
36912  Such a box is inserted via the menu 
36913 \family sans
36914 Insert\SpecialChar menuseparator
36915 Custom Insets\SpecialChar menuseparator
36916 Scalebox
36917 \family default
36918 .
36919 \end_layout
36920
36921 \begin_layout Standard
36922 The 
36923 \family sans
36924 Scalebox
36925 \family default
36926  inset has the mandatory inset 
36927 \family sans
36928 H-Factor
36929 \family default
36930  and the optional inset 
36931 \family sans
36932 V-Factor
36933 \family default
36934  (inserted via the menu 
36935 \family sans
36936 Insert\SpecialChar menuseparator
36937 V-Factor)
36938 \family default
36939 .
36940  Input there the horizontal and vertical scale factor, respectively.
36941  If no 
36942 \family sans
36943 V-Factor
36944 \family default
36945  inset is used, the horizontal factor will also be used as the vertical
36946  one.
36947 \end_layout
36948
36949 \begin_layout Standard
36950 To get for example the double text size, compared to the document text size,
36951  insert 
36952 \series bold
36953 2
36954 \series default
36955  into the 
36956 \family sans
36957 H-Factor
36958 \family default
36959  inset.
36960  An example: 
36961 \begin_inset Flex Scalebox
36962 status open
36963
36964 \begin_layout Plain Layout
36965 \begin_inset Argument 1
36966 status open
36967
36968 \begin_layout Plain Layout
36969 2
36970 \end_layout
36971
36972 \end_inset
36973
36974 Hello
36975 \end_layout
36976
36977 \end_inset
36978
36979
36980 \end_layout
36981
36982 \begin_layout Standard
36983
36984 \series bold
36985 2
36986 \series default
36987  as 
36988 \family sans
36989 H-Factor
36990 \family default
36991  and 
36992 \series bold
36993 1
36994 \series default
36995  as 
36996 \family sans
36997 V-Factor
36998 \family default
36999  distorts the 
37000 \begin_inset Flex Scalebox
37001 status open
37002
37003 \begin_layout Plain Layout
37004 \begin_inset Argument 1
37005 status open
37006
37007 \begin_layout Plain Layout
37008 2
37009 \end_layout
37010
37011 \end_inset
37012
37013
37014 \begin_inset Argument 2
37015 status open
37016
37017 \begin_layout Plain Layout
37018 1
37019 \end_layout
37020
37021 \end_inset
37022
37023 Hello
37024 \end_layout
37025
37026 \end_inset
37027
37028 .
37029 \end_layout
37030
37031 \begin_layout Standard
37032 If the scaling factor is negative, the box content will be mirrored.
37033  Therefore 
37034 \series bold
37035 -1
37036 \series default
37037  as 
37038 \family sans
37039 H-Factor
37040 \family default
37041  and 
37042 \series bold
37043 1
37044 \series default
37045  as 
37046 \family sans
37047 V-Factor
37048 \family default
37049  can be used to create mirror writing: 
37050 \begin_inset Flex Scalebox
37051 status open
37052
37053 \begin_layout Plain Layout
37054 \begin_inset Argument 1
37055 status open
37056
37057 \begin_layout Plain Layout
37058 -1
37059 \end_layout
37060
37061 \end_inset
37062
37063
37064 \begin_inset Argument 2
37065 status open
37066
37067 \begin_layout Plain Layout
37068 1
37069 \end_layout
37070
37071 \end_inset
37072
37073 Hello
37074 \end_layout
37075
37076 \end_inset
37077
37078
37079 \end_layout
37080
37081 \begin_layout Standard
37082
37083 \series bold
37084 1
37085 \series default
37086  as 
37087 \family sans
37088 H-Factor
37089 \family default
37090  and 
37091 \series bold
37092 -1
37093 \series default
37094  as 
37095 \family sans
37096 V-Factor
37097 \family default
37098  reflects the 
37099 \begin_inset Flex Scalebox
37100 status open
37101
37102 \begin_layout Plain Layout
37103 \begin_inset Argument 1
37104 status open
37105
37106 \begin_layout Plain Layout
37107 1
37108 \end_layout
37109
37110 \end_inset
37111
37112
37113 \begin_inset Argument 2
37114 status open
37115
37116 \begin_layout Plain Layout
37117 -1
37118 \end_layout
37119
37120 \end_inset
37121
37122 Hello
37123 \end_layout
37124
37125 \end_inset
37126
37127  at the base line.
37128 \end_layout
37129
37130 \begin_layout Standard
37131 The 
37132 \family sans
37133 Reflectbox
37134 \family default
37135  (menu 
37136 \family sans
37137 Insert\SpecialChar menuseparator
37138 Custom Insets\SpecialChar menuseparator
37139 Reflectbox
37140 \family default
37141 ) is equivalent to 
37142 \series bold
37143 -1
37144 \series default
37145  as 
37146 \family sans
37147 H-Factor
37148 \family default
37149  and 
37150 \series bold
37151 1
37152 \series default
37153  as 
37154 \family sans
37155 V-Factor 
37156 \family default
37157 for a 
37158 \family sans
37159 Scalebox
37160 \family default
37161 .
37162 \end_layout
37163
37164 \begin_layout Standard
37165 \begin_inset Note Greyedout
37166 status open
37167
37168 \begin_layout Plain Layout
37169
37170 \series bold
37171 Note:
37172 \series default
37173  If the 
37174 \family sans
37175 H-Factor
37176 \family default
37177  inset is empty or contains other characters than numbers you will get LaTeX
37178  errors when viewing/exporting the document.
37179 \end_layout
37180
37181 \end_inset
37182
37183
37184 \end_layout
37185
37186 \begin_layout Standard
37187 \begin_inset VSpace bigskip
37188 \end_inset
37189
37190 The 
37191 \family sans
37192 Resizebox
37193 \family default
37194  (menu 
37195 \family sans
37196 Insert\SpecialChar menuseparator
37197 Custom Insets\SpecialChar menuseparator
37198 Resizebox
37199 \family default
37200 ) is used to scale the content to a defined width and height.
37201  The 
37202 \family sans
37203 Resizebox
37204 \family default
37205  inset has the mandatory inset 
37206 \family sans
37207 Width
37208 \family default
37209  and the optional inset 
37210 \family sans
37211 Height
37212 \family default
37213  (inserted via the menu 
37214 \family sans
37215 Insert\SpecialChar menuseparator
37216 Height)
37217 \family default
37218 .
37219  Input there the width and height, respectively, as value with a unit.
37220  
37221 \begin_inset CommandInset ref
37222 LatexCommand ref
37223 reference "tab:Units"
37224
37225 \end_inset
37226
37227  lists the possible units.
37228  If there is an exclamation mark 
37229 \series bold
37230 !
37231 \series default
37232  in of of the two insets, the size is set so that the aspect ratio of the
37233  box content is kept.
37234  If no 
37235 \family sans
37236 Height
37237 \family default
37238  inset is used an exclamation mark will internally be used for the height.
37239 \end_layout
37240
37241 \begin_layout Standard
37242
37243 \series bold
37244 2cm
37245 \series default
37246  as 
37247 \family sans
37248 Width
37249 \family default
37250  and 
37251 \series bold
37252 1cm
37253 \series default
37254  as 
37255 \family sans
37256 Height
37257 \family default
37258  produces: 
37259 \begin_inset Flex Resizebox
37260 status open
37261
37262 \begin_layout Plain Layout
37263 \begin_inset Argument 1
37264 status open
37265
37266 \begin_layout Plain Layout
37267 2cm
37268 \end_layout
37269
37270 \end_inset
37271
37272
37273 \begin_inset Argument 2
37274 status open
37275
37276 \begin_layout Plain Layout
37277 1cm
37278 \end_layout
37279
37280 \end_inset
37281
37282 Hello
37283 \end_layout
37284
37285 \end_inset
37286
37287
37288 \begin_inset Newline newline
37289 \end_inset
37290
37291
37292 \series bold
37293 2cm
37294 \series default
37295  as 
37296 \family sans
37297 Width
37298 \family default
37299  and 
37300 \series bold
37301 !
37302 \series default
37303  as 
37304 \family sans
37305 Height
37306 \family default
37307  (or no 
37308 \family sans
37309 Height
37310 \family default
37311 ) produces: 
37312 \begin_inset Flex Resizebox
37313 status open
37314
37315 \begin_layout Plain Layout
37316 \begin_inset Argument 1
37317 status open
37318
37319 \begin_layout Plain Layout
37320 2cm
37321 \end_layout
37322
37323 \end_inset
37324
37325
37326 \begin_inset Argument 2
37327 status open
37328
37329 \begin_layout Plain Layout
37330 !
37331 \end_layout
37332
37333 \end_inset
37334
37335 Hello
37336 \end_layout
37337
37338 \end_inset
37339
37340
37341 \end_layout
37342
37343 \begin_layout Standard
37344 \begin_inset Note Greyedout
37345 status open
37346
37347 \begin_layout Plain Layout
37348
37349 \series bold
37350 Note:
37351 \series default
37352  If the 
37353 \family sans
37354 Width
37355 \family default
37356  inset is empty or contains an invalid unit you will get LaTeX errors when
37357  viewing/exporting the document.
37358 \end_layout
37359
37360 \end_inset
37361
37362
37363 \end_layout
37364
37365 \begin_layout Standard
37366 \begin_inset VSpace bigskip
37367 \end_inset
37368
37369
37370 \end_layout
37371
37372 \begin_layout Standard
37373 The boxes can be combined in any order.
37374  As example a 
37375 \family sans
37376 Reflectbox
37377 \family default
37378  inside a 
37379 \family sans
37380 Resizebox
37381 \family default
37382  which is in turn inside a 
37383 \family sans
37384 Rotatebox
37385 \family default
37386 :
37387 \end_layout
37388
37389 \begin_layout Standard
37390 \noindent
37391 \align center
37392 \begin_inset Flex Rotatebox
37393 status open
37394
37395 \begin_layout Plain Layout
37396 \begin_inset Argument 1
37397 status open
37398
37399 \begin_layout Plain Layout
37400 origin=c
37401 \end_layout
37402
37403 \end_inset
37404
37405
37406 \begin_inset Argument 2
37407 status open
37408
37409 \begin_layout Plain Layout
37410 -45
37411 \end_layout
37412
37413 \end_inset
37414
37415
37416 \begin_inset Flex Resizebox
37417 status open
37418
37419 \begin_layout Plain Layout
37420 \begin_inset Argument 1
37421 status open
37422
37423 \begin_layout Plain Layout
37424 2cm
37425 \end_layout
37426
37427 \end_inset
37428
37429
37430 \begin_inset Flex Reflectbox
37431 status open
37432
37433 \begin_layout Plain Layout
37434 Hello
37435 \end_layout
37436
37437 \end_inset
37438
37439
37440 \end_layout
37441
37442 \end_inset
37443
37444
37445 \end_layout
37446
37447 \end_inset
37448
37449
37450 \end_layout
37451
37452 \begin_layout Standard
37453 \noindent
37454 Images, tables, and inline formulas are allowed as box content:
37455 \end_layout
37456
37457 \begin_layout Standard
37458 \noindent
37459 \align center
37460 \begin_inset Flex Resizebox
37461 status open
37462
37463 \begin_layout Plain Layout
37464 \begin_inset Argument 1
37465 status open
37466
37467 \begin_layout Plain Layout
37468 2cm
37469 \end_layout
37470
37471 \end_inset
37472
37473
37474 \begin_inset Flex Reflectbox
37475 status open
37476
37477 \begin_layout Plain Layout
37478 \begin_inset Graphics
37479         filename clipart/platypus.eps
37480         lyxscale 50
37481         width 25col%
37482
37483 \end_inset
37484
37485
37486 \end_layout
37487
37488 \end_inset
37489
37490
37491 \end_layout
37492
37493 \end_inset
37494
37495  
37496 \begin_inset Flex Resizebox
37497 status open
37498
37499 \begin_layout Plain Layout
37500 \begin_inset Argument 1
37501 status open
37502
37503 \begin_layout Plain Layout
37504 2cm
37505 \end_layout
37506
37507 \end_inset
37508
37509
37510 \begin_inset Flex Reflectbox
37511 status open
37512
37513 \begin_layout Plain Layout
37514 \begin_inset Tabular
37515 <lyxtabular version="3" rows="2" columns="2">
37516 <features tabularvalignment="middle">
37517 <column alignment="center" valignment="top">
37518 <column alignment="center" valignment="top">
37519 <row>
37520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37521 \begin_inset Text
37522
37523 \begin_layout Plain Layout
37524 q
37525 \end_layout
37526
37527 \end_inset
37528 </cell>
37529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37530 \begin_inset Text
37531
37532 \begin_layout Plain Layout
37533 w
37534 \end_layout
37535
37536 \end_inset
37537 </cell>
37538 </row>
37539 <row>
37540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37541 \begin_inset Text
37542
37543 \begin_layout Plain Layout
37544 e
37545 \end_layout
37546
37547 \end_inset
37548 </cell>
37549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37550 \begin_inset Text
37551
37552 \begin_layout Plain Layout
37553 r
37554 \end_layout
37555
37556 \end_inset
37557 </cell>
37558 </row>
37559 </lyxtabular>
37560
37561 \end_inset
37562
37563
37564 \end_layout
37565
37566 \end_inset
37567
37568
37569 \end_layout
37570
37571 \end_inset
37572
37573  
37574 \begin_inset Flex Resizebox
37575 status open
37576
37577 \begin_layout Plain Layout
37578 \begin_inset Argument 1
37579 status open
37580
37581 \begin_layout Plain Layout
37582 3cm
37583 \end_layout
37584
37585 \end_inset
37586
37587
37588 \begin_inset Flex Reflectbox
37589 status open
37590
37591 \begin_layout Plain Layout
37592 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37593 \end_inset
37594
37595
37596 \end_layout
37597
37598 \end_inset
37599
37600
37601 \end_layout
37602
37603 \end_inset
37604
37605
37606 \begin_inset Index idx
37607 status collapsed
37608
37609 \begin_layout Plain Layout
37610 Figures ! scaled
37611 \end_layout
37612
37613 \end_inset
37614
37615
37616 \begin_inset Index idx
37617 status collapsed
37618
37619 \begin_layout Plain Layout
37620 Table Customization ! Scaling
37621 \end_layout
37622
37623 \end_inset
37624
37625
37626 \end_layout
37627
37628 \begin_layout Standard
37629 When the global formula style 
37630 \series bold
37631 fleqn
37632 \series default
37633  is used in the document
37634 \begin_inset Foot
37635 status collapsed
37636
37637 \begin_layout Plain Layout
37638 When 
37639 \begin_inset Quotes eld
37640 \end_inset
37641
37642 fleqn
37643 \begin_inset Quotes erd
37644 \end_inset
37645
37646  is added to the document class options.
37647 \end_layout
37648
37649 \end_inset
37650
37651 , display style formulas can also be scaled.
37652 \end_layout
37653
37654 \begin_layout Chapter
37655 Objects Surrounded by Text
37656 \begin_inset Index idx
37657 status collapsed
37658
37659 \begin_layout Plain Layout
37660 Surrounded by text
37661 \end_layout
37662
37663 \end_inset
37664
37665
37666 \end_layout
37667
37668 \begin_layout Section
37669 Wrap Floats
37670 \begin_inset CommandInset label
37671 LatexCommand label
37672 name "sec:Wrap-Floats"
37673
37674 \end_inset
37675
37676
37677 \begin_inset Index idx
37678 status collapsed
37679
37680 \begin_layout Plain Layout
37681 Floats ! Wrap Floats
37682 \end_layout
37683
37684 \end_inset
37685
37686
37687 \begin_inset Index idx
37688 status collapsed
37689
37690 \begin_layout Plain Layout
37691 Surrounded by text ! Wrap Floats
37692 \end_layout
37693
37694 \end_inset
37695
37696
37697 \end_layout
37698
37699 \begin_layout Standard
37700 \begin_inset Wrap figure
37701 lines 0
37702 placement l
37703 overhang 1cm
37704 width "40col%"
37705 status open
37706
37707 \begin_layout Plain Layout
37708 \begin_inset Graphics
37709         filename clipart/mobius.eps
37710         width 40col%
37711         scaleBeforeRotation
37712         rotateOrigin center
37713
37714 \end_inset
37715
37716
37717 \end_layout
37718
37719 \begin_layout Plain Layout
37720 \begin_inset Caption Standard
37721
37722 \begin_layout Plain Layout
37723 \begin_inset CommandInset label
37724 LatexCommand label
37725 name "fig:This-is-a"
37726
37727 \end_inset
37728
37729 This is a figure wrap float.
37730 \end_layout
37731
37732 \end_inset
37733
37734
37735 \end_layout
37736
37737 \end_inset
37738
37739  This float type is used if you want to wrap text around a figure or table
37740  so that it only occupies some fraction of the column width.
37741  It can be inserted using the menu 
37742 \family sans
37743 Insert\SpecialChar menuseparator
37744 Floats\SpecialChar menuseparator
37745 Figure
37746 \begin_inset space ~
37747 \end_inset
37748
37749 Wrap
37750 \begin_inset space ~
37751 \end_inset
37752
37753 Float
37754 \family default
37755  or 
37756 \family sans
37757 Table
37758 \begin_inset space ~
37759 \end_inset
37760
37761 Wrap
37762 \begin_inset space ~
37763 \end_inset
37764
37765 Float
37766 \family default
37767  if the \SpecialChar LaTeX
37768 -package 
37769 \series bold
37770 wrapfig
37771 \series default
37772
37773 \begin_inset Index idx
37774 status collapsed
37775
37776 \begin_layout Plain Layout
37777 \SpecialChar LaTeX
37778 -packages ! wrapfig
37779 \end_layout
37780
37781 \end_inset
37782
37783  is installed.
37784 \begin_inset Foot
37785 status collapsed
37786
37787 \begin_layout Plain Layout
37788 Installing a \SpecialChar LaTeX
37789 -package is explained it in the 
37790 \emph on
37791 \SpecialChar LaTeX
37792
37793 \begin_inset space ~
37794 \end_inset
37795
37796 Configuration
37797 \emph default
37798  manual.
37799 \end_layout
37800
37801 \end_inset
37802
37803  The settings of the float can be modified by right-clicking on the float
37804  box.
37805  The mandatory settings are the float 
37806 \family sans
37807 Placement
37808 \family default
37809  and its 
37810 \family sans
37811 Width
37812 \family default
37813 .
37814  Optional are the 
37815 \family sans
37816 Overhang
37817 \family default
37818  that specifies how much the float is set into the paragraph
37819 \begin_inset space \thinspace{}
37820 \end_inset
37821
37822 /
37823 \begin_inset space \thinspace{}
37824 \end_inset
37825
37826 page margin, and the 
37827 \family sans
37828 Line
37829 \begin_inset space ~
37830 \end_inset
37831
37832 span
37833 \family default
37834  that specifies how many text lines the float will approximately need.
37835  The line span is often hard to approximate; so it is better only to use
37836  it when you encounter float placement problems.
37837  You can furthermore decide if \SpecialChar LaTeX
37838  is allowed to let the float float within
37839  the paragraph or to surrounding paragraphs.
37840  Figure
37841 \begin_inset space ~
37842 \end_inset
37843
37844
37845 \begin_inset CommandInset ref
37846 LatexCommand ref
37847 reference "fig:This-is-a"
37848
37849 \end_inset
37850
37851  is an example text wrap float with a width of 40
37852 \begin_inset space \thinspace{}
37853 \end_inset
37854
37855 col%, 1
37856 \begin_inset space \thinspace{}
37857 \end_inset
37858
37859 cm overhang, set to the left.
37860 \end_layout
37861
37862 \begin_layout Standard
37863 \begin_inset Note Greyedout
37864 status open
37865
37866 \begin_layout Plain Layout
37867
37868 \series bold
37869 Note:
37870 \series default
37871  Text
37872 \begin_inset space ~
37873 \end_inset
37874
37875 wrap float floats are fragile! E.
37876 \begin_inset space \thinspace{}
37877 \end_inset
37878
37879 g.
37880 \begin_inset space \space{}
37881 \end_inset
37882
37883 having a figure too close to the bottom of the page can mess things up in
37884  such a way that the float does not appear in the output or that it is placed
37885  over some other text.
37886 \end_layout
37887
37888 \end_inset
37889
37890
37891 \end_layout
37892
37893 \begin_layout Standard
37894 In general, the following applies for wrap floats:
37895 \end_layout
37896
37897 \begin_layout Itemize
37898 They should not be placed in paragraphs that run over a page break.
37899  That means that wrap floats are better inserted in their exact place when
37900  the document is almost finished and you are able to estimate where page
37901  breaks will appear.
37902 \end_layout
37903
37904 \begin_layout Itemize
37905 They should either be placed in their own paragraph before the paragraph
37906  where they should wrap into or within a paragraph.
37907 \end_layout
37908
37909 \begin_layout Itemize
37910 In consecutive paragraphs they may cause troubles, so ensure that there
37911  is a text paragraph between them as separator.
37912 \end_layout
37913
37914 \begin_layout Itemize
37915 They are not allowed in section headings or tables.
37916 \end_layout
37917
37918 \begin_layout Itemize
37919 Their numbering and referencing works as described in chap.
37920 \begin_inset space \thinspace{}
37921 \end_inset
37922
37923
37924 \begin_inset CommandInset ref
37925 LatexCommand ref
37926 reference "chap:Floats"
37927
37928 \end_inset
37929
37930 .
37931 \end_layout
37932
37933 \begin_layout Section
37934 Surrounded Fixed Objects
37935 \begin_inset Index idx
37936 status collapsed
37937
37938 \begin_layout Plain Layout
37939 Surrounded by text ! Fixed objects
37940 \end_layout
37941
37942 \end_inset
37943
37944
37945 \end_layout
37946
37947 \begin_layout Standard
37948 The wrap floats described in sec.
37949 \begin_inset space \thinspace{}
37950 \end_inset
37951
37952
37953 \begin_inset CommandInset ref
37954 LatexCommand ref
37955 reference "sec:Wrap-Floats"
37956
37957 \end_inset
37958
37959  have these positions in the paragraph:
37960 \end_layout
37961
37962 \begin_layout Standard
37963 \noindent
37964 \align center
37965 \begin_inset Tabular
37966 <lyxtabular version="3" rows="2" columns="2">
37967 <features tabularvalignment="middle">
37968 <column alignment="center" valignment="top">
37969 <column alignment="center" valignment="top">
37970 <row>
37971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37972 \begin_inset Text
37973
37974 \begin_layout Plain Layout
37975 \begin_inset Info
37976 type  "icon"
37977 arg   "dialog-show-new-inset graphics"
37978 \end_inset
37979
37980
37981 \end_layout
37982
37983 \end_inset
37984 </cell>
37985 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37986 \begin_inset Text
37987
37988 \begin_layout Plain Layout
37989 text
37990 \end_layout
37991
37992 \end_inset
37993 </cell>
37994 </row>
37995 <row>
37996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37997 \begin_inset Text
37998
37999 \begin_layout Plain Layout
38000 text
38001 \end_layout
38002
38003 \end_inset
38004 </cell>
38005 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38006 \begin_inset Text
38007
38008 \begin_layout Plain Layout
38009 text
38010 \end_layout
38011
38012 \end_inset
38013 </cell>
38014 </row>
38015 </lyxtabular>
38016
38017 \end_inset
38018
38019  or 
38020 \begin_inset Tabular
38021 <lyxtabular version="3" rows="2" columns="2">
38022 <features tabularvalignment="middle">
38023 <column alignment="center" valignment="top">
38024 <column alignment="center" valignment="top">
38025 <row>
38026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38027 \begin_inset Text
38028
38029 \begin_layout Plain Layout
38030 text
38031 \end_layout
38032
38033 \end_inset
38034 </cell>
38035 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38036 \begin_inset Text
38037
38038 \begin_layout Plain Layout
38039 \begin_inset Info
38040 type  "icon"
38041 arg   "dialog-show-new-inset graphics"
38042 \end_inset
38043
38044
38045 \end_layout
38046
38047 \end_inset
38048 </cell>
38049 </row>
38050 <row>
38051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38052 \begin_inset Text
38053
38054 \begin_layout Plain Layout
38055 text
38056 \end_layout
38057
38058 \end_inset
38059 </cell>
38060 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38061 \begin_inset Text
38062
38063 \begin_layout Plain Layout
38064 text
38065 \end_layout
38066
38067 \end_inset
38068 </cell>
38069 </row>
38070 </lyxtabular>
38071
38072 \end_inset
38073
38074
38075 \end_layout
38076
38077 \begin_layout Standard
38078 To get an object exactly at the position where it is inserted, for example
38079  to get one of these positions:
38080 \begin_inset VSpace defskip
38081 \end_inset
38082
38083
38084 \end_layout
38085
38086 \begin_layout Standard
38087 \noindent
38088 \align center
38089 \begin_inset Tabular
38090 <lyxtabular version="3" rows="2" columns="2">
38091 <features tabularvalignment="middle">
38092 <column alignment="center" valignment="top">
38093 <column alignment="center" valignment="top">
38094 <row>
38095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38096 \begin_inset Text
38097
38098 \begin_layout Plain Layout
38099 text
38100 \end_layout
38101
38102 \end_inset
38103 </cell>
38104 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38105 \begin_inset Text
38106
38107 \begin_layout Plain Layout
38108 text
38109 \end_layout
38110
38111 \end_inset
38112 </cell>
38113 </row>
38114 <row>
38115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38116 \begin_inset Text
38117
38118 \begin_layout Plain Layout
38119 \begin_inset Info
38120 type  "icon"
38121 arg   "dialog-show-new-inset graphics"
38122 \end_inset
38123
38124
38125 \end_layout
38126
38127 \end_inset
38128 </cell>
38129 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38130 \begin_inset Text
38131
38132 \begin_layout Plain Layout
38133 text
38134 \end_layout
38135
38136 \end_inset
38137 </cell>
38138 </row>
38139 </lyxtabular>
38140
38141 \end_inset
38142
38143  
38144 \begin_inset Tabular
38145 <lyxtabular version="3" rows="2" columns="2">
38146 <features tabularvalignment="middle">
38147 <column alignment="center" valignment="top">
38148 <column alignment="center" valignment="top">
38149 <row>
38150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38151 \begin_inset Text
38152
38153 \begin_layout Plain Layout
38154 text
38155 \end_layout
38156
38157 \end_inset
38158 </cell>
38159 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38160 \begin_inset Text
38161
38162 \begin_layout Plain Layout
38163 text
38164 \end_layout
38165
38166 \end_inset
38167 </cell>
38168 </row>
38169 <row>
38170 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38171 \begin_inset Text
38172
38173 \begin_layout Plain Layout
38174 text
38175 \end_layout
38176
38177 \end_inset
38178 </cell>
38179 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38180 \begin_inset Text
38181
38182 \begin_layout Plain Layout
38183 \begin_inset Info
38184 type  "icon"
38185 arg   "dialog-show-new-inset graphics"
38186 \end_inset
38187
38188
38189 \end_layout
38190
38191 \end_inset
38192 </cell>
38193 </row>
38194 </lyxtabular>
38195
38196 \end_inset
38197
38198  
38199 \begin_inset Tabular
38200 <lyxtabular version="3" rows="2" columns="3">
38201 <features tabularvalignment="middle">
38202 <column alignment="center" valignment="top">
38203 <column alignment="center" valignment="top">
38204 <column alignment="center" valignment="top">
38205 <row>
38206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38207 \begin_inset Text
38208
38209 \begin_layout Plain Layout
38210 text
38211 \end_layout
38212
38213 \end_inset
38214 </cell>
38215 <cell alignment="center" valignment="top" topline="true" usebox="none">
38216 \begin_inset Text
38217
38218 \begin_layout Plain Layout
38219 \begin_inset Info
38220 type  "icon"
38221 arg   "dialog-show-new-inset graphics"
38222 \end_inset
38223
38224
38225 \end_layout
38226
38227 \end_inset
38228 </cell>
38229 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38230 \begin_inset Text
38231
38232 \begin_layout Plain Layout
38233 text
38234 \end_layout
38235
38236 \end_inset
38237 </cell>
38238 </row>
38239 <row>
38240 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38241 \begin_inset Text
38242
38243 \begin_layout Plain Layout
38244 text
38245 \end_layout
38246
38247 \end_inset
38248 </cell>
38249 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38250 \begin_inset Text
38251
38252 \begin_layout Plain Layout
38253 text
38254 \end_layout
38255
38256 \end_inset
38257 </cell>
38258 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38259 \begin_inset Text
38260
38261 \begin_layout Plain Layout
38262 text
38263 \end_layout
38264
38265 \end_inset
38266 </cell>
38267 </row>
38268 </lyxtabular>
38269
38270 \end_inset
38271
38272  
38273 \begin_inset Tabular
38274 <lyxtabular version="3" rows="2" columns="3">
38275 <features tabularvalignment="middle">
38276 <column alignment="center" valignment="top">
38277 <column alignment="center" valignment="top">
38278 <column alignment="center" valignment="top">
38279 <row>
38280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38281 \begin_inset Text
38282
38283 \begin_layout Plain Layout
38284 text
38285 \end_layout
38286
38287 \end_inset
38288 </cell>
38289 <cell alignment="center" valignment="top" topline="true" usebox="none">
38290 \begin_inset Text
38291
38292 \begin_layout Plain Layout
38293 text
38294 \end_layout
38295
38296 \end_inset
38297 </cell>
38298 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38299 \begin_inset Text
38300
38301 \begin_layout Plain Layout
38302 text
38303 \end_layout
38304
38305 \end_inset
38306 </cell>
38307 </row>
38308 <row>
38309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38310 \begin_inset Text
38311
38312 \begin_layout Plain Layout
38313 text
38314 \end_layout
38315
38316 \end_inset
38317 </cell>
38318 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38319 \begin_inset Text
38320
38321 \begin_layout Plain Layout
38322 \begin_inset Info
38323 type  "icon"
38324 arg   "dialog-show-new-inset graphics"
38325 \end_inset
38326
38327
38328 \end_layout
38329
38330 \end_inset
38331 </cell>
38332 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38333 \begin_inset Text
38334
38335 \begin_layout Plain Layout
38336 text
38337 \end_layout
38338
38339 \end_inset
38340 </cell>
38341 </row>
38342 </lyxtabular>
38343
38344 \end_inset
38345
38346
38347 \end_layout
38348
38349 \begin_layout Standard
38350 \noindent
38351 \align center
38352 \begin_inset Tabular
38353 <lyxtabular version="3" rows="3" columns="2">
38354 <features tabularvalignment="middle">
38355 <column alignment="center" valignment="top">
38356 <column alignment="center" valignment="top">
38357 <row>
38358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38359 \begin_inset Text
38360
38361 \begin_layout Plain Layout
38362 text
38363 \end_layout
38364
38365 \end_inset
38366 </cell>
38367 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38368 \begin_inset Text
38369
38370 \begin_layout Plain Layout
38371 text
38372 \end_layout
38373
38374 \end_inset
38375 </cell>
38376 </row>
38377 <row>
38378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38379 \begin_inset Text
38380
38381 \begin_layout Plain Layout
38382 \begin_inset Info
38383 type  "icon"
38384 arg   "dialog-show-new-inset graphics"
38385 \end_inset
38386
38387
38388 \end_layout
38389
38390 \end_inset
38391 </cell>
38392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38393 \begin_inset Text
38394
38395 \begin_layout Plain Layout
38396 text
38397 \end_layout
38398
38399 \end_inset
38400 </cell>
38401 </row>
38402 <row>
38403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38404 \begin_inset Text
38405
38406 \begin_layout Plain Layout
38407 text
38408 \end_layout
38409
38410 \end_inset
38411 </cell>
38412 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38413 \begin_inset Text
38414
38415 \begin_layout Plain Layout
38416 text
38417 \end_layout
38418
38419 \end_inset
38420 </cell>
38421 </row>
38422 </lyxtabular>
38423
38424 \end_inset
38425
38426  
38427 \begin_inset Tabular
38428 <lyxtabular version="3" rows="3" columns="3">
38429 <features tabularvalignment="middle">
38430 <column alignment="center" valignment="top">
38431 <column alignment="center" valignment="top">
38432 <column alignment="center" valignment="top">
38433 <row>
38434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38435 \begin_inset Text
38436
38437 \begin_layout Plain Layout
38438 text
38439 \end_layout
38440
38441 \end_inset
38442 </cell>
38443 <cell alignment="center" valignment="top" topline="true" usebox="none">
38444 \begin_inset Text
38445
38446 \begin_layout Plain Layout
38447 text
38448 \end_layout
38449
38450 \end_inset
38451 </cell>
38452 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38453 \begin_inset Text
38454
38455 \begin_layout Plain Layout
38456 text
38457 \end_layout
38458
38459 \end_inset
38460 </cell>
38461 </row>
38462 <row>
38463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38464 \begin_inset Text
38465
38466 \begin_layout Plain Layout
38467 text
38468 \end_layout
38469
38470 \end_inset
38471 </cell>
38472 <cell alignment="center" valignment="top" usebox="none">
38473 \begin_inset Text
38474
38475 \begin_layout Plain Layout
38476 \begin_inset Info
38477 type  "icon"
38478 arg   "dialog-show-new-inset graphics"
38479 \end_inset
38480
38481
38482 \end_layout
38483
38484 \end_inset
38485 </cell>
38486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38487 \begin_inset Text
38488
38489 \begin_layout Plain Layout
38490 text
38491 \end_layout
38492
38493 \end_inset
38494 </cell>
38495 </row>
38496 <row>
38497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38498 \begin_inset Text
38499
38500 \begin_layout Plain Layout
38501 text
38502 \end_layout
38503
38504 \end_inset
38505 </cell>
38506 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38507 \begin_inset Text
38508
38509 \begin_layout Plain Layout
38510 text
38511 \end_layout
38512
38513 \end_inset
38514 </cell>
38515 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38516 \begin_inset Text
38517
38518 \begin_layout Plain Layout
38519 text
38520 \end_layout
38521
38522 \end_inset
38523 </cell>
38524 </row>
38525 </lyxtabular>
38526
38527 \end_inset
38528
38529  
38530 \begin_inset Tabular
38531 <lyxtabular version="3" rows="3" columns="2">
38532 <features tabularvalignment="middle">
38533 <column alignment="center" valignment="top">
38534 <column alignment="center" valignment="top">
38535 <row>
38536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38537 \begin_inset Text
38538
38539 \begin_layout Plain Layout
38540 text
38541 \end_layout
38542
38543 \end_inset
38544 </cell>
38545 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38546 \begin_inset Text
38547
38548 \begin_layout Plain Layout
38549 text
38550 \end_layout
38551
38552 \end_inset
38553 </cell>
38554 </row>
38555 <row>
38556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38557 \begin_inset Text
38558
38559 \begin_layout Plain Layout
38560 text
38561 \end_layout
38562
38563 \end_inset
38564 </cell>
38565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38566 \begin_inset Text
38567
38568 \begin_layout Plain Layout
38569 \begin_inset Info
38570 type  "icon"
38571 arg   "dialog-show-new-inset graphics"
38572 \end_inset
38573
38574
38575 \end_layout
38576
38577 \end_inset
38578 </cell>
38579 </row>
38580 <row>
38581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38582 \begin_inset Text
38583
38584 \begin_layout Plain Layout
38585 text
38586 \end_layout
38587
38588 \end_inset
38589 </cell>
38590 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38591 \begin_inset Text
38592
38593 \begin_layout Plain Layout
38594 text
38595 \end_layout
38596
38597 \end_inset
38598 </cell>
38599 </row>
38600 </lyxtabular>
38601
38602 \end_inset
38603
38604
38605 \end_layout
38606
38607 \begin_layout Standard
38608 \noindent
38609 you can use the \SpecialChar LaTeX
38610 -package 
38611 \series bold
38612 picinpar
38613 \series default
38614
38615 \begin_inset Index idx
38616 status collapsed
38617
38618 \begin_layout Plain Layout
38619 \SpecialChar LaTeX
38620 -packages ! picinpar
38621 \end_layout
38622
38623 \end_inset
38624
38625 .
38626  Here is an example:
38627 \end_layout
38628
38629 \begin_layout Standard
38630 \begin_inset ERT
38631 status collapsed
38632
38633 \begin_layout Plain Layout
38634
38635
38636 \backslash
38637 ifpicinpar
38638 \end_layout
38639
38640 \end_inset
38641
38642
38643 \begin_inset Note Note
38644 status open
38645
38646 \begin_layout Plain Layout
38647 The following section will only be displayed when the \SpecialChar LaTeX
38648 -package 
38649 \series bold
38650 picinpar
38651 \series default
38652  is installed.
38653 \end_layout
38654
38655 \end_inset
38656
38657
38658 \end_layout
38659
38660 \begin_layout Standard
38661 \begin_inset ERT
38662 status collapsed
38663
38664 \begin_layout Plain Layout
38665
38666
38667 \backslash
38668 begin{window}[2,c,{
38669 \end_layout
38670
38671 \end_inset
38672
38673
38674 \begin_inset Graphics
38675         filename clipart/mobius.eps
38676         lyxscale 60
38677         width 40col%
38678         scaleBeforeRotation
38679         rotateOrigin center
38680
38681 \end_inset
38682
38683
38684 \begin_inset ERT
38685 status collapsed
38686
38687 \begin_layout Plain Layout
38688
38689 },]
38690 \end_layout
38691
38692 \begin_layout Plain Layout
38693
38694 {}
38695 \end_layout
38696
38697 \end_inset
38698
38699
38700 \size small
38701 It was in the spring of the year 1894 that all London was interested, and
38702  the fashionable world dismayed, by the murder of the Honourable Ronald
38703  Adair under most unusual and inexplicable circumstances.
38704  The public has already learned those particulars of the crime which
38705 \size default
38706
38707 \begin_inset ERT
38708 status collapsed
38709
38710 \begin_layout Plain Layout
38711
38712
38713 \backslash
38714 footnotemark{}
38715 \end_layout
38716
38717 \end_inset
38718
38719
38720 \size small
38721  came out in the police investigation, but a good deal was suppressed upon
38722  that occasion, since the case for the prosecution was so overwhelmingly
38723  strong that it was not necessary to bring forward all the facts.
38724  Only now, at the end of nearly ten years, am I allowed to supply those
38725  missing links which make up the whole of that remarkable chain.
38726 \size default
38727
38728 \begin_inset ERT
38729 status collapsed
38730
38731 \begin_layout Plain Layout
38732
38733
38734 \backslash
38735 end{window}
38736 \end_layout
38737
38738 \end_inset
38739
38740
38741 \end_layout
38742
38743 \begin_layout Standard
38744 \begin_inset ERT
38745 status collapsed
38746
38747 \begin_layout Plain Layout
38748
38749
38750 \backslash
38751 footnotetext{
38752 \end_layout
38753
38754 \end_inset
38755
38756 Footnote of the paragraph with the fixed object.
38757 \begin_inset ERT
38758 status collapsed
38759
38760 \begin_layout Plain Layout
38761
38762 }
38763 \end_layout
38764
38765 \end_inset
38766
38767
38768 \end_layout
38769
38770 \begin_layout Standard
38771 Surrounded fixed objects are used to let text float around them, at which
38772  the object's position in the paragraph can be determined by the number
38773  of lines above it.
38774  In contrary to floats is it not possible to have a numbered caption.
38775 \end_layout
38776
38777 \begin_layout Standard
38778 A fixed object is inserted by adding the command
38779 \end_layout
38780
38781 \begin_layout Standard
38782
38783 \series bold
38784
38785 \backslash
38786 begin{window}[2,c,{
38787 \end_layout
38788
38789 \begin_layout Standard
38790 as \SpecialChar TeX
38791  Code at the beginning of the paragraph.
38792  The first parameter in the bracket, here '2', defines the number of lines
38793  above the object, the second, here 'c', the position of the object.
38794  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
38795  Behind the command you insert the object.
38796  In this example an image with a width of 40
38797 \begin_inset space \thinspace{}
38798 \end_inset
38799
38800 % of the text column width was inserted.
38801  The object can also be a table, a box or an equation.
38802  Behind the object the command
38803 \end_layout
38804
38805 \begin_layout Standard
38806
38807 \series bold
38808 },description text]
38809 \begin_inset Newline newline
38810 \end_inset
38811
38812 {}
38813 \end_layout
38814
38815 \begin_layout Standard
38816 is inserted.
38817  Note that the 
38818 \begin_inset Quotes eld
38819 \end_inset
38820
38821
38822 \series bold
38823 {}
38824 \series default
38825
38826 \begin_inset Quotes erd
38827 \end_inset
38828
38829  is in the second line.
38830  The description text is optional.
38831  The text surrounding the object must be in the same paragraph as the object,
38832  so it must begin directly after the 
38833 \series bold
38834 {}
38835 \series default
38836 .
38837  At the end of the paragraph insert the command:
38838 \end_layout
38839
38840 \begin_layout Standard
38841
38842 \series bold
38843
38844 \backslash
38845 end{window}
38846 \end_layout
38847
38848 \begin_layout Standard
38849 Within a paragraph with a fixed object, you cannot insert footnotes in the
38850  normal way.
38851  You have to use instead the command 
38852 \series bold
38853
38854 \backslash
38855 footnotemark
38856 \series default
38857  inside the paragraph and outside the command 
38858 \series bold
38859
38860 \backslash
38861 footnotetext
38862 \series default
38863  as described in sec.
38864 \begin_inset space \thinspace{}
38865 \end_inset
38866
38867
38868 \begin_inset CommandInset ref
38869 LatexCommand ref
38870 reference "sec:Footnotes"
38871
38872 \end_inset
38873
38874 .
38875 \end_layout
38876
38877 \begin_layout Standard
38878 \begin_inset ERT
38879 status collapsed
38880
38881 \begin_layout Plain Layout
38882
38883
38884 \backslash
38885 else
38886 \end_layout
38887
38888 \end_inset
38889
38890
38891 \begin_inset Note Note
38892 status open
38893
38894 \begin_layout Plain Layout
38895 The following will be displayed when the \SpecialChar LaTeX
38896 -package 
38897 \series bold
38898 picinpar
38899 \series default
38900  is not installed:
38901 \end_layout
38902
38903 \end_inset
38904
38905
38906 \end_layout
38907
38908 \begin_layout Standard
38909 You need to install the \SpecialChar LaTeX
38910 -package 
38911 \series bold
38912 picinpar
38913 \series default
38914  to see the following part of this section in the output.
38915 \end_layout
38916
38917 \begin_layout Standard
38918 \begin_inset ERT
38919 status collapsed
38920
38921 \begin_layout Plain Layout
38922
38923
38924 \backslash
38925 fi
38926 \end_layout
38927
38928 \end_inset
38929
38930
38931 \end_layout
38932
38933 \begin_layout Section
38934 Initials
38935 \begin_inset Index idx
38936 status collapsed
38937
38938 \begin_layout Plain Layout
38939 Initials
38940 \end_layout
38941
38942 \end_inset
38943
38944
38945 \begin_inset Index idx
38946 status collapsed
38947
38948 \begin_layout Plain Layout
38949 Surrounded by text ! Initials
38950 \end_layout
38951
38952 \end_inset
38953
38954
38955 \end_layout
38956
38957 \begin_layout Standard
38958 To use initials, you must have the \SpecialChar LaTeX
38959 -package 
38960 \series bold
38961 lettrine
38962 \series default
38963
38964 \begin_inset Index idx
38965 status collapsed
38966
38967 \begin_layout Plain Layout
38968 \SpecialChar LaTeX
38969 -packages ! lettrine
38970 \end_layout
38971
38972 \end_inset
38973
38974  installed and use the module 
38975 \family sans
38976 Initials
38977 \family default
38978  in your document (menu 
38979 \family sans
38980 Document\SpecialChar menuseparator
38981 Settings\SpecialChar menuseparator
38982 Modules
38983 \family default
38984 ).
38985  To insert an initial, use the style 
38986 \family sans
38987 Initial
38988 \family default
38989 .
38990  This style has a mandatory and two optional arguments.
38991  The arguments are inserted via the 
38992 \family sans
38993 Insert
38994 \family default
38995  menu.
38996  The mandatory argument 
38997 \family sans
38998 Initial
38999 \family default
39000  contains the letter(s) that is the initial, the argument 
39001 \family sans
39002 Rest
39003 \begin_inset space ~
39004 \end_inset
39005
39006 of
39007 \begin_inset space ~
39008 \end_inset
39009
39010 Initial
39011 \family default
39012  contains the rest of the word or text of the initial letter(s).
39013  The argument 
39014 \family sans
39015 Options
39016 \family default
39017  contains parameters to modify the initial.
39018  For more information about the possible parameters see the documentation
39019  of 
39020 \series bold
39021 lettrine
39022 \series default
39023
39024 \begin_inset CommandInset citation
39025 LatexCommand cite
39026 key "lettrine"
39027
39028 \end_inset
39029
39030 .
39031  The style itself contains the text that is surrounding the initial.
39032  The usual style is hereby that the word whose first letter is the initial,
39033  is printed with 
39034 \shape smallcaps
39035 small caps
39036 \shape default
39037 .
39038 \end_layout
39039
39040 \begin_layout Standard
39041 Here are some examples:
39042 \end_layout
39043
39044 \begin_layout Standard
39045 \begin_inset ERT
39046 status collapsed
39047
39048 \begin_layout Plain Layout
39049
39050
39051 \backslash
39052 iflettrine
39053 \end_layout
39054
39055 \end_inset
39056
39057
39058 \begin_inset Note Note
39059 status open
39060
39061 \begin_layout Plain Layout
39062 The following section will only be displayed when the \SpecialChar LaTeX
39063 -package 
39064 \series bold
39065 lettrine
39066 \series default
39067  is installed.
39068 \end_layout
39069
39070 \end_inset
39071
39072
39073 \end_layout
39074
39075 \begin_layout Enumerate
39076 No optional argument, the initial is the letter 'I' in the math font 
39077 \begin_inset Formula $\mathfrak{Fraktur}$
39078 \end_inset
39079
39080 :
39081 \end_layout
39082
39083 \begin_deeper
39084 \begin_layout Initial
39085 \begin_inset Argument 2
39086 status open
39087
39088 \begin_layout Plain Layout
39089 \begin_inset Formula $\mathfrak{I}$
39090 \end_inset
39091
39092
39093 \end_layout
39094
39095 \end_inset
39096
39097
39098 \begin_inset Argument 3
39099 status open
39100
39101 \begin_layout Plain Layout
39102 t
39103 \end_layout
39104
39105 \end_inset
39106
39107  was in the spring of the year 1894 that all London was interested, and
39108  the fashionable world dismayed, by the murder of the Honourable Ronald
39109  Adair under most unusual and inexplicable circumstances.
39110  The public has already learned those particulars of the crime which came
39111  out in the police investigation, but a good deal was suppressed upon that
39112  occasion, since the case for the prosecution was so overwhelmingly strong
39113  that it was not necessary to bring forward all the facts.
39114 \begin_inset Newpage newpage
39115 \end_inset
39116
39117
39118 \end_layout
39119
39120 \end_deeper
39121 \begin_layout Enumerate
39122 Only one line is surrounding the initial, which is formed by two letters
39123  in standard font and no text is printed in small caps:
39124 \end_layout
39125
39126 \begin_deeper
39127 \begin_layout Initial
39128 \begin_inset Argument 1
39129 status open
39130
39131 \begin_layout Plain Layout
39132 lines=1
39133 \end_layout
39134
39135 \end_inset
39136
39137
39138 \begin_inset Argument 2
39139 status open
39140
39141 \begin_layout Plain Layout
39142 It
39143 \end_layout
39144
39145 \end_inset
39146
39147  was in the spring of the year 1894 that all London was interested, and
39148  the fashionable world dismayed, by the murder of the Honourable Ronald
39149  Adair under most unusual and inexplicable circumstances.
39150  The public has already learned those particulars of the crime which came
39151  out in the police investigation, but a good deal was suppressed upon that
39152  occasion, since the case for the prosecution was so overwhelmingly strong
39153  that it was not necessary to bring forward all the facts.
39154 \end_layout
39155
39156 \end_deeper
39157 \begin_layout Enumerate
39158 Magenta, hanging initial over 3
39159 \begin_inset space ~
39160 \end_inset
39161
39162 lines in the math font 
39163 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
39164 \end_inset
39165
39166 , the text 
39167 \begin_inset Quotes eld
39168 \end_inset
39169
39170 t was in the spring
39171 \begin_inset Quotes erd
39172 \end_inset
39173
39174  is in 
39175 \shape smallcaps
39176 small caps
39177 \shape default
39178 ; to color the initial, you must insert this command before the initial:
39179 \begin_inset Newline newline
39180 \end_inset
39181
39182
39183 \series bold
39184
39185 \backslash
39186 renewcommand{
39187 \backslash
39188 LettrineFontHook}{
39189 \backslash
39190 color{color}}
39191 \series default
39192
39193 \begin_inset Newline newline
39194 \end_inset
39195
39196 where the second 
39197 \emph on
39198 color
39199 \emph default
39200  can be 
39201 \begin_inset Quotes eld
39202 \end_inset
39203
39204 red
39205 \begin_inset Quotes erd
39206 \end_inset
39207
39208
39209 \begin_inset Quotes eld
39210 \end_inset
39211
39212 blue
39213 \begin_inset Quotes erd
39214 \end_inset
39215
39216
39217 \begin_inset Quotes eld
39218 \end_inset
39219
39220 green
39221 \begin_inset Quotes erd
39222 \end_inset
39223
39224
39225 \begin_inset Quotes eld
39226 \end_inset
39227
39228 yellow
39229 \begin_inset Quotes erd
39230 \end_inset
39231
39232
39233 \begin_inset Quotes eld
39234 \end_inset
39235
39236 cyan
39237 \begin_inset Quotes erd
39238 \end_inset
39239
39240
39241 \begin_inset Quotes eld
39242 \end_inset
39243
39244 magenta
39245 \begin_inset Quotes erd
39246 \end_inset
39247
39248
39249 \begin_inset Quotes eld
39250 \end_inset
39251
39252 black
39253 \begin_inset Quotes erd
39254 \end_inset
39255
39256  or 
39257 \begin_inset Quotes eld
39258 \end_inset
39259
39260 white
39261 \begin_inset Quotes erd
39262 \end_inset
39263
39264 , and add this command to the document preamble:
39265 \begin_inset Newline newline
39266 \end_inset
39267
39268
39269 \series bold
39270
39271 \backslash
39272 @ifundefined{textcolor}
39273 \begin_inset Newline newline
39274 \end_inset
39275
39276
39277 \begin_inset space ~
39278 \end_inset
39279
39280 {
39281 \backslash
39282 usepackage{color}}{}
39283 \end_layout
39284
39285 \begin_deeper
39286 \begin_layout Standard
39287 \begin_inset ERT
39288 status collapsed
39289
39290 \begin_layout Plain Layout
39291
39292
39293 \backslash
39294 renewcommand{
39295 \backslash
39296 LettrineFontHook}{
39297 \backslash
39298 color{magenta}}
39299 \end_layout
39300
39301 \end_inset
39302
39303
39304 \begin_inset Note Note
39305 status collapsed
39306
39307 \begin_layout Plain Layout
39308 makes the initial magenta
39309 \end_layout
39310
39311 \end_inset
39312
39313
39314 \end_layout
39315
39316 \begin_layout Initial
39317 \begin_inset Argument 1
39318 status open
39319
39320 \begin_layout Plain Layout
39321 lines=3, lhang=0.33, loversize=0.25
39322 \end_layout
39323
39324 \end_inset
39325
39326
39327 \begin_inset Argument 2
39328 status open
39329
39330 \begin_layout Plain Layout
39331 \begin_inset Formula $\mathcal{I}$
39332 \end_inset
39333
39334
39335 \end_layout
39336
39337 \end_inset
39338
39339
39340 \begin_inset Argument 3
39341 status open
39342
39343 \begin_layout Plain Layout
39344 t was in the spring
39345 \end_layout
39346
39347 \end_inset
39348
39349  of the year 1894 that all London was interested, and the fashionable world
39350  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39351  and inexplicable circumstances.
39352  The public has already learned those particulars of the crime which came
39353  out in the police investigation, but a good deal was suppressed upon that
39354  occasion, since the case for the prosecution was so overwhelmingly strong
39355  that it was not necessary to bring forward all the facts.
39356 \end_layout
39357
39358 \end_deeper
39359 \begin_layout Standard
39360 \begin_inset ERT
39361 status collapsed
39362
39363 \begin_layout Plain Layout
39364
39365
39366 \backslash
39367 else
39368 \end_layout
39369
39370 \end_inset
39371
39372
39373 \begin_inset Note Note
39374 status open
39375
39376 \begin_layout Plain Layout
39377 The following will be displayed when the \SpecialChar LaTeX
39378 -package 
39379 \series bold
39380 lettrine
39381 \series default
39382  is not installed:
39383 \end_layout
39384
39385 \end_inset
39386
39387
39388 \end_layout
39389
39390 \begin_layout Standard
39391 You need to install the \SpecialChar LaTeX
39392 -package 
39393 \series bold
39394 lettrine
39395 \series default
39396  to see the following part of this section in the output.
39397 \end_layout
39398
39399 \begin_layout Standard
39400 \begin_inset ERT
39401 status collapsed
39402
39403 \begin_layout Plain Layout
39404
39405
39406 \backslash
39407 fi
39408 \end_layout
39409
39410 \end_inset
39411
39412
39413 \end_layout
39414
39415 \begin_layout Chapter
39416 External Document Parts
39417 \begin_inset Index idx
39418 status collapsed
39419
39420 \begin_layout Plain Layout
39421 External Document Parts
39422 \end_layout
39423
39424 \end_inset
39425
39426
39427 \end_layout
39428
39429 \begin_layout Standard
39430 With the menu 
39431 \family sans
39432 Insert\SpecialChar menuseparator
39433 File
39434 \family default
39435  you can insert external material into your document.
39436  This can be:
39437 \end_layout
39438
39439 \begin_layout Description
39440 LyX
39441 \begin_inset space ~
39442 \end_inset
39443
39444 Document Another \SpecialChar LyX
39445  document; its content is directly inserted to your document.
39446 \end_layout
39447
39448 \begin_layout Description
39449 Plain
39450 \begin_inset space ~
39451 \end_inset
39452
39453 Text A text document; each line is inserted in your document as a separate
39454  paragraph.
39455 \end_layout
39456
39457 \begin_layout Description
39458 Plain
39459 \begin_inset space ~
39460 \end_inset
39461
39462 Text,
39463 \begin_inset space ~
39464 \end_inset
39465
39466 Join
39467 \begin_inset space ~
39468 \end_inset
39469
39470 Lines A text document; text lines are inserted in your document continuously
39471  but an empty text line creates a new paragraph.
39472 \end_layout
39473
39474 \begin_layout Description
39475 External
39476 \begin_inset space ~
39477 \end_inset
39478
39479 Material Files in various formats.
39480 \end_layout
39481
39482 \begin_layout Description
39483 Child
39484 \begin_inset space ~
39485 \end_inset
39486
39487 Document \SpecialChar LyX
39488  or \SpecialChar LaTeX
39489  documents.
39490 \end_layout
39491
39492 \begin_layout Section
39493 External Material
39494 \begin_inset Index idx
39495 status collapsed
39496
39497 \begin_layout Plain Layout
39498 External Document Parts ! External Material
39499 \end_layout
39500
39501 \end_inset
39502
39503
39504 \end_layout
39505
39506 \begin_layout Standard
39507 The external material feature allows you to insert files into your document
39508  without converting them to a format that can be read by the document output
39509  format.
39510  \SpecialChar LyX
39511  takes care of the necessary conversions.
39512  This is similar to images that can be inserted in various image formats
39513  in \SpecialChar LyX
39514  documents.
39515  When you have enabled Instant Preview in \SpecialChar LyX
39516 's preferences under 
39517 \family sans
39518 Look
39519 \begin_inset space ~
39520 \end_inset
39521
39522 and
39523 \begin_inset space ~
39524 \end_inset
39525
39526 feel\SpecialChar menuseparator
39527 Graphics
39528 \family default
39529 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
39530 .
39531 \end_layout
39532
39533 \begin_layout Standard
39534 External material can be inserted via the 
39535 \family sans
39536 External Material
39537 \family default
39538  dialog that is accessible with the menu 
39539 \family sans
39540 Insert\SpecialChar menuseparator
39541 File\SpecialChar menuseparator
39542 External
39543 \begin_inset space ~
39544 \end_inset
39545
39546 Material
39547 \family default
39548 .
39549  Currently the following file types (
39550 \family sans
39551 Templates
39552 \family default
39553 ) are allowed:
39554 \end_layout
39555
39556 \begin_layout Description
39557 Chess
39558 \begin_inset space ~
39559 \end_inset
39560
39561 diagram This template supports chess position diagrams made with the program
39562  
39563 \series bold
39564
39565 \begin_inset CommandInset href
39566 LatexCommand href
39567 name "XBoard"
39568 target "http://en.wikipedia.org/wiki/XBoard"
39569
39570 \end_inset
39571
39572
39573 \series default
39574 .
39575 \end_layout
39576
39577 \begin_layout Description
39578 Dia
39579 \begin_inset space ~
39580 \end_inset
39581
39582 diagram This template supports diagrams created with the program 
39583 \series bold
39584
39585 \begin_inset CommandInset href
39586 LatexCommand href
39587 name "Dia"
39588 target "http://en.wikipedia.org/wiki/Dia_(software)"
39589
39590 \end_inset
39591
39592
39593 \series default
39594 .
39595 \end_layout
39596
39597 \begin_layout Description
39598 Spreadsheet With this template you can insert spreadsheets
39599 \begin_inset space \thinspace{}
39600 \end_inset
39601
39602 /
39603 \begin_inset space \thinspace{}
39604 \end_inset
39605
39606 tables in the format of 
39607 \series bold
39608
39609 \begin_inset CommandInset href
39610 LatexCommand href
39611 name "Gnumeric"
39612 target "http://en.wikipedia.org/wiki/Gnumeric"
39613
39614 \end_inset
39615
39616
39617 \series default
39618
39619 \begin_inset CommandInset href
39620 LatexCommand href
39621 name "OpenDocument"
39622 target "http://en.wikipedia.org/wiki/OpenDocument"
39623
39624 \end_inset
39625
39626
39627 \begin_inset CommandInset href
39628 LatexCommand href
39629 name "Microsoft Office XML"
39630 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39631
39632 \end_inset
39633
39634  and 
39635 \begin_inset CommandInset href
39636 LatexCommand href
39637 name "Office Open XML"
39638 target "http://en.wikipedia.org/wiki/Office_Open_XML"
39639
39640 \end_inset
39641
39642 .
39643  For this feature \SpecialChar LyX
39644  must have found the program 
39645 \family typewriter
39646 ssconvert
39647 \family default
39648  during its configuration.
39649  This program is part of Gnumeric, so that you must have Gnumeric installed,
39650  also if you don't have tables in the Gnumeric format.
39651  For examples and possible limitations have a look at \SpecialChar LyX
39652 's example file 
39653 \emph on
39654 spreadsheet.lyx
39655 \emph default
39656 .
39657 \end_layout
39658
39659 \begin_layout Description
39660 Lilypond
39661 \begin_inset space ~
39662 \end_inset
39663
39664 typeset
39665 \begin_inset space ~
39666 \end_inset
39667
39668 music This template is used for music notation typeset with the program
39669 \begin_inset Newline linebreak
39670 \end_inset
39671
39672
39673 \series bold
39674
39675 \begin_inset CommandInset href
39676 LatexCommand href
39677 name "LilyPond"
39678 target "http://en.wikipedia.org/wiki/LilyPond"
39679
39680 \end_inset
39681
39682
39683 \series default
39684 .
39685  For \SpecialChar LyX
39686 's extended support for LilyPond have a look at \SpecialChar LyX
39687 's example file 
39688 \emph on
39689 lilypond.lyx
39690 \emph default
39691 .
39692 \end_layout
39693
39694 \begin_layout Description
39695 PDF
39696 \begin_inset space ~
39697 \end_inset
39698
39699 pages With this template you can insert PDF documents to your document.
39700  To specify the range of pages that should be included, use the option 
39701 \series bold
39702 pages
39703 \series default
39704  in the 
39705 \family sans
39706 Option
39707 \family default
39708  field in the 
39709 \family sans
39710 LaTeX and LyX options
39711 \family default
39712  tab.
39713  The argument of this option is a comma separated list, containing page
39714  numbers (insert as option 
39715 \series bold
39716 pages={3,5,6,8}
39717 \series default
39718 ), ranges of page numbers (
39719 \series bold
39720 pages={4-9}
39721 \series default
39722 ) or any combination.
39723  To insert empty pages use {}.
39724  E.
39725 \begin_inset space \thinspace{}
39726 \end_inset
39727
39728 g.
39729 \begin_inset space ~
39730 \end_inset
39731
39732
39733 \series bold
39734 pages={3,{},8-11,15}
39735 \series default
39736  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
39737  Page ranges are specified in the syntax 
39738 \emph on
39739 start
39740 \emph default
39741 -
39742 \emph on
39743 stop
39744 \emph default
39745 .
39746  This selects all pages from 
39747 \emph on
39748 start
39749 \emph default
39750  to 
39751 \emph on
39752 stop
39753 \emph default
39754 .
39755  Omitting 
39756 \emph on
39757 start
39758 \emph default
39759  defaults to the first page; omitting 
39760 \emph on
39761 stop
39762 \emph default
39763  defaults to the last page of the document.
39764  The last page can also be selected with the keyword 
39765 \series bold
39766 last
39767 \series default
39768 .
39769  (This is only permitted in a page range.) So 
39770 \series bold
39771 pages=-
39772 \series default
39773  will insert all pages of the document and 
39774 \series bold
39775 pages=last-1
39776 \series default
39777  will insert all pages in reverse order.
39778  If the pages option is not specified, only the first page of the PDF is
39779  inserted.
39780 \begin_inset Newline newline
39781 \end_inset
39782
39783 The option 
39784 \series bold
39785 noautoscale
39786 \series default
39787  inserts the pages with their original size, if this option is not given,
39788  the pages will be resized to fith the width of the page of your document.
39789  In the tab 
39790 \family sans
39791 Size and Rotation
39792 \family default
39793  you can specify the width and height of the input pages and their rotation.
39794  If another width than 100
39795 \begin_inset space \thinspace{}
39796 \end_inset
39797
39798 Scale% is used, the option 
39799 \series bold
39800 noautoscale
39801 \series default
39802  will be overwritten.
39803  For more info and possible options, have a look into the documentation
39804  of the \SpecialChar LaTeX
39805 -package 
39806 \series bold
39807 pdfpages
39808 \series default
39809  
39810 \begin_inset CommandInset citation
39811 LatexCommand cite
39812 key "pdfpages"
39813
39814 \end_inset
39815
39816 .
39817 \begin_inset Index idx
39818 status collapsed
39819
39820 \begin_layout Plain Layout
39821 \SpecialChar LaTeX
39822 -packages ! pdfpages
39823 \end_layout
39824
39825 \end_inset
39826
39827
39828 \begin_inset Newline newline
39829 \end_inset
39830
39831 To use this template in a 
39832 \family sans
39833 Beamer
39834 \family default
39835  presentation you need to first insert an 
39836 \family sans
39837 EndFrame
39838 \family default
39839  environment and in a subsequent paragraph a \SpecialChar TeX
39840  Code box containing the command
39841  
39842 \series bold
39843
39844 \backslash
39845 setbeamertemplate{background canvas}{}
39846 \series default
39847 .
39848  Then you can insert as many paragraphs containing the PDFPages template
39849  as you wish.
39850  Behind the included PDF pages you can resume the Beamer presentation by
39851  beginning a new frame or by starting a new section.
39852  To avoid stray blank pages prior to the PDF pages, make sure to use the
39853  
39854 \family sans
39855 Default
39856 \family default
39857  alignment for the paragraph containing the template.
39858 \begin_inset Newline newline
39859 \end_inset
39860
39861 Here is an included PDF which is rotated by -5°: 
39862 \begin_inset External
39863         template PDFPages
39864         filename clipart/Abstract.pdf
39865         extra LaTeX "noautoscale, pages=-"
39866         rotateAngle -5
39867         rotateOrigin bottomleft
39868
39869 \end_inset
39870
39871
39872 \end_layout
39873
39874 \begin_layout Description
39875 Raster
39876 \begin_inset space ~
39877 \end_inset
39878
39879 image This can be used for bitmap images.
39880  The image can be treated in the 
39881 \family sans
39882 External material
39883 \family default
39884  dialog like the images that are usually included via the 
39885 \family sans
39886 Graphics
39887 \family default
39888  dialog as described in section
39889 \begin_inset space ~
39890 \end_inset
39891
39892
39893 \begin_inset CommandInset ref
39894 LatexCommand ref
39895 reference "sec:Graphics-Dialog"
39896
39897 \end_inset
39898
39899 .
39900  Here is an inserted raster image: 
39901 \begin_inset External
39902         template RasterImage
39903         filename clipart/ToolbarEnvBox.png
39904
39905 \end_inset
39906
39907
39908 \end_layout
39909
39910 \begin_layout Description
39911 Vector
39912 \begin_inset space ~
39913 \end_inset
39914
39915 graphics This can be used for vector graphics.
39916  The image can be treated in the 
39917 \family sans
39918 External material
39919 \family default
39920  dialog like the images that are usually included via the 
39921 \family sans
39922 Graphics
39923 \family default
39924  dialog as described in section
39925 \begin_inset space ~
39926 \end_inset
39927
39928
39929 \begin_inset CommandInset ref
39930 LatexCommand ref
39931 reference "sec:Graphics-Dialog"
39932
39933 \end_inset
39934
39935 .
39936  Here is an inserted vector graphics: 
39937 \begin_inset External
39938         template VectorGraphics
39939         filename clipart/SVG-Drawing.svg
39940         scale 33
39941
39942 \end_inset
39943
39944
39945 \end_layout
39946
39947 \begin_layout Description
39948 Xfig
39949 \begin_inset space ~
39950 \end_inset
39951
39952 figure This template supports images created with the program 
39953 \series bold
39954
39955 \begin_inset CommandInset href
39956 LatexCommand href
39957 name "Xfig"
39958 target "http://en.wikipedia.org/wiki/Xfig"
39959
39960 \end_inset
39961
39962
39963 \series default
39964 .
39965 \change_inserted 227574939 1473131626
39966
39967 \end_layout
39968
39969 \begin_layout Description
39970
39971 \change_inserted 227574939 1473131628
39972 Inkscape
39973 \begin_inset space ~
39974 \end_inset
39975
39976 figure This experimental template supports 
39977 \change_inserted 2047637253 1475533187
39978 SVG 
39979 \change_inserted 227574939 1473131628
39980 images
39981 \change_inserted 2047637253 1475533525
39982  that contain text written in \SpecialChar LaTeX
39983 .
39984
39985 \change_inserted 227574939 1473131628
39986  
39987 \change_inserted 2047637253 1475533551
39988 It relies on the PDF/PS+\SpecialChar LaTeX
39989  option of 
39990 \change_deleted 2047637253 1475533556
39991 created with 
39992 \change_inserted 227574939 1473131628
39993 the program 
39994 \begin_inset CommandInset href
39995 LatexCommand href
39996 name "Inkscape"
39997 target "https://en.wikipedia.org/wiki/Inkscape"
39998
39999 \end_inset
40000
40001 .
40002  
40003 \change_inserted 2047637253 1475534005
40004 As described by the CTAN demonstration package 
40005 \emph on
40006 svg-inkscape
40007 \emph default
40008 ,
40009 \end_layout
40010
40011 \begin_deeper
40012 \begin_layout Quote
40013
40014 \change_inserted 2047637253 1475534064
40015
40016 \emph on
40017 using the 
40018 \begin_inset Quotes eld
40019 \end_inset
40020
40021 PDF+\SpecialChar LaTeX
40022  output
40023 \begin_inset Quotes erd
40024 \end_inset
40025
40026  option of Inkscape, it is possible to include SVG in documents, in which
40027  \SpecialChar LaTeX
40028  typesets the text.
40029  This results in uniform text style throughout the document, including text
40030  in images; moreover, \SpecialChar LaTeX
40031  commands may be used in the image’s text, providing
40032  such things as mathematics and references.
40033 \end_layout
40034
40035 \begin_layout Standard
40036
40037 \change_inserted 2047637253 1475534692
40038 With Inkscape, even the size of the font is taken from the surrounding \SpecialChar LaTeX
40039
40040  document.
40041  Of course, you can always embed \SpecialChar LaTeX
40042  modifiers like 
40043 \family typewriter
40044
40045 \backslash
40046 Large
40047 \family default
40048
40049 \family typewriter
40050
40051 \backslash
40052 small
40053 \family default
40054 , etc.
40055  into your figure text strings.
40056  Refer to the 
40057 \emph on
40058 svg-inkscape
40059 \emph default
40060  documentation package for more information and examples.
40061 \end_layout
40062
40063 \begin_layout Standard
40064
40065 \change_inserted 2047637253 1475534902
40066 It should be noted that while the image takes into account the surrounding
40067  font, its preview in \SpecialChar LyX
40068  does not.
40069  Wrapping the external inset in a preview inset gives better results in
40070  this regard.
40071 \end_layout
40072
40073 \begin_layout Standard
40074
40075 \change_deleted 2047637253 1475534821
40076 It
40077 \change_inserted 2047637253 1475534913
40078 The template
40079 \change_inserted 227574939 1473131628
40080  works very similarly to Xfig support, except that Inkscape is a more modern
40081  image editor than Xfig, which uses Scalable Vector Graphics (SVG) as its
40082  native format.
40083
40084 \change_unchanged
40085  
40086 \change_inserted 227574939 1473131628
40087 LyX will process the image file in much the same way as it does an Xfig
40088  image, extracting the text into a separate TeX file for the text strings,
40089  and a PDF file for the rest.
40090 \end_layout
40091
40092 \begin_layout Description
40093
40094 \change_inserted 227574939 1473131628
40095 Warning: Unfortunately the latest version of Inkscape, 0.91, contains a bug:
40096  with multi-page PDFs, the TeX file will sometimes reference more pages
40097  than the PDF file contains.
40098  This is the version that ships with Ubuntu 16.04.
40099  Its use with LyX can therefore not be recommended, until the bug is fixed
40100 \begin_inset Foot
40101 status open
40102
40103 \begin_layout Plain Layout
40104
40105 \change_inserted 227574939 1473131628
40106 A workaround for those who have already SVG figures in their document is,
40107  to manually do the LaTeX+PDF output from Inkscape, edit the 
40108 \family typewriter
40109 .pdf_tex
40110 \family default
40111  file to remove the erroneous references, and 
40112 \family typewriter
40113
40114 \backslash
40115 input
40116 \family default
40117  it directly into LyX, i.e., not use the external-template mechanism:
40118 \end_layout
40119
40120 \begin_layout Plain Layout
40121
40122 \change_inserted 227574939 1473131628
40123 \begin_inset Graphics
40124         filename clipart/workaround.png
40125         scale 50
40126
40127 \end_inset
40128
40129
40130 \end_layout
40131
40132 \begin_layout Plain Layout
40133
40134 \change_inserted 227574939 1473131628
40135 Here, the child document input inset (
40136 \family sans
40137 Insert\SpecialChar menuseparator
40138 File\SpecialChar menuseparator
40139 Child Document
40140 \family default
40141 ) was used, which allows you do directly edit the 
40142 \family typewriter
40143 .pdf_tex
40144 \family default
40145  file in a text editor.
40146  The LaTeX output is based on this edited snippet as re-generation from
40147  the SVG file has been commented out.
40148 \end_layout
40149
40150 \end_inset
40151
40152 .
40153 \change_deleted 2047637253 1475534230
40154
40155 \end_layout
40156
40157 \begin_layout Standard
40158
40159 \change_deleted 2047637253 1475534225
40160 The reason why we would use this complicated process at all, like in the
40161  case of Xfig, is that it makes the text strings inside the figure of the
40162  same font type and attributes as the surrounding text, which looks so much
40163  more professional.
40164  With Inkscape, even the 
40165 \emph on
40166 size
40167 \emph default
40168  of the font is taken from the surrounding LaTeX document â€“ in Xfig, you
40169  have to set it by hand to be the same.
40170  Of course you can always embed LaTeX modifiers like 
40171 \family typewriter
40172
40173 \backslash
40174 Large
40175 \family default
40176
40177 \family typewriter
40178
40179 \backslash
40180 small
40181 \family default
40182 , etc.
40183  into your figure text strings.
40184 \change_inserted 227574939 1473131628
40185
40186 \end_layout
40187
40188 \end_deeper
40189 \begin_layout Standard
40190 \begin_inset Float table
40191 placement !h
40192 wide false
40193 sideways false
40194 status open
40195
40196 \begin_layout Plain Layout
40197 \begin_inset Caption Standard
40198
40199 \begin_layout Plain Layout
40200 \begin_inset CommandInset label
40201 LatexCommand label
40202 name "tab:Comparison-of-the"
40203
40204 \end_inset
40205
40206 Comparison of the date input methods.
40207 \end_layout
40208
40209 \end_inset
40210
40211
40212 \end_layout
40213
40214 \begin_layout Plain Layout
40215 \align center
40216 \begin_inset Tabular
40217 <lyxtabular version="3" rows="4" columns="3">
40218 <features tabularvalignment="middle">
40219 <column alignment="center" valignment="top">
40220 <column alignment="center" valignment="top">
40221 <column alignment="center" valignment="top">
40222 <row>
40223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40224 \begin_inset Text
40225
40226 \begin_layout Plain Layout
40227 Document format
40228 \end_layout
40229
40230 \end_inset
40231 </cell>
40232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40233 \begin_inset Text
40234
40235 \begin_layout Plain Layout
40236
40237 \family sans
40238 Insert\SpecialChar menuseparator
40239 Date
40240 \end_layout
40241
40242 \end_inset
40243 </cell>
40244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40245 \begin_inset Text
40246
40247 \begin_layout Plain Layout
40248 command 
40249 \series bold
40250
40251 \backslash
40252 today
40253 \end_layout
40254
40255 \end_inset
40256 </cell>
40257 </row>
40258 <row>
40259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40260 \begin_inset Text
40261
40262 \begin_layout Plain Layout
40263 \SpecialChar LyX
40264
40265 \end_layout
40266
40267 \end_inset
40268 </cell>
40269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40270 \begin_inset Text
40271
40272 \begin_layout Plain Layout
40273 as date
40274 \end_layout
40275
40276 \end_inset
40277 </cell>
40278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40279 \begin_inset Text
40280
40281 \begin_layout Plain Layout
40282 as \SpecialChar TeX
40283  Code inset box
40284 \end_layout
40285
40286 \end_inset
40287 </cell>
40288 </row>
40289 <row>
40290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40291 \begin_inset Text
40292
40293 \begin_layout Plain Layout
40294 \SpecialChar LaTeX
40295
40296 \end_layout
40297
40298 \end_inset
40299 </cell>
40300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40301 \begin_inset Text
40302
40303 \begin_layout Plain Layout
40304 as date
40305 \end_layout
40306
40307 \end_inset
40308 </cell>
40309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40310 \begin_inset Text
40311
40312 \begin_layout Plain Layout
40313 as command
40314 \end_layout
40315
40316 \end_inset
40317 </cell>
40318 </row>
40319 <row>
40320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40321 \begin_inset Text
40322
40323 \begin_layout Plain Layout
40324 DVI, PDF, PS
40325 \end_layout
40326
40327 \end_inset
40328 </cell>
40329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40330 \begin_inset Text
40331
40332 \begin_layout Plain Layout
40333 as date
40334 \end_layout
40335
40336 \end_inset
40337 </cell>
40338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40339 \begin_inset Text
40340
40341 \begin_layout Plain Layout
40342 as date
40343 \end_layout
40344
40345 \end_inset
40346 </cell>
40347 </row>
40348 </lyxtabular>
40349
40350 \end_inset
40351
40352
40353 \end_layout
40354
40355 \end_inset
40356
40357
40358 \end_layout
40359
40360 \begin_layout Standard
40361 When you use the option 
40362 \family sans
40363 Draft
40364 \family default
40365  in the 
40366 \family sans
40367 File
40368 \family default
40369  tab of the 
40370 \family sans
40371 External Material
40372 \family default
40373  dialog, only the path to the inserted file is shown in the output.
40374 \begin_inset Newline newline
40375 \end_inset
40376
40377 External material is displayed in \SpecialChar LyX
40378  either as a box like this: 
40379 \begin_inset Graphics
40380         filename clipart/ExternalMaterial.png
40381         scale 75
40382         scaleBeforeRotation
40383
40384 \end_inset
40385
40386  or as image, depending on the option 
40387 \family sans
40388 Show in LyX
40389 \family default
40390  in the 
40391 \family sans
40392 LaTeX and LyX options
40393 \family default
40394  tab of the dialog.
40395 \end_layout
40396
40397 \begin_layout Standard
40398 The 
40399 \family sans
40400 \emph on
40401 Customization
40402 \family default
40403 \emph default
40404  manual explains how you can define your own templates.
40405 \end_layout
40406
40407 \begin_layout Section
40408 Child Documents
40409 \begin_inset CommandInset label
40410 LatexCommand label
40411 name "sec:Child-Documents"
40412
40413 \end_inset
40414
40415
40416 \begin_inset Index idx
40417 status collapsed
40418
40419 \begin_layout Plain Layout
40420 External Document Parts ! Child Documents
40421 \end_layout
40422
40423 \end_inset
40424
40425
40426 \begin_inset Index idx
40427 status collapsed
40428
40429 \begin_layout Plain Layout
40430 Files ! Include
40431 \end_layout
40432
40433 \end_inset
40434
40435
40436 \end_layout
40437
40438 \begin_layout Standard
40439 Child documents are used if you have a long document consisting of several
40440  larger parts or sections.
40441  For maintenance it is often useful and sometimes even required to split
40442  the document into several files that can be revised separately.
40443  The different documents are then the so called 
40444 \begin_inset Quotes eld
40445 \end_inset
40446
40447 child documents
40448 \begin_inset Quotes erd
40449 \end_inset
40450
40451 , and a master document connects them to print the full document or parts
40452  of it.
40453  A child document inherits elements from its master, for example the \SpecialChar LaTeX
40454  preamble,
40455  the bibliography, and labels for cross-references.
40456 \end_layout
40457
40458 \begin_layout Standard
40459 To be able to work on child documents without the need to open their master,
40460  specify in the child document the master in the menu
40461 \family sans
40462  Document\SpecialChar menuseparator
40463 Settings\SpecialChar menuseparator
40464 Document
40465 \begin_inset space ~
40466 \end_inset
40467
40468 Class
40469 \family default
40470 .
40471  This master document will then be used in the background by \SpecialChar LyX
40472  when you edit
40473  the child document.
40474 \end_layout
40475
40476 \begin_layout Standard
40477 Included documents are displayed in \SpecialChar LyX
40478  as a box like this: 
40479 \begin_inset Graphics
40480         filename clipart/ChildDocument.png
40481         scaleBeforeRotation
40482
40483 \end_inset
40484
40485  To include child documents in a master document use the menu 
40486 \family sans
40487 Insert\SpecialChar menuseparator
40488 File\SpecialChar menuseparator
40489 Child
40490 \begin_inset space ~
40491 \end_inset
40492
40493 Documents
40494 \family default
40495 .
40496  A dialog pops up where you can choose between four include methods:
40497 \end_layout
40498
40499 \begin_layout Description
40500 Include You can include \SpecialChar LyX
40501  and \SpecialChar LaTeX
40502  documents.
40503  When you press the 
40504 \family sans
40505 Edit
40506 \family default
40507  button in the 
40508 \family sans
40509 Child Document
40510 \family default
40511  dialog, the included document will be opened in \SpecialChar LyX
40512  in a new file tab so that
40513  you can modify it.
40514 \begin_inset Newline newline
40515 \end_inset
40516
40517
40518 \end_layout
40519
40520 \begin_layout Standard
40521 Here is a child document inserted using 
40522 \family sans
40523 Include
40524 \family default
40525
40526 \begin_inset CommandInset include
40527 LatexCommand include
40528 filename "DummyDocument1.lyx"
40529
40530 \end_inset
40531
40532
40533 \end_layout
40534
40535 \begin_layout Standard
40536 The section numbering includes the sections of the included files in the
40537  order they are inserted in the master document.
40538  The included example document has for example a subsection that is numbered
40539  as a subsection of this section.
40540  Labels of included documents can be referenced: Subsection
40541 \begin_inset space ~
40542 \end_inset
40543
40544
40545 \begin_inset CommandInset ref
40546 LatexCommand ref
40547 reference "subsec:External-Subsection-1"
40548
40549 \end_inset
40550
40551 .
40552 \end_layout
40553
40554 \begin_layout Standard
40555 The preamble of the child document is ignored; only the preamble of the
40556  master document is used.
40557  Branches in child documents will be ignored by the master document when
40558  the master document does not have a branch with the same name.
40559  Included documents are inserted starting on a new page and ending with
40560  a page break.
40561 \end_layout
40562
40563 \begin_layout Standard
40564 \begin_inset Note Greyedout
40565 status open
40566
40567 \begin_layout Plain Layout
40568
40569 \series bold
40570 Note:
40571 \series default
40572  If you have included a \SpecialChar LyX
40573  or \SpecialChar LaTeX
40574  file, you are warned when you export/view the
40575  document in case the child document uses another document class than the
40576  master document as this will lead to unexpected outputs.
40577 \end_layout
40578
40579 \end_inset
40580
40581
40582 \end_layout
40583
40584 \begin_layout Description
40585 Input This method is very similar to the Include method.
40586  The differences are:
40587 \end_layout
40588
40589 \begin_deeper
40590 \begin_layout Itemize
40591 Input files don't start with a new page and don't end with a page break.
40592 \end_layout
40593
40594 \begin_layout Itemize
40595 Input files can be previewed in \SpecialChar LyX
40596  when 
40597 \family sans
40598 Instant
40599 \begin_inset space ~
40600 \end_inset
40601
40602 Preview
40603 \family default
40604  is enabled in \SpecialChar LyX
40605 's preferences under 
40606 \family sans
40607 Look
40608 \begin_inset space ~
40609 \end_inset
40610
40611 and
40612 \begin_inset space ~
40613 \end_inset
40614
40615 feel\SpecialChar menuseparator
40616 Graphics
40617 \family default
40618 .
40619 \end_layout
40620
40621 \begin_layout Itemize
40622 You cannot exclude Input files via the menu 
40623 \family sans
40624 Document\SpecialChar menuseparator
40625 Settings\SpecialChar menuseparator
40626 Child Documents
40627 \family default
40628 .
40629 \end_layout
40630
40631 \end_deeper
40632 \begin_layout Standard
40633 Here is a child document inserted using 
40634 \family sans
40635 Input
40636 \family default
40637
40638 \begin_inset CommandInset include
40639 LatexCommand input
40640 filename "DummyDocument2.lyx"
40641
40642 \end_inset
40643
40644
40645 \end_layout
40646
40647 \begin_layout Description
40648 Verbatim With this method any text file can be included.
40649  The file is shown in the output with its source code; no command used in
40650  the text is invoked.
40651  You can use the option 
40652 \family sans
40653 Mark spaces in output
40654 \family default
40655  that displays the character 
40656 \begin_inset Quotes eld
40657 \end_inset
40658
40659
40660 \begin_inset ERT
40661 status collapsed
40662
40663 \begin_layout Plain Layout
40664
40665
40666 \backslash
40667 textvisiblespace 
40668 \end_layout
40669
40670 \end_inset
40671
40672
40673 \begin_inset Quotes erd
40674 \end_inset
40675
40676  for every space character in the source code.
40677  The difference from the method via the menu 
40678 \family sans
40679 Insert\SpecialChar menuseparator
40680 File\SpecialChar menuseparator
40681 Plain
40682 \begin_inset space ~
40683 \end_inset
40684
40685 Text
40686 \family default
40687  is that the document content is not shown in \SpecialChar LyX
40688 .
40689 \end_layout
40690
40691 \begin_layout Standard
40692 Here is a child document inserted as Verbatim: 
40693 \begin_inset CommandInset include
40694 LatexCommand verbatiminput
40695 filename "DummyTextDocument.txt"
40696
40697 \end_inset
40698
40699
40700 \begin_inset VSpace bigskip
40701 \end_inset
40702
40703  Here is a child document inserted as Verbatim using the 
40704 \family sans
40705 Mark spaces in output
40706 \family default
40707  option: 
40708 \begin_inset CommandInset include
40709 LatexCommand verbatiminput*
40710 filename "DummyTextDocument.txt"
40711
40712 \end_inset
40713
40714
40715 \end_layout
40716
40717 \begin_layout Standard
40718 \begin_inset VSpace bigskip
40719 \end_inset
40720
40721
40722 \end_layout
40723
40724 \begin_layout Standard
40725 \begin_inset Note Greyedout
40726 status open
40727
40728 \begin_layout Plain Layout
40729
40730 \series bold
40731 Note:
40732 \series default
40733  As you can see in the examples above, the text of the documents included
40734  as 
40735 \family sans
40736 verbatim
40737 \family default
40738  is not broken at the end of the document lines.
40739 \end_layout
40740
40741 \end_inset
40742
40743
40744 \end_layout
40745
40746 \begin_layout Description
40747 Listings This type is described in chapter
40748 \begin_inset space ~
40749 \end_inset
40750
40751
40752 \begin_inset CommandInset ref
40753 LatexCommand ref
40754 reference "cha:Program-Code-Listings"
40755
40756 \end_inset
40757
40758 .
40759 \end_layout
40760
40761 \begin_layout Standard
40762 \begin_inset Note Greyedout
40763 status open
40764
40765 \begin_layout Plain Layout
40766
40767 \series bold
40768 Note:
40769 \series default
40770  Including the same document twice in a document using different methods
40771  could cause \SpecialChar LaTeX
40772 -problems.
40773 \end_layout
40774
40775 \end_inset
40776
40777
40778 \end_layout
40779
40780 \begin_layout Standard
40781 If you want to view/export only selected children of your master document,
40782  either because you want to save compiling time or because you want to distribut
40783 e single chapters of the book you are just writing, you can exclude children
40784  from the output.
40785  This is done via the menu 
40786 \family sans
40787 Document\SpecialChar menuseparator
40788 Settings\SpecialChar menuseparator
40789 Child Documents
40790 \family default
40791 .
40792  You can exclude\SpecialChar breakableslash
40793 include children by double-clicking on the 
40794 \family sans
40795 include to output
40796 \family default
40797  column of the respective child document in the list (note that this only
40798  works for documents embedded via 
40799 \begin_inset Quotes eld
40800 \end_inset
40801
40802 Include
40803 \begin_inset Quotes erd
40804 \end_inset
40805
40806 , not with 
40807 \begin_inset Quotes eld
40808 \end_inset
40809
40810 Input
40811 \begin_inset Quotes erd
40812 \end_inset
40813
40814 ).
40815  If the option 
40816 \family sans
40817 Maintain counters and references
40818 \family default
40819  is enabled, \SpecialChar LyX
40820  will assure that all page numbers, references etc.
40821 \begin_inset space ~
40822 \end_inset
40823
40824 are correct as if the whole document was processed.
40825  This is useful if you want the selected sub-documents to look exactly as
40826  in the context of the whole document.
40827  However, \SpecialChar LyX
40828  needs to process the whole document in the background for this
40829  feature.
40830  So if you want to save compile time and if counters and references do not
40831  need to be correct, disable this checkbox.
40832 \end_layout
40833
40834 \begin_layout Standard
40835 Alternatively, you can put each included file into a branch.
40836 \begin_inset Foot
40837 status collapsed
40838
40839 \begin_layout Plain Layout
40840 Branches are described in section 
40841 \emph on
40842 Branches
40843 \emph default
40844  of the \SpecialChar LyX
40845  
40846 \emph on
40847 Userguide
40848 \emph default
40849 .
40850 \end_layout
40851
40852 \end_inset
40853
40854  By enabling\SpecialChar breakableslash
40855 disabling branches you can decide which included files will
40856  appear in the output.
40857  This has the advantage that it also works with Input'ed sub-documents.
40858  However, counters and references will not be maintained with this approach.
40859 \end_layout
40860
40861 \begin_layout Chapter
40862 Program Code Listings
40863 \begin_inset CommandInset label
40864 LatexCommand label
40865 name "cha:Program-Code-Listings"
40866
40867 \end_inset
40868
40869
40870 \begin_inset Index idx
40871 status collapsed
40872
40873 \begin_layout Plain Layout
40874 Listings
40875 \end_layout
40876
40877 \end_inset
40878
40879
40880 \begin_inset Index idx
40881 status collapsed
40882
40883 \begin_layout Plain Layout
40884 Program Code
40885 \end_layout
40886
40887 \end_inset
40888
40889
40890 \begin_inset Index idx
40891 status collapsed
40892
40893 \begin_layout Plain Layout
40894 Floats ! Listings
40895 \end_layout
40896
40897 \end_inset
40898
40899
40900 \end_layout
40901
40902 \begin_layout Standard
40903 To include and typeset program code you can use the 
40904 \family sans
40905 Listings
40906 \family default
40907  inset that can be inserted via the menu 
40908 \family sans
40909 Insert\SpecialChar menuseparator
40910 Program Listing
40911 \family default
40912 .
40913  The \SpecialChar LaTeX
40914 -package 
40915 \series bold
40916 listings
40917 \series default
40918
40919 \begin_inset Index idx
40920 status collapsed
40921
40922 \begin_layout Plain Layout
40923 \SpecialChar LaTeX
40924 -packages ! listings
40925 \end_layout
40926
40927 \end_inset
40928
40929  provides a powerful and flexible way to insert program source code into
40930  your document.
40931 \end_layout
40932
40933 \begin_layout Standard
40934 Right-clicking on a listings inset opens the context menu containing where
40935  you can set the listings format.
40936 \end_layout
40937
40938 \begin_layout Standard
40939 By default, a listing starts a new paragraph in the output.
40940  The placement option 
40941 \family sans
40942 Inline
40943 \begin_inset space ~
40944 \end_inset
40945
40946 listing
40947 \family default
40948  prints the listing inline like this: 
40949 \begin_inset listings
40950 lstparams "language={C++}"
40951 inline true
40952 status open
40953
40954 \begin_layout Plain Layout
40955
40956 int a=5;
40957 \end_layout
40958
40959 \end_inset
40960
40961
40962 \begin_inset Newline newline
40963 \end_inset
40964
40965 The option 
40966 \family sans
40967 Float
40968 \family default
40969  creates a listings float where you can specify the placement options 
40970 \begin_inset Quotes eld
40971 \end_inset
40972
40973
40974 \family sans
40975 h
40976 \family default
40977
40978 \begin_inset Quotes erd
40979 \end_inset
40980
40981
40982 \begin_inset Quotes eld
40983 \end_inset
40984
40985
40986 \family sans
40987 t
40988 \family default
40989
40990 \begin_inset Quotes erd
40991 \end_inset
40992
40993
40994 \begin_inset Quotes eld
40995 \end_inset
40996
40997
40998 \family sans
40999 b
41000 \family default
41001
41002 \begin_inset Quotes erd
41003 \end_inset
41004
41005 , and 
41006 \begin_inset Quotes eld
41007 \end_inset
41008
41009
41010 \family sans
41011 p
41012 \family default
41013
41014 \begin_inset Quotes erd
41015 \end_inset
41016
41017  corresponding to the float placement options described in section
41018 \begin_inset space ~
41019 \end_inset
41020
41021
41022 \begin_inset CommandInset ref
41023 LatexCommand ref
41024 reference "sec:Float-Placement"
41025
41026 \end_inset
41027
41028 .
41029  The placement options can be mixed and are inserted without any separation,
41030  e.
41031 \begin_inset space \thinspace{}
41032 \end_inset
41033
41034 g.
41035 \begin_inset space \space{}
41036 \end_inset
41037
41038
41039 \begin_inset Quotes eld
41040 \end_inset
41041
41042
41043 \family sans
41044 htbp
41045 \family default
41046
41047 \begin_inset Quotes erd
41048 \end_inset
41049
41050 .
41051  The option 
41052 \begin_inset Quotes eld
41053 \end_inset
41054
41055 h
41056 \begin_inset Quotes erd
41057 \end_inset
41058
41059  has sometimes no effect, but you don't need to use the 
41060 \family sans
41061 Float
41062 \family default
41063  option in this case as also non-float listings can have captions and be
41064  referenced.
41065 \end_layout
41066
41067 \begin_layout Standard
41068 You can add captions to listings with the menu 
41069 \family sans
41070 Insert\SpecialChar menuseparator
41071 Caption
41072 \family default
41073 .
41074  Listings can be referenced like floats: Listing
41075 \begin_inset space ~
41076 \end_inset
41077
41078
41079 \begin_inset CommandInset ref
41080 LatexCommand ref
41081 reference "lst:Example-Listing"
41082
41083 \end_inset
41084
41085 .
41086  A list of listings which contains all listings with captions can be created
41087  via the menu 
41088 \family sans
41089 Insert\SpecialChar menuseparator
41090 List
41091 \begin_inset space ~
41092 \end_inset
41093
41094 /
41095 \begin_inset space ~
41096 \end_inset
41097
41098 TOC\SpecialChar menuseparator
41099 List of Listings
41100 \family default
41101 .
41102  The list entries are the listing caption and the listing number.
41103 \end_layout
41104
41105 \begin_layout Standard
41106 \begin_inset listings
41107 lstparams "language=Python"
41108 inline false
41109 status open
41110
41111 \begin_layout Plain Layout
41112
41113 \begin_inset Caption Standard
41114
41115 \begin_layout Plain Layout
41116 \begin_inset CommandInset label
41117 LatexCommand label
41118 name "lst:Example-Listing"
41119
41120 \end_inset
41121
41122 Example Listing float
41123 \end_layout
41124
41125 \end_inset
41126
41127 # Example listing float
41128 \end_layout
41129
41130 \begin_layout Plain Layout
41131
41132 def func(param):
41133 \end_layout
41134
41135 \begin_layout Plain Layout
41136
41137     'this is a python function'
41138 \end_layout
41139
41140 \begin_layout Plain Layout
41141
41142     pass
41143 \end_layout
41144
41145 \end_inset
41146
41147
41148 \end_layout
41149
41150 \begin_layout Standard
41151 When you have set a programming language in the listings dialog, the keywords
41152  of this language will be recognized and specially typeset in the output.
41153  In the example listings the Python keyword 
41154 \begin_inset Quotes eld
41155 \end_inset
41156
41157 def
41158 \begin_inset Quotes erd
41159 \end_inset
41160
41161  is recognized and printed bold in the output.
41162 \end_layout
41163
41164 \begin_layout Standard
41165 \begin_inset Note Greyedout
41166 status open
41167
41168 \begin_layout Plain Layout
41169
41170 \series bold
41171 Note:
41172 \series default
41173  If you don't get bold keywords when using typewriter fonts, your 
41174 \family typewriter
41175 typewriter
41176 \family default
41177  font probably doesn't provide a bold shape.
41178  In this case select a different one in the menu 
41179 \family sans
41180 Document\SpecialChar menuseparator
41181 Settings\SpecialChar menuseparator
41182 Fonts
41183 \family default
41184 .
41185  (The fonts 
41186 \emph on
41187 LuxiMono, BeraMono
41188 \emph default
41189  and 
41190 \emph on
41191 Courier
41192 \emph default
41193  provide bold shapes.)
41194 \end_layout
41195
41196 \end_inset
41197
41198
41199 \end_layout
41200
41201 \begin_layout Standard
41202 In section 
41203 \family sans
41204 Line
41205 \begin_inset space ~
41206 \end_inset
41207
41208 numbering
41209 \family default
41210  of the listings dialog you can specify the line numbering style.
41211  You can insert a number to specify which lines are numbered in the field
41212  
41213 \family sans
41214 Step
41215 \family default
41216 .
41217  When you insert e.
41218 \begin_inset space \thinspace{}
41219 \end_inset
41220
41221 g.
41222 \begin_inset space \space{}
41223 \end_inset
41224
41225
41226 \begin_inset Quotes eld
41227 \end_inset
41228
41229 3
41230 \begin_inset Quotes erd
41231 \end_inset
41232
41233 , only every 3rd line will be numbered.
41234 \end_layout
41235
41236 \begin_layout Standard
41237 You can furthermore specify a range of lines; only these will then appear
41238  in the output.
41239  The option 
41240 \family sans
41241 Extended character table
41242 \family default
41243  should be used when you use national characters like the German umlauts
41244  in the listing.
41245 \begin_inset Newline newline
41246 \end_inset
41247
41248 Here is an example listing with left line numbering, step 
41249 \begin_inset Quotes eld
41250 \end_inset
41251
41252 3
41253 \begin_inset Quotes erd
41254 \end_inset
41255
41256 , language 
41257 \begin_inset Quotes eld
41258 \end_inset
41259
41260 Python
41261 \begin_inset Quotes erd
41262 \end_inset
41263
41264 , options 
41265 \begin_inset Quotes eld
41266 \end_inset
41267
41268 Extended character table
41269 \begin_inset Quotes erd
41270 \end_inset
41271
41272  and 
41273 \begin_inset Quotes eld
41274 \end_inset
41275
41276 Space
41277 \begin_inset space ~
41278 \end_inset
41279
41280 as
41281 \begin_inset space ~
41282 \end_inset
41283
41284 symbol
41285 \begin_inset Quotes erd
41286 \end_inset
41287
41288 , range lines 3
41289 \begin_inset space \thinspace{}
41290 \end_inset
41291
41292 -
41293 \begin_inset space \thinspace{}
41294 \end_inset
41295
41296 8:
41297 \end_layout
41298
41299 \begin_layout Standard
41300 \begin_inset listings
41301 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
41302 inline false
41303 status open
41304
41305 \begin_layout Plain Layout
41306
41307 def func(param):
41308 \end_layout
41309
41310 \begin_layout Plain Layout
41311
41312     'this is a python function'
41313 \end_layout
41314
41315 \begin_layout Plain Layout
41316
41317     pass
41318 \end_layout
41319
41320 \begin_layout Plain Layout
41321
41322 def func(param):
41323 \end_layout
41324
41325 \begin_layout Plain Layout
41326
41327 'This is a German word: Tschüß'
41328 \end_layout
41329
41330 \begin_layout Plain Layout
41331
41332 pass
41333 \end_layout
41334
41335 \begin_layout Plain Layout
41336
41337 def func(param):
41338 \end_layout
41339
41340 \begin_layout Plain Layout
41341
41342 'this is a python function'
41343 \end_layout
41344
41345 \begin_layout Plain Layout
41346
41347 pass
41348 \end_layout
41349
41350 \end_inset
41351
41352
41353 \end_layout
41354
41355 \begin_layout Standard
41356 When you have tabulators in your listing, you can specify the number of
41357  characters that are spanned by a tabulator in the field 
41358 \family sans
41359 Tabulator
41360 \begin_inset space ~
41361 \end_inset
41362
41363 size
41364 \family default
41365 .
41366 \end_layout
41367
41368 \begin_layout Standard
41369 \begin_inset Note Greyedout
41370 status open
41371
41372 \begin_layout Plain Layout
41373
41374 \series bold
41375 Note:
41376 \series default
41377  Due to a bug in the 
41378 \series bold
41379 listings
41380 \series default
41381  package the line numbering is shifted by a line by every previous listing.
41382  That's the reason why the lines 2 and 5 are numbered in the above listing
41383  and not the lines 3 and 6.
41384 \end_layout
41385
41386 \end_inset
41387
41388
41389 \end_layout
41390
41391 \begin_layout Standard
41392 \begin_inset VSpace bigskip
41393 \end_inset
41394
41395
41396 \end_layout
41397
41398 \begin_layout Standard
41399 It is also possible to print lines from a file as listing.
41400  To do this, use the menu 
41401 \family sans
41402 Insert\SpecialChar menuseparator
41403 File\SpecialChar menuseparator
41404 Child Document
41405 \family default
41406  and choose the type 
41407 \family sans
41408 Listings
41409 \family default
41410 .
41411 \begin_inset Foot
41412 status collapsed
41413
41414 \begin_layout Plain Layout
41415 The other child document types are described in section
41416 \begin_inset space ~
41417 \end_inset
41418
41419
41420 \begin_inset CommandInset ref
41421 LatexCommand ref
41422 reference "sec:Child-Documents"
41423
41424 \end_inset
41425
41426 .
41427 \end_layout
41428
41429 \end_inset
41430
41431  In the child document dialog you can specify the listing parameters in
41432  a text box.
41433  To show a list of all available parameters, type in a question mark 
41434 \begin_inset Quotes eld
41435 \end_inset
41436
41437 ?
41438 \begin_inset Quotes erd
41439 \end_inset
41440
41441  in the text box.
41442 \end_layout
41443
41444 \begin_layout Standard
41445 To reference child document listings, write a label text into the corresponding
41446  field of the child document dialog.
41447  The label can then be referenced using the menu 
41448 \family sans
41449 Insert\SpecialChar menuseparator
41450 Cross-Reference
41451 \family default
41452 .
41453 \end_layout
41454
41455 \begin_layout Standard
41456 Listing
41457 \begin_inset space ~
41458 \end_inset
41459
41460
41461 \begin_inset CommandInset ref
41462 LatexCommand ref
41463 reference "lst:file-listing"
41464
41465 \end_inset
41466
41467  is an example for a listing of a file; there the lines 10
41468 \begin_inset space \thinspace{}
41469 \end_inset
41470
41471 -
41472 \begin_inset space \thinspace{}
41473 \end_inset
41474
41475 15 of this \SpecialChar LyX
41476  file are listed.
41477 \end_layout
41478
41479 \begin_layout Standard
41480 \begin_inset CommandInset include
41481 LatexCommand lstinputlisting
41482 filename "EmbeddedObjects.lyx"
41483 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
41484
41485 \end_inset
41486
41487
41488 \end_layout
41489
41490 \begin_layout Standard
41491 \begin_inset VSpace bigskip
41492 \end_inset
41493
41494
41495 \end_layout
41496
41497 \begin_layout Standard
41498 Inserting a formula into a listing can be done the following way:
41499 \end_layout
41500
41501 \begin_layout Enumerate
41502 Open the listings dialog and add
41503 \begin_inset Newline newline
41504 \end_inset
41505
41506
41507 \family sans
41508 mathescape=true
41509 \family default
41510
41511 \begin_inset Newline newline
41512 \end_inset
41513
41514 to the field of the 
41515 \family sans
41516 Advanced
41517 \family default
41518  tab.
41519 \end_layout
41520
41521 \begin_layout Enumerate
41522 Create a formula outside the listing
41523 \end_layout
41524
41525 \begin_layout Enumerate
41526 Copy the content of the formula (not the formula inset) to the clipboard
41527  (shortcut 
41528 \begin_inset Info
41529 type  "shortcut"
41530 arg   "copy"
41531 \end_inset
41532
41533 )
41534 \end_layout
41535
41536 \begin_layout Enumerate
41537 In the listing write 
41538 \begin_inset Quotes eld
41539 \end_inset
41540
41541
41542 \family sans
41543 $$
41544 \family default
41545
41546 \begin_inset Quotes erd
41547 \end_inset
41548
41549  and copy from the clipboard between the dollar-signs (shortcut 
41550 \begin_inset Info
41551 type  "shortcut"
41552 arg   "paste"
41553 \end_inset
41554
41555 )
41556 \end_layout
41557
41558 \begin_layout Standard
41559 \begin_inset listings
41560 lstparams "language=Python,mathescape=true"
41561 inline false
41562 status open
41563
41564 \begin_layout Plain Layout
41565
41566 \begin_inset Caption Standard
41567
41568 \begin_layout Plain Layout
41569 Example Listing float containing a formula
41570 \end_layout
41571
41572 \end_inset
41573
41574 # Example listing float
41575 \end_layout
41576
41577 \begin_layout Plain Layout
41578
41579 def func(param):
41580 \end_layout
41581
41582 \begin_layout Plain Layout
41583
41584     # $
41585 \backslash
41586 prod_{n=1}^{
41587 \backslash
41588 infty}
41589 \backslash
41590 ,
41591 \backslash
41592 frac{1}{x^{2}}$
41593 \end_layout
41594
41595 \begin_layout Plain Layout
41596
41597     pass
41598 \end_layout
41599
41600 \end_inset
41601
41602
41603 \end_layout
41604
41605 \begin_layout Standard
41606 \begin_inset VSpace bigskip
41607 \end_inset
41608
41609
41610 \end_layout
41611
41612 \begin_layout Standard
41613 Global listings settings can be set in the 
41614 \family sans
41615 Document\SpecialChar menuseparator
41616 Settings\SpecialChar menuseparator
41617 Listings
41618 \family default
41619  dialog.
41620  To get there a list of available options, type in a question mark 
41621 \begin_inset Quotes eld
41622 \end_inset
41623
41624 ?
41625 \begin_inset Quotes erd
41626 \end_inset
41627
41628 .
41629 \end_layout
41630
41631 \begin_layout Standard
41632 For more information about the 
41633 \series bold
41634 listings
41635 \series default
41636  package, we refer to its documentation 
41637 \begin_inset CommandInset citation
41638 LatexCommand cite
41639 key "listings"
41640
41641 \end_inset
41642
41643 .
41644 \end_layout
41645
41646 \begin_layout Standard
41647 \begin_inset Newpage newpage
41648 \end_inset
41649
41650
41651 \end_layout
41652
41653 \begin_layout Chapter
41654 \start_of_appendix
41655 Units available in \SpecialChar LyX
41656
41657 \begin_inset Index idx
41658 status collapsed
41659
41660 \begin_layout Plain Layout
41661 Units
41662 \end_layout
41663
41664 \end_inset
41665
41666
41667 \begin_inset CommandInset label
41668 LatexCommand label
41669 name "cha:Units-available-in"
41670
41671 \end_inset
41672
41673
41674 \end_layout
41675
41676 \begin_layout Standard
41677 To understand the units described in this documentation, Table
41678 \begin_inset space ~
41679 \end_inset
41680
41681
41682 \begin_inset CommandInset ref
41683 LatexCommand ref
41684 reference "tab:Units"
41685
41686 \end_inset
41687
41688  explains all units available in \SpecialChar LyX
41689 .
41690 \end_layout
41691
41692 \begin_layout Standard
41693 \begin_inset Float table
41694 placement h
41695 wide false
41696 sideways false
41697 status open
41698
41699 \begin_layout Plain Layout
41700 \begin_inset Caption Standard
41701
41702 \begin_layout Plain Layout
41703 \begin_inset CommandInset label
41704 LatexCommand label
41705 name "tab:Units"
41706
41707 \end_inset
41708
41709 Units
41710 \end_layout
41711
41712 \end_inset
41713
41714
41715 \end_layout
41716
41717 \begin_layout Plain Layout
41718 \begin_inset VSpace medskip
41719 \end_inset
41720
41721
41722 \end_layout
41723
41724 \begin_layout Plain Layout
41725 \align center
41726 \begin_inset Tabular
41727 <lyxtabular version="3" rows="20" columns="3">
41728 <features tabularvalignment="middle">
41729 <column alignment="center" valignment="top">
41730 <column alignment="center" valignment="top">
41731 <column alignment="center" valignment="top">
41732 <row>
41733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41734 \begin_inset Text
41735
41736 \begin_layout Plain Layout
41737 unit
41738 \end_layout
41739
41740 \end_inset
41741 </cell>
41742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41743 \begin_inset Text
41744
41745 \begin_layout Plain Layout
41746 name/description
41747 \end_layout
41748
41749 \end_inset
41750 </cell>
41751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41752 \begin_inset Text
41753
41754 \begin_layout Plain Layout
41755 \SpecialChar LaTeX
41756  command
41757 \end_layout
41758
41759 \end_inset
41760 </cell>
41761 </row>
41762 <row>
41763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41764 \begin_inset Text
41765
41766 \begin_layout Plain Layout
41767 mm
41768 \end_layout
41769
41770 \end_inset
41771 </cell>
41772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41773 \begin_inset Text
41774
41775 \begin_layout Plain Layout
41776 millimeter
41777 \end_layout
41778
41779 \end_inset
41780 </cell>
41781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41782 \begin_inset Text
41783
41784 \begin_layout Plain Layout
41785 -
41786 \end_layout
41787
41788 \end_inset
41789 </cell>
41790 </row>
41791 <row>
41792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41793 \begin_inset Text
41794
41795 \begin_layout Plain Layout
41796 cm
41797 \end_layout
41798
41799 \end_inset
41800 </cell>
41801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41802 \begin_inset Text
41803
41804 \begin_layout Plain Layout
41805 centimeter
41806 \end_layout
41807
41808 \end_inset
41809 </cell>
41810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41811 \begin_inset Text
41812
41813 \begin_layout Plain Layout
41814 -
41815 \end_layout
41816
41817 \end_inset
41818 </cell>
41819 </row>
41820 <row>
41821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41822 \begin_inset Text
41823
41824 \begin_layout Plain Layout
41825 in
41826 \end_layout
41827
41828 \end_inset
41829 </cell>
41830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41831 \begin_inset Text
41832
41833 \begin_layout Plain Layout
41834 inch
41835 \end_layout
41836
41837 \end_inset
41838 </cell>
41839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41840 \begin_inset Text
41841
41842 \begin_layout Plain Layout
41843 -
41844 \end_layout
41845
41846 \end_inset
41847 </cell>
41848 </row>
41849 <row>
41850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41851 \begin_inset Text
41852
41853 \begin_layout Plain Layout
41854 pt
41855 \end_layout
41856
41857 \end_inset
41858 </cell>
41859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41860 \begin_inset Text
41861
41862 \begin_layout Plain Layout
41863 point (72.27
41864 \begin_inset space \thinspace{}
41865 \end_inset
41866
41867 pt = 1
41868 \begin_inset space \thinspace{}
41869 \end_inset
41870
41871 in)
41872 \end_layout
41873
41874 \end_inset
41875 </cell>
41876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41877 \begin_inset Text
41878
41879 \begin_layout Plain Layout
41880 -
41881 \end_layout
41882
41883 \end_inset
41884 </cell>
41885 </row>
41886 <row>
41887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41888 \begin_inset Text
41889
41890 \begin_layout Plain Layout
41891 pc
41892 \end_layout
41893
41894 \end_inset
41895 </cell>
41896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41897 \begin_inset Text
41898
41899 \begin_layout Plain Layout
41900 pica (1
41901 \begin_inset space \thinspace{}
41902 \end_inset
41903
41904 pc = 12
41905 \begin_inset space \thinspace{}
41906 \end_inset
41907
41908 pt)
41909 \end_layout
41910
41911 \end_inset
41912 </cell>
41913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41914 \begin_inset Text
41915
41916 \begin_layout Plain Layout
41917 -
41918 \end_layout
41919
41920 \end_inset
41921 </cell>
41922 </row>
41923 <row>
41924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41925 \begin_inset Text
41926
41927 \begin_layout Plain Layout
41928 sp
41929 \end_layout
41930
41931 \end_inset
41932 </cell>
41933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41934 \begin_inset Text
41935
41936 \begin_layout Plain Layout
41937 scaled point (65536
41938 \begin_inset space \thinspace{}
41939 \end_inset
41940
41941 sp = 1
41942 \begin_inset space \thinspace{}
41943 \end_inset
41944
41945 pt)
41946 \end_layout
41947
41948 \end_inset
41949 </cell>
41950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41951 \begin_inset Text
41952
41953 \begin_layout Plain Layout
41954 -
41955 \end_layout
41956
41957 \end_inset
41958 </cell>
41959 </row>
41960 <row>
41961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41962 \begin_inset Text
41963
41964 \begin_layout Plain Layout
41965 bp
41966 \end_layout
41967
41968 \end_inset
41969 </cell>
41970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41971 \begin_inset Text
41972
41973 \begin_layout Plain Layout
41974 big point (72
41975 \begin_inset space \thinspace{}
41976 \end_inset
41977
41978 bp = 1
41979 \begin_inset space \thinspace{}
41980 \end_inset
41981
41982 in)
41983 \end_layout
41984
41985 \end_inset
41986 </cell>
41987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41988 \begin_inset Text
41989
41990 \begin_layout Plain Layout
41991 -
41992 \end_layout
41993
41994 \end_inset
41995 </cell>
41996 </row>
41997 <row>
41998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41999 \begin_inset Text
42000
42001 \begin_layout Plain Layout
42002 dd
42003 \end_layout
42004
42005 \end_inset
42006 </cell>
42007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42008 \begin_inset Text
42009
42010 \begin_layout Plain Layout
42011 didot (1
42012 \begin_inset space \thinspace{}
42013 \end_inset
42014
42015 dd 
42016 \begin_inset Formula $\approx$
42017 \end_inset
42018
42019  0.376
42020 \begin_inset space \thinspace{}
42021 \end_inset
42022
42023 mm)
42024 \end_layout
42025
42026 \end_inset
42027 </cell>
42028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42029 \begin_inset Text
42030
42031 \begin_layout Plain Layout
42032 -
42033 \end_layout
42034
42035 \end_inset
42036 </cell>
42037 </row>
42038 <row>
42039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42040 \begin_inset Text
42041
42042 \begin_layout Plain Layout
42043 cc
42044 \end_layout
42045
42046 \end_inset
42047 </cell>
42048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42049 \begin_inset Text
42050
42051 \begin_layout Plain Layout
42052 cicero (1
42053 \begin_inset space \thinspace{}
42054 \end_inset
42055
42056 cc = 12
42057 \begin_inset space \thinspace{}
42058 \end_inset
42059
42060 dd)
42061 \end_layout
42062
42063 \end_inset
42064 </cell>
42065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42066 \begin_inset Text
42067
42068 \begin_layout Plain Layout
42069 -
42070 \end_layout
42071
42072 \end_inset
42073 </cell>
42074 </row>
42075 <row>
42076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42077 \begin_inset Text
42078
42079 \begin_layout Plain Layout
42080 Scale Graphics %
42081 \end_layout
42082
42083 \end_inset
42084 </cell>
42085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42086 \begin_inset Text
42087
42088 \begin_layout Plain Layout
42089 % of original image width
42090 \end_layout
42091
42092 \end_inset
42093 </cell>
42094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42095 \begin_inset Text
42096
42097 \begin_layout Plain Layout
42098
42099 \end_layout
42100
42101 \end_inset
42102 </cell>
42103 </row>
42104 <row>
42105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42106 \begin_inset Text
42107
42108 \begin_layout Plain Layout
42109 Text Width %
42110 \end_layout
42111
42112 \end_inset
42113 </cell>
42114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42115 \begin_inset Text
42116
42117 \begin_layout Plain Layout
42118 % of text width
42119 \end_layout
42120
42121 \end_inset
42122 </cell>
42123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42124 \begin_inset Text
42125
42126 \begin_layout Plain Layout
42127
42128 \backslash
42129 textwidth
42130 \end_layout
42131
42132 \end_inset
42133 </cell>
42134 </row>
42135 <row>
42136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42137 \begin_inset Text
42138
42139 \begin_layout Plain Layout
42140 Column Width %
42141 \end_layout
42142
42143 \end_inset
42144 </cell>
42145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42146 \begin_inset Text
42147
42148 \begin_layout Plain Layout
42149 % of column width
42150 \end_layout
42151
42152 \end_inset
42153 </cell>
42154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42155 \begin_inset Text
42156
42157 \begin_layout Plain Layout
42158
42159 \backslash
42160 columnwidth
42161 \end_layout
42162
42163 \end_inset
42164 </cell>
42165 </row>
42166 <row>
42167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42168 \begin_inset Text
42169
42170 \begin_layout Plain Layout
42171 Page Width %
42172 \end_layout
42173
42174 \end_inset
42175 </cell>
42176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42177 \begin_inset Text
42178
42179 \begin_layout Plain Layout
42180 % of paper width
42181 \end_layout
42182
42183 \end_inset
42184 </cell>
42185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42186 \begin_inset Text
42187
42188 \begin_layout Plain Layout
42189
42190 \backslash
42191 paperwidth
42192 \end_layout
42193
42194 \end_inset
42195 </cell>
42196 </row>
42197 <row>
42198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42199 \begin_inset Text
42200
42201 \begin_layout Plain Layout
42202 Line Width %
42203 \end_layout
42204
42205 \end_inset
42206 </cell>
42207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42208 \begin_inset Text
42209
42210 \begin_layout Plain Layout
42211 % of line width
42212 \end_layout
42213
42214 \end_inset
42215 </cell>
42216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42217 \begin_inset Text
42218
42219 \begin_layout Plain Layout
42220
42221 \backslash
42222 linewidth
42223 \end_layout
42224
42225 \end_inset
42226 </cell>
42227 </row>
42228 <row>
42229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42230 \begin_inset Text
42231
42232 \begin_layout Plain Layout
42233 Text Height %
42234 \end_layout
42235
42236 \end_inset
42237 </cell>
42238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42239 \begin_inset Text
42240
42241 \begin_layout Plain Layout
42242 % of text height
42243 \end_layout
42244
42245 \end_inset
42246 </cell>
42247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42248 \begin_inset Text
42249
42250 \begin_layout Plain Layout
42251
42252 \backslash
42253 textheight
42254 \end_layout
42255
42256 \end_inset
42257 </cell>
42258 </row>
42259 <row>
42260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42261 \begin_inset Text
42262
42263 \begin_layout Plain Layout
42264 Page Height %
42265 \end_layout
42266
42267 \end_inset
42268 </cell>
42269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42270 \begin_inset Text
42271
42272 \begin_layout Plain Layout
42273 % of paper height
42274 \end_layout
42275
42276 \end_inset
42277 </cell>
42278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42279 \begin_inset Text
42280
42281 \begin_layout Plain Layout
42282
42283 \backslash
42284 paperheight
42285 \end_layout
42286
42287 \end_inset
42288 </cell>
42289 </row>
42290 <row>
42291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42292 \begin_inset Text
42293
42294 \begin_layout Plain Layout
42295 ex
42296 \end_layout
42297
42298 \end_inset
42299 </cell>
42300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42301 \begin_inset Text
42302
42303 \begin_layout Plain Layout
42304 height of letter 
42305 \emph on
42306 x
42307 \emph default
42308  in current font
42309 \end_layout
42310
42311 \end_inset
42312 </cell>
42313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42314 \begin_inset Text
42315
42316 \begin_layout Plain Layout
42317 -
42318 \end_layout
42319
42320 \end_inset
42321 </cell>
42322 </row>
42323 <row>
42324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42325 \begin_inset Text
42326
42327 \begin_layout Plain Layout
42328 em
42329 \end_layout
42330
42331 \end_inset
42332 </cell>
42333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42334 \begin_inset Text
42335
42336 \begin_layout Plain Layout
42337 width of letter 
42338 \emph on
42339 M
42340 \emph default
42341  in current font
42342 \end_layout
42343
42344 \end_inset
42345 </cell>
42346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42347 \begin_inset Text
42348
42349 \begin_layout Plain Layout
42350 -
42351 \end_layout
42352
42353 \end_inset
42354 </cell>
42355 </row>
42356 <row>
42357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42358 \begin_inset Text
42359
42360 \begin_layout Plain Layout
42361 mu
42362 \end_layout
42363
42364 \end_inset
42365 </cell>
42366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42367 \begin_inset Text
42368
42369 \begin_layout Plain Layout
42370 math unit (1
42371 \begin_inset space \thinspace{}
42372 \end_inset
42373
42374 mu = 1/18
42375 \begin_inset space \thinspace{}
42376 \end_inset
42377
42378 em)
42379 \end_layout
42380
42381 \end_inset
42382 </cell>
42383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42384 \begin_inset Text
42385
42386 \begin_layout Plain Layout
42387 -
42388 \end_layout
42389
42390 \end_inset
42391 </cell>
42392 </row>
42393 </lyxtabular>
42394
42395 \end_inset
42396
42397
42398 \end_layout
42399
42400 \end_inset
42401
42402
42403 \end_layout
42404
42405 \begin_layout Chapter
42406 Output File Formats with Graphics
42407 \begin_inset CommandInset label
42408 LatexCommand label
42409 name "cha:Output-File-Formats"
42410
42411 \end_inset
42412
42413
42414 \end_layout
42415
42416 \begin_layout Section
42417 DVI
42418 \begin_inset Index idx
42419 status collapsed
42420
42421 \begin_layout Plain Layout
42422 File Formats ! DVI
42423 \end_layout
42424
42425 \end_inset
42426
42427
42428 \begin_inset Index idx
42429 status collapsed
42430
42431 \begin_layout Plain Layout
42432 DVI|see
42433 \begin_inset ERT
42434 status collapsed
42435
42436 \begin_layout Plain Layout
42437
42438 {
42439 \end_layout
42440
42441 \end_inset
42442
42443 File Formats
42444 \begin_inset ERT
42445 status collapsed
42446
42447 \begin_layout Plain Layout
42448
42449 }
42450 \end_layout
42451
42452 \end_inset
42453
42454
42455 \end_layout
42456
42457 \end_inset
42458
42459
42460 \end_layout
42461
42462 \begin_layout Standard
42463 This file type has the extension 
42464 \begin_inset Quotes eld
42465 \end_inset
42466
42467
42468 \family typewriter
42469 .dvi
42470 \family default
42471
42472 \begin_inset Quotes erd
42473 \end_inset
42474
42475 .
42476  It is called 
42477 \begin_inset Quotes eld
42478 \end_inset
42479
42480 device-independent
42481 \begin_inset Quotes erd
42482 \end_inset
42483
42484  (DVI), because it is completely portable; you can move them from one machine
42485  to another without needing to do any sort of conversion.
42486  At the time when this file-format was developed, this was no matter of
42487  course.
42488  DVIs are used for quick previews and as pre-stage for other output formats,
42489  like PostScript.
42490 \end_layout
42491
42492 \begin_layout Standard
42493 \begin_inset Note Greyedout
42494 status open
42495
42496 \begin_layout Plain Layout
42497
42498 \series bold
42499 Note:
42500 \series default
42501  DVI-files do not contain images; they will only be a linked.
42502 \end_layout
42503
42504 \end_inset
42505
42506  So don't forget this, if you move your 
42507 \family typewriter
42508 .dvi
42509 \family default
42510  file to another computer.
42511  This property can also slow down your computer when you view the DVI, because
42512  the DVI-viewer has to convert the image in the background to make it visible
42513  when you scroll in the DVI.
42514  So it is recommended that you use PDF for files with many images.
42515 \end_layout
42516
42517 \begin_layout Standard
42518 You can export your document to DVI by using the menu 
42519 \family sans
42520 File\SpecialChar menuseparator
42521 Export\SpecialChar menuseparator
42522 DVI
42523 \family default
42524 .
42525  You can view your document as DVI via the 
42526 \family sans
42527 View
42528 \family default
42529  menu.
42530 \end_layout
42531
42532 \begin_layout Section
42533 PostScript
42534 \begin_inset Index idx
42535 status collapsed
42536
42537 \begin_layout Plain Layout
42538 File Formats ! PostScript
42539 \end_layout
42540
42541 \end_inset
42542
42543
42544 \begin_inset Index idx
42545 status collapsed
42546
42547 \begin_layout Plain Layout
42548 PostScript|see
42549 \begin_inset ERT
42550 status collapsed
42551
42552 \begin_layout Plain Layout
42553
42554 {
42555 \end_layout
42556
42557 \end_inset
42558
42559 File Formats
42560 \begin_inset ERT
42561 status collapsed
42562
42563 \begin_layout Plain Layout
42564
42565 }
42566 \end_layout
42567
42568 \end_inset
42569
42570
42571 \end_layout
42572
42573 \end_inset
42574
42575
42576 \end_layout
42577
42578 \begin_layout Standard
42579 This file type has the extension 
42580 \begin_inset Quotes eld
42581 \end_inset
42582
42583
42584 \family typewriter
42585 .ps
42586 \family default
42587
42588 \begin_inset Quotes erd
42589 \end_inset
42590
42591 .
42592  PostScript was developed by the company 
42593 \family typewriter
42594 Adobe
42595 \family default
42596  as a printer language.
42597  The file therefore contains commands that the printer uses to print the
42598  file.
42599  PostScript can be seen as a 
42600 \begin_inset Quotes eld
42601 \end_inset
42602
42603 programming language
42604 \begin_inset Quotes erd
42605 \end_inset
42606
42607 ; you can calculate with it and draw diagrams and images.
42608 \begin_inset Foot
42609 status collapsed
42610
42611 \begin_layout Plain Layout
42612 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
42613 -package
42614  
42615 \series bold
42616 PSTricks
42617 \series default
42618  
42619 \begin_inset CommandInset citation
42620 LatexCommand cite
42621 key "pstricks"
42622
42623 \end_inset
42624
42625 .
42626 \end_layout
42627
42628 \end_inset
42629
42630  Due to this ability, the files are often bigger than PDFs.
42631 \end_layout
42632
42633 \begin_layout Standard
42634 PostScript can only contain images in the format 
42635 \begin_inset Quotes eld
42636 \end_inset
42637
42638 Encapsulated PostScript
42639 \begin_inset Quotes erd
42640 \end_inset
42641
42642  (EPS, file extension 
42643 \begin_inset Quotes eld
42644 \end_inset
42645
42646
42647 \family typewriter
42648 .eps
42649 \family default
42650
42651 \begin_inset Quotes erd
42652 \end_inset
42653
42654 ).
42655  As \SpecialChar LyX
42656  allows you to use any known image format in your document, it has to
42657  convert images in the background to EPS.
42658  If you have e.g.
42659 \begin_inset space ~
42660 \end_inset
42661
42662 50
42663 \begin_inset space ~
42664 \end_inset
42665
42666 images in your document, \SpecialChar LyX
42667  has to do 50
42668 \begin_inset space ~
42669 \end_inset
42670
42671 conversions whenever you view or export your document.
42672  This will slow down your work flow with \SpecialChar LyX
42673  drastically.
42674  So if you plan to use PostScript, you can insert your images directly as
42675  EPS to avoid this problem.
42676 \end_layout
42677
42678 \begin_layout Standard
42679 You can export your document to PostScript using the menu 
42680 \family sans
42681 File\SpecialChar menuseparator
42682 Export\SpecialChar menuseparator
42683 Postscript
42684 \family default
42685 .
42686  You can view your document as PostScript via the 
42687 \family sans
42688 View
42689 \family default
42690  menu.
42691 \end_layout
42692
42693 \begin_layout Section
42694 PDF
42695 \begin_inset Index idx
42696 status collapsed
42697
42698 \begin_layout Plain Layout
42699 File Formats ! PDF
42700 \end_layout
42701
42702 \end_inset
42703
42704
42705 \begin_inset Index idx
42706 status collapsed
42707
42708 \begin_layout Plain Layout
42709 PDF
42710 \end_layout
42711
42712 \end_inset
42713
42714
42715 \end_layout
42716
42717 \begin_layout Standard
42718 This file type has the extension 
42719 \begin_inset Quotes eld
42720 \end_inset
42721
42722
42723 \family typewriter
42724 .pdf
42725 \family default
42726
42727 \begin_inset Quotes erd
42728 \end_inset
42729
42730 .
42731  The 
42732 \begin_inset Quotes eld
42733 \end_inset
42734
42735 Portable Document Format
42736 \begin_inset Quotes erd
42737 \end_inset
42738
42739  (PDF) was developed by 
42740 \family typewriter
42741 Adobe
42742 \family default
42743  as a derivative of PostScript.
42744  It is more compressed and it uses fewer commands than PostScript.
42745  As the name 
42746 \begin_inset Quotes eld
42747 \end_inset
42748
42749 portable
42750 \begin_inset Quotes erd
42751 \end_inset
42752
42753  implies, it can be processed at any computer system and the printed output
42754  looks exactly the same.
42755 \end_layout
42756
42757 \begin_layout Standard
42758 PDF can contain images in its own PDF format, in the format 
42759 \begin_inset Quotes eld
42760 \end_inset
42761
42762 Joint Photographic Experts Group
42763 \begin_inset Quotes erd
42764 \end_inset
42765
42766  (JPG, file extension 
42767 \begin_inset Quotes eld
42768 \end_inset
42769
42770
42771 \family typewriter
42772 .jpg
42773 \family default
42774
42775 \begin_inset Quotes erd
42776 \end_inset
42777
42778  or 
42779 \begin_inset Quotes eld
42780 \end_inset
42781
42782
42783 \family typewriter
42784 .jpeg
42785 \family default
42786
42787 \begin_inset Quotes erd
42788 \end_inset
42789
42790 ), and in the format 
42791 \begin_inset Quotes eld
42792 \end_inset
42793
42794 Portable Network Graphics
42795 \begin_inset Quotes erd
42796 \end_inset
42797
42798  (PNG, file extension 
42799 \begin_inset Quotes eld
42800 \end_inset
42801
42802
42803 \family typewriter
42804 .png
42805 \family default
42806
42807 \begin_inset Quotes erd
42808 \end_inset
42809
42810 ).
42811  Nevertheless you can use any other image format, because \SpecialChar LyX
42812  converts them
42813  in the background to one of these formats.
42814  But as described in the section about PostScript, the image conversion
42815  will slow down your work flow.
42816  So it is recommended that you use images in one of the three mentioned
42817  formats.
42818 \end_layout
42819
42820 \begin_layout Standard
42821 You can export your document to PDF via the menu 
42822 \family sans
42823 File\SpecialChar menuseparator
42824 Export
42825 \family default
42826  in three different ways:
42827 \end_layout
42828
42829 \begin_layout Description
42830 PDF
42831 \begin_inset space ~
42832 \end_inset
42833
42834 (ps2pdf) This uses the program 
42835 \family typewriter
42836 ps2pdf
42837 \family default
42838  that creates a PDF from a PostScript-version of your file.
42839  The PostScript-version is produced by the program 
42840 \family typewriter
42841 dvips
42842 \family default
42843  which uses a DVI-version as intermediate step.
42844  So this export variant consists of three conversions.
42845 \end_layout
42846
42847 \begin_layout Description
42848 PDF
42849 \begin_inset space ~
42850 \end_inset
42851
42852 (dvipdfm) This uses the program 
42853 \family typewriter
42854 dvipdfm
42855 \family default
42856  that converts your file in the background to DVI and in a second step to
42857  PDF.
42858 \end_layout
42859
42860 \begin_layout Description
42861 PDF
42862 \begin_inset space ~
42863 \end_inset
42864
42865 (pdflatex) This uses the program 
42866 \family typewriter
42867 pdftex
42868 \family default
42869  that converts your file directly to PDF.
42870 \end_layout
42871
42872 \begin_layout Standard
42873 It is recommended that you use 
42874 \family sans
42875 PDF
42876 \begin_inset space ~
42877 \end_inset
42878
42879 (pdflatex)
42880 \family default
42881  because 
42882 \family typewriter
42883 pdftex
42884 \family default
42885  supports all features of actual PDF-versions, is quick and works stable.
42886  The program 
42887 \family typewriter
42888 dvipdfm
42889 \family default
42890  is not under development and therefore a bit outdated.
42891 \end_layout
42892
42893 \begin_layout Standard
42894 You can view your document as PDF via the 
42895 \family sans
42896 View
42897 \family default
42898  menu or by using a toolbar button.
42899 \end_layout
42900
42901 \begin_layout Chapter
42902 List of dvips color names
42903 \begin_inset CommandInset label
42904 LatexCommand label
42905 name "chap:List-of-dvips-colornames"
42906
42907 \end_inset
42908
42909
42910 \end_layout
42911
42912 \begin_layout Standard
42913 \begin_inset Tabular
42914 <lyxtabular version="3" rows="17" columns="4">
42915 <features tabularvalignment="middle">
42916 <column alignment="left" valignment="top" width="0pt">
42917 <column alignment="left" valignment="top" width="0pt">
42918 <column alignment="left" valignment="top" width="0pt">
42919 <column alignment="left" valignment="top" width="0pt">
42920 <row>
42921 <cell alignment="left" valignment="top" usebox="none">
42922 \begin_inset Text
42923
42924 \begin_layout Plain Layout
42925 \begin_inset ERT
42926 status collapsed
42927
42928 \begin_layout Plain Layout
42929
42930
42931 \backslash
42932 fcolorbox{black}{
42933 \end_layout
42934
42935 \end_inset
42936
42937 white
42938 \begin_inset ERT
42939 status collapsed
42940
42941 \begin_layout Plain Layout
42942
42943 }{
42944 \end_layout
42945
42946 \end_inset
42947
42948 Color
42949 \begin_inset ERT
42950 status collapsed
42951
42952 \begin_layout Plain Layout
42953
42954 }
42955 \end_layout
42956
42957 \end_inset
42958
42959  Color name
42960 \end_layout
42961
42962 \end_inset
42963 </cell>
42964 <cell alignment="left" valignment="top" usebox="none">
42965 \begin_inset Text
42966
42967 \begin_layout Plain Layout
42968 \begin_inset ERT
42969 status collapsed
42970
42971 \begin_layout Plain Layout
42972
42973
42974 \backslash
42975 fcolorbox{black}{
42976 \end_layout
42977
42978 \end_inset
42979
42980 white
42981 \begin_inset ERT
42982 status collapsed
42983
42984 \begin_layout Plain Layout
42985
42986 }{
42987 \end_layout
42988
42989 \end_inset
42990
42991 Color
42992 \begin_inset ERT
42993 status collapsed
42994
42995 \begin_layout Plain Layout
42996
42997 }
42998 \end_layout
42999
43000 \end_inset
43001
43002  Color name
43003 \end_layout
43004
43005 \end_inset
43006 </cell>
43007 <cell alignment="left" valignment="top" usebox="none">
43008 \begin_inset Text
43009
43010 \begin_layout Plain Layout
43011 \begin_inset ERT
43012 status collapsed
43013
43014 \begin_layout Plain Layout
43015
43016
43017 \backslash
43018 fcolorbox{black}{
43019 \end_layout
43020
43021 \end_inset
43022
43023 white
43024 \begin_inset ERT
43025 status collapsed
43026
43027 \begin_layout Plain Layout
43028
43029 }{
43030 \end_layout
43031
43032 \end_inset
43033
43034 Color
43035 \begin_inset ERT
43036 status collapsed
43037
43038 \begin_layout Plain Layout
43039
43040 }
43041 \end_layout
43042
43043 \end_inset
43044
43045  Color name
43046 \end_layout
43047
43048 \end_inset
43049 </cell>
43050 <cell alignment="left" valignment="top" usebox="none">
43051 \begin_inset Text
43052
43053 \begin_layout Plain Layout
43054 \begin_inset ERT
43055 status collapsed
43056
43057 \begin_layout Plain Layout
43058
43059
43060 \backslash
43061 fcolorbox{black}{
43062 \end_layout
43063
43064 \end_inset
43065
43066 white
43067 \begin_inset ERT
43068 status collapsed
43069
43070 \begin_layout Plain Layout
43071
43072 }{
43073 \end_layout
43074
43075 \end_inset
43076
43077 Color
43078 \begin_inset ERT
43079 status collapsed
43080
43081 \begin_layout Plain Layout
43082
43083 }
43084 \end_layout
43085
43086 \end_inset
43087
43088  Color name
43089 \end_layout
43090
43091 \end_inset
43092 </cell>
43093 </row>
43094 <row>
43095 <cell alignment="center" valignment="top" usebox="none">
43096 \begin_inset Text
43097
43098 \begin_layout Plain Layout
43099 \begin_inset ERT
43100 status collapsed
43101
43102 \begin_layout Plain Layout
43103
43104
43105 \backslash
43106 fcolorbox{black}{
43107 \end_layout
43108
43109 \end_inset
43110
43111 Apricot
43112 \begin_inset ERT
43113 status collapsed
43114
43115 \begin_layout Plain Layout
43116
43117 }{
43118 \end_layout
43119
43120 \end_inset
43121
43122
43123 \begin_inset Phantom Phantom
43124 status open
43125
43126 \begin_layout Plain Layout
43127 W
43128 \end_layout
43129
43130 \end_inset
43131
43132
43133 \begin_inset ERT
43134 status collapsed
43135
43136 \begin_layout Plain Layout
43137
43138 }
43139 \end_layout
43140
43141 \end_inset
43142
43143  Apricot
43144 \end_layout
43145
43146 \end_inset
43147 </cell>
43148 <cell alignment="center" valignment="top" usebox="none">
43149 \begin_inset Text
43150
43151 \begin_layout Plain Layout
43152 \begin_inset ERT
43153 status collapsed
43154
43155 \begin_layout Plain Layout
43156
43157
43158 \backslash
43159 fcolorbox{black}{
43160 \end_layout
43161
43162 \end_inset
43163
43164 Aquamarine
43165 \begin_inset ERT
43166 status collapsed
43167
43168 \begin_layout Plain Layout
43169
43170 }{
43171 \end_layout
43172
43173 \end_inset
43174
43175
43176 \begin_inset Phantom Phantom
43177 status open
43178
43179 \begin_layout Plain Layout
43180 W
43181 \end_layout
43182
43183 \end_inset
43184
43185
43186 \begin_inset ERT
43187 status collapsed
43188
43189 \begin_layout Plain Layout
43190
43191 }
43192 \end_layout
43193
43194 \end_inset
43195
43196  Aquamarine
43197 \end_layout
43198
43199 \end_inset
43200 </cell>
43201 <cell alignment="center" valignment="top" usebox="none">
43202 \begin_inset Text
43203
43204 \begin_layout Plain Layout
43205 \begin_inset ERT
43206 status collapsed
43207
43208 \begin_layout Plain Layout
43209
43210
43211 \backslash
43212 fcolorbox{black}{
43213 \end_layout
43214
43215 \end_inset
43216
43217 Bittersweet
43218 \begin_inset ERT
43219 status collapsed
43220
43221 \begin_layout Plain Layout
43222
43223 }{
43224 \end_layout
43225
43226 \end_inset
43227
43228
43229 \begin_inset Phantom Phantom
43230 status open
43231
43232 \begin_layout Plain Layout
43233 W
43234 \end_layout
43235
43236 \end_inset
43237
43238
43239 \begin_inset ERT
43240 status collapsed
43241
43242 \begin_layout Plain Layout
43243
43244 }
43245 \end_layout
43246
43247 \end_inset
43248
43249  Bittersweet
43250 \end_layout
43251
43252 \end_inset
43253 </cell>
43254 <cell alignment="center" valignment="top" usebox="none">
43255 \begin_inset Text
43256
43257 \begin_layout Plain Layout
43258 \begin_inset ERT
43259 status collapsed
43260
43261 \begin_layout Plain Layout
43262
43263
43264 \backslash
43265 fcolorbox{black}{
43266 \end_layout
43267
43268 \end_inset
43269
43270 BlueGreen
43271 \begin_inset ERT
43272 status collapsed
43273
43274 \begin_layout Plain Layout
43275
43276 }{
43277 \end_layout
43278
43279 \end_inset
43280
43281
43282 \begin_inset Phantom Phantom
43283 status open
43284
43285 \begin_layout Plain Layout
43286 W
43287 \end_layout
43288
43289 \end_inset
43290
43291
43292 \begin_inset ERT
43293 status collapsed
43294
43295 \begin_layout Plain Layout
43296
43297 }
43298 \end_layout
43299
43300 \end_inset
43301
43302  BlueGreen
43303 \end_layout
43304
43305 \end_inset
43306 </cell>
43307 </row>
43308 <row>
43309 <cell alignment="left" valignment="top" usebox="none">
43310 \begin_inset Text
43311
43312 \begin_layout Plain Layout
43313 \begin_inset ERT
43314 status collapsed
43315
43316 \begin_layout Plain Layout
43317
43318
43319 \backslash
43320 fcolorbox{black}{
43321 \end_layout
43322
43323 \end_inset
43324
43325 BlueViolet
43326 \begin_inset ERT
43327 status collapsed
43328
43329 \begin_layout Plain Layout
43330
43331 }{
43332 \end_layout
43333
43334 \end_inset
43335
43336
43337 \begin_inset Phantom Phantom
43338 status open
43339
43340 \begin_layout Plain Layout
43341 W
43342 \end_layout
43343
43344 \end_inset
43345
43346
43347 \begin_inset ERT
43348 status collapsed
43349
43350 \begin_layout Plain Layout
43351
43352 }
43353 \end_layout
43354
43355 \end_inset
43356
43357  BlueViolet
43358 \end_layout
43359
43360 \end_inset
43361 </cell>
43362 <cell alignment="left" valignment="top" usebox="none">
43363 \begin_inset Text
43364
43365 \begin_layout Plain Layout
43366 \begin_inset ERT
43367 status collapsed
43368
43369 \begin_layout Plain Layout
43370
43371
43372 \backslash
43373 fcolorbox{black}{
43374 \end_layout
43375
43376 \end_inset
43377
43378 BrickRed
43379 \begin_inset ERT
43380 status collapsed
43381
43382 \begin_layout Plain Layout
43383
43384 }{
43385 \end_layout
43386
43387 \end_inset
43388
43389
43390 \begin_inset Phantom Phantom
43391 status open
43392
43393 \begin_layout Plain Layout
43394 W
43395 \end_layout
43396
43397 \end_inset
43398
43399
43400 \begin_inset ERT
43401 status collapsed
43402
43403 \begin_layout Plain Layout
43404
43405 }
43406 \end_layout
43407
43408 \end_inset
43409
43410  BrickRed
43411 \end_layout
43412
43413 \end_inset
43414 </cell>
43415 <cell alignment="left" valignment="top" usebox="none">
43416 \begin_inset Text
43417
43418 \begin_layout Plain Layout
43419 \begin_inset ERT
43420 status collapsed
43421
43422 \begin_layout Plain Layout
43423
43424
43425 \backslash
43426 fcolorbox{black}{
43427 \end_layout
43428
43429 \end_inset
43430
43431 Brown
43432 \begin_inset ERT
43433 status collapsed
43434
43435 \begin_layout Plain Layout
43436
43437 }{
43438 \end_layout
43439
43440 \end_inset
43441
43442
43443 \begin_inset Phantom Phantom
43444 status open
43445
43446 \begin_layout Plain Layout
43447 W
43448 \end_layout
43449
43450 \end_inset
43451
43452
43453 \begin_inset ERT
43454 status collapsed
43455
43456 \begin_layout Plain Layout
43457
43458 }
43459 \end_layout
43460
43461 \end_inset
43462
43463  Brown
43464 \end_layout
43465
43466 \end_inset
43467 </cell>
43468 <cell alignment="left" valignment="top" usebox="none">
43469 \begin_inset Text
43470
43471 \begin_layout Plain Layout
43472 \begin_inset ERT
43473 status collapsed
43474
43475 \begin_layout Plain Layout
43476
43477
43478 \backslash
43479 fcolorbox{black}{
43480 \end_layout
43481
43482 \end_inset
43483
43484 BurntOrange
43485 \begin_inset ERT
43486 status collapsed
43487
43488 \begin_layout Plain Layout
43489
43490 }{
43491 \end_layout
43492
43493 \end_inset
43494
43495
43496 \begin_inset Phantom Phantom
43497 status open
43498
43499 \begin_layout Plain Layout
43500 W
43501 \end_layout
43502
43503 \end_inset
43504
43505
43506 \begin_inset ERT
43507 status collapsed
43508
43509 \begin_layout Plain Layout
43510
43511 }
43512 \end_layout
43513
43514 \end_inset
43515
43516  BurntOrange
43517 \end_layout
43518
43519 \end_inset
43520 </cell>
43521 </row>
43522 <row>
43523 <cell alignment="left" valignment="top" usebox="none">
43524 \begin_inset Text
43525
43526 \begin_layout Plain Layout
43527 \begin_inset ERT
43528 status collapsed
43529
43530 \begin_layout Plain Layout
43531
43532
43533 \backslash
43534 fcolorbox{black}{
43535 \end_layout
43536
43537 \end_inset
43538
43539 CadetBlue
43540 \begin_inset ERT
43541 status collapsed
43542
43543 \begin_layout Plain Layout
43544
43545 }{
43546 \end_layout
43547
43548 \end_inset
43549
43550
43551 \begin_inset Phantom Phantom
43552 status open
43553
43554 \begin_layout Plain Layout
43555 W
43556 \end_layout
43557
43558 \end_inset
43559
43560
43561 \begin_inset ERT
43562 status collapsed
43563
43564 \begin_layout Plain Layout
43565
43566 }
43567 \end_layout
43568
43569 \end_inset
43570
43571  CadetBlue
43572 \end_layout
43573
43574 \end_inset
43575 </cell>
43576 <cell alignment="left" valignment="top" usebox="none">
43577 \begin_inset Text
43578
43579 \begin_layout Plain Layout
43580 \begin_inset ERT
43581 status collapsed
43582
43583 \begin_layout Plain Layout
43584
43585
43586 \backslash
43587 fcolorbox{black}{
43588 \end_layout
43589
43590 \end_inset
43591
43592 CarnationPink
43593 \begin_inset ERT
43594 status collapsed
43595
43596 \begin_layout Plain Layout
43597
43598 }{
43599 \end_layout
43600
43601 \end_inset
43602
43603
43604 \begin_inset Phantom Phantom
43605 status open
43606
43607 \begin_layout Plain Layout
43608 W
43609 \end_layout
43610
43611 \end_inset
43612
43613
43614 \begin_inset ERT
43615 status collapsed
43616
43617 \begin_layout Plain Layout
43618
43619 }
43620 \end_layout
43621
43622 \end_inset
43623
43624  CarnationPink
43625 \end_layout
43626
43627 \end_inset
43628 </cell>
43629 <cell alignment="left" valignment="top" usebox="none">
43630 \begin_inset Text
43631
43632 \begin_layout Plain Layout
43633 \begin_inset ERT
43634 status collapsed
43635
43636 \begin_layout Plain Layout
43637
43638
43639 \backslash
43640 fcolorbox{black}{
43641 \end_layout
43642
43643 \end_inset
43644
43645 Cerulean
43646 \begin_inset ERT
43647 status collapsed
43648
43649 \begin_layout Plain Layout
43650
43651 }{
43652 \end_layout
43653
43654 \end_inset
43655
43656
43657 \begin_inset Phantom Phantom
43658 status open
43659
43660 \begin_layout Plain Layout
43661 W
43662 \end_layout
43663
43664 \end_inset
43665
43666
43667 \begin_inset ERT
43668 status collapsed
43669
43670 \begin_layout Plain Layout
43671
43672 }
43673 \end_layout
43674
43675 \end_inset
43676
43677  Cerulean
43678 \end_layout
43679
43680 \end_inset
43681 </cell>
43682 <cell alignment="left" valignment="top" usebox="none">
43683 \begin_inset Text
43684
43685 \begin_layout Plain Layout
43686 \begin_inset ERT
43687 status collapsed
43688
43689 \begin_layout Plain Layout
43690
43691
43692 \backslash
43693 fcolorbox{black}{
43694 \end_layout
43695
43696 \end_inset
43697
43698 CornflowerBlue
43699 \begin_inset ERT
43700 status collapsed
43701
43702 \begin_layout Plain Layout
43703
43704 }{
43705 \end_layout
43706
43707 \end_inset
43708
43709
43710 \begin_inset Phantom Phantom
43711 status open
43712
43713 \begin_layout Plain Layout
43714 W
43715 \end_layout
43716
43717 \end_inset
43718
43719
43720 \begin_inset ERT
43721 status collapsed
43722
43723 \begin_layout Plain Layout
43724
43725 }
43726 \end_layout
43727
43728 \end_inset
43729
43730  CornflowerBlue
43731 \end_layout
43732
43733 \end_inset
43734 </cell>
43735 </row>
43736 <row>
43737 <cell alignment="left" valignment="top" usebox="none">
43738 \begin_inset Text
43739
43740 \begin_layout Plain Layout
43741 \begin_inset ERT
43742 status collapsed
43743
43744 \begin_layout Plain Layout
43745
43746
43747 \backslash
43748 fcolorbox{black}{
43749 \end_layout
43750
43751 \end_inset
43752
43753 Dandelion
43754 \begin_inset ERT
43755 status collapsed
43756
43757 \begin_layout Plain Layout
43758
43759 }{
43760 \end_layout
43761
43762 \end_inset
43763
43764
43765 \begin_inset Phantom Phantom
43766 status open
43767
43768 \begin_layout Plain Layout
43769 W
43770 \end_layout
43771
43772 \end_inset
43773
43774
43775 \begin_inset ERT
43776 status collapsed
43777
43778 \begin_layout Plain Layout
43779
43780 }
43781 \end_layout
43782
43783 \end_inset
43784
43785  Dandelion
43786 \end_layout
43787
43788 \end_inset
43789 </cell>
43790 <cell alignment="left" valignment="top" usebox="none">
43791 \begin_inset Text
43792
43793 \begin_layout Plain Layout
43794 \begin_inset ERT
43795 status collapsed
43796
43797 \begin_layout Plain Layout
43798
43799
43800 \backslash
43801 fcolorbox{black}{
43802 \end_layout
43803
43804 \end_inset
43805
43806 DarkOrchid
43807 \begin_inset ERT
43808 status collapsed
43809
43810 \begin_layout Plain Layout
43811
43812 }{
43813 \end_layout
43814
43815 \end_inset
43816
43817
43818 \begin_inset Phantom Phantom
43819 status open
43820
43821 \begin_layout Plain Layout
43822 W
43823 \end_layout
43824
43825 \end_inset
43826
43827
43828 \begin_inset ERT
43829 status collapsed
43830
43831 \begin_layout Plain Layout
43832
43833 }
43834 \end_layout
43835
43836 \end_inset
43837
43838  DarkOrchid
43839 \end_layout
43840
43841 \end_inset
43842 </cell>
43843 <cell alignment="left" valignment="top" usebox="none">
43844 \begin_inset Text
43845
43846 \begin_layout Plain Layout
43847 \begin_inset ERT
43848 status collapsed
43849
43850 \begin_layout Plain Layout
43851
43852
43853 \backslash
43854 fcolorbox{black}{
43855 \end_layout
43856
43857 \end_inset
43858
43859 Emerald
43860 \begin_inset ERT
43861 status collapsed
43862
43863 \begin_layout Plain Layout
43864
43865 }{
43866 \end_layout
43867
43868 \end_inset
43869
43870
43871 \begin_inset Phantom Phantom
43872 status open
43873
43874 \begin_layout Plain Layout
43875 W
43876 \end_layout
43877
43878 \end_inset
43879
43880
43881 \begin_inset ERT
43882 status collapsed
43883
43884 \begin_layout Plain Layout
43885
43886 }
43887 \end_layout
43888
43889 \end_inset
43890
43891  Emerald
43892 \end_layout
43893
43894 \end_inset
43895 </cell>
43896 <cell alignment="left" valignment="top" usebox="none">
43897 \begin_inset Text
43898
43899 \begin_layout Plain Layout
43900 \begin_inset ERT
43901 status collapsed
43902
43903 \begin_layout Plain Layout
43904
43905
43906 \backslash
43907 fcolorbox{black}{
43908 \end_layout
43909
43910 \end_inset
43911
43912 ForestGreen
43913 \begin_inset ERT
43914 status collapsed
43915
43916 \begin_layout Plain Layout
43917
43918 }{
43919 \end_layout
43920
43921 \end_inset
43922
43923
43924 \begin_inset Phantom Phantom
43925 status open
43926
43927 \begin_layout Plain Layout
43928 W
43929 \end_layout
43930
43931 \end_inset
43932
43933
43934 \begin_inset ERT
43935 status collapsed
43936
43937 \begin_layout Plain Layout
43938
43939 }
43940 \end_layout
43941
43942 \end_inset
43943
43944  ForestGreen
43945 \end_layout
43946
43947 \end_inset
43948 </cell>
43949 </row>
43950 <row>
43951 <cell alignment="left" valignment="top" usebox="none">
43952 \begin_inset Text
43953
43954 \begin_layout Plain Layout
43955 \begin_inset ERT
43956 status collapsed
43957
43958 \begin_layout Plain Layout
43959
43960
43961 \backslash
43962 fcolorbox{black}{
43963 \end_layout
43964
43965 \end_inset
43966
43967 Fuchsia
43968 \begin_inset ERT
43969 status collapsed
43970
43971 \begin_layout Plain Layout
43972
43973 }{
43974 \end_layout
43975
43976 \end_inset
43977
43978
43979 \begin_inset Phantom Phantom
43980 status open
43981
43982 \begin_layout Plain Layout
43983 W
43984 \end_layout
43985
43986 \end_inset
43987
43988
43989 \begin_inset ERT
43990 status collapsed
43991
43992 \begin_layout Plain Layout
43993
43994 }
43995 \end_layout
43996
43997 \end_inset
43998
43999  Fuchsia
44000 \end_layout
44001
44002 \end_inset
44003 </cell>
44004 <cell alignment="left" valignment="top" usebox="none">
44005 \begin_inset Text
44006
44007 \begin_layout Plain Layout
44008 \begin_inset ERT
44009 status collapsed
44010
44011 \begin_layout Plain Layout
44012
44013
44014 \backslash
44015 fcolorbox{black}{
44016 \end_layout
44017
44018 \end_inset
44019
44020 Goldenrod
44021 \begin_inset ERT
44022 status collapsed
44023
44024 \begin_layout Plain Layout
44025
44026 }{
44027 \end_layout
44028
44029 \end_inset
44030
44031
44032 \begin_inset Phantom Phantom
44033 status open
44034
44035 \begin_layout Plain Layout
44036 W
44037 \end_layout
44038
44039 \end_inset
44040
44041
44042 \begin_inset ERT
44043 status collapsed
44044
44045 \begin_layout Plain Layout
44046
44047 }
44048 \end_layout
44049
44050 \end_inset
44051
44052  Goldenrod
44053 \end_layout
44054
44055 \end_inset
44056 </cell>
44057 <cell alignment="left" valignment="top" usebox="none">
44058 \begin_inset Text
44059
44060 \begin_layout Plain Layout
44061 \begin_inset ERT
44062 status collapsed
44063
44064 \begin_layout Plain Layout
44065
44066
44067 \backslash
44068 fcolorbox{black}{
44069 \end_layout
44070
44071 \end_inset
44072
44073 Gray
44074 \begin_inset ERT
44075 status collapsed
44076
44077 \begin_layout Plain Layout
44078
44079 }{
44080 \end_layout
44081
44082 \end_inset
44083
44084
44085 \begin_inset Phantom Phantom
44086 status open
44087
44088 \begin_layout Plain Layout
44089 W
44090 \end_layout
44091
44092 \end_inset
44093
44094
44095 \begin_inset ERT
44096 status collapsed
44097
44098 \begin_layout Plain Layout
44099
44100 }
44101 \end_layout
44102
44103 \end_inset
44104
44105  Gray
44106 \end_layout
44107
44108 \end_inset
44109 </cell>
44110 <cell alignment="left" valignment="top" usebox="none">
44111 \begin_inset Text
44112
44113 \begin_layout Plain Layout
44114 \begin_inset ERT
44115 status collapsed
44116
44117 \begin_layout Plain Layout
44118
44119
44120 \backslash
44121 fcolorbox{black}{
44122 \end_layout
44123
44124 \end_inset
44125
44126 GreenYellow
44127 \begin_inset ERT
44128 status collapsed
44129
44130 \begin_layout Plain Layout
44131
44132 }{
44133 \end_layout
44134
44135 \end_inset
44136
44137
44138 \begin_inset Phantom Phantom
44139 status open
44140
44141 \begin_layout Plain Layout
44142 W
44143 \end_layout
44144
44145 \end_inset
44146
44147
44148 \begin_inset ERT
44149 status collapsed
44150
44151 \begin_layout Plain Layout
44152
44153 }
44154 \end_layout
44155
44156 \end_inset
44157
44158  GreenYellow
44159 \end_layout
44160
44161 \end_inset
44162 </cell>
44163 </row>
44164 <row>
44165 <cell alignment="center" valignment="top" usebox="none">
44166 \begin_inset Text
44167
44168 \begin_layout Plain Layout
44169 \begin_inset ERT
44170 status collapsed
44171
44172 \begin_layout Plain Layout
44173
44174
44175 \backslash
44176 fcolorbox{black}{
44177 \end_layout
44178
44179 \end_inset
44180
44181 JungleGreen
44182 \begin_inset ERT
44183 status collapsed
44184
44185 \begin_layout Plain Layout
44186
44187 }{
44188 \end_layout
44189
44190 \end_inset
44191
44192
44193 \begin_inset Phantom Phantom
44194 status open
44195
44196 \begin_layout Plain Layout
44197 W
44198 \end_layout
44199
44200 \end_inset
44201
44202
44203 \begin_inset ERT
44204 status collapsed
44205
44206 \begin_layout Plain Layout
44207
44208 }
44209 \end_layout
44210
44211 \end_inset
44212
44213  JungleGreen
44214 \end_layout
44215
44216 \end_inset
44217 </cell>
44218 <cell alignment="center" valignment="top" usebox="none">
44219 \begin_inset Text
44220
44221 \begin_layout Plain Layout
44222 \begin_inset ERT
44223 status collapsed
44224
44225 \begin_layout Plain Layout
44226
44227
44228 \backslash
44229 fcolorbox{black}{
44230 \end_layout
44231
44232 \end_inset
44233
44234 Lavender
44235 \begin_inset ERT
44236 status collapsed
44237
44238 \begin_layout Plain Layout
44239
44240 }{
44241 \end_layout
44242
44243 \end_inset
44244
44245
44246 \begin_inset Phantom Phantom
44247 status open
44248
44249 \begin_layout Plain Layout
44250 W
44251 \end_layout
44252
44253 \end_inset
44254
44255
44256 \begin_inset ERT
44257 status collapsed
44258
44259 \begin_layout Plain Layout
44260
44261 }
44262 \end_layout
44263
44264 \end_inset
44265
44266  Lavender
44267 \end_layout
44268
44269 \end_inset
44270 </cell>
44271 <cell alignment="center" valignment="top" usebox="none">
44272 \begin_inset Text
44273
44274 \begin_layout Plain Layout
44275 \begin_inset ERT
44276 status collapsed
44277
44278 \begin_layout Plain Layout
44279
44280
44281 \backslash
44282 fcolorbox{black}{
44283 \end_layout
44284
44285 \end_inset
44286
44287 LimeGreen
44288 \begin_inset ERT
44289 status collapsed
44290
44291 \begin_layout Plain Layout
44292
44293 }{
44294 \end_layout
44295
44296 \end_inset
44297
44298
44299 \begin_inset Phantom Phantom
44300 status open
44301
44302 \begin_layout Plain Layout
44303 W
44304 \end_layout
44305
44306 \end_inset
44307
44308
44309 \begin_inset ERT
44310 status collapsed
44311
44312 \begin_layout Plain Layout
44313
44314 }
44315 \end_layout
44316
44317 \end_inset
44318
44319  LimeGreen
44320 \end_layout
44321
44322 \end_inset
44323 </cell>
44324 <cell alignment="center" valignment="top" usebox="none">
44325 \begin_inset Text
44326
44327 \begin_layout Plain Layout
44328 \begin_inset ERT
44329 status collapsed
44330
44331 \begin_layout Plain Layout
44332
44333
44334 \backslash
44335 fcolorbox{black}{
44336 \end_layout
44337
44338 \end_inset
44339
44340 Mahogany
44341 \begin_inset ERT
44342 status collapsed
44343
44344 \begin_layout Plain Layout
44345
44346 }{
44347 \end_layout
44348
44349 \end_inset
44350
44351
44352 \begin_inset Phantom Phantom
44353 status open
44354
44355 \begin_layout Plain Layout
44356 W
44357 \end_layout
44358
44359 \end_inset
44360
44361
44362 \begin_inset ERT
44363 status collapsed
44364
44365 \begin_layout Plain Layout
44366
44367 }
44368 \end_layout
44369
44370 \end_inset
44371
44372  Mahogany
44373 \end_layout
44374
44375 \end_inset
44376 </cell>
44377 </row>
44378 <row>
44379 <cell alignment="left" valignment="top" usebox="none">
44380 \begin_inset Text
44381
44382 \begin_layout Plain Layout
44383 \begin_inset ERT
44384 status collapsed
44385
44386 \begin_layout Plain Layout
44387
44388
44389 \backslash
44390 fcolorbox{black}{
44391 \end_layout
44392
44393 \end_inset
44394
44395 Mahogany
44396 \begin_inset ERT
44397 status collapsed
44398
44399 \begin_layout Plain Layout
44400
44401 }{
44402 \end_layout
44403
44404 \end_inset
44405
44406
44407 \begin_inset Phantom Phantom
44408 status open
44409
44410 \begin_layout Plain Layout
44411 W
44412 \end_layout
44413
44414 \end_inset
44415
44416
44417 \begin_inset ERT
44418 status collapsed
44419
44420 \begin_layout Plain Layout
44421
44422 }
44423 \end_layout
44424
44425 \end_inset
44426
44427  Mahogany
44428 \end_layout
44429
44430 \end_inset
44431 </cell>
44432 <cell alignment="left" valignment="top" usebox="none">
44433 \begin_inset Text
44434
44435 \begin_layout Plain Layout
44436 \begin_inset ERT
44437 status collapsed
44438
44439 \begin_layout Plain Layout
44440
44441
44442 \backslash
44443 fcolorbox{black}{
44444 \end_layout
44445
44446 \end_inset
44447
44448 Maroon
44449 \begin_inset ERT
44450 status collapsed
44451
44452 \begin_layout Plain Layout
44453
44454 }{
44455 \end_layout
44456
44457 \end_inset
44458
44459
44460 \begin_inset Phantom Phantom
44461 status open
44462
44463 \begin_layout Plain Layout
44464 W
44465 \end_layout
44466
44467 \end_inset
44468
44469
44470 \begin_inset ERT
44471 status collapsed
44472
44473 \begin_layout Plain Layout
44474
44475 }
44476 \end_layout
44477
44478 \end_inset
44479
44480  Maroon
44481 \end_layout
44482
44483 \end_inset
44484 </cell>
44485 <cell alignment="left" valignment="top" usebox="none">
44486 \begin_inset Text
44487
44488 \begin_layout Plain Layout
44489 \begin_inset ERT
44490 status collapsed
44491
44492 \begin_layout Plain Layout
44493
44494
44495 \backslash
44496 fcolorbox{black}{
44497 \end_layout
44498
44499 \end_inset
44500
44501 Melon
44502 \begin_inset ERT
44503 status collapsed
44504
44505 \begin_layout Plain Layout
44506
44507 }{
44508 \end_layout
44509
44510 \end_inset
44511
44512
44513 \begin_inset Phantom Phantom
44514 status open
44515
44516 \begin_layout Plain Layout
44517 W
44518 \end_layout
44519
44520 \end_inset
44521
44522
44523 \begin_inset ERT
44524 status collapsed
44525
44526 \begin_layout Plain Layout
44527
44528 }
44529 \end_layout
44530
44531 \end_inset
44532
44533  Melon
44534 \end_layout
44535
44536 \end_inset
44537 </cell>
44538 <cell alignment="left" valignment="top" usebox="none">
44539 \begin_inset Text
44540
44541 \begin_layout Plain Layout
44542 \begin_inset ERT
44543 status collapsed
44544
44545 \begin_layout Plain Layout
44546
44547
44548 \backslash
44549 fcolorbox{black}{
44550 \end_layout
44551
44552 \end_inset
44553
44554 MidnightBlue
44555 \begin_inset ERT
44556 status collapsed
44557
44558 \begin_layout Plain Layout
44559
44560 }{
44561 \end_layout
44562
44563 \end_inset
44564
44565
44566 \begin_inset Phantom Phantom
44567 status open
44568
44569 \begin_layout Plain Layout
44570 W
44571 \end_layout
44572
44573 \end_inset
44574
44575
44576 \begin_inset ERT
44577 status collapsed
44578
44579 \begin_layout Plain Layout
44580
44581 }
44582 \end_layout
44583
44584 \end_inset
44585
44586  MidnightBlue
44587 \end_layout
44588
44589 \end_inset
44590 </cell>
44591 </row>
44592 <row>
44593 <cell alignment="left" valignment="top" usebox="none">
44594 \begin_inset Text
44595
44596 \begin_layout Plain Layout
44597 \begin_inset ERT
44598 status collapsed
44599
44600 \begin_layout Plain Layout
44601
44602
44603 \backslash
44604 fcolorbox{black}{
44605 \end_layout
44606
44607 \end_inset
44608
44609 Mulberry
44610 \begin_inset ERT
44611 status collapsed
44612
44613 \begin_layout Plain Layout
44614
44615 }{
44616 \end_layout
44617
44618 \end_inset
44619
44620
44621 \begin_inset Phantom Phantom
44622 status open
44623
44624 \begin_layout Plain Layout
44625 W
44626 \end_layout
44627
44628 \end_inset
44629
44630
44631 \begin_inset ERT
44632 status collapsed
44633
44634 \begin_layout Plain Layout
44635
44636 }
44637 \end_layout
44638
44639 \end_inset
44640
44641  Mulberry
44642 \end_layout
44643
44644 \end_inset
44645 </cell>
44646 <cell alignment="left" valignment="top" usebox="none">
44647 \begin_inset Text
44648
44649 \begin_layout Plain Layout
44650 \begin_inset ERT
44651 status collapsed
44652
44653 \begin_layout Plain Layout
44654
44655
44656 \backslash
44657 fcolorbox{black}{
44658 \end_layout
44659
44660 \end_inset
44661
44662 NavyBlue
44663 \begin_inset ERT
44664 status collapsed
44665
44666 \begin_layout Plain Layout
44667
44668 }{
44669 \end_layout
44670
44671 \end_inset
44672
44673
44674 \begin_inset Phantom Phantom
44675 status open
44676
44677 \begin_layout Plain Layout
44678 W
44679 \end_layout
44680
44681 \end_inset
44682
44683
44684 \begin_inset ERT
44685 status collapsed
44686
44687 \begin_layout Plain Layout
44688
44689 }
44690 \end_layout
44691
44692 \end_inset
44693
44694  NavyBlue
44695 \end_layout
44696
44697 \end_inset
44698 </cell>
44699 <cell alignment="left" valignment="top" usebox="none">
44700 \begin_inset Text
44701
44702 \begin_layout Plain Layout
44703 \begin_inset ERT
44704 status collapsed
44705
44706 \begin_layout Plain Layout
44707
44708
44709 \backslash
44710 fcolorbox{black}{
44711 \end_layout
44712
44713 \end_inset
44714
44715 OliveGreen
44716 \begin_inset ERT
44717 status collapsed
44718
44719 \begin_layout Plain Layout
44720
44721 }{
44722 \end_layout
44723
44724 \end_inset
44725
44726
44727 \begin_inset Phantom Phantom
44728 status open
44729
44730 \begin_layout Plain Layout
44731 W
44732 \end_layout
44733
44734 \end_inset
44735
44736
44737 \begin_inset ERT
44738 status collapsed
44739
44740 \begin_layout Plain Layout
44741
44742 }
44743 \end_layout
44744
44745 \end_inset
44746
44747  OliveGreen
44748 \end_layout
44749
44750 \end_inset
44751 </cell>
44752 <cell alignment="left" valignment="top" usebox="none">
44753 \begin_inset Text
44754
44755 \begin_layout Plain Layout
44756 \begin_inset ERT
44757 status collapsed
44758
44759 \begin_layout Plain Layout
44760
44761
44762 \backslash
44763 fcolorbox{black}{
44764 \end_layout
44765
44766 \end_inset
44767
44768 Orange
44769 \begin_inset ERT
44770 status collapsed
44771
44772 \begin_layout Plain Layout
44773
44774 }{
44775 \end_layout
44776
44777 \end_inset
44778
44779
44780 \begin_inset Phantom Phantom
44781 status open
44782
44783 \begin_layout Plain Layout
44784 W
44785 \end_layout
44786
44787 \end_inset
44788
44789
44790 \begin_inset ERT
44791 status collapsed
44792
44793 \begin_layout Plain Layout
44794
44795 }
44796 \end_layout
44797
44798 \end_inset
44799
44800  Orange
44801 \end_layout
44802
44803 \end_inset
44804 </cell>
44805 </row>
44806 <row>
44807 <cell alignment="left" valignment="top" usebox="none">
44808 \begin_inset Text
44809
44810 \begin_layout Plain Layout
44811 \begin_inset ERT
44812 status collapsed
44813
44814 \begin_layout Plain Layout
44815
44816
44817 \backslash
44818 fcolorbox{black}{
44819 \end_layout
44820
44821 \end_inset
44822
44823 OrangeRed
44824 \begin_inset ERT
44825 status collapsed
44826
44827 \begin_layout Plain Layout
44828
44829 }{
44830 \end_layout
44831
44832 \end_inset
44833
44834
44835 \begin_inset Phantom Phantom
44836 status open
44837
44838 \begin_layout Plain Layout
44839 W
44840 \end_layout
44841
44842 \end_inset
44843
44844
44845 \begin_inset ERT
44846 status collapsed
44847
44848 \begin_layout Plain Layout
44849
44850 }
44851 \end_layout
44852
44853 \end_inset
44854
44855  OrangeRed
44856 \end_layout
44857
44858 \end_inset
44859 </cell>
44860 <cell alignment="left" valignment="top" usebox="none">
44861 \begin_inset Text
44862
44863 \begin_layout Plain Layout
44864 \begin_inset ERT
44865 status collapsed
44866
44867 \begin_layout Plain Layout
44868
44869
44870 \backslash
44871 fcolorbox{black}{
44872 \end_layout
44873
44874 \end_inset
44875
44876 Orchid
44877 \begin_inset ERT
44878 status collapsed
44879
44880 \begin_layout Plain Layout
44881
44882 }{
44883 \end_layout
44884
44885 \end_inset
44886
44887
44888 \begin_inset Phantom Phantom
44889 status open
44890
44891 \begin_layout Plain Layout
44892 W
44893 \end_layout
44894
44895 \end_inset
44896
44897
44898 \begin_inset ERT
44899 status collapsed
44900
44901 \begin_layout Plain Layout
44902
44903 }
44904 \end_layout
44905
44906 \end_inset
44907
44908  Orchid
44909 \end_layout
44910
44911 \end_inset
44912 </cell>
44913 <cell alignment="left" valignment="top" usebox="none">
44914 \begin_inset Text
44915
44916 \begin_layout Plain Layout
44917 \begin_inset ERT
44918 status collapsed
44919
44920 \begin_layout Plain Layout
44921
44922
44923 \backslash
44924 fcolorbox{black}{
44925 \end_layout
44926
44927 \end_inset
44928
44929 Peach
44930 \begin_inset ERT
44931 status collapsed
44932
44933 \begin_layout Plain Layout
44934
44935 }{
44936 \end_layout
44937
44938 \end_inset
44939
44940
44941 \begin_inset Phantom Phantom
44942 status open
44943
44944 \begin_layout Plain Layout
44945 W
44946 \end_layout
44947
44948 \end_inset
44949
44950
44951 \begin_inset ERT
44952 status collapsed
44953
44954 \begin_layout Plain Layout
44955
44956 }
44957 \end_layout
44958
44959 \end_inset
44960
44961  Peach
44962 \end_layout
44963
44964 \end_inset
44965 </cell>
44966 <cell alignment="left" valignment="top" usebox="none">
44967 \begin_inset Text
44968
44969 \begin_layout Plain Layout
44970 \begin_inset ERT
44971 status collapsed
44972
44973 \begin_layout Plain Layout
44974
44975
44976 \backslash
44977 fcolorbox{black}{
44978 \end_layout
44979
44980 \end_inset
44981
44982 Periwinkle
44983 \begin_inset ERT
44984 status collapsed
44985
44986 \begin_layout Plain Layout
44987
44988 }{
44989 \end_layout
44990
44991 \end_inset
44992
44993
44994 \begin_inset Phantom Phantom
44995 status open
44996
44997 \begin_layout Plain Layout
44998 W
44999 \end_layout
45000
45001 \end_inset
45002
45003
45004 \begin_inset ERT
45005 status collapsed
45006
45007 \begin_layout Plain Layout
45008
45009 }
45010 \end_layout
45011
45012 \end_inset
45013
45014  Periwinkle
45015 \end_layout
45016
45017 \end_inset
45018 </cell>
45019 </row>
45020 <row>
45021 <cell alignment="left" valignment="top" usebox="none">
45022 \begin_inset Text
45023
45024 \begin_layout Plain Layout
45025 \begin_inset ERT
45026 status collapsed
45027
45028 \begin_layout Plain Layout
45029
45030
45031 \backslash
45032 fcolorbox{black}{
45033 \end_layout
45034
45035 \end_inset
45036
45037 PineGreen
45038 \begin_inset ERT
45039 status collapsed
45040
45041 \begin_layout Plain Layout
45042
45043 }{
45044 \end_layout
45045
45046 \end_inset
45047
45048
45049 \begin_inset Phantom Phantom
45050 status open
45051
45052 \begin_layout Plain Layout
45053 W
45054 \end_layout
45055
45056 \end_inset
45057
45058
45059 \begin_inset ERT
45060 status collapsed
45061
45062 \begin_layout Plain Layout
45063
45064 }
45065 \end_layout
45066
45067 \end_inset
45068
45069  PineGreen
45070 \end_layout
45071
45072 \end_inset
45073 </cell>
45074 <cell alignment="left" valignment="top" usebox="none">
45075 \begin_inset Text
45076
45077 \begin_layout Plain Layout
45078 \begin_inset ERT
45079 status collapsed
45080
45081 \begin_layout Plain Layout
45082
45083
45084 \backslash
45085 fcolorbox{black}{
45086 \end_layout
45087
45088 \end_inset
45089
45090 Plum
45091 \begin_inset ERT
45092 status collapsed
45093
45094 \begin_layout Plain Layout
45095
45096 }{
45097 \end_layout
45098
45099 \end_inset
45100
45101
45102 \begin_inset Phantom Phantom
45103 status open
45104
45105 \begin_layout Plain Layout
45106 W
45107 \end_layout
45108
45109 \end_inset
45110
45111
45112 \begin_inset ERT
45113 status collapsed
45114
45115 \begin_layout Plain Layout
45116
45117 }
45118 \end_layout
45119
45120 \end_inset
45121
45122  Plum
45123 \end_layout
45124
45125 \end_inset
45126 </cell>
45127 <cell alignment="left" valignment="top" usebox="none">
45128 \begin_inset Text
45129
45130 \begin_layout Plain Layout
45131 \begin_inset ERT
45132 status collapsed
45133
45134 \begin_layout Plain Layout
45135
45136
45137 \backslash
45138 fcolorbox{black}{
45139 \end_layout
45140
45141 \end_inset
45142
45143 ProcessBlue
45144 \begin_inset ERT
45145 status collapsed
45146
45147 \begin_layout Plain Layout
45148
45149 }{
45150 \end_layout
45151
45152 \end_inset
45153
45154
45155 \begin_inset Phantom Phantom
45156 status open
45157
45158 \begin_layout Plain Layout
45159 W
45160 \end_layout
45161
45162 \end_inset
45163
45164
45165 \begin_inset ERT
45166 status collapsed
45167
45168 \begin_layout Plain Layout
45169
45170 }
45171 \end_layout
45172
45173 \end_inset
45174
45175  ProcessBlue
45176 \end_layout
45177
45178 \end_inset
45179 </cell>
45180 <cell alignment="left" valignment="top" usebox="none">
45181 \begin_inset Text
45182
45183 \begin_layout Plain Layout
45184 \begin_inset ERT
45185 status collapsed
45186
45187 \begin_layout Plain Layout
45188
45189
45190 \backslash
45191 fcolorbox{black}{
45192 \end_layout
45193
45194 \end_inset
45195
45196 Purple
45197 \begin_inset ERT
45198 status collapsed
45199
45200 \begin_layout Plain Layout
45201
45202 }{
45203 \end_layout
45204
45205 \end_inset
45206
45207
45208 \begin_inset Phantom Phantom
45209 status open
45210
45211 \begin_layout Plain Layout
45212 W
45213 \end_layout
45214
45215 \end_inset
45216
45217
45218 \begin_inset ERT
45219 status collapsed
45220
45221 \begin_layout Plain Layout
45222
45223 }
45224 \end_layout
45225
45226 \end_inset
45227
45228  Purple
45229 \end_layout
45230
45231 \end_inset
45232 </cell>
45233 </row>
45234 <row>
45235 <cell alignment="left" valignment="top" usebox="none">
45236 \begin_inset Text
45237
45238 \begin_layout Plain Layout
45239 \begin_inset ERT
45240 status collapsed
45241
45242 \begin_layout Plain Layout
45243
45244
45245 \backslash
45246 fcolorbox{black}{
45247 \end_layout
45248
45249 \end_inset
45250
45251 RawSienna
45252 \begin_inset ERT
45253 status collapsed
45254
45255 \begin_layout Plain Layout
45256
45257 }{
45258 \end_layout
45259
45260 \end_inset
45261
45262
45263 \begin_inset Phantom Phantom
45264 status open
45265
45266 \begin_layout Plain Layout
45267 W
45268 \end_layout
45269
45270 \end_inset
45271
45272
45273 \begin_inset ERT
45274 status collapsed
45275
45276 \begin_layout Plain Layout
45277
45278 }
45279 \end_layout
45280
45281 \end_inset
45282
45283  RawSienna
45284 \end_layout
45285
45286 \end_inset
45287 </cell>
45288 <cell alignment="left" valignment="top" usebox="none">
45289 \begin_inset Text
45290
45291 \begin_layout Plain Layout
45292 \begin_inset ERT
45293 status collapsed
45294
45295 \begin_layout Plain Layout
45296
45297
45298 \backslash
45299 fcolorbox{black}{
45300 \end_layout
45301
45302 \end_inset
45303
45304 RedOrange
45305 \begin_inset ERT
45306 status collapsed
45307
45308 \begin_layout Plain Layout
45309
45310 }{
45311 \end_layout
45312
45313 \end_inset
45314
45315
45316 \begin_inset Phantom Phantom
45317 status open
45318
45319 \begin_layout Plain Layout
45320 W
45321 \end_layout
45322
45323 \end_inset
45324
45325
45326 \begin_inset ERT
45327 status collapsed
45328
45329 \begin_layout Plain Layout
45330
45331 }
45332 \end_layout
45333
45334 \end_inset
45335
45336  RedOrange
45337 \end_layout
45338
45339 \end_inset
45340 </cell>
45341 <cell alignment="left" valignment="top" usebox="none">
45342 \begin_inset Text
45343
45344 \begin_layout Plain Layout
45345 \begin_inset ERT
45346 status collapsed
45347
45348 \begin_layout Plain Layout
45349
45350
45351 \backslash
45352 fcolorbox{black}{
45353 \end_layout
45354
45355 \end_inset
45356
45357 RedViolet
45358 \begin_inset ERT
45359 status collapsed
45360
45361 \begin_layout Plain Layout
45362
45363 }{
45364 \end_layout
45365
45366 \end_inset
45367
45368
45369 \begin_inset Phantom Phantom
45370 status open
45371
45372 \begin_layout Plain Layout
45373 W
45374 \end_layout
45375
45376 \end_inset
45377
45378
45379 \begin_inset ERT
45380 status collapsed
45381
45382 \begin_layout Plain Layout
45383
45384 }
45385 \end_layout
45386
45387 \end_inset
45388
45389  RedViolet
45390 \end_layout
45391
45392 \end_inset
45393 </cell>
45394 <cell alignment="left" valignment="top" usebox="none">
45395 \begin_inset Text
45396
45397 \begin_layout Plain Layout
45398 \begin_inset ERT
45399 status collapsed
45400
45401 \begin_layout Plain Layout
45402
45403
45404 \backslash
45405 fcolorbox{black}{
45406 \end_layout
45407
45408 \end_inset
45409
45410 Rhodamine
45411 \begin_inset ERT
45412 status collapsed
45413
45414 \begin_layout Plain Layout
45415
45416 }{
45417 \end_layout
45418
45419 \end_inset
45420
45421
45422 \begin_inset Phantom Phantom
45423 status open
45424
45425 \begin_layout Plain Layout
45426 W
45427 \end_layout
45428
45429 \end_inset
45430
45431
45432 \begin_inset ERT
45433 status collapsed
45434
45435 \begin_layout Plain Layout
45436
45437 }
45438 \end_layout
45439
45440 \end_inset
45441
45442  Rhodamine
45443 \end_layout
45444
45445 \end_inset
45446 </cell>
45447 </row>
45448 <row>
45449 <cell alignment="left" valignment="top" usebox="none">
45450 \begin_inset Text
45451
45452 \begin_layout Plain Layout
45453 \begin_inset ERT
45454 status collapsed
45455
45456 \begin_layout Plain Layout
45457
45458
45459 \backslash
45460 fcolorbox{black}{
45461 \end_layout
45462
45463 \end_inset
45464
45465 RoyalBlue
45466 \begin_inset ERT
45467 status collapsed
45468
45469 \begin_layout Plain Layout
45470
45471 }{
45472 \end_layout
45473
45474 \end_inset
45475
45476
45477 \begin_inset Phantom Phantom
45478 status open
45479
45480 \begin_layout Plain Layout
45481 W
45482 \end_layout
45483
45484 \end_inset
45485
45486
45487 \begin_inset ERT
45488 status collapsed
45489
45490 \begin_layout Plain Layout
45491
45492 }
45493 \end_layout
45494
45495 \end_inset
45496
45497  RoyalBlue
45498 \end_layout
45499
45500 \end_inset
45501 </cell>
45502 <cell alignment="left" valignment="top" usebox="none">
45503 \begin_inset Text
45504
45505 \begin_layout Plain Layout
45506 \begin_inset ERT
45507 status collapsed
45508
45509 \begin_layout Plain Layout
45510
45511
45512 \backslash
45513 fcolorbox{black}{
45514 \end_layout
45515
45516 \end_inset
45517
45518 RoyalPurple
45519 \begin_inset ERT
45520 status collapsed
45521
45522 \begin_layout Plain Layout
45523
45524 }{
45525 \end_layout
45526
45527 \end_inset
45528
45529
45530 \begin_inset Phantom Phantom
45531 status open
45532
45533 \begin_layout Plain Layout
45534 W
45535 \end_layout
45536
45537 \end_inset
45538
45539
45540 \begin_inset ERT
45541 status collapsed
45542
45543 \begin_layout Plain Layout
45544
45545 }
45546 \end_layout
45547
45548 \end_inset
45549
45550  RoyalPurple
45551 \end_layout
45552
45553 \end_inset
45554 </cell>
45555 <cell alignment="left" valignment="top" usebox="none">
45556 \begin_inset Text
45557
45558 \begin_layout Plain Layout
45559 \begin_inset ERT
45560 status collapsed
45561
45562 \begin_layout Plain Layout
45563
45564
45565 \backslash
45566 fcolorbox{black}{
45567 \end_layout
45568
45569 \end_inset
45570
45571 RubineRed
45572 \begin_inset ERT
45573 status collapsed
45574
45575 \begin_layout Plain Layout
45576
45577 }{
45578 \end_layout
45579
45580 \end_inset
45581
45582
45583 \begin_inset Phantom Phantom
45584 status open
45585
45586 \begin_layout Plain Layout
45587 W
45588 \end_layout
45589
45590 \end_inset
45591
45592
45593 \begin_inset ERT
45594 status collapsed
45595
45596 \begin_layout Plain Layout
45597
45598 }
45599 \end_layout
45600
45601 \end_inset
45602
45603  RubineRed
45604 \end_layout
45605
45606 \end_inset
45607 </cell>
45608 <cell alignment="left" valignment="top" usebox="none">
45609 \begin_inset Text
45610
45611 \begin_layout Plain Layout
45612 \begin_inset ERT
45613 status collapsed
45614
45615 \begin_layout Plain Layout
45616
45617
45618 \backslash
45619 fcolorbox{black}{
45620 \end_layout
45621
45622 \end_inset
45623
45624 Salmon
45625 \begin_inset ERT
45626 status collapsed
45627
45628 \begin_layout Plain Layout
45629
45630 }{
45631 \end_layout
45632
45633 \end_inset
45634
45635
45636 \begin_inset Phantom Phantom
45637 status open
45638
45639 \begin_layout Plain Layout
45640 W
45641 \end_layout
45642
45643 \end_inset
45644
45645
45646 \begin_inset ERT
45647 status collapsed
45648
45649 \begin_layout Plain Layout
45650
45651 }
45652 \end_layout
45653
45654 \end_inset
45655
45656  Salmon
45657 \end_layout
45658
45659 \end_inset
45660 </cell>
45661 </row>
45662 <row>
45663 <cell alignment="left" valignment="top" usebox="none">
45664 \begin_inset Text
45665
45666 \begin_layout Plain Layout
45667 \begin_inset ERT
45668 status collapsed
45669
45670 \begin_layout Plain Layout
45671
45672
45673 \backslash
45674 fcolorbox{black}{
45675 \end_layout
45676
45677 \end_inset
45678
45679 SeaGreen
45680 \begin_inset ERT
45681 status collapsed
45682
45683 \begin_layout Plain Layout
45684
45685 }{
45686 \end_layout
45687
45688 \end_inset
45689
45690
45691 \begin_inset Phantom Phantom
45692 status open
45693
45694 \begin_layout Plain Layout
45695 W
45696 \end_layout
45697
45698 \end_inset
45699
45700
45701 \begin_inset ERT
45702 status collapsed
45703
45704 \begin_layout Plain Layout
45705
45706 }
45707 \end_layout
45708
45709 \end_inset
45710
45711  SeaGreen
45712 \end_layout
45713
45714 \end_inset
45715 </cell>
45716 <cell alignment="left" valignment="top" usebox="none">
45717 \begin_inset Text
45718
45719 \begin_layout Plain Layout
45720 \begin_inset ERT
45721 status collapsed
45722
45723 \begin_layout Plain Layout
45724
45725
45726 \backslash
45727 fcolorbox{black}{
45728 \end_layout
45729
45730 \end_inset
45731
45732 Sepia
45733 \begin_inset ERT
45734 status collapsed
45735
45736 \begin_layout Plain Layout
45737
45738 }{
45739 \end_layout
45740
45741 \end_inset
45742
45743
45744 \begin_inset Phantom Phantom
45745 status open
45746
45747 \begin_layout Plain Layout
45748 W
45749 \end_layout
45750
45751 \end_inset
45752
45753
45754 \begin_inset ERT
45755 status collapsed
45756
45757 \begin_layout Plain Layout
45758
45759 }
45760 \end_layout
45761
45762 \end_inset
45763
45764  Sepia
45765 \end_layout
45766
45767 \end_inset
45768 </cell>
45769 <cell alignment="left" valignment="top" usebox="none">
45770 \begin_inset Text
45771
45772 \begin_layout Plain Layout
45773 \begin_inset ERT
45774 status collapsed
45775
45776 \begin_layout Plain Layout
45777
45778
45779 \backslash
45780 fcolorbox{black}{
45781 \end_layout
45782
45783 \end_inset
45784
45785 SkyBlue
45786 \begin_inset ERT
45787 status collapsed
45788
45789 \begin_layout Plain Layout
45790
45791 }{
45792 \end_layout
45793
45794 \end_inset
45795
45796
45797 \begin_inset Phantom Phantom
45798 status open
45799
45800 \begin_layout Plain Layout
45801 W
45802 \end_layout
45803
45804 \end_inset
45805
45806
45807 \begin_inset ERT
45808 status collapsed
45809
45810 \begin_layout Plain Layout
45811
45812 }
45813 \end_layout
45814
45815 \end_inset
45816
45817  SkyBlue
45818 \end_layout
45819
45820 \end_inset
45821 </cell>
45822 <cell alignment="left" valignment="top" usebox="none">
45823 \begin_inset Text
45824
45825 \begin_layout Plain Layout
45826 \begin_inset ERT
45827 status collapsed
45828
45829 \begin_layout Plain Layout
45830
45831
45832 \backslash
45833 fcolorbox{black}{
45834 \end_layout
45835
45836 \end_inset
45837
45838 SpringGreen
45839 \begin_inset ERT
45840 status collapsed
45841
45842 \begin_layout Plain Layout
45843
45844 }{
45845 \end_layout
45846
45847 \end_inset
45848
45849
45850 \begin_inset Phantom Phantom
45851 status open
45852
45853 \begin_layout Plain Layout
45854 W
45855 \end_layout
45856
45857 \end_inset
45858
45859
45860 \begin_inset ERT
45861 status collapsed
45862
45863 \begin_layout Plain Layout
45864
45865 }
45866 \end_layout
45867
45868 \end_inset
45869
45870  SpringGreen
45871 \end_layout
45872
45873 \end_inset
45874 </cell>
45875 </row>
45876 <row>
45877 <cell alignment="left" valignment="top" usebox="none">
45878 \begin_inset Text
45879
45880 \begin_layout Plain Layout
45881 \begin_inset ERT
45882 status collapsed
45883
45884 \begin_layout Plain Layout
45885
45886
45887 \backslash
45888 fcolorbox{black}{
45889 \end_layout
45890
45891 \end_inset
45892
45893 Tan
45894 \begin_inset ERT
45895 status collapsed
45896
45897 \begin_layout Plain Layout
45898
45899 }{
45900 \end_layout
45901
45902 \end_inset
45903
45904
45905 \begin_inset Phantom Phantom
45906 status open
45907
45908 \begin_layout Plain Layout
45909 W
45910 \end_layout
45911
45912 \end_inset
45913
45914
45915 \begin_inset ERT
45916 status collapsed
45917
45918 \begin_layout Plain Layout
45919
45920 }
45921 \end_layout
45922
45923 \end_inset
45924
45925  Tan
45926 \end_layout
45927
45928 \end_inset
45929 </cell>
45930 <cell alignment="left" valignment="top" usebox="none">
45931 \begin_inset Text
45932
45933 \begin_layout Plain Layout
45934 \begin_inset ERT
45935 status collapsed
45936
45937 \begin_layout Plain Layout
45938
45939
45940 \backslash
45941 fcolorbox{black}{
45942 \end_layout
45943
45944 \end_inset
45945
45946 TealBlue
45947 \begin_inset ERT
45948 status collapsed
45949
45950 \begin_layout Plain Layout
45951
45952 }{
45953 \end_layout
45954
45955 \end_inset
45956
45957
45958 \begin_inset Phantom Phantom
45959 status open
45960
45961 \begin_layout Plain Layout
45962 W
45963 \end_layout
45964
45965 \end_inset
45966
45967
45968 \begin_inset ERT
45969 status collapsed
45970
45971 \begin_layout Plain Layout
45972
45973 }
45974 \end_layout
45975
45976 \end_inset
45977
45978  TealBlue
45979 \end_layout
45980
45981 \end_inset
45982 </cell>
45983 <cell alignment="left" valignment="top" usebox="none">
45984 \begin_inset Text
45985
45986 \begin_layout Plain Layout
45987 \begin_inset ERT
45988 status collapsed
45989
45990 \begin_layout Plain Layout
45991
45992
45993 \backslash
45994 fcolorbox{black}{
45995 \end_layout
45996
45997 \end_inset
45998
45999 Thistle
46000 \begin_inset ERT
46001 status collapsed
46002
46003 \begin_layout Plain Layout
46004
46005 }{
46006 \end_layout
46007
46008 \end_inset
46009
46010
46011 \begin_inset Phantom Phantom
46012 status open
46013
46014 \begin_layout Plain Layout
46015 W
46016 \end_layout
46017
46018 \end_inset
46019
46020
46021 \begin_inset ERT
46022 status collapsed
46023
46024 \begin_layout Plain Layout
46025
46026 }
46027 \end_layout
46028
46029 \end_inset
46030
46031  Thistle
46032 \end_layout
46033
46034 \end_inset
46035 </cell>
46036 <cell alignment="left" valignment="top" usebox="none">
46037 \begin_inset Text
46038
46039 \begin_layout Plain Layout
46040 \begin_inset ERT
46041 status collapsed
46042
46043 \begin_layout Plain Layout
46044
46045
46046 \backslash
46047 fcolorbox{black}{
46048 \end_layout
46049
46050 \end_inset
46051
46052 Turquoise
46053 \begin_inset ERT
46054 status collapsed
46055
46056 \begin_layout Plain Layout
46057
46058 }{
46059 \end_layout
46060
46061 \end_inset
46062
46063
46064 \begin_inset Phantom Phantom
46065 status open
46066
46067 \begin_layout Plain Layout
46068 W
46069 \end_layout
46070
46071 \end_inset
46072
46073
46074 \begin_inset ERT
46075 status collapsed
46076
46077 \begin_layout Plain Layout
46078
46079 }
46080 \end_layout
46081
46082 \end_inset
46083
46084  Turquoise
46085 \end_layout
46086
46087 \end_inset
46088 </cell>
46089 </row>
46090 <row>
46091 <cell alignment="left" valignment="top" usebox="none">
46092 \begin_inset Text
46093
46094 \begin_layout Plain Layout
46095 \begin_inset ERT
46096 status collapsed
46097
46098 \begin_layout Plain Layout
46099
46100
46101 \backslash
46102 fcolorbox{black}{
46103 \end_layout
46104
46105 \end_inset
46106
46107 Violet
46108 \begin_inset ERT
46109 status collapsed
46110
46111 \begin_layout Plain Layout
46112
46113 }{
46114 \end_layout
46115
46116 \end_inset
46117
46118
46119 \begin_inset Phantom Phantom
46120 status open
46121
46122 \begin_layout Plain Layout
46123 W
46124 \end_layout
46125
46126 \end_inset
46127
46128
46129 \begin_inset ERT
46130 status collapsed
46131
46132 \begin_layout Plain Layout
46133
46134 }
46135 \end_layout
46136
46137 \end_inset
46138
46139  Violet
46140 \end_layout
46141
46142 \end_inset
46143 </cell>
46144 <cell alignment="left" valignment="top" usebox="none">
46145 \begin_inset Text
46146
46147 \begin_layout Plain Layout
46148 \begin_inset ERT
46149 status collapsed
46150
46151 \begin_layout Plain Layout
46152
46153
46154 \backslash
46155 fcolorbox{black}{
46156 \end_layout
46157
46158 \end_inset
46159
46160 VioletRed
46161 \begin_inset ERT
46162 status collapsed
46163
46164 \begin_layout Plain Layout
46165
46166 }{
46167 \end_layout
46168
46169 \end_inset
46170
46171
46172 \begin_inset Phantom Phantom
46173 status open
46174
46175 \begin_layout Plain Layout
46176 W
46177 \end_layout
46178
46179 \end_inset
46180
46181
46182 \begin_inset ERT
46183 status collapsed
46184
46185 \begin_layout Plain Layout
46186
46187 }
46188 \end_layout
46189
46190 \end_inset
46191
46192  VioletRed
46193 \end_layout
46194
46195 \end_inset
46196 </cell>
46197 <cell alignment="left" valignment="top" usebox="none">
46198 \begin_inset Text
46199
46200 \begin_layout Plain Layout
46201 \begin_inset ERT
46202 status collapsed
46203
46204 \begin_layout Plain Layout
46205
46206
46207 \backslash
46208 fcolorbox{black}{
46209 \end_layout
46210
46211 \end_inset
46212
46213 WildStrawberry
46214 \begin_inset ERT
46215 status collapsed
46216
46217 \begin_layout Plain Layout
46218
46219 }{
46220 \end_layout
46221
46222 \end_inset
46223
46224
46225 \begin_inset Phantom Phantom
46226 status open
46227
46228 \begin_layout Plain Layout
46229 W
46230 \end_layout
46231
46232 \end_inset
46233
46234
46235 \begin_inset ERT
46236 status collapsed
46237
46238 \begin_layout Plain Layout
46239
46240 }
46241 \end_layout
46242
46243 \end_inset
46244
46245  WildStrawberry
46246 \end_layout
46247
46248 \end_inset
46249 </cell>
46250 <cell alignment="left" valignment="top" usebox="none">
46251 \begin_inset Text
46252
46253 \begin_layout Plain Layout
46254 \begin_inset ERT
46255 status collapsed
46256
46257 \begin_layout Plain Layout
46258
46259
46260 \backslash
46261 fcolorbox{black}{
46262 \end_layout
46263
46264 \end_inset
46265
46266 YellowGreen
46267 \begin_inset ERT
46268 status collapsed
46269
46270 \begin_layout Plain Layout
46271
46272 }{
46273 \end_layout
46274
46275 \end_inset
46276
46277
46278 \begin_inset Phantom Phantom
46279 status open
46280
46281 \begin_layout Plain Layout
46282 W
46283 \end_layout
46284
46285 \end_inset
46286
46287
46288 \begin_inset ERT
46289 status collapsed
46290
46291 \begin_layout Plain Layout
46292
46293 }
46294 \end_layout
46295
46296 \end_inset
46297
46298  YellowGreen
46299 \end_layout
46300
46301 \end_inset
46302 </cell>
46303 </row>
46304 <row>
46305 <cell alignment="left" valignment="top" usebox="none">
46306 \begin_inset Text
46307
46308 \begin_layout Plain Layout
46309 \begin_inset ERT
46310 status collapsed
46311
46312 \begin_layout Plain Layout
46313
46314
46315 \backslash
46316 fcolorbox{black}{
46317 \end_layout
46318
46319 \end_inset
46320
46321 YellowOrange
46322 \begin_inset ERT
46323 status collapsed
46324
46325 \begin_layout Plain Layout
46326
46327 }{
46328 \end_layout
46329
46330 \end_inset
46331
46332
46333 \begin_inset Phantom Phantom
46334 status open
46335
46336 \begin_layout Plain Layout
46337 W
46338 \end_layout
46339
46340 \end_inset
46341
46342
46343 \begin_inset ERT
46344 status collapsed
46345
46346 \begin_layout Plain Layout
46347
46348 }
46349 \end_layout
46350
46351 \end_inset
46352
46353  YellowOrange
46354 \end_layout
46355
46356 \end_inset
46357 </cell>
46358 <cell alignment="left" valignment="top" usebox="none">
46359 \begin_inset Text
46360
46361 \begin_layout Plain Layout
46362
46363 \end_layout
46364
46365 \end_inset
46366 </cell>
46367 <cell alignment="left" valignment="top" usebox="none">
46368 \begin_inset Text
46369
46370 \begin_layout Plain Layout
46371
46372 \end_layout
46373
46374 \end_inset
46375 </cell>
46376 <cell alignment="left" valignment="top" usebox="none">
46377 \begin_inset Text
46378
46379 \begin_layout Plain Layout
46380
46381 \end_layout
46382
46383 \end_inset
46384 </cell>
46385 </row>
46386 </lyxtabular>
46387
46388 \end_inset
46389
46390
46391 \end_layout
46392
46393 \begin_layout Chapter
46394 Explanation of Equation
46395 \begin_inset space ~
46396 \end_inset
46397
46398 (
46399 \begin_inset CommandInset ref
46400 LatexCommand ref
46401 reference "eq:Wgn"
46402
46403 \end_inset
46404
46405 )
46406 \begin_inset CommandInset label
46407 LatexCommand label
46408 name "cha:Explanation-of-Equation"
46409
46410 \end_inset
46411
46412
46413 \end_layout
46414
46415 \begin_layout Standard
46416 We can calculate the total width of 
46417 \emph on
46418 n
46419 \emph default
46420  table cells 
46421 \begin_inset Formula $W_{\mathrm{tot\,n}}$
46422 \end_inset
46423
46424  as follows:
46425 \begin_inset Formula 
46426 \begin{equation}
46427 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
46428 \end{equation}
46429
46430 \end_inset
46431
46432 where 
46433 \begin_inset Formula $W_{g\,n}$
46434 \end_inset
46435
46436  is the given width of all cells, 
46437 \series bold
46438
46439 \backslash
46440 tabcolsep
46441 \series default
46442  is the \SpecialChar LaTeX
46443 -length between the cell text and the cell border (its default value
46444  is 6
46445 \begin_inset space \thinspace{}
46446 \end_inset
46447
46448 pt).
46449  
46450 \series bold
46451
46452 \backslash
46453 arrayrulewidth
46454 \series default
46455  is the thickness of the cell border line, the default is 0.4
46456 \begin_inset space \thinspace{}
46457 \end_inset
46458
46459 pt.
46460 \end_layout
46461
46462 \begin_layout Standard
46463 Following equation
46464 \begin_inset space ~
46465 \end_inset
46466
46467
46468 \begin_inset CommandInset ref
46469 LatexCommand eqref
46470 reference "eq:Wtot_n"
46471
46472 \end_inset
46473
46474 , the total width of a multicolumn 
46475 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
46476 \end_inset
46477
46478  is
46479 \begin_inset Formula 
46480 \begin{equation}
46481 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46482 \end{equation}
46483
46484 \end_inset
46485
46486
46487 \end_layout
46488
46489 \begin_layout Standard
46490 By setting equation
46491 \begin_inset space ~
46492 \end_inset
46493
46494
46495 \begin_inset CommandInset ref
46496 LatexCommand eqref
46497 reference "eq:Wtot_n"
46498
46499 \end_inset
46500
46501  and 
46502 \begin_inset CommandInset ref
46503 LatexCommand eqref
46504 reference "eq:Wtot_mult"
46505
46506 \end_inset
46507
46508  equal we can calculate the needed given width 
46509 \begin_inset Formula $W_{g\,n}$
46510 \end_inset
46511
46512  when 
46513 \emph on
46514 n
46515 \emph default
46516  columns are spanned, so that each column has a total width of 
46517 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
46518 \end_inset
46519
46520 :
46521 \begin_inset Formula 
46522 \begin{equation}
46523 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46524 \end{equation}
46525
46526 \end_inset
46527
46528
46529 \end_layout
46530
46531 \begin_layout Bibliography
46532 \begin_inset CommandInset bibitem
46533 LatexCommand bibitem
46534 key "latexcompanion"
46535
46536 \end_inset
46537
46538 Frank Mittelbach and Michel Goossens: 
46539 \emph on
46540 The \SpecialChar LaTeX
46541  Companion Second Edition.
46542
46543 \emph default
46544  Addison-Wesley, 2004
46545 \end_layout
46546
46547 \begin_layout Bibliography
46548 \begin_inset CommandInset bibitem
46549 LatexCommand bibitem
46550 key "latexguide"
46551
46552 \end_inset
46553
46554 Helmut Kopka and Patrick W.
46555  Daly: 
46556 \emph on
46557 A Guide to \SpecialChar LaTeX
46558  Fourth Edition.
46559
46560 \emph default
46561  Addison-Wesley, 2003
46562 \end_layout
46563
46564 \begin_layout Bibliography
46565 \begin_inset CommandInset bibitem
46566 LatexCommand bibitem
46567 key "latexbook"
46568
46569 \end_inset
46570
46571 Leslie Lamport: 
46572 \emph on
46573 \SpecialChar LaTeX
46574 : A Document Preparation System.
46575
46576 \emph default
46577  Addison-Wesley, second edition, 1994
46578 \end_layout
46579
46580 \begin_layout Bibliography
46581 \begin_inset CommandInset bibitem
46582 LatexCommand bibitem
46583 key "arydshln"
46584
46585 \end_inset
46586
46587 Documentation of the \SpecialChar LaTeX
46588 -package 
46589 \series bold
46590
46591 \begin_inset CommandInset href
46592 LatexCommand href
46593 name "arydshln"
46594 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46595
46596 \end_inset
46597
46598
46599 \series default
46600
46601 \begin_inset Index idx
46602 status collapsed
46603
46604 \begin_layout Plain Layout
46605 \SpecialChar LaTeX
46606 -packages ! arydshln
46607 \end_layout
46608
46609 \end_inset
46610
46611
46612 \end_layout
46613
46614 \begin_layout Bibliography
46615 \begin_inset CommandInset bibitem
46616 LatexCommand bibitem
46617 key "booktabs"
46618
46619 \end_inset
46620
46621 Documentation of the \SpecialChar LaTeX
46622 -package 
46623 \series bold
46624
46625 \begin_inset CommandInset href
46626 LatexCommand href
46627 name "booktabs"
46628 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46629
46630 \end_inset
46631
46632
46633 \series default
46634
46635 \begin_inset Index idx
46636 status collapsed
46637
46638 \begin_layout Plain Layout
46639 \SpecialChar LaTeX
46640 -packages ! booktabs
46641 \end_layout
46642
46643 \end_inset
46644
46645
46646 \end_layout
46647
46648 \begin_layout Bibliography
46649 \begin_inset CommandInset bibitem
46650 LatexCommand bibitem
46651 key "caption"
46652
46653 \end_inset
46654
46655 Documentation of the \SpecialChar LaTeX
46656 -package 
46657 \series bold
46658
46659 \begin_inset CommandInset href
46660 LatexCommand href
46661 name "caption"
46662 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46663
46664 \end_inset
46665
46666
46667 \series default
46668
46669 \begin_inset Index idx
46670 status collapsed
46671
46672 \begin_layout Plain Layout
46673 \SpecialChar LaTeX
46674 -packages ! caption
46675 \end_layout
46676
46677 \end_inset
46678
46679
46680 \end_layout
46681
46682 \begin_layout Bibliography
46683 \begin_inset CommandInset bibitem
46684 LatexCommand bibitem
46685 key "diagbox"
46686
46687 \end_inset
46688
46689 Documentation of the \SpecialChar LaTeX
46690 -package 
46691 \series bold
46692
46693 \begin_inset CommandInset href
46694 LatexCommand href
46695 name "diagbox"
46696 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46697
46698 \end_inset
46699
46700
46701 \series default
46702
46703 \begin_inset Index idx
46704 status collapsed
46705
46706 \begin_layout Plain Layout
46707 \SpecialChar LaTeX
46708 -packages ! diagbox
46709 \end_layout
46710
46711 \end_inset
46712
46713
46714 \end_layout
46715
46716 \begin_layout Bibliography
46717 \begin_inset CommandInset bibitem
46718 LatexCommand bibitem
46719 key "endfloat"
46720
46721 \end_inset
46722
46723 Documentation of the \SpecialChar LaTeX
46724 -package 
46725 \series bold
46726
46727 \begin_inset CommandInset href
46728 LatexCommand href
46729 name "endfloat"
46730 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46731
46732 \end_inset
46733
46734
46735 \series default
46736
46737 \begin_inset Index idx
46738 status collapsed
46739
46740 \begin_layout Plain Layout
46741 \SpecialChar LaTeX
46742 -packages ! endfloat
46743 \end_layout
46744
46745 \end_inset
46746
46747
46748 \end_layout
46749
46750 \begin_layout Bibliography
46751 \begin_inset CommandInset bibitem
46752 LatexCommand bibitem
46753 key "footmisc"
46754
46755 \end_inset
46756
46757 Documentation of the \SpecialChar LaTeX
46758 -package 
46759 \series bold
46760
46761 \begin_inset CommandInset href
46762 LatexCommand href
46763 name "footmisc"
46764 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46765
46766 \end_inset
46767
46768
46769 \series default
46770
46771 \begin_inset Index idx
46772 status collapsed
46773
46774 \begin_layout Plain Layout
46775 \SpecialChar LaTeX
46776 -packages ! footmisc
46777 \end_layout
46778
46779 \end_inset
46780
46781
46782 \end_layout
46783
46784 \begin_layout Bibliography
46785 \begin_inset CommandInset bibitem
46786 LatexCommand bibitem
46787 key "hypcap"
46788
46789 \end_inset
46790
46791 Documentation of the \SpecialChar LaTeX
46792 -package 
46793 \series bold
46794
46795 \begin_inset CommandInset href
46796 LatexCommand href
46797 name "hypcap"
46798 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46799
46800 \end_inset
46801
46802
46803 \series default
46804
46805 \begin_inset Index idx
46806 status collapsed
46807
46808 \begin_layout Plain Layout
46809 \SpecialChar LaTeX
46810 -packages ! hyperref
46811 \end_layout
46812
46813 \end_inset
46814
46815
46816 \end_layout
46817
46818 \begin_layout Bibliography
46819 \begin_inset CommandInset bibitem
46820 LatexCommand bibitem
46821 key "hyperref"
46822
46823 \end_inset
46824
46825 Documentation of the \SpecialChar LaTeX
46826 -package 
46827 \series bold
46828
46829 \begin_inset CommandInset href
46830 LatexCommand href
46831 name "hyperref"
46832 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46833
46834 \end_inset
46835
46836
46837 \series default
46838
46839 \begin_inset Index idx
46840 status collapsed
46841
46842 \begin_layout Plain Layout
46843 \SpecialChar LaTeX
46844 -packages ! hyperref
46845 \end_layout
46846
46847 \end_inset
46848
46849
46850 \end_layout
46851
46852 \begin_layout Bibliography
46853 \begin_inset CommandInset bibitem
46854 LatexCommand bibitem
46855 key "KOMA-Script"
46856
46857 \end_inset
46858
46859 Documentation of the \SpecialChar LaTeX
46860 -package 
46861 \series bold
46862
46863 \begin_inset CommandInset href
46864 LatexCommand href
46865 name "KOMA-Script"
46866 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46867
46868 \end_inset
46869
46870
46871 \series default
46872
46873 \begin_inset Index idx
46874 status collapsed
46875
46876 \begin_layout Plain Layout
46877 \SpecialChar LaTeX
46878 -packages ! KOMA-Script
46879 \end_layout
46880
46881 \end_inset
46882
46883
46884 \end_layout
46885
46886 \begin_layout Bibliography
46887 \begin_inset CommandInset bibitem
46888 LatexCommand bibitem
46889 key "lettrine"
46890
46891 \end_inset
46892
46893 Documentation of the \SpecialChar LaTeX
46894 -package 
46895 \series bold
46896
46897 \begin_inset CommandInset href
46898 LatexCommand href
46899 name "lettrine"
46900 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46901
46902 \end_inset
46903
46904
46905 \series default
46906  and an 
46907 \begin_inset CommandInset href
46908 LatexCommand href
46909 name "example"
46910 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46911
46912 \end_inset
46913
46914
46915 \begin_inset Index idx
46916 status collapsed
46917
46918 \begin_layout Plain Layout
46919 \SpecialChar LaTeX
46920 -packages ! lettrine
46921 \end_layout
46922
46923 \end_inset
46924
46925
46926 \end_layout
46927
46928 \begin_layout Bibliography
46929 \begin_inset CommandInset bibitem
46930 LatexCommand bibitem
46931 key "listings"
46932
46933 \end_inset
46934
46935 Documentation of the \SpecialChar LaTeX
46936 -package 
46937 \series bold
46938
46939 \begin_inset CommandInset href
46940 LatexCommand href
46941 name "listings"
46942 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46943
46944 \end_inset
46945
46946
46947 \series default
46948
46949 \begin_inset Index idx
46950 status collapsed
46951
46952 \begin_layout Plain Layout
46953 \SpecialChar LaTeX
46954 -packages ! listings
46955 \end_layout
46956
46957 \end_inset
46958
46959
46960 \end_layout
46961
46962 \begin_layout Bibliography
46963 \begin_inset CommandInset bibitem
46964 LatexCommand bibitem
46965 key "marginnote"
46966
46967 \end_inset
46968
46969 Documentation of the \SpecialChar LaTeX
46970 -package 
46971 \series bold
46972
46973 \begin_inset CommandInset href
46974 LatexCommand href
46975 name "marginnote"
46976 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46977
46978 \end_inset
46979
46980
46981 \series default
46982
46983 \begin_inset Index idx
46984 status collapsed
46985
46986 \begin_layout Plain Layout
46987 \SpecialChar LaTeX
46988 -packages ! marginnote
46989 \end_layout
46990
46991 \end_inset
46992
46993
46994 \end_layout
46995
46996 \begin_layout Bibliography
46997 \begin_inset CommandInset bibitem
46998 LatexCommand bibitem
46999 key "pdfpages"
47000
47001 \end_inset
47002
47003 Documentation of the \SpecialChar LaTeX
47004 -package 
47005 \series bold
47006
47007 \begin_inset CommandInset href
47008 LatexCommand href
47009 name "pdfpages"
47010 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
47011
47012 \end_inset
47013
47014
47015 \series default
47016
47017 \begin_inset Index idx
47018 status collapsed
47019
47020 \begin_layout Plain Layout
47021 \SpecialChar LaTeX
47022 -packages ! pdfpages
47023 \end_layout
47024
47025 \end_inset
47026
47027
47028 \end_layout
47029
47030 \begin_layout Bibliography
47031 \begin_inset CommandInset bibitem
47032 LatexCommand bibitem
47033 key "prettyref"
47034
47035 \end_inset
47036
47037 Documentation of the \SpecialChar LaTeX
47038 -package 
47039 \series bold
47040
47041 \begin_inset CommandInset href
47042 LatexCommand href
47043 name "prettyref"
47044 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
47045
47046 \end_inset
47047
47048
47049 \series default
47050
47051 \begin_inset Index idx
47052 status collapsed
47053
47054 \begin_layout Plain Layout
47055 \SpecialChar LaTeX
47056 -packages ! prettyref
47057 \end_layout
47058
47059 \end_inset
47060
47061
47062 \end_layout
47063
47064 \begin_layout Bibliography
47065 \begin_inset CommandInset bibitem
47066 LatexCommand bibitem
47067 key "pstricks"
47068
47069 \end_inset
47070
47071 Web page of the \SpecialChar LaTeX
47072 -package 
47073 \series bold
47074
47075 \begin_inset CommandInset href
47076 LatexCommand href
47077 name "PSTricks"
47078 target "http://tug.org/PSTricks/"
47079
47080 \end_inset
47081
47082
47083 \series default
47084
47085 \begin_inset Index idx
47086 status collapsed
47087
47088 \begin_layout Plain Layout
47089 \SpecialChar LaTeX
47090 -packages ! PSTricks
47091 \end_layout
47092
47093 \end_inset
47094
47095
47096 \end_layout
47097
47098 \begin_layout Bibliography
47099 \begin_inset CommandInset bibitem
47100 LatexCommand bibitem
47101 key "refstyle"
47102
47103 \end_inset
47104
47105 Documentation of the \SpecialChar LaTeX
47106 -package 
47107 \series bold
47108
47109 \begin_inset CommandInset href
47110 LatexCommand href
47111 name "refstyle"
47112 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
47113
47114 \end_inset
47115
47116
47117 \series default
47118
47119 \begin_inset Index idx
47120 status collapsed
47121
47122 \begin_layout Plain Layout
47123 \SpecialChar LaTeX
47124 -packages ! refstyle
47125 \end_layout
47126
47127 \end_inset
47128
47129
47130 \end_layout
47131
47132 \begin_layout Bibliography
47133 \begin_inset CommandInset bibitem
47134 LatexCommand bibitem
47135 key "sidecap"
47136
47137 \end_inset
47138
47139 Documentation of the \SpecialChar LaTeX
47140 -package 
47141 \series bold
47142
47143 \begin_inset CommandInset href
47144 LatexCommand href
47145 name "sidecap"
47146 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
47147
47148 \end_inset
47149
47150
47151 \series default
47152
47153 \begin_inset Index idx
47154 status collapsed
47155
47156 \begin_layout Plain Layout
47157 \SpecialChar LaTeX
47158 -packages ! sidecap
47159 \end_layout
47160
47161 \end_inset
47162
47163
47164 \end_layout
47165
47166 \begin_layout Bibliography
47167 \begin_inset CommandInset bibitem
47168 LatexCommand bibitem
47169 key "NewInLyX20"
47170
47171 \end_inset
47172
47173
47174 \begin_inset CommandInset href
47175 LatexCommand href
47176 name "Wiki page"
47177 target "http://wiki.lyx.org/LyX/NewInLyX20"
47178
47179 \end_inset
47180
47181  about new features in 
47182 \family sans
47183 \SpecialChar LyX
47184  2.0
47185 \family default
47186 .
47187 \end_layout
47188
47189 \begin_layout Standard
47190 \begin_inset CommandInset index_print
47191 LatexCommand printindex
47192 type "idx"
47193
47194 \end_inset
47195
47196
47197 \end_layout
47198
47199 \end_body
47200 \end_document